Home
last modified time | relevance | path

Searched refs:to_action (Results 1 – 20 of 20) sorted by relevance

/dports/www/yt-dlp/yt-dlp-2021.12.27/yt_dlp/postprocessor/
H A Dmetadataparser.py101 def to_action(cls, f): member in MetadataFromFieldPP
112 super().__init__(downloader, [self.to_action(f) for f in formats])
/dports/math/polymake/polymake-4.5/apps/group/rules/
H A Daction_functions133 my ($this, $to_action, $from_action, $from_section, $kernel) = @_;
134 $this->GROUP->$to_action->GENERATORS = perms2matrices($this->$from_section,
137 $this->GROUP->$to_action->description = "induced from action on $from_section";
141 my ($this, $to_action, $from_action, $from_section, $kernel) = @_;
142 $this->GROUP->$to_action->CONJUGACY_CLASS_REPRESENTATIVES = perms2matrices($this->$from_section,
/dports/devel/rust-analyzer/rust-analyzer-2021-12-20/crates/ide/src/
H A Dhover.rs256 fn to_action(nav_target: NavigationTarget) -> HoverAction { in show_implementations_action() function
264 Definition::Trait(it) => return it.try_to_nav(db).map(to_action), in show_implementations_action()
269 adt.try_to_nav(db).map(to_action) in show_implementations_action()
/dports/lang/rust/rustc-1.58.1-src/src/tools/rust-analyzer/crates/ide/src/
H A Dhover.rs257 fn to_action(nav_target: NavigationTarget) -> HoverAction { in show_implementations_action() function
265 Definition::Trait(it) => return it.try_to_nav(db).map(to_action), in show_implementations_action()
270 adt.try_to_nav(db).map(to_action) in show_implementations_action()
/dports/net/ryu/ryu-4.26/ryu/lib/
H A Dofctl_v1_2.py34 def to_action(dp, dic):
38 return ofctl_utils.to_action(dic, ofp, parser, action_type, UTIL)
48 action = to_action(dp, a)
57 action = to_action(dp, act)
817 action = to_action(dp, dic)
H A Dofctl_v1_3.py36 def to_action(dp, dic): function
40 return ofctl_utils.to_action(dic, ofp, parser, action_type, UTIL)
50 action = to_action(dp, a)
60 action = to_action(dp, act)
1143 action = to_action(dp, dic)
H A Dofctl_v1_4.py31 def to_action(dp, dic): function
35 return ofctl_utils.to_action(dic, ofp, parser, action_type, UTIL)
41 action = to_action(dp, d)
911 action = to_action(dp, dic)
H A Dofctl_v1_5.py32 def to_action(dp, dic): function
36 return ofctl_utils.to_action(dic, ofp, parser, action_type, UTIL)
42 action = to_action(dp, d)
1017 action = to_action(dp, dic)
H A Dofctl_utils.py70 def to_action(dic, ofp, parser, action_type, util):
/dports/mail/dovecot-pigeonhole/dovecot-2.3-pigeonhole-0.5.17/src/lib-sieve/plugins/copy/
H A Dext-copy.c80 .to_action = &act_store,
/dports/mail/dovecot-pigeonhole/dovecot-2.3-pigeonhole-0.5.17/src/lib-sieve/plugins/mailbox/
H A Dtag-mailbox-create.c55 .to_action = &act_store,
/dports/net-p2p/vuze/vuze-5.7.4.0_2/com/aelitis/azureus/core/tag/impl/
H A DTagDownloadWithState.java1173 Set<DownloadManager> to_action = new HashSet<DownloadManager>(); in checkIndividualShareRatio() local
1187 to_action.add( dm ); in checkIndividualShareRatio()
1193 if ( to_action.size() > 0 ){ in checkIndividualShareRatio()
1198 to_action ); in checkIndividualShareRatio()
/dports/mail/dovecot-pigeonhole/dovecot-2.3-pigeonhole-0.5.17/src/lib-sieve/
H A Dsieve-actions.h117 const struct sieve_action_def *to_action; member
H A Dsieve-result.h81 struct sieve_result *result, const struct sieve_action_def *to_action,
H A Dsieve-result.c270 struct sieve_result *result, const struct sieve_action_def *to_action, in sieve_result_add_implicit_side_effect() argument
277 to_action = to_keep ? &act_store : to_action; in sieve_result_add_implicit_side_effect()
283 actctx = hash_table_lookup(result->action_contexts, to_action); in sieve_result_add_implicit_side_effect()
289 actctx->action = to_action; in sieve_result_add_implicit_side_effect()
292 hash_table_insert(result->action_contexts, to_action, actctx); in sieve_result_add_implicit_side_effect()
/dports/mail/dovecot-pigeonhole/dovecot-2.3-pigeonhole-0.5.17/src/lib-sieve/plugins/special-use/
H A Dtag-specialuse.c72 .to_action = &act_store,
/dports/mail/dovecot-pigeonhole/dovecot-2.3-pigeonhole-0.5.17/src/lib-sieve/plugins/imap4flags/
H A Dtag-flags.c83 .to_action = &act_store,
/dports/www/gallery-dl/gallery-dl-1.21.0/gallery_dl/
H A Dytdl.py189 yield module.MetadataFromFieldPP.to_action(f)
/dports/www/yt-dlp/yt-dlp-2021.12.27/test/
H A Dtest_postprocessors.py39 MetadataFromFieldPP.to_action('%(title)s \\: %(artist)s:%(title)s : %(artist)s'),
/dports/www/yt-dlp/yt-dlp-2021.12.27/yt_dlp/
H A D__init__.py378 actions = [MetadataFromFieldPP.to_action(f)]