Home
last modified time | relevance | path

Searched refs:exclude (Results 1 – 24 of 24) sorted by relevance

/php-src/ext/dom/lexbor/lexbor/html/tree/
H A Dopen_elements.c38 bool exclude) in lxb_html_tree_open_elements_pop_until_tag_id() argument
49 if (exclude == false) { in lxb_html_tree_open_elements_pop_until_tag_id()
117 bool exclude) in lxb_html_tree_open_elements_pop_until_node() argument
125 if (exclude == false) { in lxb_html_tree_open_elements_pop_until_node()
136 bool exclude) in lxb_html_tree_open_elements_pop_until() argument
140 if (exclude == false) { in lxb_html_tree_open_elements_pop_until()
H A Dopen_elements.h27 bool exclude);
38 bool exclude);
42 bool exclude);
/php-src/build/
H A DMakefile.gcov52 --exclude-directories 'ext/date/lib$$' \
59 --exclude-directories 'ext/date/lib$$' \
H A Dlibtool.m43735 # use absolute paths for naming shared libraries, and exclude the
5366 # exclude_expsyms can be an extended regexp of symbols to exclude
5368 # end of line. Example: `a|bc|.*d.*' will exclude the symbols `a' and `bc',
/php-src/scripts/dev/
H A Dtidy.php54 foreach ($excludes as $exclude) {
55 if (strpos($path, $exclude) !== false) {
/php-src/Zend/tests/traits/
H A Dbug61052.phpt19 … definition. The method foo is to be used from T1, but T1 is also on the exclude list in %s on lin…
H A Derror_010.phpt2 Trying to exclude trait method multiple times
/php-src/ext/spl/tests/
H A Darray_003.phpt6 // This test also needs to exclude the protected and private variables
H A Darray_007.phpt6 // This test also needs to exclude the protected and private variables
/php-src/ext/standard/
H A Dscanf.c99 int exclude; /* 1 if this is an exclusion set. */ member
147 cset->exclude = 1; in BuildCharSet()
258 return (cset->exclude ? !match : match); in CharInSet()
H A Darray.c5811 HashTable exclude; local
5901 zend_hash_init(&exclude, num, NULL, NULL, 0);
5905 zend_hash_add(&exclude, str, &dummy);
5914 if (!zend_hash_exists(&exclude, str)) {
5925 zend_hash_destroy(&exclude);
/php-src/ext/filter/tests/
H A Dbug77221.phpt2 Bug #77221 (Request IP address filter flag to exclude non-global IP addresses)
/php-src/ext/xsl/tests/
H A Dbug49634.phpt21 exclude-result-prefixes="ext">
/php-src/win32/build/
H A Dconfig.w32210 pvscfg.WriteLine("exclude-path = " + VCINSTALLDIR);
212 pvscfg.WriteLine("exclude-path = " + PROGRAM_FILESx86 + "\\windows kits\\");
214 pvscfg.WriteLine("exclude-path = " + PROGRAM_FILES + "\\windows kits\\");
392 ARG_WITH("test-ini-ext-exclude", "Comma separated list of shared extensions to \
H A Dconfig.w32.phpize.in136 ARG_WITH("test-ini-ext-exclude", "Comma separated list of shared extensions to \
H A DMakefile264 @xcopy $(BUILD_DIR)\*.dll /exclude:$(BUILD_DIR)\extension_dlls.txt $(PHP_PREFIX) /y >nul
/php-src/
H A D.gitignore3 # such as editor configuration, a good practice is to exclude them using the
4 # .git/info/exclude in the cloned repository or a global .gitignore file.
H A Dphp.ini-development383 ; Allows to include or exclude arguments from stack traces generated for exceptions.
H A Dphp.ini-production383 ; Allows to include or exclude arguments from stack traces generated for exceptions.
/php-src/.github/workflows/
H A Dnightly.yml353 exclude:
439 php vendor/bin/phpunit --exclude-group skip || EXIT_CODE=$?
487 …php ./phpunit $component --exclude-group tty,benchmark,intl-data,transient --exclude-group skip ||…
/php-src/Zend/Optimizer/
H A Dzend_ssa.c36 int other_successor, int exclude, int var) { in will_rejoin() argument
40 if (predecessor == exclude) { in will_rejoin()
/php-src/ext/phar/phar/
H A Dpharcommand.inc137 'inf' => '<regex> Regular expression for input files to exclude.'
/php-src/ext/fileinfo/tests/
H A Dmagic私はガラスを食べられます1121 # TODO: maybe this extra line exclude FoxPro Memo example NG.FPT starting with 000001b0 00000100 00…
25329 # exclude grub-core\lib\libgcrypt\mpi\Makefile.am with "#BEGIN_ASM_LIST"
25331 # exclude MS Windows help file CoNtenT with ":include FOOBAR.CNT"
H A Dmagic1121 # TODO: maybe this extra line exclude FoxPro Memo example NG.FPT starting with 000001b0 00000100 00…
25329 # exclude grub-core\lib\libgcrypt\mpi\Makefile.am with "#BEGIN_ASM_LIST"
25331 # exclude MS Windows help file CoNtenT with ":include FOOBAR.CNT"

Completed in 181 milliseconds