Home
last modified time | relevance | path

Searched refs:queryParams (Results 1 – 21 of 21) sorted by relevance

/plugin/davcal/vendor/sabre/dav/lib/CalDAV/
H A DICSExportPlugin.php83 $queryParams = $request->getQueryParameters();
84 if (!array_key_exists('export', $queryParams)) return;
108 if (isset($queryParams['start'])) {
109 if (!ctype_digit($queryParams['start'])) {
112 $start = DateTime::createFromFormat('U', $queryParams['start']);
114 if (isset($queryParams['end'])) {
115 if (!ctype_digit($queryParams['end'])) {
118 $end = DateTime::createFromFormat('U', $queryParams['end']);
120 if (isset($queryParams['expand']) && !!$queryParams['expand']) {
127 if (isset($queryParams['componentType'])) {
[all …]
/plugin/webdav/vendor/sabre/dav/lib/CalDAV/
DICSExportPlugin.php83 $queryParams = $request->getQueryParameters();
84 if (!array_key_exists('export', $queryParams)) return;
108 if (isset($queryParams['start'])) {
109 if (!ctype_digit($queryParams['start'])) {
112 $start = DateTime::createFromFormat('U', $queryParams['start']);
114 if (isset($queryParams['end'])) {
115 if (!ctype_digit($queryParams['end'])) {
118 $end = DateTime::createFromFormat('U', $queryParams['end']);
120 if (isset($queryParams['expand']) && !!$queryParams['expand']) {
127 if (isset($queryParams['componentType'])) {
[all …]
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Dialogflow/
DGoogleCloudDialogflowCxV3MatchIntentRequest.php44 public function setQueryParams(GoogleCloudDialogflowCxV3QueryParameters $queryParams) argument
46 $this->queryParams = $queryParams;
53 return $this->queryParams;
DGoogleCloudDialogflowCxV3DetectIntentRequest.php60 public function setQueryParams(GoogleCloudDialogflowCxV3QueryParameters $queryParams) argument
62 $this->queryParams = $queryParams;
69 return $this->queryParams;
/plugin/api/_test/
Dutils.php27 public static function getRequest($queryParams=array()):TestResponse { argument
34 $queryParams['call'] = action_plugin_api::PLUGIN_NAME;
35 return $request->get($queryParams, '/lib/exe/ajax.php');
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Apigee/
DGoogleCloudApigeeV1AsyncQuery.php144 public function setQueryParams(GoogleCloudApigeeV1QueryMetadata $queryParams) argument
146 $this->queryParams = $queryParams;
153 return $this->queryParams;
/plugin/authshibboleth/plugin/authshibboleth/
Daction.php103 $queryParams = array();
105 $queryParams[] = sprintf("%s=%s", $key, urlencode($value));
108 return '?' . implode('amp;', $queryParams);
/plugin/davcal/vendor/sabre/dav/lib/DAV/Mount/
H A DPlugin.php50 $queryParams = $request->getQueryParameters();
51 if (!array_key_exists('mount', $queryParams)) return;
/plugin/webdav/vendor/sabre/dav/lib/DAV/Mount/
DPlugin.php50 $queryParams = $request->getQueryParameters();
51 if (!array_key_exists('mount', $queryParams)) return;
/plugin/davcal/vendor/sabre/dav/lib/CardDAV/
H A DVCFExportPlugin.php57 $queryParams = $request->getQueryParameters();
58 if (!array_key_exists('export', $queryParams)) return;
/plugin/webdav/vendor/sabre/dav/lib/CardDAV/
DVCFExportPlugin.php57 $queryParams = $request->getQueryParameters();
58 if (!array_key_exists('export', $queryParams)) return;
/plugin/webdav/vendor/sabre/http/lib/
DRequest.php113 parse_str(substr($url, $index + 1), $queryParams);
114 return $queryParams;
/plugin/davcal/vendor/sabre/http/lib/
H A DRequest.php113 parse_str(substr($url, $index + 1), $queryParams);
114 return $queryParams;
/plugin/matrixnotifierwas/vendor/meet-kinksters/php-matrix-sdk/src/
DMatrixHttpApi.php895 * @param array $queryParams
904 …private function send(string $method, string $path, $content = null, array $queryParams = [], arra… argument
923 $queryParams['access_token'] = $this->token;
927 $queryParams['user_id'] = $this->identity;
932 RequestOptions::QUERY => $queryParams,
1112 $queryParams = [
1118 $queryParams["allow_remote"] = false;
1124 return $this->send('GET', $path, null, $queryParams, [], $apiPath, false);
/plugin/matrixnotifierwas/vendor/guzzlehttp/psr7/src/
DServerRequest.php47 private $queryParams = []; variable in GuzzleHttp\\Psr7\\ServerRequest
/plugin/authgooglesheets/vendor/guzzlehttp/psr7/src/
DServerRequest.php45 private $queryParams = []; variable in GuzzleHttp\\Psr7\\ServerRequest
/plugin/diagramsnet/lib/WEB-INF/lib/
Dpusher-http-java-1.0.0.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/pusher/ com/ ...
Dhttpclient-4.5.5.jarMETA-INF/MANIFEST.MF META-INF/ org/ org/apache/ org/ ...
/plugin/yuriigantt/3rd/dhtmlxgantt/sources/
Ddhtmlxgantt.js8988 var queryParams;
8989 queryParams = { variable
9010 queryParams.url = url + ajax.urlSeparator(url) + this.serialize(data, rowId);
9011 queryParams.method = "GET";
9015 queryParams.url = url;
9016 queryParams.method = "POST";
9017 queryParams.data = this.serialize(data, rowId);
9028 queryParams.url = url;
9029 queryParams.method = "POST";
9030 queryParams.data = JSON.stringify({
[all …]
/plugin/yuriigantt/3rd/dhtmlxgantt/
Ddhtmlxgantt.js.map1queryParams","ids","urlParams","method","preprocessedData","query","taskState_1","taskAction","gan…
/plugin/openlayersmap/ol/
Dol.js.map1 …te.split('?')[0];\n const queryParams = decodeURIComponent(url.searchParams.toString());\n retur…