Home
last modified time | relevance | path

Searched refs:i (Results 1001 – 1025 of 3519) sorted by relevance

1...<<41424344454647484950>>...141

/plugin/mdpage/vendor/cebe/markdown/
H A DMarkdownExtra.php119 for($i = $current + 1, $count = count($lines); $i < $count; $i++) {
120 if (($pos = strpos($line = $lines[$i], $fence)) === false || $pos > 3) {
127 return [$block, $i];
143 foreach($block['content'] as $i => $element) {
145 unset($block['content'][$i]);
204 foreach($elements as $i => $element) {
206 $relatedElement = $i;
210 unset($elements[$i]);
/plugin/captcha/
H A DEasySVG.php51 for ($i = 0; $i < strlen($str); $i++) {
52 $thisValue = ord($str[$i]);
233 for ($i = 0; $i < $counter; $i++) {
234 $letter = $text[$i];
276 for ($i = 0; $i <
[all...]
/plugin/syntaxhighlightjs/static/lib/highlightjs/languages/
H A Dgcode.min.js1i={cN:"meta",b:"([O])([0-9]+)"},n=[N.CLCM,N.CBCM,N.C(/\(/,/\)/),N.inherit(N.CNM,{b:"([-+]?([0-9]*\… class in AnonymousFunction1b6fe3ee0100
/plugin/securelogin/
H A Dscript.js30 for (var i = 0; i < forms.length; ++i) {
31 var form = securelogin_get_form(jQuery("#" + forms[i])[0]);
40 securelogin_forms.push(new Array(forms[i], form));
/plugin/html2pdf/html2pdf/html2ps/
H A Dinline.content.builder.pre.line.php21 for ($i=0, $size = count($lines); $i<$size; $i++) {
22 $line = $lines[$i];
32 if ((!$parent || $parent->isBlockLevel()) && $i < $size - 1) {
/plugin/elasticsearch/vendor/react/promise/src/
H A DCancellationQueue.php35 for ($i = key($this->queue); isset($this->queue[$i]); $i++) {
36 $cancellable = $this->queue[$i];
46 unset($this->queue[$i]);
/plugin/jplayer/vendor/robloach/component-installer/src/ComponentInstaller/Resources/
H A Drequire.js55 var i;
56 for (i = 0; i < ary.length; i += 1) {
57 if (ary[i] && func(ary[i], i, ary)) {
70 var i;
71 for (i = ary.length - 1; i > -1; i -= 1) {
72 if (ary[i] && func(ary[i], i, ary)) {
226 var i, part;
227 for (i = 0; ary[i]; i += 1) {
231 i -= 1;
307 for (i = nameParts.length; i > 0; i -= 1) {
[all …]
/plugin/jplayer/components/
H A Drequire.js55 var i;
56 for (i = 0; i < ary.length; i += 1) {
57 if (ary[i] && func(ary[i], i, ary)) {
70 var i;
71 for (i = ary.length - 1; i > -1; i -= 1) {
72 if (ary[i] && func(ary[i], i, ary)) {
226 var i, part;
227 for (i = 0; ary[i]; i += 1) {
231 i -= 1;
307 for (i = nameParts.length; i > 0; i -= 1) {
[all …]
/plugin/amcharts/assets/amcharts/plugins/export/libs/pdfmake/
H A Dpdfmake.js305 for (var i = 0; i < length; i++) {
356 for (var i = 0; i < length; i += 1) {
369 for (var i = 0; i < length; i += 1) {
390 for (var i = 0; i < length; i += 1) {
408 for (var i = 0; i < length; i += 1) {
516 for (i = 0; i < list.length; i++) {
709 for (var i = 0; i < length; i++) {
1461 for (i = 0; i < len; i++) {
1488 for (i = start; i < end; i++) {
17505 for (i = 1; i < len; i++)
[all …]
/plugin/findologicxmlexport/vendor/phpunit/php-code-coverage/src/
H A DCodeCoverage.php716 for ($i = 1; $i <= $lines; $i++) {
799 for ($i = $start; $i < $end; $i++) {
805 …if (isset($lines[$i-1]) && 0 === strpos($_token, '/*') && '*/' === substr(trim($lines[$i-1]), -2))…
824 for ($i = $token->getLine(); $i <= $endLine; $i++) {
831 for ($i = $token->getLine();
832 $i <= $token->getEndLine();
833 $i++) {
852 for ($i = $token->getLine();
854 $i++) {
858 for ($i = $token->getEndLine();
[all …]
/plugin/ckgdoku/
H A Dscript.js188 for ( var i = stack.length - 1; i >= pos; i-- )
190 handler.end( stack[ i ] );
201 for ( var i = 0; i < items.length; i++ )
202 obj[ items[i] ] = true;
211 for ( i=0; i < results.length; i++) {
212 var character = results.charAt(i);
213 if(results.charCodeAt(i) == 10)
215 if(results.charCodeAt(i) == 32)
220 if(results.charCodeAt(i) == 10) {
411 for (var i in options) {
[all …]
/plugin/authgooglesheets/vendor/phpseclib/phpseclib/phpseclib/Crypt/
H A DRSA.php371 for ($i = 1; $i <= $num_primes; $i++) {
372 if ($i != $num_primes) {
373 $primes[$i] = BigInteger::randomPrime($regSize);
387 if ($i > 2) {
388 $coefficients[$i] = $n->modInverse($primes[$i]);
391 $n = $n->multiply($primes[$i]);
393 $temp = $primes[$i]->subtract(self::$one);
410 foreach ($primes as $i => $prime) {
412 $exponents[$i] = $e->modInverse($temp);
696 for ($i = 0; $i < $count; $i++) {
[all …]
/plugin/findologicxmlexport/vendor/hoa/compiler/Llk/
H A DTreeNode.php244 * @param int $i Index.
247 public function getChild($i) argument
250 true === $this->childExists($i)
251 ? $this->_children[$i]
278 * @param int $i Index.
281 public function childExists($i) argument
283 return array_key_exists($i, $this->_children);
/plugin/csv/syntax/
H A Dtable.php100 for ($i = 0; $i < $maxcol;) {
104 for ($j = $i + 1; $j < $maxcol; $j++) {
114 if ($line < $opt['hdr_rows'] || $i < $opt['hdr_cols']) {
121 $lines = explode("\n", $row[$i]);
129 if ($line < $opt['hdr_rows'] || $i < $opt['hdr_cols']) {
135 $i += $span;
/plugin/statistics/inc/pchart/
H A DPalette.php53 for($i = 0; $i <= $shades - 1; $i++) {
54 $palette->colors[$i] = new Color($color1->getR() + $RFactor * $i,
55 $color1->getG() + $GFactor * $i,
56 $color1->getB() + $BFactor * $i);
/plugin/codemirror/dist/modes/
H A Dphp.min.js1i=0;i<h.length;i++)if(f.match(h[i][0])){g.tokenize=c(a.slice(1),b);return h[i][1]}g.tokenize=d(b,e… class in AnonymousFunctionf0d7f9910100
/plugin/diagramsnet/lib/math/jax/output/SVG/autoload/
H A Dmmultiscripts.js19i=x[3];var g=(this.data[1]||this).SVGgetScale();var C=c.TeX.sup_drop*g,A=c.TeX.sub_drop*g;var o=j.…
/plugin/diagramsnet/lib/js/diagramly/
H A DStorageFile.js390 for (var i = 0; i < localStorage.length; i++)
392 var key = localStorage.key(i);
430 for (var i = 0; i < lsFilesInfo.length; i++)
432 var lsFileInfo = lsFilesInfo[i];
456 for (var i = 0; i < filesInfo.length; i++)
458 if (filesInfo[i].title.charAt(0) != '.' && (type == null || filesInfo[i].type == type))
460 files.push(filesInfo[i]);
/plugin/favoris/
H A Dfavoris.js86 for (var i=0; i<controles.length; i++) controles[i].style.display="inline";
100 for (var i=0; i<controles.length; i++) controles[i].style.display="none";
/plugin/findologicxmlexport/vendor/phpunit/phpunit-mock-objects/tests/MockObject/Generator/
H A Dproxy.phpt46 for ($i = 1; $i < $count; $i++) {
47 $arguments[] = $_arguments[$i];
68 for ($i = 1; $i < $count; $i++) {
69 $arguments[] = $_arguments[$i];
H A Dclass.phpt50 for ($i = 1; $i < $count; $i++) {
51 $arguments[] = $_arguments[$i];
72 for ($i = 1; $i < $count; $i++) {
73 $arguments[] = $_arguments[$i];
H A Dinvocation_object_clone_object.phpt51 for ($i = 1; $i < $count; $i++) {
52 $arguments[] = $_arguments[$i];
73 for ($i = 1; $i < $count; $i++) {
74 $arguments[] = $_arguments[$i];
H A Dnamespaced_class.phpt52 for ($i = 1; $i < $count; $i++) {
53 $arguments[] = $_arguments[$i];
74 for ($i = 1; $i < $count; $i++) {
75 $arguments[] = $_arguments[$i];
/plugin/zip/pear/File/Archive/Writer/
H A DTar.php106 for ($i = 0; $i < 148; $i++) {
107 $checksum += ord($blockbeg{$i});
109 for ($i = 0; $i < 356; $i++) {
110 $checksum += ord($blockend{$i});
/plugin/icalevents/vendor/squizlabs/php_codesniffer/CodeSniffer/Standards/PEAR/Sniffs/WhiteSpace/
H A DObjectOperatorIndentSniff.php87 for ($i = ($varToken - 1); $i >= 0; $i--) {
88 if ($tokens[$i]['line'] !== $tokens[$varToken]['line']) {
89 $i++;
95 if ($i >= 0 && $tokens[$i]['code'] === T_WHITESPACE) {
96 $requiredIndent = strlen($tokens[$i]['content']);

1...<<41424344454647484950>>...141