Home
last modified time | relevance | path

Searched refs:rows (Results 276 – 300 of 343) sorted by path

1...<<11121314

/plugin/quickedit/
H A Dscript.js50 document.getElementById("quickedit_textbox"+pl_si.id).rows = nbRetourChariot;
/plugin/quickstats/
H A DHOW-TO66 The depth parameter limits the number of rows of output to depth number.
/plugin/quickstats/scripts/
H A Dsorttable-cmpr.js3rows[0]);b.insertBefore(the,b.firstChild)}if(b.tHead==null){b.tHead=b.getElementsByTagName("thead"…
H A Dsorttable.js47 the.appendChild(table.rows[0]);
60 for (var i=0; i<table.rows.length; i++) {
61 if (table.rows[i].className.search(/\bsortbottom\b/) != -1) {
62 sortbottomrows[sortbottomrows.length] = table.rows[i];
78 headrow = table.tHead.rows[0].cells;
146 rows = this.sorttable_tbody.rows;
147 for (var j=0; j<rows.length; j++) {
148 row_array[row_array.length] = [sorttable.getInnerText(rows[j].cells[col]), rows[j]];
169 for (var i=0; i<table.tBodies[0].rows.length; i++) {
247 for (var i=0; i<tbody.rows.length; i++) {
[all …]
/plugin/randomtables/table-roller/src/Table/
H A DDokuwikiJsonTable.php9 $rows = json_decode($json);
15 }, $rows);
/plugin/rater/scripts/
H A Djquery.tablesorter.js162 var rows = table.tBodies[0].rows;
164 if (rows[0]) {
167 cells = rows[0].cells,
209 if (rows[rowIndex]) {
229 return rows[rowIndex].cells[cellIndex];
255 … totalCells = (table.tBodies[0].rows[0] && table.tBodies[0].rows[0].cells.length) || 0,
334 rows = [];
340 rows.push(r[pos]);
358 table.config.appender(table, rows);
361 rows = null;
[all …]
/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
H A Ddatabase.php286 private function handleTable($table, $columns, $rows) { argument
293 $this->handleDataSheet($table, $columns, $rows, $key);
298 for ($r = 0; $r < $rows; $r++) {
303 $this->handleDataCard($table, $rows, $key);
310 * The data is organized in rows, one note per row. The first row contains the caption.
312 private function handleDataSheet($table, $columns, $rows, $key) { argument
313 for ($r = 1; $r < $rows; $r++) {
328 private function handleDataCard($table, $rows, $key) { argument
331 for ($r = 0; $r < $rows; $r++) {
/plugin/rowmove/
H A Dplugin.info.txt6 desc Moving rows of tables up and down
H A Dscript.js15 var r_elRows = elTbody.rows;
44 var r_elRows = elTbody.rows;
104 var count = elTable.rows.length;
/plugin/s5reloaded/ui/effects_support/
H A Dcontrols.js541 if (1 >= this.options.rows && !/\r|\n/.test(this.getText())) {
548 fld.rows = (1 >= this.options.rows ? this.options.autoRows : this.options.rows);
892 rows: 1, // If 1 and multi-line, uses autoRows
/plugin/scrape/HTMLPurifier/Printer/
H A DConfigForm.php
/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/searchtablejs/TableFilter_EN/
H A Dfiltergrid.css50 .tot{ font-weight:bold; }/*rows counter*/
/plugin/searchtablejs/
H A Dscript.js19 for (var r = 1; r < table.rows.length; r++){
20 ele = table.rows[r].cells[cellNr].innerHTML.replace(/<[^>]+>/g,"");
22 table.rows[r].style.display = '';
23 else table.rows[r].style.display = 'none';
31 for (var r = 1; r < table.rows.length; r++){
32 ele = table.rows[r].innerHTML.replace(/<[^>]+>/g,"");
42 table.rows[r].style.display = displayStyle;
50 for (var r = 1; r < table.rows.length; r++){
51 ele = table.rows[r].innerHTML.replace(/<[^>]+>/g,"");
56 table.rows[r].style.display = displayStyle;
/plugin/semanticdata/phpSesame/
H A DresultFormats.php30 $rows = array();
54 $rows[] = $row;
57 if(sizeof($rows) <= 0)
62 return $rows;
/plugin/semanticdata/syntax/
H A Dtable.php220 $rows = array_slice($rows, 0, $data['limit']);
/plugin/sequencediagram/bower_components/snap.svg/doc/css/
H A Dtopcoat-desktop-light.css3406 <textarea class="topcoat-textarea" rows="6" cols="36" placeholder="Textarea"></textarea>
3409 … <textarea class="topcoat-textarea" rows="6" cols="36" placeholder="Textarea" disabled></textarea>
3459 <textarea class="topcoat-textarea--large" rows="6" cols="36" placeholder="Textarea"></textarea>
3462 …<textarea class="topcoat-textarea--large" rows="6" cols="36" placeholder="Textarea" disabled></tex…
/plugin/simplemysqlclient/syntax/
H A Dsimplemysqlclient.php160 $rows = $this->fetch_all( $result);
161 if (sizeof ( $rows ) <= 0) {
166 echo $this->__renderTable ( $cols, $rows );
208 private function __renderTable($cols, $rows) { argument
218 foreach ( $rows as $nr => $row ) {
246 if ($nr == count ( $rows ) - 1)
254 $rows [$nr] = '<tr class="' . $classes . '">' . implode ( '', $row ) . "</tr>\n";
258 $rows = implode ( '', $rows );
320 $rows
/plugin/sortablejs/
H A Dscript.js112 var theadrow = table.rows[0].cells;
134 var rows = thiscell.sorttable_tbody.rows;
135 for( var j = sindex; j < rows.length; j++ ) {
136 row_array[row_array.length] = [sorttable.getInnerText( rows[j].cells[col] ), rows[j]];
186 var headrow = table.rows[0].cells;
264 var rows = this.sorttable_tbody.rows;
267 … row_array[row_array.length] = [sorttable.getInnerText( rows[j].cells[col] ), rows[j]];
354 newrows[newrows.length] = tbody.rows[i];
367 var rows = tbody.rows;
369 for( var j = sindex; j < rows.length; j++ ) {
[all …]
/plugin/sphinxsearch-was/
H A DPageMapper.php64 $rows = $result->fetchAll(PDO::FETCH_ASSOC);
67 foreach ($rows as $row) {
H A Dsphinxapi.php1566 list($rows, $cols) = array_values(unpack("N*N*", substr($response, $p, 8)));
1570 for ($i = 0; $i < $rows; $i++)
/plugin/sphinxsearch/
H A DPageMapper.php65 $rows = $result->fetchAll(PDO::FETCH_ASSOC);
68 foreach($rows as $row){
H A Dsphinxapi.php1609 list ( $rows, $cols ) = array_values ( unpack ( "N*N*", substr ( $response, $p, 8 ) ) ); $p += 8;
1612 for ( $i=0; $i<$rows; $i++ )
/plugin/sqlraw/
H A Dsorttable.min.js1 …ad').length==0){the=document.createElement('thead');the.appendChild(table.rows[0]);table.insertBef…
2rows.length!=1)return;sortbottomrows=[];for(var i=0;i<table.rows.length;i++){if(table.rows[i].clas…
6 headrow=table.tHead.rows[0].cells;for(var i=0;i<headrow.length;i++){if(!headrow[i].className.match(…
12 …nindex;rows=this.sorttable_tbody.rows;for(var j=0;j<rows.length;j++){row_array[row_array.length]=[…
14 ….sort_alpha;for(var i=0;i<table.tBodies[0].rows.length;i++){text=sorttable.getInnerText(table.tBod…
23 …rse:function(tbody){newrows=[];for(var i=0;i<tbody.rows.length;i++){newrows[newrows.length]=tbody.

1...<<11121314