/plugin/columns/ |
H A D | syntax.php | 167 public function render($state, Doku_Renderer $renderer, $attribute) { 190 protected function getAttribute($attribute, $name) { 221 public function render($state, Doku_Renderer $renderer, $attribute) { 232 protected function render_enter(Doku_Renderer $renderer, $attribute) { 247 protected function render_exit(Doku_Renderer $renderer, $attribute) { 254 private function renderTable($attribute) { 267 private function renderTd($attribute) { 288 protected function render_enter(Doku_Renderer $renderer, $attribute) { 307 protected function render_exit(Doku_Renderer $renderer, $attribute) { 527 protected function render_enter(Doku_Renderer $renderer, $attribute) { [all …]
|
H A D | action.php | 326 private function loadBlockAttributes($attribute) { 347 private function loadColumnAttributes($column, $attribute) { 357 private function parseAttribute($attribute) { 495 private $attribute; variable in columns_attributes_bag 514 public function addAttributes($attribute) {
|
/plugin/pureldap/vendor/freedsx/ldap/src/FreeDSx/Ldap/Search/ |
H A D | Filters.php | 61 public static function equal(string $attribute, string $value): EqualityFilter 84 …public static function greaterThanOrEqual(string $attribute, string $value): GreaterThanOrEqualFil… 96 public static function gte(string $attribute, string $value): GreaterThanOrEqualFilter 108 public static function lessThanOrEqual(string $attribute, string $value): LessThanOrEqualFilter 120 public static function lte(string $attribute, string $value): LessThanOrEqualFilter 131 public static function present(string $attribute): PresentFilter 157 public static function contains(string $attribute, string ...$values): SubstringFilter 169 public static function endsWith(string $attribute, string $value): SubstringFilter 181 public static function startsWith(string $attribute, string $value): SubstringFilter 195 …public static function extensible(?string $attribute, string $value, ?string $rule, bool $matchDn … [all …]
|
H A D | RangeRetrieval.php | 46 public function getRanged(Entry $entry, $attribute): ?Attribute 92 public function hasRanged(Entry $entry, $attribute = null): bool 103 public function hasMoreValues(Attribute $attribute): bool 122 public function getMoreValues($entry, Attribute $attribute, $amount = '*'): Attribute 161 public function getAllValues($entry, $attribute): Attribute 189 protected function getRangeOption(Attribute $attribute): ?Option
|
H A D | FilterParser.php | 275 …protected function getComparisonFilterObject(string $operator, string $attribute, string $value): … 304 …protected function getMatchingRuleFilterObject(string $attribute, string $value): MatchingRuleFilt… 339 protected function getSubstringFilterObject(string $attribute, string $value): SubstringFilter
|
/plugin/pureldap/vendor/freedsx/ldap/src/FreeDSx/Ldap/Entry/ |
H A D | Change.php | 43 protected $attribute; variable in FreeDSx\\Ldap\\Entry\\Change 50 public function __construct(int $modType, $attribute, ...$values) 68 public function setAttribute(Attribute $attribute) 133 public static function add($attribute, ...$values): Change 148 public static function delete($attribute, ...$values): Change 163 public static function replace($attribute, ...$values): Change 177 public static function reset($attribute): Change
|
H A D | Entry.php | 53 public function add($attribute, ...$values) 74 public function remove($attribute, ...$values) 117 public function set($attribute, ...$values) 144 public function get($attribute, bool $strict = false): ?Attribute 164 public function has($attribute, bool $strict = false): bool
|
H A D | Attribute.php | 33 protected $attribute; variable in FreeDSx\\Ldap\\Entry\\Attribute 54 public function __construct(string $attribute, ...$values) 222 public function equals(Attribute $attribute, bool $strict = false): bool
|
/plugin/pureldap/vendor/freedsx/ldap/src/FreeDSx/Ldap/Control/Sorting/ |
H A D | SortKey.php | 23 protected $attribute; variable in FreeDSx\\Ldap\\Control\\Sorting\\SortKey 40 …public function __construct(string $attribute, bool $useReverseOrder = false, ?string $orderingRul… 59 public function setAttribute(string $attribute) 111 public static function ascending(string $attribute, ?string $matchRule = null) 123 public static function descending(string $attribute, ?string $matchRule = null)
|
H A D | SortingResponseControl.php | 59 protected $attribute; variable in FreeDSx\\Ldap\\Control\\Sorting\\SortingResponseControl 65 public function __construct(int $result, ?string $attribute = null)
|
/plugin/pureldap/vendor/freedsx/ldap/src/FreeDSx/Ldap/Search/Filter/ |
H A D | FilterAttributeTrait.php | 23 protected $attribute; variable 37 public function setAttribute(string $attribute)
|
H A D | MatchingRuleFilter.php | 46 protected $attribute; variable in FreeDSx\\Ldap\\Search\\Filter\\MatchingRuleFilter 64 …public function __construct(?string $matchingRule, ?string $attribute, string $value, bool $useDnA… 84 public function setAttribute(?string $attribute)
|
/plugin/attribute/ |
H A D | helper.php | 282 public function set($namespace, $attribute, $value, $user = null) 356 public function exists($namespace, $attribute, $user = null) 392 public function del($namespace, $attribute, $user = null) 477 public function get($namespace, $attribute, &$success = false, $user = null)
|
H A D | README.md | 1 # attribute chapter
|
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Eventarc/ |
H A D | EventFilter.php | 25 public $attribute; variable in Google\\Service\\Eventarc\\EventFilter 38 public function setAttribute($attribute)
|
H A D | FilteringAttribute.php | 25 public $attribute; variable in Google\\Service\\Eventarc\\FilteringAttribute 42 public function setAttribute($attribute)
|
/plugin/findologicxmlexport/vendor/jms/serializer/tests/Fixtures/ |
H A D | AccessorSetter.php | 71 protected $attribute; variable in JMS\\Serializer\\Tests\\Fixtures\\AccessorSetterElement 93 public function setAttributeDifferent($attribute)
|
/plugin/findologicxmlexport/vendor/sebastian/global-state/tests/_fixture/ |
H A D | BlacklistedClass.php | 17 private static $attribute; variable in SebastianBergmann\\GlobalState\\TestFixture\\BlacklistedClass
|
H A D | BlacklistedImplementor.php | 17 private static $attribute; variable in SebastianBergmann\\GlobalState\\TestFixture\\BlacklistedImplementor
|
/plugin/findologicxmlexport/vendor/jms/serializer/src/Annotation/ |
H A D | XmlDiscriminator.php | 16 public $attribute = false; variable in JMS\\Serializer\\Annotation\\XmlDiscriminator
|
/plugin/authgooglesheets/vendor/guzzlehttp/psr7/src/ |
H A D | ServerRequest.php | 345 public function getAttribute($attribute, $default = null) 357 public function withAttribute($attribute, $value) 368 public function withoutAttribute($attribute)
|
/plugin/findologicxmlexport/vendor/twig/extensions/lib/Twig/Extensions/ |
H A D | SimpleTokenParser.php | 54 …protected function getAttribute($node, $attribute, $arguments = array(), $type = Twig_Node_Express… 65 protected function call($node, $attribute, $arguments = array(), $line = -1)
|
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Apigee/ |
H A D | GoogleCloudApigeeV1Attributes.php | 29 public function setAttribute($attribute)
|
/plugin/rrdgraph/inc/ |
H A D | svgbinding.php | 22 public $attribute; variable in AttrBinding 35 public function __construct($attribute, $value) {
|
/plugin/authgooglesheets/vendor/google/apiclient-services/src/ManufacturerCenter/ |
H A D | Issue.php | 25 public $attribute; variable in Google\\Service\\ManufacturerCenter\\Issue 58 public function setAttribute($attribute)
|