Home
last modified time | relevance | path

Searched refs:object (Results 176 – 200 of 1568) sorted by relevance

12345678910>>...63

/plugin/elasticsearch/vendor/react/promise/src/
H A Dfunctions.php11 * If `$promiseOrValue` is a thenable (any object that provides a `then()` method),
324 function _checkTypehint(callable $callback, $object) argument
326 if (!\is_object($object)) {
352 return $expectedException->getClass()->isInstance($object);
385 if (!($matches = ($typeToMatch->isBuiltin() && \gettype($object) === $typeToMatch->getName())
386 || (new \ReflectionClass($typeToMatch->getName()))->isInstance($object))) {
391 $matches = ($type->isBuiltin() && \gettype($object) === $type->getName())
392 || (new \ReflectionClass($type->getName()))->isInstance($object);
/plugin/dw2pdf/vendor/mpdf/mpdf/src/Writer/
H A DFontWriter.php73 $this->writer->object();
131 $this->writer->object();
144 $this->writer->object();
208 $this->writer->object();
220 $this->writer->object();
225 $this->writer->object();
239 $this->writer->object();
266 $this->writer->object();
297 $this->writer->object();
309 $this->writer->object();
[all...]
H A DBackgroundWriter.php124 throw new \Mpdf\MpdfException('Problem: Image object not found for background pattern ' . $img['i']);
127 $this->writer->object();
187 $this->writer->object();
232 $this->writer->object();
258 $this->writer->object();
274 $this->writer->object();
300 $this->writer->object();
315 $this->writer->object();
362 // set pattern object
363 $this->writer->object();
[all...]
/plugin/findologicxmlexport/vendor/sebastian/comparator/src/
H A DObjectComparator.php98 * @param object $object
101 protected function toArray($object) argument
103 return $this->exporter->toArray($object);
/plugin/findologicxmlexport/vendor/myclabs/deep-copy/src/DeepCopy/Filter/
H A DFilter.php13 * @param object $object
17 public function apply($object, $property, $objectCopier); argument
/plugin/dw2pdf/vendor/myclabs/deep-copy/src/DeepCopy/Filter/
H A DFilter.php6 * Filter to apply to a property while copying an object
11 * Applies the filter to the object.
13 * @param object $object
17 public function apply($object, $property, $objectCopier); argument
/plugin/findologicxmlexport/vendor/hoa/compiler/Test/Unit/Llk/
H A DTreeNode.php58 ->object($node)
142 ->object($node->getParent())
262 ->object($result)
280 ->object($result)
317 ->object($result)
322 ->object($result)
403 ->object($result)
417 ->object($result)
/plugin/findologicxmlexport/vendor/phpunit/phpunit/src/Framework/Constraint/
H A DObjectHasAttribute.php29 $object = new ReflectionObject($other);
31 return $object->hasProperty($this->attributeName);
/plugin/findologicxmlexport/vendor/myclabs/deep-copy/src/DeepCopy/Filter/Doctrine/
H A DDoctrineProxyFilter.php18 public function apply($object, $property, $objectCopier) argument
20 $object->__load();
/plugin/dw2pdf/vendor/myclabs/deep-copy/src/DeepCopy/Filter/Doctrine/
H A DDoctrineProxyFilter.php18 public function apply($object, $property, $objectCopier) argument
20 $object->__load();
/plugin/sequencediagram/bower_components/lodash/dist/
H A Dmapping.fp.js323 object = exports.aliasToReal,
326 for (var key in object) {
327 var value = object[key];
/plugin/wysiwyg/fckeditor/editor/filemanager/connectors/py/
H A Dfckoutput.py49 class BaseHttpMixin(object):
67 class BaseXmlMixin(object):
100 class BaseHtmlMixin(object):
/plugin/findologicxmlexport/vendor/myclabs/deep-copy/src/DeepCopy/Matcher/Doctrine/
H A DDoctrineProxyMatcher.php18 public function matches($object, $property) argument
20 return $object instanceof Proxy;
/plugin/findologicxmlexport/vendor/jms/serializer/tests/Fixtures/
H A DObjectWithEmptyArrayAndHash.php25 private $object = []; variable in JMS\\Serializer\\Tests\\Fixtures\\ObjectWithEmptyArrayAndHash
29 $this->object = new InlineChildEmpty();
/plugin/dw2pdf/vendor/myclabs/deep-copy/src/DeepCopy/Matcher/Doctrine/
H A DDoctrineProxyMatcher.php18 public function matches($object, $property) argument
20 return $object instanceof Proxy;
/plugin/gview/
H A Dprint.css5 div.obj_container object,
6 div.obj_container_pdf object {
/plugin/findologicxmlexport/vendor/jms/serializer/src/EventDispatcher/
H A DEventDispatcher.php91 $object = $event instanceof ObjectEvent ? $event->getObject() : null;
92 $realClass = is_object($object) ? get_class($object) : '';
100 if (!empty($listener[3]) && !($object instanceof $listener[3])) {
/plugin/sequencediagram/bower_components/js-sequence-diagrams/src/
H A Ddiagram.js119 Object.getPrototypeOf = function(object) { argument
120 return object.__proto__;
123 Object.getPrototypeOf = function(object) {
125 return object.constructor.prototype;
/plugin/findologicxmlexport/vendor/jms/serializer/tests/Metadata/
H A DClassMetadataTest.php73 $object = new PropertyMetadataPublicMethod();
75 $metadata = new PropertyMetadata(get_class($object), $property);
90 $object = new PropertyMetadataPublicMethod();
92 $metadata = new PropertyMetadata(get_class($object), 'e');
/plugin/findologicxmlexport/vendor/phpspec/prophecy/src/Prophecy/Promise/
H A DPromiseInterface.php29 * @param ObjectProphecy $object
34 public function execute(array $args, ObjectProphecy $object, MethodProphecy $method); argument
/plugin/findologicxmlexport/vendor/phpspec/prophecy/src/Prophecy/Argument/Token/
H A DArrayEntryToken.php129 private function convertArrayAccessToEntry(\ArrayAccess $object) argument
141 return $object->offsetExists($key) ? array($key => $object[$key]) : array();
/plugin/webdav/vendor/sabre/dav/lib/CalDAV/Schedule/
H A DInbox.php190 foreach ($objects as $object) {
191 $vObject = VObject\Reader::read($object['calendardata']);
193 $result[] = $object['uri'];
/plugin/findologicxmlexport/vendor/twig/twig/test/Twig/Tests/Fixtures/functions/
H A Dconstant.test5 {{ constant('ARRAY_AS_PROPS', object) }}
7 return ['expect' => DATE_W3C, 'object' => new \ArrayObject(['hi'])]
/plugin/findologicxmlexport/vendor/phpspec/prophecy/
H A DREADME.md6 Prophecy is a highly opinionated yet very powerful and flexible PHP object mocking
77 those object prophecies can't create themselves - there should be a Prophet:
90 that's your specific object prophecy, which describes how your object would behave
91 in the near future. But first, you need to specify which object you're talking about,
100 object prophecy that our object should extend specific class, the second one says that
107 our object *dummy* by revealing its prophecy:
118 a token object to satisfy a method typehint.
131 A stub is an object double, which doesn't have any expectations about the object behavior,
276 We've just described how our stub object should behave, even though the original object could have
324 (object being *dummy*). As a matter of fact, after you define your first promise
[all …]
/plugin/findologicxmlexport/vendor/myclabs/deep-copy/src/DeepCopy/Matcher/
H A DPropertyMatcher.php35 public function matches($object, $property) argument
37 return ($object instanceof $this->class) && $property == $this->property;

12345678910>>...63