Home
last modified time | relevance | path

Searched refs:brush (Results 26 – 50 of 86) sorted by last modified time

1234

/plugin/icons/assets/typicons/
H A Dtypicons.min.css1 …ark:before{content:'\e033'}.typcn-briefcase:before{content:'\e034'}.typcn-brush:before{content:'\e…
/plugin/findologicxmlexport/vendor/phpunit/php-code-coverage/src/Report/Html/Renderer/Template/js/
H A Dd3.min.js5 …s.length&&n},n};var Vl="bottom",Xl={top:1,right:1,bottom:1,left:1};ao.svg.brush=function(){functio… function
H A Dnv.d3.min.js5brush({extent:c,brush:u}),S(),l.width(V).height(W).color(v.map(function(a,b){return a.color||C(a,b…
7brush.y(h),J.push(b)}return[f(b),g[b](e)]}return J.length>0?(D.style("display","inline"),E.style("…
/plugin/findologicxmlexport/vendor/phpunit/php-code-coverage/src/Report/Html/Renderer/Template/css/
H A Dnv.d3.min.css1brush .extent{fill-opacity:.125;shape-rendering:crispEdges}.nv-brush .resize path{fill:#eee;stroke…
/plugin/backlinks2/_test/data/pages/
H A Dbob_ross_says.txt5 …ind. The least little bit can do so much. Now we'll take the almighty fan brush. Each highlight mu…
/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/
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/syntaxhighlighter3/action/
H A Daction.php81 foreach ($brushes_split as $brush) {
83 $brush_split = explode(' ', $brush);
/plugin/syntaxhighlighter3/sxh3/pkg/scripts/
H A DshCore.js1583 brushName = params.brush,
1598 var brush = findBrush(brushName);
1600 if (brush)
1601 highlighter = new brush();
1937 for (var brush in sh.brushes)
1939 var info = sh.brushes[brush],
1947 info.brushName = brush.toLowerCase();
1950 brushes[aliases[i]] = brush;
H A DshCore.min.js17brush&&a.push(o)}return a},highlight:function(e,t){var n=this.findElements(e,t),r="innerHTML",i=nu…
H A DshAutoloader.js83 var url = brushes[elements[i].params.brush];
H A DshLegacy.js73 brush : brushName,
/plugin/syntaxhighlighter3/sxh3/src/js/
H A DshAutoloader.js67 var url = brushes[elements[i].params.brush];
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;
H A DshLegacy.js57 brush : brushName,
/plugin/syntaxhighlighter3/sxh3/demos/
H A Dnode.js15 brush = new shJScript() variable
18 brush.init({ toolbar: false });
19 sys.puts(brush.getHtml(code));
/plugin/tuxquote/
H A Dquotes.txt256 A new broom sweeps clean, but the old brush knows the corners. <BR> -- Irish Proverb
1516 …is McGinley (1905-1978), U.S. poet A hair in the head is worth two in the brush. <BR> -- Don Herol…
/plugin/aceeditor/
H A Dbuild.js1 …tmax|bitnot|bitor|bitset|bitshift|bitxor|blanks|blkdiag|bone|box|brighten|brush|bsxfun|builddocsea…
/plugin/jquery-syntax/jquery-syntax/
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…
H A Djquery.syntax.brush.bash-script.js5brush){var operators=["&&","|",";","{","}"];brush.push(operators,{klass:'operator'});brush.push({p… argument
6 brush.push(Syntax.lib.singleQuotedString);brush.push(Syntax.lib.doubleQuotedString);brush.push(Synt…
H A Djquery.syntax.brush.java.js5brush){var keywords=["abstract","continue","for","switch","assert","default","goto","synchronized"… argument
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);});

1234