Home
last modified time | relevance | path

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

12345678910>>...12

/plugin/findologicxmlexport/vendor/sebastian/exporter/
H A D.travis.yml20 on_success: always
21 on_failure: always
/plugin/findologicxmlexport/vendor/sebastian/comparator/
H A D.travis.yml23 on_success: always
24 on_failure: always
/plugin/findologicxmlexport/vendor/phpunit/phpunit/tests/TextUI/
H A Dcolors-always.phpt2 phpunit --colors=always BankAccountTest ../_files/BankAccountTest.php
6 $_SERVER['argv'][2] = '--colors=always';
H A Doptions-after-arguments.phpt7 $_SERVER['argv'][3] = '--colors=always';
/plugin/elasticsearch/vendor/react/promise/src/
H A DLazyPromise.php33 public function always(callable $onFulfilledOrRejected) function in React\\Promise\\LazyPromise
35 return $this->promise()->always($onFulfilledOrRejected);
H A DExtendedPromiseInterface.php15 * `done()` always returns `null`.
56 * `always()` behaves similarly to the synchronous finally statement. When combined
57 * with `otherwise()`, `always()` allows you to write code that is similar to the familiar
78 * ->always('cleanup');
84 public function always(callable $onFulfilledOrRejected); function
/plugin/findologicxmlexport/vendor/twig/twig/doc/filters/
H A Dround.rst25 * ``ceil`` always rounds up;
27 * ``floor`` always rounds down.
H A 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/file2dw/docker/proxy/
H A Ddocker-compose.yml13 restart: always
29 restart: always
48 restart: always
78 always
/plugin/remotescript/lib/JsHttpRequest/
H A 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/
H A Dinterwiki.txt16 …. It always links to the webserver directory DokuWiki is installed in. You can use this to constru…
/plugin/sidebarng/
H A Daction.php116 $always = $this->getConf('main_always');
117 if($always or (!$always && !getNS($ID))) {
/plugin/syntaxhighlighter3/
H A 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/
H A Dprint.less31 h ~ div ~ .olStaticMap { /*?? page-break-inside: auto | avoid | inherit */ /* http://david.latapie.name/blog/page-break-in-css-print-how-to-get-rid-of-accidental-blank-pages/ */ /* http://www.w3.org/TR/CSS21/page.html */ page-break-before: always; /* page-break-after: always;*/ }
/plugin/addressbook/
H A Dprint.css13 page-break-after: always;
/plugin/s5reloaded/ui/thesis/
H A Dopera.css5 page-break-before: always;
/plugin/s5/ui/default/
H A Dopera.css5 page-break-before: always;
/plugin/s5/ui/dokuwiki/
H A Dopera.css5 page-break-before: always;
/plugin/twofactor/lang/en/
H A Dmandatory.txt1 This wiki requires the use of two-factor authentication. You always need to have at least one of the mechanisms available below configured before you can use the wiki.
H A Doptin.txt3 However, this is completely optional. You can always come back here later.
/plugin/pagebreak2/
H A Dtitle-h1.css2 page-break-before:always;
/plugin/findologicxmlexport/vendor/jms/serializer/doc/cookbook/
H A Darrays.rst32 // typehint as strict array, keys will be always discarded
38 // typehint as hash, keys will be always considered
/plugin/randomquote/
H A Dquotes.txt3 I have always imagined that Paradise will be a kind of library. - Jorge Luis Borges
/plugin/siteexport/
H A Dscript.js46 }).always(function(){
83 }).always(function(){
122 }).always(function(){
143 }).always(function(){
222 }).always(function(){
/plugin/pagebreak/
H A Dplugin.info.txt6 desc Inserts " <br style="page-break-after:always;"> " into the html of the document for every <…

12345678910>>...12