Home
last modified time | relevance | path

Searched refs:a (Results 1 – 20 of 20) sorted by relevance

/web-master/vendor/michelf/php-markdown-extra/
H A DPHP Markdown Extra Readme.text23 "Markdown" is two things: a plain text markup syntax, and a software
28 PHP Markdown can work as a plug-in for WordPress and bBlog, as a
349 * Fixed a problem where `<hr@example.com>` was seen as a horizontal
392 a horizontal line.
405 producing a PHP warning.
412 * Fixed a problem where an escaped backslash before a code span
531 preceded too closely by a paragraph (not separated by a blank line)
536 form a valid tag in a multiline paragraph.
582 giving a fatal error.
702 * Fix for a problem where a paragraph following a table was not
[all …]
H A DLicense.text28 to, the implied warranties of merchantability and fitness for a
/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
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
104 * Select a MySQL database
117 * Send a MySQL query
184 * Selects a database and executes a query on it
221 * List tables in a MySQL database
397 * Fetch a result row as an associative array, a numeric array, or both
447 * Fetch a result row as an object
[all …]
/web-master/scripts/
H A Dip-to-country33 should start with a given line and end with a given line,
34 and all lines inside should be 24 bytes long with a
51 // While we can read a line from the file
67 // or we get a data line containing 24 bytes, in
113 // We store the index in a PHP array temporarily
128 // Unable to read a record and not at end => error
133 // This is a new record
139 // If this range starts a new step with our granularity,
140 // add a new element to the index array
H A Drss_parser10 // Return the whole file in a string
20 // Try to find a link in the text with any the used linking methods
23 if (preg_match('/<a\s+name="([^"]*)">/', $text, $matches)) {
31 } elseif (preg_match('/<a\s+href="([^"]*)">/', $text, $matches)) {
35 // Make sure it is a full URL
50 // Replace the links with <a> links (use this or the one below)
52 …ace('/<\?php\s+print_link\s*\("([^"]+)",\s*"([^"]+)"\);\s*\?>/', "<a href=\"$1\">$2</a>", $text); …
53 …'/<\?php\s+print_link\s*\(\'([^\']+)\',\s*\'([^\']+)\'\);\s*\?>/', "<a href=\"$1\">$2</a>", $text);
92 // We are not in a news item
99 // We are in a news item
[all …]
H A Devent_listing31 "<h4>Upcoming Events <a href=\"/submit-event.php\">[add]</a></h4>\n"
49 // Fgetcsv() returns an array with a single null element
50 // for a blank line, which we need to skip
72 // Start new category with a category header
93 …vent_$ccode vevent\"><abbr title=\"$y-$m-$d\" class=\"dtstart\">$d</abbr>. <a href=\"/cal.php?id=$…
95 "</a></span><br />\n";
117 // Start month with a header
H A Dpregen_news7 function date_sort($a, $b) {
8 …return $a["updated"] == $b["updated"] ? 0 : (strtotime($a["updated"]) > strtotime($b["updated"]) ?…
127 …$content .= "<p class='fullArticleLink'><a href='$permanentLink' class>&hellip; read full article<…
H A Dconference_teaser20 // Loop over the items and store them in a array
29 // This is neither a conf announcement nor cfp, skip it
H A Dupdate-backend15 // This script may run for a long time,
57 // Fetch data into a temporary file first, and then
H A Dpregen_flickr11 // ensure caller specified a place to write to.
62 . preg_replace('/[^a-z0-9_\.]/i', '', basename($photo['url_sq']));
/web-master/
H A Dusers.sql13 /* we have a full-text index on name, username and email for searching, and we
16 /* a user will be able to change the email address associated with
19 it to a more general flags field or something. it already implies
21 /* dns_allow states whether or not a user gets a <username>.people.php.net hostname.
H A Dnote.sql2 /* TODO: there is a similar table for php-gtk's manual. it should probably be
6 /* TODO: lang should probably be linked to a languages table of some sort.
H A Dfbsd_upgrade.txt44 11. Take a snapshot of the running processes/services:
/web-master/manage/
H A Dchallenge-response.php30 function sort_by_domain($a, $b) argument
32 list($al, $ad) = explode('@', $a, 2);
H A Duser-notes.php349 …', urlencode((string)$reason), '" target=\"_blank\">', 'Delete Note: ', hsc($text), "</a><br />\n";
351 …echo "<a href=\"https://master.php.net/note/delete/$id\" target=\"_blank\">Delete Note: other reas…
/web-master/include/
H A Demail-templates.inc32 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
55 We urge you to make another appeal for a VCS account, but first
62 Choose a list that relates to your request:
H A Dlogin.inc35 // IS_DEV was 1 or 0 until 22 Feb 2012. It's now a @php.net username hint.
63 <a href="/forgot.php" /> Forgot your password?</a>
101 // Set a cookie to tell various .php.net services that the user is probably logged in
H A Dfunctions.inc200 printf("<a href=\"%s?%s\">&laquo; Previous %d",
219 printf("<a href=\"%s?%s\">Next %d &raquo;",
459 return "'". hsc($in['email']) ."' does not look like a valid email address";
462 return "'". hsc($in['username']) ."' is not a valid username";
H A Dspam-lib.inc70 // * BBCode links (a common spam technique)
/web-master/manage/js/
H A Djquery.min.js19a=function(F){var E=F.relatedTarget;while(E&&E!=this){try{E=E.parentNode}catch(G){E=this}}if(E!=th… function

Completed in 33 milliseconds