OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:ALLOWED_URI_CHARS
(Results
1 - 3
of
3
) sorted by null
/external/glide/library/src/main/java/com/bumptech/glide/load/model/
GlideUrl.java
23
private static final String
ALLOWED_URI_CHARS
= "@#&=*+-_.,:!?()/~'%";
59
String safe = Uri.encode(unsafe,
ALLOWED_URI_CHARS
);
/prebuilts/maven_repo/bumptech/com/github/bumptech/glide/glide/SNAPSHOT/
glide-SNAPSHOT.jar
/prebuilts/tools/common/m2/repository/com/github/bumptech/glide/glide/3.6.1/
glide-3.6.1.jar
Completed in 549 milliseconds