Home
last modified time | relevance | path

Searched refs:explore (Results 1 – 25 of 4369) sorted by relevance

12345678910>>...175

/dports/games/wolfpack/empire-4.4.1/tests/smoke/13/
H A D02-21 explore c 2,0 1 uh
2 explore c 2,0 1 jh
3 explore c 2,0 1 bh
4 explore c 2,0 1 nh
6 explore c 2,0 1 yuh
7 explore c 2,0 1 ygh
8 explore c 2,0 1 juh
9 explore c 2,0 1 ggh
10 explore c 2,0 1 bgh
11 explore c 2,0 1 bbh
[all …]
/dports/graphics/py-geopandas/geopandas-0.10.2/geopandas/tests/
H A Dtest_explore.py37 self.nybb.explore()
38 self.world.explore()
39 self.cities.explore()
48 m = self.world.explore()
66 m = self.nybb.explore(
81 m = self.nybb.explore(
299 m = df.explore()
304 m = self.world.explore(
411 m = gdf.explore()
631 m = rings.explore()
[all …]
/dports/www/grafana8/grafana-8.3.6/public/app/features/explore/state/
H A Dquery.test.ts52 explore: { constant
112 explore: {
146 explore: {
148 ...defaultInitialState.explore[ExploreId.left],
232 explore: {
234 ...defaultInitialState.explore[ExploreId.left],
254 explore: {
256 ...defaultInitialState.explore[ExploreId.left],
271 explore: {
300 explore: {
[all …]
/dports/devel/kf5-kio/kio-5.89.0/src/urifilters/ikws/searchproviders/
H A Dinvent_repo.desktop25 Query=https://invent.kde.org/explore/projects/starred?name=\\{@}
26 Query[ar]=https://invent.kde.org/explore/projects/starred?name=\\{@}
27 Query[az]=https://invent.kde.org/explore/projects/starred?name=\\{@}
28 Query[ca]=https://invent.kde.org/explore/projects/starred?name=\\{@}
30 Query[es]=https://invent.kde.org/explore/projects/starred?name=\\{@}
31 Query[fr]=https://invent.kde.org/explore/projects/starred?name=\\{@}
32 Query[ia]=https://invent.kde.org/explore/projects/starred?name=\\{@}
33 Query[it]=https://invent.kde.org/explore/projects/starred?name=\\{@}
34 Query[ko]=https://invent.kde.org/explore/projects/starred?name=\\{@}
35 Query[my]=https://invent.kde.org/explore/projects/starred?name=\\{@}
[all …]
/dports/multimedia/lms/lms-3.25.2/docroot/css/
H A Dlms.css114 .Lms-explore-btn {
118 .Lms-explore-clusters {
122 .Lms-explore-contents {
126 .Lms-explore-entry-list {
145 .Lms-explore-entry-grid {
166 .Lms-explore-release {
189 .Lms-explore-release-entry:hover .Lms-explore-release-entry-controls {
193 .Lms-explore-release-entry:hover .Lms-explore-release-entry-track-duration {
208 .Lms-explore-releaselink {
236 .Lms-explore-tracks-entry:hover .Lms-explore-tracks-entry-controls {
[all …]
/dports/www/gitea/gitea-1.16.5/templates/explore/
H A Dnavbar.tmpl2 <a class="{{if .PageIsExploreRepositories}}active{{end}} item" href="{{AppSubUrl}}/explore/repos">
3 {{svg "octicon-repo"}} {{.i18n.Tr "explore.repos"}}
6 <a class="{{if .PageIsExploreUsers}}active{{end}} item" href="{{AppSubUrl}}/explore/users">
7 {{svg "octicon-person"}} {{.i18n.Tr "explore.users"}}
10 …<a class="{{if .PageIsExploreOrganizations}}active{{end}} item" href="{{AppSubUrl}}/explore/organi…
11 {{svg "octicon-organization"}} {{.i18n.Tr "explore.organizations"}}
14 <a class="{{if .PageIsExploreCode}}active{{end}} item" href="{{AppSubUrl}}/explore/code">
15 {{svg "octicon-code"}} {{.i18n.Tr "explore.code"}}
H A Dcode.tmpl2 <div class="page-content explore users">
3 {{template "explore/navbar" .}}
8 <input name="q" value="{{.Keyword}}" placeholder="{{.i18n.Tr "explore.search"}}..." autofocus>
11 <div class="text">{{.i18n.Tr (printf "explore.search.%s" (or .queryType "fuzzy"))}}</div>
13 <div class="item" data-value="">{{.i18n.Tr "explore.search.fuzzy"}}</div>
14 <div class="item" data-value="match">{{.i18n.Tr "explore.search.match"}}</div>
17 <button class="ui blue button">{{.i18n.Tr "explore.search"}}</button>
24 {{.i18n.Tr "explore.code_search_results" (.Keyword|Escape) | Str2html }}
28 …Language $term.Language}}primary {{end}}basic label" href="{{AppSubUrl}}/explore/code?q={{$.Keywor…
70 <div>{{$.i18n.Tr "explore.code_no_results"}}</div>
/dports/lang/mono/mono-5.10.1.57/external/corert/src/ILCompiler.DependencyAnalysisFramework/ILCompiler-DependencyGraph-Viewer/
H A DDependencyGraphsForm.Designer.cs36 this.explore = new System.Windows.Forms.Button(); in InitializeComponent()
58 this.explore.Dock = System.Windows.Forms.DockStyle.Fill; in InitializeComponent()
59 this.explore.Location = new System.Drawing.Point(0, 0); in InitializeComponent()
60 this.explore.Name = "explore"; in InitializeComponent()
61 this.explore.Size = new System.Drawing.Size(559, 100); in InitializeComponent()
62 this.explore.TabIndex = 1; in InitializeComponent()
63 this.explore.Text = "Explore"; in InitializeComponent()
64 this.explore.UseVisualStyleBackColor = true; in InitializeComponent()
65 this.explore.Click += new System.EventHandler(this.explore_Click); in InitializeComponent()
90 this.splitContainer1.Panel2.Controls.Add(this.explore); in InitializeComponent()
[all …]
/dports/security/py-angr/angr-9.0.5405/tests/
H A Dtest_argv.py15 xpl = proj.factory.simulation_manager(s).explore(find=r_addr)
20 xpl = proj.factory.simulation_manager(s).explore(find=r_addr)
27 xpl = proj.factory.simulation_manager(s).explore(find=r_addr)
38 xpl = proj.factory.simulation_manager(s).explore(find=r_addr)
43 xpl = proj.factory.simulation_manager(s).explore(find=r_addr)
49 xpl = proj.factory.simulation_manager(s).explore(find=r_addr)
60 xpl = proj.factory.simulation_manager(s).explore(find=r_addr)
65 xpl = proj.factory.simulation_manager(s).explore(find=r_addr)
71 xpl = proj.factory.simulation_manager(s).explore(find=r_addr)
82 xpl = proj.factory.simulation_manager(s).explore(find=r_addr)
[all …]
H A Dtest_argc.py15 xpl = proj.factory.simulation_manager(s).explore(find=r_addr)
20 xpl = proj.factory.simulation_manager(s).explore(find=r_addr)
28 xpl = proj.factory.simulation_manager(s).explore(find=r_addr)
33 xpl = proj.factory.simulation_manager(s).explore(find=r_addr)
41 xpl = proj.factory.simulation_manager(s).explore(find=r_addr)
46 xpl = proj.factory.simulation_manager(s).explore(find=r_addr)
54 xpl = proj.factory.simulation_manager(s).explore(find=r_addr)
59 xpl = proj.factory.simulation_manager(s).explore(find=r_addr)
68 xpl = proj.factory.simulation_manager(s).explore(find=r_addr)
73 xpl = proj.factory.simulation_manager(s).explore(find=r_addr)
[all …]
/dports/lang/rust/rustc-1.58.1-src/src/test/ui/
H A Dexplore-issue-38412.stderr2 --> $DIR/explore-issue-38412.rs:21:63
11 --> $DIR/explore-issue-38412.rs:30:5
20 --> $DIR/explore-issue-38412.rs:31:7
26 --> $DIR/explore-issue-38412.rs:32:7
32 --> $DIR/explore-issue-38412.rs:33:7
38 --> $DIR/explore-issue-38412.rs:37:5
47 --> $DIR/explore-issue-38412.rs:38:7
53 --> $DIR/explore-issue-38412.rs:39:7
59 --> $DIR/explore-issue-38412.rs:40:7
65 --> $DIR/explore-issue-38412.rs:44:7
[all …]
/dports/games/eif/eif-1.3.4/contrib/
H A Dex.c61 char *base, *explore, *temp, *walk; in main() local
79 explore = strdup(argv[3]); in main()
80 if (!explore) in main()
85 len = strlen(explore); in main()
86 while (explore[len - 1] == 'h') in main()
87 explore[--len] = 0; in main()
118 (void) putchar(explore[i]); in main()
120 chng_loc(&x, &y, explore[i - 1]); in main()
/dports/lang/maude/maude-2.7.1/src/Higher/
H A DrewriteConditionState.cc58 explore = -1; in RewriteConditionState()
108 if (explore == -1) // special case - return initial state in findNextState()
110 explore = 0; in findNextState()
115 for(; explore != nrStates; explore++) in findNextState()
120 int stateNr = stateGraph.getNextState(explore, arcNr); in findNextState()
H A DrewriteSequenceSearch.cc56 explore = -1; in RewriteSequenceSearch()
117 ++explore; in findNextInterestingState()
118 if (explore == getNrStates()) in findNextInterestingState()
120 if (explore == firstDeeperNodeNr) in findNextInterestingState()
140 while ((nextStateNr = getNextState(explore, nextArc)) != NONE) in findNextInterestingState()
168 return explore; in findNextInterestingState()
/dports/devel/R-cran-generics/generics/man/
H A Dexplore.Rd2 % Please edit documentation in R/explore.R
3 \name{explore}
4 \alias{explore}
7 explore(x, ...)
19 \code{explore()} invokes a function that starts an interactive, pre-defined widget
24 \Sexpr[stage=render,results=rd]{generics:::methods_rd("explore")}
/dports/devel/boost-docs/boost_1_72_0/boost/graph/distributed/
H A Ddepth_first_search.hpp58 ParentMap parent, ExploreMap explore, in parallel_dfs() argument
60 : g(g), color(color), parent(parent), explore(explore), in parallel_dfs()
71 put(explore, *vi, *vi); in run()
115 && get(explore, p.first) != target(*ei, g)) { in run()
175 if (get(explore, p.first) == p.second) { in recover()
194 put(explore, i, k); in shift_center_of_activity()
204 put(explore, i, i); in shift_center_of_activity()
222 ExploreMap explore; member in boost::graph::distributed::detail::parallel_dfs
248 DFSVisitor> do_dfs(g, color, parent, explore, index_map, vis); in tsin_depth_first_visit()
269 std::vector<vertex_descriptor> explore(num_vertices(g)); in tsin_depth_first_visit() local
[all …]
/dports/devel/hyperscan/boost_1_75_0/boost/graph/distributed/
H A Ddepth_first_search.hpp58 ParentMap parent, ExploreMap explore, in parallel_dfs() argument
60 : g(g), color(color), parent(parent), explore(explore), in parallel_dfs()
71 put(explore, *vi, *vi); in run()
115 && get(explore, p.first) != target(*ei, g)) { in run()
175 if (get(explore, p.first) == p.second) { in recover()
194 put(explore, i, k); in shift_center_of_activity()
204 put(explore, i, i); in shift_center_of_activity()
222 ExploreMap explore; member in boost::graph::distributed::detail::parallel_dfs
248 DFSVisitor> do_dfs(g, color, parent, explore, index_map, vis); in tsin_depth_first_visit()
269 std::vector<vertex_descriptor> explore(num_vertices(g)); in tsin_depth_first_visit() local
[all …]
/dports/devel/R-cran-BH/BH/inst/include/boost/graph/distributed/
H A Ddepth_first_search.hpp58 ParentMap parent, ExploreMap explore, in parallel_dfs() argument
60 : g(g), color(color), parent(parent), explore(explore), in parallel_dfs()
71 put(explore, *vi, *vi); in run()
115 && get(explore, p.first) != target(*ei, g)) { in run()
175 if (get(explore, p.first) == p.second) { in recover()
194 put(explore, i, k); in shift_center_of_activity()
204 put(explore, i, i); in shift_center_of_activity()
222 ExploreMap explore; member in boost::graph::distributed::detail::parallel_dfs
248 DFSVisitor> do_dfs(g, color, parent, explore, index_map, vis); in tsin_depth_first_visit()
269 std::vector<vertex_descriptor> explore(num_vertices(g)); in tsin_depth_first_visit() local
[all …]
/dports/games/frogatto/frogatto-1.3.1/MacOSJet/boost/include/boost/graph/distributed/
H A Ddepth_first_search.hpp58 ParentMap parent, ExploreMap explore, in parallel_dfs() argument
60 : g(g), color(color), parent(parent), explore(explore), in parallel_dfs()
71 put(explore, *vi, *vi); in run()
115 && get(explore, p.first) != target(*ei, g)) { in run()
175 if (get(explore, p.first) == p.second) { in recover()
194 put(explore, i, k); in shift_center_of_activity()
204 put(explore, i, i); in shift_center_of_activity()
222 ExploreMap explore; member in boost::graph::distributed::detail::parallel_dfs
248 DFSVisitor> do_dfs(g, color, parent, explore, index_map, vis); in tsin_depth_first_visit()
269 std::vector<vertex_descriptor> explore(num_vertices(g)); in tsin_depth_first_visit() local
[all …]
/dports/databases/percona57-pam-for-mysql/boost_1_59_0/boost/graph/distributed/
H A Ddepth_first_search.hpp58 ParentMap parent, ExploreMap explore, in parallel_dfs() argument
60 : g(g), color(color), parent(parent), explore(explore), in parallel_dfs()
71 put(explore, *vi, *vi); in run()
115 && get(explore, p.first) != target(*ei, g)) { in run()
175 if (get(explore, p.first) == p.second) { in recover()
194 put(explore, i, k); in shift_center_of_activity()
204 put(explore, i, i); in shift_center_of_activity()
222 ExploreMap explore; member in boost::graph::distributed::detail::parallel_dfs
248 DFSVisitor> do_dfs(g, color, parent, explore, index_map, vis); in tsin_depth_first_visit()
269 std::vector<vertex_descriptor> explore(num_vertices(g)); in tsin_depth_first_visit() local
[all …]
/dports/math/stanmath/math-4.2.0/lib/boost_1.75.0/boost/graph/distributed/
H A Ddepth_first_search.hpp58 ParentMap parent, ExploreMap explore, in parallel_dfs() argument
60 : g(g), color(color), parent(parent), explore(explore), in parallel_dfs()
71 put(explore, *vi, *vi); in run()
115 && get(explore, p.first) != target(*ei, g)) { in run()
175 if (get(explore, p.first) == p.second) { in recover()
194 put(explore, i, k); in shift_center_of_activity()
204 put(explore, i, i); in shift_center_of_activity()
222 ExploreMap explore; member in boost::graph::distributed::detail::parallel_dfs
248 DFSVisitor> do_dfs(g, color, parent, explore, index_map, vis); in tsin_depth_first_visit()
269 std::vector<vertex_descriptor> explore(num_vertices(g)); in tsin_depth_first_visit() local
[all …]
/dports/databases/xtrabackup/boost_1_59_0/boost/graph/distributed/
H A Ddepth_first_search.hpp58 ParentMap parent, ExploreMap explore, in parallel_dfs() argument
60 : g(g), color(color), parent(parent), explore(explore), in parallel_dfs()
71 put(explore, *vi, *vi); in run()
115 && get(explore, p.first) != target(*ei, g)) { in run()
175 if (get(explore, p.first) == p.second) { in recover()
194 put(explore, i, k); in shift_center_of_activity()
204 put(explore, i, i); in shift_center_of_activity()
222 ExploreMap explore; member in boost::graph::distributed::detail::parallel_dfs
248 DFSVisitor> do_dfs(g, color, parent, explore, index_map, vis); in tsin_depth_first_visit()
269 std::vector<vertex_descriptor> explore(num_vertices(g)); in tsin_depth_first_visit() local
[all …]
/dports/databases/percona57-server/boost_1_59_0/boost/graph/distributed/
H A Ddepth_first_search.hpp58 ParentMap parent, ExploreMap explore, in parallel_dfs() argument
60 : g(g), color(color), parent(parent), explore(explore), in parallel_dfs()
71 put(explore, *vi, *vi); in run()
115 && get(explore, p.first) != target(*ei, g)) { in run()
175 if (get(explore, p.first) == p.second) { in recover()
194 put(explore, i, k); in shift_center_of_activity()
204 put(explore, i, i); in shift_center_of_activity()
222 ExploreMap explore; member in boost::graph::distributed::detail::parallel_dfs
248 DFSVisitor> do_dfs(g, color, parent, explore, index_map, vis); in tsin_depth_first_visit()
269 std::vector<vertex_descriptor> explore(num_vertices(g)); in tsin_depth_first_visit() local
[all …]
/dports/math/deal.ii/dealii-803d21ff957e349b3799cd3ef2c840bc78734305/bundled/boost-1.70.0/include/boost/graph/distributed/
H A Ddepth_first_search.hpp58 ParentMap parent, ExploreMap explore, in parallel_dfs() argument
60 : g(g), color(color), parent(parent), explore(explore), in parallel_dfs()
71 put(explore, *vi, *vi); in run()
115 && get(explore, p.first) != target(*ei, g)) { in run()
175 if (get(explore, p.first) == p.second) { in recover()
194 put(explore, i, k); in shift_center_of_activity()
204 put(explore, i, i); in shift_center_of_activity()
222 ExploreMap explore; member in boost::graph::distributed::detail::parallel_dfs
248 DFSVisitor> do_dfs(g, color, parent, explore, index_map, vis); in tsin_depth_first_visit()
269 std::vector<vertex_descriptor> explore(num_vertices(g)); in tsin_depth_first_visit() local
[all …]
/dports/databases/percona57-client/boost_1_59_0/boost/graph/distributed/
H A Ddepth_first_search.hpp58 ParentMap parent, ExploreMap explore, in parallel_dfs() argument
60 : g(g), color(color), parent(parent), explore(explore), in parallel_dfs()
71 put(explore, *vi, *vi); in run()
115 && get(explore, p.first) != target(*ei, g)) { in run()
175 if (get(explore, p.first) == p.second) { in recover()
194 put(explore, i, k); in shift_center_of_activity()
204 put(explore, i, i); in shift_center_of_activity()
222 ExploreMap explore; member in boost::graph::distributed::detail::parallel_dfs
248 DFSVisitor> do_dfs(g, color, parent, explore, index_map, vis); in tsin_depth_first_visit()
269 std::vector<vertex_descriptor> explore(num_vertices(g)); in tsin_depth_first_visit() local
[all …]

12345678910>>...175