Lines Matching full:dokuwiki
7 use dokuwiki\test\rector\DokuWikiPtlnRector;
8 use dokuwiki\test\rector\DokuWikiRenamePrintToEcho;
146 'RemoteAccessDeniedException' => 'dokuwiki\Remote\AccessDeniedException',
147 'RemoteException' => 'dokuwiki\Remote\RemoteException',
148 'setting' => 'dokuwiki\plugin\config\core\Setting\Setting',
149 'setting_authtype' => 'dokuwiki\plugin\config\core\Setting\SettingAuthtype',
150 'setting_string' => 'dokuwiki\plugin\config\core\Setting\SettingString',
151 'PageChangelog' => 'dokuwiki\ChangeLog\PageChangeLog',
152 'MediaChangelog' => 'dokuwiki\ChangeLog\MediaChangeLog',
153 'Input' => 'dokuwiki\Input\Input',
154 'PostInput' => 'dokuwiki\Input\Post',
155 'GetInput' => 'dokuwiki\Input\Get',
156 'ServerInput' => 'dokuwiki\Input\Server',
157 'PassHash' => 'dokuwiki\PassHash',
158 'HTTPClientException' => 'dokuwiki\HTTP\HTTPClientException',
159 'HTTPClient' => 'dokuwiki\HTTP\HTTPClient',
160 'DokuHTTPClient' => 'dokuwiki\HTTP\DokuHTTPClient',
161 'Doku_Plugin_Controller' => 'dokuwiki\Extension\PluginController',
162 'Doku_Indexer' => 'dokuwiki\Search\Indexer',
163 'IXR_Client' => 'dokuwiki\Remote\IXR\Client',
175 'Doku_Event_Handler' => 'dokuwiki\Extension\EventHandler',
176 'Doku_Event' => 'dokuwiki\Extension\Event',
177 'DokuWiki_Action_Plugin' => 'dokuwiki\Extension\ActionPlugin',
178 'DokuWiki_Admin_Plugin' => 'dokuwiki\Extension\AdminPlugin',
179 'DokuWiki_Auth_Plugin' => 'dokuwiki\Extension\AuthPlugin',
180 'DokuWiki_CLI_Plugin' => 'dokuwiki\Extension\CLIPlugin',
181 'DokuWiki_Plugin' => 'dokuwiki\Extension\Plugin',
182 'DokuWiki_Remote_Plugin' => 'dokuwiki\Extension\RemotePlugin',
183 'DokuWiki_Syntax_Plugin' => 'dokuwiki\Extension\SyntaxPlugin',
188 'Doku_Lexer_Escape' => 'dokuwiki\Parsing\Lexer\Lexer::escape',
191 'utf8_isASCII' => 'dokuwiki\Utf8\Clean::isASCII',
192 'utf8_strip' => 'dokuwiki\Utf8\Clean::strip',
193 'utf8_check' => 'dokuwiki\Utf8\Clean::isUtf8',
194 'utf8_basename' => 'dokuwiki\Utf8\PhpString::basename',
195 'utf8_strlen' => 'dokuwiki\Utf8\PhpString::strlen',
196 'utf8_substr' => 'dokuwiki\Utf8\PhpString::substr',
197 'utf8_substr_replace' => 'dokuwiki\Utf8\PhpString::substr_replace',
198 'utf8_ltrim' => 'dokuwiki\Utf8\PhpString::ltrim',
199 'utf8_rtrim' => 'dokuwiki\Utf8\PhpString::rtrim',
200 'utf8_trim' => 'dokuwiki\Utf8\PhpString::trim',
201 'utf8_strtolower' => 'dokuwiki\Utf8\PhpString::strtolower',
202 'utf8_strtoupper' => 'dokuwiki\Utf8\PhpString::strtoupper',
203 'utf8_ucfirst' => 'dokuwiki\Utf8\PhpString::ucfirst',
204 'utf8_ucwords' => 'dokuwiki\Utf8\PhpString::ucwords',
205 'utf8_deaccent' => 'dokuwiki\Utf8\Clean::deaccent',
206 'utf8_romanize' => 'dokuwiki\Utf8\Clean::romanize',
207 'utf8_stripspecials' => 'dokuwiki\Utf8\Clean::stripspecials',
208 'utf8_strpos' => 'dokuwiki\Utf8\PhpString::strpos',
209 'utf8_tohtml' => 'dokuwiki\Utf8\Conversion::toHtml',
210 'utf8_unhtml' => 'dokuwiki\Utf8\Conversion::fromHtml',
211 'utf8_to_unicode' => 'dokuwiki\Utf8\Conversion::fromUtf8',
212 'unicode_to_utf8' => 'dokuwiki\Utf8\Conversion::toUtf8',
213 'utf8_to_utf16be' => 'dokuwiki\Utf8\Conversion::toUtf16be',
214 'utf16be_to_utf8' => 'dokuwiki\Utf8\Conversion::fromUtf16be',
215 'utf8_bad_replace' => 'dokuwiki\Utf8\Clean::replaceBadBytes',
216 'utf8_correctIdx' => 'dokuwiki\Utf8\Clean::correctIdx',