Home
last modified time | relevance | path

Searched refs:right (Results 1776 – 1800 of 2021) sorted by path

1...<<7172737475767778798081

/plugin/syntaxhighlighter3/sxh3/pkg/styles/
H A DshCoreDefault.css17 …erflow:visible !important;padding:0 !important;position:static !important;right:auto !important;te…
28 .syntaxhighlighter table td.gutter .line{text-align:right !important;padding:0 0.5em 0 1em !importa…
34 .syntaxhighlighter.collapsed .toolbar span{display:inline !important;margin-right:1em !important;}
37 .syntaxhighlighter .toolbar{position:absolute !important;right:1px !important;top:1px !important;wi…
71 .syntaxhighlighter .gutter .line{border-right:3px solid #6ce26c !important;}
H A DshCoreDjango.css17 …erflow:visible !important;padding:0 !important;position:static !important;right:auto !important;te…
28 .syntaxhighlighter table td.gutter .line{text-align:right !important;padding:0 0.5em 0 1em !importa…
34 .syntaxhighlighter.collapsed .toolbar span{display:inline !important;margin-right:1em !important;}
37 .syntaxhighlighter .toolbar{position:absolute !important;right:1px !important;top:1px !important;wi…
71 .syntaxhighlighter .gutter .line{border-right:3px solid #41a83e !important;}
H A DshCoreEclipse.css17 …erflow:visible !important;padding:0 !important;position:static !important;right:auto !important;te…
28 .syntaxhighlighter table td.gutter .line{text-align:right !important;padding:0 0.5em 0 1em !importa…
34 .syntaxhighlighter.collapsed .toolbar span{display:inline !important;margin-right:1em !important;}
37 .syntaxhighlighter .toolbar{position:absolute !important;right:1px !important;top:1px !important;wi…
71 .syntaxhighlighter .gutter .line{border-right:3px solid #d4d0c8 !important;}
H A DshCoreEmacs.css17 …erflow:visible !important;padding:0 !important;position:static !important;right:auto !important;te…
28 .syntaxhighlighter table td.gutter .line{text-align:right !important;padding:0 0.5em 0 1em !importa…
34 .syntaxhighlighter.collapsed .toolbar span{display:inline !important;margin-right:1em !important;}
37 .syntaxhighlighter .toolbar{position:absolute !important;right:1px !important;top:1px !important;wi…
71 .syntaxhighlighter .gutter .line{border-right:3px solid #990000 !important;}
H A DshCoreFadeToGrey.css17 …erflow:visible !important;padding:0 !important;position:static !important;right:auto !important;te…
28 .syntaxhighlighter table td.gutter .line{text-align:right !important;padding:0 0.5em 0 1em !importa…
34 .syntaxhighlighter.collapsed .toolbar span{display:inline !important;margin-right:1em !important;}
37 .syntaxhighlighter .toolbar{position:absolute !important;right:1px !important;top:1px !important;wi…
71 .syntaxhighlighter .gutter .line{border-right:3px solid #3185b9 !important;}
H A DshCoreMDUltra.css17 …erflow:visible !important;padding:0 !important;position:static !important;right:auto !important;te…
28 .syntaxhighlighter table td.gutter .line{text-align:right !important;padding:0 0.5em 0 1em !importa…
34 .syntaxhighlighter.collapsed .toolbar span{display:inline !important;margin-right:1em !important;}
37 .syntaxhighlighter .toolbar{position:absolute !important;right:1px !important;top:1px !important;wi…
71 .syntaxhighlighter .gutter .line{border-right:3px solid #435a5f !important;}
H A DshCoreMidnight.css17 …erflow:visible !important;padding:0 !important;position:static !important;right:auto !important;te…
28 .syntaxhighlighter table td.gutter .line{text-align:right !important;padding:0 0.5em 0 1em !importa…
34 .syntaxhighlighter.collapsed .toolbar span{display:inline !important;margin-right:1em !important;}
37 .syntaxhighlighter .toolbar{position:absolute !important;right:1px !important;top:1px !important;wi…
71 .syntaxhighlighter .gutter .line{border-right:3px solid #435a5f !important;}
H A DshCoreRDark.css17 …erflow:visible !important;padding:0 !important;position:static !important;right:auto !important;te…
28 .syntaxhighlighter table td.gutter .line{text-align:right !important;padding:0 0.5em 0 1em !importa…
34 .syntaxhighlighter.collapsed .toolbar span{display:inline !important;margin-right:1em !important;}
37 .syntaxhighlighter .toolbar{position:absolute !important;right:1px !important;top:1px !important;wi…
71 .syntaxhighlighter .gutter .line{border-right:3px solid #435a5f !important;}
H A DshThemeDefault.css25 .syntaxhighlighter .gutter .line{border-right:3px solid #6ce26c !important;}
H A DshThemeDjango.css25 .syntaxhighlighter .gutter .line{border-right:3px solid #41a83e !important;}
H A DshThemeEclipse.css25 .syntaxhighlighter .gutter .line{border-right:3px solid #d4d0c8 !important;}
H A DshThemeEmacs.css25 .syntaxhighlighter .gutter .line{border-right:3px solid #990000 !important;}
H A DshThemeFadeToGrey.css25 .syntaxhighlighter .gutter .line{border-right:3px solid #3185b9 !important;}
H A DshThemeMDUltra.css25 .syntaxhighlighter .gutter .line{border-right:3px solid #435a5f !important;}
H A DshThemeMidnight.css25 .syntaxhighlighter .gutter .line{border-right:3px solid #435a5f !important;}
H A DshThemeRDark.css25 .syntaxhighlighter .gutter .line{border-right:3px solid #435a5f !important;}
/plugin/syntaxhighlighter3/sxh3/src/js/
H A DshBrushCss.js64 right: /(&lt;|<)\/\s*style\s*(&gt;|>)/gi
H A DshBrushJava.js30 right : /%(&gt;|>)/g
H A DshCore.js113 phpScriptTags : { left: /(&lt;|<)\?(?:=|php)?/g, right: /\?(&gt;|>)/g, 'eof' : true }, property in sh.regexLib.phpScriptTags
114 aspScriptTags : { left: /(&lt;|<)%=?/g, right: /%(&gt;|>)/g }, property in sh.regexLib.aspScriptTags
115 …scriptScriptTags : { left: /(&lt;|<)\s*script.*?(&gt;|>)/gi, right: /(&lt;|<)\/\s*script\s*(&gt;… property in sh.regexLib.scriptScriptTags
1085 right = ']]>',
1090 rightLength = right.length
1101 if (copy.indexOf(right) == copyLength - rightLength)
1253 if (htmlScript.right != null && match.right != null)
1255 result = getMatches(match.right, htmlScript.right);
1256 offsetMatches(result, match.index + match[0].lastIndexOf(match.right));
1699 var regex = { 'end' : regexGroup.right.source };
[all …]
/plugin/syntaxhighlighter3/sxh3/src/sass/
H A D_theme_template.scss75 border-right: $gutter_border !important;
H A DshCore.scss1 @mixin round_corners_custom($top, $right, $bottom, $left) { parameter
2 -moz-border-radius: $top $right $bottom $left !important;
3 -webkit-border-radius: $top $right $bottom $left !important;
35 right: auto !important;
104 text-align: right !important;
134 margin-right: 1em !important;
148 right: 1px !important;
H A DshCoreEclipse.css16 right: auto !important;
65 text-align: right !important;
83 margin-right: 1em !important; }
91 right: 1px !important;
168 border-right: 3px solid #d4d0c8 !important; }
/plugin/syntaxhighlighter4/
H A DREADME.md95 …ode area to highlight the text and then copy it using Ctrl/Cmd+C or mouse right click > Copy.<br />
/plugin/syntaxhighlighter4/dist/
H A Dsyntaxhighlighter.js311 right = ']]>',
317 rightLength = right.length;
326 if (copy.indexOf(right) == copyLength - rightLength) {
516 aspScriptTags: { left: /(&lt;|<)%=?/g, right: /%(&gt;|>)/g },
3466 if (htmlScript.right != null && match.right != null) {
3467 matches = applyRegexList(match.right, [htmlScript.right]);
3720 var regex = { 'end': regexGroup.right.source };
3728 right: { regex: regexGroup.right, css: 'script' },
4147 right: /(&lt;|<)\/\s*style\s*(&gt;|>)/gi
4461 right: /%(&gt;|>)/g
[all …]
H A Dsyntaxhighlighter.js.map1right","copy","trim","changed","leftLength","rightLength","indexOf","substring","copyLength","brus…

1...<<7172737475767778798081