Home
last modified time | relevance | path

Searched refs:idx (Results 1 – 25 of 242) sorted by last modified time

12345678910

/plugin/pagequery/
H A DPageQuery.php288 $idx = 0;
357 $group_opts['key'][$idx] = $key;
358 $group_opts['type'][$idx] = $group_by;
359 $group_opts['dformat'][$idx] = $wformat[$key];
360 $idx++;
458 $pages = file($conf['indexdir'] . '/page.idx');
528 foreach ($pages as $idx => $name) {
530 unset($pages[$idx]);
532 unset($pages[$idx]);
534 } elseif (auth_quickaclcheck($pages[$idx]) < AUTH_REA
739 addHeading(& $results, $sort_array, $group_opts, $level, $idx, & $prevs) global() argument
[all...]
/plugin/nspages/printers/
H A DprinterNice.php129 for($idx = 0; $idx < $nbItems; $idx++) {
130 $result[] = $idx + 1;
137 for($idx = 0; $idx < $this->nbCols; $idx++) {
138 $nbItemPerCol[] = ceil(($idx + 1) * $collength) - ceil($idx * $collength);
143 for($idx
[all...]
/plugin/struct/meta/
H A DSchemaBuilder.php114 if (isset($this->data['cols'])) foreach ($this->data['cols'] as $idx => $column) {
115 $this->data['cols'][$idx]['label'] = $this->fixLabel($column['label'], $labels);
118 if (isset($this->data['new'])) foreach ($this->data['new'] as $idx => $column) {
119 $this->data['new'][$idx]['label'] = $this->fixLabel($column['label'], $labels);
134 $idx = 1;
136 $fixedlabel = $wantedlabel . $idx++;
/plugin/struct/script/
H A DAggregationEditor.js4 const AggregationEditor = function (idx, table) { argument
/plugin/openlayersmap/ol7/
H A Dol-layerswitcher.js
H A Dol.js.map
/plugin/acknowledge/
H A Dscript.js45 .filter(function (idx, el) {
9 AnonymousFunction473137500200(idx, el) global() argument
/plugin/photogallery/phpThumb/
H A Dphpthumb.gif.php454 $idx = -1;
463 if (($idx == -1) || ($d < $dif)) {
464 $idx = $i;
469 return $idx;
/plugin/photogallery/
H A Dsyntax.php637 protected function _image(&$img,$data,$idx){ argument
754 $video .= '<div id="video'.$idx.'" style="display:none;">'.DOKU_LF;
760 $ret .= '<li data-poster="'.$isrc.'" data-html="#video'.$idx.'">'.DOKU_LF;
/plugin/cloud/
H A Dsyntax.php239 $idx = idx_getIndex('i', $len);
242 $this->_addWordsToCloud($cloud, $idx, $word_idx);
246 $idx = file($conf['cachedir'].'/index.idx');
249 $this->_addWordsToCloud($cloud, $idx, $word_idx);
260 function _addWordsToCloud(&$cloud, $idx, $word_idx) { argument
266 $value = explode(':', $idx[$i]);
/plugin/xlsx2dw/packages/exceljs/
H A Dexceljs.js82062 array.forEach(function (val, idx) {
/plugin/xlsx2dw/packages/xlsx/
H A Dxlsx.mjs1254 idx = +idx || -1;
1262 if(idx < 0) idx = 0x187;
1786 idx = __readInt32LE(mini, idx * 4);
4336 idx = 26*idx + cc;
4342 idx = 10*idx + cc;
4351 idx = 26*idx + cc;
4357 idx = 10*idx + cc;
8515 if(idx == -1) idx = lines[R].length; else idx++;
15619 idx = 26*idx + cc;
17712 for(var idx = 0; idx != wb.SheetNames.length; ++idx) {
[all …]
/plugin/imapmarkers/syntax/
H A Dimapmarkers_simple_html_dom.php246 function children($idx = -1) { argument
247 if ($idx === -1) {
252 return $this->children[$idx];
279 if ($idx !== false && isset($this->parent->children[$idx + 1])) {
293 if ($idx !== false && $idx > 0) {
556 if (is_null($idx)) {
558 } elseif ($idx < 0) {
559 $idx = count($found) + $idx;
561 return (isset($found[$idx])) ? $found[$idx] : null;
1373 function childNodes($idx = -1) { argument
[all …]
/plugin/dw2pdf/vendor/mpdf/mpdf/src/Gif/
H A DColorTable.php66 $idx = -1;
74 if (($idx == -1) || ($d < $dif)) {
75 $idx = $i;
80 return $idx;
/plugin/dw2pdf/vendor/mpdf/mpdf/src/Image/
H A DWmf.php111 $idx = unpack('Sidx', $parms);
112 $idx = $idx['idx'];
113 $this->_DeleteGDIObject($idx);
116 $idx = unpack('Sidx', $parms);
117 $idx = $idx['idx'];
118 $obj = $this->_GetGDIObject($idx);
281 _GetGDIObject($idx) global() argument
286 _DeleteGDIObject($idx) global() argument
[all...]
/plugin/dw2pdf/vendor/mpdf/mpdf/src/Shaper/
H A DIndic.php381 $idx = 0;
383 while ($idx < count($info)) {
384 $syllable = $info[$idx]['syllable'];
389 $dottedcircle[0]['syllable'] = $info[$idx]['syllable'];
392 while ($idx < count($info) && $last_syllable == $info[$idx]['syllable'] && $info[$idx]['indic_category'] == self::OT_REPHA) {
393 $idx++;
395 array_splice($info, $idx, 0, $dottedcircle);
397 $idx
[all...]
H A DMyanmar.php319 $idx = 0;
321 while ($idx < count($info)) {
322 $syllable = $info[$idx]['syllable'];
326 $dottedcircle[0]['syllable'] = $info[$idx]['syllable'];
327 array_splice($info, $idx, 0, $dottedcircle);
329 $idx++;
333 $syllable = $info[$idx]['syllable'];
336 $dottedcircle[0]['syllable'] = $info[$idx]['syllable'];
337 array_splice($info, $idx, 0, $dottedcircle);
H A DSea.php228 $idx = 0;
230 while ($idx < count($info)) {
231 $syllable = $info[$idx]['syllable'];
235 $dottedcircle[0]['syllable'] = $info[$idx]['syllable'];
236 array_splice($info, $idx, 0, $dottedcircle);
238 $idx++;
/plugin/combo/action/
H A Dpageprotection.php297 foreach (array_keys($event->result) as $idx) {
298 $page = MarkupPath::createMarkupFromId($idx);
302 unset($event->result[$idx]);
309 unset($event->result[$idx]);
/plugin/combo/vendor/antlr/antlr4-php-runtime/src/Atn/
H A DATNDeserializer.php516 private function generateRuleBypassTransition(ATN $atn, int $idx) : void argument
519 $bypassStart->ruleIndex = $idx;
523 $bypassStop->ruleIndex = $idx;
532 if ($atn->ruleToStartState[$idx]->isLeftRecursiveRule) {
537 if ($this->stateIsEndStateFor($state, $idx)) {
558 $endState = $atn->ruleToStopState[$idx];
576 $ruleToStartState = $atn->ruleToStartState[$idx];
585 $atn->ruleToStartState[$idx]->addTransition(new EpsilonTransition($bypassStart));
595 $matchState->addTransition(new AtomTransition($bypassStop, $atn->ruleToTokenType[$idx] ?? 0));
599 private function stateIsEndStateFor(ATNState $state, int $idx) argument
[all...]
/plugin/structodt/
H A Dscript.js5 const AggregationOdt = function (idx, table) { argument
/plugin/bpmnio/vendor/bpmn-js/dist/
H A Dbpmn-modeler.production.min.js194idx+1,r.idx);return o.unshift(cg(i)),o.push(cg(r)),o},pg.prototype.getDockingPoint=function(e,t,n)…
/plugin/bpmnio/vendor/dmn-js/dist/
H A Ddmn-modeler.production.min.js21idx+1,r.idx);return o.unshift(tf(i)),o.push(tf(r)),o},nf.prototype.getDockingPoint=function(e,t,n)…
/plugin/oauth/action/
H A Duser.php88 $idx = array_search($service, $groups);
89 if ($idx !== false) unset($groups[$idx]);
/plugin/upgrade/vendor/splitbrain/php-cli/src/
H A DTableFormatter.php121 $idx = 0;
127 foreach ($columns as $idx => $col) {
140 $fluid = $idx;
153 foreach ($columns as $idx => $col) {
161 $columns[$idx] = $real;
172 $columns[$idx] += ($remain); // add to last column

12345678910