MCPcopy Create free account

hub / github.com/BarcodeAPI/server / functions

Functions596 in github.com/BarcodeAPI/server

↓ 2 callersMethodgetMime
()
src/main/java/org/barcodeapi/server/core/RequestContext.java:44
↓ 2 callersMethodgetNumThreads
()
src/main/java/org/barcodeapi/server/core/CodeType.java:148
↓ 2 callersMethodgetOptions
()
src/main/java/org/barcodeapi/server/core/CodeType.java:204
↓ 2 callersMethodgetOrigin
Returns the origin for the request. @return the origin for the request
src/main/java/org/barcodeapi/server/core/RequestContext.java:306
↓ 2 callersMethodgetPatternExtended
()
src/main/java/org/barcodeapi/server/core/CodeType.java:160
↓ 2 callersMethodgetPriority
()
src/main/java/org/barcodeapi/server/core/CodeType.java:152
↓ 2 callersMethodgetProxy
Returns the proxy for the request. @return the proxy for request
src/main/java/org/barcodeapi/server/core/RequestContext.java:232
↓ 2 callersMethodgetStats
Returns an instance of the stats collector. @return an instance of the stats collector
src/main/java/org/barcodeapi/server/core/BackgroundTask.java:30
↓ 2 callersMethodgetTimeLastTouched
Returns the time the object was last touched. @return time when last touched
src/main/java/org/barcodeapi/server/cache/CachedObject.java:61
↓ 2 callersMethodgetTimeRunning
Returns the amount of time, in milliseconds, the server has been running. @return the amount of time the server has been running
src/main/java/org/barcodeapi/core/ServerRuntime.java:76
↓ 2 callersMethodgetTotalSpend
Returns the number of tokens spent. @return number of tokens spent
src/main/java/org/barcodeapi/server/core/Tokens.java:135
↓ 2 callersMethodgetTypeFromString
Get a CodeType object by any of its associated string IDs. Will return null if none are found. @param codeType @return
src/main/java/org/barcodeapi/server/core/TypeSelector.java:38
↓ 2 callersMethodgetUri
Returns the URI for the request. @return the URI for the request
src/main/java/org/barcodeapi/server/core/RequestContext.java:268
↓ 2 callersMethodhasBody
Returns if the request has additional content. @return if the request has additional content
src/main/java/org/barcodeapi/server/core/RequestContext.java:286
↓ 2 callersMethodhasSession
Returns true if the request has a session. @return if the request has a session
src/main/java/org/barcodeapi/server/core/RequestContext.java:342
↓ 2 callersMethodinvokeSystemShutdown
This method may be called by any class, at any time, to request that the application be terminated with the given exit code. @param exitCode The exit
src/main/java/org/barcodeapi/Launcher.java:63
↓ 2 callersMethodisActive
()
src/main/java/org/barcodeapi/server/cache/Subscriber.java:52
↓ 2 callersMethodisEnforced
Returns true if the limiter should be enforced. @return limiter enforced
src/main/java/org/barcodeapi/server/core/Tokens.java:45
↓ 2 callersMethodisUnlimited
Returns true if limiter is unlimited. @return true if limiter is unlimited
src/main/java/org/barcodeapi/server/core/Tokens.java:126
↓ 2 callersMethodlaunch
Main entry point to start the server; Jetty will be initialized followed by each handler. Once initialized the server will be started and ready to ser
src/main/java/org/barcodeapi/core/ServerLauncher.java:102
↓ 2 callersFunctionmakeEntryRow
(text, hits)
resources/ext/js/session.js:63
↓ 2 callersMethodpassHash
(String pass)
src/main/java/org/barcodeapi/core/utils/AuthUtils.java:19
↓ 2 callersFunctionrenderRequests
* Render a list of requests.
resources/ext/js/multi.js:65
↓ 2 callersFunctionshowRenderMenu
* Change the view state of the render options dropdown menu.
resources/ext/js/index.js:516
↓ 2 callersFunctionshowTypesMenu
* Change the view state of the type dropdown menu.
resources/ext/js/index.js:491
↓ 2 callersMethodstop
Stop the Jetty server. @throws Exception
src/main/java/org/barcodeapi/core/ServerLauncher.java:273
↓ 2 callersMethodtoImage
(BitMatrix bitMatrix)
src/main/java/org/barcodeapi/server/gen/impl/DefaultZXingProvider.java:56
↓ 2 callersFunctiontoggleSubmitButton
(enabled)
resources/ext/js/decode.js:83
↓ 2 callersMethoduseCache
Returns true if the request should use the cache. @return true if use cache
src/main/java/org/barcodeapi/server/gen/BarcodeRequest.java:110
↓ 2 callersFunctionzero
(x)
resources/ext/js/admin.js:6
↓ 1 callersMethod_impl
(String target, Request baseRequest, HttpServletRequest request, // HttpServletResponse response)
src/main/java/org/barcodeapi/server/core/RestHandler.java:93
↓ 1 callersFunctionaddEntryAPI
(text, hits)
resources/ext/js/session.js:68
↓ 1 callersFunctionaddEntryOther
(text, hits)
resources/ext/js/session.js:73
↓ 1 callersFunctionaddPlan
(plan)
resources/ext/js/limits.js:67
↓ 1 callersFunctionaddSupported
(type)
resources/ext/js/nonprinting.js:23
↓ 1 callersFunctionaddTooltip
* Adds the tooltip to a barcode type element.
resources/ext/js/index.js:723
↓ 1 callersFunctionaddType
(type)
resources/ext/js/types.js:44
↓ 1 callersMethodallowSpend
Returns true if the token balance allows the cost spend. @param cost the cost of the request @return true if balance allows spend
src/main/java/org/barcodeapi/server/core/Tokens.java:169
↓ 1 callersMethodasJSON
Returns the user session as a JSON object. @return the user session in JSON format
src/main/java/org/barcodeapi/server/cache/CachedSession.java:90
↓ 1 callersMethodasJSON
Returns the rate limiter object as a JSON object. @return the rate limiter object in JSON format
src/main/java/org/barcodeapi/server/cache/CachedLimiter.java:124
↓ 1 callersFunctionbuildOptions
(type)
resources/ext/js/type.js:113
↓ 1 callersFunctionbuildOptionsString
* Build the URL options string for requesting a barcode from the API server. * Adds a webapp parameter for tracking purposes. * Optionally adds para
resources/ext/js/index.js:456
↓ 1 callersMethodcalculateChecksum
Calculate the checksum for an EAN type barcode. @param data the EAN data @param count the number of digits @return the checksum value
src/main/java/org/barcodeapi/core/utils/CodeUtils.java:86
↓ 1 callersFunctioncheckInput
* Validate user input before rendering.
resources/ext/js/index.js:411
↓ 1 callersFunctionclearPreview
()
resources/ext/js/decode.js:75
↓ 1 callersFunctioncreateKeyboard
* Called when a new keyboard window should be created.
resources/ext/js/index.js:780
↓ 1 callersMethodcreateSession
Creates a new user session object. @return the user session object
src/main/java/org/barcodeapi/server/core/SessionHelper.java:46
↓ 1 callersMethoddecay
()
src/main/java/org/barcodeapi/server/core/Reputation.java:79
↓ 1 callersMethoddecodeURL
Decode a URL to a UTF-8 string. @param data the data to decode @return the decoded string
src/main/java/org/barcodeapi/core/utils/CodeUtils.java:135
↓ 1 callersFunctiondelTemplate
()
resources/ext/js/limits.js:108
↓ 1 callersFunctiondelTemplate
()
resources/ext/js/types.js:68
↓ 1 callersMethoddeleteSession
Delete a user session from the cache. @param sid the session id @return session removed
src/main/java/org/barcodeapi/server/core/SessionHelper.java:66
↓ 1 callersMethoddoDELETE
(RequestContext c, HttpServletResponse r)
src/main/java/org/barcodeapi/server/api/SessionHandler.java:66
↓ 1 callersMethoddoDELETE
(RequestContext c, HttpServletResponse r)
src/main/java/org/barcodeapi/server/api/LimiterHandler.java:54
↓ 1 callersMethoddoGET
(RequestContext c, HttpServletResponse r)
src/main/java/org/barcodeapi/server/api/SessionHandler.java:57
↓ 1 callersMethoddoGET
(RequestContext c, HttpServletResponse r)
src/main/java/org/barcodeapi/server/api/LimiterHandler.java:45
↓ 1 callersMethoddoShareGet
Handle a GET request to the /share/ handler. Returns the share associated with the key. @param c request context @param r response context @throws I
src/main/java/org/barcodeapi/server/api/ShareHandler.java:75
↓ 1 callersMethoddoSharePost
Handle a POST request to the /share/ handler. Creates a share with the given set of requests. Returns the share key associated with the new share.
src/main/java/org/barcodeapi/server/api/ShareHandler.java:111
↓ 1 callersMethodenableMultipart
(boolean enable)
src/main/java/org/barcodeapi/server/core/RestHandler.java:85
↓ 1 callersMethodencodeHTML
Returns an HTML page with the barcode embedded as Base-64. @return barcode in an HTML format page
src/main/java/org/barcodeapi/server/cache/CachedBarcode.java:136
↓ 1 callersMethodencodeJSON
Returns the share data encoded in a JSON object. @return share data in JSON format
src/main/java/org/barcodeapi/server/cache/CachedShare.java:84
↓ 1 callersMethodencodeJSON
Returns the barcode data encoded as Base64, wrapped in a JSON object. @return barcode data in JSON format
src/main/java/org/barcodeapi/server/cache/CachedBarcode.java:121
↓ 1 callersMethodencodeURI
Returns the request as a URI. @return the request as a URI
src/main/java/org/barcodeapi/server/gen/BarcodeRequest.java:137
↓ 1 callersMethodencodeURL
Encode a UTF-8 string to a URL. @param data the data to encode @return the encoded string
src/main/java/org/barcodeapi/core/utils/CodeUtils.java:112
↓ 1 callersMethodfinish
Encode and render the image. @return the image bytes @throws IOException generation failure
src/main/java/org/barcodeapi/server/gen/BarcodeCanvasProvider.java:52
↓ 1 callersMethodflushLimiter
(String caller)
src/main/java/org/barcodeapi/server/cache/LimiterCache.java:50
↓ 1 callersMethodfromCSV
Returns a BarcodeRequest object for the given CSV entry. @param record the CSV record @return the barcode request object @throws GenerationException
src/main/java/org/barcodeapi/server/gen/BarcodeRequest.java:155
↓ 1 callersMethodfromJSON
(JSONObject conf)
src/main/java/org/barcodeapi/server/core/CodeType.java:212
↓ 1 callersFunctiongenerateImage
* Generate a barcode image from a request.
resources/ext/js/multi.js:163
↓ 1 callersMethodgetAdmin
Returns the user currently logged in. @return the user currently logged in
src/main/java/org/barcodeapi/server/core/RequestContext.java:324
↓ 1 callersMethodgetBarcodeDataSize
returns the number of bytes in the data array. @return number of data bytesS
src/main/java/org/barcodeapi/server/cache/CachedBarcode.java:100
↓ 1 callersMethodgetBarcodeImage
()
src/main/java/org/barcodeapi/server/core/GenerationException.java:53
↓ 1 callersMethodgetBarcodeStringNice
Returns a _nice_ string representing the data encoded in the barcode. @return a _nice_ barcode text string
src/main/java/org/barcodeapi/server/cache/CachedBarcode.java:80
↓ 1 callersMethodgetBarcodeStringRaw
Returns the raw data encoded in the barcode. @return the raw barcode text string
src/main/java/org/barcodeapi/server/cache/CachedBarcode.java:70
↓ 1 callersMethodgetByApp
Lookup a subscriber by the referring application. @param app the application address @return the subscriber info or null
src/main/java/org/barcodeapi/server/cache/SubscriberCache.java:137
↓ 1 callersMethodgetByIP
Lookup a subscriber by IP address. @param ip the IP address @return the subscriber info or null
src/main/java/org/barcodeapi/server/cache/SubscriberCache.java:127
↓ 1 callersMethodgetByKey
Lookup a subscriber by API key. @param key the API key @return the subscriber info or null
src/main/java/org/barcodeapi/server/cache/SubscriberCache.java:117
↓ 1 callersMethodgetCacheEnable
()
src/main/java/org/barcodeapi/server/core/CodeType.java:140
↓ 1 callersMethodgetCacheNames
()
src/main/java/org/barcodeapi/server/cache/ObjectCache.java:216
↓ 1 callersMethodgetCookie
Returns the browser cookie for the session. @return the browser cookie for the session
src/main/java/org/barcodeapi/server/cache/CachedSession.java:62
↓ 1 callersMethodgetData
Returns the data contained in the share. @return the data contained in the share
src/main/java/org/barcodeapi/server/cache/CachedShare.java:53
↓ 1 callersMethodgetDecodeSupported
()
src/main/java/org/barcodeapi/server/core/CodeType.java:136
↓ 1 callersMethodgetDescription
()
src/main/java/org/barcodeapi/server/core/CodeType.java:196
↓ 1 callersMethodgetDisplayName
()
src/main/java/org/barcodeapi/server/core/CodeType.java:128
↓ 1 callersMethodgetExt
()
src/main/java/org/barcodeapi/server/core/RequestContext.java:48
↓ 1 callersMethodgetFamily
(int id)
src/main/java/org/barcodeapi/server/gen/types/AprilTagGenerator.java:60
↓ 1 callersMethodgetFormats
Returns the requested output format. @return the requested output format
src/main/java/org/barcodeapi/server/core/RequestContext.java:277
↓ 1 callersMethodgetGeneratorClass
()
src/main/java/org/barcodeapi/server/core/CodeType.java:144
↓ 1 callersMethodgetHostname
Returns the system host name. @return the system host name
src/main/java/org/barcodeapi/core/ServerRuntime.java:94
↓ 1 callersMethodgetIP
Returns the IP for the request. @return the IP for the request
src/main/java/org/barcodeapi/server/core/RequestContext.java:241
↓ 1 callersMethodgetLimit
Returns the limit of the limiter. @return rate limit
src/main/java/org/barcodeapi/server/core/Tokens.java:54
↓ 1 callersMethodgetName
()
src/main/java/org/barcodeapi/server/cache/ObjectCache.java:61
↓ 1 callersMethodgetPatternAuto
()
src/main/java/org/barcodeapi/server/core/CodeType.java:156
↓ 1 callersMethodgetRuntimeID
Returns the current runtime ID of the server. @return the current runtime ID of the server
src/main/java/org/barcodeapi/core/ServerRuntime.java:58
↓ 1 callersMethodgetSession
Returns the session for the request. @return the session for the request
src/main/java/org/barcodeapi/server/core/RequestContext.java:360
↓ 1 callersMethodgetShowType
()
src/main/java/org/barcodeapi/server/core/CodeType.java:132
↓ 1 callersMethodgetSource
Returns the source of the request. @return the source of the request
src/main/java/org/barcodeapi/server/core/RequestContext.java:315
↓ 1 callersMethodgetStandardTimeout
Returns the time the object will stay cached, after it's last access, until it will be flushed. @return object timeout
src/main/java/org/barcodeapi/server/cache/CachedObject.java:81
↓ 1 callersMethodgetSubscribed
()
src/main/java/org/barcodeapi/server/cache/Subscriber.java:48
↓ 1 callersMethodgetSystemTimer
Returns an instance of the system timer. @return an instance of the system timer
src/main/java/org/barcodeapi/core/ServerRuntime.java:103
← previousnext →101–200 of 596, ranked by callers