Home
last modified time | relevance | path

Searched refs:entry (Results 1 – 11 of 11) sorted by relevance

/web-php/bin/
H A DcreateNewsEntry22 $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 DcreateReleaseEntry45 $entry = (new Entry) variable
50 $entry->save()->updateArchiveXML();
51 $addedFiles = [Entry::ARCHIVE_ENTRIES_REL . $entry->getId() . '.xml'];
/web-php/conferences/
H A Dindex.php16 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 Dquickref.php56 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 Dindex.php61 foreach ($NEWS_ENTRIES as $entry) {
62 foreach ($entry["category"] as $category) {
64 $frontpage[] = $entry;
71 foreach ($frontpage as $entry) {
/web-php/include/
H A Dshared-manual.inc114 // Print out one user note entry
222 foreach ($setup['toc'] as $entry) {
224 "title" => manual_navigation_methodname($entry[1]),
225 "link" => $entry[0],
226 "current" => $setup["this"][0] == $entry[0],
243 foreach ((array)$setup['toc_deprecated'] as $entry) {
245 "title" => manual_navigation_methodname($entry[1]),
246 "link" => $entry[0],
247 "current" => $setup["this"][0] == $entry[0],
H A Dlayout.inc538 foreach ($TOC as $entry) {
539 echo "\t<dd><a href='/manual/$lang/{$entry[0]}'>{$entry[1]}</a></dd>\n";
543 foreach ($index as $entry) {
544 if ($entry[0] == "$file.php") {
545 $link = $entry[0];
546 $title = $entry[1];
H A Dip-to-country.inc14 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 Dsite.inc211 // Kill the first entry (empty)
/web-php/releases/
H A DNEWS_5_4_0_RC1.txt3003 - 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 DNEWS_5_4_0_beta1.txt2907 - 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 50 milliseconds