Home
last modified time | relevance | path

Searched refs:always (Results 1 – 25 of 392) sorted by relevance

12345678910>>...16

/plugin/findologicxmlexport/vendor/phpunit/phpunit/tests/TextUI/
Dcolors-always.phpt2 phpunit --colors=always BankAccountTest ../_files/BankAccountTest.php
6 $_SERVER['argv'][2] = '--colors=always';
Doptions-after-arguments.phpt7 $_SERVER['argv'][3] = '--colors=always';
/plugin/elasticsearch/vendor/react/promise/src/
DLazyPromise.php33 public function always(callable $onFulfilledOrRejected) function in React\\Promise\\LazyPromise
35 return $this->promise()->always($onFulfilledOrRejected);
DExtendedPromiseInterface.php84 public function always(callable $onFulfilledOrRejected); function
/plugin/findologicxmlexport/vendor/twig/twig/doc/filters/
Dround.rst25 * ``ceil`` always rounds up;
27 * ``floor`` always rounds down.
Durl_encode.rst8 The ``raw`` argument was removed in Twig 1.16.0. Twig now always encodes
29 that as of Twig 1.16.0, ``urlencode`` **always** uses ``rawurlencode`` (the
/plugin/remotescript/lib/JsHttpRequest/
Dprotocol.txt21 The charset is always set equal to the base backend charset.
40 The charset is always set equal to the base backend charset. Note
44 (Note that you may always use a fixed charset in your backends,
47 The common part of all these constructions is always represented as
65 Note that for XML the loader ID is always equals to 0, because we
100 each of the loading process. (Exception is the XML loader: it always
/plugin/confmanager/lang/en/
Dinterwiki.txt16 …. It always links to the webserver directory DokuWiki is installed in. You can use this to constru…
/plugin/sidebarng/
Daction.php116 $always = $this->getConf('main_always');
117 if($always or (!$always && !getNS($ID))) {
/plugin/syntaxhighlighter3/
DCHANGELOG.md44 * Fixed problem with the option html-script, always load shBrushXml.js to make it work.
52 * Uses Autoloader instead of always loading all brushes on all pages.
/plugin/openlayersmap/
Dprint.less31 …http://www.w3.org/TR/CSS21/page.html */ page-break-before: always; /* page-break-after: always;*/ }
/plugin/addressbook/
Dprint.css13 page-break-after: always;
/plugin/findologicxmlexport/vendor/jms/serializer/doc/cookbook/
Darrays.rst32 // typehint as strict array, keys will be always discarded
38 // typehint as hash, keys will be always considered
/plugin/s5reloaded/ui/thesis/
Dopera.css5 page-break-before: always;
/plugin/s5/ui/dokuwiki/
Dopera.css5 page-break-before: always;
/plugin/s5/ui/default/
Dopera.css5 page-break-before: always;
/plugin/twofactor/lang/en/
Dmandatory.txt1 This wiki requires the use of two-factor authentication. You always need to have at least one of th…
Doptin.txt3 However, this is completely optional. You can always come back here later.
Doptout.txt3 However, if you don't want to use this option, you can opt out below. You can always re-enable two-…
/plugin/siteexport/
Dscript.js46 }).always(function(){
83 }).always(function(){
122 }).always(function(){
143 }).always(function(){
222 }).always(function(){
/plugin/pagebreak2/
Dtitle-h1.css2 page-break-before:always;
/plugin/coinhive/
DREADME.md33 …- forceASMJS: If true, the miner will always use the asm.js implementation of the hashing algorit…
37 …a later point, the miner will then start. This ensures that one miner is always running as long as…
38 …- FORCE_EXCLUSIVE_TAB: The miner will always start and immediately kill all miners in other tabs t…
/plugin/randomquote/
Dquotes.txt3 I have always imagined that Paradise will be a kind of library. - Jorge Luis Borges
/plugin/pagebreak/
Dplugin.info.txt6 desc Inserts " <br style="page-break-after:always;"> " into the html of the document for every <…
/plugin/asciidocjs/node_modules/with/
DREADME.md45 There are a few differences though. For starters, assignments to variables will always remain cont…
63 It also makes everything be declared, so you can always do:

12345678910>>...16