Home
last modified time | relevance | path

Searched refs:attributes (Results 226 – 250 of 644) sorted by relevance

12345678910>>...26

/plugin/combo/syntax/
H A Dmedia.php133 * @param $attributes
136 public static function updateStatistics($attributes, renderer_plugin_combo_analytics $renderer) argument
138 $markupUrlString = $attributes[MarkupRef::REF_ATTRIBUTE];
321 * @param array $attributes
324 static public function registerImageMeta(array $attributes, Doku_Renderer_metadata $renderer) argument
327 $mediaMarkup = MediaMarkup::createFromCallStackArray($attributes);
H A Dlabel.php200 $attributes = $data[PluginUtility::ATTRIBUTES];
201 $renderer->doc .= TabsTag::openNavigationalTabElement($attributes);
204 $attributes = PanelTag::CONTEXT_PREVIEW_ALONE_ATTRIBUTES;
206 $renderer->doc .= TabsTag::openNavigationalTabElement($attributes);
H A Diteratordata.php133 $attributes = PluginUtility::getTagAttributes($match);
136 PluginUtility::ATTRIBUTES => $attributes
H A Dtoc.php108 $attributes = PluginUtility::getTagAttributes($match);
111 PluginUtility::ATTRIBUTES => $attributes
H A Dtooltip.php22 * to print all attributes until the title and not closing.
187 * Set on the parent the tooltip attributes
191 $attributes = $openingTag->getAttributes();
192 $attributes[Tooltip::CALLSTACK] = $toolTipCallStack;
193 $parent->addAttribute(Tooltip::TOOLTIP_ATTRIBUTE, $attributes);
/plugin/codify/
H A Dsyntax.php25 $attributes = trim(substr($match, 7, -1));
26 $chunk = preg_split("/\s+/", $attributes);
/plugin/s5reloaded/ui/effects_support/
H A Dbuilder.js88 _attributes: function(attributes) { argument
90 for(attribute in attributes)
92 '="' + attributes[attribute].toString().escapeHTML().gsub(/"/,'"') + '"');
/plugin/struct/types/
H A DLongText.php68 $attributes = buildAttributes($params, true);
70 return "<textarea $attributes>$rawvalue</textarea>";
H A DDate.php59 $attributes = buildAttributes($params, true);
60 return "<input $attributes />";
/plugin/combo/ComboStrap/
H A DEvent.php109 $attributes = [self::EVENT_NAME_ATTRIBUTE, self::EVENT_DATA_ATTRIBUTE, DatabasePageRow::ROWID];
110 $select = Sqlite::createSelectFromTableAndColumns(self::EVENT_TABLE_NAME, $attributes);
259 $attributes = [self::EVENT_NAME_ATTRIBUTE, self::EVENT_DATA_ATTRIBUTE, DatabasePageRow::ROWID];
260 $select = Sqlite::createSelectFromTableAndColumns(self::EVENT_TABLE_NAME, $attributes);
/plugin/combo/ComboStrap/Xml/
H A DXmlSystems.php132 * @param string[]|null $excludedAttributes - the value of this attributes will not be checked
146 $leftAttributesLength = $leftNode->attributes->length;
147 $rightNodeAttributes = $rightNode->attributes;
149 $error .= "The node (" . $rightNode->getNodePath() . ") have no attributes while the left node has.\n";
153 * Collect the attributes by name
157 $leftAtt = $leftNode->attributes->item($i);
244 for ($i = 0; $i < $rightNode->attributes->length; $i++) {
246 $rightAtt = $rightNode->attributes->item($i);
/plugin/groupmatrix/syntax/
H A Dtable.php119 $attributes = $data['attributes'];
131 $rows = array_map(function ($user, $username) use ($groups, $attributes) {
135 foreach ($attributes as $attribute) {
/plugin/scrape/HTMLPurifier/ConfigSchema/schema/
H A DOutput.SortAttr.txt
/plugin/diagramsnet/lib/plugins/
H A Dsvgdata.js41 for (var i = 0; i < state.cell.value.attributes.length; i++)
43 var attrib = state.cell.value.attributes[i];
/plugin/fksnewsfeed/inc/
H A DAbstractStream.php64 $attributes = [];
67 $attributes['data-' . $key] = $value;
72 $renderer->doc .= '<div class="stream row" ' . buildAttributes($attributes) . '></div>';
/plugin/combo/ComboStrap/Tag/
H A DBarTag.php123 public static function renderEnterXhtml(TagAttributes $attributes, array $data): string argument
126 $attributes->addClassName($barTag);
131 $html = $attributes->toHtmlEnterTag($htmlTag);
/plugin/authgooglesheets/vendor/google/apiclient-services/src/CloudRetail/
H A DGoogleCloudRetailV2Product.php141 public function setAttributes($attributes) argument
143 $this->attributes = $attributes;
150 return $this->attributes;
/plugin/captcha/
H A DEasySVG.php182 * @param array $attributes
185 public function addPath($def, $attributes = [])
188 foreach ($attributes as $key => $value) {
200 * @param array $attributes
203 public function addText($text, $x = 0, $y = 0, $attributes = [])
212 $attributes['fill'] = $this->font->color;
215 return $this->addPath($def, $attributes);
186 addPath($def, $attributes = array()) global() argument
204 addText($text, $x = 0, $y = 0, $attributes = array()) global() argument
/plugin/ckgdoku/ckeditor/plugins/link/
H A Dplugin.js.unc185 var attributes = element.attributes;
186 if ( !attributes.name )
196 var cls = attributes[ 'class' ];
197 if ( attributes.name && ( !cls || cls.indexOf( ieClass ) < 0 ) )
198 attributes[ 'class' ] = ( cls || '' ) + ' ' + ieClass;
202 attributes.contenteditable = 'false';
203 attributes[ 'data-cke-editable' ] = 1;
223 delete element.attributes.contenteditable;
/plugin/ckgedit/ckeditor/plugins/link/
H A Dplugin.js.unc185 var attributes = element.attributes;
186 if ( !attributes.name )
196 var cls = attributes[ 'class' ];
197 if ( attributes.name && ( !cls || cls.indexOf( ieClass ) < 0 ) )
198 attributes[ 'class' ] = ( cls || '' ) + ' ' + ieClass;
202 attributes.contenteditable = 'false';
203 attributes[ 'data-cke-editable' ] = 1;
223 delete element.attributes.contenteditable;
/plugin/menuext/
H A DMenuExtItem.php15 protected $attributes; variable in dokuwiki\\plugin\\menuext\\MenuExtItem
31 if (isset($data['attr'])) $this->attributes = $data['attr'];
/plugin/diagrams/script/
H A DDiagramsMenuItemDispatcher.js69 (attributes) => {
72 schema.nodes.diagrams.create(attributes)
/plugin/projects/plugins/file/
H A Dplot_dependency.php20 $plot = new PlotDefinition($file->attributes());
63 public function __construct($attributes) { argument
64 parent::__construct($attributes);
/plugin/commonmark/vendor/league/commonmark/src/Extension/Attributes/Event/
H A DAttributesListener.php48 $attributes = AttributesHelper::mergeAttributes($target, $node->getAttributes());
50 $attributes = AttributesHelper::mergeAttributes($node->getAttributes(), $target);
53 $target->data->set('attributes', $attributes);
/plugin/jokuwiki/
H A Dsyntax.php78 list($attributes, $data)=explode('>', substr($match,2,4),2);
79 $attrs=$this->parse_attributes($attributes);

12345678910>>...26