Home
last modified time | relevance | path

Searched refs:ce (Results 1 – 3 of 3) sorted by relevance

/web-php/src/News/
H A DEntry.php118 self::ce($dom, "title", $this->title, [], $item);
119 self::ce($dom, "id", $archive, [], $item);
120 self::ce($dom, "published", date(DATE_ATOM), [], $item);
121 self::ce($dom, "updated", date(DATE_ATOM), [], $item);
122 …self::ce($dom, "link", null, ['href' => "{$href}#{$this->id}", "rel" => "alternate", "type" => "te…
123 … self::ce($dom, "link", null, ['href' => $link, 'rel' => 'via', 'type' => 'text/html'], $item);
130 … self::ce($dom, "category", null, ['term' => $cat, "label" => self::CATEGORIES[$cat]], $item);
139 $content = self::ce($dom, "content", null, [], $item);
195 …private static function ce(\DOMDocument $d, string $name, $value, array $attrs = [], ?\DOMNode $to… function in phpweb\\News\\Entry
/web-php/releases/
H A DNEWS_5_4_0_RC1.txt4967 (Ilia, ce at netage dot bg)
H A DNEWS_5_4_0_beta1.txt4871 (Ilia, ce at netage dot bg)

Completed in 36 milliseconds