Home
last modified time | relevance | path

Searched +defs:prop +defs:value (Results 1 – 25 of 77) sorted by relevance

1234

/plugin/asciidocjs/node_modules/uglify-js/tools/
Dnode.js26 function to_comment(value) { argument
27 if (typeof value != "string") value = JSON.stringify(value, function(key, value) { argument
64 var props = ctor.SELF_PROPS.filter(function(prop) { argument
70 props.forEach(function(prop, i) { argument
/plugin/asciidocjs/node_modules/lodash/
DpickBy.js28 var props = arrayMap(getAllKeysIn(object), function(prop) { argument
32 return basePickBy(object, props, function(value, path) { argument
/plugin/jplayer/components/
Drequire.js79 function hasProp(obj, prop) { argument
83 function getOwn(obj, prop) { argument
109 eachProp(source, function (value, prop) { argument
139 function getGlobal(value) { argument
945 'defined', bind(this, function (value) { argument
969 load = bind(this, function (value) { argument
1243 eachProp(cfg, function (value, prop) { argument
1260 eachProp(cfg.shim, function (value, id) { argument
1263 value = { variable
1323 makeShimExports: function (value) { argument
[all …]
/plugin/jplayer/vendor/robloach/component-installer/src/ComponentInstaller/Resources/
Drequire.js79 function hasProp(obj, prop) { argument
83 function getOwn(obj, prop) { argument
109 eachProp(source, function (value, prop) { argument
139 function getGlobal(value) { argument
945 'defined', bind(this, function (value) { argument
969 load = bind(this, function (value) { argument
1243 eachProp(cfg, function (value, prop) { argument
1260 eachProp(cfg.shim, function (value, id) { argument
1263 value = { variable
1323 makeShimExports: function (value) { argument
[all …]
/plugin/asciidocjs/node_modules/acorn/src/
Dexpression.js30 pp.checkPropClash = function(prop, propHash) { argument
369 pp.parseLiteral = function(value) { argument
552 pp.parsePropertyValue = function(prop, isPattern, isGenerator, isAsync, startPos, startLoc, refDest… argument
602 pp.parsePropertyName = function(prop) { argument
/plugin/asciidocjs/node_modules/with/node_modules/acorn/src/
Dexpression.js30 pp.checkPropClash = function(prop, propHash) { argument
329 pp.parseLiteral = function(value) { argument
493 pp.parsePropertyValue = function(prop, isPattern, isGenerator, startPos, startLoc, refDestructuring… argument
538 pp.parsePropertyName = function(prop) { argument
/plugin/asciidocjs/node_modules/uglify-js/lib/
Dmozilla-ast.js173 value: value, property
192 value: from_moz(M.value), property
201 value: new AST_ClassInitBlock({ property
236 value: from_moz(M.value), property
272 M.properties.forEach(function(prop) { argument
326 value: "*", property
331 value: "*", property
370 M.specifiers.forEach(function(prop) { argument
396 M.specifiers.forEach(function(prop) { argument
403 value: "", property
[all …]
Dcompress.js301 node.alias = make_node(AST_String, node, { value: node.name }); property
314 … return transform ? transform(node) : make_node(AST_Return, node, { value: node.body }); property
404 function is_read_only_fn(value, name) { argument
415 function is_modified(compressor, tw, node, value, level, immutable, recursive) { argument
733 function is_immutable(value) { argument
751 function mark_escaped(tw, d, scope, node, value, level, depth) { argument
841 if (save) fixed = make_fixed(save, function(value) { argument
851 … if (save) fixed = compressor.option("rests") && make_fixed(save, function(value) { argument
875 if (save) fixed = make_fixed(save, function(value) { argument
1168 var props = node.properties.filter(function(prop) { argument
[all …]
Dast.js57 props.forEach(function(prop) { argument
271 value: "[string] The value of this directive as a plain string (it's not an AST_String!)", property
296 function validate_expression(value, prop, multiple, allow_spread, allow_hole) { argument
309 function must_be_expression(node, prop) { argument
755 value: "[AST_Node?] simple return expression, or null if using function body.", property
784 value: "[AST_Node?] simple return expression, or null if using function body.", property
907 node.properties.forEach(function(prop) { argument
949value: "[AST_Node?] property value (AST_Accessor for getters/setters, AST_LambdaExpression for met… property
1031value: "[AST_Node?] the value returned or thrown by this statement; could be null for AST_Return" property
1300 value: "[AST_Node?] initializer, or null of there's no initializer", property
[all …]
Dutils.js216 this.each(function(value, i) { argument
223 this.each(function(value, i) { argument
236 function HOP(obj, prop) { argument
Dparse.js322 function token(type, value, is_comment) { argument
330 value : value, property
712 function is(type, value) { argument
751 function token_to_string(type, value) { argument
962 return new AST_Return({ value: value }); property
977 return new AST_Throw({ value: value }); property
1105 value: gen, property
1113 value: new AST_ClassInitBlock({ property
1134 value: func, property
1164 value: create_accessor(), property
[all …]
/plugin/jquerymigrate/
Djquery-migrate-3.1.0.js107 function migrateWarnProp( obj, prop, value, msg ) { argument
122 function migrateWarnFunc( obj, prop, newFunc, msg ) { argument
170 selector = selector.replace( rattrHashGlob, function( _, attr, op, value ) { argument
368 jQuery.data = function( elem, name, value ) { argument
/plugin/authgooglesheets/vendor/phpseclib/phpseclib/phpseclib/Net/
DSFTP.php1266 private function update_stat_cache($path, $value)
2898 private function get_stat_cache_prop($path, $prop)
2913 private function get_lstat_cache_prop($path, $prop)
2929 private function get_xstat_cache_prop($path, $prop, $type)
/plugin/mikioplugin/inc/stemmechanics/lesserphp/
Dlessc.inc.php682 protected function compileProp($prop, $block, $out) {
835 public function compileValue($value) {
1002 protected function lib_extract($value) {
1011 protected function lib_isnumber($value) {
1015 protected function lib_isstring($value) {
1019 protected function lib_iscolor($value) {
1023 protected function lib_iskeyword($value) {
1027 protected function lib_ispixel($value) {
1031 protected function lib_ispercentage($value) {
1035 protected function lib_isem($value) {
[all …]
/plugin/asciidocjs/node_modules/with/node_modules/acorn/dist/
Dacorn_loose.es.js215 …replace = {start: e.pos, end: pos, type: tokTypes.string, value: this$1.input.slice(e.pos + 1, pos… property
219 replace = {start: e.pos, end: pos, type: tokTypes.regexp, value: re} property
223 value: this$1.input.slice(e.pos, pos)} property
243 if (replace === true) replace = {start: pos, end: pos, type: tokTypes.name, value: "✖"} property
1119 lp$2.parsePropertyName = function(prop) { argument
Dacorn_loose.js221 …replace = {start: e.pos, end: pos, type: acorn.tokTypes.string, value: this$1.input.slice(e.pos + … property
225 replace = {start: e.pos, end: pos, type: acorn.tokTypes.regexp, value: re} property
229 value: this$1.input.slice(e.pos, pos)} property
249 … if (replace === true) replace = {start: pos, end: pos, type: acorn.tokTypes.name, value: "✖"} property
1125 lp$2.parsePropertyName = function(prop) { argument
1271 Object.defineProperty(exports, '__esModule', { value: true }); property
/plugin/asciidocjs/node_modules/acorn/dist/
Dacorn_loose.js220 …replace = {start: e.pos, end: pos, type: __acorn.tokTypes.string, value: this$1.input.slice(e.pos … property
224 replace = {start: e.pos, end: pos, type: __acorn.tokTypes.regexp, value: re} property
228 value: this$1.input.slice(e.pos, pos)} property
248 … if (replace === true) replace = {start: pos, end: pos, type: __acorn.tokTypes.name, value: "✖"} property
1178 lp$2.parsePropertyName = function(prop) { argument
1372 Object.defineProperty(exports, '__esModule', { value: true }); property
Dacorn_loose.es.js216 …replace = {start: e.pos, end: pos, type: tokTypes.string, value: this$1.input.slice(e.pos + 1, pos… property
220 replace = {start: e.pos, end: pos, type: tokTypes.regexp, value: re} property
224 value: this$1.input.slice(e.pos, pos)} property
244 if (replace === true) replace = {start: pos, end: pos, type: tokTypes.name, value: "✖"} property
1174 lp$2.parsePropertyName = function(prop) { argument
/plugin/asciidocjs/node_modules/pug-filters/node_modules/uglify-js/lib/
Dmozilla-ast.js56 value: body[i].body.value property
118 value : from_moz(M.value) property
380 value: M.key instanceof AST_SymbolAccessor ? M.key.name : M.key property
504 if (propmap) propmap.split(/\s*,\s*/).forEach(function(prop){ argument
/plugin/indexmenu/scripts/fancytree/modules/
Djquery.fancytree.ui-deps.js121 $.each( prototype, function( prop, value ) { argument
365 $.each( this.classesElementLookup, function( key, value ) { argument
388 option: function( key, value ) { argument
440 _setOption: function( key, value ) { argument
454 _setOptionClasses: function( value ) { argument
485 _setOptionDisabled: function( value ) { argument
563 $.each( that.classesElementLookup, function( key, value ) { argument
/plugin/asciidocjs/node_modules/babylon/lib/
Dindex.js3 Object.defineProperty(exports, '__esModule', { value: true }); property
171 value: subClass, property
791 value: text, property
3265 pp$3.checkPropClash = function (prop, propHash) { argument
3775 pp$3.parseLiteral = function (value, type, startPos, startLoc) { argument
4069 pp$3.isGetterOrSetterMethod = function (prop, isPattern) { argument
4092 pp$3.parseObjectMethod = function (prop, isGenerator, isAsync, isPattern) { argument
4113 pp$3.parseObjectProperty = function (prop, startPos, startLoc, isPattern, refShorthandDefaultPos) { argument
4139 pp$3.parseObjPropValue = function (prop, startPos, startLoc, isGenerator, isAsync, isPattern, refSh… argument
4147 pp$3.parsePropertyName = function (prop) { argument
[all …]
/plugin/sequencediagram/bower_components/lodash/vendor/underscore/
Dunderscore.js70 case 1: return function(value) { argument
75 case 3: return function(value, index, collection) { argument
78 case 4: return function(accumulator, value, index, collection) { argument
92 var cb = function(value, context, argCount) { argument
237 _.each(obj, function(value, index, list) { argument
285 return _.map(obj, function(value) { argument
389 return _.pluck(_.map(obj, function(value, key, list) { argument
411 _.each(obj, function(value, index) { argument
421 _.groupBy = group(function(result, value, key) { argument
427 _.indexBy = group(function(result, value, key) { argument
[all …]
/plugin/tline/timeline_ajax/
Dsimile-ajax-bundle.js32 },attr:function(name,value,type){var options=name; argument
38 },css:function(key,value){if((key=="width"||key=="height")&&parseFloat(value)<0){value=undefined; argument
89 },val:function(value){if(value==undefined){if(this.length){var elem=this[0]; argument
110 },html:function(value){return value==undefined?(this[0]?this[0].innerHTML:null):this.empty().append… argument
111 },replaceWith:function(value){return this.after(value).remove(); argument
117 },data:function(key,value){var parts=key.split("."); argument
198 },prop:function(elem,value,type,i,name){if(jQuery.isFunction(value)){value=value.call(elem,i); method
281 },attr:function(elem,name,value){if(!elem||elem.nodeType==3||elem.nodeType==8){return undefined; argument
378 function num(elem,prop){return elem[0]&&parseInt(jQuery.curCSS(elem[0],prop,true),10)||0; argument
898 },animate:function(prop,speed,easing,callback){var optall=jQuery.speed(speed,easing,callback); argument
[all …]
/plugin/eventline/timeline_ajax/
Dsimile-ajax-bundle.js32 },attr:function(name,value,type){var options=name; argument
38 },css:function(key,value){if((key=="width"||key=="height")&&parseFloat(value)<0){value=undefined; argument
89 },val:function(value){if(value==undefined){if(this.length){var elem=this[0]; argument
110 },html:function(value){return value==undefined?(this[0]?this[0].innerHTML:null):this.empty().append… argument
111 },replaceWith:function(value){return this.after(value).remove(); argument
117 },data:function(key,value){var parts=key.split("."); argument
198 },prop:function(elem,value,type,i,name){if(jQuery.isFunction(value)){value=value.call(elem,i); method
281 },attr:function(elem,name,value){if(!elem||elem.nodeType==3||elem.nodeType==8){return undefined; argument
378 function num(elem,prop){return elem[0]&&parseInt(jQuery.curCSS(elem[0],prop,true),10)||0; argument
898 },animate:function(prop,speed,easing,callback){var optall=jQuery.speed(speed,easing,callback); argument
[all …]
/plugin/asciidocjs/node_modules/yargs-parser/build/lib/
Dyargs-parser.js505 const alias = key.split('.').map(function (prop) { argument
545 set(value) { argument
587 function maybeCoerceNumber(key, value) { argument
748 function setKey(obj, keys, value) { argument

1234