Home
last modified time | relevance | path

Searched refs:start_quote (Results 1 – 25 of 61) sorted by relevance

123

/dports/sysutils/syslog-ng/syslog-ng-3.35.1/modules/dbparser/
H A Dpdb-file.c56 gchar *version, *start_quote, *end_quote; in pdb_file_detect_version() local
63 start_quote = version + 8; in pdb_file_detect_version()
64 end_quote = strchr(start_quote + 1, *start_quote); in pdb_file_detect_version()
70 result = strtoll(start_quote + 1, NULL, 0); in pdb_file_detect_version()
/dports/www/drupal9/drupal-9.2.10/core/lib/Drupal/Core/Database/
H A DConnection.php416 [$start_quote, $end_quote] = $this->identifierQuotes;
426 $val = str_replace('.', $end_quote . '.' . $start_quote, $val);
427 $this->prefixReplace[] = $start_quote . $val . $key . $end_quote;
435 …$this->prefixReplace[] = $start_quote . str_replace('.', $end_quote . '.' . $start_quote, $this->p…
1314 [$start_quote, $end_quote] = $this->identifierQuotes;
1315 return $start_quote . $database . $end_quote;
1358 [$start_quote, $end_quote] = $this->identifierQuotes;
1361 …$this->escapedFields[$field] = $start_quote . str_replace('.', $end_quote . '.' . $start_quote, $e…
1382 [$start_quote, $end_quote] = $this->identifierQuotes;
1383 …$this->escapedAliases[$field] = $start_quote . preg_replace('/[^A-Za-z0-9_]+/', '', $field) . $end…
/dports/security/py-stem/stem-1.8.0/stem/response/
H A D__init__.py368 start_quote, end_quote = _get_quote_indices(self._remainder, escaped)
369 return start_quote == 0 and end_quote != -1
392 start_quote, end_quote = _get_quote_indices(remainder, escaped)
393 return start_quote == key_match.end() and end_quote != -1
508 start_quote, end_quote = _get_quote_indices(remainder, escaped)
510 if start_quote != 0 or end_quote == -1:
/dports/lang/mono/mono-5.10.1.57/mcs/class/System.ServiceModel/System.ServiceModel.Channels/
H A DServiceHostParser.cs233 int start_quote = content.IndexOf ('"', pos); in Split()
234 int end_quote = content.IndexOf ('"', start_quote + 1); in Split()
236 string val = content.Substring (start_quote + 1, end_quote - start_quote - 1).Trim (); in Split()
/dports/textproc/p5-YAML-Tiny-Color/YAML-Tiny-Color-0.04/lib/YAML/Tiny/
H A DColor.pm49 start_quote => BOLD . BRIGHT_GREEN,
132 $sq = $theme{start_quote};
141 return $theme{start_quote}."''".$theme{end_quote} unless length $string;
/dports/java/openjdk11/jdk11u-jdk-11.0.13-8-1/src/hotspot/share/logging/
H A DlogConfiguration.cpp123 const char* start_quote = strchr(full_name, '"'); in normalize_output_name() local
125 const bool quoted = start_quote != NULL; in normalize_output_name()
129 if (quoted && equals > start_quote) { in normalize_output_name()
148 const char* end_quote = strchr(start_quote + 1, '"'); in normalize_output_name()
153 if (start_quote != name || end_quote[1] != '\0') { in normalize_output_name()
/dports/java/openjdk11-jre/jdk11u-jdk-11.0.13-8-1/src/hotspot/share/logging/
H A DlogConfiguration.cpp123 const char* start_quote = strchr(full_name, '"'); in normalize_output_name() local
125 const bool quoted = start_quote != NULL; in normalize_output_name()
129 if (quoted && equals > start_quote) { in normalize_output_name()
148 const char* end_quote = strchr(start_quote + 1, '"'); in normalize_output_name()
153 if (start_quote != name || end_quote[1] != '\0') { in normalize_output_name()
/dports/java/openjdk13/jdk13u-jdk-13.0.10-1-1/src/hotspot/share/logging/
H A DlogConfiguration.cpp123 const char* start_quote = strchr(full_name, '"'); in normalize_output_name() local
125 const bool quoted = start_quote != NULL; in normalize_output_name()
129 if (quoted && equals > start_quote) { in normalize_output_name()
148 const char* end_quote = strchr(start_quote + 1, '"'); in normalize_output_name()
153 if (start_quote != name || end_quote[1] != '\0') { in normalize_output_name()
/dports/java/openjdk16/jdk16u-jdk-16.0.2-7-1/src/hotspot/share/logging/
H A DlogConfiguration.cpp120 const char* start_quote = strchr(full_name, '"'); in normalize_output_name() local
122 const bool quoted = start_quote != NULL; in normalize_output_name()
126 if (quoted && equals > start_quote) { in normalize_output_name()
145 const char* end_quote = strchr(start_quote + 1, '"'); in normalize_output_name()
150 if (start_quote != name || end_quote[1] != '\0') { in normalize_output_name()
/dports/java/openjdk17/jdk17u-jdk-17.0.1-12-1/src/hotspot/share/logging/
H A DlogConfiguration.cpp121 const char* start_quote = strchr(full_name, '"'); in normalize_output_name() local
123 const bool quoted = start_quote != NULL; in normalize_output_name()
127 if (quoted && equals > start_quote) { in normalize_output_name()
146 const char* end_quote = strchr(start_quote + 1, '"'); in normalize_output_name()
151 if (start_quote != name || end_quote[1] != '\0') { in normalize_output_name()
/dports/java/openjdk12/openjdk-jdk12u-jdk-12.0.2-10-4/src/hotspot/share/logging/
H A DlogConfiguration.cpp123 const char* start_quote = strchr(full_name, '"'); in normalize_output_name() local
125 const bool quoted = start_quote != NULL; in normalize_output_name()
129 if (quoted && equals > start_quote) { in normalize_output_name()
148 const char* end_quote = strchr(start_quote + 1, '"'); in normalize_output_name()
153 if (start_quote != name || end_quote[1] != '\0') { in normalize_output_name()
/dports/java/openjdk15/jdk15u-jdk-15.0.6-1-1/src/hotspot/share/logging/
H A DlogConfiguration.cpp122 const char* start_quote = strchr(full_name, '"'); in normalize_output_name() local
124 const bool quoted = start_quote != NULL; in normalize_output_name()
128 if (quoted && equals > start_quote) { in normalize_output_name()
147 const char* end_quote = strchr(start_quote + 1, '"'); in normalize_output_name()
152 if (start_quote != name || end_quote[1] != '\0') { in normalize_output_name()
/dports/java/openjdk14/jdk14u-jdk-14.0.2-12-1/src/hotspot/share/logging/
H A DlogConfiguration.cpp123 const char* start_quote = strchr(full_name, '"'); in normalize_output_name() local
125 const bool quoted = start_quote != NULL; in normalize_output_name()
129 if (quoted && equals > start_quote) { in normalize_output_name()
148 const char* end_quote = strchr(start_quote + 1, '"'); in normalize_output_name()
153 if (start_quote != name || end_quote[1] != '\0') { in normalize_output_name()
/dports/devel/z88dk/z88dk/libsrc/_DEVELOPMENT/l/z80/
H A Dl_command_line_parse_in_place.asm106 jr z, start_quote
131 start_quote: label
H A Dl_command_line_parse.asm87 jr z, start_quote
112 start_quote: label
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/nasm/asm/
H A Dstdscan.c258 char start_quote = *stdscan_bufptr; in stdscan() local
261 if (*stdscan_bufptr != start_quote) in stdscan()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/nasm/asm/
H A Dstdscan.c256 char start_quote = *stdscan_bufptr; in stdscan() local
259 if (*stdscan_bufptr != start_quote) in stdscan()
/dports/devel/nasm/nasm-2.15.05/asm/
H A Dstdscan.c256 char start_quote = *stdscan_bufptr; in stdscan() local
259 if (*stdscan_bufptr != start_quote) in stdscan()
/dports/devel/p5-Data-HexDump-Range/Data-HexDump-Range-0.13.59/lib/Data/HexDump/Range/
H A DSplit.pm171 my ($start_quote, $end_quote) = $range->{IS_COMMENT} ? ('"', '"') : ('<', '>') ;
218 'RANGE_NAME' => $start_quote . sprintf("%.${name_size_quoted}s", $range->{NAME}) . $end_quote,
367 my ($start_quote, $end_quote) = $range->{IS_COMMENT} ? ('"', '"') : ('<', '>') ;
398 'RANGE_NAME' => "$start_quote$range->{NAME}$end_quote",
/dports/textproc/py-markdown/Markdown-3.3.4/markdown/
H A Dinlinepatterns.py646 start_quote = -1
688 start_quote = index + 1
707 href = data[start_index:start_quote - 1]
708 title = ''.join(data[start_quote:exit_quote - 1])
/dports/lang/ruby26/ruby-2.6.9/lib/rdoc/parser/
H A Dripper_state_lex.rb508 start_quote = tk[:text].rstrip[-1]
513 case start_quote
518 else start_quote
/dports/audio/denemo/denemo-2.0.6/actions/
H A Dnotes.l54 \" (lyimport::start_quote) (lyimport::multilexer) ;cannot use yycontinue as that calls this lexer
/dports/www/firefox-esr/firefox-91.8.0/browser/components/translation/cld2/internal/
H A Dcompact_lang_det_hint_code.cc1384 int32 start_quote = FindQuoteStart(utf8_body, pos, max_pos); in CopyQuotedString() local
1385 if (start_quote < 0) {return string("");} in CopyQuotedString()
1386 int32 end_quote = FindQuoteEnd(utf8_body, start_quote + 1, max_pos); in CopyQuotedString()
1389 return CopyOneQuotedString(utf8_body, start_quote + 1, end_quote); in CopyQuotedString()
/dports/lang/spidermonkey78/firefox-78.9.0/browser/components/translation/cld2/internal/
H A Dcompact_lang_det_hint_code.cc1384 int32 start_quote = FindQuoteStart(utf8_body, pos, max_pos); in CopyQuotedString() local
1385 if (start_quote < 0) {return string("");} in CopyQuotedString()
1386 int32 end_quote = FindQuoteEnd(utf8_body, start_quote + 1, max_pos); in CopyQuotedString()
1389 return CopyOneQuotedString(utf8_body, start_quote + 1, end_quote); in CopyQuotedString()
/dports/www/firefox/firefox-99.0/browser/components/translation/cld2/internal/
H A Dcompact_lang_det_hint_code.cc1384 int32 start_quote = FindQuoteStart(utf8_body, pos, max_pos); in CopyQuotedString() local
1385 if (start_quote < 0) {return string("");} in CopyQuotedString()
1386 int32 end_quote = FindQuoteEnd(utf8_body, start_quote + 1, max_pos); in CopyQuotedString()
1389 return CopyOneQuotedString(utf8_body, start_quote + 1, end_quote); in CopyQuotedString()

123