Home
last modified time | relevance | path

Searched refs:defined (Results 301 – 325 of 3364) sorted by path

1...<<11121314151617181920>>...135

/plugin/badbehaviour/bad-behavior/
H A Dblacklist.inc.php1 <?php if (!defined('BB2_CORE')) die('I said no cheating!');
H A Dcommon_tests.inc.php1 <?php if (!defined('BB2_CORE')) die('I said no cheating!');
H A Dcore.inc.php1 <?php if (!defined('BB2_CWD')) die("I said no cheating!");
H A Dfunctions.inc.php1 <?php if (!defined('BB2_CORE')) die("I said no cheating!");
H A Dgoogle.inc.php1 <?php if (!defined('BB2_CORE')) die('I said no cheating!');
H A Dhousekeeping.inc.php1 <?php if (!defined('BB2_CORE')) die('I said no cheating!');
H A Dkonqueror.inc.php1 <?php if (!defined('BB2_CORE')) die('I said no cheating!');
H A Dlynx.inc.php1 <?php if (!defined('BB2_CORE')) die('I said no cheating!');
H A Dmovabletype.inc.php1 <?php if (!defined('BB2_CORE')) die('I said no cheating!');
H A Dmozilla.inc.php1 <?php if (!defined('BB2_CORE')) die('I said no cheating!');
H A Dmsie.inc.php1 <?php if (!defined('BB2_CORE')) die('I said no cheating!');
H A Dmsnbot.inc.php1 <?php if (!defined('BB2_CORE')) die('I said no cheating!');
H A Dopera.inc.php1 <?php if (!defined('BB2_CORE')) die('I said no cheating!');
H A Dpost.inc.php1 <?php if (!defined('BB2_CORE')) die('I said no cheating!');
H A Dresponses.inc.php1 <?php if (!defined('BB2_CORE')) die('I said no cheating!');
H A Dsafari.inc.php1 <?php if (!defined('BB2_CORE')) die('I said no cheating!');
H A Dscreener.inc.php1 <?php if (!defined('BB2_CWD')) die("I said no cheating!");
H A Dtrackback.inc.php1 <?php if (!defined('BB2_CORE')) die('I said no cheating!');
H A Dversion.inc.php1 <?php if (!defined('BB2_CWD')) die("I said no cheating!");
H A Dwhitelist.inc.php1 <?php if (!defined('BB2_CORE')) die('I said no cheating!');
H A Dyahoo.inc.php1 <?php if (!defined('BB2_CORE')) die('I said no cheating!');
/plugin/bahnde/
H A Daction.php8 if(!defined('DOKU_INC')) die();
9 if(!defined('DOKU_PLUGIN')) define('DOKU_PLUGIN',DOKU_INC.'lib/plugins/');
H A Dsyntax.php10 if (!defined('DOKU_INC'))
12 if (!defined('DOKU_PLUGIN'))
/plugin/barcode/
H A DCOPYING119 standard defined by a recognized standards body, or, in the case of
H A Daction.php11 if (!defined('DOKU_INC')) die();
12 if (!defined('DOKU_PLUGIN')) define('DOKU_PLUGIN', DOKU_INC . 'lib/plugins/');
13 if (!defined('DOKU_PLUGIN_BARCODE')) define('DOKU_PLUGIN_BARCODE', DOKU_PLUGIN . 'barcode/');

1...<<11121314151617181920>>...135