Searched refs:showColumns (Results 1 – 6 of 6) sorted by relevance
/plugin/displayorphans/ |
H A D | renderer.php | 17 …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 D | syntax.php | 69 $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 D | shLegacy.js | 12 showColumns argument 53 showColumns = asString(defaultValue(showColumns, defaults.ruler)); 72 showColumns /* optional */ argument 135 showColumns
|
/plugin/syntaxhighlighter3/sxh3/pkg/scripts/ |
H A D | shLegacy.js | 28 showColumns argument 69 showColumns = asString(defaultValue(showColumns, defaults.ruler)); 88 showColumns /* optional */ argument 151 showColumns
|
/plugin/syntaxhighlighter/Uncompressed/ |
H A D | shCore.js | 223 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 D | shCore.js | 37 …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…
|