id
stringlengths
14
17
content
stringlengths
80
3.92k
concode_data_1
generate mappings for each function node and parameters and variables names associated with it . concode_field_sep int parentScope concode_elem_sep ArrayList functionBracePositions concode_elem_sep ObjArray funcObjects concode_elem_sep int functionNum concode_elem_sep ArrayList functionVarMappings concode_elem_sep int ...
concode_data_2
returns a hash of the given files contents . reads the file fully into memory before hashing so only use with small files . concode_field_sep Sha256Hash ZERO_HASH concode_elem_sep byte[] bytes concode_field_sep Sha256Hash createDouble concode_elem_sep int hashCode concode_elem_sep boolean equals concode_elem_sep Sha256...
concode_data_3
obtains the id of an object and returns it as a string . if cancreate is true it will try to create a new id for the object if it has none . concode_field_sep Logger LOG concode_elem_sep Class MYCLASS concode_elem_sep String id concode_field_sep String readObjectID concode_elem_sep String createObjectID concode_elem_se...
concode_data_4
creates a matcher of comparable object that matches when the examined object isgreater than the specified value , as reported by the compareto method of the examined object . for example : assertthat 2 , greaterthan 1 concode_field_sep PlaceHolder placeHolder concode_field_sep Matcher<T> lessThan concode_elem_sep Match...
concode_data_5
returns denominator concode_field_sep int denom concode_elem_sep int num concode_field_sep boolean isOne concode_elem_sep int getScaled concode_elem_sep boolean equals concode_elem_sep int getNum
concode_data_6
not required concode_field_sep double lat concode_elem_sep String id_str concode_elem_sep String screen_name concode_elem_sep String place_name concode_elem_sep String image concode_elem_sep String user_name concode_elem_sep double lng concode_elem_sep Date created_at concode_elem_sep int loc_radius concode_elem_sep St...
concode_data_7
implements bundleactivator.stop . does nothing since the framework will automatically unregister any registered services . concode_field_sep IEnvironments environments concode_elem_sep HashMap<String,XMPPConnectionFactory> factories concode_elem_sep AutoSIMXMPPConfig config concode_field_sep void start
concode_data_8
tests for the bufferedblockinstream #seek long method . concode_field_sep TestBufferedBlockInStream mTestStream concode_elem_sep long mBlockSize concode_elem_sep long mBufferSize concode_field_sep void before concode_elem_sep void bufferRead concode_elem_sep void skip concode_elem_sep void bulkRead concode_elem_sep voi...
concode_data_9
tries to perform a `` full '' garbage collection cycle including processing of weak references and invocation of finalize methods and waits for it to complete . ensures that at least one weak reference has been cleared and one finalize method has been run before thismethod returns . this method may be useful when testi...
concode_data_10
sets the properties and configuration before each test runs . concode_field_sep TransferManager mManager concode_elem_sep String BUCKET_NAME concode_elem_sep String KEY concode_elem_sep S3ADirectOutputStream mStream concode_field_sep void close
concode_data_11
this function returns the documentation in c-style comment format . concode_field_sep String LINE_SEPARATOR concode_field_sep void setDocs concode_elem_sep int appendComment concode_elem_sep boolean hasDocs concode_elem_sep String getComments concode_elem_sep String getComments concode_elem_sep String defaultFor
concode_data_12
get the log level for reporting the selection of the new alternative address or endpoint concode_field_sep Logger LOG concode_elem_sep long delayBetweenRetries concode_elem_sep List<String> alternateAddresses concode_field_sep String selectAlternateAddress concode_elem_sep void setDelayBetweenRetries concode_elem_sep L...
concode_data_13
function to search for a word concode_field_sep TSTNode middle concode_elem_sep char data concode_elem_sep TSTNode left concode_elem_sep TSTNode root concode_elem_sep TSTNode right concode_elem_sep ArrayList<String> al concode_elem_sep boolean is_End_Of_String concode_field_sep void traverse concode_elem_sep void makeE...
concode_data_14
closes the current scans . concode_field_sep Transaction tx concode_elem_sep TableInfo ti concode_elem_sep int nextblknum concode_elem_sep Scan lhsscan concode_elem_sep int chunksize concode_elem_sep int filesize concode_elem_sep Scan prodscan concode_elem_sep Scan rhsscan concode_field_sep boolean next concode_elem_se...
concode_data_15
convert a given string propertyname #propertyvalue to a map concode_field_sep Map<String,Map<String,String>> userStoreManagers concode_field_sep Set<String> getAvailableDomainNames concode_elem_sep void clearUserStoreManager concode_elem_sep void addUserStoreManager concode_elem_sep Map<String,String> getUserStoreManag...
concode_data_16
find the attributes or simple/text nodes concode_field_sep String XML_NAMESPACE concode_elem_sep InputStream stream concode_elem_sep Document doc concode_elem_sep Map<String,String> namespaces concode_field_sep URI[] getLinks concode_elem_sep String getPrefix concode_elem_sep T[] getNodes concode_elem_sep T[] getNodes ...
concode_data_17
validates the files listed in the set of sources source byrunning passes that are dependent on the validation goal . returns true on success . concode_field_sep ExtensionInfo extensionInfo concode_elem_sep ClassFileLoader loader concode_elem_sep ErrorQueue eq concode_elem_sep Collection<JavaFileObject> outputFiles conc...
concode_data_18
enable/disable gps concode_field_sep Context context concode_field_sep void reboot concode_elem_sep boolean getGPS
concode_data_19
23 returns true if view 's layout direction is right-to-left . 24 25 @param view the view whose layout is being considered 26 concode_field_sep TypedValue mTmpValue concode_field_sep void showSystemUI concode_elem_sep int getSystemBarHeightInDp concode_elem_sep int getStatusBarHeight concode_elem_sep int getStatusBarHe...
concode_data_20
gets the checklist for an element . concode_field_sep Hashtable lists concode_elem_sep Hashtable statuses concode_field_sep ChecklistStatus getStatusFor concode_elem_sep Checklist lookupChecklist concode_elem_sep void register
concode_data_21
test method for net.sf.marineapi.nmea.util.date #setday int . concode_field_sep Date instance concode_elem_sep GregorianCalendar cal concode_field_sep void testConstructorWithString concode_elem_sep void testSetMonth concode_elem_sep void testSetYearThreeDigits concode_elem_sep void testConstructor concode_elem_sep voi...
concode_data_22
returns the next available tile in the specified lane that is closest to the base . a tile is available if it 's not occupied by a card . concode_field_sep Array<Array<Array<Card>>> tiles concode_elem_sep int HUMAN_PLAYER concode_elem_sep String name concode_elem_sep int id concode_elem_sep int COMPUTER_PLAYER concode_...
concode_data_23
inverse of a matrix - a-1 a = i where i is the identity matrix a matrix that have inverse is called non-singular or invertible . if the matrix does not have inverse it is called singular . for a singular matrix the values of the inverted matrix are either nan or infinity only square matrices have inverse and the follow...
concode_data_24
getter for the exit code defaults to blank . concode_field_sep JobExitStatus NOOP concode_elem_sep JobExitStatus FILES_AVAILABLE concode_elem_sep JobExitStatus CAPTURE_SOURCE_METADATA_ERRORS concode_elem_sep JobExitStatus SOURCE_DELETION_ERRORS concode_elem_sep JobExitStatus DOWNLOAD_ERRORS concode_elem_sep JobExitStat...
concode_data_25
gets the hover attribute of the standardattributeresolver object concode_field_sep NamespaceHandler nsh concode_elem_sep UserInterface ui concode_elem_sep UserAgentCallback uac concode_field_sep String getClass concode_elem_sep boolean isLink concode_elem_sep String getAttributeValue concode_elem_sep String getAttribut...
concode_data_26
get the list of attributestatementproviders . concode_field_sep boolean signToken concode_elem_sep ConditionsProvider conditionsProvider concode_elem_sep Logger LOG concode_elem_sep List<AttributeStatementProvider> attributeStatementProviders concode_elem_sep SubjectProvider subjectProvider concode_field_sep boolean ca...
concode_data_27
unloads the sounds from memory . concode_field_sep ShadowStruggles game concode_elem_sep Array<Asset> textures concode_elem_sep Array<Asset> sounds concode_elem_sep Array<Asset> rpgMaps concode_elem_sep String assetName concode_elem_sep Array<Asset> textureRegions concode_elem_sep String LOG concode_elem_sep String ass...
concode_data_28
returns the project model for the specified user . concode_field_sep IStoredSettings settings concode_elem_sep IRuntimeManager runtimeManager concode_elem_sep FileBasedConfig projectConfigs concode_elem_sep Logger logger concode_elem_sep IRepositoryManager repositoryManager concode_elem_sep Map<String,ProjectModel> pro...
concode_data_29
get the color name of the color that is closest to the given hex color value as a 6-digit hex string . concode_field_sep int r concode_elem_sep int b concode_elem_sep Map<RGB,String> namedColors concode_elem_sep int g concode_field_sep int hashCode concode_elem_sep boolean equals concode_elem_sep Color getColor concode...
concode_data_30
gets the data source as a pseudo file name faux-file . adding a suffix matching the source object type ensures that the appropriate language parser is used . concode_field_sep String schema concode_elem_sep String name concode_elem_sep Logger LOG concode_elem_sep String type concode_elem_sep String CLASS_NAME concode_e...
concode_data_31
default tcp port on which to connect to nodes . concode_field_sep int addressHeader concode_elem_sep int INTERVAL concode_elem_sep byte[] alertSigningKey concode_elem_sep int[] acceptableAddressCodes concode_elem_sep long packetMagic concode_elem_sep int p2shHeader concode_elem_sep List<NetworkParameters> paramSet conc...
concode_data_32
returns urlset keys for the terms that have been indexed . should be used for development and testing , not production . concode_field_sep Jedis jedis concode_field_sep void add concode_elem_sep boolean isIndexed concode_elem_sep void deleteAllKeys concode_elem_sep Map<String,Integer> getCounts concode_elem_sep void ma...
concode_data_33
clears all marks about blocks to move in/out in this view . concode_field_sep BlockMetadataManagerView mManagerView concode_elem_sep StorageDir mDir concode_elem_sep long mBlocksToMoveOutSize concode_elem_sep long mBlocksToMoveInSize concode_elem_sep StorageTierView mTierView concode_elem_sep Set<Long> mBlocksToMoveIn ...
concode_data_34
returns a subject capturing the login name the end user used to login to the resource server when authorizing a given client request concode_field_sep long issuedAt concode_elem_sep List<OAuthPermission> scopes concode_elem_sep UserSubject subject concode_elem_sep Client client concode_elem_sep boolean preAuthorized co...
concode_data_35
retrieve a length from the format string . either for a repeat count or a string length . return one if no explicit repeat count . \ param advance whether to move the stream position . concode_field_sep int formatOff concode_elem_sep int formatRepeatCount concode_elem_sep String format concode_field_sep void checkType ...
concode_data_36
gets the error msg . concode_field_sep Long expectedDataUnitId concode_elem_sep Long seqNo concode_elem_sep Long dataSetId concode_elem_sep Long dataUnitId concode_elem_sep String expectedValue concode_elem_sep String actualValue concode_elem_sep Long expectedDataSetId concode_elem_sep String errorCode concode_elem_sep...
concode_data_37
determine if the set contains a particular symbol . concode_field_sep HashMap<String,symbol> _all concode_field_sep boolean add concode_elem_sep boolean add concode_elem_sep Iterator<symbol> iterator concode_elem_sep int size concode_elem_sep void not_null concode_elem_sep int hashCode concode_elem_sep boolean is_super...
concode_data_38
tries to merge all direct text and cdata children of the given node and concatenates their value . concode_field_sep char SPACE concode_field_sep Node stripWhitespace concode_elem_sep Map<QName,String> getAttributes concode_elem_sep Node normalizeWhitespace concode_elem_sep String normalize concode_elem_sep QName getQN...
concode_data_39
get the marshalregistry stored in the context , and if necessary create a new one . concode_field_sep int nextId concode_elem_sep Map<Object,String> instances concode_elem_sep Map<String,Object> notMarshalled concode_field_sep String getInstanceId concode_elem_sep Iterator<Object> iterator
concode_data_40
return a list containing o1 and o2 . concode_field_sep PlaceHolder placeHolder concode_field_sep List<T> add concode_elem_sep T firstOrElse concode_elem_sep boolean equals concode_elem_sep List<T> nonNullList concode_elem_sep List<U> map concode_elem_sep Iterator<Pair<T,T>> pairs
concode_data_41
sets the value of the parametersmetadata property . concode_field_sep MetaData.Template template concode_elem_sep MetaData.WorkflowImpl workflowImpl concode_elem_sep String workflowImplId concode_elem_sep ParametersMetaData parametersMetaData concode_elem_sep String templateName concode_elem_sep String templateDescript...
concode_data_42
return our details tab s . proof of concept only . concode_field_sep long serialVersionUID concode_elem_sep String aboutName concode_elem_sep Logger LOG concode_field_sep String getName concode_elem_sep String getInfo concode_elem_sep boolean enable concode_elem_sep boolean disable
concode_data_43
write character bytes - note that we cheat , we just convert them directly to a string for output with no regard to the encoding . concode_field_sep XMLStreamWriter writer concode_field_sep void processGroupStart concode_elem_sep void processDocumentEnd concode_elem_sep void processGroupEnd concode_elem_sep void proces...
concode_data_44
gets the checks if is active . concode_field_sep long serialVersionUID concode_elem_sep String isSystemDerived concode_elem_sep String isActive concode_elem_sep BigDecimal predecessorId concode_elem_sep String srcFileName concode_elem_sep BigDecimal successorId concode_elem_sep BigDecimal feedId concode_elem_sep String...
concode_data_45
factory for dataserver . concode_field_sep PlaceHolder placeHolder concode_field_sep int getPort concode_elem_sep boolean isClosed concode_elem_sep String getBindHost
concode_data_46
returns the first key that has private bytes concode_field_sep List<ECKey> keys concode_elem_sep Script redeemScript concode_field_sep RedeemData of concode_elem_sep RedeemData of
concode_data_47
destroy the instrumentation service . concode_field_sep String CONF_LOGGING_INTERVAL concode_elem_sep String JVM_INSTRUMENTATION_GROUP concode_elem_sep XLog log concode_elem_sep Instrumentation instrumentation concode_elem_sep String CONF_PREFIX concode_field_sep void init concode_elem_sep Class<? extends Service> getI...
concode_data_48
set the maximum key size to use when generating a symmetric key to sign an issued token . the requestor can specify a keysize value to use . the default is 512 bits . concode_field_sep List<String> acceptedC14nAlgorithms concode_elem_sep String signatureAlgorithm concode_elem_sep long maximumKeySize concode_elem_sep lo...
concode_data_49
returns the constant value of the specified field . concode_field_sep Scan s concode_elem_sep String joinfield concode_elem_sep Index idx concode_elem_sep TableScan ts concode_field_sep boolean next concode_elem_sep int getInt concode_elem_sep void resetIndex concode_elem_sep void beforeFirst concode_elem_sep String ge...
concode_data_50
returns the 4 byte header for bip32 hd wallet - public key part . concode_field_sep int INTERVAL concode_elem_sep String ID_UNITTESTNET concode_elem_sep long MAX_COINS concode_elem_sep int p2shHeader concode_elem_sep int PROTOCOL_VERSION concode_elem_sep BigInteger maxTarget concode_elem_sep int TARGET_SPACING concode_...
concode_data_51
returns the number of satoshis of this monetary value . concode_field_sep Coin MICROCOIN concode_elem_sep int SMALLEST_UNIT_EXPONENT concode_elem_sep long COIN_VALUE concode_elem_sep Coin SATOSHI concode_elem_sep MonetaryFormat FRIENDLY_FORMAT concode_elem_sep Coin COIN concode_elem_sep Coin CENT concode_elem_sep Coin ...
concode_data_52
set an action view for this menu item . an action view will be displayed in place of an automatically generated menu item element in the ui when this item is shown as an action within a parent . concode_field_sep android.view.MenuItem mMenuItem concode_field_sep boolean hasSubMenu concode_elem_sep CharSequence getTitle...
concode_data_53
test method for deletepersistentnotification serversession serversession , servermessage servermessage verifies that illegalargumentexception is thrown when serversession is null . concode_field_sep ServerMessage mockServerMessage concode_elem_sep ServerSession mockServerSession concode_elem_sep HashMap<String,Object> ...
concode_data_54
set seconds of minute . concode_field_sep int offsetHours concode_elem_sep int offsetMinutes concode_elem_sep double seconds concode_elem_sep int minutes concode_elem_sep int hour concode_elem_sep String TIME_PATTERN concode_field_sep int getOffsetHours concode_elem_sep Date toDate concode_elem_sep String toISO8601 con...
concode_data_55
sets the serviceid for this datagram packet . concode_field_sep byte[] data concode_elem_sep int offset concode_elem_sep int length concode_elem_sep ServiceID serviceID concode_elem_sep int capacity concode_elem_sep InetAddress address concode_field_sep ServiceID getServiceID concode_elem_sep void setLengthOnly concode...
concode_data_56
returns the size in bytes of the file that is used to store the chain with the current parameters . concode_field_sep Logger log concode_elem_sep ReentrantLock lock concode_elem_sep StoredBlock lastChainHead concode_elem_sep NetworkParameters params concode_elem_sep String HEADER_MAGIC concode_elem_sep int RECORD_SIZE ...
concode_data_57
gets the payload of the node . concode_field_sep List<DirectedAcyclicGraphNode<T>> mParents concode_elem_sep List<DirectedAcyclicGraphNode<T>> mChildren concode_elem_sep T mPayload concode_field_sep List<DirectedAcyclicGraphNode<T>> getParents concode_elem_sep List<DirectedAcyclicGraphNode<T>> getChildren concode_elem_...
concode_data_58
returns added date in `` yyyy-mm-dd hh : mm : ss '' format concode_field_sep String ext concode_elem_sep Date addedDate concode_elem_sep int rating concode_elem_sep int previousPlayCounter concode_elem_sep Date ratingModifDate concode_elem_sep Date lastPlayed concode_elem_sep String relativeFullPath concode_elem_sep bo...
concode_data_59
gets the children nodes of the node . concode_field_sep List<DirectedAcyclicGraphNode<T>> mParents concode_elem_sep List<DirectedAcyclicGraphNode<T>> mChildren concode_elem_sep T mPayload concode_field_sep List<DirectedAcyclicGraphNode<T>> getParents concode_elem_sep T getPayload concode_elem_sep void removeChild conco...
concode_data_60
returns the first item currently in the recyclerview that is not obscured by a header . concode_field_sep OrientationProvider mOrientationProvider concode_elem_sep StickyRecyclerHeadersAdapter mAdapter concode_elem_sep DimensionCalculator mDimensionCalculator concode_elem_sep HeaderProvider mHeaderProvider concode_fiel...
concode_data_61
sets the reg test result details lst . concode_field_sep Date lastModifiedTimeStamp concode_elem_sep Long feedId concode_elem_sep String createdBy concode_elem_sep Date fetcherStartTimeStamp concode_elem_sep Date createTimeStamp concode_elem_sep Long testId concode_elem_sep Long runId concode_elem_sep Date fetcherEndTi...
concode_data_62
gets the test id . concode_field_sep Timestamp lastModifiedTimeStamp concode_elem_sep Timestamp fetcherStartTimestamp concode_elem_sep Timestamp createTimeStamp concode_elem_sep long serialVersionUID concode_elem_sep BigDecimal batchId concode_elem_sep String errorMsg concode_elem_sep OutcomeType outcomeType concode_el...
concode_data_63
test method for settime and todate round-trip . concode_field_sep Time time concode_field_sep void testParseTimeWithOneDecimal concode_elem_sep void testSetNegativeMinutes concode_elem_sep void testFormatTimeWithOneDecimal concode_elem_sep void testSetMinutes concode_elem_sep void testParseTimeWithoutDecimals concode_e...
concode_data_64
sets the feed config id . concode_field_sep Timestamp endDate concode_elem_sep BigDecimal feedConfigId concode_elem_sep String resultCode concode_elem_sep long serialVersionUID concode_elem_sep String resultMessage concode_elem_sep BigDecimal fileCount concode_elem_sep Timestamp maxReceiptDate concode_elem_sep BigDecim...
concode_data_65
compression type for images to be generated from this writer . see javax.imageio.imagewriteparam #setcompressiontype string for a description of what this meansand valid range of values . concode_field_sep String imageFormat concode_elem_sep float writeCompressionQuality concode_elem_sep String writeCompressionType con...
concode_data_66
returns true if for each range in other there exists a member range in thisrange set which @linkplain range #encloses encloses it . returns true if other is empty . this is equivalent to checking if this range set #encloses each range in other . concode_field_sep PlaceHolder placeHolder concode_field_sep void add conco...
concode_data_67
add variables to the context . concode_field_sep Map<String,Method> functions concode_elem_sep ThreadLocal<ELEvaluator> current concode_elem_sep Context context concode_elem_sep ExpressionEvaluator evaluator concode_elem_sep Map<String,Object> vars concode_field_sep Method resolveFunction concode_elem_sep void addFunct...
concode_data_68
determines if the buffer contains data . concode_field_sep int mode concode_elem_sep ByteBuffer buffer concode_elem_sep ByteBufferAllocator allocator concode_elem_sep int OUTPUT_MODE concode_elem_sep int INPUT_MODE concode_field_sep void expandCapacity concode_elem_sep void setOutputMode concode_elem_sep void expand co...
concode_data_69
writes a setstring record to the log . this log record contains the setstring operator , followed by the transaction id , the filename , number , and offset of the modified block , and the previous string value at that offset . concode_field_sep Block blk concode_elem_sep String oldval concode_elem_sep int offset conco...
concode_data_70
this class encapsulates the access to the dataflownode class . is this worthwhile ? todo i think it 's too confusing to have the dataflownode constructor add the created instance to the list . i think it 'd be clearer if we did that more `` procedurally '' , i.e. , create the object , then add it to the list . concode_...
concode_data_71
gets the user from the threadlocal variable . concode_field_sep ThreadLocal<User> sUserThreadLocal concode_field_sep void set concode_elem_sep void remove
concode_data_72
add an recipient to the required recipients list concode_field_sep String enableClaims concode_elem_sep String enableRecipients concode_elem_sep List<String> selectedClaims concode_elem_sep String attributeConsumingServiceIndex concode_elem_sep String singleLogoutUrl concode_elem_sep String enableAudiences concode_elem...
concode_data_73
tests the fileutils #delete string method to throw an exception when trying to delete anon-existent file . concode_field_sep ExpectedException mException concode_elem_sep TemporaryFolder mTestFolder concode_field_sep void deleteFile concode_elem_sep void setLocalDirStickyBit concode_elem_sep void getLocalFileMode conco...
concode_data_74
checks whether the class declares an operation by the name given which is covered by the signature mask . concode_field_sep Map<FieldSignature,Set<String>> fields concode_elem_sep Map<String,ClassStats> nestedClasses concode_elem_sep Map<ClassMetricKey,Double> memo concode_elem_sep Map<OperationSignature,Map<String,Ope...
concode_data_75
updates/writes all specified user objects . concode_field_sep IStoredSettings settings concode_elem_sep Map<String,String> legacyBackingServices concode_elem_sep IRuntimeManager runtimeManager concode_elem_sep Logger logger concode_elem_sep IUserService userService concode_field_sep boolean deleteRepositoryRole concode...
concode_data_76
logs the message and throwable prepended by the filter name copy of genericservlet #log string , throwable concode_field_sep String CLASSPATH_PREFIX concode_elem_sep FilterConfig config concode_field_sep void init concode_elem_sep URL findResource concode_elem_sep String loadResource concode_elem_sep void doFilter conc...
concode_data_77
writes an empty response for calls that are purely one-way rpc . concode_field_sep Logger LOG concode_field_sep placeholderType placeHolder
concode_data_78
sets the current value . concode_field_sep boolean consoleMode concode_elem_sep org.apache.log4j.Logger logger concode_elem_sep int maxValue concode_elem_sep boolean showProgress concode_elem_sep ProgressMonitor progressMonitor concode_elem_sep StringBuffer log concode_elem_sep String currentMessage concode_elem_sep Li...
concode_data_79
accessor for the json string . concode_field_sep FileMapper m_fileMapper concode_elem_sep String m_escapedJson concode_elem_sep Logger m_log concode_elem_sep int STOP_DOWNLOAD_DELETE_FILES concode_elem_sep JLibTorrent m_libTorrent concode_field_sep void addDownload concode_elem_sep String normalizeId concode_elem_sep b...
concode_data_80
does this nodetest pass using the specified nodetester instance ? concode_field_sep DocumentTraversal documentTraversal concode_elem_sep short[] nodeTypes concode_elem_sep Node rootNode concode_field_sep short acceptNode concode_elem_sep DocumentTraversal getDocumentTraversal concode_elem_sep boolean acceptNodeType
concode_data_81
gets a context with the specified master address from the cache if it 's created before . otherwise creates a new one and puts it in the cache . concode_field_sep ConcurrentHashMapV8<InetSocketAddress,BlockWorkerThriftClientPool> BLOCK_WORKER_THRIFT_CLIENT_HEARTBEAT_POOL concode_elem_sep BlockMasterClientPool mBlockMas...
concode_data_82
convenience method for initializing a writer for the jpeg image format . concode_field_sep String imageFormat concode_elem_sep float writeCompressionQuality concode_elem_sep String writeCompressionType concode_elem_sep int writeCompressionMode concode_elem_sep String DEFAULT_IMAGE_FORMAT concode_field_sep void setWrite...
concode_data_83
creates a redirect link from portal to oma . incoming links look like this : http://mutationassessor.org/?cm=var&var=17,7517830,g,c&fts=all outgoing links look like this : omaredirect.do?path = / & cm = var & var = 17,7517830 , g , c & fts = all concode_field_sep String OMA_REDIRECT_LINK concode_elem_sep String SITE_PA...
concode_data_84
this call sets the threadingparameters for a jettyhttpserverengine concode_field_sep Logger LOG concode_elem_sep Bus bus concode_elem_sep Container.Listener mBeanContainer concode_elem_sep ConcurrentHashMap<Integer,JettyHTTPServerEngine> portMap concode_elem_sep ThreadingParameters fallbackThreadingParameters concode_e...
concode_data_85
registers a new generator . if a generator with the same language is already registered , it 's replaced by the new one . concode_field_sep GeneratorManager INSTANCE concode_elem_sep Logger LOG concode_elem_sep Language currLanguage concode_elem_sep Map<Language,CodeGenerator> generators concode_field_sep String getCod...
concode_data_86
convenience method that sets a variable in the el evaluator context . concode_field_sep Map<String,Method> functions concode_elem_sep ThreadLocal<ELEvaluator> current concode_elem_sep Context context concode_elem_sep ExpressionEvaluator evaluator concode_elem_sep Map<String,Object> vars concode_field_sep void setVariab...
concode_data_87
the index of this output in the transaction which holds it concode_field_sep int NONCOINBASE_HEIGHT concode_elem_sep long serialVersionUID concode_elem_sep long index concode_elem_sep BigInteger value concode_elem_sep byte[] scriptBytes concode_elem_sep Sha256Hash hash concode_elem_sep int height concode_field_sep BigI...
concode_data_88
fire a bullet . concode_field_sep float xStartPos concode_elem_sep FloatBuffer lModelAmbient concode_elem_sep float zPos concode_elem_sep float yPos concode_elem_sep float MOVE_FORWARD_SPEED concode_elem_sep float yStartPos concode_elem_sep float walkbiasangle concode_elem_sep float walkbias concode_elem_sep int BULLET...
concode_data_89
create an instance of getofferdetailsresponse.return.detailofferdata.offerdisplay concode_field_sep PlaceHolder placeHolder concode_field_sep GetOfferDetailsResponse.Return.DetailOfferData.SourceGeos createGetOfferDetailsResponseReturnDetailOfferDataSourceGeos concode_elem_sep GetOfferDetailsResponse.Return.DetailOffer...
concode_data_90
get the number of milliseconds for the acknowledgment interval . concode_field_sep DeliveryAssurance deliveryAssurance concode_elem_sep Long inactivityTimeout concode_elem_sep Long acknowledgementInterval concode_elem_sep String rmNamespace concode_elem_sep boolean sequenceTransportSecurityRequired concode_elem_sep Str...
concode_data_91
closes all client connections currently connected gracefully . note that this does not settle the actual payment channels and broadcast payment transactions , which must be done using the storedpaymentchannelserverstates which manages the states for the associatedwallet . concode_field_sep HandlerFactory eventHandlerFa...
concode_data_92
this is the standard way to report debugging information in the compiler . it reports a message of the specified level which controls the presentation of the message . to test whether such message should be reported , use `` should_report '' . note : this is a change of spec from earlier versions of report . note : thi...
concode_data_93
create an instance of access concode_field_sep QName _SignCertificateResponse_QNAME concode_elem_sep QName _Access_QNAME concode_elem_sep QName _CheckServiceAccessResponse_QNAME concode_elem_sep QName _SignCertificateRequest_QNAME concode_elem_sep QName _CertificateChainInfo_QNAME concode_elem_sep QName _RegistrationRe...
concode_data_94
sets the failed attribute name . concode_field_sep Long expectedDataUnitId concode_elem_sep Long seqNo concode_elem_sep Long dataSetId concode_elem_sep Long dataUnitId concode_elem_sep String expectedValue concode_elem_sep String actualValue concode_elem_sep Long expectedDataSetId concode_elem_sep String errorCode conc...
concode_data_95
returns list of groups for a user . concode_field_sep PlaceHolder placeHolder concode_field_sep placeholderType placeHolder
concode_data_96
flush outstanding data and make sure it is acknowledged concode_field_sep org.slf4j.Logger logger concode_elem_sep UDPEndPoint clientEndpoint concode_elem_sep ClientSession clientSession concode_field_sep void sendBlocking concode_elem_sep int read concode_elem_sep UDTStatistics getStatistics concode_elem_sep Socket ge...
concode_data_97
adds textual information to be displayed . note that none of the information added after #apply has been called , will be displayed . concode_field_sep boolean HAS_REMOTE_CONTROL_APIS concode_elem_sep Object mActualMetadataEditor concode_elem_sep int METADATA_KEY_ARTWORK concode_elem_sep Object mActualRemoteControlClie...
concode_data_98
landing land the drone concode_field_sep GeneralMotorCon ourInstance concode_elem_sep int spin90Time concode_elem_sep String TAG concode_elem_sep int batLvl concode_elem_sep long threadTimer concode_elem_sep int spinSpeed concode_elem_sep CommandManager cmd concode_elem_sep int hoverTime concode_elem_sep int speed conc...
concode_data_99
optional . this optional parameter specifies custom metadata for your group configuration . you can use the metadata parameter for customer automation , but it does not change any functionality in auto scale . there currently is no limitation on depth . concode_field_sep Map<String,String> metadata concode_elem_sep int...
concode_data_100
test method for net.sf.marineapi.nmea.parser.rmcparser #getdirectionofvariation . concode_field_sep String EXAMPLE concode_elem_sep RMCParser rmc concode_elem_sep RMCParser empty concode_field_sep void testSetFaaModeWhenOmitted concode_elem_sep void testSetDirectionOfVariationWithInvalidDirection concode_elem_sep void ...