Home
last modified time | relevance | path

Searched refs:i (Results 2451 – 2475 of 3519) sorted by last modified time

1...<<919293949596979899100>>...141

/plugin/syntaxhighlighter3/sxh3/pkg/scripts/
H A DshAutoloader.js47 i
58 for (var i = 0; i < aliases.length; i++)
59 brushes[aliases[i]] = url;
71 for (i = 0; i < list.length; i++)
73 var aliases = getAliases(list[i]),
81 for (i = 0; i < elements.length; i++)
83 var url = brushes[elements[i].params.brush];
87 if(elements[i].params['html-script'] === 'true')
H A DshLegacy.js37 for (var i = 0; i < list.length; i++)
63 for (var i in parts)
95 for (var i = 0; i < a.length; i++)
97 if (a[i] === null)
100 if (typeof(a[i]) == 'string' && a[i] != '')
101 return a[i] + '';
103 if (typeof(a[i]) == 'object' && a[i].value != '')
104 return a[i].value + '';
114 for (var i = 0; i < tags.length; i++)
116 list.push(tags[i]);
[all …]
H A DshBrushHaxe.js60 var i;
62 for ( i = 0 ; i <= length - 1 ; i ++ )
64 this.regexList.push ( {regex:new RegExp ( flags[i] , 'gm' ) , css:'comments'} );
65 this.regexList.push ( {regex:new RegExp ( '!' + flags[i] , 'gm' ) , css:'comments'} );
/plugin/callflow/
H A Draphael.js85 for (i = 0; i < ii; i++) {
142 for (i = 0, ii = names.length; i < ii; i++) {
197 for (i = 0, ii = e.f.length; i < ii; i++) if (e.f[i] == f) {
1724 for (var i = 0; i < n; i++) {
1804 for (var i = 0; i < n1 + 1; i++) {
1808 for (i = 0; i < n2 + 1; i++) {
1812 for (i = 0; i < n1; i++) {
2300 … newres[i] = i % 2 ? rotate(res[i - 1], res[i], rad).y : rotate(res[i], res[i + 1], rad).x;
4170 for (var i = 1; i < c + 1; i++) {
5287 for (i = 0; i < count; i++) {
[all …]
H A Dscript.js104 for (var i = 0; i < elms_len; i++) {
166 for(i = 0; i < aCommands.length; i++)
307 for(i = 0; i < aParsedCommands.length; i++)
401 lasti = i;
404 i++;
460 callActors[i],
462 i)
469 "M"+(breaks[i][1]?0:style.margin/2)+","+breaks[i][0]+ // from
472 if(breaks[i][1])
476 breaks[i][1])
[all …]
/plugin/redproject/
H A Dsyntax.php164 for($i = 0; $i < count($versions['versions']); $i++) {
167 $foundVersion = $versions['versions'][$i];
/plugin/docsearch/lang/sv/
H A Dconfmanager_description.txt1 Dokumentsökpluginet (DocSearch) låter dig söka i dina uppladdade dokument.
2 Det är integerat in i DokuWikis standardsökning.
6 Placera filändelsen i nyckelkolumnen och konverteringsverktyget i den högra.
/plugin/htmlokay/
H A Dscript.js11 for(var i=0; i<group_array.length; i++) { // loop through policies
36 for(var i=0; i < selected.length; i++) {
46 for(var i = 0; i < a_array.length; i++) {
48 if(a_array[i]) {
84 for(var i=0; i<opt_array.length-1; i++) {
94 s.options[i] = o;
173 for(var i=0; i<e.length; i++) {
174 if(e[i].type == "radio") {
175 e[i].checked = false;
183 for(var i=0; i < node_list.length; i++) {
[all …]
/plugin/tocselect/
H A Dscript.js84 for(var i = 0; i <ca.length; i++) {
85 var c = ca[i];
/plugin/condition/
H A Dbase_tester.php.orig.php254 $i = $reg[4];
256 if(($i != 'y') || (strlen($v) == 4)) $d[$i] = $v;
H A Dplugin.info.txt4 author Etienne Meleard, Gerry Weißbach / i-net software
H A Dsyntax.php96 $i['key'] = $key;
104 if($i['type']) {
107 $i['next'] = $op;
109 $instrs[] = $i;
208 $content = $i[0];
280 for($i=0; $i<count($b); $i++) {
281 if(($b[$i]['type'] == 'block') || ($b[$i]['type'] == 'nblock')) {
282 $b[$i]['r'] = $this->_processblocks($b[$i]['value'], $bug);
283 if($b[$i]['type'] == 'nblock') $b[$i]['r'] = !$b[$i]['r'];
285 $b[$i]['r'] = $this->_evaluate($b[$i], $bug);
[all …]
/plugin/uilanguage/
H A Daction.php82 for ($i=0; $i < count($links); $i++) {
83 $link = & $links[$i];
/plugin/cacherevisionseraser/
H A DREADME.md85 * Fixed "version" text that i�ve forgot to do multi-language support (Thanks EndelWar).
103 * .i files (Backlinks and more???) (Default ASK).
H A Dadmin.php325 } else if (strcmp(strtolower($pathinfor['extension']), 'i') == 0) {
/plugin/rss/
H A Dsyntax.php84 $i = 0;
92 if(++$i>=$nb_to_display)
/plugin/davcard/
H A Dscript.js452 for(var i=0; i<entry['tel'].length; i++)
455 if('type' in entry['tel'][i])
456 var type = entry['tel'][i]['type'];
457 var val = entry['tel'][i]['number'];
461 for(var i=0; i<entry['addr'].length; i++)
464 if('type' in entry['addr'][i])
465 type = entry['addr'][i]['type'];
473 for(var i=0; i<entry['mail'].length; i++)
476 if('type' in entry['mail'][i])
477 type = entry['mail'][i]['type'];
[all …]
/plugin/davcard/vendor/sabre/vobject/lib/
H A DDocument.php196 if (($i=strpos($name,'.'))!==false) {
197 $group = substr($name, 0, $i);
198 $name = strtoupper(substr($name, $i+1));
/plugin/davcard/vendor/sabre/vobject/tests/VObject/Splitter/
H A DICalendarTest.php126 $i = 0;
134 $event[$i]
142 $i++;
260 $i = 0;
269 $event[$i]
277 $i++;
/plugin/tipoftheday/
H A Dplugin.info.txt2 author i-net software / Gerry Wei§bach
/plugin/searchcombinedgoogle/
H A Daction.php76 for( $i = 0; $i < count($maxQueries); $i++ ) {
83 …mpResults = $json->decode($http->get($url . '&start=' . intval($maxQueries[$i]->start), $params, '…
89 if ( $i == 0 ) {
H A Dplugin.info.txt4 author i-net software / Gerry Weissbach
9 url https://github.com/i-net-software/dokuwiki-plugin-searchcombinedgoogle
/plugin/rssbycreated/
H A Dplugin.info.txt4 author i-net software / Gerry Weißbach
9 url https://github.com/i-net-software/dokuwiki-plugins-rssbycreated
/plugin/redirector/
H A Dplugin.info.txt4 author i-net software
9 url https://github.com/i-net-software/dokuwiki-plugin-redirector
/plugin/chem/
H A Dplugin.info.txt3 email i.obataya[at]gmail_com

1...<<919293949596979899100>>...141