The London Perl and Raku Workshop takes place on 26th Oct 2024. If your company depends on Perl, please consider sponsoring and/or attending.

Search results for "css"

CSS - Object oriented access to Cascading Style Sheets (CSS) River stage two • 5 direct dependents • 29 total dependents

This module can be used, along with a CSS::Parse::* module, to parse CSS data and represent it as a tree of objects. Using a CSS::Adaptor::* module, the CSS data tree can then be transformed into other formats....

IAMCAL/CSS-1.09 - 22 Mar 2011 23:04:52 UTC - Search in distribution

nat-css - Corpus Search Sentence utility. River stage zero No dependents

"nat-css" is used after the alignment process (using, for example, "nat-these" tool). Its objective is to search sentences where one word occurs. The tool has two methods of use: nat-css [-q <rank>] <lex1> <crp1> <lex2> <crp2> where the tool opens th...

AMBS/Lingua-NATools-v0.7.12 - 09 Nov 2020 21:40:02 UTC - Search in distribution

CSS::DOM - Document Object Model for Cascading Style Sheets River stage two • 6 direct dependents • 14 total dependents

This set of modules provides the CSS-specific interfaces described in the W3C DOM recommendation. The CSS::DOM class itself implements the StyleSheet and CSSStyleSheet DOM interfaces. This set of modules has two modes: 1 It can validate property valu...

SPROUT/CSS-DOM-0.17 - 29 Jan 2018 17:10:18 UTC - Search in distribution

CSS::SAC - SAC CSS parser River stage one • 1 direct dependent • 1 total dependent

SAC (Simple API for CSS) is an event-based API much like SAX for XML. If you are familiar with the latter, you should have little trouble getting used to SAC. More information on SAC can be found online at http://www.w3.org/TR/SAC. CSS having more co...

BJOERN/CSS-SAC-0.08 - 05 Jul 2008 19:47:57 UTC - Search in distribution

Set::CSS - set of CSS classes River stage one • 1 direct dependent • 2 total dependents

Inheriting from Set::Object this class provides methods for emitting HTML. If $args{on_empty} is not true and the set is empty, then no output shall be emitted....

SHLOMIF/Set-CSS-0.2.0 - 14 Dec 2021 12:57:42 UTC - Search in distribution

CSS::LESS - Compile LESS stylesheet files (.less) using lessc River stage zero No dependents

MUGIFLY/CSS-LESS-v0.0.3 - 20 Sep 2013 07:30:45 UTC - Search in distribution

CSS::Sass River stage one • 3 direct dependents • 3 total dependents

CSS::Sass provides a perl interface to libsass, a fairly complete Sass compiler written in C++. It is currently around ruby sass 3.3/3.4 feature parity and heading towards full 3.4 compatibility. It can compile .scss and .sass files....

OCBNET/CSS-Sass-3.6.4 - 21 May 2021 01:49:02 UTC - Search in distribution

CSS::Tidy - reformat CSS River stage zero No dependents

This reformats CSS. The idea is to have a formatting script which can be used to consistently format CSS....

BKB/CSS-Tidy-0.04 - 30 Jul 2022 10:55:45 UTC - Search in distribution

CSS::Tiny - Read/Write .css files with as little code as possible River stage two • 7 direct dependents • 31 total dependents

"CSS::Tiny" is a perl class to read and write .css stylesheets with as little code as possible, reducing load time and memory overhead. CSS.pm requires about 2.6 meg or ram to load, which is a large amount of overhead if you only want to do trivial t...

CHORNY/CSS-Tiny-1.20 - 10 Mar 2016 19:09:37 UTC - Search in distribution

Quiq::Css - Generiere CSS Code River stage zero No dependents

FSEITZ/Quiq-1.215 - 28 Mar 2024 21:53:27 UTC - Search in distribution

Test::CSS - Interface to test CSS string and file. River stage zero No dependents

The one and only feature of the package is to validate the CSS (string / file) structurally. Additionally it checks if the property name is a valid as per the CSS specifications....

MANWAR/Test-CSS-0.09 - 08 Oct 2022 03:05:49 UTC - Search in distribution

CSS::Croco - Quick CSS parser River stage zero No dependents

This module is an interface to libcroco, providing CSS parser with CSS Object Model. This is early release, some functionality was not completed. Especially - CSS SAX Parser....

GUGU/CSS-Croco-0.09 - 26 Dec 2009 15:48:58 UTC - Search in distribution

CSS::Janus - Converts a left-to-right Cascading Style Sheet (CSS) into a right-to-left one River stage zero No dependents

As Janus have two faces, horizontal texts can run in two directions: left to right and right to left. CSS::Janus replaces "left" directed things in a Cascading Style Sheet (CSS) file such as float, padding, margin with "right" directed values, and vi...

NEZUMI/CSS-Flip-0.04 - 23 Feb 2013 01:48:32 UTC - Search in distribution

CSS::LESSp - LESS for perl. Parse .less files and returns valid css (lesscss.org for more info about less files) River stage one • 5 direct dependents • 5 total dependents

This module is designed to parse and compile .less files in to .css files. About the documentation and syntax of less files please visit lesscss.org...

DRINCHEV/CSS-LESSp-0.86 - 08 Mar 2011 13:31:34 UTC - Search in distribution

Kwiki::CSS - Kwiki CSS Base Class River stage three • 119 direct dependents • 135 total dependents

INGY/Kwiki-0.39 - 06 Mar 2007 20:57:49 UTC - Search in distribution

CSS::Object - CSS Object Oriented River stage one • 2 direct dependents • 3 total dependents

CSS::Object is a object oriented CSS parser and manipulation interface....

JDEGUEST/CSS-Object-v0.1.6 - 11 Oct 2023 07:41:03 UTC - Search in distribution

CSS::Packer - Another CSS minifier River stage two • 6 direct dependents • 10 total dependents

A fast pure Perl CSS minifier....

LEEJO/CSS-Packer-2.09 - 07 Jun 2023 11:17:37 UTC - Search in distribution

CSS::Simple - Interface through which to read/write/manipulate CSS files while respecting the cascade order River stage zero No dependents

Class for reading, manipulating and writing CSS. Unlike other CSS classes on CPAN this particular module focuses on respecting the order of selectors while providing a common sense API through which to manipulate the rules. Please note that while ord...

KAMELKEV/CSS-Simple-3224 - 16 Nov 2017 03:21:49 UTC - Search in distribution

CSS::Squish - Compact many CSS files into one big file River stage one • 1 direct dependent • 1 total dependent

This module takes a list of CSS files and concatenates them, making sure to honor any valid @import statements included in the files. The benefit of this is that you get to keep your CSS as individual files, but can serve it to users in one big file,...

TSIBLEY/CSS-Squish-0.10 - 05 Nov 2010 19:35:37 UTC - Search in distribution

CSS::Struct - Struct oriented CSS manipulation. River stage two • 10 direct dependents • 33 total dependents

This class is for description of CSS::Struct concept. There is specification of structure. Concrete implementations are in CSS::Struct::Output::Raw and CSS::Struct::Output::Indent. Abstract class for other implementations is in CSS::Struct::Output....

SKIM/CSS-Struct-0.05 - 20 Jun 2021 12:25:24 UTC - Search in distribution
1,039 results (0.08 seconds)