Home
last modified time | relevance | path

Searched refs:dbgDeprecatedFunction (Results 1 – 11 of 11) sorted by relevance

/dokuwiki/inc/
H A Ddeprecated.php23 DebugHelper::dbgDeprecatedFunction(dokuwiki\Remote\IXR\Client::class);
38 DebugHelper::dbgDeprecatedFunction(IXR\Client\ClientMulticall::class);
53 DebugHelper::dbgDeprecatedFunction(IXR\Server\Server::class);
68 DebugHelper::dbgDeprecatedFunction(IXR\Server\IntrospectionServer::class);
83 DebugHelper::dbgDeprecatedFunction(IXR\Request\Request::class);
98 DebugHelper::dbgDeprecatedFunction(IXR\Message\Message::class);
113 DebugHelper::dbgDeprecatedFunction(IXR\Message\Error::class);
128 DebugHelper::dbgDeprecatedFunction(IXR\DataType\Date::class);
143 DebugHelper::dbgDeprecatedFunction(IXR\DataType\Base64::class);
158 DebugHelper::dbgDeprecatedFunction(IXR\DataType\Value::class);
[all …]
H A Dcache.php16 DebugHelper::dbgDeprecatedFunction(NewCache::class);
29 DebugHelper::dbgDeprecatedFunction(CacheParser::class);
43 DebugHelper::dbgDeprecatedFunction(CacheRenderer::class);
55 DebugHelper::dbgDeprecatedFunction(CacheInstructions::class);
/dokuwiki/inc/Search/
H A DLegacyIndexer.php60 DebugHelper::dbgDeprecatedFunction(Indexer::class . '::' . $name . '()');
71 DebugHelper::dbgDeprecatedFunction(Indexer::class . '::addPage()');
87 DebugHelper::dbgDeprecatedFunction(Indexer::class . '::deletePage()');
103 DebugHelper::dbgDeprecatedFunction(Indexer::class . '::renamePage()');
119 DebugHelper::dbgDeprecatedFunction(Indexer::class . '::clear()');
140 DebugHelper::dbgDeprecatedFunction(MetadataSearch::class . '::lookupKey()');
156 DebugHelper::dbgDeprecatedFunction('Collection classes');
184 DebugHelper::dbgDeprecatedFunction('Collection classes');
251 DebugHelper::dbgDeprecatedFunction(FileIndex::class);
269 DebugHelper::dbgDeprecatedFunction(CollectionSearch::class);
H A DIndexer.php367 DebugHelper::dbgDeprecatedFunction(MetadataSearch::class . '::getPages()');
/dokuwiki/lib/plugins/
H A Dadmin.php5 DebugHelper::dbgDeprecatedFunction(
H A Dauth.php5 DebugHelper::dbgDeprecatedFunction(
H A Dcli.php5 DebugHelper::dbgDeprecatedFunction(
H A Dremote.php5 DebugHelper::dbgDeprecatedFunction(
H A Daction.php5 DebugHelper::dbgDeprecatedFunction(
H A Dsyntax.php5 DebugHelper::dbgDeprecatedFunction(
/dokuwiki/inc/Debug/
H A DDebugHelper.php42 public static function dbgDeprecatedFunction($alternative = '', $callerOffset = 1, $thing = '') function in dokuwiki\\Debug\\DebugHelper