/plugin/pgn4web/pgn4web/fonts/ |
H A D | chess-informant-NAG-symbols.js | 12 if (typeof(ii) == "undefined") { var ii; } variable 54 for (ii = 54; ii <= 129; ii++) { NAG[ii] = ''; } 77 for (ii = 165; ii <= 189; ii++) { NAG[ii] = ''; } 81 for (ii = 196; ii <= 200; ii++) { NAG[ii] = ''; } 83 for (ii = 202; ii <= 219; ii++) { NAG[ii] = ''; } 84 for (ii = 222; ii <= 237; ii++) { NAG[ii] = ''; }
|
H A D | chess-informant-NAG-symbols-alternative.js | 12 if (typeof(ii) == "undefined") { var ii; } variable 54 for (ii = 54; ii <= 129; ii++) { NAG[ii] = ''; } 77 for (ii = 165; ii <= 189; ii++) { NAG[ii] = ''; } 81 for (ii = 196; ii <= 200; ii++) { NAG[ii] = ''; } 83 for (ii = 202; ii <= 219; ii++) { NAG[ii] = ''; } 84 for (ii = 222; ii <= 237; ii++) { NAG[ii] = ''; }
|
/plugin/tagfilter/syntax/ |
H A D | compare.php | 121 for ($ii = 0; $ii < 4; $ii++) { 123 $form->addElement(form_makeListboxField('tagcompare_page[' . $ii . ']', $dropdownValues, $selectedValues[$ii] ?? null, '', '', 'tagcompare', [])); 136 for ($ii = 0; $ii < 4; $ii++) { 138 if (!empty($selectedValues[$ii])) { 139 $form->addElement($HPageimage->td($selectedValues[$ii], ['firstimag [all...] |
/plugin/bibtex/OSBib/ |
H A D | UTF8.php | 62 $ii = ord ($ch); 71 $b1 = ($ii & 31); 75 $ii = ord ($ch); 76 $b2 = ($ii & 63); 87 $b1 = ($ii & 31); 91 $ii = ord ($ch); 92 $b2 = ($ii & 63); 96 $ii = ord ($ch); 97 $b3 = ($ii & 63); 108 $b1 = ($ii & 31); [all …]
|
/plugin/fckg/fckeditor/editor/plugins/range/ |
H A D | fckplugin.js | 18 for(var ii=0; ii<nodes.length; ii++) { 21 if(nodes[ii].nodeName.toUpperCase() == 'BR') { 22 this.setBreakToPara(nodes[ii]); 88 for(var ii=0; ii<nodes.length; ii++) { 167 for(var ii=0; ii<kids.length; ii++) { 187 for(var ii=0; ii<kids.length; ii++) { 188 var data = this.insertIndent(kids[ii]); 338 for(var ii=0, r2; ii<candidates.length; ii++) { 341 nodes[nodes.length]=candidates[ii]; 445 for(var ii=0; ii<nodes.length; ii++) { [all …]
|
/plugin/rowmove/ |
H A D | script.js | 88 for(ii=0;ii<tables.length;ii++) { 89 if(elTbody.parentNode == tables[ii]) return ii; 116 for(ii = 0; ii<elCells.length; ii++) { 117 for(kk=0; kk<elCells[ii].childNodes.length; kk++) 118 if(elCells[ii].childNodes[kk].className=="rowmove") return true;
|
/plugin/pgn4web/pgn4web/ |
H A D | parsing-tests.js | 11 var ii = 0; 21 …if ((++ii % 100 === 0) && console) { console.log("i=" + ii + " g=" + gg + "/" + numberOfGames + " … 39 for (var ii = 1; ii <= nn; ii++) { 51 …if ((ii % 100 === 0) && console) { console.log("i=" + ii + "/" + nn + " a=" + alertNumSinceReset);…
|
H A D | pgn4web.js | 650 for (var ii=0; ii<deciles.length; ii++) { 716 for (var ii = 0; ii<alertLog.length; ii++) { 750 else { for (var ii = 0; ii < numberOfGames; ++ii) { text += fullPgnGame(ii) + "\n\n"; } } 1264 for (var ii = PredecessorsVars[CurrentVar].length - 1; ii >= 0; ii--) { 1431 for (ii = 0; ii < children.length; ii++) { 1455 for (ii = 0; ii < siblings.length; ii++) { 1720 for (var ii=0; ii<numberOfGames; ii++) { 1721 …Game = (gameWhite[ii]==oldWhite) && (gameBlack[ii]==oldBlack) && (gameEvent[ii]==oldEvent) && (gam… 1884 …for (ii=0; ii<numberOfGames; ii++) { if (gameResult[ii].indexOf('*') >= 0) { lbga++; if (!pgnGame[… 1924 for (var ii=0; ii<numberOfGames; ii++) { [all …]
|
/plugin/headernofloat/ |
H A D | script.js | 13 for (ii = 0; ii < e.length;ii++) { 14 ediv = e[ii].childNodes; 23 e[ii].className += " " + ediv[kk].className; 28 page[0].insertBefore(ediv[kk],e[ii]);
|
/plugin/sequencediagram/bower_components/eve-raphael/ |
H A D | eve.js | 34 for (var i = 0, ii = this.length; i < ii; i++) { 84 for (var i = 0, ii = listeners.length; i < ii; i++) if ("zIndex" in listeners[i]) { 150 ii, 156 for (i = 0, ii = names.length; i < ii; i++) { 223 for (var i = 0, ii = names.length; i < ii; i++) { 228 for (var i = 0, ii = names.length; i < ii; i++) { 233 for (i = 0, ii = e.f.length; i < ii; i++) if (e.f[i] == f) { 335 for (var i = 0, ii = names.length; i < ii; i++) { 344 i, ii, j, jj, variable 346 for (i = 0, ii = names.length; i < ii; i++) { [all …]
|
/plugin/ajaxedit/ |
H A D | script.js | 133 for(var ii=0, kk=0; ii < $els.length; ii++){ 134 if($els[ii].id == id) return kk; 144 for(var ii=0; ii<$els.length; ii++){ 145 if($els[ii].id == id) { 146 return ii;
|
/plugin/xhtmlruby/ |
H A D | script.js | 23 var ii=0; 26 if (styleSheet.cssRules) { cssRule = styleSheet.cssRules[ii]; } 27 else { cssRule = styleSheet.rules[ii]; } 31 if (styleSheet.cssRules) { styleSheet.deleteRule(ii); } 32 else { styleSheet.removeRule(ii); } 35 ii++;
|
/plugin/inlineedit/ |
H A D | script.js | 46 for(var ii=0;ii<$els.size();ii++){ 47 if($els[ii].id == id) { 48 return ii;
|
H A D | action.php | 65 for($ii = 0; $ii<=$index; $ii++) { 66 $offset += strlen($found[$ii])+8;
|
/plugin/icalevents/vendor/sabre/vobject/bin/ |
H A D | generateicalendardata.php | 36 $ii = 0; variable 38 while ($ii < $events) { 40 $ii++; 44 $event->SUMMARY = 'Event #' . $ii;
|
/plugin/davcard/vendor/sabre/vobject/bin/ |
H A D | generateicalendardata.php | 38 $ii=0; variable 40 while($ii < $events) { 42 $ii++; 46 $event->SUMMARY = 'Event #' . $ii;
|
/plugin/webdavclient/vendor/sabre/vobject/bin/ |
H A D | generateicalendardata.php | 38 $ii=0; variable 40 while($ii < $events) { 42 $ii++; 46 $event->SUMMARY = 'Event #' . $ii;
|
/plugin/davcal/vendor/sabre/vobject/bin/ |
H A D | generateicalendardata.php | 38 $ii=0; variable 40 while($ii < $events) { 42 $ii++; 46 $event->SUMMARY = 'Event #' . $ii;
|
/plugin/davcard/vendor/sabre/vobject/lib/Property/ |
H A D | Text.php | 253 for($ii=0;$ii<strlen($val);$ii++) { 254 $ord = ord($val[$ii]); 257 $lastLine.=$val[$ii]; 259 $lastLine.='=' . strtoupper(bin2hex($val[$ii]));
|
/plugin/webdavclient/vendor/sabre/vobject/lib/Property/ |
H A D | Text.php | 253 for($ii=0;$ii<strlen($val);$ii++) { 254 $ord = ord($val[$ii]); 257 $lastLine.=$val[$ii]; 259 $lastLine.='=' . strtoupper(bin2hex($val[$ii]));
|
/plugin/davcal/vendor/sabre/vobject/lib/Property/ |
H A D | Text.php | 253 for($ii=0;$ii<strlen($val);$ii++) { 254 $ord = ord($val[$ii]); 257 $lastLine.=$val[$ii]; 259 $lastLine.='=' . strtoupper(bin2hex($val[$ii]));
|
/plugin/webdav/vendor/sabre/vobject/lib/Property/ |
H A D | Text.php | 239 for ($ii = 0; $ii < \strlen($val); ++$ii) { 240 $ord = \ord($val[$ii]); 243 $lastLine .= $val[$ii]; 245 $lastLine .= '='.\strtoupper(\bin2hex($val[$ii]));
|
/plugin/icalevents/vendor/sabre/vobject/lib/Property/ |
H A D | Text.php | 255 for ($ii = 0;$ii < strlen($val);$ii++) { 256 $ord = ord($val[$ii]); 259 $lastLine .= $val[$ii]; 261 $lastLine .= '=' . strtoupper(bin2hex($val[$ii]));
|
/plugin/simplenavi/ |
H A D | syntax.php |
|
/plugin/structtemplate/_vagrant/ |
H A D | install_dokuwiki_extension.sh | 104 for ((ii = 0; ii < _our_args; ii++))
|