Home
last modified time | relevance | path

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

/web-php/manual/
H A Dadd-note.php24 $needed_vars = ['note', 'user', 'sect', 'redirect', 'action', 'func', 'arga', 'argb', 'answer'];
36 $user = trim($_POST['user']); variable
45 if ($user === "user@example.com") {
46 $user = "Anonymous"; variable
63 elseif (stristr($user, "|")) {
99 'user' => $user,
144 manual_note_display(new UserNote('', '', '', time(), $user, $note));
/web-php/include/
H A Dshared-manual.inc31 * Print out all user notes for this manual page
70 // If we have no notes, then inform the user
86 * Get user notes from the appropriate text dump
114 // Print out one user note entry
117 if ($note->user) {
118 … $name = "\n <strong class=\"user\"><em>" . htmlspecialchars($note->user) . "</em></strong>";
120 $name = "<strong class=\"user\"><em>Anonymous</em></strong>";
165 'https://main.php.net/manage/user-notes.php?action=edit+' . $note->id,
172 'https://main.php.net/manage/user-notes.php?action=reject+' . $note->id,
179 '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 Dmozsearch.inc12 <input name="pattern" user="">
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
95 // Specified by the user via the browser's Accept Language setting
140 // This is not in conformance to the RFC, but it here for user
H A Dprepend.inc83 // Get country of the user and set it in a cookie
96 // Load in the user preferences
171 // Save user settings in cookie
H A Ddo-download.inc4 This code redirects the user to the exact file to
H A Derrors.inc145 'ignore-user-abort' => 'misc.configuration.php#ini.ignore-user-abort',
191 'user-dir' => 'ini.core.php#ini.user-dir',
205 'user-agent' => 'filesystem.configuration.php#ini.user-agent',
227 'odbc.default-user' => 'odbc.configuration.php#ini.uodbc.default-user',
242 'mysql.default-user' => 'mysql.configuration.php#ini.mysql.default-user',
252 'mysqli.default-user' => 'mysqli.configuration.php#ini.mysqli.default-user',
H A Dlayout.inc198 // 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/
H A Ddownload-docs.php102 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 127 milliseconds