Home
last modified time | relevance | path

Searched refs:previous (Results 401 – 425 of 556) sorted by last modified time

1...<<11121314151617181920>>...23

/plugin/sequencediagram/bower_components/underscore/
H A Dunderscore.js784 var previous = 0;
787 previous = options.leading === false ? 0 : _.now();
794 if (!previous && options.leading === false) previous = now;
795 var remaining = wait - (now - previous);
803 previous = now;
/plugin/ipban/ip-lib/
H A DREADME.md66 ### Get the next/previous addresses
/plugin/explain/
H A Dplugin.info.txt5 desc Explain predefined terms with a tooltip and optional link (previous author Marc Wäckerlin)
/plugin/doodle4/
H A DLICENSE48 authors of previous versions.
459 give under the previous paragraph, plus a right to possession of the
/plugin/findologicxmlexport/vendor/doctrine/annotations/docs/en/
H A Dcustom.rst261 Using the library API is simple. Using the annotations described in the previous section
H A Dindex.rst40 class of the previous example looks like this:
/plugin/findologicxmlexport/vendor/hoa/iterator/
H A DBuffer.php195 public function previous() function in Hoa\\Iterator\\Buffer
/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/findologicxmlexport/vendor/twig/twig/doc/
H A Dtemplates.rst610 {# keys as names (equivalent to the previous hash) -- as of Twig 1.5 #}
H A Dinternals.rst51 identifier directly on previous versions.
H A Dadvanced_legacy.rst700 As seen in the previous chapter, you can also define filters as static methods
/plugin/findologicxmlexport/vendor/phpunit/phpunit/src/Framework/
H A DError.php23 * @param Exception $previous
25 public function __construct($message, $code, $file, $line, Exception $previous = null) argument
27 parent::__construct($message, $code, $previous);
H A DExpectationFailedException.php25 …bastianBergmann\Comparator\ComparisonFailure $comparisonFailure = null, Exception $previous = null) argument
29 parent::__construct($message, 0, $previous);
/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/hoa/file/
H A DWatcher.php102 $previous = iterator_to_array($iterator);
103 $current = $previous;
107 if (!isset($previous[$name])) {
124 if ($previous[$name]->getHash() != $c->getHash()) {
133 unset($previous[$name]);
136 foreach ($previous as $p) {
147 $previous = $current;
/plugin/findologicxmlexport/vendor/hoa/iterator/Test/Unit/
H A DBuffer.php285 ->variable($result->previous())
309 ->variable($result->previous())
429 ->variable($result->previous())
/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/findologicxmlexport/vendor/phpspec/prophecy/
H A DREADME.md211 The previous example is awesome (at least I hope it is for you), but that's not
378 The last bit of awesomeness in Prophecy is out-of-the-box spies support. As I said in the previous
/plugin/findologicxmlexport/vendor/twig/twig/src/Sandbox/
H A DSecurityNotAllowedMethodError.php24 …uct($message, $className, $methodName, $lineno = -1, $filename = null, \Exception $previous = null) argument
26 parent::__construct($message, $lineno, $filename, $previous);
H A DSecurityNotAllowedPropertyError.php24 …t($message, $className, $propertyName, $lineno = -1, $filename = null, \Exception $previous = null) argument
26 parent::__construct($message, $lineno, $filename, $previous);
/plugin/findologicxmlexport/vendor/sebastian/exporter/
H A DREADME.md26 'previous' => null
/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/findologicxmlexport/vendor/jms/serializer/src/Metadata/Driver/
H A DXmlDriver.php46 $previous = libxml_use_internal_errors(true);
50 libxml_use_internal_errors($previous);
/plugin/findologicxmlexport/vendor/hoa/compiler/Llk/
H A DParser.php469 $this->_tokenSequence->previous();
/plugin/findologicxmlexport/vendor/hoa/compiler/
H A DREADME.md162 compiler. The following code will use the previous grammar to create a compiler,

1...<<11121314151617181920>>...23