Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/dileber/dileber
/ functions
Functions
742 in github.com/dileber/dileber
⨍
Functions
742
◇
Types & classes
189
↓ 3 callers
Method
getMethod
()
lib/src/com/android/volley/toolbox/HttpClientStack.java:179
↓ 3 callers
Method
getNetworkImageLoader
()
lib/src/com/zhonghua/dileber/http/HttpManager.java:97
↓ 3 callers
Method
getPriority
Returns the {@link Priority} of this request; {@link Priority#NORMAL} by default.
lib/src/com/android/volley/Request.java:550
↓ 3 callers
Method
getRootView
()
lib/src/com/zhonghua/dileber/mvp/view/IViewDelegate.java:15
↓ 3 callers
Method
initializePivotPoint
()
lib/src/cn/pedant/SweetAlert/Rotate3dAnimation.java:119
↓ 3 callers
Method
invoke
(Object o, Method method, Object[] objects)
lib/src/com/zhonghua/dileber/data/db/MapperProxy.java:27
↓ 3 callers
Method
isCanceled
Returns true if this request has been canceled.
lib/src/com/android/volley/Request.java:372
↓ 3 callers
Method
listKey
(String sql,List<Map<String,Object>> arg)
lib/src/com/zhonghua/dileber/data/db/MapperMethod.java:123
↓ 3 callers
Method
md5
(String string)
lib/src/com/zhonghua/dileber/http/Md5.java:11
↓ 3 callers
Method
onNext
(String s)
testddd/src/com/zhonghua/dilebertest/presenter/MainActivity.java:29
↓ 3 callers
Method
parseDateAsEpoch
Parse date in RFC1123 format, and return its value as epoch
lib/src/com/android/volley/toolbox/HttpHeaderParser.java:125
↓ 3 callers
Method
postResponse
Parses a response from the network or cache and delivers it.
lib/src/com/android/volley/ResponseDelivery.java:23
↓ 3 callers
Method
setEntityIfNonEmptyBody
(HttpEntityEnclosingRequestBase httpRequest, Request<?> request)
lib/src/com/android/volley/toolbox/HttpClientStack.java:137
↓ 3 callers
Method
setupPaints
Set the properties of the paints we're using to draw the progress wheel
lib/src/com/pnikosis/materialishprogress/ProgressWheel.java:166
↓ 3 callers
Method
shouldCache
Returns true if responses to this request should be cached.
lib/src/com/android/volley/Request.java:532
↓ 3 callers
Method
start
Starts the dispatchers in this queue.
lib/src/com/android/volley/RequestQueue.java:134
↓ 3 callers
Method
trim
Removes buffers from the pool until it is under its size limit.
lib/src/com/android/volley/toolbox/ByteArrayPool.java:123
↓ 3 callers
Method
trimToSize
()
lib/src/com/zhonghua/dileber/http/DiskLruCache.java:698
↓ 3 callers
Method
validateKey
(String key)
lib/src/com/zhonghua/dileber/http/DiskLruCache.java:716
↓ 2 callers
Method
abort
Aborts this edit. This releases the edit lock so another edit may be started on the same key.
lib/src/com/zhonghua/dileber/http/DiskLruCache.java:853
↓ 2 callers
Method
addHeaders
(HttpUriRequest httpRequest, Map<String, String> headers)
lib/src/com/android/volley/toolbox/HttpClientStack.java:50
↓ 2 callers
Method
batchResponse
Starts the runnable for batched delivery of responses if it is not already started. @param cacheKey The cacheKey of the response being delivered. @par
lib/src/com/android/volley/toolbox/ImageLoader.java:456
↓ 2 callers
Method
concat
链接字符串,第一个是分割符号 @param splt 分隔符 @param args 参数 @return
lib/src/com/zhonghua/dileber/tools/HString.java:24
↓ 2 callers
Method
concatObject
链接对象,第一个是分割符号 @param splt 分隔符 @param args 参数 @return
lib/src/com/zhonghua/dileber/tools/HString.java:45
↓ 2 callers
Method
concatString
链接字符 @param args @return
lib/src/com/zhonghua/dileber/tools/HString.java:13
↓ 2 callers
Method
doGet
(Long timeoutMs)
lib/src/com/android/volley/toolbox/RequestFuture.java:100
↓ 2 callers
Method
e
(Object... content)
lib/src/com/zhonghua/dileber/tools/SLog.java:29
↓ 2 callers
Method
encodeParameters
Converts <code>params</code> into an application/x-www-form-urlencoded encoded string.
lib/src/com/android/volley/Request.java:504
↓ 2 callers
Method
expand
Ensures there is enough space in the buffer for the given number of additional bytes.
lib/src/com/android/volley/toolbox/PoolingByteArrayOutputStream.java:71
↓ 2 callers
Method
getAge
()
sample/src/com/zhonghua/smailadd/LocalModel/User.java:33
↓ 2 callers
Method
getBodyContentType
Returns the content type of the POST or PUT body.
lib/src/com/android/volley/Request.java:480
↓ 2 callers
Method
getCacheEntry
Returns the annotated cache entry, or null if there isn't one.
lib/src/com/android/volley/Request.java:358
↓ 2 callers
Method
getCacheKey
Creates a cache key for use with the L1 cache. @param url The URL of the request. @param maxWidth The max-width of the output. @param maxHeight The ma
lib/src/com/android/volley/toolbox/ImageLoader.java:502
↓ 2 callers
Method
getClazz
()
lib/src/com/zhonghua/dileber/data/db/MapperMethod.java:240
↓ 2 callers
Method
getDelegateClass
()
lib/src/com/zhonghua/dileber/mvp/presenter/FragmentPresenter.java:67
↓ 2 callers
Method
getDelegateClass
()
lib/src/com/zhonghua/dileber/mvp/presenter/FragmentActivityPresenter.java:67
↓ 2 callers
Method
getDelegateClass
()
lib/src/com/zhonghua/dileber/mvp/presenter/ActivityPresenter.java:69
↓ 2 callers
Method
getError
Get the error for this response
lib/src/com/android/volley/toolbox/ImageLoader.java:423
↓ 2 callers
Method
getHeaders
Returns a list of extra HTTP headers to go along with this request. Can throw {@link AuthFailureError} as authentication may be required to provide th
lib/src/com/android/volley/Request.java:382
↓ 2 callers
Method
getInfo
()
sample/src/com/zhonghua/smailadd/LocalModel/User.java:41
↓ 2 callers
Method
getInstance
()
lib/src/com/zhonghua/dileber/app/SApplication.java:46
↓ 2 callers
Method
getLengths
()
lib/src/com/zhonghua/dileber/http/DiskLruCache.java:916
↓ 2 callers
Method
getMessage
()
lib/src/com/android/volley/AuthFailureError.java:51
↓ 2 callers
Method
getPostBody
@deprecated Use {@link #getBody()}.
lib/src/com/android/volley/toolbox/JsonRequest.java:82
↓ 2 callers
Method
getPostBodyContentType
@deprecated Use {@link #getBodyContentType()}.
lib/src/com/android/volley/toolbox/JsonRequest.java:74
↓ 2 callers
Method
getRequestUrl
Returns the requested URL for this container.
lib/src/com/android/volley/toolbox/ImageLoader.java:381
↓ 2 callers
Method
getResizedDimension
Scales one side of a rectangle to fit aspect ratio. @param maxPrimary Maximum size of the primary dimension (i.e. width for max width), or zer
lib/src/com/android/volley/toolbox/ImageRequest.java:105
↓ 2 callers
Method
getRetryPolicy
Returns the retry policy that should be used for this request.
lib/src/com/android/volley/Request.java:566
↓ 2 callers
Method
getSetMethod
java反射bean的set方法 @param objectClass @param fieldName @return
lib/src/com/zhonghua/dileber/data/db/DBManager.java:462
↓ 2 callers
Method
getState
()
lib/src/com/zhonghua/dileber/mvp/model/SWrapper.java:11
↓ 2 callers
Method
getStringValue
(Object obj)
lib/src/com/zhonghua/dileber/tools/HString.java:60
↓ 2 callers
Method
getTrafficStatsTag
@return A tag for use with {@link TrafficStats#setThreadStatsTag(int)}
lib/src/com/android/volley/Request.java:171
↓ 2 callers
Method
init
()
lib/src/cn/pedant/SweetAlert/SuccessTickView.java:38
↓ 2 callers
Method
initialize
Performs any potentially long-running actions needed to initialize the cache; will be called from a worker thread.
lib/src/com/android/volley/Cache.java:44
↓ 2 callers
Method
inputStreamToString
(InputStream in)
lib/src/com/zhonghua/dileber/http/DiskLruCache.java:723
↓ 2 callers
Method
invalidLengths
(String[] strings)
lib/src/com/zhonghua/dileber/http/DiskLruCache.java:941
↓ 2 callers
Method
invokeSet
执行set方法 @param object 执行对象 @param fieldName 属性 @param value 值
lib/src/com/zhonghua/dileber/data/db/DBManager.java:486
↓ 2 callers
Method
isCancelled
()
lib/src/com/android/volley/toolbox/RequestFuture.java:127
↓ 2 callers
Method
isDone
()
lib/src/com/android/volley/toolbox/RequestFuture.java:135
↓ 2 callers
Method
isSpinning
()
lib/src/cn/pedant/SweetAlert/ProgressHelper.java:82
↓ 2 callers
Method
isValidUrl
检查网址是否是真 @param url @return
lib/src/com/zhonghua/dileber/http/HttpManager.java:55
↓ 2 callers
Method
loadDialogDismiss
()
lib/src/com/zhonghua/dileber/mvp/view/AppViewDelegate.java:144
↓ 2 callers
Method
loadImageIfNecessary
Loads the image for the view if it isn't already loaded. @param isInLayoutPass True if this was invoked from a layout pass, false otherwise.
lib/src/com/android/volley/toolbox/NetworkImageView.java:133
↓ 2 callers
Method
markDelivered
Mark this request as having a response delivered on it. This can be used later in the request's lifetime for suppressing identical responses.
lib/src/com/android/volley/Request.java:574
↓ 2 callers
Method
newOutputStream
Returns a new unbuffered output stream to write the value at {@code index}. If the underlying output stream encounters errors when writing to the file
lib/src/com/zhonghua/dileber/http/DiskLruCache.java:814
↓ 2 callers
Method
onClick
(SweetAlertDialog sweetAlertDialog)
lib/src/cn/pedant/SweetAlert/SweetAlertDialog.java:68
↓ 2 callers
Method
onErrorResponse
Callback method that an error has been occurred with the provided error code and optional user-readable message.
lib/src/com/android/volley/Response.java:38
↓ 2 callers
Method
onFailure
(VolleyError error)
lib/src/com/zhonghua/dileber/http/HttpListener.java:13
↓ 2 callers
Method
onProgressUpdate
Method to call when the progress reaches a value in order to avoid float precision issues, the progress is rounded to a float with two decimals. In i
lib/src/com/pnikosis/materialishprogress/ProgressWheel.java:748
↓ 2 callers
Method
openConnection
Opens an {@link HttpURLConnection} with parameters. @param url @return an open connection @throws IOException
lib/src/com/android/volley/toolbox/HurlStack.java:178
↓ 2 callers
Method
parseNetworkResponse
Subclasses must implement this to parse the raw network response and return an appropriate response type. This method will be called from a worker thr
lib/src/com/android/volley/Request.java:593
↓ 2 callers
Method
parseValue
(TypedValue value)
lib/src/cn/pedant/SweetAlert/Rotate3dAnimation.java:36
↓ 2 callers
Method
playAnimation
()
lib/src/cn/pedant/SweetAlert/SweetAlertDialog.java:185
↓ 2 callers
Method
postError
Posts an error for the given request.
lib/src/com/android/volley/ResponseDelivery.java:34
↓ 2 callers
Method
putEntry
Puts the entry with the specified key into the cache. @param key The key to identify the entry by. @param entry The entry to cache.
lib/src/com/android/volley/toolbox/DiskBasedCache.java:284
↓ 2 callers
Method
putSystemPreferences
(String key, Object object)
lib/src/com/zhonghua/dileber/data/PerfManager.java:251
↓ 2 callers
Method
putValue
(Map<String, String> ret, Map.Entry<String, Object> entry)
lib/src/com/zhonghua/dileber/http/CommonParams.java:69
↓ 2 callers
Method
query2Map
(String sql, Object[] selectionArgs)
lib/src/com/zhonghua/dileber/data/db/DBManager.java:321
↓ 2 callers
Method
quit
Forces this dispatcher to quit immediately. If any requests are still in the queue, they are not guaranteed to be processed.
lib/src/com/android/volley/CacheDispatcher.java:73
↓ 2 callers
Method
readHeader
Reads the header off of an InputStream and returns a CacheHeader object. @param is The InputStream to read from. @throws IOException
lib/src/com/android/volley/toolbox/DiskBasedCache.java:374
↓ 2 callers
Method
rebuildJournal
Creates a new journal that omits redundant information. This replaces the current journal if it exists.
lib/src/com/zhonghua/dileber/http/DiskLruCache.java:426
↓ 2 callers
Method
removeContainerAndCancelIfNecessary
Detatches the bitmap container from the request and cancels the request if no one is left listening. @param container The container to remove from the
lib/src/com/android/volley/toolbox/ImageLoader.java:441
↓ 2 callers
Method
restore
()
lib/src/cn/pedant/SweetAlert/SweetAlertDialog.java:169
↓ 2 callers
Method
setCacheEntry
Annotates this request with an entry retrieved for it from cache. Used for cache coherency support. @return This Request object to allow for chaining
lib/src/com/android/volley/Request.java:350
↓ 2 callers
Method
setCancelText
(String text)
lib/src/cn/pedant/SweetAlert/SweetAlertDialog.java:306
↓ 2 callers
Method
setConfirmText
(String text)
lib/src/cn/pedant/SweetAlert/SweetAlertDialog.java:319
↓ 2 callers
Method
setContentText
(String text)
lib/src/cn/pedant/SweetAlert/SweetAlertDialog.java:269
↓ 2 callers
Method
setDefaultImage
(final int imageType)
lib/src/com/android/volley/toolbox/NetworkImageView.java:232
↓ 2 callers
Method
setNetworkTimeMs
(long networkTimeMs)
lib/src/com/android/volley/VolleyError.java:50
↓ 2 callers
Method
setOnClickListener
(View.OnClickListener listener, int... ids)
lib/src/com/zhonghua/dileber/mvp/view/AppViewDelegate.java:64
↓ 2 callers
Method
setRetryPolicy
Sets the retry policy for this request. @return This Request object to allow for chaining.
lib/src/com/android/volley/Request.java:196
↓ 2 callers
Method
showCancelButton
(boolean isShow)
lib/src/cn/pedant/SweetAlert/SweetAlertDialog.java:282
↓ 2 callers
Method
size
()
lib/src/com/zhonghua/dileber/http/CommonParams.java:35
↓ 2 callers
Method
stop
Stops the cache and network dispatchers.
lib/src/com/android/volley/RequestQueue.java:152
↓ 2 callers
Method
streamToBytes
Reads the contents of an InputStream into a byte[].
lib/src/com/android/volley/toolbox/DiskBasedCache.java:308
↓ 2 callers
Method
throwIfNotOnMainThread
()
lib/src/com/android/volley/toolbox/ImageLoader.java:490
↓ 1 callers
Method
addCacheHeaders
(Map<String, String> headers, Cache.Entry entry)
lib/src/com/android/volley/toolbox/BasicNetwork.java:184
↓ 1 callers
Method
addCommonParams
(Map<String, Object> mp)
lib/src/com/zhonghua/dileber/http/CommonParams.java:44
↓ 1 callers
Method
addContainer
Adds another ImageContainer to the list of those interested in the results of the request.
lib/src/com/android/volley/toolbox/ImageLoader.java:431
↓ 1 callers
Method
addRequestQueue
(Request<T> request)
lib/src/com/zhonghua/dileber/http/HttpManager.java:78
← previous
next →
101–200 of 742, ranked by callers