Home
last modified time | relevance | path

Searched refs:IsOptionSet (Results 1 – 2 of 2) sorted by relevance

/plugin/syntaxhighlighter/Uncompressed/
H A DshCore.js592 function IsOptionSet(value, list) function
671 highlighter.noGutter = (showGutter == null) ? IsOptionSet('nogutter', options) : !showGutter;
672 …highlighter.addControls = (showControls == null) ? !IsOptionSet('nocontrols', options) : showContr…
673 highlighter.collapse = (collapseAll == null) ? IsOptionSet('collapse', options) : collapseAll;
674 …highlighter.showColumns = (showColumns == null) ? IsOptionSet('showcolumns', options) : showColumn…
/plugin/syntaxhighlighter/Scripts/
H A DshCore.js135 function IsOptionSet(value,list) function
155IsOptionSet('nogutter',options):!showGutter;highlighter.addControls=(showControls==null)?!IsOption…