Home
last modified time | relevance | path

Searched refs:attrs (Results 176 – 188 of 188) sorted by last modified time

12345678

/plugin/advrack/
H A Draphael.js2454 attrs.bx = toFloat(seg[seglen - 4]) || attrs.x;
2455 attrs.by = toFloat(seg[seglen - 3]) || attrs.y;
5904 attrs = o.attrs,
6066 attrs = o.attrs,
6169 value = -attrs.x - (attrs.width || 0);
6417 this.attrs = this.attrs || {};
6762 for (var a in this.attrs) if (this.attrs[has](a)) {
7283 o.attrs = o.attrs || {};
7506 o.attrs = o.attrs || {};
7507 var attrs = o.attrs,
[all …]
/plugin/sphinxsearch/
H A Dsphinxapi.php1161 $attrs = array ();
1177 $attrs[$attr] = $type;
1179 $result["attrs"] = $attrs;
1215 foreach ( $attrs as $attr=>$type )
1481 function UpdateAttributes ( $index, $attrs, $values, $mva=false ) argument
1487 assert ( is_array($attrs) );
1488 foreach ( $attrs as $attr )
1496 assert ( count($entry)==count($attrs) );
1512 $req .= pack ( "N", count($attrs) );
1513 foreach ( $attrs as $attr )
/plugin/workflow/syntax/
H A Ddecision.php65 $attrs = array();
67 $attrs[$matches[1][$i]] = $matches[2][$i];
72 $renderer->doc .= 'var wfstatedefs = ' . json_encode($attrs) . ';';
/plugin/docimporter/
H A D.action.php.swp26attrs);� $attrs = array('ow' => true);� $image_data = new …
/plugin/socialshareprivacy2/SSP/scripts/
H A Djquery.socialshareprivacy.flattr.js45 var attrs = { class in $.fn.socialSharePrivacy.settings.services.flattr.button
49 if (options.uid) attrs['data-flattr-uid'] = options.uid;
50 if (options.hidden) attrs['data-flattr-hidden'] = options.hidden;
51 if (options.popout) attrs['data-flattr-popout'] = options.popout;
52 if (options.category) attrs['data-flattr-category'] = options.category;
53 if (options.tags) attrs['data-flattr-tags'] = options.tags;
58 attrs['data-flattr-language'] = attrs.lang = lang;
61 if (settings.layout === 'line') attrs['data-flattr-button'] = 'compact';
67 $code.filter('a').attr(attrs);
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);
H A Djquery.socialshareprivacy.js489 for (var i = 0, attrs = this.attributes; i < attrs.length; ++ i) {
490 var attr = attrs[i];
/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/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/register/
H A Dsyntax.php175 $attrs = $adi_xml_result["attrs"];
176 $keys["long desc"] = $attrs["DESCRIPTION"];
178 $keys["addr"] = $attrs["WRITE-ADDRESS"];
179 $keys["length"] = $attrs["BIT-SIZE"];
269 if ($attrs["NAME"] == $adi_xml_search) {
270 $adi_xml_result["attrs"] = $attrs;
277 if ($attrs["PARENT"] != $adi_xml_search) {
282 $attrs["BIT-POSITION"] - 1 + $attrs["BIT-SIZE"],
283 $attrs["BIT-POSITION"],
284 $attrs["NAME"],
[all …]
/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/googlesearch/
H A Dnusoap.php1232 $this->attributes[$attrs['name']] = $attrs;
1284 if(isset($attrs['base']) && ereg(':Array$',$attrs['base'])){
1339 $this->elements[ $attrs['name'] ] = $attrs;
1349 $this->elements[ $attrs['name'] ] = $attrs;
1352 $this->elements[ $attrs['name'] ]['type'] = $attrs['type'];
1418 $this->simpleTypes[ $attrs['name'] ] = $attrs;
1531 if(isset($attrs['attrs']) && (count($attrs['attrs']) >= 1)){
1880 $this->elements[ $attrs['name'] ] = $attrs;
4726 $t['attrs'] = $etype['attrs'];
5581 if (isset($attrs['type']) || isset($attrs['ref'])) {
[all …]
/plugin/bibtex/OSBib/
H A DPARSEXML.php94 function startElement($parser, $name, $attrs)
98 if(!empty($attrs) && ($name == "resource"))
99 $node["_ATTRIBUTES"] = $attrs;

12345678