Home
last modified time | relevance | path

Searched refs:parameter (Results 1 – 25 of 234) sorted by path

12345678910

/plugin/acronym/
H A DREADME35 …rk with SUSE and Ubuntu. Solution is simple: AddEntryPattern requires a parameter $mode. Set it to…
/plugin/adfs/phpsaml/
H A DCHANGELOG29 …thod from Auth and LogoutRequest constructor to support SPNameQualifier parameter. Align LogoutReq…
30 * Add support for Subjects on AuthNRequests by the new parameter
38 * Add parameter to the decryptElement method to make optional the formatting
49 …arseRemoteXML and parseFileXML. Internal calls to parseXML missed the desiredNameIdFormat parameter
157 * Fix getter for lastRequestID parameter in OneLogin_Saml2_Auth class
158 * Add $wantEncrypted parameter on addX509KeyDescriptors method that will allow to set KeyDescriptor…
159 * Add $stay parameter on redirectTo method. (login/logout supports $stay but I forgot add this on p…
169 * Add $stay parameter to login, logout and processSLO method.
178 …ork for applications not leveraging php session_start. Added a callback parameter in order to clos…
H A DREADME.md174 In production, the `strict` parameter **MUST** be set as `"true"` and the
408 * or add for example the -sha256 , -sha384 or -sha512 parameter)
423 * In order to handle that the toolkit offers that parameter.
743 to get the settings object and with the true parameter we will avoid the IdP Settings validation.
979 `processSLO` method as the fourth parameter
992 parameter to the `processSLO` method
1017 * `$name_id` - That will be used to build the LogoutRequest. If `name_id` parameter is not set and …
1245 In order to handle that the toolkit offers the `$settings['idp']['x509certMulti']` parameter.
1247 When that parameter is used, `'x509cert'` and `'certFingerprint'` values will be ignored by the too…
1321 * `redirectTo` - Redirects the user to the url past by parameter or to the url
[all …]
/plugin/adfs/phpsaml/extlib/xmlseclibs/
H A DCHANGELOG.txt90 - Add options parameter to the add cert methods.
/plugin/admnote/
H A DREADME.md25 This plugin uses the `<adm></adm>` tag pair to start and end a note. The first parameter of the ope…
31 You can replace the standard heading by adding your heading text as a third parameter in the `<adm>…
/plugin/airtable/
H A DREADME.md17 * set **Max Records** parameter - this will add a limit to the number of rows in a table that a use…
24 Each parameter: is followed by a space and values enclosed in "". Parameters are separated by ' | '…
109 This display type requires the additional parameter: `fields`
H A Dsyntax.php492 …$parameter = explode(": ", $item); //creates key value pairs for parameters…
493 … $query[strtolower($parameter[0])] = trim(str_replace('"', '', $parameter[1])); //removes quotes
/plugin/amcharts/assets/amcharts/plugins/dataloader/
H A Dreadme.md339 * Now all callback functions (complete, error, load) receive additional parameter: chart
/plugin/amcharts/assets/amcharts/plugins/export/
H A DREADME.md808 `false` to the `fallback` parameter.
/plugin/amcharts/assets/amcharts/plugins/export/libs/pdfmake/
H A Dpdfmake.min.js.map1parameter to make sure\n\t * that the flush is complete. So we don't have to output an\n\t …
/plugin/anewssystem/
H A Daction.php18 var $parameter = ""; variable in action_plugin_anewssystem
/plugin/authgooglesheets/vendor/firebase/php-jwt/
H A DREADME.md202 // objects. Pass this as the second parameter to JWT::decode.
228 - Add parameter typing and return types where possible
/plugin/authgooglesheets/vendor/google/apiclient-services/src/CloudMachineLearningEngine/
H A DGoogleCloudMlV1StudyConfigParameterSpec.php36 public $parameter; variable in Google\\Service\\CloudMachineLearningEngine\\GoogleCloudMlV1StudyConfigParameterSpec
125 public function setParameter($parameter) argument
127 $this->parameter = $parameter;
134 return $this->parameter;
H A DGoogleCloudMlV1TrialParameter.php30 public $parameter; variable in Google\\Service\\CloudMachineLearningEngine\\GoogleCloudMlV1TrialParameter
61 public function setParameter($parameter) argument
63 $this->parameter = $parameter;
70 return $this->parameter;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Connectors/
H A DInputParameter.php41 public $parameter; variable in Google\\Service\\Connectors\\InputParameter
102 public function setParameter($parameter) argument
104 $this->parameter = $parameter;
111 return $this->parameter;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Dialogflow/
H A DGoogleCloudDialogflowCxV3FulfillmentSetParameterAction.php25 public $parameter; variable in Google\\Service\\Dialogflow\\GoogleCloudDialogflowCxV3FulfillmentSetParameterAction
34 public function setParameter($parameter) argument
36 $this->parameter = $parameter;
43 return $this->parameter;
H A DGoogleCloudDialogflowCxV3beta1FulfillmentSetParameterAction.php25 public $parameter; variable in Google\\Service\\Dialogflow\\GoogleCloudDialogflowCxV3beta1FulfillmentSetParameterAction
34 public function setParameter($parameter) argument
36 $this->parameter = $parameter;
43 return $this->parameter;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Reports/
H A DActivityEventsParametersMessageValue.php29 public function setParameter($parameter) argument
31 $this->parameter = $parameter;
38 return $this->parameter;
H A DActivityEventsParametersMultiMessageValue.php29 public function setParameter($parameter) argument
31 $this->parameter = $parameter;
38 return $this->parameter;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/TagManager/
H A DClient.php161 public function setParameter($parameter) argument
163 $this->parameter = $parameter;
170 return $this->parameter;
H A DCondition.php33 public function setParameter($parameter) argument
35 $this->parameter = $parameter;
42 return $this->parameter;
H A DTag.php305 public function setParameter($parameter) argument
307 $this->parameter = $parameter;
314 return $this->parameter;
H A DTrigger.php337 public function setParameter($parameter) argument
339 $this->parameter = $parameter;
346 return $this->parameter;
H A DVariable.php203 public function setParameter($parameter) argument
205 $this->parameter = $parameter;
212 return $this->parameter;
H A DZone.php169 public function setParameter($parameter) argument
171 $this->parameter = $parameter;
178 return $this->parameter;

12345678910