Home
last modified time | relevance | path

Searched refs:object (Results 201 – 225 of 1568) sorted by relevance

12345678910>>...63

/plugin/findologicxmlexport/vendor/phpspec/prophecy/src/Prophecy/Prediction/
H A DPredictionInterface.php30 * @param ObjectProphecy $object
36 public function check(array $calls, ObjectProphecy $object, MethodProphecy $method); argument
/plugin/dw2pdf/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;
/plugin/findologicxmlexport/vendor/hoa/stream/Test/Unit/
H A DBucket.php86 ->object($bucket)
93 ->object($result->getBrigade())
124 ->object($_bucket)
131 ->object($bucket->getBrigade())
/plugin/findologicxmlexport/vendor/hoa/math/Test/Unit/Visitor/
H A DArithmetic.php112 ->object($compiler->parse($variableName . ' * 2'))
146 ->object($compiler->parse($constantName . ' * 2'))
178 ->object($compiler->parse($functionName . '() * 2'))
215 ->object($visitor->setContext($context))
217 ->object($visitor->getContext())
/plugin/odt/ODT/
H A Dstyleset.php116 $object = ODTStyle::importODTStyle($xml_code);
117 if ( isset($object) ) {
121 $this->addStyle($object, $overwrite);
124 $this->addAutomaticStyle($object, $overwrite);
127 $this->addMasterStyle($object, $overwrite);
/plugin/findologicxmlexport/vendor/symfony/yaml/Tests/
H A DDumperTest.php252 public function testDumpObjectAsMap($object, $expected) argument
254 $yaml = $this->dumper->dump($object, 0, 0, Yaml::DUMP_OBJECT_AS_MAP);
270 $object = new \stdClass();
271 $object->foo = $foo;
272 $tests['stdClass'] = [$object, $object];
/plugin/freechat/phpfreechat/data/public/js/
H A Dmyprototype.js3 function indexOf(array, object) argument
6 if (array[i] == object) return i;
H A Dprototype.js113 return object.inspect ? object.inspect() : String(object);
130 if (object.toJSON) return object.toJSON();
148 return object && object.toHTML ? object.toHTML() : String.interpret(object);
151 keys: function(object) { argument
165 clone: function(object) { argument
170 return object && object.nodeType == 1;
174 return object != null && typeof object == "object" &&
175 'splice' in object && 'join' in object;
560 object = object.toTemplateReplacements();
984 function $H(object) { argument
[all …]
/plugin/odt/ODT/styles/
H A DODTTableCellStyle.php215 $object = new ODTTableCellStyle();
216 if (!isset($object)) {
221 $object->importProperties($properties, $disabled_props);
222 return $object;
/plugin/elasticsearch/vendor/elasticsearch/elasticsearch/docs/
H A Dserializers.asciidoc28 (`[]`) to an empty object (`{}`) so that it is valid JSON for {es} request
49 method on the `ClientBuilder` object:
76 (`[]`) to an empty object (`{}`) so that it is valid JSON for {es} request
91 the `ClientBuilder` object:
115 JSON from an empty array (`[]`) to an empty object (`{}`) so that it is valid
133 method on the ClientBuilder object:
151 single Serializer object for all endpoints and all connections.
188 `setSerializer()` method of the `ClientBuilder` object:
198 that should occur before given to the client, you can instantiate an object and
/plugin/icalevents/vendor/sabre/vobject/tests/VObject/Splitter/
H A DVCardTest.php65 while ($object = $splitter->getNext()) {
94 while ($object = $splitter->getNext()) {
110 $object = $objects->getNext();
/plugin/davcard/vendor/sabre/vobject/tests/VObject/Splitter/
H A DVCardTest.php67 while($object=$splitter->getNext()) {
96 while($object=$splitter->getNext()) {
112 $object=$objects->getNext();
/plugin/webdavclient/vendor/sabre/vobject/tests/VObject/Splitter/
H A DVCardTest.php67 while($object=$splitter->getNext()) {
96 while($object=$splitter->getNext()) {
112 $object=$objects->getNext();
/plugin/davcal/vendor/sabre/vobject/tests/VObject/Splitter/
H A DVCardTest.php67 while($object=$splitter->getNext()) {
96 while($object=$splitter->getNext()) {
112 $object=$objects->getNext();
/plugin/findologicxmlexport/vendor/twig/twig/test/Twig/Tests/Fixtures/tests/
H A Din_with_objects.test4 {% if object in object_list %}
15 'object' => $foo,
H A Dconstant.test7 {{ 2 is constant('ARRAY_AS_PROPS', object) ? 'ok' : 'no' }}
9 return ['value' => 'bar', 'object' => new \ArrayObject(['hi'])]
/plugin/findologicxmlexport/vendor/phpspec/prophecy/src/Prophecy/Promise/
H A DReturnPromise.php40 * @param ObjectProphecy $object
45 public function execute(array $args, ObjectProphecy $object, MethodProphecy $method) argument
H A DReturnArgumentPromise.php52 * @param ObjectProphecy $object
57 public function execute(array $args, ObjectProphecy $object, MethodProphecy $method) argument
/plugin/findologicxmlexport/vendor/hoa/protocol/Test/Unit/Node/
H A DNode.php58 ->object($result)
114 ->object($root[$name])
148 ->object($result)
274 ->object($result->getIterator())
288 ->object($result)
/plugin/davcal/vendor/sabre/dav/lib/CalDAV/Schedule/
H A DInbox.php258 foreach ($objects as $object) {
259 $vObject = VObject\Reader::read($object['calendardata']);
261 $result[] = $object['uri'];
/plugin/findologicxmlexport/vendor/hoa/math/Test/Unit/
H A DContext.php58 ->object($result)
100 ->object($result)
174 ->object($result)
243 ->object($result)
/plugin/photogallery/phpThumb/demo/
H A Dreadme.demos.txt30 * phpThumb.demo.object.php - example of how to call phpThumb
31 as an object.
33 * phpThumb.demo.object.simple.php - simplified version of
34 phpThumb.demo.object.php with fewer options shown.
/plugin/webdavclient/
H A Dhelper.php1266 foreach($objects as $object)
1269 if($object->count() > 0)
1271 $ret[$object->getName()] = $this->recursiveXmlToArray($object->children());
1274 elseif(!is_null($object->attributes()) && (count($object->attributes()) > 0))
1278 if(!is_array($ret[$object->getName()]))
1279 $ret[$object->getName()] = array();
1280 foreach($object->attributes() as $key => $val)
1284 if(isset($ret[$object->getName()][(string)$key]) &&
1287 $ret[$object->getName()][(string)$key] =
1307 $ret[$object->getName()] = trim((string)$object, '"');
[all …]
/plugin/combo/vendor/php-webdriver/webdriver/lib/Remote/
H A DRemoteStatus.php37 $object = new static($responseBody['ready'], $responseBody['message'], $responseBody);
39 return $object;
/plugin/commonmark/vendor/league/commonmark/src/
H A DEnvironment.php

12345678910>>...63