Home
last modified time | relevance | path

Searched refs:user (Results 1 – 23 of 23) sorted by relevance

/web-php/manual/
H A Dadd-note.php40 $user = trim($_POST['user']); variable
49 if ($user === "user@example.com") {
50 $user = "Anonymous"; variable
67 elseif (stristr($user, "|")) {
103 'user' => $user,
148 manual_note_display(new UserNote('', '', '', time(), $user, $note));
/web-php/include/
H A Dshared-manual.inc30 * Print out all user notes for this manual page
75 // If we have no notes, then inform the user
92 * Get user notes from the appropriate text dump
120 // Print out one user note entry
123 if ($note->user) {
124 … $name = "\n <strong class=\"user\"><em>" . htmlspecialchars($note->user) . "</em></strong>";
126 $name = "<strong class=\"user\"><em>Anonymous</em></strong>";
171 'https://main.php.net/manage/user-notes.php?action=edit+' . $note->id,
178 'https://main.php.net/manage/user-notes.php?action=reject+' . $note->id,
185 'https://main.php.net/manage/user-notes.php?action=delete+' . $note->id,
[all …]
H A Dip-to-country.inc7 out what country the user is in. This data is stored in
36 not there, or they are bogus, or the user has a non listed
43 // Try to find out the country of the user and
50 // Get the real IP of the user
186 // Returns the real IP address of the user
200 // user. Might not need any more hackin if there is a squid reverse proxy
H A Dlangchooser.inc18 $UA_LANGS will contain the user agent language settings
21 the user in case he would like to get information on the
H A Dmozsearch.inc12 <input name="pattern" user="">
H A Ddo-download.inc4 This code redirects the user to the exact file to
H A Derrors.inc147 'ignore-user-abort' => 'misc.configuration.php#ini.ignore-user-abort',
193 'user-dir' => 'ini.core.php#ini.user-dir',
207 'user-agent' => 'filesystem.configuration.php#ini.user-agent',
229 'odbc.default-user' => 'odbc.configuration.php#ini.uodbc.default-user',
244 'mysql.default-user' => 'mysql.configuration.php#ini.mysql.default-user',
254 'mysqli.default-user' => 'mysqli.configuration.php#ini.mysqli.default-user',
H A Dprepend.inc89 // Get country of the user and set it in a cookie
H A Dlayout.inc202 // Clean out the content of one user note for printing to HTML
H A Dpregen-news.inc1832 …<p>The Italian PHP user group GrUSP is pleased to announce the <b><a href="https://2019.phpday.it/…
7088 …<p>The Santa Catarina PHP user group (PHPSC) announce the <b><a href="https://conf.phpsc.com.br/">…
7099 …'intro' => '<div><p>The Santa Catarina PHP user group (PHPSC) announce the <b><a href="https://con…
7333 …<p>The Italian PHP user group GrUSP is pleased to announce the <b><a href="https://2018.phpday.it/…
13345 …<p>Have you ever thought about giving a talk at a user group or at a conference but weren\'t sure …
17630 The Italian PHP user group GrUSP is pleased to announce the 13th edition
22503 …ing to work in the industry to expanding your skill set as an experienced user; we have sessions f…
22517 …ing to work in the industry to expanding your skill set as an experienced user; we have sessions f…
22947 …<p>The Italian PHP user group GrUSP is pleased to announce the 12th edition of the Italian phpDay …
22952 …'intro' => '<div><p>The Italian PHP user group GrUSP is pleased to announce the 12th edition of th…
[all …]
/web-php/tests/Unit/UserNotes/
H A DSorterTest.php106 @list($id, $sect, $rate, $ts, $user, $note, $up, $down) = explode('|', $line);
107 …$notes[$id] = new UserNote($id, $sect, $rate, $ts, $user, base64_decode($note, true), (int) $up, (…
/web-php/src/UserNotes/
H A DUserNote.php12 public string $user, argument
/web-php/releases/8.2/
H A Drelease.inc304 $user = new User();
305 $user->last_name = 'Doe';
307 $user = new stdClass();
308 $user->last_name = 'Doe';
325 $user = new User();
326 $user->last_name = 'Doe'; // Deprecated notice
328 $user = new stdClass();
329 $user->last_name = 'Doe'; // Still allowed
/web-php/include/ui_translation/
H A Den.ini9 no_user_notes = "There are no user contributed notes for this page."
/web-php/
H A Ddownload-docs.php105 if ($formatname === 'HTML Help file (with user notes)') {
/web-php/.github/workflows/
H A Dremove-needs-feedback.yml13 …vent.issue.labels.*.name, 'Status: Needs Feedback') && github.event.issue.user.login == github.eve…
/web-php/backend/notes/d7/
H A Dd7742c269d23ea8633 75146|function.strpos|75|1179195708|user at nomail dot com|VGhpcyBpcyBhIGJpdCBtb3JlIHVzZWZ1bCB3aGVu…
/web-php/fonts/Fira/
H A DLICENSE67 binary files as long as those fields can be easily viewed by the user.
/web-php/.github/
H A DCONTRIBUTING.md45 a huge win for every www.php.net user.
/web-php/releases/
H A DNEWS_5_4_0_beta2.txt83 . Added user JIS X0213:2004 (Shift_JIS-2004, EUC-JP-2004, ISO-2022-JP-2004)
85 . Added the user user defined area for CP936 and CP950 (Rui).
163 . Enhance security by limiting access to user defined extensions.
256 by different information for internal and user classes.
757 SplTempFileObject crash when user-space classes don't call the paren
H A DNEWS_5_4_0_alpha1.txt79 by different information for internal and user classes.
H A DNEWS_5_4_0_beta1.txt32 . Added user JIS X0213:2004 (Shift_JIS-2004, EUC-JP-2004, ISO-2022-JP-2004)
34 . Added the user user defined area for CP936 and CP950 (Rui).
112 . Enhance security by limiting access to user defined extensions.
205 by different information for internal and user classes.
706 SplTempFileObject crash when user-space classes don't call the paren
2077 impersonated user). (Pierre)
2187 not be overridden by user-defined ini-files or during runtime.
2448 - Added ability to send user defined HTTP headers with SOAP request.
2512 - Fixed bug #48624 (.user.ini never gets parsed). (Pierre)
2566 - Fixed bug #47318 (UMR when trying to activate user config). (Pierre)
[all …]
H A DNEWS_5_4_0_RC1.txt126 . Added user JIS X0213:2004 (Shift_JIS-2004, EUC-JP-2004, ISO-2022-JP-2004)
128 . Added the user defined area for CP936 and CP950 (Rui).
206 . Enhance security by limiting access to user defined extensions.
301 by different information for internal and user classes.
802 SplTempFileObject crash when user-space classes don't call the paren
2173 impersonated user). (Pierre)
2283 not be overridden by user-defined ini-files or during runtime.
2544 - Added ability to send user defined HTTP headers with SOAP request.
2608 - Fixed bug #48624 (.user.ini never gets parsed). (Pierre)
2662 - Fixed bug #47318 (UMR when trying to activate user config). (Pierre)
[all …]

Completed in 116 milliseconds