Home
last modified time | relevance | path

Searched refs:attributes (Results 26 – 50 of 644) sorted by relevance

12345678910>>...26

/plugin/syntaxhighlighter3/sxh3/src/js/
H A DshBrushXml.js16 if (match.attributes != null)
18 var attributes,
25 while ((attributes = XRegExp.exec(code, regex, pos)) != null)
27 result.push(new constructor(attributes.name, match.index + attributes.index, 'color1'));
28 …result.push(new constructor(attributes.value, match.index + attributes.index + attributes[0].index…
29 pos = attributes.index + attributes[0].length;
/plugin/bootswrapper/syntax/
H A Dtext.php63 list($state, $match, $pos, $attributes, $is_block) = $data;
69 $color = (isset($attributes['type']) ? $attributes['type'] : null);
70 $size = (isset($attributes['size']) ? $attributes['size'] : null);
71 $background = (isset($attributes['background']) ? $attributes['background'] : null);
72 $align = (isset($attributes['align']) ? $attributes['align'] : null);
73 $transform = (isset($attributes['transform']) ? $attributes['transform'] : null);
H A Dmodal.php88 list($state, $match, $pos, $attributes) = $data;
91 $id = $attributes['id'];
92 $size = $attributes['size'];
93 $title = $attributes['title'];
94 $keyboard = $attributes['keyboard'];
95 $dismiss = $attributes['dismiss'];
96 $show = $attributes['show'];
97 $fade = $attributes['fade'] === true ? 'fade' : '';
98 $backdrop = $attributes['backdrop'];
99 $remote = $attributes['remote'];
H A Dcallout.php57 list($state, $match, $pos, $attributes) = $data;
62 $type = $attributes['type'];
63 $icon = (isset($attributes['icon']) ? $attributes['icon'] : '');
64 $color = (isset($attributes['color']) ? $attributes['color'] : false);
65 $title = (isset($attributes['title']) ? $attributes['title'] : false);
71 $html_attributes = $this->mergeCoreAttributes($attributes);
H A Daffix.php79 list($state, $match, $pos, $attributes) = $data;
82 $top = $attributes['offset-top'];
83 $bottom = $attributes['offset-bottom'];
84 $target = $attributes['target'];
85 $position = $attributes['position'];
86 $position_top = $attributes['position-top'];
87 $position_bottom = $attributes['position-bottom'];
88 $position_right = $attributes['position-right'];
89 $position_left = $attributes['position-left'];
/plugin/wysiwyg/fckeditor/
H A Dfckeditor.cfm54 if( attributes.checkBrowser )
121 if( len( attributes.basePath) and right( attributes.basePath, 1 ) is not "/" )
122 attributes.basePath = attributes.basePath & "/";
125 sURL = attributes.basePath & "editor/fckeditor.html?InstanceName=" & attributes.instanceName;
128 if( len( attributes.toolbarSet ) )
163 for( key in attributes.config )
181 …<input type="hidden" id="#attributes.instanceName#" name="#attributes.instanceName#" value="#HTMLE…
183 …<iframe id="#attributes.instanceName#___Frame" src="#sURL#" width="#attributes.width#" height="#at…
196 attributes.width = attributes.width & "px";
198 attributes.height = attributes.height & "px";
[all …]
/plugin/combo/ComboStrap/TagAttribute/
H A DShadow.php42 * @param TagAttributes $attributes
44 public static function process(TagAttributes &$attributes) argument
48 if ($attributes->hasComponentAttribute(self::ELEVATION_ATT)) {
49 $elevationValue = $attributes->getValueAndRemove(self::ELEVATION_ATT);
51 if ($attributes->hasComponentAttribute(self::SHADOW_ATT)) {
52 $elevationValue = $attributes->getValueAndRemove(self::SHADOW_ATT);
60 $attributes->addClassName($shadowClass);
113 * @param TagAttributes $attributes
116 static function addMediumElevation(&$attributes) argument
118 $attributes
[all...]
H A DUnderline.php16 * @param TagAttributes $attributes
18 public static function processUnderlineAttribute(TagAttributes &$attributes) argument
22 if ($attributes->hasComponentAttribute(Underline::UNDERLINE_ATTRIBUTE)) {
23 $value = $attributes->removeComponentAttribute(Underline::UNDERLINE_ATTRIBUTE);
30 $attributes->addClassName("text-decoration-underline");
32 $attributes->addClassName("text-decoration-none");
H A DAnimation.php37 * @param TagAttributes $attributes
39 public static function processOnView(TagAttributes &$attributes) argument
41 if ($attributes->hasComponentAttribute(self::ON_VIEW_ATTRIBUTE)) {
42 $onView = $attributes->getValueAndRemove(self::ON_VIEW_ATTRIBUTE);
45 $attributes->addClassName($animateClass);
48 $attributes->addOutputAttributeValue("data-animated-class", $animationClass);
50 // TODO: Add attributes
52 //PluginUtility::addClass2Attributes($delay, $attributes);
80 * @param $attributes
83 private static function wowInit(&$attributes) argument
[all...]
/plugin/combo/syntax/
H A Dnote.php110 $attributes = TagAttributes::createFromTagMatch($match, $defaultAttributes, $knwonTypes);
113 PluginUtility::ATTRIBUTES => $attributes->toCallStackArray()
155 $attributes = TagAttributes::createFromCallStackArray($data[PluginUtility::ATTRIBUTES], self::TAG);
156 $attributes->addClassName("alert");
157 $type = $attributes->getValue(TagAttributes::TYPE_KEY);
169 $attributes->addClassName("alert-" . $type);
173 if (!$attributes->hasComponentAttribute(ColorRgb::COLOR)) {
174 $attributes->addComponentAttributeValue(ColorRgb::COLOR, "#6c6400"); // lum - 51
176 if (!$attributes->hasComponentAttribute("border-color")) {
177 $attributes
[all...]
H A Dpara.php195 $attributes = $data[PluginUtility::ATTRIBUTES];
196 $tagAttributes = TagAttributes::createFromCallStackArray($attributes);
204 $attributes = $data[PluginUtility::ATTRIBUTES];
205 $tagAttributes = TagAttributes::createFromCallStackArray($attributes);
250 * @param array $attributes - the attributes passed to the paragraph
252 public static function fromEolToParagraphUntilEndOfStack(CallStack &$callstack, array $attributes) argument
255 if (!is_array($attributes)) {
256 LogUtility::msg("The passed attributes array ($attributes) fo
[all...]
H A Ddisqus.php92 $attributes = PluginUtility::getTagAttributes($match);
93 return array($attributes);
114 list($attributes) = $data;
124 $attributes = PluginUtility::mergeAttributes($attributes, $default);
125 $forumShortName = $attributes[self::ATTRIBUTE_SHORTNAME];
139 $disqusIdentifier = $attributes[self::ATTRIBUTE_IDENTIFIER];
152 $url = $attributes[self::ATTRIBUTE_URL];
159 $title = $attributes[self::ATTRIBUTE_TITLE];
167 $category = $attributes[sel
[all...]
H A Dnavbargroup.php181 $attributes = $data[PluginUtility::ATTRIBUTES];
183 if (array_key_exists("class", $attributes)) {
184 $attributes["class"] .= " {$classValue}";
186 $attributes["class"] = $classValue;
189 if (array_key_exists("expand", $attributes)) {
190 if ($attributes["expand"]=="true") {
193 $attributes["class"] .= " me-auto";
195 $attributes["class"] .= " mr-auto";
198 unset($attributes["expand"]);
201 $inlineAttributes = PluginUtility::array2HTMLAttributesAsString($attributes);
[all...]
/plugin/combo/ComboStrap/
H A DLineSpacing.php18 * @param TagAttributes $attributes
20 public static function processLineSpacingAttributes(&$attributes) argument
25 if ($attributes->hasComponentAttribute($lineSpacing)) {
33 $lineSpacingValue = trim(strtolower($attributes->getValueAndRemove($lineSpacing)));
37 $attributes->addClassName("lh-1");
41 $attributes->addClassName("lh-sm");
45 $attributes->addClassName("lh-base");
49 $attributes->addClassName("lh-lg");
H A DPluginUtility.php27 const ATTRIBUTES = "attributes";
167 * @param $attributes - combo attributes
171 public static function array2HTMLAttributesAsString($attributes) argument
174 $tagAttributes = TagAttributes::createFromCallStackArray($attributes);
181 * Parse the attributes part of a match
269 $attributes = array();
293 $attributes[TagAttributes::TYPE_KEY] = $nextArgument;
311 $attributes[$keyThirdArgument] = $nextArgument;
322 * Parse the remaining attributes
432 processStyle(& $attributes) global() argument
683 addClass2Attributes($classValue, array& $attributes) global() argument
696 addStyleProperty($property, $value, array& $attributes) global() argument
799 addAttributeValue($attribute, $value, array& $attributes) global() argument
[all...]
H A DTextColor.php31 * @param TagAttributes $attributes
33 public static function processTextColorAttribute(TagAttributes &$attributes) argument
38 if ($attributes->hasComponentAttribute($colorAttribute)) {
39 $colorValue = $attributes->getValueAndRemove($colorAttribute);
52 $attributes->addStyleDeclarationIfNotSet(TextColor::CSS_ATTRIBUTE, "{$primaryColor->toRgbHex()}!important");
59 $attributes->addStyleDeclarationIfNotSet(TextColor::CSS_ATTRIBUTE, "{$secondaryColor->toRgbHex()}!important");
69 $attributes->addClassName("text-$lowerCaseColorValue");
81 $attributes->addStyleDeclarationIfNotSet(TextColor::CSS_ATTRIBUTE, $colorValue);
/plugin/refnotes/
H A Drefnote.php13 protected $attributes; variable in refnotes_refnote
19 public function __construct($attributes = array(), $data = array()) { argument
20 $this->attributes = $attributes;
28 return $this->attributes;
35 return array_key_exists($name, $this->attributes) ? $this->attributes[$name] : $default;
H A Dreference.php62 public function __construct($note, $attributes, $data) { argument
63 parent::__construct($attributes, $data);
140 public function __construct($note, $attributes, $data, $call) { argument
141 parent::__construct($note, $attributes, $data);
149 private function updateAttributes($attributes) { argument
153 if (array_key_exists($k, $attributes)) {
154 $this->attributes[$k] = $attributes[$k];
171 public function rewrite($attributes, $data) { argument
172 $this->updateAttributes($attributes);
[all...]
/plugin/ckgdoku/ckeditor/plugins/link/dialogs/
H A Danchor.js29 var attributes = class
39 …ake = createFakeAnchor( editor, editor.document.createElement( 'a', { attributes: attributes } ) );
43 this._.selectedElement.setAttributes( attributes );
54 attributes[ 'class' ] = 'cke_anchor_empty';
58 attributes[ 'contenteditable' ] = 'false';
59 attributes[ 'data-cke-editable' ] = 1;
62 var anchor = editor.document.createElement( 'a', { attributes: attributes } );
73 attributes['class'] = 'cke_anchor';
76 var style = new CKEDITOR.style( { element : 'a', attributes : attributes } );
/plugin/ckgedit/ckeditor/plugins/link/dialogs/
H A Danchor.js29 var attributes = class
39 …ake = createFakeAnchor( editor, editor.document.createElement( 'a', { attributes: attributes } ) );
43 this._.selectedElement.setAttributes( attributes );
54 attributes[ 'class' ] = 'cke_anchor_empty';
58 attributes[ 'contenteditable' ] = 'false';
59 attributes[ 'data-cke-editable' ] = 1;
62 var anchor = editor.document.createElement( 'a', { attributes: attributes } );
73 attributes['class'] = 'cke_anchor';
76 var style = new CKEDITOR.style( { element : 'a', attributes : attributes } );
/plugin/webcode/syntax/
H A Dbasis.php32 private $attributes = array(); variable in syntax_plugin_webcode_basis
217 $attributes = array();
218 $attributes['frameborder'] = 1;
219 $attributes['width'] = '100%';
222 $attributes[$renderingModeKey] = 'story';
245 $this->attributes = $attributes;
248 return array($state, $attributes);
368 $this->attributes = $data[1];
531 public function addJsFiddleButton($codes, $attributes) argument
589 $title = $attributes['name'];
[all …]
/plugin/findologicxmlexport/vendor/twig/twig/src/Node/
H A DNode.php25 protected $attributes; variable in Twig\\Node\\Node
50 $this->attributes = $attributes;
57 $attributes = [];
58 foreach ($this->attributes as $name => $value) {
62 $repr = [\get_class($this).'('.implode(', ', $attributes)];
97 foreach ($this->attributes as $name => $value) {
150 return \array_key_exists($name, $this->attributes);
158 if (!\array_key_exists($name, $this->attributes)) {
162 return $this->attributes[$name];
171 $this->attributes[$name] = $value;
[all …]
/plugin/commonmark/vendor/league/commonmark/src/
H A DHtmlElement.php
/plugin/odt/ODT/elements/
H A DODTElementFrame.php16 protected $attributes = NULL; variable in ODTElementFrame
106 $this->attributes = preg_replace( "/\r|\n/", "", $value);
107 $this->attributes = preg_replace( "/\s+/", " ", $this->attributes);
120 return $this->attributes;
231 if (isset($this->attributes)) {
232 if ( preg_match('/svg:width="[^"]+"/', $this->attributes, $matches) === 1 ) {
242 if (isset($this->attributes)) {
245 $this->attributes = str_replace($matches [0], $widthAttr, $this->attributes);
249 $this->attributes .= ' svg:width="'.$width.'"';
253 if (isset($this->attributes)) {
[all …]
/plugin/jplayer/vendor/kriswallsmith/assetic/src/Assetic/Extension/Twig/
H A DAsseticTokenParser.php51 $attributes = array(
71 $attributes['output'] = $stream->expect(\Twig_Token::STRING_TYPE)->getValue();
81 $attributes['var_name'] = $stream->expect(\Twig_Token::STRING_TYPE)->getValue();
99 $attributes['vars'][] = $stream->expect(\Twig_Token::STRING_TYPE)->getValue();
113 $attributes[$key] = $stream->expect(\Twig_Token::STRING_TYPE)->getValue();
131 $name = $this->factory->generateAssetName($inputs, $filters, $attributes);
134 … $asset = $this->factory->createAsset($inputs, $filters, $attributes + array('name' => $name));
155 * @param array $attributes
171 return new AsseticNode($asset, $body, $inputs, $filters, $name, $attributes, $lineno, $tag);
180 * @param array $attributes
[all …]

12345678910>>...26