Home
last modified time | relevance | path

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

12345678910

/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);
H A Dscript.js55 idx: encodeURI(namespace)
116 idx: encodeURI(namespace)
/plugin/twistienav4bootstrap3/
H A Daction.php67 $idx = cleanID(getNS($part));
68 $dir = utf8_encodeFN(str_replace(':','/',$idx));
70 search($data,$conf['datadir'],'search_index',array('ns' => $idx),$dir);
79 $yah_ns[$i+1] = $idx;
98 $idx = cleanID(getNS($crumbId));
99 $dir = utf8_encodeFN(str_replace(':','/',$idx));
101 search($data,$conf['datadir'],'search_index',array('ns' => $idx),$dir);
110 $bc_ns[$i] = $idx;
154 $idx = cleanID($_POST['idx']);
175 $this->data = $this->helper->get_idx_data($idx, $useexclusions);
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);
H A Dscript.js50 idx: encodeURI(namespace)
104 idx: encodeURI(namespace)
/plugin/txtconf/
H A Dconfig0.class.php446 $idx = $i-1;
447 while(($idx>=0) && ($s{$idx} == '\\')) $idx--;
448 return (($i - $idx + 1) % 2);
/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/virtualgroup/
H A Dadmin.php
/plugin/virtualkeyboard/vk/extensions/
H A Darrayextensions.js129 …=begin||isNaN(begin)||begin<0)?0:Math.round(begin),len = this.length, idx = -1; idx==-1 & i<len; i…
130 idx = (this[i]==needle)?i:idx;
132 return idx;
137 …for (var i=(null==end||isNaN(end)||end>this.length)?this.length-1:Math.round(end), idx = -1; idx==…
138 idx = (this[i]==needle)?i:idx;
140 return idx;
181 var idx = false;
183 idx = {};
184 for (var i=0,cL=cols.length;i<cL;i++) idx[cols[i]]=true;
190 if (false===idx) tmp[tmp.length] = this[i];
[all …]
/plugin/virtualkeyboard/vk/extensions/dom/
H A Dselectbox.js613 this.removeOption = function ( idx /* :Number */ argument
615 if (!options[idx]) return false;
619 __saveOptionsTrack ('deleted', options[idx].text, options[idx].value);
623 var res = options[idx];
624 options.splice(idx,1);
/plugin/webdavclient/
H A Dadmin.php114 $idx = intval($cal);
115 …UEST['calendar'][$idx], $_REQUEST['addusername'], $_REQUEST['addpassword'], $_REQUEST['calendardn'…
119 $idx = intval($addr);
120 …addressbook'][$idx], $_REQUEST['addusername'], $_REQUEST['addpassword'], $_REQUEST['addressbookdn'…
187 $idx = 0;
191 '<input type="hidden" name="calendar['.$idx.']" value="'.$href.'">'.
192 '<input type="hidden" name="calendardn['.$idx.']" value="'.$dn.'">'.
194 $idx++;
201 $idx = 0;
205 '<input type="hidden" name="addressbook['.$idx.']" value="'.$href.'">'.
[all …]
/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/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;
H A DwordWindow.js211 function _lastPos( txtid, idx ) { argument
212 if( idx > 0 )
213 return this.indexes[txtid][idx-1] + this.originalSpellings[txtid][idx-1].length;
/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/xtermrtf/
H A Dsyntax.php163 $idx=$val[1]-1;
164 if ($idx==-1) $coul="#BBBBBB";
165 else $coul=$couleurs[$idx];
172 $idx=$val[1]-1;
173 if ($idx==-1) $coul="#000000";
174 else $coul=$couleurs[$idx];

12345678910