Home
last modified time | relevance | path

Searched refs:i (Results 2001 – 2025 of 3519) sorted by relevance

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

/plugin/header3/
H A Dsyntax.php130 for ($i = 0; $i < $renderer->lastlevel-$level; $i++) {
131 $renderer->node[$renderer->lastlevel-$i-1] = 0;
/plugin/dwspecialist/
H A Dsyntax.php145 $i=1;
148 $wikilinks[]="[[".$id."|".(($i<10)?"0":"").$i.": ".$name."]]";
149 $i++;
/plugin/fullindex/
H A Dscript.js153 for (i=0;i<ul.childNodes.length;i++) {
154 var li = ul.childNodes[i];
/plugin/jplayer/vendor/kriswallsmith/assetic/src/Assetic/Asset/
H A DAssetCollection.php75 foreach ($this->assets as $i => $asset) {
78 unset($this->clones[$asset], $this->assets[$i]);
97 foreach ($this->assets as $i => $asset) {
101 $this->assets[$i] = $replacement;
/plugin/highlight2wiki/
H A Dscript.js14 for(var i = 0; i < selectedText.rangeCount; i++) {
15 highlightRange(selectedText.getRangeAt(i));
187 if(textArea.match(/\{{tag>(.+?)\}}/i)!=null){
189 var textareamatch = textArea.match(/\{{tag>(.+?)\}}/i);
191 newtextArea = textArea.replace(/\{{tag>(.*)\}}/i,"{{tag>"+textareamatch[1]+" "+ newtagcomponent.toString()+"}}");
/plugin/codemirror/dist/
H A Dscripts.min.js.map1i","eltP","setAttribute","range","createRange","start","end","endNode","r","setEnd","setStart","bo…
/plugin/syntaxhighlightjs/static/lib/highlightjs/languages/
H A Dmonkey.min.js1 … null and or shl shr mod"},i:/\/\*/,c:[e.C("#rem","#end"),e.C("'","$",{r:0}),{cN:"function",bK:"fu…
H A Dfsharp.min.js1i:/\/\*/,c:[{cN:"keyword",b:/\b(yield|return|let|do)!/},{cN:"string",b:'@"',e:'"',c:[{b:'""'}]},{c…
/plugin/findologicxmlexport/vendor/phpunit/phpunit/tests/TextUI/
H A Dfilter-method-case-insensitive.phpt2 phpunit --filter /balanceIsInitiallyZero/i BankAccountTest ../_files/BankAccountTest.php
7 $_SERVER['argv'][3] = '/balanceIsInitiallyZero/i';
/plugin/timetrack/vendor/pnotify/
H A Djquery.pnotify.js119 for (var i in opts) {
120 if (typeof i == "string" && i.match(/^pnotify_/))
121 opts[i.replace(/^pnotify_/, "")] = opts[i];
258 for (var i in opts) {
259 if (typeof i == "string" && i.match(/^pnotify_/))
260 opts[i.replace(/^pnotify_/, "")] = opts[i];
767 var i = -1;
770 if (i == -1)
771 notice = notices_data.slice(i);
773 notice = notices_data.slice(i, i+1);
[all …]
/plugin/ajaxedit/vendor/pnotify/
H A Djquery.pnotify.js119 for (var i in opts) {
120 if (typeof i == "string" && i.match(/^pnotify_/))
121 opts[i.replace(/^pnotify_/, "")] = opts[i];
258 for (var i in opts) {
259 if (typeof i == "string" && i.match(/^pnotify_/))
260 opts[i.replace(/^pnotify_/, "")] = opts[i];
767 var i = -1;
770 if (i == -1)
771 notice = notices_data.slice(i);
773 notice = notices_data.slice(i, i+1);
[all …]
/plugin/indexmenu/scripts/
H A Dindexmenu.js37 * - img#i<id indexmenu><nodenr?> icon
41 * repeats: - div.dtreeNode (with img#i, a#s and div#t)
312 str += '<img id="i' + this.treeName + nodeId + '" src="' + ((node._io) ? node.iconOpen : node.icon) + '" alt="" />';
516 eIcon = jQuery('#i' + this.treeName + id)[0];
608 let r, cn, match, t, i, n, cnsa, cna;
618 for (i = 0; i < this.aNodes.length; i++) {
619 cn = this.aNodes[i];
716 * @param {int} i
670 scroll(where, s, n, i) global() argument
706 scrollLeft(lft, s, w, i) global() argument
[all...]
/plugin/photogallery/phpThumb/
H A Dphpthumb.functions.php120 for ($i = 0; $i < $parts_count; $i++) {
225 for ($i = 0; $i < $len; $i++) {
226 $output .= ' 0x'.str_pad(dechex(ord($string[$i])), 2, '0', STR_PAD_LEFT);
873 for ($i = $startoffset; $i <= $endoffset; $i++) {
874 $test_directory = implode(DIRECTORY_SEPARATOR, array_slice($directory_elements, 0, $i));
1039 for ($i = 0, $iMax = strlen($escapeables); $i < $iMax; $i++) {
1040 $strtr_preg_quote[$escapeables[$i]] = $delimiter.$escapeables[$i];
/plugin/freechat/phpfreechat/lib/csstidy-1.2/
H A Dcss_optimiser.php320 for($i = 0; $i < count($array); $i++) variable
322 echo '<dd class="'.$array[$i]['t'].'">'.$array[$i]['m'].'</dd>';
/plugin/fckg/fckeditor/editor/dialog/common/
H A Dfck_dialog_common.js169 for ( var i = 0 ; i < searchArray.length ; i++ )
171 replaced = replaced.replace( searchArray[i], replaceArray[i] ) ;
/plugin/amcharts/assets/amcharts/plugins/export/libs/FileSaver.js/
H A DFileSaver.min.js2i=function(n){var o=t.createEvent("MouseEvents");o.initMouseEvent("click",!0,!1,e,0,0,0,0,0,!1,!1,… function
/plugin/pureldap/vendor/freedsx/ldap/src/FreeDSx/Ldap/
H A DLdapUrl.php395 for ($i = 0; $i <= $last; $i++) {
397 if (isset($query[$i])) {
399 $url .= $query[$i];
/plugin/combo/vendor/antlr/antlr4-php-runtime/src/
H A DLL1Analyzer.php41 * `i` leads to a semantic predicate before matching a symbol, the
42 * element at index `i` of the result will be `null`.
223 for ($i = 0; $i < $context->getLength(); $i++) {
224 $returnState = $this->atn->states[$context->getReturnState($i)];
228 $context->getParent($i),
/plugin/xlsx2dw/packages/xmltojson/
H A Dxmltojson.js4 ;if(e&&e.src){ob=h(e.src)}if(ob==k){var i=lb.getElementsByTagName(B);if(i.length>l){ob=i[i.length-A… variable
175 function Q(a){a.i&&a.e!==Qs&&a.s();return a}
467 function jc(a,b){var c,d,e,f,g,h,i,j;i=a.h>>19;j=b.h>>19;if(i!=j){return j-i}e=a.h;h=b.h;if(e!=h){r…
512i;if(Sc(a)===Sc(b)&&d==e){Qn(a,d,c);return}for(h=0;h<d;h++){g=0;f=a[h];for(i=0;i<e;i++){g=kf(kf(uf…
529i,j,k;i=Bo(a.c)-1;f=c.U();while(true){h=Fc(Zn(new Br(a))[i],8);if(Ll(b,Zl(h.ib()))){break}g=new or…
533i,j,k;if(b.d>a.d){h=a;a=b;b=h}if(b.d<63){return Nn(a,b)}g=(a.d&-2)<<4;j=Xm(a,g);k=Xm(b,g);d=Dn(a,W…
537i;i=Ap(e);gi(a,b,c,d,i,e,f);if(!i){for(h=new Op(f);h.a<h.c.a.length;){g=Fc(Np(h),35);li(c,g.p())}}…
542i,j,k,l,m;d=a.d;f=b.d;h=d+f;i=a.e!=b.e?-1:1;if(h==2){k=uf(lf(a.a[0],ju),lf(b.a[0],ju));m=Df(k);l=D…
561i,j,k,l,m;j=dc(b)-dc(a);g=pc(b,j);i=Yb(0,0,0);while(j>=0){h=gc(a,g);if(h){j<22?(i.l|=1<<j,undefine…
571i,j,k,l;g=a.e;i=b.e;if(i==0){return a}if(g==0){return b.e==0?b:new _m(-b.e,b.d,b.a)}f=a.d;h=b.d;if…
[all …]
/plugin/diagramsnet/lib/js/diagramly/
H A DDrawioFile.js419 for (var i = 0; i < pages.length; i++)
428 temp.setAttribute('id', pages[i].getId());
430 if (pages[i].viewState)
487 for (var i = 0; i < patches.length; i++)
489 this.ui.anonymizePatch(patches[i]);
688 for (var i = 0; i < patches.length && ignore; i++)
690 ignore = ignore && Object.keys(patches[i]).length == 0;
736 for (var i = 0; i < patches.length; i++)
739 patches[i], true, resolver, this.isModified());
1123 for (var i = 0; elems != null && i < elems.length; i++)
[all …]
/plugin/html2pdf/html2pdf/html2ps/classes/org/active-link/xml/
H A DXML.php447 for($i = 0; $i < count($referencedBranches); $i ++) {
448 $arrKeys = array_keys($referencedBranches[$i]->nodes);
450 …if(gettype($referencedBranches[$i]->nodes[$arrKeys[$index]]) == "object" && strtolower(get_class($…
451 …if(($tagName == "" || $referencedBranches[$i]->nodes[$arrKeys[$index]]->tag->getTagName() == $tagN…
452 …($attrName == "" || $referencedBranches[$i]->nodes[$arrKeys[$index]]->tag->attributeExists($attrNa…
453 …($attrValue == "" || $referencedBranches[$i]->nodes[$arrKeys[$index]]->tag->getTagAttribute($attrN…
454 $referencedBranches[$i]->removeNode($arrKeys[$index]);
/plugin/jquerymigrate/
H A Djquery-migrate-3.1.0.js36 for ( var i = 1; i <= 3; i++ ) {
37 if ( +v1p[ i ] > +v2p[ i ] ) {
40 if ( +v1p[ i ] < +v2p[ i ] ) {
641 jQuery.each( tuples, function( i, tuple ) { argument
642 var fn = jQuery.isFunction( fns[ i ] ) && fns[ i ];
/plugin/tindexmenu/syntax/
H A Dindexmenu.php370 foreach ($data as $i=>$item){
371 $i++;
388 if ($item['open']) ($item['level'] < $data[$node]['level']) ? $node=$i : $extra .= "$i ";
390 array_push($q,$i);
392 $out .= $jscmd."('".idfilter($item['id'])."',$i,".$father.",'".$item['title']."'";
463 foreach ($data as $i=>$item) {
466 $a=$i+1;
467 $level=$data[$i]['level'];
474 $i++;
/plugin/yuriigantt/3rd/dhtmlxgantt/ext/
H A Ddhtmlxgantt_drag_timeline.js.map1i","l","modules","call","m","c","d","name","getter","o","Object","defineProperty","enumerable","ge…
/plugin/combo/ComboStrap/
H A DFetcherSvg.php1157 for ($i = 0; $i < $svgFillsElement->length; $i++) {
1161 $nodeElement = $svgFillsElement[$i];
1216 preg_match("/carbon|eva/i", $pathString) === 1
1273 for ($i = 0; $i < $svgPaths->length; $i++) {
1277 $nodeElement = $svgPaths[$i];
1308 for ($i
[all...]

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