Home
last modified time | relevance | path

Searched refs:csstidy (Results 1 – 25 of 56) sorted by relevance

123

/dports/mail/nextcloud-mail/mail/vendor/cerdic/css-tidy/
H A DREADME.md6 * class.csstidy.php is the parser
19 include('class.csstidy.php');
20 $csstidy = new csstidy();
23 $csstidy->set_cfg('optimise_shorthands', 2);
24 $csstidy->set_cfg('template', 'high');
27 $csstidy->parse($css_code);
30 $css_code_opt = $csstidy->print->plain();
59 Since the original project (http://csstidy.sourceforge.net/index.php) has been suspended
60 here is the import of https://csstidy.svn.sourceforge.net/svnroot/csstidy on 2010-11-14
H A Ddata.inc.php287 * @see csstidy::property_is_next()
589 * @see csstidy::load_template()
/dports/mail/nextcloud-mail/mail/vendor/cerdic/css-tidy/bin/
H A Dpcsstidy44 $csstidy = new csstidy();
203 exit($csstidy->version . "\n");
224 $csstidy->set_cfg($setting_name, $value);
254 $csstidy->parse($css_code);
256 var_dump($csstidy->css);
259 echo $csstidy->print->plain($default_media);
/dports/www/csstidy/csstidy/
H A Dcsstidy.cpp22 csstidy::csstidy() in csstidy() function in csstidy
64 void csstidy::add_token(const token_type ttype, const string data, const bool force) in add_token()
74 void csstidy::copy(const string media, const string selector, const string media_new, const string … in copy()
84 void csstidy::add(const string& media, const string& selector, const string& property, const string… in add()
104 void csstidy::log(const string msg, const message_type type, int iline) in log()
126 string csstidy::unicode(string& istring,int& i) in unicode()
172 bool csstidy::is_token(string& istring,const int i) in is_token()
177 void csstidy::merge_4value_shorthands(string media, string selector) in merge_4value_shorthands()
206 map<string,string> csstidy::dissolve_4value_shorthands(string property, string value) in dissolve_4value_shorthands()
257 void csstidy::explode_selectors() in explode_selectors()
H A Dcsstidy.dev2 FileName=csstidy.dev
3 Name=csstidy
21 OverrideOutputName=csstidy.exe
251 FileName=csstidy.hpp
261 FileName=csstidy.cpp
271 FileName=csstidy.cpp
H A Dwin32_resource.rc23 VALUE "Comments", "See http://csstidy.sf.net for more information"
27 VALUE "InternalName", "csstidy.exe"
29 VALUE "OriginalFilename", "csstidy.exe"
H A Dprint_css.cpp23 string csstidy::_htmlsp(const string istring, const bool plain) in _htmlsp()
31 void csstidy::_convert_raw_css() in _convert_raw_css()
62 int csstidy::_seeknocomment(const int key, int move) in _seeknocomment()
77 void csstidy::print_css(string filename) in print_css()
H A Dcsstidy.hpp22 class csstidy class
56 csstidy();
H A DSConscript11 targetpath = builddir + '/' + 'csstidy' #holds the path to the executable in the build directory
H A Dmain.cpp76 csstidy csst; in main()
H A Dparse_css.cpp35 void csstidy::parse_css(string css_input) in parse_css()
501 string csstidy::optimise_subvalue(string subvalue, const string property) in optimise_subvalue()
/dports/mail/nextcloud-mail/mail/vendor/cerdic/css-tidy/testing/unit-tests/csst/
H A DREADME10 var_export() representation of csstidy->css[41]
12 Note carefully that EXPECT is for csstidy->css[41], not csstidy->css. This
17 var_export() representation of csstidy->css
/dports/textproc/pear-Horde_Text_Filter_Csstidy/Horde_Text_Filter_Csstidy-2.0.1/lib/Horde/Text/Filter/Csstidy/
H A Ddata.inc.php304 * @see csstidy::property_is_next()
437 * @see csstidy::load_template()
/dports/www/py-django-pipeline/django-pipeline-1.6.14/docs/
H A Dcompressors.rst179 The CSStidy compressor uses `CSStidy <http://csstidy.sourceforge.net/>`_ to compress
184 PIPELINE['CSS_COMPRESSOR'] = 'pipeline.compressors.csstidy.CSSTidyCompressor'
189 Command line to execute for csstidy program.
190 You will most likely change this to the location of csstidy on your system.
192 Defaults to ``'/usr/bin/env csstidy'``
197 Additional arguments to use when csstidy is called.
/dports/www/csstidy/
H A DAUTHORS3 csstidy Florian Schmitz
H A D.license-catalog.mk5 _LICENSE_DISTFILES=csstidy-source-1.4.zip
H A DINSTALL23 http://lists.sourceforge.net/lists/listinfo/csstidy-news
H A DSConstruct27 project = 'csstidy'
/dports/textproc/pear-Horde_Text_Filter_Csstidy/Horde_Text_Filter_Csstidy-2.0.1/lib/Horde/Text/Filter/
H A DCsstidy.php53 $css_tidy = new csstidy();
/dports/net/boinc-client/boinc-client_release-7.8-7.8.6/drupal/sites/default/boinc/modules/contrib/htmlpurifier/
H A Dhtmlpurifier.module335 …CSSTidy module from <a href='http://drupal.org/project/csstidy'>http://drupal.org/project/csstidy<…
348 $csstidy_path = drupal_get_path('module', 'csstidy') .'/csstidy';
352 $csstidy_library = libraries_get_path('csstidy');
353 if (file_exists("$csstidy_library/class.csstidy.php")) {
359 if (file_exists("$csstidy_path/class.csstidy.php")) {
360 require_once "$csstidy_path/class.csstidy.php";
/dports/mail/nextcloud-mail/mail/vendor/cerdic/css-tidy/testing/unit-tests/
H A Dclass.csstidy_csst.php96 $css = new csstidy();
/dports/www/thundersnarf/thundersnarf/protected/yii114/framework/vendors/htmlpurifier/standalone/HTMLPurifier/Filter/
H A DExtractStyleBlocks.php25 $this->_tidy = new csstidy();
/dports/net-mgmt/icingaweb2/icingaweb2-2.8.2/library/vendor/HTMLPurifier/Filter/
H A DExtractStyleBlocks.php59 $this->_tidy = new csstidy();
/dports/net-mgmt/librenms/librenms-vendor-21.5.1/ezyang/htmlpurifier/library/HTMLPurifier/Filter/
H A DExtractStyleBlocks.php59 $this->_tidy = new csstidy();
/dports/mail/nocc/nocc-1.9.10/htmlpurifier/library/HTMLPurifier/Filter/
H A DExtractStyleBlocks.php59 $this->_tidy = new csstidy();

123