Home
last modified time | relevance | path

Searched defs:attribute (Results 51 – 75 of 83) sorted by relevance

1234

/plugin/fedauth/Auth/OpenID/
H A DAX.php295 function add($attribute)
/plugin/findologicxmlexport/vendor/findologic/libflexport/src/FINDOLOGIC/Export/Data/
H A DItem.php221 public function addAttribute(Attribute $attribute)
/plugin/openid/Auth/OpenID/
H A DAX.php311 function add($attribute)
/plugin/odt/ODT/css/
H A Dcssimportnew.php20 protected $attribute = NULL; variable in css_attribute_selector
/plugin/freechat/phpfreechat/data/public/js/
H A Dxajax.js204 willChange:function(element,attribute,newData){if(!document.body){return true;} argument
H A Dprototype.js2208 function(proceed, element, attribute) { argument
2297 _getAttr: function(element, attribute) { argument
2300 _getAttrNode: function(element, attribute) { argument
2304 _getEv: function(element, attribute) { argument
2308 _flag: function(element, attribute) { argument
2521 hasAttribute: function(element, attribute) { argument
2578 Element.hasAttribute = function(element, attribute) { argument
/plugin/authgoogle/google/contrib/
H A DGoogle_AdexchangebuyerService.php379 public $attribute; variable in Google_Creative
424 public function setAttribute(/* array(Google_int) */ $attribute) {
/plugin/combo/ComboStrap/
H A DPluginUtility.php799 static function addAttributeValue($attribute, $value, array &$attributes) argument
[all...]
/plugin/aichat/vendor/erusev/parsedown/
H A DParsedown.php1618 protected function filterUnsafeUrlInAttribute(array $Element, $attribute) argument
/plugin/sequencediagram/bower_components/lodash/vendor/backbone/
H A Dbackbone.js78 var addMethod = function(length, method, attribute) { argument
99 var addUnderscoreMethods = function(Class, methods, attribute) { argument
/plugin/highlightjs/highlight/languages/
H A Drenderman.js144 'attribute': 1, property in hljs.LANGUAGES.rsl.defaultMode.keywords.built_in
/plugin/issuetracker/
H A Dprototype.js2531 function(proceed, element, attribute) { argument
2632 f = function(element, attribute) { argument
2642 f = function(element, attribute) { argument
2861 hasAttribute: function(element, attribute) { argument
2959 Element.hasAttribute = function(element, attribute) { argument
/plugin/s5reloaded/ui/effects_support/
H A Dprototype.js2487 function(proceed, element, attribute) { argument
2631 f = function(element, attribute) { argument
2859 hasAttribute: function(element, attribute) { argument
2956 Element.hasAttribute = function(element, attribute) { argument
/plugin/yuriigantt/3rd/dhtmlxgantt/sources/ext/
H A Ddhtmlxgantt_tooltip.js709 function locateAttribute(e, attribute) { argument
H A Ddhtmlxgantt_keyboard_navigation.js1914 function locateAttribute(e, attribute) { argument
/plugin/webcode/vendor/
H A Dfirebug-lite-1.2.js2325 "attribute":{ class in pi.element.body
H A Dfirebug-lite-1.2-compressed.js116 …eName.toLowerCase()=="input"?"value":"innerHTML"]=_value;return this;},"attribute":{"getAll":funct… class in pi.element.body
/plugin/combo/resources/firebug/
H A Dfirebug-lite-1.2-compressed.js127 if(pi.util.IsHash(_object[name])){_branch[name]={};this.movePrivateMembers(_object[name],_branch[name]);}};};};pi.element=new pi.base;pi.element.init=function(_val){this.environmen global() class in pi.element.body
[all...]
H A Dfirebug-lite-1.2.js2336 "attribute":{ global() class in pi.element.body
[all...]
/plugin/findologicxmlexport/vendor/phpunit/phpunit/src/Framework/Assert/
H A DFunctions.php1549 function attribute(PHPUnit_Framework_Constraint $constraint, $attributeName) function
/plugin/findologicxmlexport/vendor/phpunit/phpunit/src/Framework/
H A DAssert.php2375 public static function attribute(PHPUnit_Framework_Constraint $constraint, $attributeName) function in PHPUnit_Framework_Assert
/plugin/dokuprism/prism/
H A Dprism.js11 Prism.languages.ada={comment:/--.*/,string:/"(?:""|[^"\r\f\n])*"/,number:[{pattern:/\b\d(?:_?\d)*#[\dA-F](?:_?[\dA-F])*(?:\.[\dA-F](?:_?[\dA-F])*)?#(?:E[+-]?\d(?:_?\d)*)?/i},{pattern:/\b\d(?:_?\d)*(?:\.\d(?:_?\d)*)?(?:E[+-]?\d(?:_?\d)*)?\b/i}],attribute:{pattern:/\b'\w+/,alias:"attr-name"},keyword:/\b(?:abort|abs|abstract|accept|access|aliased|all|and|array|at|begin|body|case|constant|declare|delay|delta|digits|do|else|elsif|end|entry|exception|exit|for|function|generic|goto|if|in|interface|is|limited|loop|mod|new|not|null|of|or|others|out|overriding|package|pragma|private|procedure|protected|raise|range|record|rem|renames|requeue|return|reverse|select|separate|some|subtype|synchronized|tagged|task|terminate|then|type|until|use|when|while|with|xor)\b/i,boolean:/\b(?:false|true)\b/i,operator:/<[=>]?|>=?|=>?|:=|\/=?|\*\*?|[&+-]/,punctuation:/\.\.?|[,;():]/,char:/'.'/,variable:/\b[a-z](?:\w)*\b/i}; class in Prism.languages.ada
54 Prism.languages.elixir={doc:{pattern:/@(?:doc|moduledoc)\s+(?:("""|''')[\s\S]*?\1|("|')(?:\\(?:\r\n|[\s\S])|(?!\2)[^\\\r\n])*\2)/,inside:{attribute:/^@\w+/,str global() class in Prism.languages.elixir
151 !function(e){for(var a="/\\*(?:[^*/]|\\*(?!/)|/(?!\\*)|<self>)*\\*/",t=0;t<2;t++)a=a.replace(/<self>/g,(function(){return a}));a=a.replace(/<self>/g,(function(){re global() class in e.languages.rust
166 Prism.languages.swift={comment:{pattern:/(^|[^\\:])(?:\/\/.*|\/\*(?:[^/*]|\/(?!\*)|\*(?!\/)|\/\*(?:[^*]|\*(?!\/))*\*\/)*\*\/)/,lookbehind:!0,greedy:!0 global() class in Prism.languages.swift
181 Prism.languages.vhdl={comment:/--.+/,"vhdl-vectors":{pattern:/\b[oxb]"[\da-f_]+"|"[01uxzwlh-]+"/i,alias:"number"},"quoted-function":{pattern:/"\S+?"(?=\()/,alias:"functio global() class in Prism.languages.vhdl
[all...]
/plugin/amcharts/assets/amcharts/
H A Damcharts.js134 …an_"+b]&&d.removeFromArray(this.animations,a["an_"+b]);c={obj:a,frame:0,attribute:b,from:c,to:e,ti… property in AnonymousFunction30194f819400.c
335 …oin(","),0===f&&(f="0,0")):f=Number(f.getAttribute(b));c={obj:a,frame:0,attribute:b,from:f,to:c,ti… property in AnonymousFunction30194f811dc00.c
/plugin/diagramsnet/lib/js/grapheditor/
H A DGraph.js6895 mxStencil.prototype.evaluateTextAttribute = function(node, attribute, shape) argument
/plugin/diagramsnet/lib/WEB-INF/lib/
H A Djstl-1.2.jarMETA-INF/ META-INF/MANIFEST.MF META-INF/LICENSE.txt javax ...

1234