Home
last modified time | relevance | path

Searched defs:default (Results 1 – 25 of 175) sorted by relevance

1234567

/plugin/news/scripts/
H A Dnewsfeed.ini6 [default] section
7 title = "Dokuwiki News Feed"
8 description = "Dokuwiki News Feed"
/plugin/ckgedit/fckeditor/editor/filemanager/connectors/php/
H A DInput.class.php108 public function param($name, $default = null, $nonempty = false) {
136 public function &ref($name, $default = '', $nonempty = false) {
152 public function int($name, $default = 0, $nonempty = false) {
170 public function str($name, $default = '', $nonempty = false) {
191 public function valid($name, $valids, $default = null) {
210 public function bool($name, $default = false, $nonempty = false) {
228 public function arr($name, $default = array(), $nonempty = false) {
/plugin/authfacebook/lib/Authentication/
H A DAccessTokenMetadata.php76 public function getField($field, $default = null)
96 public function getProperty($field, $default = null)
110 public function getChildProperty($parentField, $field, $default = null)
131 public function getErrorProperty($field, $default = null)
144 public function getMetadataProperty($field, $default = null)
/plugin/elasticsearch/vendor/ezimuel/ringphp/src/Client/
H A DMiddleware.php25 callable $default,
49 callable $default,
/plugin/combo/ComboStrap/
H A DTemplateStore.php25 public function get(Metadata $metadata, $default = null)
31 public function getFromName(string $name, $default = null)
36 public function setFromPersistentName(string $name, $value, $default = null)
H A DMetadataSingleArrayStore.php50 public function get(Metadata $metadata, $default = null)
92 public function getFromName(string $name, $default = null)
102 public function setFromPersistentName(string $name, $value, $default = null)
H A DTagAttributes.php437 public function getClass($default = null)
804 public function getValue($attributeName, $default = null)
823 public function getValueAndRemove($attributeName, $default = null)
896 function getComponentAttributeValue($attributeName, $default = null)
1132 function getValuesAndRemove($attributeName, $default = null): array
1192 function getValueAndRemoveIfPresent($attribute, $default = null)
1261 function getBooleanValueAndRemoveIfPresent($attribute, $default = null)
1269 function getBooleanValue($attribute, $default = null)
1390 public function getValueAsInteger(string $WIDTH_KEY, ?int $default = null): ?int
1438 public function getValues($attributeName, ?array $default = null): ?array
[all …]
/plugin/combo/ComboStrap/Meta/Api/
H A DMetadataStore.php41 public function get(Metadata $metadata, $default = null);
52 public function getFromName(string $name, $default = null);
60 public function setFromPersistentName(string $name, $value, $default = null);
/plugin/authgooglesheets/vendor/guzzlehttp/guzzle/src/Handler/
H A DProxy.php22 callable $default,
46 callable $default,
/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)
H A DPhoto.php25 public $default; variable in Google\\Service\\PeopleService\\Photo
36 public function setDefault($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)
/plugin/commonmark/vendor/league/commonmark/src/Util/
H A DConfiguration.php
/plugin/userhomepage/
H A Dhelper.php77 function getLinkClasses($pageId = null, $class = null, $default = true) {
202 function getElements($default) {
/plugin/redproject/
H A Dserver.json2 "default": { object
/plugin/findologicxmlexport/vendor/phpspec/prophecy/src/Prophecy/Doubler/Generator/Node/
H A DArgumentNode.php23 private $default; variable in Prophecy\\Doubler\\Generator\\Node\\ArgumentNode
62 public function setDefault($default = null)
/plugin/combo/ComboStrap/Meta/Store/
H A DMetadataDokuWikiStore.php159 public function get(Metadata $metadata, $default = null)
186 public function getFromName(string $name, $default = null)
224 …public function setFromPersistentName(string $name, $value, $default = null): MetadataDokuWikiStore
H A DMetadataDbStore.php102 public function get(Metadata $metadata, $default = null)
291 public function getFromName(string $name, $default = null)
307 public function setFromPersistentName(string $name, $value, $default = null)
/plugin/authsplit/conf/
H A Dmetadata.php11 function initialize($default=null, $local=null, $protected=null) { argument
/plugin/html2pdf/html2pdf/html2ps/demo/
H A Dgeneric.param.php10 function get_var($name, $array, $maxlength=255, $default=null) {
/plugin/bez/meta/
H A DTpl.php37 public function action($default=null) { argument
45 public function param($id, $default='') { argument
85 public function get($id, $default='') { argument
/plugin/gitlabproject/
H A Dserver.json2 "default": { object
/plugin/vkeyboard/exe/
H A Dvkboard.php28 function button_text($default, $item) {
/plugin/redissue/
H A Dserver.json2 "default": { object
/plugin/authfacebook/lib/GraphNodes/
H A DCollection.php66 public function getField($name, $default = null)
86 public function getProperty($name, $default = null)

1234567