Home
last modified time | relevance | path

Searched refs:attributes (Results 126 – 150 of 644) sorted by relevance

12345678910>>...26

/plugin/struct/types/
H A DCheckbox.php50 $attributes = buildAttributes($params, true);
51 return "<label><input $attributes>&nbsp;$opt</label>";
83 $attributes = buildAttributes($params, true);
87 $html .= "<label><input $attributes>&nbsp;$opt</label>";
H A DDropdown.php40 $attributes = buildAttributes($params, true);
41 $html = "<select $attributes>";
74 $attributes = buildAttributes($params, true);
75 $html = "<select $attributes>";
/plugin/combo/ComboStrap/
H A DLazyLoad.php115 * @param TagAttributes $attributes
117 public static function addPlaceholderBackground(&$attributes) argument
121 if ($attributes->hasComponentAttribute(BackgroundAttribute::BACKGROUND_COLOR)) {
122 $placeholderColor = $attributes->getValueAndRemove(BackgroundAttribute::BACKGROUND_COLOR);
124 $attributes->addOutputAttributeValue("data-placeholder-background", "$placeholderColor");
/plugin/combo/syntax/
H A Dcell.php158 $attributes = TagAttributes::createFromTagMatch($match, $defaultAttributes, $knownTypes)->toCallStackArray();
163 PluginUtility::ATTRIBUTES => $attributes);
251 $attributes = TagAttributes::createFromCallStackArray($callStackArray, self::TAG);
256 $attributes->addClassName(self::FLEX_CLASS);
260 $attributes->addClassName("justify-content-center");
262 $renderer->doc .= $attributes->toHtmlEnterTag("div");
H A Dcite.php98 $attributes = TagAttributes::createFromTagMatch($match)->toCallStackArray();
101 PluginUtility::ATTRIBUTES => $attributes
137 $attributes = $data[PluginUtility::ATTRIBUTES];
138 $tagAttributes = TagAttributes::createFromCallStackArray($attributes, self::TAG);
/plugin/revealjs/plugin/markdown/
H A Dmarkdown.js63 var attributes = section.attributes;
66 for( var i = 0, len = attributes.length; i < len; i++ ) {
67 var name = attributes[i].name,
68 value = attributes[i].value;
94 options.attributes = options.attributes || '';
176 markdownSections += '<section '+ options.attributes +'>';
185 …markdownSections += '<section '+ options.attributes +' data-markdown>' + createMarkdownSlide( sect…
216 attributes: getForwardedAttributes( section )
238 attributes: getForwardedAttributes( section )
/plugin/odt/ODT/
H A DODTTable.php116 ODTUtility::openHTMLElement ($params, $properties, $element, $attributes);
215 …function tableRowOpen(ODTInternalParams $params, $styleName=NULL, $element=NULL, $attributes=NULL){ argument
228 ODTUtility::openHTMLElement ($params, $properties, $element, $attributes);
272 ODTUtility::openHTMLElement ($params, $properties, $element, $attributes);
330 ODTUtility::openHTMLElement ($params, $properties, $element, $attributes);
373 …enUseCSS(ODTInternalParams $params, $maxcols=NULL, $numrows=NULL, $element=NULL, $attributes=NULL){ argument
379 ODTUtility::openHTMLElement ($params, $properties, $element, $attributes);
453 ODTUtility::openHTMLElement ($params, $properties, $element, $attributes);
484 …public static function tableRowOpenUseCSS(ODTInternalParams $params, $element=NULL, $attributes=NU… argument
490 ODTUtility::openHTMLElement ($params, $properties, $element, $attributes);
[all …]
H A DODTDocument.php335 function spanOpen($styleName, $element=NULL, $attributes=NULL){ argument
362 ODTSpan::spanOpenUseCSS($this->params, $element, $attributes);
707 function heading($text, $level, $element=NULL, $attributes=NULL){ argument
1033 function listItemOpen($level, $element=NULL, $attributes=NULL) { argument
1052 function listHeaderOpen($level, $element=NULL, $attributes=NULL) { argument
1070 function listContentOpen($element=NULL, $attributes=NULL) { argument
1071 ODTList::listContentOpen($this->params, $element, $attributes);
1122 function tableRowOpen($element=NULL, $attributes=NULL){ argument
2068 public function addHTMLElement ($element, $attributes = NULL) { argument
2069 $this->htmlStack->open($element, $attributes);
[all …]
/plugin/combo/ComboStrap/Tag/
H A DAdTag.php133 public static function render(TagAttributes $attributes): string argument
136 $name = $attributes->getValueAndRemoveIfPresent(self::NAME_ATTRIBUTE);
141 $attributes->setId(AdTag::getTagId($name));
150 $htmlAttributes = $attributes
180 $htmlAttributesString = $attributes
/plugin/odt/ODT/elements/
H A DODTElementTextBox.php14 protected $attributes = NULL; variable in ODTElementTextBox
78 $this->attributes = $value;
87 return $this->attributes;
/plugin/bootswrapper/syntax/
H A Dwell.php39 list($state, $match, $pos, $attributes) = $data;
42 $size = ($attributes['size']) ? 'well-' . $attributes['size'] : '';
H A Dcollapse.php45 list($state, $match, $pos, $attributes) = $data;
48 $id = $attributes['id'];
49 $collapsed = $attributes['collapsed'];
H A Daccordion.php45 list($state, $match, $pos, $pos, $attributes) = $data;
48 $html_attributes = $this->mergeCoreAttributes($attributes);
51 if ($attributes['collapsed']) {
H A Dlabel.php45 list($state, $match, $pos, $attributes, $is_block) = $data;
51 $type = $attributes['type'];
52 $icon = $attributes['icon'];
H A Dwrapper.php45 list($state, $match, $pos, $attributes, $is_block) = $data;
51 $wrap_classes = $attributes['class'];
53 … $wrapper_attributes = $this->buildAttributes($attributes, array('class' => $wrap_classes));
H A Dcolumn.php65 list($state, $match, $pos, $attributes) = $data;
71 $col .= isset($attributes[$device]) ? "col-$device-{$attributes[$device]} " : '';
H A Djumbotron.php44 list($state, $match, $pos, $attributes, $is_block) = $data;
47 $background = $attributes['background'];
48 $color = $attributes['color'];
H A Dnav.php58 list($state, $match, $pos, $attributes) = $data;
64 $attributes['type'] = $this->nav_type;
67 foreach ($attributes as $key => $value) {
/plugin/codemirror/dist/modes/
H A Dtextile.min.js1attributes:"attribute",bold:"strong",cite:"keyword",code:"atom",definitionList:"number",deletion:"… class in AnonymousFunction2bc6d9c80100.k
/plugin/authplaincas/
H A Dauth.php282 $attributes = plaincas_user_attributes(phpCAS::getAttributes());
285 'name' => $attributes['name'],
286 'mail' => $attributes['mail']
309 $attributes['name'] !== $this->_userInfo['name'] ||
310 $attributes['mail'] !== $this->_userInfo['mail']
316 'name' => $attributes['name'],
317 'mail' => $attributes['mail']
364 if (!is_array($attributes)) {
365 $attributes = array($attributes);
370 foreach ($attributes as $attribute) {
[all …]
/plugin/jplayer/vendor/kriswallsmith/assetic/src/Assetic/Extension/Twig/
H A DAsseticNode.php32 * @param array $attributes An array of attributes
36 …$asset, \Twig_Node $body, array $inputs, array $filters, $name, array $attributes = array(), $line… argument
40 $attributes = array_replace(
42 $attributes,
46 parent::__construct($nodes, $attributes, $lineno, $tag);
/plugin/authucenter/lib/uc_client/lib/
H A Dxml.class.php65 function open(&$parser, $tag, $attributes) { argument
69 if(isset($attributes['id']) && !is_string($this->document[$attributes['id']])) {
70 $this->document = &$this->document[$attributes['id']];
83 $this->attrs = $attributes;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Networkconnectivity/
H A DTraceSpan.php40 public function setAttributes(Attributes $attributes) argument
42 $this->attributes = $attributes;
49 return $this->attributes;
/plugin/davcal/vendor/sabre/xml/lib/
H A DReader.php131 $attributes = [];
225 $attributes = [];
228 $attributes = $this->parseAttributes();
253 'attributes' => $attributes,
269 $attributes = [];
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Apigee/
H A DGoogleCloudApigeeV1DeveloperApp.php117 public function setAttributes($attributes) argument
119 $this->attributes = $attributes;
126 return $this->attributes;

12345678910>>...26