Searched refs:options (Results 1 – 19 of 19) sorted by relevance
/web-php/manual/en/toc/ |
H A D | context.inc | 6 1 => 'Socket context options', 11 1 => 'HTTP context options', 16 1 => 'FTP context options', 21 1 => 'SSL context options', 26 1 => 'CURL context options', 31 1 => 'Phar context options',
|
H A D | langref.inc | 86 1 => 'Context options and parameters',
|
/web-php/tests/Visual/ |
H A D | SmokeTest.spec.ts | 5 options?: object 17 options: { 39 options: { 62 item.options = { 63 ...item.options, 70 item.options ?? {
|
/web-php/ |
H A D | my.php | 14 $options = []; variable 23 $options[] = '<option value="' . $_POST['my_lang'] . '" selected>' . 34 $options[] = '<option value="' . $userPreferences->languageCode . '" selected>' . 44 $options[] = "<option value=\"not_set\" selected=\"selected\">Not Set</option>\n"; 49 $options[] = '<option value="' . $code . '">' . $name . "</option>\n"; 54 implode("", $options) . "</select>\n";
|
H A D | submit-event.php | 268 function display_options($options, $current): void argument 270 foreach ($options as $k => $v) {
|
H A D | composer.lock | 441 "symfony/options-resolver": "^5.4 || ^6.0 || ^7.0", 1895 "description": "Library for parsing CLI options", 3223 "name": "symfony/options-resolver", 3227 "url": "https://github.com/symfony/options-resolver.git", 3232 …"url": "https://api.github.com/repos/symfony/options-resolver/zipball/47aa818121ed3950acd2b58d1d37… 3268 "options" 3271 "source": "https://github.com/symfony/options-resolver/tree/v7.1.1"
|
/web-php/tests/EndToEnd/ |
H A D | SmokeTest.php | 19 $options = [ 24 curl_setopt_array($handle, $options);
|
/web-php/js/ext/ |
H A D | FuzzySearch.min.js | 10 …options:null,dirty:!1,query:null,results:[],start_time:0,search_time:0},G=32;b.update=function(a,b… property in F
|
H A D | jquery.scrollTo.min.js | 7 …t){return $(t.elem)[t.prop]()},set:function(t){var curr=this.get(t);if(t.options.interrupt&&t._las…
|
H A D | jquery-3.6.0.min.js | 2 …options=t,this.start=this.now=this.cur(),this.end=r,this.unit=o||(S.cssNumber[n]?"":"px")},cur:fun…
|
/web-php/js/ |
H A D | common.js | 764 var options = $.extend(defaults, o); 769 .addClass('message ' + options.type) 770 .data('type', options.type) 772 .html(options.text); 774 $(options.parent).append(message); 781 options = { class in flashMessage 792 if (options.timeout) { 798 }, options.timeout);
|
/web-php/.github/ |
H A D | dependabot.yaml | 1 # https://docs.github.com/en/github/administering-a-repository/configuration-options-for-dependency…
|
/web-php/releases/ |
H A D | NEWS_5_4_0_alpha1.txt | 10 . Safe mode and all related ini options. (Kalle) 11 . register_globals and register_long_arrays ini options. (Kalle) 17 session.bug_compat_warn ini options). (Kalle) 162 . Added JSON_BIGINT_AS_STRING, extended json_decode() sig with $options.
|
H A D | NEWS_5_4_0_beta2.txt | 127 ini options. get_magic_quotes_gpc, get_magic_quotes_runtime are kept 173 . Added the ability to pass options to loadHTML (Chregu, fxmulder at gmail dot com) 186 . Safe mode and all related ini options. (Kalle) 187 . register_globals and register_long_arrays ini options. (Kalle) 193 session.bug_compat_warn ini options). (Kalle) 339 . Added JSON_BIGINT_AS_STRING, extended json_decode() sig with $options. 389 . Added XsltProcessor::setSecurityPrefs($options) and getSecurityPrefs() to 665 . Fixed bug #55283 (SSL options set by mysqli_ssl_set ignored for MySQLi 780 . Added options to debug backtrace functions. (Stas)
|
H A D | NEWS_5_4_0_RC1.txt | 229 . Safe mode and all related ini options. (Kalle) 236 session.bug_compat_warn ini options). (Kalle) 825 . Added options to debug backtrace functions. (Stas) 3642 options). (Dmitry) 3682 - Added check for unknown options passed to configure. (Jani) 3876 SAPIs disabling options). (Jani) 4753 . Changed to passing libxml options when loading reader. 5074 stream context options). (Mike) 5129 options via an associated array. 5427 options like '-1'). (Tony) [all …]
|
H A D | NEWS_5_4_0_beta1.txt | 135 . Safe mode and all related ini options. (Kalle) 136 . register_globals and register_long_arrays ini options. (Kalle) 142 session.bug_compat_warn ini options). (Kalle) 729 . Added options to debug backtrace functions. (Stas) 3546 options). (Dmitry) 3780 SAPIs disabling options). (Jani) 4657 . Changed to passing libxml options when loading reader. 4978 stream context options). (Mike) 5033 options via an associated array. 5331 options like '-1'). (Tony) [all …]
|
/web-php/include/ |
H A D | shared-manual.inc | 165 // If the viewer is logged in, show admin options 345 // Prepare the form with all the options
|
H A D | pregen-news.inc | 1785 … Sheraton Tyson\'s Corner on <b>October 23-24</b> (with full-day training options on the 22nd.)</p> 1792 …Sheraton Tyson\'s Corner on <b>October 23-24</b> (with full-day training options on the 22nd.)</p>… 11458 …on on more than one topic. The more submissions you contribute, the more options you give us to pi…
|
/web-php/releases/8.3/ |
H A D | release.inc | 444 …<a class="php8-rfc" href="/manual/<?= $lang ?>/features.commandline.options.php"><?= message('docu…
|
Completed in 146 milliseconds