Home
last modified time | relevance | path

Searched refs:from (Results 1 – 13 of 13) sorted by relevance

/web-master/include/
H A Dmailer.php24 function mailer($to, $subject, $body, MailAddress $from, array $replyTos = []) { argument
34 $mail->setFrom($from->email, $from->name);
H A Demail-validation.inc4 // Try to remove antispam bits from the address
H A Dfunctions.inc16 // used in scripts which should only be called from particular machines
/web-master/entry/
H A Dsvn-account.php86 $from = "\"$name\" <$email>"; variable
90 …mail($mailto,"VCS Account Request: $username",$msg,"From: $from\r\nMessage-ID: <cvs-account-$new_i…
98 …mail($failto,"VCS Account Request: $username",$msg,"From: $from\r\nMessage-ID: <cvs-account-$new_i…
/web-master/
H A Dgithub-webhook.php43 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);
/web-master/scripts/
H A Dupdate-backend5 // only who knows the token can fetch data from the server
43 // Pregenerate elephpant image pool from flickr.
H A Dip-to-country3 // This script will only work if included from "update-backend"!
22 // Fetch data from server to local temporary file
51 // While we can read a line from the file
H A Dpregen_flickr71 // attempt to fetch the file from flickr.
75 // otherwise, remove it from the list of photos.
H A Devent_listing42 // Get information event elements from file
/web-master/.phan/internal_stubs/
H A Dmysql.phan_php272 * Returns the text of the error message from previous MySQL operation
275 * @return string the error text from the last MySQL function, or
286 * @return int the error number from the last MySQL function, or
302 * of the records will have been deleted from the table but this
339 * The row number from the result that's being retrieved. Row numbers
387 * <b>mysql_fetch_row</b> fetches one row of data from
462 * mysql_fetch_row fetches one row of data from
495 * Get column information from a result and return as an object
864 * Retrieves database name from the call to {@see mysql_list_dbs}
867 * The result pointer from a call to <b>mysql_list_dbs</b>.
[all …]
/web-master/manage/
H A Duser-notes.php220 $from = $limitVotes + 1; variable
224 echo "<p><strong>Showing $from - $to of $resultCount results.</strong></p>";
330 $from = date('Y-m-d H:i:s', $row['from']); variable
337 " <td style=\"padding: 5px;\">{$from}</td>\n".
/web-master/vendor/michelf/php-markdown-extra/
H A DPHP Markdown Extra Readme.text111 can solve this problem by installing the "smartypants.php" file from
217 and elsewhere from being interpreted correctly.
256 There is still a quirk which may prevent this from working correctly with
331 * Footnotes may now be referenced from within another footnote.
403 * Overriding configuration settings by defining constants from an
413 would prevent the code span from being created. This should now
450 * Fixed an issue preventing footnotes from working when the parser's
506 backslashes were sometime required to prevent Markdown from "eating" the
654 * Now only trim trailing newlines from code blocks, instead of trimming
737 from working right.
[all …]
H A DLicense.text23 be used to endorse or promote products derived from this software

Completed in 21 milliseconds