/web-php/releases/8.1/ |
H A D | common.php | 69 function message($code, $language = 'en') argument 76 return $translation[$code] ?? $original[$code] ?? $code;
|
H A D | release.inc | 45 <div class="php8-code phpcode"> 63 <div class="php8-code phpcode"> 92 <div class="php8-code phpcode"> 117 <div class="php8-code phpcode"> 147 <div class="php8-code phpcode"> 160 <div class="php8-code phpcode"> 184 <div class="php8-code phpcode"> 204 <div class="php8-code phpcode"> 229 <div class="php8-code phpcode"> 249 <div class="php8-code phpcode"> [all …]
|
/web-php/releases/8.2/ |
H A D | common.php | 69 function message($code, $language = 'en') argument 76 return $translation[$code] ?? $original[$code] ?? $code;
|
H A D | release.inc | 50 <div class="php8-code phpcode"> 73 <div class="php8-code phpcode"> 108 <div class="php8-code phpcode"> 128 <div class="php8-code phpcode"> 155 <div class="php8-code phpcode"> 174 <div class="php8-code phpcode"> 202 <div class="php8-code phpcode"> 258 <div class="php8-code phpcode"> 296 <div class="php8-code phpcode"> 317 <div class="php8-code phpcode">
|
/web-php/releases/8.3/ |
H A D | common.php | 69 function message($code, $language = 'en') argument 76 return $translation[$code] ?? $original[$code] ?? $code;
|
H A D | release.inc | 45 <div class="php8-code phpcode"> 65 <div class="php8-code phpcode"> 93 <div class="php8-code phpcode"> 111 <div class="php8-code phpcode"> 136 <div class="php8-code phpcode"> 164 <div class="php8-code phpcode"> 204 <div class="php8-code phpcode"> 450 <code> 453 </code> 460 <code> [all …]
|
/web-php/releases/8.4/ |
H A D | common.php | 70 function message($code, $language = 'en') argument 77 return $translation[$code] ?? $original[$code] ?? $code;
|
H A D | release.inc | 47 <div class="php8-code phpcode"> 156 <div class="php8-code phpcode"> 183 <div class="php8-code phpcode"> 215 <div class="php8-code phpcode"> 245 <div class="php8-code phpcode"> 287 <div class="php8-code phpcode"> 313 <div class="php8-code phpcode"> 345 <div class="php8-code phpcode"> 362 <div class="php8-code phpcode"> 390 <div class="php8-code phpcode"> [all …]
|
/web-php/ |
H A D | my.php | 48 foreach ($langs as $code => $name) { 49 $options[] = '<option value="' . $code . '">' . $name . "</option>\n";
|
H A D | Makefile | 9 .PHONY: code-coverage 10 code-coverage: vendor ## Collects code coverage from running unit tests with phpunit/phpunit
|
H A D | composer.lock | 494 "Static code analysis", 748 "name": "phpunit/php-code-coverage", 769 "sebastian/code-unit-reverse-lookup": "^4.0.1", 772 "sebastian/lines-of-code": "^3.0.1", 1095 "phpunit/php-code-coverage": "^11.0.7", 1101 "sebastian/code-unit": "^3.0.1", 1911 "name": "sebastian/code-unit", 1968 "name": "sebastian/code-unit-reverse-lookup", 2430 "name": "sebastian/lines-of-code", 2472 "description": "Library for counting the lines of code in PHP source code", [all …]
|
/web-php/license/ |
H A D | 3_01.txt | 10 1. Redistributions of source code must retain the above copyright 31 Once covered code has been published under a particular version 33 of that version. You may also choose to use such covered code 36 the right to modify the terms applicable to covered code created
|
H A D | 3_0.txt | 24 1. Redistributions of source code must retain the above copyright 45 Once covered code has been published under a particular version 47 of that version. You may also choose to use such covered code 50 the right to modify the terms applicable to covered code created
|
H A D | 2_01.txt | 22 1. Redistributions of source code must retain the above copyright 39 Once covered code has been published under a particular version 42 code under the terms of any subsequent version of the license 44 the right to modify the terms applicable to covered code created
|
H A D | 2_02.txt | 22 1. Redistributions of source code must retain the above copyright 39 Once covered code has been published under a particular version 42 code under the terms of any subsequent version of the license 44 the right to modify the terms applicable to covered code created
|
/web-php/styles/ |
H A D | i-love-markdown.css | 52 .markdown-content pre code:before, 53 .markdown-content pre code:after { 61 .markdown-content p code:before, 62 .markdown-content p code:after {
|
H A D | theme-base.css | 255 code, selector 258 .docs .classsynopsis code { 262 p code, 263 li code, 264 dt code, 265 dl code { 496 .php8-code.phpcode{ 915 .refsect1 code.parameter, 916 strong code, 1029 .docs code.parameter { [all …]
|
H A D | php8.css | 285 .php8-h2 code, 286 .php8-compare__content code { 294 .php8-code { 309 .php8-code {
|
/web-php/include/ |
H A D | langchooser.inc | 26 language is stipped, so the shortcut handling code 39 // The code is encapsulated in a function,
|
H A D | layout.inc | 16 // Highlight PHP code 17 function highlight_php($code, $return = false) 19 $highlighted = highlight_string($code, true); 21 // Use this ugly hack for now to avoid code snippets with bad syntax screwing up the highlighter 23 … $highlighted = '<span class="html">' . nl2br(htmlentities($code, ENT_HTML5), false) . "</span>"; 42 // Same as highlight_php() but does not require '<?php' in $code 43 function highlight_php_trimmed($code, $return = false) 45 $code = "<?php\n" . $code; 46 $highlighted_code = highlight_php($code, true); 122 // Return HTML code for a submit button image
|
H A D | posttohost.inc | 4 This code is used to post data to the central server which
|
H A D | do-download.inc | 4 This code redirects the user to the exact file to
|
H A D | header.inc | 80 <?php foreach($config["languages"] as $code): ?> 81 …="<?php echo $MYSITE ?>manual/<?php echo $code?>/<?php echo $config["thispage"] ?>" hreflang="<?ph…
|
/web-php/fonts/Font-Awesome/ |
H A D | README.txt | 42 and character code definitions 51 content. See fontello source code for examples.
|
/web-php/.github/workflows/ |
H A D | integrate.yaml | 12 code-coverage: 52 - name: "Collect code coverage from running unit tests with phpunit/phpunit"
|