Home
last modified time | relevance | path

Searched refs:rows (Results 301 – 325 of 343) sorted by last modified time

1...<<11121314

/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/jcapture/lib/
H A Dtransform-3.0.2.jarMETA-INF/MANIFEST.MF META-INF/HAMMURAP.SF META-INF/HAMMURAP ...
/plugin/table2csv/
H A DgetTableData.php23 preg_match_all("|<tr(.*)</tr>|U",$table,$rows);
32 foreach ($rows[0] as $row){
/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/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/bible/bible_douayRheims/
H A D1_Esdras.txt139 …6:4. Three rows of unpolished stones, and so rows of new timber: and the charges shall be given ou…
H A D2_Paralipomenon.txt55 …n engravings on the outside of ten cubits compassed the belly of the sea, as it were with two rows.
65 …4:13. And four hundred pomegranates, and two wreaths of network, so that two rows of pomegranates …
H A D3_Kings.txt215 …6:36. And he built the inner court with three rows of polished stones, and one row of beams of ced…
229 …7:12. And the great court was made round with three rows of hewed stones, and one row of planks of…
234 …er with wonderful art. Both the chapiters of the pillars were cast: seven rows of nets were on one…
235 …7:18. And he made the pillars, and two rows round about each network to cover the chapiters, that …
237 … over against the network: and of pomegranates there were two hundred, in rows round about the oth…
241 …im of it, compassed it for ten cubits going about the sea: there were two rows cast of chamfered s…
259 …7:42. And four hundred pomegranates for the two networks: two rows of pomegranates for each networ…
H A DDaniel.txt266 …7:5. And behold another beast, like a bear, stood up on one side: and there were three rows in the…
H A DExodus.txt760 …28:17. And thou shalt set in it four rows of stones. In the first row shall be a sardius stone, an…
763 28:20. In the fourth a chrysolite, an onyx, and a beryl. They shall be set in gold by their rows.
1122 …39:10. And he set four rows of precious stones in it. In the first row was a sardius, a topaz, an …
1125 39:13. In the fourth, a chrysolite, an onyx, and a beryl, set and enclosed in gold by their rows.
H A DEzechiel.txt1212 … about compassing the four little courts, and there were kitchens built under the rows round about.
H A DWisdom.txt418 …18:24. For in the priestly robe which he wore, was the whole world: and in the four rows of the st…
/plugin/mytemplate/
H A DREADME55 page you supply a list of rows, each of which consisting of comma separated values
67 optional. If set, the table will contain at least that many rows.
82 When declaring a variable for a LIST command, VALUE is a list of rows,
86 Please note that rows after the first need to be indented for parsing to work.
99 Again, don't forget to indent rows after the first.
/plugin/semanticdata/syntax/
H A Dtable.php220 $rows = array_slice($rows, 0, $data['limit']);
/plugin/semanticdata/phpSesame/
H A DresultFormats.php30 $rows = array();
54 $rows[] = $row;
57 if(sizeof($rows) <= 0)
62 return $rows;
/plugin/inlineeditor/
H A Dscript.js51 document.getElementById("wiki__text").rows = nbRetourChariot;
/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/tline/timeline_js/
H A Dtimeline-bundle.js861 var C=J.rows[0].cells[0];
867 var D=G.rows[0].cells[0];
/plugin/quickedit/
H A Dscript.js50 document.getElementById("quickedit_textbox"+pl_si.id).rows = nbRetourChariot;
/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/jmol2/jmol/
H A DCHANGES.txt2757 # allows setting isosurface Z values using a block of data (ni rows by nj columns)
/plugin/conform/
H A Dhelper.php139 $tables[$tablecount]['rows'] = $args[1];
/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=…
/plugin/superacl/
H A Dscript.js184 var rows = $('acl__htmltable').getElementsByTagName('tr');
185 for ( i = 1; i < rows.length; i++) {
186 rows[i].className = "";
206 var rows = $('acl__htmltable').getElementsByTagName('tr');
207 for ( i = 1; i < rows.length; i++) {
208 var isNs = (rows[i].firstChild.firstChild.className == "aclns");
209 var id = rows[i].firstChild.firstChild.innerHTML;
220 rows[i].className = "";
222 rows[i].className = "hidden";

1...<<11121314