Home
last modified time | relevance | path

Searched refs:apply_patch (Results 1 – 25 of 222) sorted by relevance

123456789

/dports/devel/py-jsonpatch/jsonpatch-1.21/
H A Dtests.py47 res = jsonpatch.apply_patch(obj, patch)
128 res = jsonpatch.apply_patch(obj, patch)
176 jsonpatch.apply_patch,
183 jsonpatch.apply_patch,
190 jsonpatch.apply_patch,
197 jsonpatch.apply_patch,
204 jsonpatch.apply_patch,
216 res = jsonpatch.apply_patch(obj, [
337 res = jsonpatch.apply_patch(src, patch)
379 res = jsonpatch.apply_patch(src, patch)
[all …]
H A Dext_tests.py59 jsonpatch.apply_patch, test['doc'], test['patch']
64 res = jsonpatch.apply_patch(test['doc'], test['patch'])
/dports/lang/perl5.32/perl-5.32.1/Porting/
H A Dbisect-runner.pl1318 sub apply_patch { subroutine
2195 apply_patch(<<'EOPATCH');
2361 apply_patch(<<'EOPATCH');
2932 apply_patch(<<'EOPATCH');
2983 apply_patch(<<'EOPATCH');
3245 apply_patch($patch);
3337 apply_patch(<<'EOPATCH')
3439 apply_patch(<<'EOPATCH');
3536 apply_patch(<<'EOPATCH')
3590 apply_patch(<<'EOPATCH');
[all …]
/dports/lang/perl5.34/perl-5.34.0/Porting/
H A Dbisect-runner.pl1318 sub apply_patch { subroutine
2195 apply_patch(<<'EOPATCH');
2361 apply_patch(<<'EOPATCH');
2932 apply_patch(<<'EOPATCH');
2983 apply_patch(<<'EOPATCH');
3245 apply_patch($patch);
3337 apply_patch(<<'EOPATCH')
3439 apply_patch(<<'EOPATCH');
3536 apply_patch(<<'EOPATCH')
3590 apply_patch(<<'EOPATCH');
[all …]
/dports/lang/perl5.30/perl-5.30.3/Porting/
H A Dbisect-runner.pl1152 sub apply_patch { subroutine
2029 apply_patch(<<'EOPATCH');
2195 apply_patch(<<'EOPATCH');
2766 apply_patch(<<'EOPATCH');
2817 apply_patch(<<'EOPATCH');
3079 apply_patch($patch);
3171 apply_patch(<<'EOPATCH')
3273 apply_patch(<<'EOPATCH');
3370 apply_patch(<<'EOPATCH')
3424 apply_patch(<<'EOPATCH');
[all …]
/dports/lang/perl5-devel/perl5-5.35.4-102-ge43d289c7c/Porting/
H A Dbisect-runner.pl1318 sub apply_patch { subroutine
2195 apply_patch(<<'EOPATCH');
2361 apply_patch(<<'EOPATCH');
2949 apply_patch(<<'EOPATCH');
3000 apply_patch(<<'EOPATCH');
3262 apply_patch($patch);
3354 apply_patch(<<'EOPATCH')
3456 apply_patch(<<'EOPATCH');
3553 apply_patch(<<'EOPATCH')
3607 apply_patch(<<'EOPATCH');
[all …]
/dports/devel/lua-luarocks/luarocks-3.8.0/spec/
H A Dtools_spec.lua215 local result = patch.apply_patch(p)
222 local result = patch.apply_patch(p, nil, true)
229 local result = pcall(patch.apply_patch, p)
239 local result = patch.apply_patch(p)
246 local result = patch.apply_patch(p)
249 result = patch.apply_patch(p)
/dports/emulators/fs-uae-launcher/fs-uae-launcher-3.0.5/amitools/rom/
H A DRomPatcher.py11 def apply_patch(self, access, args=None): member in RomPatch
25 def apply_patch(self, access, args=None): member in OneMegRomPatch
59 def apply_patch(self, access, args): member in BootConRomPatch
113 def apply_patch(self, patch, args=None): member in RomPatcher
114 return patch.apply_patch(self.access, args)
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/blink/tools/blinkpy/w3c/
H A Dlocal_wpt_mock.py10 def __init__(self, test_patch=None, apply_patch=None, change_ids=None, commit_positions=None): argument
20 self.apply_patch_responses = apply_patch or []
31 def apply_patch(self, _): member in MockLocalWPT
H A Dlocal_wpt.py128 error = self.apply_patch(patch)
139 def apply_patch(self, patch): member in LocalWPT
/dports/devel/nlohmann-json/json-3.10.4/doc/mkdocs/docs/api/basic_json/
H A Dmerge_patch.md4 void merge_patch(const basic_json& apply_patch);
33 `apply_patch` (in)
38 Linear in the lengths of `apply_patch`.
/dports/www/firefox/firefox-99.0/third_party/rust/jsparagus/jsparagus/
H A Dextension.py57 def apply_patch( member in ExtPatch
98 def apply_patch( member in GrammarExtension
106 ext.apply_patch(self.filename, grammar, nonterminals)
/dports/mail/thunderbird/thunderbird-91.8.0/third_party/rust/jsparagus/jsparagus/
H A Dextension.py57 def apply_patch( member in ExtPatch
98 def apply_patch( member in GrammarExtension
106 ext.apply_patch(self.filename, grammar, nonterminals)
/dports/www/firefox-esr/firefox-91.8.0/third_party/rust/jsparagus/jsparagus/
H A Dextension.py57 def apply_patch( member in ExtPatch
98 def apply_patch( member in GrammarExtension
106 ext.apply_patch(self.filename, grammar, nonterminals)
/dports/lang/spidermonkey78/firefox-78.9.0/third_party/rust/jsparagus/jsparagus/
H A Dextension.py57 def apply_patch( member in ExtPatch
98 def apply_patch( member in GrammarExtension
106 ext.apply_patch(self.filename, grammar, nonterminals)
/dports/net/openmpi3/openmpi-3.1.6/opal/mca/patcher/base/
H A Dpatcher_base_patch.c137 static inline void apply_patch (unsigned char *patch_data, uintptr_t address, size_t data_size) in apply_patch() function
150 apply_patch (patch->patch_orig_data, patch->patch_orig, patch->patch_data_size); in mca_base_patcher_patch_unapply_binary()
156 apply_patch (patch->patch_data, patch->patch_orig, patch->patch_data_size); in mca_base_patcher_patch_apply_binary()
/dports/net/openmpi/openmpi-4.1.1/opal/mca/patcher/base/
H A Dpatcher_base_patch.c143 static inline void apply_patch (unsigned char *patch_data, uintptr_t address, size_t data_size) in apply_patch() function
173 apply_patch (patch->patch_orig_data, patch->patch_orig, patch->patch_data_size); in mca_base_patcher_patch_unapply_binary()
179 apply_patch (patch->patch_data, patch->patch_orig, patch->patch_data_size); in mca_base_patcher_patch_apply_binary()
/dports/chinese/librime/librime-1.7.3/tools/
H A Drime_patch.cc19 int apply_patch(const string& config_id, in apply_patch() function
79 int ret = apply_patch(config_id, key, yaml); in main()
/dports/games/scummvm/scummvm-2.5.1/backends/platform/symbian/symbian_builder/
H A Dsource_patcher.py55 def apply_patch(file, val): function
74 [apply_patch(x, val) for x in files]
/dports/sysutils/ansible2/ansible-2.9.27/lib/ansible/modules/network/nxos/
H A Dnxos_smu.py92 def apply_patch(module, commands): function
151 apply_patch(module, commands)
/dports/sysutils/ansible/ansible-4.7.0/ansible_collections/cisco/nxos/plugins/modules/
H A Dnxos_smu.py97 def apply_patch(module, commands): function
155 apply_patch(module, commands)
/dports/security/rnp/rnp-0.15.2/git-hooks/
H A Dpre-commit.sh22 apply_patch() { function
113 [Yy]* ) apply_patch "$patchfile"; exit 0;;
/dports/sysutils/py-salt/salt-3004.1/tests/unit/modules/
H A Dtest_openscap.py26 self.apply_patch(patcher)
28 def apply_patch(self, patcher): member in OpenscapTestCase
/dports/devel/intel-graphics-compiler/intel-graphics-compiler-igc-1.0.9636/external/llvm/
H A Dapply_patches.py43 def apply_patch(patch_path): function
136 apply_patch(patch)
/dports/devel/py-mock/mock-3.0.5/
H A Dbackport.py68 def apply_patch(mock_repo, rev, patch): function
130 apply_patch(args.mock, rev, patch)

123456789