Home
last modified time | relevance | path

Searched refs:previous (Results 151 – 175 of 556) sorted by last modified time

12345678910>>...23

/plugin/layeranimation/
H A Dstyle.less206 &.previous {
/plugin/bpmnioeditor/vendor/bpmnio-js/
H A Dbpmn-modeler.development.js36686 var previous = rangeGroups[rangeGroups.length - 1];
36688 if (previous && self._hasIntersection(previous.range, elementRange)) {
53388 var previous = points[points.length - 1],
53391 if (!pointsOnLine(previous, next, p, 0)) {
56987 SearchPad.prototype._scrollToDirection = function(previous) { argument
56993 var node = previous ? selected.previousElementSibling : selected.nextElementSibling;
/plugin/popupviewer/
H A Dstyle.css43 &.previous {
90 &:empty ~ a.previous {
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');
/plugin/pureldap/vendor/freedsx/ldap/src/FreeDSx/Ldap/Exception/
H A DUnsolicitedNotificationException.php31 * @param \Throwable|null $previous argument
34 public function __construct($message = "", $code = 0, Throwable $previous = null, $oid = "")
37 parent::__construct($message, $code, $previous);
H A DOperationException.php30 Throwable $previous = null
39 $previous
24 __construct(string $message = '', int $code = ResultCode OPERATIONS_ERROR, \\Throwable $previous = null) global() argument
/plugin/move/
H A Ddeleted.files1 # This is a list of files that were present in previous plugin releases
/plugin/commonmark/vendor/league/commonmark/
H A DREADME.md123 When a new **minor** version (e.g. `2.0` -> `2.1`) is released, the previous one (`2.0`) will continue to receive security and critical bug fixes for *at least* 3 months.
125 When a new **major** version is released (e.g. `1.6` -> `2.0`), the previous one (`1.6`) will receive critical bug fixes for *at least* 3 months and security updates for 6 months after that new release comes out.
H A DCHANGELOG-0.x.md
/plugin/commonmark/vendor/league/commonmark/src/Delimiter/
H A DDelimiterInterface.php49 public function setPrevious(?DelimiterInterface $previous): void;
70 setPrevious(DelimiterInterface $previous) global() argument
H A DDelimiterStack.php77 $previous = $delimiter->getPrevious();
79 $delimiter = $previous;
H A DDelimiter.php36 private ?DelimiterInterface $previous = null;
127 return $this->previous;
130 public function setPrevious(?DelimiterInterface $previous): void
132 $this->previous = $previous;
34 private $previous; global() variable in League\\CommonMark\\Delimiter\\Delimiter
146 setPrevious(DelimiterInterface $previous) global() argument
/plugin/commonmark/vendor/league/commonmark/src/Node/
H A DNode.php34 protected ?Node $previous = null;
52 public function previous(): ?Node
54 return $this->previous;
82 $sibling->next->previous = $sibling;
85 $sibling->previous = $this;
100 $sibling->previous = $this->previous;
102 if ($sibling->previous) {
103 $sibling->previous->next = $sibling;
107 $this->previous
32 protected $previous; global() variable in League\\CommonMark\\Node\\Node
49 public function previous(): ?Node global() function in League\\CommonMark\\Node\\Node
[all...]
/plugin/commonmark/vendor/league/commonmark/src/Extension/Attributes/Event/
H A DAttributesListener.php69 $previous = $next = $node;
71 $previous = self::getPrevious($previous);
74 if ($previous === null && $next === null) {
83 if ($node instanceof AttributesInline && ($previous === null || ($previous instanceof AbstractInline && $node->isBlock()))) {
87 if ($previous !== null && ! self::isAttributesNode($previous)) {
88 $target = $previous;
106 * Get any previous bloc
[all...]
/plugin/commonmark/vendor/league/commonmark/src/Inline/
H A DAdjacentTextMerger.php
/plugin/quickstats/GEOIP/vendor/geoip2/geoip2/
H A DCHANGELOG.md188 * With the previous Phar builds, some users received `phar error: invalid url
/plugin/quickstats/GEOIP/vendor/geoip2/geoip2/src/Exception/
H A DHttpException.php19 \Exception $previous = null
22 parent::__construct($message, $httpStatus, $previous);
H A DInvalidRequestException.php21 \Exception $previous = null
24 parent::__construct($message, $httpStatus, $uri, $previous);
/plugin/quickstats/scripts/php-inet6_1.0.2/
H A DLICENSE48 authors of previous versions.
459 give under the previous paragraph, plus a right to possession of the
/plugin/quickstats/GEOIP/vendor/maxmind/web-service-common/src/Exception/
H A DHttpException.php25 \Exception $previous = null
28 parent::__construct($message, $httpStatus, $previous);
H A DInvalidRequestException.php27 \Exception $previous = null
30 parent::__construct($message, $httpStatus, $uri, $previous);
/plugin/quickstats/
H A DHOW-TO77 Stats for a previous month
/plugin/commentsyntax/
H A Ddeleted.files3 # This file contains a list of files that were present in previous
/plugin/bloglinks/
H A Dplugin.info.txt6 desc Displays a link to the previous and the next blog entry above posts in configured namespaces
/plugin/strata/
H A Dmanual.txt453 Instead of using a block for each column, it is also possible to set all ''%%sort%%'' or ''%%filter%%'' values at once, but this is---in general---less readable than specifying a block for each column. Using this style, the previous example will become as follows:

12345678910>>...23