Home
last modified time | relevance | path

Searched refs:deprecated (Results 1 – 6 of 6) sorted by last modified time

/dokuwiki/lib/scripts/jquery/jquery-ui-theme/
H A Dsmoothness.css1235 /* ui-icon-seek-first is deprecated, use ui-icon-seek-start instead */
/dokuwiki/vendor/simplepie/simplepie/src/
H A DSimplePie.php902 * @deprecated since SimplePie 1.8.0, expired cache will not be used anymore.
908 // @trigger_error(sprintf('SimplePie\SimplePie::force_cache_fallback() is deprecated since SimplePie 1.8.0, expired cache will not be used anymore.'), \E_USER_DEPRECATED);
937 * @deprecated since SimplePie 1.8.0, use \SimplePie\SimplePie::set_cache() instead.
943 // @trigger_error(sprintf('SimplePie\SimplePie::set_cache_location() is deprecated since SimplePie 1.8.0, please use "SimplePie\SimplePie::set_cache()" instead.'), \E_USER_DEPRECATED);
1037 * @deprecated since SimplePie 1.3, use {@see set_cache()} instead
1045 // trigger_error(sprintf('"%s()" is deprecated since SimplePie 1.3, please use "SimplePie\SimplePie::set_cache()" instead.', __METHOD__), \E_USER_DEPRECATED);
1053 * @deprecated since SimplePie 1.3, use {@see get_registry()} instead
1061 // trigger_error(sprintf('"%s()" is deprecated since SimplePie 1.3, please use "SimplePie\SimplePie::get_registry()" instead.', __METHOD__), \E_USER_DEPRECATED);
1069 * @deprecated since SimplePie 1.3, use {@see get_registry()} instead
1077 // trigger_error(sprintf('"%s()" is deprecated sinc
[all...]
/dokuwiki/vendor/openpsa/universalfeedcreator/
H A DREADME.md6 Supported formats: RSS0.91, RSS1.0, RSS2.0, PIE0.1 (deprecated), MBOX, OPML, ATOM, ATOM0.3,
/dokuwiki/inc/
H A DLogger.php13 public const LOG_DEPRECATED = 'deprecated';
101 public static function deprecated($message, $details = null, $file = '', $line = 0)
95 static public function deprecated($message, $details = null, $file = '', $line = 0) global() function in dokuwiki\\Logger
/dokuwiki/vendor/simplepie/simplepie/
H A DCHANGELOG.md42 - The method `SimplePie\Misc::array_merge_recursive()` is deprecated, use native `array_replace_recursive()` instead
43 - The method `SimplePie\SimplePie::set_cache_name_function()` is deprecated, use `SimplePie\SimplePie::set_cache_namefilter()` instead
44 - The method `SimplePie\SimplePie::set_cache_location()` is deprecated, use `SimplePie\SimplePie::set_cache()` instead
45 - The method `SimplePie\SimplePie::force_cache_fallback()` is deprecated, expired cache will not be used anymore
46 - The class `SimplePie\Cache` is deprecated, use implementation of `SimplePie\SimplePie::set_cache()` instead
47 - The class `SimplePie\Cache\DB` is deprecated, use implementation of `Psr\SimpleCache\CacheInterface` instead
48 - The class `SimplePie\Cache\File` is deprecated, use implementation of `Psr\SimpleCache\CacheInterface` instead
49 - The class `SimplePie\Cache\Memcache` is deprecated, use implementation of `Psr\SimpleCache\CacheInterface` instead
50 - The class `SimplePie\Cache\Memcached` is deprecated, use implementation of `Psr\SimpleCache\CacheInterface` instead
51 - The class `SimplePie\Cache\MySQL` is deprecated, us
[all...]
/dokuwiki/vendor/geshi/geshi/
H A DCHANGELOG853 - Marked important block stuff as deprecated