Home
last modified time | relevance | path

Searched defs:object (Results 26 – 50 of 476) sorted by relevance

12345678910>>...20

/plugin/asciidocjs/node_modules/babel-runtime/helpers/
Dget.js15 exports.default = function get(object, property, receiver) { argument
Dset.js15 exports.default = function set(object, property, value, receiver) { argument
/plugin/authgooglesheets/vendor/google/apiclient-services/src/OSConfig/
DGcsObject.php33 public $object; variable in Google\\Service\\OSConfig\\GcsObject
66 public function setObject($object)
/plugin/gtime/gtlib/asn1/
DASN1Tag.php33 private $object; variable in ASN1Tag
155 public function setObject($object) {
/plugin/asciidocjs/node_modules/core-js/library/modules/
Dcore.dict.js32 return function (object, callbackfn, that /* = undefined */) { argument
98 function reduce(object, mapfn, init) { argument
115 function includes(object, el) { argument
123 function get(object, key) { argument
126 function set(object, key, value) { argument
/plugin/asciidocjs/node_modules/core-js/modules/
Dcore.dict.js32 return function (object, callbackfn, that /* = undefined */) { argument
98 function reduce(object, mapfn, init) { argument
115 function includes(object, el) { argument
123 function get(object, key) { argument
126 function set(object, key, value) { argument
/plugin/asciidocjs/node_modules/lodash/
Dtransform.js42 function transform(object, iteratee, accumulator) { argument
59 (isArrLike ? arrayEach : baseForOwn)(object, function(value, index, object) { argument
D_nativeKeysIn.js10 function nativeKeysIn(object) { argument
D_getValue.js9 function getValue(object, key) { argument
D_baseHasIn.js9 function baseHasIn(object, key) { argument
D_safeGet.js9 function safeGet(object, key) { argument
D_basePropertyOf.js8 function basePropertyOf(object) { argument
D_baseAt.js11 function baseAt(object, paths) { argument
DvaluesIn.js28 function valuesIn(object) { argument
DfunctionsIn.js27 function functionsIn(object) { argument
Dfunctions.js27 function functions(object) { argument
Dunset.js30 function unset(object, path) { argument
/plugin/s5/ui/dokuwiki/
Dslides.js20 function hasClass(object, className) { argument
25 function hasValue(object, value) { argument
30 function removeClass(object,className) { argument
35 function addClass(object,className) { argument
/plugin/s5/ui/default/
Dslides.js20 function hasClass(object, className) { argument
25 function hasValue(object, value) { argument
30 function removeClass(object,className) { argument
35 function addClass(object,className) { argument
/plugin/findologicxmlexport/vendor/myclabs/deep-copy/src/DeepCopy/
DDeepCopy.php87 public function copy($object)
159 private function copyObject($object)
203 private function copyObjectProperty($object, ReflectionProperty $property)
/plugin/dw2pdf/vendor/myclabs/deep-copy/src/DeepCopy/
H A DDeepCopy.php90 public function copy($object)
170 private function copyObject($object)
214 private function copyObjectProperty($object, ReflectionProperty $property)
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Datastream/Resource/
DProjectsLocationsStreamsObjects.php99 public function startBackfillJob($object, StartBackfillJobRequest $postBody, $optParams = [])
115 public function stopBackfillJob($object, StopBackfillJobRequest $postBody, $optParams = [])
/plugin/findologicxmlexport/vendor/jms/serializer/src/Accessor/
DDefaultAccessorStrategy.php52 …public function getValue(object $object, PropertyMetadata $metadata, SerializationContext $context) argument
100 …public function setValue(object $object, $value, PropertyMetadata $metadata, DeserializationContex… argument
/plugin/findologicxmlexport/vendor/jms/metadata/src/
DMergeableInterface.php9 public function merge(MergeableInterface $object): void;
DMergeableClassMetadata.php9 public function merge(MergeableInterface $object): void

12345678910>>...20