/plugin/findologicxmlexport/vendor/sebastian/global-state/tests/ |
H A D | BlacklistTest.php | 22 private $blacklist; variable in SebastianBergmann\\GlobalState\\BlacklistTest 26 $this->blacklist = new Blacklist; 36 $this->blacklist->addGlobalVariable('variable'); 44 $this->blacklist->isStaticAttributeBlacklisted( 56 $this->blacklist->isStaticAttributeBlacklisted( 68 $this->blacklist->isStaticAttributeBlacklisted( 80 $this->blacklist->isStaticAttributeBlacklisted( 89 $this->blacklist->addClassNamePrefix('SebastianBergmann\GlobalState'); 92 $this->blacklist->isStaticAttributeBlacklisted( 101 $this->blacklist->addStaticAttribute( [all …]
|
H A D | SnapshotTest.php | 23 $blacklist = $this->getBlacklist(); 24 $blacklist->method('isStaticAttributeBlacklisted')->willReturnCallback(function ($class) { 30 …$snapshot = new Snapshot($blacklist, false, true, false, false, false, false, false, false, false);
|
/plugin/findologicxmlexport/vendor/sebastian/global-state/src/ |
H A D | Snapshot.php | 24 private $blacklist; variable in SebastianBergmann\\GlobalState\\Snapshot 84 * @param Blacklist $blacklist 95 …public function __construct(Blacklist $blacklist = null, $includeGlobalVariables = true, $includeS… argument 97 if ($blacklist === null) { 98 $blacklist = new Blacklist; 101 $this->blacklist = $blacklist; 144 public function blacklist() function in SebastianBergmann\\GlobalState\\Snapshot 146 return $this->blacklist; 312 !$this->blacklist->isGlobalVariableBlacklisted($key)) { 347 if ($this->blacklist->isStaticAttributeBlacklisted($className, $name)) {
|
H A D | Restorer.php | 58 !$snapshot->blacklist()->isGlobalVariableBlacklisted($key)) { 75 …$current = new Snapshot($snapshot->blacklist(), false, false, false, false, true, false, false,… 98 if ($snapshot->blacklist()->isStaticAttributeBlacklisted($className, $name)) {
|
/plugin/findologicxmlexport/vendor/phpunit/phpunit/src/Util/ |
H A D | GlobalState.php | 53 $blacklist = new PHPUnit_Util_Blacklist; 73 if (!$blacklist->isBlacklisted($file) && is_file($file)) { 148 $blacklist = $superGlobalArrays; 149 $blacklist[] = 'GLOBALS'; 152 if (!in_array($key, $blacklist) && !$GLOBALS[$key] instanceof Closure) {
|
H A D | Filter.php | 63 $blacklist = new PHPUnit_Util_Blacklist; 67 !$blacklist->isBlacklisted($frame['file']) &&
|
/plugin/advanced/lang/en/config/ |
H A D | wordblock.txt | 3 …r you. But if you intend to use it on the open Internet you may want to blacklist some known Spam … 6 * [[doku>blacklist]] 7 * [[https://meta.wikimedia.org/wiki/Spam_blacklist|Spam blacklist - Meta-Wiki - Wikimedia]]
|
/plugin/cloud/ |
H A D | syntax.php | 214 $blacklist = $this->getConf($balcklistName); 215 if(!empty($blacklist)) { 216 $blacklist = explode(',', $blacklist); 217 $blacklist = str_replace(' ', '', $blacklist); // remove spaces 219 foreach ($blacklist as $word) {
|
/plugin/elasticsearch/vendor/patrickschur/language-detection/src/LanguageDetection/ |
H A D | LanguageResult.php | 99 * @param \string[] ...$blacklist 102 public function blacklist(string ...$blacklist): LanguageResult argument 104 return new LanguageResult(\array_diff_key($this->result, \array_flip($blacklist)));
|
/plugin/confmanager/lang/en/ |
H A D | wordblock.txt | 1 The internet isn't the place it used to be anymore. Everything good gets corrupted and so it is with Wikis. [[meatball>WikiSpam]], like Spam in blogs and email, is on the rise. If you use [[doku>DokuWiki]] in your Intranet this is no problem for you. But if you intend to use it on the open Internet you may want to blacklist some known Spam words. 3 For using a blacklist in DokuWiki enable the ''$conf['usewordblock'] = 1;'' option in ''conf/local.php'' (by default it is set to 1) and edit the ''conf/wordblock.local.conf'' file. You can have a look inside the file ''conf/wordblock.conf'' for a list of existing word blocks. The file contains [[wp>Regular Expressions]] (Perl compatible) if any of these match saving is disallowed. 5 More information can be found at [[doku>blacklist]]
|
/plugin/advanced/lang/fr/config/ |
H A D | wordblock.txt | 6 * [[doku>blacklist]] 7 * [[https://meta.wikimedia.org/wiki/Spam_blacklist|Spam blacklist - Meta-Wiki - Wikimedia]]
|
/plugin/confmanager/lang/nl/ |
H A D | wordblock.txt | 3 Om een blacklist in DokuWiki te gebruiken moet je de configuratieoptie [[doku>config:usewordblock]] inschakelen (standaard aan) en bewerk het ''conf/wordblock.local.conf''-bestand. Je kunt een blik werpen in het bestand'' conf/wordblock.conf'' voor een lijst met bestaande geblokkeerde woorden. Het bestand bevat [[wp>Regular Expressions]] (Perl compatibel) als een van deze overeenkomt is opslaan niet mogelijk. 5 Meer informatie kan worden gevonden op [[doku>nl:blacklist]]
|
/plugin/findologicxmlexport/vendor/phpunit/phpunit/src/Framework/ |
H A D | TestCase.php | 2292 $blacklist = new Blacklist; 2295 $blacklist->addGlobalVariable($globalVariable); 2299 $blacklist->addClassNamePrefix('PHPUnit'); 2300 $blacklist->addClassNamePrefix('File_Iterator'); 2302 $blacklist->addClassNamePrefix('PHP_Invoker'); 2303 $blacklist->addClassNamePrefix('PHP_Timer'); 2304 $blacklist->addClassNamePrefix('PHP_Token'); 2305 $blacklist->addClassNamePrefix('Symfony'); 2306 $blacklist->addClassNamePrefix('Text_Template'); 2308 $blacklist->addClassNamePrefix('Prophecy'); [all …]
|
H A D | TestResult.php | 747 $blacklist = new PHPUnit_Util_Blacklist; 752 if (!$blacklist->isBlacklisted($function['filename'])) {
|
/plugin/confmanager/lang/ja/ |
H A D | wordblock.txt | 10 詳細は[[doku>ja:blacklist|ブラックリスト]]を参照して下さい
|
/plugin/confmanager/lang/zh/ |
H A D | wordblock.txt | 5 更多信息请查看 [[doku>blacklist|黑名单]]。
|
/plugin/confmanager/lang/ko/ |
H A D | wordblock.txt | 5 더 자세한 내용은 [[doku>blacklist]]을 참조하세요.
|
/plugin/advanced/lang/en/ |
H A D | config.txt | 22 …wordblock.local.conf'' | [[doku>blacklist]] | Spam blacklist …
|
/plugin/whyspam/lang/en/ |
H A D | intro.txt | 3 This tool lets you check a text for spam blocked by the wiki's [[doku>blacklist]] feature. It will …
|
/plugin/advanced/admin/ |
H A D | config.php | 222 $blacklist = trim(preg_replace('/[\n]+/m', "\n", $blacklist)); # Remove multiple new line 224 if (io_saveFile($file_info['local'], $blacklist)) {
|
/plugin/findologicxmlexport/vendor/phpunit/php-code-coverage/ |
H A D | ChangeLog-3.0.md | 25 * The blacklist functionality has been removed
|
/plugin/confmanager/lang/de/ |
H A D | wordblock.txt | 8 Mehr Informationen unter [[doku>blacklist]]
|
/plugin/confmanager/lang/fr/ |
H A D | wordblock.txt | 7 Pour de plus amples informations, voir [[doku>fr:blacklist]
|
/plugin/autotweet2/ |
H A D | action.php | 36 $blacklist = '|' . $this->getConf('blacklist') . '|';
|
/plugin/findologicxmlexport/vendor/doctrine/annotations/docs/en/ |
H A D | annotations.rst | 42 - Documentation annotations such as ``@var`` and ``@author``. These annotations are on a blacklist … 199 - Is not part of the blacklist of ignored "documentation annotations".
|