Home
last modified time | relevance | path

Searched refs:previous (Results 151 – 175 of 556) sorted by relevance

12345678910>>...23

/plugin/aclplusregex/
H A Daction.php77 $previous = $event->result ?: AUTH_NONE;
80 $event->result = max($previous, $permisson);
/plugin/gitbacked/
H A DCHANGELOG.md25 <empty line> - next line is the starting of the previous release
30 These links provide direct access to the GitHub compare vs. the previous release.
36 …| +-URL to this repo previous release version tag-+ +-current …
103 - Fix for compatibility to PHP versions <7.4 - was introduced by previous release - fixes [#69]
/plugin/scrape/HTMLPurifier/ConfigSchema/schema/
H A DCore.DirectLexLineNumberSyncInterval.txt
/plugin/odt/ODT/elements/
H A DODTStateElement.php174 abstract public function determineParent(ODTStateElement $previous); argument
/plugin/findologicxmlexport/vendor/twig/twig/src/Error/
H A DError.php66 …public function __construct($message, $lineno = -1, $source = null, \Exception $previous = null, $… argument
78 parent::__construct('', 0, $previous);
/plugin/authgooglesheets/vendor/google/apiclient-services/src/
H A DTasks.php189 'previous' => [
262 'previous' => [
/plugin/findologicxmlexport/vendor/hoa/iterator/Test/Unit/
H A DBuffer.php285 ->variable($result->previous())
309 ->variable($result->previous())
429 ->variable($result->previous())
/plugin/dokutexit/conf/
H A Dcommands.tex29 \newcommand{\dokusupertabularheadbreak}{\small\sl continued from previous page}
/plugin/animation/scripts/
H A Djquery.scianimator.min.js8previous:"Previous",play:"Play",stop:"Stop",next:"Next",last:"Last",loop:{tip:"Click to toggle loo… property in e.fn.scianimator.defaults.labels.text
/plugin/findologicxmlexport/vendor/hoa/iterator/
H A DBuffer.php195 public function previous() function in Hoa\\Iterator\\Buffer
/plugin/move/
H A Ddeleted.files1 # This is a list of files that were present in previous plugin releases
/plugin/findologicxmlexport/vendor/hoa/exception/Test/Unit/
H A DGroup.php71 $previous = new SUT('previous')
73 ->when($result = new SUT($message, $code, $arguments, $previous), $line = __LINE__)
82 ->isIdenticalTo($previous)
/plugin/upgrade/
H A Ddeleted.files1 # This is a list of files that were present in previous releases
/plugin/schedule/
H A DTODO.txt28 convert -dispose previous -loop 10 -delay 20 green.png -delay 10 green-23.png green-21.png green-18…
/plugin/findologicxmlexport/vendor/twig/twig/doc/tags/
H A Dwith.rst19 hash of variables you want to define in the ``with`` tag; the previous example
/plugin/pagenav/
H A DREADME3 Add next/previous page navigation to pages
/plugin/icalevents/
H A Ddeleted.files1 # This is a list of files that were present in previous plugin releases
/plugin/docnavigation/
H A DREADME.md5 Add navigation elements to next and previous pages for documentation
/plugin/struct/
H A Ddeleted.files1 # This is a list of files that were present in previous releases
/plugin/html2pdf/html2pdf/html2ps/
H A Dlayout.page.breaks.php244 function get_pages_traverse_block(&$box, &$next, &$previous, $penalty) { argument
268 …} elseif (!is_null($previous) && $previous->get_css_property(CSS_PAGE_BREAK_AFTER) == PAGE_BREAK_A…
/plugin/sequencediagram/bower_components/lodash/vendor/backbone/test/
H A Dmodel.js329 assert.equal(model.previous('result'), false);
497 assert.equal(model.previous('name'), 'Tim');
887 assert.equal(m.previous('state'), undefined);
893 assert.equal(m.previous('state'), undefined);
1029 assert.equal(model.previous(0), true);
1030 assert.equal(model.previous(''), true);
1117 assert.equal(model.previous('x'), undefined);
1122 assert.equal(model.previous('x'), undefined);
1127 assert.equal(model.previous('y'), undefined);
/plugin/fckg/fckeditor/
H A DInstall_README24 with previous versions of DokuWikiFCK or to one based on Microsoft Office 2003.
/plugin/mdpage/vendor/cebe/markdown/tests/github-data/
H A Dgithub-sample.md21 In addition to the changes in the previous section, certain references are auto-linked:
76 <dd>The new version of this product costs significantly less than the previous one!</dd>
/plugin/findologicxmlexport/vendor/jms/serializer/src/
H A DXmlDeserializationVisitor.php71 $previous = libxml_use_internal_errors(true);
88 libxml_use_internal_errors($previous);
/plugin/combo/syntax/
H A Dpara.php317 $callstack->previous();

12345678910>>...23