Home
last modified time | relevance | path

Searched refs:queryParams (Results 1 – 18 of 18) 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'])) {
114 if (isset($queryParams['end'])) {
115 if (!ctype_digit($queryParams['end'])) {
120 if (isset($queryParams['expand']) && !!$queryParams['expand']) {
127 if (isset($queryParams['componentType'])) {
131 $componentType = $queryParams['componentType'];
142 if (isset($queryParams['accept'])) {
[all …]
/plugin/webdav/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'])) {
114 if (isset($queryParams['end'])) {
115 if (!ctype_digit($queryParams['end'])) {
120 if (isset($queryParams['expand']) && !!$queryParams['expand']) {
127 if (isset($queryParams['componentType'])) {
131 $componentType = $queryParams['componentType'];
142 if (isset($queryParams['accept'])) {
[all …]
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Dialogflow/
H A DGoogleCloudDialogflowCxV3MatchIntentRequest.php44 public function setQueryParams(GoogleCloudDialogflowCxV3QueryParameters $queryParams) argument
46 $this->queryParams = $queryParams;
53 return $this->queryParams;
H A DGoogleCloudDialogflowCxV3DetectIntentRequest.php60 public function setQueryParams(GoogleCloudDialogflowCxV3QueryParameters $queryParams) argument
62 $this->queryParams = $queryParams;
69 return $this->queryParams;
/plugin/api/_test/
H A 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/
H A DGoogleCloudApigeeV1AsyncQuery.php144 public function setQueryParams(GoogleCloudApigeeV1QueryMetadata $queryParams) argument
146 $this->queryParams = $queryParams;
153 return $this->queryParams;
/plugin/authshibboleth/plugin/authshibboleth/
H A Daction.php103 $queryParams = array();
105 $queryParams[] = sprintf("%s=%s", $key, urlencode($value));
108 return '?' . implode('amp;', $queryParams);
/plugin/webdav/vendor/sabre/dav/lib/DAV/Mount/
H A DPlugin.php50 $queryParams = $request->getQueryParameters();
51 if (!array_key_exists('mount', $queryParams)) return;
/plugin/davcal/vendor/sabre/dav/lib/DAV/Mount/
H A 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/
H A DVCFExportPlugin.php57 $queryParams = $request->getQueryParameters();
58 if (!array_key_exists('export', $queryParams)) return;
/plugin/webdav/vendor/sabre/http/lib/
H A 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/authgooglesheets/vendor/guzzlehttp/psr7/src/
H A DServerRequest.php45 private $queryParams = []; variable in GuzzleHttp\\Psr7\\ServerRequest
/plugin/diagramsnet/lib/WEB-INF/lib/
H A Dpusher-http-java-1.0.0.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/pusher/ com/ ...
H A Dhttpclient-4.5.5.jarMETA-INF/MANIFEST.MF META-INF/ org/ org/apache/ org/ ...
/plugin/yuriigantt/3rd/dhtmlxgantt/sources/
H A Ddhtmlxgantt.js8988 var queryParams;
8989 queryParams = { class in DataProcessor._sendData
9011 queryParams.method = "GET";
9015 queryParams.url = url;
9016 queryParams.method = "POST";
9028 queryParams.url = url;
9029 queryParams.method = "POST";
9030 queryParams.data = JSON.stringify({
9042 queryParams.method = "POST";
9050 queryParams.method = "PUT";
[all …]
/plugin/yuriigantt/3rd/dhtmlxgantt/
H A Ddhtmlxgantt.js.map1queryParams","ids","urlParams","method","preprocessedData","query","taskState_1","taskAction","gan…