Home
last modified time | relevance | path

Searched refs:attributes (Results 201 – 225 of 644) sorted by relevance

12345678910>>...26

/plugin/pureldap/vendor/freedsx/ldap/src/FreeDSx/Ldap/Operation/Response/
H A DSearchResultEntry.php28 * attributes PartialAttributeList }
66 $attributes = [];
85 $attributes[] = new Attribute($partialAttribute->getChild(0)->getValue(), ...$values);
91 ...$attributes
/plugin/combo/ComboStrap/
H A DHistoricalBreadcrumbMenuItem.php156 $attributes = LinkMarkup::createFromPageIdOrPath($id)->toAttributes(self::CANONICAL);
161 $attributes->addClassName($class);
164 return $attributes->toHtmlEnterTag("a") . $name . "</a>";
/plugin/scrape/HTMLPurifier/ConfigSchema/schema/
H A DAutoFormat.RemoveSpansWithoutAttributes.txt
/plugin/combo/syntax/
H A Dcontentlist.php208 $attributes = TagAttributes::createFromTagMatch($match, $default, $knownType);
210 if ($attributes->hasComponentAttribute(TagAttributes::TYPE_KEY)) {
211 $type = trim(strtolower($attributes->getType()));
215 $attributes->addClassName("list-group-flush");
221 PluginUtility::ATTRIBUTES => $attributes->toCallStackArray()
H A Dlink.php103 * @return string[] - an array with the attributes constant `ATTRIBUTE_xxxx` as key
117 $attributes[self::MARKUP_REF_ATTRIBUTE] = trim($linkArray[0]);
122 $attributes[self::ATTRIBUTE_LABEL] = null;
127 $attributes[self::ATTRIBUTE_IMAGE_IN_LABEL] = Doku_Handler_Parse_Media($linkArray[1]);
129 $attributes[self::ATTRIBUTE_LABEL] = $linkArray[1];
133 return $attributes;
293 * Getting the attributes
456 // markup attributes is leading because it has already output attribute such as href
732 $attributes = $tagAttributes->toCallStackArray();
739 $attributes
[all...]
H A Danalytics.php113 $attributes = $data[PluginUtility::ATTRIBUTES];
114 $renderer->stats[renderer_plugin_combo_analytics::SYNTAX_COUNT] = $attributes;
/plugin/combo/ComboStrap/Tag/
H A DBoxTag.php37 public static function handleEnter(TagAttributes $attributes) argument
39 $tag = $attributes->getValue(self::HTML_TAG_ATTRIBUTE);
42 $attributes->setComponentAttributeValue(self::HTML_TAG_ATTRIBUTE, self::DEFAULT_HTML_TAG);
/plugin/structsection/types/
H A DSection.php39 $attributes = buildAttributes($params, true);
41 return "<textarea $attributes>$rawvalue</textarea>";
/plugin/structcombolookup/types/
H A DNarrowingLookup.php114 $attributes = buildAttributes($params, true);
115 $html = "<select $attributes>";
148 $attributes = buildAttributes($params, true);
149 $html .= "<select $attributes>";
/plugin/sequencediagram/bower_components/lodash/vendor/backbone/
H A Dbackbone.js115 return matcher(model.attributes);
395 var attrs = attributes || {};
399 this.attributes = {};
436 return _.clone(this.attributes);
447 return this.attributes[attr];
498 var current = this.attributes;
638 var attributes = this.attributes;
641 model.attributes = attributes;
651 if (attrs && wait) this.attributes = _.extend({}, attributes, attrs);
658 this.attributes = attributes;
[all …]
/plugin/bootswrapper/syntax/
H A Dimage.php37 list($state, $match, $pos, $attributes) = $data;
40 extract($attributes);
H A Dcarousel.php57 list($state, $match, $pos, $attributes) = $data;
62 foreach ($attributes as $attribute => $value) {
H A Dpane.php39 list($state, $match, $pos, $attributes) = $data;
42 $id = $attributes['id'];
/plugin/webdav/vendor/sabre/xml/lib/
H A DWriter.php208 * @param array $attributes
211 function writeAttributes(array $attributes) { argument
213 foreach ($attributes as $name => $value) {
/plugin/icalevents/vendor/sabre/xml/lib/
H A DWriter.php208 * @param array $attributes
211 function writeAttributes(array $attributes) { argument
213 foreach ($attributes as $name => $value) {
/plugin/icalevents/vendor/sabre/xml/tests/Sabre/Xml/Element/
H A DUriTest.php35 'attributes' => [],
38 'attributes' => [],
/plugin/davcal/vendor/sabre/xml/tests/Sabre/Xml/Element/
H A DUriTest.php35 'attributes' => [],
38 'attributes' => [],
/plugin/authgooglesheets/vendor/phpseclib/phpseclib/phpseclib/File/
H A DX509.php754 if (is_array($attributes)) {
794 if (is_array($attributes)) {
795 $size = count($attributes);
803 unset($attributes[$i]);
3295 if (is_array($attributes)) {
3507 if (!is_array($attributes)) {
3529 $attributes[$key]['value'] = array_values($attributes[$key]['value']);
3539 $attributes = array_values($attributes);
3562 if (!is_array($attributes)) {
3603 if (is_array($attributes)) {
[all …]
/plugin/pureldap/vendor/freedsx/ldap/src/FreeDSx/Ldap/Operation/Request/
H A DAddRequest.php31 * attributes AttributeList }
102 $attributes = [];
125 $attributes[] = new Attribute($attrType->getValue(), ...$attrValues);
128 return new self(new Entry($dn, ...$attributes));
/plugin/findologicxmlexport/vendor/findologic/libflexport/src/FINDOLOGIC/Export/XML/
H A DXMLItem.php88 $attributes = XMLHelper::createElement($document, 'attributes');
89 $allAttributes->appendChild($attributes);
95 foreach ($this->attributes as $key => $attribute) {
96 $attributes->appendChild($attribute->getDomSubtree($document));
/plugin/pureldap/vendor/freedsx/ldap/src/FreeDSx/Ldap/Search/
H A DDirSync.php84 * @param mixed ...$attributes
86 public function __construct(LdapClient $client, ?string $namingContext = null, ?FilterInterface $filter = null, ...$attributes)
91 $this->search = (new SearchRequest($filter ?? Filters::present('objectClass'), ...$attributes));
166 * The attributes to return from the DirSync search.
168 * @param mixed ...$attributes argument
171 public function selectAttributes(...$attributes)
173 $this->search->select(...$attributes);
232 * Whether or not to only retrieve objects and attributes that are accessible to the client.
83 __construct(LdapClient $client, string $namingContext = null, FilterInterface $filter = null, ...$attributes) global() argument
/plugin/diagramsnet/lib/math/extensions/TeX/
H A DnoUndefined.js19attributes:{mathcolor:"red"}})};MathJax.Hub.Register.StartupHook("TeX Jax Ready",function(){var b=…
/plugin/adfs/phpsaml/lib/Saml2/
H A DResponse.php778 $attributes = array();
784 $attributeKeyNode = $entry->attributes->getNamedItem($keyName);
792 if (in_array($attributeKeyName, array_keys($attributes))) {
807 $attributes[$attributeKeyName] = $attributeValues;
809 return $attributes;
941 $nbAttribute = $timestampNodes->item($i)->attributes->getNamedItem("NotBefore");
942 $naAttribute = $timestampNodes->item($i)->attributes->getNamedItem("NotOnOrAfter");
1038 $uri = $responseReferenceNode->attributes->getNamedItem('URI')->nodeValue;
1042 … $id = substr($responseReferenceNode->attributes->getNamedItem('URI')->nodeValue, 1);
1049 $uri = $assertionReferenceNode->attributes->getNamedItem('URI')->nodeValue;
[all …]
/plugin/odt/helper/
H A Dcssdocument.php27 public function open ($element, $attributes=NULL, $pseudo_classes=NULL, $pseudo_elements=NULL) { argument
28 $this->internal->open ($element, $attributes, $pseudo_classes, $pseudo_elements);
/plugin/swiftmail/Swift/Plugin/
H A DFileEmbedder.php197 public function setTagDefinition($tag, $attributes, $extensions) argument
200 $attributes = (array)$attributes;
203 if (empty($tag) || empty($attributes) || empty($extensions))
208 $this->definitions[$tag] = array("attributes" => $attributes, "extensions" => $extensions);

12345678910>>...26