Home
last modified time | relevance | path

Searched refs:support (Results 26 – 50 of 670) sorted by relevance

12345678910>>...27

/plugin/mapillary/
H A DCHANGES9 * support for Dokuwiki (left/right/none) media alignment convention
12 * add support for sequences and legs
/plugin/findologicxmlexport/vendor/jms/serializer/
H A DUPGRADING.md21 - Removed Propel and PhpCollection support
25 - Removed Symfony 2.x support
26 - Removed YAML serialization support
27 - Removed PHP Driver metadata support
/plugin/combo/vendor/symfony/process/
H A DCHANGELOG.md42 * added the `Process::isTtySupported()` method that allows to check for TTY support
57 * support for passing `proc_open()` options has been removed
83 * added support for PTY mode
100 * added support for a TTY mode
112 * added support for non-blocking processes (start(), wait(), isRunning(), stop())
/plugin/sequencediagram/bower_components/snap.svg/
H A Dhistory.md9 * Added animation support for `viewBox`
10 * Added support for `<symbol>`
34 * Added support for text path
/plugin/tooltip/
H A DChangeLog11 * lang/: (add) Partial support for Esperanto language (eo).
13 with language support, mail address and demo page link.
17 support with limited (simple) format.
/plugin/barcodes/
H A Dcomposer.lock55 "support": {
113 "support": {
180 "support": {
242 "support": {
302 "support": {
353 "support": {
424 "support": {
484 "support": {
547 "support": {
606 "support": {
[all …]
/plugin/adfs/phpsaml/
H A DCHANGELOG30 * Add support for Subjects on AuthNRequests by the new parameter
65 * Improve multi-certificate support
78 * Improve NameID Format support
98 * Add DigestAlgorithm support on addSign
121 * AttributeConsumingService support
149 * Fix empty URI support
150 * Symmetric encryption key support
195 * Add fingerprint algorithm support.
202 * Improve isHTTPS method in order to support HTTP_X_FORWARDED_PORT.
216 * Add ForceAuh and IsPassive support.
[all …]
/plugin/divalign2/
H A DChangeLog7 * Experimental: support Renderer plugins: plugin:s5, plugin:purplenumbers .
12 * Updated with PR #2 by LarsGit223 (ODT support).
26 * Removed support for aligning multiple paragraphs in one go.
64 * script.js: Added file with initial toolbar support (via picker).
H A DREADME5 no further implementation. It also incorporates support for the
23 This plugin also has experimental support for:
/plugin/aichat/vendor/mehrab-wj/tiktoken-php/
H A Dcomposer.lock61 "support": {
141 "support": {
207 "support": {
298 "support": {
354 "support": {
431 "support": {
529 "support": {
588 "support": {
650 "support": {
710 "support"
[all...]
/plugin/codeprettify/code-prettify/
H A DCHANGES.md17 for PHP support to address issue [#3](https://github.com/google/code-prettify/issues/3).
86 * Added support for line numbers. Bug [#22](https://github.com/google/code-prettify/issues/22)
87 * Added YAML support. Bug [#123](https://github.com/google/code-prettify/issues/123)
88 * Added VHDL support courtesy *Le Poussin*.
98 * Added support for coffeescript courtesy *Cezary Bartoszuk*.
104 * Added support for XQuery courtesy *Patrick Wied*, Nemerle courtesy *Zimin A.V.*,
105 and Latex support courtesy *Martin S*.
/plugin/countdown/
H A DChangeLog16 * syntax.php: Beta support for business days.
17 * syntax.php: Beta support for notifying the server's wall time.
18 * syntax.php: Beta support for text renderer.
/plugin/gtime/gtlib/
H A DREADME8 - PHP with bcmath support
9 - PHP with CURL support
/plugin/combo/
H A Dcomposer.lock54 "support": {
97 "support": {
145 "support": {
201 "support": {
250 "support": {
316 "support": {
373 "support": {
427 "support": {
509 "support": {
592 "support"
[all...]
/plugin/jplayer/vendor/happyworm/jplayer/
H A DREADME.md12 * support more devices using **HTML5**.
13 * support older browsers using a Flash _fall-back/forward_.
20 _(*) Optional counterpart formats to increase HTML5 cross-browser support._
/plugin/authgooglesheets/vendor/phpseclib/phpseclib/
H A DREADME.md15 …tic library, Ed25519 / Ed449 / Curve25519 / Curve449, ECDSA / ECDH (with support for 66 curves), R…
34 * Long term support (LTS) release
42 * Long term support (LTS) release
50 * Long term support (LTS) release
/plugin/dirtylittlehelper/script/
H A Djquery-ui-touch-punch-cmpr.js11 (function(b){b.support.touch="ontouchend" in document;if(!b.support.touch){return}var d=b.ui.mouse.…
H A Djquery-ui-touch-punch.js14 $.support.touch = 'ontouchend' in document;
17 if (!$.support.touch) {
/plugin/overlay/script/
H A Djquery-ui-touch-punch.js14 $.support.touch = 'ontouchend' in document;
17 if (!$.support.touch) {
H A Djquery-ui-touch-punch-cmpr.js11 (function(b){b.support.touch="ontouchend" in document;if(!b.support.touch){return}var d=b.ui.mouse.…
/plugin/html2pdf/html2pdf/html2ps/
H A DTODO25 'caption' support
27 support for 'counter' for non margin-box elements
/plugin/progrecss/
H A DChangeLog7 * syntax.php: Added support for configuration options: fraction separator
40 * syntax.php: Add limited support for the text renderer.
41 * syntax.php: Add limited support for parsing wikitext in caption.
/plugin/findologicxmlexport/vendor/doctrine/annotations/
H A DCHANGELOG.md39 Also, HHVM official support has been dropped.
46 - [134: Require PHP 7.1, drop HHVM support](https://github.com/doctrine/annotations/issues/134) tha…
54 It also update the tests and drop the support for php 5.X
61 - [112: Removes support for PHP 5.x](https://github.com/doctrine/annotations/pull/112) thanks to @r…
88 * support for PHP 7 "grouped use statements"
89 * support for ignoring entire namespace names
154 * HHVM support
158 * Added support for `::class` 5.5-style constant, works also in 5.3 and 5.4
/plugin/authgooglesheets/vendor/firebase/php-jwt/
H A DREADME.md227 - Drop support for PHP 5.3, 5.4, 5.5, 5.6, and 7.0
234 - Add JWK support (#273)
235 - Add ES256 support (#256)
236 - Add ES384 support (#324)
237 - Add Ed25519 support (#343)
261 - Add support for late static binding. See [#88](https://github.com/firebase/php-jwt/pull/88) for d…
279 - Add support for adding custom, optional JWT headers to `JWT::encode()`. See
284 - Add support for adding a leeway to `JWT:decode()` that accounts for clock skew
286 - Add support for passing an object implementing the `ArrayAccess` interface for
/plugin/elasticsearch/
H A Dcomposer.lock119 "support": {
176 "support": {
231 "support": {
289 "support": {
340 "support": {
405 "support": {
480 "support": {
534 "support": {
614 "support": {

12345678910>>...27