Home
last modified time | relevance | path

Searched refs:BACK_SLASH (Results 1 – 25 of 187) sorted by relevance

12345678

/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/rt.equinox.p2/bundles/org.eclipse.equinox.p2.engine/src/org/eclipse/equinox/internal/p2/engine/
H A DSlashEncode.java18 final private static char BACK_SLASH = '\\'; field in SlashEncode
35 if (c == BACK_SLASH) { in decode()
43 decoded = BACK_SLASH; in decode()
72 if (c == SLASH || c == BACK_SLASH) { in encode()
77 else if (c == BACK_SLASH) in encode()
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/rt.equinox.bundles/bundles/org.eclipse.equinox.security/src/org/eclipse/equinox/internal/security/storage/
H A DSlashEncode.java31 final private static char BACK_SLASH = '\\'; field in SlashEncode
48 if (c == BACK_SLASH) { in decode()
56 decoded = BACK_SLASH; in decode()
85 if (c == SLASH || c == BACK_SLASH) { in encode()
90 else if (c == BACK_SLASH) in encode()
/dports/deskutils/owncloudclient/ownCloud-2.8.2.4246/shell_integration/windows/OCUtil/
H A DUtilConstants.h17 #define BACK_SLASH L"\\" macro
/dports/deskutils/mindforger/mindforger-1.52.0/lib/src/mind/ai/nlp/stemmer/indexing/
H A Dcommon_lang_constants.h36 const wchar_t BACK_SLASH = 0x5C; variable
174 … const wchar_t COMPOUND_WORD_SEPARATORS[5] = { HYPHEN, SOFT_HYPHEN, FORWARD_SLASH, BACK_SLASH, 0 };
/dports/databases/postgis31/postgis-3.1.4/extensions/address_standardizer/
H A Dpagc_tools.c407 ( *p_s != BACK_SLASH ) ) { in establish_directory()
433 if ( path_name[ i ] == BACK_SLASH ) { in conform_directory_separator()
H A Dpagc_common.h104 #define BACK_SLASH 0x5c macro
/dports/databases/postgis32/postgis-3.2.0/extensions/address_standardizer/
H A Dpagc_tools.c407 ( *p_s != BACK_SLASH ) ) { in establish_directory()
433 if ( path_name[ i ] == BACK_SLASH ) { in conform_directory_separator()
H A Dpagc_common.h104 #define BACK_SLASH 0x5c macro
/dports/databases/postgis30/postgis-3.0.4/extensions/address_standardizer/
H A Dpagc_tools.c407 ( *p_s != BACK_SLASH ) ) { in establish_directory()
433 if ( path_name[ i ] == BACK_SLASH ) { in conform_directory_separator()
H A Dpagc_common.h104 #define BACK_SLASH 0x5c macro
/dports/databases/postgis25/postgis-2.5.5/extensions/address_standardizer/
H A Dpagc_tools.c407 ( *p_s != BACK_SLASH ) ) { in establish_directory()
433 if ( path_name[ i ] == BACK_SLASH ) { in conform_directory_separator()
H A Dpagc_common.h104 #define BACK_SLASH 0x5c macro
/dports/lang/mono/mono-5.10.1.57/mcs/class/referencesource/System.Runtime.Serialization/System/Runtime/Serialization/Json/
H A DXmlJsonWriter.cs21 const char BACK_SLASH = '\\'; field in System.Runtime.Serialization.Json.XmlJsonWriter
1289 … return (ch == FORWARD_SLASH || ch == JsonGlobals.QuoteChar || ch < WHITESPACE || ch == BACK_SLASH in CharacterNeedsEscaping()
1514 nodeWriter.WriteText(BACK_SLASH); in WriteEscapedJsonString()
1521 nodeWriter.WriteText(BACK_SLASH); in WriteEscapedJsonString()
1535 else if (ch == BACK_SLASH) in WriteEscapedJsonString()
1538 nodeWriter.WriteText(BACK_SLASH); in WriteEscapedJsonString()
1545 nodeWriter.WriteText(BACK_SLASH); in WriteEscapedJsonString()
/dports/lang/mono/mono-5.10.1.57/external/corefx/src/System.Private.DataContractSerialization/src/System/Runtime/Serialization/Json/
H A DXmlJsonWriter.cs17 private const char BACK_SLASH = '\\'; field in System.Runtime.Serialization.Json.XmlJsonWriter
1194 … return (ch == FORWARD_SLASH || ch == JsonGlobals.QuoteChar || ch < WHITESPACE || ch == BACK_SLASH in CharacterNeedsEscaping()
1404 _nodeWriter.WriteText(BACK_SLASH); in WriteEscapedJsonString()
1415 else if (ch == BACK_SLASH) in WriteEscapedJsonString()
1418 _nodeWriter.WriteText(BACK_SLASH); in WriteEscapedJsonString()
1425 _nodeWriter.WriteText(BACK_SLASH); in WriteEscapedJsonString()
H A DDataContractJsonSerializer.cs23 private const char BACK_SLASH = '\\'; field in System.Runtime.Serialization.Json.DataContractJsonSerializer
397 … return (ch == FORWARD_SLASH || ch == JsonGlobals.QuoteChar || ch < WHITESPACE || ch == BACK_SLASH in CharacterNeedsEscaping()
/dports/lang/ruby26/ruby-2.6.9/lib/rdoc/rd/
H A Dinline_parser.rb61 BACK_SLASH = "\\" constant in RD.InlineParser
62 BACK_SLASH_RE = /\A#{Regexp.quote(BACK_SLASH)}/
81 #{Regexp.quote(BACK_SLASH)}|
/dports/emulators/atari800/atari800-3.1.0/src/amiga/
H A Dconfig.h5 #undef BACK_SLASH
/dports/emulators/atari800/atari800-3.1.0/src/wince/port/
H A Dconfig.h8 #define BACK_SLASH 1 macro
/dports/emulators/atari800/atari800-3.1.0/src/dc/
H A Dconfig.h7 #undef BACK_SLASH
/dports/editors/jedit/installer/keymaps/
H A DEmacs_keys.props161 quick-search.shortcut2=C+BACK_SLASH
170 save.shortcut2=C+x C+BACK_SLASH
221 toggle-rect-select.shortcut=A+BACK_SLASH
H A DAlan_keys.props189 quick-search.shortcut2=C+BACK_SLASH
198 save.shortcut2=C+x C+BACK_SLASH
253 toggle-rect-select.shortcut=A+BACK_SLASH
H A DMac_OS_X_keys.props176 toggle-multi-select.shortcut=C+BACK_SLASH
177 toggle-rect-select.shortcut=A+BACK_SLASH
H A DjEdit_keys.props72 toggle-multi-select.shortcut=C+BACK_SLASH
175 toggle-rect-select.shortcut=A+BACK_SLASH
H A DGerman_Keyboard_keys.props31 # Multiple Selection C+BACK_SLASH C+NUMBER_SIGN
32 # Rectangular Selection A+BACK_SLASH A+NUMBER_SIGN
/dports/devel/arduino-ctags/ctags-5.8-arduino11/gnu_regex/
H A Dregex_internal.h237 BACK_SLASH enumerator

12345678