Searched refs:out (Results 1 – 11 of 11) sorted by relevance
/web-master/scripts/ |
H A D | event_listing | 13 $out = @fopen("$outfile~", "w"); 14 if (!$out) { die("unable to pregenerate events list to '$outfile~'"); } 29 $out, 118 fwrite($out, $headline); 124 fwrite($out, $buffer[$headline][$category]); 129 fwrite($out, "END_RSIDEBAR_DATA;\n"); 132 fclose($csv); fclose($out);
|
H A D | conference_teaser | 13 $out = @fopen("$outfile~", "w"); 14 if (!$out) { die("unable to pregenerate conference teaser to '$outfile~'"); } 45 fwrite($out, "<?php\n$write\n?>"); 46 fclose($out);
|
H A D | pregen_flickr | 74 // if image downloaded successfully, write it out; 89 // write out the photo info.
|
H A D | ip-to-country | 68 // which case we write it out to the local rewritten 150 // Write out index to file
|
H A D | update-backend | 84 // out the chunk to the output file if possible
|
H A D | rss_parser | 4 // generate RSS news feed information out of that (included 44 // Preserve parts in the text needed and drop out everything unsusable
|
/web-master/manage/ |
H A D | user-notes.php | 675 …$out = "<p>\nAre you sure you want to reset all votes for <strong>Note #". hsc($row['id']) ."</str… variable 677 …$out .= "This will permanently delete all <em>". hsc($row['up']) ."</em> up votes and <em>". hsc($… 682 …$out .= "This will permanently delete all <em>". hsc($row['up']) ."</em> up votes for this note.\n… 687 …$out .= "This will permanently delete all <em>". hsc($row['down']) ."</em> down votes for this not… 692 echo $out;
|
/web-master/vendor/michelf/php-markdown-extra/ |
H A D | License.text | 35 negligence or otherwise) arising in any way out of the use of this
|
H A D | PHP Markdown Extra Readme.text | 232 This was added in the 1.0.2 betas, but commented out in the 1.0.1 branch, 801 negligence or otherwise) arising in any way out of the use of this
|
/web-master/include/ |
H A D | email-templates.inc | 41 Feel free to send us a note at group@php.net to find out why this
|
/web-master/.phan/internal_stubs/ |
H A D | mysql.phan_php | 143 * Use <b>mysql_num_rows</b> to find out how many rows 145 * <b>mysql_affected_rows</b> to find out how many
|
Completed in 14 milliseconds