Home
last modified time | relevance | path

Searched full:through (Results 1 – 25 of 91) sorted by relevance

1234

/dokuwiki/vendor/php81_bc/strftime/src/
H A DDateLocaleFormatter.php16 '%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 DIntlLocaleFormatter.php17 '%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/vendor/php81_bc/strftime/
H A DREADME.md94 | `%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 Dmailinglist.txt3 [[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 DUniversalFeedCreator.php26 // fall through
36 // fall through
42 // fall through
63 // fall through: always the latest ATOM version
86 // fall through
/dokuwiki/vendor/
H A DREADME3 All file within here are manged through composer and should not be
/dokuwiki/_test/conf/
H A Dplugins.local.php4 * Auto-generated through plugin/extension manager
/dokuwiki/inc/Action/Exception/
H A DActionDisabledException.php8 * Thrown when the requested action has been disabled. Eg. through the 'disableactions'
/dokuwiki/conf/
H A Dmime.conf60 # Spammers are known to upload spam pages through unprotected Wikis.
62 # through JavaScript. Only enable this with trusted users. You
H A Dmediameta.php3 * This configures which metadata will be editable through
/dokuwiki/vendor/splitbrain/php-cli/
H A DREADME.md89 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/lang/en/
H A Dinstall.html3 …eeds to be done directly on a command shell or if you are using hosting, through FTP or your hosti…
/dokuwiki/inc/Extension/
H A DPluginInterface.php101 * 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 DREADME.md17 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 Dwelcome.txt26 DokuWiki is an Open Source project that thrives through user contributions. A good way to stay info…
/dokuwiki/inc/Action/
H A DAbstractAction.php39 * the current user and page after checkPermissions() ran through. If it fails,
/dokuwiki/lib/scripts/
H A Dedit.js9 * Creates a toolbar button through the DOM
12 * Style the buttons through the toolbutton class
63 * or a simple list of text. Style the picker window through the picker
/dokuwiki/lib/plugins/authpdo/_test/mysql/
H A Dwordpress.php6 * support is available through a Wrdpress plugin
/dokuwiki/_test/tests/Parsing/
H A DHandlerTest.php58 * handleToken() must route plugin_* modes through plugin() even when
/dokuwiki/.github/ISSUE_TEMPLATE/
H A Dbug_report.yml19 through our wiki page on [Reporting DokuWiki Bugs](https://www.dokuwiki.org/bugs).
/dokuwiki/inc/
H A DIp.php187 * request has passed through, according to the X-Forwarded-For header.
222 // The remaining items are the proxies through which the X-Forwarded-For
262 * Return the IP of the client and the proxies through which the connection has passed.
/dokuwiki/lib/tpl/dokuwiki/
H A Dstyle.ini15 ; included through LESS' @import statements are not
/dokuwiki/vendor/paragonie/constant_time_encoding/
H A DREADME.md32 If you are adding this as a dependency to a project intended to work on PHP 5 through 8.4, please s…
/dokuwiki/inc/Parsing/
H A DHandler.php93 …// check plugin modes first: they must go through plugin() so addPluginCall() emits an instruction.
100 // core modes: dispatch through the mode object's handle() method
/dokuwiki/vendor/phpseclib/phpseclib/phpseclib/File/
H A DASN1.php563 // let it through
770 // fall-through
1065 // fall-through
1386 // fall-through
1389 // fall-through
1418 // fall-through
1422 // fall-through
1435 // fall-through
1439 // fall-through
1443 // fall-through
[all …]

1234