Home
last modified time | relevance | path

Searched refs:columns (Results 276 – 286 of 286) sorted by last modified time

1...<<1112

/plugin/projects/plugins/file/
H A Dplot_dependency.php30 private $columns = array(); variable in PlotDefinition
37 public function columns() { return $this->columns; } function in PlotDefinition
44 public function column($column) { return $this->columns[$column]; }
114 $this->columns[$i] = $style;
128 if (!$this->columns) {
/plugin/projects/plugins/target/
H A Dplot.php59 $columns = array();
67 foreach ($this->plot->columns() as $column => $name) {
68 if ($column != $x_column + 1) $columns[] = $column - 1;
73 foreach ($columns as $column) {
81 foreach ($columns as $column) {
97 reset($columns);
101 $data->SetYAxisName($this->plot->column(current($columns) + 1));
138 foreach ($columns as $column) {
170 foreach ($columns as $column)
176 foreach ($columns as $column) {
/plugin/semanticdata/syntax/
H A Dentry.php95 $columns[$column['key']] = $column;
97 return array('data'=>$data, 'cols'=>$columns, 'classes'=>$class,
/plugin/s5reloaded/ui/thesis/
H A Dwrap.css5 /* tables in columns and boxes should span the whole width */
50 /* columns
/plugin/dokugitviewer/
H A Dgit-utils.inc.php32 $columns = explode(DELIMETER, $line);
34 'commit' => $columns[0],
35 'timestamp' => $columns[1],
36 'author' => $columns[2],
37 'message' => $columns[3],
/plugin/jmol2/jmol/
H A DCHANGES.txt1396 # quaternion from first two columns of a 3x3 rotation matrix
2757 # allows setting isosurface Z values using a block of data (ni rows by nj columns)
5029 # adds capability to read data from selected fields (white-space delimited columns) in a file
/plugin/conform/
H A Dhelper.php145 $tables[$tablecount]['columns'] = ($columns - 1);
/plugin/syntaxhighlighter/Styles/
H A DSyntaxHighlighter.css59 .dp-highlighter .columns div
72 .dp-highlighter.nogutter .columns div
77 .dp-highlighter .columns
85 .dp-highlighter .columns div
/plugin/syntaxhighlighter/Uncompressed/
H A DshCore.js399 var columns = this.CreateElement('div');
417 columns.className = 'columns';
418 columns.appendChild(div);
419 this.bar.appendChild(columns);
/plugin/syntaxhighlighter/Scripts/
H A DshCore.js86 {var div=this.CreateElement('div');var columns=this.CreateElement('div');var showEvery=10;var i=1;w…
91 columns.className='columns';columns.appendChild(div);this.bar.appendChild(columns);}
/plugin/columnlist/
H A Dsyntax.php22 var $columns = 4; variable in syntax_plugin_columnlist

1...<<1112