Home
last modified time | relevance | path

Searched defs:property (Results 76 – 100 of 248) sorted by path

12345678910

/plugin/diagramsnet/lib/WEB-INF/lib/
H A Djstl-1.2.jarMETA-INF/ META-INF/MANIFEST.MF META-INF/LICENSE.txt javax ...
/plugin/diagramsnet/lib/js/
H A Dextensions.min.js1743 …roperty(i,"v",{get:function(){return n[t]},set:function(i){n[t]=i}}),i},property:function(n,t,i,r)… variable
H A Dorgchart.min.js8 …roperty(i,"v",{get:function(){return n[t]},set:function(i){n[t]=i}}),i},property:function(n,t,i,r)… variable
/plugin/diagramsnet/lib/js/orgchart/
H A Dbridge.min.js8 …roperty(i,"v",{get:function(){return n[t]},set:function(i){n[t]=i}}),i},property:function(n,t,i,r)… variable
/plugin/diagramsnet/lib/plugins/
H A Dsql.js301 function ParseSQLServerName(name, property) { argument
/plugin/dirtylittlehelper/mermaid/editor/docs/
H A D2.2.js30947 …CSSCodeActions.prototype.getFixesForUnknownProperty = function (document, property, marker, result… argument
34192 function setSide(model, side, value, property) { argument
34201 function setAllSides(model, value, property) { argument
34207 function updateModelWithValue(model, side, value, property) { argument
34216 function updateModelWithList(model, values, property) { 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/dw2pdf/vendor/mpdf/mpdf/src/Tag/
H A DTag.php117 protected function getAlign($property) argument
/plugin/dw2pdf/vendor/myclabs/deep-copy/src/DeepCopy/
H A DDeepCopy.php214 private function copyObjectProperty($object, ReflectionProperty $property) argument
[all...]
/plugin/dw2pdf/vendor/myclabs/deep-copy/src/DeepCopy/Filter/Doctrine/
H A DDoctrineCollectionFilter.php18 public function apply($object, $property, $objectCopier) argument
H A DDoctrineEmptyCollectionFilter.php21 public function apply($object, $property, $objectCopier) argument
H A DDoctrineProxyFilter.php18 public function apply($object, $property, $objectCopier) argument
/plugin/dw2pdf/vendor/myclabs/deep-copy/src/DeepCopy/Filter/
H A DFilter.php17 public function apply($object, $property, $objectCopier); argument
H A DKeepFilter.php12 public function apply($object, $property, $objectCopier) argument
H A DReplaceFilter.php30 public function apply($object, $property, $objectCopier) argument
H A DSetNullFilter.php17 public function apply($object, $property, $objectCopier) argument
/plugin/dw2pdf/vendor/myclabs/deep-copy/src/DeepCopy/Matcher/Doctrine/
H A DDoctrineProxyMatcher.php18 public function matches($object, $property) argument
/plugin/dw2pdf/vendor/myclabs/deep-copy/src/DeepCopy/Matcher/
H A DMatcher.php13 public function matches($object, $property); argument
H A DPropertyMatcher.php18 private $property; variable in DeepCopy\\Matcher\\PropertyMatcher
24 public function __construct($class, $property) argument
35 public function matches($object, $property) argument
H A DPropertyNameMatcher.php13 private $property; variable in DeepCopy\\Matcher\\PropertyNameMatcher
18 public function __construct($property) argument
28 public function matches($object, $property) argument
H A DPropertyTypeMatcher.php34 public function matches($object, $property) argument
/plugin/edittable/lib/
H A Dhandsontable.full.js98 /******/ __webpack_require__.o = function(object, property) { return Object.prototype.hasOwnProper… argument
/plugin/findologicxmlexport/vendor/doctrine/annotations/lib/Doctrine/Common/Annotations/
H A DAnnotationReader.php244 public function getPropertyAnnotations(ReflectionProperty $property)
260 public function getPropertyAnnotation(ReflectionProperty $property, $annotationName)
378 private function getPropertyImports(ReflectionProperty $property)
H A DCachedReader.php103 public function getPropertyAnnotations(\ReflectionProperty $property)
123 public function getPropertyAnnotation(\ReflectionProperty $property, $annotationName)
H A DFileCacheReader.php130 public function getPropertyAnnotations(\ReflectionProperty $property)
268 public function getPropertyAnnotation(\ReflectionProperty $property, $annotationName)

12345678910