| /plugin/yuriigantt/src/Views/ |
| 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/ |
| 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/ |
| 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;
|
| 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/ |
| 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;
|
| 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/ |
| 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/ragasker/ |
| H A D | OpenAIHttpClient.php | 4 private $baseUrl = ''; variable in OpenAIHttpClient 7 $this->baseUrl = rtrim($serverUrl, '/'); 29 $url = $this->baseUrl . $endpoint; 72 $url = $this->baseUrl . '/v1/chat/completions'; 103 $url = $this->baseUrl . '/v1/models';
|
| /plugin/xref/ |
| D | Grok.php | 10 protected $baseUrl; variable in dokuwiki\\plugin\\xref\\Grok 14 public function __construct($reference, $baseUrl = 'https://codesearch.dokuwiki.org') argument
|
| /plugin/webdav/vendor/sabre/http/lib/ |
| 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/ |
| 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/matrixnotifierwas/vendor/meet-kinksters/php-matrix-sdk/src/ |
| D | MatrixHttpApi.php | 38 private $baseUrl; variable in MatrixPhp\\MatrixHttpApi 78 * @param string $baseUrl The home server URL e.g. 'http://localhost:8008' 86 public function __construct(string $baseUrl, ?string $token = null, ?string $identity = null, argument 88 if (!filter_var($baseUrl, FILTER_VALIDATE_URL)) { 89 throw new MatrixException("Invalid homeserver url $baseUrl"); 92 if (!array_get(parse_url($baseUrl), 'scheme')) { 93 throw new MatrixException("No scheme in homeserver url $baseUrl"); 95 $this->baseUrl = $baseUrl; 937 $endpoint = $this->baseUrl . $apiPath . $path; 1061 return $this->baseUrl . self::MATRIX_V2_MEDIA_PATH . "/download/" . substr($mxcurl, 6);
|
| D | MatrixClient.php | 103 … * @param string $baseUrl The url of the HS preceding /_matrix. e.g. (ex: https://localhost:8008 ) 115 …public function __construct(string $baseUrl, ?string $token = null, bool $validCertCheck = true, i… argument 121 $this->api = new MatrixHttpApi($baseUrl, $token);
|
| /plugin/diagramsnet/lib/js/ |
| 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/ |
| 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=' +
|
| 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=' +
|
| D | OneDriveClient.js | 83 OneDriveClient.prototype.baseUrl = 'https://graph.microsoft.com/v1.0'; method in OneDriveClient
|
| D | TrelloClient.js | 17 TrelloClient.prototype.baseUrl = 'https://api.trello.com/1/'; method in TrelloClient 376 request.open('POST', this.baseUrl + 'cards/' + cardId + '/attachments');
|
| 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/components/ |
| D | require.js | 198 baseUrl: './', property 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/Resources/ |
| D | require.js | 198 baseUrl: './', property 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/dokullm/ |
| H A D | ChromaDBClient.php | 9 private $baseUrl; variable in dokuwiki\\plugin\\dokullm\\ChromaDBClient 57 $this->baseUrl = "http://{$chromaHost}:{$chromaPort}"; 103 $url = $this->baseUrl . '/api/v2' . $endpoint;
|
| /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/ |
| D | README.md | 101 more about [`baseUrl`](http://requirejs.org/docs/api.html#config-baseUrl) in the
|