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.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.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/js/ext/
H A Dhogan-3.0.2.min.js5code||this.r,this.c=e,this.options=i||{},this.text=n||"",this.partials=t.partials||{},this.subs=t.… property in t.generate.r
/web-php/include/
H A Dlangchooser.inc26 language is stipped, so the shortcut handling code
34 // The code is encapsulated in a function,
106 // The language part is either a code or a code with a quality
107 // We cannot do anything with a * code, so it is skipped
179 // Make language code lowercase, html encode special chars and remove slashes
182 // The Brazilian Portuguese code needs special attention
185 // Append language code in priority order if it is not
193 // Return with language code
H A Dlayout.inc12 // Highlight PHP code
13 function highlight_php($code, $return = false)
15 $highlighted = highlight_string($code, true);
17 // Use this ugly hack for now to avoid code snippets with bad syntax screwing up the highlighter
19 … $highlighted = '<span class="html">' . nl2br(htmlentities($code, ENT_HTML5), false) . "</span>";
38 // Same as highlight_php() but does not require '<?php' in $code
39 function highlight_php_trimmed($code, $return = false)
41 $code = "<?php\n" . $code;
42 $highlighted_code = highlight_php($code, true);
118 // 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 Dprepend.inc117 // Get preferred language code
122 // Return code
143 // Return code or NONE
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/
H A Dmy.php44 foreach ($langs as $code => $name) {
45 $options[] = '<option value="' . $code . '">' . $name . "</option>\n";
H A DMakefile8 .PHONY: code-coverage
9 code-coverage: vendor ## Collects code coverage from running unit tests with phpunit/phpunit
H A Dcomposer.lock483 "Static code analysis",
736 "name": "phpunit/php-code-coverage",
757 "sebastian/code-unit-reverse-lookup": "^4.0",
760 "sebastian/lines-of-code": "^3.0",
1083 "phpunit/php-code-coverage": "^11.0",
1089 "sebastian/code-unit": "^3.0",
1899 "name": "sebastian/code-unit",
1956 "name": "sebastian/code-unit-reverse-lookup",
2418 "name": "sebastian/lines-of-code",
2460 "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 Dphp8.css288 .php8-h2 code,
289 .php8-compare__content code {
297 .php8-code {
312 .php8-code {
H A Dtheme-base.css302 code, selector
305 .docs .classsynopsis code {
309 p code,
310 li code,
311 dt code,
312 dl code {
559 .php8-code.phpcode{
978 .refsect1 code.parameter,
979 strong code,
1231 .docs code.parameter {
[all …]
/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 76 milliseconds

12