Home
last modified time | relevance | path

Searched refs:t (Results 2051 – 2068 of 2068) sorted by last modified time

1...<<818283

/plugin/remotescript/lib/JsHttpRequest/mini/
H A DJsHttpRequest-form.js10 var t=this;
12 t.readyState=0;
14 t.responseXML=null;
15 t.status=200;
16 t.statusText="OK";
17 t.responseJS=null;
18 t.caching=false;
19 t.loader=null;
21 t._ldObj=null;
22 t._reqHeaders=[];
[all …]
/plugin/remotescript/lib/JsHttpRequest/
H A Dcompile.bat15 my %parts = reverse($source =~ m[(//\s*{{{ [ \t]* (\w*) .*? //[ \t]* }}})]sgx);
/plugin/flowplay/flowplayer/
H A DREADME.txt151 …- Fix for the message on IE: "Object doesn't support this property or method' Line 48, Char 3". Th…
H A DLICENSE.txt183 replaced with your own identifying information. (Don't include
/plugin/textile2/
H A DclassTextile.php958 function footnoteID($id, $t) argument
963 return '<sup class="footnote"><a href="#fn'.$fnid.'">'.$id.'</a></sup>'.$t;
/plugin/virtualkeyboard/vk/extensions/
H A Dhelpers.js370 var t = prop.tagName.toLowerCase();
372 if (tags[i].toLowerCase() == t) return true;
/plugin/math2/phpmathpublisher/
H A Dmathpublisher.php337 if(is_array($t[$i])) $t[$i] = $t[$i][1];
346 if(is_array($t[$i])) $t[$i] = $t[$i][1];
347 if($t[$i] == '<=') $t[$i] = 'le';
348 elseif($t[$i] == '!=') $t[$i] = 'ne';
349 elseif($t[$i] == '<>') $t[$i] = 'ne';
350 elseif($t[$i] == '>=') $t[$i] = 'ge';
354 $t[$i+1] = '-' . $t[$i+1];
356 elseif($t[$i] == '++') $t[$i] = '+';
359 …if($t[$i - 1] == '^' || $t[$i - 1] == '_' || $t[$i - 1] == '*' || $t[$i - 1] == '/' || $t[$i - 1] …
362 if(is_array($t[$i+1])) $t[$i+1][1] = '-' . $t[$i+1][1];
[all …]
/plugin/chessdiagram/toolbar/
H A Dgerman.diff6 …2pP2/2p1P1R1/2P1q3/PQ4RK/3r4\n</schachdiagramm>\n\n<schachdiagramm>\nt---k--t\n-d---bbb\nb---b---\…
/plugin/gcalendar/inc/
H A Dgcal_main.php141 $t = filemtime(DOKU_GCAL.$file);
142 if($t>$infile_time) $infile_time = $t;
/plugin/bibtex/
H A Dsyntax.php405 // don't link flash movies
/plugin/googlesearch/
H A Dnusoap.php408 // need to fix this. shouldn't default to xsd if no ns specified
5091 * @return mixed new param or false if initial value didn't validate
/plugin/googlesearch/lang/en/
H A Dnoresult.txt4 weren't indexed by Google, yet.
/plugin/txtconf/
H A Dadmin.php84 // don't go any further if the configuration is locked
/plugin/flickr/
H A Dsyntax.php126 // don't link flash movies
/plugin/zip/pear/File/Archive/Writer/
H A DMemoryArchive.php73 ($filename, &$t, $stat = array(), $autoClose = true) argument
75 parent::File_Archive_Writer_Archive($filename, $t, $stat, $autoClose);
/plugin/chat/
H A Dsyntax.php84 // Current discussion page doesn't exist.
/plugin/bibtex/OSBib/format/
H A DREADME.txt190 …s not added, it won't be displayed. You'll notice a use of this in the example BIBSTYLE.php for th…
194 …o not require special formatting with the methods above. If it's not added, it won't be displayed.
/plugin/highlightjs/highlight/
H A Dhighlight.pack.js1t(O,N){var P=D[D.length-1];if(!P.t){P.t=B(P,I)}O=O.substr(N);var r=P.t.exec(O);if(!r){return[O,"",… function

1...<<818283