Home
last modified time | relevance | path

Searched refs:c_from (Results 1 – 25 of 43) sorted by relevance

12

/dports/finance/beancount/beancount-2.3.3/beancount/query/
H A Dquery_execute.py39 assert c_from is None or isinstance(c_from, query_compile.EvalFrom)
44 if c_from is None:
48 if c_from.open is not None:
50 open_date = c_from.open
54 if c_from.close is not None:
55 if isinstance(c_from.close, datetime.date):
56 close_date = c_from.close
58 elif c_from.close is True:
62 if c_from.clear is not None:
66 c_expr = c_from.c_expr
[all …]
H A Dquery_execute_test.py130 """).c_from, self.entries, self.options_map, self.context)
136 """).c_from, self.entries, self.options_map, self.context)
150 """).c_from, self.entries, self.options_map, self.context)
175 """).c_from, self.entries, self.options_map, self.context)
200 """).c_from, self.entries, self.options_map, self.context)
213 """).c_from, self.entries, self.options_map, self.context)
219 """).c_from, self.entries, self.options_map, self.context)
253 """).c_from, self.entries, self.options_map, self.context)
H A Dquery_compile.py786 c_from = EvalFrom(c_expression,
791 c_from = None
793 return c_from
836 c_from = None
845 c_from = compile_from(from_clause, entries_environ)
907 c_from,
993 c_from = compile_from(print_stmt.from_clause, env_entries)
994 return EvalPrint(c_from)
H A Dquery_compile_test.py317 self.assertEqual(None, query.c_from)
320 self.assertEqual(qc.EvalFrom(None, None, True, None), query.c_from)
323 self.assertTrue(isinstance(query.c_from, qc.EvalFrom))
324 self.assertTrue(isinstance(query.c_from.c_expr, qc.EvalNode))
/dports/graphics/opencv/opencv-4.5.3/modules/dnn/src/cuda/
H A Dshortcut.cu28 View<T> from, index_type c_from, /* `c_from` = number of channels in `from` */ in input_shortcut_vec() argument
38 auto batch_stride_from = c_from * channel_stride; in input_shortcut_vec()
56 if (c < c_from) { in input_shortcut_vec()
72 …T> output, View<T> input, std::size_t c_input, View<T> from, std::size_t c_from, std::size_t chann… in launch_vectorized_input_shortcut() argument
80 launch_kernel(kernel, policy, output, input, c_input, from, c_from, channel_stride); in launch_vectorized_input_shortcut()
95 auto c_from = from.get_axis_size(1); in input_shortcut() local
98 …launch_vectorized_input_shortcut<T, 4>(stream, output, input, c_input, from, c_from, channel_strid… in input_shortcut()
100 …launch_vectorized_input_shortcut<T, 2>(stream, output, input, c_input, from, c_from, channel_strid… in input_shortcut()
102 …launch_vectorized_input_shortcut<T, 1>(stream, output, input, c_input, from, c_from, channel_strid… in input_shortcut()
/dports/security/gost-engine/engine-7ed64cd/
H A Dgost_omac.c95 const OMAC_CTX *c_from = EVP_MD_CTX_md_data(from); in omac_imit_copy() local
97 if (c_from && c_to) { in omac_imit_copy()
98 c_to->dgst_size = c_from->dgst_size; in omac_imit_copy()
99 c_to->cipher_nid = c_from->cipher_nid; in omac_imit_copy()
100 c_to->key_set = c_from->key_set; in omac_imit_copy()
101 memcpy(c_to->key, c_from->key, 32); in omac_imit_copy()
105 if (!c_from->cmac_ctx) { in omac_imit_copy()
112 if (c_to->cmac_ctx == c_from->cmac_ctx) { in omac_imit_copy()
115 return CMAC_CTX_copy(c_to->cmac_ctx, c_from->cmac_ctx); in omac_imit_copy()
H A Dgost_omac_acpkm.c361 const OMAC_ACPKM_CTX *c_from = EVP_MD_CTX_md_data(from); in omac_acpkm_imit_copy() local
363 if (c_from && c_to) { in omac_acpkm_imit_copy()
364 c_to->dgst_size = c_from->dgst_size; in omac_acpkm_imit_copy()
365 c_to->cipher_nid = c_from->cipher_nid; in omac_acpkm_imit_copy()
366 c_to->key_set = c_from->key_set; in omac_acpkm_imit_copy()
370 if (!c_from->cmac_ctx) { in omac_acpkm_imit_copy()
377 if (c_to->cmac_ctx == c_from->cmac_ctx) { in omac_acpkm_imit_copy()
380 return CMAC_ACPKM_CTX_copy(c_to->cmac_ctx, c_from->cmac_ctx); in omac_acpkm_imit_copy()
/dports/lang/parrot/parrot-8.1.0/src/platform/generic/
H A Dfile.c578 char * const c_from = Parrot_str_to_platform_cstring(interp, from); in Parrot_file_symlink() local
580 const int result = symlink(c_from, c_to); in Parrot_file_symlink()
582 Parrot_str_free_cstring(c_from); in Parrot_file_symlink()
644 char * const c_from = Parrot_str_to_platform_cstring(interp, from); in Parrot_file_link() local
646 const int result = link(c_from, c_to); in Parrot_file_link()
648 Parrot_str_free_cstring(c_from); in Parrot_file_link()
743 char * const c_from = Parrot_str_to_platform_cstring(interp, from); in Parrot_file_rename() local
745 const int result = rename(c_from, c_to); in Parrot_file_rename()
747 Parrot_str_free_cstring(c_from); in Parrot_file_rename()
/dports/lang/parrot/parrot-8.1.0/src/platform/win32/
H A Dfile.c731 char *c_from; in Parrot_file_symlink() local
747 c_from = Parrot_str_to_encoded_cstring(interp, from, in Parrot_file_symlink()
751 attrs = GetFileAttributesW((LPWSTR)c_from); in Parrot_file_symlink()
758 result = csl((LPWSTR)c_to, (LPWSTR)c_from, flags); in Parrot_file_symlink()
761 Parrot_str_free_cstring(c_from); in Parrot_file_symlink()
815 char *c_from = Parrot_str_to_encoded_cstring(interp, from, in Parrot_file_link() local
819 BOOL result = CreateHardLinkW((LPWSTR)c_to, (LPWSTR)c_from, NULL); in Parrot_file_link()
821 Parrot_str_free_cstring(c_from); in Parrot_file_link()
930 char *c_from = Parrot_str_to_encoded_cstring(interp, from, in Parrot_file_rename() local
934 BOOL result = MoveFileW((LPWSTR)c_from, (LPWSTR)c_to); in Parrot_file_rename()
[all …]
/dports/databases/mantis/mantisbt-2.25.2/plugins/Activity/core/
H A Dactivity_api.php13 $c_from = strtotime( $p_date_from );
16 if( $c_to === false || $c_from === false ) {
29 b.date_submitted >= $c_from AND b.date_submitted <= $c_to AND
/dports/lang/gforth/gforth-0.7.3/arch/misc/
H A Doptcmove.fs4 : (cmove) ( c_from c_to u -- )
7 : cmove ( c_from c_to u -- )
16 IF ( c_to u c_from u2 )
/dports/databases/mantis/mantisbt-2.25.2/core/
H A Dbilling_api.php63 $c_from = strtotime( $p_from );
65 if( $c_to === false || $c_from === false ) {
87 if( !is_blank( $c_from ) ) {
89 $t_params[] = $c_from;
H A Dbugnote_api.php766 $c_from = strtotime( $p_from );
768 if( !is_blank( $c_from ) ) {
769 $t_from_where = ' AND bn.date_submitted >= ' . $c_from;
/dports/mail/mailutils/mailutils-3.13/python/libmu_py/
H A Dmailer.c107 mu_address_t c_from = NULL, c_to = NULL; in api_mailer_send_message() local
131 c_from = py_from->addr; in api_mailer_send_message()
136 c_from, c_to); in api_mailer_send_message()
/dports/games/minetest/minetest-5.4.1/src/
H A Dcontent_mapnode.cpp110 content_t c_from = n_from.getContent(); in mapnode_translate_to_internal() local
112 if (tt_i[1] == c_from) { in mapnode_translate_to_internal()
H A Dinventory.cpp37 static content_t content_translate_from_19_to_internal(content_t c_from) in content_translate_from_19_to_internal() argument
40 if(tt[1] == c_from) { in content_translate_from_19_to_internal()
44 return c_from; in content_translate_from_19_to_internal()
/dports/graphics/xmedcon/xmedcon-0.17.0/source/
H A Dm-fancy.c603 Uint32 r_from, r_to, r_step, c_from, c_to, c_step; in MdcHandlePixelList() local
638 if (MdcGetRange(col,&c_from,&c_to,&c_step) != MDC_OK) in MdcHandlePixelList()
642 if (c_from == 0 || c_to == 0) { in MdcHandlePixelList()
643 c_from = 0; c_to = 0; in MdcHandlePixelList()
644 }else if (c_from > c_to) { in MdcHandlePixelList()
645 tmp = c_from; c_from = c_to; c_to = tmp; in MdcHandlePixelList()
659 for (c=c_from; c<=c_to; c+=c_step) { in MdcHandlePixelList()
/dports/mail/neomutt/neomutt-20211029/alias/
H A Dalias.c598 const struct Address *c_from = cs_subset_address(NeoMutt->sub, "from"); in mutt_addr_is_user() local
599 if (c_from && mutt_istr_equal(c_from->mailbox, addr->mailbox)) in mutt_addr_is_user()
601 mutt_debug(LL_DEBUG5, "#5 yes, %s = %s\n", addr->mailbox, c_from->mailbox); in mutt_addr_is_user()
/dports/games/freeminer/freeminer-0.4.10.4/src/
H A Dcontent_mapnode.cpp113 content_t c_from = n_from.getContent(); in mapnode_translate_to_internal() local
116 if(trans_table_19[i][1] == c_from) in mapnode_translate_to_internal()
H A Dinventory.cpp39 static content_t content_translate_from_19_to_internal(content_t c_from) in content_translate_from_19_to_internal() argument
43 if(trans_table_19[i][1] == c_from) in content_translate_from_19_to_internal()
48 return c_from; in content_translate_from_19_to_internal()
/dports/news/lusernet/LuserNET-0.4.2/
H A DFolderWindowController.h29 NSTableColumn *c_subject,*c_date,*c_from; variable
H A DFolderWindowController.m533 else if (tc==c_from)
673 c_from=[[NSTableColumn alloc] initWithIdentifier: @"From"];
674 [[c_from headerCell] setStringValue: _(@"From")];
675 [c_from setEditable: NO];
676 [c_from setResizable: YES];
677 [c_from setWidth: 100];
698 [list addTableColumn: c_from];
799 DESTROY(c_from);
/dports/graphics/py-willow/Willow-1.4/willow/
H A Dregistry.py150 for (c_from, c_to), converter in self._registered_converters.items():
151 if c_from is from_image_class:
/dports/lang/gforth/gforth-0.7.3/engine/
H A Dsupport.c174 void cmove(Char *c_from, Char *c_to, UCell u) in cmove() argument
177 *c_to++ = *c_from++; in cmove()
180 void cmove_up(Char *c_from, Char *c_to, UCell u) in cmove_up() argument
183 c_to[u] = c_from[u]; in cmove_up()
/dports/mail/neomutt/neomutt-20211029/autocrypt/
H A Dautocrypt.c175 const struct Address *c_from = cs_subset_address(NeoMutt->sub, "from"); in mutt_autocrypt_account_init() local
176 if (c_from) in mutt_autocrypt_account_init()
178 addr = mutt_addr_copy(c_from); in mutt_autocrypt_account_init()

12