Home
last modified time | relevance | path

Searched refs:attrs (Results 26 – 50 of 188) sorted by relevance

12345678

/plugin/ckgdoku/scripts/
H A Dparse_wiki.js.unc280 start: function( tag, attrs, unary ) {
410 // if(!confirm(tag + ' ' + attrs[i].name + '="' + attrs[i].escaped + '"')) exit;
431 if(attrs[i].name == 'class' && attrs[i].value == 'footnotes') {
437 … if(tag == 'dl' && attrs[i].name == 'class' && attrs[i].value == 'file') {
514 if(attrs[i].name == 'align') {
538 // if(!confirm(attrs[i].name + '="' + attrs[i].escaped + '"')) exit;
557 attrs[i].value = attrs[i].value.replace(/\./g,'_');
567 this.id = attrs[i].value;
570 type = attrs[i].value;
857 alt=attrs[i].value;
[all …]
/plugin/ckgedit/scripts/
H A Dparse_wiki.js.unc364 start: function(tag, attrs, unary) {
499 // if(!confirm(tag + ' ' + attrs[i].name + '="' + attrs[i].escaped + '"')) exit;
520 if (attrs[i].name == 'class' && attrs[i].value == 'footnotes') {
526 if (tag == 'dl' && attrs[i].name == 'class' && attrs[i].value == 'file') {
623 … // if(!confirm(attrs[i].name + '="' + attrs[i].escaped + '"')) exit;
637 attrs[i].value = attrs[i].value.replace(/\./g, '_');
647 type = attrs[i].value;
910 alt = attrs[i].value;
964 … src = decodeURIComponent ? decodeURIComponent(attrs[i].escaped) : unescape(attrs[i].escaped);
985 width = attrs[i].value;
[all …]
/plugin/commonmark/vendor/league/commonmark/src/Extension/Footnote/Renderer/
H A DFootnoteContainerRenderer.php41 $attrs = $node->data->getData('attributes');
43 $attrs->append('class', $this->config->get('footnote/container_class'));
44 $attrs->set('role', 'doc-endnotes');
51 return new HtmlElement('div', $attrs->export(), $contents);
/plugin/prosemirror/schema/
H A DNode.php27 protected $attrs = []; variable in dokuwiki\\plugin\\prosemirror\\schema\\Node
97 if (isset($this->attrs[$key])) {
98 return $this->attrs[$key];
104 $this->attrs[$key] = $value;
130 if ($this->attrs) {
131 $json['attrs'] = $this->attrs;
/plugin/sequencediagram/bower_components/lodash/vendor/backbone/
H A Dbackbone.js401 if (options.parse) attrs = this.parse(attrs, options) || {};
403 attrs = _.defaults(_.extend({}, defaults, attrs), defaults);
473 var attrs;
475 attrs = key;
548 var attrs = {};
614 var attrs;
616 attrs = key;
654 if (method === 'patch' && !options.attrs) options.attrs = attrs;
732 attrs = _.extend({}, this.attributes, attrs);
880 if (options.parse) attrs = existing.parse(attrs, options);
[all …]
/plugin/socialshareprivacy2/SSP/scripts/
H A Djquery.socialshareprivacy.linkedin.js35 var attrs = { class in $.fn.socialSharePrivacy.settings.services.linkedin.button
40 if (options.onsuccess) attrs['data-onsuccess'] = options.onsuccess;
41 if (options.onerror) attrs['data-onerror'] = options.onerror;
42 var $code = $('<script type="IN/Share"></script>').attr(attrs);
/plugin/fedauth/Auth/Yadis/
H A DXRDS.php138 $attrs = $this->parser->attributes($elem);
139 if ($attrs &&
140 array_key_exists('priority', $attrs)) {
141 $priority = intval($attrs['priority']);
306 $attrs = $parser->attributes($root);
308 if (array_key_exists('xmlns:xrd', $attrs) &&
309 $attrs['xmlns:xrd'] != Auth_Yadis_XMLNS_XRDS) {
311 } else if (array_key_exists('xmlns', $attrs) &&
312 preg_match('/xri/', $attrs['xmlns']) &&
313 $attrs['xmlns'] != Auth_Yadis_XMLNS_XRD_2_0) {
/plugin/openid/Auth/Yadis/
H A DXRDS.php138 $attrs = $this->parser->attributes($elem);
139 if ($attrs &&
140 array_key_exists('priority', $attrs)) {
141 $priority = intval($attrs['priority']);
320 $attrs = $parser->attributes($root);
322 if (array_key_exists('xmlns:xrd', $attrs) &&
323 $attrs['xmlns:xrd'] != Auth_Yadis_XMLNS_XRDS) {
325 } else if (array_key_exists('xmlns', $attrs) &&
326 preg_match('/xri/', $attrs['xmlns']) &&
327 $attrs['xmlns'] != Auth_Yadis_XMLNS_XRD_2_0) {
/plugin/odt/ODT/styles/
H A DODTTableCellStyle.php150 $attrs = 0;
154 $attrs += $style->importODTStyleInternal(ODTStyleStyle::getStyleProperties (), $open);
159 … $attrs += $style->importODTStyleInternal(ODTStyleStyle::getStyleProperties (), $open);
165 … $attrs += $style->importODTStyleInternal(ODTParagraphStyle::getParagraphProperties (), $xmlCode);
170 $attrs += $style->importODTStyleInternal(ODTTextStyle::getTextProperties (), $open);
175 $attrs += $style->importODTStyleInternal(self::$table_cell_fields, $open);
179 if ( $attrs == 0 ) {
H A DODTTableColumnStyle.php94 $attrs = 0;
98 $attrs += $style->importODTStyleInternal(ODTStyleStyle::getStyleProperties (), $open);
103 … $attrs += $style->importODTStyleInternal(ODTStyleStyle::getStyleProperties (), $open);
109 $attrs += $style->importODTStyleInternal(self::$table_column_fields, $open);
113 if ( $attrs == 0 ) {
H A DODTTableRowStyle.php113 $attrs = 0;
117 $attrs += $style->importODTStyleInternal(ODTStyleStyle::getStyleProperties (), $open);
122 … $attrs += $style->importODTStyleInternal(ODTStyleStyle::getStyleProperties (), $open);
128 $attrs += $style->importODTStyleInternal(self::$table_row_fields, $open);
132 if ( $attrs == 0 ) {
H A DODTTableStyle.php123 $attrs = 0;
127 $attrs += $style->importODTStyleInternal(ODTStyleStyle::getStyleProperties (), $open);
132 … $attrs += $style->importODTStyleInternal(ODTStyleStyle::getStyleProperties (), $open);
138 $attrs += $style->importODTStyleInternal(self::$table_fields, $open);
142 if ( $attrs == 0 ) {
H A DODTTextListStyle.php134 $attrs = 0;
139 $attrs += $style->importODTStyleInternal(self::$list_fields, $open);
160 …$attrs += $style->importODTStyleInternal(self::$style_number_fields, $level, $list_style_propertie…
164 …$attrs += $style->importODTStyleInternal(self::$style_bullet_fields, $level, $list_style_propertie…
168 …$attrs += $style->importODTStyleInternal(self::$style_image_fields, $level, $list_style_properties…
174 … $attrs += $style->importODTStyleInternal($text_fields, $temp_content, $text_properties);
176 …$attrs += $style->importODTStyleInternal(self::$list_level_props_fields, $temp_content, $list_leve…
178 …$attrs += $style->importODTStyleInternal(self::$label_align_fields, $temp_content, $label_properti…
197 if ( $attrs == 0 ) {
H A DODTTextOutlineStyle.php109 $attrs = 0;
114 $attrs += $style->importODTStyleInternal(self::$outline_fields, $open);
131 $attrs += $style->importODTStyleInternal($text_fields, $level, $properties);
132 … $attrs += $style->importODTStyleInternal(self::$outline_fields, $level, $properties);
148 if ( $attrs == 0 ) {
/plugin/tagfilter/syntax/
H A Dfilter.php337 $attrs = [//generelle Optionen für DropDownListe onchange->submit von id namespace und den flags für pagelist
344 $attrs['multiple'] = 'multiple';
345 $attrs['size'] = $this->getConf("DropDownList_size");
347 $attrs['size'] = 1;
352 $form->addElement(form_makeListboxField($label, $pagetitles, $selectedTags, $label, $id, 'tagfilter', $attrs));
374 $attrs = [//generelle Optionen für DropDownListe onchange->submit von id namespace und den flags für pagelist
382 $attrs['multiple'] = 'multiple';
383 $attrs['size'] = $this->getConf("DropDownList_size");
385 $attrs['size'] = 1;
406 $attrs['dat
[all...]
/plugin/bugzillaint/helper/
H A Drender.php13 $attrs = array(
34 return $this->makeAttributes( $dataAttrs, $attrs );
38 private function makeAttributes( $data, $attrs ) { argument
44 foreach ($attrs as $k => $v) {
/plugin/s5reloaded/ui/effects_support/
H A Dbuilder.js55 var attrs = this._attributes(arguments[1]);
56 if(attrs.length) {
59 attrs + "></" + elementName + ">";
89 var attrs = [];
91 attrs.push((attribute in this.ATTR_MAP ? this.ATTR_MAP[attribute] : attribute) +
93 return attrs.join(" ");
/plugin/prosemirror/parser/
H A DLinkNode.php20 protected $attrs = [];
29 $this->attrs = $data['attrs'];
55 if (!empty($this->attrs['data-name'])) {
56 $title = '|' . $this->attrs['data-name'];
57 } elseif (!empty($this->attrs['image-id'])) {
59 foreach ($this->attrs as $key => $value) {
66 'attrs' => $imageAttrs,
18 protected $attrs = []; global() variable in dokuwiki\\plugin\\prosemirror\\parser\\LinkNode
/plugin/scrape/HTMLPurifier/Lexer/
H A DPEARSax3.php
/plugin/diagramsnet/lib/plugins/
H A Dprops.js99 var attrs = (cell.value != null) ? cell.value.attributes : null;
106 if (attrs != null)
119 for (var i = 0; i < attrs.length; i++)
121 if (mxUtils.indexOf(ignored, attrs[i].nodeName) < 0 &&
122 attrs[i].nodeValue.length > 0)
126 mxUtils.write(h2, attrs[i].nodeName);
129 mxUtils.write(p, attrs[i].nodeValue);
/plugin/authgooglesheets/vendor/phpseclib/phpseclib/phpseclib/File/
H A DANSI.php142 private $attrs; variable in phpseclib3\\File\\ANSI
199 $this->attrs = array_fill(0, $this->max_y + 1, $this->attr_row);
264 …attrs = array_merge($this->history_attrs, array_slice(array_splice($this->attrs, $this->y + 1), 0,…
265 … $this->attrs = array_merge($this->attrs, array_fill($this->y, $this->max_y, $this->attr_row));
279 $this->attrs[$this->y] = $this->attr_row;
391 $this->attrs[$this->y][$this->x] = clone $this->base_attr_cell;
410 $this->attrs[$this->y][$this->x] = clone $this->attr_cell;
448 $this->history_attrs = array_merge($this->history_attrs, [array_shift($this->attrs)]);
449 $this->attrs[] = $this->attr_row;
533 $cur_attr = $this->attrs[$i][$j];
[all …]
/plugin/commonmark/vendor/league/commonmark/src/Extension/Table/
H A DTableCellRenderer.php55 $attrs = $node->data->get('attributes');
57 $attrs = AttributesHelper::mergeAttributes($attrs, $this->alignmentAttributes[$alignment]);
62 return new HtmlElement($tag, $attrs, $childRenderer->renderNodes($node->children()));
/plugin/data/Form/
H A DOptGroup.php38 $attrs = '';
39 if (!empty($val['attrs']) && is_array($val['attrs'])) {
40 $attrs = buildAttributes($val['attrs']);
42 $html .= '<option' . $selected . ' value="' . hsc($key) . '" ' . $attrs . '>';
/plugin/commonmark/vendor/league/commonmark/src/Block/Renderer/
H A DBlockQuoteRenderer.php
H A DListBlockRenderer.php

12345678