Home
last modified time | relevance | path

Searched refs:attributes (Results 451 – 475 of 644) sorted by relevance

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

/plugin/barcodes/
H A DREADME.md30 The following tables contains a list of attributes, which can be used to modify the different types…
/plugin/webdavclient/
H A Dhelper.php1274 elseif(!is_null($object->attributes()) && (count($object->attributes()) > 0))
1280 foreach($object->attributes() as $key => $val)
/plugin/findologicxmlexport/vendor/phpunit/phpunit/tests/TextUI/
H A Dhelp.phpt59 --static-backup Backup and restore static attributes for each test.
H A Dhelp2.phpt60 --static-backup Backup and restore static attributes for each test.
/plugin/socialshareprivacy2/JC/
H A DREADME.md65 Cookie attributes can be set globally by setting properties of the `$.cookie.defaults` object or in…
/plugin/dirtylittlehelper/mermaid/editor/docs/
H A D3.3.js.map1attributes for a type attribute\n while (raw_token.type !== TOKEN.EOF && start_token.closed !== r…
H A D60.60.js.map1 …whitespace\n { include: '@whitespace' },\n // [[ attributes ]].\n …
H A D4.4.js1attributes=null}return e.prototype.findAttribute=function(e){if(this.attributes)for(var t=0,n=this…
H A D19.19.js.map1 …whitespace\n { include: '@whitespace' },\n // [< attributes >].\n …
H A D20.20.js.map1 …whitespace\n { include: '@whitespace' },\n // [[ attributes ]].\n …
/plugin/quizlib/
H A DREADME.md21 Every quiz starts with the tag "quizlib". This tag contains as attributes the array with the correc…
/plugin/odt/
H A Dexample.css11 * attributes or which have meaning to the ODT plugin only.
/plugin/mikioplugin/
H A DREADME.md173 - Added `cover` attributes to Card and Carousel for images to cover element instead of being contained
/plugin/socialshareprivacy2/SSP/
H A DREADME.md253 attributes of the share element. If options are defined in more than one way
254 the `data-*` attributes will overwrite the options from the passed options
258 ### `data-*` attributes
260 In order to pass the options as `data-*` attributes simply prepend `data-` to
341 The main advantage of using the `data-*` attributes is, that you can easily
346 **NOTE:** When passing service options via `data-*` attributes all option
1304 width and height attributes of the iframe. If no `twitter:player` meta elements is
/plugin/googlesearch/
H A Dnusoap.php388 $this->appendDebug('attributes=' . $this->varDump($attributes));
417 if($attributes){
418 foreach($attributes as $k => $v){
1013 var $attributes = array(); variable in XMLSchema
1232 $this->attributes[$attrs['name']] = $attrs;
1947 var $attributes; variable in soapval
1957 * @param mixed $attributes associative array of attributes to add to element serialization
1960 …soapval($name='soapval',$type=false,$value=-1,$element_ns=false,$type_ns=false,$attributes=false) { argument
1967 $this->attributes = $attributes;
1978 …_val($this->value,$this->name,$this->type,$this->element_ns,$this->type_ns,$this->attributes,$use);
/plugin/sequencediagram/bower_components/lodash/vendor/backbone/test/
H A Dcollection.js100 collection2.add(model.attributes);
798 col.reset(_.map(models, function(m){ return m.attributes; }));
802 assert.ok(_.isEqual(col.last().attributes, d.attributes));
1754 assert.equal(c2.modelId(c2.at(0).attributes), void 0);
1758 assert.equal(c2.modelId(m.attributes), void 0);
/plugin/clock/
H A Dstyle.css30 * attributes are given as well as default style for the helpbar.
/plugin/findologicxmlexport/vendor/twig/twig/
H A DCHANGELOG123 * fixed edge case in the method cache for Twig attributes
184 * optimized the way attributes are fetched
547 * added escaping strategies for CSS, URL, and HTML attributes
560 * fixed a regression when using a number in template attributes
724 * added the "attribute" function to allow getting dynamic attributes on variables
864 attributes via getAttribute() (instead of array access)
880 …* added support for is*() methods for attributes (foo.bar now looks for foo->getBar() or foo->isBa…
/plugin/quickstats/GEOIP/vendor/geoip2/geoip2/
H A DREADME.md320 While many of the end points return the same basic records, the attributes
326 where some or all of the attributes are unpopulated.
/plugin/wysiwyg/fckeditor/editor/js/
H A Dfckeditorcode_ie.js36attributes[B];return (C!=undefined&&C.specified);}},HasAttributes:function(A){var B=A.attributes;f…
45attributes.setNamedItem(D);}catch (e){}};FCKXHtml._AppendChildNodes=function(A,B,C){var D=B.firstC…
46attributes;for (var n=0;n<E.length;n++){var F=E[n];if (F.specified){var G=F.nodeName.toLowerCase()…
52attributes.length;i++){var D=A.attributes[i];if (D.specified){B[D.nodeName.toLowerCase()]=FCKDomTo…
62 …gName('EMBED');var C;var i=B.length-1;while (i>=0&&(C=B[i--])){var D=C.attributes['type'];if ((C.s…
67 …){var D=A.attributes.getNamedItem(B);return D?D.value:C;};FCKXml.TransformToObject=function(A){if …
/plugin/findologicxmlexport/vendor/phpunit/php-code-coverage/src/Report/Html/Renderer/Template/js/
H A Dholder.min.js12 …<j.length;l++){var m=j[l];if(m.attributes.rel&&m.attributes.href&&"stylesheet"==m.attributes.rel.v…
/plugin/mantis/lib/
H A Dnusoap.php411 $this->appendDebug('attributes=' . $this->varDump($attributes));
445 if($attributes){
446 foreach($attributes as $k => $v){
1094 var $attributes = array(); variable in nusoap_xmlschema
1328 $this->attributes[$attrs['name']] = $attrs;
2062 var $attributes; variable in soapval
2072 * @param mixed $attributes associative array of attributes to add to element serialization
2075 …soapval($name='soapval',$type=false,$value=-1,$element_ns=false,$type_ns=false,$attributes=false) { argument
2082 $this->attributes = $attributes;
2093 …value, $this->name, $this->type, $this->element_ns, $this->type_ns, $this->attributes, $use, true);
/plugin/searchtablejs/
H A Dtablefilter.js1124 for( var x = 0; x < row[j].attributes.length; x++ )
1126 if( row[j].attributes[x].nodeName.toLowerCase()=="validrow" )
/plugin/code3/src/
H A Dtz.js363 for (var i = 0; i < node.attributes.length; ++i) {
364 var attr = node.attributes[i];
/plugin/searchtablejs/TableFilter_EN/
H A Dtablefilter.js1124 for( var x = 0; x < row[j].attributes.length; x++ )
1126 if( row[j].attributes[x].nodeName.toLowerCase()=="validrow" )

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