Home
last modified time | relevance | path

Searched refs:showGutter (Results 1 – 5 of 5) sorted by relevance

/plugin/syntaxhighlighter3/sxh3/src/js/
H A DshLegacy.js8 showGutter, argument
50 showGutter = asString(defaultValue(showGutter, defaults.gutter));
58 gutter : defaultValue(reverse[options.nogutter], showGutter),
68 showGutter /* optional */, argument
131 showGutter,
/plugin/syntaxhighlighter3/sxh3/pkg/scripts/
H A DshLegacy.js24 showGutter, argument
66 showGutter = asString(defaultValue(showGutter, defaults.gutter));
74 gutter : defaultValue(reverse[options.nogutter], showGutter),
84 showGutter /* optional */, argument
147 showGutter,
/plugin/syntaxhighlighter/Uncompressed/
H A DshCore.js571 dp.sh.HighlightAll = function(name, showGutter /* optional */, showControls /* optional */, collaps… argument
671 highlighter.noGutter = (showGutter == null) ? IsOptionSet('nogutter', options) : !showGutter;
/plugin/syntaxhighlighter/Scripts/
H A DshCore.js127 dp.sh.HighlightAll=function(name,showGutter,showControls,collapseAll,firstLine,showColumns) argument
155 …nt.style.display='none';highlighter.noGutter=(showGutter==null)?IsOptionSet('nogutter',options):!s…
/plugin/aceeditor/
H A Dbuild.js1showGutter:"renderer",displayIndentGuides:"renderer",fontSize:"renderer",fontFamily:"renderer",max…