Home
last modified time | relevance | path

Searched refs:domain (Results 226 – 236 of 236) sorted by path

12345678910

/plugin/syntaxhighlighter4/dist/
H A Dsyntaxhighlighter.js.map1 …">/i, backref: 1},\n * {regex: XRegExp('(?i)^https?://(?<domain>[^/?#]+)'), backref: 'domain'}\n…
/plugin/templateconfhelper/
H A DREADME44 …and allows to read templates from pathes outside dokuwiki code. E.g. per domain in farming environ…
/plugin/tindexmenu/
H A Dindexmenu-full.js403 domain, secure) { argument
406 + (domain ? '; domain=' + domain : '') + (secure ? '; secure' : '');
/plugin/tuxquote/
H A Dimages-license.txt18 You do not have to comply with the license for elements of the material in the public domain or whe…
/plugin/twofactorsmsgateway/
H A Dhelper.php201 list($provider, $domain) = explode("@", trim($line), 2);
202 $providers[$provider] = $domain;
/plugin/webcode/vendor/
H A Dfirebug-lite-1.4.js139 }else{if(/^\/./.test(src)){var domain=/^(\w+:\/\/[^\/]+)/.exec(path);
140 path=domain[1]+src
7754 }else{if(/^\/./.test(src)){var domain=/^(\w+:\/\/[^\/]+)/.exec(path);
7755 path=domain[1]+src
/plugin/webdav/vendor/sabre/dav/
H A DCHANGELOG.md1694 the server was running on the root of the domain and a user tried to access a
/plugin/xlsx2dw/packages/exceljs/
H A Dexceljs.js41655 if (IS_NODE && (parent = process.domain)) parent.exit();
41875 activeXDocument = document.domain && new ActiveXObject('htmlfile');
42817 var domain = reaction.domain;
42827 if (domain) domain.enter();
42829 if (domain) {
42830 domain.exit();
42841 if (domain && !exited) domain.exit();
42973 reaction.domain = IS_NODE ? process.domain : undefined;
/plugin/yuriigantt/3rd/dhtmlxgantt/
H A Ddhtmlxgantt.js13 …))};function o(){}var s,l={},c=t("./util");s=c.isNode?function(){var t=e.domain;return void 0===t&…
H A Ddhtmlxgantt.js.map1domain","domainBind","onUnhandledRejectionHandled","disableLongStackTraces","longStackTracesIsSupp…
/plugin/yuriigantt/3rd/dhtmlxgantt/sources/
H A Ddhtmlxgantt.js833 var domain = getDomain();
841 var domain = getDomain();
2378 var domain = getDomain();
2379 this._callback = domain === null ? fn : util.domainBind(domain, fn);
2945 var domain = getDomain();
3087 domain argument
3101 domain === null ? fulfill : util.domainBind(domain, fulfill);
3105 domain === null ? reject : util.domainBind(domain, reject);
3113 domain === null ? fulfill : util.domainBind(domain, fulfill);
3117 domain === null ? reject : util.domainBind(domain, reject);
[all …]

12345678910