Lines Matching full:dokuwiki

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