Home
last modified time | relevance | path

Searched refs:text (Results 1 – 25 of 39) sorted by relevance

12

/web-php/js/
H A Dcommon.js62 var bork = function (text) { argument
92 text = text.replace(subs[i][0], subs[i][1]);
94 return text;
182 function localpage(text) { argument
183 lookfor(text);
190 cb($("#goto .text").text());
200 $("#goto .text").text(txt);
303 text: 'Live long and prosper !'
548 text: 'To Top', property in AnonymousFunction2c689dc12100.settings
758 text: '', property in flashMessage.defaults
[all …]
/web-php/styles/
H A Dtheme-medium.css3 --background-text-color: #CCC;
25 color: var(--content-text-color)
246 text-decoration: none;
452 text-align: left;
644 text-overflow: ellipsis;
657 text-overflow: ellipsis;
765 #usernotes .note .text {
808 #usernotes .note .text,
1016 text-align: center;
1099 text-align: center;
[all …]
H A Dhome.css29 text-align: center;
30 text-rendering: optimizeLegibility;
49 text-align: center;
98 color: var(--background-text-color);
162 text-align: right;
204 text-align: center;
H A Dtheme-base.css35 .hide-text {
38 text-shadow: none;
357 text-align: right;
395 text-align: right;
400 text-align: right;
427 text-align: right;
501 text-align: left;
686 text-align: right;
1147 text-align: left;
1485 #goto .search .text {
[all …]
H A Dphp8.css85 text-align: center;
130 text-decoration: none !important;
137 text-align: center;
153 text-align: left;
239 text-align: left;
254 text-align: center;
268 text-align: left;
368 text-decoration: none;
H A Dmirror.css49 text-align: right;
59 text-align: center;
91 text-indent: 10px;
H A Drtl.css18 text-align:right;
H A Di-love-markdown.css117 text-decoration: none;
143 text-decoration: none;
183 text-align: left;
187 text-align: left !important;
H A Dcredits.css29 text-align: left;
/web-php/releases/8.0/
H A Dcommon.php62 foreach (LANGUAGES as $lang => $text) {
64 echo $tab, "<option value='$lang'$selected>$text</option>\n";
/web-php/fonts/Font-Awesome/css/
H A Dfontello.css29 text-decoration: inherit;
32 text-align: center;
37 text-transform: none;
54 /* text-shadow: 1px 1px 1px rgba(127, 127, 127, 0.3); */
H A Dfontello-embedded.css32 text-decoration: inherit;
35 text-align: center;
40 text-transform: none;
57 /* text-shadow: 1px 1px 1px rgba(127, 127, 127, 0.3); */
/web-php/include/
H A Dshared-manual.inc92 * Get user notes from the appropriate text dump
134 $text = clean_note($note->text);
198 <div class="text" id="Hcom{$note->id}">
199 {$text}
475 function autogen(string $text, string $lang) {
481 if (isset($translations[$lang][$text]) && $translations[$lang][$text] !== "") {
482 return $translations[$lang][$text];
486 return autogen($text, "en");
489 throw new \InvalidArgumentException("Cannot autogenerate text for '$text'");
497 return autogen($text, "en");
[all …]
H A Dpregen-news.inc14 'type' => 'text/html',
20 'type' => 'text/html',
97 'type' => 'text/html',
103 'type' => 'text/html',
146 'type' => 'text/html',
152 'type' => 'text/html',
195 'type' => 'text/html',
201 'type' => 'text/html',
244 'type' => 'text/html',
250 'type' => 'text/html',
[all …]
H A Dmozopensearch.inc9 …<Url type="text/html" method="get" template="<?php echo $MYSITE; ?>manual-lookup.php?pattern={sear…
H A Dprepend.inc17 header("Content-type: text/html; charset=utf-8");
113 gcse.type = 'text/javascript';
/web-php/releases/8.1/
H A Dcommon.php58 foreach (LANGUAGES as $lang => $text) {
60 echo $tab, "<option value='$lang'$selected>$text</option>\n";
/web-php/releases/8.2/
H A Dcommon.php58 foreach (LANGUAGES as $lang => $text) {
60 echo $tab, "<option value='$lang'$selected>$text</option>\n";
/web-php/releases/8.3/
H A Dcommon.php58 foreach (LANGUAGES as $lang => $text) {
60 echo $tab, "<option value='$lang'$selected>$text</option>\n";
/web-php/releases/8.4/
H A Dcommon.php59 foreach (LANGUAGES as $lang => $text) {
61 echo $tab, "<option value='$lang'$selected>$text</option>\n";
/web-php/
H A D.gitattributes2 /backend/events/* -text
H A DMakefile11 vendor/bin/phpunit --configuration=tests/phpunit.xml --coverage-text --testsuite=unit
/web-php/src/UserNotes/
H A DUserNote.php13 public string $text, argument
/web-php/manual/en/toc/
H A Dref.strings.inc240 0 => 'function.similar-text.php',
502 0 => 'refs.basic.text.php',
H A Dfuncref.inc110 0 => 'refs.basic.text.php',

Completed in 89 milliseconds

12