Home
last modified time | relevance | path

Searched refs:attrs (Results 126 – 150 of 188) sorted by relevance

12345678

/plugin/sequencediagram/bower_components/snap.svg/dist/
H A Dsnap.svg.js3446 ms = attrs.dur;
3447 attrs = attrs.attr;
3451 for (var key in attrs) if (attrs[has](key)) {
3475 anim._attrs = attrs;
4047 var attrs = {};
4858 var attrs = {};
4860 attrs = x;
4863 attrs.x = x;
6351 attrs.bx = toFloat(seg[seglen - 4]) || attrs.x;
6352 attrs.by = toFloat(seg[seglen - 3]) || attrs.y;
[all …]
/plugin/tablelayout/action/
H A Dlayoutform.php58 ->attrs(array('type' => 'number', 'min' => '0'))
/plugin/prosemirror/parser/
H A DInternalLinkNode.php11 return $this->getDefaultLinkSyntax($this->attrs['data-inner']);
/plugin/wysiwyg/fckeditor/editor/_source/classes/
H A Dfckstyle.js1183 var attrs ; variable
1192 attrs = override.Attributes ;
1200 if ( attrs )
1206 for ( var attName in attrs )
1211 overrideAttrs.push( [ attName.toLowerCase(), attrs[ attName ] ] ) ;
/plugin/sequencediagram/bower_components/lodash/vendor/underscore/
H A Dunderscore.js298 _.where = function(obj, attrs) { argument
299 return _.filter(obj, _.matcher(attrs));
304 _.findWhere = function(obj, attrs) { argument
305 return _.find(obj, _.matcher(attrs));
1144 _.isMatch = function(object, attrs) { argument
1145 var keys = _.keys(attrs), length = keys.length;
1150 if (attrs[key] !== obj[key] || !(key in obj)) return false;
1382 _.matcher = _.matches = function(attrs) { argument
1383 attrs = _.extendOwn({}, attrs);
1385 return _.isMatch(obj, attrs);
/plugin/multiorphan/
H A Dscript.js176 const attrs = { class in AnonymousFunction08a2519f0800
182 attrs.target = '_blank';
184 … var $link = $('<a>').attr(attrs).text(action.label).appendTo($buttonSet).click(action.click);
/plugin/ckgedit/
H A Dscript.js179 var attrs = [];
187 attrs.push({
195 handler.start( tagName, attrs, unary );
/plugin/data/Form/
H A DDropdownElement.php124 $attr = $this->attrs();
/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/diffpreview/
H A Daction.php40 ->attrs(['accesskey' => 'c', 'tabindex' => '5'])
/plugin/sequencediagram/bower_components/lodash/vendor/backbone/test/
H A Dsync.js8 var attrs = { class
18 library.create(attrs, {wait: false});
/plugin/bookcreator/syntax/
H A Dbookmanager.php261 ->attrs(['size'=> 30]);
266 ->attrs(['size'=> 1]);
/plugin/oembed/
H A Dsyntax.php522 $attrs = $provider->attributes();
523 if(($api = $attrs['api']) != null){
/plugin/barcodes/vendor/jucksearm/php-barcode/lib/
H A DDatamatrixFactory.php57 public function setAttributes($attrs = []) argument
59 array_merge($this->_attributes, $attrs);
H A DPDF417Factory.php57 public function setAttributes($attrs = []) argument
59 array_merge($this->_attributes, $attrs);
H A DBarcodeFactory.php58 public function setAttributes($attrs = []) argument
60 array_merge($this->_attributes, $attrs);
H A DQRcodeFactory.php59 public function setAttributes($attrs = []) argument
61 array_merge($this->_attributes, $attrs);
/plugin/sequencediagram/bower_components/eve-raphael/
H A Deve.js263 var attrs = [].slice.call(arguments, 1);
265 eve.apply(null, [event, null].concat(attrs).concat([].slice.call(arguments, 0)));
/plugin/socialshareprivacy2/SSP/scripts/
H A Djquery.socialshareprivacy.js489 for (var i = 0, attrs = this.attributes; i < attrs.length; ++ i) {
490 var attr = attrs[i];
/plugin/combo/ComboStrap/
H A DIdentityFormsHelper.php55 foreach ($inputElement->attrs() as $keyAttr => $valueAttr) {
/plugin/preregister/
H A Daction.php157 $button->attrs(['type' => 'submit','value'=>'Submit']);
/plugin/sequencediagram/bower_components/raphael/dev/
H A Draphael.core.js260 var a = el.attrs;
264 var a = el.attrs;
268 var a = el.attrs;
272 var a = el.attrs;
1976 attrs = {x: 0, y: 0, bx: 0, by: 0, X: 0, Y: 0, qx: null, qy: null}, class in AnonymousFunction19fc41e64b00
2090 fixM(p, p2, attrs, attrs2, i);
2091 fixM(p2, p, attrs2, attrs, i);
2096 attrs.x = seg[seglen - 2];
2097 attrs.y = seg[seglen - 1];
2098 attrs.bx = toFloat(seg[seglen - 4]) || attrs.x;
[all …]
/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});
/plugin/archivegenerator/
H A Dadmin.php473 $adminMailInput->attrs(['type' => 'email', 'required' => '1']);
/plugin/webcode/vendor/
H A Dfirebug-lite-1.4.js3731 this.attrs=oldTag?copyObject(oldTag.attrs):{};
3738 var hasAttrs=typeof(attrs)=="object"&&!isTag(attrs);
3814 for(var name in this.attrs){if(name!="class"){var val=this.attrs[name];
3933 this.attrs=oldTag?oldTag.attrs:{};
3935 var attrs=args[1];
3936 for(var name in attrs){var val=parseValue(attrs[name]);
3937 this.attrs[name]=val;
3949 var val=this.attrs[name];
4325 }else{attrs.push(attr)
4328 }return attrs
[all …]

12345678