Home
last modified time | relevance | path

Searched refs:opt (Results 1 – 25 of 70) sorted by path

123

/php-src/.github/actions/configure-macos/
H A Daction.yml12 BREW_OPT="$(brew --prefix)"/opt
/php-src/.github/actions/setup-x64/
H A Daction.yml14 …docker exec sql1 /opt/mssql-tools/bin/sqlcmd -S 127.0.0.1 -U SA -P "<YourStrong@Passw0rd>" -Q "cre…
15 …docker exec sql1 /opt/mssql-tools/bin/sqlcmd -S 127.0.0.1 -U SA -P "<YourStrong@Passw0rd>" -Q "cre…
16 …docker exec sql1 /opt/mssql-tools/bin/sqlcmd -S 127.0.0.1 -U SA -P "<YourStrong@Passw0rd>" -Q "ALT…
17 …docker exec sql1 /opt/mssql-tools/bin/sqlcmd -S 127.0.0.1 -U SA -P "<YourStrong@Passw0rd>" -Q "CRE…
18 …docker exec sql1 /opt/mssql-tools/bin/sqlcmd -S 127.0.0.1 -U SA -P "<YourStrong@Passw0rd>" -Q "CRE…
/php-src/.github/actions/verify-generated-files/
H A Daction.yml8 [[ "$OSTYPE" == "darwin"* ]] && export PATH="$(brew --prefix)/opt/bison/bin:$PATH"
/php-src/.github/workflows/
H A Dnightly.yml843 /opt/php/bin/phpize
844 ./configure --prefix=/opt/php --with-php-config=/opt/php/bin/php-config
849 /opt/php/bin/phpize
850 ./configure --prefix=/opt/php --with-php-config=/opt/php/bin/php-config
855 /opt/php/bin/phpize
856 ./configure --prefix=/opt/php --with-php-config=/opt/php/bin/php-config
863 /opt/php/bin/phpize
864 ./configure --prefix=/opt/php --with-php-config=/opt/php/bin/php-config
869 /opt/php/bin/phpize
870 ./configure --prefix=/opt/php --with-php-config=/opt/php/bin/php-config
[all …]
H A Dpush.yml179 export PATH="$(brew --prefix)/opt/bison/bin:$PATH"
/php-src/
H A DNEWS43 . Implemented opt-in ext/dom spec compliance RFC. (nielsdos)
H A DUPGRADING523 . Implemented opt-in ext/dom spec compliance RFC.
/php-src/Zend/tests/
H A Ddebug_backtrace_options.phpt6 function backtrace_print($opt = null)
8 if(is_null($opt)) {
11 print_r(debug_backtrace($opt));
/php-src/ext/bcmath/libbcmath/
H A DLICENSE214 3. You may opt to apply the terms of the ordinary GNU General Public
/php-src/ext/bz2/
H A Dbz2.c564 static void php_bz2_error(INTERNAL_FUNCTION_PARAMETERS, int opt) in php_bz2_error() argument
589 switch (opt) { in php_bz2_error()
/php-src/ext/curl/tests/
H A Dbug46711.phpt9 $opt = array(
16 foreach( $opt as $option => $value ) {
20 var_dump($opt); // with this bug, $opt[58] becomes NULL
/php-src/ext/dom/lexbor/lexbor/core/
H A Dbase.h92 intptr_t opt; member
H A Dfs.h45 lexbor_fs_dir_read(const lxb_char_t *dirpath, lexbor_fs_dir_opt_t opt,
H A Din.c66 node->opt = LEXBOR_IN_OPT_UNDEF; in lexbor_in_node_make()
123 new_node->opt = LEXBOR_IN_OPT_UNDEF; in lexbor_in_node_split()
H A Din.h36 lexbor_in_opt_t opt; member
/php-src/ext/dom/lexbor/lexbor/css/syntax/
H A Dtokenizer.h70 unsigned int opt; /* bitmap */ member
/php-src/ext/dom/lexbor/lexbor/html/interfaces/
H A Ddocument.c719 lxb_html_document_opt_t opt; in lxb_html_document_parse() local
727 opt = document->opt; in lxb_html_document_parse()
745 document->opt = opt; in lxb_html_document_parse()
751 document->opt = opt; in lxb_html_document_parse()
795 lxb_html_document_opt_t opt = document->opt; in lxb_html_document_parse_fragment() local
816 document->opt = opt; in lxb_html_document_parse_fragment()
822 document->opt = opt; in lxb_html_document_parse_fragment()
1312 lxb_html_document_opt_t opt) in lxb_html_document_opt_set_noi() argument
1314 lxb_html_document_opt_set(document, opt); in lxb_html_document_opt_set_noi()
H A Ddocument.h73 lxb_html_document_opt_t opt; member
252 lxb_html_document_opt_t opt) in lxb_html_document_opt_set() argument
254 document->opt = opt; in lxb_html_document_opt_set()
260 return document->opt; in lxb_html_document_opt()
322 lxb_html_document_opt_t opt);
H A Delement.c582 lxb_html_element_style_opt_t opt, in lxb_html_element_style_serialize() argument
589 context.opt = opt; in lxb_html_element_style_serialize()
621 lxb_html_element_style_opt_t opt) in lxb_html_element_style_serialize_str() argument
640 return lxb_html_element_style_serialize(element, opt, in lxb_html_element_style_serialize_str()
H A Delement.h113 lxb_html_element_style_opt_t opt,
119 lxb_html_element_style_opt_t opt);
/php-src/ext/dom/lexbor/lexbor/html/
H A Dserialize.h61 lxb_html_serialize_opt_t opt, size_t indent,
66 lxb_html_serialize_opt_t opt, size_t indent,
71 lxb_html_serialize_opt_t opt, size_t indent,
76 lxb_html_serialize_opt_t opt, size_t indent,
81 lxb_html_serialize_opt_t opt, size_t indent,
86 lxb_html_serialize_opt_t opt, size_t indent,
H A Dtokenizer.c226 if (tkz->opt & LXB_HTML_TOKENIZER_OPT_TAGS_SELF) { in lxb_html_tokenizer_destroy()
230 if (tkz->opt & LXB_HTML_TOKENIZER_OPT_ATTRS_SELF) { in lxb_html_tokenizer_destroy()
281 tkz->opt |= LXB_HTML_TOKENIZER_OPT_TAGS_SELF; in lxb_html_tokenizer_begin()
290 tkz->opt |= LXB_HTML_TOKENIZER_OPT_ATTRS_SELF; in lxb_html_tokenizer_begin()
296 tkz->opt |= LXB_HTML_TOKENIZER_OPT_ATTRS_MRAW_SELF; in lxb_html_tokenizer_begin()
H A Dtokenizer.h89 lxb_html_tokenizer_opt_t opt; member
/php-src/ext/dom/lexbor/lexbor/selectors/
H A Dselectors.c1916 lxb_selectors_opt_set_noi(lxb_selectors_t *selectors, lxb_selectors_opt_t opt) in lxb_selectors_opt_set_noi() argument
1918 lxb_selectors_opt_set(selectors, opt); in lxb_selectors_opt_set_noi()
H A Dselectors.h239 lxb_selectors_opt_set(lxb_selectors_t *selectors, lxb_selectors_opt_t opt) in lxb_selectors_opt_set() argument
241 selectors->options = opt; in lxb_selectors_opt_set()
268 lxb_selectors_opt_set_noi(lxb_selectors_t *selectors, lxb_selectors_opt_t opt);

Completed in 40 milliseconds

123