Home
last modified time | relevance | path

Searched refs:object (Results 151 – 175 of 1568) sorted by relevance

12345678910>>...63

/plugin/findologicxmlexport/vendor/phpspec/prophecy/src/Prophecy/Prediction/
H A DNoCallsPrediction.php43 * @param ObjectProphecy $object
48 public function check(array $calls, ObjectProphecy $object, MethodProphecy $method) argument
60 get_class($object->reveal()),
/plugin/findologicxmlexport/vendor/sebastian/object-enumerator/
H A DChangeLog.md3 All notable changes to `sebastianbergmann/object-enumerator` are documented in this file using the …
23 [2.0.1]: https://github.com/sebastianbergmann/object-enumerator/compare/2.0.0...2.0.1
24 [2.0.0]: https://github.com/sebastianbergmann/object-enumerator/compare/1.0...2.0.0
H A DREADME.md3 Traverses array structures and object graphs to enumerate all referenced objects.
9 composer require sebastian/object-enumerator
13 composer require --dev sebastian/object-enumerator
/plugin/authgooglesheets/vendor/google/apiclient-services/src/
H A DStorage.php673 'object' => [
701 'object' => [
729 'object' => [
752 'object' => [
775 'object' => [
803 'object' => [
953 'object' => [
992 'object' => [
1035 'object' => [
1158 'object' => [
[all …]
/plugin/combo/vendor/antlr/antlr4-php-runtime/src/Utils/
H A DPair.php13 /** @var object|null */
16 /** @var object|null */
19 public function __construct(?object $a, ?object $b)
25 public function equals(object $other) : bool
/plugin/findologicxmlexport/vendor/hoa/exception/Test/Unit/
H A DException.php58 ->object($result)
83 ->object($bucket->getSource())
87 ->object($bucket->getData())
/plugin/odt/ODT/styles/
H A DODTTableColumnStyle.php169 $object = new ODTTableColumnStyle();
170 if (!isset($object)) {
175 $object->importProperties($properties, $disabled_props);
176 return $object;
H A DODTTableRowStyle.php173 $object = new ODTTableRowStyle();
174 if (!isset($object)) {
179 $object->importProperties($properties, $disabled_props);
180 return $object;
H A DODTTableStyle.php216 $object = new ODTTableStyle();
217 if (!isset($object)) {
222 $object->importProperties($properties, $disabled_props);
223 return $object;
/plugin/findologicxmlexport/vendor/jms/serializer/tests/Serializer/
H A DBaseSerializationTest.php543 $serializedObject = $this->serialize($object);
572 $serializedObject = $this->serialize($object);
605 $serializedObject = $this->serialize($object);
930 $object = new CircularReferenceCollection();
931 $object->collection[] = $object;
937 $object = new CircularReferenceParent();
961 $object = new ObjectWithLifecycleCallbacks();
1056 $object = new SimpleObjectProxy('foo', 'bar');
1067 $object = new SimpleObjectProxy('foo', 'bar');
1068 $object->__load();
[all …]
/plugin/findologicxmlexport/vendor/jms/serializer/src/GraphNavigator/
H A DDeserializationGraphNavigator.php181 …$object = $this->objectConstructor->construct($this->visitor, $metadata, $data, $type, $this->cont…
183 $this->visitor->startVisitingObject($metadata, $object, $type);
200 $this->accessor->setValue($object, $v, $propertyMetadata, $this->context);
232 private function afterVisitingObject(ClassMetadata $metadata, object $object, array $type): void argument
238 $method->invoke($object);
242 …ost_deserialize', $metadata->name, $this->format, new ObjectEvent($this->context, $object, $type));
/plugin/sequencediagram/bower_components/lodash/lib/fp/template/modules/
H A Dconvert.jst6 * version with conversion `options` applied. If `name` is an object its methods
11 * @param {Object} [options] The options object. See `baseConvert` for more details.
12 * @returns {Function|Object} Returns the converted function or object.
/plugin/findologicxmlexport/vendor/twig/twig/doc/functions/
H A Dattribute.rst12 {{ attribute(object, method) }}
13 {{ attribute(object, method, arguments) }}
21 {{ attribute(object, method) is defined ? 'Method exists' : 'Method does not exist' }}
/plugin/webcode/vendor/
H A Dfirebug-lite-1.4.js1232 this.Property=function(object,name){this.object=object; argument
1435 this.object=object
1715 if(match(object)){this.navigate(object);
2045 append(Menu,{register:function(object){menuMap[object.id]=object argument
5761 object=object?object.repObject:null;
5762 if(object&&instanceOf(object,"Element")&&object.nodeType==1){if(object!=lastHighlightedObject){Fire…
7294 if(object instanceof CSSStyleDeclaration){object=object.parentRule
7872 return object?object:this.selection
7874 object=this.getRealObject(object);
7880 object=object?object.repObject:null;
[all …]
/plugin/combo/resources/firebug/
H A Dfirebug-lite-1.4.js57 }var isChromeContext=window.Firebug&&typeof window.Firebug.SharedEnv=="object";
71 if(FBL.isFirefox&&typeof FBL.Env.browser.console=="object"&&FBL.Env.browser.console.firebug&&FBL.Env.Options.disableWhenFirebugActive){return
198 this.bind=function(){var args=cloneArray(arguments),fn=args.shift(),object=args.shift();
199 return function(){return fn.apply(object,arrayInsert(cloneArray(args),0,arguments))
202 this.bindFixed=function(){var args=cloneArray(arguments),fn=args.shift(),object=args.shift();
203 return function(){return fn.apply(object,args)
962 this.addEvent=function(object,name,handler,useCapture){if(object.addEventListener){object.addEventListener(name,handler,useCapture) argument
963 }else{object
965 removeEvent(object,name,handler,useCapture) global() argument
1218 objectToString(object) global() argument
1243 Property(object,name) global() argument
1254 isArray(object) global() argument
1256 isFunction(object) global() argument
1261 instanceOf(object,className) global() argument
1297 getDOMMembers(object) global() argument
1329 isDOMMember(object,propName) global() argument
1442 SourceLink(url,line,type,object,instance) global() argument
1549 getRep(object) global() argument
1568 getElementByRepObject(element,object) global() argument
1697 supportsObject(object) global() argument
1698 hasObject(object) global() argument
1699 select(object,forceUpdate) global() argument
1703 updateSelection(object) global() argument
1708 stopInspecting(object,cancelled) global() argument
1729 getContextMenuItems(object,target) global() argument
1732 browseObject(object) global() argument
1734 getObjectPath(object) global() argument
1737 getObjectLocation(object) global() argument
1738 getObjectDescription(object) global() argument
1775 AnonymousFunction4beb61231700(object,type) global() argument
1776 AnonymousFunction4beb61231800(object,context) global() argument
1777 AnonymousFunction4beb61231b00(object,context) global() argument
1778 AnonymousFunction4beb61231c00(object) global() argument
1784 AnonymousFunction4beb61231d00(object) global() argument
1785 AnonymousFunction4beb61231e00(object,target,context) global() argument
2056 AnonymousFunction4beb61233c00(object) global() argument
3891 __bind__(object,fn) global() argument
4185 AnonymousFunction4beb6123de00(object,type) global() argument
4187 AnonymousFunction4beb6123df00(object,type) global() argument
4190 AnonymousFunction4beb6123e000(object,type) global() argument
4192 AnonymousFunction4beb6123e100(object,type) global() argument
4204 AnonymousFunction4beb6123e500(object,type) global() argument
4220 AnonymousFunction4beb6123ea00(object) global() argument
4228 var propRepsMap={"boolean":this.propNumberTag,number:this.propNumberTag,string:this.propStringTag,object:this.propObjectTag}; global() property in AnonymousFunction4beb6123dd00.AnonymousFunction4beb6123ea00.propRepsMap
4246 AnonymousFunction4beb6123eb00(object,max) global() argument
4261 }}}if(count>max){props[Math.max(1,max-1)]={object:"more...",tag:FirebugReps.Caption.tag,name:"",equal:"",delim:""} global() property in AnonymousFunction4beb6123dd00.AnonymousFunction4beb6123eb00.props
4264 AnonymousFunction4beb6123ec00(object,type) global() argument
4290 AnonymousFunction4beb6123f000(object) global() argument
4301 AnonymousFunction4beb6123f200(object,context) global() argument
4303 AnonymousFunction4beb6123f300(object) global() argument
4307 AnonymousFunction4beb6123f600(object) global() argument
4312 AnonymousFunction4beb6123f900(object) global() argument
4365 AnonymousFunction4beb612310a00(object) global() argument
4379 AnonymousFunction4beb612311000(object) global() argument
4382 AnonymousFunction4beb612311200(object) global() argument
4393 AnonymousFunction4beb612311b00(object) global() argument
4403 AnonymousFunction4beb612312200(object) global() argument
4417 AnonymousFunction4beb612312a00(object) global() argument
4429 AnonymousFunction4beb612313000(object) global() argument
4447 AnonymousFunction4beb612313600(object) global() argument
4467 AnonymousFunction4beb612313d00(object) global() argument
4472 AnonymousFunction4beb612314000(object) global() argument
4474 AnonymousFunction4beb612314100(object) global() argument
4517 AnonymousFunction4beb612315000(object) global() argument
4545 AnonymousFunction4beb612315900(object,type) global() argument
4550 AnonymousFunction4beb612315c00(object,type) global() argument
4554 AnonymousFunction4beb612315f00(object,type) global() argument
5230 }if(limitReached){var object={text:$STR("net.responseSizeLimitMessage"),onClickLink:function(){var panel=context.getPanel("net",true); global() class in AnonymousFunction4beb61231ae00
5486 AnonymousFunction4beb61231dc00(object) global() argument
5599 log(object,context,className,rep,noThrottle,sourceLink) global() argument
5690 log(context,object,className,sourceLink) global() argument
5715 AnonymousFunction4beb612320f00(object,row,rep) global() argument
5768 AnonymousFunction4beb612321300(object,row,rep) global() argument
6502 AnonymousFunction4beb612325200(object) global() argument
6581 appendText(object,html) global() argument
6582 appendNull(object,html) global() argument
6583 appendString(object,html) global() argument
6584 appendInteger(object,html) global() argument
6585 appendFloat(object,html) global() argument
6586 appendFunction(object,html) global() argument
6590 appendObject(object,html) global() argument
6600 appendObjectFormatted(object,html) global() argument
6604 appendSelector(object,html) global() argument
6629 appendArray(object,html) global() argument
7290 AnonymousFunction4beb612328a00(object) global() argument
7304 AnonymousFunction4beb612328c00(object) global() argument
7336 AnonymousFunction4beb612329100(object) global() argument
7468 AnonymousFunction4beb61232a400(object) global() argument
7786 AnonymousFunction4beb61232cd00(object,level) global() argument
7837 AnonymousFunction4beb61232d200(object) global() argument
7874 AnonymousFunction4beb61232d900(object) global() argument
7933 AnonymousFunction4beb61232e200(object) global() argument
7938 AnonymousFunction4beb61232e400(object) global() argument
7980 AnonymousFunction4beb61232e500(object) global() argument
8028 getMembers(object,level) global() argument
8163 dumpProperties(title,object) global() argument
8206 appendText(object,html) global() argument
[all...]
/plugin/sequencediagram/bower_components/lodash/vendor/firebug-lite/src/
H A Dfirebug-lite-debug.js3419 this.object = object;
3480 if (!object || typeof object != "object")
6068 this.object = object;
8526 menuMap[object.id] = object;
22284 object = object ? object.repObject : null;
22286 if(object && instanceOf(object, "Element") && object.nodeType == 1)
27472 object = object.parentRule;
29374 if (!object) return object;
29637 object = this.getRealObject(object);
29811 object = object ? object.repObject : null;
[all …]
/plugin/findologicxmlexport/vendor/myclabs/deep-copy/
H A DREADME.md96 DeepCopy recursively traverses all the object's properties and clones them. To avoid cloning the sa…
97 keeps a hash map of all instances and thus preserves the object graph.
150 - `DeepCopy\Matcher` applies on a object attribute.
207 $object = MyClass::load(123);
208 echo $object->id; // 123
213 $copy = $copier->copy($object);
231 $copy = $copier->copy($object);
248 $copy = $copier->copy($object);
265 $copy = $copier->copy($object);
287 $copy = $copier->copy($object);
[all …]
/plugin/dw2pdf/vendor/myclabs/deep-copy/
H A DREADME.md64 You use [`__clone()`](http://www.php.net/manual/en/language.oop5.cloning.php#object.clone) and implement the behavior
91 DeepCopy recursively traverses all the object's properties and clones them. To avoid cloning the same object twice it
92 keeps a hash map of all instances and thus preserves the object graph.
145 - `DeepCopy\Matcher` applies on a object attribute.
181 // Will apply a filter to any object that is an instance of Doctrine\Common\Collections\Collection
188 - `DeepCopy\Filter` applies a transformation to the object attribute matched by `DeepCopy\Matcher`
202 $object = MyClass::load(123);
203 echo $object->id; // 123
208 $copy = $copier->copy($object);
[all...]
/plugin/odt/ODT/elements/
H A DODTStateElement.php91 * @param ODTStyle $object
93 public function setStyle($object) { argument
94 $this->style_obj = $object;
/plugin/ebookexport/
H A Daction.php222 foreach ($objects as $object) {
223 if ($object != "." && $object != "..") {
224 if (is_dir($dir."/".$object))
225 $this->rrmdir($dir."/".$object);
227 unlink($dir."/".$object);
/plugin/webdav/vendor/sabre/vobject/lib/
H A DFreeBusyGenerator.php146 foreach ($objects as $object) {
147 if (is_string($object) || is_resource($object)) {
148 $this->objects[] = Reader::read($object);
149 } elseif ($object instanceof Component) {
150 $this->objects[] = $object;
371 foreach ($objects as $key => $object) {
372 foreach ($object->getBaseComponents() as $component) {
394 … $iterator = new EventIterator($object, (string) $component->UID, $this->timeZone);
/plugin/findologicxmlexport/vendor/jms/serializer/src/
H A DXmlDeserializationVisitor.php266 public function startVisitingObject(ClassMetadata $metadata, object $object, array $type): void argument
268 $this->setCurrentObject($object);
339 public function endVisitingObject(ClassMetadata $metadata, $data, array $type): object
348 public function setCurrentObject(object $object): void argument
351 $this->currentObject = $object;
354 public function getCurrentObject(): ?object
359 public function revertCurrentObject(): ?object
/plugin/icalevents/vendor/sabre/vobject/lib/
H A DFreeBusyGenerator.php153 foreach ($objects as $object) {
155 if (is_string($object) || is_resource($object)) {
156 $this->objects[] = Reader::read($object);
157 } elseif ($object instanceof Component) {
158 $this->objects[] = $object;
401 foreach ($objects as $key => $object) {
403 foreach ($object->getBaseComponents() as $component) {
427 … $iterator = new EventIterator($object, (string)$component->UID, $this->timeZone);
/plugin/findologicxmlexport/vendor/myclabs/deep-copy/src/DeepCopy/Matcher/
H A DMatcher.php8 * @param object $object
13 public function matches($object, $property); argument
/plugin/dw2pdf/vendor/myclabs/deep-copy/src/DeepCopy/Matcher/
H A DMatcher.php8 * @param object $object
13 public function matches($object, $property); argument

12345678910>>...63