Home
last modified time | relevance | path

Searched refs:attrs (Results 76 – 100 of 188) sorted by path

12345678

/plugin/commonmark/vendor/league/commonmark/src/Inline/Renderer/
H A DStrongRenderer.php
/plugin/data/Form/
H A DDropdownElement.php124 $attr = $this->attrs();
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/data/syntax/
H A Dentry.php565 $el->attrs(($vals['multi'] ? ['multiple' => 'multiple'] : []));
581 $el->attrs($attr);
612 $el->attrs($check_data);
621 $el->attrs(['readonly' => '1', 'title' => $vals['comment'] ?? '']);
/plugin/davcal/fullcalendar-3.10.5/
H A Dfullcalendar.js829 function attrsToStr(attrs) {
831 $.each(attrs, function (name, val) {
10458 DateComponent.prototype.buildGotoAnchorHtml = function (gotoOptions, attrs, innerHtml) {
10476 if (typeof attrs === 'string') {
10477 innerHtml = attrs;
10478 attrs = null;
10480 attrs = attrs ? ' ' + util_1.attrsToStr(attrs) : ''; // will have a leading space
10483 return '<a' + attrs +
10489 return '<span' + attrs + '>' +
/plugin/diagrams/script/
H A DDiagramsView.js16 * @param {object} attrs
18 renderNode(attrs) { argument
41 this.node.attrs,
H A Dprosemirror.js7 attrs: {
28 let alignclass = node.attrs.align;
37 title: node.attrs.title,
38 src: node.attrs.url,
39 'data-id': node.attrs.id,
40 'data-type': node.attrs.type,
41 width: node.attrs.width,
42 height: node.attrs.height,
/plugin/diagramsnet/lib/js/diagramly/
H A DDialogs.js6842 var attrs = cell.value.attributes;
6844 for (var i = 0; i < attrs.length; i++)
6846 if (attrs[i].nodeName != 'label')
6848 …var value = mxUtils.trim(attrs[i].nodeValue.replace(/[\x00-\x1F\x7F-\x9F]|\s+/g, ' ')).toLowerCase…
H A DEditorUi.js2360 var attrs = valueNode.attributes;
2362 for (var j = 0; j < attrs.length; j++)
2364 graph.setAttributeForCell(cell, attrs[j].nodeName,
2365 (attrs[j].nodeValue.length > 0) ? attrs[j].nodeValue : null);
/plugin/diagramsnet/lib/js/grapheditor/
H A DDialogs.js1378 var attrs = value.attributes;
1465 for (var i = 0; i < attrs.length; i++)
1467 if ((isLayer || attrs[i].nodeName != 'label') && attrs[i].nodeName != 'placeholders')
1469 temp.push({name: attrs[i].nodeName, value: attrs[i].nodeValue});
H A DGraph.js3019 var attrs = (cells[i].value != null) ? cells[i].value.attributes : null;
3023 if (attrs != null)
3025 for (var j = 0; j < attrs.length; j++)
3027 row[attrs[j].nodeName] = attrs[j].nodeValue;
4746 var attrs = cell.value.attributes;
4756 for (var i = 0; i < attrs.length; i++)
4758 if (mxUtils.indexOf(ignored, attrs[i].nodeName) < 0 && attrs[i].nodeValue.length > 0)
4760 temp.push({name: attrs[i].nodeName, value: attrs[i].nodeValue});
/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/diffpreview/
H A Daction.php40 ->attrs(['accesskey' => 'c', 'tabindex' => '5'])
/plugin/dirtylittlehelper/mermaid/editor/docs/
H A Dbundle.js.map1attrs) {\n var w = attrs.width;\n attrs.width = attrs.height;\n attrs.height = w;\n}\n\nfunctio…
/plugin/dirtylittlehelper/script/
H A Dmermaid.min.js.map1attrs","hasNode","dummy","setNode","maxRank","rank","simplify","simplified","setGraph","graph","si…
/plugin/docimporter/
H A D.action.php.swp26attrs);� $attrs = array('ow' => true);� $image_data = new …
/plugin/eventum/XML/
H A DRPC.php244 function XML_RPC_se($parser_resource, $name, $attrs) argument
/plugin/eventum/
H A Dsyntax.php65 list($id, $attrs) = explode('&', $match, 2);
67 $data = array('raw' => $raw, 'id' => $id, 'attrs' => $attrs);
/plugin/exttab3/
H A Dsyntax.php62 $attrs = '[^\n\{\|\!\[]+';
65 $this->Lexer->addPattern("\n\|\+ *(?:$attrs\|(?!\|))?", $this->mode);
69 $this->Lexer->addPattern("(?: *?\n|\!)\!(?:$attrs\|(?!\|))?", $this->mode);
71 $this->Lexer->addPattern("(?: *?\n|\|)\|(?:$attrs\|(?!\|))?", $this->mode);
135 $attrs = substr($markup, $len);
136 return array($tag, $attrs);
/plugin/farmer/action/
H A Dajax.php194 $attrs = [
200 $attr = buildAttributes($attrs);
/plugin/farmsync/meta/
H A DMediaConflict.php34 …$form->attrs(array('data-animal' => $this->getAnimal(), "data-page" => $this->getItem(), "data-typ…
H A DStructConflict.php26 …$form->attrs(array('data-animal' => $this->getAnimal(), "data-page" => $this->getItem(), "data-typ…
H A DTemplateConflict.php26 …$form->attrs(array('data-animal' => $this->getAnimal(), "data-page" => $this->getItem(), "data-typ…
/plugin/fckg/fckeditor/editor/plugins/range/
H A Dfckplugin.js179 FCK.rangeObject.prototype.createIndents = function(attrs) { argument
181 this.background = attrs.background;
182 this.textcolor = attrs.textcolor;
/plugin/fckg/
H A Dscript.js134 var attrs = [];
142 attrs.push({
150 handler.start( tagName, attrs, unary );

12345678