Home
last modified time | relevance | path

Searched refs:exec_env (Results 1 – 25 of 136) sorted by relevance

123456

/dports/mail/dovecot-pigeonhole/dovecot-2.3-pigeonhole-0.5.17/src/plugins/imapsieve/
H A Dext-imapsieve-environment.c28 const struct sieve_execute_env *eenv = renv->exec_env; in envit_imap_user_get_value()
44 const struct sieve_execute_env *eenv = renv->exec_env; in envit_imap_email_get_value()
64 const struct sieve_execute_env *eenv = renv->exec_env; in envit_imap_cause_get_value()
83 const struct sieve_execute_env *eenv = renv->exec_env; in envit_imap_mailbox_get_value()
101 const struct sieve_execute_env *eenv = renv->exec_env; in envit_imap_changedflags_get_value()
120 const struct sieve_execute_env *eenv = renv->exec_env; in envit_vnd_mailbox_from_get_value()
139 const struct sieve_execute_env *eenv = renv->exec_env; in envit_vnd_mailbox_to_get_value()
/dports/net/google-cloud-sdk/google-cloud-sdk/lib/third_party/gae_ext_runtime/
H A Dtestutil.py49 self.exec_env = ext_runtime.DefaultExecutionEnvironment()
59 def set_execution_environment(self, exec_env): argument
69 self.exec_env = exec_env
86 self.exec_env)
158 self.exec_env)
/dports/mail/dovecot-pigeonhole/dovecot-2.3-pigeonhole-0.5.17/src/testsuite/
H A Dtestsuite-script.c91 const struct sieve_execute_env *eenv = renv->exec_env; in testsuite_script_run()
100 struct sieve_execute_env exec_env; in testsuite_script_run() local
136 sieve_execute_init(&exec_env, eenv->svinst, pool, eenv->msgdata, in testsuite_script_run()
142 &exec_env, testsuite_log_ehandler); in testsuite_script_run()
145 sieve_execute_deinit(&exec_env); in testsuite_script_run()
152 sieve_execute_finish(&exec_env, ret); in testsuite_script_run()
153 sieve_execute_deinit(&exec_env); in testsuite_script_run()
192 const struct sieve_execute_env *eenv = renv->exec_env; in testsuite_script_multiscript()
/dports/www/firefox-esr/firefox-91.8.0/mozglue/dllservices/
H A Dgen_dll_blocklist_defs.py216 def get_test_entries(exec_env, blocklist): argument
234 return map(set_is_test, exec_env[test_key])
236 def gen_list(self, exec_env, filter_func): argument
270 unified_list.extend(map(add_list_flags, exec_env[blocklist]))
304 def write(self, src_file, exec_env): argument
713 exec_env = {
727 exec_env[defname] = []
729 exec_env[derive_test_key(defname)] = []
732 exec_env.update({flag: flag for flag in INPUT_ONLY_FLAGS})
735 exec_script_file(defs_filename, exec_env)
[all …]
/dports/www/firefox/firefox-99.0/toolkit/xre/dllservices/mozglue/
H A Dgen_dll_blocklist_defs.py216 def get_test_entries(exec_env, blocklist): argument
234 return map(set_is_test, exec_env[test_key])
236 def gen_list(self, exec_env, filter_func): argument
270 unified_list.extend(map(add_list_flags, exec_env[blocklist]))
304 def write(self, src_file, exec_env): argument
713 exec_env = {
727 exec_env[defname] = []
729 exec_env[derive_test_key(defname)] = []
732 exec_env.update({flag: flag for flag in INPUT_ONLY_FLAGS})
735 exec_script_file(defs_filename, exec_env)
[all …]
/dports/mail/thunderbird/thunderbird-91.8.0/mozglue/dllservices/
H A Dgen_dll_blocklist_defs.py216 def get_test_entries(exec_env, blocklist): argument
234 return map(set_is_test, exec_env[test_key])
236 def gen_list(self, exec_env, filter_func): argument
270 unified_list.extend(map(add_list_flags, exec_env[blocklist]))
304 def write(self, src_file, exec_env): argument
713 exec_env = {
727 exec_env[defname] = []
729 exec_env[derive_test_key(defname)] = []
732 exec_env.update({flag: flag for flag in INPUT_ONLY_FLAGS})
735 exec_script_file(defs_filename, exec_env)
[all …]
/dports/lang/spidermonkey78/firefox-78.9.0/mozglue/dllservices/
H A Dgen_dll_blocklist_defs.py213 def get_test_entries(exec_env, blocklist): argument
231 return map(set_is_test, exec_env[test_key])
233 def gen_list(self, exec_env, filter_func): argument
270 self.get_test_entries(exec_env, blocklist)))
298 def write(self, src_file, exec_env): argument
679 exec_env = {
693 exec_env[defname] = []
695 exec_env[derive_test_key(defname)] = []
698 exec_env.update({flag: flag for flag in INPUT_ONLY_FLAGS})
701 exec_script_file(defs_filename, exec_env)
[all …]
/dports/mail/dovecot-pigeonhole/dovecot-2.3-pigeonhole-0.5.17/src/lib-sieve/plugins/vnd.dovecot/environment/
H A Dext-vnd-environment-items.c32 const struct sieve_execute_env *eenv = renv->exec_env; in envit_default_mailbox_get_value()
49 const struct sieve_execute_env *eenv = renv->exec_env; in envit_username_get_value()
64 const struct sieve_execute_env *eenv = renv->exec_env; in envit_config_get_value()
/dports/multimedia/mpv/waf-2.0.20/waflib/extras/
H A Dproc.py40 exec_env = {
45 exec_env['TNS_ADMIN'] = env.PROC_TNS_ADMIN
46 return tsk.exec_command(cmd, env=exec_env)
/dports/databases/tdb/tdb-1.4.3/third_party/waf/waflib/extras/
H A Dproc.py40 exec_env = {
45 exec_env['TNS_ADMIN'] = env.PROC_TNS_ADMIN
46 return tsk.exec_command(cmd, env=exec_env)
/dports/audio/fomp-lv2/fomp-1.2.2/waflib/extras/
H A Dproc.py40 exec_env = {
45 exec_env['TNS_ADMIN'] = env.PROC_TNS_ADMIN
46 return tsk.exec_command(cmd, env=exec_env)
/dports/audio/audacity/audacity-Audacity-3.1.3/lib-src/lv2/sratom/waflib/extras/
H A Dproc.py40 exec_env = {
45 exec_env['TNS_ADMIN'] = env.PROC_TNS_ADMIN
46 return tsk.exec_command(cmd, env=exec_env)
/dports/audio/audacity/audacity-Audacity-3.1.3/lib-src/lv2/suil/waflib/extras/
H A Dproc.py40 exec_env = {
45 exec_env['TNS_ADMIN'] = env.PROC_TNS_ADMIN
46 return tsk.exec_command(cmd, env=exec_env)
/dports/net/samba412/samba-4.12.15/third_party/waf/waflib/extras/
H A Dproc.py40 exec_env = {
45 exec_env['TNS_ADMIN'] = env.PROC_TNS_ADMIN
46 return tsk.exec_command(cmd, env=exec_env)
/dports/audio/lv2/lv2-1.18.2/waflib/extras/
H A Dproc.py40 exec_env = {
45 exec_env['TNS_ADMIN'] = env.PROC_TNS_ADMIN
46 return tsk.exec_command(cmd, env=exec_env)
/dports/audio/mda-lv2/mda-lv2-1.2.6/waflib/extras/
H A Dproc.py40 exec_env = {
45 exec_env['TNS_ADMIN'] = env.PROC_TNS_ADMIN
46 return tsk.exec_command(cmd, env=exec_env)
/dports/audio/lvtk/lvtk-2.0.0rc1-14-g1028f69/waflib/extras/
H A Dproc.py40 exec_env = {
45 exec_env['TNS_ADMIN'] = env.PROC_TNS_ADMIN
46 return tsk.exec_command(cmd, env=exec_env)
/dports/audio/jalv/jalv-1.6.6/waflib/extras/
H A Dproc.py40 exec_env = {
45 exec_env['TNS_ADMIN'] = env.PROC_TNS_ADMIN
46 return tsk.exec_command(cmd, env=exec_env)
/dports/audio/ganv/ganv-1.8.0/waflib/extras/
H A Dproc.py40 exec_env = {
45 exec_env['TNS_ADMIN'] = env.PROC_TNS_ADMIN
46 return tsk.exec_command(cmd, env=exec_env)
/dports/audio/audacity/audacity-Audacity-3.1.3/lib-src/lv2/lilv/waflib/extras/
H A Dproc.py40 exec_env = {
45 exec_env['TNS_ADMIN'] = env.PROC_TNS_ADMIN
46 return tsk.exec_command(cmd, env=exec_env)
/dports/audio/audacity/audacity-Audacity-3.1.3/lib-src/lv2/lv2/waflib/extras/
H A Dproc.py40 exec_env = {
45 exec_env['TNS_ADMIN'] = env.PROC_TNS_ADMIN
46 return tsk.exec_command(cmd, env=exec_env)
/dports/audio/audacity/audacity-Audacity-3.1.3/lib-src/lv2/sord/waflib/extras/
H A Dproc.py40 exec_env = {
45 exec_env['TNS_ADMIN'] = env.PROC_TNS_ADMIN
46 return tsk.exec_command(cmd, env=exec_env)
/dports/audio/audacity/audacity-Audacity-3.1.3/lib-src/lv2/serd/waflib/extras/
H A Dproc.py40 exec_env = {
45 exec_env['TNS_ADMIN'] = env.PROC_TNS_ADMIN
46 return tsk.exec_command(cmd, env=exec_env)
/dports/devel/tevent/tevent-0.10.2/third_party/waf/waflib/extras/
H A Dproc.py40 exec_env = {
45 exec_env['TNS_ADMIN'] = env.PROC_TNS_ADMIN
46 return tsk.exec_command(cmd, env=exec_env)
/dports/devel/talloc/talloc-2.3.1/third_party/waf/waflib/extras/
H A Dproc.py40 exec_env = {
45 exec_env['TNS_ADMIN'] = env.PROC_TNS_ADMIN
46 return tsk.exec_command(cmd, env=exec_env)

123456