Home
last modified time | relevance | path

Searched refs:i (Results 301 – 325 of 3519) sorted by relevance

1...<<11121314151617181920>>...141

/plugin/icalevents/vendor/squizlabs/php_codesniffer/CodeSniffer/Standards/Squiz/Sniffs/Arrays/
H A DArrayDeclarationSniff.php94 for ($i = ($stackPtr + 1); $i < $arrayStart; $i++) {
117 for ($i = ($arrayStart + 1); $i < $arrayEnd; $i++) {
158 for ($i = ($arrayStart + 1); $i < $arrayEnd; $i++) {
161 $i = $tokens[$i]['parenthesis_closer'];
534 for ($i = ($arrayStart + 1); $i < $arrayEnd; $i++) {
542 for ($i = ($arrayEnd - 1); $i > $arrayStart; $i--) {
770 for ($i = ($prev + 1); $i < $index['value']; $i++) {
787 for ($i = $index['value']; $i < $arrayEnd; $i++) {
803 $i = $phpcsFile->findNext($tokens[$i]['code'], ($i + 1), null, true);
816 $i = $tokens[$i]['scope_closer'];
[all …]
/plugin/behave/
H A Dbehave.js23 var i;
24 for(i=0; i<hookName.length; i++){
74 for (var i = 0; i < len; i++) {
123 for(i=0; i<hooks.length; i++){
140 for(i=0; i<hooks.length; i++){
304 for(i=0; i<left.length; i++){
320 for(i=0; i<charSettings.keyMap.length; i++) {
397 for(i = 0; i<lines.length; i++){
466 for(i=0; i<charSettings.keyMap.length; i++) {
498 for(i=0; i<charSettings.keyMap.length; i++) {
[all …]
/plugin/btable2/
H A Dsyntax.php84 for($i = 0; $i < count($ids); $i++) {
85 $ids[$i] = trim($ids[$i]);
88 for($i = 0; $i < count($dates); $i++) {
89 $dates[$i] = trim($dates[$i]);
175 for ($i = 0; $i < $columns_count; $i++) {
279 $i = 0;
283 $i++;
407 for ($i = 0; $i < $columns_count; $i++) {
499 for ($i = 0; $i < $rows_count; $i++) {
520 for ($i = 0; $i < $rows_count; $i++) {
[all …]
/plugin/diagramsnet/lib/js/jquery/
H A Djquery-3.3.1.min.js2i=Object.getPrototypeOf,o=n.slice,a=n.concat,s=n.push,u=n.indexOf,l={},c=l.toString,f=l.hasOwnProp… argument
/plugin/html2pdf/html2pdf/html2ps/
H A Dpdf.fpdf.makefont.php31 for ($i=0; $i<256; $i++) {
32 $code = chr($i);
72 for ($i=0; $i<strlen($ps_name_ucs2); $i+=2) {
171 for ($i=0; $i<=255; $i++) {
176 $widths[$i]=$widths[$map[chr($i)]];
259 for ($i=0; $i<=255; $i++) {
264 } elseif($i>=32 and $i<=126) {
289 for($i=32;$i<=255;$i++) {
290 if ($map[chr($i)]!=$ref[chr($i)]) {
294 $last=$i;
[all …]
H A Dcss.rules.inc.php57 for ($i=0; $i<=2; $i++) {
58 if ($a[$i] != $b[$i]) { return ($a[$i] < $b[$i]) ? -1 : 1; };
70 for ($i=0; $i<=2; $i++) {
71 if ($a[$i] != $b[$i]) { return ($a[$i] < $b[$i]) ? -1 : 1; };
/plugin/dirtylittlehelper/mermaid/editor/docs/
H A D70.70.js1i,o=n(197),s=function(e,t,n,r){return new(n||(n=Promise))((function(i,o){function s(e){try{u(r.nex… argument
H A Deditor.worker.js1i){if(t[i])return t[i].exports;var r=t[i]={i:i,l:!1,exports:{}};return e[i].call(r.exports,r,r.exp… argument
/plugin/dirtylittlehelper/mermaid/editor/
H A Deditor.worker.js1i){if(t[i])return t[i].exports;var r=t[i]={i:i,l:!1,exports:{}};return e[i].call(r.exports,r,r.exp… argument
/plugin/ckgdoku/scripts/
H A Dtable_debugging_code.js.unc8 for(var i=0; i < rows.length; i++) {
9 str+="ROW" + i + "\n";
11 for(var col=0; col<rows[i].length; col++) {
13 str+= "text="+rows[i][col].text + " ";
14 str+=" type="+rows[i][col].type + " ";
15 str+= " rowspan=" +rows[i][col].rowspan + " ";
16 str+= " colspan=" +rows[i][col].colspan + " ";
25 for(var i=0; i < rows.length; i++) {
26 for(var col=0; col<rows[i].length; col++) {
27 str+= "|"+rows[i][col].text + " ";
/plugin/bibtex/OSBib/create/
H A Dcommon.js42 for (i=0;i<linksLength;i++)
44 if (typeof(links[i].href) != 'undefined' && links[i].href.search(previewLinkKeyRegEx) != -1)
46 links[i].className = 'linkHidden';
52 for (i=0;i<linksLength;i++){
53 if (typeof(links[i].href) != 'undefined' && links[i].href.search(previewLinkKeyRegEx) != -1){
54 if (links[i].className == 'imgLink linkHidden') {
55 links[i].className = 'imgLink linkCite';
58 links[i].className = 'link linkCite';
/plugin/syntaxhighlighter3/sxh3/src/js/
H A DshAutoloader.js31 i
42 for (var i = 0; i < aliases.length; i++)
43 brushes[aliases[i]] = url;
55 for (i = 0; i < list.length; i++)
57 var aliases = getAliases(list[i]),
65 for (i = 0; i < elements.length; i++)
67 var url = brushes[elements[i].params.brush];
71 if(elements[i].params['html-script'] === 'true')
/plugin/syntaxhighlighter3/sxh3/pkg/scripts/
H A DshAutoloader.js47 i
58 for (var i = 0; i < aliases.length; i++)
59 brushes[aliases[i]] = url;
71 for (i = 0; i < list.length; i++)
73 var aliases = getAliases(list[i]),
81 for (i = 0; i < elements.length; i++)
83 var url = brushes[elements[i].params.brush];
87 if(elements[i].params['html-script'] === 'true')
/plugin/ckgedit/scripts/
H A Dtable_debugging_code.js.unc8 for(var i=0; i < rows.length; i++) {
9 str+="ROW" + i + "\n";
11 for(var col=0; col<rows[i].length; col++) {
13 str+= "text="+rows[i][col].text + " ";
14 str+=" type="+rows[i][col].type + " ";
15 str+= " rowspan=" +rows[i][col].rowspan + " ";
16 str+= " colspan=" +rows[i][col].colspan + " ";
25 for(var i=0; i < rows.length; i++) {
26 for(var col=0; col<rows[i].length; col++) {
27 str+= "|"+rows[i][col].text + " ";
/plugin/freechat/phpfreechat/data/public/js/
H A Dxajax.js33 …getElementsByTagName('script');for(var i=0;i < loadedScripts.length;i++){if(loadedScripts[i].src&&…
73 …='FORM'){var formElements=objForm.elements;for(var i=0;i < formElements.length;i++){if(!formElemen…
75 continue;if(formElements[i].type&&(formElements[i].type=='radio'||formElements[i].type=='checkbox')…
87 objectToXML:function(obj){var sXml="<xjxobj>";for(i in obj){try{if(i=='constructor')
88 continue;if(obj[i]&&typeof(obj[i])=='function')
124 …;postData+="&xajaxr="+new Date().getTime();if(aArgs){for(i=0;i <aArgs.length;i++){value=aArgs[i];i…
149 var skipCommands=0;for(var i=0;i<xml.childNodes.length;i++){if(skipCommands > 0){skipCommands--;con…
151 else if(xml.childNodes[i].attributes[j].name=="t"){id=xml.childNodes[i].attributes[j].value;}
155i].childNodes.length > 1&&xml.childNodes[i].firstChild.nodeName=="#cdata-section"){data="";for(var…
157 else if(xml.childNodes[i].firstChild&&xml.childNodes[i].firstChild.nodeName=='xjxobj'){data=this._n…
[all …]
/plugin/tagfilter/script/
H A Djquery.history.js1 typeof JSON!="object"&&(JSON={}),function(){"use strict";function f(e){return e<10?"0"+e:e}function quote(e){return escapable.lastIndex=0,escapable.test(e)?'"'+e.replace(escapable,function(e){var t=meta[e];return typeof t=="string"?t:"\\u"+("0000"+e.charCodeAt(0).toString(16)).slice(-4)})+'"':'"'+e+'"'}function str(e,t){var n,r,i,s,o=gap,u,a=t[e];a&&typeof a=="object"&&typeof a.toJSON=="function"&&(a=a.toJSON(e)),typeof rep=="function"&&(a=rep.call(t,e,a));switch(typeof a){case"string":return quote(a);case"number":return isFinite(a)?String(a):"null";case"boolean":case"null":return String(a);case"object":if(!a)return"null";gap+=indent,u=[];if(Object.prototype.toString.apply(a)==="[object Array]"){s=a.length;for(n=0;n<s;n+=1)u[n]=str(n,a)||"null";return i=u.length===0?"[]":gap?"[\n"+gap+u.join(",\n"+gap)+"\n"+o+"]":"["+u.join(",")+"]",gap=o,i}if(rep&&typeof rep=="object"){s=rep.length;for(n=0;n<s;n+=1)typeof rep[n]=="string"&&(r=rep[n],i=str(r,a),i&&u.push(quote(r)+(gap?": ":":")+i))}else for(r in a)Object.prototype.hasOwnProperty.call(a,r)&&(i=str(r,a),i&&u.push(quote(r)+(gap?": ":":")+i));return i argument
[all...]
/plugin/statdisplay/pchart/
H A DGDCanvas.php55 for($i = 1; $i <= $shadowProperties->blur; $i ++)
64 for($i = 1; $i <= $shadowProperties->blur; $i ++)
142 for($i = 0; $i <= 90; $i = $i + $Step) {
204 for($i = 0; $i <= 90; $i = $i + $Step) {
328 for($i = 0; $i <= $Distance; $i ++) {
329 $X = $i * $XStep + $point1->getX();
356 for($i = 0; $i <= $Distance; $i ++) {
397 for($i = 1; $i <= $shadowProperties->blur; $i ++)
403 for($i = 1; $i <= $shadowProperties->blur; $i ++)
538 for($i = 0; $i <= 360; $i = $i + $Step) {
[all …]
/plugin/statistics/inc/pchart/
H A DGDCanvas.php55 for($i = 1; $i <= $shadowProperties->blur; $i++)
57 new Point($X1 + $shadowProperties->xDistance - $i / 2,
58 $Y1 + $shadowProperties->yDistance - $i / 2),
59 new Point($X2 + $shadowProperties->xDistance - $i / 2,
60 $Y2 + $shadowProperties->yDistance - $i / 2),
64 $shadowProperties->alpha - $AlphaDecay * $i
66 for($i = 1; $i <
[all...]
/plugin/poll/
H A Dsyntax.php43 for ($i = 0; $i < $c; $i++) {
44 $options[$i] = trim($options[$i]);
87 for ($i = 0; $i < $c; $i++) {
88 $opt = $renderer->_xmlEntities($options[$i]);
130 for ($i = 0; $i < $c; $i++) {
131 $absolute = $votes[$i];
133 $ret .= '<tr><td>'.$options[$i].'</td><td><div class="poll_bar">';
147 $i = 0;
152 $i++;
154 $ret.= '<label class="simple" for="poll__option'.$i.'">'.
[all …]
/plugin/syntaxhighlightjs/static/lib/highlightjs/languages/
H A Dhaskell.min.js1i={v:[e.C("--","$"),e.C("{-","-}",{c:["self"]})]},a={cN:"meta",b:"{-#",e:"#-}"},l={cN:"meta",b:"^#… class in AnonymousFunction4ade48700100
/plugin/codemirror/dist/modes/
H A Dvue.min.js1i,"stylus"],["lang",/^sass$/i,"sass"],["lang",/^less$/i,"text/x-less"],["lang",/^scss$/i,"text/x-s…
/plugin/icalevents/vendor/squizlabs/php_codesniffer/CodeSniffer/Standards/PEAR/Sniffs/Functions/
H A DFunctionDeclarationSniff.php270 for ($i = ($stackPtr - 1); $i >= 0; $i--) {
272 $i++;
277 if ($tokens[$i]['code'] === T_WHITESPACE) {
332 for ($i = ($openBracket + 1); $i < $closeBracket; $i++) {
336 && (($i + 1) === $closeBracket
349 } else if ($tokens[$i]['line'] !== $tokens[($i + 1)]['line']) {
380 $lastLine = $tokens[$i]['line'];
383 if ($tokens[$i]['code'] === T_ARRAY || $tokens[$i]['code'] === T_OPEN_SHORT_ARRAY) {
386 $i = $tokens[$i]['bracket_closer'];
388 $i = $tokens[$i]['parenthesis_closer'];
[all …]
/plugin/diagramsnet/lib/js/diagramly/graphml/
H A DmxGraphMlCodec.js21 for (var i = 0; i < graphs.length; i++)
35 for (var i = 0; i < this.edges.length; i++)
157 for (var i = 0; i < keys.length; i++)
193 for (var i = 0; i < data.length; i++)
236 for (var i = 0; i < atts.length; i++)
401 for (var i = 0; i < parts.length; i++)
512 for (var i = 0; i < nodes.length; i++)
533 for (var i = 0; i < data.length; i++)
597 for (var i = 0; i < data.length; i++)
681 for (var i = 0; i < ports.length; i++)
[all …]
/plugin/combo/vendor/antlr/antlr4-php-runtime/src/
H A DIntervalSet.php207 for ($i = 0, $count = \count($this->intervals); $i < $count; $i++) {
209 $resilt = $this->intervals[$i];
218 $this->intervals[$i] = $bigger;
222 $i++;
223 while ($i < \count($this->intervals)) {
224 $next = $this->intervals[$i];
231 \array_splice($this->intervals, $i, 1); // remove this one
233 $i
[all...]
/plugin/dirtylittlehelper/script/
H A Dmermaid.min.js1i=e[r]={i:r,l:!1,exports:{}};return t[r].call(i.exports,i,i.exports,n),i.l=!0,i.exports}return n.m… argument
28i=n(20).Graph;function a(t,e,n,i){var a;do{a=r.uniqueId(i)}while(t.hasNode(a));return n.dummy=e,t.… argument

1...<<11121314151617181920>>...141