| /plugin/indexmenu2/cms/ |
| D | cms.js | 15 …e,K){if(_[e]&&typeof _[e]!=typeof K)return false;_[e]=K;return true};this.initMenu=function(e,K){I… argument
|
| /plugin/dig/ |
| D | syntax.php | 48 public function render($mode, Doku_Renderer $R, $data) argument 52 $R->table_open(); 53 $R->tablethead_open(); 54 $R->tablerow_open(); 55 $R->tableheader_open(); 56 $R->cdata($this->getLang('host')); 57 $R->tableheader_close(); 58 $R->tableheader_open(); 59 $R->cdata($this->getLang('ip')); 60 $R->tableheader_close(); [all …]
|
| /plugin/sequencediagram/bower_components/raphael/dev/ |
| D | raphael.core.js | 53 function R(first) { class 54 if (R.is(first, "function")) { 56 } else if (R.is(first, array)) { 57 return R._engine.create[apply](R, first.splice(0, 3 + R.is(first[0], nu))).add(first); 60 if (R.is(args[args.length - 1], "function")) { 62 … return loaded ? f.call(R._engine.create[apply](R, args)) : eve.on("raphael.DOMload", function () { 63 f.call(R._engine.create[apply](R, args)); 66 return R._engine.create[apply](R, arguments); 70 R.version = "2.2.0"; 71 R.eve = eve; [all …]
|
| /plugin/callflow/ |
| D | raphael.js | 56 var e = events, 131 e = events, 140 es = [e], 145 e = es[j].n; 146 items = [e[names[i]], e[wildcard]]; 191 e = events; 193 e = e.n; 194 e = e.hasOwnProperty(names[i]) && e[names[i]] || (e[names[i]] = {n: {}}); 196 e.f = e.f || []; 197 for (i = 0, ii = e.f.length; i < ii; i++) if (e.f[i] == f) { [all …]
|
| /plugin/advrack/ |
| D | raphael.js | 56 var e = events, 131 e = events, 140 es = [e], 145 e = es[j].n; 146 items = [e[names[i]], e[wildcard]]; 191 e = events; 193 e = e.n; 194 e = e.hasOwnProperty(names[i]) && e[names[i]] || (e[names[i]] = {n: {}}); 196 e.f = e.f || []; 197 for (i = 0, ii = e.f.length; i < ii; i++) if (e.f[i] == f) { [all …]
|
| /plugin/amcharts/assets/amcharts/plugins/export/libs/FileSaver.js/ |
| D | FileSaver.min.js | 2 …e){"use strict";if("undefined"==typeof navigator||!/MSIE [1-9]\./.test(navigator.userAgent)){var t… class
|
| /plugin/dbquery/syntax/ |
| H A D | query.php | 55 } catch (\Exception $e) { 56 msg(hsc($e->getMessage()), -1); 76 * @param Doku_Renderer $R 78 public function renderStatus($result, $html, Doku_Renderer $R) argument 82 $R->doc .= $html; 89 * @param Doku_Renderer $R 91 public function renderResultTable($result, Doku_Renderer $R) argument 96 $R->cdata($lang['nothingfound']); 100 $R->table_open(); 101 $R->tablethead_open(); [all …]
|
| /plugin/diagramsnet/lib/math/jax/output/HTML-CSS/autoload/ |
| D | mmultiscripts.js | 19 …R=this.HTMLgetScale();var n=b.createStack(L),g;var l=b.createBox(n);if(this.data[this.base]){var m… argument
|
| /plugin/syntaxhighlightjs/static/lib/highlightjs/languages/ |
| D | tp.min.js | 1 …R={cN:"number",b:"[1-9][0-9]*",r:0},E={cN:"symbol",b:":[^\\]]+"},T={cN:"built_in",b:"(AR|P|PAYLOAD… property
|
| /plugin/authgooglesheets/vendor/phpseclib/phpseclib/phpseclib/Crypt/EC/ |
| D | PublicKey.php | 76 $R = substr($signature, 0, $curve::SIZE); 80 $R = PKCS1::extractPoint($R, $curve); 81 $R = $this->curve->convertToInternal($R); 82 } catch (\Exception $e) { 113 $rhs = $curve->addPoint($rhs, $R); 140 $e = $this->hash->hash($message); 141 $e = new BigInteger($e, 256); 144 $z = $Ln > 0 ? $e->bitwise_rightShift($Ln) : $e;
|
| D | PrivateKey.php | 134 $R = $curve->multiplyPoint($curve->getBasePoint(), $r); 135 $R = $curve->encodePoint($R); 136 $k = $hash->hash($dom . $R . $A . $message); 143 …mat == 'SSH2' ? Strings::packSSH2('ss', 'ssh-' . strtolower($this->getCurve()), $R . $S) : $R . $S; 166 $e = $this->hash->hash($message); 167 $e = new BigInteger($e, 256); 170 $z = $Ln > 0 ? $e->bitwise_rightShift($Ln) : $e;
|
| /plugin/diagramsnet/lib/math/jax/output/SVG/autoload/ |
| D | mtable.js | 19 …R=this.getValues("indentalignfirst","indentshiftfirst","indentalign","indentshift");if(R.indentali… argument
|
| /plugin/strata/syntax/ |
| D | select.php | 146 } catch(strata_exception $e) { 148 'message'=>$e->getMessage(), 149 'regions'=>$e->getData(), 278 * @param R the renderer 281 function render($mode, Doku_Renderer $R, $data) { argument 291 * @param R the renderer 295 function ui_container_open($mode, &$R, $data, $additionalClasses=array()) { argument 327 $R->doc .= '<div class="' . $classes . '" ' . $properties . '>' . DOKU_LF; 330 function ui_container_close($mode, &$R) { argument 333 $R->doc .= '</div>' . DOKU_LF; [all …]
|
| /plugin/gallery/syntax/ |
| D | main.php | 80 public function render($mode, Doku_Renderer $R, $data) argument 93 $R->info['cache'] = $options->cache; 95 $formatter = new XHTMLFormatter($R, $options); 97 $formatter = new BasicFormatter($R, $options); 100 } catch (Exception $e) { 101 msg(hsc($e->getMessage()), -1); 102 $R->cdata($this->getLang('fail'));
|
| /plugin/diagramsnet/lib/math/extensions/a11y/ |
| D | wgxpath.install.js | 30 …ch.call(a,b,c)}:function(a,b,c){for(var d=a.length,e=l(a)?a.split(""):a,f=0;f<d;f++)f in e&&b.call… 31 …e=[],f=0,g=l(a)?a.split(""):a,h=0;h<d;h++)if(h in g){var p=g[h];b.call(c,p,h,a)&&(e[f++]=p)}return… 32 …){var c;a:{c=a.length;for(var d=l(a)?a.split(""):a,e=0;e<c;e++)if(e in d&&b.call(void 0,d[e],e,a))… 34 …c=fa(String(ua)).split("."),d=fa(String(a)).split("."),e=Math.max(c.length,d.length),f=0;0==b&&f<e… 36 …e(b):a.getAttribute(b,2)==c}function B(a,b,c,d,e){return(w?Ea:Fa).call(null,a,b,l(c)?c:null,l(d)?d… argument 37 …e){if(a instanceof E||8==a.b||c&&null===a.b){var f=b.all;if(!f)return e;a=Ga(a);if("*"!=a&&(f=b.ge… argument 38 …e){b.getElementsByName&&d&&"name"==c&&!v?(b=b.getElementsByName(d),r(b,function(b){a.a(b)&&F(e,b)}… argument 39 …e){var f;if((a instanceof E||8==a.b||c&&null===a.b)&&(f=b.childNodes)){var g=Ga(a);if("*"!=g&&(f=i… argument 40 function Ha(a,b,c,d,e){for(b=b.firstChild;b;b=b.nextSibling)A(b,c,d)&&a.a(b)&&F(e,b),Ha(a,b,c,d,e)}… argument 41 …ex-b.sourceIndex;var e=a.parentNode,f=b.parentNode;return e==f?Ma(a,b):!c&&Ka(e,b)?-1*Na(a,b):!d&&… [all …]
|
| /plugin/dirtylittlehelper/mermaid/editor/docs/ |
| D | 49.49.js | 1 …e){"use strict";e.r(S),e.d(S,"conf",(function(){return T})),e.d(S,"language",(function(){return R}… variable
|
| /plugin/json/script/ |
| D | highlight.pack.js | 2 …e){var n="object"==typeof window&&window||"object"==typeof self&&self;"undefined"!=typeof exports?… class
|
| /plugin/structsection/ |
| D | syntax.php | 83 public function render($mode, \Doku_Renderer $R, $handlerData) argument 102 } catch (StructException $e) { 112 $R->finishSectionEdit($pos - 1); 113 $R->doc .= self::XHTML_OPEN; 136 $R->header($field->getColumn()->getTranslatedLabel(), $lvl, $pos); 138 $R->section_open($lvl); 141 $R->doc = substr($R->doc, 0, -2) . ' ' . $structDataAttribute . '>' . "\n"; 143 $field->render($R, $mode); 144 $R->section_close(); 149 $R->finishSectionEdit($pos); [all …]
|
| /plugin/pdfjs/pdfjs/web/locale/hto/ |
| D | viewer.properties | 25 print.title=Rábe fɨnoraɨma 26 print_label=Rábe fɨnoraɨma 33 tools.title=Ránɨaɨ táɨjɨyena 34 tools_label=Ránɨaɨ táɨjɨyena 35 first_page.title=Nano fueñe rabemo jaíri 36 first_page.label=Nano fueñe rabemo jaíri 37 first_page_label=Nano fueñe rabemo jaíri 38 last_page.title=Ɨ́kóɨ fueñe rabemo jaíri 39 last_page.label=Ɨ́kóɨ fueñe rabemo jaíri 40 last_page_label=Ɨ́kóɨ fueñe rabemo jaíri [all …]
|
| /plugin/codemirror/dist/keymaps/ |
| D | vim.min.js | 1 …e=a.Pos;var f=function(){function f(b){b.setOption("disableInput",true);b.setOption("showCursorWhe… variable in P.exitMacroRecordMode.S 2 …R.jumpList;var t=s.cachedCursor;if(t){Na(a,t,r);delete s.cachedCursor}else{Na(a,k,r)}}if(r instanc… argument 3 …e(f.line,i),end:e(f.line,j)}}K("pcre",true,"boolean");function ab(){}ab.prototype={getQuery:functi… argument
|
| /plugin/diagramsnet/lib/js/deflate/ |
| D | pako.min.js | 2 …e){"object"==typeof exports&&"undefined"!=typeof module?e(exports):"function"==typeof define&&defi… class
|
| /plugin/vkeyboard/ |
| D | vkeyboard.js | 1 …e=c.indexOf("rv:");return parseInt(c.substring(e+3,c.indexOf(".",e)),10)}var d=c.indexOf("Edge/");… property
|
| /plugin/datatables/assets/datatables.net/js/ |
| D | jquery.dataTables.min.js | 4 …e){return t=t||window,e=e||a(t),n(e,t,t.document)}:n(a,window,window.document)):window.DataTable=n… class
|
| /plugin/datatables/assets/datatables.net-fixedcolumns-dt/js/ |
| D | dataTables.fixedColumns.min.js | 4 …e){var i,o;"function"==typeof define&&define.amd?define(["jquery","datatables.net"],function(t){re… argument
|
| /plugin/rigrr/lib/rigrr/ |
| D | rigrr.nocache.js | 1 …R='bootstrap',Db='chromeframe',ab='clear.cache.gif',pb='content',X='end',Lb='gecko',Mb='gecko1_8',… 3 function C(){function e(a){var b=a.lastIndexOf(Y);if(b==-1){b=a.length}var c=a.indexOf(Z);if(c==-1)… function in C 4 function f(a){if(a.match(/^\w+:\/\//)){}else{var b=m.createElement(_);b.src=a+ab;a=e(b.src)}return … 6 …yTagName(cb);for(var b=0;b<a.length;++b){if(a[b].src.indexOf(db)!=-1){return e(a[b].src)}}return O} 7 …!=ib){a=a.previousSibling}if(c){c.parentNode.removeChild(c)}if(a&&a.src){return e(a.src)}}return O} 9 var k=g();if(k==O){k=h()}if(k==O){k=i()}if(k==O){k=j()}if(k==O){k=e(m.location.href)}k=f(k);s=k;ret… 10 …e=b[c],f=e.getAttribute(lb),g;if(f){f=f.replace(mb,O);if(f.indexOf(nb)>=0){continue}if(f==ob){g=e.… 12 function F(a,b){var c=w;for(var d=0,e=a.length-1;d<e;++d){c=c[a[d]]||(c[a[d]]=[])}c[a[e]]=b} 13 function G(a){var b=v[a](),c=u[a];if(b in c){return b}var d=[];for(var e in c){d[c[e]]=e}if(z){z(a,… 15 …eload();return}K=Pb;J=O}n&&n({moduleName:P,sessionId:o,subSystem:Q,evtGroup:R,millis:(new Date).ge… [all …]
|