/plugin/combo/vendor/symfony/yaml/ |
H A D | CHANGELOG.md | 14 * Added `github` format support & autodetection to render errors as annotations 20 * Added support for parsing numbers prefixed with `0o` as octal numbers. 21 * Deprecated support for parsing numbers starting with `0` as octal numbers. They will be parsed as strings as of Symfony 6.0. Prefix numbers with `0o` 42 * Removed support for mappings inside multi-line strings. 43 * removed support for implicit STDIN usage in the `lint:yaml` command, use `lint:yaml -` (append a dash) instead to make it explicit. 48 * Added support for parsing the inline notation spanning multiple lines. 49 * Added support to dump `null` as `~` by using the `Yaml::DUMP_NULL_AS_TILDE` flag. 60 * added support for multiple files or directories in `LintCommand` 68 * support for the comma as a group separator for floats has been dropped, use 70 * support fo [all...] |
/plugin/findologicxmlexport/vendor/symfony/yaml/ |
H A D | CHANGELOG.md | 7 * added support for multiple files or directories in `LintCommand` 15 * support for the comma as a group separator for floats has been dropped, use 17 * support for the `!!php/object` tag has been dropped, use the `!php/object` 31 * removed support for the `!str` tag, use the `!!str` tag instead 32 * added support for tagged scalars. 96 * Added support for dumping empty PHP arrays as YAML sequences: 109 * Added support for parsing PHP constants: 121 * Added support to dump `stdClass` and `ArrayAccess` objects as YAML mappings 127 * Added support for dumping multi line strings as literal blocks. 129 * Added support for parsing base64 encoded binary data when they are tagged [all …]
|
/plugin/jplayer/vendor/kriswallsmith/assetic/ |
H A D | CHANGELOG-1.2.md | 12 * Improved the support of the compress options for UglifyJS2 14 * Added support for `--relative-assets` option for the compass filter 36 * Added the support of nib in the stylus filter 38 * Added the support of flag file for the ClosureCompilerJarFilter 40 * Added support of the define option for uglifyjs (1 & 2) filters 48 * Fixed the support of ``{% embed %}`` in the Twig extractor 49 * Fixed the support of asset variables in GlobAsset
|
H A D | CHANGELOG-1.1.md | 15 * Added support for `@import-once` to Less filters 30 * Added Handlebars support 31 * Added Scssphp-compass support 39 * Added Scssphp support 40 * Added support for Google Closure language option 49 * added support for asset variables: 57 * Added the support of `--bare` for the CoffeeScriptFilter
|
/plugin/findologicxmlexport/vendor/phpspec/prophecy/ |
H A D | CHANGES.md | 63 * Added support for sebastian/recursion-context 2 (thanks @sebastianbergmann) 77 * Add Variadics support (thanks @pamil) 80 * Add support for 'self' and 'parent' return type (thanks @bendavies) 95 * Add support for PHP7 scalar type hints (thanks @trowski) 96 * Add support for PHP7 return types (thanks @trowski) 97 * Update internal test suite to support PHP7 130 * Add support for DirectoryIterators (thanks @shanethehat) 150 * Added support for HHVM 159 * Added support for properties in ObjectStateToken (thanks @adrienbrault) 172 * Add support for interfaces into TypeToken and Argument::type() (thanks @sstok) [all …]
|
/plugin/codemirror/dist/modes/ |
H A D | sql.min.js | 1 …support||{},m=c.hooks||{},n=c.dateSQL||{date:true,time:true,timestamp:true},o=c.backslashStringEsc… 2 …support:g("ODBCdotTable decimallessFloat zerolessFloat binaryNumber hexNumber nCharCast charsetCas…
|
/plugin/authgooglesheets/vendor/monolog/monolog/ |
H A D | CHANGELOG.md | 27 * Fixed support for psr/log 3.x (#1589) 32 * Fixed support for psr/log 2.x (#1587) 60 * Added handleBatch support for TelegramBotHandler 80 * Added tentative support for PHP 8 368 * Added context.user support to RavenHandler 429 * Added sound support to the PushoverHandler 430 * Fixed multi-threading support in StreamHandler 445 * Added support for HHVM 446 * Added support for Loggly batch uploads 449 * Fixed batch request support in GelfHandler [all …]
|
/plugin/vbsso/ |
H A D | CHANGELOG.md | 7 * Added support for DokuWiki 2015 `Detritus`, DokuWiki 2016 `Elenor of Tsort`, DokuWiki 2017 `Frus… 8 * Added support for PHP 56 and PHP 70. 9 * EOL (End-of-life due to the end of life of this version) for PHP 5.2 support.
|
/plugin/noiewarning/ |
H A D | ChangeLog | 13 * Added: note support (requires the Note plugin) 17 * Pending: splash support 31 * Pending: note support, splash support.
|
/plugin/latex/ |
H A D | TODO | 3 -SVG support? 6 -firefox 3.6.15 (for example) does not support SVG in image tags, but firefox 4 does. 9 -MimeTex support 11 -\includegraphics support will work if one puts a \graphicspath line in the preamble...
|
/plugin/latex-was/ |
H A D | TODO | 3 -SVG support? 6 -firefox 3.6.15 (for example) does not support SVG in image tags, but firefox 4 does. 9 -MimeTex support 11 -\includegraphics support will work if one puts a \graphicspath line in the preamble...
|
/plugin/adfs/phpsaml/extlib/xmlseclibs/ |
H A D | CHANGELOG.txt | 17 - Add PHP 7.3 support. (Stefan Winter) 44 - Restore support for PHP >= 5.4. (Jaime Pérez) 67 - Add HMAC-SHA1 support. 83 - Add composer support (Maks3w) 89 - Add support for RSA SHA384 and RSA_SHA512 and SHA384 digest. (Jaime Prez) 106 - Add support for refences within an encrypted key 125 - Add support XPath support when creating signature. Provides support for 129 - Add support for RSA-SHA256 180 - Add xpath support within transformations 181 - Add InclusiveNamespaces prefix list support within exclusive transformations.
|
/plugin/webdav/vendor/sabre/uri/ |
H A D | CHANGELOG.md | 15 * #11: Fix support for URIs that start with a triple slash. PHP's `parse_uri()` 16 doesn't support them, so we now have a pure-php fallback in case it fails. 17 * #9: Fix support for relative URI's that have a non-uri encoded colon `:` in 24 * #10: Correctly support file:// URIs in the build() method. (@yuloh)
|
/plugin/icalevents/vendor/sabre/uri/ |
H A D | CHANGELOG.md | 15 * #11: Fix support for URIs that start with a triple slash. PHP's `parse_uri()` 16 doesn't support them, so we now have a pure-php fallback in case it fails. 17 * #9: Fix support for relative URI's that have a non-uri encoded colon `:` in 24 * #10: Correctly support file:// URIs in the build() method. (@yuloh)
|
/plugin/plantuml/ |
H A D | plugin.history.txt | 26 * Remote image generation support (defaults to http://plantuml.no-ip.org/plantuml/uml) 27 * Alignment support. 28 * Odt rendering support.
|
/plugin/groupmail/ |
H A D | CHANGELOG | 12 * Added support for ccemail, ccuser, ccgroup 13 * Added support for bccemail, bccuser, bccgroup 22 * Added support to email to emails, wikiusers, wikigroups 24 * Added support to preset content text with content=.... 25 * Added support for auto-control of from by setting autofrom=true
|
/plugin/findologicxmlexport/vendor/twig/twig/ |
H A D | CHANGELOG | 49 * dropped PHP 5.3 support 58 * added support for dynamically named tests 118 * dropped HHVM support 119 * dropped PHP 5.2 support 237 * fixed support for PHP7 (Throwable support) 245 * adding support for the ?? operator 474 * added support for {{ some_string[:2] }} 666 * added string interpolation support 811 * added global variables support 1047 * added support for short block tag [all …]
|
/plugin/findologicxmlexport/vendor/twig/twig/ext/twig/ |
H A D | config.m4 | 3 PHP_ARG_ENABLE(twig, whether to enable twig support, 4 [ --enable-twig Enable twig support])
|
/plugin/pureldap/ |
H A D | composer.lock | 35 "ext-gmp": "For big integer support in Integer/Enumerated/OID types and tag numbers." 62 "support": { 100 "ext-openssl": "For SSL/TLS support and some SASL mechanisms.", 126 "support": { 180 "support": { 210 "ext-openssl": "For SSL/TLS support.", 236 "support": { 287 "support": {
|
/plugin/quickstats/GEOIP/vendor/maxmind-db/reader/ext/ |
H A D | config.m4 | 3 [ --with-maxminddb Enable MaxMind DB Reader extension support]) 5 PHP_ARG_ENABLE(maxminddb-debug, for MaxMind DB debug support, 6 [ --enable-maxminddb-debug Enable enable MaxMind DB deubg support], no, no)
|
/plugin/dwtimeline/ |
H A D | deleted.files | 8 support/support.php
|
/plugin/odt/ |
H A D | ChangeLog.txt | 18 * Added/merged support for exporting books to ODT (interface to bookcreator plugin). 30 * Added support for @media rules (with simplified comparison method) 46 * Improved table support: 59 * Added support for text indentation for the first line of a paragraph. 79 * Added support for multi column frames (to provide it to the wrap plugin). 120 * Added support for font-family, font-variant, letter-spacing and vertical-align 122 * Added support for line-height in CSS based paragraph open functions 129 The class support reading of CSS and DokuWiki replacement files. The CSS properties 169 * add pagetools-button support in action.php (adapt from dw2pdf plugin) 175 * renderer.php: Add table rowspan support (closes: #4) [all …]
|
/plugin/ckgdoku/ckeditor/plugins/scayt/ |
H A D | CHANGELOG.md | 6 * CKEditor [language addon](http://ckeditor.com/addon/language) support 7 * CKEditor [placeholder addon](http://ckeditor.com/addon/placeholder) support 8 * Drag and Drop support
|
/plugin/ckgedit/ckeditor/plugins/scayt/ |
H A D | CHANGELOG.md | 6 * CKEditor [language addon](http://ckeditor.com/addon/language) support 7 * CKEditor [placeholder addon](http://ckeditor.com/addon/placeholder) support 8 * Drag and Drop support
|
/plugin/jplayer/vendor/symfony/process/ |
H A D | CHANGELOG.md | 24 * added support for PTY mode 41 * added support for a TTY mode 53 * added support for non-blocking processes (start(), wait(), isRunning(), stop())
|