Home
last modified time | relevance | path

Searched refs:brush (Results 76 – 86 of 86) sorted by path

1234

/plugin/syntaxhighlighter3/sxh3/pkg/scripts/
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 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/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/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…
/plugin/syntaxhighlighter4/dist/
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 …]
H A Dsyntaxhighlighter.js.map1brush-base/brush-base.js","webpack:///./repos/brush-applescript/brush.js","webpack:///./repos/brus…
/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/webdav/vendor/sabre/dav/lib/DAV/Browser/assets/openiconic/
H A Dopen-iconic.css144 .oi[data-glyph=brush]:before { content:'\e027'; }

1234