Home
last modified time | relevance | path

Searched refs:resources (Results 101 – 125 of 157) sorted by path

1234567

/plugin/dw2pdf/vendor/setasign/fpdi/src/
H A DFpdiTrait.php92 * Release resources and file handles.
284 $resources = $page->getAttribute('Resources');
285 if ($resources !== null) {
286 $dict->value['Resources'] = $resources;
/plugin/elasticsearch/vendor/elasticsearch/elasticsearch/
H A DBREAKING_CHANGES.md24 - `{type}` part in `indices.put_mapping` API is not required anymore, see new specification [here](https://github.com/elastic/elasticsearch/blob/v6.7.0/rest-api-spec/src/main/resources/rest-api-spec/api/indices.put_mapping.json)
H A DCHANGELOG.md147 the [REST API specification](https://github.com/elastic/elasticsearch/tree/v7.4.2/rest-api-spec/src/main/resources/rest-api-spec/api)
256 - Updated all the API endpoints using the [latest 7.0.0 specs](https://github.com/elastic/elasticsearch/tree/v7.0.0/rest-api-spec/src/main/resources/rest-api-spec/api) of Elasticsearch [#897](https://github.com/elastic/elasticsearch-php/pull/897)
270 - Removed requirement of `{type}` part in `indices.put_mapping`, see new API specification [here](https://github.com/elastic/elasticsearch/blob/v6.7.0/rest-api-spec/src/main/resources/rest-api-spec/api/indices.put_mapping.json)
H A DREADME.md12 Starting from version `7.4.0`, all the endpoints (and namespaces) are autogenerated using the [util/GenerateEndpoints.php](https://github.com/elastic/elasticsearch-php/blob/master/util/GenerateEndpoints.php) script. This script reads the [Elasticsearch API specs](https://github.com/elastic/elasticsearch/tree/master/rest-api-spec/src/main/resources/rest-api-spec/api) and generated the PHP classes for all the endpoints.
/plugin/elasticsearch/vendor/elasticsearch/elasticsearch/docs/
H A Drelease-notes.asciidoc247 https://github.com/elastic/elasticsearch/tree/v7.4.2/rest-api-spec/src/main/resources/rest-api-spec/api[REST API specification]
394 https://github.com/elastic/elasticsearch/tree/v7.0.0/rest-api-spec/src/main/resources/rest-api-spec/api[latest 7.0.0 specs]
/plugin/elasticsearch/vendor/ezimuel/guzzlestreams/
H A DCHANGELOG.rst72 * Added ``Stream\safe_open`` to open stream resources and throw exceptions
/plugin/elasticsearch/vendor/patrickschur/language-detection/resources/en/
H A Den.txt111 Everyone, as a member of society, has the right to social security and is entitled to realization, through national effort and international co‐operation and in accordance with the organization and resources of each State, of the economic, social and cultural rights indispensable for his dignity and the free development of his personality.
/plugin/findologicxmlexport/vendor/hoa/protocol/
H A DREADME.md66 ### Explore resources
98 1. `Application`, representing resources of the application, like public files
99 (in the `Public` node), models, resources… everything related to the
/plugin/findologicxmlexport/vendor/hoa/stream/
H A DREADME.md246 various scenario, like logging things, closing related resources,
437 instance of `Hoa\Stream`, it can be any PHP stream resources. Passing
/plugin/findologicxmlexport/vendor/jms/serializer/
H A DCHANGELOG.md603 - resources serialization [\#275](https://github.com/schmittjoh/serializer/issues/275)
/plugin/findologicxmlexport/vendor/phpunit/phpunit/tests/Framework/
H A DConstraintTest.php1216 public function resources() function in Framework_ConstraintTest
/plugin/findologicxmlexport/vendor/sebastian/resource-operations/
H A DREADME.md3 Provides a list of PHP built-in functions that operate on resources.
/plugin/findologicxmlexport/vendor/twig/twig/doc/
H A Dapi.rst35 templates from a database or other resources.
/plugin/flowplayer/player/
H A DREADME.txt380 - A player embedded to a foreign domain now loads images, css files and other resources from the do…
/plugin/icalevents/vendor/sabre/vobject/resources/schema/
H A Dxcal.rng457 property-resources* &
505 property-resources* &
785 property-resources = element resources {
/plugin/jdraw/src/com/mxgraph/examples/swing/
H A DGraphEditor.java.bak413 "/com/mxgraph/examples/swing/resources/default-style.xml")
/plugin/jdraw/src/com/mxgraph/examples/swing/editor/
H A DBasicGraphEditor.java.bak74 * Adds required resources for i18n
78 mxResources.add("com/mxgraph/examples/swing/resources/editor");
H A DEditorMenuBar.java.bak353 "/com/mxgraph/examples/swing/resources/basic-style.xml")));
359 "/com/mxgraph/examples/swing/resources/default-style.xml")));
/plugin/jdraw/src/com/mxgraph/examples/swing/resources/
H A Ddefault-style.xml.bak2 <include name="/com/mxgraph/examples/swing/resources/basic-style.xml"/>
/plugin/jmol2/jmol/
H A DCOPYRIGHT.txt24 This software uses several external libraries and resources:
H A DJmolAppletSigned.jarMETA-INF/MANIFEST.MF META-INF/SELFSIGN.SF META-INF/SELFSIGN ...
H A DJmolAppletSigned0.jarMETA-INF/MANIFEST.MF META-INF/SELFSIGN.SF META-INF/SELFSIGN ...
/plugin/jplayer/vendor/kriswallsmith/assetic/src/Assetic/Factory/
H A DLazyAssetManager.php28 private $resources; variable in Assetic\\Factory\\LazyAssetManager
43 $this->resources = array();
73 $this->resources[$loader][] = $resource;
84 $resources = array();
85 foreach ($this->resources as $r) {
86 $resources = array_merge($resources, $r);
89 return $resources;
152 if ($diff = array_diff(array_keys($this->resources), array_keys($this->loaders))) {
158 foreach ($this->resources as $loader => $resources) {
159 foreach ($resources as $resource) {
/plugin/jplayer/vendor/kriswallsmith/assetic/src/Assetic/Factory/Loader/
H A DCachedFormulaLoader.php48 public function load(ResourceInterface $resources) argument
50 if (!$resources instanceof IteratorResourceInterface) {
51 $resources = array($resources);
56 foreach ($resources as $resource) {
/plugin/likeit/
H A DREADME.md11 - jquery.hoverIntent http://cherne.net/brian/resources/jquery.hoverIntent.html MIT license

1234567