Home
last modified time | relevance | path

Searched defs:attribute (Results 1 – 25 of 83) sorted by relevance

1234

/plugin/columns/
H A Dsyntax.php161 public function render($state, Doku_Renderer $renderer, $attribute) {
184 protected function getAttribute($attribute, $name) {
215 public function render($state, Doku_Renderer $renderer, $attribute) {
226 protected function render_enter(Doku_Renderer $renderer, $attribute) {
241 protected function render_exit(Doku_Renderer $renderer, $attribute) {
248 private function renderTable($attribute) {
261 private function renderTd($attribute) {
282 protected function render_enter(Doku_Renderer $renderer, $attribute) {
301 protected function render_exit(Doku_Renderer $renderer, $attribute) {
521 protected function render_enter(Doku_Renderer $renderer, $attribute) {
[all …]
H A Daction.php321 private function loadBlockAttributes($attribute) {
342 private function loadColumnAttributes($column, $attribute) {
352 private function parseAttribute($attribute) {
490 private $attribute; variable in columns_attributes_bag
509 public function addAttributes($attribute) {
/plugin/pureldap/vendor/freedsx/ldap/src/FreeDSx/Ldap/Search/
H A DFilters.php61 equal(string $attribute, string $value) global() argument
84 greaterThanOrEqual(string $attribute, string $value) global() argument
96 gte(string $attribute, string $value) global() argument
108 lessThanOrEqual(string $attribute, string $value) global() argument
120 lte(string $attribute, string $value) global() argument
131 present(string $attribute) global() argument
145 substring(string $attribute, string $startsWith, string $endsWith, string...$contains) global() argument
157 contains(string $attribute, string...$values) global() argument
169 endsWith(string $attribute, string $value) global() argument
181 startsWith(string $attribute, string $value) global() argument
195 extensible(string $attribute, string $value, string $rule, bool $matchDn = false) global() argument
207 approximate(string $attribute, string $value) global() argument
[all...]
H A DRangeRetrieval.php46 * @param string|Attribute $attribute argument
92 hasRanged(Entry $entry, $attribute = null) global() argument
103 hasMoreValues(Attribute $attribute) global() argument
122 getMoreValues($entry, Attribute $attribute, $amount = '*') global() argument
161 getAllValues($entry, $attribute) global() argument
189 getRangeOption(Attribute $attribute) global() argument
[all...]
H A DFilterParser.php275 getComparisonFilterObject(string $operator, string $attribute, string $value) global() argument
304 getMatchingRuleFilterObject(string $attribute, string $value) global() argument
339 getSubstringFilterObject(string $attribute, string $value) global() argument
[all...]
/plugin/pureldap/vendor/freedsx/ldap/src/FreeDSx/Ldap/Entry/
H A DChange.php50 * @param string|Attribute $attribute argument
43 protected $attribute; global() variable in FreeDSx\\Ldap\\Entry\\Change
68 setAttribute(Attribute $attribute) global() argument
133 add($attribute, ...$values) global() argument
148 delete($attribute, ...$values) global() argument
163 replace($attribute, ...$values) global() argument
177 reset($attribute) global() argument
[all...]
H A DEntry.php53 add($attribute, ...$values) global() argument
74 remove($attribute, ...$values) global() argument
117 set($attribute, ...$values) global() argument
144 get($attribute, bool $strict = false) global() argument
164 has($attribute, bool $strict = false) global() argument
[all...]
H A DAttribute.php33 protected $attribute; global() variable in FreeDSx\\Ldap\\Entry\\Attribute
54 __construct(string $attribute, ...$values) global() argument
222 equals(Attribute $attribute, bool $strict = false) global() argument
[all...]
/plugin/pureldap/vendor/freedsx/ldap/src/FreeDSx/Ldap/Control/Sorting/
H A DSortKey.php23 protected $attribute; global() variable in FreeDSx\\Ldap\\Control\\Sorting\\SortKey
40 __construct(string $attribute, bool $useReverseOrder = false, string $orderingRule = null) global() argument
59 setAttribute(string $attribute) global() argument
111 ascending(string $attribute, string $matchRule = null) global() argument
123 descending(string $attribute, string $matchRule = null) global() argument
[all...]
H A DSortingResponseControl.php59 protected $attribute; global() variable in FreeDSx\\Ldap\\Control\\Sorting\\SortingResponseControl
65 __construct(int $result, string $attribute = null) global() argument
[all...]
/plugin/pureldap/vendor/freedsx/ldap/src/FreeDSx/Ldap/Search/Filter/
H A DFilterAttributeTrait.php23 protected $attribute; global() variable
37 setAttribute(string $attribute) global() argument
H A DMatchingRuleFilter.php46 protected $attribute; global() variable in FreeDSx\\Ldap\\Search\\Filter\\MatchingRuleFilter
64 __construct(string $matchingRule, string $attribute, string $value, bool $useDnAttributes = false) global() argument
84 setAttribute(string $attribute) global() argument
[all...]
/plugin/attribute/
H A Dhelper.php300 public function set($namespace, $attribute, $value, $user = null)
374 public function exists($namespace, $attribute, $user = null)
410 public function del($namespace, $attribute, $user = null)
495 public function get($namespace, $attribute, &$success = false, $user = null)
H A DREADME.md1 # attribute chapter
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Eventarc/
H A DEventFilter.php25 public $attribute; variable in Google\\Service\\Eventarc\\EventFilter
38 public function setAttribute($attribute)
H A DFilteringAttribute.php25 public $attribute; variable in Google\\Service\\Eventarc\\FilteringAttribute
42 public function setAttribute($attribute)
/plugin/findologicxmlexport/vendor/jms/serializer/tests/Fixtures/
H A DAccessorSetter.php71 protected $attribute; variable in JMS\\Serializer\\Tests\\Fixtures\\AccessorSetterElement
93 public function setAttributeDifferent($attribute)
/plugin/findologicxmlexport/vendor/sebastian/global-state/tests/_fixture/
H A DBlacklistedClass.php17 private static $attribute; variable in SebastianBergmann\\GlobalState\\TestFixture\\BlacklistedClass
H A DBlacklistedImplementor.php17 private static $attribute; variable in SebastianBergmann\\GlobalState\\TestFixture\\BlacklistedImplementor
/plugin/authgooglesheets/vendor/guzzlehttp/psr7/src/
H A DServerRequest.php345 public function getAttribute($attribute, $default = null)
357 public function withAttribute($attribute, $value)
368 public function withoutAttribute($attribute)
/plugin/combo/ComboStrap/
H A DTagAttributes.php1052 removeComponentAttribute($attribute) global() argument
1192 getValueAndRemoveIfPresent($attribute, $default = null) global() argument
1250 addEmptyComponentAttributeValue($attribute) global() argument
1261 getBooleanValueAndRemoveIfPresent($attribute, $default = null) global() argument
1269 getBooleanValue($attribute, $default = null) global() argument
1278 hasAttribute($attribute) global() argument
1288 hasHtmlAttribute($attribute) global() argument
1296 getOutputAttribute($attribute) global() argument
1455 getComponentAttributeValueAndRemoveIfPresent(string $attribute, $default = null) global() argument
[all...]
/plugin/findologicxmlexport/vendor/twig/extensions/lib/Twig/Extensions/
H A DSimpleTokenParser.php54 …protected function getAttribute($node, $attribute, $arguments = array(), $type = Twig_Node_Express…
65 protected function call($node, $attribute, $arguments = array(), $line = -1)
/plugin/findologicxmlexport/vendor/jms/serializer/src/Annotation/
H A DXmlDiscriminator.php16 public $attribute = false; variable in JMS\\Serializer\\Annotation\\XmlDiscriminator
/plugin/rrdgraph/inc/
H A Dsvgbinding.php22 public $attribute; variable in AttrBinding
35 public function __construct($attribute, $value) {
/plugin/authgooglesheets/vendor/google/apiclient-services/src/ManufacturerCenter/
H A DIssue.php25 public $attribute; variable in Google\\Service\\ManufacturerCenter\\Issue
58 public function setAttribute($attribute)

1234