Home
last modified time | relevance | path

Searched refs:i (Results 2026 – 2050 of 3519) sorted by relevance

1...<<81828384858687888990>>...141

/plugin/ckgdoku/scripts/
H A Dscript-cmpr.js1 …d="";for(i=0;i<a.length;i++){var c=a.charAt(i);if(a.charCodeAt(i)==10){c="\\n"}if(a.charCodeAt(i)=…
/plugin/404manager/
H A Daction.php172 $i = 0;
173 while (isset($readerAlgorithms[$i])) {
175 switch ($readerAlgorithms[$i]) {
244 $i++;
586 $i = 0;
588 $i++;
589 if ($i > 10) {
/plugin/xlsx2dw/
H A Dscript.js173 for(let i = 0; i < mergedRows; i++) {
174 if(formattedTable[rowIndex+i] === undefined)
177 formattedTable[rowIndex+i][columnIndex+j] = {
179 value: (i+j === 0) ? (cell["text:p"] ?? "") : "",
180 isEmpty: (i+j === 0) ? !cell["text:p"] : true,
/plugin/codeprettify/code-prettify/src/
H A Dlang-lua.js54 /^[+-]?(?:0x[\da-f]+|(?:(?:\.\d+|\d+(?:\.\d*)?)(?:e[+\-]?\d+)?))/i],
56 [PR['PR_PLAIN'], /^[a-z_]\w*/i],
/plugin/diagramsnet/lib/WEB-INF/lib/
H A Dhttpcore-4.4.9.jarMETA-INF/MANIFEST.MF META-INF/ org/ org/apache/ org/ ...
/plugin/sqlraw/
H A Dsimple_html_dom.php472 $i = -1;
476 ++$i;
586 for ($i=$this->_[HDOM_INFO_BEGIN]+1; $i<$end; ++$i) {
587 $node = $this->dom->nodes[$i];
593 $ret[$i] = 1;
643 if ($pass) $ret[$i] = 1;
821 for($i=0; $i<$len; $i++)
823 $c=ord($str[$i]);
836 $i++;
837 $b=ord($str[$i]);
[all …]
/plugin/codemirror/dist/modes/
H A Dwebidl.min.js1 …var h=b(g);var i=["true","false","Infinity","NaN","null"];var j=b(i);a.registerHelper("hintWords",…
H A Dtiki.min.js1i=a.next();switch(i){case"{":a.eat("/");a.eatSpace();a.eatWhile(/[^\s\u00a0=\"\'\/?(}]/);e.tokeniz… function
/plugin/webdav/vendor/sabre/vobject/lib/
H A DDocument.php195 if (false !== ($i = strpos($name, '.'))) {
196 $group = substr($name, 0, $i);
197 $name = strtoupper(substr($name, $i + 1));
/plugin/abc2/abc-libraries/abc2svg/
H A Djazzchord-1.js5 abc2svg.jazzchord={gch_build:function(of,s){var gch,i,ix,t
23 i=1
24 switch(t[1]){case"\u266f":case"\u266d":i++
/plugin/dirtylittlehelper/mermaid/editor/docs/
H A D24.24.js1i=n(212),r=["area","base","br","col","embed","hr","img","input","keygen","link","menuitem","meta",…
/plugin/passwords/
H A Dsyntax.php93 for($i=0; $i<$this->getAmount(); $i++) {
/plugin/findologicxmlexport/vendor/phpunit/php-token-stream/tests/Token/
H A DInterfaceTest.php28 $i = 0;
34 $this->interfaces[$i] = $token;
35 $i++;
/plugin/authgooglesheets/vendor/phpseclib/phpseclib/phpseclib/Crypt/
H A DRandom.php184 $i = $crypto->encrypt(microtime()); // strlen(microtime()) == 21
185 $r = $crypto->encrypt($i ^ $v); // strlen($v) == 20
186 $v = $crypto->encrypt($r ^ $i); // strlen($r) == 20
/plugin/header2/
H A Dsyntax.php135 for ($i = 0; $i < $renderer->lastlevel-$level; $i++) {
136 $renderer->node[$renderer->lastlevel-$i-1] = 0;
/plugin/darcspatch/
H A Dadmin.php142 for($i=0;$i<count($target_lines);$i++) {
143 $target_lines[$i] .= "\n";
/plugin/findologicxmlexport/vendor/phpunit/php-code-coverage/src/Report/Html/
H A DRenderer.php189 for ($i = 0; $i < $max; $i++) {
190 $pathToRoot[] = str_repeat('../', $i);
/plugin/usersubscriptions/
H A Dsyntax.php56 for($i=0; $i<count($os); $i++) {
57 $o = explode('=', $os[$i]);
/plugin/tindexmenu/
H A Dscript.js132 for (var i = 0; i < array.length; i++) {
133 if (array[i] == val) {
/plugin/findologicxmlexport/vendor/hoa/protocol/Node/
H A DNode.php390 static $i = 0;
392 $out = str_repeat(' ', $i) . $this->getName() . "\n";
395 ++$i;
397 --$i;
/plugin/findologicxmlexport/vendor/phpunit/php-code-coverage/src/Report/Html/Renderer/Template/js/
H A Dhtml5shiv.min.js172 i = 0,
175 for(;i<l;i++){
176 clone.createElement(elems[i]);
/plugin/authgooglesheets/vendor/phpseclib/phpseclib/phpseclib/Crypt/EC/BaseCurves/
H A DMontgomery.php232 for ($i = 0; $i < strlen($b); $i++) {
233 $b_i = (int) $b[$i];
/plugin/discussion/
H A Dhelper.php178 for ($i = ($line_num - 1); $i >= 0; $i--) {
179 $rec = $this->_handleRecentComment($lines[$i], $ns, $seen);
/plugin/highlight2wiki/
H A Dstyle.css107 .hightlightmenu i {
114 @import url('https://fonts.googleapis.com/css?family=Lato:400,700|Lora|Playfair+Display:700i,900');
122 h1, h2, p, i, a {
146 p, i, li {
/plugin/fckg/action/
H A Dmeta.php498 for($i=0; $i<count($lines); $i++) {
499 if(strpos($lines[$i],'/**')){
500 if(isset($lines[$i+1])) {
501 if(stripos($lines[$i+1], 'upgrade') !== false) {

1...<<81828384858687888990>>...141