Home
last modified time | relevance | path

Searched refs:i (Results 51 – 75 of 3519) sorted by relevance

12345678910>>...141

/plugin/jplayer/vendor/james-heinrich/getid3/getid3/
H A Dmodule.audio.aac.php108 for ($i = 0; $i < $info['aac']['header']['num_program_configs']; $i++) {
244 if ($info['aac']['program_configs'][$i]['comment_field']) {
313 for ($i = 0; $i < 256; $i++) {
314 $decbin[chr($i)] = str_pad(decbin($i), 8, '0', STR_PAD_LEFT);
514 for ($i = 0; $i < $program_configs['num_front_channel_elements']; $i++) {
516 if ($program_configs['front_element_is_cpe'][$i]) {
521 for ($i = 0; $i < $program_configs['num_side_channel_elements']; $i++) {
523 if ($program_configs['side_element_is_cpe'][$i]) {
528 for ($i = 0; $i < $program_configs['num_back_channel_elements']; $i++) {
530 if ($program_configs['back_element_is_cpe'][$i]) {
[all …]
H A Dmodule.graphic.tiff.php61 for ($i = 0; $i < $CurrentIFD['fieldcount']; $i++) {
66 …$CurrentIFD['fields'][$i]['raw']['tag_name'] = $this->TIFFcommentName($CurrentIFD['fields'][$i]['r…
68 switch ($CurrentIFD['fields'][$i]['raw']['type']) {
73 …$CurrentIFD['fields'][$i]['offset'] = $this->TIFFendian2Int($CurrentIFD['fields'][$i]['raw']['valo…
79 $CurrentIFD['fields'][$i]['value'] = substr($CurrentIFD['fields'][$i]['raw']['valoff'], 3);
81 …$CurrentIFD['fields'][$i]['offset'] = $this->TIFFendian2Int($CurrentIFD['fields'][$i]['raw']['valo…
89 …$CurrentIFD['fields'][$i]['offset'] = $this->TIFFendian2Int($CurrentIFD['fields'][$i]['raw']['valo…
95 …$CurrentIFD['fields'][$i]['value'] = $this->TIFFendian2Int($CurrentIFD['fields'][$i]['raw']['valo…
103 …$CurrentIFD['fields'][$i]['offset'] = $this->TIFFendian2Int($CurrentIFD['fields'][$i]['raw']['valo…
116 …warning('unhandled IFD field type '.$CurrentIFD['fields'][$i]['raw']['type'].' for IFD entry '.$i);
[all …]
/plugin/quickstats/scripts/php-inet6_1.0.2/
H A Dinet6.php50 for ($i = 0; $i < (8 - (count($part[0]) + count($part[1]))); $i++)
101 for ($i = 0; $i < $prefix; $i++) $mask .= '1';
102 for ($i = strlen($mask) - 2; $i < 128; $i++) $mask .= '0';
104 for ($i = 0; $i < 8; $i++) {
106 if ($i != 7) $result .= ':';
128 for ($i = 0; $i < $size; $i++) $end .= '1';
130 for ($i = 0; $i < 8; $i++) {
134 for ($i = 0; $i < 8; $i++) {
136 if ($i != 7) $end_result .= ':';
184 for ($i = 0; $i < 8; $i++) {
[all …]
/plugin/virtualkeyboard/vk/extensions/
H A Dobjectextensions.js8 var i = 0; variable
11 i++;
13 return i;
49 for (var i in obj) {
50 if (!obj.hasOwnProperty(i)) continue;
51 if (isUndefined(this[i]) || (overwrite && typeof this[i] != typeof obj))
52 if (obj[i] instanceof Array) this[i] = [];
53 else if ('object' == typeof obj[i]) this[i] = {};
54 if (obj[i] instanceof Array) this[i] = this[i].concat(obj[i]);
55 else if ('object' == typeof obj[i]) this[i].merge(obj[i], overwrite);
[all …]
/plugin/wysiwyg/fckeditor/editor/dialog/fck_spellerpages/spellerpages/
H A DspellChecker.js108 for( var i=0; i<this.wordFlags.length; i++ ) {
155 for( var i = ti; i < this.wordWin.textInputs.length; i++ ) {
157 if(( i == ti && j > wi ) || i > ti ) {
220 for( var i = ti; i < this.wordWin.textInputs.length; i++ ) {
222 if(( i == ti && j > wi ) || i > ti ) {
271 for( var i = 0; i < this.textInputs.length; i++ ) {
330 for( i = text_idx; i < this.wordWin.textInputs.length; i++ ) {
332 if(( i == text_idx && j >= idx ) || i > text_idx ) {
345 for( i = text_idx; i < this.wordWin.textInputs.length; i++ ) {
431 for( var i = 0; i < this.wordFlags.length; i++ ) {
[all …]
/plugin/fckg/fckeditor/editor/dialog/fck_spellerpages/spellerpages/
H A DspellChecker.js108 for( var i=0; i<this.wordFlags.length; i++ ) {
160 for( var i = ti; i < this.wordWin.textInputs.length; i++ ) {
162 if(( i == ti && j > wi ) || i > ti ) {
231 for( var i = ti; i < this.wordWin.textInputs.length; i++ ) {
233 if(( i == ti && j > wi ) || i > ti ) {
283 for( var i = 0; i < this.textInputs.length; i++ ) {
342 for( i = text_idx; i < this.wordWin.textInputs.length; i++ ) {
344 if(( i == text_idx && j >= idx ) || i > text_idx ) {
357 for( i = text_idx; i < this.wordWin.textInputs.length; i++ ) {
443 for( var i = 0; i < this.wordFlags.length; i++ ) {
[all …]
/plugin/diagramsnet/lib/math/jax/output/HTML-CSS/autoload/
H A Dmaction.js19i=this.selected();if(i.type=="null"){j=this.HTMLcreateSpan(j);j.bbox=this.HTMLzeroBBox();return j}… argument
/plugin/freechat/phpfreechat/lib/csstidy-1.2/
H A Dclass.csstidy.php356 ++$i;
368 $i++;
381 if(@ctype_xdigit($string{$i+1}) && ctype_space($string{$i})
383 $i--;
420 for ($i = 0; $i < count($template); $i++ )
422 $this->template[$i] = $template[$i];
471 for ($i = 0, $size = strlen($string); $i < $size; $i++ )
473 if($string{$i} == "\n" || $string{$i} == "\r")
640 …$pn = (($string{$i} == "\n" || $string{$i} == "\r") && $this->property_is_next($string,$i+1) || $i
648 elseif(($string{$i} == '"' || $string{$i} == "'" || $string{$i} == '('))
[all …]
/plugin/findologicxmlexport/vendor/phpunit/php-token-stream/src/
H A DToken.php97 for ($i = $this->id - 1; $i; $i--) {
154 $i++;
182 for ($i = $this->id - 2; $i > $this->id - 7; $i -= 2) {
209 for ($i = $this->id - 2; $i > $this->id - 7; $i -= 2) {
324 $i++;
335 $i++;
355 $i++;
377 for ($i = $this->id; $i; --$i) {
406 for ($i = $this->id; $i <= $end; $i++) {
506 for ($i = $this->id; $i; --$i) {
[all …]
/plugin/groupmanager/
H A Dscript.js11 var i,x,a=document.MM_sr; for(i=0;a&&i<a.length&&(x=a[i])&&x.oSrc;i++) x.src=x.oSrc;
15 var i,j=d.MM_p.length,a=MM_preloadImages.arguments; for(i=0; i<a.length; i++)
16 if (a[i].indexOf("#")!=0){ d.MM_p[j]=new Image; d.MM_p[j++].src=a[i];}}
20 var p,i,x; if(!d) d=document; if((p=n.indexOf("?"))>0&&parent.frames.length) {
22 if(!(x=d[n])&&d.all) x=d.all[n]; for (i=0;!x&&i<d.forms.length;i++) x=d.forms[i][n];
23 for(i=0;!x&&d.layers&&i<d.layers.length;i++) x=MM_findObj(n,d.layers[i].document);
28 var i,j=0,x,a=MM_swapImage.arguments; document.MM_sr=new Array; for(i=0;i<(a.length-2);i+=3)
29 if ((x=MM_findObj(a[i]))!=null){document.MM_sr[j++]=x; if(!x.oSrc) x.oSrc=x.src; x.src=a[i+2];}
/plugin/icalevents/vendor/squizlabs/php_codesniffer/CodeSniffer/Standards/Squiz/Sniffs/CSS/
H A DIndentationSniff.php74 for ($i = 1; $i < $numTokens; $i++) {
75 if ($tokens[$i]['code'] === T_COMMENT) {
80 if ($tokens[$i]['code'] === T_OPEN_CURLY_BRACKET) {
86 ($i + 1),
87 $tokens[$i]['bracket_closer']
95 if (($tokens[$i]['code'] === T_CLOSE_CURLY_BRACKET
96 && $tokens[$i]['line'] !== $tokens[($i - 1)]['line'])
98 && $tokens[$i]['line'] === $tokens[($i + 1)]['line'])
106 if ($tokens[$i]['column'] !== 1
107 || $tokens[$i]['code'] === T_OPEN_CURLY_BRACKET
[all …]
/plugin/davcal/vendor/sabre/dav/tests/Sabre/CalDAV/Principal/
H A DProxyReadTest.php23 $i = $this->getInstance();
29 $i = $this->getInstance();
36 $i = $this->getInstance();
46 $i = $this->getInstance();
47 $i->delete();
56 $i = $this->getInstance();
57 $i->setName('foo');
63 $i = $this->getInstance();
70 $i = $this->getInstance();
77 $i = $this->getInstance();
[all …]
/plugin/dokucrypt/
H A Dscript.js440 for(i=0;i<dl;i++) {
988 for (i = 0; i < 4; i++) {
1084 for (i = 0; i < 16; i++) {
1093 for (i = 0; i < 16; i++) {
1125 for (i = 0; i < 3; i++) {
1135 for (i = 0; i < n; i++) {
1278 for (i = 0; i < 19; i++) {
1613 for (i = 0; i < 4; i++) {
1616 for (i = 0; i < 4; i++) {
1626 for (i = 0; i < 8; i++) {
[all …]
/plugin/dokucrypt2/
H A Dscript.js512 for(i=0;i<dl;i++) {
1060 for (i = 0; i < 4; i++) {
1156 for (i = 0; i < 16; i++) {
1165 for (i = 0; i < 16; i++) {
1197 for (i = 0; i < 3; i++) {
1207 for (i = 0; i < n; i++) {
1350 for (i = 0; i < 19; i++) {
1685 for (i = 0; i < 4; i++) {
1688 for (i = 0; i < 4; i++) {
1698 for (i = 0; i < 8; i++) {
[all …]
/plugin/fedauth/Auth/OpenID/
H A DURINorm.php44 for ($i = 0; $i < 256; $i++) {
48 for ($i = ord('A'); $i <= ord('Z'); $i++) {
52 for ($i = ord('0'); $i <= ord('9'); $i++) {
56 for ($i = ord('a'); $i <= ord('z'); $i++) {
85 if ($_unreserved[$i]) {
86 return chr($i);
126 $i = 0;
128 $i = 1;
130 $i = strpos($path, '/', $i);
148 for ($i = count($uri_matches); $i <= 9; $i++) {
[all …]
/plugin/openid/Auth/OpenID/
H A DURINorm.php44 for ($i = 0; $i < 256; $i++) {
48 for ($i = ord('A'); $i <= ord('Z'); $i++) {
52 for ($i = ord('0'); $i <= ord('9'); $i++) {
56 for ($i = ord('a'); $i <= ord('z'); $i++) {
85 if ($_unreserved[$i]) {
86 return chr($i);
133 $i = 0;
135 $i = 1;
137 $i = strpos($path, '/', $i);
155 for ($i = count($uri_matches); $i <= 9; $i++) {
[all …]
/plugin/diagramsnet/lib/js/diagramly/
H A DDistanceGuides.js49 for (var i = 0; i < this.states.length; i++)
100 for (var i = 1; i < verticalCells.length - 1; i++)
114 for (var i = 0; i < verticalCells.length - 1; i++)
194 for (var i = 0; i < horizontalCells.length - 1; i++)
286 for (var i = 0; i < guide.guidesArrHor.length; i++)
349 for (var i = 0; i < hPoints.length; i += 2)
423 for (var i = 0; i < vPoints.length; i += 2)
502 for (var i = 0; i < guidesArrVer.length; i++)
510 for (var i = 0; i < guidesArrHor.length; i++)
527 for (var i = 0; i < guidesArrVer.length; i++)
[all …]
/plugin/icalevents/vendor/squizlabs/php_codesniffer/CodeSniffer/Standards/PEAR/Sniffs/Functions/
H A DFunctionCallSignatureSniff.php127 for ($i = ($stackPtr + 1); $i < $openBracket; $i++) {
145 for ($i = ($closeBracket + 1); $i < $next; $i++) {
277 for ($i = ($closer + 1); $i <= $next; $i++) {
298 for ($i = ($prevNonWhitespace + 1); $i <= $closer; $i++) {
333 for ($i = ($x - 1); $i >= 0; $i--) {
335 $i++;
399 && $tokens[($i - 1)]['line'] === $tokens[$i]['line']
402 $i--;
405 for ($i; $i < $closeBracket; $i++) {
406 if ($i > $argStart && $i < $argEnd) {
[all …]
/plugin/dw2pdf/vendor/mpdf/mpdf/src/Barcode/
H A DEanUpc.php57 for ($i = 1; $i < $dataLength; $i += 2) {
58 $sum_a += $code[$i];
65 for ($i = 0; $i < $dataLength; $i += 2) {
66 $sum_b += ($code[$i]);
218 for ($i = 0; $i <
[all...]
/plugin/dokumicrobugtracker/js/
H A Djquery.dataTables.js1382 for ( var i=0 ; i<iLen ; i++ )
2043 for ( i=0 ; i<iCol ; i++ )
3483 for ( i=0 ; i<iColumns ; i++ )
3494 for ( i=0 ; i<iColumns ; i++ )
3508 for ( i=0 ; i<iFixed ; i++ )
3514 for ( i=0 ; i<iUser ; i++ )
3520 for ( i=0 ; i<iColumns ; i++ )
4888 for ( i=0 ; i<iColumns ; i++ )
5576 for ( i=0 ; i<iColums ; i++ )
5649 for ( i=0 ; i<iColums ; i++ )
[all …]
/plugin/quizlib/scripts/
H A Dquizlib.js78 for (var i=0; i < this.container.children.length; i++) {
100 for (var i=0; i < this.questions.length; i++) {
102 var answer = this.answers[i];
134 for (i=0; i < unansweredQs.length; i++) {
160 for (i=0; i < highlightedQuestions.length; i++) {
202 for (var i=0; i < this.questions.length; i++) {
203 question = this.questions[i];
204 if (this.result.results[i]) {
264 for (var i=0; i < this.results.length; i++) {
290 for (var i=0; i < obj1.length; i++) {
[all …]
/plugin/codemirror/dist/modes/
H A Dsas.min.js1i;if(e.match(/[%&;\w]+/,false)!=null){i=g+e.match(/[%&;\w]+/,true);if(/&/.test(i))return"variable"…
/plugin/elasticsearch/vendor/patrickschur/language-detection/resources/ty/
H A Dty.txt4 I te fa'ari'i i te fa'ati'amā o te ihomana tumu o te mau mero tā'āto'a o te nuna'a ta'ata e i to ratou ato'a ti'amanara'a 'aifaito e te tūtu'u-mana-'ore 'ei papa no te orara'ati'amā, no te orara'a-'aifaro e no te hau i roto i teie nei ao, e ti'a ai,
6 I te fa'ari'i e no te ha'apa'o'ore, e no te fa'afaufa'a'ore i te mau ti'amanara'a o te ta'ata, i tupu ai te mau peu 'oviri i fa'ati'arepu i t
[all...]
/plugin/googlemaps3/
H A Dscript.js18 var i=0;
24 for (i=0; i<googlemaps3.length; i++) {
25 googlemaps3[i].map = new google.maps.Map(googlemaps3[i].node, {
26 center: {lat: googlemaps3[i].lat, lng: googlemaps3[i].lng},
27 zoom: googlemaps3[i].zoom,
28 mapTypeId: googlemaps3[i].type,
38 pantoMapAddress(googlemaps3[i].map,googlemaps3[i].address);
40 if (googlemaps3[i].marker && googlemaps3[i].marker.length > 0) {
41 for (j=0; j<googlemaps3[i].marker.length; j++) if (googlemaps3[i].marker[j].lat=='address') {
42 attachAddressMarker(googlemaps3[i].map,googlemaps3[i].marker[j]);
[all …]
/plugin/diagramsnet/lib/js/orgchart/
H A Dbridge.collections.min.js1i;if(this.$initialize(),n<0)throw new System.ArgumentOutOfRangeException("length","Index is less t… argument

12345678910>>...141