Home
last modified time | relevance | path

Searched refs:all_links (Results 1 – 25 of 74) sorted by relevance

123

/dports/www/webtrees/webtrees-1.7.18/webtrees/
H A Dadmin_trees_check.php144 $all_links = array(); variable
147 $all_links[$record->xref] = array();
151 $all_links[$record->xref][$match[2]] = $match[1];
155 foreach ($all_links as $xref1 => $links) {
159 if (!array_key_exists($xref2, $all_links)) {
195 …$type2 === 'FAMC' && (!array_key_exists($xref1, $all_links[$xref2]) || $all_links[$xref2][$xref1] …
196 …= 'FAMS' && (!array_key_exists($xref1, $all_links[$xref2]) || $all_links[$xref2][$xref1] !== 'HUSB…
197 …$type2 === 'CHIL' && (!array_key_exists($xref1, $all_links[$xref2]) || $all_links[$xref2][$xref1] …
198 …$type2 === 'HUSB' && (!array_key_exists($xref1, $all_links[$xref2]) || $all_links[$xref2][$xref1] …
199 …$type2 === 'WIFE' && (!array_key_exists($xref1, $all_links[$xref2]) || $all_links[$xref2][$xref1] …
/dports/net-mgmt/etherape/etherape-0.9.20/src/stats/
H A Dlinks.c258 g_assert(!all_links); in links_catalog_open()
266 if (all_links) { in links_catalog_close()
267 g_tree_destroy(all_links); in links_catalog_close()
268 all_links = NULL; in links_catalog_close()
275 g_assert(all_links); in links_catalog_insert()
293 g_assert(all_links); in links_catalog_remove()
303 if (!all_links) in links_catalog_find()
313 g_assert(all_links); in links_catalog_find_create()
327 if (!all_links) in links_catalog_size()
336 if (!all_links) in links_catalog_foreach()
[all …]
/dports/databases/php81-mysqli/php-8.1.1/ext/mysqli/tests/
H A Dbug47050.phpt20 $all_links = array($link1);
21 $links = $errors = $reject = $all_links;
27 echo "all_links: ", sizeof($all_links), "\n";
35 all_links: 1
/dports/www/mod_php81/php-8.1.1/ext/mysqli/tests/
H A Dbug47050.phpt20 $all_links = array($link1);
21 $links = $errors = $reject = $all_links;
27 echo "all_links: ", sizeof($all_links), "\n";
35 all_links: 1
/dports/lang/php81/php-8.1.1/ext/mysqli/tests/
H A Dbug47050.phpt20 $all_links = array($link1);
21 $links = $errors = $reject = $all_links;
27 echo "all_links: ", sizeof($all_links), "\n";
35 all_links: 1
/dports/lang/php73/php-7.3.33/ext/mysqli/tests/
H A Dbug47050.phpt19 $all_links = array($link1);
20 $links = $errors = $reject = $all_links;
26 echo "all_links: ", sizeof($all_links), "\n";
34 all_links: 1
/dports/databases/php73-mysqli/php-7.3.33/ext/mysqli/tests/
H A Dbug47050.phpt19 $all_links = array($link1);
20 $links = $errors = $reject = $all_links;
26 echo "all_links: ", sizeof($all_links), "\n";
34 all_links: 1
/dports/databases/php74-mysqli/php-7.4.27/ext/mysqli/tests/
H A Dbug47050.phpt19 $all_links = array($link1);
20 $links = $errors = $reject = $all_links;
26 echo "all_links: ", sizeof($all_links), "\n";
34 all_links: 1
/dports/databases/php80-mysqli/php-8.0.15/ext/mysqli/tests/
H A Dbug47050.phpt19 $all_links = array($link1);
20 $links = $errors = $reject = $all_links;
26 echo "all_links: ", sizeof($all_links), "\n";
34 all_links: 1
/dports/lang/php74/php-7.4.27/ext/mysqli/tests/
H A Dbug47050.phpt19 $all_links = array($link1);
20 $links = $errors = $reject = $all_links;
26 echo "all_links: ", sizeof($all_links), "\n";
34 all_links: 1
/dports/lang/php80/php-8.0.15/ext/mysqli/tests/
H A Dbug47050.phpt19 $all_links = array($link1);
20 $links = $errors = $reject = $all_links;
26 echo "all_links: ", sizeof($all_links), "\n";
34 all_links: 1
/dports/www/mod_php73/php-7.3.33/ext/mysqli/tests/
H A Dbug47050.phpt19 $all_links = array($link1);
20 $links = $errors = $reject = $all_links;
26 echo "all_links: ", sizeof($all_links), "\n";
34 all_links: 1
/dports/www/mod_php80/php-8.0.15/ext/mysqli/tests/
H A Dbug47050.phpt19 $all_links = array($link1);
20 $links = $errors = $reject = $all_links;
26 echo "all_links: ", sizeof($all_links), "\n";
34 all_links: 1
/dports/www/mod_php74/php-7.4.27/ext/mysqli/tests/
H A Dbug47050.phpt19 $all_links = array($link1);
20 $links = $errors = $reject = $all_links;
26 echo "all_links: ", sizeof($all_links), "\n";
34 all_links: 1
/dports/www/webtrees20/webtrees-2.0.19/webtrees/app/Http/RequestHandlers/
H A DCheckTree.php198 $all_links = [];
201 $all_links[$record->xref] = [];
205 $all_links[$record->xref][$match[2]] = $match[1];
209 foreach ($all_links as $xref1 => $links) {
219 if (!array_key_exists($xref2, $all_links)) {
250 $this->checkReverseLink($type2, $all_links, $xref1, $xref2, 'FAMC', ['CHIL']) ||
251 … $this->checkReverseLink($type2, $all_links, $xref1, $xref2, 'FAMS', ['HUSB', 'WIFE']) ||
252 $this->checkReverseLink($type2, $all_links, $xref1, $xref2, 'CHIL', ['FAMC']) ||
253 $this->checkReverseLink($type2, $all_links, $xref1, $xref2, 'HUSB', ['FAMS']) ||
254 $this->checkReverseLink($type2, $all_links, $xref1, $xref2, 'WIFE', ['FAMS'])
/dports/www/zola/zola-0.15.2/components/site/src/
H A Dlink_checking.rs35 let all_links = page_links.chain(section_links); in check_internal_links_with_anchors() localVariable
40 let links_with_anchors = all_links in check_internal_links_with_anchors()
111 let mut all_links: Vec<(PathBuf, String, String)> = vec![]; in check_external_links() localVariable
116 all_links.push((p.file.path.clone(), external_link, domain)); in check_external_links()
123 all_links.push((s.file.path.clone(), external_link, domain)); in check_external_links()
127 println!("Checking {} external link(s).", all_links.len()); in check_external_links()
131 for link in all_links.iter() { in check_external_links()
140 if all_links.is_empty() { in check_external_links()
192 println!("> Checked {} external link(s): {} error(s) found.", all_links.len(), errors.len()); in check_external_links()
/dports/devel/devhelp/devhelp-41.2/devhelp/
H A Ddh-parser.c67 GList *all_links; member
95 g_list_free_full (parser->all_links, (GDestroyNotify)dh_link_unref); in dh_parser_free()
207 parser->all_links = g_list_prepend (parser->all_links, link); in parser_start_node_book()
267 parser->all_links = g_list_prepend (parser->all_links, link); in parser_start_node_chapter()
434 parser->all_links = g_list_prepend (parser->all_links, link); in parser_start_node_keyword()
523 GList **all_links, in _dh_parser_read_file() argument
538 g_return_val_if_fail (all_links != NULL && *all_links == NULL, FALSE); in _dh_parser_read_file()
642 *all_links = parser->all_links; in _dh_parser_read_file()
643 parser->all_links = NULL; in _dh_parser_read_file()
/dports/www/py-mechanicalsoup/MechanicalSoup-1.1.0/mechanicalsoup/
H A Dstateful_browser.py278 all_links = self.page.find_all(
281 all_links = [a for a in all_links
284 all_links = [a for a in all_links
286 return all_links
/dports/net-mgmt/observium/observium/html/pages/device/overview/
H A Dports.inc.php129 $all_links = array(); variable
160 $all_links[] = $link['link'];
165 echo(implode(', ', $all_links));
/dports/science/gramps/gramps-5.1.4/gramps/plugins/view/
H A Dnoteview.py369 all_links = set([])
374 all_links = all_links.union(links)
375 self.row_update(list(all_links))
H A Dsourceview.py367 all_links = set([])
372 all_links = all_links.union(links)
373 self.row_update(list(all_links))
H A Drepoview.py383 all_links = set([])
388 all_links = all_links.union(links)
389 self.row_update(list(all_links))
H A Dcitationlistview.py440 all_links = set([])
445 all_links = all_links.union(links)
446 self.row_update(list(all_links))
H A Dfamilyview.py470 all_links = set([])
475 all_links = all_links.union(links)
476 self.row_update(list(all_links))
/dports/games/openclonk/openclonk-release-8.1-src/planet/Objects.ocd/Libraries.ocd/Structures.ocd/Power.ocd/
H A DScript.c614 var all_links = GetAllPowerLinks(); in GetStoredPower() local
615 for (var index = GetLength(all_links) - 1; index >= 0; index--) in GetStoredPower()
617 var link = all_links[index]; in GetStoredPower()
628 var all_links = GetAllPowerLinks(); in GetStoredPowerCapacity() local
629 for (var index = GetLength(all_links) - 1; index >= 0; index--) in GetStoredPowerCapacity()
631 var link = all_links[index]; in GetStoredPowerCapacity()
902 var all_links = Concatenate(all_producers, all_consumers); in GetAllPowerLinks() local
906 var obj = all_links[index].obj; in GetAllPowerLinks()
909 if (obj == all_links[test_index].obj) in GetAllPowerLinks()
911 RemoveArrayIndex(all_links, index); in GetAllPowerLinks()
[all …]

123