Home
last modified time | relevance | path

Searched refs:attribute (Results 101 – 125 of 449) sorted by last modified time

12345678910>>...18

/plugin/pureldap/vendor/freedsx/ldap/src/FreeDSx/Ldap/Entry/
H A DAttribute.php30 * Represents an entry attribute and any values.
49 protected $attribute;
67 * @param string $attribute
70 public function __construct(string $attribute, ...$values)
72 $this->attribute = $attribute;
77 * Add a value, or values, to the attribute.
92 * Check if the attribute has a specific value.
103 * Remove a specific value, or values, from an attribute.
132 * Set the values for the attribute
33 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...]
H A DChange.php24 * Add a value to an attribute.
29 * Delete a value, or values, from an attribute.
34 * Replaces the current value of an attribute with a different one.
46 protected $attribute;
50 * @param string|Attribute $attribute argument
53 public function __construct(int $modType, $attribute, ...$values)
56 $this->attribute = $attribute instanceof Attribute ? $attribute : new Attribute($attribute,
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...]
/plugin/pureldap/vendor/freedsx/ldap/src/FreeDSx/Ldap/Control/Sorting/
H A DSortKey.php24 protected $attribute;
37 * @param string $attribute
41 public function __construct(string $attribute, bool $useReverseOrder = false, ?string $orderingRule = null)
43 $this->attribute = $attribute;
53 return $this->attribute;
57 * @param string $attribute
60 public function setAttribute(string $attribute)
62 $this->attribute = $attribute;
23 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.php37 * noSuchAttribute (16), -- unrecognized attribute
62 protected $attribute;
66 * @param null|string $attribute
68 public function __construct(int $result, ?string $attribute = null)
71 $this->attribute = $attribute;
88 return $this->attribute;
104 $attribute = $sorting->getChild(1);
111 ($attribute !== null) ? $attribute
59 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/Operation/Request/
H A DAddRequest.php33 * AttributeList ::= SEQUENCE OF attribute Attribute
138 /** @var Attribute $attribute */
139 foreach ($this->entry->getAttributes() as $attribute) {
140 $attr = Asn1::sequence(Asn1::octetString($attribute->getDescription()));
144 }, $attribute->getValues()));
/plugin/pureldap/vendor/freedsx/ldap/
H A DCHANGELOG.md47 * Add a "getDescription()" method to the Attribute class to retrieve the attribute with all options.
48 * Add a "getOptions()" method the the Attribute class to iterate through options for an attribute.
73 * Add magic methods to Entry objects for attribute access.
/plugin/commonmark/vendor/league/commonmark/
H A DCHANGELOG.md13 - Fixed `ExternalLinkProcessor` not fully disabling the `rel` attribute when configured to do so (#992)
29 - `heading_permalink/apply_id_to_heading` - When `true`, the `id` attribute will be applied to the heading element itself instead of the `<a>` tag
73 - Fixed unquoted attribute parsing when closing curly brace is followed by certain characters (like a `.`) (#943)
408 - `HtmlElement` can now properly handle array (i.e. `class`) and boolean (i.e. `checked`) attribute values
478 - The `title` attribute for `Link` and `Image` nodes is now stored using a dedicated property instead of stashing it in `$data`
/plugin/commonmark/vendor/league/commonmark/src/Extension/Attributes/Util/
H A DAttributesHelper.php44 // Attempt to match the entire attribute list expression
62 while ($attribute = \trim((string) $attributeCursor->match('/^' . self::SINGLE_ATTRIBUTE . '/i'))) {
63 if ($attribute[0] === '#') {
64 $attributes['id'] = \substr($attribute, 1);
69 if ($attribute[0] === '.') {
70 $attributes['class'][] = \substr($attribute, 1);
76 [$name, $value] = \explode('=', $attribute, 2);
/plugin/quickstats/GEOIP/vendor/geoip2/geoip2/
H A DCHANGELOG.md45 * `isset()` on `mostSpecificSubdivision` attribute now returns the
51 * `isset()` on `name` attribute now returns the correct value. Reported by
172 * The name attribute was missing from the RepresentedCountry class.
249 * The `continentCode` attribute on `Continent` was renamed to `code`.
H A DREADME.md333 attribute in the `GeoIp2\Record\Traits` record.
/plugin/diagramsnet/lib/WEB-INF/lib/
H A Djstl-1.2.jarMETA-INF/ META-INF/MANIFEST.MF META-INF/LICENSE.txt javax ...
H A Dehcache-3.8.1.jarMETA-INF/ META-INF/MANIFEST.MF LICENSE META-INF/maven/ META ...
/plugin/diagramsnet/lib/js/diagramly/vsdx/
H A Dimporter.js7823 Style.prototype.getAttribute = function (tag, attribute, defaultValue) {
7827 result = cell.getAttribute(attribute) || "";
/plugin/diagramsnet/lib/js/grapheditor/
H A DGraph.js6895 mxStencil.prototype.evaluateTextAttribute = function(node, attribute, shape) argument
/plugin/diagramsnet/lib/js/
H A Dviewer-static.min.js981 …this.previous))};function mxCellAttributeChange(a,b,c){this.cell=a;this.attribute=b;this.previous=…
982 …getAttribute(this.attribute);null==this.previous?this.cell.value.removeAttribute(this.attribute):t…
H A Dviewer.min.js981 …this.previous))};function mxCellAttributeChange(a,b,c){this.cell=a;this.attribute=b;this.previous=…
982 …getAttribute(this.attribute);null==this.previous?this.cell.value.removeAttribute(this.attribute):t…
H A Dapp.min.js1015 …this.previous))};function mxCellAttributeChange(a,b,c){this.cell=a;this.attribute=b;this.previous=…
1016 …getAttribute(this.attribute);null==this.previous?this.cell.value.removeAttribute(this.attribute):t…
/plugin/diagramsnet/lib/mxgraph/
H A DmxClient.js777 …this.previous))};function mxCellAttributeChange(a,b,c){this.cell=a;this.attribute=b;this.previous=…
778 …getAttribute(this.attribute);null==this.previous?this.cell.value.removeAttribute(this.attribute):t…
/plugin/oembed/
H A Dsyntax.php467 foreach($attributes as $attribute){
468 $att = preg_split('/\s*=\s*/s', $attribute, 2);
/plugin/mediathumbnails/
H A Ddokuwiki_plugin_page.wiki42 … `policy.xml`. Look for the following entry, then change the //rights// attribute to the value `re…
/plugin/refnotes/syntax/
H A Dnotes.php119 $attribute = $this->parseAttributes($match[1]);
127 return array('split', $attribute, $style);
130 return array('render', $attribute);
143 $attribute = array();
148 $attribute[$name][] = $t;
154 if (array_key_exists('ns', $attribute)) {
156 $attribute['ns'] = array_map('refnotes_namespace::canonizeName', $attribute['ns']);
158 if (count($attribute['ns']) > 1) {
159 $attribute['ma
202 renderNotes($mode, $renderer, $attribute) global() argument
[all...]
/plugin/refnotes/
H A Dadmin.js775 for (let [name, attribute] of attributes) {
776 settings[name] = attribute;
/plugin/dirtylittlehelper/mermaid/editor/docs/
H A D29.29.js.map1attribute.name', '@attribute'],\n ['url(\\\\-prefix)?\\\\(', { token: 'tag', next: '@ur…
H A D32.32.js1attribute.name.html","delimiter.html","string.html",{token:"string.html",switchTo:"@tag.$S2.$4"},"…
H A D41.41.js1attribute.value"],[/'([^']*)'/,"attribute.value"],[/[\w\-]+/,"attribute.name"],[/=/,"delimiter"],[…

12345678910>>...18