Home
last modified time | relevance | path

Searched refs:parameters (Results 1 – 25 of 693) sorted by path

12345678910>>...28

/plugin/abc2/abc-libraries/abc2svg/
H A DLICENSE68 material is not limited to numerical parameters, data structure
/plugin/achart/assets/
H A Dapexcharts.min.js14parameters={},this.lastUpdateCall=null,this.p=t.doc().node.createSVGPoint()}t.prototype.transformP…
/plugin/adfs/phpsaml/
H A DCHANGELOG42 * [#265](https://github.com/onelogin/php-saml/issues/265) Support parameters at getSPMetadata method
240 * Added extra parameters option to login and logout methods.
H A DREADME.md679 The login method can receive other six optional parameters:
681 * `$parameters` - An array of parameters that will be added to the `GET` in the HTTP-Redirect.
961 $parameters = array('SAMLResponse' => $logoutResponse);
963 $parameters['RelayState'] = $_GET['RelayState'];
969 $parameters['SigAlg'] = $security['signatureAlgorithm'];
970 $parameters['Signature'] = $signature;
973 $this->redirectTo($this->getSLOurl(), $parameters);
1014 Also there are eight optional parameters that can be set:
1016 * `$parameters` - Extra parameters to be added to the GET.
1042 A more complex logout with all the parameters:
[all …]
/plugin/adfs/phpsaml/extlib/xmlseclibs/
H A Dxmlseclibs.php117 … throw new Exception('Certificate "type" (private/public) must be passed via parameters');
140 … throw new Exception('Certificate "type" (private/public) must be passed via parameters');
164 … throw new Exception('Certificate "type" (private/public) must be passed via parameters');
/plugin/adfs/phpsaml/lib/Saml/
H A DAuthRequest.php36 $parameters = array('SAMLRequest' => $authnRequest->getRequest());
38 $parameters['RelayState'] = $returnTo;
40 $parameters['RelayState'] = OneLogin_Saml2_Utils::getSelfRoutedURLNoQuery();
42 $url = OneLogin_Saml2_Utils::redirect($this->auth->getSSOurl(), $parameters, true);
/plugin/adfs/phpsaml/lib/Saml2/
H A DAuth.php297 $parameters['RelayState'] = $_GET['RelayState'];
304 $parameters['Signature'] = $signature;
513 $parameters['SAMLRequest'] = $samlRequest;
516 $parameters['RelayState'] = $returnTo;
524 $parameters['SigAlg'] = $security['signatureAlgorithm'];
525 $parameters['Signature'] = $signature;
571 $parameters['SAMLRequest'] = $samlRequest;
573 $parameters['RelayState'] = $returnTo;
581 $parameters['SigAlg'] = $security['signatureAlgorithm'];
582 $parameters['Signature'] = $signature;
[all …]
H A DUtils.php299 * @param array $parameters Extra parameters to be passed as part of the url
306 public static function redirect($url, $parameters = array(), $stay = false) argument
335 foreach ($parameters as $name => $value) {
/plugin/advanced/lang/en/config/
H A Dmanifest.txt9 …- it uses several configurable parameters, if they are not overwritten by the point above: [[doku>…
/plugin/aichat/vendor/mehrab-wj/tiktoken-php/
H A Dphpstan.neon1 parameters:
/plugin/amcharts/assets/amcharts/plugins/dataloader/
H A Dreadme.md81 Some formats, like CSV, will require additional parameters needed to parse the
101 …a before passing it on to chart. The handler function will receive two parameters: loaded data, Da…
102 …ce to track progress of the load. The function will be passed in three parameters: global progress…
/plugin/amcharts/assets/amcharts/plugins/export/
H A DREADME.md300 Some formats, such as CSV, have specific parameters that are used when exporting to this format. Fo…
314 Below you will find a list of parameters that you can override for each format:
/plugin/amcharts/assets/amcharts/plugins/export/libs/fabric.js/
H A Dfabric.js2294 if (typeof options.parameters === 'string') {
2295 url = addParamToUrl(url, options.parameters);
H A Dfabric.min.js1 …(method==="GET"){body=null;if(typeof options.parameters==="string"){url=addParamToUrl(url,options.
/plugin/amcharts/assets/amcharts/plugins/export/libs/pdfmake/
H A Dpdfmake.js28637 …var apply, arcToSegments, cx, cy, parameters, parse, px, py, runners, segmentToBezier, solveArc, s…
28647 parameters = {
28679 if (parameters[c] != null) {
28680 params = parameters[c];
H A Dpdfmake.min.js.map1parameters","parse","px","py","runners","segmentToBezier","solveArc","sx","sy","commands","A","C",…
/plugin/api/
H A DREADME.md21 Request Query parameters:
33 Query parameters:
/plugin/apidoc/
H A Dsyntax.php47 public $name="", $definition="", $description="", $parameters=array(), $returns=""; variable in syntax_plugin_apidoc_data_method
200 foreach( $m->parameters AS $p ) {
252 $co->parameters[] = new syntax_plugin_apidoc_data_parameter( explode( "|", $matches[++$i] ) );
275 …$data->methods ); $i++ ) $data->methods[$i]->parameters = $this->apidoc_sort( $data->methods[$i]->
/plugin/authgoogle/google/contrib/
H A DGoogle_AuditService.php206 public $parameters; variable in Google_ActivityEvents
219 public function setParameters(/* array(Google_ActivityEventsParameters) */ $parameters) { argument
220 $this->assertIsArray($parameters, 'Google_ActivityEventsParameters', __METHOD__);
221 $this->parameters = $parameters;
224 return $this->parameters;
H A DGoogle_ReportsService.php276 public $parameters; variable in Google_ActivityEvents
284 public function setParameters(/* array(Google_ActivityEventsParameters) */ $parameters) { argument
285 $this->assertIsArray($parameters, 'Google_ActivityEventsParameters', __METHOD__);
286 $this->parameters = $parameters;
289 return $this->parameters;
369 public $parameters; variable in Google_UsageReport
388 public function setParameters(/* array(Google_UsageReportParameters) */ $parameters) { argument
389 $this->assertIsArray($parameters, 'Google_UsageReportParameters', __METHOD__);
390 $this->parameters = $parameters;
393 return $this->parameters;
/plugin/authgoogle/google/service/
H A DGoogle_ServiceResource.php74 $parameters = $arguments[0];
78 if (isset($parameters['postBody'])) {
87 unset($parameters['postBody']);
92 $postBody = is_array($parameters['postBody']) || is_object($parameters['postBody'])
94 : $parameters['postBody'];
95 unset($parameters['postBody']);
99 unset($parameters['optParams']);
100 $parameters = array_merge($parameters, $optParams);
109 foreach ($parameters as $key => $val) {
120 $value = $parameters[$paramName];
[all …]
/plugin/authgooglesheets/vendor/firebase/php-jwt/
H A Dphpstan.neon.dist1 parameters:
/plugin/authgooglesheets/vendor/google/apiclient-services/src/
H A DAIPlatformNotebooks.php74 'parameters' => [
84 'parameters' => [
116 'parameters' => [
130 'parameters' => [
140 'parameters' => [
150 'parameters' => [
178 'parameters' => [
192 'parameters' => [
202 'parameters' => [
212 'parameters' => [
[all …]
H A DAbusiveExperienceReport.php69 'parameters' => [
89 'parameters' => [],
/plugin/authgooglesheets/vendor/google/apiclient-services/src/AIPlatformNotebooks/
H A DExecutionTemplate.php57 public $parameters; variable in Google\\Service\\AIPlatformNotebooks\\ExecutionTemplate
206 public function setParameters($parameters) argument
208 $this->parameters = $parameters;
215 return $this->parameters;

12345678910>>...28