Home
last modified time | relevance | path

Searched refs:blockreplace (Results 1 – 21 of 21) sorted by relevance

/dports/sysutils/py-salt/salt-3004.1/tests/integration/files/file/base/
H A Dissue-49043.sls6 somefile-blockreplace:
8 - blockreplace
/dports/sysutils/py-salt/salt-3004.1/tests/unit/modules/
H A Dtest_file.py416 filemod.blockreplace(
443 filemod.blockreplace,
462 filemod.blockreplace(
486 filemod.blockreplace,
505 filemod.blockreplace(
584 filemod.blockreplace,
607 filemod.blockreplace(
635 filemod.blockreplace,
654 filemod.blockreplace(
679 filemod.blockreplace(
[all …]
/dports/sysutils/py-salt/salt-3004.1/doc/topics/releases/
H A D0.17.5.rst12 - Fix reporting of ``file.blockreplace`` state when ``test=True``
H A D2014.1.5.rst20 - Fix for extra blank lines in ``file.blockreplace`` (:issue:`12422`)
H A D2016.11.5.rst53 …5722 Merge branch 'fix-file-blockreplace-diff-in-test-mode' of https://github.com/L4rS6/salt into …
55 …* de9f66b448 show chanages in file.blockreplace function in testing mode. also used same programmi…
H A D2017.7.5.rst18 Changes to :py:func:`file.blockreplace <salt.states.file.blockreplace>` State
32 See the :py:func:`file.blockreplace <salt.states.file.blockreplace>` state
291 * **ISSUE** `#44032`_: (`PhilippeAB`_) blockreplace marker_end isn't applied with newline (refs: `#…
293 * **PR** `#46430`_: (`terminalmage`_) Improve reliability/idempotence of file.blockreplace state
298 * f9f187e915 Improve reliability/idempotence of file.blockreplace state
H A D2018.3.1.rst74 Changes to :py:func:`file.blockreplace <salt.states.file.blockreplace>` State
88 See the :py:func:`file.blockreplace <salt.states.file.blockreplace>` state
3132 * f9f187e915 Improve reliability/idempotence of file.blockreplace state
3338 * **ISSUE** `#44032`_: (`PhilippeAB`_) blockreplace marker_end isn't applied with newline (refs: `#…
3340 * **PR** `#46437`_: (`terminalmage`_) Improve reliability/idempotence of file.blockreplace state (2…
3343 …* **PR** `#46430`_: (`terminalmage`_) Improve reliability/idempotence of file.blockreplace state (…
3347 * 4798187035 Improve reliability/idempotence of file.blockreplace state (2018.3 branch)
H A D2015.8.9.rst305 * **ISSUE** `#12422`_: (`creaky`_) Bug: file.blockreplace inserts additional blank line on multi-li…
309 …: (`thatch45`_) Don't append a newline when creating new content with blockreplace (refs: `#33082`…
384 * **ISSUE** `#12422`_: (`creaky`_) Bug: file.blockreplace inserts additional blank line on multi-li…
386 …: (`thatch45`_) Don't append a newline when creating new content with blockreplace (refs: `#33082`…
H A D2019.2.0.rst304 :mod:`net.blockreplace <salt.modules.napalm_network.blockreplace>` function.
H A D2018.3.3.rst1462 * **PR** `#48847`_: (`terminalmage`_) Update file.blockreplace docs to reflect changed functionality
1467 * e2bdf7fb92 Update file.blockreplace docs to reflect changed functionality
1922 * **PR** `#48699`_: (`terminalmage`_) Add missing release notes mention of file.blockreplace changes
1927 * 7ad832c901 Add missing release notes mention of file.blockreplace changes
H A D2015.5.4.rst2025 * **PR** `#25350`_: (`davidjb`_) Fix documentation for file.blockreplace
2030 * e13a9fd74e Fix documentation for file.blockreplace
H A D2016.3.4.rst1914 * **ISSUE** `#33686`_: (`BretFisher`_) blockreplace marker_end isn't applied with newline (refs: #`…
H A D2018.3.4.rst3397 * **ISSUE** `#49043`_: (`awerner`_) Unicode broken with file.blockreplace on Python2 (refs: `#49782…
/dports/sysutils/py-salt/salt-3004.1/salt/modules/
H A Dwin_file.py66 blockreplace,
163 global blockreplace, prepend, seek_read, seek_write, rename, lstat
214 blockreplace = _namespaced_function(blockreplace, globals())
H A Dnapalm_network.py2495 def blockreplace( function
H A Dfile.py2732 def blockreplace( function
/dports/sysutils/py-salt/salt-3004.1/tests/pytests/unit/states/file/
H A Dtest_filestate.py353 assert filestate.blockreplace("") == ret
360 assert filestate.blockreplace(name) == ret
371 assert filestate.blockreplace(name) == ret
/dports/devel/upp/upp/uppsrc/CodeEditor/
H A DFindReplace.cpp387 bool CodeEditor::Find(bool back, bool blockreplace, bool replace) in Find() argument
390 if(Find(back, blockreplace)) { in Find()
391 if(!blockreplace) { in Find()
H A DCodeEditor.h394 bool Find(bool back, bool blockreplace, bool replace);
/dports/sysutils/py-salt/salt-3004.1/pkg/suse/
H A Dsalt.changes673 - Fix for extra blank lines in `file.blockreplace` (issue 12422)
/dports/sysutils/py-salt/salt-3004.1/salt/states/
H A Dfile.py5461 def blockreplace( function