Home
last modified time | relevance | path

Searched refs:blob (Results 76 – 100 of 226) sorted by last modified time

12345678910

/plugin/combo/vendor/salesforce/handlebars-php/
H A DCODE_OF_CONDUCT.md103 [cncf-coc]: https://github.com/cncf/foundation/blob/master/code-of-conduct.md
/plugin/combo/vendor/symfony/polyfill-ctype/
H A DREADME.md7 [main Polyfill README](https://github.com/symfony/polyfill/blob/main/README.md).
/plugin/combo/grammar/
H A DREADME.md36 * [Download the version 4.9.3](https://github.com/antlr/website-antlr4/blob/gh-pages/download/antlr-4.9.3-complete.jar)
/plugin/bpmnio/vendor/bpmn-js/
H A DCHANGELOG.md101 …eaking changes and migration guide](https://github.com/bpmn-io/diagram-js/blob/develop/CHANGELOG.m…
581 * `CHORE`: bump to [`diagram-js@5.1.1`](https://github.com/bpmn-io/diagram-js/blob/develop/CHANGELO…
687 * `CHORE`: bump to [`diagram-js@4.0.0`](https://github.com/bpmn-io/diagram-js/blob/master/CHANGELOG…
723 * `CHORE`: bump to [`diagram-js@3.3.0`](https://github.com/bpmn-io/diagram-js/blob/master/CHANGELOG…
785 * `CHORE`: update to [`diagram-js@3.0.0`](https://github.com/bpmn-io/diagram-js/blob/master/CHANGEL…
859 * `CHORE`: update to [`diagram-js@2.0.0`](https://github.com/bpmn-io/diagram-js/blob/master/CHANGEL…
868 * `CHORE`: update to [`bpmn-moddle@5.1.5`](https://github.com/bpmn-io/bpmn-moddle/blob/master/CHANG…
H A DREADME.md98 …please uphold to our [Code of Conduct](https://github.com/bpmn-io/.github/blob/master/.github/CODE…
/plugin/bpmnio/vendor/dmn-js/
H A DCHANGELOG.md32 …eaking changes and migration guide](https://github.com/bpmn-io/diagram-js/blob/develop/CHANGELOG.m…
441 * `CHORE`: update to [`diagram-js@3.0.0`](https://github.com/bpmn-io/diagram-js/blob/master/CHANGEL…
/plugin/smtp/subtree/php-fig/log/
H A DREADME.md5 [PSR-3](https://github.com/php-fig/fig-standards/blob/master/accepted/PSR-3-logger-interface.md).
44 [specification text](https://github.com/php-fig/fig-standards/blob/master/accepted/PSR-3-logger-int…
/plugin/farmer/css/
H A Dchosen.less9 MIT License, https://github.com/harvesthq/chosen/blob/master/LICENSE.md
/plugin/openid/Auth/OpenID/
H A DMySQLStore.php72 function blobEncode($blob) argument
74 return "0x" . bin2hex($blob);
H A DPostgreSQLStore.php112 function blobEncode($blob) argument
114 return $this->_octify($blob);
120 function blobDecode($blob) argument
122 return $this->_unoctify($blob);
H A DSQLStore.php292 function blobDecode($blob) argument
294 return $blob;
/plugin/barcodes/
H A DREADME.md51 The Changelog is available here: https://gitlab.com/MatthiasLohr/dokuwiki-barcodes/-/blob/main/CHAN…
/plugin/gh/
H A Dsyntax.php107 …$raw = 'https://raw.githubusercontent.com/' . $data['repo'] . '/' . $data['blob'] . '/' . $data['f…
111 …$url = 'https://' . $data['base'] . '/' . $data['repo'] . '/blob/' . $data['blob'] . '/' . $data['…
/plugin/elasticsearch/vendor/symfony/deprecation-contracts/
H A DCHANGELOG.md5 https://github.com/symfony/contracts/blob/main/CHANGELOG.md
/plugin/elasticsearch/vendor/symfony/polyfill-php73/
H A DREADME.md13 [main Polyfill README](https://github.com/symfony/polyfill/blob/main/README.md).
/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)
31 - [#674](https://github.com/elastic/elasticsearch-php/pull/674) `ClientBuilder::defaultLogger()` method was removed. It is recommended to [create the logger object manually](https://github.com/elastic/elasticsearch-php/blob/master/docs/configuration.asciidoc#enabling-the-logger).
H A DCHANGELOG.md154 a `@note` tag in the phpdoc section (e.g. [$client->rankEval()](https://github.com/elastic/elasticsearch-php/blob/master/src/Elasticsearch/Client.php)). For more information read the [experimental and beta APIs](docs/experimental-beta-apis.asciidoc)
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/ruflin/elastica/
H A DCHANGELOG.md520 - in order to delete an index you should not delete by its alias now you should delete using the [concrete index name](https://github.com/elastic/elasticsearch/blob/6.0/core/src/test/java/org/elasticsearch/aliases/IndexAliasesIT.java#L445) [#1348](https://github.com/ruflin/Elastica/pull/1348)
522 - In QueryString is not allowed to use fields parameters in conjunction with default_field parameter. This is not well documented, it's possibile to understand from [Elasticsearch tests : QueryStringQueryBuilderTests.java](https://github.com/elastic/elasticsearch/blob/6.0/core/src/test/java/org/elasticsearch/index/query/QueryStringQueryBuilderTests.java#L917) [#1352](https://github.com/ruflin/Elastica/pull/1352)
1664 - add support PSR-3(https://github.com/php-fig/fig-standards/blob/master/accepted/PSR-3-logger-interface.md)
1780 - Enforced PSR1 code style, as per https://github.com/pmjones/fig-standards/blob/psr-1-style-guide/proposed/PSR-1-basic.md
H A DREADME.md28 For details on how to contribute, check the [CONTRIBUTING](https://github.com/ruflin/Elastica/blob/master/CONTRIBUTING.md) file.
/plugin/elasticsearch/vendor/elasticsearch/elasticsearch/docs/
H A Drelease-notes.asciidoc256 https://github.com/elastic/elasticsearch-php/blob/master/src/Elasticsearch/Client.php[$client->rankEval()]).
/plugin/elasticsearch/vendor/elasticsearch/elasticsearch/docs/build/Elasticsearch/Namespaces/
H A DSnapshotNamespace.asciidoc139 $params['verbose'] = (boolean) Whether to show verbose snapshot info or only show the basic info found in the repository index blob
/plugin/elasticsearch/vendor/psr/log/
H A DREADME.md5 [PSR-3](https://github.com/php-fig/fig-standards/blob/master/accepted/PSR-3-logger-interface.md).
57 [specification text](https://github.com/php-fig/fig-standards/blob/master/accepted/PSR-3-logger-interface.md)
/plugin/elasticsearch/vendor/react/promise/
H A DREADME.md870 [API docs](https://github.com/cujojs/when/blob/master/docs/api.md).
/plugin/highlight2wiki/
H A Dstyle.css113 /* css adapted from https://github.com/lucagez/medium.css/blob/master/medium.css */

12345678910