Home
last modified time | relevance | path

Searched refs:apiUrl (Results 1 – 3 of 3) sorted by relevance

/plugin/authgooglesheets/vendor/google/apiclient-services/src/Dfareporting/
DDfareportingFileUrls.php25 public $apiUrl; variable in Google\\Service\\Dfareporting\\DfareportingFileUrls
34 public function setApiUrl($apiUrl) argument
36 $this->apiUrl = $apiUrl;
43 return $this->apiUrl;
/plugin/iconify/
Daction.php68 $apiUrl = "https://api.cdnjs.com/libraries/iconify";
69 $response = file_get_contents($apiUrl);
/plugin/authgoogle/google/contrib/
DGoogle_DfareportingService.php681 public $apiUrl; variable in Google_DfareportingFileUrls
683 public function setApiUrl( $apiUrl) { argument
684 $this->apiUrl = $apiUrl;
687 return $this->apiUrl;