Home
last modified time | relevance | path

Searched refs:variable (Results 1 – 25 of 464) sorted by path

12345678910>>...19

/plugin/404manager/
H A DCHANGES.md5 * Redirections are now real redirections passing variable via the query string
/plugin/aceeditor/
H A Dbuild.js1variable.language":n},"identifier",!0);this.$rules={start:[{token:"comment",regex:"(?:-- |#).*$"},… property in AnonymousFunction3f7200173f600.s.$rules
/plugin/adfs/phpsaml/extlib/xmlseclibs/
H A DCHANGELOG.txt8 - Fix variable casing.
77 - Fix Undefined variable notice. (dpieper85)
/plugin/adhoctags/images/
H A Dvariable.svg1 <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><title>variable</title><path d="M20.41,3C21.8,5.71 22.35,8.84 22,12C21.8,15.16 20.7,18.29 18.83,21L17.3,20C18.91,1 (…)
/plugin/advanced/lang/en/config/
H A Dstyleini.txt25 ^placeholder variable ^meaning ^
/plugin/aichat/vendor/mehrab-wj/tiktoken-php/
H A Dcomposer.lock3836 "description": "Provides mechanisms for walking through any arbitrary PHP variable",
/plugin/amcharts/assets/amcharts/plugins/dataloader/
H A Dreadme.md185 variable that holds reference to your chart object)
329 * Added `headers` config variable which allows adding custom headers to HTTP requests
/plugin/amcharts/assets/amcharts/plugins/export/
H A DREADME.md655 To add a text line, simply use a string. It can even be a JavaScript variable or
/plugin/amcharts/assets/amcharts/plugins/export/libs/pdfmake/
H A Dpdfmake.js12011 var variable = options.variable;
12012 if (!variable) {
12021 source = 'function(' + (variable || 'obj') + ') {\n' +
12022 (variable
H A Dpdfmake.min.js8variable;m||(d="with (obj) {\n"+d+"\n}\n"),d=(a?d.replace(gt,""):d).replace(vt,"$1").replace(mt,"$… property in e.templateSettings
H A Dpdfmake.min.js.map1variable","reEmptyStringLeading","reEmptyStringMiddle","reEmptyStringTrailing","attempt","Function…
/plugin/animation/styles/
H A DshCore.css200 .syntaxhighlighter.printing .variable {
H A DshThemeDefault.css88 .syntaxhighlighter .variable {
/plugin/authdrupal8/
H A Dpassword.inc11 * used by setting the variable password_inc to the name of the PHP file
261 * has changed through a change in the variable password_count_log2 or
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Spanner/
H A DChildLink.php33 public $variable; variable in Google\\Service\\Spanner\\ChildLink
66 public function setVariable($variable) argument
68 $this->variable = $variable;
75 return $this->variable;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/TagManager/
H A DContainerVersion.php305 public function setVariable($variable) argument
307 $this->variable = $variable;
314 return $this->variable;
H A DEntity.php110 public function setVariable(Variable $variable) argument
112 $this->variable = $variable;
119 return $this->variable;
H A DFolderEntities.php79 public function setVariable($variable) argument
81 $this->variable = $variable;
88 return $this->variable;
H A DListVariablesResponse.php47 public function setVariable($variable) argument
49 $this->variable = $variable;
56 return $this->variable;
H A DRevertVariableResponse.php28 public function setVariable(Variable $variable) argument
30 $this->variable = $variable;
37 return $this->variable;
/plugin/authgooglesheets/vendor/google/apiclient/
H A DREADME.md200 … Set the path to these credentials using the `GOOGLE_APPLICATION_CREDENTIALS` environment variable:
227 …c JSON key instead of using `GOOGLE_APPLICATION_CREDENTIALS` environment variable, you can do this:
/plugin/authgooglesheets/vendor/google/auth/
H A DREADME.md59 `GOOGLE_APPLICATION_CREDENTIALS` environment variable.
65 > PHP's `putenv` function is just one way to set an environment variable.
77 As long as you update the environment variable below to point to *your* JSON
176 …a specific JSON key instead of using `GOOGLE_APPLICATION_CREDENTIALS` environment variable, you can
/plugin/authgooglesheets/vendor/guzzlehttp/guzzle/
H A DCHANGELOG.md46 * Fix: Add support for GUZZLE_CURL_SELECT_TIMEOUT environment variable [#2161](https://github.com/g…
1181 …* Query strings with empty variables will always show an equal sign unless the variable is set to …
/plugin/authgooglesheets/vendor/guzzlehttp/guzzle/src/
H A DUriTemplate.php114 $variable = $this->variables[$value['value']];
118 if (is_array($variable)) {
119 $isAssoc = $this->isAssoc($variable);
121 foreach ($variable as $key => $var) {
158 if (empty($variable)) {
181 $variable = substr($variable, 0, $value['position']);
183 $expanded = rawurlencode($variable);
/plugin/authremoteuser/
H A DREADME.md6 environment variable of the web server which is set through authentication
19 Default variable name is `REMOTE_USER`.
27 environment variable on your web server (`_SERVER[...]`) (and disable
39 1. Determine the variable name your authentication system uses:
43 2. If your authentication system uses another variable name notice this
57 username in `_SERVER[...]` whereby `...` is the variable name of your
76 5. If your authentication system doesn't use variable name `REMOTE_USER`

12345678910>>...19