SYMBOL INDEX (2001 symbols across 130 files) FILE: cloudinary-core/src/main/java/com/cloudinary/AccessControlRule.java class AccessControlRule (line 11) | public class AccessControlRule extends JSONObject { method token (line 17) | public static AccessControlRule token(){ method anonymousFrom (line 26) | public static AccessControlRule anonymousFrom(Date start){ method anonymousUntil (line 35) | public static AccessControlRule anonymousUntil(Date end){ method anonymous (line 45) | public static AccessControlRule anonymous(Date start, Date end){ method AccessControlRule (line 49) | private AccessControlRule(AccessType accessType, Date start, Date end) { type AccessType (line 63) | public enum AccessType { FILE: cloudinary-core/src/main/java/com/cloudinary/Api.java class Api (line 17) | @SuppressWarnings({"rawtypes", "unchecked"}) method getStrategy (line 21) | public AbstractApiStrategy getStrategy() { type HttpMethod (line 25) | public enum HttpMethod {GET, POST, PUT, DELETE;} method callApi (line 43) | protected ApiResponse callApi(HttpMethod method, Iterable uri,... method Api (line 59) | public Api(Cloudinary cloudinary, AbstractApiStrategy strategy) { method ping (line 65) | public ApiResponse ping(Map options) throws Exception { method usage (line 70) | public ApiResponse usage(Map options) throws Exception { method configuration (line 89) | public ApiResponse configuration(Map options) throws Exception { method resourceTypes (line 100) | public ApiResponse resourceTypes(Map options) throws Exception { method resources (line 105) | public ApiResponse resources(Map options) throws Exception { method visualSearch (line 121) | public ApiResponse visualSearch(Map options) throws Exception { method resourcesByTag (line 132) | public ApiResponse resourcesByTag(String tag, Map options) throws Exce... method resourcesByContext (line 142) | public ApiResponse resourcesByContext(String key, Map options) throws ... method resourcesByContext (line 146) | public ApiResponse resourcesByContext(String key, String value, Map op... method resourceByAssetID (line 160) | public ApiResponse resourceByAssetID(String assetId, Map options) thro... method resourcesByAssetIDs (line 169) | public ApiResponse resourcesByAssetIDs(Iterable assetIds, Map ... method resourcesByAssetFolder (line 177) | public ApiResponse resourcesByAssetFolder(String assetFolder, Map opti... method resourcesByIds (line 188) | public ApiResponse resourcesByIds(Iterable publicIds, Map opti... method resourcesByModeration (line 198) | public ApiResponse resourcesByModeration(String kind, String status, M... method resource (line 208) | public ApiResponse resource(String public_id, Map options) throws Exce... method buildResourceDetailParams (line 219) | private Map buildResourceDetailParams(Map options) { method update (line 225) | public ApiResponse update(String public_id, Map options) throws Except... method deleteResources (line 238) | public ApiResponse deleteResources(Iterable publicIds, Map opt... method deleteResourcesByAssetIds (line 247) | public ApiResponse deleteResourcesByAssetIds(Iterable assetIds... method deleteDerivedByTransformation (line 254) | public ApiResponse deleteDerivedByTransformation(Iterable publ... method deleteResourcesByPrefix (line 265) | public ApiResponse deleteResourcesByPrefix(String prefix, Map options)... method deleteResourcesByTag (line 274) | public ApiResponse deleteResourcesByTag(String tag, Map options) throw... method deleteAllResources (line 280) | public ApiResponse deleteAllResources(Map options) throws Exception { method deleteDerivedResources (line 289) | public ApiResponse deleteDerivedResources(Iterable derivedReso... method tags (line 294) | public ApiResponse tags(Map options) throws Exception { method transformations (line 300) | public ApiResponse transformations(Map options) throws Exception { method transformation (line 305) | public ApiResponse transformation(String transformation, Map options) ... method deleteTransformation (line 312) | public ApiResponse deleteTransformation(String transformation, Map opt... method updateTransformation (line 321) | public ApiResponse updateTransformation(String transformation, Map upd... method createTransformation (line 327) | public ApiResponse createTransformation(String name, String definition... method uploadPresets (line 333) | public ApiResponse uploadPresets(Map options) throws Exception { method uploadPreset (line 338) | public ApiResponse uploadPreset(String name, Map options) throws Excep... method deleteUploadPreset (line 343) | public ApiResponse deleteUploadPreset(String name, Map options) throws... method updateUploadPreset (line 348) | public ApiResponse updateUploadPreset(String name, Map options) throws... method createUploadPreset (line 356) | public ApiResponse createUploadPreset(Map options) throws Exception { method rootFolders (line 364) | public ApiResponse rootFolders(Map options) throws Exception { method subFolders (line 372) | public ApiResponse subFolders(String ofFolderPath, Map options) throws... method createFolder (line 381) | public ApiResponse createFolder(String folderName, Map options) throws... method restore (line 387) | public ApiResponse restore(Iterable publicIds, Map options) th... method restoreByAssetIds (line 400) | public ApiResponse restoreByAssetIds(Iterable assetIds, Map op... method uploadMappings (line 408) | public ApiResponse uploadMappings(Map options) throws Exception { method uploadMapping (line 415) | public ApiResponse uploadMapping(String name, Map options) throws Exce... method deleteUploadMapping (line 421) | public ApiResponse deleteUploadMapping(String name, Map options) throw... method updateUploadMapping (line 427) | public ApiResponse updateUploadMapping(String name, Map options) throw... method createUploadMapping (line 436) | public ApiResponse createUploadMapping(String name, Map options) throw... method publishByPrefix (line 445) | public ApiResponse publishByPrefix(String prefix, Map options) throws ... method publishByTag (line 449) | public ApiResponse publishByTag(String tag, Map options) throws Except... method publishByIds (line 453) | public ApiResponse publishByIds(Iterable publicIds, Map option... method publishResource (line 457) | private ApiResponse publishResource(String byKey, Object value, Map op... method createStreamingProfile (line 480) | public ApiResponse createStreamingProfile(String name, String displayN... method createStreamingProfile (line 502) | public ApiResponse createStreamingProfile(String name, String displayN... method getStreamingProfile (line 514) | public ApiResponse getStreamingProfile(String name, Map options) throw... method getStreamingProfile (line 526) | public ApiResponse getStreamingProfile(String name) throws Exception { method listStreamingProfiles (line 537) | public ApiResponse listStreamingProfiles(Map options) throws Exception { method listStreamingProfiles (line 548) | public ApiResponse listStreamingProfiles() throws Exception { method deleteStreamingProfile (line 560) | public ApiResponse deleteStreamingProfile(String name, Map options) th... method deleteStreamingProfile (line 572) | public ApiResponse deleteStreamingProfile(String name) throws Exception { method updateStreamingProfile (line 586) | public ApiResponse updateStreamingProfile(String name, String displayN... method updateStreamingProfile (line 610) | public ApiResponse updateStreamingProfile(String name, String displayN... method updateResourcesAccessModeByPrefix (line 632) | public ApiResponse updateResourcesAccessModeByPrefix(String accessMode... method updateResourcesAccessModeByTag (line 654) | public ApiResponse updateResourcesAccessModeByTag(String accessMode, S... method deleteFolder (line 666) | public ApiResponse deleteFolder(String folder, Map options) throws Exc... method updateResourcesAccessModeByIds (line 691) | public ApiResponse updateResourcesAccessModeByIds(String accessMode, I... method updateResourcesAccessMode (line 695) | private ApiResponse updateResourcesAccessMode(String accessMode, Strin... method addMetadataField (line 713) | public ApiResponse addMetadataField(MetadataField field) throws Except... method listMetadataFields (line 724) | public ApiResponse listMetadataFields() throws Exception { method metadataFieldByFieldId (line 735) | public ApiResponse metadataFieldByFieldId(String fieldExternalId) thro... method updateMetadataField (line 747) | public ApiResponse updateMetadataField(String fieldExternalId, Metadat... method updateMetadataFieldDatasource (line 761) | public ApiResponse updateMetadataFieldDatasource(String fieldExternalI... method deleteDatasourceEntries (line 774) | public ApiResponse deleteDatasourceEntries(String fieldExternalId, Lis... method restoreDatasourceEntries (line 787) | public ApiResponse restoreDatasourceEntries(String fieldExternalId, Li... method deleteMetadataField (line 799) | public ApiResponse deleteMetadataField(String fieldExternalId) throws ... method reorderMetadataFields (line 813) | public ApiResponse reorderMetadataFields(String orderBy, String direct... method listMetadataRules (line 827) | public ApiResponse listMetadataRules(Map options) throws Exception { method addMetadataRule (line 834) | public ApiResponse addMetadataRule(MetadataRule rule, Map options) thr... method updateMetadataRule (line 842) | public ApiResponse updateMetadataRule(String externalId, MetadataRule ... method deleteMetadataRule (line 850) | public ApiResponse deleteMetadataRule(String externalId, Map options) ... method analyze (line 856) | public ApiResponse analyze(String inputType, String analysisType, Stri... method renameFolder (line 867) | public ApiResponse renameFolder(String path, String toPath, Map option... method deleteBackedUpAssets (line 878) | public ApiResponse deleteBackedUpAssets(String assetId, String[] versi... method extractParams (line 897) | private Map extractParams(Map options, List keys) { method validateAuthorization (line 909) | protected void validateAuthorization(String apiKey, String apiSecret, ... method getAuthorizationHeaderValue (line 916) | protected String getAuthorizationHeaderValue(String apiKey, String api... method createApiUrl (line 924) | protected String createApiUrl (Iterable uri, Map options){ FILE: cloudinary-core/src/main/java/com/cloudinary/ArchiveParams.java class ArchiveParams (line 7) | public class ArchiveParams { method resourceType (line 34) | public String resourceType() { method resourceType (line 38) | public ArchiveParams resourceType(String resourceType) { method type (line 45) | public String type() { method type (line 49) | public ArchiveParams type(String type) { method mode (line 54) | public String mode() { method mode (line 58) | public ArchiveParams mode(String mode) { method targetFormat (line 63) | public String targetFormat() { method targetFormat (line 67) | public ArchiveParams targetFormat(String targetFormat) { method targetPublicId (line 72) | public String targetPublicId() { method targetPublicId (line 76) | public ArchiveParams targetPublicId(String targetPublicId) { method isFlattenFolders (line 81) | public boolean isFlattenFolders() { method flattenFolders (line 85) | public ArchiveParams flattenFolders(boolean flattenFolders) { method isFlattenTransformations (line 90) | public boolean isFlattenTransformations() { method flattenTransformations (line 94) | public ArchiveParams flattenTransformations(boolean flattenTransformat... method isUseOriginalFilename (line 99) | public boolean isUseOriginalFilename() { method useOriginalFilename (line 103) | public ArchiveParams useOriginalFilename(boolean useOriginalFilename) { method isAsync (line 108) | public boolean isAsync() { method async (line 112) | public ArchiveParams async(boolean async) { method isSkipTransformationName (line 117) | public boolean isSkipTransformationName() { method skipTransformationName (line 121) | public ArchiveParams skipTransformationName(boolean skipTransformation... method isAllowMissing (line 126) | public boolean isAllowMissing(){ method allowMissing (line 130) | public ArchiveParams allowMissing(boolean allowMissing){ method isKeepDerived (line 135) | public boolean isKeepDerived() { method keepDerived (line 139) | public ArchiveParams keepDerived(boolean keepDerived) { method notificationUrl (line 144) | public String notificationUrl() { method notificationUrl (line 148) | public ArchiveParams notificationUrl(String notificationUrl) { method targetTags (line 153) | public String[] targetTags() { method targetTags (line 157) | public ArchiveParams targetTags(String[] targetTags) { method tags (line 162) | public String[] tags() { method tags (line 166) | public ArchiveParams tags(String[] tags) { method publicIds (line 171) | public String[] publicIds() { method publicIds (line 175) | public ArchiveParams publicIds(String[] publicIds) { method fully_qualified_public_ids (line 180) | public String[] fully_qualified_public_ids() { method fullyQualifiedPublicIds (line 184) | public ArchiveParams fullyQualifiedPublicIds(String[] fullyQualifiedPu... method prefixes (line 189) | public String[] prefixes() { method prefixes (line 193) | public ArchiveParams prefixes(String[] prefixes) { method transformations (line 198) | public Transformation[] transformations() { method transformations (line 202) | public ArchiveParams transformations(Transformation[] transformations) { method expiresAt (line 207) | public ArchiveParams expiresAt(Long expiresAt) { method expiresAt (line 212) | public Long expiresAt(){ method toMap (line 216) | public Map toMap() { FILE: cloudinary-core/src/main/java/com/cloudinary/AuthToken.java class AuthToken (line 17) | public class AuthToken { method AuthToken (line 34) | public AuthToken() { method AuthToken (line 37) | public AuthToken(String key) { method AuthToken (line 46) | public AuthToken(Map options) { method asMap (line 67) | public Map asMap(){ method tokenName (line 87) | public AuthToken tokenName(String tokenName) { method startTime (line 98) | public AuthToken startTime(long startTime) { method expiration (line 109) | public AuthToken expiration(long expiration) { method ip (line 120) | public AuthToken ip(String ip) { method acl (line 131) | public AuthToken acl(String... acl) { method duration (line 143) | public AuthToken duration(long duration) { method generate (line 153) | public String generate() { method generate (line 163) | public String generate(String url) { method escapeToLower (line 205) | private String escapeToLower(String url) { method copy (line 215) | public AuthToken copy() { method merge (line 232) | public AuthToken merge(AuthToken other) { method digest (line 248) | private String digest(String message) { method setNull (line 263) | private AuthToken setNull() { method equals (line 268) | @Override method hashCode (line 285) | @Override FILE: cloudinary-core/src/main/java/com/cloudinary/BaseParam.java class BaseParam (line 7) | public class BaseParam { method BaseParam (line 10) | protected BaseParam(List components) { method BaseParam (line 14) | protected BaseParam(String... components) { method toString (line 18) | @Override FILE: cloudinary-core/src/main/java/com/cloudinary/Cloudinary.java class Cloudinary (line 20) | @SuppressWarnings({"rawtypes", "unchecked"}) method uploader (line 44) | public Uploader uploader() { method api (line 48) | public Api api() { method search (line 52) | public Search search() { method searchFolders (line 56) | public SearchFolders searchFolders() { method registerUploaderStrategy (line 60) | public static void registerUploaderStrategy(String className) { method registerAPIStrategy (line 67) | public static void registerAPIStrategy(String className) { method loadStrategies (line 73) | private void loadStrategies() { method Cloudinary (line 87) | public Cloudinary(Map config) { method Cloudinary (line 91) | public Cloudinary(String cloudinaryUrl) { method Cloudinary (line 95) | public Cloudinary() { method Cloudinary (line 101) | public Cloudinary(Configuration config) { method url (line 106) | public Url url() { method cloudinaryApiUrl (line 110) | public String cloudinaryApiUrl(String action, Map options) { method randomPublicId (line 122) | public String randomPublicId() { method signedPreloadedImage (line 128) | public String signedPreloadedImage(Map result) { method apiSignRequest (line 133) | public String apiSignRequest(Map paramsToSign, String ... method getUserAgent (line 140) | public String getUserAgent(){ method setUserAgent (line 150) | public void setUserAgent(String prefix, String version){ method setAnalytics (line 158) | public void setAnalytics(Analytics analytics) { method verifyNotificationSignature (line 179) | public boolean verifyNotificationSignature(String body, String timesta... method verifyApiResponseSignature (line 197) | public boolean verifyApiResponseSignature(String publicId, String vers... method signRequest (line 201) | public void signRequest(Map params, Map options) thr... method downloadArchive (line 241) | public String downloadArchive(Map options, String targ... method downloadArchive (line 248) | public String downloadArchive(ArchiveParams params) throws Unsupported... method downloadZip (line 252) | public String downloadZip(Map options) throws Unsuppor... method downloadGeneratedSprite (line 256) | public String downloadGeneratedSprite(String tag, Map options) throws ... method downloadGeneratedSprite (line 271) | public String downloadGeneratedSprite(String[] urls, Map options) thro... method downloadMulti (line 285) | public String downloadMulti(String tag, Map options) throws IOException { method downloadMulti (line 299) | public String downloadMulti(String[] urls, Map options) throws IOExcep... method downloadFolder (line 320) | public String downloadFolder(String folderPath, Map options) throws Un... method downloadBackedupAsset (line 348) | public String downloadBackedupAsset(String assetId, String versionId, ... method buildUrl (line 366) | private String buildUrl(String base, Map params) throw... FILE: cloudinary-core/src/main/java/com/cloudinary/Configuration.java class Configuration (line 15) | public class Configuration { method Configuration (line 55) | public Configuration() { method Configuration (line 58) | private Configuration( method Configuration (line 109) | @SuppressWarnings("rawtypes") method update (line 114) | @SuppressWarnings("rawtypes") method asMap (line 152) | @SuppressWarnings("rawtypes") method Configuration (line 188) | public Configuration(Configuration other) { method from (line 226) | public static Configuration from(Configuration other) { method from (line 238) | public static Configuration from(String cloudinaryUrl) { method parseConfigUrl (line 245) | static protected Map parseConfigUrl(String cloudinaryUrl) { method updateMapfromURI (line 265) | static private void updateMapfromURI(Map params, URI cloudinaryUri) { method putNestedValue (line 284) | static private void putNestedValue(Map params, String key, String valu... method isNestedKey (line 299) | static private boolean isNestedKey(String key) { class Builder (line 306) | public static class Builder { method setTimeout (line 340) | public Builder setTimeout(int timeout) { method build (line 348) | public Configuration build() { method setCloudName (line 382) | public Builder setCloudName(String cloudName) { method setApiKey (line 391) | public Builder setApiKey(String apiKey) { method setApiSecret (line 400) | public Builder setApiSecret(String apiSecret) { method setSecureDistribution (line 409) | public Builder setSecureDistribution(String secureDistribution) { method setCname (line 418) | public Builder setCname(String cname) { method setSecure (line 426) | public Builder setSecure(boolean secure) { method setPrivateCdn (line 434) | public Builder setPrivateCdn(boolean privateCdn) { method setSecureCdnSubdomain (line 439) | public Builder setSecureCdnSubdomain(Boolean secureCdnSubdomain) { method setCdnSubdomain (line 448) | public Builder setCdnSubdomain(boolean cdnSubdomain) { method setShorten (line 453) | public Builder setShorten(boolean shorten) { method setCallback (line 458) | public Builder setCallback(String callback) { method setUploadPrefix (line 463) | public Builder setUploadPrefix(String uploadPrefix) { method setUseRootPath (line 468) | public Builder setUseRootPath(boolean useRootPath) { method setUseFetchFormat (line 473) | public Builder setUseFetchFormat(boolean useFetchFormat) { method setLoadStrategies (line 478) | public Builder setLoadStrategies(boolean loadStrategies) { method setAnalytics (line 483) | public Builder setAnalytics(boolean analytics) { method setClientHints (line 488) | public Builder setClientHints(boolean clientHints) { method setAuthToken (line 493) | public Builder setAuthToken(AuthToken authToken) { method setForceVersion (line 497) | public Builder setForceVersion(boolean forceVersion) { method setIsLongUrlSignature (line 502) | public Builder setIsLongUrlSignature(boolean isLong) { method setSignatureAlgorithm (line 507) | public Builder setSignatureAlgorithm(SignatureAlgorithm signatureAlg... method setSignatureVersion (line 512) | public Builder setSignatureVersion(int signatureVersion) { method setOAuthToken (line 517) | public Builder setOAuthToken(String oauthToken) { method from (line 528) | public Builder from(Configuration other) { FILE: cloudinary-core/src/main/java/com/cloudinary/Coordinates.java class Coordinates (line 10) | public class Coordinates implements Serializable{ method Coordinates (line 14) | public Coordinates() { method Coordinates (line 17) | public Coordinates(Collection coordinates) { method Coordinates (line 21) | public Coordinates(int[] rect) { method Coordinates (line 30) | public Coordinates(Rectangle rect) { method Coordinates (line 36) | public Coordinates(String stringCoords) throws IllegalArgumentException { method parseCoordinates (line 52) | public static Coordinates parseCoordinates(Object coordinates) throws ... method addRect (line 64) | public void addRect(Rectangle rect) { method underlaying (line 68) | public Collection underlaying() { method toString (line 72) | @Override FILE: cloudinary-core/src/main/java/com/cloudinary/CustomFunction.java class CustomFunction (line 8) | public class CustomFunction extends BaseParam{ method CustomFunction (line 10) | private CustomFunction(String... components) { method wasm (line 19) | public static CustomFunction wasm(String publicId){ method remote (line 28) | public static CustomFunction remote(String url){ FILE: cloudinary-core/src/main/java/com/cloudinary/EagerTransformation.java class EagerTransformation (line 9) | public class EagerTransformation extends Transformation toQuery() { method execute (line 104) | public ApiResponse execute() throws Exception { method toUrl (line 110) | public String toUrl() throws Exception { method toUrl (line 114) | public String toUrl(String nextCursor) throws Exception { method toUrl (line 120) | public String toUrl(Integer ttl, String nextCursor) throws Exception { FILE: cloudinary-core/src/main/java/com/cloudinary/SearchFolders.java class SearchFolders (line 9) | public class SearchFolders extends Search { method SearchFolders (line 11) | public SearchFolders(Cloudinary cloudinary) { method execute (line 15) | public ApiResponse execute() throws Exception { FILE: cloudinary-core/src/main/java/com/cloudinary/SignatureAlgorithm.java type SignatureAlgorithm (line 6) | public enum SignatureAlgorithm { method SignatureAlgorithm (line 12) | SignatureAlgorithm(String algorithmId) { method getAlgorithmId (line 16) | public String getAlgorithmId() { FILE: cloudinary-core/src/main/java/com/cloudinary/SmartUrlEncoder.java class SmartUrlEncoder (line 6) | public final class SmartUrlEncoder { method SmartUrlEncoder (line 7) | private SmartUrlEncoder() {} method encode (line 9) | public static String encode(String input) { FILE: cloudinary-core/src/main/java/com/cloudinary/StoredFile.java class StoredFile (line 8) | public class StoredFile { method getVersion (line 29) | public Long getVersion() { method setVersion (line 33) | public void setVersion(Long version) { method getPublicId (line 37) | public String getPublicId() { method setPublicId (line 41) | public void setPublicId(String publicId) { method getPublicIdForSigning (line 45) | protected String getPublicIdForSigning() { method getFormat (line 49) | public String getFormat() { method setFormat (line 53) | public void setFormat(String format) { method getSignature (line 57) | public String getSignature() { method setSignature (line 61) | public void setSignature(String signature) { method getResourceType (line 65) | public String getResourceType() { method setResourceType (line 69) | public void setResourceType(String resourceType) { method getType (line 73) | public String getType() { method setType (line 77) | public void setType(String type) { method getPreloadedFile (line 81) | public String getPreloadedFile() { method setPreloadedFile (line 93) | public void setPreloadedFile(String uri) { method getComputedSignature (line 113) | public String getComputedSignature(Cloudinary cloudinary) { method getIsImage (line 121) | public boolean getIsImage() { method getIsVideo (line 125) | public boolean getIsVideo() { FILE: cloudinary-core/src/main/java/com/cloudinary/Transformation.java class Transformation (line 14) | @SuppressWarnings({"rawtypes", "unchecked"}) method Transformation (line 52) | public Transformation(Transformation transformation) { method Transformation (line 59) | public Transformation(List transformations) { method Transformation (line 68) | public Transformation() { method width (line 73) | public T width(Object value) { method height (line 77) | public T height(Object value) { method named (line 81) | public T named(String... value) { method crop (line 85) | public T crop(String value) { method background (line 89) | public T background(String value) { method color (line 93) | public T color(String value) { method effect (line 97) | public T effect(String value) { method effect (line 101) | public T effect(String effect, Object param) { method angle (line 105) | public T angle(int value) { method angle (line 109) | public T angle(String... value) { method border (line 113) | public T border(String value) { method border (line 117) | public T border(int width, String color) { method x (line 121) | public T x(Object value) { method y (line 125) | public T y(Object value) { method radius (line 137) | public T radius(Object value) { method radius (line 150) | public T radius(Object topLeftBottomRight, Object topRightBottomLeft) { method radius (line 164) | public T radius(Object topLeft, Object topRightBottomLeft, Object bott... method radius (line 179) | public T radius(Object topLeft, Object topRight, Object bottomRight, O... method radius (line 191) | public T radius(Object[] cornerRadiuses) { method quality (line 195) | public T quality(Object value) { method defaultImage (line 199) | public T defaultImage(String value) { method gravity (line 203) | public T gravity(String value) { method keyframeInterval (line 213) | public T keyframeInterval(float value) { method keyframeInterval (line 223) | public T keyframeInterval(String value) { method colorSpace (line 227) | public T colorSpace(String value) { method prefix (line 231) | public T prefix(String value) { method overlay (line 235) | public T overlay(String value) { method overlay (line 239) | public T overlay(AbstractLayer value) { method underlay (line 243) | public T underlay(String value) { method underlay (line 247) | public T underlay(AbstractLayer value) { method fetchFormat (line 251) | public T fetchFormat(String value) { method density (line 255) | public T density(Object value) { method page (line 259) | public T page(Object value) { method delay (line 263) | public T delay(Object value) { method opacity (line 267) | public T opacity(Object value) { method rawTransformation (line 271) | public T rawTransformation(String value) { method flags (line 275) | public T flags(String... value) { method dpr (line 279) | public T dpr(float value) { method dpr (line 283) | public T dpr(int value) { method dpr (line 287) | public T dpr(String value) { method duration (line 291) | public T duration(String value) { method duration (line 295) | public T duration(float value) { method duration (line 299) | public T duration(double value) { method durationPercent (line 303) | public T durationPercent(float value) { method durationPercent (line 307) | public T durationPercent(double value) { method startOffset (line 311) | public T startOffset(String value) { method startOffset (line 315) | public T startOffset(float value) { method startOffset (line 319) | public T startOffset(double value) { method startOffsetPercent (line 323) | public T startOffsetPercent(float value) { method startOffsetPercent (line 327) | public T startOffsetPercent(double value) { method endOffset (line 331) | public T endOffset(String value) { method endOffset (line 335) | public T endOffset(float value) { method endOffset (line 339) | public T endOffset(double value) { method endOffsetPercent (line 343) | public T endOffsetPercent(float value) { method endOffsetPercent (line 347) | public T endOffsetPercent(double value) { method offset (line 351) | public T offset(String value) { method offset (line 355) | public T offset(String[] value) { method offset (line 360) | public T offset(float[] value) { method offset (line 366) | public T offset(double[] value) { method offset (line 372) | public T offset(Number[] value) { method videoCodec (line 377) | public T videoCodec(String value) { method videoCodec (line 381) | public T videoCodec(Map value) { method audioCodec (line 385) | public T audioCodec(String value) { method audioFrequency (line 389) | public T audioFrequency(String value) { method audioFrequency (line 393) | public T audioFrequency(int value) { method bitRate (line 397) | public T bitRate(String value) { method bitRate (line 401) | public T bitRate(int value) { method videoSampling (line 405) | public T videoSampling(String value) { method videoSamplingFrames (line 409) | public T videoSamplingFrames(int value) { method videoSamplingSeconds (line 413) | public T videoSamplingSeconds(Number value) { method videoSamplingSeconds (line 417) | public T videoSamplingSeconds(int value) { method videoSamplingSeconds (line 421) | public T videoSamplingSeconds(float value) { method videoSamplingSeconds (line 425) | public T videoSamplingSeconds(double value) { method zoom (line 429) | public T zoom(String value) { method zoom (line 433) | public T zoom(float value) { method zoom (line 437) | public T zoom(double value) { method aspectRatio (line 441) | public T aspectRatio(double value) { method aspectRatio (line 445) | public T aspectRatio(String value) { method aspectRatio (line 449) | public T aspectRatio(int nom, int denom) { method responsiveWidth (line 453) | public T responsiveWidth(boolean value) { method ifCondition (line 462) | public Condition ifCondition() { method ifCondition (line 472) | public T ifCondition(String condition) { method ifCondition (line 483) | public T ifCondition(Expression expression) { method ifCondition (line 493) | public T ifCondition(Condition condition) { method ifElse (line 497) | public T ifElse() { method endIf (line 502) | public T endIf() { method fps (line 531) | public T fps(String value) { method fps (line 541) | public T fps(double value) { method fps (line 551) | public T fps(int value) { method fps (line 561) | public T fps(Object rangeStart, Object rangeEnd){ method streamingProfile (line 579) | public T streamingProfile(String value) { method isResponsive (line 583) | public boolean isResponsive() { method isHiDPI (line 587) | public boolean isHiDPI() { method params (line 592) | public T params(Map transformation) { method chain (line 598) | public T chain() { method chainWith (line 602) | public T chainWith(Transformation transformation) { method param (line 608) | public T param(String key, Object value) { method generate (line 622) | public String generate() { method toString (line 626) | @Override method generate (line 631) | public String generate(Iterable optionsList) { method generate (line 641) | public String generate(Map options) { method replaceColorPrefix (line 806) | private String replaceColorPrefix(String color) { method processVar (line 810) | private String processVar(Expression[] variables) { method isValidAttrValue (line 827) | private boolean isValidAttrValue(String value) { method getHtmlWidth (line 837) | public String getHtmlWidth() { method getHtmlHeight (line 841) | public String getHtmlHeight() { method dup (line 845) | private static List dup(List transformations) { method setResponsiveWidthTransformation (line 853) | public static void setResponsiveWidthTransformation(Map transformation) { method getResponsiveWidthTransformation (line 857) | private static Map getResponsiveWidthTransformation() { method setDefaultIsResponsive (line 867) | public static void setDefaultIsResponsive(boolean isResponsive) { method setDefaultDPR (line 871) | public static void setDefaultDPR(Object dpr) { method splitRange (line 875) | private static String[] splitRange(Object range) { method normRangeValue (line 889) | private static String normRangeValue(Object objectValue) { method normAutoRangeValue (line 907) | private static String normAutoRangeValue(Object objectValue) { method processVideoCodecParam (line 914) | private static String processVideoCodecParam(Object param) { method variable (line 942) | public T variable(String name, Object value) { method variables (line 952) | public T variables(Expression... variables) { method customFunction (line 961) | public T customFunction(CustomFunction action) { method customPreFunction (line 970) | public T customPreFunction(CustomFunction action) { method radiusToExpression (line 974) | private String radiusToExpression(Object[] radiusOption) { FILE: cloudinary-core/src/main/java/com/cloudinary/Uploader.java class Uploader (line 14) | @SuppressWarnings({"rawtypes", "unchecked"}) class Command (line 19) | private final class Command { method Command (line 25) | private Command() { method callApi (line 29) | public Map callApi(String action, Map params, Map opti... method callApi (line 33) | public Map callApi(String action, Map params, Map opti... method Uploader (line 40) | public Uploader(Cloudinary cloudinary, AbstractUploaderStrategy strate... method cloudinary (line 46) | public Cloudinary cloudinary() { method buildUploadParams (line 50) | public Map buildUploadParams(Map options) { method unsignedUpload (line 54) | public Map unsignedUpload(Object file, String uploadPreset, Map option... method unsignedUpload (line 58) | public Map unsignedUpload(Object file, String uploadPreset, Map option... method upload (line 67) | public Map upload(Object file, Map options) throws IOException { method upload (line 71) | public Map upload(Object file, Map options, final ProgressCallback pro... method uploadLargeRaw (line 79) | public Map uploadLargeRaw(Object file, Map options) throws IOException { method uploadLargeRaw (line 83) | public Map uploadLargeRaw(Object file, Map options, ProgressCallback p... method uploadLargeRaw (line 87) | public Map uploadLargeRaw(Object file, Map options, int bufferSize) th... method uploadLargeRaw (line 91) | public Map uploadLargeRaw(Object file, Map options, int bufferSize, Pr... method uploadLarge (line 98) | public Map uploadLarge(Object file, Map options) throws IOException { method uploadLarge (line 102) | public Map uploadLarge(Object file, Map options, ProgressCallback prog... method uploadLarge (line 107) | @SuppressWarnings("resource") method uploadLarge (line 112) | public Map uploadLarge(Object file, Map options, int bufferSize, Progr... method uploadLarge (line 116) | public Map uploadLarge(Object file, Map options, int bufferSize, long ... method uploadLargeParts (line 159) | private Map uploadLargeParts(InputStream input, Map options, int buffe... method destroy (line 230) | public Map destroy(String publicId, Map options) throws IOException { method rename (line 241) | public Map rename(String fromPublicId, String toPublicId, Map options)... method explicit (line 257) | public Map explicit(String publicId, Map options) throws IOException { method generateSprite (line 266) | public Map generateSprite(String tag, Map options) throws IOException { method generateSprite (line 275) | public Map generateSprite(String[] urls, Map options) throws IOExcepti... method multi (line 284) | public Map multi(String[] urls, Map options) throws IOException { method multi (line 294) | public Map multi(String tag, Map options) throws IOException { method multi (line 304) | private Map multi(Map options) throws IOException { method explode (line 308) | public Map explode(String public_id, Map options) throws IOException { method addTag (line 337) | public Map addTag(String tag, String[] publicIds, Map options) throws ... method addTag (line 353) | public Map addTag(String[] tag, String[] publicIds, Map options) throw... method removeTag (line 373) | public Map removeTag(String tag, String[] publicIds, Map options) thro... method removeTag (line 389) | public Map removeTag(String[] tag, String[] publicIds, Map options) th... method removeAllTags (line 406) | public Map removeAllTags(String[] publicIds, Map options) throws IOExc... method replaceTag (line 424) | public Map replaceTag(String tag, String[] publicIds, Map options) thr... method replaceTag (line 440) | public Map replaceTag(String[] tag, String[] publicIds, Map options) t... method callTagsApi (line 446) | public Map callTagsApi(String[] tag, String command, String[] publicId... method addContext (line 467) | public Map addContext(Map context, String[] publicIds, Map options) th... method addContext (line 479) | public Map addContext(String context, String[] publicIds, Map options)... method removeAllContext (line 490) | public Map removeAllContext(String[] publicIds, Map options) throws IO... method callContextApi (line 494) | protected Map callContextApi(Map context, String command, String[] pub... method callContextApi (line 498) | protected Map callContextApi(String context, String command, String[] ... method text (line 514) | public Map text(String text, Map options) throws IOException { method createArchive (line 525) | public Map createArchive(Map options, String targetFormat) throws IOEx... method createZip (line 530) | public Map createZip(Map options) throws IOException { method createArchive (line 534) | public Map createArchive(ArchiveParams params) throws IOException { method signRequestParams (line 538) | public void signRequestParams(Map params, Map options) { method uploadTagParams (line 544) | public String uploadTagParams(Map options) { method getUploadUrl (line 568) | public String getUploadUrl(Map options) { method unsignedImageUploadTag (line 574) | public String unsignedImageUploadTag(String field, String uploadPreset... method imageUploadTag (line 581) | public String imageUploadTag(String field, Map options, Map sourceTran... method sourceTransformationFor (line 263) | public Url sourceTransformationFor(String source, Transformation trans... method sourceTypes (line 271) | public Url sourceTypes(String[] sourceTypes) { method fallbackContent (line 276) | public Url fallbackContent(String fallbackContent) { method posterTransformation (line 281) | public Url posterTransformation(Transformation posterTransformation) { method posterTransformation (line 286) | @SuppressWarnings("rawtypes") method posterTransformation (line 292) | @SuppressWarnings({"rawtypes", "unchecked"}) method posterSource (line 302) | public Url posterSource(String posterSource) { method posterUrl (line 307) | public Url posterUrl(Url posterUrl) { method poster (line 312) | public Url poster(Object poster) { method forceVersion (line 338) | public Url forceVersion(boolean forceVersion){ method generate (line 343) | public String generate() { method generate (line 347) | public String generate(String source) { method finalizeSource (line 440) | private String[] finalizeSource(String source, String format, String u... method finalizeResourceType (line 470) | public String finalizeResourceType(String resourceType, String type, S... method unsignedDownloadUrlPrefix (line 514) | public static String unsignedDownloadUrlPrefix(String source, Configur... method shard (line 559) | private static String shard(String input) { method imageTag (line 565) | @SuppressWarnings("unchecked") method imageTag (line 570) | public String imageTag(Map attributes) { method imageTag (line 574) | public String imageTag(String source, Map attributes) { method videoTag (line 609) | public String videoTag() { method videoTag (line 613) | public String videoTag(String source) { method videoTag (line 617) | public String videoTag(Map attributes) { method finalizePosterUrl (line 621) | private String finalizePosterUrl(String source) { method appendVideoSources (line 637) | private void appendVideoSources(StringBuilder html, String source, Str... method videoTag (line 659) | public String videoTag(String source, Map attributes) { method generateSpriteCss (line 725) | public String generateSpriteCss(String source) { method source (line 732) | public Url source(String source) { method source (line 737) | public Url source(StoredFile source) { FILE: cloudinary-core/src/main/java/com/cloudinary/Util.java class Util (line 11) | public final class Util { method Util (line 12) | private Util() {} method buildUploadParams (line 19) | @SuppressWarnings({"rawtypes", "unchecked"}) method buildMultiParams (line 82) | public static Map buildMultiParams(Map options) { method buildGenerateSpriteParams (line 105) | public static Map buildGenerateSpriteParams(Map option... method buildEager (line 133) | protected static final String buildEager(List paramsToSign... method produceSignature (line 387) | public static String produceSignature(Map paramsToSign... method flattenAndSanitizeParams (line 394) | private static Collection flattenAndSanitizeParams(Map rateLimits() throws ParseException; method apiRateLimit (line 10) | RateLimit apiRateLimit() throws ParseException; FILE: cloudinary-core/src/main/java/com/cloudinary/api/AuthorizationRequired.java class AuthorizationRequired (line 5) | public class AuthorizationRequired extends ApiException { method AuthorizationRequired (line 8) | public AuthorizationRequired(String message) { FILE: cloudinary-core/src/main/java/com/cloudinary/api/RateLimit.java class RateLimit (line 5) | public class RateLimit { method RateLimit (line 10) | public RateLimit() { method getLimit (line 14) | public long getLimit() { method setLimit (line 18) | public void setLimit(long limit) { method getRemaining (line 22) | public long getRemaining() { method setRemaining (line 26) | public void setRemaining(long remaining) { method getReset (line 30) | public Date getReset() { method setReset (line 34) | public void setReset(Date reset) { FILE: cloudinary-core/src/main/java/com/cloudinary/api/exceptions/AlreadyExists.java class AlreadyExists (line 3) | public class AlreadyExists extends ApiException { method AlreadyExists (line 6) | public AlreadyExists(String message) { FILE: cloudinary-core/src/main/java/com/cloudinary/api/exceptions/ApiException.java class ApiException (line 3) | public class ApiException extends Exception { method ApiException (line 6) | public ApiException(String message) { FILE: cloudinary-core/src/main/java/com/cloudinary/api/exceptions/BadRequest.java class BadRequest (line 4) | public class BadRequest extends ApiException { method BadRequest (line 7) | public BadRequest(String message) { FILE: cloudinary-core/src/main/java/com/cloudinary/api/exceptions/GeneralError.java class GeneralError (line 3) | public class GeneralError extends ApiException { method GeneralError (line 6) | public GeneralError(String message) { FILE: cloudinary-core/src/main/java/com/cloudinary/api/exceptions/NotAllowed.java class NotAllowed (line 4) | public class NotAllowed extends ApiException { method NotAllowed (line 7) | public NotAllowed(String message) { FILE: cloudinary-core/src/main/java/com/cloudinary/api/exceptions/NotFound.java class NotFound (line 4) | public class NotFound extends ApiException { method NotFound (line 7) | public NotFound(String message) { FILE: cloudinary-core/src/main/java/com/cloudinary/api/exceptions/RateLimited.java class RateLimited (line 4) | public class RateLimited extends ApiException { method RateLimited (line 7) | public RateLimited(String message) { FILE: cloudinary-core/src/main/java/com/cloudinary/api/signing/ApiResponseSignatureVerifier.java class ApiResponseSignatureVerifier (line 13) | public class ApiResponseSignatureVerifier { method ApiResponseSignatureVerifier (line 23) | public ApiResponseSignatureVerifier(String secretKey) { method ApiResponseSignatureVerifier (line 39) | public ApiResponseSignatureVerifier(String secretKey, SignatureAlgorit... method verifySignature (line 60) | public boolean verifySignature(String publicId, String version, String... FILE: cloudinary-core/src/main/java/com/cloudinary/api/signing/NotificationRequestSignatureVerifier.java class NotificationRequestSignatureVerifier (line 11) | public class NotificationRequestSignatureVerifier { method NotificationRequestSignatureVerifier (line 19) | public NotificationRequestSignatureVerifier(String secretKey) { method NotificationRequestSignatureVerifier (line 29) | public NotificationRequestSignatureVerifier(String secretKey, Signatur... method verifySignature (line 43) | public boolean verifySignature(String body, String timestamp, String s... method verifySignature (line 63) | public boolean verifySignature(String body, String timestamp, String s... FILE: cloudinary-core/src/main/java/com/cloudinary/api/signing/SignedPayloadValidator.java class SignedPayloadValidator (line 9) | class SignedPayloadValidator { method SignedPayloadValidator (line 13) | SignedPayloadValidator(String secretKey, SignatureAlgorithm signatureA... method validateSignedPayload (line 22) | boolean validateSignedPayload(String signedPayload, String signature) { FILE: cloudinary-core/src/main/java/com/cloudinary/metadata/DateMetadataField.java class DateMetadataField (line 11) | public class DateMetadataField extends MetadataField { method DateMetadataField (line 13) | public DateMetadataField() { method setDefaultValue (line 21) | @Override method getDefaultValue (line 31) | @Override FILE: cloudinary-core/src/main/java/com/cloudinary/metadata/EnumMetadataField.java class EnumMetadataField (line 6) | public class EnumMetadataField extends MetadataField { method EnumMetadataField (line 7) | EnumMetadataField() { FILE: cloudinary-core/src/main/java/com/cloudinary/metadata/IntMetadataField.java class IntMetadataField (line 6) | public class IntMetadataField extends MetadataField { method IntMetadataField (line 7) | public IntMetadataField() { FILE: cloudinary-core/src/main/java/com/cloudinary/metadata/MetadataDataSource.java class MetadataDataSource (line 12) | public class MetadataDataSource extends JSONObject { method MetadataDataSource (line 17) | public MetadataDataSource(List entries) { class Entry (line 24) | public static class Entry extends JSONObject { method Entry (line 25) | public Entry(String externalId, String value){ method Entry (line 34) | public Entry(String value){ method setExternalId (line 42) | public void setExternalId(String externalId) { method getExternalId (line 50) | public String getExternalId() { method setValue (line 58) | public void setValue(String value) { method getValue (line 66) | public String getValue() { FILE: cloudinary-core/src/main/java/com/cloudinary/metadata/MetadataField.java class MetadataField (line 11) | public class MetadataField extends JSONObject { method MetadataField (line 23) | public MetadataField(MetadataFieldType type) { method MetadataField (line 27) | public MetadataField(String type) { method getType (line 35) | public MetadataFieldType getType() { method getExternalId (line 43) | public String getExternalId() { method setExternalId (line 51) | public void setExternalId(String externalId) { method getLabel (line 59) | public String getLabel() { method setLabel (line 67) | public void setLabel(String label) { method isMandatory (line 75) | public boolean isMandatory() { method setMandatory (line 83) | public void setMandatory(Boolean mandatory) { method getDefaultValue (line 92) | public T getDefaultValue() throws ParseException { method setDefaultValue (line 101) | public void setDefaultValue(T defaultValue) { method getValidation (line 109) | public MetadataValidation getValidation() { method setValidation (line 117) | public void setValidation(MetadataValidation validation) { method getDataSource (line 125) | public MetadataDataSource getDataSource() { method setDataSource (line 133) | public void setDataSource(MetadataDataSource dataSource) { method setRestrictions (line 141) | public void setRestrictions(Restrictions restrictions) { method setDefaultDisabled (line 149) | public void setDefaultDisabled(Boolean disabled) { method setAllowDynamicListValues (line 157) | public void setAllowDynamicListValues(Boolean allowDynamicListValues) ... FILE: cloudinary-core/src/main/java/com/cloudinary/metadata/MetadataFieldType.java type MetadataFieldType (line 6) | public enum MetadataFieldType { method toString (line 13) | @Override FILE: cloudinary-core/src/main/java/com/cloudinary/metadata/MetadataRule.java class MetadataRule (line 8) | public class MetadataRule { method MetadataRule (line 14) | public MetadataRule(String metadataFieldId, String name, MetadataRuleC... method getMetadataFieldId (line 21) | public String getMetadataFieldId() { method setMetadataFieldId (line 25) | public void setMetadataFieldId(String metadataFieldId) { method getName (line 29) | public String getName() { method setName (line 33) | public void setName(String name) { method getCondition (line 37) | public MetadataRuleCondition getCondition() { method setCondition (line 41) | public void setCondition(MetadataRuleCondition condition) { method getResult (line 45) | public MetadataRuleResult getResult() { method setResult (line 49) | public void setResult(MetadataRuleResult result) { method asMap (line 53) | public Map asMap() { FILE: cloudinary-core/src/main/java/com/cloudinary/metadata/MetadataRuleCondition.java class MetadataRuleCondition (line 5) | public class MetadataRuleCondition { method MetadataRuleCondition (line 11) | public MetadataRuleCondition(String metadata_field_id, Boolean populat... method getMetadata_field_id (line 18) | public String getMetadata_field_id() { method setMetadata_field_id (line 22) | public void setMetadata_field_id(String metadata_field_id) { method getPopulated (line 26) | public Boolean getPopulated() { method setPopulated (line 30) | public void setPopulated(Boolean populated) { method getIncludes (line 34) | public Map getIncludes() { method setIncludes (line 38) | public void setIncludes(Map includes) { method getEquals (line 42) | public String getEquals() { method setEquals (line 46) | public void setEquals(String equals) { method asMap (line 50) | public Map asMap() { FILE: cloudinary-core/src/main/java/com/cloudinary/metadata/MetadataRuleResult.java class MetadataRuleResult (line 6) | public class MetadataRuleResult { method MetadataRuleResult (line 12) | public MetadataRuleResult(Boolean enabled, String activateValues, Stri... method getEnabled (line 19) | public Boolean getEnabled() { method setEnabled (line 23) | public void setEnabled(Boolean enabled) { method getActivateValues (line 27) | public String getActivateValues() { method setActivateValues (line 31) | public void setActivateValues(String activateValues) { method getApplyValues (line 35) | public String getApplyValues() { method setApplyValues (line 39) | public void setApplyValues(String applyValues) { method getSetMandatory (line 43) | public Boolean getSetMandatory() { method setSetMandatory (line 47) | public void setSetMandatory(Boolean setMandatory) { method asMap (line 50) | public Map asMap() { FILE: cloudinary-core/src/main/java/com/cloudinary/metadata/MetadataValidation.java class MetadataValidation (line 13) | public abstract class MetadataValidation extends JSONObject { class AndValidator (line 27) | public static class AndValidator extends MetadataValidation { method AndValidator (line 35) | public AndValidator(List rules) { class StringLength (line 44) | public static class StringLength extends MetadataValidation { method StringLength (line 50) | public StringLength(Integer min, Integer max) { class ComparisonRule (line 61) | public abstract static class ComparisonRule extends MetadataValidat... method ComparisonRule (line 62) | public ComparisonRule(String type, T value) { method ComparisonRule (line 66) | public ComparisonRule(String type, T value, Boolean equals) { method putValue (line 74) | protected void putValue(T value) { class IntGreaterThan (line 82) | public static class IntGreaterThan extends ComparisonRule { method IntGreaterThan (line 87) | public IntGreaterThan(Integer value) { method IntGreaterThan (line 96) | public IntGreaterThan(Integer value, Boolean equals) { class DateGreaterThan (line 104) | public static class DateGreaterThan extends ComparisonRule { method DateGreaterThan (line 109) | public DateGreaterThan(Date value) { method DateGreaterThan (line 118) | public DateGreaterThan(Date value, Boolean equals) { method putValue (line 122) | @Override class IntLessThan (line 131) | public static class IntLessThan extends ComparisonRule { method IntLessThan (line 136) | public IntLessThan(Integer value) { method IntLessThan (line 145) | public IntLessThan(Integer value, Boolean equals) { class DateLessThan (line 153) | public static class DateLessThan extends ComparisonRule { method DateLessThan (line 158) | public DateLessThan(Date value) { method DateLessThan (line 167) | public DateLessThan(Date value, Boolean equals) { method putValue (line 171) | @Override FILE: cloudinary-core/src/main/java/com/cloudinary/metadata/Restrictions.java class Restrictions (line 8) | public class Restrictions { method setRestriction (line 17) | public Restrictions setRestriction(String key, Object value) { method setReadOnlyUI (line 26) | public Restrictions setReadOnlyUI(Boolean value) { method setReadOnlyUI (line 33) | public Restrictions setReadOnlyUI() { method toHash (line 37) | public HashMap toHash() { FILE: cloudinary-core/src/main/java/com/cloudinary/metadata/SetMetadataField.java class SetMetadataField (line 8) | public class SetMetadataField extends MetadataField> { method SetMetadataField (line 9) | public SetMetadataField() { FILE: cloudinary-core/src/main/java/com/cloudinary/metadata/StringMetadataField.java class StringMetadataField (line 6) | public class StringMetadataField extends MetadataField { method StringMetadataField (line 7) | public StringMetadataField() { FILE: cloudinary-core/src/main/java/com/cloudinary/provisioning/Account.java class Account (line 16) | public class Account { method Account (line 37) | public Account(Cloudinary cloudinary) { method Account (line 58) | public Account(AccountConfiguration accountConfiguration, Cloudinary c... method callAccountApi (line 66) | private ApiResponse callAccountApi(Api.HttpMethod method, List... type Role (line 106) | public enum Role { method Role (line 117) | Role(String serializedValue) { method toString (line 121) | @Override method subAccount (line 135) | public ApiResponse subAccount(String subAccountId) throws Exception { method subAccount (line 147) | public ApiResponse subAccount(String subAccountId, Map... method subAccounts (line 161) | public ApiResponse subAccounts(Boolean enabled, List ids, Stri... method subAccounts (line 175) | public ApiResponse subAccounts(Boolean enabled, List ids, Stri... method createSubAccount (line 190) | public ApiResponse createSubAccount(String name, String cloudName, Map... method createSubAccount (line 204) | public ApiResponse createSubAccount(String name, String cloudName, Map... method updateSubAccount (line 228) | public ApiResponse updateSubAccount(String subAccountId, String name, ... method updateSubAccount (line 242) | public ApiResponse updateSubAccount(String subAccountId, String name, ... method deleteSubAccount (line 263) | public ApiResponse deleteSubAccount(String subAccountId) throws Except... method deleteSubAccount (line 275) | public ApiResponse deleteSubAccount(String subAccountId, Map options) th... method users (line 315) | public ApiResponse users(Boolean pending, List userIds, String... method users (line 330) | public ApiResponse users(Boolean pending, List userIds, String... method createUser (line 351) | public ApiResponse createUser(String name, String email, Role role, Li... method createUser (line 367) | public ApiResponse createUser(String name, String email, Role role, Li... method createUser (line 384) | public ApiResponse createUser(String name, String email, Role role, Bo... method updateUser (line 401) | public ApiResponse updateUser(String userId, String name, String email... method updateUser (line 418) | public ApiResponse updateUser(String userId, String name, String email... method updateUser (line 436) | public ApiResponse updateUser(String userId, String name, String email... method deleteUser (line 448) | public ApiResponse deleteUser(String userId) throws Exception { method deleteUser (line 460) | public ApiResponse deleteUser(String userId, Map optio... method createUserGroup (line 472) | public ApiResponse createUserGroup(String name) throws Exception { method createUserGroup (line 483) | public ApiResponse createUserGroup(String name, Map op... method updateUserGroup (line 496) | public ApiResponse updateUserGroup(String groupId, String name) throws... method updateUserGroup (line 509) | public ApiResponse updateUserGroup(String groupId, String name, Map... method addUserToGroup (line 544) | public ApiResponse addUserToGroup(String groupId, String userId) throw... method addUserToGroup (line 554) | public ApiResponse addUserToGroup(String groupId, String userId, Map optio... method userGroups (line 609) | public ApiResponse userGroups() throws Exception { method userGroups (line 619) | public ApiResponse userGroups(Map options) throws Exce... method userGroupUsers (line 630) | public ApiResponse userGroupUsers(String groupId) throws Exception { method userGroupUsers (line 640) | public ApiResponse userGroupUsers(String groupId, Map ... method getAccessKeys (line 652) | public ApiResponse getAccessKeys(String subAccountId, Map verifyOptions(Map options) { method getAuthorizationHeaderValue (line 732) | protected String getAuthorizationHeaderValue(String apiKey, String api... FILE: cloudinary-core/src/main/java/com/cloudinary/provisioning/AccountConfiguration.java class AccountConfiguration (line 7) | public class AccountConfiguration { method AccountConfiguration (line 13) | public AccountConfiguration(String accountId, String provisioningApiKe... method from (line 19) | public static AccountConfiguration from(String accountUrl) { FILE: cloudinary-core/src/main/java/com/cloudinary/strategies/AbstractApiStrategy.java class AbstractApiStrategy (line 9) | public abstract class AbstractApiStrategy { method init (line 12) | public void init(Api api) { method callApi (line 16) | @SuppressWarnings("rawtypes") method callAccountApi (line 19) | public abstract ApiResponse callAccountApi(HttpMethod method, String a... FILE: cloudinary-core/src/main/java/com/cloudinary/strategies/AbstractUploaderStrategy.java class AbstractUploaderStrategy (line 16) | public abstract class AbstractUploaderStrategy { method init (line 20) | public void init(Uploader uploader) { method cloudinary (line 24) | public Cloudinary cloudinary() { method callApi (line 28) | @SuppressWarnings("rawtypes") method callApi (line 33) | public abstract Map callApi(String action, Map params,... method buildUploadUrl (line 35) | protected String buildUploadUrl(String action, Map options) { method processResponse (line 51) | protected Map processResponse(boolean returnError, int code, String re... method includesServerResponse (line 92) | private boolean includesServerResponse(int code) { method requiresSigning (line 96) | protected boolean requiresSigning(String action, Map options) { FILE: cloudinary-core/src/main/java/com/cloudinary/strategies/StrategyLoader.java class StrategyLoader (line 5) | public class StrategyLoader { method load (line 7) | @SuppressWarnings("unchecked") method find (line 18) | public static T find(List strategies) { method exists (line 29) | public boolean exists(List strategies) { FILE: cloudinary-core/src/main/java/com/cloudinary/transformation/AbstractLayer.java class AbstractLayer (line 8) | public abstract class AbstractLayer> implemen... method getThis (line 9) | abstract T getThis(); method resourceType (line 16) | public T resourceType(String resourceType) { method type (line 21) | public T type(String type) { method publicId (line 26) | public T publicId(String publicId) { method format (line 31) | public T format(String format) { method toString (line 36) | @Override method formattedPublicId (line 57) | protected String formattedPublicId() { FILE: cloudinary-core/src/main/java/com/cloudinary/transformation/BaseExpression.java class BaseExpression (line 16) | public abstract class BaseExpression { method BaseExpression (line 61) | protected BaseExpression() { method normalize (line 71) | public static String normalize(Object expression) { method normalizeBuiltins (line 96) | private static String normalizeBuiltins(String input) { method getPattern (line 117) | private static Pattern getPattern() { method getParent (line 131) | public Transformation getParent() { method setParent (line 135) | public T setParent(Transformation parent) { method serialize (line 140) | public String serialize() { method toString (line 144) | @Override method clone (line 149) | @SuppressWarnings("MethodDoesntCallSuperMethod") method multiple (line 158) | public T multiple(Object value) { method newInstance (line 164) | abstract protected T newInstance(); method gt (line 166) | public T gt(Object value) { method gt (line 170) | public T gt() { method and (line 175) | public T and(Object value) { method and (line 179) | public T and() { method or (line 184) | public T or(Object value) { method or (line 188) | public T or() { method eq (line 193) | public T eq(Object value) { method eq (line 197) | public T eq() { method ne (line 202) | public T ne(Object value) { method ne (line 206) | public T ne() { method lt (line 211) | public T lt(Object value) { method lt (line 215) | public T lt() { method lte (line 220) | public T lte(Object value) { method lte (line 224) | public T lte() { method gte (line 229) | public T gte(Object value) { method gte (line 233) | public T gte() { method div (line 238) | public T div(Object value) { method div (line 242) | public T div() { method add (line 247) | public T add(Object value) { method add (line 251) | public T add() { method sub (line 256) | public T sub(Object value) { method sub (line 260) | public T sub() { method pow (line 273) | public T pow(Object value) { method pow (line 283) | public T pow() { method value (line 288) | public T value(Object value) { FILE: cloudinary-core/src/main/java/com/cloudinary/transformation/Condition.java class Condition (line 8) | public class Condition extends BaseExpression { method Condition (line 10) | public Condition() { method Condition (line 21) | public Condition(String conditionStr) { method newInstance (line 28) | @Override method predicate (line 33) | protected Condition predicate(String name, String operator, Object val... method then (line 45) | public Transformation then() { method width (line 50) | public Condition width(String operator, Object value) { method height (line 54) | public Condition height(String operator, Object value) { method aspectRatio (line 58) | public Condition aspectRatio(String operator, Object value) { method duration (line 61) | public Condition duration(String operator, Object value) { method initialDuration (line 64) | public Condition initialDuration(String operator, Object value) { method faceCount (line 68) | public Condition faceCount(String operator, Object value) { method pageCount (line 72) | public Condition pageCount(String operator, Object value) { FILE: cloudinary-core/src/main/java/com/cloudinary/transformation/Expression.java class Expression (line 6) | public class Expression extends BaseExpression { method Expression (line 10) | public Expression(){ method Expression (line 14) | public Expression(String name){ method variable (line 19) | public static Expression variable(String name, Object value){ method faceCount (line 25) | public static Expression faceCount() { method newInstance (line 29) | @Override method width (line 36) | public static Expression width() { method height (line 42) | public static Expression height() { method initialWidth (line 48) | public static Expression initialWidth() { method initialHeight (line 54) | public static Expression initialHeight() { method aspectRatio (line 60) | public static Expression aspectRatio() { method initialAspectRatio (line 66) | public static Expression initialAspectRatio() { method pageCount (line 72) | public static Expression pageCount() { method currentPage (line 78) | public static Expression currentPage() { method tags (line 84) | public static Expression tags() { method pageX (line 90) | public static Expression pageX() { method pageY (line 96) | public static Expression pageY() { FILE: cloudinary-core/src/main/java/com/cloudinary/transformation/FetchLayer.java class FetchLayer (line 5) | public class FetchLayer extends AbstractLayer { method FetchLayer (line 7) | public FetchLayer() { method url (line 11) | public FetchLayer url(String remoteUrl) { method type (line 16) | @Override method getThis (line 21) | @Override FILE: cloudinary-core/src/main/java/com/cloudinary/transformation/Layer.java class Layer (line 3) | public class Layer extends AbstractLayer { method getThis (line 4) | @Override FILE: cloudinary-core/src/main/java/com/cloudinary/transformation/SubtitlesLayer.java class SubtitlesLayer (line 3) | public class SubtitlesLayer extends TextLayer { method SubtitlesLayer (line 4) | public SubtitlesLayer() { FILE: cloudinary-core/src/main/java/com/cloudinary/transformation/TextLayer.java class TextLayer (line 10) | public class TextLayer extends AbstractLayer { method getThis (line 26) | @Override method resourceType (line 31) | public TextLayer resourceType(String resourceType) { method type (line 35) | public TextLayer type(String type) { method format (line 39) | public TextLayer format(String format) { method fontFamily (line 43) | public TextLayer fontFamily(String fontFamily) { method fontAntialiasing (line 48) | public TextLayer fontAntialiasing(String fontAntialiasing) { method fontHinting (line 53) | public TextLayer fontHinting(String fontHinting) { method fontSize (line 59) | public TextLayer fontSize(int fontSize) { method fontWeight (line 64) | public TextLayer fontWeight(String fontWeight) { method fontStyle (line 69) | public TextLayer fontStyle(String fontStyle) { method textDecoration (line 74) | public TextLayer textDecoration(String textDecoration) { method textAlign (line 79) | public TextLayer textAlign(String textAlign) { method stroke (line 84) | public TextLayer stroke(String stroke) { method letterSpacing (line 89) | public TextLayer letterSpacing(String letterSpacing) { method letterSpacing (line 94) | public TextLayer letterSpacing(int letterSpacing) { method lineSpacing (line 99) | public TextLayer lineSpacing(Integer lineSpacing) { method text (line 104) | public TextLayer text(String text) { method textStyle (line 128) | public TextLayer textStyle(String textStyleIdentifier) { method textStyle (line 139) | public TextLayer textStyle(Expression textStyleIdentifier) { method toString (line 144) | @Override method textStyleIdentifier (line 169) | protected String textStyleIdentifier() { FILE: cloudinary-core/src/main/java/com/cloudinary/utils/Analytics.java class Analytics (line 8) | public class Analytics { method Analytics (line 21) | public Analytics() { method Analytics (line 24) | public Analytics(String sdkCode, String sdkVersion, String techVersion... method setSDKCode (line 33) | public Analytics setSDKCode(String SDKCode) { method setSDKSemver (line 38) | public Analytics setSDKSemver(String SDKSemver) { method setTechVersion (line 43) | public Analytics setTechVersion(String techVersion) { method setFeatureFlag (line 48) | public Analytics setFeatureFlag(String flag) { method toQueryParam (line 57) | public String toQueryParam() { method getTechVersion (line 65) | private String getTechVersion() throws Exception { method versionArrayToString (line 71) | private String versionArrayToString(String[] versions) throws Exception { method versionArrayToOsString (line 78) | private String versionArrayToOsString(String[] versions) throws Excep... method getOsType (line 85) | private String getOsType() { method getOsVersion (line 89) | private String getOsVersion() throws Exception { method getSDKType (line 93) | private String getSDKType() { method getAlgorithmVersion (line 97) | private String getAlgorithmVersion() { method getSDKFeatureFlag (line 101) | private String getSDKFeatureFlag() { method getSDKVersion (line 105) | private String getSDKVersion() throws Exception { method getOsVersionString (line 109) | private String getOsVersionString(String string) throws Exception { method getPaddedString (line 121) | private String getPaddedString(String string) throws Exception { method reverseVersion (line 148) | private String reverseVersion(String SDKSemver) throws Exception { FILE: cloudinary-core/src/main/java/com/cloudinary/utils/Base64Coder.java class Base64Coder (line 29) | public class Base64Coder { method encodeString (line 67) | public static String encodeString(String s) { method encodeLines (line 79) | public static String encodeLines(byte[] in) { method encodeLines (line 95) | public static String encodeLines( method encode (line 121) | public static char[] encode(byte[] in) { method encode (line 133) | public static char[] encode(byte[] in, int iLen) { method encode (line 147) | public static char[] encode(byte[] in, int iOff, int iLen) { method decodeString (line 180) | public static String decodeString(String s) { method decodeLines (line 194) | public static byte[] decodeLines(String s) { method decode (line 213) | public static byte[] decode(String s) { method decode (line 225) | public static byte[] decode(char[] in) { method decode (line 241) | public static byte[] decode(char[] in, int iOff, int iLen) { method Base64Coder (line 280) | private Base64Coder() { method encodeURLSafeString (line 283) | public static String encodeURLSafeString(String s) { method encodeURLSafeString (line 287) | public static String encodeURLSafeString(byte[] digest) { FILE: cloudinary-core/src/main/java/com/cloudinary/utils/Base64Map.java class Base64Map (line 6) | public final class Base64Map { method Base64Map (line 7) | private Base64Map() {} FILE: cloudinary-core/src/main/java/com/cloudinary/utils/HtmlEscape.java class HtmlEscape (line 19) | public final class HtmlEscape { method HtmlEscape (line 20) | private HtmlEscape() {} method escapeTextArea (line 30) | public static String escapeTextArea(String original) { method escape (line 40) | public static String escape(String original) { method escapeTags (line 44) | public static String escapeTags(String original) { method escapeBr (line 71) | public static String escapeBr(String original) { method escapeSpecial (line 93) | public static String escapeSpecial(String original) { FILE: cloudinary-core/src/main/java/com/cloudinary/utils/ObjectUtils.java class ObjectUtils (line 14) | public final class ObjectUtils { method ObjectUtils (line 15) | private ObjectUtils() {} method toISO8601 (line 22) | public static String toISO8601(Date date){ method fromISO8601 (line 27) | public static Date fromISO8601(String date) throws ParseException { method getDateFormat (line 32) | private static DateFormat getDateFormat() { method asString (line 38) | public static String asString(Object value) { method asString (line 46) | public static String asString(Object value, String defaultValue) { method serialize (line 54) | public static String serialize(Object object) throws IOException { method deserialize (line 65) | public static Object deserialize(String base64SerializedString) throws... method asArray (line 70) | @SuppressWarnings({"rawtypes", "unchecked"}) method asBoolean (line 91) | public static Boolean asBoolean(Object value, Boolean defaultValue) { method asBoolean (line 97) | public static Boolean asBoolean(Object value) { method asFloat (line 105) | public static Float asFloat(Object value) { method asMap (line 115) | @SuppressWarnings({"rawtypes", "unchecked"}) method emptyMap (line 126) | @SuppressWarnings("rawtypes") method encodeMap (line 131) | @SuppressWarnings({"unchecked", "rawtypes"}) method only (line 147) | public static Map only(Map map) thr... method fromJson (line 179) | private static Object fromJson(Object json) throws JSONException { method toList (line 191) | @SuppressWarnings({"rawtypes", "unchecked"}) method asInteger (line 200) | public static Integer asInteger(Object value, Integer defaultValue) { method asLong (line 210) | public static Long asLong(Object value, Long defaultValue) { method toUsageApiDateFormat (line 220) | public static String toUsageApiDateFormat(Date date){ method toISO8601DateOnly (line 224) | public static String toISO8601DateOnly(Date date) { method fromISO8601DateOnly (line 228) | public static Date fromISO8601DateOnly(String string) throws ParseExce... FILE: cloudinary-core/src/main/java/com/cloudinary/utils/Rectangle.java class Rectangle (line 5) | public class Rectangle implements Serializable{ method Rectangle (line 12) | public Rectangle(int x, int y, int width, int height) { FILE: cloudinary-core/src/main/java/com/cloudinary/utils/StringUtils.java class StringUtils (line 11) | public final class StringUtils { method StringUtils (line 12) | private StringUtils() {} method join (line 23) | public static String join(List list, String separator) { method join (line 38) | public static String join(Object[] array, String separator) { method join (line 52) | public static String join(Collection collection, String separa... method join (line 68) | public static String join(final Object[] array, String separator, fina... method encodeHexString (line 102) | public static String encodeHexString(byte[] bytes) { method hexStringToByteArray (line 118) | public static byte[] hexStringToByteArray(String s) { method escapeHtml (line 140) | public static String escapeHtml(String input) { method isNotBlank (line 150) | public static boolean isNotBlank(Object input) { method isNotBlank (line 161) | public static boolean isNotBlank(String input) { method isEmpty (line 171) | public static boolean isEmpty(String input) { method isBlank (line 182) | public static boolean isBlank(String input) { method read (line 202) | public static String read(InputStream in) throws IOException { method isRemoteUrl (line 212) | public static boolean isRemoteUrl(String file) { method urlEncode (line 224) | public static String urlEncode(String url, Pattern unsafe, Charset cha... method mergeToSingleUnderscore (line 253) | public static String mergeToSingleUnderscore(String s) { method isVariable (line 280) | public static boolean isVariable(String s) { method replaceIfFirstChar (line 306) | public static String replaceIfFirstChar(String s, char c, String repla... method isHttpUrl (line 315) | public static boolean isHttpUrl(String s) { method removeStartingChars (line 326) | public static String removeStartingChars(String s, char c) { method startWithVersionString (line 348) | public static boolean startWithVersionString(String publicId){ method mergeSlashesInUrl (line 360) | public static String mergeSlashesInUrl(String url) { method emptyIfNull (line 398) | public static String emptyIfNull(String str) { method reverseStringArray (line 408) | static String[] reverseStringArray(String[] strings) { method padStart (line 421) | public static String padStart(String inputString, int length, char pad... method getAllSubStringWithSize (line 441) | public static List getAllSubStringWithSize(String text, int n) { FILE: cloudinary-core/src/main/java/org/cloudinary/json/JSONArray.java class JSONArray (line 81) | public class JSONArray implements Serializable { method JSONArray (line 91) | public JSONArray() { method JSONArray (line 101) | public JSONArray(JSONTokener x) throws JSONException { method JSONArray (line 140) | public JSONArray(String source) throws JSONException { method JSONArray (line 149) | public JSONArray(Collection collection) { method JSONArray (line 164) | public JSONArray(Object array) throws JSONException { method get (line 183) | public Object get(int index) throws JSONException { method getBoolean (line 200) | public boolean getBoolean(int index) throws JSONException { method getDouble (line 218) | public double getDouble(int index) throws JSONException { method getInt (line 234) | public int getInt(int index) throws JSONException { method getJSONArray (line 251) | public JSONArray getJSONArray(int index) throws JSONException { method getJSONObject (line 267) | public JSONObject getJSONObject(int index) throws JSONException { method getLong (line 283) | public long getLong(int index) throws JSONException { method getString (line 299) | public String getString(int index) throws JSONException { method isNull (line 313) | public boolean isNull(int index) { method join (line 326) | public String join(String separator) throws JSONException { method length (line 344) | public int length() { method opt (line 354) | public Object opt(int index) { method optBoolean (line 366) | public boolean optBoolean(int index) { method optBoolean (line 379) | public boolean optBoolean(int index, boolean defaultValue) { method optDouble (line 395) | public double optDouble(int index) { method optDouble (line 408) | public double optDouble(int index, double defaultValue) { method optInt (line 424) | public int optInt(int index) { method optInt (line 437) | public int optInt(int index, int defaultValue) { method optJSONArray (line 452) | public JSONArray optJSONArray(int index) { method optJSONObject (line 465) | public JSONObject optJSONObject(int index) { method optLong (line 478) | public long optLong(int index) { method optLong (line 491) | public long optLong(int index, long defaultValue) { method optString (line 507) | public String optString(int index) { method optString (line 519) | public String optString(int index, String defaultValue) { method put (line 530) | public JSONArray put(boolean value) { method put (line 542) | public JSONArray put(Collection value) { method put (line 554) | public JSONArray put(double value) throws JSONException { method put (line 567) | public JSONArray put(int value) { method put (line 578) | public JSONArray put(long value) { method put (line 590) | public JSONArray put(Map value) { method put (line 603) | public JSONArray put(Object value) { method put (line 618) | public JSONArray put(int index, boolean value) throws JSONException { method put (line 632) | public JSONArray put(int index, Collection value) throws JSONE... method put (line 647) | public JSONArray put(int index, double value) throws JSONException { method put (line 662) | public JSONArray put(int index, int value) throws JSONException { method put (line 677) | public JSONArray put(int index, long value) throws JSONException { method put (line 692) | public JSONArray put(int index, Map value) throws JSON... method put (line 710) | public JSONArray put(int index, Object value) throws JSONException { method remove (line 733) | public Object remove(int index) { method similar (line 744) | public boolean similar(Object other) { method toJSONObject (line 780) | public JSONObject toJSONObject(JSONArray names) throws JSONException { method toString (line 802) | public String toString() { method toString (line 821) | public String toString(int indentFactor) throws JSONException { method write (line 837) | public Writer write(Writer writer) throws JSONException { method write (line 852) | Writer write(Writer writer, int indentFactor, int indent) throws JSONE... method toList (line 886) | @SuppressWarnings("unchecked") FILE: cloudinary-core/src/main/java/org/cloudinary/json/JSONException.java class JSONException (line 9) | public class JSONException extends RuntimeException { method JSONException (line 18) | public JSONException(String message) { method JSONException (line 27) | public JSONException(Throwable cause) { method getCause (line 39) | @Override FILE: cloudinary-core/src/main/java/org/cloudinary/json/JSONObject.java class JSONObject (line 97) | public class JSONObject implements Serializable{ class Null (line 103) | private static final class Null { method clone (line 111) | @Override method equals (line 123) | @Override method toString (line 133) | public String toString() { method JSONObject (line 154) | public JSONObject() { method JSONObject (line 169) | public JSONObject(JSONObject jo, String[] names) { method JSONObject (line 186) | public JSONObject(JSONTokener x) throws JSONException { method JSONObject (line 239) | public JSONObject(Map map) { method JSONObject (line 273) | public JSONObject(Object bean) { method JSONObject (line 290) | @SuppressWarnings("rawtypes") method JSONObject (line 313) | public JSONObject(String source) throws JSONException { method JSONObject (line 324) | public JSONObject(String baseName, Locale locale) throws JSONException { method accumulate (line 373) | public JSONObject accumulate(String key, Object value) throws JSONExce... method append (line 400) | public JSONObject append(String key, Object value) throws JSONException { method doubleToString (line 421) | public static String doubleToString(double d) { method get (line 448) | public Object get(String key) throws JSONException { method getBoolean (line 467) | public boolean getBoolean(String key) throws JSONException { method getDouble (line 490) | public double getDouble(String key) throws JSONException { method getInt (line 509) | public int getInt(String key) throws JSONException { method getJSONArray (line 527) | public JSONArray getJSONArray(String key) throws JSONException { method getJSONObject (line 543) | public JSONObject getJSONObject(String key) throws JSONException { method getLong (line 560) | public long getLong(String key) throws JSONException { method getNames (line 576) | public static String[] getNames(JSONObject jo) { method getNames (line 596) | @SuppressWarnings("rawtypes") method getString (line 621) | public String getString(String key) throws JSONException { method has (line 635) | public boolean has(String key) { method increment (line 649) | public JSONObject increment(String key) throws JSONException { method isNull (line 675) | public boolean isNull(String key) { method keys (line 684) | public Iterator keys() { method keySet (line 693) | public Set keySet() { method length (line 702) | public int length() { method names (line 713) | public JSONArray names() { method numberToString (line 729) | public static String numberToString(Number number) throws JSONException { method opt (line 756) | public Object opt(String key) { method optBoolean (line 767) | public boolean optBoolean(String key) { method optBoolean (line 780) | public boolean optBoolean(String key, boolean defaultValue) { method optDouble (line 796) | public double optDouble(String key) { method optDouble (line 809) | public double optDouble(String key, double defaultValue) { method optInt (line 825) | public int optInt(String key) { method optInt (line 838) | public int optInt(String key, int defaultValue) { method optJSONArray (line 853) | public JSONArray optJSONArray(String key) { method optJSONObject (line 865) | public JSONObject optJSONObject(String key) { method optLong (line 878) | public long optLong(String key) { method optLong (line 891) | public long optLong(String key, long defaultValue) { method optString (line 907) | public String optString(String key) { method optString (line 919) | public String optString(String key, String defaultValue) { method populateMap (line 924) | @SuppressWarnings("rawtypes") method put (line 979) | public JSONObject put(String key, boolean value) throws JSONException { method put (line 993) | public JSONObject put(String key, Collection value) throws JSO... method put (line 1006) | public JSONObject put(String key, double value) throws JSONException { method put (line 1019) | public JSONObject put(String key, int value) throws JSONException { method put (line 1032) | public JSONObject put(String key, long value) throws JSONException { method put (line 1046) | public JSONObject put(String key, Map value) throws JS... method put (line 1062) | public JSONObject put(String key, Object value) throws JSONException { method putOnce (line 1085) | public JSONObject putOnce(String key, Object value) throws JSONExcepti... method putOpt (line 1106) | public JSONObject putOpt(String key, Object value) throws JSONException { method quote (line 1122) | public static String quote(String string) { method quote (line 1134) | public static Writer quote(String string, Writer w) throws IOException { method remove (line 1200) | public Object remove(String key) { method similar (line 1212) | public boolean similar(Object other) { method stringToValue (line 1251) | public static Object stringToValue(String string) { method testValidity (line 1302) | public static void testValidity(Object o) throws JSONException { method toJSONArray (line 1327) | public JSONArray toJSONArray(JSONArray names) throws JSONException { method toString (line 1350) | public String toString() { method toString (line 1370) | public String toString(int indentFactor) throws JSONException { method valueToString (line 1399) | @SuppressWarnings("unchecked") method wrap (line 1446) | @SuppressWarnings("unchecked") method write (line 1494) | public Writer write(Writer writer) throws JSONException { method writeValue (line 1498) | @SuppressWarnings("unchecked") method indent (line 1532) | static final void indent(Writer writer, int indent) throws IOException { method write (line 1547) | Writer write(Writer writer, int indentFactor, int indent) FILE: cloudinary-core/src/main/java/org/cloudinary/json/JSONString.java type JSONString (line 11) | public interface JSONString { method toJSONString (line 18) | public String toJSONString(); FILE: cloudinary-core/src/main/java/org/cloudinary/json/JSONTokener.java class JSONTokener (line 42) | public class JSONTokener { method JSONTokener (line 58) | public JSONTokener(Reader reader) { method JSONTokener (line 76) | public JSONTokener(InputStream inputStream) throws JSONException { method JSONTokener (line 86) | public JSONTokener(String s) { method back (line 96) | public void back() throws JSONException { method dehexchar (line 114) | public static int dehexchar(char c) { method end (line 127) | public boolean end() { method more (line 138) | public boolean more() throws JSONException { method next (line 153) | public char next() throws JSONException { method next (line 193) | public char next(char c) throws JSONException { method next (line 211) | public String next(int n) throws JSONException { method nextClean (line 236) | public char nextClean() throws JSONException { method nextString (line 258) | public String nextString(char quote) throws JSONException { method nextTo (line 316) | public String nextTo(char delimiter) throws JSONException { method nextTo (line 338) | public String nextTo(String delimiters) throws JSONException { method nextValue (line 362) | public Object nextValue() throws JSONException { method skipTo (line 410) | public char skipTo(char to) throws JSONException { method syntaxError (line 441) | public JSONException syntaxError(String message) { method toString (line 451) | public String toString() { FILE: cloudinary-core/src/test/java/com/cloudinary/AuthTokenTest.java class AuthTokenTest (line 22) | public class AuthTokenTest { method setUp (line 30) | @Before method generateWithStartAndDuration (line 41) | @Test method generateWithDuration (line 48) | @Test method testMustProvideExpirationOrDuration (line 64) | @Test(expected = IllegalArgumentException.class) method testAuthenticatedUrl (line 69) | @Test method testConfiguration (line 100) | @Test method testTokenGeneration (line 106) | @Test method testUrlInTag (line 117) | @Test method testIgnoreUrlIfAclIsProvided (line 125) | @Test method testMultiplePatternsInAcl (line 135) | @Test method testPublicAclInitializationFromMap (line 142) | @Test method testMissingAclAndUrlShouldThrow (line 153) | @Test(expected = IllegalArgumentException.class) method testMissingUrlNotMissingAclShouldNotThrow (line 158) | @Test FILE: cloudinary-core/src/test/java/com/cloudinary/TransformationTest.java class TransformationTest (line 25) | @SuppressWarnings("unchecked") method setUp (line 29) | @Before method tearDown (line 34) | @After method withLiteral (line 39) | @Test method literalWithSpaces (line 54) | @Test method endIf (line 64) | @Test method ifElse (line 77) | @Test method testDuration (line 97) | @Test method chainedConditions (line 108) | @Test method shouldSupportAndTranslateOperators (line 125) | @Test method endIf2 (line 152) | @Test method testArrayShouldDefineASetOfVariables (line 163) | @Test method testShouldSortDefinedVariable (line 174) | @Test method testShouldPlaceDefinedVariablesBeforeOrdered (line 180) | @Test method testVariable (line 189) | @Test method testShouldSupportTextValues (line 202) | @Test method testSupportStringInterpolation (line 210) | @Test method testShouldSupportPowOperator (line 220) | @Test method testShouldNotChangeVariableNamesWhenTheyNamedAfterKeyword (line 228) | @Test method testRadiusTwoCornersAsValues (line 238) | @Test method testRadiusTwoCornersAsExpressions (line 246) | @Test method testRadiusThreeCorners (line 254) | @Test method testRadiusFourCorners (line 262) | @Test method testRadiusArray1 (line 270) | @Test method testRadiusArray2 (line 278) | @Test method testUserVariableNamesContainingPredefinedNamesAreNotAffected (line 286) | @Test method testContextMetadataToUserVariables (line 298) | @Test method testFormatInTransformation (line 310) | @Test method testVerifyNormalizationShouldNormalize (line 319) | @Parameters({ "angle", method testVerifyNormalizationShouldNotNormalize (line 338) | @Parameters({ method testSupportStartOffset (line 364) | @Test method testSupportEndOffset (line 373) | @Test FILE: cloudinary-core/src/test/java/com/cloudinary/UtilTest.java class UtilTest (line 18) | public class UtilTest { method encodeContext (line 25) | @Test method testAccessControlRule (line 33) | @Test method testMergeToSingleUnderscore (line 61) | @Test method testIsVariable (line 72) | @Test method testReplaceIfFirstChar (line 92) | @Test method testIsHttpUrl (line 109) | @Test method testMergeSlashes (line 121) | @Test method testStartWithVersionString (line 131) | @Test method testRemoveStartingChars (line 155) | @Test FILE: cloudinary-core/src/test/java/com/cloudinary/analytics/AnalyticsTest.java class AnalyticsTest (line 11) | public class AnalyticsTest { method setUp (line 20) | @Before method testEncodeVersion (line 26) | @Test method testToQueryParam (line 52) | @Test method testUrlWithAnalytics (line 63) | @Test method testUrlWithNoAnalytics (line 71) | @Test method testUrlWithNoAnalyticsDefined (line 78) | @Test method testUrlWithNoAnalyticsNull (line 85) | @Test method testUrlWithNoAnalyticsNullAndTrue (line 92) | @Test method testMiscAnalyticsObject (line 101) | @Test method testErrorAnalytics (line 109) | @Test method testUrlNoAnalyticsWithQueryParams (line 117) | @Test method testFeatureFlag (line 132) | @Test method tearDown (line 140) | @After FILE: cloudinary-core/src/test/java/com/cloudinary/api/signing/ApiResponseSignatureVerifierTest.java class ApiResponseSignatureVerifierTest (line 9) | public class ApiResponseSignatureVerifierTest { method testVerifySignature (line 10) | @Test method testVerifySignatureFail (line 19) | @Test method testVerifySignatureSHA256 (line 28) | @Test FILE: cloudinary-core/src/test/java/com/cloudinary/api/signing/NotificationRequestSignatureVerifierTest.java class NotificationRequestSignatureVerifierTest (line 9) | public class NotificationRequestSignatureVerifierTest { method testVerifySignature (line 10) | @Test method testVerifySignatureFailWhenSignatureDoesntMatch (line 22) | @Test method testVerifySignatureFailWhenTooOld (line 34) | @Test method testVerifySignaturePassWhenStillValid (line 47) | @Test method testVerifySignatureFailWhenStillValidButSignatureDoesntMatch (line 60) | @Test method testVerifySignatureSHA256 (line 73) | @Test FILE: cloudinary-core/src/test/java/com/cloudinary/test/CloudinaryTest.java class CloudinaryTest (line 35) | @RunWith(JUnitParamsRunner.class) method setUp (line 45) | @Before method testUrlSuffixWithDotOrSlash (line 51) | @Test method testCloudName (line 84) | @Test method testCloudNameOptions (line 91) | @Test method testSecureDistribution (line 98) | @Test method testTextLayerStyleIdentifierVariables (line 105) | @Test method testSecureDistributionOverwrite (line 129) | @Test method testSecureDistibution (line 136) | @Test method testSecureAkamai (line 144) | @Test method testSecureNonAkamai (line 154) | @Test method testHttpPrivateCdn (line 165) | @Test method testFormat (line 173) | @Test method testType (line 180) | @Test method testResourceType (line 187) | @Test method testIgnoreHttp (line 194) | @Test method testFetch (line 205) | @Test method testCname (line 212) | @Test method testCnameSubdomain (line 219) | @Test method testDisallowUrlSuffixInNonUploadTypes (line 226) | @Test(expected = IllegalArgumentException.class) method testDisallowUrlSuffixWithSlash (line 232) | @Test(expected = IllegalArgumentException.class) method testDisallowUrlSuffixWithDot (line 237) | @Test(expected = IllegalArgumentException.class) method testSupportUrlSuffixForPrivateCdn (line 242) | @Test method testPutFormatAfterUrlSuffix (line 252) | @Test method testNotSignTheUrlSuffix (line 258) | @Test method testSignatureLength (line 280) | @Test method testSupportUrlSuffixForRawUploads (line 289) | @Test method testSupportUrlSuffixForVideoUploads (line 295) | @Test method testSupportUrlSuffixForAuthenticatedImages (line 301) | @Test method testSupportUrlSuffixForPrivateImages (line 307) | @Test method testSupportUseRootPathForPrivateCdn (line 313) | @Test method testSupportUseRootPathTogetherWithUrlSuffixForPrivateCdn (line 322) | @Test method testDisllowUseRootPathIfNotImageUploadForFacebook (line 330) | @Test(expected = IllegalArgumentException.class) method testDisllowUseRootPathIfNotImageUploadForRaw (line 335) | @Test(expected = IllegalArgumentException.class) method testCrop (line 340) | @Test method testVariousOptions (line 352) | @Test method testQuality (line 360) | @Test method parametersForTestQuality (line 368) | @SuppressWarnings("unused") method testAutoGravity (line 378) | @Test method parametersForTestAutoGravity (line 387) | @SuppressWarnings("unused") method testTransformationSimple (line 400) | @Test method testTransformationArray (line 408) | @Test method testNamedTransformationWithSpaces (line 416) | @Test method testBaseTransformations (line 424) | @Test method testBaseTransformationArray (line 433) | @Test method testNoEmptyTransformation (line 442) | @Test method testHttpEscape (line 450) | @Test method testBackground (line 457) | @Test method testDefaultImage (line 468) | @Test method testAngle (line 476) | @Test method testFetchFormat (line 487) | @Test method testUseFetchFormat (line 494) | @Test method testEffect (line 501) | @Test method testEffectWithParam (line 509) | @Test method testArtisticFilter (line 517) | @Test method testDensity (line 524) | @Test method testPage (line 532) | @Test method testBorder (line 540) | @Test method testFlags (line 554) | @Test method testOpacity (line 565) | @Test method testImageTag (line 577) | @SuppressWarnings("unchecked") method testClientHints (line 603) | @Test method testFolders (line 624) | @Test method testFoldersWithExcludeVersion (line 633) | @Test method testFoldersWithVersion (line 664) | @Test method testShorten (line 671) | @Test method testPrivateDownload (line 678) | @SuppressWarnings("unchecked") method testZipDownload (line 692) | @SuppressWarnings("unchecked") method testDownloadSprite (line 703) | @Test method testDownloadMulti (line 727) | @Test method testDownloadFolderShouldReturnURLWithResourceTypeAllByDefault (line 754) | @Test method testDownloadFolderShouldAllowToOverrideResourceType (line 760) | @Test method testDownloadFolderShouldPutFolderPathAsPrefixes (line 766) | @Test method testDownloadFolderShouldIncludeSpecifiedTargetFormat (line 772) | @Test method testDownloadFolderShouldNotIncludeTargetFormatIfNotSpecified (line 778) | @Test method testSpriteCss (line 784) | @Test method testEscapePublicId (line 792) | @SuppressWarnings("unchecked") method testSignedUrl (line 803) | @Test method testSignedUrlSHA256 (line 820) | @Test method testResponsiveWidth (line 828) | @Test method testShouldSupportAutoWidth (line 843) | @Parameters({ method testEagerWithStreamingProfile (line 857) | @Test method testEagerWithChaining (line 863) | @Test method testShouldSupportIhIw (line 869) | @Test method testVideoCodec (line 875) | @Test method testVideoCodecBFrameTrue (line 889) | @Test method testVideoCodecBFrameFalse (line 898) | @Test method testAudioCodec (line 907) | @Test method testBitRate (line 914) | @Test method testAudioFrequency (line 930) | @Test method testVideoSampling (line 942) | @Test method testStartOffset (line 958) | @Test method testDuration (line 977) | @Test method testOffset (line 993) | @Test method testZoom (line 1017) | @Test method testUtils (line 1027) | @Test method testVideoTag (line 1033) | @Test method testVideoTagWithAttributes (line 1046) | @Test method testVideoTagWithTransformation (line 1064) | @Test method testVideoTagWithFallback (line 1110) | @Test method testVideoTagWithSourceTypes (line 1127) | @Test method testVideoTagWithSourceTransformation (line 1138) | @Test method testVideoTagWithPoster (line 1165) | @Test method videoTagWithAuthTokenTest (line 1207) | @Test method testAspectRatio (line 1221) | @Test method testOverlayOptions (line 1234) | @Test method testBackwardCampatibleOverlayOptions (line 1280) | @Test method testOverlayError1 (line 1312) | @Test(expected = IllegalArgumentException.class) method testOverlayError2 (line 1318) | @Test(expected = IllegalArgumentException.class) method testResponsiveBreakpointsToJson (line 1324) | @Test method testFps (line 1342) | @Test method testKeyframeInterval (line 1362) | @Test method testCustomFunction (line 1373) | @Test method testCustomPreFunction (line 1380) | @Test method getUrlParameters (line 1387) | public static Map getUrlParameters(URI uri) throws Uns... method testUrlCloneConfig (line 1401) | @Test method testConfiguration (line 1408) | @Test method testCloudinaryUrlValidScheme (line 1420) | @Test method testCloudinaryUrlInvalidScheme (line 1426) | @Test(expected = IllegalArgumentException.class) method testCloudinaryUrlEmptyScheme (line 1432) | @Test(expected = IllegalArgumentException.class) method testApiSignRequestSHA1 (line 1438) | @Test method testApiSignRequestSHA256 (line 1445) | @Test method testDownloadBackedupAsset (line 1452) | @Test method testRegisterUploaderStrategy (line 1467) | @Test method testRegisterApiStrategy (line 1474) | @Test method assertFieldsEqual (line 1481) | private void assertFieldsEqual(Object a, Object b) throws IllegalAcces... method randomizeFields (line 1489) | private void randomizeFields(Object instance) throws IllegalAccessExce... method setRandomValue (line 1497) | private void setRandomValue(Random rand, Field field, Object instance)... method randomEnum (line 1529) | private > T randomEnum(Class clazz, Random random) { FILE: cloudinary-core/src/test/java/com/cloudinary/transformation/ExpressionTest.java class ExpressionTest (line 8) | public class ExpressionTest { method normalize_null_null (line 10) | @Test method normalize_number_number (line 16) | @Test method normalize_emptyString_emptyString (line 22) | @Test method normalize_singleSpace_underscore (line 28) | @Test method normalize_blankString_underscore (line 34) | @Test method normalize_underscore_underscore (line 40) | @Test method normalize_underscores_underscore (line 46) | @Test method normalize_underscoresAndSpaces_underscore (line 52) | @Test method normalize_arbitraryText_isNotAffected (line 58) | @Test method normalize_doubleAmpersand_replacedWithAndOperator (line 64) | @Test method normalize_doubleAmpersandWithNoSpaceAtEnd_isNotAffected (line 70) | @Test method normalize_width_recognizedAsVariableAndReplacedWithW (line 76) | @Test method normalize_initialAspectRatio_recognizedAsVariableAndReplacedWithIar (line 82) | @Test method normalize_dollarWidth_recognizedAsUserVariableAndNotAffected (line 88) | @Test method normalize_dollarInitialAspectRatio_recognizedAsUserVariableAndAsVariableReplacedWithAr (line 94) | @Test method normalize_dollarMyWidth_recognizedAsUserVariableAndNotAffected (line 100) | @Test method normalize_dollarWidthWidth_recognizedAsUserVariableAndNotAffected (line 106) | @Test method normalize_dollarUnderscoreWidth_recognizedAsUserVariableAndNotAffected (line 112) | @Test method normalize_dollarUnderscoreX2Width_recognizedAsUserVariableAndNotAffected (line 118) | @Test method normalize_dollarX2Width_recognizedAsUserVariableAndNotAffected (line 124) | @Test method normalize_doesntReplaceVariable_1 (line 130) | @Test method normalize_doesntReplaceVariable_2 (line 136) | @Test method normalize_doesntReplaceVariable_3 (line 142) | @Test method normalize_doesntReplaceVariable_4 (line 148) | @Test method normalize_doesntReplaceVariable_5 (line 154) | @Test method normalize_doesntReplaceVariable_6 (line 160) | @Test method normalize_doesntReplaceVariable_7 (line 166) | @Test method normalize_doesntReplaceVariable_8 (line 172) | @Test method normalize_duration (line 178) | @Test method normalize_previewDuration (line 184) | @Test FILE: cloudinary-core/src/test/java/com/cloudinary/transformation/LayerTest.java class LayerTest (line 14) | public class LayerTest { method setUp (line 20) | @Before method tearDown (line 25) | @After method testOverlay (line 30) | @Test method testUnderlay (line 48) | @Test method testPublicIdWithDoubleUnderscoresInOverlay (line 61) | @Test method testLayerOptions (line 68) | @Test method testOverlayError1 (line 101) | @Test(expected = IllegalArgumentException.class) method testOverlayError2 (line 107) | @Test(expected = IllegalArgumentException.class) method testResourceType (line 113) | @Test method testType (line 118) | @Test method testPublicId (line 123) | @Test method testFormat (line 128) | @Test method testToString (line 133) | @Test method testFormattedPublicId (line 138) | @Test FILE: cloudinary-http5/src/main/java/com/cloudinary/http5/ApiStrategy.java class ApiStrategy (line 38) | public class ApiStrategy extends AbstractApiStrategy { method init (line 44) | public void init(Api api) { method buildRequestConfig (line 62) | public RequestConfig buildRequestConfig() { method callApi (line 80) | @SuppressWarnings({"rawtypes", "unchecked"}) method getApiResponse (line 89) | private ApiResponse getApiResponse(HttpUriRequestBase request) throws ... method callAccountApi (line 137) | @Override method prepareRequest (line 150) | private HttpUriRequestBase prepareRequest(Api.HttpMethod method, Strin... method setEntity (line 182) | private void setEntity(HttpUriRequestBase request, Map para... FILE: cloudinary-http5/src/main/java/com/cloudinary/http5/ApiUtils.java class ApiUtils (line 13) | public final class ApiUtils { method ApiUtils (line 14) | private ApiUtils() {} method setTimeouts (line 16) | public static void setTimeouts(HttpUriRequestBase request, Map prepareParams(Map params) { FILE: cloudinary-http5/src/main/java/com/cloudinary/http5/UploaderStrategy.java class UploaderStrategy (line 33) | public class UploaderStrategy extends AbstractUploaderStrategy { method init (line 39) | @Override method buildRequestConfig (line 58) | public RequestConfig buildRequestConfig() { method callApi (line 76) | @SuppressWarnings({"rawtypes", "unchecked"}) method prepareRequest (line 116) | private HttpUriRequestBase prepareRequest(String apiUrl, Map rateLimits() throws ParseException { method apiRateLimit (line 60) | public RateLimit apiRateLimit() throws ParseException { FILE: cloudinary-http5/src/test/java/com/cloudinary/test/AccountApiTest.java class AccountApiTest (line 3) | public class AccountApiTest extends AbstractAccountApiTest { FILE: cloudinary-http5/src/test/java/com/cloudinary/test/ApiTest.java class ApiTest (line 19) | public class ApiTest extends AbstractApiTest { method testBuildRequestConfig_withProxyAndTimeout (line 21) | @Test method testBuildRequestConfig_withoutProxy (line 39) | @Test method testConnectTimeoutParameter (line 51) | @Category(TimeoutTest.class) method testTimeoutParameter (line 67) | @Category(TimeoutTest.class) method testUploaderTimeoutParameter (line 83) | @Category(TimeoutTest.class) FILE: cloudinary-http5/src/test/java/com/cloudinary/test/ContextTest.java class ContextTest (line 3) | public class ContextTest extends AbstractContextTest { FILE: cloudinary-http5/src/test/java/com/cloudinary/test/FoldersApiTest.java class FoldersApiTest (line 3) | public class FoldersApiTest extends AbstractFoldersApiTest { FILE: cloudinary-http5/src/test/java/com/cloudinary/test/SearchTest.java class SearchTest (line 3) | public class SearchTest extends AbstractSearchTest { FILE: cloudinary-http5/src/test/java/com/cloudinary/test/StreamingProfilesApiTest.java class StreamingProfilesApiTest (line 6) | public class StreamingProfilesApiTest extends AbstractStreamingProfilesA... FILE: cloudinary-http5/src/test/java/com/cloudinary/test/StructuredMetadataTest.java class StructuredMetadataTest (line 3) | public class StructuredMetadataTest extends AbstractStructuredMetadataTe... FILE: cloudinary-http5/src/test/java/com/cloudinary/test/UploaderTest.java class UploaderTest (line 3) | public class UploaderTest extends AbstractUploaderTest { FILE: cloudinary-taglib/src/main/java/com/cloudinary/Singleton.java class Singleton (line 13) | public final class Singleton { method Singleton (line 14) | private Singleton() {} method registerCloudinary (line 18) | public static void registerCloudinary(Cloudinary cloudinary) { method deregisterCloudinary (line 22) | public static void deregisterCloudinary() { class DefaultCloudinaryHolder (line 26) | private static class DefaultCloudinaryHolder { method getCloudinary (line 30) | public static Cloudinary getCloudinary() { FILE: cloudinary-taglib/src/main/java/com/cloudinary/SingletonManager.java class SingletonManager (line 3) | public class SingletonManager { method setCloudinary (line 7) | public void setCloudinary(Cloudinary cloudinary) { method init (line 11) | public void init() { method destroy (line 15) | public void destroy() { FILE: cloudinary-taglib/src/main/java/com/cloudinary/taglib/CloudinaryImageTag.java class CloudinaryImageTag (line 34) | public class CloudinaryImageTag extends CloudinaryUrl { method prepareAttributes (line 39) | protected Map prepareAttributes() { method doTag (line 50) | public void doTag() throws JspException, IOException { method setId (line 56) | public void setId(String id) { method getId (line 60) | public String getId() { method getExtraClasses (line 64) | public String getExtraClasses() { method setExtraClasses (line 68) | public void setExtraClasses(String extraClasses) { FILE: cloudinary-taglib/src/main/java/com/cloudinary/taglib/CloudinaryJsConfigTag.java class CloudinaryJsConfigTag (line 12) | public class CloudinaryJsConfigTag extends SimpleTagSupport { method doTag (line 13) | @SuppressWarnings("unused") method print (line 30) | private void print(JspWriter out, String key, Object value) throws IOE... FILE: cloudinary-taglib/src/main/java/com/cloudinary/taglib/CloudinaryJsIncludeTag.java class CloudinaryJsIncludeTag (line 11) | public class CloudinaryJsIncludeTag extends SimpleTagSupport { method doTag (line 15) | public void doTag() throws JspException, IOException { method isFull (line 34) | public boolean isFull() { method setFull (line 38) | public void setFull(boolean full) { method getBase (line 42) | public String getBase() { method setBase (line 46) | public void setBase(String base) { FILE: cloudinary-taglib/src/main/java/com/cloudinary/taglib/CloudinaryTransformationTag.java class CloudinaryTransformationTag (line 12) | public class CloudinaryTransformationTag extends SimpleTagSupport implem... method doTag (line 15) | public void doTag() throws JspException, IOException { method setDynamicAttribute (line 20) | @Override FILE: cloudinary-taglib/src/main/java/com/cloudinary/taglib/CloudinaryUnsignedUploadTag.java class CloudinaryUnsignedUploadTag (line 7) | public class CloudinaryUnsignedUploadTag extends CloudinaryUploadTag { method CloudinaryUnsignedUploadTag (line 8) | public CloudinaryUnsignedUploadTag() { method uploadTag (line 13) | @SuppressWarnings({ "unchecked", "rawtypes" }) FILE: cloudinary-taglib/src/main/java/com/cloudinary/taglib/CloudinaryUploadTag.java class CloudinaryUploadTag (line 19) | public class CloudinaryUploadTag extends SimpleTagSupport { method doTag (line 65) | public void doTag() throws JspException, IOException { method setId (line 121) | public void setId(String id) { method getId (line 125) | public String getId() { method setName (line 129) | public void setName(String name) { method getName (line 133) | public String getName() { method setExtraClasses (line 137) | public void setExtraClasses(String extraClasses) { method getExtraClasses (line 141) | public String getExtraClasses() { method setTags (line 145) | public void setTags(String tags) { method getTags (line 149) | public String getTags() { method setFieldName (line 153) | public void setFieldName(String fieldName) { method getFieldName (line 157) | public String getFieldName() { method setTransformation (line 161) | public void setTransformation(String transformation) { method getTransformation (line 165) | public String getTransformation() { method getResourceType (line 170) | public String getResourceType() { method setResourceType (line 174) | public void setResourceType(String resourceType) { method getMultiple (line 178) | public Boolean getMultiple() { method setMultiple (line 182) | public void setMultiple(Boolean multiple) { method getEager (line 186) | public String getEager() { method setEager (line 190) | public void setEager(String eager) { method getPublicId (line 194) | public String getPublicId() { method setPublicId (line 198) | public void setPublicId(String publicId) { method getFormat (line 202) | public String getFormat() { method setFormat (line 206) | public void setFormat(String format) { method getNotificationUrl (line 210) | public String getNotificationUrl() { method setNotificationUrl (line 214) | public void setNotificationUrl(String notificationUrl) { method getEagerNotificationUrl (line 218) | public String getEagerNotificationUrl() { method setEagerNotificationUrl (line 222) | public void setEagerNotificationUrl(String eagerNotificationUrl) { method getProxy (line 226) | public String getProxy() { method setProxy (line 230) | public void setProxy(String proxy) { method getFolder (line 234) | public String getFolder() { method setFolder (line 238) | public void setFolder(String folder) { method isBackup (line 242) | public boolean isBackup() { method setBackup (line 246) | public void setBackup(boolean backup) { method isExif (line 250) | public boolean isExif() { method setExif (line 254) | public void setExif(boolean exif) { method isFaces (line 258) | public boolean isFaces() { method setFaces (line 262) | public void setFaces(boolean faces) { method isColors (line 266) | public boolean isColors() { method setColors (line 270) | public void setColors(boolean colors) { method isImageMetadata (line 274) | public boolean isImageMetadata() { method setImageMetadata (line 278) | public void setImageMetadata(boolean imageMetadata) { method isUseFilename (line 282) | public boolean isUseFilename() { method setUseFilename (line 286) | public void setUseFilename(boolean useFilename) { method isUniqueFilename (line 290) | public boolean isUniqueFilename() { method setUniqueFilename (line 294) | public void setUniqueFilename(boolean uniqueFilename) { method isEagerAsync (line 298) | public boolean isEagerAsync() { method setEagerAsync (line 302) | public void setEagerAsync(boolean eagerAsync) { method isInvalidate (line 306) | public boolean isInvalidate() { method setInvalidate (line 310) | public void setInvalidate(boolean invalidate) { method getCallback (line 314) | public String getCallback() { method setCallback (line 318) | public void setCallback(String callback) { method getFaceCoordinates (line 322) | public String getFaceCoordinates() { method setFaceCoordinates (line 326) | public void setFaceCoordinates(String faceCoordinates) { method getCustomCoordinates (line 330) | public String getCustomCoordinates() { method setCustomCoordinates (line 334) | public void setCustomCoordinates(String customCoordinates) { method getAllowedFormats (line 338) | public String getAllowedFormats() { method setAllowedFormats (line 342) | public void setAllowedFormats(String allowedFormats) { method getContext (line 346) | public String getContext() { method setContext (line 350) | public void setContext(String context) { method isOverwrite (line 354) | public boolean isOverwrite() { method setOverwrite (line 358) | public void setOverwrite(boolean overwrite) { method isPhash (line 362) | public boolean isPhash() { method setPhash (line 366) | public void setPhash(boolean phash) { method getOcr (line 370) | public String getOcr() { method setOcr (line 374) | public void setOcr(String ocr) { method getDetection (line 378) | public String getDetection() { method setDetection (line 382) | public void setDetection(String detection) { method getCategorization (line 386) | public String getCategorization() { method setCategorization (line 390) | public void setCategorization(String categorization) { method getSimilaritySearch (line 394) | public String getSimilaritySearch() { method setSimilaritySearch (line 398) | public void setSimilaritySearch(String similaritySearch) { method getBackgroundRemoval (line 402) | public String getBackgroundRemoval() { method setBackgroundRemoval (line 406) | public void setBackgroundRemoval(String backgroundRemoval) { method getAutoTagging (line 410) | public Float getAutoTagging() { method setAutoTagging (line 414) | public void setAutoTagging(String autoTagging) { method getUploadPreset (line 418) | public String getUploadPreset() { method setUploadPreset (line 422) | public void setUploadPreset(String uploadPreset) { method uploadTag (line 426) | @SuppressWarnings({ "unchecked", "rawtypes" }) method buildCallbackUrl (line 431) | @SuppressWarnings({ "rawtypes", "unchecked" }) method buildEager (line 449) | private List buildEager() { FILE: cloudinary-taglib/src/main/java/com/cloudinary/taglib/CloudinaryUrl.java class CloudinaryUrl (line 23) | public class CloudinaryUrl extends SimpleTagSupport implements DynamicAt... method prepareUrl (line 46) | protected Url prepareUrl() throws JspException { method doTag (line 78) | public void doTag() throws JspException, IOException { method setSrc (line 84) | public void setSrc(String src) { method getStoredSrc (line 88) | public StoredFile getStoredSrc() { method setStoredSrc (line 92) | public void setStoredSrc(StoredFile storedSrc) { method getSrc (line 96) | public String getSrc() { method setFormat (line 100) | public void setFormat(String format) { method getFormat (line 104) | public String getFormat() { method getType (line 108) | public String getType() { method setType (line 112) | public void setType(String type) { method getResourceType (line 116) | public String getResourceType() { method setResourceType (line 120) | public void setResourceType(String resourceType) { method getTransformation (line 125) | public String getTransformation() { method setTransformation (line 129) | public void setTransformation(String transformation) { method getSecure (line 133) | public Boolean getSecure() { method setSecure (line 137) | public void setSecure(Boolean secure) { method getCdnSubdomain (line 141) | public Boolean getCdnSubdomain() { method setCdnSubdomain (line 145) | public void setCdnSubdomain(Boolean cdnSubdomain) { method getSigned (line 149) | public Boolean getSigned() { method setSigned (line 153) | public void setSigned(Boolean signed) { method getNamed (line 157) | public String getNamed() { method setNamed (line 161) | public void setNamed(String namedTransformation) { method setDynamicAttribute (line 165) | @Override method isSecureRequest (line 170) | private Boolean isSecureRequest() { method getUseRootPath (line 177) | public Boolean getUseRootPath() { method setUseRootPath (line 181) | public void setUseRootPath(Boolean useRootPath) { method getSecureCdnSubdomain (line 185) | public Boolean getSecureCdnSubdomain() { method setSecureCdnSubdomain (line 189) | public void setSecureCdnSubdomain(Boolean secureCdnSubdomain) { method getUrlSuffix (line 193) | public String getUrlSuffix() { method setUrlSuffix (line 197) | public void setUrlSuffix(String urlSuffix) { FILE: cloudinary-taglib/src/main/java/com/cloudinary/taglib/CloudinaryVideoTag.java class CloudinaryVideoTag (line 12) | public class CloudinaryVideoTag extends CloudinaryImageTag { method getAutoplay (line 21) | public Boolean getAutoplay() { method setAutoplay (line 24) | public void setAutoplay(Boolean autoplay) { method getControls (line 27) | public Boolean getControls() { method setControls (line 30) | public void setControls(Boolean controls) { method getLoop (line 33) | public Boolean getLoop() { method setLoop (line 36) | public void setLoop(Boolean loop) { method getMuted (line 39) | public Boolean getMuted() { method setMuted (line 42) | public void setMuted(Boolean muted) { method getPreload (line 45) | public Boolean getPreload() { method setPreload (line 48) | public void setPreload(Boolean preload) { method getPoster (line 51) | public Object getPoster() { method setPoster (line 54) | public void setPoster(Object poster) { method getSourceTypes (line 58) | public String getSourceTypes() { method setSourceTypes (line 61) | public void setSourceTypes(String sourceTypes) { method doTag (line 65) | public void doTag() throws JspException, IOException { FILE: cloudinary-test-common/src/main/java/com/cloudinary/test/AbstractAccountApiTest.java class AbstractAccountApiTest (line 19) | public abstract class AbstractAccountApiTest extends MockableTest { method setUpClass (line 26) | @BeforeClass method setUp (line 36) | @Before method tearDownClass (line 43) | @AfterClass method testPassingCredentialsThroughOptions (line 74) | @Test method testGetSubAccount (line 108) | @Test method testGetSubAccounts (line 116) | @Test method testCreateSubAccount (line 125) | @Test method testUpdateSubAccount (line 142) | @Test method testDeleteSubAccount (line 152) | @Test method testGetUser (line 164) | @Test method testGetUsers (line 175) | @Test method testGetPendingUsers (line 196) | @Test method testGetUsersByPrefix (line 211) | @Test method testGetUsersBySubAccountIds (line 230) | @Test method testGetUsersThrowsWhenSubAccountIdDoesntExist (line 249) | @Test method testCreateUser (line 257) | @Test method testCreateUserWithOptions (line 265) | @Test method testCreateUserEnabled (line 273) | @Test method testCreateUserDisabled (line 281) | @Test method testUpdateUser (line 289) | @Test method testUpdateUserEnabled (line 302) | @Test method testUpdateUserDisabled (line 315) | @Test method testDeleteUser (line 328) | @Test method testCreateUserGroup (line 339) | @Test method testUpdateUserGroup (line 346) | @Test method testDeleteUserGroup (line 355) | @Test method testAddUserToUserGroup (line 366) | @Test method testRemoveUserFromUserGroup (line 377) | @Test method testListUserGroups (line 390) | @Test method testListUserGroup (line 399) | @Test method testListUsersInGroup (line 407) | @Test method testGetAccessKeys (line 425) | @Test method testCreateNewAccessKey (line 432) | @Test method testUpdateAccessKey (line 441) | @Test method testDeleteAccessKey (line 455) | @Test method createGroup (line 468) | private ApiResponse createGroup() throws Exception { method createUser (line 476) | private ApiResponse createUser() throws Exception { method createUser (line 481) | private ApiResponse createUser(Account.Role role) throws Exception { method createUser (line 486) | private ApiResponse createUser(List subAccountsIds) throws Exc... method createUser (line 491) | private ApiResponse createUser(List subAccountsIds, Map subAccountsIds, Boolean en... method createUser (line 501) | private ApiResponse createUser(List subAccountsIds, Account.Ro... method createUser (line 507) | private ApiResponse createUser(List subAccountsIds, Account.Ro... method createUser (line 515) | private ApiResponse createUser(List subAccountsIds, Account.Ro... method createUser (line 523) | private ApiResponse createUser(final String name, String email, Accoun... method deleteUser (line 530) | private void deleteUser(String userId){ method createSubAccount (line 541) | private ApiResponse createSubAccount() throws Exception { method randomLetters (line 548) | private static String randomLetters() { FILE: cloudinary-test-common/src/main/java/com/cloudinary/test/AbstractApiTest.java class AbstractApiTest (line 26) | @SuppressWarnings({"rawtypes", "unchecked", "JavaDoc"}) method setUpClass (line 63) | @BeforeClass method tearDownClass (line 100) | @AfterClass method setUp (line 149) | @Before method findByAttr (line 159) | public Map findByAttr(List elements, String attr, Object value) { method testCustomUserAgent (line 168) | @Test method test01ResourceTypes (line 176) | @Test method testSingleSelectiveResponse (line 184) | @Test method testMultipleSelectiveResponse (line 197) | @Test method test03ResourcesCursor (line 211) | @Test method test04ResourcesByType (line 230) | @Test method testOAuthToken (line 240) | @Test method test05ResourcesByPrefix (line 252) | @Test method testResourcesListingDirection (line 265) | @Test method testResourcesListingStartAt (line 284) | @Ignore method testTransformationsWithCursor (line 297) | @Test method testResourcesByAssetIds (line 311) | @Test method testResourceByAssetId (line 320) | @Test method testResourceByAssetFolder (line 326) | @Test method testResourcesByPublicIds (line 334) | @Test method test06ResourcesTag (line 351) | @Test method test07ResourceMetadata (line 368) | @Test method test08DeleteDerived (line 378) | @Test method testDeleteDerivedByTransformation (line 395) | @Test() method testGetResourcesWithMetadata (line 415) | @Test method getMetadata (line 451) | private Object getMetadata(String public_id, Map result) { method test09DeleteResources (line 456) | @Test(expected = NotFound.class) method test10DeleteResourcesByAssetsIds (line 467) | @Test(expected = NotFound.class) method test09aDeleteResourcesByPrefix (line 481) | @Test(expected = NotFound.class) method test09aDeleteResourcesByTags (line 492) | @Test(expected = NotFound.class) method test10Tags (line 503) | @Test method test11TagsPrefix (line 512) | @Test method test12Transformations (line 523) | @Test method test13TransformationMetadata (line 535) | @Test method test14TransformationUpdate (line 544) | @Test method test15TransformationCreate (line 557) | @Test method test15aTransformationUnsafeUpdate (line 568) | @Test method test16aTransformationDelete (line 580) | @Test(expected = NotFound.class) method test17aTransformationDeleteImplicit (line 590) | @Test(expected = NotFound.class) method testListTransformationByNamed (line 599) | @Test method test20ResourcesContext (line 639) | @Test method test18Usage (line 651) | @Test method yesterday (line 666) | private Date yesterday() { method testRateLimitWithNonEnglishLocale (line 670) | @Test method testRateLimits (line 677) | @Test method testConfiguration (line 685) | @Test method test19Ping (line 692) | @Test method testDeleteAllResources (line 703) | public void testDeleteAllResources() throws Exception { method testManualModeration (line 715) | @Test method testOcrUpdate (line 723) | @Test method testRawConvertUpdate (line 740) | @Test method testCategorizationUpdate (line 752) | @Test method testDetectionUpdate (line 764) | @Test method testUpdateResourceClearInvalid (line 776) | @Test method testUpdateCustomCoordinates (line 786) | @Test method testUpdateAccessControl (line 800) | @Test method testListUploadPresets (line 818) | @Test method testGetUploadPreset (line 836) | @Test method testDeleteUploadPreset (line 861) | @Test method testUpdateUploadPreset (line 876) | @Test method testListByModerationUpdate (line 893) | @Test method testFolderApi (line 927) | public void testFolderApi() throws Exception { method testCreateFolder (line 947) | @Test method testRestore (line 955) | @Test method testRestoreByAssetIds (line 974) | @Test method testRestoreDifferentVersionsOfDeletedAsset (line 1000) | @Test method testShouldRestoreTwoDifferentDeletedAssets (line 1049) | @Test method testEncodeUrlInApiCall (line 1090) | @Test method testUploadMapping (line 1098) | @Test method testPublishByIds (line 1138) | @Test method testPublishWithType (line 1152) | @Test method testPublishByPrefix (line 1181) | @Test method testPublishByTag (line 1195) | @Test method testUpdateResourcesAccessModeByIds (line 1209) | @Test method testUpdateResourcesAccessModeByPrefix (line 1224) | @Test method testUpdateResourcesAccessModeByTag (line 1239) | @Test method testQualityAnalysis (line 1254) | @Test method testDeleteFolder (line 1260) | @Test(expected = NotFound.class) method testCinemagraphAnalysisResource (line 1274) | @Test method testAccessibilityAnalysisResource (line 1280) | @Test method testAnalyzeApi (line 1286) | @Test method testFolderDecoupling (line 1294) | @Test method testVisualSearch (line 1306) | @Test method testRenameFolder (line 1316) | @Test method testDeleteBackedupAsset (line 1327) | @Test method testAllowDerivedNextCursor (line 1347) | @Test method testSignatureWithEscapingCharacters (line 1372) | @Test FILE: cloudinary-test-common/src/main/java/com/cloudinary/test/AbstractContextTest.java class AbstractContextTest (line 21) | @SuppressWarnings({"rawtypes", "unchecked"}) method setUpClass (line 28) | @BeforeClass method uploadResource (line 36) | private static Map uploadResource(String publicId) throws IOException { method tearDownClass (line 44) | @AfterClass method setUp (line 56) | @Before method testExplicit (line 65) | @Test method testAddContext (line 77) | @Test method testRemoveAllContext (line 90) | @Test FILE: cloudinary-test-common/src/main/java/com/cloudinary/test/AbstractFoldersApiTest.java class AbstractFoldersApiTest (line 17) | @SuppressWarnings({"rawtypes"}) method setUp (line 24) | @Before method testRootFolderWithParams (line 32) | @Test method testSubFolderWithParams (line 59) | @Test method testDeleteFolderWithSkipBackup (line 89) | @Test FILE: cloudinary-test-common/src/main/java/com/cloudinary/test/AbstractSearchTest.java class AbstractSearchTest (line 17) | @SuppressWarnings({"rawtypes", "unchecked", "JavaDoc"}) method setUpClass (line 29) | @BeforeClass method tearDownClass (line 46) | @AfterClass method setUp (line 57) | @Before method shouldFindResourcesByTag (line 64) | @Test method shouldFindFolders (line 71) | @Test method shouldFindResourceByPublicId (line 83) | @Test method shouldFindResourceByAssetId (line 90) | @Test method testShouldNotDuplicateValues (line 97) | @Test method shouldPaginateResourcesLimitedByTagAndOrderdByAscendingPublicId (line 132) | @Test method testShouldBuildSearchUrl (line 160) | @Test method testSearchWithSelectiveResponse (line 178) | @Test FILE: cloudinary-test-common/src/main/java/com/cloudinary/test/AbstractStreamingProfilesApiTest.java class AbstractStreamingProfilesApiTest (line 25) | abstract public class AbstractStreamingProfilesApiTest extends MockableT... method setUpClass (line 33) | @BeforeClass method setUp (line 44) | @Before method testCreate (line 52) | @Test method testGet (line 63) | @Test method testList (line 72) | @Test method testDelete (line 84) | @Test method testUpdate (line 98) | @Test method tearDownClass (line 126) | @AfterClass FILE: cloudinary-test-common/src/main/java/com/cloudinary/test/AbstractStructuredMetadataTest.java class AbstractStructuredMetadataTest (line 22) | public abstract class AbstractStructuredMetadataTest extends MockableTest { method setUpClass (line 29) | @BeforeClass method tearDownClass (line 40) | @AfterClass method setUp (line 55) | @Before method testCreateMetadata (line 63) | @Test method testCreateSetMetadataWithAllowDynamicListValues (line 76) | @Test method testFieldRestrictions (line 85) | @Test method testDateFieldDefaultValueValidation (line 97) | @Test method testListFields (line 134) | @Test method testGetMetadata (line 145) | @Test method testUpdateField (line 153) | @Test method testDeleteField (line 170) | @Test method testUpdateDatasource (line 178) | @Test method testDeleteDatasourceEntries (line 188) | @Test method testRestoreDatasourceEntries (line 196) | @Test method testReorderMetadataFieldsByLabel (line 206) | @Test method testReorderMetadataFieldsOrderByIsRequired (line 222) | @Test(expected = IllegalArgumentException.class) method getField (line 227) | private String getField(ApiResponse result, int index) { method AddStringField (line 232) | private void AddStringField(String labelPrefix) throws Exception { method testUploadWithMetadata (line 238) | @Test method testExplicitWithMetadata (line 249) | @Test method testUpdateWithMetadata (line 273) | @Test method testUploaderUpdateMetadata (line 286) | @Test method testUploaderUpdateMetadataClearInvalid (line 300) | @Test method testSetField (line 309) | @Test method testListMetadataRules (line 325) | @Test method testAddMetadataRule (line 332) | @Test method testUpdateMetadataRule (line 348) | @Test method testDeleteMetadataRule (line 361) | @Test method createSetField (line 374) | private SetMetadataField createSetField(String labelPrefix) { method newFieldInstance (line 392) | private StringMetadataField newFieldInstance(String labelPrefix, Boole... method addFieldToAccount (line 397) | private ApiResponse addFieldToAccount(MetadataField field) throws Exce... FILE: cloudinary-test-common/src/main/java/com/cloudinary/test/AbstractUploaderTest.java class AbstractUploaderTest (line 26) | @SuppressWarnings({"rawtypes", "unchecked"}) method setUpClass (line 39) | @BeforeClass method tearDownClass (line 56) | @AfterClass method setUp (line 87) | @Before method testUtf8Upload (line 96) | @Test method testDeleteByToken (line 111) | @Test method testUpload (line 124) | @Test method testIsRemoteUrl (line 138) | @Test method testUploadUrl (line 162) | @Test method testUploadLargeUrl (line 174) | @Test method testUploadDataUri (line 186) | @Test method testUploadUTF8 (line 198) | @Test method testRename (line 205) | @Test method testRenameShouldReturnContext (line 226) | @Test method testRenameShouldReturnMetadata (line 236) | @Test method testUniqueFilename (line 251) | @Test method testExplicit (line 259) | @Test method testEager (line 268) | @Test method testUploadAsync (line 273) | @Test method testHeaders (line 279) | @Test method testText (line 285) | @Test method testImageUploadTag (line 293) | @Test method testEvalUploadParameter (line 304) | @Test method testSprite (line 316) | @Test method testMulti (line 339) | @Test method testTags (line 366) | @Test method testAllowedFormats (line 408) | @Test method testAllowedFormatsWithIllegalFormat (line 416) | @Test method testAllowedFormatsWithFormat (line 429) | @Test method testFaceCoordinates (line 437) | @Test method testCustomCoordinates (line 480) | @Test method testModerationRequest (line 502) | @Test method testRawConvertRequest (line 511) | @Test method testCategorizationRequest (line 521) | @Test method testDetectionRequest (line 535) | @Test method testUploadLarge (line 548) | @Test method testUnsignedUpload (line 594) | @Test method testFilenameOption (line 603) | @Test method testFilenameOverrideOption (line 610) | @Test method testResponsiveBreakpoints (line 617) | @Test method testCreateArchive (line 658) | @Test method testCreateArchiveRaw (line 674) | @Test method testCreateZipMultipleResourceTypes (line 682) | @Test method testDownloadArchive (line 689) | @Test method testUploadInvalidUrl (line 706) | public void testUploadInvalidUrl() { method testAccessControl (line 715) | @Test method testOnSuccessScript (line 767) | @Test method testQualityAnalysis (line 774) | @Test method testCinemagraphAnalysisUpload (line 783) | @Test method testAccessibilityAnalysisUpload (line 792) | @Test method addToDeleteList (line 800) | private void addToDeleteList(String type, String id) { method testUploadLocalUnicodeFilename (line 810) | @Test method testUploadFolderDecoupling (line 816) | @Test method testNotificationUrl (line 836) | @Test method testAutoChaptering (line 843) | @Test method testAutoTranscription (line 851) | @Test FILE: cloudinary-test-common/src/main/java/com/cloudinary/test/MetadataTestHelper.java class MetadataTestHelper (line 9) | public final class MetadataTestHelper { method MetadataTestHelper (line 10) | private MetadataTestHelper() {} method newFieldInstance (line 12) | public static StringMetadataField newFieldInstance(String label, Boole... method addFieldToAccount (line 21) | public static ApiResponse addFieldToAccount(Api api, MetadataField fie... FILE: cloudinary-test-common/src/main/java/com/cloudinary/test/MockableTest.java class MockableTest (line 16) | public class MockableTest { method getParam (line 27) | protected Object getParam(String name){ method getURL (line 30) | protected String getURL(){ method getHttpMethod (line 33) | protected String getHttpMethod(){ method preloadResource (line 37) | protected Map preloadResource(Map options) throws IOException { method assumeAddonEnabled (line 48) | protected void assumeAddonEnabled(String addon) throws Exception { method getEnabledAddons (line 55) | private static List getEnabledAddons() { method shouldTestFeature (line 64) | protected static boolean shouldTestFeature(String feature) { method assumeCloudinaryAccountURLExist (line 73) | static protected boolean assumeCloudinaryAccountURLExist() { FILE: cloudinary-test-common/src/main/java/com/cloudinary/test/TimeoutTest.java type TimeoutTest (line 6) | public interface TimeoutTest { FILE: cloudinary-test-common/src/main/java/com/cloudinary/test/helpers/Feature.java class Feature (line 3) | public final class Feature { method Feature (line 4) | private Feature() {} FILE: cloudinary-test-common/src/main/java/com/cloudinary/test/rules/RetryRule.java class RetryRule (line 9) | public class RetryRule implements TestRule { method RetryRule (line 13) | public RetryRule(int retryCount, int delay) { method RetryRule (line 18) | public RetryRule() { method apply (line 23) | public Statement apply(Statement base, Description description) { method statement (line 27) | private Statement statement(final Statement base, final Description de... FILE: samples/photo_album/src/main/java/cloudinary/controllers/PhotoController.java class PhotoController (line 21) | @Controller method listPhotos (line 27) | @RequestMapping(value = "/", method = RequestMethod.GET) method uploadPhoto (line 33) | @SuppressWarnings("rawtypes") method uploadPhotoForm (line 70) | @RequestMapping(value = "/upload_form", method = RequestMethod.GET) method directUploadPhotoForm (line 76) | @RequestMapping(value = "/direct_upload_form", method = RequestMethod.... method directUnsignedUploadPhotoForm (line 83) | @SuppressWarnings("unchecked") FILE: samples/photo_album/src/main/java/cloudinary/lib/PhotoUploadValidator.java class PhotoUploadValidator (line 8) | public class PhotoUploadValidator implements Validator { method supports (line 9) | public boolean supports(Class clazz) { method validate (line 13) | public void validate(Object obj, Errors e) { FILE: samples/photo_album/src/main/java/cloudinary/models/Photo.java class Photo (line 8) | @Entity(name = "photos") method getId (line 23) | public Long getId() { method setId (line 27) | public void setId(Long id) { method getTitle (line 31) | public String getTitle() { method setTitle (line 35) | public void setTitle(String title) { method getImage (line 39) | public String getImage() { method setImage (line 43) | public void setImage(String image) { method getCreatedAt (line 47) | public Date getCreatedAt() { method setCreatedAt (line 51) | public void setCreatedAt(Date createdAt) { method getUpload (line 55) | public StoredFile getUpload() { method setUpload (line 61) | public void setUpload(StoredFile file) { FILE: samples/photo_album/src/main/java/cloudinary/models/PhotoUpload.java class PhotoUpload (line 8) | public class PhotoUpload extends StoredFile { method getUrl (line 13) | public String getUrl() { method getThumbnailUrl (line 24) | public String getThumbnailUrl() { method getComputedSignature (line 34) | public String getComputedSignature() { method validSignature (line 38) | public boolean validSignature() { method getTitle (line 42) | public String getTitle() { method setTitle (line 46) | public void setTitle(String title) { method getFile (line 50) | public MultipartFile getFile() { method setFile (line 54) | public void setFile(MultipartFile file) { FILE: samples/photo_album/src/main/java/cloudinary/repositories/PhotoRepository.java type PhotoRepository (line 6) | public interface PhotoRepository extends JpaRepository { FILE: samples/photo_album/src/main/webapp/assets/javascripts/cloudinary/jquery.cloudinary.js function utf8_encode (line 34) | function utf8_encode (argString) { function crc32 (line 86) | function crc32 (str) { function option_consume (line 114) | function option_consume(options, option_name, default_value) { function build_array (line 120) | function build_array(arg) { function present (line 130) | function present(value) { function process_base_transformations (line 134) | function process_base_transformations(options) { function process_size (line 156) | function process_size(options) { function process_html_dimensions (line 165) | function process_html_dimensions(options) { function generate_transformation_string (line 236) | function generate_transformation_string(options) { function absolutize (line 260) | function absolutize(url) { function cloudinary_url (line 273) | function cloudinary_url(public_id, options) { function default_stoppoints (line 342) | function default_stoppoints(width) { function prepare_html_url (line 346) | function prepare_html_url(public_id, options) { function get_config (line 358) | function get_config(name, options, default_value) { function reset (line 449) | function reset() { function run (line 455) | function run() { function wait (line 458) | function wait() { FILE: samples/photo_album/src/main/webapp/assets/javascripts/cloudinary/jquery.ui.widget.js function handlerProxy (line 396) | function handlerProxy() { function handlerProxy (line 432) | function handlerProxy() { FILE: samples/photo_album_gae/src/main/java/cloudinary/controllers/PhotoController.java class PhotoController (line 27) | @Controller method listPhotos (line 32) | @RequestMapping(value = "/", method = RequestMethod.GET) method uploadPhoto (line 45) | @RequestMapping(value = "/upload", method = RequestMethod.POST) method uploadPhotoForm (line 78) | @RequestMapping(value = "/upload_form", method = RequestMethod.GET) method directUploadPhotoForm (line 84) | @RequestMapping(value = "/direct_upload_form", method = RequestMethod.... FILE: samples/photo_album_gae/src/main/java/cloudinary/lib/PhotoUploadValidator.java class PhotoUploadValidator (line 8) | public class PhotoUploadValidator implements Validator { method supports (line 9) | public boolean supports(Class clazz) { method validate (line 13) | public void validate(Object obj, Errors e) { FILE: samples/photo_album_gae/src/main/java/cloudinary/models/PhotoUpload.java class PhotoUpload (line 9) | public class PhotoUpload extends StoredFile { method PhotoUpload (line 13) | public PhotoUpload() { method PhotoUpload (line 17) | public PhotoUpload(Entity entity) { method getUrl (line 27) | public String getUrl() { method getThumbnailUrl (line 38) | public String getThumbnailUrl() { method getComputedSignature (line 48) | public String getComputedSignature() { method validSignature (line 52) | public boolean validSignature() { method getTitle (line 56) | public String getTitle() { method setTitle (line 60) | public void setTitle(String title) { method getFile (line 64) | public GMultipartFile getFile() { method setFile (line 68) | public void setFile(GMultipartFile file) { method toEntity (line 72) | public void toEntity(Entity photo) { FILE: samples/photo_album_gae/src/main/java/org/esxx/js/protocol/GAEClientConnection.java class GAEClientConnection (line 37) | class GAEClientConnection method GAEClientConnection (line 40) | public GAEClientConnection(ClientConnectionManager cm, HttpRoute route... method isSecure (line 49) | @Override public boolean isSecure() { method getRoute (line 53) | @Override public HttpRoute getRoute() { method getSSLSession (line 57) | @Override public javax.net.ssl.SSLSession getSSLSession() { method open (line 61) | @Override public void open(HttpRoute route, HttpContext context, HttpP... method tunnelTarget (line 68) | @Override public void tunnelTarget(boolean secure, HttpParams params) method tunnelProxy (line 73) | @Override public void tunnelProxy(HttpHost next, boolean secure, HttpP... method layerProtocol (line 78) | @Override public void layerProtocol(HttpContext context, HttpParams pa... method markReusable (line 83) | @Override public void markReusable() { method unmarkReusable (line 87) | @Override public void unmarkReusable() { method isMarkedReusable (line 91) | @Override public boolean isMarkedReusable() { method setState (line 95) | @Override public void setState(Object state) { method getState (line 99) | @Override public Object getState() { method setIdleDuration (line 103) | @Override public void setIdleDuration(long duration, TimeUnit unit) { method isResponseAvailable (line 110) | @Override public boolean isResponseAvailable(int timeout) method sendRequestHeader (line 116) | @Override public void sendRequestHeader(HttpRequest request) method sendRequestEntity (line 147) | @Override public void sendRequestEntity(HttpEntityEnclosingRequest req... method receiveResponseHeader (line 157) | @Override public HttpResponse receiveResponseHeader() method receiveResponseEntity (line 177) | @Override public void receiveResponseEntity(HttpResponse response) method flush (line 190) | @Override public void flush() method close (line 210) | @Override public void close() method isOpen (line 218) | @Override public boolean isOpen() { method isStale (line 222) | @Override public boolean isStale() { method setSocketTimeout (line 226) | @Override public void setSocketTimeout(int timeout) { method getSocketTimeout (line 229) | @Override public int getSocketTimeout() { method shutdown (line 233) | @Override public void shutdown() method getMetrics (line 238) | @Override public HttpConnectionMetrics getMetrics() { method getLocalAddress (line 245) | @Override public InetAddress getLocalAddress() { method getLocalPort (line 249) | @Override public int getLocalPort() { method getRemoteAddress (line 253) | @Override public InetAddress getRemoteAddress() { method getRemotePort (line 257) | @Override public int getRemotePort() { method releaseConnection (line 265) | @Override public void releaseConnection() method abortConnection (line 270) | @Override public void abortConnection() FILE: samples/photo_album_gae/src/main/java/org/esxx/js/protocol/GAEConnectionManager.java class GAEConnectionManager (line 31) | public class GAEConnectionManager method GAEConnectionManager (line 34) | public GAEConnectionManager() { method getSchemeRegistry (line 57) | @Override public SchemeRegistry getSchemeRegistry() { method requestConnection (line 61) | @Override public ClientConnectionRequest requestConnection(final HttpR... method releaseConnection (line 74) | @Override public void releaseConnection(ManagedClientConnection conn, method closeIdleConnections (line 78) | @Override public void closeIdleConnections(long idletime, TimeUnit tun... method closeExpiredConnections (line 81) | @Override public void closeExpiredConnections() { method shutdown (line 84) | @Override public void shutdown() { method getConnection (line 87) | private ManagedClientConnection getConnection(HttpRoute route, Object ... FILE: samples/photo_album_gae/src/main/webapp/assets/javascripts/cloudinary/jquery.cloudinary.js function utf8_encode (line 13) | function utf8_encode (argString) { function crc32 (line 65) | function crc32 (str) { function option_consume (line 93) | function option_consume(options, option_name, default_value) { function build_array (line 98) | function build_array(arg) { function present (line 107) | function present(value) { function generate_transformation_string (line 110) | function generate_transformation_string(options) { function absolutize (line 188) | function absolutize(url) { function cloudinary_url (line 195) | function cloudinary_url(public_id, options) { function html_only_attributes (line 259) | function html_only_attributes(options) { FILE: samples/photo_album_gae/src/main/webapp/assets/javascripts/cloudinary/jquery.ui.widget.js function handlerProxy (line 396) | function handlerProxy() { function handlerProxy (line 432) | function handlerProxy() {