Home
last modified time | relevance | path

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

1...<<61626364656667686970>>...83

/plugin/orphanmedia/
H A Dstyle.css2 ** * @author Taggic <taggic@t-online.de> */
/plugin/anewssystem/
H A DINFO4 email taggic@t-online.de
H A DREADME5 * @author Taggic <taggic@t-online.de>
H A Dplugin.info.txt5 email taggic@t-online.de
/plugin/freechat/phpfreechat/lib/pear/PHPUnit/
H A DTestListener.php124 function addError(&$test, &$t) { /*abstract */ } argument
134 function addFailure(&$test, &$t) { /*abstract */ } argument
H A DTestResult.php113 function addError(&$test, &$t) { argument
114 $this->_errors[] = new PHPUnit_TestFailure($test, $t);
117 $this->_listeners[$i]->addError($test, $t);
129 function addFailure(&$test, &$t) { argument
130 $this->_failures[] = new PHPUnit_TestFailure($test, $t);
133 $this->_listeners[$i]->addFailure($test, $t);
/plugin/freechat/phpfreechat/src/
H A Dpfcglobalconfig.class.php249 * Do not change this parameter if you don't know what you are doing.
H A Dphpfreechat.class.php115 $t->assignObject($u,"u");
116 $t->assignObject($c,"c");
117 $output .= $t->getOutput();
371 $t = new pfcTemplate();
372 $t->assignObject($u,"u");
373 $t->assignObject($c,"c");
410 $t->assignObject($c,"c");
411 $js .= $t->getOutput();
548 $t->assignObject($u,"u");
549 $t->assignObject($c,"c");
[all …]
/plugin/freechat/phpfreechat/data/public/js/
H A Dmd5.js177 'md5_cmn' : function(q, a, b, x, s, t) argument
179 return this.safe_add(this.bit_rol(this.safe_add(this.safe_add(a, q), this.safe_add(x, t)), s),b);
182 'md5_ff' : function(a, b, c, d, x, s, t) argument
184 return this.md5_cmn((b & c) | ((~b) & d), a, b, x, s, t);
187 'md5_gg' : function(a, b, c, d, x, s, t) argument
189 return this.md5_cmn((b & d) | (c & (~d)), a, b, x, s, t);
192 'md5_hh' : function(a, b, c, d, x, s, t) argument
194 return this.md5_cmn(b ^ c ^ d, a, b, x, s, t);
197 'md5_ii' : function(a, b, c, d, x, s, t) argument
199 return this.md5_cmn(c ^ (b | (~d)), a, b, x, s, t);
H A Dprototype.js1777 var t = Element._attributeTranslations.read;
1778 if (t.values[name]) return t.values[name](element, name);
1779 if (t.names[name]) name = t.names[name];
1796 name = t.names[attr] || attr;
1798 if (t.values[attr]) name = t.values[attr](element, value);
2474 Element._returnOffset = function(l, t) { argument
2475 var result = [l, t];
2477 result.top = t;
2483 if (t) {
2484 div.innerHTML = t[0] + html + t[1];
[all …]
/plugin/freechat/phpfreechat/themes/msn/smileys/
H A Dtheme.txt65 msn_phone.gif (T) (t)
/plugin/glossary/lang/en/
H A DwordTemplate.txt1 | Don't say: | <glossary stop/> <glossary word>@@WORD@@</glossary> |
/plugin/plantuml/
H A DREADME.markdown21 * [Graphviz](http://www.graphviz.org) _You don't need this if you only want to generate sequence di…
60 <uml t=Diagram>
H A Dplugin.history.txt3 …ring was not working due to encoding (slashes were converted to %2F and PlantUML doesn't like that)
/plugin/inlinetoc/
H A DREADME.md23 The plugin won't work if you specify *{{NOTOC}}* on the page because it relies
/plugin/comment/
H A Dplugin.info.txt6 desc Add comments/notes to your wiki source that won't be shown on the page.
/plugin/patchpanel/
H A DREADME.md3 …://github.com/GreenItSolutions/dokuwiki-plugin-switchpanel). Since I haven't had time to maintain…
/plugin/orgchart/
H A DREADME54 * if type 'page' is used for line manager, the link text doesn't need to match the exact name as th…
/plugin/pgn4web/pgn4web/
H A Dpgn-standard.txt286 that doesn't start from the usual initial position.
1169 These are tags that can be briefly described and that doon't fit well inother
2023 may not fit conveniently on some displays. However, these positions aren't too
2804 can't be adequately represented in reduced export format. There are eight
H A Dengine.js45 …boardShortcut("A8", "pgn4web v" + pgn4web_version + " debug info", function(t,e){ if (e.shiftKey) … argument
46 …boardShortcut("E8", "open/update analysis board", function(t,e){ showEngineAnalysisBoard(e.shiftKe… argument
47 …boardShortcut("F8", "close/pause analysis board", function(t,e){ if (engineWinCheck()) { if (e.shi… argument
H A Dtwic944.pgn28900 [Opening "Van't Kruijs opening"]
/plugin/pgn4web/pgn4web/libs/jscolor/
H A Djscolor.js249 var t = new jscolor.URI;
258 t.scheme = r.scheme;
261 t.query = r.query;
266 t.query = r.query;
269 t.path = base.path;
271 t.query = r.query;
284 t.path = removeDotSegments(t.path);
286 t.query = r.query;
290 t.scheme = base.scheme;
292 t.fragment = r.fragment;
[all …]
/plugin/upload/
H A Dsyntax.php118 …// don't name this field here "id" because it is misinterpreted by DokuWiki if the upload form is …
/plugin/dontfeedtemplates/
H A DREADME.md1 Don't Feed Templates Plugin for DokuWiki
16 TemplatePageName plugin configuration, so you don't need to configure it twice.
H A Dplugin.info.txt5 name Don't Feed Templates

1...<<61626364656667686970>>...83