Home
last modified time | relevance | path

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

12345678910

/plugin/jmol2/jmol/
H A DJmolAppletSigned0_i18n_sl.jar ... Object implements java.util.Enumeration { private int idx private final org.jmol.translation.JmolApplet. ...
H A DJmolAppletSigned0_i18n_sv.jar ... Object implements java.util.Enumeration { private int idx private final org.jmol.translation.JmolApplet. ...
H A DJmolAppletSigned0_i18n_cs.jar ... Object implements java.util.Enumeration { private int idx private final org.jmol.translation.JmolApplet. ...
H A DJmolAppletSigned0_i18n_de.jar ... Object implements java.util.Enumeration { private int idx private final org.jmol.translation.JmolApplet. ...
H A DJmolAppletSigned0_i18n_tr.jar ... Object implements java.util.Enumeration { private int idx private final org.jmol.translation.JmolApplet. ...
H A DJmolApplet0_i18n_hu.jar ... Object implements java.util.Enumeration { private int idx private final org.jmol.translation.JmolApplet. ...
H A DJmolApplet0_i18n_uk.jar ... Object implements java.util.Enumeration { private int idx private final org.jmol.translation.JmolApplet. ...
/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/favoris/
H A Daction.php113 $idx=0;
143 $idx++;
144 if ($idx>=9) break;
145 if ($idx%3==0) print "<br />";
/plugin/translation2/
H A Daction.php39 foreach ($supportedLanguages as $idx=>$lang) $supportedLanguages[$idx] = basename($lang);
/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];
/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/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/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/txtconf/
H A Dconfig0.class.php446 $idx = $i-1;
447 while(($idx>=0) && ($s{$idx} == '\\')) $idx--;
448 return (($i - $idx + 1) % 2);

12345678910