Home
last modified time | relevance | path

Searched refs:ii (Results 151 – 169 of 169) sorted by last modified time

1234567

/plugin/pgn4web/pgn4web/
H A Dpgn-standard-proposed-supplement.txt150 ii) a double quoted string containing a set of any ascii characters except the
168 ii) Space characters are allowed in non quote delimited operands
H A Dparsing-tests.js11 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);…
/plugin/tuxquote/
H A Dquotes.txt653 …ng either good or bad, thinking makes it so. <BR> -- William Shakespeare (1564-1616), Hamlet, II.ii
/plugin/mantis/lib/
H A Dclass.wsdl.php110 for ($ii = 0; $ii < count($list2); $ii++) {
111 if (! $list2[$ii]['loaded']) {
112 $this->schemas[$ns]->imports[$ns2][$ii]['loaded'] = true;
113 $url = $list2[$ii]['location'];
136 for ($ii = 0; $ii < count($list); $ii++) {
137 if (! $list[$ii]['loaded']) {
138 $this->import[$ns][$ii]['loaded'] = true;
139 $url = $list[$ii]['location'];
893 foreach ($list as $ii) {
894 if ($ii['location'] != '') {
[all …]
H A Dnusoap.php1595 foreach ($list as $ii) {
1596 if ($ii['location'] != '') {
4622 for ($ii = 0; $ii < count($list2); $ii++) {
4623 if (! $list2[$ii]['loaded']) {
4625 $url = $list2[$ii]['location'];
4648 for ($ii = 0; $ii < count($list); $ii++) {
4649 if (! $list[$ii]['loaded']) {
4650 $this->import[$ns][$ii]['loaded'] = true;
4651 $url = $list[$ii]['location'];
5405 foreach ($list as $ii) {
[all …]
H A Dclass.xmlschema.php527 foreach ($list as $ii) {
528 if ($ii['location'] != '') {
529 …$xml .= " <$schemaPrefix:import location=\"" . $ii['location'] . '" namespace="' . $ns . "\" />\n";
/plugin/advrack/
H A Draphael.js136 ii,
142 for (i = 0, ii = names.length; i < ii; i++) {
192 for (var i = 0, ii = names.length; i < ii; i++) {
299 for (i = 0, ii = names.length; i < ii; i++) {
315 for (i = 0, ii = cur.length; i < ii; i++) {
696 for (i = 0, ii = path.length; i < ii; i++) {
1880 for (var i = 0, ii = path1.length; i < ii; i++) {
1986 for (var i = 0, ii = path.length; i < ii; i++) {
6792 for (i = 0, ii = name.length; i < ii; i++) {
7190 for (var i = 0, ii = pa.length; i < ii; i++) {
[all …]
/plugin/jcapture/lib/
H A Dcommons-codec-1.3.jar ... ] fromAscii (char[]) int bits int ii int jj char[] ascii byte[] l_raw ...
/plugin/headernofloat/
H A Dscript.js13 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/projects/
H A Dcodemirror-compressed.js1ii(e){function v(e,t,n){if(!e.text)return;var r=e.styles,i=o?0:e.text.length-1,s;for(var a=o?0:r.l… function
/plugin/fedauth/Auth/
H A DCOPYING21 otherwise, or (ii) ownership of fifty percent (50%) or more of the
/plugin/jdraw/lib/
H A Dcommons-codec-1.3.jar ... ] fromAscii (char[]) int bits int ii int jj char[] ascii byte[] l_raw ...
/plugin/translation3/lang/
H A Dlangnames.txt72 ii ꆇꉙ
/plugin/xhtmlruby/
H A Dscript.js23 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/wysiwyg/fckeditor/editor/dialog/fck_spellerpages/spellerpages/
H A DspellChecker.js414 for( var ii = 0; ii < a_suggests.length; ii++ ) {
415 this.controlWin.addSuggestion( a_suggests[ii] );
/plugin/wysiwyg/fckeditor/
H A Dlicense.txt883 by: i) the modification of the Original Code or ii) the
914 Contributor Version or ii) the combination of Modifications made
1118 Participant, or (ii) withdraw Your litigation claim with respect to
/plugin/flowplay/flowplayer/
H A DLICENSE.txt21 otherwise, or (ii) ownership of fifty percent (50%) or more of the
/plugin/googlesearch/
H A Dnusoap.php1497 foreach ($list as $ii) {
1498 if ($ii['location'] != '') {
4149 for ($ii = 0; $ii < count($list2); $ii++) {
4150 if (! $list2[$ii]['loaded']) {
4152 $url = $list2[$ii]['location'];
4175 for ($ii = 0; $ii < count($list); $ii++) {
4176 if (! $list[$ii]['loaded']) {
4177 $this->import[$ns][$ii]['loaded'] = true;
4178 $url = $list[$ii]['location'];
4895 foreach ($list as $ii) {
[all …]
/plugin/bibtex/OSBib/
H A DUTF8.php62 $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 …]

1234567