Home
last modified time | relevance | path

Searched refs:brush (Results 26 – 50 of 86) sorted by relevance

1234

/plugin/jquery-syntax/jquery-syntax/
H A Djquery.syntax.brush.lisp.js5brush){brush.push(['(',')'],{klass:'operator'});brush.push(Syntax.lib.lispStyleComment);brush.push… argument
6 brush.push(Syntax.lib.multiLineDoubleQuotedString);brush.push(Syntax.lib.stringEscape);});
H A Djquery.syntax.brush.sql.js5brush){var keywords=["A","ABORT","ABS","ABSOLUTE","ACCESS","ACTION","ADA","ADD","ADMIN","AFTER","A… argument
H A Djquery.syntax.brush.css.js5brush){var colorNames=["AliceBlue","AntiqueWhite","Aqua","Aquamarine","Azure","Beige","Bisque","Bl… argument
6brush.push(Syntax.lib.cStyleComment);brush.push(Syntax.lib.webLink);brush.push({pattern:/\{(.|\n)*…
H A Djquery.syntax.brush.kai.js5brush){brush.push(['(',')','[',']','{','}'],{klass:'operator'});brush.push(Syntax.lib.perlStyleCom… argument
6 brush.push(Syntax.lib.multiLineDoubleQuotedString);brush.push(Syntax.lib.stringEscape);});
H A Djquery.syntax.brush.bash.js5brush){brush.push({pattern:/^([\w@:~ ]*?[\$|\#])\s+(.*?)$/gm,matches:Syntax.extractMatches({klass:… argument
H A Djquery.syntax.brush.apache.js5brush){brush.push({pattern:/(<(\w+).*?>)/gi,matches:Syntax.extractMatches({klass:'tag',allow:['att… argument
H A Djquery.syntax.brush.yaml.js5brush){brush.push({pattern:/^\s*#.*$/gm,klass:'comment',allow:['href']});brush.push(Syntax.lib.sin… argument
H A Djquery.syntax.brush.diff.js5brush){brush.push({pattern:/^\+\+\+.*$/gm,klass:'add'});brush.push({pattern:/^\-\-\-.*$/gm,klass:'… argument
H A Djquery.syntax.brush.php.js5 …er('php',function(brush){brush.push({pattern:/(<\?(php)?)((.|\n)*?)(\?>)/gm,matches:Syntax.extract… argument
H A Djquery.syntax.brush.plain.js5 Syntax.register('plain',function(brush){brush.push(Syntax.lib.webLink);}); argument
H A Djquery.syntax.core.js22 if(match[index].length>0){if(rule.brush){matches.push(Syntax.Brush.buildTree(rule,match[index],RegE…
26 ….register=function(name,callback){var brush=Syntax.brushes[name]=new Syntax.Brush();brush.klass=na…
86 …e.matches){matches=matches.concat(rule.matches(match,rule));}else if(rule.brush){matches.push(Synt…
97 …unction(rule,text,offset,additionalMatches){var match=Syntax.brushes[rule.brush].buildTree(text,of…
104 …shName=(options.brush||'plain').toLowerCase();brushName=Syntax.aliases[brushName]||brushName;Synta… argument
106 var html=brush.process(text,options.matches,options);if(options.linkify!==false){jQuery('span.href'…
107 callback(html,brush,text,options);});}
110 …xt.indexOf("\n")+1);if(match&&match.index<endOfSecondLine){options.brush=options.brush||match[1];v…
111 Syntax.highlightText(text,options,function(html,brush){Syntax.layouts.get(options.layout,function(l… argument
113 if(brush.postprocess){html=brush.postprocess(options,html,container);}
H A Djquery.syntax.js13 …i]]=name;}},brushAliases:function(brush){var aliases=[];for(var name in Syntax.aliases){if(Syntax.… argument
19brush:Syntax.extractBrushName(this.className),layout:options.blockLayout}),callback);});jQuery(opt…
H A Djquery.syntax.min.js13 …i]]=name;}},brushAliases:function(brush){var aliases=[];for(var name in Syntax.aliases){if(Syntax.… argument
19brush:Syntax.extractBrushName(this.className),layout:options.blockLayout}),callback);});jQuery(opt…
/plugin/syntaxhighlighter3/sxh3/tests/
H A Dcommonjs_tests.js43 brush = require('shBrush' + name).Brush variable
46 brush = new brush(); variable
47 brush.init({ toolbar: false });
49 var result = brush.getHtml(code);
/plugin/syntaxhighlighter3/sxh3/demos/
H A Dnode.js15 brush = new shJScript() variable
18 brush.init({ toolbar: false });
19 sys.puts(brush.getHtml(code));
/plugin/animation/
H A Daction.php72 foreach ($brushes as $brush) {
74 … "src" => DOKU_BASE."lib/plugins/animation/scripts/".$brush,
/plugin/syntaxhighlighter3/action/
H A Daction.php81 foreach ($brushes_split as $brush) {
83 $brush_split = explode(' ', $brush);
/plugin/dw2pdf/vendor/mpdf/mpdf/src/Image/
H A DWmf.php82 $brush = unpack('sstyle/Cr/Cg/Cb/Ca/Shatch', $parms);
83 $brush['type'] = 'B';
84 $this->_AddGDIObject($brush);
/plugin/syntaxhighlighter3/
H A DREADME.md33 <sxh [brush alias][; options for SyntaxHighlighter]>
40 The brush alias (language) that SyntaxHighlighter should use. Defaults to "text" if none is provide…
41brush file name to the available brushes string in [Config Manager](https://www.dokuwiki.org/plugi…
57 …is value to true requires that you have shBrushXml.js loaded and that the brush you are using supp…
85 …$renderer->doc .= "<pre class=\"brush: ".$attr."\" title=\"".$title."\">".$renderer->_xmlEntities(…
88 … $renderer->doc .= "<pre class=\"brush: ".$attr."\">".$renderer->_xmlEntities($content)."</pre>";
H A DCHANGELOG.md45 * Convert brush aliases and options to lowercase, SyntaxHighlighter is case sensitive.
53 …/www.dokuwiki.org/plugin:config) to select theme and configure Autoloader brush list. No longer ne…
/plugin/syntaxhighlighter4/dist/
H A Dsyntaxhighlighter.js.map1brush-base/brush-base.js","webpack:///./repos/brush-applescript/brush.js","webpack:///./repos/brus…
H A Dsyntaxhighlighter.js190 brush = null,
201 brush,
209 if (!brush) continue;
217 brush = new HtmlScript(findBrush('xml'), brush);
220 brush = new brush();
279 aliases = brush.aliases;
285 brush.className = brush.className || brush.aliases[0];
286 brush.brushName = brush.className || brushName.toLowerCase();
338 return sh.brushes['brush' + brushCounter++] = brush.default || brush;
2742 brushName = opts.brush,
[all …]
/plugin/mikioplugin/icons/bootstrap-icons/svg/
H A Dbrush.svg1 <svg class="bi bi-brush" width="1em" height="1em" viewBox="0 0 16 16" fill="currentColor" xmlns="http://www.w3.org/2000/svg">
/plugin/syntaxhighlighter3/sxh3/src/js/
H A DshCore.js302 brushName = params.brush,
317 var brush = findBrush(brushName);
319 if (brush)
320 highlighter = new brush();
656 for (var brush in sh.brushes)
658 var info = sh.brushes[brush],
666 info.brushName = brush.toLowerCase();
669 brushes[aliases[i]] = brush;
/plugin/syntaxhighlighter4/
H A DREADME.md28 <sxh [brush][; options]>
35 The brush (language) that SyntaxHighlighter should use. Defaults to "text" if none is provided.<br …
49 …is value to true requires that you have shBrushXml.js loaded and that the brush you are using supp…
77 …$renderer->doc .= '<pre class="brush: ' . strtolower($attr . $highlight) . '"' . $title . '>' . $r…

1234