Home
last modified time | relevance | path

Searched refs:previous (Results 76 – 100 of 556) sorted by relevance

12345678910>>...23

/plugin/combo/ComboStrap/
H A DHeadingTag.php107 $previous = $callStack->previous();
108 if ($previous->getState() == DOKU_LEXER_UNMATCHED) {
109 $previous->setPayload(rtrim($previous->getCapturedContent()));
/plugin/findologicxmlexport/vendor/twig/extensions/lib/Twig/Extensions/Extension/
H A DText.php60 $previous = mb_regex_encoding();
64 mb_regex_encoding($previous);
/plugin/findologicxmlexport/vendor/symfony/yaml/Exception/
H A DParseException.php33 …t $parsedLine = -1, string $snippet = null, string $parsedFile = null, \Exception $previous = null) argument
42 parent::__construct($this->message, 0, $previous);
/plugin/combo/vendor/symfony/yaml/Exception/
H A DParseException.php32 public function __construct(string $message, int $parsedLine = -1, string $snippet = null, string $parsedFile = null, \Throwable $previous = null) argument
41 parent::__construct($this->message, 0, $previous);
/plugin/commonmark/vendor/league/commonmark/src/Inline/
H A DAdjacentTextMerger.php
/plugin/scrape/HTMLPurifier/ConfigSchema/schema/
H A DAttr.ClassUseCDATA.txt
/plugin/authgooglesheets/vendor/monolog/monolog/src/Monolog/Handler/
H A DElasticsearchHandler.php183 …$previous = isset($error['caused_by']) ? $this->createExceptionFromError($error['caused_by']) : nu…
185 … return new ElasticsearchRuntimeException($error['type'] . ': ' . $error['reason'], 0, $previous);
/plugin/icalevents/vendor/squizlabs/php_codesniffer/CodeSniffer/Standards/PEAR/Sniffs/Files/
H A DIncludingFileSniff.php104 …$previous = $phpcsFile->findPrevious(PHP_CodeSniffer_Tokens::$emptyTokens, ($stackPtr - 1), null, …
105 if (isset(PHP_CodeSniffer_Tokens::$assignmentTokens[$tokens[$previous]['code']]) === true) {
/plugin/structpublish/_test/
H A Drevision.test.php105 $previous = $revision->getLatestPublishedRevision($currentrev);
107 $this->assertEquals('1', $previous->getVersion());
/plugin/jplayer/vendor/happyworm/jplayer/dist/add-on/
H A Djplayer.playlist.min.js2previous:{key:219,fn:function(){e.previous()}},shuffle:{key:83,fn:function(){e.shuffle()}}},stateC…
H A Djplayer.playlist.js39 previous: {
42 self.previous();
66 this.cssSelector.previous = this.cssSelector.cssSelectorAncestor + " .jp-previous";
103 $(this.cssSelector.previous).click(function(e) {
105 self.previous();
453 previous: function() { method in jPlayerPlaylist
/plugin/jplayer/vendor/happyworm/jplayer/src/javascript/add-on/
H A Djplayer.playlist.js39 previous: {
42 self.previous();
66 this.cssSelector.previous = this.cssSelector.cssSelectorAncestor + " .jp-previous";
103 $(this.cssSelector.previous).click(function(e) {
105 self.previous();
453 previous: function() { method in jPlayerPlaylist
/plugin/popupviewer/
H A Dscript.js21 var previous = null; variable
44 … append(previous = $('<a class="previous"/>').click({'direction': -1}, _.skipImageInDirection)).
121 previous.click();
497 previous.addClass('inactive');
499 previous.removeClass('inactive');
509 previous.addClass('visible');
512 previous.removeClass('visible');
H A Dstyle.css43 &.previous {
90 &:empty ~ a.previous {
/plugin/webdav/vendor/sabre/dav/lib/DAV/
H A DServer.php289 $previous = $e;
290 while ($previous = $previous->getPrevious()) {
292 … $xPrevious->appendChild($DOM->createElement('s:exception', $h(get_class($previous))));
293 … $xPrevious->appendChild($DOM->createElement('s:message', $h($previous->getMessage())));
294 … $xPrevious->appendChild($DOM->createElement('s:file', $h($previous->getFile())));
295 … $xPrevious->appendChild($DOM->createElement('s:line', $h($previous->getLine())));
296 … $xPrevious->appendChild($DOM->createElement('s:code', $h($previous->getCode())));
297 … $xPrevious->appendChild($DOM->createElement('s:stacktrace', $h($previous->getTraceAsString())));
/plugin/davcal/vendor/sabre/dav/lib/DAV/
H A DServer.php283 $previous = $e;
284 while ($previous = $previous->getPrevious()) {
286 … $xPrevious->appendChild($DOM->createElement('s:exception', $h(get_class($previous))));
287 … $xPrevious->appendChild($DOM->createElement('s:message', $h($previous->getMessage())));
288 … $xPrevious->appendChild($DOM->createElement('s:file', $h($previous->getFile())));
289 … $xPrevious->appendChild($DOM->createElement('s:line', $h($previous->getLine())));
290 … $xPrevious->appendChild($DOM->createElement('s:code', $h($previous->getCode())));
291 … $xPrevious->appendChild($DOM->createElement('s:stacktrace', $h($previous->getTraceAsString())));
/plugin/prosemirror/parser/
H A DInlineNodeInterface.php8 public function __construct($data, Node $parent, Node $previous = null); argument
11 * If this node has that mark, increase its taillength and call this method on the previous node
H A DLinkNode.php12 public $previous = null;
26 $this->previous = &$previousNode;
10 public $previous = null; global() variable in dokuwiki\\plugin\\prosemirror\\parser\\LinkNode
/plugin/tindexmenu/
H A Dchangelog4 For previous changelogs see the original indexmenu plugin
/plugin/odt/ODT/elements/
H A DODTRoot.php77 public function determineParent(ODTStateElement $previous) { argument
H A DODTElementTable.php131 * @param ODTStateElement $previous
133 public function determineParent(ODTStateElement $previous) { argument
134 $this->container->determineParent($previous);
137 $this->getParent()->determinePositionInContainer($this->containerPos, $previous);
/plugin/twofactoremail/
H A Ddeleted.files1 # This is a list of files that were present in previous releases
/plugin/twofactoraltemail/
H A Ddeleted.files1 # This is a list of files that were present in previous releases
/plugin/findologicxmlexport/vendor/hoa/exception/
H A DREADME.md74 * A previous exception (optional).
93 $previous = new Hoa\Exception\Exception('Hello previous.');
94 $exception = new Hoa\Exception\Exception('Hello %s!', 0, 'world', $previous);
106 * {main}: (0) Hello previous.
137 * `commitTransaction` to merge all newly added exceptions in the previous
/plugin/combo/vendor/antlr/antlr4-php-runtime/src/
H A DParser.php624 // that is previous child of parse tree
666 $previous = $this->context();
667 $previous->setParent($localctx);
668 $previous->invokingState = $state;
669 $previous->stop = $this->tokenStream()->LT(-1);
672 $this->context()->start = $previous->start;
675 $this->context()->addChild($previous);

12345678910>>...23