Home
last modified time | relevance | path

Searched defs:value (Results 1 – 25 of 67) sorted by relevance

123

/dokuwiki/vendor/splitbrain/lesserphp/src/Functions/
H A DType.php41 public function isnumber(array $value): array
51 public function isstring(array $value): array
61 public function iscolor(array $value): array
71 public function iskeyword(array $value): array
81 public function isurl(array $value): array
91 public function ispixel(array $value): array
101 public function isem(array $value): array
111 public function isrem(array $value): array
121 public function ispercentage(array $value): array
H A DLists.php35 public function extract(array $value)
H A DMisc.php62 public function dataUri(array $value): string
/dokuwiki/inc/Form/
H A DValueElement.php19 protected $value = ''; variable in dokuwiki\\Form\\ValueElement
26 public function __construct($type, $value, $attributes = [])
38 public function val($value = null)
H A DElement.php57 public function attr($name, $value = null)
149 public function val($value = null)
H A DTextareaElement.php34 public function val($value = null)
H A DTagCloseElement.php60 public function attr($name, $value = null)
/dokuwiki/vendor/splitbrain/lesserphp/src/Utils/
H A DAsserts.php14 public static function assertArgs($value, $expectedArgs, $name = '')
41 public static function assertMinArgs($value, $expectedMinArgs, $name = '')
66 public static function assertNumber(array $value, string $error = 'expecting number'): float
75 public static function assertColor(array $value, $error = 'expected color value'): array
/dokuwiki/vendor/simplepie/simplepie/src/
H A DRating.php73 public $value; variable in SimplePie\\Rating
81 public function __construct($scheme = null, $value = null)
H A DRestriction.php81 public $value; variable in SimplePie\\Restriction
89 public function __construct($relationship = null, $type = null, $value = null)
/dokuwiki/lib/plugins/authad/adLDAP/collections/
H A DadLDAPContactCollection.php41 public function __set($attribute, $value)
H A DadLDAPUserCollection.php41 public function __set($attribute, $value)
H A DadLDAPGroupCollection.php41 public function __set($attribute, $value)
H A DadLDAPComputerCollection.php41 public function __set($attribute, $value)
/dokuwiki/_test/core/
H A DTestRequest.php84 public function setServer($key, $value) {
94 public function setSession($key, $value) {
104 public function setGet($key, $value) {
114 public function setPost($key, $value) {
278 public function addData($key, $value) {
/dokuwiki/_test/tests/inc/
H A Dcommon_php_to_byte.test.php30 public function test_undefined($value, $bytes) {
/dokuwiki/inc/Input/
H A DGet.php24 public function set($name, $value)
H A DPost.php24 public function set($name, $value)
/dokuwiki/lib/plugins/styling/
H A Dadmin.php128 protected function colorValue($value)
142 protected function colorType($value)
/dokuwiki/lib/plugins/config/core/
H A DConfigParser.php81 protected function readValue($value)
/dokuwiki/lib/plugins/config/core/Setting/
H A DSettingOnoff.php14 protected function cleanValue($value)
/dokuwiki/inc/ChangeLog/
H A DRevisionInfo.php62 public function isCurrent($value = null)
75 public function val($key, $value = null)
/dokuwiki/vendor/simplepie/simplepie/src/Cache/
H A DDataCache.php101 public function set_data(string $key, array $value, ?int $ttl = null): bool;
/dokuwiki/inc/Debug/
H A DPropertyDeprecationHelper.php78 public function __set($name, $value)
/dokuwiki/inc/
H A Dform.php134 public function addHidden($name, $value)
238 public function findElementByAttribute($name, $value)
424 function form_makeButton($type, $act, $value = '', $attrs = array())
454 function form_makeField($type, $name, $value = '', $label = null, $id = '', $class = '', $attrs = a…
481 function form_makeFieldRight($type, $name, $value = '', $label = null, $id = '', $class = '', $attr…
506 function form_makeTextField($name, $value = '', $label = null, $id = '', $class = '', $attrs = arra…
582 function form_makeCheckboxField($name, $value = '1', $label = null, $id = '', $class = '', $attrs =…
608 function form_makeRadioField($name, $value = '1', $label = null, $id = '', $class = '', $attrs = ar…

123