Home
last modified time | relevance | path

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

12345678910

/plugin/dlcount/
H A Dadmin.php70 foreach ($this->mediafiles as $idx=>$mediafile) {
74 unset($this->mediafiles[$idx]);
/plugin/dokubookmark/
H A Dhelper.php63 function parseWikiIdTemplate($idx, $data) { argument
89 str_replace("@T@",$data['title'], $idx))))));
/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/evesso/
H A Daction.php167 $idx = array_search('eveonline', $groups);
168 if($idx !== false) unset($groups[$idx]);
H A Dauth.php226 $idx = array_search($group, $sinfo['grps']);
227 if($idx !== false) unset($sinfo['grps'][$idx]);
/plugin/extendpage/
H A Daction.php57 $idx = $pos === 'bottom' ? strlen($event->data):0;
67 $idx, 0
/plugin/fastwiki/
H A Daction.php291 foreach ($requests as $idx=>$req) {
292 if ($idx > 0)
H A Dhistory.js30 $('h1, h2, h3, h4, h5, h6', $('.content_initial')).each(function(idx, elt) { argument
131 $('form').each(function(idx, form) { argument
182 $('a').each(function(idx, elt) { argument
H A Dpagecache.js56 $('a', elt).each(function(idx, a) { argument
123 var idx = queue.indexOf(id);
124 if (idx >= 0) {
125 queue.splice(idx, 1);
H A Dscript.js101 $('input[type != "submit"]', form).each(function(idx, elt) { argument
176 pvEditor.find('input[type=hidden]').each(function(idx, elt) { argument
510 $('.content_partial form').each(function(idx, form) { argument
H A Dtemplates.js34 showParent.each(function(idx, elt) { argument
81 pagetools.each(function(idx, elt) { argument
/plugin/favoris/
H A Daction.php113 $idx=0;
143 $idx++;
144 if ($idx>=9) break;
145 if ($idx%3==0) print "<br />";
/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/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;
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/fileshare/
H A Dfilesharedownload.php18 $idx = explode( '.', $filename );
19 $count_explode = count($idx);
20 $idx = strtolower($idx[$count_explode-1]);
128 if (isset( $mimet[$idx] )) {
129 return $mimet[$idx];
/plugin/findologicxmlexport/vendor/phpunit/php-code-coverage/src/Report/Html/Renderer/Template/js/
H A Dnv.d3.min.js5idx:b}})});m.domain(d||d3.merge(I).map(function(a){return a.x})).rangeBands(f||[0,E],A),n.domain(e…
/plugin/findologicxmlexport/vendor/twig/twig/src/Node/
H A DSetNode.php50 foreach ($this->getNode('names') as $idx => $node) {
51 if ($idx) {
78 foreach ($this->getNode('values') as $idx => $value) {
79 if ($idx) {
/plugin/freesync/
H A Dhelper.php155 foreach(array_keys($pages) as $idx) {
156 if(page_exists($pages[$idx])) {
157 $perm = auth_quickaclcheck($pages[$idx]);
159 $local_list[trim($pages[$idx])] = array("id" => trim($pages[$idx]),
161 "lsize" => @filesize(wikiFN($pages[$idx])),
162 "llastModified" => @filemtime(wikiFN($pages[$idx])));
/plugin/fullindex/
H A Daction.php64 print $this->html_build_full_list($data,'idx','html_list_index','html_li_index');
66 print $this->html_build_full_list($data,'idx',array(&$this,'_html_title_index'),'html_li_index');
/plugin/glossary/
H A Dscript.js186 for (var idx = 0; idx < form.elements.length; idx++) {
187 var elem = form.elements[idx];

12345678910