| /plugin/syntaxhighlighter3/sxh3/pkg/scripts/ |
| D | shBrushVb.js | 40 { regex: /'.*$/gm, css: 'comments' }, // one line comments property 41 { regex: SyntaxHighlighter.regexLib.doubleQuotedString, css: 'string' }, // strings property 42 …{ regex: /^\s*#.*$/gm, css: 'preprocessor' }, // preprocessor tags like #region and #endr… property 43 { regex: new RegExp(this.getKeywords(keywords), 'gm'), css: 'keyword' } // vb keyword property
|
| D | shBrushXml.js | 58 …{ regex: XRegExp('(\\<|<)\\!\\[[\\w\\s]*?\\[(.|\\s)*?\\]\\](\\>|>)', 'gm'), css: 'color2' … property 59 { regex: SyntaxHighlighter.regexLib.xmlComments, css: 'comments' }, // <!-- ... --> property
|
| /plugin/html2pdf/html2pdf/html2ps/ |
| D | css.rules.page.inc.php | 65 var $css; variable in CSSAtRulePage 97 var $css; variable in CSSAtRuleMarginBox 184 function parse_css_atpage_rules($css, &$css_ruleset) { 192 function parse_css_atpage_rule($css, &$css_ruleset) { 281 function parse_css_atpage_margin_box($css, &$at_rule, &$pipeline) { 328 function parse_css_atpage_margin_box_selector($css) { 372 function parse_css_atpage_declaration($css, &$at_rule, &$pipeline) { 383 function parse_css_atpage_margin_box_declaration($css, &$at_rule, &$pipeline) {
|
| D | css.cache.class.php | 32 function _putCached($url, $css) { 36 function &compile($url, $css, &$pipeline) {
|
| D | css.ruleset.class.php | 102 function parse_css($css, &$pipeline, $baseindex = 0) { 187 function parse_css_media($css, &$pipeline, $baseindex = 0) {
|
| /plugin/ckgedit/scripts/ |
| D | css6.php | 153 function css_ckg_parseless($css) { 199 function css_ckg_applystyle($css, $replacements) { 298 function css_ckg_interwiki(&$css){ 327 function css_ckg_filetypes(&$css){ 484 function css_ckg_compress($css){
|
| /plugin/epub/scripts/ |
| D | css3.php | 146 function css_parseless($css) { 192 function css_applystyle($css, $replacements) { 291 function css_interwiki(&$css){ 320 function css_filetypes(&$css){ 496 function css_compress($css){
|
| D | css2.php | 99 function css_applystyle($css,$tplinc){ 135 function css_moveimports($css)
|
| /plugin/scrape/vendor/ezyang/htmlpurifier/library/HTMLPurifier/AttrTransform/ |
| D | BoolToCSS.php | 18 protected $css; variable in HTMLPurifier_AttrTransform_BoolToCSS 24 public function __construct($attr, $css)
|
| D | ImgSpace.php | 16 protected $css = array( variable in HTMLPurifier_AttrTransform_ImgSpace
|
| /plugin/syntaxhighlighter3/sxh3/src/js/ |
| D | shBrushXml.js | 42 …{ regex: XRegExp('(\\<|<)\\!\\[[\\w\\s]*?\\[(.|\\s)*?\\]\\](\\>|>)', 'gm'), css: 'color2' … property 43 { regex: SyntaxHighlighter.regexLib.xmlComments, css: 'comments' }, // <!-- ... --> property
|
| /plugin/scrape/vendor/ezyang/htmlpurifier/library/HTMLPurifier/AttrDef/ |
| D | CSS.php | 23 public function validate($css, $config, $context)
|
| /plugin/rawless/ |
| D | lessc.inc.php | 11 public function compile($css) {
|
| /plugin/pagecss/vendor/csstidy-2.2.1/ |
| H A D | class.csstidy_print.php | 69 public $css; variable in csstidy_print 82 public function __construct($css) {
|
| /plugin/xssnipper/ |
| D | config.ini | 4 css=<code css [filename]> insert_code_here </code> key
|
| /plugin/scrape/vendor/ezyang/htmlpurifier/library/HTMLPurifier/ |
| D | TagTransform.php | 30 protected function prependCSS(&$attr, $css)
|
| D | AttrTransform.php | 37 public function prependCSS(&$attr, $css)
|
| /plugin/templateconfhelper/exe/ |
| D | css.php | 181 function _css_applystyle($css,$tplinc){
|
| /plugin/pagecss/ |
| H A D | action.php | 75 private function sanitizeCSS($css) {
|
| /plugin/scrape/vendor/ezyang/htmlpurifier/library/HTMLPurifier/Filter/ |
| D | ExtractStyleBlocks.php | 122 public function cleanCSS($css, $config, $context)
|
| /plugin/dokutexit/ |
| D | README.md | 151 ##### css l4subsection
|
| /plugin/mikioplugin/ |
| H A D | css.php | 34 $css = ''; variable
|
| /plugin/log/ |
| D | script.js | 36 'css': { property
|
| /plugin/syntaxhighlighter/Scripts/ |
| D | shCore.js | 34 …otedString:new RegExp("'(?:\\.|(\\\\\\')|[^\\''\\n])*'",'g')};dp.sh.Match=function(value,index,css) argument 48 dp.sh.Highlighter.prototype.GetMatches=function(regex,css) argument 51 dp.sh.Highlighter.prototype.AddBit=function(str,css) argument
|
| /plugin/syntaxhighlighter/Uncompressed/ |
| D | shCore.js | 205 dp.sh.Match = function(value, index, css) argument 253 dp.sh.Highlighter.prototype.GetMatches = function(regex, css) argument 262 dp.sh.Highlighter.prototype.AddBit = function(str, css) argument
|