Searched refs:n (Results 1 – 12 of 12) sorted by relevance
/web-master/scripts/ |
H A D | rss_parser | 162 "<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 D | event_listing | 30 "<?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 D | conference_teaser | 45 fwrite($out, "<?php\n$write\n?>"); 50 echo "'$outfile~' was empty, skipping\n";
|
H A D | ip-to-country | 73 } elseif (!preg_match("!\\d{20}\\w{3}\n!", $line)) { 153 fwrite($ipidxf, join("\n", $idx_list));
|
/web-master/manage/ |
H A D | challenge-response.php | 89 $n = 0; variable 91 $n = mysql_result($res, 0); variable 94 echo "You have <b>$n</b> messages in quarantine<br>";
|
H A D | user-notes.php | 349 …', urlencode((string)$reason), '" target=\"_blank\">', 'Delete Note: ', hsc($text), "</a><br />\n";
|
/web-master/vendor/michelf/php-markdown-extra/ |
H A D | markdown.php | 2366 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 D | PHP Markdown Extra Readme.text | 223 1.0.1n (10 Oct 2009):
|
/web-master/include/ |
H A D | spam-lib.inc | 89 if (preg_match ('/^X-Spam-Status:.+(?:\n\t.+)*'.'/m', (string)$spam, $match)) {
|
H A D | login.inc | 121 "]\" value=\"", hsc($v), "\" />\n";
|
H A D | functions.inc | 147 …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 D | jquery.min.js | 19 …n,d=[["height","marginTop","marginBottom","paddingTop","paddingBottom"],["width","marginLeft","mar… variable
|
Completed in 31 milliseconds