Home
last modified time | relevance | path

Searched refs:authority (Results 26 – 50 of 70) sorted by path

123

/plugin/diagramsnet/lib/js/socket.io/
H A Dsocket.io.min.js6 …=e,u.host=u.host.substring(1,u.host.length-1).replace(/;/g,":"),u.authority=u.authority.replace("[…
/plugin/diagramsnet/lib/js/
H A Dviewer-static.min.js1987 …{var c=a.match(/^\/?[^\/]*/)[0];a=a.substr(c.length);b+=c}return b}this.authority=this.scheme=null…
1988authority=a[5]?a[6]:null;this.path=a[7];this.query=a[9]?a[10]:null;this.fragment=a[12]?a[13]:null;…
1989 …heme=this.scheme,c.authority=this.authority,c.path=b(this.path),c.query=this.query):(null!==this.a…
1990 …ull!==a.authority&&""===a.path?"/"+this.path:a.path.replace(/[^\/]+$/,"")+this.path,c.path=b(c.pat…
H A Dviewer.min.js1987 …{var c=a.match(/^\/?[^\/]*/)[0];a=a.substr(c.length);b+=c}return b}this.authority=this.scheme=null…
1988authority=a[5]?a[6]:null;this.path=a[7];this.query=a[9]?a[10]:null;this.fragment=a[12]?a[13]:null;…
1989 …heme=this.scheme,c.authority=this.authority,c.path=b(this.path),c.query=this.query):(null!==this.a…
1990 …ull!==a.authority&&""===a.path?"/"+this.path:a.path.replace(/[^\/]+$/,"")+this.path,c.path=b(c.pat…
/plugin/diagramsnet/lib/stencils/
H A DLICENSE10 …Effective Technological Measures means those measures that, in the absence of proper authority, ma…
13 …hts that apply to Your use of the Licensed Material and that the Licensor has authority to license.
27 … to do so. The Licensor waives and/or agrees not to assert any right or authority to forbid You fr…
95 … apply to the Licensor or You, including from the legal processes of any jurisdiction or authority.
/plugin/diagramsnet/lib/templates/
H A DLICENSE10 …Effective Technological Measures means those measures that, in the absence of proper authority, ma…
13 …hts that apply to Your use of the Licensed Material and that the Licensor has authority to license.
27 … to do so. The Licensor waives and/or agrees not to assert any right or authority to forbid You fr…
95 … apply to the Licensor or You, including from the legal processes of any jurisdiction or authority.
/plugin/dirtylittlehelper/mermaid/editor/
H A D6.6.js1authority=e.authority||f,this.path=e.path||f,this.query=e.query||f,this.fragment=e.fragment||f):(t…
H A Dbundle.js1authority=e.authority||l,this.path=e.path||l,this.query=e.query||l,this.fragment=e.fragment||l):(t…
426 …blicLog(e,t)}}class Hn{constructor(){const e=W.a.from({scheme:Hn.SCHEME,authority:"model",path:"/"…
H A Deditor.worker.js1authority=e.authority||ae,this.path=e.path||ae,this.query=e.query||ae,this.fragment=e.fragment||ae…
H A Djson.worker.js1authority=e.authority||h,this.path=e.path||h,this.query=e.query||h,this.fragment=e.fragment||h):(t…
/plugin/dirtylittlehelper/mermaid/editor/docs/
H A D2.2.js36372 if (ret.authority) {
36441 this.authority = schemeOrData.authority || _empty;
36451 this.authority = authority || _empty;
36522 authority = this.authority;
36525 authority = _empty;
36546 && authority === this.authority
36723 if (this.authority) {
36724 res.authority = this.authority;
36873 if (authority) {
36878 authority = authority.substr(idx + 1);
[all …]
H A D2.2.js.map1authority: \\\"\" + ret.authority + \"\\\", path: \\\"\" + ret.path + \"\\\", query: \\\"\" + ret.…
H A D3.3.js.map1authority: \\\"\" + ret.authority + \"\\\", path: \\\"\" + ret.path + \"\\\", query: \\\"\" + ret.…
H A D4.4.js.map1authority.\"),\n examples: localize('schema.json.examples', \"Sample JSON values associated wit…
H A D6.6.js1authority=e.authority||f,this.path=e.path||f,this.query=e.query||f,this.fragment=e.fragment||f):(t…
H A D7.7.js.map1 …ion',\n 'asynchronous',\n 'at',\n 'attributes',\n 'authority',\n 'authority-check',…
H A Dbundle.js1authority=e.authority||l,this.path=e.path||l,this.query=e.query||l,this.fragment=e.fragment||l):(t…
426 …blicLog(e,t)}}class Hn{constructor(){const e=W.a.from({scheme:Hn.SCHEME,authority:"model",path:"/"…
H A Dbundle.js.map1authority) {\n this._states.push(2 /* Authority */);\n }\n if (this._valu…
H A Deditor.worker.js1authority=e.authority||ae,this.path=e.path||ae,this.query=e.query||ae,this.fragment=e.fragment||ae…
H A Deditor.worker.js.map1authority: \"${ret.authority}\", path: \"${ret.path}\", query: \"${ret.query}\", fragment: \"${ret…
H A Djson.worker.js1authority=e.authority||h,this.path=e.path||h,this.query=e.query||h,this.fragment=e.fragment||h):(t…
H A Djson.worker.js.map1authority: \"${ret.authority}\", path: \"${ret.path}\", query: \"${ret.query}\", fragment: \"${ret…
/plugin/elasticsearch/vendor/nyholm/dsn/
H A DREADME.md222 { scheme:[//]authority[path][?query] | scheme:[//][userinfo]path[?query] | host:port[path][?query] }
227 authority:
/plugin/elasticsearch/vendor/patrickschur/language-detection/resources/en/
H A Den.txt108 3. The will of the people shall be the basis of the authority of government; this will shall be expressed in periodic and genuine elections which shall be by universal and equal suffrage and shall be held by secret vote or by equivalent free voting procedures.
/plugin/elasticsearch/vendor/react/promise/
H A DREADME.md119 keeping the authority to modify its state to yourself.
/plugin/evesso/phpoauthlib/src/OAuth/Common/Http/Uri/
H A DUri.php216 $authority = $this->userInfo ? $this->userInfo.'@' : '';
217 $authority .= $this->host;
220 $authority .= ":{$this->port}";
223 return $authority;
231 $authority = $this->rawUserInfo ? $this->rawUserInfo.'@' : '';
232 $authority .= $this->host;
235 $authority .= ":{$this->port}";
238 return $authority;

123