Home
last modified time | relevance | path

Searched refs:attr (Results 451 – 475 of 722) sorted by last modified time

1...<<11121314151617181920>>...29

/plugin/inlinejs/syntax/
H A Dpreloader.php222 $attr = buildAttributes($entry);
223 $out = '<'.$entry['_tag'].($attr ? ' '.$attr : '');
/plugin/pagetitle/syntax/
H A Ddecorative.php172 $attr = $wrap->buildAttributes($param, 'pagetitle');
174 $attr = ' class="pagetitle"';
178 $renderer->doc .= '<h1'.$attr.'>';
/plugin/extlist/
H A Dsyntax.php219 protected function _writeCall($tag, $attr, $state, $pos, $match, $handler) argument
222 array($state, $tag, $attr), $state, $pos, $match
235 $attr = isset($m['num']) ? 'start="'.$m['num'].'"' : '';
238 $attr = null;
249 $attr.= !empty($attr) ? ' ' : '';
250 $attr.= ' class="'.$class.'"';
251 $this->_writeCall($tag,$attr,DOKU_LEXER_ENTER, $pos,$match,$handler);
278 $attr = ' value="'.$m['num'].'"';
279 $attr
554 _open($tag, $attr = null) global() argument
[all...]
/plugin/extlist/css/
H A D_numbering.less30 content: attr(data-marker);
45 content: attr(data-marker);
62 content: attr(data-marker);
82 content: "(" attr(value) ")";
/plugin/icons/assets/font-linux/
H A Dfont-linux.css49 [data-icon]:before { content: attr(data-icon); }
/plugin/sequencediagram/bower_components/js-sequence-diagrams/dist/
H A Dsequence-diagram-snap-min.js.map1 …extNode","addClass","beginGroup","arrowMarkers_","arrow","path","marker","attr","id","markerWidth"…
H A Dsequence-diagram-snap.js1394 .attr({id: 'markerArrowBlock'});
1398 .attr({markerWidth: '4', id: 'markerArrowOpen'});
1403 this.paper_.attr({
1438 t.attr(font || {});
1441 t.selectAll('tspan:nth-child(n+2)').attr({
1451 var line = this.paper_.line(x1, y1, x2, y2).attr(LINE);
1456 line.attr('markerEnd', this.arrowMarkers_[arrowhead]);
1462 var rect = this.paper_.rect(x, y, w, h).attr(RECT);
1484 t.attr({x: x - bb.x, y: y - bb.y});
1485 t.selectAll('tspan').attr({x: x});
[all …]
H A Dsequence-diagram-raphael-min.js6attr(font));var bb=p.getBBox();return p.remove(),bb},drawLine:function(x1,y1,x2,y2,linetype,arrowh…
H A Dsequence-diagram-snap-min.js6attr({id:"markerArrowBlock"}),arrow=this.paper_.path("M 9.6,8 1.92,16 0,13.7 5.76,8 0,2.286 1.92,0…
H A Dsequence-diagram.js1394 .attr({id: 'markerArrowBlock'});
1398 .attr({markerWidth: '4', id: 'markerArrowOpen'});
1403 this.paper_.attr({
1438 t.attr(font || {});
1441 t.selectAll('tspan:nth-child(n+2)').attr({
1484 t.attr({x: x - bb.x, y: y - bb.y});
1485 t.selectAll('tspan').attr({x: x});
1658 p.attr(font);
1679 return this.paper_.rect(x, y, w, h).attr(RECT);
1708 t.attr(font);
[all …]
H A Dsequence-diagram-min.js6attr({id:"markerArrowBlock"}),arrow=this.paper_.path("M 9.6,8 1.92,16 0,13.7 5.76,8 0,2.286 1.92,0…
/plugin/sequencediagram/bower_components/lodash/vendor/backbone/
H A Dbackbone.js446 get: function(attr) { argument
451 escape: function(attr) { argument
457 has: function(attr) { argument
504 val = attrs[attr];
505 if (!_.isEqual(current[attr], val)) changes.push(attr);
507 changed[attr] = val;
511 unset ? delete current[attr] : current[attr] = val;
571 for (var attr in diff) {
572 var val = diff[attr];
574 changed[attr] = val;
[all …]
/plugin/sequencediagram/bower_components/js-sequence-diagrams/src/
H A Dtheme-snap.js123 .attr({id: 'markerArrowBlock'});
127 .attr({markerWidth: '4', id: 'markerArrowOpen'});
132 this.paper_.attr({
167 t.attr(font || {});
170 t.selectAll('tspan:nth-child(n+2)').attr({
180 var line = this.paper_.line(x1, y1, x2, y2).attr(LINE);
185 line.attr('markerEnd', this.arrowMarkers_[arrowhead]);
191 var rect = this.paper_.rect(x, y, w, h).attr(RECT);
213 t.attr({x: x - bb.x, y: y - bb.y});
214 t.selectAll('tspan').attr({x: x});
[all …]
H A Dtheme-raphael.js100 p.attr(font);
110 var line = this.paper_.line(x1, y1, x2, y2).attr(LINE);
112 line.attr('arrow-end', this.arrowTypes_[arrowhead] + '-wide-long');
115 line.attr('stroke-dasharray', this.lineTypes_[linetype]);
121 return this.paper_.rect(x, y, w, h).attr(RECT);
150 t.attr(font);
151 t.attr({'text-anchor': 'start'});
177 var line = this.paper_.path(handLine(x1, y1, x2, y2)).attr(LINE);
179 line.attr('arrow-end', this.arrowTypes_[arrowhead] + '-wide-long');
182 line.attr('stroke-dasharray', this.lineTypes_[linetype]);
[all …]
/plugin/sequencediagram/bower_components/raphael/dev/
H A Draphael.vml.js617 elproto.attr = function (name, value) {
651 out[name[i]] = this.attr(name[i]);
744 attr = {fill: "none", stroke: "#000"}; class in AnonymousFunctionc81a058c1c00
745 pathString && (attr.path = pathString);
749 setFillAndStroke(p, attr);
803 res = vml.path(path).attr({stroke: "none"}),
839 attr = { class in AnonymousFunctionc81a058c2100
854 setFillAndStroke(p, attr);
H A Draphael.core.js3767 var out = this.paper[this.type]().attr(this.attr());
4335 for (var attr in anim) if (anim[has](attr)) {
4336 newAnim[toFloat(attr)] = anim[attr];
4430 for (var attr in params) if (params[has](attr)) {
4432 from[attr] = element.attr(attr);
4433 (from[attr] == null) && (from[attr] = availableAttrs[attr]);
4434 to[attr] = params[attr];
4437 diff[attr] = (to[attr] - from[attr]) / ms;
4471 diff[attr][i][j] = (to[attr][i][j] - from[attr][i][j]) / ms;
4619 …for (attr in params) if (params[has](attr) && toFloat(attr) != attr && toFloat(attr) + "%" != attr
[all …]
H A Draphael.svg.js30 var $ = function (el, attr) { argument
31 if (attr) {
35 for (var key in attr) if (attr[has](key)) {
169 attr,
195 attr = { class in AnonymousFunctionc1baaa4d0100.addArrow
201 attr = { class in AnonymousFunctionc1baaa4d0100.addArrow
253 $(use, attr);
262 attr = {};
267 $(node, attr);
288 for (attr in markerCounter) if (markerCounter[has](attr) && !markerCounter[attr]) {
[all …]
/plugin/sequencediagram/bower_components/lodash/lib/main/
H A Dbuild-site.js69 .attr('class', null)
70 .attr('id', null);
85 $('#_').attr('id', 'lodash');
86 $('[href="#_"]').attr('href', '#lodash');
123 const classes = $parent.find('.source,.text').first().attr('class').split(' ');
138 const classes = $element.attr('class').split(' ');
139 const attr = _(classes).intersection(highlights[ext]).join(' ');
140 $element.attr('class', attr || null);
156 while ($span[0] && $span[0].name == 'span' && !$span.attr('class')) {
/plugin/sequencediagram/bower_components/lodash/vendor/backbone/test/
H A Dmodel.js260 assert.strictEqual(model.matches(function(attr) { argument
261 return attr.a > 1 && attr.b != null;
266 assert.strictEqual(model.matches(function(attr) { argument
267 return attr.a > 1 && attr.b != null;
297 var attr = 0, main = 0, error = 0;
307 model.on('change:x', function() { attr++; });
311 assert.deepEqual([attr, main, error], [1, 1, 1]);
H A Dview.js334 assert.strictEqual(myView.$el.attr('class'), 'backboneClass');
335 assert.strictEqual(myView.$el.attr('id'), 'backboneId');
/plugin/sequencediagram/bower_components/lodash/vendor/firebug-lite/src/
H A Dfirebug-lite-debug.js828 attr = 'attributes', variable
832 e(0x0022, 'quot', attr, css);
833 e(0x0026, 'amp', attr, text, css);
835 e(0x003c, 'lt', attr, text, css);
836 e(0x003e, 'gt', attr, text, css);
1919 html.push(' ', attr.nodeName, '="', escapeForElementAttribute(attr.nodeValue),'"');
1991 xml.push(' ', attr.nodeName, '="', escapeForElementAttribute(attr.nodeValue),'"');
12599 for (var i=0, attr; attr = attributes[i]; i++) {
16137 if (!attr.specified || attr.nodeName && attr.nodeName.indexOf("firebug-") != -1)
16172 if (attr.nodeName == "id" || attr.nodeName == "class")
[all …]
/plugin/sequencediagram/bower_components/raphael/
H A Draphael.no-deps.min.js1attr("path")},circle:function(t){var e=t.attrs;return $(e.cx,e.cy,e.r)},ellipse:function(t){var e=…
/plugin/sequencediagram/bower_components/snap.svg/dist/
H A Dsnap.svg-min.js19attr(d)||0):d==b&&(i=e(null==c?a.attr(d)||0:c))}var h=p(a).node,i={},j=h.querySelector(".svg---mgr… property in x.e
20attr(d);else if(g=a.color(e),g.error){var h=a(n(this).ownerSVGElement).gradient(e);h?(h.node.id||p…
21attr(d)}}return this},g.attr=function(a){var b={};for(var c in a)this.bindings[c]?this.bindings[c]…
H A Dsnap.svg.js922 for (var key in attr) if (attr[has](key)) {
2367 attr && el.attr(attr);
2389 attr: root[i].attr()
3084 value = this.attr(attr);
3315 this.attr = attr;
3472 el.attr(attr);
5810 return ellipsePath(attr.cx, attr.cy, attr.r);
5814 return ellipsePath(attr.cx || 0, attr.cy || 0, attr.rx, attr.ry);
5818 return rectPath(attr.x || 0, attr.y || 0, attr.width, attr.height, attr.rx, attr.ry);
5822 return rectPath(attr.x || 0, attr.y || 0, attr.width, attr.height);
[all …]
/plugin/sequencediagram/bower_components/snap.svg/doc/css/
H A Dprism.css77 .token.attr-name,
78 .token.attr-value,
111 .language-markup .token.attr-name,
153 content: attr(data-start);
166 content: attr(data-end);

1...<<11121314151617181920>>...29