Home
last modified time | relevance | path

Searched defs:css (Results 76 – 100 of 176) sorted by relevance

12345678

/plugin/syntaxhighlighter3/sxh3/pkg/scripts/
DshBrushVb.js40 { 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
DshBrushXml.js58 …{ regex: XRegExp('(\\&lt;|<)\\!\\[[\\w\\s]*?\\[(.|\\s)*?\\]\\](\\&gt;|>)', 'gm'), css: 'color2' … property
59 { regex: SyntaxHighlighter.regexLib.xmlComments, css: 'comments' }, // <!-- ... --> property
/plugin/html2pdf/html2pdf/html2ps/
Dcss.rules.page.inc.php65 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) {
Dcss.cache.class.php32 function _putCached($url, $css) {
36 function &compile($url, $css, &$pipeline) {
Dcss.ruleset.class.php102 function parse_css($css, &$pipeline, $baseindex = 0) {
187 function parse_css_media($css, &$pipeline, $baseindex = 0) {
/plugin/ckgedit/scripts/
Dcss6.php153 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/
Dcss3.php146 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){
Dcss2.php99 function css_applystyle($css,$tplinc){
135 function css_moveimports($css)
/plugin/scrape/vendor/ezyang/htmlpurifier/library/HTMLPurifier/AttrTransform/
DBoolToCSS.php18 protected $css; variable in HTMLPurifier_AttrTransform_BoolToCSS
24 public function __construct($attr, $css)
DImgSpace.php16 protected $css = array( variable in HTMLPurifier_AttrTransform_ImgSpace
/plugin/syntaxhighlighter3/sxh3/src/js/
DshBrushXml.js42 …{ regex: XRegExp('(\\&lt;|<)\\!\\[[\\w\\s]*?\\[(.|\\s)*?\\]\\](\\&gt;|>)', 'gm'), css: 'color2' … property
43 { regex: SyntaxHighlighter.regexLib.xmlComments, css: 'comments' }, // <!-- ... --> property
/plugin/scrape/vendor/ezyang/htmlpurifier/library/HTMLPurifier/AttrDef/
DCSS.php23 public function validate($css, $config, $context)
/plugin/rawless/
Dlessc.inc.php11 public function compile($css) {
/plugin/pagecss/vendor/csstidy-2.2.1/
H A Dclass.csstidy_print.php69 public $css; variable in csstidy_print
82 public function __construct($css) {
/plugin/xssnipper/
Dconfig.ini4 css=<code css [filename]> insert_code_here </code> key
/plugin/scrape/vendor/ezyang/htmlpurifier/library/HTMLPurifier/
DTagTransform.php30 protected function prependCSS(&$attr, $css)
DAttrTransform.php37 public function prependCSS(&$attr, $css)
/plugin/templateconfhelper/exe/
Dcss.php181 function _css_applystyle($css,$tplinc){
/plugin/pagecss/
H A Daction.php75 private function sanitizeCSS($css) {
/plugin/scrape/vendor/ezyang/htmlpurifier/library/HTMLPurifier/Filter/
DExtractStyleBlocks.php122 public function cleanCSS($css, $config, $context)
/plugin/dokutexit/
DREADME.md151 ##### css l4subsection
/plugin/mikioplugin/
H A Dcss.php34 $css = ''; variable
/plugin/log/
Dscript.js36 'css': { property
/plugin/syntaxhighlighter/Scripts/
DshCore.js34 …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/
DshCore.js205 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

12345678