Home
last modified time | relevance | path

Searched refs:shallowcopy (Results 1 – 25 of 125) sorted by relevance

12345

/dports/editors/neovim/neovim-0.6.1/test/functional/api/
H A Dkeymap_spec.lua14 local shallowcopy = helpers.shallowcopy
53 local foolong_bar_map_table = shallowcopy(foo_bar_map_table)
75 local insert_table = shallowcopy(foo_bar_map_table)
84 local foolong_bar_map_table = shallowcopy(foo_bar_map_table)
88 local buffer_table = shallowcopy(foo_bar_map_table)
101 local buffer_table = shallowcopy(foo_bar_map_table)
124 local buffer_table = shallowcopy(foo_bar_map_table)
259 local ret = shallowcopy(cpo_table)
/dports/sysutils/ansible2/ansible-2.9.27/lib/ansible/
H A Dcontext.py38 def cliargs_deferred_get(key, default=None, shallowcopy=False): argument
49 if not shallowcopy:
/dports/sysutils/py-ansible-base/ansible-base-2.10.15/lib/ansible/
H A Dcontext.py38 def cliargs_deferred_get(key, default=None, shallowcopy=False): argument
49 if not shallowcopy:
/dports/sysutils/py-ansible-core/ansible-core-2.11.6/lib/ansible/
H A Dcontext.py38 def cliargs_deferred_get(key, default=None, shallowcopy=False): argument
49 if not shallowcopy:
/dports/editors/neovim/neovim-0.6.1/test/functional/ui/
H A Doptions_spec.lua6 local shallowcopy = helpers.shallowcopy
81 local defaults = shallowcopy(expected)
/dports/editors/wordgrinder/wordgrinder-0.6/src/lua/addons/
H A Dundo.lua21 local function shallowcopy(t1) function
30 local copy = shallowcopy(Document)
/dports/devel/premake5/premake-5.0.0-alpha16-src/modules/gmake2/
H A Dgmake2_utility.lua69 local files = table.shallowcopy(prj._.files)
102 local env = table.shallowcopy(filecfg.environ)
175 local environ = table.shallowcopy(filecfg.environ)
/dports/games/0ad/0ad-0.0.23b-alpha/build/premake/premake5/modules/gmake2/
H A Dgmake2_utility.lua68 local files = table.shallowcopy(prj._.files)
101 local env = table.shallowcopy(filecfg.environ)
174 local environ = table.shallowcopy(filecfg.environ)
/dports/editors/neovim/neovim-0.6.1/test/
H A Dhelpers.lua436 function module.shallowcopy(orig) function
448 local ret = module.shallowcopy(d1)
487 local shallowcopy = module.shallowcopy
490 ret[k] = shallowcopy(v)
/dports/mail/rspamd-devel/rspamd-93430bb/rules/controller/
H A Dinit.lua57 webui[path] = lua_util.shallowcopy(attrs)
/dports/mail/rspamd/rspamd-3.1/rules/controller/
H A Dinit.lua57 webui[path] = lua_util.shallowcopy(attrs)
/dports/www/firefox-legacy/firefox-52.8.0esr/python/pyasn1/
H A DTODO14 * Asn1Item.clone() / shallowcopy issue
/dports/editors/neovim/neovim-0.6.1/src/nvim/generators/
H A Dgen_api_dispatch.lua76 local function shallowcopy(orig) function
87 for _,f in ipairs(shallowcopy(functions)) do
127 local newf = shallowcopy(f)
/dports/editors/neovim/neovim-0.6.1/test/unit/viml/expressions/
H A Dlexer_spec.lua10 local shallowcopy = helpers.shallowcopy
188 exp = shallowcopy(exp)
/dports/sysutils/ansible2/ansible-2.9.27/lib/ansible/playbook/
H A Dbase.py11 from copy import copy as shallowcopy unknown
323 new_me._attributes[name] = shallowcopy(self._attributes[name])
324 new_me._attr_defaults[name] = shallowcopy(self._attr_defaults[name])
/dports/sysutils/py-ansible-core/ansible-core-2.11.6/lib/ansible/playbook/
H A Dbase.py11 from copy import copy as shallowcopy
323 new_me._attributes[name] = shallowcopy(self._attributes[name])
324 new_me._attr_defaults[name] = shallowcopy(self._attr_defaults[name])
/dports/sysutils/py-ansible-base/ansible-base-2.10.15/lib/ansible/playbook/
H A Dbase.py11 from copy import copy as shallowcopy unknown
323 new_me._attributes[name] = shallowcopy(self._attributes[name])
324 new_me._attr_defaults[name] = shallowcopy(self._attr_defaults[name])
/dports/math/p5-Math-Pari/pari-2.3.5/src/basemath/
H A Dalglin1.c1284 a = shallowcopy(a); in gauss_intern()
1431 return Flm_gauss_sp(shallowcopy(a), shallowcopy(b), p); in Flm_gauss()
1461 a = shallowcopy(a); in FpM_gauss()
1523 a = shallowcopy(a); in FqM_gauss()
2022 x = shallowcopy(x0); in gauss_pivot_ker()
2091 x = shallowcopy(x0); in gauss_pivot()
2740 x=shallowcopy(x); in FpM_ker_i()
2840 x=shallowcopy(x); in Flm_gauss_pivot()
2887 x=shallowcopy(x); in FpM_gauss_pivot()
2933 x=shallowcopy(x); in FqM_gauss_pivot()
[all …]
/dports/net/google-cloud-sdk/google-cloud-sdk/platform/gsutil/third_party/pyasn1/
H A DTODO.rst74 * Asn1Item.clone() / shallowcopy issue
/dports/mail/rspamd/rspamd-3.1/lualib/
H A Dlua_smtp.lua189 local tcp_opts = lua_util.shallowcopy(opts)
/dports/mail/rspamd-devel/rspamd-93430bb/lualib/
H A Dlua_smtp.lua189 local tcp_opts = lua_util.shallowcopy(opts)
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/catapult/third_party/gsutil/third_party/pyasn1/
H A DTODO.rst74 * Asn1Item.clone() / shallowcopy issue
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/depot_tools/external_bin/gsutil/gsutil_4.28/gsutil/third_party/pyasn1/
H A DTODO.rst74 * Asn1Item.clone() / shallowcopy issue
/dports/lang/spidermonkey78/firefox-78.9.0/third_party/python/pyasn1/
H A DTODO.rst74 * Asn1Item.clone() / shallowcopy issue
/dports/lang/spidermonkey60/firefox-60.9.0/third_party/python/pyasn1/
H A DTODO.rst74 * Asn1Item.clone() / shallowcopy issue

12345