Home
last modified time | relevance | path

Searched refs:getUrl (Results 26 – 50 of 265) sorted by last modified time

1234567891011

/plugin/ckgedit/ckeditor/plugins/image/dialogs/
H A Dimage.js.unc277 var noimage = CKEDITOR.getUrl( CKEDITOR.plugins.get( 'image' ).path + 'images/noimage.png' );
/plugin/ckgedit/ckeditor/plugins/link/
H A Dplugin.js1 …ar a=(b.lang.dir=="rtl"?"right":"left");var c="background:url("+CKEDITOR.getUrl(this.path+"images/…
H A Dplugin.js.unc37 …'background:url(' + CKEDITOR.getUrl( this.path + 'images/anchor.gif' ) + ') no-repeat ' + side + '…
/plugin/ckgedit/ckeditor/
H A Dckeditor.js.unc33 getUrl: function(a) {
79 var c = d.getUrl;
80 d.getUrl = function(a) {
4408 contentsCss: CKEDITOR.getUrl("contents.css"),
5534 return CKEDITOR.getUrl(d && d.dir || this.basePath + a + "/")
5745 var b = CKEDITOR.getUrl(b),
10528 } return CKEDITOR.getUrl(a() + b + ".css")
10569 return CKEDITOR.getUrl(d(a))
21621 c, b, e, f, k = CKEDITOR.getUrl(this.path),
21938 CKEDITOR.getUrl(this.path + "dialogs/options.js"));
[all …]
H A Dckeditor.js6 …iable "CKEDITOR_BASEPATH" before creating editor instances.';return b}(),getUrl:function(a){-1==a.…
217 …\x3e",bodyId:"",bodyClass:"",fullPage:!1,height:200,contentsCss:CKEDITOR.getUrl("contents.css"),ex…
258 …]?"rtl":"ltr";b(a,c[a])};this[a]?d():CKEDITOR.scriptLoader.load(CKEDITOR.getUrl("lang/"+a+".js"),d…
263 return CKEDITOR.getUrl(this.getPath(a)+(d?d.file:this.fileName+".js"))},addExternal:function(a,d,b)…
273 …stomConfig;if(!b)return!1;var b=CKEDITOR.getUrl(b),c=u[b]||(u[b]={});c.fn?(c.fn.call(a,a.config),C…
515 …b[0];CKEDITOR.stylesSet.addExternal(c,b[1]?b.slice(1).join(":"):CKEDITOR.getUrl("styles.js"),"");C…
528getUrl(CKEDITOR.skinName.split(",")[1]||"skins/"+CKEDITOR.skinName.split(",")[0]+"/")}function d(b…
530 …OR.scriptLoader.load(CKEDITOR.getUrl(a()+"skin.js"),function(){b(c,d)}):b(c,d)},getPath:function(a…
531 …a&&(a=a.replace(/'/g,"\\'"));return a&&"background-image:url('"+CKEDITOR.getUrl(a)+"');background-…
729 …c-content");a.pasteFilter=c.get(b);w(a);D(a);CKEDITOR.dialog.add("paste",CKEDITOR.getUrl(this.path+
[all …]
/plugin/ckgedit/ckeditor/plugins/wsc/dialogs/
H A Dwsc.js50 …mptyEditor,a.LangComparer=new _SP_FCK_LangCompare);a.pluginPath=CKEDITOR.getUrl(b.plugins.wsc.path…
H A Dwsc_ie.js5 …nError(c)}}function l(c){var f=new window._SP_FCK_LangCompare,b=CKEDITOR.getUrl(a.plugins.wsc.path…
/plugin/ckgedit/ckeditor/skins/moono/
H A Dskin.js309 …var iconsFolder = CKEDITOR.getUrl( CKEDITOR.skin.path() + 'icons/' + ( CKEDITOR.env.hidpi ? 'hidpi…
/plugin/davcal/vendor/sabre/http/lib/
H A DRequest.php82 function getUrl() { function in Sabre\\HTTP\\Request
109 $url = $this->getUrl();
194 $uri = str_replace('//', '/', $this->getUrl());
214 …throw new \LogicException('Requested uri (' . $this->getUrl() . ') is out of base uri (' . $this->…
298 … $out = $this->getMethod() . ' ' . $this->getUrl() . ' HTTP/' . $this->getHTTPVersion() . "\r\n";
H A DRequestInterface.php34 function getUrl(); function
H A DRequestDecorator.php58 function getUrl() { function in Sabre\\HTTP\\RequestDecorator
60 return $this->inner->getUrl();
H A DClient.php112 $oldLocation = $request->getUrl();
439 $settings[CURLOPT_URL] = $request->getUrl();
/plugin/davcal/vendor/sabre/dav/lib/CalDAV/
H A DSharingPlugin.php266 $message = $this->server->xml->parse($requestBody, $request->getUrl(), $documentType);
/plugin/davcal/vendor/sabre/http/tests/HTTP/
H A DRequestDecoratorTest.php28 $this->assertEquals('/foo', $this->inner->getUrl());
29 $this->assertEquals('/foo', $this->outer->getUrl());
H A DRequestTest.php13 $this->assertEquals('/foo', $request->getUrl());
H A DSapiTest.php19 $this->assertEquals('/foo', $request->getUrl());
43 $this->assertEquals('/foo', $request->getUrl());
59 $this->assertEquals('/foo', $request->getUrl());
75 $this->assertEquals('/foo', $request->getUrl());
/plugin/davcal/vendor/sabre/dav/lib/DAV/Browser/
H A DPlugin.php241 $response->setHeader('Location', $request->getUrl());
/plugin/davcal/vendor/sabre/dav/lib/DAV/
H A DServer.php521 return $this->calculateUri($this->httpRequest->getUrl());
H A DCorePlugin.php714 $request->getUrl(),
/plugin/davcal/vendor/sabre/dav/tests/Sabre/DAV/
H A DClientTest.php135 $this->assertEquals('/foo', $request->getUrl());
189 $this->assertEquals('/foo', $request->getUrl());
222 $this->assertEquals('/foo', $request->getUrl());
247 $this->assertEquals('/', $request->getUrl());
/plugin/davcal/vendor/sabre/http/
H A DREADME.md360 function getUrl();
/plugin/davcal/vendor/sabre/http/lib/Auth/
H A DAWS.php119 $this->request->getUrl()
/plugin/authgooglesheets/vendor/google/apiclient-services/src/CloudRun/
H A DServiceStatus.php140 public function getUrl() function in Google\\Service\\CloudRun\\ServiceStatus
H A DTrafficTarget.php127 public function getUrl() function in Google\\Service\\CloudRun\\TrafficTarget
/plugin/authgooglesheets/vendor/google/apiclient-services/src/OnDemandScanning/
H A DGitSourceContext.php55 public function getUrl() function in Google\\Service\\OnDemandScanning\\GitSourceContext

1234567891011