Home
last modified time | relevance | path

Searched refs:default (Results 26 – 50 of 1338) sorted by path

12345678910>>...54

/plugin/aichat/vendor/vanderlee/php-sentence/
H A DREADME.md39 `$flags` is zero (`0`, default) or the following class constant:
/plugin/aichat/vendor/vanderlee/php-sentence/doc/resources/
H A Dstyle.css229 cursor: default;
/plugin/airtable/
H A DREADME.md54 * `max-records` - the maximum number of records displayed in the table. The default is the number s…
/plugin/ajaxedit/
H A Dstyle.css2 Document : jquery.pnotify.default.css
/plugin/ajaxedit/vendor/pnotify/
H A Djquery.pnotify.default.css2 Document : jquery.pnotify.default.css
/plugin/amcharts/assets/amcharts/plugins/dataloader/
H A Dreadme.md8 By default all amCharts libraries accept data in JSON format. It needs to be
305 * Added "emptyAs" config property. Empty CSV values will be set to this (default `undefined`)
314 * Better default options handling in external calls to AmCharts.loadFile
315 * Fixed the latest version of Stock Chart not resetting to default pre-defined period
326 * Plugin will now ignore empty CSV lines by default (configurable with `skipEmpty` property)
/plugin/amcharts/assets/amcharts/plugins/export/
H A DREADME.md41 ### 2) Enable `export` with default options:
106 loading of libraries is on by default you will need to turn it off by setting
128 fabric | {} | Overwrites the default drawing settings (fabricJS library)
428 default annotation menu.
473 widths: [ 5, 20, 30 ] // replaces the default choice
816 In case you want to change our default messages you can modify it like
948 * Added: English as default language when define language does not exist
957 * Changed: JSON exports date fields as date objects by default
977 * Added: Native EXCEL date cell type for date fields, forced by default
996 * Fixed: Issue with default fontSize
[all …]
/plugin/amcharts/assets/amcharts/plugins/export/libs/pdfmake/
H A Dpdfmake.min.js.map1default:\n\t return false\n\t }\n\t}\n\n\tBuffer.concat = function concat (list, length) {\n…
/plugin/amcharts/assets/amcharts/plugins/responsive/
H A Dreadme.md67 You can modify (or completely overwrite) the default responsive rules used by
/plugin/authdrupal8/
H A Dpassword.inc198 * mass operations where a value less than the default is needed for speed.
250 default:
/plugin/authfacebook/lib/Authentication/
H A DAccessTokenMetadata.php76 public function getField($field, $default = null) argument
82 return $default;
96 public function getProperty($field, $default = null) argument
98 return $this->getField($field, $default);
110 public function getChildProperty($parentField, $field, $default = null) argument
113 return $default;
117 return $default;
131 public function getErrorProperty($field, $default = null) argument
133 return $this->getChildProperty('error', $field, $default);
144 public function getMetadataProperty($field, $default = null) argument
[all …]
/plugin/authfacebook/lib/Exceptions/
H A DFacebookResponseException.php144 * @param mixed $default
148 private function get($key, $default = null) argument
154 return $default;
/plugin/authfacebook/lib/GraphNodes/
H A DCollection.php62 * @param mixed $default The default to return if the field doesn't exist.
66 public function getField($name, $default = null) argument
72 return $default;
79 * @param mixed $default The default to return if the property doesn't exist.
86 public function getProperty($name, $default = null) argument
88 return $this->getField($name, $default);
/plugin/authfacebook/lib/Helpers/
H A DFacebookPageTabHelper.php63 * @param mixed|null $default
67 public function getPageData($key, $default = null) argument
73 return $default;
/plugin/authfacebook/lib/
H A DSignedRequest.php93 * @param mixed|null $default
97 public function get($key, $default = null) argument
103 return $default;
/plugin/authg2fa/
H A D.hg_archival.txt3 branch: default
/plugin/authgoogle/google/contrib/
H A DGoogle_YouTubeService.php2934 public $default; variable in Google_LocalizedProperty
2938 public function setDefault( $default) { argument
2939 $this->default = $default;
3912 public $default; variable in Google_ThumbnailDetails
3925 public function setDefault(Google_Thumbnail $default) { argument
3926 $this->default = $default;
/plugin/authgoogle2fa/
H A DREADME.md12 * The timeout slack, default is 2 ( 2*30 seconds = 60 seconds ).
/plugin/authgooglesheets/vendor/google/apiclient-services/src/PeopleService/
H A DCoverPhoto.php25 public $default; variable in Google\\Service\\PeopleService\\CoverPhoto
36 public function setDefault($default) argument
38 $this->default = $default;
H A DPhoto.php25 public $default; variable in Google\\Service\\PeopleService\\Photo
36 public function setDefault($default) argument
38 $this->default = $default;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/YouTube/
H A DLocalizedProperty.php26 public $default; variable in Google\\Service\\YouTube\\LocalizedProperty
35 public function setDefault($default) argument
37 $this->default = $default;
H A DThumbnailDetails.php36 public function setDefault(Thumbnail $default) argument
38 $this->default = $default;
/plugin/authgooglesheets/vendor/google/apiclient/
H A DREADME.md388 'proxy' => 'localhost:8888', // by default, Charles runs on localhost port 8888
402 Google API Client uses [Guzzle](http://docs.guzzlephp.org/) as its default HTTP client. That means …
447 Some services return XML or similar by default, rather than JSON, which is what the library support…
457 The library strips out nulls from the objects sent to the Google APIs as it is the default value of…
/plugin/authgooglesheets/vendor/google/apiclient/src/
H A DClient.php954 public function getConfig($name, $default = null) argument
956 return isset($this->config[$name]) ? $this->config[$name] : $default;
/plugin/authgooglesheets/vendor/google/auth/
H A DREADME.md38 [application default credentials][application default credentials] for PHP.
307 [application default credentials]: https://developers.google.com/accounts/docs/application-default-…

12345678910>>...54