Home
last modified time | relevance | path

Searched refs:target_mod (Results 1 – 25 of 30) sorted by relevance

12

/dports/java/java-subversion/subversion-1.14.1/subversion/bindings/swig/ruby/svn/
H A Dutil.rb67 def set_constants(ext_mod, target_mod=self) argument
74 when /^SVN_(?:#{target_mod.name.split("::").last.upcase}_)?/
78 when /^Svn_(?:#{target_mod.name.split("::").last.downcase}_)?_(.+)_t$/
80 when /^Svn_(?:#{target_mod.name.split("::").last.downcase}_)?(.+)_t$/
82 when /^Svn_(?:#{target_mod.name.split("::").last.downcase}_)?/
88 target_mod.const_set(target_name, ext_mod.const_get(const))
93 def set_methods(ext_mod, target_mod=self) argument
98 when /^svn_(?:#{target_mod.name.split("::").last.downcase}_)?/
104 target_mod.module_eval(<<-EOC, __FILE__, __LINE__ + 1)
/dports/devel/py-subversion/subversion-1.14.1/subversion/bindings/swig/ruby/svn/
H A Dutil.rb67 def set_constants(ext_mod, target_mod=self) argument
74 when /^SVN_(?:#{target_mod.name.split("::").last.upcase}_)?/
78 when /^Svn_(?:#{target_mod.name.split("::").last.downcase}_)?_(.+)_t$/
80 when /^Svn_(?:#{target_mod.name.split("::").last.downcase}_)?(.+)_t$/
82 when /^Svn_(?:#{target_mod.name.split("::").last.downcase}_)?/
88 target_mod.const_set(target_name, ext_mod.const_get(const))
93 def set_methods(ext_mod, target_mod=self) argument
98 when /^svn_(?:#{target_mod.name.split("::").last.downcase}_)?/
104 target_mod.module_eval(<<-EOC, __FILE__, __LINE__ + 1)
/dports/security/subversion-gnome-keyring/subversion-1.14.1/subversion/bindings/swig/ruby/svn/
H A Dutil.rb67 def set_constants(ext_mod, target_mod=self) argument
74 when /^SVN_(?:#{target_mod.name.split("::").last.upcase}_)?/
78 when /^Svn_(?:#{target_mod.name.split("::").last.downcase}_)?_(.+)_t$/
80 when /^Svn_(?:#{target_mod.name.split("::").last.downcase}_)?(.+)_t$/
82 when /^Svn_(?:#{target_mod.name.split("::").last.downcase}_)?/
88 target_mod.const_set(target_name, ext_mod.const_get(const))
93 def set_methods(ext_mod, target_mod=self) argument
98 when /^svn_(?:#{target_mod.name.split("::").last.downcase}_)?/
104 target_mod.module_eval(<<-EOC, __FILE__, __LINE__ + 1)
/dports/devel/p5-subversion/subversion-1.14.1/subversion/bindings/swig/ruby/svn/
H A Dutil.rb67 def set_constants(ext_mod, target_mod=self) argument
74 when /^SVN_(?:#{target_mod.name.split("::").last.upcase}_)?/
78 when /^Svn_(?:#{target_mod.name.split("::").last.downcase}_)?_(.+)_t$/
80 when /^Svn_(?:#{target_mod.name.split("::").last.downcase}_)?(.+)_t$/
82 when /^Svn_(?:#{target_mod.name.split("::").last.downcase}_)?/
88 target_mod.const_set(target_name, ext_mod.const_get(const))
93 def set_methods(ext_mod, target_mod=self) argument
98 when /^svn_(?:#{target_mod.name.split("::").last.downcase}_)?/
104 target_mod.module_eval(<<-EOC, __FILE__, __LINE__ + 1)
/dports/sysutils/py-salt/salt-3004.1/salt/modules/
H A Dsysmod.py67 target_mod = module
74 target_mod = ""
76 for fun in fnmatch.filter(__salt__, target_mod):
81 if fun == module or fun.startswith(target_mod):
131 target_mod = module
138 target_mod = ""
140 for fun in fnmatch.filter(st_.states, target_mod):
196 target_mod = module
203 target_mod = ""
255 target_mod = module
[all …]
/dports/misc/mxnet/incubator-mxnet-1.9.0/3rdparty/tvm/docs/
H A Dconf.py260 target_mod, target_name = arr
262 if target_mod not in tvm_alias_check_map:
268 for amod in tvm_alias_check_map[target_mod]:
/dports/finance/electrum/Electrum-4.1.5/packages/setuptools/
H A Dmonkey.py111 def patch_func(replacement, target_mod, func_name): argument
118 original = getattr(target_mod, func_name)
125 setattr(target_mod, func_name, replacement)
/dports/net/google-cloud-sdk/google-cloud-sdk/lib/third_party/setuptools/
H A Dmonkey.py123 def patch_func(replacement, target_mod, func_name): argument
130 original = getattr(target_mod, func_name)
137 setattr(target_mod, func_name, replacement)
/dports/math/py-cypari2/cypari2-2.1.2/venv/lib/python3.7/site-packages/setuptools/
H A Dmonkey.py111 def patch_func(replacement, target_mod, func_name): argument
118 original = getattr(target_mod, func_name)
125 setattr(target_mod, func_name, replacement)
/dports/www/firefox/firefox-99.0/third_party/python/setuptools/setuptools/
H A Dmonkey.py109 def patch_func(replacement, target_mod, func_name): argument
116 original = getattr(target_mod, func_name)
123 setattr(target_mod, func_name, replacement)
/dports/devel/py-setuptools/setuptools-57.0.0/setuptools/
H A Dmonkey.py109 def patch_func(replacement, target_mod, func_name): argument
116 original = getattr(target_mod, func_name)
123 setattr(target_mod, func_name, replacement)
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/catapult/third_party/google-endpoints/setuptools/
H A Dmonkey.py123 def patch_func(replacement, target_mod, func_name): argument
130 original = getattr(target_mod, func_name)
137 setattr(target_mod, func_name, replacement)
/dports/lang/spidermonkey78/firefox-78.9.0/obj-x86_64-pc-linux-gnu/_virtualenvs/init/lib/python2.7/site-packages/setuptools/
H A Dmonkey.py111 def patch_func(replacement, target_mod, func_name): argument
118 original = getattr(target_mod, func_name)
125 setattr(target_mod, func_name, replacement)
/dports/devel/py-setuptools44/setuptools-44.1.1/setuptools/
H A Dmonkey.py111 def patch_func(replacement, target_mod, func_name): argument
118 original = getattr(target_mod, func_name)
125 setattr(target_mod, func_name, replacement)
/dports/devel/py-astor/astor-0.8.1/astor/
H A D__init__.py49 target_mod, target_fname = target_name.split('.')
50 target_func = getattr(globals()[target_mod], target_fname)
/dports/devel/py-gevent/gevent-21.8.0/src/gevent/
H A Dselectors.py250 target_mod = patch_request.target_module
276 assert target_mod.select is not orig_select_select
280 target_mod.select, orig_select_select
/dports/lang/erlang-runtime23/otp-OTP-23.3.4.10/lib/hipe/regalloc/
H A Dhipe_regalloc_prepass.erl85 {target_mod :: module()
212 SubContext = #prepass_ctx{target_mod=TargetMod, target_ctx=TargetCtx,
244 SubContext = #prepass_ctx{target_mod=TargetMod, target_ctx=TargetCtx,
906 args(Arity, #prepass_ctx{target_mod=TgtMod, target_ctx=TgtCtx, sub=SubM}) ->
921 is_global(Reg, #prepass_ctx{target_mod=TgtMod,target_ctx=TgtCtx,
926 non_alloc(#cfg{cfg=CFG}, #prepass_ctx{target_mod=TgtMod,target_ctx=TgtCtx,
931 allocatable(#prepass_ctx{target_mod=TgtMod, target_ctx=TgtCtx}) ->
934 all_precoloured(#prepass_ctx{target_mod=TgtMod, target_ctx=TgtCtx}) ->
937 #prepass_ctx{target_mod=_TgtMod, target_ctx=_TgtCtx}) ->
944 #prepass_ctx{target_mod=TgtMod,target_ctx=TgtCtx}) ->
[all …]
/dports/lang/erlang-runtime22/otp-OTP-22.3.4.24/lib/hipe/regalloc/
H A Dhipe_regalloc_prepass.erl85 {target_mod :: module()
212 SubContext = #prepass_ctx{target_mod=TargetMod, target_ctx=TargetCtx,
244 SubContext = #prepass_ctx{target_mod=TargetMod, target_ctx=TargetCtx,
906 args(Arity, #prepass_ctx{target_mod=TgtMod, target_ctx=TgtCtx, sub=SubM}) ->
921 is_global(Reg, #prepass_ctx{target_mod=TgtMod,target_ctx=TgtCtx,
926 non_alloc(#cfg{cfg=CFG}, #prepass_ctx{target_mod=TgtMod,target_ctx=TgtCtx,
931 allocatable(#prepass_ctx{target_mod=TgtMod, target_ctx=TgtCtx}) ->
934 all_precoloured(#prepass_ctx{target_mod=TgtMod, target_ctx=TgtCtx}) ->
937 #prepass_ctx{target_mod=_TgtMod, target_ctx=_TgtCtx}) ->
944 #prepass_ctx{target_mod=TgtMod,target_ctx=TgtCtx}) ->
[all …]
/dports/lang/erlang-runtime21/otp-OTP-21.3.8.24/lib/hipe/regalloc/
H A Dhipe_regalloc_prepass.erl85 {target_mod :: module()
212 SubContext = #prepass_ctx{target_mod=TargetMod, target_ctx=TargetCtx,
244 SubContext = #prepass_ctx{target_mod=TargetMod, target_ctx=TargetCtx,
906 args(Arity, #prepass_ctx{target_mod=TgtMod, target_ctx=TgtCtx, sub=SubM}) ->
921 is_global(Reg, #prepass_ctx{target_mod=TgtMod,target_ctx=TgtCtx,
926 non_alloc(#cfg{cfg=CFG}, #prepass_ctx{target_mod=TgtMod,target_ctx=TgtCtx,
931 allocatable(#prepass_ctx{target_mod=TgtMod, target_ctx=TgtCtx}) ->
934 all_precoloured(#prepass_ctx{target_mod=TgtMod, target_ctx=TgtCtx}) ->
937 #prepass_ctx{target_mod=_TgtMod, target_ctx=_TgtCtx}) ->
944 #prepass_ctx{target_mod=TgtMod,target_ctx=TgtCtx}) ->
[all …]
/dports/sysutils/py-salt/salt-3004.1/salt/client/
H A Dmixins.py451 target_mod = arg
454 target_mod = arg + "." if not arg.endswith(".") else arg
459 for fun in fnmatch.filter(self.functions, target_mod)
465 if fun == arg or fun.startswith(target_mod)
/dports/games/frogatto/frogatto-1.3.1/src/
H A Dinput.hpp176 SDLMod target_mod() const { in target_mod() function in input::mouse_listener
/dports/lang/erlang-runtime23/otp-OTP-23.3.4.10/lib/common_test/src/
H A Dct_telnet.erl53 target_mod,
264 target_mod=TargetMod,
446 target_mod=TargetMod,
/dports/lang/erlang-runtime24/otp-OTP-24.1.7/lib/common_test/src/
H A Dct_telnet.erl53 target_mod,
264 target_mod=TargetMod,
446 target_mod=TargetMod,
/dports/lang/erlang-runtime22/otp-OTP-22.3.4.24/lib/common_test/src/
H A Dct_telnet.erl53 target_mod,
264 target_mod=TargetMod,
446 target_mod=TargetMod,
/dports/lang/erlang-wx/otp-OTP-24.1.7/lib/common_test/src/
H A Dct_telnet.erl53 target_mod,
264 target_mod=TargetMod,
446 target_mod=TargetMod,

12