Home
last modified time | relevance | path

Searched refs:e (Results 351 – 357 of 357) sorted by path

1...<<1112131415

/dokuwiki/vendor/phpseclib/phpseclib/phpseclib/Net/
H A DSSH2.php2353 } catch (\Exception $e) {
2360 throw $e;
3376 } catch (\Exception $e) {
3452 } catch (\RuntimeException $e) {
3892 } catch (\RuntimeException $e) {
3944 } catch (\RuntimeException $e) {
4634 } catch (\Exception $e) {
/dokuwiki/vendor/simplepie/simplepie/
H A DCHANGELOG.md88 - All global constants are deprecated, use the constants from the class `SimplePie\SimplePie` instead (e.g. replace `SIMPLEPIE_VERSION` with `SimplePie\SimplePie::VERSION`)
/dokuwiki/vendor/simplepie/simplepie/idn/
H A DLICENCE315 e) Verify that the user has already received a copy of these
/dokuwiki/vendor/simplepie/simplepie/src/Cache/
H A DMySQL.php112 } catch (\PDOException $e) {
/dokuwiki/vendor/simplepie/simplepie/src/
H A DSimplePie.php948 * Return the filename (i.e. hash, without path and without extension) of the file to cache a given URL.
951 * @return string A filename (i.e. hash, without path and without extension).
1522 // Then check the xml extension is sane (i.e., libxml 2.7.x issue on PHP < 5.2.9 and libxml 2.7.0 to 2.7.2 on any version) if we don't have xmlreader.
1878 } catch (\SimplePie\Exception $e) {
1882 $this->error = $e->getMessage();
1883 $this->registry->call(Misc::class, 'error', [$this->error, E_USER_NOTICE, $e->getFile(), $e->getLine()]);
2308 } catch (\SimplePie\Exception $e) {
2310 $this->error = $e->getMessage();
2311 $this->registry->call(Misc::class, 'error', [$this->error, E_USER_WARNING, $e
[all...]
/dokuwiki/vendor/splitbrain/php-jsstrip/src/
H A DJSStrip.php63 // reserved word (e.g. "for", "else", "if") or a
64 // variable/object/method (e.g. "foo.color")
121 function ($e) use ($source, $idx, $j) {
122 $len = strlen($e);
124 return substr($source, $idx, $len) === $e;
/dokuwiki/vendor/splitbrain/slika/
H A DREADME.md38 } catch (Exception $e) {

1...<<1112131415