idx
int64
0
25k
question
stringlengths
72
5.69k
target
stringlengths
21
481
13,100
32 bit word to 4 byte array in little endian order concode_field_sep int stateSize concode_elem_sep int[] engineState concode_elem_sep byte[] tau concode_elem_sep int[] x concode_elem_sep byte[] workingKey concode_elem_sep int index concode_elem_sep byte[] sigma concode_elem_sep byte[] workingIV concode_elem_sep boolea...
byte [ ] function ( int arg0 , byte [ ] arg1 , int arg2 ) { arg1 [ arg2 ] = ( byte ) arg0 ; arg1 [ arg2 + 1 ] = ( byte ) ( arg0 >>> 8 ) ; arg1 [ arg2 + 2 ] = ( byte ) ( arg0 >>> 16 ) ; arg1 [ arg2 + 3 ] = ( byte ) ( arg0 >>> 24 ) ; return arg1 ; }
13,101
warning log message . concode_field_sep int WARN concode_elem_sep int VERBOSE concode_elem_sep int ERROR concode_elem_sep int LOGLEVEL concode_elem_sep int DEBUG concode_elem_sep int INFO concode_field_sep boolean isLoggable concode_elem_sep void d concode_elem_sep void d concode_elem_sep void d concode_elem_sep void s...
void function ( String arg0 , String arg1 ) { if ( LOG . WARN >= LOGLEVEL ) Log . w ( arg0 , arg1 ) ; }
13,102
returns the string which was actually parsed with all the substitutions performed concode_field_sep Deque<ParsingState> stack concode_elem_sep String originalInput concode_elem_sep ParsingState initialState concode_elem_sep char ch concode_elem_sep Deque<Character> lookFor concode_elem_sep CommandFormatException error ...
String function ( String arg0 , ParsingStateCallbackHandler arg1 , ParsingState arg2 , boolean arg3 , CommandContext arg4 ) { if ( arg0 == null || arg0 . isEmpty ( ) ) { return arg0 ; } ParsingContextImpl loc0 = new ParsingContextImpl ( ) ; loc0 . arg2 = arg2 ; loc0 . arg1 = arg1 ; loc0 . input = arg0 ; loc0 . arg3 = a...
13,103
returns a list of all available codec names concode_field_sep NamedSPILoader<Codec> loader concode_elem_sep String name concode_elem_sep Codec defaultCodec concode_field_sep LiveDocsFormat liveDocsFormat concode_elem_sep String getName concode_elem_sep TermVectorsFormat termVectorsFormat concode_elem_sep FieldInfosForm...
Set < String > function ( ) { if ( loader == null ) { throw new IllegalStateException ( "srini_string" + "srini_string" ) ; } return loader . availableServices ( ) ; }
13,104
sets the traverseemptycells property . concode_field_sep boolean traverseEmptyCells concode_elem_sep CellRangeAddress range concode_elem_sep Sheet sheet concode_elem_sep int colNumber concode_elem_sep long ordinalNumber concode_elem_sep int rowNumber concode_field_sep void traverse concode_elem_sep int getRowNumber con...
void function ( boolean arg0 ) { this . traverseEmptyCells = arg0 ; }
13,105
return the number of enqueued runnables . concode_field_sep Runnable runnable concode_elem_sep IdleState idleState concode_elem_sep long scheduledTime concode_elem_sep boolean isExecutingRunnable concode_elem_sep Thread associatedThread concode_elem_sep long currentTime concode_elem_sep List<ScheduledRunnable> runnable...
int function ( ) { return runnables . size ( ) ; }
13,106
switch the direction from forward to reverse and vice versa . concode_field_sep boolean mBraking concode_elem_sep boolean FORWARD concode_elem_sep boolean mDirection concode_elem_sep short mSpeed concode_elem_sep boolean REVERSE concode_elem_sep TPU_PWM mPwm1 concode_elem_sep TPU_PWM mPwm2 concode_field_sep void setSpe...
void function ( ) { mDirection = ! mDirection ; update ( ) ; }
13,107
the current state of the attachment . concode_field_sep String vpcId concode_elem_sep String state concode_field_sep VpcAttachment withState concode_elem_sep VpcAttachment withState concode_elem_sep int hashCode concode_elem_sep boolean equals concode_elem_sep VpcAttachment withVpcId concode_elem_sep VpcAttachment clon...
String function ( ) { return this . state ; }
13,108
create a transactional protocol client . concode_field_sep PlaceHolder placeHolder concode_field_sep TransactionalProtocolClient.PreparedOperation<TransactionalProtocolClient.Operation> executeBlocking concode_elem_sep TransactionalProtocolClient.Operation wrap
TransactionalProtocolClient function ( final ManagementChannelHandler arg0 ) { final TransactionalProtocolClientImpl loc0 = new TransactionalProtocolClientImpl ( arg0 ) ; arg0 . addHandlerFactory ( loc0 ) ; return loc0 ; }
13,109
helper for success callbacks that just returns the status.ok by default concode_field_sep String callbackId concode_elem_sep CordovaWebView webView concode_elem_sep int changingThreads concode_elem_sep String LOG_TAG concode_elem_sep boolean finished concode_field_sep boolean isChangingThreads concode_elem_sep String g...
void function ( byte [ ] arg0 ) { sendPluginResult ( new PluginResult ( PluginResult . Status . OK , arg0 ) ) ; }
13,110
finds the appropriate name for the `` rollback '' operation , looking through all vcss registered in the project . concode_field_sep PlaceHolder placeHolder concode_field_sep placeholderType placeHolder
String function ( @ NotNull Project arg0 ) { return getRollbackOperationName ( asList ( ProjectLevelVcsManager . getInstance ( arg0 ) . getAllActiveVcss ( ) ) ) ; }
13,111
sets the value of the sheetviews property . concode_field_sep CTSheetProtection sheetProtection concode_elem_sep CTSheetFormatPr sheetFormatPr concode_elem_sep Object parent concode_elem_sep CTSheetPr sheetPr concode_elem_sep CTControls controls concode_elem_sep CTExtensionList extLst concode_elem_sep CTPageMargins pag...
void function ( SheetViews arg0 ) { this . sheetViews = arg0 ; }
13,112
creates an instance of defaulthttpresponsefactory to be usedby http connections for creating httpresponse objects . this method can be overridden in a super class in order to provide a different implementation of the httpresponsefactory interface . concode_field_sep SSLSetupHandler sslHandler concode_elem_sep NHttpClie...
HttpResponseFactory function ( ) { return new DefaultHttpResponseFactory ( ) ; }
13,113
test for subversionprojectimporter #getdescription . concode_field_sep SourceStorage sourceStorage concode_elem_sep VirtualFile root concode_elem_sep File repoRoot concode_elem_sep SubversionProjectImporter projectImporter concode_elem_sep UserProfileDao userProfileDao concode_elem_sep RepositoryUrlProvider repositoryU...
void function ( ) { assertEquals ( projectImporter . getDescription ( ) , "srini_string" ) ; }
13,114
info log message with printf formatting . concode_field_sep int WARN concode_elem_sep int VERBOSE concode_elem_sep int ERROR concode_elem_sep int LOGLEVEL concode_elem_sep int DEBUG concode_elem_sep int INFO concode_field_sep boolean isLoggable concode_elem_sep void d concode_elem_sep void d concode_elem_sep void d con...
void function ( String arg0 , String arg1 , Object ... arg2 ) { if ( LOG . INFO >= LOGLEVEL ) Log . i ( arg0 , String . format ( arg1 , arg2 ) ) ; }
13,115
returns the number of rows that match the dynamic query . concode_field_sep DATAGROUPLocalService _service concode_field_sep vn.dtt.cmon.dm.dao.model.DATAGROUP addDATAGROUP concode_elem_sep vn.dtt.cmon.dm.dao.model.DATAGROUP createDATAGROUP concode_elem_sep int countAll concode_elem_sep java.util.List<vn.dtt.cmon.dm.da...
long function ( com . liferay . portal . kernel . dao . orm . DynamicQuery arg0 , com . liferay . portal . kernel . dao . orm . Projection arg1 ) { return getService ( ) . dynamicQueryCount ( arg0 , arg1 ) ; }
13,116
guesses the content type based on the provided bytes . concode_field_sep int GUESS_HEADER_LENGTH concode_field_sep XContentBuilder contentBuilder concode_elem_sep XContentBuilder contentBuilder concode_elem_sep XContentBuilder cborBuilder concode_elem_sep XContentBuilder cborBuilder concode_elem_sep XContentType xConte...
XContent function ( byte [ ] arg0 ) { return xContent ( arg0 , 0 , arg0 . length ) ; }
13,117
todo concode_field_sep int st_mutex_inuse_max concode_elem_sep int st_mutex_tas_spins concode_elem_sep int st_regsize concode_elem_sep int st_mutex_free concode_elem_sep long st_region_nowait concode_elem_sep int st_mutex_cnt concode_elem_sep int st_mutex_inuse concode_elem_sep int st_mutex_align concode_elem_sep long ...
int function ( ) { return st_mutex_free ; }
13,118
returns the release with the primary key or throws a nosuchreleaseexception if it could not be found . concode_field_sep ReleasePersistence _persistence concode_field_sep int countAll concode_elem_sep void cacheResult concode_elem_sep void cacheResult concode_elem_sep Release fetchByServletContextName concode_elem_sep ...
Release function ( long arg0 ) { return getPersistence ( ) . findByPrimaryKey ( arg0 ) ; }
13,119
returns the time of the event concode_field_sep String realmId concode_elem_sep String resourcePath concode_elem_sep OperationType operationType concode_elem_sep long time concode_elem_sep AuthDetails authDetails concode_elem_sep String error concode_elem_sep String representation concode_field_sep void setRealmId conc...
long function ( ) { return time ; }
13,120
sets the group_exclude value for this data_warehouse_segment . concode_field_sep com.omniture.www.Data_warehouse_segment_group group_exclude concode_elem_sep java.lang.Object __equalsCalc concode_elem_sep org.apache.axis.description.TypeDesc typeDesc concode_elem_sep java.lang.String name concode_elem_sep boolean __has...
void function ( com . omniture . www . Data_warehouse_segment_group arg0 ) { this . group_exclude = arg0 ; }
13,121
returns the volume . concode_field_sep Date date concode_elem_sep Number volume concode_elem_sep Number high concode_elem_sep Number low concode_elem_sep Number close concode_elem_sep long serialVersionUID concode_elem_sep Number open concode_field_sep Number getClose concode_elem_sep Number getOpen concode_elem_sep Nu...
Number function ( ) { return this . volume ; }
13,122
returns reference associated with defined name . concode_field_sep String PROPERTY_ELEMENT concode_elem_sep Map<String,Reference> bindings concode_elem_sep String REFERENCE_ELEMENT concode_elem_sep String FACTORY_LOCATION_ATTR concode_elem_sep String BIND_NAME_ATTR concode_elem_sep String FACTORY_ATTR concode_elem_sep ...
Reference function ( String arg0 ) { return bindings . get ( arg0 ) ; }
13,123
read length bytes from position of a file channel . an eofexception will be thrown if you attempt to read beyond the end of file . concode_field_sep int WRITE_CHUNK_SIZE concode_elem_sep int READ_CHUNK_SIZE concode_field_sep byte[] readFromFileChannel concode_elem_sep int readFromFileChannel concode_elem_sep int readFr...
void function ( FileChannel arg0 , long arg1 , byte [ ] arg2 , int arg3 , int arg4 ) { int loc0 = readFromFileChannel ( arg0 , arg1 , arg2 , arg3 , arg4 ) ; if ( loc0 < 0 ) { throw new EOFException ( "srini_string" + arg1 + "srini_string" + arg4 + "srini_string" + arg0 . size ( ) + "srini_string" ) ; } }
13,124
check if the token is function e.g. `` sin '' concode_field_sep String OPERATORS concode_elem_sep String IMAGINARY concode_elem_sep String[] FUNCTIONS concode_elem_sep Stack<String> stackOperations concode_elem_sep NumberFormat numberFormat concode_elem_sep Queue<String> outputQueueRPN concode_elem_sep String SEPARATOR...
boolean function ( String arg0 ) { for ( String loc0 : FUNCTIONS ) { if ( loc0 . equals ( arg0 ) ) { return true ; } } return false ; }
13,125
gets the value of the arg0 property . concode_field_sep String arg0 concode_field_sep void setArg0
String function ( ) { return arg0 ; }
13,126
transitively retrieve all aliases for the given name . concode_field_sep Map<String,String> aliasMap concode_field_sep void registerAlias concode_elem_sep String[] getAliases concode_elem_sep boolean isAlias concode_elem_sep boolean allowAliasOverriding concode_elem_sep void checkForAliasCircle concode_elem_sep void re...
void function ( String arg0 , List < String > arg1 ) { for ( Map . Entry < String , String > loc0 : this . aliasMap . entrySet ( ) ) { String loc1 = loc0 . getValue ( ) ; if ( loc1 . equals ( arg0 ) ) { String loc2 = loc0 . getKey ( ) ; arg1 . add ( loc2 ) ; retrieveAliases ( loc2 , arg1 ) ; } } }
13,127
get the resource adapter concode_field_sep Logger log concode_elem_sep String name concode_elem_sep long serialVersionUID concode_elem_sep PrintWriter logwriter concode_elem_sep ResourceAdapter ra concode_field_sep void setName concode_elem_sep ManagedConnection createManagedConnection concode_elem_sep void setResource...
ResourceAdapter function ( ) { log . finest ( "srini_string" ) ; return ra ; }
13,128
gets the datasetid value for this sdkdocument . concode_field_sep java.lang.Integer dataSourceId concode_elem_sep java.lang.Integer dataSetId concode_elem_sep org.apache.axis.description.TypeDesc typeDesc concode_elem_sep java.lang.Object __equalsCalc concode_elem_sep java.lang.String name concode_elem_sep java.lang.St...
java . lang . Integer function ( ) { return dataSetId ; }
13,129
get the log writer for this managedconnectionfactory instance . concode_field_sep long serialVersionUID concode_elem_sep PrintWriter logwriter concode_elem_sep Logger log concode_elem_sep Byte first concode_elem_sep ResourceAdapter ra concode_elem_sep Short second concode_field_sep void setSecond concode_elem_sep Manag...
PrintWriter function ( ) { log . finest ( "srini_string" ) ; return logwriter ; }
13,130
clears all internal data structures , removing any references to compiled statements . concode_field_sep Database database concode_elem_sep IntKeyHashMap schemaMap concode_elem_sep LongKeyHashMap csidMap concode_elem_sep long next_cs_id concode_field_sep long nextID concode_elem_sep Statement compile concode_elem_sep S...
void function ( ) { schemaMap . clear ( ) ; csidMap . clear ( ) ; next_cs_id = 0 ; }
13,131
nothing to release . concode_field_sep boolean isStatic concode_elem_sep EmptyTargetSource INSTANCE concode_elem_sep Class<?> targetClass concode_elem_sep long serialVersionUID concode_field_sep boolean isStatic concode_elem_sep Object getTarget concode_elem_sep Object readResolve concode_elem_sep Class<?> getTargetCla...
void function ( Object arg0 ) { }
13,132
set the timer that should be used to query the time based uniformbinding s for material world parameters . concode_field_sep Vector3f camDir concode_elem_sep Matrix4f viewProjMatrix concode_elem_sep Matrix4f worldViewMatrix concode_elem_sep Matrix3f normalMatrix concode_elem_sep int viewHeight concode_elem_sep Matrix4f...
void function ( com . jme3 . system . Timer arg0 ) { this . timer = arg0 ; }
13,133
compares this protocol version to another one . note that the comparison is done based on the semantic version , i.e. dtls protocol version 1.0 represented as major 254 , minor 255 is considered lower than 1.2 represented as major 254 , minor 253 whereas the byte values representing version 1.0 are actually larger . co...
int function ( ProtocolVersion arg0 ) { if ( major == arg0 . getMajor ( ) ) { if ( minor < arg0 . getMinor ( ) ) { return 1 ; } else if ( minor > arg0 . getMinor ( ) ) { return - 1 ; } else { return 0 ; } } else if ( major < arg0 . getMajor ( ) ) { return 1 ; } else { return - 1 ; } }
13,134
retrieve the input stream for the request . concode_field_sep ActionRequest request concode_field_sep String getCharacterEncoding concode_elem_sep String getContentType concode_elem_sep String toString concode_elem_sep int getContentLength
InputStream function ( ) { return request . getPortletInputStream ( ) ; }
13,135
find ancestor of two nodes in a binary tree algorithm : - check if both p and q are on different sides of a node then that node is the ancestor - else go to left subtree or right subtree time complexity : o n concode_field_sep Node root concode_field_sep boolean checkSumFromRootToLeafUsingBFS concode_elem_sep boolean c...
Node function ( Node arg0 , Node arg1 , Node arg2 ) { if ( ( ! covers ( arg0 , arg1 ) ) || ( ! covers ( arg0 , arg2 ) ) ) { return null ; } return commonAncestorHelper ( arg0 , arg1 , arg2 ) ; }
13,136
format this builder 's state as a commit object . concode_field_sep byte[] hcommitter concode_elem_sep ObjectId treeId concode_elem_sep PersonIdent committer concode_elem_sep PersonIdent author concode_elem_sep ObjectId[] parentIds concode_elem_sep byte[] htree concode_elem_sep ObjectId[] EMPTY_OBJECTID_LIST concode_el...
byte [ ] function ( ) { return build ( ) ; }
13,137
generates a create link concode_field_sep String localSpace concode_elem_sep String anchorURLFormat concode_elem_sep boolean withBreadcrumbs concode_elem_sep String standardURLFormat concode_elem_sep boolean useCache concode_elem_sep String urlFormat concode_elem_sep boolean cachable concode_elem_sep String breadcrumbS...
void function ( StringBuffer arg0 , String arg1 , String arg2 ) { cachable = false ; arg0 . append ( XmlEscaper . xmlEscape ( arg2 ) ) ; }
13,138
to be closed at teardown . concode_field_sep List<ResultSet> m_resultSets concode_elem_sep List<Connection> m_connections concode_elem_sep List<Statement> m_statements concode_field_sep Statement createStatement concode_elem_sep Connection newConnection concode_elem_sep void closeRegisteredObjects concode_elem_sep Prep...
void function ( ResultSet arg0 ) { m_resultSets . add ( arg0 ) ; }
13,139
extract the int from given any . concode_field_sep PlaceHolder placeHolder concode_field_sep int read concode_elem_sep void insert concode_elem_sep String id concode_elem_sep TypeCode type concode_elem_sep void write
int function ( Any arg0 ) { return arg0 . extract_ulong ( ) ; }
13,140
returns the array of fields in the database row . concode_field_sep Node nPrimaryNode concode_elem_sep Object[] oData concode_elem_sep int tableId concode_elem_sep int iPos concode_field_sep int getRealSize concode_elem_sep int getStorageSize concode_elem_sep void keepInMemory concode_elem_sep void clearNodeLinks conco...
Object [ ] function ( ) { return oData ; }
13,141
returns a text representation of the marginal distribution . concode_field_sep ProbDistribution condDistrib concode_elem_sep Logger log concode_elem_sep MultivariateDistribution uncondDistrib concode_field_sep Set<Value> getValues concode_elem_sep boolean pruneValues concode_elem_sep Set<String> getInputVariables conco...
String function ( ) { return "srini_string" + condDistrib . toString ( ) + "srini_string" + uncondDistrib . toString ( ) ; }
13,142
utility for processing boolean concode_field_sep Stack<Object> stack concode_elem_sep char[] buf concode_elem_sep int expressionDepth concode_elem_sep Reader reader concode_elem_sep int TOKEN_BOOLEAN concode_elem_sep int TOKEN_EXPRESSION concode_elem_sep int pos concode_elem_sep int tokenType concode_elem_sep int start...
void function ( ) { while ( pos < numRead ) { if ( isDelimiter ( buf [ pos ] ) ) { break ; } pos ++ ; } if ( pos < numRead ) { stack . push ( Boolean . valueOf ( new String ( buf , startTokenPos , pos - startTokenPos ) ) ) ; } parseNextState ( ) ; }
13,143
sets the value of the digestvalue property . concode_field_sep byte[] digestValue concode_elem_sep DigestMethodType digestMethod concode_elem_sep long serialVersionUID concode_elem_sep String id concode_elem_sep String uri concode_field_sep byte[] getDigestValue concode_elem_sep void setURI concode_elem_sep void setDig...
void function ( byte [ ] arg0 ) { this . digestValue = ( ( byte [ ] ) arg0 ) ; }
13,144
prints a message at error priority . concode_field_sep int ERROR concode_elem_sep int VERBOSE concode_elem_sep int WARN concode_elem_sep int NONE concode_elem_sep int ASSERT concode_elem_sep int DEBUG concode_elem_sep LogNode mLogNode concode_elem_sep int INFO concode_field_sep void println concode_elem_sep void printl...
void function ( String arg0 , String arg1 , Throwable arg2 ) { println ( ERROR , arg0 , arg1 , arg2 ) ; }
13,145
clears the csrftoken concode_field_sep CsrfTokenRepository csrfTokenRepository concode_field_sep placeholderType placeHolder
void function ( HttpServletRequest arg0 , HttpServletResponse arg1 , Authentication arg2 ) { this . csrfTokenRepository . saveToken ( null , arg0 , arg1 ) ; }
13,146
runs the provided action at the given optimization level concode_field_sep PlaceHolder placeHolder concode_field_sep void executeScript concode_elem_sep void runWithAllOptimizationLevels concode_elem_sep void runWithAllOptimizationLevels
void function ( final ContextAction arg0 , final int arg1 ) { runWithOptimizationLevel ( new ContextFactory ( ) , arg0 , arg1 ) ; }
13,147
convert a well-formed but not necessarily valid xml string into a jsonobject . some information may be lost in this transformation because json is a data format and xml is a document format . xml uses elements , attributes , and content text , while json uses unordered collections of name/value pairs and arrays of valu...
JSONObject function ( String arg0 ) { JSONObject loc0 = new JSONObject ( ) ; XMLTokener loc1 = new XMLTokener ( arg0 ) ; while ( loc1 . more ( ) && loc1 . skipPast ( "srini_string" ) ) { parse ( loc1 , loc0 , null ) ; } return loc0 ; }
13,148
used by the whitebox gui to tell if this plugin is still running . concode_field_sep String[] args concode_elem_sep boolean cancelOp concode_elem_sep WhiteboxPluginHost myHost concode_elem_sep String previousProgressLabel concode_elem_sep int previousProgress concode_elem_sep boolean amIActive concode_field_sep String ...
boolean function ( ) { return amIActive ; }
13,149
get the name of the bank . concode_field_sep String name concode_elem_sep ArrayList<Account> accounts concode_elem_sep ArrayList<User> users concode_field_sep User userLogin concode_elem_sep User addUser concode_elem_sep String getNewAccountUUID concode_elem_sep String getNewUserUUID concode_elem_sep void addAccount
String function ( ) { return this . name ; }
13,150
prints a message at assert priority . concode_field_sep int ERROR concode_elem_sep int VERBOSE concode_elem_sep int WARN concode_elem_sep int NONE concode_elem_sep int ASSERT concode_elem_sep int DEBUG concode_elem_sep LogNode mLogNode concode_elem_sep int INFO concode_field_sep void println concode_elem_sep void print...
void function ( String arg0 , String arg1 , Throwable arg2 ) { println ( ASSERT , arg0 , arg1 , arg2 ) ; }
13,151
method setday concode_field_sep String strWeekDay concode_elem_sep String strBegindate concode_elem_sep String strGroup concode_elem_sep int intType concode_elem_sep String strAccount concode_elem_sep int intDeveloperId concode_elem_sep String strReason concode_elem_sep String strToDate concode_elem_sep String strFullN...
void function ( String arg0 ) { this . strWeekDay = arg0 ; }
13,152
converts an instant object to an api date time in the time zonesupplied . concode_field_sep DateTimesHelper<DateTime,Date> dateTimesHelper concode_field_sep Calendar toCalendar concode_elem_sep Calendar toCalendar concode_elem_sep String toStringWithTimeZone concode_elem_sep DateTime toDateTimeWithTimeZone concode_elem...
DateTime function ( Instant arg0 , String arg1 ) { return dateTimesHelper . toDateTime ( arg0 , arg1 ) ; }
13,153
get the version value . concode_field_sep Collection<RecipInfo> recipientInfo concode_elem_sep EncContent encData concode_elem_sep int version concode_field_sep void setRecipientInfo concode_elem_sep void setVersion concode_elem_sep EncContent getEncData concode_elem_sep Collection<RecipInfo> recipientInfosFromASN1Set ...
int function ( ) { return version ; }
13,154
the wire-level request that initiated this http response . this is usually not the same request instance provided to the http client : it may be transformed by the http client . for example , the client may have added its own content-encoding header to enableresponse compression . it may be the request generated in res...
Request function ( ) { return request ; }
13,155
receives all exception s from an observable passed to subscriber #onerror throwable . this should never throw an exception . make sure to try/catch throwable all code inside this method implementation . concode_field_sep String ERROR_IN_RENDERING_SUFFIX concode_field_sep String handleOnNextValueRendering concode_elem_s...
void function ( Throwable arg0 ) { }
13,156
set whether to ignore case when matching . concode_field_sep int compileFlags concode_elem_sep boolean ignoreCase concode_elem_sep String format concode_elem_sep int maximum concode_elem_sep AbstractViolationReporter reporter concode_elem_sep int minimum concode_elem_sep MatchSuppressor suppressor concode_elem_sep Stri...
DetectorOptions function ( boolean arg0 ) { ignoreCase = arg0 ; return this ; }
13,157
obtain a sub-resource locator router for given resource method . concode_field_sep Logger LOGGER concode_elem_sep LoadingCache<LocatorCacheKey,LocatorRouting> cache concode_elem_sep Resource resource concode_elem_sep boolean disableValidation concode_elem_sep boolean ignoreValidationErrors concode_elem_sep ServiceLocat...
Router function ( final ResourceMethod arg0 ) { return new SubResourceLocatorRouter ( locator , arg0 , resourceContext , this ) ; }
13,158
set the url concode_field_sep String urlLabel concode_elem_sep String urlTarget concode_elem_sep String instruction concode_elem_sep List<SiteSetupQuestion> questions concode_elem_sep long serialVersionUID concode_elem_sep String id concode_elem_sep String siteTypeId concode_elem_sep String url concode_elem_sep String ...
void function ( String arg0 ) { this . urlLabel = arg0 ; }
13,159
returns the text to search for . concode_field_sep boolean wholeWord concode_elem_sep String PROPERTY_REPLACE_WITH concode_elem_sep String PROPERTY_MATCH_WHOLE_WORD concode_elem_sep boolean matchCase concode_elem_sep boolean forward concode_elem_sep String PROPERTY_SELECTION_ONLY concode_elem_sep String PROPERTY_MATCH_...
String function ( ) { return searchFor ; }
13,160
performs a dynamic query on the database and returns an ordered range of the matching rows . useful when paginating results . returns a maximum of end - start instances . start and end are not primary keys , they are indexes in the result set . thus , 0 refers to the first result in the set . setting both start and end...
java . util . List < T > function ( com . liferay . portal . kernel . dao . orm . DynamicQuery arg0 , int arg1 , int arg2 , com . liferay . portal . kernel . util . OrderByComparator < T > arg3 ) { return getService ( ) . arg0 ( arg0 , arg1 , arg2 , arg3 ) ; }
13,161
iterator method to know if another token follows , or if we 've reached the end of the stream . concode_field_sep char PLUS concode_elem_sep char ZERO concode_elem_sep char LOWER_E concode_elem_sep LineColumnReader reader concode_elem_sep char SPACE concode_elem_sep JsonToken currentToken concode_elem_sep char DOT conc...
boolean function ( ) { currentToken = nextToken ( ) ; return currentToken != null ; }
13,162
returns the string represented by the specified byte array using the file 's charset encoding . concode_field_sep Charset charset concode_elem_sep long expectedEntries concode_elem_sep Map<String,ZipFileEntry> entries concode_elem_sep boolean maybeZip64 concode_elem_sep boolean isZip64 concode_elem_sep long centralDire...
String function ( byte [ ] arg0 ) { return new String ( arg0 , charset ) ; }
13,163
returns the org code1 of this kiem dem vien . concode_field_sep KiemDemVien _kiemDemVien concode_field_sep void setOrgCode1 concode_elem_sep java.lang.String getDienThoai concode_elem_sep void setOrgCode2 concode_elem_sep void setImei concode_elem_sep void setExpandoBridgeAttributes concode_elem_sep void setExpandoBrid...
java . lang . String function ( ) { return _kiemDemVien . getOrgCode1 ( ) ; }
13,164
convenient method to test if an xsdstring is null nullxsdstring instance concode_field_sep XsdString NULL_XSDSTRING concode_elem_sep long serialVersionUID concode_elem_sep String id concode_elem_sep String tag concode_elem_sep String value concode_field_sep String getValue concode_elem_sep String getValue concode_elem_...
boolean function ( XsdString arg0 ) { return ( arg0 == null || arg0 . equals ( NULL_XSDSTRING ) ) ; }
13,165
converts a string array to a space-separated string . concode_field_sep PlaceHolder placeHolder concode_field_sep String[] insert concode_elem_sep String[] append
String function ( String [ ] arg0 ) { if ( arg0 == null ) return ( null ) ; StringBuffer loc0 = new StringBuffer ( ) ; for ( int loc1 = 0 ; loc1 < arg0 . length ; ++ loc1 ) { if ( loc1 > 0 ) loc0 . append ( "srini_string" ) ; loc0 . append ( arg0 [ loc1 ] . toString ( ) ) ; } return ( loc0 . toString ( ) ) ; }
13,166
sets the password . concode_field_sep String password concode_elem_sep String userName concode_field_sep String getPassword concode_elem_sep void setUserName concode_elem_sep String getUserName
void function ( String arg0 ) { this . password = arg0 ; }
13,167
get the config concode_field_sep Game game concode_elem_sep ZoneManager zoneManager concode_elem_sep Map<Player,ZoneBuffer> activeBuffers concode_elem_sep File parentDirectory concode_elem_sep Logger logger concode_elem_sep File defaultConfig concode_elem_sep Configuration config concode_elem_sep ConfigurationLoader<Co...
Configuration function ( ) { return config ; }
13,168
opens a file in the under file system . concode_field_sep FileSystemWorker mWorker concode_field_sep long getServiceVersion concode_elem_sep void sessionHeartbeat concode_elem_sep void closeUfsFile concode_elem_sep long createUfsFile concode_elem_sep void cancelUfsFile concode_elem_sep long completeUfsFile
long function ( final long arg0 , final String arg1 , final OpenUfsFileTOptions arg2 ) { return RpcUtils . call ( new RpcUtils . RpcCallableThrowsIOException < Long > ( ) { @ Override public Long call ( ) throws AlluxioException , IOException { return mWorker . openUfsFile ( arg0 , new AlluxioURI ( arg1 ) ) ; } } ) ; }
13,169
gets the base class interface for the field . this may either be a builder or a message . it will return whatever is more efficient . concode_field_sep GeneratedMessage.BuilderParent parent concode_elem_sep boolean isClean concode_elem_sep BType builder concode_elem_sep MType message concode_field_sep BType getBuilder ...
IType function ( ) { if ( builder != null ) { return ( IType ) builder ; } else { return ( IType ) message ; } }
13,170
create an instance of metadata.idinfo.timeperd concode_field_sep PlaceHolder placeHolder concode_field_sep Metadata.Metainfo.Metc.Cntinfo createMetadataMetainfoMetcCntinfo concode_elem_sep Metadata.Distinfo.Stdorder.Digform.Digtopt.Onlinopt.Computer.Networka createMetadataDistinfoStdorderDigformDigtoptOnlinoptComputerN...
Metadata . Idinfo . Timeperd function ( ) { return new Metadata . Idinfo . Timeperd ( ) ; }
13,171
returns the parent of this inputmap . concode_field_sep InputMap parent concode_elem_sep long serialVersionUID concode_elem_sep Map inputMap concode_field_sep int size concode_elem_sep KeyStroke[] keys concode_elem_sep void writeObject concode_elem_sep Object get concode_elem_sep void clear concode_elem_sep KeyStroke[]...
InputMap function ( ) { return parent ; }
13,172
optional property for advanced usage . for the most cases this property is not needed to be set . concode_field_sep HttpClient httpClient concode_elem_sep ResteasyProviderFactory resteasyProviderFactory concode_elem_sep URI baseUri concode_elem_sep T client concode_elem_sep ClientExecutor clientExecutor concode_elem_se...
void function ( ResteasyProviderFactory arg0 ) { this . resteasyProviderFactory = arg0 ; }
13,173
returns the position of the cloudlet with that id , if it exists . otherwise -1 . concode_field_sep PlaceHolder placeHolder concode_field_sep T getById concode_elem_sep void sort
int function ( List < T > arg0 , int arg1 ) { int loc0 = 0 ; for ( T loc1 : arg0 ) { if ( loc1 . getCloudletId ( ) == arg1 ) { return loc0 ; } loc0 ++ ; } return - 1 ; }
13,174
get the dotnet framework version . concode_field_sep Locale defaultLocale concode_elem_sep boolean redeployEnabled concode_elem_sep List watches concode_elem_sep List touches concode_elem_sep int watchInterval concode_elem_sep boolean enforceEndpointValidation concode_elem_sep String uuidGeneratorClassName concode_elem...
String function ( ) { return dotNetFrameworkVersion ; }
13,175
gets the location value for this paymentmethodvisuals . concode_field_sep java.lang.Object __equalsCalc concode_elem_sep java.lang.String flags concode_elem_sep boolean __hashCodeCalc concode_elem_sep java.lang.String location concode_elem_sep org.apache.axis.description.TypeDesc typeDesc concode_field_sep org.apache.a...
java . lang . String function ( ) { return location ; }
13,176
print a char and then terminate the line . concode_field_sep String CHARSET_NAME concode_elem_sep Locale LOCALE concode_elem_sep PrintWriter out concode_field_sep void print concode_elem_sep void print concode_elem_sep void print concode_elem_sep void print concode_elem_sep void print concode_elem_sep void print concod...
void function ( char arg0 ) { out . println ( arg0 ) ; }
13,177
create an instance of jaxbelement concode_field_sep QName _GetDataToSignResponse_QNAME concode_elem_sep QName _SignDocument_QNAME concode_elem_sep QName _ExtendSignature_QNAME concode_elem_sep QName _GetDataToSign_QNAME concode_elem_sep QName _SignDocumentResponse_QNAME concode_elem_sep QName _ExtendSignatureResponse_Q...
JAXBElement < GetDataToSignResponse > function ( GetDataToSignResponse arg0 ) { return new JAXBElement < GetDataToSignResponse > ( _GetDataToSignResponse_QNAME , GetDataToSignResponse . class , null , arg0 ) ; }
13,178
this method was generated by mybatis generator . this method returns the value of the database column deploy_agent . end_date concode_field_sep Date beginDate concode_elem_sep Date endDate concode_elem_sep Date lastModifiedDate concode_elem_sep String ipAddress concode_elem_sep String rawLog concode_elem_sep long seria...
Date function ( ) { return endDate ; }
13,179
unset the associated entity context . the container calls this method before removing the instance . concode_field_sep EntityContext ejbContext concode_elem_sep int nextId concode_elem_sep Map<String,OperationsPolicy> allowedOperationsTable concode_field_sep void ejbLoad concode_elem_sep void throwSystemException_NullP...
void function ( ) { testAllowedOperations ( "srini_string" ) ; }
13,180
the default implementation does nothing . concode_field_sep PlaceHolder placeHolder concode_field_sep void exitDeclare concode_elem_sep void exitListdecl concode_elem_sep void enterNondefcommand concode_elem_sep void exitList2decl concode_elem_sep void exitFuncprocbody concode_elem_sep void enterProg concode_elem_sep v...
void function ( LPPParser . AssignContext arg0 ) { }
13,181
name of the last shown activity - used at startup to restore the previously selected activity , also used by analytics tracker concode_field_sep int THEME_IMAGE_SIZE_WIDTH_DEFAULT concode_field_sep void setLastActivityStr concode_elem_sep ReaderTag getReaderTag concode_elem_sep int getAnalyticsForStatsWidgetPromo conco...
String function ( ) { return getString ( DeletablePrefKey . LAST_ACTIVITY_STR , ActivityId . UNKNOWN . name ( ) ) ; }
13,182
gets immutable version of this configuration . concode_field_sep Pattern NAME_PATTERN concode_elem_sep String name concode_elem_sep String extractor concode_elem_sep MapAttributeConfigReadOnly readOnly concode_field_sep MapAttributeConfig setName concode_elem_sep String getName concode_elem_sep String getExtractor conc...
MapAttributeConfigReadOnly function ( ) { if ( readOnly == null ) { readOnly = new MapAttributeConfigReadOnly ( this ) ; } return readOnly ; }
13,183
set the timeout value . concode_field_sep DateTimeRfc1123 ocpDate concode_elem_sep String clientRequestId concode_elem_sep DateTimeRfc1123 ifUnmodifiedSince concode_elem_sep Boolean returnClientRequestId concode_elem_sep DateTimeRfc1123 ifModifiedSince concode_elem_sep Integer timeout concode_elem_sep String ifNoneMatc...
PoolDeleteOptions function ( Integer arg0 ) { this . timeout = arg0 ; return this ; }
13,184
get the height of this item . concode_field_sep LegendItem item concode_elem_sep Point2D labelPosition concode_elem_sep Shape marker concode_elem_sep Line2D line concode_elem_sep double x concode_elem_sep double width concode_elem_sep double y concode_elem_sep double height concode_field_sep void setY concode_elem_sep ...
double function ( ) { return this . height ; }
13,185
sets the value of the startdate property . concode_field_sep XMLGregorianCalendar endDate concode_elem_sep BigDecimal price concode_elem_sep String description concode_elem_sep long serialVersionUID concode_elem_sep String type concode_elem_sep XMLGregorianCalendar startDate concode_field_sep XMLGregorianCalendar getSt...
void function ( XMLGregorianCalendar arg0 ) { this . startDate = arg0 ; }
13,186
asserts that two observables are equal . if they are not , an assertionerror is thrownwith the given message . if expecteds and actuals are null , they are considered equal . concode_field_sep PlaceHolder placeHolder concode_field_sep Observable<Void> assertObservableEquals concode_elem_sep Observable<Void> assertObser...
void function ( Observable < T > arg0 , Observable < T > arg1 ) { assertObservableEqualsBlocking ( null , arg0 , arg1 ) ; }
13,187
encode a password as a base64-encoded char array . concode_field_sep String secretKeyId concode_elem_sep SecretKeyHolder secretKeyHolder concode_elem_sep Logger logger concode_elem_sep SaslServer saslServer concode_elem_sep String QOP_AUTH_CONF concode_elem_sep String QOP_AUTH concode_elem_sep String DEFAULT_REALM conc...
char [ ] function ( String arg0 ) { Preconditions . checkNotNull ( arg0 , "srini_string" ) ; return Base64 . encode ( Unpooled . wrappedBuffer ( arg0 . getBytes ( StandardCharsets . UTF_8 ) ) ) . toString ( StandardCharsets . UTF_8 ) . toCharArray ( ) ; }
13,188
a hook for extending or modifying the list of converters after it has been configured . this may be useful for example to allow default converters to be registered and then insert a custom converter through this method . concode_field_sep PlaceHolder placeHolder concode_field_sep void configureDefaultServletHandling co...
void function ( List < HttpMessageConverter < ? >> arg0 ) { }
13,189
prints a message at verbose priority . concode_field_sep int ERROR concode_elem_sep int VERBOSE concode_elem_sep int WARN concode_elem_sep int NONE concode_elem_sep int ASSERT concode_elem_sep int DEBUG concode_elem_sep LogNode mLogNode concode_elem_sep int INFO concode_field_sep void println concode_elem_sep void prin...
void function ( String arg0 , String arg1 ) { v ( arg0 , arg1 , null ) ; }
13,190
combine two scores concode_field_sep IMZToInteger m_Converter concode_elem_sep SpectralPeakUsage[] EMPTY_ARRAY concode_elem_sep Map<Integer,PeakUsage> m_Usage concode_elem_sep double m_Used concode_elem_sep double m_MZ concode_elem_sep String TAG concode_field_sep boolean equivalent concode_elem_sep boolean equivalent ...
void function ( SpectralPeakUsage arg0 ) { PeakUsage [ ] loc0 = arg0 . getUsages ( ) ; for ( int loc1 = 0 ; loc1 < loc0 . length ; loc1 ++ ) { PeakUsage loc2 = loc0 [ loc1 ] ; getAddedAfterUsageCorrection ( loc2 . getMZ ( ) , loc2 . getUsed ( ) ) ; } }
13,191
convert the internal buffer to a new byte array . concode_field_sep ByteBuffer mWriter concode_elem_sep byte[] mBuffer concode_field_sep BufferedByteWriter put24 concode_elem_sep BufferedByteWriter putLen8 concode_elem_sep BufferedByteWriter put16 concode_elem_sep BufferedByteWriter putLen16 concode_elem_sep void ensur...
byte [ ] function ( ) { int loc0 = mWriter . position ( ) ; byte [ ] loc1 = new byte [ loc0 ] ; System . arraycopy ( mBuffer , 0 , loc1 , 0 , loc0 ) ; return loc1 ; }
13,192
returns an empty list if the given list is null concode_field_sep PlaceHolder placeHolder concode_field_sep List<T> mutableList concode_elem_sep List<T> newArrayList
List < T > function ( List < T > arg0 ) { if ( arg0 == null ) { return Collections . EMPTY_LIST ; } else { return arg0 ; } }
13,193
stops currently running native transport servers . concode_field_sep Collection<Server> servers concode_elem_sep Logger logger concode_elem_sep EventLoopGroup workerGroup concode_elem_sep EventExecutor eventExecutorGroup concode_elem_sep boolean initialized concode_field_sep boolean isRunning concode_elem_sep void star...
void function ( ) { servers . forEach ( Server :: stop ) ; }
13,194
return the icon resource identifier to use for this match . if the match defines an icon , that is used ; else if the activity defines an icon , that is used ; else , the application icon is used . concode_field_sep String resolvePackageName concode_elem_sep Collator mCollator concode_elem_sep int match concode_elem_se...
int function ( ) { if ( noResourceId ) return 0 ; if ( icon != 0 ) return icon ; final ComponentInfo loc0 = getComponentInfo ( ) ; if ( loc0 != null ) { return loc0 . getIconResource ( ) ; } return 0 ; }
13,195
sets the value of the filterstatement property . concode_field_sep Statement filterStatement concode_field_sep Statement getFilterStatement
void function ( Statement arg0 ) { this . filterStatement = arg0 ; }
13,196
gets the value of the lagtype property . concode_field_sep String lagUnits concode_elem_sep RecordRef task concode_elem_sep XMLGregorianCalendar endDate concode_elem_sep ManufacturingLagType lagType concode_elem_sep Long lagAmount concode_elem_sep ManufacturingOperationTaskPredecessorPredecessorType type concode_elem_s...
ManufacturingLagType function ( ) { return lagType ; }
13,197
gets the calue of the dim - th coordinate . concode_field_sep double SMALL_NUMBER concode_elem_sep double[] coords concode_field_sep void setCoord concode_elem_sep double[] getCoords concode_elem_sep boolean isCoveredBy concode_elem_sep Point project concode_elem_sep double distanceTo concode_elem_sep Point toRealPrope...
double function ( int arg0 ) { return coords [ arg0 ] ; }
13,198
method which prints out a matrix concode_field_sep float[][] macierz concode_field_sep float[][] add concode_elem_sep float[][] sub concode_elem_sep float[][] getMacierz concode_elem_sep float[][] mul
void function ( float [ ] [ ] arg0 ) { for ( int loc0 = 0 ; loc0 < arg0 . length ; loc0 ++ ) { for ( int loc1 = 0 ; loc1 < arg0 [ 0 ] . length ; loc1 ++ ) { System . out . print ( arg0 [ loc0 ] [ loc1 ] + "srini_string" ) ; } System . out . println ( "srini_string" ) ; } }
13,199
invoked when channel #close was called . concode_field_sep PlaceHolder placeHolder concode_field_sep void handleDownstream concode_elem_sep void unbindRequested concode_elem_sep void connectRequested concode_elem_sep void disconnectRequested concode_elem_sep void writeRequested concode_elem_sep void bindRequested conco...
void function ( ChannelHandlerContext arg0 , ChannelStateEvent arg1 ) { arg0 . sendDownstream ( arg1 ) ; }