Home
last modified time | relevance | path

Searched refs:code (Results 1 – 25 of 35) sorted by relevance

12

/web-php/releases/8.1/
H A Dcommon.php69 function message($code, $language = 'en') argument
76 return $translation[$code] ?? $original[$code] ?? $code;
H A Drelease.inc45 <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 Dcommon.php69 function message($code, $language = 'en') argument
76 return $translation[$code] ?? $original[$code] ?? $code;
H A Drelease.inc50 <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 Dcommon.php69 function message($code, $language = 'en') argument
76 return $translation[$code] ?? $original[$code] ?? $code;
H A Drelease.inc45 <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 Dcommon.php70 function message($code, $language = 'en') argument
77 return $translation[$code] ?? $original[$code] ?? $code;
H A Drelease.inc47 <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 Dmy.php48 foreach ($langs as $code => $name) {
49 $options[] = '<option value="' . $code . '">' . $name . "</option>\n";
H A DMakefile9 .PHONY: code-coverage
10 code-coverage: vendor ## Collects code coverage from running unit tests with phpunit/phpunit
H A Dcomposer.lock494 "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 D3_01.txt10 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 D3_0.txt24 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 D2_01.txt22 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 D2_02.txt22 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 Di-love-markdown.css52 .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 Dtheme-base.css255 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 Dphp8.css285 .php8-h2 code,
286 .php8-compare__content code {
294 .php8-code {
309 .php8-code {
/web-php/include/
H A Dlangchooser.inc26 language is stipped, so the shortcut handling code
39 // The code is encapsulated in a function,
H A Dlayout.inc16 // 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 Dposttohost.inc4 This code is used to post data to the central server which
H A Ddo-download.inc4 This code redirects the user to the exact file to
H A Dheader.inc80 <?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 DREADME.txt42 and character code definitions
51 content. See fontello source code for examples.
/web-php/.github/workflows/
H A Dintegrate.yaml12 code-coverage:
52 - name: "Collect code coverage from running unit tests with phpunit/phpunit"

Completed in 33 milliseconds

12