| /plugin/findologicxmlexport/vendor/phpunit/php-file-iterator/src/ |
| D | Iterator.php | 35 protected $exclude = array(); variable in File_Iterator 46 * @param array $exclude 49 … $iterator, array $suffixes = array(), array $prefixes = array(), array $exclude = array(), $basep… argument 51 $exclude = array_filter(array_map('realpath', $exclude)); 60 foreach ($exclude as &$_exclude) { 67 $this->exclude = $exclude; 103 foreach ($this->exclude as $exclude) { 104 if (strpos($path, $exclude) === 0) {
|
| D | Factory.php | 24 * @param array $exclude 27 … public function getFileIterator($paths, $suffixes = '', $prefixes = '', array $exclude = array()) argument 34 $exclude = $this->getPathsAfterResolvingWildcards($exclude); 63 $exclude,
|
| D | Facade.php | 25 * @param array $exclude 29 …public function getFilesAsArray($paths, $suffixes = '', $prefixes = '', array $exclude = array(), … argument 37 $paths, $suffixes, $prefixes, $exclude
|
| /plugin/elasticsearch/vendor/ruflin/elastica/src/Query/ |
| D | SpanNot.php | 14 …public function __construct(?AbstractSpanQuery $include = null, ?AbstractSpanQuery $exclude = null) argument 20 if (null !== $exclude) { 21 $this->setExclude($exclude); 36 public function setExclude(AbstractSpanQuery $exclude): self argument 38 return $this->setParam('exclude', $exclude);
|
| /plugin/authgooglesheets/vendor/google/apiclient-services/src/CloudMemorystoreforMemcached/ |
| D | GoogleCloudSaasacceleratorManagementProvidersV1MaintenanceSettings.php | 25 public $exclude; variable in Google\\Service\\CloudMemorystoreforMemcached\\GoogleCloudSaasacceleratorManagementProvidersV1MaintenanceSettings 36 public function setExclude($exclude) argument 38 $this->exclude = $exclude; 45 return $this->exclude;
|
| /plugin/authgooglesheets/vendor/google/apiclient-services/src/ManagedServiceforMicrosoftActiveDirectoryConsumerAPI/ |
| D | GoogleCloudSaasacceleratorManagementProvidersV1MaintenanceSettings.php | 25 public $exclude; variable in Google\\Service\\ManagedServiceforMicrosoftActiveDirectoryConsumerAPI\\GoogleCloudSaasacceleratorManagementProvidersV1MaintenanceSettings 36 public function setExclude($exclude) argument 38 $this->exclude = $exclude; 45 return $this->exclude;
|
| /plugin/authgooglesheets/vendor/google/apiclient-services/src/CloudFilestore/ |
| D | GoogleCloudSaasacceleratorManagementProvidersV1MaintenanceSettings.php | 25 public $exclude; variable in Google\\Service\\CloudFilestore\\GoogleCloudSaasacceleratorManagementProvidersV1MaintenanceSettings 36 public function setExclude($exclude) argument 38 $this->exclude = $exclude; 45 return $this->exclude;
|
| /plugin/asciidocjs/node_modules/with/ |
| D | index.js | 24 function addWith(obj, src, exclude) { argument 27 exclude = exclude || [] 28 exclude = exclude.concat(detect(obj).map(function (global) { return global.name; })) 31 return exclude.indexOf(v) === -1 44 while (vars.indexOf(local) != -1 || exclude.indexOf(local) != -1) { 49 while (vars.indexOf(result) != -1 || exclude.indexOf(result) != -1) {
|
| /plugin/freechat/phpfreechat/lib/pear/PHPUnit/GUI/ |
| D | SetupDecorator.php | 119 function getSuitesFromDir($dir, $filenamePattern = '', $exclude = array()) argument 125 … $files = $this->_getFiles(realpath($dir), $filenamePattern, $exclude, realpath($dir . '/..')); 151 function _getFiles($dir, $filenamePattern, $exclude, $rootDir) argument 164 if (sizeof($exclude)) { 165 foreach ($exclude as $aExclude) { 191 … $files = array_merge($files, $this->_getFiles($filename, $filenamePattern, $exclude, $rootDir));
|
| /plugin/asciidocjs/node_modules/require-directory/ |
| D | index.js | 30 !(options.exclude && options.exclude instanceof RegExp && options.exclude.test(path)) && 33 !(options.exclude && typeof options.exclude === 'function' && options.exclude(path, filename))
|
| /plugin/scrape/vendor/ezyang/htmlpurifier/library/HTMLPurifier/Injector/ |
| D | RemoveEmpty.php | 34 private $exclude; variable in HTMLPurifier_Injector_RemoveEmpty 48 $this->exclude = $config->get('AutoFormat.RemoveEmpty.Predicate'); 49 foreach ($this->exclude as $key => $attrs) { 52 $this->exclude[$key] = explode(';', $attrs); 87 if (isset($this->exclude[$token->name])) { 89 foreach ($this->exclude[$token->name] as $elem) {
|
| /plugin/findologicxmlexport/vendor/hoa/math/Test/Unit/Sampler/ |
| D | Random.php | 93 $exclude = [], 96 ->when($x = $sampler->getInteger(0, 2, $exclude)) 102 ->given($exclude[] = 2) 103 ->when($y = $sampler->getInteger(0, 2, $exclude)) 109 ->given($exclude[] = 0) 110 ->when($z = $sampler->getInteger(0, 2, $exclude))
|
| /plugin/backlinks/_test/data/meta/exclude/ |
| D | link.changes | 1 1463393483 127.0.0.1 C exclude:link mprins aangemaakt 2 1463393639 127.0.0.1 E exclude:link Externe bewerking 3 1463393812 127.0.0.1 e exclude:link mprins
|
| /plugin/backlinks2/_test/data/meta/exclude/ |
| D | link.changes | 1 1463393483 127.0.0.1 C exclude:link mprins aangemaakt 2 1463393639 127.0.0.1 E exclude:link Externe bewerking 3 1463393812 127.0.0.1 e exclude:link mprins
|
| /plugin/nspages/ |
| D | optionParser.php | 127 foreach($excludeList as $exclude) { 128 $exclude = trim($exclude); 129 if ($exclude === "") { 132 if($exclude[-1] === ':') { 133 $excludedNs[] = PhpString::substr($exclude, 0, -1); 135 $excludedPages[] = $exclude;
|
| /plugin/findologicxmlexport/vendor/hoa/math/Sampler/ |
| D | Sampler.php | 133 array &$exclude = null 143 if (null === $exclude) { 156 sort($exclude); 158 $upper -= count($exclude); 170 foreach ($exclude as $e) {
|
| /plugin/elasticsearch/vendor/elasticsearch/elasticsearch/docs/ |
| D | redirects.asciidoc | 1 ["appendix",role="exclude",id="redirects"] 6 [role="exclude",id="security"] 11 [role="exclude",id="quickstart"]
|
| /plugin/maintenance/bin/ |
| D | sample.sh | 25 tar --exclude=data/cache/[0-9a-f] --exclude=data/locks/[^_]* --exclude=data/tmp/* -jcvf "$backup_fi…
|
| /plugin/stdokuwikiconnector/ |
| H A D | .gitignore | 1 # git ls-files --others --exclude-from=.git/info/exclude 4 # exclude patterns (uncomment them if you want to use them):
|
| /plugin/findologicxmlexport/vendor/jms/serializer/tests/Exclusion/ |
| D | GroupsExclusionStrategyTest.php | 17 * @param bool $exclude 21 … public function testUninitializedContextIsWorking(array $propertyGroups, array $groups, $exclude) argument 27 …elf::assertEquals($strat->shouldSkipProperty($metadata, SerializationContext::create()), $exclude);
|
| /plugin/authnc/ |
| D | Makefile | 4 rsync -avzz --exclude="dokuwiki" --exclude="conf/" * dokuwiki/lib/plugins/authnc
|
| /plugin/backlinks/_test/data/pages/ |
| D | backlinks_exclude_syntax.txt | 1 ====== Backlinks to what Bob Ross says (excluding exclude namespace)====== 3 {{backlinks>bob_ross_says#!exclude}}
|
| /plugin/backlinks2/_test/data/pages/ |
| D | backlinks_exclude_syntax.txt | 1 ====== Backlinks to what Bob Ross says (excluding exclude namespace)====== 3 {{backlinks>bob_ross_says#!exclude}}
|
| /plugin/numatomo/conf/ |
| H A D | default.php | 18 $conf['exclude'] = 'admins'; 24 $conf['exclude'] = 'admins';
|
| /plugin/backlinks/_test/data/meta/ |
| D | backlinks_exclude_syntax.meta | 1 …exclude namespace)";s:11:"description";a:2:{s:15:"tableofcontents";a:1:{i:0;a:4:{s:3:"hid";s:59:"b…
|