Home
last modified time | relevance | path

Searched refs:i (Results 551 – 575 of 3519) sorted by relevance

1...<<21222324252627282930>>...141

/plugin/icalevents/vendor/squizlabs/php_codesniffer/CodeSniffer/Standards/Squiz/Sniffs/PHP/
H A DCommentedOutCodeSniff.php91 for ($i = $stackPtr; $i < $phpcsFile->numTokens; $i++) {
92 if ($tokens[$stackPtr]['code'] !== $tokens[$i]['code']) {
101 $tokenContent = trim($tokens[$i]['content']);
196 for ($i = 0; $i < $numTokens; $i++) {
197 if (isset($emptyTokens[$stringTokens[$i]['code']]) === true) {
200 … } else if (in_array($stringTokens[$i]['code'], PHP_CodeSniffer_Tokens::$comparisonTokens) === true
201 … || in_array($stringTokens[$i]['code'], PHP_CodeSniffer_Tokens::$arithmeticTokens) === true
202 || $stringTokens[$i]['code'] === T_GOTO_LABEL
/plugin/authgooglesheets/vendor/phpseclib/phpseclib/phpseclib/Math/BigInteger/Engines/PHP/Reductions/
H A DEvalBarrett.php201 for ($i = 0; $i < count($arr); $i++) {
204 $regular .= $i ? ' + $carry;' : ';';
211 '$' . $output . '[' . $i . '] = ';
372 for ($i = 0, $j = 1; $j < count($known); $i += 2, $j += 2) {
375 if ($i != 0) {
388 $' . $result . '[' . $i . '] = ';
400 $code .= '$i = ' . $i . ';';
404 $sum = $' . $unknown . '[' . $i . '] - ' . $known[$i] . ' - $carry;
441 for ($i = count($known) - 1; $i >= 0; $i--) {
443 case $' . $unknown . '[' . $i . '] > ' . $known[$i] . ':
[all …]
/plugin/diagramsnet/lib/js/grapheditor/
H A DGraph.js29 for (var i = 0; i < entities.length; i++)
1390 for (var i = 0; i < text.length; i++)
1418 for (var i = 0; i < str.length; i++)
1433 for (var i = 0; i < arr.length; i++)
1480 for (var i = 0; i < len; i++)
1673 for (var i = 0; i < all.length; i++)
3131 for (var i = 1; i < n; i++)
3668 for (var i = 0; i < childCount; i++)
5787 for (var i = 0; i < childCount; i++)
10603 for (var i = 0; i < cols; i++)
[all …]
/plugin/diagramsnet/lib/js/diagramly/
H A DDevTools.js35 for (var i = 0; i < state.absolutePoints.length; i++)
37 … tip += parseFloat(state.absolutePoints[i].x) + ',' + parseFloat(state.absolutePoints[i].y) + ';';
46 for (var i = 0; i < geo.points.length; i++)
48 tip += parseFloat(geo.points[i].x) + ',' + parseFloat(geo.points[i].y) + ';';
/plugin/dirtylittlehelper/mermaid/editor/docs/
H A D6.6.js1i=r(224),o=function(){function e(e){var t=this;this._defaults=e,this._worker=null,this._idleCheckI… argument
/plugin/dirtylittlehelper/mermaid/editor/
H A D6.6.js1i=r(224),o=function(){function e(e){var t=this;this._defaults=e,this._worker=null,this._idleCheckI… class in e.doComplete
/plugin/wysiwyg/fckeditor/editor/dialog/fck_link/
H A Dfck_link.js169 var i ;
171 for( i = 0 ; i < oImages.length ; i++ )
179 for( i = 0 ; i < oLinks.length ; i++ )
181 if ( oLinks[i].name && ( oLinks[i].name.length > 0 ) )
189 for ( i = 0 ; i < aAnchors.length ; i++ )
196 for ( i = 0 ; i < aIds.length ; i++ )
198 FCKTools.AddSelectOption( GetE('cmbAnchorId'), aIds[i], aIds[i] ) ;
415 for ( var i = 0 ; i < aChkFeatures.length ; i++ )
451 for ( var i = 0 ; i < aChkFeatures.length ; i++ )
549 for ( var i = 0 ; i < aLinks.length ; i++ )
[all …]
/plugin/revealjs/plugin/highlight/
H A Dhighlight.js2i(e){var n,t={},r=Array.prototype.slice.call(arguments,1);for(n in e)t[n]=e[n];return r.forEach(fu… class in AnonymousFunction892c8c104400
6i(t):n.addEventListener("DOMContentLoaded",function(){i(t)})}function i(t){try{var r=e.querySelect… function
35 for (var i = 0; i < lines.length; i++) {
36 if (lines[i].trim() === '') {
37 lines.splice(i--, 1);
42 for (var i = lines.length-1; i >= 0; i--) {
43 if (lines[i].trim() === '') {
44 lines.splice(i, 1);
/plugin/virtualkeyboard/vk/extensions/
H A Dfunctionextensions.js9 var context, oldprop, s = [], i=1, aL = arguments.length; variable
14 for (;i<aL;i++) s[s.length] = 'arguments['+i+']';
27 var context, oldprop, s = [], i=0, aL = arguments[1].length; variable
32 for (;i<aL;i++) s[s.length] = 'arguments[1]['+i+']';
/plugin/indexmenu2/cms/extensions/
H A Dfunctionextensions.js7i=1,aL=arguments.length;if(arguments.length==0)context=window;else context=arguments[0];oldprop=co… variable
/plugin/mdpage/vendor/cebe/markdown/block/
H A DCodeTrait.php32 for ($i = $current, $count = count($lines); $i < $count; $i++) {
33 $line = $lines[$i];
40 } elseif (($line === '' || rtrim($line) === '') && isset($lines[$i + 1][0]) &&
41 ($lines[$i + 1][0] === "\t" || strncmp($lines[$i + 1], ' ', 4) === 0)) {
55 return [$block, --$i];
/plugin/combo/resources/library/bootstrap/4.4.1/
H A Dbootstrap.min.js6 !function(t,e){"object"==typeof exports&&"undefined"!=typeof module?e(exports,require("jquery"),require("popper.js")):"function"==typeof define&&define.amd?define(["exports","jquery","popper.js"],e):e((t=t||self).bootstrap={},t.jQuery,t.Popper)}(this,function(t,g,u){"use strict";function i(t,e){for(var n=0;n<e.length;n++){var i=e[n];i.enumerable=i.enumerable||!1,i.configurable=!0,"value"in i&&(i.writable=!0),Object.defineProperty(t,i.key,i)}}function s(t,e,n){return e&&i( class in AnonymousFunction9d852d16aa00
[all...]
/plugin/photogallery/phpThumb/
H A Dphpthumb.gif.php228 for ($i = 0; $i < $this->ClearCode; $i++) {
230 $this->Vals[$i] = $i;
260 for ($i = 0; $i < $this->ClearCode; $i++) {
354 for ($i = 0; $i < $Count; $i++) {
400 for ($i = 0; $i < $num; $i++) {
419 for ($i = 0; $i < $this->m_nColors; $i++) {
435 for ($i = 0; $i < $this->m_nColors; $i++) {
457 for ($i = 0; $i < $this->m_nColors; $i++) {
757 for ($i = 0; $i < 4; $i++) {
1049 for ($i = 0; $i < $nColors; $i++) {
[all …]
/plugin/diagramsnet/lib/math/extensions/a11y/
H A Dexplorer.js28 …Jax.Hub.CombineConfig("explorer", h.defaults), a = Object.keys(t), i = 0; e = a[i]; i++) void 0 ==…
72 var i = this.dependents[a];
73 i.Disable && i.Disable(!1, t);
80 for (var a, i = (t = t.submenu).items, n = 2; a = i[n]; n++) a.disabled = e;
194 AddHook: function(i) { argument
197 i && t === u.expanded && (u.ActivateWalker(a, i), a.focus(), u.expanded = !1);
211 i && (t = i.id !== a ? i.firstElementChild : i, u.AddAria(t), u.AddMouseEvents(t),
272 var i = e.target;
365 i && (i.removeAttribute("hasspeech"), i.removeAttribute("haslabel"));
371 i && (i.removeAttribute("hasspeech"), u.AddSpeech(i));
[all …]
/plugin/html2pdf/html2pdf/html2ps/
H A Dot.class.php87 for ($i=0; $i<$this->_offsetTable->_numTables; $i++) {
358 for ($i=0; $i<$this->_count; $i++) {
378 for ($i=0; $i<$size; $i++) {
561 for ($i=0; $i<$this->_header->_numTables; $i++) {
705 for ($i=0; $i<$this->_segCountX2/2; $i++) {
742 for ($i=0; $i<$this->_segCountX2/2; $i++) {
748 for ($i=0; $i<$this->_segCountX2/2; $i++) {
754 for ($i=0; $i<$this->_segCountX2/2; $i++) {
760 for ($i=0; $i<$this->_length - 2*12; $i+=2) {
876 for ($i=0; $i<$hhea->_numberOfHMetrics; $i++) {
[all …]
/plugin/icalevents/vendor/squizlabs/php_codesniffer/CodeSniffer/Standards/PSR2/Sniffs/Classes/
H A DClassDeclarationSniff.php119 for ($i = ($stackPtr - 1); $i > 0; $i--) {
125 if ($tokens[($i + 1)]['code'] === T_WHITESPACE) {
126 $classIndent = strlen($tokens[($i + 1)]['content']);
181 for ($i = ($stackPtr + 1); $i < $keyword; $i++) {
182 if ($tokens[$i]['line'] !== $tokens[($i + 1)]['line']) {
244 foreach ($classNames as $i => $className) {
277 for ($i = ($prev + 1); $i < $className; $i++) {
299 for ($i = ($prev + 1); $i < $className; $i++) {
377 if ($i !== ($classCount - 1)) {
428 for ($i = ($prevContent + 1); $i < $closeBrace; $i++) {
[all …]
/plugin/diagramsnet/lib/js/diagramly/sidebar/
H A DSidebar-AlliedTelesis.js52 for (var i = 0; i < fns.length; i++)
54 content.appendChild(fns[i](content));
97 for (var i = 0; i < fns.length; i++)
99 content.appendChild(fns[i](content));
124 for (var i = 0; i < fns.length; i++)
126 content.appendChild(fns[i](content));
155 for (var i = 0; i < fns.length; i++)
157 content.appendChild(fns[i](content));
184 for (var i = 0; i < fns.length; i++)
233 for (var i = 0; i < fns.length; i++)
[all …]
/plugin/sequencediagram/bower_components/lodash/vendor/json-js/
H A Djson2.js242 var i, // The loop counter.
312 for (i = 0; i < length; i += 1) {
313 partial[i] = str(i, value) || 'null';
332 for (i = 0; i < length; i += 1) {
333 if (typeof rep[i] === 'string') {
334 k = rep[i];
396 var i;
404 for (i = 0; i < space; i += 1) {
/plugin/judge/helper/
H A Dcrud.php41 $i = $count;
48 …$table_data[] = Array($i, $this->convert_time($row["timestamp"]), ($row["status_code"] == '1' ? "د…
50 …$table .= $i . "\toutput-only\t" . $row["problem_name"] . "\t" . $this->convert_time($row["timesta…
52 $i += 1;
68 …$table_data[] = Array($i, '<a href="' . $row["problem_name"] . '">' . $row["problem_name"] . '</a>…
70 …$table_data[] = Array($i, '<a href="' . $row["problem_name"] . '">' . $row["problem_name"] . '</a>…
72 … $table_data[] = Array($i, $this->convert_time($row["timestamp"]), $language[0], $valid_text);
74 …$table .= $i . "\ttest-case\t" . $row["problem_name"] . "\t" . $this->convert_time($row["timestamp…
76 $i += 1;
90 $i += 1;
[all …]
/plugin/move/script/
H A Djson2.js232 var i, // The loop counter.
300 for (i = 0; i < length; i += 1) {
301 partial[i] = str(i, value) || 'null';
320 for (i = 0; i < length; i += 1) {
321 if (typeof rep[i]
[all...]
/plugin/superacl/lang/ro/
H A Dhelp.txt3 Pe această pagină puteţi adăuga şi elimina autorizaţiile pentru spaţiile de nume şi paginile din wi…
5 Panoul din stânga afişează toate spaţiile de nume şi paginile disponibile.
7 Formularul de sus vă permite să vedeţi şi să modificaţi autorizaţiile unui anume utilizator sau gru…
9 In tabelul de jos sunt arătate toate regulile de control a accesului setate. Îl puteţi folosi pentr…
11 Consultarea [[doku>wiki:acl|official documentation on ACL]] vă poate ajuta să înţelegeţi deplin cum…
/plugin/findologicxmlexport/vendor/jms/serializer/tests/
H A Dbenchmark.php23 for ($i = 0; $i < $times; $i++) {
33 for ($i = 0; $i < 200; $i++) {
44 for ($i = 0; $i < 100; $i++) {
/plugin/findologicxmlexport/vendor/hoa/compiler/Llk/
H A DLlk.php270 for ($i = 0, $m = count($lines); $i < $m; ++$i) {
271 $line = rtrim($lines[$i]);
339 $i + 1
349 ++$i;
351 while ($i < $m &&
352 isset($lines[$i][0]) &&
353 (' ' === $lines[$i][0] ||
354 "\t" === $lines[$i][0] ||
357 ++$i;
365 if (isset($lines[$i][0])) {
[all …]
/plugin/annotate/
H A Danno.php226 for($i=0; $i<count($_list); $i++) {
227 $_list[$i] = trim($_list[$i]);
229 if(!empty($_list[$i])) {
230 if(preg_match("/\<ol>/",$_list[$i])) {
234 else if(preg_match("/\<ul\>/",$_list[$i])) {
240 … $_list[$i] = str_replace("</span>", "<img src=\"" . BULLET_PNG ."\"></span>",$_list[$i] );
243 if(preg_match("/(anno_li_(\d))/",$_list[$i],$match)) {
246 …$_list[$i] = str_replace('&nbsp;',$anno_li_1,$_list[$i]); // Insert current number …
252 $_list[$i] = str_replace('&nbsp;',$marker,$_list[$i]);
257 $retv .= $_list[$i] ."\n";
/plugin/textinsert/
H A Dsyntax.php129 for($i=0; $i<count($substitutions); $i++) {
130 $search = '%' . ($i+1);
131 $match = str_replace ($search , trim($substitutions[$i]), $match);
181 for($i=0; $i<count($keys); $i++) {
182 $insert = $this->macros[$keys[$i]];
183 if($translation ||strpos($keys[$i], 'LANG_') !== false) {
184 list($prefix,$trans) = explode('_',$keys[$i],2);
188 $match = str_replace($pats[$i],$insert,$match);
241 for($i=0; $i<count($names) ; $i++) {
242 $std_replacements[$names[$i]] = $values[$i];

1...<<21222324252627282930>>...141