Home
last modified time | relevance | path

Searched refs:class_exists (Results 1 – 25 of 509) sorted by last modified time

12345678910>>...21

/plugin/pagelist/
H A Dsyntax.php65 if (class_exists('dokuwiki\File\PageResolver')) {
/plugin/siteexport/inc/
H A Dfilewriter.php17 if (class_exists('siteexport_pdfgenerator'))
98 if (!class_exists('ZipArchive')) {
H A Dfunctions.php113 if (class_exists('siteexport_pdfgenerator')) {
H A Dhttpproxy.php24 } else if ( class_exists( "\dokuwiki\HTTP\DokuHTTPClient", true ) ) {
/plugin/siteexport/
H A Dpreload.php12 } else if ( class_exists( "\dokuwiki\Extension\PluginController", true ) ) {
/plugin/siteexport/_test/
H A Dplugin_siteexport_functions_getrelativeurl.test.php15 …$this->assertTrue(class_exists('siteexport_functions'), 'The class for the functions could not be …
/plugin/struct/meta/
H A DSchema.php117 if (!class_exists($class)) {
H A DSearch.php253 $LexerClass = class_exists('\Doku_Lexer') ? '\Doku_Lexer' : '\dokuwiki\Parsing\Lexer\Lexer';
/plugin/geophp/vendor/funiq/geophp/src/
H A DgeoPHP.php150 $geosInstalled = class_exists('GEOSGeometry', false);
/plugin/photogallery/phpThumb/docs/
H A Dphpthumb.changelog.txt24 * [bugfix: G171] problem with class_exists and autoloading
58 * [bugfix: G144] fix class_exists
/plugin/photogallery/phpThumb/
H A DphpThumb.config.php.default16 if (!class_exists('phpthumb_functions', false)) { // normally include_once should take care of this…
H A Dphpthumb.class.php12 if (!class_exists('phpthumb_functions', false)) {
/plugin/photogallery/
H A Dsyntax.php298 if (class_exists('ZipArchive')){
/plugin/sqlite/
H A DSQLiteDB.php48 if (!class_exists('pdo') || !in_array('sqlite', \PDO::getAvailableDrivers())) {
H A Dhelper.php80 if (class_exists('pdo')) {
/plugin/nodetailsxhtml/
H A Drenderer.php115 if ( class_exists('dokuwiki\Utf8\PhpString') ) {
266 if ( class_exists('dokuwiki\File\PageResolver') ) {
/plugin/diffpreview/
H A Daction.php72 if (class_exists('\\dokuwiki\\ActionRouter', false)) {
123 if (class_exists('\\dokuwiki\\Ui\\Editor', false)) {
148 if (class_exists('\\dokuwiki\\Draft', false)) {
/plugin/columns/
H A Drewriter.php10 if (!class_exists('instruction_rewriter', false)) {
/plugin/mikioplugin/syntax/
H A Dcore.php664 if (class_exists($className)) {
711 // if(class_exists($className)) {
732 if (class_exists($className)) {
/plugin/aichat/
H A Dhelper.php
/plugin/cloud/
H A Dsyntax.php118 if (class_exists('dokuwiki\File\PageResolver')) {
/plugin/gallery/action/
H A Dprosemirror.php23 if (!class_exists('\dokuwiki\plugin\prosemirror\schema\Node')) return;
/plugin/tag/
H A Dhelper.php187 if (class_exists('dokuwiki\File\PageResolver')) {
/plugin/tag/syntax/
H A Dtag.php117 if (class_exists('dokuwiki\File\PageResolver')) {
/plugin/bureaucracy/helper/
H A Dactionscript.php36 if (!class_exists($className) && class_exists($deprecatedClassName)) {

12345678910>>...21