Searched refs:item (Results 1 – 15 of 15) sorted by relevance
/web-php/tests/Visual/ |
H A D | SmokeTest.spec.ts | 45 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 D | search-index.php | 55 foreach ($js as $item) { 56 if ($item[0]) { 58 $index[$item[1]] = [$item[0], "", $item[2]]; 65 foreach ($js as $k => $item) { 66 if ($item && isset($index[$k])) { 67 $index[$k][1] = $item;
|
H A D | search.js | 162 if (result.item.id.startsWith("language")) { 379 results.forEach(({ item }, i) => { 380 const icon = ["General", "Extension"].includes(item.type) 383 … const link = `/manual/${encodeURIComponent(language)}/${encodeURIComponent(item.id)}.php`; 386 item.type !== "General" 387 ? `${item.type} • ${item.description}` 388 : item.description; 405 ${escape(item.name)}
|
H A D | common.js | 133 matches.each(function (k, item) { argument 134 var node = $(item);
|
/web-php/bin/ |
H A D | news2html | 75 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 D | Entry.php | 112 $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 D | footer.inc | 23 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 D | header.inc | 116 class="navbar__icon-item navbar_icon-item--visually-aligned navbar__close-button" 212 class="navbar__icon-item navbar__search-link" 220 class="navbar__icon-item navbar_icon-item--visually-aligned navbar_menu-link" 229 class="navbar__icon-item navbar__search-button-mobile" 237 class="navbar__icon-item navbar_icon-item--visually-aligned"
|
H A D | layout.inc | 353 foreach ($news as $item) { 358 foreach ($item["category"] as $category) { 373 if (isset($item["newsImage"])) { 374 …$image = news_image($item["newsImage"]["link"], $item["newsImage"]["content"], $item["newsImage"][… 377 $id = parse_url($item["id"]); 381 foreach ($item["link"] as $link) { 391 $published = substr($item["published"], 0, 10); 401 "title" => $item["title"], 417 {$item["content"]} 571 echo "<dd>Next menu item</dd>\n"; [all …]
|
/web-php/styles/ |
H A D | theme-medium.css | 336 .navbar_icon-item--visually-aligned { 356 .navbar__icon-item, 357 .navbar__icon-item:link, 358 .navbar__icon-item:visited { 372 .navbar__icon-item:hover { 377 .navbar__icon-item svg { 444 .navbar__icon-item { 905 margin-bottom: 0.5rem; /* seperate each link item a little bit from eachother */
|
H A D | theme-base.css | 744 /* Style the "tabs", and reformat them as a sidebar item. */
|
/web-php/js/ext/ |
H A D | FuzzySearch.min.js | 10 …item=a,this.fields=b,this.score=c,this.matchIndex=d,this.subIndex=e,this.sortKey=f}function i(a,b)…
|
H A D | jquery-3.6.0.min.js | 2 …rn"function"==typeof e&&"number"!=typeof e.nodeType&&"function"!=typeof e.item},x=function(e){retu…
|
/web-php/releases/ |
H A D | NEWS_5_4_0_RC1.txt | 4151 - 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 D | NEWS_5_4_0_beta1.txt | 4055 - 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 103 milliseconds