Searched refs:value (Results 1 – 20 of 20) sorted by relevance
/web-php/tests/Unit/ |
H A D | IsEmailableAddressTest.php | 38 foreach ($values as $value) { 39 yield $value => [ 40 $value, 67 foreach ($values as $value) { 68 yield $value => [ 69 $value,
|
/web-php/src/ |
H A D | LangChooser.php | 96 foreach ($browser_accept as $value) { 100 if (preg_match("!([a-z-]+)(;q=([0-9\\.]+))?!", trim($value), $found)) {
|
/web-php/src/News/ |
H A D | Entry.php | 195 …private static function ce(\DOMDocument $d, string $name, $value, array $attrs = [], ?\DOMNode $to… argument 196 if ($value) { 197 $n = $d->createElement($name, $value);
|
/web-php/include/ |
H A D | mozsearch.inc | 11 <input name="sourceid" value="Mozilla-search">
|
H A D | shared-manual.inc | 354 $out[] = "<option value='$lang/$currentpage'$selected>$text</option>"; 356 $out[] = "<option value='help-translate.php'{$othersel}>Other</option>";
|
H A D | ip-to-country.inc | 12 the index file contains the step value used to create the
|
H A D | header.inc | 194 <input type="hidden" name="scope" value="quickref">
|
H A D | pregen-news.inc | 2818 …If you feel your workshop could add value to the event, we encourage you to <a href="https://sessi… 13960 …<p>Conference that delivers high-value technical content about PHP and related web technologies, a… 13967 …'intro' => '<div><p>Conference that delivers high-value technical content about PHP and related we… 17807 …<p>Conference that delivers high-value technical content about PHP and related web technologies, a… 17814 …'intro' => '<div><p>Conference that delivers high-value technical content about PHP and related we…
|
/web-php/js/ |
H A D | search.js | 247 inputElement.value = ""; 453 … window.location.href = `/search.php?lang=${language}&q=${encodeURIComponent(inputElement.value)}`; 463 const results = searchCallback(event.target.value);
|
H A D | common.js | 661 this.normalize = function (value) { argument 662 value = Math.max(value, this.domain.min); 663 return (value - this.domain.min) * multiplier + this.range.min;
|
/web-php/releases/8.1/ |
H A D | release.inc | 278 function count_and_iterate(Iterator $value) { 279 if (!($value instanceof Countable)) { 280 throw new TypeError('value must be Countable'); 283 foreach ($value as $val) { 287 count($value); 300 function count_and_iterate(Iterator&Countable $value) { 301 foreach ($value as $val) { 305 count($value);
|
/web-php/releases/8.4/ |
H A D | release.inc | 123 set (string $value) { 124 [$this->countryCode, $this->languageCode] = explode('_', $value, 2); 394 foreach (['dog', 'cat', 'cow', 'duck', 'goose'] as $value) { 395 if (str_starts_with($value, 'c')) { 396 $animal = $value; 414 static fn (string $value): bool => str_starts_with($value, 'c'),
|
/web-php/releases/ |
H A D | NEWS_5_4_0_beta2.txt | 16 . Fixed bug #55825 (Missing initial value of static locals in trait methods). 39 . Fixed bug #55807 (Wrong value for splFileObject::SKIP_EMPTY). 62 value is small enough. (Derick) 162 . Lowered default value for Process Manager. FR #54098. (fat) 298 . Added shortcut #inisetting=value to change ini settings at run-time. 404 . Way of representing OID value can now be changed when SNMP_VALUE_OBJECT 405 is used for value output mode. Use or'ed SNMP_VALUE_LIBRARY(default if 565 . Fixed bug #54204 (Can't set a value with a PATH section in php.ini). 579 . Fixed bug #51997 (SEEK_CUR with 0 value, returns a warning). (Ilia) 723 . Fixed wrong value of log_level when invoking fpm with -tt. (fat) [all …]
|
H A D | NEWS_5_4_0_RC1.txt | 105 value is small enough. (Derick) 2293 value. (Hannes) 2714 non-string value). (Felipe) 4082 value). (Ilia) 4299 invalid or missing value. 4684 value from registry. (Dmitry) 5211 - Fixed bug #36908 (wsdl default value overrides value in soap request). 5842 value) (Dmitry, Tony) 6185 include_path value). (Ilia) 6226 - Fixed bug #29689 (default value of protected member overrides default value [all …]
|
H A D | NEWS_5_4_0_beta1.txt | 11 value is small enough. (Derick) 2197 value. (Hannes) 2618 non-string value). (Felipe) 3986 value). (Ilia) 4203 invalid or missing value. 4588 value from registry. (Dmitry) 5115 - Fixed bug #36908 (wsdl default value overrides value in soap request). 5746 value) (Dmitry, Tony) 6089 include_path value). (Ilia) 6130 - Fixed bug #29689 (default value of protected member overrides default value [all …]
|
H A D | NEWS_5_4_0_alpha1.txt | 26 - Changed default value of "default_charset" php.ini option from ISO-8859-1 to 121 . Added shortcut #inisetting=value to change ini settings at run-time. 148 . scandir() now accepts SCANDIR_SORT_NONE as a possible sorting_order value.
|
/web-php/js/ext/ |
H A D | jquery-3.6.0.min.js | 2 …value===n}},b.find.ID=function(e,t){if("undefined"!=typeof t.getElementById&&E){var n,r,i,o=t.getE…
|
/web-php/releases/8.2/ |
H A D | release.inc | 229 // Even though the fibers execute in a random order, they will print the same value
|
/web-php/releases/8.3/ |
H A D | release.inc | 76 // Fatal error: Cannot use array as value for class constant
|
/web-php/ |
H A D | composer.lock | 1952 "description": "Collection of value objects that represent the PHP code units", 2707 … "description": "Collection of value objects that represent the types of the PHP type system",
|
Completed in 142 milliseconds