Home
last modified time | relevance | path

Searched refs:baseUrl (Results 26 – 47 of 47) sorted by last modified time

12

/plugin/dirtylittlehelper/mermaid/editor/docs/
H A Djson.worker.js.map1baseUrl', handling it is beyond scope for now\n if (typeof loaderConfig.baseUrl !== 'un…
/plugin/dirtylittlehelper/mermaid/editor/
H A Deditor.worker.js1 …ry(r),Promise.resolve(C(this._requestHandler))):(t&&(void 0!==t.baseUrl&&delete t.baseUrl,void 0!=…
/plugin/dirtylittlehelper/script/
H A Dmermaid.min.js.map1 …nfunction makeFragmentRef(url, fragmentId) {\n var baseUrl = url.split(\"#\")[0];\n return baseU…
/plugin/webdav/vendor/sabre/dav/
H A DCHANGELOG.md1787 * Fixed: Improved baseUrl handling.
1809 * Fixed: Issue 62: Guessing baseUrl fails when url contains a query-string.
2304 * Fixed: DAV_Server uses / for a default baseUrl.
/plugin/webdav/vendor/sabre/http/lib/
H A DRequest.php147 protected $baseUrl = '/'; variable in Sabre\\HTTP\\Request
159 $this->baseUrl = $url;
170 return $this->baseUrl;
/plugin/jplayer/vendor/robloach/component-installer/
H A DREADME.md101 more about [`baseUrl`](http://requirejs.org/docs/api.html#config-baseUrl) in the
/plugin/jplayer/vendor/robloach/component-installer/src/ComponentInstaller/Resources/
H A Drequire.js198 baseUrl: './', property in newContext.config
1227 if (cfg.baseUrl) {
1228 if (cfg.baseUrl.charAt(cfg.baseUrl.length - 1) !== '/') {
1229 cfg.baseUrl += '/';
1593 … url = (url.charAt(0) === '/' || url.match(/^[\w\+\.\-]+:/) ? '' : config.baseUrl) + url;
1910 if (!cfg.baseUrl) {
1917 cfg.baseUrl = subPath;
/plugin/jplayer/components/
H A Drequire-built.js198 baseUrl: './', property in newContext.config
1227 if (cfg.baseUrl) {
1228 if (cfg.baseUrl.charAt(cfg.baseUrl.length - 1) !== '/') {
1229 cfg.baseUrl += '/';
1593 … url = (url.charAt(0) === '/' || url.match(/^[\w\+\.\-]+:/) ? '' : config.baseUrl) + url;
1910 if (!cfg.baseUrl) {
1917 cfg.baseUrl = subPath;
H A Drequire.js198 baseUrl: './', property in newContext.config
1227 if (cfg.baseUrl) {
1228 if (cfg.baseUrl.charAt(cfg.baseUrl.length - 1) !== '/') {
1229 cfg.baseUrl += '/';
1593 … url = (url.charAt(0) === '/' || url.match(/^[\w\+\.\-]+:/) ? '' : config.baseUrl) + url;
1910 if (!cfg.baseUrl) {
1917 cfg.baseUrl = subPath;
/plugin/jplayer/vendor/robloach/component-installer/src/ComponentInstaller/Process/
H A DRequireJsProcess.php28 protected $baseUrl = 'components'; variable in ComponentInstaller\\Process\\RequireJsProcess
37 $this->baseUrl = $this->config->get('component-baseurl');
136 $json['baseUrl'] = $this->baseUrl;
/plugin/etherpadlite/externals/etherpad-lite-client/
H A Detherpad-lite-client.php13 protected $baseUrl = "http://localhost:9001/api"; variable in EtherpadLiteClient
15 public function __construct($apiKey, $baseUrl = null){ argument
17 if (isset($baseUrl)){
18 $this->baseUrl = $baseUrl;
20 if (!filter_var($this->baseUrl, FILTER_VALIDATE_URL)){
21 throw new InvalidArgumentException("[{$this->baseUrl}] is not a valid URL");
36 $url = $this->baseUrl."/".self::API_VERSION."/".$function;
/plugin/revealjs/plugin/markdown/
H A Dmarked.js6baseUrl,e)))return n;var r='<a href="'+u(e)+'"';return t&&(r+=' title="'+t+'"'),r+=">"+n+"</a>"},r…
/plugin/pdfjs/pdfjs/web/
H A Dviewer.js407 baseUrl: '',
873 this.baseUrl = url.split('#')[0];
928 this.baseUrl = '';
1079 var url = this.baseUrl;
7766 var baseUrl = document.location.href.split('#')[0];
7768 if (!baseUrl.startsWith('file://')) {
7769 newUrl = "".concat(baseUrl, "#").concat(destination.hash);
8130 this.baseUrl = null;
8140 var baseUrl = arguments.length > 1 && arguments[1] !== undefined ? arguments[1] : null;
8141 this.baseUrl = baseUrl;
[all …]
H A Dviewer.js.map1baseUrl","externalServices","_boundEvents","contentDispositionFilename","AppOptions","LinkTarget",…
/plugin/pdfjs/pdfjs/build/
H A Dpdf.js565 function isSameOrigin(baseUrl, otherUrl) {
567 var base = new _url_polyfill.URL(baseUrl);
598 function createValidAbsoluteUrl(url, baseUrl) {
604 var absoluteUrl = baseUrl ? new _url_polyfill.URL(url, baseUrl) : new _url_polyfill.URL(url);
11271 baseUrl: params.cMapUrl,
12946 var _ref$baseUrl = _ref.baseUrl,
12947 baseUrl = _ref$baseUrl === void 0 ? null : _ref$baseUrl,
12953 this.baseUrl = baseUrl;
12984 if (this.baseUrl) {
13479 function isValidFetchUrl(url, baseUrl) {
[all …]
H A Dpdf.js.map1baseUrl","_isValidProtocol","Object","value","enumerable","configurable","writable","PasswordExcep…
H A Dpdf.worker.js1734 function isSameOrigin(baseUrl, otherUrl) {
1736 var base = new _url_polyfill.URL(baseUrl);
1767 function createValidAbsoluteUrl(url, baseUrl) {
1773 var absoluteUrl = baseUrl ? new _url_polyfill.URL(url, baseUrl) : new _url_polyfill.URL(url);
14445 var baseUrl = url.split('#')[0];
14448 url = baseUrl + '#' + remoteDest;
14450 url = baseUrl + '#' + JSON.stringify(remoteDest);
H A Dpdf.worker.js.map1baseUrl","_isValidProtocol","configurable","writable","PasswordException","UnknownErrorException",…
/plugin/yuriigantt/src/Views/
H A Ddhtmlxgantt.php31 $withTranslation = function () use ($pluginName, $lang, $baseUrl) {
42 … $langUrl = $baseUrl . "lib/plugins/{$pluginName}/3rd/dhtmlxgantt/locale/locale_$lang.js?v=6.3.5";
51 <link rel="stylesheet" href="<?= $baseUrl ?>lib/plugins/<?= $pluginName; ?>/3rd/dhtmlxgantt/dhtmlxg…
68 <script src="<?= $baseUrl ?>lib/plugins/<?= $pluginName; ?>/3rd/dhtmlxgantt/dhtmlxgantt.js?v=6.3.5"…
69 <script src="<?= $baseUrl ?>lib/plugins/<?= $pluginName; ?>/3rd/dhtmlxgantt/ext/dhtmlxgantt_fullscr…
83 …toggleIcon.src = '<?= $baseUrl ?>lib/plugins/<?= $pluginName; ?>/3rd/fontawesome/expand-solid.svg';
98 …toggleIcon.src = '<?= $baseUrl ?>lib/plugins/<?= $pluginName; ?>/3rd/fontawesome/compress-solid.sv…
106 …toggleIcon.src = '<?= $baseUrl ?>lib/plugins/<?= $pluginName; ?>/3rd/fontawesome/expand-solid.svg';
152 gantt.ajax.post('<?= $baseUrl . 'lib/exe/ajax.php'; ?>', {
/plugin/googledrawing/
H A Dsyntax.php47 $baseUrl = $this->getGoogleUrl();
48 $imageUrl = $baseUrl."drawings/d/".$imageId;
55 $baseUrl = $this->getGoogleUrl();
56 $baseUrl = str_replace('/', '\\/', $baseUrl);
59 …"{$baseUrl}drawings\\/(?:[a-z]+\\?id=|d\\/)[a-zA-Z\\-_0-9]+(?:\\/edit)?(?:\\&w=[0-9]+)?(?:\\&h=[0-…
92 …preg_match("/{$baseUrl}drawings\\/(?:[a-z]+\\?id=|d\\/)([^\\/\\&]+)(?:\\/edit)?(?:\\&w=([0-9]+))?(…
116 $baseUrl = $this->getGoogleUrl();
119 $url = ' src="' . $baseUrl . 'drawings/pub?id=' . $data['id'];
/plugin/aceeditor/
H A Dbuild.js1 …eady(function(){return _.defer(u)}):void 0})}.call(this),require.config({baseUrl:"lib/plugins/acee…
/plugin/flowplay2/flowplayer/
H A Djavascript.txt148 has following properties: name, baseUrl, fileName, start (start time in seconds),

12