Home
last modified time | relevance | path

Searched refs:objects (Results 26 – 50 of 248) sorted by last modified time

12345678910

/plugin/stellarium/
H A DREADME.md3 A simple plugin that adds support for links that can open objects in [Stellarium](https://stellariu…
/plugin/barcodes/
H A Dcomposer.lock107 …"description": "A small, lightweight utility to instantiate objects in PHP without invoking their …
172 "description": "Create deep copies (clones) of your objects",
877 "description": "Collection of value objects that represent the PHP code units",
1447 … "description": "Traverses array structures and object graphs to enumerate all referenced objects",
1676 … "description": "Collection of value objects that represent the types of the PHP type system",
/plugin/elasticsearch/vendor/elasticsearch/elasticsearch/docs/
H A Dphp_json_objects.asciidoc2 === Dealing with JSON arrays and objects in PHP
5 objects, and how to specify them in PHP. In particular, problems are caused by
6 empty objects and arrays of objects. This page shows you some common patterns
12 The {es} API uses empty JSON objects in several locations which can cause
14 for empty objects and many developers are unaware how to specify an empty
68 Another common pattern in {es} DSL is an array of objects. For example, consider
83 <1> "sort" contains an array of JSON objects.
87 actually going on. To construct an array of objects, you actually need an array
129 ==== Arrays of empty objects
[all...]
H A Dsearch-operations.asciidoc179 into an array of JSON objects internally, so the final resulting output is
180 identical to the curl example. For more details about arrays and objects in PHP,
H A Dselectors.asciidoc106 * @param array $connections Array of Connection objects
H A Dconnecting.asciidoc230 located under the `$client->indices()` and `$client->cluster()` objects,
H A Dconnection-factory.asciidoc4 The ConnectionFactory instantiates new Connection objects when requested by the
/plugin/elasticsearch/vendor/ruflin/elastica/
H A DCHANGELOG.md553 - In PHP 7.2 count() now raises a warning when an invalid parameter is passed. Only arrays and objects implementing the Countable interface should be passed. [#1378](https://github.com/ruflin/Elastica/pull/1378)
835 - Extracted creation of ResultSet objects to a new dedicated ResultSet\Builder implementation. [#1065](https://github.com/ruflin/Elastica/pull/1065)
982 - Objects do not casts to arrays in setters and saved in params as objects. There is many side effects if
983 you work with params on "low-level" or change your objects after you call setter with object
1067 - For PHP 7 compatibility Elastica\Query\Bool was renamed to *\BoolQuery, Elastica\Filter\Bool was renamed to BoolFilter, Elastica\Transport\Null was renamed to NullTransport as Null and Bool are reserved phrases in PHP 7. Proxy objects for all three exist to keep backward compatibility. It is recommended to start using the new objects as the proxy classes will be deprecated as soon as PHP 7 is stable. [#837](https://github.com/ruflin/Elastica/pull/837)
1202 - Added Util::convertDateTimeObject to Util class to easily convert \DateTime objects to required format [#709](https://github.com/ruflin/Elastica/issues/709/)
1395 - Fixed Type->deleteByQuery() not working with Query objects [#554](https://github.com/ruflin/Elastica/issues/554/)
1579 - Support isset() calls on Result objects
2033 - Index status objects adde
[all...]
/plugin/elasticsearch/vendor/nyholm/dsn/
H A DREADME.md8 Parse DSN strings into value objects to make them easier to use, pass around and
142 A `Dsn` could be a `Path` or `Url`. All 3 objects has methods for getting parts of
/plugin/elasticsearch/vendor/elasticsearch/elasticsearch/
H A DREADME.md457 You'll also notice that the client is configured in a manner that facilitates easy discovery via the IDE. All core actions are available under the `$client` object (indexing, searching, getting, etc.). Index and cluster management are located under the `$client->indices()` and `$client->cluster()` objects, respectively.
/plugin/elasticsearch/vendor/react/promise/
H A DREADME.md588 The `React\Promise\PromisorInterface` provides a common interface for objects
/plugin/ckgedit/ckeditor/
H A DCHANGES.md307 …od-merge) method. It allows to merge two objects, returning the new object with all properties fro…
1133 * [#11478](https://dev.ckeditor.com/ticket/11478): Fixed: Issue with passing jQuery objects to [ada…
1182 * [#11850](https://dev.ckeditor.com/ticket/11850): Fixed: Fake objects with the `contenteditable` a…
1226 …11377): Unified internal representation of empty anchors using the [fake objects](https://ckeditor…
1417 * [#11110](https://dev.ckeditor.com/ticket/11110): Fixed: IFrame and Flash objects are being incorr…
/plugin/stlviewer/stlviewer/
H A Dthree.min.js2objects:{get total(){return r._objects.length},get inUse(){return this.total-r.nCachedObjects_}},g… class in eu.stats
H A DProjector.js107 _renderData = { objects: [], lights: [], elements: [] }, property in THREE.Projector._renderData
391 _renderData.objects.push( _object );
415 _renderData.objects.length = 0;
422 _renderData.objects.sort( painterSort );
428 var objects = _renderData.objects;
430 for ( var o = 0, ol = objects.length; o < ol; o ++ ) {
432 var object = objects[ o ].object;
/plugin/userhomepage/
H A Daction.php137 …$objects = new RecursiveIteratorIterator(new RecursiveDirectoryIterator($path), RecursiveIteratorI…
145 foreach($objects as $objectName => $object){
181 …$objects = new RecursiveIteratorIterator(new RecursiveDirectoryIterator($path), RecursiveIteratorI…
183 foreach($objects as $objectName => $object){
/plugin/davcal/vendor/sabre/dav/lib/CalDAV/Backend/
H A DAbstractBackend.php111 $objects = $this->getCalendarObjects($calendarId);
113 foreach ($objects as $object) {
/plugin/davcal/vendor/sabre/http/
H A DCHANGELOG.md159 serializes the objects into a standard HTTP message. This is mainly for
H A DREADME.md26 The objects are extendable and easily mockable.
124 It may be useful to extend the `Request` and `Response` objects in your
133 1. You may want to extend the objects with new behaviors differently, in
182 you to write simple clients, using the `Request` and `Response` objects you're
/plugin/davcal/vendor/sabre/dav/lib/CalDAV/Schedule/
H A DPlugin.php787 $objects = [];
837 $objects = array_merge($objects, $calObjects);
845 $generator->setObjects($objects);
/plugin/davcal/vendor/sabre/vobject/tests/VObject/Splitter/
H A DICalendarTest.php37 $objects = new ICalendar($tempFile);
40 while($object=$objects->getNext()) {
61 $objects = new ICalendar($tempFile);
76 $objects = new ICalendar($tempFile);
79 while($object=$objects->getNext()) {
92 $objects = new ICalendar($tempFile);
123 $objects = new ICalendar($tempFile);
127 while($object=$objects->getNext()) {
163 $objects = new ICalendar($tempFile);
166 while($object=$objects->getNext()) {
[all …]
/plugin/davcal/vendor/sabre/xml/
H A DCHANGELOG.md127 * Added: Throwing exception when invalid objects are written.
/plugin/davcal/vendor/sabre/dav/tests/Sabre/CalDAV/Backend/
H A DMock.php126 $objects = $this->calendarData[$calendarId];
128 foreach($objects as $uri => &$object) {
133 return $objects;
/plugin/davcal/vendor/sabre/dav/lib/CalDAV/
H A DPlugin.php686 $objects = array_map(function($url) use ($calendar) {
692 $generator->setObjects($objects);
/plugin/davcal/vendor/sabre/vobject/
H A DChangeLog.md40 * #217: Initializing vCard `DATE` objects with a PHP DateTime object will now
78 * #168: Expanding calendars now removes objects with recurrence rules that
141 * #133: Splitter objects will throw exceptions when receiving incompatible
142 objects.
151 * Changed: It's now possible to pass DateTime objects when using the magic
156 * #114: VTIMEZONE is retained when generating new REQUEST objects.
175 a user made on objects.
201 * Fixed: vobject repair. It was not working for iCalendar objects.
242 * Fixed: Issue #83. Creating new VALUE=DATE objects using php's DateTime.
549 iCalendar objects.
[all …]
H A DREADME.md5 and [vCard](https://tools.ietf.org/html/rfc6350) objects using PHP.

12345678910