/plugin/yuriigantt/src/Views/ |
H A D | dhtmlxgantt.php | 31 $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 D | syntax.php | 47 $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/authgooglesheets/vendor/google/apiclient-services/src/OSConfig/ |
H A D | OSPolicyResourceRepositoryResourceYumRepository.php | 26 public $baseUrl; variable in Google\\Service\\OSConfig\\OSPolicyResourceRepositoryResourceYumRepository 43 public function setBaseUrl($baseUrl) argument 45 $this->baseUrl = $baseUrl; 52 return $this->baseUrl;
|
H A D | OSPolicyResourceRepositoryResourceZypperRepository.php | 26 public $baseUrl; variable in Google\\Service\\OSConfig\\OSPolicyResourceRepositoryResourceZypperRepository 43 public function setBaseUrl($baseUrl) argument 45 $this->baseUrl = $baseUrl; 52 return $this->baseUrl;
|
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Dataflow/ |
H A D | WorkerSettings.php | 25 public $baseUrl; variable in Google\\Service\\Dataflow\\WorkerSettings 50 public function setBaseUrl($baseUrl) argument 52 $this->baseUrl = $baseUrl; 59 return $this->baseUrl;
|
H A D | TaskRunnerSettings.php | 34 public $baseUrl; variable in Google\\Service\\Dataflow\\TaskRunnerSettings 129 public function setBaseUrl($baseUrl) argument 131 $this->baseUrl = $baseUrl; 138 return $this->baseUrl;
|
/plugin/etherpadlite/externals/etherpad-lite-client/ |
H A D | etherpad-lite-client.php | 13 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/webdav/vendor/sabre/http/lib/ |
H A D | Request.php | 147 protected $baseUrl = '/'; variable in Sabre\\HTTP\\Request 159 $this->baseUrl = $url; 170 return $this->baseUrl;
|
/plugin/davcal/vendor/sabre/http/lib/ |
H A D | Request.php | 147 protected $baseUrl = '/'; variable in Sabre\\HTTP\\Request 159 $this->baseUrl = $url; 170 return $this->baseUrl;
|
/plugin/jplayer/vendor/robloach/component-installer/src/ComponentInstaller/Process/ |
H A D | RequireJsProcess.php | 28 protected $baseUrl = 'components'; variable in ComponentInstaller\\Process\\RequireJsProcess 37 $this->baseUrl = $this->config->get('component-baseurl'); 136 $json['baseUrl'] = $this->baseUrl;
|
/plugin/diagramsnet/lib/js/ |
H A D | open.js | 6 if (window.parent.openNew && window.parent.baseUrl != null) 9 window.parent.open(window.parent.baseUrl); 162 if (window.parent.openNew && window.parent.baseUrl != null) 167 … window.parent.openWindow(window.parent.baseUrl + '#L' + encodeURIComponent(k), function()
|
/plugin/diagramsnet/lib/js/diagramly/ |
H A D | GitLabClient.js | 32 GitLabClient.prototype.baseUrl = DRAWIO_GITLAB_URL + '/api/v4'; method in GitLabClient 341 var url = this.baseUrl + '/projects/' + encodeURIComponent(org + '/' + repo) + '/repository/' + 401 var url = this.baseUrl + '/projects/' + encodeURIComponent(org + '/' + repo) + 432 url = this.baseUrl + '/projects/' + encodeURIComponent(org + '/' + repo) + 667 …var url = this.baseUrl + '/projects/' + encodeURIComponent(org + '/' + repo) + '/repository/files/… 917 var req = new mxXmlRequest(this.baseUrl + '/projects/' + encodeURIComponent(org + '/' + repo) + 1055 var req = new mxXmlRequest(this.baseUrl + '/projects/' + encodeURIComponent(org + '/' + repo) + 1209 var req = new mxXmlRequest(this.baseUrl + '/groups?per_page=100', null, 'GET'); 1221 …var req = new mxXmlRequest(this.baseUrl + '/groups/' + group.id + '/projects?per_page=100', null, … 1239 var req = new mxXmlRequest(this.baseUrl + '/users/' + this.user.id + '/projects?per_page=' +
|
H A D | GitHubClient.js | 39 GitHubClient.prototype.baseUrl = DRAWIO_GITHUB_API_URL; method in GitHubClient 73 var userReq = new mxXmlRequest(this.baseUrl + '/user', null, 'GET'); 390 var req = new mxXmlRequest(this.baseUrl + '/repos/' + org + '/' + repo + 427 var url = this.baseUrl + '/repos/' + org + '/' + repo + 443 var req = new mxXmlRequest(this.baseUrl + '/repos/' + org + '/' + repo + 630 var req = new mxXmlRequest(this.baseUrl + '/repos/' + org + '/' + repo + 932 var req = new mxXmlRequest(this.baseUrl + '/repos/' + org + '/' + repo + 1072 var req = new mxXmlRequest(this.baseUrl + '/repos/' + org + '/' + repo + 1174 var req = new mxXmlRequest(this.baseUrl + '/user/repos?per_page=' +
|
H A D | OneDriveClient.js | 83 OneDriveClient.prototype.baseUrl = 'https://graph.microsoft.com/v1.0'; method in OneDriveClient
|
H A D | TrelloClient.js | 17 TrelloClient.prototype.baseUrl = 'https://api.trello.com/1/'; method in TrelloClient 376 request.open('POST', this.baseUrl + 'cards/' + cardId + '/attachments');
|
H A D | NotionClient.js | 30 NotionClient.prototype.baseUrl = window.NOTION_API_URL || 'https://app.diagrams.net/notion-api'; method in NotionClient 146 var req = new mxXmlRequest(this.baseUrl + url, data, method);
|
/plugin/jplayer/vendor/robloach/component-installer/src/ComponentInstaller/Resources/ |
H A D | require.js | 198 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 D | require.js | 198 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 D | require-built.js | 198 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/combo/ComboStrap/ |
H A D | Site.php | 483 $baseUrl = $conf['baseurl']; 484 if (!empty($baseUrl)) { 485 return $baseUrl;
|
/plugin/jplayer/vendor/robloach/component-installer/ |
H A D | README.md | 101 more about [`baseUrl`](http://requirejs.org/docs/api.html#config-baseUrl) in the
|
/plugin/revealjs/plugin/markdown/ |
H A D | marked.js | 6 …baseUrl,e)))return n;var r='<a href="'+u(e)+'"';return t&&(r+=' title="'+t+'"'),r+=">"+n+"</a>"},r…
|
/plugin/flowplay2/flowplayer/ |
H A D | javascript.txt | 148 has following properties: name, baseUrl, fileName, start (start time in seconds),
|
/plugin/diagramsnet/lib/plugins/ |
H A D | cConf-1-4-8.js | 693 urlInput.value = baseUrl + '/pages/viewpageattachments.action?pageId=' 700 urlInput.value = baseUrl + content._links.webui;
|
/plugin/pdfjs/pdfjs/web/ |
H A D | viewer.js | 407 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 …]
|