Searched refs:entry (Results 1 – 13 of 13) sorted by relevance
/web-php/bin/ |
H A D | createNewsEntry | 22 $entry = parseOptions(); variable 25 $entry = getEntry(); variable 28 $entry->save()->updateArchiveXML(); 36 $entry = new Entry; 37 $entry->setTitle(getTitle()); 39 if ($entry->isConference()) { 48 return $entry; 189 $entry = new Entry; 204 $entry->addCategory($cat); 216 $entry->setConfTime($t); [all …]
|
H A D | createReleaseEntry | 45 $entry = (new Entry) variable 50 $entry->save()->updateArchiveXML(); 51 $addedFiles = [Entry::ARCHIVE_ENTRIES_REL . $entry->getId() . '.xml'];
|
/web-php/conferences/ |
H A D | index.php | 16 foreach ($NEWS_ENTRIES as $entry) { 17 foreach ($entry["category"] as $category) { 19 $frontpage[] = $entry; 23 $frontpage[] = $entry; 30 foreach ($frontpage as $entry) {
|
/web-php/ |
H A D | quickref.php | 56 while (($entry = readdir($dirh)) !== false) { variable 59 if (substr($entry, 0, 1) == ".") { continue; } 62 if (preg_match('!^(function|class)\.(.+)\.php$!', $entry, $parts)) { 64 $functions[$entry] = $funcname; 75 $temp[$entry] = $p;
|
H A D | menu.php | 22 <?php foreach (get_nav_items() as $entry): ?> 24 <a class="menu__link" href="<?= $entry->href ?>"><?= $entry->name ?></a>
|
H A D | index.php | 61 foreach ($NEWS_ENTRIES as $entry) { 62 foreach ($entry["category"] as $category) { 64 $frontpage[] = $entry; 71 foreach ($frontpage as $entry) {
|
/web-php/include/ |
H A D | header.inc | 122 <?php foreach (get_nav_items() as $entry): ?> 124 $isActive = $curr == $entry->id; 126 $releaseClass = $entry->image ? 'navbar__release' : ''; 130 href="<?= $entry->href ?>" 134 <?php if ($entry->image): ?> 135 <img src="<?= $entry->image ?>" alt="<?= $entry->name ?>"> 137 <?= $entry->name ?>
|
H A D | shared-manual.inc | 120 // Print out one user note entry 228 foreach ($setup['toc'] as $entry) { 230 "title" => manual_navigation_methodname($entry[1]), 231 "link" => $entry[0], 232 "current" => $setup["this"][0] == $entry[0], 249 foreach ((array)$setup['toc_deprecated'] as $entry) { 251 "title" => manual_navigation_methodname($entry[1]), 252 "link" => $entry[0], 253 "current" => $setup["this"][0] == $entry[0],
|
H A D | layout.inc | 595 foreach ($TOC as $entry) { 596 echo "\t<dd><a href='/manual/$lang/{$entry[0]}'>{$entry[1]}</a></dd>\n"; 600 foreach ($index as $entry) { 601 if ($entry[0] == "$file.php") { 602 $link = $entry[0]; 603 $title = $entry[1];
|
H A D | ip-to-country.inc | 14 appropriate index entry is searched for. Then CSV formatted 65 // If we were unable to find any helpful entry 83 // Find nearest index entry for IP number
|
H A D | site.inc | 210 // Kill the first entry (empty)
|
/web-php/releases/ |
H A D | NEWS_5_4_0_RC1.txt | 3003 - Fixed a crash on extract in zip when files or directories entry names contain 3139 - Fixed extraction of zip files or directories when the entry name is a 5349 - Fixed bug #35988 (Unknown persistent list entry type in module shutdown).
|
H A D | NEWS_5_4_0_beta1.txt | 2907 - Fixed a crash on extract in zip when files or directories entry names contain 3043 - Fixed extraction of zip files or directories when the entry name is a 5253 - Fixed bug #35988 (Unknown persistent list entry type in module shutdown).
|
Completed in 38 milliseconds