Home
last modified time | relevance | path

Searched refs:n (Results 1 – 12 of 12) sorted by relevance

/web-master/scripts/
H A Drss_parser162 "<rdf:RDF\n" .
166 ">\n" .
171 "\t<items>\n" .
172 "\t\t<rdf:Seq>\n";
179 $RSS .= "\t\t</rdf:Seq>\n\t</items>\n</channel>\n";
184 $RSS .= "</rdf:RDF>\n";
194 $RSS .= "\n<item rdf:about=\"$href\">\n" .
195 "\t<title>$title</title>\n" .
196 "\t<link>$href</link>\n" .
200 "</item>\n";
[all …]
H A Devent_listing30 "<?php\n\$RSIDEBAR_DATA = <<<END_RSIDEBAR_DATA\n" .
31 "<h4>Upcoming Events <a href=\"/submit-event.php\">[add]</a></h4>\n"
36 $endm = date("n", $endts);
62 "</h4>\n";
79 $content = '<h4>' . $cats[$cat] . "</h4>\n";
95 "</a></span><br />\n";
129 fwrite($out, "END_RSIDEBAR_DATA;\n");
136 echo "'$outfile~' was empty, skipping\n";
H A Dconference_teaser45 fwrite($out, "<?php\n$write\n?>");
50 echo "'$outfile~' was empty, skipping\n";
H A Dip-to-country73 } elseif (!preg_match("!\\d{20}\\w{3}\n!", $line)) {
153 fwrite($ipidxf, join("\n", $idx_list));
/web-master/manage/
H A Dchallenge-response.php89 $n = 0; variable
91 $n = mysql_result($res, 0); variable
94 echo "You have <b>$n</b> messages in quarantine<br>";
H A Duser-notes.php349 …', urlencode((string)$reason), '" target=\"_blank\">', 'Delete Note: ', hsc($text), "</a><br />\n";
/web-master/vendor/michelf/php-markdown-extra/
H A Dmarkdown.php2366 foreach ($separators as $n => $s) {
2367 if (preg_match('/^ *-+: *$/', $s)) $attr[$n] = ' align="right"';
2368 else if (preg_match('/^ *:-+: *$/', $s))$attr[$n] = ' align="center"';
2369 else if (preg_match('/^ *:-+ *$/', $s)) $attr[$n] = ' align="left"';
2370 else $attr[$n] = '';
2383 foreach ($headers as $n => $header)
2384 $text .= " <th$attr[$n]>".$this->runSpanGamut(trim($header))."</th>\n";
2402 foreach ($row_cells as $n => $cell)
2403 $text .= " <td$attr[$n]>".$this->runSpanGamut(trim($cell))."</td>\n";
H A DPHP Markdown Extra Readme.text223 1.0.1n (10 Oct 2009):
/web-master/include/
H A Dspam-lib.inc89 if (preg_match ('/^X-Spam-Status:.+(?:\n\t.+)*'.'/m', (string)$spam, $match)) {
H A Dlogin.inc121 "]\" value=\"", hsc($v), "\" />\n";
H A Dfunctions.inc147 …die(format_warn("Query failed: " . hsc(mysql_error()) . "<tt>\n" . hsc($query) . "</tt><br />({$bt…
495 '>', html_entity_decode($v,ENT_QUOTES), "</option>\n";
/web-master/manage/js/
H A Djquery.min.js19n,d=[["height","marginTop","marginBottom","paddingTop","paddingBottom"],["width","marginLeft","mar… variable

Completed in 80 milliseconds