Home
last modified time | relevance | path

Searched refs:i (Results 476 – 500 of 3519) sorted by relevance

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

/plugin/pglist/
H A Dsyntax.php96 if(preg_match('/\bdirs\b/i',$params)) $conf['dirs'] = 1;
97 if(preg_match('/\bfiles\b/i',$params)) $conf['files'] = 1;
98 if(preg_match('/\bme\b/i',$params)) $conf['me'] = 1;
99 if(preg_match('/\bsibling\b/i',$params)) $conf['sibling'] = 1;
100 if(preg_match('/\bsame\b/i',$params)) $conf['same'] = 1;
101 if(preg_match('/\bany\b/i',$params)) $conf['any'] = 1;
102 if(preg_match('/\bnostart\b/i',$params)) $conf['nostart'] = 1;
103 if(preg_match('/\bdate\b/i',$params)) $conf['date'] = 1;
104 if(preg_match('/\bfsort\b/i',$params)) $conf['fsort'] = 1;
105 if(preg_match('/\bdsort\b/i',$params)) $conf['dsort'] = 1;
[all …]
/plugin/diagramsnet/lib/plugins/
H A Dvoice.js287 for (var i = 0; i < voices.length; i++)
386 for (var i = n; i >= 0; i--) d[i] = [];
389 for (var i = n; i >= 0; i--) d[i][0] = i;
393 for (var i = 1; i <= n; i++) {
432 for(var i = 0; i < str1.length; i++)
434 if (str2[i] && str2[i] !== str1[i])
461 for (var i = 1; i < words.length; i++)
790 for (var i = 0; i < styles.length; i++)
1750 for (var i = 0; i < cells.length; i++)
1963 for (var i = 0; i < cells.length; i++)
[all …]
/plugin/fckg/syntax/
H A Ddwplugin.php178 for($i=0; $i < count($data); $i++) {
179 …list($state, $match) = $this->plugin_ref->handle($data[$i], $states[$i], $pos, $handler); …
192 for($i=0; $i < count($save_state); $i++) {
193 $this->plugin_ref->render('xhtml', $Renderer, array($save_state[$i], $save_match[$i]));
294 for($i=0; $i<count($base_keys); $i++) {
309 for($i=0; $i<count($plugin_keys); $i++) {
319 for($i=0; $i<count($plugin_internal_keys); $i++) {
340 for($i=0; $i < count($base_labels); $i++) {
342 $patterns[] = array($i => $base_patterns[$i]);
386 for($i=0; $i<count($split); $i++) {
[all …]
/plugin/diagramsnet/lib/js/deflate/
H A Dpako.min.js2i=286,n=30,r=15,s=new Uint8Array([0,0,0,0,0,0,0,0,1,1,1,1,2,2,2,2,3,3,3,3,4,4,4,4,5,5,5,5,0]),o=ne… argument
/plugin/icalevents/vendor/squizlabs/php_codesniffer/CodeSniffer/Standards/PSR2/Sniffs/Namespaces/
H A DNamespaceDeclarationSniff.php57 for ($i = ($stackPtr + 1); $i < ($phpcsFile->numTokens - 1); $i++) {
58 if ($tokens[$i]['line'] === $tokens[$stackPtr]['line']) {
67 $next = $phpcsFile->findNext(T_WHITESPACE, $i, $phpcsFile->numTokens, true);
72 $diff = ($tokens[$next]['line'] - $tokens[$i]['line']);
86 $phpcsFile->fixer->addNewlineBefore($i);
89 for ($x = $i; $x < $next; $x++) {
97 $phpcsFile->fixer->addNewline($i);
/plugin/diagramsnet/lib/js/diagramly/sidebar/
H A DSidebar-Signs.js5 for (var i = 0; i < signs.length; i++)
7 this.setCurrentSearchEntryLibrary('signs', 'signs' + signs[i]);
8 this.addStencilPalette('signs' + signs[i], 'Signs / ' + signs[i],
9 dir + '/signs/' + signs[i].toLowerCase() + '.xml',
H A DSidebar-Cisco.js5 for (var i = 0; i < cisco.length; i++)
7 this.setCurrentSearchEntryLibrary('cisco', 'cisco' + cisco[i]);
8 this.addStencilPalette('cisco' + cisco[i], 'Cisco / ' + cisco[i],
9 dir + '/cisco/' + cisco[i].toLowerCase().replace(/ /g, '_') + '.xml',
/plugin/tindexmenu/inc/
H A Dpclzip.lib.php1453 $i=0;
1952 for ($i=0; $i<sizeof($p_filedescr_list); $i++) {
2218 for ($i=0, $v_count=0; $i<sizeof($v_header_list); $i++)
2386 for ($i=0,$v_count=0; $i<sizeof($v_header_list); $i++)
3031 for ($i=0; $i<$v_central_dir['entries']; $i++)
3175 for ($i=0, $v_nb_extracted=0; $i<$v_central_dir['entries']; $i++)
4631 for ($i=0, $v_nb_extracted=0; $i<$v_central_dir['entries']; $i++)
4771 for ($i=0; $i<sizeof($v_header_list); $i++) {
4846 for ($i=0; $i<sizeof($v_header_list); $i++) {
5433 for ($i=sizeof($v_list)-1; $i>=0; $i--) {
[all …]
/plugin/indexmenu/inc/
H A Dpclzip.lib.php1353 $i = 0;
1354 while ($i < $p_size) {
1355 //--(MAGIC-PclTrace)--//PclTraceFctMessage(__FILE__, __LINE__, 4, "Looking for table index $i, option = '".PclZipUtilOptionText($p_options_list[$i])."(".$p_options_list[$i].")'");
1358 if (!isset($v_requested_options[$p_options_list[$i]])) {
1360 PclZip::privErrorLog(PCLZIP_ERR_INVALID_PARAMETER, "Invalid optional parameter '" . $p_options_list[$i] . "' for this method");
1368 switch ($p_options_list[$i]) {
1374 if (($i + 1) >= $p_size) {
1376 PclZip::privErrorLog(PCLZIP_ERR_MISSING_OPTION_VALUE, "Missing parameter value for option '" . PclZipUtilOptionText($p_options_list[$i])
[all...]
/plugin/swiftmail/Swift/Message/
H A DHeaders.php430 for ($i = 0, $len = count($lines); $i < $len; $i++)
440 $lines[$i] = "\"" . substr($lines[$i], 0, $s) . "\"" . $addr;
444 $lines[$i] = "\"" . $lines[$i] . "\"";
448 if ($this->encoding == "Q") $lines[$i] = rtrim($lines[$i], "=");
450 if ($lines[$i] == "" && $i > 0)
455 if ($i > 0)
458 …if (substr($lines[$i], 0, 1) == '<' && substr($lines[$i], -1) == '>') $lines[$i] = " " . $lines[$i
459 else $lines[$i] = " " . $spec . $lines[$i] . $end;
463 …if (substr($lines[$i], 0, 1) != '<' || substr($lines[$i], -1) != '>') $lines[$i] = $spec . $lines[…
505 foreach ($lines as $i => $line)
[all …]
/plugin/qstat/
H A Dsyntax.php386 for ($i=2; $i<count($s); $i++) {
423 for ($i=0; $i<$len; $i++) {
424 if ($str[$i] == '^' && $str[$i+1] == '^') {
426 if ($i+2 < $len && is_numeric($str[$i+2])) {
430 $i+=3;
434 $tmp .= $str[$i];
437 else if ($str[$i] == '^' && $i+1 < $len && is_numeric($str[$i+1])) {
441 $i++;
443 else if ($str[$i] == '^' && $i+1 < $len && is_string($str[$i+1])) {
450 $i++;
[all …]
/plugin/indexmenu2/cms/extensions/
H A Ddocumentselection.js13i=this;var I={'cursor':'__cursorPosition'};var l,o;this.setRange=function(O,Q,_,c){if(c){var C=i.g…
/plugin/templater/
H A Dsyntax.php231 $i = (array) null;
241 $i[] = $instruction;
243 if (isset($level) && isset($i)) {
245 $i[] = $instruction;
248 return array($i,null);
253 if (isset($level) && isset($i)) {
254 $i[] = $instruction;
260 if(sizeof($i) == 0) {
266 return array($i,$no_section);
282 for($i
[all...]
/plugin/codemirror/dist/modes/
H A Dgas.min.js1i=(b.architecture||"x86").toLowerCase();if(i==="x86"){g(b)}else if(i==="arm"||i==="armv6"){h(b)}fu…
/plugin/mdpage/vendor/cebe/markdown/block/
H A DListTrait.php81 for ($i = $current, $count = count($lines); $i < $count; $i++) {
82 $line = $lines[$i];
94 if ($i === $current) {
113 if (!isset($lines[$i + 1][0])) {
117 } elseif (preg_match($pattern, $lines[$i + 1])) {
122 …} elseif (strncmp($lines[$i + 1], $indent, $len) === 0 || !empty($lines[$i + 1]) && $lines[$i + 1]…
124 … $nextLine = $lines[$i + 1][0] === "\t" ? substr($lines[$i + 1], 1) : substr($lines[$i + 1], $len);
142 …if (!empty($lines[$i + 1]) && method_exists($this, 'identifyHr') && $this->identifyHr($lines[$i + …
162 return [$block, $i];
/plugin/davcal/fullcalendar-3.10.5/locale/
H A Dpl.js1i=r[n]={i:n,l:!1,exports:{}};return e[n].call(i.exports,i,i.exports,t),i.l=!0,i.exports}var r={};r…
/plugin/icalevents/vendor/squizlabs/php_codesniffer/CodeSniffer/Standards/Generic/Sniffs/Files/
H A DLineEndingsSniff.php127 for ($i = 0; $i < $phpcsFile->numTokens; $i++) {
128 if (isset($tokens[($i + 1)]) === false
129 || $tokens[($i + 1)]['line'] > $tokens[$i]['line']
132 if (isset($tokens[$i]['orig_content']) === true) {
133 $tokenContent = $tokens[$i]['orig_content'];
135 $tokenContent = $tokens[$i]['content'];
140 $phpcsFile->fixer->replaceToken($i, $newContent);
/plugin/combo/resources/library/combo/
H A Dcombo.min.js1 (function(u,c){typeof exports=="object"&&typeof module<"u"?c(exports,require("bootstrap")):typeof define=="function"&&define.amd?define(["exports","bootstrap"],c):(u=typeof globalThis<"u"?globalThis:u||self,c(u.combo={},u.bootstrap))})(this,function(u,c){"use strict";var et=Object.defineProperty;var it=(u,c,H)=>c in u?et(u,c,{enumerable:!0,configurable:!0,writable:!0,value:H}):u[c]=H;var i=(u,c,H)=>(it(u,typeof c!="symbol"?c+"":c,H),H);class H{static toBoolean(t){return typeof t=="boolean"?t:t==="true"}}let F;class E{static getLogger(){return F===void 0&&(F=new E),F}error(t){if(console.error(t),process.env.NODE_ENV!=="production")throw new Error(t)}}let J=g=>crypto.getRandomValues(new Uint8Array(g)),q=(g,t,e)=>{let s=(2<<Math.log(g.length-1)/Math.LN2)-1,l=-~(1.6*s*t/g.length);return()=>{let r="";for(;;){let n=e(l),o=l;for(;o--;)if(r+=g[n[o]&s]||"",r.length===t)return r}}},G=(g,t)=>q(g,t,J);class ${static toHtmlId(t){return t.toString().replace(/[_.\s:\/\\]/g,"-")}static createRandomId(){return G("abcdefghijklmnopqrstuvwxyz",10)()}static createRandomIdWithPrefix(t){return t+"-"+this.createRandomId()}static toEntities(t){let e=[];for(let s=0;s<t.length;s++){let l=`&#${t.charCodeAt(s)};`;e.push(l)}return e.join("")}}class Q{static isString(t){return typeof t=="string"||t instanceof String}}const w=class{constructor(t){i(this,"tab","unknown");i(this,"mutable",!0);i(this,"values",[]);i(this,"defaultValues",[]);i(this,"multiple",!1);i(this,"children",{});i(this,"name");i(this,"type");i(thi
[all...]
/plugin/icalevents/vendor/squizlabs/php_codesniffer/CodeSniffer/Standards/Squiz/Sniffs/WhiteSpace/
H A DControlStructureSpacingSniff.php156 $i = ($scopeOpener + 1);
158 $phpcsFile->fixer->replaceToken($i, '');
159 $i++;
191 for ($i = ($scopeCloser - 1); $i > $lastContent; $i--) {
193 $errorToken = $i;
203 $i = ($scopeCloser - 1);
204 for ($i = ($scopeCloser - 1); $i > $lastContent; $i--) {
213 $phpcsFile->fixer->replaceToken($i, '');
291 $i = ($scopeCloser + 1);
293 $phpcsFile->fixer->replaceToken($i, '');
[all …]
/plugin/geophp/vendor/funiq/geophp/src/Geometry/
H A DLineString.php167 for ($i = 0; $i < $numPoints; ++$i) {
169 $lat1 = $points[$i]->y() * $rad;
170 $lat2 = $points[$i + 1]->y() * $rad;
171 $lon1 = $points[$i]->x() * $rad;
172 $lon2 = $points[$i + 1]->x() * $rad;
184 if ($points[$i]->is3D()) {
187 pow($points[$i + 1]->z() - $points[$i]
[all...]
/plugin/virtualkeyboard/vk/
H A Dvk_loader.js2 … new RegExp('^(.*/|)('+sname+')([#?]|$)');for (var i=0,scL=sc.length; i<scL; i++) {var m = String(…
17 for (var i=0,dL=dpd.length;i<dL;i++) {
18 … document.write('<scr'+'ipt defer="false" type="text/javascript" src="'+p+dpd[i]+'"></scr'+'ipt>');
/plugin/abc2/abc-libraries/abc2svg/
H A Dabc2svg-1.js52 function errbld(sev,txt,fn,idx){var i,j,l,c,h
58 if(idx!=undefined&&idx>=0){i=l=0
59 while(1){j=parse.file.indexOf('\n',i)
62 l++;i=j+1}
63 c=idx-i}
72 function error(sev,s,msg,a1,a2,a3,a4){var i,j,regex,tmp
103 function y_get(st,up,x,w){var y,p_staff=staff_tb[st],i=(x/realwidth*YSTEP)|0,j=((x+w)/realwidth*YSTEP)|0
104 if(i<0)
105 i=0
107 if(i>
6812 return[w,h]}})():function(str){var font=gene.curfont,swfac=font.swfac,h=font.size,w=0,i,j,c,n=str.length global() variable
8828 draw_gchord(i,s,x,y) global() argument
8888 set_an_yl(i) global() argument
[all...]
/plugin/html2pdf/html2pdf/html2ps/
H A Dfilter.post.positioned.class.php12 for ($i=0; $i<count($tree->content); $i++) {
13 $position = $tree->content[$i]->get_css_property(CSS_POSITION);
14 $float = $tree->content[$i]->get_css_property(CSS_FLOAT);
17 $this->_context->add_absolute_positioned($tree->content[$i]);
19 $this->_context->add_fixed_positioned($tree->content[$i]);
22 $this->process($tree->content[$i], $data, $pipeline);
H A Dfilter.post.postponed.class.php12 for ($i=0; $i<count($tree->content); $i++) {
13 $position = $tree->content[$i]->get_css_property(CSS_POSITION);
14 $float = $tree->content[$i]->get_css_property(CSS_FLOAT);
17 $this->_driver->postpone($tree->content[$i]);
19 $this->_driver->postpone($tree->content[$i]);
22 $this->process($tree->content[$i], $data, $pipeline);
/plugin/links4pages/
H A Daction.php43 $i = 1;
44 while ($i < 3) {
45 $id = $this->getConf(sprintf("%'.02d_id", $i));
47 $label = $this->getConf(sprintf("%'.02d_label", $i));
48 $svg_id = $this->getConf(sprintf("%'.02d_svg_id", $i));
49 $pos = $this->getConf(sprintf("%'.02d_pos", $i));
54 $i = $i + 1;

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