Home
last modified time | relevance | path

Searched defs:previous (Results 1 – 25 of 103) sorted by relevance

12345

/plugin/combo/ComboStrap/
H A DExceptionRuntime.php23 public function __construct($message = "", $canonical = "", $code = 0, Throwable $previous = null) argument
30 public static function withError(Throwable $previous) argument
36 public static function withMessageAndError(string $message, Throwable $previous) argument
H A DExceptionCompile.php21 public function __construct($message = "", $canonical = "", $code = 0, Throwable $previous = null) argument
35 public static function withMessageAndError(string $message, Throwable $previous) argument
H A DLogException.php22 public function __construct($message = "", $code = 0, Throwable $previous = null) argument
/plugin/ifauthex/lib/
H A Dexceptions.php10 public function __construct($text, $position, $code = 0, Exception $previous = null) {
34 public function __construct($elementInstance, $message, $code = 0, Exception $previous = null) {
49 public function __construct($elementInstance, $message, $code = 0, Exception $previous = null) {
64 public function __construct($elementDefinition, $code = 0, Exception $previous = null) {
83 public function __construct($tokenInstance, $code = 0, Exception $previous = null) {
106 …ction __construct($elementDefinition, $firstTokenInstance, $code = 0, Exception $previous = null) {
/plugin/prosemirror/parser/
H A DTextNode.php9 public $previous = null; variable in dokuwiki\\plugin\\prosemirror\\parser\\TextNode
19 public function __construct($data, Node $parent, Node $previous = null) argument
[all...]
/plugin/findologicxmlexport/vendor/hoa/exception/
H A DIdle.php99 public function __construct(
222 public function raise($previous = false)
H A DGroup.php66 public function __construct(
85 public function raise($previous = false)
/plugin/combo/vendor/php-webdriver/webdriver/lib/Exception/
H A DDriverServerDiedException.php10 public function __construct(\Exception $previous = null) argument
/plugin/elasticsearch/vendor/ruflin/elastica/src/Exception/
H A DRequestEntityTooLargeException.php9 public function __construct(?Throwable $previous = null) argument
/plugin/authgooglesheets/vendor/guzzlehttp/guzzle/src/Exception/
H A DRequestException.php23 public function __construct(
65 public static function create(
/plugin/jplayer/vendor/mustache/mustache/src/Mustache/Exception/
H A DUnknownFilterException.php23 public function __construct($filterName, Exception $previous = null)
H A DUnknownHelperException.php23 public function __construct($helperName, Exception $previous = null)
H A DUnknownTemplateException.php23 public function __construct($templateName, Exception $previous = null)
H A DSyntaxException.php24 public function __construct($msg, array $token, Exception $previous = null)
/plugin/commonmark/vendor/league/commonmark/src/Node/
H A DNode.php32 protected $previous; global() variable in League\\CommonMark\\Node\\Node
49 public function previous(): ?Node global() function in League\\CommonMark\\Node\\Node
[all...]
/plugin/findologicxmlexport/vendor/phpunit/phpunit/src/Framework/
H A DError.php25 public function __construct($message, $code, $file, $line, Exception $previous = null)
H A DExpectationFailedException.php25 …bastianBergmann\Comparator\ComparisonFailure $comparisonFailure = null, Exception $previous = null)
H A DExceptionWrapper.php30 protected $previous; variable in PHPUnit_Framework_ExceptionWrapper
H A DException.php38 public function __construct($message = '', $code = 0, Exception $previous = null)
/plugin/findologicxmlexport/vendor/twig/twig/src/Error/
H A DLoaderError.php29 public function __construct($message, $lineno = -1, $source = null, \Exception $previous = null)
/plugin/pureldap/vendor/freedsx/ldap/src/FreeDSx/Ldap/Exception/
H A DOperationException.php24 __construct(string $message = '', int $code = ResultCode OPERATIONS_ERROR, \\Throwable $previous = null) global() argument
H A DUnsolicitedNotificationException.php31 * @param \Throwable|null $previous argument
/plugin/quickstats/GEOIP/vendor/geoip2/geoip2/src/Exception/
H A DHttpException.php15 public function __construct(
H A DInvalidRequestException.php16 public function __construct(
/plugin/odt/ODT/elements/
H A DODTElementParagraph.php68 public function determineParent(ODTStateElement $previous) {

12345