/plugin/findologicxmlexport/vendor/webmozart/assert/ |
H A D | CHANGELOG.md | 10 * added `Assert::ip()` 11 * added `Assert::ipv4()` 12 * added `Assert::ipv6()` 13 * added `Assert::notRegex()` 15 * added `Assert::isList()` 16 * added `Assert::isMap()` 17 * added polyfill for ctype 27 * added `Assert::minCount()` 28 * added `Assert::maxCount()` 32 * added `Assert::natural()` [all …]
|
/plugin/jplayer/vendor/symfony/process/ |
H A D | CHANGELOG.md | 13 * added command line arrays in the `Process` class 24 * added support for PTY mode 25 * added the convenience method "mustRun" 33 * added the ability to define an idle timeout 39 * added Process::signal() 40 * added Process::getPid() 41 * added support for a TTY mode 46 * added ProcessBuilder::setArguments() to reset the arguments on a builder 47 * added a way to retrieve the standard and error output incrementally 48 * added Process:restart() [all …]
|
/plugin/combo/vendor/symfony/process/ |
H A D | CHANGELOG.md | 7 * added `Process::setOptions()` to set `Process` specific options 8 * added option `create_new_console` to allow a subprocess to continue 14 * added `Process::getStartTime()` to retrieve the start time of the process as float 28 * added `Process::getLastOutputTime()` method 33 * added the `Process::fromShellCommandline()` to run commands in a shell wrapper 36 * added the `Process::waitUntil()` method to wait for the process only for a 42 * added the `Process::isTtySupported()` method that allows to check for TTY support 44 * added the `ProcessSignaledException` class to properly catch signaled process errors 50 * added a second `array $env = []` argument to the `start()`, `run()`, 52 * added [all...] |
/plugin/findologicxmlexport/vendor/twig/twig/ |
H A D | CHANGELOG | 31 * added a spaceless filter 181 * added the "with" tag 352 * added a profiler 461 * added a batch filter 513 * added a split filter 577 * added an embed tag 614 * added a trim filter 658 * added a do tag 659 * added a flush tag 1050 * added set tag [all …]
|
/plugin/davcal/vendor/sabre/dav/tests/Sabre/DAV/Sync/ |
H A D | MockSyncCollection.php | 39 public function addChange(array $added, array $modified, array $deleted) { argument 43 'added' => $added, 125 $added = []; 133 $added = array_merge($added, $change['added']); 161 'added' => $added,
|
/plugin/isauth/ |
H A D | CHANGELOG | 5 added .gitignore file 7 added license file 15 - added plugin.info.txt 21 - added the fix to remove <p> tags from Chris 2017-08-19 from
|
/plugin/noiewarning/ |
H A D | ChangeLog | 15 * action.php: added sequence number for the WIKITEXT_PREPROCESS event 26 * action.php: added debug handler (disabled by default) 29 * recommend/: added folder with browser recommendations. 30 * recommend/: Files added: midori.txt, firefox.txt, elinks.txt, opera.txt 39 * DokuWiki page: added page and download link.
|
/plugin/tgnotify/ |
H A D | CHANGELOG.rst | 13 * Feature: Silent messages added (no notifications to receivers) 18 * Feature: Page URL added to message 19 * Feature: Username or IP address added to message 53 * Feature: Plugin debug mode is added. May be activated at settings page. 58 * New language added: Ukrainian (UA)
|
/plugin/findologicxmlexport/vendor/twig/twig/test/Twig/Tests/Fixtures/tags/autoescape/ |
H A D | with_filters.test | 9 ( var is escaped by |escape_and_nl2br, line-breaks are added, 14 ( var is escaped by |escape_and_nl2br, line-breaks are added, 19 ( var is escaped by |escape_and_nl2br, line-breaks are added, 29 ( var is escaped by |escape_and_nl2br, line-breaks are added, 36 the output is escaped by |escape_and_nl2br, line-breaks are added, 70 ( var is escaped by |escape_and_nl2br, line-breaks are added, 76 ( var is escaped by |escape_and_nl2br, line-breaks are added, 82 ( var is escaped by |escape_and_nl2br, line-breaks are added, 94 ( var is escaped by |escape_and_nl2br, line-breaks are added, 102 the output is escaped by |escape_and_nl2br, line-breaks are added,
|
/plugin/codebuttonmod2/ |
H A D | README.MD | 7 In the default toolbar there is no code button available. The plugin Mod 1 added one code button. 43 - An additional button **Insert Code (Copy)** is added to the toolbar. 44 - An additional button **Insert Inline Code** is added to the toolbar. 45 - New feature added: every *code* block can be copied to clipboard with a single click.
|
/plugin/findologicxmlexport/vendor/twig/twig/doc/functions/ |
H A D | random.rst | 5 The ``random`` function was added in Twig 1.5. 8 String and integer handling was added in Twig 1.6. 11 The "max" argument was added in Twig 1.38.
|
H A D | source.rst | 5 The ``source`` function was added in Twig 1.15. 8 The ``ignore_missing`` flag was added in Twig 1.18.3.
|
H A D | block.rst | 5 Using ``block`` with the ``defined`` test was added in Twig 1.28. 8 Support for the template argument was added in Twig 1.28.
|
/plugin/contactmodern/ |
H A D | CHANGELOG | 3 * Spanish translation added (thanks to Cristian Wente) 11 * Polish translation added (thanks to Alex Setlak - http://alek.magazynek.org/) 27 * Changelog added.
|
/plugin/fedauth/Auth/OpenID/ |
H A D | Extension.php | 45 $added = $message->namespaces->addAlias($this->ns_uri, 49 if ($added === null) {
|
/plugin/farm/install/ |
H A D | farmstructurecreator.php | 205 $added = false; variable 207 …\s*\$conf\[\'basedir\'\]\s*\=\s*DOKU_ANIMAL_BASEDIR\s*\.\s*DOKU_FARM_ANIMAL;`', $l)) $added = true; variable 208 if(!$added) { 211 $added = true; variable 216 if(!$added) fwrite($fp, '$conf[\'basedir\'] = DOKU_ANIMAL_BASEDIR.DOKU_FARM_ANIMAL;');
|
/plugin/openid/Auth/OpenID/ |
H A D | Extension.php | 52 $added = $message->namespaces->addAlias($this->ns_uri, 56 if ($added === null) {
|
/plugin/groupmail/ |
H A D | CHANGELOG | 29 * added sendlog=..., to setup a log page where sent emails are logged 39 * Spanish translation added (thanks to Cristian Wente) 47 * Polish translation added (thanks to Alex Setlak - http://alek.magazynek.org/) 63 * Changelog added.
|
/plugin/tooltip/ |
H A D | ChangeLog | 16 * syntax/tooltip.php, syntax/short.php: added text ('text') renderer 19 * style.css: (add) added "winlike" style. 25 * DokuWiki page: (add) added pictures
|
/plugin/authgooglesheets/vendor/symfony/polyfill-php72/ |
H A D | README.md | 4 This component provides functions added to PHP 7.2 core: 18 Also, it provides constants added to PHP 7.2:
|
/plugin/eventline/timeline_js/scripts/ |
H A D | sources.js | 33 var added = false; 77 added = true; 82 if (added) { 90 var added = false; 148 added = true; 152 if (added) { 187 var added = false; 242 added = true; 247 if (added) {
|
/plugin/quickstats/GEOIP/vendor/geoip2/geoip2/ |
H A D | CHANGELOG.md | 12 * The `isInEuropeanUnion` property was added to `GeoIp2\Record\Country` 19 * The following new anonymizer properties were added to `GeoIp2\Record\Traits` 40 was added to help detect corrupt databases. GitHub #83. 87 * Missing documentation for the `$postal` property was added to the 123 * Support for `timeout` and `connectTimout` were added to the `$options` array 158 * The check added to the `GeoIP2\Database\Reader` lookup methods in 0.8.0 did 169 * A `metadata()` method has been added to the `GeoIP2\Database\Reader` class. 182 * Support was added for GeoIP2 Connection Type, Domain and ISP databases.
|
/plugin/langdelete/ |
H A D | style.css | 104 .ani-ld-text-added { 105 animation: 0.1s linear ld-text-added; 108 @keyframes ld-text-added {
|
/plugin/webdav/vendor/sabre/dav/lib/DAV/Sync/ |
H A D | Plugin.php | 154 * @param array $added 160 …protected function sendSyncCollectionResponse($syncToken, $collectionUrl, array $added, array $mod… argument 166 foreach (array_merge($added, $modified) as $item) {
|
/plugin/davcal/vendor/sabre/dav/lib/DAV/Sync/ |
H A D | Plugin.php | 154 * @param array $added 160 …protected function sendSyncCollectionResponse($syncToken, $collectionUrl, array $added, array $mod… argument 166 foreach (array_merge($added, $modified) as $item) {
|