Home
last modified time | relevance | path

Searched refs:showColumns (Results 1 – 6 of 6) sorted by last modified time

/plugin/displayorphans/
H A Drenderer.php17 …g */ $type, array $items = null, /* bool */ $showHeader = null, array $showColumns = array(true, t… argument
24 $showColumns[0] ? $this->getLang('header_index') : null,
25 $showColumns[1] ? $this->getLang('header_id') : null,
26 $showColumns[2] ? $this->getLang('header_title') : null,
27 $showColumns[3] ? $this->getLang('header_backlinks') : null
36 { $this->_row($renderer, $id, $item, ++$rownum, $type, $showColumns); }
63 …id */ _row(Doku_Renderer $renderer, $id, $item, $rownum, $type, array $showColumns = array(true, t… argument
68 if ($showColumns[0])
76 if ($showColumns[1])
84 if ($showColumns[2])
[all …]
H A Dsyntax.php69 $showColumns = array(true, true, $type != PageType::WANTED, $type != PageType::ORPHAN);
70 $this->renderer->table($renderer, $type, $items, $showHeader, $showColumns);
/plugin/syntaxhighlighter3/sxh3/src/js/
H A DshLegacy.js12 showColumns argument
53 showColumns = asString(defaultValue(showColumns, defaults.ruler));
72 showColumns /* optional */ argument
135 showColumns
/plugin/syntaxhighlighter3/sxh3/pkg/scripts/
H A DshLegacy.js28 showColumns argument
69 showColumns = asString(defaultValue(showColumns, defaults.ruler));
88 showColumns /* optional */ argument
151 showColumns
/plugin/syntaxhighlighter/Uncompressed/
H A DshCore.js223 this.showColumns = true;
396 if(this.showColumns)
571 …s /* optional */, collapseAll /* optional */, firstLine /* optional */, showColumns /* optional */) argument
674 …highlighter.showColumns = (showColumns == null) ? IsOptionSet('showcolumns', options) : showColumn…
/plugin/syntaxhighlighter/Scripts/
H A DshCore.js37 …Controls=true;this.collapse=false;this.tabsToSpaces=true;this.wrapColumn=80;this.showColumns=true;}
85 this.bar.appendChild(dp.sh.Toolbar.Create(this));if(this.showColumns)
127 dp.sh.HighlightAll=function(name,showGutter,showControls,collapseAll,firstLine,showColumns) argument
155 …se',options):collapseAll;highlighter.showColumns=(showColumns==null)?IsOptionSet('showcolumns',opt…