OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:quoted
(Results
76 - 100
of
1139
) sorted by null
1
2
3
4
5
6
7
8
9
10
11
>>
/external/nist-sip/java/gov/nist/javax/sip/header/ims/
PVisitedNetworkIDHeader.java
54
* . This identification should be globally unique, and takes the form of a
quoted
text string or a token
68
* vnetwork-spec = (token /
quoted
-string)
91
* Set the visited network ID as a string. The value will be
quoted
in the header.
/external/okhttp/okhttp/src/main/java/com/squareup/okhttp/
MediaType.java
29
private static final String
QUOTED
= "\"([^\"]*)\"";
32
";\\s*" + TOKEN + "=(?:" + TOKEN + "|" +
QUOTED
+ ")");
67
: parameter.group(3); // Value is a
quoted
string.
/external/proguard/src/proguard/util/
ListUtil.java
86
// Parse a
quoted
string.
97
// Parse a non-
quoted
string.
133
* Returns a
quoted
version of the given string, if necessary.
/frameworks/opt/vcard/tests/src/com/android/vcard/tests/testutils/
VCardTestsBase.java
52
mContentValuesForQP.put("ENCODING", "
QUOTED
-PRINTABLE");
58
mContentValuesForQPAndSJis.put("ENCODING", "
QUOTED
-PRINTABLE");
61
mContentValuesForQPAndUtf8.put("ENCODING", "
QUOTED
-PRINTABLE");
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
quopri.py
3
"""Conversions to/from
quoted
-printable transport encoding as per RFC 1521."""
22
"""Decide whether a particular character needs to be
quoted
.
25
quoted
. Note that line-ending tabs and spaces are always encoded, as per
43
"""Read 'input', apply
quoted
-printable encoding, and write to 'output'.
47
quoted
. Note that line-ending tabs and spaces are always encoded, as per
117
"""Read 'input', apply
quoted
-printable decoding, and write to 'output'.
shlex.py
121
quoted
= False
140
if self.token or (self.posix and
quoted
):
162
if self.token or (self.posix and
quoted
):
167
quoted
= True
207
if self.token or (self.posix and
quoted
):
216
if self.token or (self.posix and
quoted
):
239
if self.posix and not
quoted
and result == '':
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/
quopri.py
3
"""Conversions to/from
quoted
-printable transport encoding as per RFC 1521."""
22
"""Decide whether a particular character needs to be
quoted
.
25
quoted
. Note that line-ending tabs and spaces are always encoded, as per
43
"""Read 'input', apply
quoted
-printable encoding, and write to 'output'.
47
quoted
. Note that line-ending tabs and spaces are always encoded, as per
117
"""Read 'input', apply
quoted
-printable decoding, and write to 'output'.
shlex.py
121
quoted
= False
140
if self.token or (self.posix and
quoted
):
162
if self.token or (self.posix and
quoted
):
167
quoted
= True
207
if self.token or (self.posix and
quoted
):
216
if self.token or (self.posix and
quoted
):
239
if self.posix and not
quoted
and result == '':
/external/chromium_org/native_client_sdk/src/tools/lib/
quote.py
9
"""Returns a
quoted
version of |str|, where every character in the
29
the input |specials| are, if not
quoted
by |escape|, used as
/packages/apps/UnifiedEmail/src/org/apache/james/mime4j/field/
ContentTransferEncodingField.java
44
* The <code>
quoted
-printable</code> encoding.
46
public static final String ENC_QUOTED_PRINTABLE = "
quoted
-printable";
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/email/
encoders.py
55
"""Encode the message's payload in
quoted
-printable.
62
msg['Content-Transfer-Encoding'] = '
quoted
-printable'
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/email/
encoders.py
55
"""Encode the message's payload in
quoted
-printable.
62
msg['Content-Transfer-Encoding'] = '
quoted
-printable'
/external/apache-http/src/org/apache/http/message/
HeaderValueFormatter.java
73
* @param quote <code>true</code> to always format with
quoted
values,
92
* @param quote <code>true</code> to always format with
quoted
values,
114
* @param quote <code>true</code> to always format with
quoted
values,
133
* @param quote <code>true</code> to always format with a
quoted
value,
/external/chromium_org/components/query_parser/
query_parser_unittest.cc
52
//
Quoted
substring parsing.
53
TEST_F(QueryParserTest,
Quoted
) {
55
EXPECT_EQ("\"
Quoted
\"", QueryToString("\"
Quoted
\""));
/external/chromium_org/third_party/WebKit/Source/modules/websockets/
WebSocketExtensionDispatcherTest.cpp
146
ASSERT_TRUE(m_extensions.processHeaderValue("x-foo; param1=\"
quoted
-string\"; param2=\"
quoted
\\.string\""));
148
EXPECT_EQ("
quoted
-string", m_parsedParameters[0].get("param1"));
149
EXPECT_EQ("
quoted
.string", m_parsedParameters[0].get("param2"));
/external/chromium_org/tools/gn/
value_unittest.cc
23
// Printing lists always causes embedded strings to be
quoted
(ignoring the
/external/linux-tools-perf/perf-3.12.0/tools/perf/util/
quote.c
4
/* Help to copy the thing properly
quoted
for the shell safety.
/frameworks/opt/vcard/tests/src/com/android/vcard/tests/
VCardUtilsTests.java
112
assertEquals("
quoted
",
113
VCardUtils.toStringAsV30ParamValue("\"
quoted
\""));
117
assertEquals("\"Already
quoted
\"",
118
VCardUtils.toStringAsV30ParamValue("\"Already
quoted
\"\""));
/packages/apps/UnifiedEmail/src/com/android/mail/providers/
MessageModification.java
97
* Saves an include
quoted
text flag. Only valid for drafts not yet sent to
101
* @param includeQuotedText the include
quoted
text flag
148
* Saves a
quoted
text starting position. Only valid for drafts not yet sent to /
152
* @param quoteStartPos the starting position for
quoted
text
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.6/sysroot/usr/include/attr/
error_context.h
32
/* Free a
quoted
name */
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/attr/
error_context.h
32
/* Free a
quoted
name */
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/email/test/data/
msg_33.txt
19
Content-Transfer-Encoding:
quoted
-printable
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/email/test/data/
msg_33.txt
19
Content-Transfer-Encoding:
quoted
-printable
/external/chromium_org/v8/tools/push-to-trunk/
git_recipes.py
92
def
Quoted
(s):
186
self.Git(MakeArgs(["add",
Quoted
(name)]), **kwargs)
193
args.append(
Quoted
(patch_file))
200
args += ["--email",
Quoted
(author)]
202
args += ["-r",
Quoted
(reviewer)]
217
args += ["-aF",
Quoted
(file_name)]
219
args += ["-am",
Quoted
(message)]
/frameworks/opt/vcard/java/com/android/vcard/
VCardParserImpl_V30.java
167
* param-value = ptext /
quoted
-string
168
*
quoted
-string = DQUOTE QSAFE-CHAR DQUOTE
184
* param-value = ptext /
quoted
-string
185
*
quoted
-string = DQUOTE QSAFE-CHAR DQUOTE
215
// pref"
quoted
"
219
// pref,"
quoted
"
220
// "
quoted
",pref
Completed in 558 milliseconds
1
2
3
4
5
6
7
8
9
10
11
>>