Home
last modified time | relevance | path

Searched refs:Base (Results 1 – 25 of 29) sorted by last modified time

12

/dokuwiki/vendor/phpseclib/phpseclib/phpseclib/Crypt/
H A DDES.php
H A DRSA.php
H A DRandom.php
H A DRijndael.php
H A DTwofish.php
H A DBase.php
H A DBlowfish.php
H A DRC2.php
H A DRC4.php
/dokuwiki/vendor/simplepie/simplepie/src/Cache/
H A DMemcache.php64 class Memcache implements Base
92 * @param Base::TYPE_FEED|Base::TYPE_IMAGE $type Either TYPE_FEED for SimplePie data, or TYPE_IMAGE for image data
H A DMemcached.php65 class Memcached implements Base
89 * @param Base::TYPE_FEED|Base::TYPE_IMAGE $type Either TYPE_FEED for SimplePie data, or TYPE_IMAGE for image data
H A DBaseDataCache.php51 * Adapter for deprecated \SimplePie\Cache\Base implementations
60 * @var Base
64 public function __construct(Base $cache)
H A DDB.php49 * Base class for database-based caches
55 abstract class DB implements Base
H A DFile.php55 class File implements Base
91 * @param Base::TYPE_FEED|Base::TYPE_IMAGE $type Either TYPE_FEED for SimplePie data, or TYPE_IMAGE for image data
H A DBase.php49 * Base for cache objects
58 interface Base interface
79 * @param Base::TYPE_FEED|Base::TYPE_IMAGE $type Either TYPE_FEED for SimplePie data, or TYPE_IMAGE for image data
120 class_alias('SimplePie\Cache\Base', 'SimplePie_Cache_Base');
/dokuwiki/inc/Parsing/ParserMode/
H A DBase.php5 class Base extends AbstractMode class
8 * Base constructor.
/dokuwiki/vendor/simplepie/simplepie/library/SimplePie/Cache/
H A DBase.php46 use SimplePie\Cache\Base; alias
48 interface_exists('SimplePie\Cache\Base');
50 // @trigger_error(sprintf('Using the "SimplePie_Cache_Base" class is deprecated since SimplePie 1.7.0, use "SimplePie\Cache\Base" instead.'), \E_USER_DEPRECATED);
53 /** @deprecated since SimplePie 1.7.0, use "SimplePie\Cache\Base" instead */
54 interface SimplePie_Cache_Base extends Base
/dokuwiki/vendor/splitbrain/php-cli/src/
H A DBase.php15 abstract class Base class
H A DCLI.php13 abstract class CLI extends Base
H A DPSR3CLIv3.php16 abstract class PSR3CLIv3 extends Base implements LoggerInterface
/dokuwiki/vendor/phpseclib/phpseclib/phpseclib/Net/
H A DSSH2.php52 use phpseclib\Crypt\Base; global() alias
/dokuwiki/vendor/simplepie/simplepie/src/
H A DSanitize.php49 use SimplePie\Cache\Base; alias
647 Base::TYPE_IMAGE
H A DSimplePie.php50 use SimplePie\Cache\Base; alias
1709 * @param Base|DataCache|false $cache Cache handler, or false to not load from the cache
1714 if (is_object($cache) && $cache instanceof Base) {
1715 // @trigger_error(sprintf('Providing $cache as "\SimplePie\Cache\Base" in %s() is deprecated since SimplePie 1.8.0, please provide "\SimplePie\Cache\DataCache" implementation instead.', __METHOD__), \E_USER_DEPRECATED);
2301 * @param string $base Base URL to resolve URLs against
3218 Base::TYPE_FEED
/dokuwiki/data/pages/wiki/
H A Dsyntax.txt86 * For Mozilla and Firefox it can be enabled through different workaround mentioned in the [[http://kb.mozillazine.org/Links_to_local_pages_do_not_work|Mozilla Knowledge Base]]. However, there will still be a JavaScript warning about trying to open a Windows Share. To remove this warning (for all users), put the following line in ''conf/lang/en/lang.php'' (more details at [[doku>localization#changing_some_localized_texts_and_strings_in_your_installation|localization]]): <code - conf/lang/en/lang.php>
/dokuwiki/vendor/simplepie/simplepie/
H A DCHANGELOG.md53 - The interface `SimplePie\Cache\Base` is deprecated, use interface `Psr\SimpleCache\CacheInterface` instead

12