Home
last modified time | relevance | path

Searched refs:rows (Results 151 – 175 of 343) sorted by relevance

12345678910>>...14

/plugin/issuetracker/
H A DxsEditor.js3 var arows = document.getElementById(obj).rows;
4 document.getElementById(obj).rows = arows + size;
/plugin/diagramsnet/lib/js/grapheditor/
H A DGraph.js5998 extend = row == rows[rows.length - 1];
6043 row = rows[i];
6347 var row = this.graph.getCellGeometry(rows[rows.length - 1]);
6353 model.setGeometry(rows[rows.length - 1], row);
8286 var rows = true;
8291 rows = rows && this.isTableRow(cells[i]);
8867 rows = rows && this.isTableRow(cells[i]);
8870 if (rows)
10392 row = rows[(before) ? 0 : rows.length - 1];
10555 row = rows[rows.length - 1];
[all …]
/plugin/datatables/assets/datatables.net-plugins/features/searchHighlight/
H A DdataTables.searchHighlight.min.js
/plugin/tablemath/
H A Dscript.js36 set.push(tmParseValue(table.rows[y].cells[x]));
/plugin/structodt/
H A Daction.php215 $rows = $helper->getRows($schemas, $first_schema, $filter);
219 foreach ($rows as $row) {
/plugin/refnotes/
H A Dadmin.php468 'rows' => '4',
666 private $rows;
674 $this->rows = $data['rows'];
685 $html .= ' cols="40" rows="' . $this->rows . '">';
678 private $rows; global() variable in refnotes_config_textarea
/plugin/combo/
H A Dcli.php421 $rows = [];
423 $rows = $request
434 foreach ($rows as $row) {
/plugin/codebutton2/
H A Dadmin.php66 ptln('<textarea rows=10 cols=50 name="config">');
/plugin/bibtex/OSBib/create/
H A DFORM.php324 function textareaInput($label, $name, $value = FALSE, $cols = 30, $rows = 5) argument
330 <textarea name="$name" id="$name" cols="$cols" rows="$rows">$value</textarea>
/plugin/authyubikey/lib/
H A DYubico.php388 $rows = explode("\r\n", trim($str));
390 while (list($key, $val) = each($rows)) {
/plugin/struct/meta/
H A DSchema.php108 $rows = $this->sqlite->queryAll($sql, [$this->id]);
111 foreach ($rows as $row) {
/plugin/wysiwyg/fckeditor/editor/plugins/dragresizetable/
H A Dfckplugin.js28 for ( var i = 0 ; i < tableNode.rows.length ; i++ )
30 var r = tableNode.rows[i] ;
174 for ( var r = 0 ; r < table.rows.length ; r++ )
176 var row = table.rows.item( r ) ;
/plugin/fckg/fckeditor/editor/plugins/dragresizetable/
H A Dfckplugin.js29 for ( var i = 0 ; i < tableNode.rows.length ; i++ )
31 var r = tableNode.rows[i] ;
176 for ( var r = 0 ; r < table.rows.length ; r++ )
178 var row = table.rows.item( r ) ;
/plugin/yuriigantt/3rd/dhtmlxgantt/sources/ext/
H A Ddhtmlxgantt_smart_rendering.js224 var rows = [];
230 rows.push(item);
232 return rows;
/plugin/wysiwyg/fckeditor/editor/_source/classes/
H A Dfckspecialcombo.js227 var oCaptionCell = eOuterTable.rows[0].insertCell(-1) ;
233 var oField = FCKTools.AppendElement( eOuterTable.rows[0].insertCell(-1), 'div' ) ;
H A Dfckmenublock.js59 while ( eItemsTable.rows.length > 0 )
/plugin/authgoogle/google/contrib/
H A DGoogle_AdsensehostService.php1243 public $rows; variable in Google_Report
1267 public function setRows(/* array(Google_string) */ $rows) { argument
1268 $this->assertIsArray($rows, 'Google_string', __METHOD__);
1269 $this->rows = $rows;
1272 return $this->rows;
H A DGoogle_FusiontablesService.php1011 public $rows; variable in Google_Sqlresponse
1025 public function setRows(/* array(Google_object) */ $rows) { argument
1026 $this->assertIsArray($rows, 'Google_object', __METHOD__);
1027 $this->rows = $rows;
1030 return $this->rows;
/plugin/datatables/assets/datatables.net-plugins/features/rowFill/
H A DdataTables.rowFill.min.js
/plugin/dtable/
H A Dsyntax.php87 $lines = $dtable->rows($raw_lines, $id, $start_line);
/plugin/datatables/assets/datatables.net-responsive/js/
H A DdataTables.responsive.min.js
/plugin/datatables/assets/datatables.net-plugins/features/searchFade/
H A DdataTables.searchFade.min.js
/plugin/searchpattern/
H A Dstyle.css18 div.dokuwiki div.sp_main table.sp_main_table tr{ /*the rows of the table*/
85 div.dokuwiki div.sp_main table.sp_main_table tr.sp_result{ /*the result rows*/
/plugin/conform/
H A Dhelper.php139 $tables[$tablecount]['rows'] = $args[1];
/plugin/semanticdata/syntax/
H A Dtable.php220 $rows = array_slice($rows, 0, $data['limit']);

12345678910>>...14