Home
last modified time | relevance | path

Searched refs:idx (Results 176 – 200 of 242) sorted by path

12345678910

/plugin/jplayer/vendor/james-heinrich/getid3/getid3/
H A Dmodule.archive.gzip.php86 $idx = 0;
91 $thisInfo = &$info['gzip']['member_header'][++$idx];
133 $idx = 0;
135 if ($idx >= $xlen) {
138 $si1 = ord(substr($buff, $fpointer + $idx++, 1));
139 $si2 = ord(substr($buff, $fpointer + $idx++, 1));
141 $w_xsublen = substr($buff, $fpointer + $idx, 2);
143 $idx += 2;
144 $arr_xsubfield[] = substr($buff, $fpointer + $idx, $xsublen);
145 $idx += $xsublen;
[all …]
/plugin/jsonrpc/
H A Djsonrpc.php177 foreach(array_keys($pages) as $idx) {
178 if(page_exists($pages[$idx])) {
179 $perm = auth_quickaclcheck($pages[$idx]);
182 $page['id'] = trim($pages[$idx]);
184 $page['size'] = @filesize(wikiFN($pages[$idx]));
185 $page['lastModified'] = new IJR_Date(@filemtime(wikiFN($pages[$idx])));
/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
/plugin/log/
H A Dscript.js42 jQuery( forms ).each(function(idx, el){ argument
/plugin/mediasyntax/
H A Dhelper.php411 foreach ($conv_idx as $idx) {
412 if ($ins[$idx][0] == 'header') {
414 unset($ins[$idx]);
420 $lvl_new = (($ins[$idx][1][1] + $diff) > 5) ? 5 : ($ins[$idx][1][1] + $diff);
421 $ins[$idx][1][1] = $lvl_new;
425 if ($flags['link'] && !$has_permalink && ($idx == $first_header)) {
426 $this->_permalink($ins[$idx], $page, $sect, $flags);
431 if (!$footer_lvl && ($idx == $first_header) && !$no_header) {
441 $lvl_new = (($ins[$idx][
[all...]
/plugin/move/helper/
H A Dplan.php729 $idx = idx_get_indexer();
739 $pages = $idx->lookupKey('relation_references', $src_);
748 $pages = $idx->lookupKey('relation_media', $src_);
777 foreach($referenceidx as $idx => $page) {
/plugin/multiorphan/
H A Dscript.js175 $.each(actions||[], function(idx, action) { argument
264 if ( (idx = orphaned.indexOf(link)) > -1 ) {
265 orphaned.splice(idx, 1);
283 $.each($currentResults.pages.orphan, function(idx, orphan){ argument
287 $.each($currentResults.media.orphan, function(idx, orphan){ argument
/plugin/multiselect/
H A Dscript.js46 var idx = null;
48 idx = jQuery("#multiselect_"+id).data("plugin-multiselect-idx");
51 idx= ajaxedit_getIdxByIdClass('multismiley_'+id,"multismiley_"+multiselect_escapeStr(pageid));
55 idx,
/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/nstoc/
H A Dsyntax.php531 $idx = (empty($conf['start']))
534 if ($args[0] == $idx) {
537 $idx = ':' . $idx;
538 $f = strlen($idx) * -1;
539 if (substr($args[0], $f) == $idx) {
638 $idx = (empty($conf['start']))
641 $iLen = (strlen($idx) + 1) * -1; // "+1" for the NS colon
649 . '&& ($aFile = pathID($aFile)) && ($aFile != "' . $idx . '")'
650 . '&& (substr($aFile, ' . $iLen . ') != ":' . $idx . '")) {'
/plugin/oauth/action/
H A Duser.php88 $idx = array_search($service, $groups);
89 if ($idx !== false) unset($groups[$idx]);
/plugin/openlayersmap/ol7/
H A Dol-layerswitcher.js
H A Dol.js.map
/plugin/overlay/
H A Dstyle.css43 #overlay ul.idx {
46 #overlay ul.idx {
49 #overlay ul.idx li {
52 #overlay ul.idx li.open {
55 #overlay ul.idx li.closed {
58 #overlay ul.idx li.closed {
62 #overlay ul.idx li a.wikilink2 { color: __existing__ ; }
/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/pagetemplate/
H A Dsyntax.php175 $idx = array_search(substr(get_class($this), 7), $this->allowedModes);
176 if ($idx !== false) {
177 unset($this->allowedModes[$idx]);
/plugin/passpolicy/
H A Dhelper.php540 public function getIndex($idx, $suffix) argument
542 return parent::getIndex($idx, $suffix);
/plugin/pdfjs/pdfjs/web/
H A Ddebugger.js314 var x = +this.dataset.idx;
334 line.dataset.idx = i;
344 cbox.dataset.idx = i;
396 breakIt: function breakIt(idx, callback) {
400 self.currentIdx = idx;
419 self.goTo(idx);
421 goTo: function goTo(idx) {
425 if ((row.dataset.idx | 0) === idx) {
/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/quickstats/GEOIP/
H A Dgeoip.inc1707 $idx = $bnum >> 3;
1709 if (($v6vec[$idx] & $b_mask) > 0) {
/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/rndtxt/
H A Dsyntax.php54 $idx = array_rand($data);
55 $renderer->cdata($data[$idx]);
/plugin/s5reloaded/ui/thesis/
H A Dslides.js305 if(vol >= 83 && vol <= 90) {idx = 0;}
312 else if(vol >= 8 && vol < 13) {idx = 7;}
313 else {idx = 8;}
1339 var idx = 0;
1350 else {idx = 10;}
1355 if(vol >= 83 && vol <= 90) {idx = 0;}
1356 else if(vol >= 68 && vol < 83) {idx = 1;}
1362 else if(vol >= 8 && vol < 13) {idx = 7;}
1363 else {idx = 8;}
2071 ctx.fillStyle = colorSlice[(idx++)];
[all …]
/plugin/schedule/
H A Dscript.js38 for (var idx = 0; idx < form.elements.length; idx++) {
39 var elem = form.elements[idx];

12345678910