Searched refs:api_url (Results 1 – 3 of 3) sorted by relevance
| /plugin/phpipam/ |
| D | phpipam-api.php | 29 private $api_url = false; variable in phpipam_api_client 217 * @param bool|string $api_url (default: false) 224 …public function __construct($api_url = false, $app_id = false, $api_key = false, $username = false… argument 226 if ($api_url!==false) { 227 $this->set_api_url ($api_url); 425 * @param mixed $api_url 428 public function set_api_url ($api_url) { argument 430 if(strpos($api_url, "http://")!==false || strpos($api_url, "https://")!==false) { 432 $api_url = trim($api_url); 434 if (substr($api_url, -1)!=="/") { $api_url .= "/"; } [all …]
|
| D | syntax.php | 1661 $this->getConf('api_url'), $this->getConf('api_app'),
|
| /plugin/dokullm/ |
| H A D | LlmClient.php | 35 private $api_url; variable in dokuwiki\\plugin\\dokullm\\LlmClient 96 …public function __construct($api_url = null, $api_key = null, $model = null, $timeout = null, $tem… argument 98 $this->api_url = $api_url; 461 curl_setopt($ch, CURLOPT_URL, $this->api_url);
|