Home
last modified time | relevance | path

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

12345678910

/plugin/jplayer/vendor/james-heinrich/getid3/demos/
H A 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
794 while ($row = mysqli_fetch_array($result)) { variable
1070 while ($row = mysqli_fetch_array($result)) { variable
1354 while ($row = mysqli_fetch_array($result)) { variable
[all …]
/plugin/davcal/vendor/sabre/dav/bin/
H A 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
H A 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
H A Dmigrateto30.php85 $row = $result->fetch(\PDO::FETCH_ASSOC); variable
157 while($row = $result->fetch(\PDO::FETCH_ASSOC)) { variable
H A Dmigrateto21.php86 $row = $result->fetch(\PDO::FETCH_ASSOC); variable
119 while($row = $result->fetch(\PDO::FETCH_ASSOC)) { variable
/plugin/structodt/
H A Dhelper.php51 public function renderODT($template, $row) { argument
106 public function renderPDF($template, $row) { argument
274 public function replace($content, $row) { argument
343 rowTemplate($row, $template) global() argument
[all...]
/plugin/struct/meta/
H A 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
H A DCSVExporter.php82 protected function row($values, $pid) global() function in dokuwiki\\plugin\\struct\\meta\\CSVExporter
[all...]
/plugin/do/
H A Ddomd5changed.php16 while ($row = sqlite_fetch_array($res)) { variable
/plugin/jdraw/src/com/mxgraph/examples/swing/editor/
H A 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/
H A DBIBFORMAT.php219 function preProcess($type, $row)
318 function preProcessBibtex(&$row, $type)
971 function addAllOtherItems($row)
/plugin/struct/db/
H A Dupdate0003.sql8 row INTEGER NOT NULL, field
/plugin/authgooglesheets/vendor/google/apiclient-services/src/DataLabeling/
H A DGoogleCloudDatalabelingV1beta1ConfusionMatrix.php29 public function setRow($row)
/plugin/edittable/script/
H A Deditor.js66 return dmarray.map(function (row) { argument
140 var lastselect = { row: 0, col: 0 }; property in edittable.loadEditor.lastselect
186 cells: function (row, col) { argument
202 renderer: function (instance, td, row, col) { argument
/plugin/tablelayout/script/
H A Dscript.js116 $rowsToBeSearched.each(function (index, row) { argument
145 var columnCount = $table.find('tr').toArray().reduce(function (max, row) { argument
/plugin/mediasyntax/tools/
H A 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/translate/
H A Dmake_langnames_file.php36 $row = array(); variable
/plugin/tplinc/
H A Dadmin.php108 protected function assignmentRow($assignment, $row)
/plugin/dtable/
H A Dhelper.php79 function rows($row, $page_id, $start_line)
150 public $row = 0; variable in helper_plugin_dtable_handler
/plugin/photogallery/phpThumb/
H A DphpThumb.php311 if ($row = $result->fetch_array()) { variable
347 if ($row = @mysql_fetch_array($result)) { variable
/plugin/structgantt/meta/
H A DGantt.php270 getColorStyle($row) global() argument
323 renderRow($row) global() argument
[all...]
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Area120Tables/
H A DUpdateRowRequest.php36 public function setRow(Row $row)
H A DCreateRowRequest.php50 public function setRow(Row $row)
/plugin/geonav/server/
H A Dget_state.php34 $row = sqlite_fetch_array($result, SQLITE_ASSOC); variable
/plugin/authgooglesheets/vendor/google/apiclient-services/src/AdMob/
H A DGenerateMediationReportResponse.php60 public function setRow(ReportRow $row)

12345678910