| /dokuwiki/data/ |
| H A D | deleted.files | 6 lib/plugins/extension/_test/extension.test.php 8 lib/plugins/extension/helper/extension.php 9 lib/plugins/extension/helper/gui.php 10 lib/plugins/extension/helper/list.php 11 lib/plugins/extension/helper/repository.php 24 inc/IXR_Library.php 25 inc/cli.php 75 vendor/paragonie/random_compat/lib/byte_safe_strings.php 76 vendor/paragonie/random_compat/lib/cast_to_int.php 77 vendor/paragonie/random_compat/lib/error_polyfill.php [all …]
|
| /dokuwiki/vendor/composer/ |
| H A D | autoload_classmap.php | 1 <?php 3 // autoload_classmap.php @generated by Composer 9 'AtomCreator03' => $vendorDir . '/openpsa/universalfeedcreator/lib/Creator/AtomCreator03.php', 10 'AtomCreator10' => $vendorDir . '/openpsa/universalfeedcreator/lib/Creator/AtomCreator10.php', 11 'Composer\\InstalledVersions' => $vendorDir . '/composer/InstalledVersions.php', 12 'FeedCreator' => $vendorDir . '/openpsa/universalfeedcreator/lib/Creator/FeedCreator.php', 13 'FeedDate' => $vendorDir . '/openpsa/universalfeedcreator/lib/Element/FeedDate.php', 14 'FeedHtmlField' => $vendorDir . '/openpsa/universalfeedcreator/lib/Element/FeedHtmlField.php', 15 'FeedImage' => $vendorDir . '/openpsa/universalfeedcreator/lib/Element/FeedImage.php', 16 'FeedItem' => $vendorDir . '/openpsa/universalfeedcreator/lib/Element/FeedItem.php', [all …]
|
| H A D | autoload_static.php | 1 <?php 3 // autoload_static.php @generated by Composer 10 …724ddc47859c8bf0c1ea0a623a' => __DIR__ . '/..' . '/openpsa/universalfeedcreator/lib/constants.php', 11 …71c1459ef1226520e4b26dac3a180d' => __DIR__ . '/..' . '/php81_bc/strftime/src/php-8.1-strftime.php', 12 …c78cc4436b1292c6c0d151b19445c' => __DIR__ . '/..' . '/phpseclib/phpseclib/phpseclib/bootstrap.php', 61 0 => __DIR__ . '/..' . '/splitbrain/php-cli/src', 65 0 => __DIR__ . '/..' . '/splitbrain/php-archive/src', 69 0 => __DIR__ . '/..' . '/splitbrain/php-jsstrip/tests', 73 0 => __DIR__ . '/..' . '/splitbrain/php-jsstrip/src', 101 0 => __DIR__ . '/..' . '/kissifrot/php-ixr/tests', [all …]
|
| H A D | autoload_files.php | 1 <?php 3 // autoload_files.php @generated by Composer 9 …dc0e9724ddc47859c8bf0c1ea0a623a' => $vendorDir . '/openpsa/universalfeedcreator/lib/constants.php', 10 … '9e71c1459ef1226520e4b26dac3a180d' => $vendorDir . '/php81_bc/strftime/src/php-8.1-strftime.php', 11 … 'decc78cc4436b1292c6c0d151b19445c' => $vendorDir . '/phpseclib/phpseclib/phpseclib/bootstrap.php',
|
| /dokuwiki/lib/tpl/dokuwiki/ |
| H A D | main.php | 1 <?php 17 <html lang="<?php echo $conf['lang'] ?>" dir="<?php echo $lang['direction'] ?>" class="no-js"> 20 <title><?php tpl_pagetitle() ?> [<?php echo strip_tags($conf['title']) ?>]</title> 21 <?php tpl_metaheaders() ?> 23 <?php echo tpl_favicon(['favicon', 'mobile']) ?> 24 <?php tpl_includeFile('meta.html') ?> 28 <div id="dokuwiki__site"><div id="dokuwiki__top" class="site <?php echo tpl_classes(); ?> <?php 29 … echo ($showSidebar) ? 'showSidebar' : ''; ?> <?php echo ($hasSidebar) ? 'hasSidebar' : ''; ?>"> 31 <?php include(__DIR__ . '/tpl_header.php') ?> 35 <?php if ($showSidebar) : ?> [all …]
|
| H A D | detail.php | 1 <?php 15 <html lang="<?php echo $conf['lang']?>" dir="<?php echo $lang['direction'] ?>" class="no-js"> 19 <?php echo hsc(tpl_img_getTag('IPTC.Headline', $IMG))?> 20 [<?php echo strip_tags($conf['title'])?>] 22 <?php tpl_metaheaders()?> 24 <?php echo tpl_favicon(['favicon', 'mobile']) ?> 25 <?php tpl_includeFile('meta.html') ?> 29 <div id="dokuwiki__site"><div id="dokuwiki__top" class="site <?php echo tpl_classes(); ?>"> 31 <?php include(__DIR__ . '/tpl_header.php') ?> 37 <?php html_msgarea() ?> [all …]
|
| H A D | tpl_footer.php | 1 <?php 13 <?php tpl_license(''); // license text ?> 16 <?php 20 <a href="https://www.dokuwiki.org/donate" title="Donate" <?php echo $target?>><img 21 …src="<?php echo tpl_basedir(); ?>images/button-donate.gif" width="80" height="15" alt="Donate" /><… 22 <a href="https://php.net" title="Powered by PHP" <?php echo $target?>><img 23 …src="<?php echo tpl_basedir(); ?>images/button-php.gif" width="80" height="15" alt="Powered by PHP… 24 <a href="//validator.w3.org/check/referer" title="Valid HTML5" <?php echo $target?>><img 25 …src="<?php echo tpl_basedir(); ?>images/button-html5.png" width="80" height="15" alt="Valid HTML5"… 26 …<a href="//jigsaw.w3.org/css-validator/check/referer?profile=css3" title="Valid CSS" <?php echo $t… [all …]
|
| H A D | tpl_header.php | 1 <?php 14 <?php tpl_includeFile('header.html') ?> 18 <li><a href="#dokuwiki__content"><?php echo $lang['skip_to_content']; ?></a></li> 21 <h1 class="logo"><?php 38 <?php if ($conf['tagline']) : ?> 39 <p class="claim"><?php echo $conf['tagline']; ?></p> 40 <?php endif ?> 45 <?php if ($conf['useacl']) : ?> 47 <h3 class="a11y"><?php echo $lang['user_tools']; ?></h3> 49 <?php [all …]
|
| H A D | mediamanager.php | 1 <?php 14 <html lang="<?php echo $conf['lang']?>" dir="<?php echo $lang['direction'] ?>" class="popup no-js"> 18 <?php echo hsc($lang['mediaselect'])?> 19 [<?php echo strip_tags($conf['title'])?>] 21 <?php tpl_metaheaders()?> 23 <?php echo tpl_favicon(['favicon', 'mobile']) ?> 24 <?php tpl_includeFile('meta.html') ?> 29 <?php html_msgarea() ?> 31 <h1><?php echo hsc($lang['mediaselect'])?></h1> 33 <?php /* keep the id! additional elements are inserted via JS here */?> [all …]
|
| /dokuwiki/inc/ |
| H A D | load.php | 1 <?php 16 'defines.php', 17 'actions.php', 18 'changelog.php', 19 'common.php', 20 'confutils.php', 21 'pluginutils.php', 22 'form.php', 23 'fulltext.php', 24 'html.php', [all …]
|
| H A D | config_cascade.php | 1 <?php 7 * DokuWiki directory hierarchy. It can be overriden in inc/preload.php 13 'default' => [DOKU_CONF . 'dokuwiki.php'], 14 'local' => [DOKU_CONF . 'local.php'], 15 'protected' => [DOKU_CONF . 'local.protected.php'] 30 'default' => [DOKU_CONF . 'license.php'], 31 'local' => [DOKU_CONF . 'license.local.php'] 38 'default' => [DOKU_CONF . 'mediameta.php'], 39 'local' => [DOKU_CONF . 'mediameta.local.php'] 71 'default' => DOKU_CONF . 'acl.auth.php' [all …]
|
| /dokuwiki/_test/ |
| H A D | phpcs.xml | 8 <arg name="extensions" value="php"/> 16 <file>../doku.php</file> 17 <file>../index.php</file> 18 <file>../feed.php</file> 19 <file>../install.php</file> 22 <exclude-pattern>*/lang/*/lang.php</exclude-pattern> 23 <exclude-pattern>*/lang/*/settings.php</exclude-pattern> 28 <exclude-pattern>*/inc/DifferenceEngine.php</exclude-pattern> 29 <exclude-pattern>*/inc/JpegMeta.php</exclude-pattern> 33 <exclude-pattern>*/inc/parser/parser.php</exclude-pattern> [all …]
|
| H A D | phpcs_MigrationAdjustments.xml | 11 <exclude-pattern>*/index.php</exclude-pattern> 12 <exclude-pattern>*/inc/parserutils.php</exclude-pattern> 13 <exclude-pattern>*/inc/mail.php</exclude-pattern> 14 <exclude-pattern>*/inc/init.php</exclude-pattern> 15 <exclude-pattern>*/inc/farm.php</exclude-pattern> 16 <exclude-pattern>*/inc/fulltext.php</exclude-pattern> 17 <exclude-pattern>*/inc/pluginutils.php</exclude-pattern> 18 <exclude-pattern>*/inc/indexer.php</exclude-pattern> 19 <exclude-pattern>*/inc/Mailer.class.php</exclude-pattern> 20 <exclude-pattern>*/doku.php</exclude-pattern> [all …]
|
| H A D | phpunit.xml | 3 bootstrap="bootstrap.php" 11 <directory suffix=".php">../</directory> 14 <directory suffix=".php">../_cs/</directory> 15 <directory suffix=".php">../_test/</directory> 16 <directory suffix=".php">../lib/plugins/*/_test/</directory> 17 <directory suffix=".php">../lib/tpl/*/_test/</directory> 22 <directory suffix=".test.php">tests/</directory> 23 <directory suffix="Test.php">tests/</directory> 26 <directory suffix=".test.php">../lib/plugins/*/_test/</directory> 27 <directory suffix="Test.php">../lib/plugins/*/_test/</directory> [all …]
|
| /dokuwiki/vendor/phpseclib/phpseclib/phpseclib/Math/BigInteger/Engines/PHP/ |
| H A D | DefaultEngine.php | 1 <?php 4 * PHP Default Modular Exponentiation Engine 6 * PHP version 5 and 7 8 * @author Jim Wigginton <terrafrost@php.net> 11 * @link http://pear.php.net/package/Math_BigInteger 14 namespace phpseclib3\Math\BigInteger\Engines\PHP; 16 use phpseclib3\Math\BigInteger\Engines\PHP\Reductions\EvalBarrett; 19 * PHP Default Modular Exponentiation Engine 21 * @author Jim Wigginton <terrafrost@php.net>
|
| H A D | OpenSSL.php | 1 <?php 6 * PHP version 5 and 7 8 * @author Jim Wigginton <terrafrost@php.net> 11 * @link http://pear.php.net/package/Math_BigInteger 14 namespace phpseclib3\Math\BigInteger\Engines\PHP; 21 * @author Jim Wigginton <terrafrost@php.net>
|
| /dokuwiki/.github/workflows/ |
| H A D | testLinux.yml | 15 name: PHP ${{ matrix.php-versions }} 21 php-versions: ['7.4', '8.0', '8.1', '8.2', '8.3', '8.4', '8.5'] 45 - name: Setup PHP 46 uses: shivammathur/setup-php@v2 48 php-version: ${{ matrix.php-versions }} 54 echo ::add-matcher::${{ runner.tool_cache }}/php.json 61 cp mysql.conf.php.dist mysql.conf.php 62 cp pgsql.conf.php.dist pgsql.conf.php 63 cp proxy.conf.php.dist proxy.conf.php
|
| H A D | testWindows.yml | 15 name: PHP ${{ matrix.php-versions }} 21 php-versions: ['7.4', '8.0', '8.1', '8.2', '8.3', '8.4', '8.5'] 28 - name: Setup PHP 29 uses: shivammathur/setup-php@v2 31 php-version: ${{ matrix.php-versions }} 36 echo "::add-matcher::${{ runner.tool_cache }}/php.json"
|
| /dokuwiki/vendor/paragonie/random_compat/ |
| H A D | psalm-autoload.php | 1 <?php 3 require_once 'lib/byte_safe_strings.php'; 4 require_once 'lib/cast_to_int.php'; 5 require_once 'lib/error_polyfill.php'; 6 require_once 'other/ide_stubs/libsodium.php'; 7 require_once 'lib/random.php';
|
| /dokuwiki/ |
| H A D | .gitignore | 19 !/conf/dokuwiki.php 22 !/conf/license.php 24 !/conf/mediameta.php 26 !/conf/mysql.conf.php.example 27 !/conf/plugins.php 28 !/conf/plugins.required.php 46 !/lib/tpl/index.php 65 !/lib/plugins/action.php 66 !/lib/plugins/admin.php 67 !/lib/plugins/auth.php [all …]
|
| H A D | index.php | 1 <?php 4 * Forwarder/Router to doku.php 6 …* In normal usage, this script simply redirects to doku.php. However it can also be used as a rout… 7 …* script with PHP's builtin webserver. It takes care of .htaccess compatible rewriting, directory/… 12 * php -S localhost:8000 index.php 20 require_once(DOKU_INC . 'inc/init.php'); 34 require $_SERVER['DOCUMENT_ROOT'] . '/lib/exe/fetch.php'; 38 require $_SERVER['DOCUMENT_ROOT'] . '/lib/exe/detail.php'; 43 require $_SERVER['DOCUMENT_ROOT'] . '/doku.php'; 45 $_SERVER['SCRIPT_NAME'] !== '/index.php' && [all …]
|
| /dokuwiki/vendor/phpseclib/phpseclib/phpseclib/Math/BigInteger/Engines/PHP/Reductions/ |
| H A D | Classic.php | 1 <?php 4 * PHP Classic Modular Exponentiation Engine 6 * PHP version 5 and 7 8 * @author Jim Wigginton <terrafrost@php.net> 11 * @link http://pear.php.net/package/Math_BigInteger 14 namespace phpseclib3\Math\BigInteger\Engines\PHP\Reductions; 16 use phpseclib3\Math\BigInteger\Engines\PHP\Base; 19 * PHP Classic Modular Exponentiation Engine 21 * @author Jim Wigginton <terrafrost@php.net>
|
| /dokuwiki/_test/tests/inc/ |
| H A D | pageutils_getid.test.php | 1 <?php 13 $_SERVER['SCRIPT_FILENAME'] = '/doku.php'; 14 $_SERVER['REQUEST_URI'] = '/doku.php?id=0&do=edit'; 32 $_SERVER['SCRIPT_FILENAME'] = '/lib/exe/fetch.php'; 33 … $_SERVER['REQUEST_URI'] = '/lib/exe/fetch.php/myhdl-0.5dev1.tar.gz?id=snapshots&cache=cache'; 50 $_SERVER['SCRIPT_FILENAME'] = '/var/www/dokuwiki/lib/exe/detail.php'; 51 $_SERVER['PHP_SELF'] = '/dokuwiki/lib/exe/detail.php/wiki/discussion/button-dw.png'; 52 …$_SERVER['REQUEST_URI'] = '/dokuwiki/lib/exe/detail.php/wiki/discussion/button-dw.png?id=test&debu… 53 $_SERVER['SCRIPT_NAME'] = '/dokuwiki/lib/exe/detail.php'; 70 $_SERVER['SCRIPT_FILENAME'] = '/usr/share/dokuwiki/doku.php'; [all …]
|
| H A D | init_getbaseurl.test.php | 1 <?php 18 $_SERVER['SCRIPT_FILENAME'] = '/var/www/dokuwiki/doku.php'; 19 $_SERVER['REQUEST_URI'] = '/dokuwiki/doku.php?do=debug'; 20 $_SERVER['SCRIPT_NAME'] = '/dokuwiki/doku.php'; 22 $_SERVER['PATH_TRANSLATED'] = '/var/www/dokuwiki/doku.php'; 23 $_SERVER['PHP_SELF'] = '/dokuwiki/doku.php'; 42 $_SERVER['REQUEST_URI'] = '/~bengen/dokuwiki/doku.php?do=debug'; 44 $_SERVER['PATH_INFO'] = '/~bengen/dokuwiki/doku.php'; 45 $_SERVER['PATH_TRANSLATED'] = '/home/bengen/public_html/dokuwiki/doku.php'; 46 $_SERVER['PHP_SELF'] = '/~bengen/dokuwiki/doku.php'; [all …]
|
| /dokuwiki/vendor/phpseclib/phpseclib/phpseclib/Math/BigInteger/Engines/BCMath/ |
| H A D | DefaultEngine.php | 1 <?php 6 * PHP version 5 and 7 8 * @author Jim Wigginton <terrafrost@php.net> 11 * @link http://pear.php.net/package/Math_BigInteger 19 * PHP Default Modular Exponentiation Engine 21 * @author Jim Wigginton <terrafrost@php.net>
|