Home
last modified time | relevance | path

Searched refs:by_path (Results 1 – 25 of 36) sorted by relevance

12

/dports/www/p5-Catalyst-Plugin-Authorization-ACL/Catalyst-Plugin-Authorization-ACL-0.16/lib/Catalyst/Plugin/Authorization/ACL/
H A DEngine.pm47 my $by_path = Tree::Simple::Visitor::FindByPath->new;
48 $by_path->setSearchPath(@path);
49 $root->accept($by_path);
51 if (my $namespace_node = $by_path->getResult) {
167 my $by_path = Tree::Simple::Visitor::FindByPath->new;
168 $by_path->setSearchPath(@path);
169 $tree->accept($by_path);
171 $by_path->getResult
174 . "at: @{[ map { $_->getNodeValue } $by_path->getResults ]})"
/dports/audio/musicpd/mpd-0.23.6/src/neighbor/plugins/
H A DUdisksNeighborPlugin.cxx72 std::map<std::string, ByUri::iterator> by_path; member in UdisksNeighborExplorer
200 by_path.emplace(o.path, i.first); in Insert()
212 auto i = by_path.find(path); in Remove()
213 if (i == by_path.end()) in Remove()
219 by_path.erase(i); in Remove()
/dports/x11-fonts/inconsolata-ttf/fonts-efcbdc5/tools/
H A Dsanity_check.py434 by_path = collections.defaultdict(list)
438 if result.repair_script not in by_path[result.path]:
439 by_path[result.path].append(result.repair_script)
441 for path in sorted(by_path.keys()):
459 for repair in by_path[path]:
/dports/devel/texlab/texlab-3.3.0/src/workspace/
H A Dapi.rs42 if let Some(language) = DocumentLanguage::by_path(&path) { in reload()
63 if let Some(language) = DocumentLanguage::by_path(&path) { in load()
H A Dparent_expand.rs54 DocumentLanguage::by_path(&path), in open()
/dports/devel/texlab/texlab-3.3.0/src/
H A Dlanguage.rs11 pub fn by_path(path: &Path) -> Option<Self> { in by_path() method
H A Dfeatures.rs144 let language = DocumentLanguage::by_path(&path).expect("unknown document language"); in workspace()
/dports/devel/p5-App-GitGot/App-GitGot-1.339/lib/App/GitGot/
H A DCommand.pm110 my $sort_key = $self->by_path ? 'path' : 'name';
122 label => ( $self->by_path ) ? $entry->{path} : $entry->{name} ,
211 my $sort_key = $self->by_path ? 'path' : 'name';
/dports/www/gitlab-workhorse/gitlab-foss-0a901d60f8ae4a60c04ae82e6e9c3a03e9321417/lib/api/helpers/packages/
H A Dnpm.rb57 .by_path(namespace_path)
/dports/sysutils/libudisks/udisks-udisks-2.9.2/src/tests/dbus-tests/
H A Dtest_drive_ata.py23 by_path = os.listdir(DISK_PATH)
24 for dev in by_path:
/dports/devel/texlab/texlab-3.3.0/src/distro/
H A Dkpsewhich.rs33 if DocumentLanguage::by_path(&path).is_some() { in parse_database()
/dports/graphics/mypaint/mypaint-2.0.1/lib/
H A Dlayervis.py240 by_path = []
244 by_path.append([list(path), names])
249 self._SETTINGS_LAYER_VIEWS_SUBKEY: by_path,
/dports/science/py-pymatgen/pymatgen-2022.0.15/pymatgen/io/cp2k/
H A Dinputs.py491 def by_path(self, path: str): member in Section
670 self.by_path(current).insert(s)
674 tmp = self.by_path(current).get(kwd.name)
677 self.by_path(current)[kwd.name].append(kwd)
679 self.by_path(current)[kwd.name] = KeywordList(keywords=[kwd, tmp])
681 self.by_path(current).keywords[kwd.name] = kwd
/dports/www/gitlab-workhorse/gitlab-foss-0a901d60f8ae4a60c04ae82e6e9c3a03e9321417/app/models/
H A Dnamespace.rb178 def by_path(path) singletonMethod in Namespace
236 Namespace.where(parent_id: nil).by_path(name)
/dports/java/java-subversion/subversion-1.14.1/subversion/libsvn_client/
H A Dcommit_util.c257 svn_hash_sets(committables->by_path, new_item->path, new_item); in add_committable()
278 svn_hash_gets(committables->by_path, path); in look_up_committable()
1047 desc_item = svn_hash_gets(hdb->committables->by_path, local_abspath); in handle_descendants()
1067 i_item = svn_hash_gets(hdb->committables->by_path, dir); in handle_descendants()
1149 (*committables)->by_path = apr_hash_make(pool); in create_committables()
H A Dclient.h773 apr_hash_t *by_path; member
/dports/devel/py-subversion/subversion-1.14.1/subversion/libsvn_client/
H A Dcommit_util.c257 svn_hash_sets(committables->by_path, new_item->path, new_item); in add_committable()
278 svn_hash_gets(committables->by_path, path); in look_up_committable()
1047 desc_item = svn_hash_gets(hdb->committables->by_path, local_abspath); in handle_descendants()
1067 i_item = svn_hash_gets(hdb->committables->by_path, dir); in handle_descendants()
1149 (*committables)->by_path = apr_hash_make(pool); in create_committables()
H A Dclient.h773 apr_hash_t *by_path; member
/dports/security/subversion-gnome-keyring/subversion-1.14.1/subversion/libsvn_client/
H A Dcommit_util.c257 svn_hash_sets(committables->by_path, new_item->path, new_item); in add_committable()
278 svn_hash_gets(committables->by_path, path); in look_up_committable()
1047 desc_item = svn_hash_gets(hdb->committables->by_path, local_abspath); in handle_descendants()
1067 i_item = svn_hash_gets(hdb->committables->by_path, dir); in handle_descendants()
1149 (*committables)->by_path = apr_hash_make(pool); in create_committables()
/dports/devel/p5-subversion/subversion-1.14.1/subversion/libsvn_client/
H A Dcommit_util.c257 svn_hash_sets(committables->by_path, new_item->path, new_item); in add_committable()
278 svn_hash_gets(committables->by_path, path); in look_up_committable()
1047 desc_item = svn_hash_gets(hdb->committables->by_path, local_abspath); in handle_descendants()
1067 i_item = svn_hash_gets(hdb->committables->by_path, dir); in handle_descendants()
1149 (*committables)->by_path = apr_hash_make(pool); in create_committables()
/dports/devel/py-moto/moto-2.2.16/moto/ssm/
H A Dmodels.py1103 self._validate_parameter_filters(parameter_filters, by_path=False)
1138 def _validate_parameter_filters(self, parameter_filters, by_path): argument
1215 if not by_path and key == "Label":
1220 if by_path and key in ["Name", "Path", "Tier"]:
1356 self._validate_parameter_filters(filters, by_path=True)
/dports/www/chromium-legacy/chromium-88.0.4324.182/tools/swarming_client/
H A Drun_isolated.py1273 by_path = collections.defaultdict(list)
1278 by_path[path].append((name, version, i))
1284 ] for subdir, pkgs in by_path.items()
1290 this_subdir = by_path[subdir]
/dports/www/chromium-legacy/chromium-88.0.4324.182/tools/binary_size/libsupersize/testdata/
H A DConsole.golden35 by_path = text_syms.GroupedByPath(depth=2)
36 Print(by_path.WherePssBiggerThan(1024))
/dports/devel/brz/breezy-3.2.0/breezy/bzr/
H A Ddirstate.py2651 by_path = {}
2673 by_path[entry[0]] = [entry[1][0]] + \
2722 by_path[entry_key][tree_index] = st(b'r', path_utf8, 0,
2730 by_path[new_entry_key][tree_index] = \
2746 if by_path[a_key][lookup_index][0] in (b'r', b'a'):
2750 by_path[a_key][lookup_index])
2758 by_path[new_entry_key] = new_details
2763 new_entries = self._sort_entries(by_path.items())
/dports/lang/p5-JavaScript-SpiderMonkey/JavaScript-SpiderMonkey-0.25/
H A DChanges124 * Rethink function names (by_path, function_set etc.)

12