| /dokuwiki/bin/ |
| H A D | dwpage.php | 13 * Checkout and commit pages from the command line while maintaining the history 29 $options->registerOption( 34 $options->registerOption( 40 $options->setHelp( 46 $options->registerCommand( 54 $options->registerArgument( 60 $options->registerArgument( 67 /* commit command */ 68 $options->registerCommand( 69 'commit', [all …]
|
| /dokuwiki/.github/workflows/ |
| H A D | autoFix.yml | 1 name: "Auto-Fix code" 5 - master 10 runs-on: ubuntu-latest 12 - name: Checkout 15 fetch-depth: 0 17 - name: Setup PHP 18 uses: shivammathur/setup-php@v2 20 php-version: '8.2' 22 - name: Install tools 25 composer install --no-interaction --no-progress --no-suggest --prefer-dist [all …]
|
| H A D | release-preparation.yml | 4 # When the pull request is merged, the release-build workflow will be triggered automatically 16 - stable 17 - hotfix 18 - rc 23 description: 'The version date YYYY-MM-DD, empty for today' 29 runs-on: ubuntu-latest 31 - name: Fail if branch is not master 37 - name: Checkout 40 fetch-depth: 0 42 - name: Set git identity [all …]
|
| H A D | deletedFiles.yml | 2 # It compares the current master with the data/deleted.files file and cleans the file from any re-i… 4 # unless they are already listed there or are excluded from the release archives (export-ignore in … 6 # Finally, the list of newly removed entries receives a header "# removed on $(date -I)" with the c… 12 - master 17 runs-on: ubuntu-latest 19 - name: Checkout 22 fetch-depth: 0 24 - name: Cleaning list from re-introduced files 26 for E in $(git ls-tree -r master --name-only); do 27 if (git check-attr export-ignore "$E" | grep -q "export-ignore: set"); then [all …]
|
| /dokuwiki/inc/ |
| H A D | infoutils.php | 43 if ($lm < time() - (60 * 60 * 24) || $lm < @filemtime(DOKU_INC . DOKU_SCRIPT)) { 53 $http->timeout = 12; 54 $resp = $http->get(DOKU_MESSAGEURL . $updateVersion); 60 Logger::debug("checkUpdateMessages(): unexpected HTTP response received", $http->error); 67 // show messages through the usual message mechanism 92 // First try to get date and commit hash by calling Git 94 $commitInfo = shell_exec("git log -1 --pretty=format:'%h %cd' --date=short"); 102 // we cannot use git on the shell -- let's do it manually! 112 $packedRefs = file_get_contents(DOKU_INC . '.git/packed-refs'); 123 // Get commit date from Git object [all …]
|
| /dokuwiki/lib/plugins/authpdo/ |
| H A D | auth.php | 10 * @license GPL 2 http://www.gnu.org/licenses/gpl-2.0.html 33 $this->debugMsg('PDO extension for PHP not found.', -1, __LINE__); 34 $this->success = false; 38 if (!$this->getConf('dsn')) { 39 $this->debugMsg('No DSN specified', -1, __LINE__); 40 $this->success = false; 45 $this->pdo = new PDO( 46 $this->getConf('dsn'), 47 $this->getConf('user'), 48 conf_decodeString($this->getConf('pass')), [all …]
|
| /dokuwiki/vendor/geshi/geshi/src/geshi/ |
| H A D | progress.php | 4 * -------- 13 * ------- 15 * - First Release 18 * ------------------------- 39 * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA 53 'BUFFER-COMPARE','BUFFER-COPY','CALL','CASE', 55 'CLOSE STORED-PROCEDURE','COLOR','COMPILE','CONNECT', 56 'CONSTRUCTOR','COPY-LOB','CREATE','CREATE ALIAS', 57 'CREATE BROWSE','CREATE BUFFER','CREATE CALL','CREATE CLIENT-PRINCIPAL', 58 'CREATE DATABASE','CREATE DATASET','CREATE DATA-SOURCE','CREATE QUERY', [all …]
|
| H A D | genero.php | 4 * ---------- 13 * ------- 15 * - Initial release 33 * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA 39 'COMMENT_SINGLE' => array(1 => '--', 2 => '#'), 86 "COMMIT", 211 "MESSAGE", 398 '+', '-', '*', '?', '=', '/', '%', '>', '<', '^', '!', '|', ':', 411 2 => 'color: #0000FF; font-weight: bold;', 416 1 => 'color: #008080; font-style: italic;', [all …]
|
| H A D | abap.php | 4 * -------- 7 * - Sandra Rossi (sandra.rossi@gmail.com) 8 * - Jacob Laursen (jlu@kmd.dk) 17 …P syntax is highly complex, several problems could not be addressed, see TODO below if you dare ;-) 31 * ------- 33 * - Some more rework of the language file 35 * - Major Release, more than 1000 statements and keywords added = whole abap 7.1 (Sandra Rossi) 37 * - First Release 40 * ---- 41 * - in DATA data TYPE type, 2nd "data" and 2nd "type" are highlighted with data [all …]
|
| H A D | cobol.php | 4 * ---------- 6 * Copyright: (c) 2007-2008 BenBE (http://www.omorphia.de/) 18 * ------- 20 * - Changed compiler directives to be handled like comments. 21 * - Fixed bug where keywords in identifiers were highlighted. 23 * - Added more intrinsic functions, reserved words, and compiler directives 26 * - Added more reserved words, compiler directives and intrinsic functions. 27 * - Added modern comment syntax and corrected the other one. 28 * - Set OOLANG to true and added an object splitter. 29 * - Added extra symbols. [all …]
|
| H A D | powerbuilder.php | 4 * ------ 16 * ------- 18 * - First Release 21 * ------------------------- 39 * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA 54 'case', 'catch', 'choose', 'close', 'commit', 'connect', 251 'message!', 'minimized!', 'mips!', 'modelexistserror!', 358 2 => array('+', '-', '*', '/'), 369 1 => 'color: #008000; font-weight: bold;', 370 2 => 'color: #990099; font-weight: bold;', [all …]
|
| H A D | mapbasic.php | 4 * ------ 13 * ------- 15 * - Replaced all tabs with spaces 16 * - Fixed 'URLS' array 18 * - First Release (MapBasic v9.5) 21 * ------------------------- 39 * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA 53 1 - Statements + Clauses + Data Types + Logical Operators, Geographical Operators + SQL 54 2 - Special Procedures 55 3 - Functions [all …]
|
| H A D | tsql.php | 4 * -------- 10 * T-SQL language file for GeSHi. 13 * ------- 15 * - First Release 18 * ------------------------- 36 * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA 41 'LANG_NAME' => 'T-SQL', 42 'COMMENT_SINGLE' => array(1 => '--'), 51 Built-in functions 140 …, 'CLEAR', 'CLOB', 'CLOSE', 'CLUSTERED', 'COLLATE', 'COLLATION', 'COLUMN', 'COLUMNSTORE', 'COMMIT', [all …]
|
| H A D | racket.php | 4 * ---------- 6 * Copyright: (c) 2013 Tim Brown ((https://github.com/tim-brown/geshi-racket)) 8 * Date Started: 2013-03-01 13 * https://github.com/tim-brown/geshi-racket (you didn't think 18 * ------- 19 * 1.0 (2013-03-31) 20 * - Initial Release1.1 (2013-03-31) 21 * - Added URLs, "symbol"-like identifiers moved to SYMBOLS* 23 * TODO (updated 2013-04-25) 24 * ------------------------- [all …]
|
| /dokuwiki/vendor/phpseclib/phpseclib/phpseclib/Crypt/Common/ |
| H A D | SymmetricKey.php | 11 * - The new \phpseclib3\Crypt\* cipher class should extend \phpseclib3\Crypt\Common\SymmetricKey 13 * - Following methods are then required to be overridden/overloaded: 15 * - encryptBlock() 17 * - decryptBlock() 19 * - setupKey() 21 * - All other methods are optional to be overridden/overloaded 23 …* - Look at the source code of the current ciphers how they extend \phpseclib3\Crypt\Common\Symme… 26 * - Please read all the other comments/notes/hints here also for each class var/method 29 * @author Hans-Juergen Petrich <petrich@tronic-media.com> 31 * @license http://www.opensource.org/licenses/mit-license.html MIT License [all …]
|