| /plugin/quickstats/lang/en/ |
| D | query.txt | 6 - Any priority with country set will match the priority field plus the country. 7 - Page priority with both user agent and country set will match all three fields. 8 …- IP queries (i.e. ip priority) ignore all other fields and if an IP is included in a query where … 13 The search functions are case-insensitive and will match partial strings as well as whole strings. … 17 …- **UserAgent Search:** This search is useful if a particular user agent does not show up on the … 18 …- **Country Search: ** If a country does not appear in the list of countries, this will add it t… 19 …- ** Page:** This will accept any whole or part of a page name and will return results for all ma… 23 field can be included in a multi-date query where one of the other fields has priority. 27 …les with the following columns for each of the months you select from the drop-down menu of months: 29 …''>|''User Agent''|''Search Terms''|''Name Spaces''|''Query String Names''|''Query String Values''| [all …]
|
| /plugin/geonav/tpl/startermap/ |
| D | style.ini | 1 ; Please see http://www.php.net/manual/en/function.parse-ini-file.php 2 ; for limitations of the ini format used here 5 ; a local conf/tpl/<template-folder-name>/style.ini file to prevent losing 44 ; This section is used to configure some placeholder values used in 52 ;-------------------------------------------------------------------------- 53 ;------ guaranteed dokuwiki color placeholders that every plugin can use 70 ;--------------------------------------------------------------------------
|
| /plugin/html2pdf/snorriheim/ |
| D | style.ini | 1 ; Please see http://www.php.net/manual/en/function.parse-ini-file.php 2 ; for limitations of the ini format used here 7 ; to screen styles if a right-to-left language is selected (eg. hebrew) 21 ; This section is used to configure some placeholder values used in 26 ;-------------------------------------------------------------------------- 27 ;------ guaranteed dokuwiki color placeholders that every plugin can use 39 ;-------------------------------------------------------------------------- 54 ;-------------------------------------------------------------------------- 55 ;------ for keeping old templates and plugins compatible to the old pattern
|
| D | style.ini.dist | 1 ; Please see http://www.php.net/manual/en/function.parse-ini-file.php 2 ; for limitations of the ini format used here 7 ; to screen styles if a right-to-left language is selected (eg. hebrew) 21 ; This section is used to configure some placeholder values used in 26 ;-------------------------------------------------------------------------- 27 ;------ guaranteed dokuwiki color placeholders that every plugin can use 39 ;-------------------------------------------------------------------------- 54 ;-------------------------------------------------------------------------- 55 ;------ for keeping old templates and plugins compatible to the old pattern
|
| /plugin/icalevents/vendor/squizlabs/php_codesniffer/CodeSniffer/ |
| D | CLI.php | 10 * @copyright 2006-2014 Squiz Pty Ltd (ABN 77 084 670 600) 47 * @copyright 2006-2014 Squiz Pty Ltd (ABN 77 084 670 600) 56 * An array of all values specified on the command line. 60 protected $values = array(); variable in PHP_CodeSniffer_CLI 112 $this->checkRequirements(); 113 $numErrors = $this->process(); 141 $this->checkRequirements(); 143 $this->dieOnUnknownArg = false; 146 $cliValues = $this->getCommandLineValues(); 162 if (isset($cliValues['no-patch']) === true || empty($cliValues['files']) === true) { [all …]
|
| /plugin/newpagetemplate/ |
| D | admin.php | 16 if (!isset($_REQUEST['cmd'])) return; // first time - nothing to do 18 $this->output = ''; 24 $ini = $INPUT->str('ini_file','none'); 25 $tpl = $INPUT->str('tpl_file','none'); 26 $nosave = $INPUT->str('nosave','none'); 27 $userepl = $INPUT->str('userrelpl','none'); 28 $tplns = $this->getConf('default_tplns'); 29 $user = $INPUT->server->str('REMOTE_USER', 'none'); 31 $this->help = false; 34 $this->output = 'submit'; [all …]
|
| /plugin/dw2pdf/vendor/mpdf/qrcode/.github/workflows/ |
| H A D | tests.yml | 1 # https://help.github.com/en/categories/automating-your-workflow-with-github-actions 9 - "master" 10 - "development" 11 - "test" 19 runs-on: ${{ matrix.operating-system }} 22 fail-fast: false 24 php-version: 25 - "5.6" 26 - "7.0" 27 - "7.1" [all …]
|
| /plugin/dw2pdf/vendor/mpdf/mpdf/.github/workflows/ |
| H A D | tests.yml | 1 # https://help.github.com/en/categories/automating-your-workflow-with-github-actions 9 - "master" 10 - "development" 11 - "test" 19 runs-on: ${{ matrix.operating-system }} 22 fail-fast: false 24 php-version: 25 - "5.6" 26 - "7.0" 27 - "7.1" [all …]
|
| /plugin/newpagetemplate/lang/en/ |
| D | settings.php | 2 $lang['skip_unset_macros'] ="Remove macros which have no substitution values."; 6 $lang['default_ini']='Name of default ini file for command line and admin app processing; must be s… 9 … . ' If neither www-data or apache, ucheck the checked box and enter the name in the input box'; 11 . ' If neither www-data or apache, ucheck the checked box and enter the name in the input box';
|
| /plugin/news/ |
| D | README | 6 ------------------- 44 --------------------- 53 …This method adheres to the ttl (time-to-live) configuration setting (see Options below) and create… 72 --------------- 79 --------------------- 89 The header values for these feeds are configured in the file scripts/newsfeed.ini. 91 …der title and description will be taken from the default entry in newsfeed.ini or, lacking that, f…
|
| /plugin/scrape/vendor/ezyang/htmlpurifier/library/HTMLPurifier/ConfigSchema/ |
| D | InterchangeBuilder.php | 17 $this->varParser = $varParser ? $varParser : new HTMLPurifier_VarParser_Native(); 28 return $builder->buildDir($interchange, $dir); 41 if (file_exists($dir . '/info.ini')) { 42 $info = parse_ini_file($dir . '/info.ini'); 43 $interchange->name = $info['name']; 58 $this->buildFile($interchange, $dir . '/' . $file); 70 $this->build( 72 new HTMLPurifier_StringHash($parser->parseFile($file)) 92 $hash->offsetGet('DESCRIPTION'); // prevent complaining 97 $this->buildDirective($interchange, $hash); [all …]
|
| /plugin/quickstats/ |
| D | action.php | 12 require_once QUICK_STATS . 'scripts/php-inet6_1.0.2/valid_v6.php'; 52 $this->id = $INPUT->str('id'); 57 if($this->is_excluded($ip, true)){ 63 $this->ipaddr = $ipv6; 64 $this->ipv6 = $ipv6; 66 else $this->ipaddr = $ip; 71 $this->page_file = metaFN($ns . 'pages' , '.ser'); 72 $this->ua_file = metaFN($ns . 'ua' , '.ser'); 73 $this->ip_file = metaFN($ns . 'ip' , '.ser'); 74 $this->misc_data_file = metaFN($ns . 'misc_data' , '.ser'); [all …]
|
| /plugin/authgooglesheets/vendor/guzzlehttp/guzzle/src/ |
| D | functions.php | 30 return $uriTemplate->expand($template, $variables); 120 . 'allow_url_fopen ini setting, or a custom HTTP handler.'); 127 * Get the default User-Agent string to use with Guzzle 149 * First, the openssl.cafile and curl.cainfo php.ini settings are checked. 164 // Red Hat, CentOS, Fedora (provided by the ca-certificates package) 165 '/etc/pki/tls/certs/ca-bundle.crt', 166 // Ubuntu, Debian (provided by the ca-certificates package) 167 '/etc/ssl/certs/ca-certificates.crt', 169 '/usr/local/share/certs/ca-root-nss.crt', 170 // SLES 12 (provided by the ca-certificates package) [all …]
|
| D | RequestOptions.php | 5 * This class contains a list of built-in Guzzle request options. 9 * @link http://docs.guzzlephp.org/en/v6/request-options.html 21 * - max: (int, default=5) maximum number of allowed redirects. 22 * - strict: (bool, default=false) Set to true to use strict redirects 25 * - referer: (bool, default=false) Set to true to enable the Referer 27 * - protocols: (array, default=['http', 'https']) Allowed redirect 29 * - on_redirect: (callable) PHP callable that is invoked when a redirect 39 * the password in index [1], and you can optionally provide a built-in 64 * handler has the `cookie` middleware. Valid values are `false` and 85 * Content-Encoding responses (gzip, deflate, etc.) are automatically [all …]
|
| /plugin/pdfjs/pdfjs/web/locale/ms/ |
| D | viewer.properties | 7 # http://www.apache.org/licenses/LICENSE-2.0 142 document_outline.title=Papar Rangka Dokumen (klik-dua-kali untuk kembangkan/kolaps semua item) 213 # Predefined zoom values 231 # the PDF spec (32000-1:2008 Table 169 – Annotation types). 234 password_label=Masukan kata kunci untuk membuka fail PDF ini. 239 printing_not_supported=Amaran: Cetakan ini tidak sepenuhnya disokong oleh pelayar ini.
|
| /plugin/highlightjs/highlight/ |
| D | test.html | 4 <meta charset="utf-8"> 21 font: bold 100% Arial, sans-serif; 22 margin-top: 2em; 23 margin-bottom: 0.5em; 29 width: 10em; font-weight: normal; 32 vertical-align: top; 33 text-align: left; 36 margin-top: 0; 40 margin: 0 0 0 -0.5em; 43 border-bottom: 1px dashed blue; [all …]
|
| /plugin/matrixnotifierwas/vendor/guzzlehttp/guzzle/src/ |
| D | Utils.php | 105 …throw new \RuntimeException('GuzzleHttp requires cURL, the allow_url_fopen ini setting, or a custo… 112 * Get the default User-Agent string to use with Guzzle. 122 * First, the openssl.cafile and curl.cainfo php.ini settings are checked. 138 // Red Hat, CentOS, Fedora (provided by the ca-certificates package) 139 '/etc/pki/tls/certs/ca-bundle.crt', 140 // Ubuntu, Debian (provided by the ca-certificates package) 141 '/etc/ssl/certs/ca-certificates.crt', 143 '/usr/local/share/certs/ca-root-nss.crt', 144 // SLES 12 (provided by the ca-certificates package) 145 '/var/lib/ca-certificates/ca-bundle.pem', [all …]
|
| D | RequestOptions.php | 6 * This class contains a list of built-in Guzzle request options. 8 * @see https://docs.guzzlephp.org/en/latest/request-options.html 20 * - max: (int, default=5) maximum number of allowed redirects. 21 * - strict: (bool, default=false) Set to true to use strict redirects 24 * - referer: (bool, default=false) Set to true to enable the Referer 26 * - protocols: (array, default=['http', 'https']) Allowed redirect 28 * - on_redirect: (callable) PHP callable that is invoked when a redirect 38 * the password in index [1], and you can optionally provide a built-in 63 * handler has the `cookie` middleware. Valid values are `false` and 96 * Content-Encoding responses (gzip, deflate, etc.) are automatically [all …]
|
| /plugin/scrape/vendor/ezyang/htmlpurifier/library/HTMLPurifier/ |
| D | Config.php | 108 $parent = $parent ? $parent : $definition->defaultPlist; 109 $this->plist = new HTMLPurifier_PropertyList($parent); 110 $this->def = $definition; // keep a copy around for checking 111 $this->parser = new HTMLPurifier_VarParser_Flexible(); 119 * or a string filename of an ini file. 126 // pass-through 135 $ret->loadIni($config); 136 } elseif (is_array($config)) $ret->loadArray($config); 147 return new HTMLPurifier_Config($config->def, $config->plist); 172 $this->triggerError( [all …]
|
| /plugin/templateconfhelper/ |
| D | README | 13 * $_GET[utpl] /^[\w-]+$/ - override template 17 * get_user( $var=false ) - get utpl from session 18 * save_session( $var, $false ) - save utpl to session 19 * save_user( $var, $val ) - #DUMMY 20 * tpl_switch( $tpl ) - change style after init.php has been run 21 * tpl_loadconfig( $tpl ) - reload config for template, called on switch 29 * $_GET[mode] styleimg - trigger 30 * $_GET[template /^[\w-]*$/ - template dir to search for the file 44 Cascade Path is an extension to the cascade config values in dokuwiki init. It can be set in preloa… 72 * getConfigPath( $type, $file ) - find file in cascade_config[$type] [all …]
|
| /plugin/combo/.github/workflows/ |
| H A D | php-test-reusable.yml | 3 # https://docs.github.com/en/actions/using-workflows/reusing-workflows#creating-a-reusable-workflow 7 # https://docs.github.com/en/actions/creating-actions/metadata-syntax-for-github-actions#inputs 19 # https://docs.github.com/en/actions/using-workflows/workflow-syntax-for-github-actions#defaults 31 runs-on: ubuntu-latest 34 …# https://docs.github.com/en/actions/using-workflows/workflow-syntax-for-github-actions#jobsjob_id… 39 …# https://docs.github.com/en/actions/using-workflows/workflow-syntax-for-github-actions#example-ad… 41 fail-fast: false 48 - name: Phpunit ${{ matrix.php }} 54 # https://github.com/marketplace/actions/setup-php-action#matrix-setup 55 - name: Setup PHP [all …]
|
| /plugin/pdfjs/pdfjs/web/locale/id/ |
| D | viewer.properties | 7 # http://www.apache.org/licenses/LICENSE-2.0 213 # Predefined zoom values 235 # the PDF spec (32000-1:2008 Table 169 – Annotation types). 238 password_label=Masukkan sandi untuk membuka berkas PDF ini. 243 printing_not_supported=Peringatan: Pencetakan tidak didukung secara lengkap pada peramban ini.
|
| /plugin/calendar/ |
| H A D | PROJECT_HISTORY.md | 5 --- 9 …les in DokuWiki's `data/meta/calendar/` directory, organized by month (`YYYY-MM.json`). Early vers… 11 …ersions included namespace support (events scoped to wiki namespaces), multi-day events, task/chec… 13 --- 18 - `{{eventlist sidebar}}` — compact week-grid widget for DokuWiki sidebars showing today, tomorrow,… 19 - `{{eventpanel}}` — standalone scrollable event list 20 - `{{eventlist range=N}}` — upcoming events for the next N days 21 - `{{eventlist compact}}` — minimal event listing 24 - Events can be marked as recurring with a `recurring: true` flag and `recurringId` 25 - Admin panel section for viewing and managing recurring series [all …]
|
| /plugin/photogallery/phpThumb/docs/ |
| D | phpthumb.faq.txt | 26 configuration issue -- how do I check? 33 A: See the GPL FAQ: http://www.gnu.org/licenses/gpl-faq.html 48 non-resized image is output instead). 55 You can adjust the PHP memory limit in php.ini (if you have 61 re-save the images with an image editor that can embed an EXIF 69 A: The problem is that phpThumb.php returns an image -- there is no 85 !is_resource($this->gdimg_output) 91 Q: I'm trying to save a phpThumb-generated image in Internet 94 http://support.microsoft.com/default.aspx?scid=kb;en-us;810978 95 http://support.microsoft.com/default.aspx?scid=kb;en-us;260650 [all …]
|
| /plugin/bookmarkme/ |
| D | action.php | 5 * $Id: action.php 111 2008-12-25 19:33:15Z wingedfox $ 8 * @lastmodified $Date: 2008-12-25 22:33:15 +0300 (Чтв, 25 Дек 2008) $ 12 * @copyright (c) 2005-2007, Ilya Lebedev 22 * @date 02-Sep-2005 12:04 23 * @see http://php.net/manual/ru/function.array-combine.php#56424 25 * @param array $vals array with values 65 …,'Live Bookmarks' => 'https://favorites.live.com/quickadd.aspx?marklet=1&mkt=en-us&title=%… 81 …,'Mister Wong' => 'http://www.mister-wong.de/index.php?action=addurl&bm_url=%permalink%&bm… 97 var $BOOKMARKME_SHOW_ON = 1; // equals to bottom, pre-0.7 compatible 111 …,'date' => preg_replace("#.*?(\d{4}-\d{2}-\d{2}).*#","\\1",'$Date: 2008-12-25 22:33:15 +0300 (Чт… [all …]
|