Home
last modified time | relevance | path

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

12345678910>>...14

/plugin/yuriigantt/3rd/dhtmlxgantt/ext/
H A Ddhtmlxgantt_smart_rendering.js.map1rows","getTask","$index","resetProjectDates","_getVisibleLinks","visible_links","links","linksStor…
/plugin/ckgdoku/ckeditor/lang/
H A Den.js.beautified333 rows: "Rows"
620 invalidRows: "Number of rows must be a number greater than 0.",
629 rows: "Rows",
H A Den.js.unc5rows":"Rows"},"textfield":{"title":"Text Field Properties","name":"Name","value":"Value","charWidt…
/plugin/datatables/assets/datatables.net-fixedcolumns/js/
H A DdataTables.fixedColumns.min.js
/plugin/sphinxsearch-was/
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 Dsphinxapi.php1609 list ( $rows, $cols ) = array_values ( unpack ( "N*N*", substr ( $response, $p, 8 ) ) ); $p += 8;
1612 for ( $i=0; $i<$rows; $i++ )
/plugin/dokumicrobugtracker/
H A Dstyle.css354 /* For the Conditional-CSS grading rows */
936 /* For the Conditional-CSS grading rows */
/plugin/dokumicrobugtracker/css/
H A Ddemo_table_jui.css405 /* For the Conditional-CSS grading rows */
H A Ddemo_table.css354 /* For the Conditional-CSS grading rows */
/plugin/wysiwyg/fckeditor/
H A Dfckeditor.cfc167 …result = result & "<textarea name=""#this.instanceName#"" rows=""4"" cols=""40"" style=""WIDTH: #t…
/plugin/datepicker/script/jscalendar-1.0/
H A Dcalendar.js1339 var rows = this.table.getElementsByTagName("tr");
1340 for (var i = rows.length; i > 0;) {
1341 var row = rows[--i];
/plugin/ckgedit/ckeditor/lang/
H A Den.4.9.js.beautified417 "rows": "Rows"
701 "invalidRows": "Number of rows must be a number greater than 0.",
710 "rows": "Rows",
H A Den.js-4.9.merged5rows":"Rows"},"textfield":{"title":"Text Field Properties","name":"Name","value":"Value","charWidt…
H A Den.js.unc5rows":"Rows"},"textfield":{"title":"Text Field Properties","name":"Name","value":"Value","charWidt…
/plugin/ckgedit/lang/
H A Den.4.9.js.beautified417 "rows": "Rows"
701 "invalidRows": "Number of rows must be a number greater than 0.",
710 "rows": "Rows",
/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/dirtylittlehelper/mermaid/editor/docs/
H A Dbundle.css1737 .monaco-list-rows {
1743 .monaco-list.horizontal-scrolling .monaco-list-rows {
3670 .quick-input-list .quick-input-list-rows {
3680 .quick-input-widget.show-checkboxes .quick-input-list .quick-input-list-rows {
3691 .quick-input-list .quick-input-list-rows > .quick-input-list-row {
3696 .quick-input-list .quick-input-list-rows > .quick-input-list-row .monaco-icon-label,
3697 .quick-input-list .quick-input-list-rows > .quick-input-list-row .monaco-icon-label .monaco-icon-la…
3701 .quick-input-list .quick-input-list-rows > .quick-input-list-row .codicon[class*='codicon-'] {
3705 .quick-input-list .quick-input-list-rows .monaco-highlighted-label span {
/plugin/dirtylittlehelper/mermaid/editor/
H A Dbundle.css1737 .monaco-list-rows {
1743 .monaco-list.horizontal-scrolling .monaco-list-rows {
3670 .quick-input-list .quick-input-list-rows {
3680 .quick-input-widget.show-checkboxes .quick-input-list .quick-input-list-rows {
3691 .quick-input-list .quick-input-list-rows > .quick-input-list-row {
3696 .quick-input-list .quick-input-list-rows > .quick-input-list-row .monaco-icon-label,
3697 .quick-input-list .quick-input-list-rows > .quick-input-list-row .monaco-icon-label .monaco-icon-la…
3701 .quick-input-list .quick-input-list-rows > .quick-input-list-row .codicon[class*='codicon-'] {
3705 .quick-input-list .quick-input-list-rows .monaco-highlighted-label span {
/plugin/xlsx2dw/packages/xlsx/
H A Dxlsx.mjs8262 if(ws['!rows']) write_ws_rows_sylk(preamble, ws['!rows']);
8961 if(rows < range.e.r) rows = range.e.r;
8964 if(rows > 8191) rows = 8191;
10394 if (!rows)
15734 if(rows.length > 0) s['!rows'] = rows;
15751 if(r.length > 0 || (rows && rows[R])) {
15753 if(rows && rows[R]) {
15765 if(rows) for(; R < rows.length; ++R) {
15766 if(rows && rows[R]) {
21738 if(!rows) {
[all …]
/plugin/diagramsnet/lib/js/grapheditor/
H A DShapes.js17 var rows = graph.model.getChildCells(state.cell, true);
19 if (rows.length > 0)
41 var cols = graph.model.getChildCells(rows[0], true);
75 for (var i = 0; i < rows.length; i++)
78 var geo = graph.getCellGeometry(rows[i]);
89 if (r > 0 && i == rows.length - 1)
184 if (rows.length > 0)
190 var geo = graph.getCellGeometry(rows[0]);
198 for (var i = 1; i < rows.length; i++)
200 geo = graph.getCellGeometry(rows[i]);
[all …]
/plugin/ipban/ip-lib/
H A DREADME.md309 $rows = $searchQuery->fetchAll();
/plugin/markdownextra/
H A Dmarkdown.php2771 $rows = explode("\n", trim($content, "\n"));
2774 foreach ($rows as $row) {
/plugin/davcal/fullcalendar-3.10.5/
H A Dfullcalendar.less248 /* no bottom borders on rows */
555 /* rows and cells that are hidden because of a "more" link */
874 /* ensure that all rows are at least this tall */ }
/plugin/xcom/lang/en/
H A Dhowto.txt12 * Second and third rows: inputs for constructing the query
/plugin/codemirror/dist/modes/
H A Dsql.min.js.map1rows run savepoint schema segment select separate session set share snapshot some space split sql …

12345678910>>...14