Home
last modified time | relevance | path

Searched defs:newline (Results 201 – 225 of 6833) sorted by relevance

12345678910>>...274

/dports/sysutils/atf-sun50i_a64/arm-trusted-firmware-2.5/plat/nvidia/tegra/include/
H A Dplat_macros.S19 newline: label
/dports/sysutils/atf-rk3399/arm-trusted-firmware-2.5/plat/nvidia/tegra/include/
H A Dplat_macros.S19 newline: label
/dports/sysutils/atf-rk3328/arm-trusted-firmware-2.5/plat/nvidia/tegra/include/
H A Dplat_macros.S19 newline: label
/dports/devel/py-robotframework/robotframework-3.1.2/src/robot/utils/
H A Drobotio.py21 def file_writer(path=None, encoding='UTF-8', newline=None): argument
/dports/textproc/py-tomlkit/tomlkit-0.7.2/tomlkit/tests/toml-test/tests/valid/
H A Dnewline-lf.json3 "newline": {"type": "string", "value": "lf"} object
H A Dnewline-crlf.json3 "newline": {"type": "string", "value": "crlf"} object
/dports/biology/ugene/ugene-40.1/src/plugins_3rdparty/ptools/src/ptools/
H A Dcoord3d.cpp19 std::string Coord3D::toString(bool newline) in toString()
/dports/textproc/meld/meld-3.20.4/test/
H A Dtest_chunk_actions.py32 def test_delete_last_line_crlf(text, newline, expected_text): argument
/dports/audio/musicpd/mpd-0.23.6/src/lib/yajl/
H A DHandle.cxx46 while (auto newline = std::strchr(s, '\n')) in StripErrorMessage() local
/dports/deskutils/spice-gtk/spice-gtk-0.37/subprojects/spice-common/python_modules/
H A Dcodegen.py140 def newline(self): member in CodeWriter
212 def end_block(self, semicolon=False, newline=True): argument
224 def __init__(self, writer, semicolon, newline): argument
236 def __init__(self, writer, scope, semicolon, newline): argument
258 def block(self, prefix= "", comment = "", semicolon=False, newline=True): argument
262 def partial_block(self, scope, semicolon=False, newline=True): argument
279 def if_block(self, check, elseif=False, newline=True): argument
/dports/devel/libspice-server/spice-0.15.0/subprojects/spice-common/python_modules/
H A Dcodegen.py140 def newline(self): member in CodeWriter
212 def end_block(self, semicolon=False, newline=True): argument
224 def __init__(self, writer, semicolon, newline): argument
236 def __init__(self, writer, scope, semicolon, newline): argument
258 def block(self, prefix= "", comment = "", semicolon=False, newline=True): argument
262 def partial_block(self, scope, semicolon=False, newline=True): argument
279 def if_block(self, check, elseif=False, newline=True): argument
/dports/devel/stack/stack-2.7.3/_cabal_deps/megaparsec-9.0.1/Text/Megaparsec/
H A DByte.hs65 newline = char 10 function
196 -- > newline = char 10 function
/dports/finance/hs-hledger-ui/hledger-ui-1.19/_cabal_deps/megaparsec-9.0.1/Text/Megaparsec/
H A DByte.hs65 newline = char 10 function
196 -- > newline = char 10 function
/dports/devel/hs-haskell-language-server/haskell-language-server-1.4.0/_cabal_deps/megaparsec-9.0.1/Text/Megaparsec/
H A DByte.hs65 newline = char 10 function
196 -- > newline = char 10 function
/dports/devel/hs-git-brunch/git-brunch-1.5.1.0/_cabal_deps/megaparsec-9.0.1/Text/Megaparsec/
H A DByte.hs65 newline = char 10 function
196 -- > newline = char 10 function
/dports/security/hs-cryptol/cryptol-2.11.0/_cabal_deps/megaparsec-9.0.1/Text/Megaparsec/
H A DByte.hs65 newline = char 10 function
196 -- > newline = char 10 function
/dports/finance/prestashop/prestashop/vendor/smarty/smarty/lexer/
H A Dsmarty_internal_configfileparser.y336 newline(res) ::= NEWLINE. { in newline() function
340 newline(res) ::= COMMENTSTART NEWLINE. { in newline() function
344 newline(res) ::= COMMENTSTART NAKED_STRING NEWLINE. { in newline() function
/dports/www/hs-postgrest/postgrest-8.0.0/_cabal_deps/megaparsec-9.0.1/Text/Megaparsec/
H A DByte.hs65 newline = char 10 function
196 -- > newline = char 10 function
/dports/www/piwigo/piwigo/include/smarty/lexer/
H A Dsmarty_internal_configfileparser.y352 newline(res) ::= NEWLINE. { in newline() function
356 newline(res) ::= COMMENTSTART NEWLINE. { in newline() function
360 newline(res) ::= COMMENTSTART NAKED_STRING NEWLINE. { in newline() function
/dports/www/tikiwiki/tiki-21.2/vendor_bundled/vendor/smarty/smarty/lexer/
H A Dsmarty_internal_configfileparser.y336 newline(res) ::= NEWLINE. { in newline() function
340 newline(res) ::= COMMENTSTART NEWLINE. { in newline() function
344 newline(res) ::= COMMENTSTART NAKED_STRING NEWLINE. { in newline() function
/dports/audio/rhythmbox/rhythmbox-3.4.4/lib/
H A Drb-debug.c94 _rb_debug_print (const char *func, const char *file, const int line, gboolean newline, const char *… in _rb_debug_print()
118 rb_debug_real (const char *func, const char *file, const int line, gboolean newline, const char *me… in rb_debug_real()
141 gboolean newline, in rb_debug_realf()
/dports/net-mgmt/librenms/librenms-vendor-21.5.1/symfony/console/Output/
H A DBufferedOutput.php37 protected function doWrite(string $message, bool $newline)
/dports/net-mgmt/librenms/librenms-21.5.1/app/
H A DStreamedOutput.php32 protected function doWrite($message, $newline)
/dports/lang/ruby26/ruby-2.6.9/spec/bundler/runtime/
H A Dinline_spec.rb101 def confirm(msg, newline = nil) argument
/dports/sysutils/atf-fvp/arm-trusted-firmware-2.5/plat/hisilicon/hikey960/include/
H A Dplat_macros.S20 newline: label

12345678910>>...274