| /plugin/asciidocjs/node_modules/core-js/library/modules/ |
| D | es6.reflect.set.js | 11 function set(target, propertyKey, V /* , receiver */) { argument 13 var ownDesc = gOPD.f(anObject(target), propertyKey); 17 return set(proto, propertyKey, V, receiver); 23 if (existingDescriptor = gOPD.f(receiver, propertyKey)) { 26 dP.f(receiver, propertyKey, existingDescriptor); 27 } else dP.f(receiver, propertyKey, createDesc(0, V));
|
| D | es6.reflect.define-property.js | 12 defineProperty: function defineProperty(target, propertyKey, attributes) { 14 propertyKey = toPrimitive(propertyKey, true); 17 dP.f(target, propertyKey, attributes);
|
| D | es6.reflect.get.js | 9 function get(target, propertyKey /* , receiver */) { argument 12 if (anObject(target) === receiver) return target[propertyKey]; 13 if (desc = gOPD.f(target, propertyKey)) return has(desc, 'value') 18 if (isObject(proto = getPrototypeOf(target))) return get(proto, propertyKey, receiver);
|
| D | es6.reflect.delete-property.js | 7 deleteProperty: function deleteProperty(target, propertyKey) { 8 var desc = gOPD(anObject(target), propertyKey); 9 return desc && !desc.configurable ? false : delete target[propertyKey];
|
| D | es6.reflect.has.js | 5 has: function has(target, propertyKey) { 6 return propertyKey in target;
|
| D | es6.reflect.get-own-property-descriptor.js | 7 getOwnPropertyDescriptor: function getOwnPropertyDescriptor(target, propertyKey) { 8 return gOPD.f(anObject(target), propertyKey);
|
| /plugin/asciidocjs/node_modules/core-js/modules/ |
| D | es6.reflect.set.js | 11 function set(target, propertyKey, V /* , receiver */) { argument 13 var ownDesc = gOPD.f(anObject(target), propertyKey); 17 return set(proto, propertyKey, V, receiver); 23 if (existingDescriptor = gOPD.f(receiver, propertyKey)) { 26 dP.f(receiver, propertyKey, existingDescriptor); 27 } else dP.f(receiver, propertyKey, createDesc(0, V));
|
| D | es6.reflect.define-property.js | 12 defineProperty: function defineProperty(target, propertyKey, attributes) { 14 propertyKey = toPrimitive(propertyKey, true); 17 dP.f(target, propertyKey, attributes);
|
| D | es6.reflect.get.js | 9 function get(target, propertyKey /* , receiver */) { argument 12 if (anObject(target) === receiver) return target[propertyKey]; 13 if (desc = gOPD.f(target, propertyKey)) return has(desc, 'value') 18 if (isObject(proto = getPrototypeOf(target))) return get(proto, propertyKey, receiver);
|
| D | es6.reflect.delete-property.js | 7 deleteProperty: function deleteProperty(target, propertyKey) { 8 var desc = gOPD(anObject(target), propertyKey); 9 return desc && !desc.configurable ? false : delete target[propertyKey];
|
| D | es6.reflect.has.js | 5 has: function has(target, propertyKey) { 6 return propertyKey in target;
|
| D | es6.reflect.get-own-property-descriptor.js | 7 getOwnPropertyDescriptor: function getOwnPropertyDescriptor(target, propertyKey) { 8 return gOPD.f(anObject(target), propertyKey);
|
| /plugin/authgoogle/google/contrib/ |
| D | Google_DriveService.php | 859 * @param string $propertyKey The key of the property. 864 public function delete($fileId, $propertyKey, $optParams = array()) { argument 865 $params = array('fileId' => $fileId, 'propertyKey' => $propertyKey); 874 * @param string $propertyKey The key of the property. 880 public function get($fileId, $propertyKey, $optParams = array()) { argument 881 $params = array('fileId' => $fileId, 'propertyKey' => $propertyKey); 929 * @param string $propertyKey The key of the property. 936 public function patch($fileId, $propertyKey, Google_Property $postBody, $optParams = array()) { argument 937 $params = array('fileId' => $fileId, 'propertyKey' => $propertyKey, 'postBody' => $postBody); 950 * @param string $propertyKey The key of the property. [all …]
|
| /plugin/findologicxmlexport/vendor/jms/serializer/src/Metadata/Driver/ |
| D | AnnotationDriver.php | 165 foreach ($propertiesMetadata as $propertyKey => $propertyMetadata) { 173 $propertyAnnotations = $propertiesAnnotations[$propertyKey];
|
| D | XmlDriver.php | 168 foreach ($propertiesMetadata as $propertyKey => $pMetadata) { 173 $pElem = $propertiesNodes[$propertyKey];
|
| /plugin/asciidocjs/node_modules/core-js/client/ |
| D | library.js | 6184 defineProperty: function defineProperty(target, propertyKey, attributes) { 6186 propertyKey = toPrimitive(propertyKey, true); 6189 dP.f(target, propertyKey, attributes); 6208 deleteProperty: function deleteProperty(target, propertyKey) { 6209 var desc = gOPD(anObject(target), propertyKey); 6210 return desc && !desc.configurable ? false : delete target[propertyKey]; 6260 function get(target, propertyKey /* , receiver */) { 6263 if (anObject(target) === receiver) return target[propertyKey]; 6264 if (desc = gOPD.f(target, propertyKey)) return has(desc, 'value') 6269 if (isObject(proto = getPrototypeOf(target))) return get(proto, propertyKey, receiver); [all …]
|
| D | shim.js | 6921 defineProperty: function defineProperty(target, propertyKey, attributes) { 6923 propertyKey = toPrimitive(propertyKey, true); 6926 dP.f(target, propertyKey, attributes); 6945 deleteProperty: function deleteProperty(target, propertyKey) { 6946 var desc = gOPD(anObject(target), propertyKey); 6947 return desc && !desc.configurable ? false : delete target[propertyKey]; 6997 function get(target, propertyKey /* , receiver */) { 7000 if (anObject(target) === receiver) return target[propertyKey]; 7001 if (desc = gOPD.f(target, propertyKey)) return has(desc, 'value') 7006 if (isObject(proto = getPrototypeOf(target))) return get(proto, propertyKey, receiver); [all …]
|
| D | core.js | 7023 defineProperty: function defineProperty(target, propertyKey, attributes) { 7025 propertyKey = toPrimitive(propertyKey, true); 7028 dP.f(target, propertyKey, attributes); 7047 deleteProperty: function deleteProperty(target, propertyKey) { 7048 var desc = gOPD(anObject(target), propertyKey); 7049 return desc && !desc.configurable ? false : delete target[propertyKey]; 7099 function get(target, propertyKey /* , receiver */) { 7102 if (anObject(target) === receiver) return target[propertyKey]; 7103 if (desc = gOPD.f(target, propertyKey)) return has(desc, 'value') 7108 if (isObject(proto = getPrototypeOf(target))) return get(proto, propertyKey, receiver); [all …]
|
| D | library.min.js.map | 1 …","NEW_TARGET_BUG","ARGS_BUG","Target","newTarget","$args","instance","propertyKey","attributes","…
|
| D | shim.min.js.map | 1 …"rConstruct","NEW_TARGET_BUG","ARGS_BUG","Target","newTarget","$args","propertyKey","attributes","…
|
| D | core.min.js.map | 1 …"rConstruct","NEW_TARGET_BUG","ARGS_BUG","Target","newTarget","$args","propertyKey","attributes","…
|
| /plugin/asciidocjs/node_modules/core-js/ |
| D | README.md | 1258 .defineProperty(target, propertyKey, attributes) -> bool 1259 .deleteProperty(target, propertyKey) -> bool 1261 .get(target, propertyKey, receiver?) -> var 1262 .getOwnPropertyDescriptor(target, propertyKey) -> desc 1264 .has(target, propertyKey) -> bool 1268 .set(target, propertyKey, V, receiver?) -> bool 1749 .defineMetadata(metadataKey, metadataValue, target, propertyKey?) -> void 1750 .getMetadata(metadataKey, target, propertyKey?) -> var 1751 .getOwnMetadata(metadataKey, target, propertyKey?) -> var 1752 .hasMetadata(metadataKey, target, propertyKey?) -> bool [all …]
|
| /plugin/combo/resources/library/rrdiagram/0.9.4.1/ |
| H A D | rrdiagram.js.map | 1 …propertyKey","attributes","deleteProperty","Enumerate","enumerate","getProto","receiver","setProto…
|
| /plugin/asciidocjs/node_modules/babylon/lib/ |
| D | index.js | 5426 var propertyKey = void 0; 5480 propertyKey = this.flowParseObjectPropertyKey(); 5486 …deStart.properties.push(this.flowParseObjectTypeMethod(startPos, startLoc, isStatic, propertyKey)); 5491 node.key = propertyKey;
|
| /plugin/datatables/assets/pdfmake/ |
| D | pdfmake.js | 27767 var propertyKey = toPropertyKey(key); 27768 …if (propertyKey in object) definePropertyModule.f(object, propertyKey, createPropertyDescriptor(0,… 27769 else object[propertyKey] = value;
|