Home
last modified time | relevance | path

Searched defs:property (Results 201 – 225 of 248) sorted by relevance

12345678910

/plugin/amcharts/assets/amcharts/plugins/export/libs/fabric.js/
H A Dfabric.js769 proto[getterName] = (function(property) { argument
1553 klass.prototype[property] = (function(property) { argument
3418 function _createSVGPattern(markup, canvas, property) { argument
6032 __setBgOverlayColor: function(property, color, callback) { argument
6964 _setSVGBgOverlayImage: function(markup, property) { argument
6973 _setSVGBgOverlayColor: function(markup, property) { argument
10378 __setBgOverlay: function(property, value, loaded, callback) { argument
11339 get: function(property) { argument
11412 toggle: function(property) { argument
11791 setGradient: function(property, options) { argument
[all …]
/plugin/odt/ODT/
H A DODTDocument.php225 public function adjustLengthCallback ($property, $value, $type, $rule) {
2054 public function adjustValueForODT ($property, $value) {
/plugin/yuriigantt/3rd/dhtmlxgantt/sources/ext/
H A Ddhtmlxgantt_click_drag.js99 /******/ __webpack_require__.o = function(object, property) { return Object.prototype.hasOwnProper… argument
H A Ddhtmlxgantt_undo.js99 /******/ __webpack_require__.o = function(object, property) { return Object.prototype.hasOwnProper… argument
H A Ddhtmlxgantt_tooltip.js99 /******/ __webpack_require__.o = function(object, property) { return Object.prototype.hasOwnProper… argument
H A Ddhtmlxgantt_keyboard_navigation.js99 /******/ __webpack_require__.o = function(object, property) { return Object.prototype.hasOwnProper… argument
/plugin/dokuprism/prism/
H A Dprism.js5 !function(s){var e=/(?:"(?:\\(?:\r\n|[\s\S])|[^"\\\r\n])*"|'(?:\\(?:\r\n|[\s\S])|[^'\\\r\n])*')/;s.languages.css={comment:/\/\*[\s\S]*?\*\//,atrule:{pattern:RegExp("@[\\w-](?:[^;{\\s\"']|\\s+(?!\\s)|"+e.source+")*?(?:;|(?=\\s*\\{))"),inside:{rule:/^@[\w-]+/,"selector-function-argument":{pattern:/(\bselector\s*\(\s*(?![\s)]))(?:[^()\s]|\s+(?![\s)])|\((?:[^()]|\([^()]*\))*\))+(?=\s*\))/,lookbehind:!0,alias:"selector"},keyword:{pattern:/(^|[^\w-])(?:and|not|only|or)(?![\w-])/,lookbehind:!0}}},url:{pattern:RegExp("\\burl\\((?:"+e.source+"|(?:[^\\\\\r\n()\"']|\\\\[^])*)\\)","i"),greedy:!0,inside:{function:/^url/i,punctuation:/^\(|\)$/,string:{pattern:RegExp("^"+e.source+"$"),alias:"url"}}},selector:{pattern:RegExp("(^|[{}\\s])[^{}\\s](?:[^{};\"'\\s]|\\s+(?![\\s{])|"+e.source+")*(?=\\s*\\{)"),lookbehind:!0},string:{pattern:e,greedy:!0},property:{pattern:/(^|[^-\w\xA0-\uFFFF])(?!\s)[-_a-z\xA0-\uFFFF](?:(?!\s)[-\w\xA0-\uFFFF])*(?=\s*:)/i,lookbehind:!0},important:/!important\b/i,function:{pattern:/(^|[^-a-z0-9])[-a-z0-9]+(?=\()/i,lookbehind:!0},punctuation:/[(){};:,]/},s.languages.css.atrule.inside.rest=s.languages.css;var t=s.languages.markup;t&&(t.tag.addInlined("style","css"),t.tag.addAttribute("style","css"))}(Prism); class in s.languages.css
16 Prism.languages.aql={comment:/\/\/.*|\/\*[\s\S]*?\*\//,property:{pattern:/([{,]\s*)(?:(?!\d)\w+|(["'´`])(?:(?!\2)[^\\\r\n]|\\.)*\2)(?=\s*:)/,lookbehind:!0,greedy:!0},string:{pattern:/(["'])(?:(?!\1)[^\\\r\n]|\\.)*\1/,greedy:!0},identifier:{pattern:/([´`])(?:(?!\1)[^\\\r\n]|\\.)*\1/,greedy:!0},variable:/@@?\w+/,keyword:[{pattern:/(\bWITH\s+)COUNT(?=\s+INTO\b)/i,lookbehind:!0},/\b(?:AGGREGATE|ALL|AND|ANY|ASC|COLLECT|DESC|DISTINCT|FILTER|FOR|GRAPH|IN|INBOUND|INSERT|INTO|K_PATHS|K_SHORTEST_PATHS|LET|LIKE|LIMIT|NONE|NOT|NULL|OR|OUTBOUND|REMOVE|REPLACE|RETURN|SHORTEST_PATH|SORT|UPDATE|UPSERT|WINDOW|WITH)\b/i,{pattern:/(^|[^\w.[])(?:KEEP|PRUNE|SEARCH|TO)\b/i,lookbehind:!0},{pattern:/(^|[^\w.[])(?:CURRENT|NEW|OLD)\b/,lookbehind:!0},{pattern:/\bOPTIONS(?=\s*\{)/i}],function:/\b(?!\d)\w+(?=\s*\()/,boolean:/\b(?:false|true)\b/i,range:{pattern:/\.\./,alias:"operator"},number:[/\b0b[01]+/i,/\b0x[0-9a-f]+/i,/(?:\B\.\d+|\b(?:0|[1-9]\d*)(?:\.\d+)?)(?:e[+-]?\d+)?/i],operator:/\*{2,}|[=!]~|[!=<>]=?|&&|\|\||[-+*/%]/,punctuation:/::|[?.:,;()[\]{}]/}; class in Prism.languages.aql
34 Prism.languages.brightscript={comment:/(?:\brem|').*/i,"directive-statement":{pattern:/(^[\t ]*)#(?:const|else(?:[\t ]+if)?|end[\t ]+if|error|if).*/im,lookbehind:!0,alias:" global() class in Prism.languages.brightscript
38 Prism.languages.cmake={comment:/#.*/,string:{pattern:/"(?:[^\\"]|\\.)*"/,greedy:!0,inside:{interpolation:{pattern:/\$\{(?:[^{}$]|\$\{[^{}$]*\})*\}/,inside:{punctuat global() property in Prism.languages.cmake
50 !function(e){var n="(?:[ \t]+(?![ \t])(?:<SP_BS>)?|<SP_BS>)".replace(/<SP_BS>/g,(function(){return"\\\\[\r\n](?:\\s|\\\\[\r\n]|#.*(?!.))*(?![\\s#]|\\\\[\r\ global() class in e.languages.docker.instruction.inside.options.inside
65 Prism.languages.graphql={comment:/#.*/,description:{pattern:/(?:"""(?:[^"]|(?!""")")*"""|"(?:\\.|[^\\"\r\n])*")(?=\s*[a-z_])/i,greedy:!0,alias:"string",inside:{"language global() property in Prism.languages.graphql
71 Prism.languages.hcl={comment:/(?:\/\/|#).*|\/\*[\s\S]*?(?:\*\/|$)/,heredoc:{pattern:/<<-?(\w+\b)[\s\S]*?^[ \t]*\1/m,greedy:!0,alias:"string"},keyword:[{patter global() property in Prism.languages.hcl
77 Prism.languages.inform7={string:{pattern:/"[^"]*"/,inside:{substitution:{pattern:/\[[^\[\]]+\]/,inside:{delimiter:{pattern:/\[|\]/,alias:"punctuation"}}}}},comment:{pat global() class in Prism.languages.inform7
91 Prism.languages.json={property:{pattern:/(^|[^\\])"(?:\\.|[^\\"\r\n])*"(?=\s*:)/,lookbehind:!0,greedy:!0},string:{pattern:/(^|[^\\])"(?:\\.|[^\\"\r\n])*"(?!\s* global() class in Prism.languages.json
113 Prism.languages.moonscript={comment:/--.*/,string:[{pattern:/'[^']*'|\[(=*)\[[\s\S]*?\]\1\]/,greedy:!0},{pattern:/"[^"]*"/,greedy:!0,inside:{interpolation:{pattern:/# global() class in Prism.languages.moonscript
139 !function(e){for(var r="(?:[^\\\\()[\\]{}\"'/]|<string>|/(?![*/])|<comment>|\\(<expr>*\\)|\\[<expr>*\\]|\\{<expr>*\\}|\\\\[^])".replace(/<string>/g,(fun global() property in e.languages.qml
149 Prism.languages.roboconf={comment:/#.*/,keyword:{pattern:/(^|\s)(?:(?:external|import)\b|(?:facet|instance of)(?=[ \t]+[\w-]+[ \t]*\{))/,lookbehind:!0},component:{pattern global() property in Prism.languages.roboconf
160 !function(e){var a=/(["'])(?:\\(?:\r\n|[\s\S])|(?!\1)[^\\\r\n])*\1/,t=/\b\d+(?:\.\d+)?(?:[eE][+-]?\d+)?\b|\b0x[\dA-F]+\b/;e.languages.soy={comment:[/\/\ global() property in e.languages.soy
165 !function(e){var n={pattern:/(\b\d+)(?:%|[a-z]+)/,lookbehind:!0},r={pattern:/(^|[^\w.-])-?(?:\d+(?:\.\d+)?|\.\d+)/,lookbehind:!0},t={comment:{pattern:/(^|[^\\])(?:\ global() class in e.languages.stylus.property-declaration.inside
[all...]
/plugin/combo/ComboStrap/
H A DMarkupPath.php1028 function unsetMetadata($property) argument
/plugin/sequencediagram/bower_components/lodash/fp/
H A D_mapping.js18 'property': 'get', property in exports.aliasToReal
/plugin/s5reloaded/ui/effects_support/
H A Dprototype.js853 function pluck(property) { argument
1977 recursivelyCollect: function(element, property) { argument
2477 return properties.inject(dim, function(memo, property) { argument
3067 var B = Prototype.Browser, doc = document, element, property = {}; variable
/plugin/authgoogle/google/contrib/
H A DGoogle_ShoppingService.php413 public $property; variable in Google_ProductsFacets
441 public function setProperty( $property) {
/plugin/bpmnioeditor/vendor/bpmnio-js/
H A Dbpmn-modeler.development.js3205 function hasProperty(obj, property) { argument
5960 function hasOwnProperty$1(e, property) { argument
5982 function defineProperty$1(ref, property, target) { argument
8124 function defineProperty(target, property, value) { argument
9610 function ReferenceHandler(property, context) { argument
23073 function prefixed(obj, property) { argument
33421 forEach(properties, function(property) { argument
33433 forEach(properties, function(property) { argument
33507 property: 'default' property in BpmnCopyPaste.resolveReferences.references
33940 forEach(properties, function(property) { argument
[all …]
/plugin/freechat/phpfreechat/data/public/js/
H A Dprototype.js745 pluck: function(property) { argument
1675 recursivelyCollect: function(element, property) { argument
2198 return properties.inject(dim, function(memo, property) { argument
/plugin/webcode/vendor/
H A Dfirebug-lite-1.2.js1150 …var value = obj[key], property = key, container = new lib.element("DIV").attribute.addClass("DOMRo… variable
H A Dfirebug-lite-1.2-compressed.js36 …eDOMFunctions&&typeof(obj[key])=="function")continue;var value=obj[key],property=key,container=new… variable
H A Dfirebug-lite-1.4.js1265 var instanceCheckMap={Window:{property:["window","document"],method:"setTimeout"},Document:{propert… property in instanceCheckMap.Window
/plugin/sequencediagram/bower_components/lodash/vendor/underscore/
H A Dunderscore.js141 var property = function(key) { function
/plugin/combo/resources/firebug/
H A Dfirebug-lite-1.2-compressed.js47 parentElement.environment.getParent().lib.child.get()[0].lib.child.get()[0].lib.attribute.addClass("Opened");parentElement.opened=true;for(var key in obj){try{if(env.hideDOMFunctions&&typeof(obj[key])=="function")continue;var value=obj[key],property=key,container=new lib.element("DIV").attribute.addClass("DOMRow").insert(parentElement),left=new lib.element("DIV").attribute.addClass("DOMRowLeft").insert(container),right=new lib.element("DIV").attribute.addClass("DOMRowRight").insert(container);container.child.add(new lib.element("DIV").attribute.addClass('Clear'));var link=new lib.element("A").attribute.addClass(typeof value=="object"&&Boolean(value)?"Property Object":"Property").update(property).insert(left);right.update(d.highlight(value,false,true));var subContainer=new lib.element("DIV").attribute.addClass("DOMRowSubContainer").insert(container);if(typeof value!="object"||Boolean(value)==false) variable
H A Dfirebug-lite-1.2.js1161 var value = obj[key], property = key, container = new lib.element("DIV").attribute.addClass("DOMRow").insert(parentElement), variable
H A Dfirebug-lite-1.4.js1276 var instanceCheckMap={Window:{property:["window","document"],method:"setTimeout"},Document:{property:["body","cookie"],method:"getElementById"},Node:{property:"ownerDocument",method:"appendChild"},Element:{property:"tagName",value:{nodeType:1}},Location:{property:["hostname","protocol"],method:"assign"},HTMLImageElement:{property:"useMap",value:{nodeType:1,tagName:"img"}},HTMLAnchorElement:{property:"hreflang",value:{nodeType:1,tagName:"a"}},HTMLInputElement:{property:"form",value:{nodeType:1,tagName:"input"}},HTMLButtonElement:{},HTMLFormElement:{method:"submit",value:{nodeType:1,tagName:"form"}},HTMLBodyElement:{},HTMLHtmlElement:{},CSSStyleRule:{property property in instanceCheckMap.CSSStyleRule
[all...]
/plugin/sequencediagram/bower_components/lodash/vendor/firebug-lite/src/
H A Dfirebug-lite-debug.js3552 property: ["window", "document"], property in instanceCheckMap.Window
3558 property: ["body", "cookie"], property in instanceCheckMap.Document
3564 property: "ownerDocument", property in instanceCheckMap.Node
3570 property: "tagName", property in instanceCheckMap.Element
3576 property: ["hostname", "protocol"], property in instanceCheckMap.Location
3582 property: "useMap", property in instanceCheckMap.HTMLImageElement
3592 property: "hreflang", property in instanceCheckMap.HTMLAnchorElement
3602 property: "form", property in instanceCheckMap.HTMLInputElement
3637 property: ["selectorText", "style"] property in instanceCheckMap.CSSStyleRule
/plugin/jplayer/components/jplayer/
H A Djplayer-built.js3089 _html_setProperty: function(property, value) { argument
/plugin/jplayer/components/jplayer/dist/jplayer/
H A Djquery.jplayer.js3089 _html_setProperty: function(property, value) { argument
/plugin/jplayer/vendor/happyworm/jplayer/dist/jplayer/
H A Djquery.jplayer.js3089 _html_setProperty: function(property, value) { argument
/plugin/jplayer/vendor/happyworm/jplayer/src/javascript/jplayer/
H A Djquery.jplayer.js3089 _html_setProperty: function(property, value) { argument

12345678910