Home
last modified time | relevance | path

Searched refs:rows (Results 226 – 250 of 343) sorted by path

12345678910>>...14

/plugin/edittable/lib/
H A Dhandsontable.full.js14651 rows: false
14664 instance.selection.selectedHeader.rows = rows;
17751 this.rows = [];
17838 if (this.rows.length) {
18089 this.rows.length = 0;
18090 this.rows[-1] = void 0;
23637 rows,
23645 rows = str.split('\n');
23647 if (rows.length > 1 && rows[rows.length - 1] === '') {
23648 rows.pop();
[all …]
H A Dhandsontable.less260 .handsontable.ht__selection--rows tbody th.ht__highlight {
1191 .handsontable.ht__manualRowMove.after-selection--rows tbody th.ht__highlight {
1197 .handsontable.ht__manualRowMove.on-moving--rows,
1198 .handsontable.ht__manualRowMove.on-moving--rows tbody th.ht__highlight {
1204 .handsontable.ht__manualRowMove.on-moving--rows .manualRowResizer {
1227 .handsontable.on-moving--rows.show-ui .ht__manualRowMove--guideline,
1228 .handsontable.on-moving--rows .ht__manualRowMove--backlight {
/plugin/eventline/
H A Dscript.js70 var tr = table.rows[1];
113 var tr = table.rows[1];
/plugin/eventline/timeline_js/
H A Dtimeline-bundle.js861 var C=J.rows[0].cells[0];
867 var D=G.rows[0].cells[0];
/plugin/farm/install/animaltemplate/data/pages/wiki/
H A Dsyntax.txt265 Table rows have to start and end with a ''|'' for normal rows or a ''^'' for headers.
/plugin/farmer/_animal/data/pages/wiki/
H A Dsyntax.txt276 Table rows have to start and end with a ''|'' for normal rows or a ''^'' for headers.
/plugin/fckg/
H A DChanges66 …ated loop in insert_table() that goes through all rows checking for rowspans. Rowspan property of
67 all rows where rowspans have been processed, causing them to be ignored on subsequent passes of loo…
/plugin/fckg/fckeditor/editor/js/
H A Dfckeditorcode_gecko.js75rows.length==1){FCKTableHandler.DeleteTable(E);return;};A.parentNode.removeChild(A);};FCKTableHand…
103 …ngth>0&&E){var F=C.rows[0].insertCell(-1);F.innerHTML=this.Caption;F.className='SC_FieldCaption';}…
117 …AllItems=function(){this._Items=[];var A=this._ItemsTable;if (A){while (A.rows.length>0) A.deleteR…
H A Dfckeditorcode_ie.js79rows.length==1){FCKTableHandler.DeleteTable(E);return;};A.parentNode.removeChild(A);};FCKTableHand…
104 …ngth>0&&E){var F=C.rows[0].insertCell(-1);F.innerHTML=this.Caption;F.className='SC_FieldCaption';}…
118 …AllItems=function(){this._Items=[];var A=this._ItemsTable;if (A){while (A.rows.length>0) A.deleteR…
/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/findologicxmlexport/vendor/twig/twig/doc/tags/
H A Dimport.rst18 {% macro textarea(name, value, rows, cols) %}
19 …<textarea name="{{ name }}" rows="{{ rows|default(10) }}" cols="{{ cols|default(40) }}">{{ value|e…
/plugin/git/
H A Dhelper.php129 $rows = $this->sqlite->res2arr($res);
130 $status = $rows[0]['status'];
460 $rows = $this->sqlite->res2arr($res);
461 $timestamp = $rows[0]['timestamp'];
479 $rows = $this->sqlite->res2arr($res);
480 $status = $rows[0]['status'];
495 $rows = $this->sqlite->res2arr($res);
496 $timestamp = $rows[0]['timestamp'];
513 $rows = $this->sqlite->res2arr($res);
514 $status = $rows[0]['status'];
/plugin/glossary/
H A Dscript.js120 function glossarySetRowsJ (jTable, rows) { argument
132 for (var i in rows)
133 jTable.append (rows [i]);
139 var rows = glossaryGetRowsJ (jTable);
140 if (rows.length < 2)
142 rows.sort (comparator);
143 glossarySetRowsJ (jTable, rows);
/plugin/godiag/
H A Dsyntax.php720 $rows = $this->dgm['dia'];
754 if(array_key_exists($ypos, $rows) && array_key_exists($xpos, $rows[$ypos]))
755 $curchar = $rows[$ypos][$xpos];
/plugin/google_adsense2/
H A Dadmin.php110 // print ' <tr><td> '.$this->getLang('gads_googleads_code').' </td><td><TEXTAREA rows="15" cols="4…
/plugin/googlesearch/
H A Dnusoap.php5407 $rows = sizeof($value);
5433 .":".$this->getLocalPart($typeDef['arrayType'])."[$rows$cols]\">"
/plugin/groupmatrix/syntax/
H A Dtable.php128 $rows = [];
131 $rows = array_map(function ($user, $username) use ($groups, $attributes) {
146 $renderer->doc .= $this->renderTable($data['headers'], $rows);
154 * @param array $rows
158 protected function renderTable($headers, $rows, $className = '') argument
171 if ($rows) {
172 foreach ($rows as $row) {
/plugin/highlightjs/highlight/
H A Dhighlight.pack.js1 …1,set:1,references:1,names:1,table:1,outer:1,open:1,select:1,size:1,are:1,rows:1,from:1,prepare:1,…
/plugin/html2pdf/html2pdf/html2ps/
H A DChangeLog375 * Fixed: table cells spanning several rows in some cases could be
910 * Fixed: Content of table cell spanning several rows was not
987 * Fixed: percentage constrained rows in the table could give
H A Dbox.frame.php221 var $rows; variable in FramesetBox
235 $this->rows = $root->has_attribute('rows') ? $root->get_attribute('rows') : "100%";
253 $rows = guess_lengths($this->rows, $this->get_height());
261 if ($cur_row >= count($rows)) {
280 …$frame->put_top($this->get_top() - array_sum(array_slice($rows, 0, $cur_row)) - $frame->get_extr…
285 $frame->put_full_height($rows[$cur_row]);
H A Dbox.table.row.php5 var $rows; variable in TableRowBox
/plugin/html5video2/
H A Dstyle.css1655 grid-template-rows: 1fr;
/plugin/imagecarousel/vendor/slick/
H A DREADME.markdown92 rows | int | 1 | Setting this to more than 1 initializes grid mode. Use slidesPerRow to set how man…
94 slidesPerRow | int | 1 | With grid mode intialized via the rows option, this sets how many slides a…
H A Dslick.min.js17rows:1,rtl:!1,slide:"",slidesPerRow:1,slidesToShow:1,slidesToScroll:1,speed:500,swipe:!0,swipeToSl… property in e.defaults
/plugin/indexmenu2/cms/extensions/
H A Dhelpers.js11rows))return null;var O=[];for(var Q=0,_=i.rows.length;Q<_;Q++){var c=[];if(isArray(I)){for(var C=…

12345678910>>...14