Home
last modified time | relevance | path

Searched refs:spec_list (Results 1 – 25 of 193) sorted by relevance

12345678

/dports/www/geneweb/geneweb-13c850a0cc3973daf7ae3e0772a1621f84052041/src/
H A Dargl.ml80 [ [(name, action, _) :: spec_list] ->
84 [ Arg.Bad _ -> parse_arg s sl spec_list ]
85 else parse_arg s sl spec_list
89 value rec parse_aux spec_list anon_fun =
94 match parse_arg s sl spec_list with
95 [ Some sl -> parse_aux spec_list anon_fun sl
101 let spec_list = var
123 value parse_list spec_list anonfun errmsg list =
124 match parse_arg_list spec_list anonfun list with
136 value parse spec_list anonfun errmsg =
[all …]
/dports/www/c-icap/c_icap-0.5.10/
H A Dacl.c512 spec_list = access_entry->spec_list; in ci_access_entry_release()
514 while (spec_list) { in ci_access_entry_release()
515 cur = spec_list; in ci_access_entry_release()
516 spec_list = spec_list->next; in ci_access_entry_release()
540 spec_list = access_entry->spec_list; in ci_access_entry_add_acl()
542 spec_list = spec_list->next; in ci_access_entry_add_acl()
595 if (spec_list != NULL) { in ci_acl_spec_new()
597 cur = *spec_list; in ci_acl_spec_new()
809 spec_list = spec_list->next; in request_match_specslist()
823 spec_list = access_entry->spec_list; in ci_access_entry_match_request()
[all …]
/dports/deskutils/flameshot/flameshot-0.10.2/src/utils/
H A Dstrfparse.cpp46 std::vector<char> spec_list; in match_specifiers() local
50 spec_list.push_back(specifier[i + 1]); in match_specifiers()
54 std::sort(spec_list.begin(), spec_list.end()); in match_specifiers()
58 std::set_intersection(spec_list.begin(), in match_specifiers()
59 spec_list.end(), in match_specifiers()
/dports/devel/py-semantic-version/semantic_version-2.8.5/tests/
H A Dtest_base.py618 spec_list = base.Spec(spec_list_text)
620 self.assertEqual(spec_list_text, str(spec_list))
621 self.assertNotEqual(spec_list_text, spec_list)
632 spec_list = base.Spec(*spec_list_texts)
669 spec_list = base.Spec(spec_list_text)
676 version in spec_list,
677 "%r should be in %r" % (version, spec_list))
679 spec_list.match(version),
680 "%r should match %r" % (version, spec_list))
686 version in spec_list,
[all …]
/dports/net/zebra-server/idzebra-2.0.55/index/
H A Dretrieve.c255 struct index_spec *spec, *spec_list; in special_index_fetch() local
271 spec_list = parse_index_spec(elemsetname, fi->nmem, &error); in special_index_fetch()
277 for (spec = spec_list; spec; spec = spec->next) in special_index_fetch()
324 if (!spec_list) in special_index_fetch()
328 for (spec = spec_list; spec; spec = spec->next) in special_index_fetch()
736 struct index_spec *spec_list) in perform_facet_index() argument
807 struct index_spec *spec_list, in perform_facet() argument
827 num_recs, poset, spec_list); in perform_facet()
908 struct index_spec *spec, *spec_list; in facet_fetch() local
920 if (!spec_list || error) in facet_fetch()
[all …]
/dports/games/freeorion/freeorion-0.4.10.2/default/python/AI/
H A DPlanetUtilsAI.py70 … for spec_list in [ColonisationAI.empire_colonizers, ColonisationAI.empire_ship_builders, None]:
74 if spec_list is None or planet.speciesName in spec_list:
/dports/sysutils/squashfs-tools/squashfs4.4/squashfs-tools/
H A Daction.c455 struct action **spec_list; in parse_action() local
562 spec_list = &fragment_spec; in parse_action()
566 spec_list = &exclude_spec; in parse_action()
570 spec_list = &empty_spec; in parse_action()
574 spec_list = &move_spec; in parse_action()
578 spec_list = &prune_spec; in parse_action()
582 spec_list = &other_spec; in parse_action()
585 *spec_list = realloc(*spec_list, (spec_count + 1) * in parse_action()
587 if (*spec_list == NULL) in parse_action()
3173 if (spec_list[i].args) { in dump_action_list()
[all …]
/dports/archivers/rpm4/rpm-4.16.1.3/scripts/
H A Dpythondistdeps.py416 spec_list = [] variable
418 spec_list.append(convert(name, spec[0], spec[1]))
419 if len(spec_list) == 1:
420 print(spec_list[0])
423 print('({})'.format(' with '.join(sorted(spec_list))))
/dports/lang/ruby26/ruby-2.6.9/spec/bundler/bundler/fetcher/
H A Ddependency_spec.rb89 let(:dependency_specs) { [spec_list, deps_list] }
253 spec_list, deps_list = subject.get_formatted_specs_and_deps(gem_list)
254 expect(spec_list).to eq([["typhoeus", "1.0.1", "ruby", [["resque", ["req3,req4"]]]],
/dports/devel/wasi-libcxx/llvm-project-13.0.1.src/lldb/source/API/
H A DSBModuleSpec.cpp193 void SBModuleSpecList::Append(const SBModuleSpecList &spec_list) { in Append() argument
195 (const lldb::SBModuleSpecList &), spec_list); in Append()
197 m_opaque_up->Append(*spec_list.m_opaque_up); in Append()
/dports/devel/llvm-cheri/llvm-project-37c49ff00e3eadce5d8703fdc4497f28458c64a8/lldb/source/API/
H A DSBModuleSpec.cpp193 void SBModuleSpecList::Append(const SBModuleSpecList &spec_list) { in Append() argument
195 (const lldb::SBModuleSpecList &), spec_list); in Append()
197 m_opaque_up->Append(*spec_list.m_opaque_up); in Append()
/dports/devel/llvm12/llvm-project-12.0.1.src/lldb/source/API/
H A DSBModuleSpec.cpp193 void SBModuleSpecList::Append(const SBModuleSpecList &spec_list) { in Append() argument
195 (const lldb::SBModuleSpecList &), spec_list); in Append()
197 m_opaque_up->Append(*spec_list.m_opaque_up); in Append()
/dports/lang/rust/rustc-1.58.1-src/src/llvm-project/lldb/source/API/
H A DSBModuleSpec.cpp193 void SBModuleSpecList::Append(const SBModuleSpecList &spec_list) { in Append() argument
195 (const lldb::SBModuleSpecList &), spec_list); in Append()
197 m_opaque_up->Append(*spec_list.m_opaque_up); in Append()
/dports/devel/llvm-devel/llvm-project-f05c95f10fc1d8171071735af8ad3a9e87633120/lldb/source/API/
H A DSBModuleSpec.cpp193 void SBModuleSpecList::Append(const SBModuleSpecList &spec_list) { in Append() argument
195 (const lldb::SBModuleSpecList &), spec_list); in Append()
197 m_opaque_up->Append(*spec_list.m_opaque_up); in Append()
/dports/devel/wasi-compiler-rt13/llvm-project-13.0.1.src/lldb/source/API/
H A DSBModuleSpec.cpp193 void SBModuleSpecList::Append(const SBModuleSpecList &spec_list) { in Append() argument
195 (const lldb::SBModuleSpecList &), spec_list); in Append()
197 m_opaque_up->Append(*spec_list.m_opaque_up); in Append()
/dports/devel/wasi-compiler-rt12/llvm-project-12.0.1.src/lldb/source/API/
H A DSBModuleSpec.cpp193 void SBModuleSpecList::Append(const SBModuleSpecList &spec_list) { in Append() argument
195 (const lldb::SBModuleSpecList &), spec_list); in Append()
197 m_opaque_up->Append(*spec_list.m_opaque_up); in Append()
/dports/devel/tinygo/tinygo-0.14.1/llvm-project/lldb/source/API/
H A DSBModuleSpec.cpp193 void SBModuleSpecList::Append(const SBModuleSpecList &spec_list) { in Append() argument
195 (const lldb::SBModuleSpecList &), spec_list); in Append()
197 m_opaque_up->Append(*spec_list.m_opaque_up); in Append()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/llvm/lldb/source/API/
H A DSBModuleSpec.cpp193 void SBModuleSpecList::Append(const SBModuleSpecList &spec_list) { in Append() argument
195 (const lldb::SBModuleSpecList &), spec_list); in Append()
197 m_opaque_up->Append(*spec_list.m_opaque_up); in Append()
/dports/devel/llvm13/llvm-project-13.0.1.src/lldb/source/API/
H A DSBModuleSpec.cpp193 void SBModuleSpecList::Append(const SBModuleSpecList &spec_list) { in Append() argument
195 (const lldb::SBModuleSpecList &), spec_list); in Append()
197 m_opaque_up->Append(*spec_list.m_opaque_up); in Append()
/dports/science/py-OpenMC/openmc-0.12.2/scripts/
H A Dopenmc-plot-mesh-tally218 spec_list = []
226 spec_list.append((type(f), (ebin,)))
229 spec_list.append((type(f), (index,)))
263 filters, filter_bins = zip(*spec_list + [
/dports/science/openmc/openmc-0.12.2/scripts/
H A Dopenmc-plot-mesh-tally218 spec_list = []
226 spec_list.append((type(f), (ebin,)))
229 spec_list.append((type(f), (index,)))
263 filters, filter_bins = zip(*spec_list + [
/dports/graphics/vulkan-validation-layers/Vulkan-ValidationLayers-1.2.203/scripts/
H A Dvk_validation_stats.py693 spec_list = self.make_vuid_spec_version_list(db_entry['ext'], minor_version)
695 if not spec_list: spec_url_id = 'default'
696 elif spec_list[0]['ext']: spec_url_id = '1.%s-extensions' % spec_list[0]['version']
697 … elif spec_list[0]['khr']: spec_url_id = '1.%s-khr-extensions' % spec_list[0]['version']
698 else: spec_url_id = '1.%s' % spec_list[0]['version']
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/angle/third_party/vulkan-validation-layers/src/scripts/
H A Dvk_validation_stats.py686 spec_list = self.make_vuid_spec_version_list(db_entry['ext'], minor_version)
688 if not spec_list: spec_url_id = 'default'
689 elif spec_list[0]['ext']: spec_url_id = '1.%s-extensions' % spec_list[0]['version']
690 … elif spec_list[0]['khr']: spec_url_id = '1.%s-khr-extensions' % spec_list[0]['version']
691 else: spec_url_id = '1.%s' % spec_list[0]['version']
/dports/devel/zpu-gcc/zpu-toolchain-1.0/toolchain/gcc/gcc/
H A Dgcc.c1435 struct spec_list struct
1504 static struct spec_list *extra_specs = (struct spec_list *) 0;
1509 static struct spec_list *specs = (struct spec_list *) 0;
1562 struct spec_list *next = (struct spec_list *) 0; in init_spec()
1563 struct spec_list *sl = (struct spec_list *) 0; in init_spec()
1712 struct spec_list *sl; in set_spec()
1720 struct spec_list *next = (struct spec_list *) 0; in set_spec()
1988 struct spec_list *sl; in read_specs()
3335 struct spec_list *sl; in process_command()
5112 struct spec_list *sl; in do_spec_1()
[all …]
/dports/devel/zpu-binutils/zpu-toolchain-1.0/toolchain/gcc/gcc/
H A Dgcc.c1435 struct spec_list struct
1504 static struct spec_list *extra_specs = (struct spec_list *) 0;
1509 static struct spec_list *specs = (struct spec_list *) 0;
1562 struct spec_list *next = (struct spec_list *) 0; in init_spec()
1563 struct spec_list *sl = (struct spec_list *) 0; in init_spec()
1712 struct spec_list *sl; in set_spec()
1720 struct spec_list *next = (struct spec_list *) 0; in set_spec()
1988 struct spec_list *sl; in read_specs()
3335 struct spec_list *sl; in process_command()
5112 struct spec_list *sl; in do_spec_1()
[all …]

12345678