Home
last modified time | relevance | path

Searched refs:attributes (Results 76 – 100 of 644) sorted by relevance

12345678910>>...26

/plugin/combo/ComboStrap/
H A DSpacing.php12 * Process the attributes that have an impact on the class
13 * @param TagAttributes $attributes
15 public static function processSpacingAttributes(&$attributes) argument
20 if ($attributes->hasComponentAttribute($spacing)) {
22 $spacingValue = $attributes->getValueAndRemove($spacing);
28 $logicalTag = $attributes->getLogicalTag();
73 $attributes->addClassName($spacingClass);
H A DPrismTags.php31 * because it's possible to not display a code with the display attributes = none
41 public static function processEnterXhtml(TagAttributes $attributes, \DokuWiki_Syntax_Plugin $plugin, \Doku_Renderer_xhtml $renderer) argument
43 Prism::htmlEnter($renderer, $plugin, $attributes);
46 public static function processExitXhtml(TagAttributes $attributes, \Doku_Renderer_xhtml $renderer) argument
48 Prism::htmlExit($renderer, $attributes);
H A DLang.php20 * @param TagAttributes $attributes
34 public static function processLangAttribute(&$attributes) argument
42 if ($attributes->hasComponentAttribute(self::PROPERTY_NAME)) {
43 $langValue = $attributes->getValueAndRemove(self::PROPERTY_NAME);
44 $attributes->addOutputAttributeValue("lang", $langValue);
88 $attributes->addOutputAttributeValue("dir", "rtl");
90 $attributes->addOutputAttributeValue("dir", "ltr");
/plugin/bootswrapper/syntax/
H A Dpopover.php88 list($state, $match, $pos, $attributes) = $data;
93 extract($attributes);
124 if (!$delay && ($attributes['delay-hide'] || $attributes['delay-show'])) {
126 $show = $attributes['delay-show'];
127 $hide = $attributes['delay-hide'];
/plugin/combo/syntax/
H A Daccordion.php149 $attributes = TagAttributes::createFromTagMatch($match)
154 $attributes->addClassName("accordion");
156 if (!$attributes->hasComponentAttribute(TagAttributes::ID_KEY)) {
158 $attributes->addComponentAttributeValue(TagAttributes::ID_KEY, $idKey);
163 PluginUtility::ATTRIBUTES => $attributes->toCallStackArray()
203 $attributes = TagAttributes::createFromCallStackArray($data[PluginUtility::ATTRIBUTES])
205 $renderer->doc .= $attributes->toHtmlEnterTag("div");
H A Dheadingatx.php85 $attributes = [HeadingTag::LEVEL => strlen(trim($match))];
101 PluginUtility::ATTRIBUTES => $attributes,
137 $attributes = $data[PluginUtility::ATTRIBUTES];
139 $tagAttributes = TagAttributes::createFromCallStackArray($attributes, HeadingTag::HEADING_TAG);
147 $attributes = $data[PluginUtility::ATTRIBUTES];
148 $tagAttributes = TagAttributes::createFromCallStackArray($attributes);
H A Dcodemarkdown.php145 $attributes = [TagAttributes::TYPE_KEY => $language];
148 PluginUtility::ATTRIBUTES => $attributes
186 $attributes = TagAttributes::createFromCallStackArray($data[PluginUtility::ATTRIBUTES], syntax_plugin_combo_code::CODE_TAG);
187 Prism::htmlEnter($renderer, $this, $attributes);
214 $attributes = $data[PluginUtility::ATTRIBUTES];
216 $language = strtolower($attributes["type"]);
H A Dminimap.php146 $attributes = $data[PluginUtility::ATTRIBUTES];
148 if (array_key_exists(self::NAMESPACE_KEY_ATT, $attributes)) {
149 $nameSpacePath = $attributes[self::NAMESPACE_KEY_ATT];
152 $includeDirectory = $attributes[self::INCLUDE_DIRECTORY_PARAMETERS];
195 if ($attributes['suppress'] ?? null) {
196 $substrPattern = '/' . $attributes['suppress'] . '/i';
201 if ($attributes['debug'] ?? null) {
206 * Link attributes
287 if ($attributes[self::SHOW_HEADER] == true) {
307 if ($attributes['debu
[all...]
/plugin/findologicxmlexport/vendor/jms/serializer/tests/Fixtures/
H A DInput.php17 private $attributes; variable in JMS\\Serializer\\Tests\\Fixtures\\Input
19 public function __construct($attributes = null) argument
21 $this->attributes = $attributes ?: [
/plugin/authsaml/
H A Dsaml.php33 protected $attributes = array(); variable in saml_handler
110 $attributes = $this->ssp->getAttributes();
111 return $attributes[$this->simplesaml_uid][0];
122 $this->attributes = $this->ssp->getAttributes();
124 if (!empty($this->attributes)) {
128 $name = $this->attributes[$this->simplesaml_name][0];
134 $mail = $this->attributes[$this->simplesaml_mail][0];
138 empty($this->attributes[$this->simplesaml_grps])) {
141 $grps = $this->attributes[$this->simplesaml_grps];
169 $this->attributes = $ssp->getAttributes();
[all …]
/plugin/wysiwyg/fckeditor/editor/_source/classes/
H A Dfckxml.js32 var attNode = node.attributes.getNamedItem( attName ) ;
84 var attributes = element.attributes ;
85 for ( var i = 0 ; i < attributes.length ; i++ )
87 var att = attributes[i] ;
/plugin/rrdgraph/inc/
H A Dsvgbinding.php79 public function xmlStartElementHandler($parser, $name, $attributes) { argument
81 …if (!array_key_exists("var", $attributes)) throw new Exception("bind-tag is missing the var attrib…
82 …if (!array_key_exists("format", $attributes)) throw new Exception("bind-tag is missing the format …
84 $value = sprintf($attributes["format"], $this->bindingValues[$attributes["var"]]);
87 if (array_key_exists("attr", $attributes)) {
88 array_push($this->attrBindingStack, new AttrBinding($attributes["attr"], $value));
97 if ($binding != null) $attributes[$binding->attribute] = $binding->value;
101 foreach ($attributes as $attr => $value) {
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Apigee/
H A DGoogleCloudApigeeV1DeploymentConfig.php25 public $attributes; variable in Google\\Service\\Apigee\\GoogleCloudApigeeV1DeploymentConfig
54 public function setAttributes($attributes) argument
56 $this->attributes = $attributes;
63 return $this->attributes;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/CloudRetail/
H A DGoogleCloudRetailV2CompleteQueryResponseCompletionResult.php32 public function setAttributes($attributes) argument
34 $this->attributes = $attributes;
41 return $this->attributes;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/MyBusinessBusinessInformation/
H A DAttributes.php33 public function setAttributes($attributes) argument
35 $this->attributes = $attributes;
42 return $this->attributes;
/plugin/wysiwyg/fckeditor/editor/_source/internals/
H A Dfckxhtml_ie.js32 var aAttributes = htmlNode.attributes ;
87 var oHttpEquiv = node.attributes.getNamedItem( 'http-equiv' ) ;
107 if ( node.attributes.length == 0 )
121 if ( htmlNode.value && !node.attributes.getNamedItem( 'value' ) )
124 if ( !node.attributes.getNamedItem( 'type' ) )
133 if ( htmlNode.selected && !node.attributes.getNamedItem( 'selected' ) )
144 if ( ! node.attributes.getNamedItem( 'coords' ) )
151 if ( ! node.attributes.getNamedItem( 'shape' ) )
178 var nameAtt = htmlNode.attributes['name'] ;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/CloudTrace/
H A DAnnotation.php30 public function setAttributes(Attributes $attributes) argument
32 $this->attributes = $attributes;
39 return $this->attributes;
H A DLink.php40 public function setAttributes(Attributes $attributes) argument
42 $this->attributes = $attributes;
49 return $this->attributes;
/plugin/swiftmail/Swift/Message/
H A DHeaders.php51 protected $attributes = array(); variable in Swift_Message_Headers
169 if (isset($this->attributes[$lname])) unset($this->attributes[$lname]);
287 if (!isset($this->attributes[$lheader])) $this->attributes[$lheader] = array();
288 if ($value !== null) $this->attributes[$lheader][$name] = (string) $value;
289 else $this->attributes[$lheader][$name] = $value;
308 …return (isset($this->attributes[$lheader]) && isset($this->attributes[$lheader][$name]) && ($this-…
332 return $this->attributes[$lheader][$name];
346 unset($this->attributes[$lheader][$name]);
357 if (array_key_exists($header, $this->attributes))
359 return $this->attributes[$header];
[all …]
/plugin/davcal/vendor/sabre/xml/lib/
H A DWriter.php119 $attributes = isset($item['attributes']) ? $item['attributes'] : [];
126 $attributes = isset($item['attributes']) ? $item['attributes'] : [];
133 $attributes = [];
137 $this->writeAttributes($attributes);
226 * @param array $attributes
229 function writeAttributes(array $attributes) { argument
231 foreach ($attributes as $name => $value) {
/plugin/tcycle/
H A Dsyntax.php36 $attributes = strtolower(substr($match, 5, -1));
37 … $dataspeed = $this->_getAttribute($attributes, "data-speed", $this->getConf('data-speed'));
38 … $datafx = $this->_getAttribute($attributes, "data-fx", $this->getConf('data-fx'));
40 … $datatimeout = $this->_getAttribute($attributes, "data-timeout", $this->getConf('data-timeout'));
41 $width = $this->_getAttribute($attributes, "width", $this->getConf('width'));
42 … $height = $this->_getAttribute($attributes, "height", $this->getConf('height'));
43 … $namespace = $this->_getAttribute($attributes, "namespace", $this->getConf('namespace'));
49 … $metadata = $this->_getAttribute($attributes, "metadata", $this->getConf('metadata'));
50 $objectfit = $this->_getAttribute($attributes, "fit", $this->getConf('fit'));
/plugin/rrdgraph/
H A Dsyntax.php182 $attributes = array ();
188 if (! empty($value)) $attributes[$key] = $value;
193 if (! array_key_exists($key, $attributes)) $attributes[$key] = $value;
196 return $attributes;
233 $attributes = $this->parseAttributes($match, array("show" => true, "ganged" => false));
235 if (array_key_exists("template", $attributes)) {
237 $this->rrdRecipe[self::R_NAME] = $attributes['template'];
238 $this->rrdRecipe[self::R_SHOW] = $this->parseBoolean($attributes['show']);
240 } else if (array_key_exists("bind", $attributes)) {
244 $this->rrdRecipe[self::R_BSOURCE] = $attributes['bind'];
[all …]
/plugin/odt/ODT/css/
H A Dcssdocument.php192 * @param string $attributes Code to parse
195 protected function get_attributes_array ($attributes) { argument
196 if (!isset($attributes)) {
202 $max = strlen($attributes);
204 $equal_sign = strpos ($attributes, '=', $pos);
208 $att_name = substr ($attributes, $pos, $equal_sign-$pos);
211 $att_end = $this->collect_attribute_value($att_value, $attributes, $equal_sign+1, $max);
269 * @param string $attributes The element's attributes
277 $this->entries [$this->size]['attributes'] = $attributes;
286 if (isset($attributes)) {
[all …]
/plugin/tablewidth/
H A Daction.php68 $attributes = $match[2];
72 if (preg_match('/(.*?style\s*=\s*(["\']).*?)(\2.*)/', $attributes, $match) == 1) {
73 $attributes = $match[1] . '; ' . $widthStyle . $match[3];
76 $attributes .= ' style="' . $widthStyle . '"';
79 return $entry . $attributes . $exit;
/plugin/odt/ODT/
H A DODTFrame.php67 …* @param string $attributes The attributes belonging o the element, e.g. 'class="ex…
69 …public static function openTextBoxUseCSS (ODTInternalParams $params, $element=NULL, $attributes=NU… argument
77 ODTUtility::openHTMLElement ($params, $properties, $element, $attributes);
96 …* @param string $attributes The attributes belonging o the element, e.g. 'class="ex…
98 …penTextBoxUseProperties (ODTInternalParams $params, $properties, $element=NULL, $attributes=NULL) { argument
100 self::openFrameUseProperties ($params, $properties, $element, $attributes);
160 ODTUtility::openHTMLElement ($params, $properties, $element, $attributes);
216 …* @param string $attributes The attributes belonging o the element, e.g. 'class="ex…
218 … openFrameUseProperties (ODTInternalParams $params, $properties, $element=NULL, $attributes=NULL) { argument
322 ODTUtility::openHTMLElement ($params, $throwAway, $element, $attributes);

12345678910>>...26