Home
last modified time | relevance | path

Searched refs:Entry (Results 1 – 4 of 4) sorted by relevance

/web-php/bin/
H A DcreateNewsEntry7 use phpweb\News\Entry; alias
15 if (!file_exists(Entry::ARCHIVE_FILE_ABS)) {
16 fwrite(STDERR, "Can't find " . Entry::ARCHIVE_FILE_REL . ", are you sure you are in phpweb/?\n");
35 function getEntry(): Entry {
36 $entry = new Entry;
61 $ids = array_keys(Entry::CATEGORIES);
65 fprintf(STDOUT, "\t%d: %-11s\t [%s]\n", $n, Entry::CATEGORIES[$id], $id);
77 return is_numeric($c) && ($c >= 0) && ($c < count(Entry::CATEGORIES));
122 if (true === file_exists(Entry::PHPWEB . "/images/news/$path")) {
164 function parseOptions(): Entry {
[all …]
H A DcreateReleaseEntry7 use phpweb\News\Entry; alias
9 if (!file_exists(Entry::ARCHIVE_FILE_ABS)) {
10 fwrite(STDERR, "Can't find " . Entry::ARCHIVE_FILE_REL . ", are you sure you are in phpweb/?\n");
45 $entry = (new Entry)
51 $addedFiles = [Entry::ARCHIVE_ENTRIES_REL . $entry->getId() . '.xml'];
72 echo "Please sanity check changes to " . Entry::ARCHIVE_FILE_REL . " and add the newly created file…
/web-php/include/
H A Demail-validation.inc26 // When no MX-Entry can be found it's for sure not a valid email-address.
/web-php/src/News/
H A DEntry.php5 class Entry class

Completed in 8 milliseconds