Home
last modified time | relevance | path

Searched refs:to (Results 1 – 21 of 21) sorted by relevance

/web-master/scripts/
H A Dip-to-country5 // Fetch ip-to-country.com data and index database
9 $ipdbt = "ip-to-country.db~";
10 $ipdbc = "ip-to-country.dbr~";
11 $ipdb = "$root/backend/ip-to-country.db";
12 $ipidx = "$root/backend/ip-to-country.idx";
18 // Get last modified date of ip-to-country data
48 // the file is expected to be ok
58 // switch to the 'data' state
107 // Create local index for ip-to-country.com data
140 // add a new element to the index array
[all …]
H A Dpregen_flickr11 // ensure caller specified a place to write to.
33 // extras is set to 'url_sq' to get the href of the square thumbnail.
51 trigger_error("Failed to decode flickr service response.", E_USER_WARNING);
71 // attempt to fetch the file from flickr.
83 // if we failed to download any images, don't commit photo info.
85 trigger_error("Failed to download any flickr photos.", E_USER_WARNING);
H A Dconference_teaser4 This code is used to pregenerate the conference teaser array displayed
7 PHP code ready to be included to $outfile
12 // Try to open output file for reading
14 if (!$out) { die("unable to pregenerate conference teaser to '$outfile~'"); }
H A Devent_listing4 This code is used to pregenerate the events listing displayed
7 PHP code ready to be included to $outfile
12 // Try to open output file for reading
14 if (!$out) { die("unable to pregenerate events list to '$outfile~'"); }
18 if (!$csv) { die("unable to open $csvfile for reading"); }
50 // for a blank line, which we need to skip
92 // Add event to the "buffer"
101 // Add the last category to the "buffer"
H A Drss_parser3 // This file contains code to scrape the PHP.net homepage and
7 // Thanks to Adolfo Garcia Veytia for contributing the
8 // original version of this code to php.net
20 // Try to find a link in the text with any the used linking methods
83 // We have not started to parse the
89 // and patterns to recognize for news item elements
149 // And the text needs to be cleaned up
152 // And date needs to be reformatted
182 // Add RSS footer information to $RSS
187 // Add an RSS item's information to $RSS
[all …]
H A Dupdate-backend11 // We need the root path for phpweb to write the data there
16 // due to remote data fetching
30 // Run ip-to-country fetch code
84 // out the chunk to the output file if possible
/web-master/include/
H A Demail-templates.inc17 The $userinfo[username]@php.net forward to $userinfo[email] should
31 Welcome to the PHP development team! If you encounter any problems
32 with your VCS account, feel free to send us a note at $mailtext.
41 Feel free to send us a note at group@php.net to find out why this
52 which VCS accounts are granted, and your request failed to meet
55 We urge you to make another appeal for a VCS account, but first
56 it helps to write the appropriate list and:
59 * Explain what you want to work on
62 Choose a list that relates to your request:
70 PHP accounts are granted to developers who have earned the trust
[all …]
H A Dmailer.php24 function mailer($to, $subject, $body, MailAddress $from, array $replyTos = []) { argument
35 $mail->addAddress($to);
H A Demail-validation.inc4 // Try to remove antispam bits from the address
11 // Try to check that this email address is valid
H A Dfunctions.inc96 die(format_warn("Unable to connect to database!"));
102 die(format_warn("Unable to select database!"));
118 die("Incorrect number of parameters to query.");
319 $to = MT_USER_APPROVE_MAIL . ($cc ? ",$cc" : "");
323 mail($to, $subject, $message, $headers, "-fnoreply@php.net");
328 warn("wasn't able to grant access to id $id.");
344 $to = MT_USER_REMOVE_MAIL . ($cc ? ",$cc" : "");
351 …mail($to, $subject, $message,"From: PHP Group <group@php.net>\nIn-Reply-To: <cvs-account-$id@php.n…
358 warn("wasn't able to delete id $id.");
435 # returns false if $user is not allowed to modify $userid
[all …]
H A Dlogin.inc101 // Set a cookie to tell various .php.net services that the user is probably logged in
/web-master/vendor/michelf/php-markdown-extra/
H A DPHP Markdown Extra Readme.text20 allows you to write using an easy-to-read, easy-to-write plain text
63 You can configure PHP Markdown to not apply to the comments on your
108 Contrary to Textile, Markdown does not convert quotes to curly ones
123 want to convert:
145 Markdown to work on dynamic pages.
158 | Program | Path to Markdown
197 To file bug reports please send email to:
522 PHP Markdown since 1.0.1d but which I forgot to add to Extra.
574 to entities. Thanks to Milian Wolff for his optimisations.
635 Hashes are turned back to HTML prior output.
[all …]
H A DLicense.text23 be used to endorse or promote products derived from this software
28 to, the implied warranties of merchantability and fitness for a
31 exemplary, or consequential damages (including, but not limited to,
/web-master/
H A Dgithub-webhook.php19 $to = 'systems@php.net';
22 $to = $email;
26 return $to;
43 function send_mail($to, $subject, $message, MailAddress $from, array $replyTos = []) { argument
45 $to, $from->name, $from->email, $subject, $message);
48 mailer($to, $subject, $message, $from, $replyTos);
H A Dusers.sql5 * 'subscription' to bugs
6 * 'subscription' to notes updates of manual sections
16 /* a user will be able to change the email address associated with
18 /* the cvsaccess field requires more thought. we might want to expand
19 it to a more general flags field or something. it already implies
20 an email alias in addition to cvs access. */
63 /* the users_profile table contains up to one profile row for each user */
H A Dfbsd_upgrade.txt19 7. Verify that the kernel config file is up to date and that
21 yet (refer to UPDATING).
H A Dnote.sql4 /* TODO: the user stuff should be linked to the users table so people could
6 /* TODO: lang should probably be linked to a languages table of some sort.
H A DREADME.md7 # TODO: This is supposed to be submodule, but not actually registered as one.
/web-master/.phan/internal_stubs/
H A Dmysql.phan_php8 * Open a connection to a MySQL Server
12 * "hostname:port" or a path to a local socket e.g. ":/path/to/socket" for
31 * If a second call is made to <b>mysql_connect</b>
58 * Open a persistent connection to a MySQL server
62 * "hostname:port" or a path to a local socket e.g. ":/path/to/socket" for
163 * The SQL query to execute.
199 * queries to indicate success/failure.
229 * Use the <b>mysql_tablename</b> function to
455 * An optional array of parameters to pass to the constructor
624 * The string that is to be escaped.
[all …]
/web-master/manage/
H A Duser-notes.php221 $to = $NextPage * 25; variable
222 $to = $to > $resultCount ? $resultCount : $to; variable
224 echo "<p><strong>Showing $from - $to of $resultCount results.</strong></p>";
331 $to = date('Y-m-d H:i:s', $row['to']); variable
338 " <td style=\"padding: 5px;\">{$to}</td>\n".
393 if (isset($to) && isset($resultCount) && $to < $resultCount) {
H A Dgithub.php29 die('Request to GitHub failed. Endpoint: '.$endpoint);
45 die('Failed to get current user');

Completed in 43 milliseconds