Home
last modified time | relevance | path

Searched refs:idx (Results 26 – 50 of 242) sorted by relevance

12345678910

/plugin/include/
H A Dhelper.php401 foreach($conv_idx as $idx) {
402 if($ins[$idx][0] == 'header') {
403 if ($section_close_at === false && isset($ins[$idx+1]) && $ins[$idx+1][0] == 'section_open') {
406 $section_close_at = $idx;
410 unset ($ins[$idx]);
416 $lvl_new = (($ins[$idx][1][1] + $diff) > 5) ? 5 : ($ins[$idx][1][1] + $diff);
417 $ins[$idx][1][1] = $lvl_new;
420 if($ins[$idx][
[all...]
/plugin/favoris/
H A Daction.php113 $idx=0;
143 $idx++;
144 if ($idx>=9) break;
145 if ($idx%3==0) print "<br />";
/plugin/dw2pdf/vendor/mpdf/mpdf/src/Shaper/
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/twistienav/
H A Dhelper.php57 * @param (str) $idx namespace ID, must not be a page ID.
66 function get_idx_data($idx = null, $useexclusions = true, $split = false) { argument
75 $dir = utf8_encodeFN(str_replace(':','/',$idx));
77 search($data,$conf['datadir'],'search_index',array('ns' => $idx),$dir);
/plugin/twistienav4bootstrap3/
H A Dhelper.php57 * @param (str) $idx namespace ID, must not be a page ID.
66 function get_idx_data($idx = null, $useexclusions = true, $split = false) { argument
71 $dir = utf8_encodeFN(str_replace(':','/',$idx));
73 search($data,$conf['datadir'],'search_index',array('ns' => $idx),$dir);
/plugin/statistics/inc/pchart/
H A DPalette.php76 $idx = 0;
84 $palette->setColor($idx, new Color($values[0], $values[1], $values[2]));
85 $idx++;
87 $palette->setColor($idx, new Color($values[0]));
/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
/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/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/repo/
H A Dsyntax.php106 $idx = io_readFile($cache, false);
107 if ($conf['allowdebug']) $idx .= "\n<!-- cachefile $cache used -->\n";
110 $idx = html_buildlist($items, 'idx', 'repo_list_index', 'html_li_index');
112 io_saveFile($cache, $idx);
113 if ($conf['allowdebug']) $idx .= "\n<!-- no cachefile used, but created -->\n";
116 $renderer->doc .= $idx;
/plugin/statdisplay/helper/
H A Dtable.php166 foreach ($keys as $idx) {
168 $this->hcell($idx);
170 $this->cell($data['hits'][$by][$idx]['count']);
171 … $this->cell($this->pct($data['hits'][$by][$idx]['count'], $data['hits']['all']['count']));
173 $this->cell($data['media'][$by][$idx]['count']);
174 … $this->cell($this->pct($data['media'][$by][$idx]['count'], $data['media']['all']['count']));
176 $this->cell($data['page'][$by][$idx]['count']);
177 … $this->cell($this->pct($data['page'][$by][$idx]['count'], $data['page']['all']['count']));
179 $this->cell($data['hits'][$by][$idx]['visitor']);
182 $this->cell(filesize_h($data['hits'][$by][$idx]['bytes']));
[all …]
/plugin/wysiwyg/fckeditor/editor/dialog/fck_spellerpages/spellerpages/
H A DspellChecker.js316 var idx = this.currentWordIndex;
317 var preReplSpell = this.wordWin.originalSpellings[text_idx][idx];
320 if( this.wordWin.totalPreviousWords( text_idx, idx ) == 0 ) {
326 switch( this.wordFlags[text_idx][idx] ) {
332 if(( i == text_idx && j >= idx ) || i > text_idx ) {
347 if(( i == text_idx && j >= idx ) || i > text_idx ) {
359 this._setWordText ( text_idx, idx, preReplSpell, undefined );
364 this.wordFlags[text_idx][idx] = undefined;
/plugin/fckg/fckeditor/editor/dialog/fck_spellerpages/spellerpages/
H A DspellChecker.js328 var idx = this.currentWordIndex;
329 var preReplSpell = this.wordWin.originalSpellings[text_idx][idx];
332 if( this.wordWin.totalPreviousWords( text_idx, idx ) == 0 ) {
338 switch( this.wordFlags[text_idx][idx] ) {
344 if(( i == text_idx && j >= idx ) || i > text_idx ) {
359 if(( i == text_idx && j >= idx ) || i > text_idx ) {
371 this._setWordText ( text_idx, idx, preReplSpell, undefined );
376 this.wordFlags[text_idx][idx] = undefined;
/plugin/jplayer/vendor/happyworm/jplayer/lib/aurora/
H A Daac.js165 var idx = 0,
221 var idx = 0,
675 var idx = 0, groupOff = 0;
678 var end = sectEnd[idx];
680 … if (bandTypes[idx] === ICStream.INTENSITY_BT || bandTypes[idx] === ICStream.INTENSITY_BT2) {
697 idx += end - i;
716 var groupOff = 0, idx = 0;
719 … if (element.ms_used[idx] && sfbCBl[idx] < ICStream.NOISE_BT && sfbCBr[idx] < ICStream.NOISE_BT) {
2755 idx = 0,
2788 idx = 0,
[all …]
/plugin/jplayer/vendor/happyworm/jplayer/lib/
H A Dpopcorn.js905 for( ; idx < len; idx++ ) {
939 for ( ; idx < len; idx++ ) {
1522 idx = 0,
1525 for ( ; idx < length; idx++ ) {
2260 idx, sl; variable
2263 for ( idx = 0, sl = byStart.length; idx < sl; idx++ ) {
2265 if ( byStart[ idx ] && byStart[ idx ]._natives && byStart[ idx ]._natives.type === name ) {
2267 …byStart[ idx ]._natives._teardown && byStart[ idx ]._natives._teardown.call( obj, byStart[ idx ] );
2281 if ( byEnd[ idx ] && byEnd[ idx ]._natives && byEnd[ idx ]._natives.type === name ) {
2288 for ( idx = 0, sl = animating.length; idx < sl; idx++ ) {
[all …]
/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/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/wysiwyg/fckeditor/editor/dialog/fck_spellerpages/spellerpages/server-scripts/
H A Dspellchecker.pl26 my $idx = shift;
27 print "words[$idx] = [];\n";
28 print "suggs[$idx] = [];\n";
/plugin/fckg/fckeditor/editor/dialog/fck_spellerpages/spellerpages/server-scripts/
H A Dspellchecker.pl26 my $idx = shift;
27 print "words[$idx] = [];\n";
28 print "suggs[$idx] = [];\n";
/plugin/searchstats/
H A Daction.php86 $readF = @fopen($fn.'.idx', 'r');
111 io_rename($fn.'.tmp', $fn.'.idx');
/plugin/sequencediagram/bower_components/underscore/
H A Dunderscore.js491 var output = [], idx = 0;
503 output[idx++] = value;
647 if (typeof idx == 'number') {
649 i = idx >= 0 ? idx : Math.max(idx + length, i);
651 length = idx >= 0 ? Math.min(idx + 1, length) : idx + length + 1;
655 return array[idx] === item ? idx : -1;
659 return idx >= 0 ? idx + i : -1;
661 for (idx = dir > 0 ? i : length - 1; idx >= 0 && idx < length; idx += dir) {
662 if (array[idx] === item) return idx;
688 for (var idx = 0; idx < length; idx++, start += step) {
[all …]
/plugin/cumulus/
H A Dsyntax.php218 $idx = idx_getIndex('i', $len);
221 $this->_addWordsToCloud($cloud, $idx, $word_idx, $stopwords);
225 $idx = file($conf['cachedir'].'/index.idx');
228 $this->_addWordsToCloud($cloud, $idx, $word_idx, $stopwords);
237 function _addWordsToCloud(&$cloud, $idx, $word_idx, &$stopwords) { argument
244 $value = explode(':', $idx[$i]);
/plugin/datatemplate/syntax/inc/
H A Dcache.php94 $idx = 0;
97 $idx++;
102 $cacheitems[trim($row[$idx])] = $num;
/plugin/lms/
H A Dscript.js6 jQuery('a.wikilink1, a.wikilink2').each(function (idx, elem){
17 navheaders.each(function (idx, header) {
5 AnonymousFunctionfa0f2a780200(idx, elem) global() argument
15 AnonymousFunctionfa0f2a780300(idx, header) global() argument

12345678910