Home
last modified time | relevance | path

Searched defs:row (Results 1 – 25 of 274) sorted by relevance

1234567891011

/plugin/fho/data/
Dfho_2024-09-14.json1 [{"row":0,"column":0,"color":"rgb(0, 0, 255)"},{"row":0,"column":1,"color":"rgb(0, 0, 255)"},{"row"… number
Dfho_2024-09-12.json1 [{"row":0,"column":0,"color":"rgb(255, 255, 0)"},{"row":0,"column":1,"color":"rgb(255, 255, 0)"},{"… number
Dfho_2024-09-13.json1 [{"row":0,"column":0,"color":"rgb(0, 0, 255)"},{"row":0,"column":1,"color":"rgb(0, 0, 255)"},{"row"… number
/plugin/jplayer/vendor/james-heinrich/getid3/demos/
Ddemo.mysqli.php254 while ($row = mysqli_fetch_array($result)) { variable
365 while ($row = mysqli_fetch_array($result)) { variable
391 while ($row = mysqli_fetch_array($result)) { variable
409 while ($row = mysqli_fetch_array($result)) { variable
613 while ($row = mysqli_fetch_array($result)) { variable
648 while ($row = mysqli_fetch_array($result)) { variable
670 while ($row = mysqli_fetch_array($result)) { variable
719 while ($row = mysqli_fetch_array($result)) { variable
740 while ($row = mysqli_fetch_array($result)) { variable
757 while ($row = mysqli_fetch_array($result)) { variable
[all …]
/plugin/davcal/vendor/sabre/dav/bin/
Dmigrateto17.php63 $row = $pdo->query("SELECT * FROM calendarobjects LIMIT 1")->fetch(); variable
153 while($row = $result->fetch()) { variable
181 $row = $pdo->query("SELECT * FROM calendars LIMIT 1")->fetch(); variable
Dmigrateto20.php90 $row = $pdo->query("SELECT * FROM $tableName LIMIT 1")->fetch(); variable
358 $row = $pdo->query("SELECT * FROM cards LIMIT 1")->fetch(); variable
440 while($row = $result->fetch(\PDO::FETCH_ASSOC)) { variable
Dmigrateto30.php85 $row = $result->fetch(\PDO::FETCH_ASSOC); variable
157 while($row = $result->fetch(\PDO::FETCH_ASSOC)) { variable
Dmigrateto21.php86 $row = $result->fetch(\PDO::FETCH_ASSOC); variable
119 while($row = $result->fetch(\PDO::FETCH_ASSOC)) { variable
/plugin/asciidocjs/node_modules/pug-filters/node_modules/cliui/
Dindex.js53 rows.forEach(function (row) { argument
66 rows.forEach(function (row) { argument
90 _this.rows.forEach(function (row, i) { argument
105 UI.prototype.rowToString = function (row, lines) { argument
187 UI.prototype._rasterize = function (row) { argument
230 UI.prototype._columnWidths = function (row) { argument
/plugin/structodt/
Dhelper.php51 public function renderODT($template, $row) {
106 public function renderPDF($template, $row) {
274 public function replace($content, $row) {
343 public function rowTemplate($row, $template) {
/plugin/struct/meta/
DFilterValueListHandler.php10 protected $row = []; variable in dokuwiki\\plugin\\struct\\meta\\FilterValueListHandler
27 public function row($match, $state, $pos) function in dokuwiki\\plugin\\struct\\meta\\FilterValueListHandler
/plugin/jdraw/src/com/mxgraph/examples/swing/editor/
DJTableRenderer.java401 int row = rowAtPoint(p); in dragOver() local
485 public Object getValueAt(int row, int col) in createModel()
500 public boolean isCellEditable(int row, int col) in createModel()
509 public void setValueAt(Object value, int row, int col) in createModel()
/plugin/bibtex/OSBib/format/
DBIBFORMAT.php219 function preProcess($type, $row)
318 function preProcessBibtex(&$row, $type)
971 function addAllOtherItems($row)
/plugin/asciidocjs/node_modules/cliui/build/lib/
Dindex.js93 rowToString(row, lines) { argument
158 rasterize(row) { argument
207 columnWidths(row) { argument
/plugin/do/
Ddomd5changed.php16 while ($row = sqlite_fetch_array($res)) { variable
/plugin/struct/db/
Dupdate0003.sql8 row INTEGER NOT NULL, field
/plugin/authgooglesheets/vendor/google/apiclient-services/src/DataLabeling/
DGoogleCloudDatalabelingV1beta1ConfusionMatrix.php29 public function setRow($row)
/plugin/mediasyntax/tools/
Ddokuwiki2mediawiki.php125 $row=1; variable
216 $row=0; variable
223 $row=0; // the header row is row 0. It may exist or not. variable
/plugin/tablelayout/script/
Dscript.js116 $rowsToBeSearched.each(function (index, row) { argument
145 var columnCount = $table.find('tr').toArray().reduce(function (max, row) { argument
/plugin/dtable/
Dhelper.php74 function rows($row, $page_id, $start_line)
146 public $row = 0; variable in helper_plugin_dtable_handler
/plugin/structgantt/meta/
DGantt.php235 protected function getColorStyle($row)
288 protected function renderRow($row)
/plugin/edittable/script/
Deditor.js66 return dmarray.map(function (row) { argument
140 var lastselect = { row: 0, col: 0 }; property
186 cells: function (row, col) { argument
202 renderer: function (instance, td, row, col) { argument
/plugin/translate/
Dmake_langnames_file.php36 $row = array(); variable
/plugin/tplinc/
Dadmin.php108 protected function assignmentRow($assignment, $row)
/plugin/photogallery/phpThumb/
DphpThumb.php311 if ($row = $result->fetch_array()) { variable
347 if ($row = @mysql_fetch_array($result)) { variable

1234567891011