Searched refs:always (Results 1 – 25 of 392) sorted by relevance
12345678910>>...16
| /plugin/findologicxmlexport/vendor/phpunit/phpunit/tests/TextUI/ |
| D | colors-always.phpt | 2 phpunit --colors=always BankAccountTest ../_files/BankAccountTest.php 6 $_SERVER['argv'][2] = '--colors=always';
|
| D | options-after-arguments.phpt | 7 $_SERVER['argv'][3] = '--colors=always';
|
| /plugin/elasticsearch/vendor/react/promise/src/ |
| D | LazyPromise.php | 33 public function always(callable $onFulfilledOrRejected) function in React\\Promise\\LazyPromise 35 return $this->promise()->always($onFulfilledOrRejected);
|
| D | ExtendedPromiseInterface.php | 84 public function always(callable $onFulfilledOrRejected); function
|
| /plugin/findologicxmlexport/vendor/twig/twig/doc/filters/ |
| D | round.rst | 25 * ``ceil`` always rounds up; 27 * ``floor`` always rounds down.
|
| D | url_encode.rst | 8 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/ |
| D | protocol.txt | 21 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/ |
| D | interwiki.txt | 16 …. It always links to the webserver directory DokuWiki is installed in. You can use this to constru…
|
| /plugin/sidebarng/ |
| D | action.php | 116 $always = $this->getConf('main_always'); 117 if($always or (!$always && !getNS($ID))) {
|
| /plugin/syntaxhighlighter3/ |
| D | CHANGELOG.md | 44 * 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/ |
| D | print.less | 31 …http://www.w3.org/TR/CSS21/page.html */ page-break-before: always; /* page-break-after: always;*/ }
|
| /plugin/addressbook/ |
| D | print.css | 13 page-break-after: always;
|
| /plugin/findologicxmlexport/vendor/jms/serializer/doc/cookbook/ |
| D | arrays.rst | 32 // typehint as strict array, keys will be always discarded 38 // typehint as hash, keys will be always considered
|
| /plugin/s5reloaded/ui/thesis/ |
| D | opera.css | 5 page-break-before: always;
|
| /plugin/s5/ui/dokuwiki/ |
| D | opera.css | 5 page-break-before: always;
|
| /plugin/s5/ui/default/ |
| D | opera.css | 5 page-break-before: always;
|
| /plugin/twofactor/lang/en/ |
| D | mandatory.txt | 1 This wiki requires the use of two-factor authentication. You always need to have at least one of th…
|
| D | optin.txt | 3 However, this is completely optional. You can always come back here later.
|
| D | optout.txt | 3 However, if you don't want to use this option, you can opt out below. You can always re-enable two-…
|
| /plugin/siteexport/ |
| D | script.js | 46 }).always(function(){ 83 }).always(function(){ 122 }).always(function(){ 143 }).always(function(){ 222 }).always(function(){
|
| /plugin/pagebreak2/ |
| D | title-h1.css | 2 page-break-before:always;
|
| /plugin/coinhive/ |
| D | README.md | 33 …- 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/ |
| D | quotes.txt | 3 I have always imagined that Paradise will be a kind of library. - Jorge Luis Borges
|
| /plugin/pagebreak/ |
| D | plugin.info.txt | 6 desc Inserts " <br style="page-break-after:always;"> " into the html of the document for every <…
|
| /plugin/asciidocjs/node_modules/with/ |
| D | README.md | 45 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