Home
last modified time | relevance | path

Searched refs:php (Results 626 – 650 of 1507) sorted by last modified time

1...<<21222324252627282930>>...61

/plugin/webdav/vendor/sabre/uri/
H A DREADME.md45 [6]: http://php.net/manual/en/function.parse-url.php
/plugin/webdav/vendor/sabre/vobject/
H A DCHANGELOG.md13 * #469, #451: fix compat with php 7.4
209 * Now using php-cs-fixer to automatically enforce and correct CS.
437 * BC Break: Removed the 'includes.php' file. Use composer instead.
508 * Fixed: Issue #83. Creating new VALUE=DATE objects using php's DateTime.
509 * Fixed: Issue #86. Don't go into an infinite loop when php errors are
587 * Fixed: includes.php file was still broken. Our tool to generate it had some
594 * Fixed: includes.php was no longer up to date.
611 * Fixed: Corrected includes.php file.
652 * Fixed: vobjectvalidate.php is operational again.
803 * Added: includes.php file, to load the entire library in one go.
/plugin/webdav/
H A D.travis.yml1 language: php
2 php:
/plugin/webdav/lang/en/
H A Dintro.txt3 …r some WebDAV plugin feaures. To enable some functionality use [[this>doku.php?do=admin&page=confi…
/plugin/structsection/
H A D.travis.yml3 language: php
4 php:
16 - php: "nightly"
/plugin/elwikiupgrade/
H A Dplugin.info.txt6 url https://wiki.einsatzleiterwiki.de/doku.php?id=wiki:hilfe:aktualisierung:automatisch
/plugin/twitter/
H A Dstyle.css2 …rk C. Prins <mprins@users.sf.net> licensed under GPL 2 (http://opensource.org/licenses/gpl-2.0.php)
H A D.travis.yml1 language: php
3 php:
H A Dprint.css2 …rk C. Prins <mprins@users.sf.net> licensed under GPL 2 (http://opensource.org/licenses/gpl-2.0.php)
/plugin/jplayer/vendor/happyworm/jplayer/dist/skin/blue.monday/css/
H A Djplayer.blue.monday.css11 * - http://www.opensource.org/licenses/mit-license.php
/plugin/jplayer/vendor/happyworm/jplayer/dist/skin/pink.flag/css/
H A Djplayer.pink.flag.css11 * - http://www.opensource.org/licenses/mit-license.php
/plugin/jplayer/vendor/james-heinrich/getid3/helperapps/
H A Dreadme.helperapps.txt18 The location of this directory is configurable in /getid3/getid3.php
/plugin/jplayer/vendor/mustache/mustache/
H A D.php_cs1 <?php
H A DCONTRIBUTING.md6 1. [Fork the repo on GitHub](https://github.com/bobthecow/mustache.php).
31 ### Mustache.php follows the PSR-* coding standards:
33 …* [PSR-0: Class and file naming conventions](https://github.com/php-fig/fig-standards/blob/master/…
34 …* [PSR-1: Basic coding standard](https://github.com/php-fig/fig-standards/blob/master/accepted/PSR…
35 …* [PSR-2: Coding style guide](https://github.com/php-fig/fig-standards/blob/master/accepted/PSR-2-…
H A DREADME.md1 Mustache.php
7 …g.shields.io/travis/bobthecow/mustache.php/dev.svg?style=flat-square)](http://travis-ci.org/bobthe…
17 ```php
18 <?php
37 ```php
38 <?php
54 ```php
55 <?php
65 Read [the Mustache.php documentation](https://github.com/bobthecow/mustache.php/wiki/Home) for more…
/plugin/jplayer/vendor/kriswallsmith/assetic/
H A DREADME.md5 ``` php
6 <?php
43 ``` php
44 <?php
66 ``` php
67 <?php
124 <?php
138 <?php
156 <?php
174 <?php
[all …]
H A DCHANGELOG-1.1.md38 * Added pure php css embed filter
H A DCHANGELOG-1.2.md18 * Allow functions.php to be included many times
/plugin/jplayer/vendor/james-heinrich/getid3/
H A Dchangelog.txt27 » add demo.mysqli.php, remove demo.mysql.php
928 ¤ extention.*.php renamed to extension.*.php
930 ¤ /demo/demo.check.php renamed to /demo/demo.browse.php
1285 Renamed getid3.functions.php to getid3.lib.php
1363 getid3.id3v1.php or getid3.id3v2.php or getid3.functions.php as
1482 ¤ Contents of getid3.id3.php moved to getid3.id3v1.php
1484 ¤ Contents of getid3.frames.php moved to getid3.id3v2.php
1544 ¤ Renamed getid3.write.php to getid3.demo.write.php
1682 ¤ getid3.check.php renamed to getid3.demo.check.php
2600 ¤ check.php renamed to getid3.check.php
[all …]
H A Dstructure.txt17 /demos/demo.browse.php you can generally see where the data you want
H A Dreadme.txt59 http://sourceforge.net/project/showfiles.php?group_id=55859
167 *> /demos/demo.browse.php <*
208 See /demos/demo.write.php for how to write tags.
304 https://www.getid3.org/phpBB3/viewforum.php?f=7
348 https://www.getid3.org/phpBB3/viewtopic.php?t=182
386 https://www.getid3.org/phpBB3/viewtopic.php?t=25
412 https://www.getid3.org/phpBB3/viewtopic.php?t=25
442 https://www.getid3.org/phpBB3/viewtopic.php?t=25
550 * http://leknor.com/code/php/class.ogg.php.txt
577 * http://www.audiocoding.com/wiki/index.php?page=AAC
[all …]
/plugin/jplayer/vendor/symfony/process/
H A DPhpExecutableFinder.php51 if ($php = getenv('PHP_PATH')) {
52 if (!@is_executable($php)) {
56 return $php;
59 if ($php = getenv('PHP_PEAR_PHP_BIN')) {
60 if (@is_executable($php)) {
61 return $php;
65 … if (@is_executable($php = \PHP_BINDIR.('\\' === \DIRECTORY_SEPARATOR ? '\\php.exe' : '/php'))) {
66 return $php;
H A DPhpProcess.php37 if (false === $php = $executableFinder->find(false)) {
38 $php = null;
40 $php = array_merge([$php], $executableFinder->findArguments());
46 $php[] = $file;
53 parent::__construct($php, $cwd, $env, $script, $timeout, $options);
59 public function setPhpBinary($php) argument
61 $this->setCommandLine($php);
/plugin/jplayer/vendor/happyworm/jplayer/src/skin/blue.monday/scss/
H A Djplayer.blue.monday.scss9 * - http://www.opensource.org/licenses/mit-license.php
/plugin/jplayer/vendor/happyworm/jplayer/src/skin/pink.flag/scss/
H A Djplayer.pink.flag.scss9 * - http://www.opensource.org/licenses/mit-license.php

1...<<21222324252627282930>>...61