| /dokuwiki/vendor/php81_bc/strftime/src/ |
| H A D | DateLocaleFormatter.php | 16 '%a' => 'D', // An abbreviated textual representation of the day Sun through Sat 17 '%A' => 'l', // A full textual representation of the day Sunday through Saturday 18 '%b' => 'M', // Abbreviated month name, Jan through Dec 19 '%B' => 'F', // Full month name, January through December 20 '%h' => 'M', // Abbreviated month name, (an alias of %b) Jan through Dec
|
| H A D | IntlLocaleFormatter.php | 17 '%a' => 'ccc', // An abbreviated textual representation of the day Sun through Sat 18 '%A' => 'EEEE', // A full textual representation of the day Sunday through Saturday 19 '%b' => 'LLL', // Abbreviated month name, based on the locale Jan through Dec 20 '%B' => 'MMMM', // Full month name, based on the locale January through December 21 '%h' => 'MMM', // Abbreviated month name, based on the locale (an alias of %b) Jan through Dec
|
| /dokuwiki/_test/tests/Parsing/Markdown/gfm-spec/ |
| H A D | skip.php | 153 // Raw HTML pass-through is not supported. DokuWiki therefore renders it as escaped text. 156 …118 => 'HTML blocks (§4.6): script/pre/style/textarea tag group - raw HTML pass-through not suppor… 157 119 => 'HTML blocks (§4.6): table with following content - raw HTML pass-through not supported', 158 … 120 => 'HTML blocks (§4.6): div with leading-space indent - raw HTML pass-through not supported', 159 121 => 'HTML blocks (§4.6): closing div tag opens block - raw HTML pass-through not supported', 160 … 122 => 'HTML blocks (§4.6): uppercase DIV with attributes - raw HTML pass-through not supported', 161 …123 => 'HTML blocks (§4.6): div with id on continuation line - raw HTML pass-through not supported… 162 … 124 => 'HTML blocks (§4.6): div with multi-line attribute - raw HTML pass-through not supported', 163 125 => 'HTML blocks (§4.6): div opening - raw HTML pass-through not supported', 164 126 => 'HTML blocks (§4.6): div with id attribute - raw HTML pass-through not supported', [all …]
|
| /dokuwiki/vendor/php81_bc/strftime/ |
| H A D | README.md | 94 | `%a` | An abbreviated textual representation of the day | `Sun` through `Sat` … 95 | `%A` | A full textual representation of the day | `Sunday` through `Saturday` … 99 | `%u` | ISO-8601 numeric representation of the day of the week | `1` (for `Monday`) through `7` … 100 | `%w` | Numeric representation of the day of the week | `0` (for `Sunday`) through `6` … 107 …with at least 4 weekdays, with Monday being the start of the week | `01` through `53` (where 53 ac… 116 | `%b` | Abbreviated month name, based on the locale | `Jan` through `Dec` … 117 | `%B` | Full month name, based on the locale | `January` through `Dece… 118 | `%h` | Abbreviated month name, based on the locale (an alias of `%b`) | `Jan` through `Dec` … 119 …resentation of the month | `01` (for `January`) through `12` (for `Decemb… 135 …presentation of the hour in 24-hour format | `00` through `23` … [all …]
|
| /dokuwiki/_test/data/pages/ |
| H A D | mailinglist.txt | 3 [[DokuWiki]]'s development is coordinated through multiple Mailinglists hosted by [[http://www.free… 7 …ss stated in its description. If you rather want to use the mailing list through a news group inte…
|
| /dokuwiki/vendor/openpsa/universalfeedcreator/lib/ |
| H A D | UniversalFeedCreator.php | 26 // fall through 36 // fall through 42 // fall through 63 // fall through: always the latest ATOM version 86 // fall through
|
| /dokuwiki/vendor/ |
| H A D | README | 3 All file within here are manged through composer and should not be
|
| /dokuwiki/_test/conf/ |
| H A D | plugins.local.php | 4 * Auto-generated through plugin/extension manager
|
| /dokuwiki/inc/Action/Exception/ |
| H A D | ActionDisabledException.php | 8 * Thrown when the requested action has been disabled. Eg. through the 'disableactions'
|
| /dokuwiki/conf/ |
| H A D | mime.conf | 60 # Spammers are known to upload spam pages through unprotected Wikis. 62 # through JavaScript. Only enable this with trusted users. You
|
| H A D | mediameta.php | 3 * This configures which metadata will be editable through
|
| /dokuwiki/_test/tests/Parsing/Lexer/ |
| H A D | RecordingHandler.php | 17 * The Lexer tests drive the lexer directly and never go through mode
|
| /dokuwiki/inc/Parsing/Handler/ |
| H A D | GfmLists.php | 9 * ordered markers, with the first ordered item's number carried through as
|
| /dokuwiki/vendor/splitbrain/php-cli/ |
| H A D | README.md | 89 Colored output is handled through the ``Colors`` class. It tries to detect if a color terminal is a… 96 For more complex coloring you can access the color class through ``$this->colors`` in your script. … 108 The formatter is used through the ``format()`` method which expects at least two arrays: The first …
|
| /dokuwiki/inc/Feed/ |
| H A D | FeedParserFile.php | 30 * Fetches the given URL through DokuHTTPClient 32 * SimplePie creates this object through its registry and reads the response via the
|
| /dokuwiki/ |
| H A D | SECURITY.md | 7 If you believe you have found a vulnerability, get in touch through any of these channels: 41 …nsecure setup, such as serving the `data/` directory directly instead of through `fetch.php`, are …
|
| /dokuwiki/inc/Parsing/ParserMode/ |
| H A D | Preformatted.php | 48 // such a character (e.g. a *** line) through. 67 // anchor on it), and a consuming \n fall-through for blank lines
|
| /dokuwiki/inc/lang/en/ |
| H A D | install.html | 3 …eeds to be done directly on a command shell or if you are using hosting, through FTP or your hosti…
|
| /dokuwiki/_test/tests/Parsing/Markdown/ |
| H A D | GfmSpecTest.php | 9 * markdown input is run through DokuWiki's full pipeline (parser + XHTML 52 * Render markdown text through DokuWiki's full parser pipeline under 67 * acronym() calls (e.g. for "FTP") fall through to literal text
|
| /dokuwiki/_test/tests/Parsing/ParserMode/ |
| H A D | GfmEmphasisStrongTest.php | 11 * (4+4, 6+6, ...) and asymmetric variants fall through to other modes or 80 // closer), so this mode doesn't fire. It falls through to other
|
| /dokuwiki/inc/Parsing/Helpers/ |
| H A D | Escape.php | 7 * that didn't pass through the GfmEscape lexer mode.
|
| /dokuwiki/inc/Extension/ |
| H A D | PluginInterface.php | 101 * this function is automatically called through getConf() 144 * output text string through the parser, allows dokuwiki markup to be used
|
| /dokuwiki/vendor/kissifrot/php-ixr/ |
| H A D | README.md | 17 The original XML-RPC library was developed back in 2002 and updated through 2010 by Incutio for a n…
|
| /dokuwiki/data/pages/wiki/ |
| H A D | welcome.txt | 26 DokuWiki is an Open Source project that thrives through user contributions. A good way to stay info…
|
| /dokuwiki/inc/Action/ |
| H A D | AbstractAction.php | 39 * the current user and page after checkPermissions() ran through. If it fails,
|