Home
last modified time | relevance | path

Searched refs:T_BEGIN (Results 1 – 25 of 514) sorted by relevance

12345678910>>...21

/dports/mail/dovecot/dovecot-2.3.17/src/lib-storage/
H A Dmail.c28 T_BEGIN { in mail_alloc()
52 T_BEGIN { in mail_set_seq()
61 T_BEGIN { in mail_set_seq_saving()
71 T_BEGIN { in mail_set_uid()
82 T_BEGIN { in mail_prefetch()
139 T_BEGIN { in mail_get_parts()
150 T_BEGIN { in mail_get_date()
161 T_BEGIN { in mail_get_received_date()
172 T_BEGIN { in mail_get_save_date()
183 T_BEGIN { in mail_get_virtual_size()
[all …]
H A Dmail-storage-hooks.c167 if (hooks->mail_user_created != NULL) T_BEGIN { in hook_mail_user_created()
181 if (hooks->mail_namespace_storage_added != NULL) T_BEGIN { in hook_mail_namespace_storage_added()
194 if (hooks->mail_namespaces_created != NULL) T_BEGIN { in hook_mail_namespaces_created()
207 if (hooks->mail_namespaces_added != NULL) T_BEGIN { in hook_mail_namespaces_added()
221 if (hooks->mail_storage_created != NULL) T_BEGIN { in hook_mail_storage_created()
238 if (hooks->mailbox_list_created != NULL) T_BEGIN { in hook_mailbox_list_created()
255 if (hooks->mailbox_allocated != NULL) T_BEGIN { in hook_mailbox_allocated()
269 if (hooks->mailbox_opened != NULL) T_BEGIN { in hook_mailbox_opened()
284 if (hooks->mail_allocated != NULL) T_BEGIN { in hook_mail_allocated()
/dports/converters/p5-LaTeXML/LaTeXML-0.8.6/t/
H A D00_unittest.t40 ok(eval { $balanced = Tokens(T_LETTER('a'), T_BEGIN, T_OTHER('...'), T_END, T_LETTER('z')); },
43 ok(eval { $unbalanced = Tokens(T_LETTER('a'), T_BEGIN, T_OTHER('...'), T_LETTER('z')); },
52 ok(eval { $pattern = Tokens(T_LETTER('a'),T_BEGIN,T_ARG('1'),T_LETTER('m'),T_ARG('2'),T_END,T_LETTE…
62 ToString(Tokens(T_BEGIN, T_LETTER('a'), T_END)->stripBraces); },
68 ToString(Tokens(T_SPACE, T_BEGIN, T_LETTER('a'), T_END, T_SPACE)->stripBraces); },
71 ToString(Tokens(T_BEGIN, T_SPACE, T_LETTER('a'), T_SPACE, T_END)->stripBraces); },
74 ToString(Tokens(T_BEGIN, T_BEGIN, T_LETTER('a'), T_END, T_END)->stripBraces); },
77 ToString(Tokens(T_BEGIN, T_LETTER('a'), T_END, T_BEGIN, T_LETTER('b'), T_END)->stripBraces); },
80 …ToString(Tokens(T_BEGIN, T_BEGIN, T_LETTER('a'), T_END, T_BEGIN, T_LETTER('b'), T_END,, T_END)->st…
/dports/converters/p5-LaTeXML/LaTeXML-0.8.6/lib/LaTeXML/Package/
H A Dxkvview.sty.ltxml43 push(@tokens, T_BEGIN, $keyset, T_END);
44 push(@tokens, T_BEGIN, $key, T_END);
46 push(@tokens, T_BEGIN, $code, T_END);
67 push(@tokens, T_BEGIN, $keyset, T_END);
69 push(@tokens, T_BEGIN, $key, T_END);
71 push(@tokens, T_BEGIN, $code, T_END);
90 push(@tokens, T_BEGIN, $keyset, T_END);
118 push(@tokens, T_BEGIN, $keyset, T_END);
119 push(@tokens, T_BEGIN, $key, T_END);
121 push(@tokens, T_BEGIN, $choices, T_END);
[all …]
H A Darray.sty.ltxml30 … $LaTeXML::BUILD_TEMPLATE->addColumn(before => Tokens(T_CS('\vtop'), T_BEGIN), #Tokens(T_BEGIN),
36 … $LaTeXML::BUILD_TEMPLATE->addColumn(before => Tokens(T_CS('\vbox'), T_BEGIN), #Tokens(T_BEGIN),
54 $LaTeXML::BUILD_TEMPLATE->addColumn(before => Tokens(T_CS('\vtop'), T_BEGIN),
63 $LaTeXML::BUILD_TEMPLATE->addColumn(before => Tokens(T_CS('\vtop'), T_BEGIN),
H A Dtabulary.sty.ltxml34 $LaTeXML::BUILD_TEMPLATE->addColumn(before => Tokens(T_CS('\vtop'), T_BEGIN),
38 $LaTeXML::BUILD_TEMPLATE->addColumn(before => Tokens(T_CS('\vtop'), T_BEGIN),
42 $LaTeXML::BUILD_TEMPLATE->addColumn(before => Tokens(T_CS('\vtop'), T_BEGIN),
46 $LaTeXML::BUILD_TEMPLATE->addColumn(before => Tokens(T_CS('\vtop'), T_BEGIN),
H A Dxkeyval.sty.ltxml51 push(@tokens, T_BEGIN, $keysets, T_END);
53 push(@tokens, T_BEGIN, @keyvals, T_END);
118 push(@tokens, T_BEGIN, $keyset, T_END);
119 push(@tokens, T_BEGIN, $key, T_END);
121 push(@tokens, T_BEGIN, $choices, T_END);
123 push(@tokens, T_BEGIN, $code, T_END);
125 push(@tokens, T_BEGIN, T_END) unless defined($plus);
153 push(@tokens, T_BEGIN, $keyset, T_END);
155 push(@tokens, T_BEGIN, $key, T_END);
157 push(@tokens, T_BEGIN, $code, T_END);
[all …]
H A Ddcolumn.sty.ltxml56 my $alignment = absorbedString(Tokens(T_CS('\ensuremath'), T_BEGIN, $todelim, T_END));
58 T_BEGIN, $delim->unlist, T_END,
59 T_BEGIN, $todelim->unlist, T_END,
60 T_BEGIN, $ndec->unlist, T_END),
H A Dpst-node.sty.ltxml227 push(@exp, T_BEGIN, $angle->unlist, T_END) if $angle;
231 push(@exp, T_BEGIN, $name->unlist, T_END, T_BEGIN, $body->unlist, T_END, T_END);
437 ( ## T_BEGIN,
452 ( ## T_BEGIN,
472 ( ## T_BEGIN,
492 ( ##T_BEGIN,
505 ( ##T_BEGIN,
523 ( ##T_BEGIN,
548 T_BEGIN, T_CS('\Rput'),
549 $labelsep ? (T_BEGIN, $labelsep->unlist, T_END) : (),
[all …]
/dports/converters/p5-LaTeXML/LaTeXML-0.8.6/lib/LaTeXML/Core/
H A DKeyVals.pm218 if ($gullet->ifNext(T_BEGIN)) { # Protect against redundant {} wrapping
350 T_CS('\def'), T_CS('\XKV@fams'), T_BEGIN, Explode(join(',', @{ $$self{keysets} })), T_END,
351 T_CS('\def'), T_CS('\XKV@na'), T_BEGIN, Explode(join(',', @skipkeys)), T_END)
386 push(@tokens, T_CS('\\' . $qname), T_BEGIN, Revert($value), T_END); }
389 T_CS('\def'), T_CS('\XKV@prefix'), T_BEGIN, T_END,
390 T_CS('\def'), T_CS('\XKV@tfam'), T_BEGIN, T_END,
391 T_CS('\def'), T_CS('\XKV@header'), T_BEGIN, T_END,
392 T_CS('\def'), T_CS('\XKV@tkey'), T_BEGIN, T_END) if $setInternals;
396 push(@tokens, T_CS('\def'), $rmmacro, T_BEGIN, @rmtokens, T_END) if $rmmacro;
399 T_CS('\def'), T_CS('\XKV@fams'), T_BEGIN, T_END,
[all …]
H A DKeyVal.pm98 Tokens(T_CS('\\' . $qname), T_BEGIN, @tdefault, T_END)); }
129 Tokens(T_CS("\\def"), T_CS('\\' . $macroname), T_BEGIN, $value, T_END,
130 T_CS($orig), T_BEGIN, T_PARAM, $value, T_END); # $value !?!??! Is it a number 1--9 ???
160 push(@tokens, T_CS($orig), T_BEGIN, $value, T_END); } }
164 push(@tokens, T_CS($orig), T_BEGIN, $value, T_END); }
180 push(@tokens, T_CS($orig), T_BEGIN, $value, T_END); }
/dports/mail/dovecot/dovecot-2.3.17/src/lib/
H A Dtest-data-stack.c60 T_BEGIN { in test_ds_grow_event()
79 T_BEGIN { in test_ds_get_used_size()
82 T_BEGIN { in test_ds_get_used_size()
97 T_BEGIN { in test_ds_get_bytes_available()
106 T_BEGIN { in test_ds_get_bytes_available()
162 T_BEGIN { in test_ds_buffers()
187 T_BEGIN { in test_ds_buffers()
197 T_BEGIN { in test_ds_buffers()
224 T_BEGIN { in test_ds_realloc()
329 T_BEGIN { in test_ds_pass_str()
[all …]
H A Dtest-str.c34 T_BEGIN { in test_str_c()
38 for (i = 0; i < 32; i++) T_BEGIN { in test_str_c()
42 T_BEGIN { in test_str_c()
H A Devent-log.c27 T_BEGIN { in e_error()
46 T_BEGIN { in e_warning()
65 T_BEGIN { in e_info()
84 T_BEGIN { in e_debug()
103 T_BEGIN { in e_log()
/dports/mail/dovecot/dovecot-2.3.17/src/doveadm/dsync/
H A Ddsync-ibc.c54 T_BEGIN { in dsync_ibc_send_mailbox_state()
74 T_BEGIN { in dsync_ibc_send_mailbox_tree_node()
93 T_BEGIN { in dsync_ibc_send_mailbox_deletes()
113 T_BEGIN { in dsync_ibc_send_mailbox()
130 T_BEGIN { in dsync_ibc_send_mailbox_attribute()
149 T_BEGIN { in dsync_ibc_send_change()
168 T_BEGIN { in dsync_ibc_send_mail_request()
186 T_BEGIN { in dsync_ibc_send_mail()
/dports/mail/dovecot/dovecot-2.3.17/src/lib-fs/
H A Dfs-api.c55 T_BEGIN { in fs_alloc()
156 T_BEGIN { in fs_init()
239 T_BEGIN { in fs_unref()
276 T_BEGIN { in fs_file_init_with_event()
309 T_BEGIN { in fs_file_deinit()
516 T_BEGIN { in fs_get_metadata_full()
661 T_BEGIN { in fs_prefetch()
750 T_BEGIN { in fs_read_stream()
855 T_BEGIN { in fs_write_stream()
870 T_BEGIN { in fs_write_stream_finish_int()
[all …]
/dports/mail/dovecot/dovecot-2.3.17/src/lib-imap/
H A Dtest-imap-bodystructure.c420 for (i = 0; i < parse_tests_count; i++) T_BEGIN { in test_imap_bodystructure_write()
439 T_BEGIN { in test_imap_bodystructure_write()
462 for (i = 0; i < parse_tests_count; i++) T_BEGIN { in test_imap_bodystructure_parse()
549 for (i = 0; i < N_ELEMENTS(invalid_bodystructure_tests); i++) T_BEGIN { in test_imap_bodystructure_parse_invalid()
569 for (i = 0; i < parse_tests_count; i++) T_BEGIN { in test_imap_bodystructure_parse_full()
601 for (i = 0; i < normalize_tests_count; i++) T_BEGIN { in test_imap_bodystructure_normalize()
/dports/mail/dovecot-pigeonhole/dovecot-2.3-pigeonhole-0.5.17/src/lib-sieve/
H A Dsieve-error.c239 T_BEGIN { in sieve_global_error()
263 T_BEGIN { in sieve_global_warning()
287 T_BEGIN { in sieve_global_info()
312 T_BEGIN { in sieve_global_info_error()
337 T_BEGIN { in sieve_global_info_warning()
416 T_BEGIN { in sieve_event_logv()
469 T_BEGIN { in sieve_error()
492 T_BEGIN { in sieve_warning()
515 T_BEGIN { in sieve_info()
538 T_BEGIN { in sieve_debug()
[all …]
/dports/mail/dovecot/dovecot-2.3.17/src/lib-storage/index/maildir/
H A Dmaildir-util.c150 T_BEGIN { in maildir_file_do()
153 if (ret == 0 && mbox->storage->set->maildir_very_dirty_syncs) T_BEGIN { in maildir_file_do()
165 T_BEGIN { in maildir_file_do()
170 if (i == MAILDIR_RESYNC_RETRY_COUNT) T_BEGIN { in maildir_file_do()
268 T_BEGIN { in maildir_set_deleted()
/dports/mail/dovecot/dovecot-2.3.17/src/imap/
H A Dmail-storage-callbacks.c16 T_BEGIN { in notify_ok()
33 T_BEGIN { in notify_no()
H A Dcmd-thread.c29 T_BEGIN { in imap_thread_write()
47 T_BEGIN { in imap_thread_write()
68 T_BEGIN { in imap_thread_write_reply()
196 T_BEGIN { in imap_thread_orderedsubject()
/dports/mail/dovecot/dovecot-2.3.17/src/lib-test/
H A Dtest-common.c241 T_BEGIN { in expect_error_check()
345 T_BEGIN { in test_run_funcs()
356 if (strstr(tests[i].name, match) != NULL) T_BEGIN { in test_run_named_funcs()
398 T_BEGIN { in test_run_fatals()
408 if (strstr(fatals[i].name, match) != NULL) T_BEGIN { in test_run_named_fatals()
/dports/mail/dovecot/dovecot-2.3.17/src/lib-mail/
H A Dmail-user-hash.c21 T_BEGIN { in mail_user_hash()
25 } else T_BEGIN { in mail_user_hash()
/dports/mail/anubis/anubis-4.2/src/
H A Drc-gram.h41 T_BEGIN = 259, enumerator
67 #define T_BEGIN 259 macro
/dports/mail/dovecot/dovecot-2.3.17/src/lib-http/
H A Dtest-http-transfer.c93 for (i = 0; i < valid_transfer_chunked_input_test_count; i++) T_BEGIN { in test_http_transfer_chunked_input_valid()
190 for (i = 0; i < invalid_transfer_chunked_input_test_count; i++) T_BEGIN { in test_http_transfer_chunked_input_invalid()
259 for (i = 0; i < valid_transfer_chunked_output_test_count; i++) T_BEGIN { in test_http_transfer_chunked_output_valid()

12345678910>>...21