Home
last modified time | relevance | path

Searched refs:item (Results 1 – 13 of 13) sorted by relevance

/web-php/tests/Visual/
H A DSmokeTest.spec.ts45 for (const item of items) { constant
46 test(`testing with ${item.path}`, async ({page}, testInfo) => {
55 await page.goto(`${httpHost}/${item.path}`)
57 if (typeof item.evaluate === 'function') {
58 await page.evaluate(item.evaluate)
61 if (typeof item.mask === 'object') {
62 item.options = {
63 ...item.options,
64 mask: item.mask.map((selector) => page.locator(selector))
69 `tests/screenshots/${item.path}.png`,
[all …]
/web-php/js/
H A Dsearch-index.php53 foreach ($js as $item) {
54 if ($item[0]) {
56 $index[$item[1]] = [$item[0], "", $item[2]];
63 foreach ($js as $k => $item) {
64 if ($item && isset($index[$k])) {
65 $index[$k][1] = $item;
H A Dsearch.js106 $.each(index, function (id, item) { argument
110 if (item[0]) {
113 switch(item[2]) {
145 backends[type].addItem(id, item[0], item[1]);
306 searchTypeahead.on("typeahead:select", function (_, item) { argument
307 window.location = "/manual/" + options.language + "/" + item.id + ".php";
H A Dcommon.js134 matches.each(function (k, item) { argument
135 var node = $(item);
/web-php/bin/
H A Dnews2html75 foreach($items as $item) {
77 $item = preg_replace('/(\.(\s+\(CVE-\d+-\d+\))?)\s+\(.+?\)\s*$/', '\\1', $item); variable
79 $item = htmlspecialchars($item, ENT_NOQUOTES); variable
81 $item = preg_replace(array_keys($bug_map), array_values($bug_map), $item); variable
82 echo " <li>$item</li>\n";
/web-php/src/News/
H A DEntry.php112 $item = $dom->createElementNs("http://www.w3.org/2005/Atom", "entry");
118 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 …ink", null, ['href' => "{$href}#{$this->id}", "rel" => "alternate", "type" => "text/html"], $item);
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);
157 $dom->appendChild($item);
[all …]
/web-php/include/
H A Dfooter.inc23 foreach($section['children'] as $item):
24 $cleanTitle = $item['title'];
26 <li class="<?php echo ($item['current']) ? 'current' : ''; ?>">
27 …<a href="<?php echo $item['link']; ?>" title="<?php echo $cleanTitle; ?>"><?php echo $cleanTitle; …
42 <?php foreach ($config['related_menu_deprecated'] as $item): ?>
43 <li class="<?php echo ($item['current']) ? 'current' : ''; ?>">
44 …<a href="<?php echo $item['link']; ?>" title="<?php echo $item['title']; ?>"><?php echo $item['tit…
H A Dlayout.inc349 foreach ($news as $item) {
354 foreach ($item["category"] as $category) {
369 if (isset($item["newsImage"])) {
370 …$image = news_image($item["newsImage"]["link"], $item["newsImage"]["content"], $item["newsImage"][…
373 $id = parse_url($item["id"]);
377 foreach ($item["link"] as $link) {
387 $published = substr($item["published"], 0, 10);
397 "title" => $item["title"],
413 {$item["content"]}
536 echo "<dd>Next menu item</dd>\n";
[all …]
/web-php/js/ext/
H A DFuzzySearch.min.js10item=a,this.fields=b,this.score=c,this.matchIndex=d,this.subIndex=e,this.sortKey=f}function i(a,b)…
/web-php/styles/
H A Dtheme-medium.css407 margin-bottom: 0.5rem; /* seperate each link item a little bit from eachother */
H A Dtheme-base.css807 /* Style the "tabs", and reformat them as a sidebar item. */
/web-php/releases/
H A DNEWS_5_4_0_RC1.txt4151 - Fixed bug #40709 (array_reduce() behaves strange with one item stored arrays).
4871 - Fixed bug #38438 (DOMNodeList->item(0) segfault on empty NodeList). (Ilia)
H A DNEWS_5_4_0_beta1.txt4055 - Fixed bug #40709 (array_reduce() behaves strange with one item stored arrays).
4775 - Fixed bug #38438 (DOMNodeList->item(0) segfault on empty NodeList). (Ilia)

Completed in 77 milliseconds