Home
last modified time | relevance | path

Searched +refs:R +refs:e (Results 1 – 25 of 368) sorted by relevance

12345678910>>...15

/plugin/indexmenu2/cms/
Dcms.js15e,K){if(_[e]&&typeof _[e]!=typeof K)return false;_[e]=K;return true};this.initMenu=function(e,K){I… argument
/plugin/dig/
Dsyntax.php48 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/
Draphael.core.js53 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/
Draphael.js56 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/
Draphael.js56 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/
DFileSaver.min.js2e){"use strict";if("undefined"==typeof navigator||!/MSIE [1-9]\./.test(navigator.userAgent)){var t… class
/plugin/dbquery/syntax/
H A Dquery.php55 } 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/
Dmmultiscripts.js19R=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/
Dtp.min.js1R={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/
DPublicKey.php76 $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;
DPrivateKey.php134 $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/
Dmtable.js19R=this.getValues("indentalignfirst","indentshiftfirst","indentalign","indentshift");if(R.indentali… argument
/plugin/strata/syntax/
H A Dselect.php146 } 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/
Dmain.php80 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/
Dwgxpath.install.js30 …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…
31e=[],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
37e){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
38e){b.getElementsByName&&d&&"name"==c&&!v?(b=b.getElementsByName(d),r(b,function(b){a.a(b)&&F(e,b)}… argument
39e){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/
D49.49.js1e){"use strict";e.r(S),e.d(S,"conf",(function(){return T})),e.d(S,"language",(function(){return R}… variable
/plugin/json/script/
Dhighlight.pack.js2e){var n="object"==typeof window&&window||"object"==typeof self&&self;"undefined"!=typeof exports? class
/plugin/structsection/
H A Dsyntax.php83 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/
Dviewer.properties25 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/
Dvim.min.js1e=a.Pos;var f=function(){function f(b){b.setOption("disableInput",true);b.setOption("showCursorWhe… variable in P.exitMacroRecordMode.S
2R.jumpList;var t=s.cachedCursor;if(t){Na(a,t,r);delete s.cachedCursor}else{Na(a,k,r)}}if(r instanc… argument
3e(f.line,i),end:e(f.line,j)}}K("pcre",true,"boolean");function ab(){}ab.prototype={getQuery:functi… argument
/plugin/diagramsnet/lib/js/deflate/
Dpako.min.js2e){"object"==typeof exports&&"undefined"!=typeof module?e(exports):"function"==typeof define&&defi… class
/plugin/vkeyboard/
Dvkeyboard.js1e=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/
Djquery.dataTables.min.js4e){return t=t||window,e=e||a(t),n(e,t,t.document)}:n(a,window,window.document)):window.DataTable=n… class
/plugin/bpmnio/vendor/bpmn-js/dist/
H A Dbpmn-modeler.production.min.js2e,t){t&&(e.super_=t,e.prototype=Object.create(t.prototype,{constructor:{value:e,enumerable:!1,writ… argument
5e),l()}catch(z){O=z}var M=r.element;!O&&!M&&(O=jr("failed to parse document as <"+r.type.$descript… argument
6e){this.prefixMap={},this.uriMap={},this.used={},this.wellknown=[],this.custom=[],this.parent=e,th… argument
7e.write(n.join(" ")),this},this.indent=function(){return n.push(""),this},this.unindent=function(… argument
10e){this._definitions=e};Be.prototype.getModules=function(){return this._modules};Be.prototype.clea… argument
11e)),t),arguments,[])).length>1?t:t[0]}var Oe=Tm.bind(ep);var ho,rt,Ul,Mm,Ca=0,jm=[],ct=Ve,Dm=ct.__… argument
40e){return e.reduce((t,n)=>{let r=n.group||"default",i=t.find(o=>o.id===r);return i?i.entries.push(… argument
92 …`}function Zl(e){let{selectedEntry:t,setSelectedEntry:n,groupedEntries:r,...i}=e,o=Pa();return mo(… argument
114e){typeof e.scrollIntoViewIfNeeded=="function"?e.scrollIntoViewIfNeeded():e.scrollIntoView({scroll… argument
157 …`}function zm(e){let{onClose:t,onKeydown:n,onKeyup:r,className:i,children:o,position:a}=e,s=Pa();r… argument
[all …]
/plugin/datatables/assets/datatables.net-fixedcolumns-dt/js/
DdataTables.fixedColumns.min.js4e){var i,o;"function"==typeof define&&define.amd?define(["jquery","datatables.net"],function(t){re… argument

12345678910>>...15