Home
last modified time | relevance | path

Searched refs:attributes (Results 251 – 275 of 644) sorted by relevance

1...<<11121314151617181920>>...26

/plugin/odt/ODT/
H A DODTUtility.php508 * @param string $attributes The element's attributes
511 …n openHTMLElement (ODTInternalParams $params, array &$dest, $element, $attributes, $maxWidth=NULL)… argument
513 $params->htmlStack->open($element, $attributes);
544 * @param string $attributes The element's attributes
548 …ElementProperties (ODTInternalParams $params, array &$dest, $element, $attributes, $maxWidth=NULL,… argument
550 $params->htmlStack->open($element, $attributes);
649 …protected static function createTextStyle (ODTInternalParams $params, $element, $attributes, $styl… argument
654 self::getHTMLElementProperties ($params, $properties, $element, $attributes);
672 …c function createParagraphStyle (ODTInternalParams $params, $element, $attributes, $styleName=NULL… argument
677 self::getHTMLElementProperties ($params, $properties, $element, $attributes);
/plugin/findologicxmlexport/vendor/jms/serializer/src/Handler/
H A DDateHandler.php136 $attributes = $data->attributes('xsi', true);
137 return isset($attributes['nil'][0]) && 'true' === (string) $attributes['nil'][0];
/plugin/authgooglesheets/vendor/google/apiclient-services/src/
H A DMyBusinessBusinessInformation.php41 public $attributes; variable in Google\\Service\\MyBusinessBusinessInformation
126 'attributes',
130 'path' => 'v1/attributes',
387 'attributes',
/plugin/combo/syntax/
H A Dfrontmatter.php327 $attributes = [MarkupRef::REF_ATTRIBUTE => ":$dokuwikiId"];
329 syntax_plugin_combo_media::registerImageMeta($attributes, $renderer);
368 $attributes = $media->toCallStackArray();
369 syntax_plugin_combo_media::updateStatistics($attributes, $renderer);
H A Ditext.php13 * Setting text attributes on words
93 $attributes = TagAttributes::createFromTagMatch($match, $defaultAttributes, $knownTypes);
95 $callStackArray = $attributes->toCallStackArray();
H A Dtab.php166 $attributes = $data[PluginUtility::ATTRIBUTES];
167 $renderer->doc .= TabsTag::openNavigationalTabElement($attributes);
H A Dfooter.php172 $attributes = $data[PluginUtility::ATTRIBUTES];
173 $tagAttributes = TagAttributes::createFromCallStackArray($attributes, self::TAG);
H A Dcontentlistitem.php131 $attributes = TagAttributes::createFromTagMatch($match);
135 PluginUtility::ATTRIBUTES => $attributes->toCallStackArray(),
/plugin/adfs/phpsaml/lib/Saml/
H A DXmlSec.php55 $nbAttribute = $timestampNodes->item($i)->attributes->getNamedItem("NotBefore");
56 $naAttribute = $timestampNodes->item($i)->attributes->getNamedItem("NotOnOrAfter");
/plugin/autlogin/
H A Dscript.js17 var attributes = {};
21 attributes[att[0]] = decodeURIComponent(att[1]);
23 return attributes;
/plugin/findologicxmlexport/vendor/twig/twig/test/Twig/Tests/
H A DTemplateTest.php531 public $attributes = [ variable in Twig_TemplateArrayAccessObject
544 return \array_key_exists($name, $this->attributes);
549 return \array_key_exists($name, $this->attributes) ? $this->attributes[$name] : null;
565 public $attributes = [ variable in Twig_TemplateMagicPropertyObject
579 return \array_key_exists($name, $this->attributes);
584 return \array_key_exists($name, $this->attributes) ? $this->attributes[$name] : null;
/plugin/advrack/
H A Dscript.js110 var attributes = {'fill': 'white'}; class in drawEquipment
112 attributes['fill'] = equipment['fill-color'];
113 server_block.attr(attributes);
139 var attributes = {'fill': 'white'}; class in drawEquipment
141 attributes['fill'] = equipment['fill-color'];
142 cage_block.attr(attributes);
/plugin/refnotes/
H A Dadmin.js729 let attributes = data ? new Map(Object.entries(data)) : new Map();
744 attributes.set('text', text);
748 return attributes.get('text');
752 attributes.set(name, value);
756 if (!attributes.has(name) || (isInlineAttribute(name) && !this.getAttribute('inline'))) {
760 return attributes.get(name);
769 if (attributes.has(inlineAttributes[i])) {
770 attributes.delete(inlineAttributes[i]);
775 for (let [name, attribute] of attributes) {
/plugin/scrape/HTMLPurifier/ConfigSchema/schema/
H A DHTML.Allowed.txt
/plugin/combo/ComboStrap/
H A DCacheTag.php18 public static function handle(TagAttributes $attributes): array argument
21 $cronExpression = $attributes->getValue(self::EXPIRATION_ATTRIBUTE);
/plugin/pureldap/classes/
H A DADClient.php57 $attributes = $this->userAttributes();
58 $entries = $this->ldap->search(Operations::search($filter, ...$attributes));
193 $attributes = $this->userAttributes();
194 $search = Operations::search($filter, ...$attributes);
308 // get additional attributes
309 foreach ($this->config['attributes'] as $attr) {
/plugin/combo/ComboStrap/Meta/Api/
H A DMetadata.php551 * @param array $attributes
553 public static function upsertMetaOnUniqueAttribute(&$metaArray, string $uniqueAttribute, array $attributes) argument
563 if ($value === $attributes[$uniqueAttribute]) {
564 $metaArray[$key] = $attributes;
569 $metaArray[] = $attributes;
/plugin/dirtylittlehelper/mermaid/editor/docs/
H A D63.63.js5attributes:["@autoclosure","@noescape","@noreturn","@NSApplicationMain","@NSCopying","@NSManaged",… property in AnonymousFunctione09f0dad0100.i
/plugin/combo/action/
H A Dmetaprocessing.php89 $attributes = array_merge($primaryMetas, $referencesAttributes, $qualityMetadata);
98 foreach ($attributes as $attribute) {
/plugin/formatplus2/
H A DREADME39 The block styles, as well as the inline quote style, can have attributes.
40 All attributes are optional. For inline quotes, the cite attribute can
52 block delete will be used when there are no attributes, but the syntax
53 with attributes will be handled by the plugin.
/plugin/formatplus/
H A DREADME39 The block styles, as well as the inline quote style, can have attributes.
40 All attributes are optional. For inline quotes, the cite attribute can
52 block delete will be used when there are no attributes, but the syntax
53 with attributes will be handled by the plugin.
/plugin/freechat/phpfreechat/data/public/js/
H A Dxajax.js150 …r j=0;j<xml.childNodes[i].attributes.length;j++){if(xml.childNodes[i].attributes[j].name=="n"){cmd…
151 else if(xml.childNodes[i].attributes[j].name=="t"){id=xml.childNodes[i].attributes[j].value;}
152 else if(xml.childNodes[i].attributes[j].name=="p"){property=xml.childNodes[i].attributes[j].value;}
153 else if(xml.childNodes[i].attributes[j].name=="c"){type=xml.childNodes[i].attributes[j].value;}
/plugin/swiftmail/Swift/Connection/
H A DMulti.php143 public function setExtension($extension, $attributes=array()) argument
145 $this->connections[$this->active]->setExtension($extension, $attributes);
/plugin/webdav/vendor/sabre/xml/lib/Serializer/
H A Dfunctions.php196 $attributes = isset($value['attributes']) ? $value['attributes'] : [];
200 $writer->writeAttributes($attributes);
/plugin/icalevents/vendor/sabre/xml/lib/Serializer/
H A Dfunctions.php196 $attributes = isset($value['attributes']) ? $value['attributes'] : [];
200 $writer->writeAttributes($attributes);

1...<<11121314151617181920>>...26