Home
last modified time | relevance | path

Searched refs:attributes (Results 426 – 450 of 644) sorted by path

1...<<11121314151617181920>>...26

/plugin/icalevents/vendor/sabre/xml/lib/
H A DWriter.php208 * @param array $attributes
211 function writeAttributes(array $attributes) { argument
213 foreach ($attributes as $name => $value) {
/plugin/icalevents/vendor/sabre/xml/tests/Sabre/Xml/Element/
H A DUriTest.php35 'attributes' => [],
38 'attributes' => [],
/plugin/idoit/
H A DREADME.md32 The JSON request must contain the following attributes:
/plugin/imapmarkers/syntax/
H A Dimapmarkers_simple_html_dom.php570 list($tag, $id, $class, $attributes, $cmb) = $selector;
670 && $attributes !== ''
671 && is_array($attributes)
672 && !empty($attributes)) {
673 foreach ($attributes as $a) {
938 $attributes,
945 foreach ($attributes as $att) {
1163 $attributes = array();
1173 $attributes[$match[1]] = $match[2];
1177 if (isset($attributes['width']) && $width == -1) {
[all …]
/plugin/issuelinks/classes/
H A DIssue.php440 $attributes = [
449 …return "<a href=\"$url\" " . buildAttributes($attributes, true) . '>' . $this->getTypeHTML() . "$n…
/plugin/issuetracker/
H A Dprototype.js1864 function shouldUseCache(tagName, attributes) { argument
1866 if ('type' in attributes) return false;
1882 global.Element = function(tagName, attributes) { argument
1883 attributes = attributes || { };
1889 delete attributes.name;
2108 wrap: function(element, wrapper, attributes) { argument
2111 $(wrapper).writeAttribute(attributes || { });
2262 return (!element.attributes || !element.attributes[name]) ? null :
2263 element.attributes[name].value;
2276 for (var attr in attributes) {
[all …]
H A Dtablekit.js810 attributes : {name : 'value', type : 'text'},
831 $H(op.attributes).each(function(v){
912 TableKit.Editable.textInput = function(n,attributes) { argument
915 attributes : Object.extend({name : 'value', type : 'text'}, attributes||{})
920 TableKit.Editable.multiLineInput = function(n,attributes) { argument
923 attributes : Object.extend({name : 'value', rows : '20', cols : '60'}, attributes||{})
928 TableKit.Editable.selectInput = function(n,attributes,selectOptions) { argument
931 attributes : Object.extend({name : 'value'}, attributes||{}),
/plugin/jcapture/lib/
H A Dcommons-logging-1.1.1.jarMETA-INF/MANIFEST.MF META-INF/HAMMURAP.SF META-INF/HAMMURAP ...
H A Dtransform-3.0.2.jarMETA-INF/MANIFEST.MF META-INF/HAMMURAP.SF META-INF/HAMMURAP ...
/plugin/jdraw/lib/
H A Dcommons-logging-1.1.1.jarMETA-INF/MANIFEST.MF META-INF/HAMMURAP.SF META-INF/HAMMURAP ...
/plugin/jdraw/src/com/mxgraph/examples/swing/
H A DUserObject.java.bak30 // boolean properties as attributes.
/plugin/jirainfo/src/
H A Dpopper.min.js4attributes:{},flipped:!1,offsets:{}};e.offsets.reference=L(this.state,this.popper,this.reference,t… property in AnonymousFunctiond439c6280100.e
/plugin/jirainfo/
H A Dsyntax.php31 foreach ($xml->attributes() as $key => $value) {
32 $attributes[$key] = (string) $value;
34 … if (array_key_exists('key', $attributes)) return array($state, $attributes['key']);
46 * @param Array $attributes
50 public function check(array $attributes) argument
52 return array_key_exists('key', $attributes);
/plugin/jokuwiki/
H A DREADME.md21 The Jokuwiki opening tag has a number of attributes:
26 The attributes *must* be enclosed in *single* quotes. The **name** attribute should reference a Jok…
H A Dsyntax.php78 list($attributes, $data)=explode('>', substr($match,2,4),2);
79 $attrs=$this->parse_attributes($attributes);
/plugin/jplayer/vendor/happyworm/jplayer/lib/
H A Djquery.min.js2attributes||!p?a.getAttribute(b):(f=a.getAttributeNode(b))&&f.specified?f.value:null},fb.error=fun…
3attributes;if(void 0===a){if(this.length&&(e=m.data(f),1===f.nodeType&&!m._data(f,"parsedAttrs")))…
/plugin/jplayer/vendor/james-heinrich/getid3/
H A Dchangelog.txt280 * Bugfix: XMP returns attributes array not just value strings
/plugin/jplayer/vendor/kriswallsmith/assetic/src/Assetic/Extension/Twig/
H A DAsseticNode.php32 * @param array $attributes An array of attributes
36 …$asset, \Twig_Node $body, array $inputs, array $filters, $name, array $attributes = array(), $line… argument
40 $attributes = array_replace(
42 $attributes,
46 parent::__construct($nodes, $attributes, $lineno, $tag);
H A DAsseticTokenParser.php51 $attributes = array(
71 $attributes['output'] = $stream->expect(\Twig_Token::STRING_TYPE)->getValue();
81 $attributes['var_name'] = $stream->expect(\Twig_Token::STRING_TYPE)->getValue();
99 $attributes['vars'][] = $stream->expect(\Twig_Token::STRING_TYPE)->getValue();
113 $attributes[$key] = $stream->expect(\Twig_Token::STRING_TYPE)->getValue();
131 $name = $this->factory->generateAssetName($inputs, $filters, $attributes);
134 … $asset = $this->factory->createAsset($inputs, $filters, $attributes + array('name' => $name));
155 * @param array $attributes
171 return new AsseticNode($asset, $body, $inputs, $filters, $name, $attributes, $lineno, $tag);
180 * @param array $attributes
[all …]
/plugin/jquery-syntax/
H A Djquery-1.6.min.js16attributes,g;for(var h=0,i=e.length;h<i;h++)g=e[h].name,g.indexOf("data-")===0&&(g=f.camelCase(g.s…
/plugin/jquery/
H A Djquery-1.4.2.js1347 return (elem.attributes.value || {}).specified ? elem.value : elem.text;
H A Djquery-1.4.2.min.js45 …on(a){if(a===w){var b=this[0];if(b){if(c.nodeName(b,"option"))return(b.attributes.value||{}).speci…
H A Dscript.js12 …n(K){if(K===g){var E=this[0];if(E){if(o.nodeName(E,"option")){return(E.attributes.value||{}).speci…
/plugin/katex/_assets/
H A Dkatex.min.js1attributes={},this.height=0,this.depth=0,this.maxFontSize=0,this.style=r||{},t){t.style.isTight()&… property in AnonymousFunctionf879a824bc00.case
/plugin/latexport/
H A DREADME.md186 For some reason, lots of font files have their content hidden in metadata attributes. You can check…

1...<<11121314151617181920>>...26