idx
int64
0
100k
question
stringlengths
68
7.19k
target
stringlengths
20
663
2,400
sets the name of the country concode_field_sep int retweetsLand concode_elem_sep int retweetsLandFiltered concode_elem_sep String countryName concode_elem_sep String countryId3Chars concode_elem_sep String countryId2Chars concode_elem_sep double value concode_field_sep int getRetweetsLand concode_elem_sep Double getVal...
void function ( String arg0 ) { this . countryName = arg0 ; }
2,401
indicates if this contact supports resources . this default implementation indicates no support for contact resources . concode_field_sep Collection<ContactResourceListener> resourceListeners concode_field_sep void fireContactResourceEvent concode_elem_sep void addResourceListener concode_elem_sep void removeResourceLi...
boolean function ( ) { return false ; }
2,402
the type of the proxy , see java.net.proxy.type concode_field_sep Proxies instance concode_elem_sep String ITEM_NON_PROXY_HOSTS concode_elem_sep Credentials credentials concode_elem_sep String ITEM_PASSWORD concode_elem_sep String ITEM_TYPE concode_elem_sep String type concode_elem_sep String ITEM_PORT concode_elem_sep...
String function ( ) { return type ; }
2,403
adds a connection event listener to the managedconnection instance . concode_field_sep Logger log concode_elem_sep AnnoManagedConnectionFactory1 mcf concode_elem_sep List<ConnectionEventListener> listeners concode_elem_sep AnnoConnectionImpl1 connection concode_elem_sep PrintWriter logwriter concode_field_sep void asso...
void function ( ConnectionEventListener arg0 ) { log . finest ( "srini_string" ) ; if ( arg0 == null ) throw new IllegalArgumentException ( "srini_string" ) ; listeners . add ( arg0 ) ; }
2,404
the part size , in bytes , specified in the initiate multipart upload request . this is the size of all the parts in the upload except the last part , which may be smaller than this size . concode_field_sep String archiveDescription concode_elem_sep String creationDate concode_elem_sep String multipartUploadId concode_...
void function ( Long arg0 ) { this . partSizeInBytes = arg0 ; }
2,405
search the reverse map for all keys that have been associated with a particular value . concode_field_sep boolean _dirty concode_elem_sep Map<T2,Set<T1>> _reverse concode_elem_sep Map<T1,Set<T2>> _forward concode_field_sep Set<T2> getValues concode_elem_sep boolean valueHasOtherKeys concode_elem_sep boolean containsKey...
Set < T1 > function ( T2 arg0 ) { Set < T1 > loc0 = _reverse . get ( arg0 ) ; if ( null == loc0 ) { return Collections . emptySet ( ) ; } return new HashSet < > ( loc0 ) ; }
2,406
reinitialise . concode_field_sep int bufpos concode_elem_sep boolean prevCharIsLF concode_elem_sep int bufsize concode_elem_sep int available concode_elem_sep int tabSize concode_elem_sep java.io.Reader inputStream concode_elem_sep int line concode_elem_sep int bufcolumn[] concode_elem_sep int bufline[] concode_elem_se...
void function ( java . io . Reader arg0 , int arg1 , int arg2 ) { ReInit ( arg0 , arg1 , arg2 , 4096 ) ; }
2,407
return the time when the action started . concode_field_sep long startTime concode_field_sep long buildTookInMillis concode_elem_sep void start
long function ( ) { return startTime ; }
2,408
tells the server to exit . concode_field_sep ParserGrammar parser concode_elem_sep int port concode_elem_sep ServerSocket serverSocket concode_elem_sep Redwood.RedwoodChannels log concode_elem_sep boolean stillRunning concode_elem_sep int DEFAULT_PORT concode_elem_sep TreeBinarizer binarizer concode_field_sep ParserGra...
void function ( ) { stillRunning = false ; }
2,409
set the delay before starting the task for the first time , in milliseconds . default is 0 , immediately starting the task after successful scheduling . if the `` firsttime '' property is specified , this property will be ignored . specify one or the other , not both . concode_field_sep long period concode_elem_sep boo...
void function ( long arg0 ) { this . delay = arg0 ; }
2,410
service factory list list . concode_field_sep ArgumentExtractor defaultArgumentExtractor concode_elem_sep SpringBeanJobFactory casSpringBeanJobFactory concode_elem_sep boolean interruptJobs concode_elem_sep int URL_HANDLER_MAPPING_ORDER concode_elem_sep ServiceFactory<WebApplicationService> webApplicationServiceFactory...
List function ( ) { final List < ServiceFactory > loc0 = new ArrayList < > ( ) ; loc0 . add ( this . webApplicationServiceFactory ) ; return loc0 ; }
2,411
redo the last state change . only possible if there have been previous undo call . concode_field_sep int cursor concode_elem_sep ArrayList<Memento> mementoStateHistory concode_elem_sep int maxHistorySize concode_field_sep boolean isRedo concode_elem_sep void undo concode_elem_sep boolean isUndo concode_elem_sep void ad...
void function ( ) { if ( isRedo ( ) ) { cursor = cursor + 1 ; Memento loc0 = mementoStateHistory . get ( cursor ) ; loc0 . restore ( ) ; } }
2,412
selects the appropriate behaviour for execution , with a trivial round-robin algorithm . concode_field_sep Agent owner concode_elem_sep List readyBehaviours concode_elem_sep List blockedBehaviours concode_elem_sep int currentIndex concode_field_sep void add concode_elem_sep Behaviour[] getBehaviours concode_elem_sep bo...
Behaviour function ( ) { while ( readyBehaviours . isEmpty ( ) ) { owner . idle ( ) ; } Behaviour loc0 = ( Behaviour ) readyBehaviours . get ( currentIndex ) ; currentIndex = ( currentIndex + 1 ) % readyBehaviours . size ( ) ; return loc0 ; }
2,413
gets the minimum of two double values . nan is only returned if all numbers are nan as per ieee-754r . concode_field_sep PlaceHolder placeHolder concode_field_sep double max concode_elem_sep float max concode_elem_sep double max concode_elem_sep double max concode_elem_sep float max concode_elem_sep float max
double function ( final double arg0 , final double arg1 ) { if ( Double . isNaN ( arg0 ) ) { return arg1 ; } else if ( Double . isNaN ( arg1 ) ) { return arg0 ; } else { return Math . min ( arg0 , arg1 ) ; } }
2,414
sets the value of the rval property . concode_field_sep Network rval concode_field_sep Network getRval
void function ( Network arg0 ) { this . rval = arg0 ; }
2,415
write the exception to the cdr output stream . concode_field_sep String _id concode_field_sep NotFoundReason extract concode_elem_sep NotFoundReason read concode_elem_sep void insert concode_elem_sep String id concode_elem_sep TypeCode type
void function ( OutputStream arg0 , NotFoundReason arg1 ) { arg0 . write_long ( arg1 . arg1 ( ) ) ; }
2,416
return the number of tasks timed . concode_field_sep boolean running concode_elem_sep int taskCount concode_elem_sep long startTimeMillis concode_elem_sep String currentTaskName concode_elem_sep TaskInfo lastTaskInfo concode_elem_sep long totalTimeMillis concode_elem_sep List<TaskInfo> taskList concode_elem_sep String ...
int function ( ) { return this . taskCount ; }
2,417
make an issue . concode_field_sep PlaceHolder placeHolder concode_field_sep void preventsSpam concode_elem_sep void postsGithubComment
Issue function ( ) { final Repo loc0 = new MkGithub ( ) . randomRepo ( ) ; return loc0 . issues ( ) . create ( "srini_string" , "srini_string" ) ; }
2,418
target injector concode_field_sep InjectedValue<ISecurityManagement> securityManagementValue concode_elem_sep ServiceName SERVICE_NAME concode_elem_sep ApplicationPolicy applicationPolicy concode_elem_sep JSSESecurityDomain jsseSecurityDomain concode_elem_sep String name concode_elem_sep InjectedValue<Configuration> co...
Injector < Configuration > function ( ) { return configurationValue ; }
2,419
an orderableclusteroption structure containing information about orderable options for the cluster . concode_field_sep String marker concode_elem_sep com.amazonaws.internal.ListWithAutoConstructFlag<OrderableClusterOption> orderableClusterOptions concode_field_sep void setOrderableClusterOptions concode_elem_sep String...
java . util . List < OrderableClusterOption > function ( ) { if ( orderableClusterOptions == null ) { orderableClusterOptions = new com . amazonaws . internal . ListWithAutoConstructFlag < OrderableClusterOption > ( ) ; orderableClusterOptions . setAutoConstruct ( true ) ; } return orderableClusterOptions ; }
2,420
sets the value of the label property . concode_field_sep Layout layout concode_elem_sep Boolean sendOnFinish concode_elem_sep String mapping concode_elem_sep List<Address> address concode_elem_sep BigDecimal min concode_elem_sep String styling concode_elem_sep String flavour concode_elem_sep BigDecimal max concode_elem...
void function ( Label arg0 ) { this . label = arg0 ; }
2,421
returns a method allowing access to throwable #initcause throwable initcause method of throwable , or null if the method does not exist . concode_field_sep Method INIT_CAUSE_METHOD concode_field_sep void initCause
Method function ( ) { try { Class [ ] loc0 = new Class [ ] { Throwable . class } ; return Throwable . class . getMethod ( "srini_string" , loc0 ) ; } catch ( NoSuchMethodException loc0 ) { return null ; } }
2,422
this function is used to create the daily possibility operation vector of each appliance for the week taking into consideration the days that this appliance could be able to function . concode_field_sep RandomSeedRepo randomSeedRepo concode_elem_sep Vector<Boolean> dailyOperation concode_elem_sep Vector<Vector<Integer>...
Vector < Boolean > function ( int arg0 ) { return new Vector < Boolean > ( ) ; }
2,423
get the next 8 bits at the given index . the index must be a multiple of 8 . concode_field_sep int ADDRESS_BITS concode_elem_sep long[] data concode_elem_sep int BITS concode_elem_sep int ADDRESS_MASK concode_elem_sep int maxLength concode_field_sep int nextClearBit concode_elem_sep long getBitMask concode_elem_sep voi...
int function ( int arg0 ) { int loc0 = arg0 >> ADDRESS_BITS ; if ( loc0 >= data . length ) { return 0 ; } return ( int ) ( data [ loc0 ] >>> ( arg0 & ( 7 << 3 ) ) & 255 ) ; }
2,424
get the value of the current file pointer , or -1 if this file has no pointer . concode_field_sep FileSystem fileSystem concode_elem_sep String name concode_field_sep String getName concode_elem_sep int read concode_elem_sep int read concode_elem_sep int length concode_elem_sep FileSystem getFileSystem concode_elem_sep...
int function ( ) { return - 1 ; }
2,425
writes buffered imate to this object . if images caching is enabled , the images is written to disk , otherwise it is kept in memory . concode_field_sep long length concode_elem_sep boolean isScaled concode_elem_sep boolean isCached concode_elem_sep boolean isCachingEnabled concode_elem_sep File tempFile concode_elem_s...
void function ( BufferedImage arg0 ) { setImage ( arg0 , isCached ) ; }
2,426
gets the value of the doc property . this accessor method returns a reference to the live list , not a snapshot . therefore any modification you make to the returned list will be present inside the jaxb object . this is why there is not a set method for the doc property . for example , to add a new item , do as follows...
List < Doc > function ( ) { if ( doc == null ) { doc = new ArrayList < Doc > ( ) ; } return this . doc ; }
2,427
add an element to the start of the list . concode_field_sep LLNode listStart concode_elem_sep LLNode listEnd concode_elem_sep LLNode tail concode_elem_sep LLNode prev concode_elem_sep A value concode_field_sep A head concode_elem_sep int size concode_elem_sep LLNode tail concode_elem_sep LLNode prev concode_elem_sep A ...
void function ( A arg0 ) { listStart = new LLNode ( arg0 , listStart ) ; if ( listEnd == null ) { listEnd = listStart ; } }
2,428
returns the input stream of this message content . concode_field_sep long messageNumber concode_elem_sep String to concode_elem_sep List<InputStream> attachments concode_elem_sep InputStream content concode_field_sep List<InputStream> getAttachments concode_elem_sep void setAttachments concode_elem_sep void setContent ...
InputStream function ( ) { return content ; }
2,429
sets the optionalparameter value for this wsservicegetconfiguration . concode_field_sep java.lang.Object __equalsCalc concode_elem_sep boolean __hashCodeCalc concode_elem_sep org.apache.axis.description.TypeDesc typeDesc concode_elem_sep java.lang.String optionalParameter concode_elem_sep java.lang.String jndiName conc...
void function ( java . lang . String arg0 ) { this . optionalParameter = arg0 ; }
2,430
set help manager concode_field_sep ResourceLoader msgs concode_elem_sep String searchString concode_elem_sep String showLinkToQuestionTool concode_elem_sep String emailAddress concode_elem_sep HelpManager helpManager concode_elem_sep String numberOfResult concode_elem_sep List searchResults concode_field_sep String get...
void function ( HelpManager arg0 ) { this . helpManager = arg0 ; }
2,431
combines the state of another doublesummarystatistics into thisone . concode_field_sep double min concode_elem_sep double sumCompensation concode_elem_sep long count concode_elem_sep double max concode_elem_sep double simpleSum concode_elem_sep double sum concode_field_sep double getMin concode_elem_sep double getMax c...
void function ( DoubleSummaryStatistics arg0 ) { count += arg0 . count ; simpleSum += arg0 . simpleSum ; sumWithCompensation ( arg0 . sum ) ; sumWithCompensation ( arg0 . sumCompensation ) ; min = Math . min ( min , arg0 . min ) ; max = Math . max ( max , arg0 . max ) ; }
2,432
adds a double to an array or function call . concode_field_sep StringBuilder params concode_field_sep String escapeString concode_elem_sep JSONBuilder endArray concode_elem_sep JSONBuilder entryNonNullValue concode_elem_sep JSONBuilder entryNonNullValue concode_elem_sep JSONBuilder entryNonNullValue concode_elem_sep JS...
JSONBuilder function ( double arg0 ) { conditionallyAppendComma ( ) ; params . append ( arg0 ) ; return this ; }
2,433
adds a unit of data to the current chart data model . concode_field_sep String LINE_CHART_NAME concode_elem_sep String CUSTOM_CHART_NAME concode_elem_sep String PIE2D_CHART_NAME concode_elem_sep Map chartDataModels concode_elem_sep String AREA_CHART_NAME concode_elem_sep String BAR_CLUSTERED_CHART_NAME concode_elem_sep...
void function ( ActionEvent arg0 ) { if ( currentChartModel != null ) { currentChartModel . removeData ( ) ; } }
2,434
sets the resource bundle used to localize the raw message during formatting . concode_field_sep long sequenceNumber concode_elem_sep String sourceMethodName concode_elem_sep int initThreadId concode_elem_sep Level level concode_elem_sep Throwable thrown concode_elem_sep boolean sourceInitialized concode_elem_sep String...
void function ( ResourceBundle arg0 ) { this . resourceBundle = arg0 ; }
2,435
seals the builder so that no mutation method can be called on this . concode_field_sep Scheduler listenerScheduler concode_elem_sep boolean sealed concode_elem_sep Logger logger concode_elem_sep Scheduler internalScheduler concode_elem_sep Storage storage concode_elem_sep String platform concode_elem_sep NetworkChannel...
void function ( ) { Preconditions . checkState ( ! sealed , "srini_string" ) ; sealed = true ; }
2,436
removes a notification . concode_field_sep String LOGTAG concode_elem_sep String mForegroundNotification concode_elem_sep String PERSISTENT_INTENT_EXTRA concode_elem_sep HashMap<String,Notification> mNotifications concode_elem_sep NotificationManagerCompat mNotificationManager concode_elem_sep String CLICK_ACTION conco...
void function ( final String arg0 ) { final Notification loc0 = onNotificationClose ( arg0 ) ; if ( loc0 == null || loc0 . deleteIntent == null ) { return ; } try { loc0 . deleteIntent . send ( ) ; } catch ( final PendingIntent . CanceledException loc1 ) { } }
2,437
equivalent to decompress in , 0 , in.length , out . concode_field_sep PlaceHolder placeHolder concode_field_sep placeholderType placeHolder
Buffer function ( byte [ ] arg0 , Buffer arg1 ) { return decompress ( arg0 , 0 , arg0 . length , arg1 ) ; }
2,438
whether the error happened due to the sender 's fault . concode_field_sep String code concode_elem_sep Boolean senderFault concode_elem_sep String id concode_elem_sep String message concode_field_sep BatchResultErrorEntry withSenderFault concode_elem_sep void setCode concode_elem_sep String getMessage concode_elem_sep ...
Boolean function ( ) { return this . senderFault ; }
2,439
prints a warning message . concode_field_sep int FC_TARGET_STOP concode_elem_sep int FC_TARGET_RETURN concode_elem_sep int FC_MATCH_NO_MATCH concode_elem_sep int LOG_ERR concode_elem_sep int FC_MATCH_MATCHES concode_elem_sep int LOG_DEBUG concode_elem_sep int LOG_NOTICE concode_elem_sep int LOG_WARNING concode_elem_sep...
void function ( String arg0 ) { log ( LOG_WARNING , arg0 ) ; }
2,440
returns true if this selectedtag equals another object concode_field_sep int m_Selected concode_elem_sep Tag[] m_Tags concode_field_sep Tag getSelectedTag concode_elem_sep Tag[] getTags concode_elem_sep String toString concode_elem_sep String getRevision
boolean function ( Object arg0 ) { if ( ( arg0 == null ) || ! ( arg0 . getClass ( ) . equals ( this . getClass ( ) ) ) ) { return false ; } SelectedTag loc0 = ( SelectedTag ) arg0 ; if ( ( loc0 . getTags ( ) == m_Tags ) && ( loc0 . getSelectedTag ( ) == m_Tags [ m_Selected ] ) ) { return true ; } else { return false ; ...
2,441
move the triangle vertically by ` distance ' pixels . concode_field_sep int xPosition concode_elem_sep String color concode_elem_sep int yPosition concode_elem_sep int width concode_elem_sep boolean isVisible concode_elem_sep int height concode_field_sep void erase concode_elem_sep void changeColor concode_elem_sep voi...
void function ( int arg0 ) { erase ( ) ; yPosition += arg0 ; draw ( ) ; }
2,442
sets the value of the return property . concode_field_sep Customer _return concode_field_sep Customer getReturn
void function ( Customer arg0 ) { this . _return = arg0 ; }
2,443
set whether the link button has been pressed within the last 30 seconds or not . concode_field_sep ArrayList<Command> commands concode_field_sep ConfigUpdate setName concode_elem_sep String toJson concode_elem_sep ConfigUpdate setNetworkMask concode_elem_sep ConfigUpdate setGateway concode_elem_sep ConfigUpdate setIPAd...
ConfigUpdate function ( boolean arg0 ) { commands . add ( new Command ( "srini_string" , arg0 ) ) ; return this ; }
2,444
returns a predicate that evaluates to true if each of its components evaluates to true . the components are evaluated in order , and evaluation will be `` short-circuited '' as soon as a false predicate is found . it defensively copies the iterable passed in , so future changes to it wo n't alter the behavior of this p...
Predicate < T > function ( Iterable < ? extends Predicate < ? super T >> arg0 ) { return new AndPredicate < > ( defensiveCopy ( arg0 ) ) ; }
2,445
setter method for status concode_field_sep String subSubCategoryName concode_elem_sep String callSource concode_elem_sep String ticketNO concode_elem_sep String avgTime concode_elem_sep String circle concode_elem_sep String categoryName concode_elem_sep String subCategoryName concode_elem_sep String caseType concode_el...
void function ( String arg0 ) { this . status = arg0 ; }
2,446
resets the static reusable value today concode_field_sep Calendar today concode_elem_sep String zerodatetime concode_elem_sep Calendar tempCalGMT concode_elem_sep SimpleDateFormat sdfd concode_elem_sep SimpleDateFormat sdfts concode_elem_sep Date currentDate concode_elem_sep String sdfdPattern concode_elem_sep Calendar...
void function ( long arg0 ) { today . setTimeInMillis ( arg0 ) ; resetToDate ( today ) ; currentDate = new java . sql . Date ( getTimeInMillis ( today ) ) ; }
2,447
look up the description of a tlc algorithm by its id concode_field_sep int TC2_B1 concode_elem_sep int ACGJ_4 concode_elem_sep int TC_1OPT concode_elem_sep int RANDOM concode_elem_sep int TC1_FIX concode_elem_sep int RLSARSA6 concode_elem_sep int RLD concode_elem_sep int GENNEURAL concode_elem_sep int TC_2FINAL concode...
String function ( int arg0 ) { return ( String ) ( StringUtils . lookUpNumber ( tlcDescs , arg0 ) ) ; }
2,448
converts the rank , suit , and point value into a string in the format '' rank of suit point value = pointvalue '' . this provides a useful way of printing the contents of a deck in an easily readable format or performing other similar functions . concode_field_sep int pointValue concode_elem_sep String rank concode_el...
String function ( ) { return rank + "srini_string" + suit + "srini_string" + pointValue + "srini_string" ; }
2,449
returns the string representation of the given array , or null if the given object is either null or not an array . this method supports arrays having other arrays as elements . concode_field_sep ArrayFormatter formatter concode_field_sep T[] nonNullElements concode_elem_sep boolean hasElements concode_elem_sep T[] arr...
String function ( Object arg0 ) { return formatter . format ( arg0 ) ; }
2,450
returns the schema of the new table . concode_field_sep Schema sch concode_elem_sep String tblname concode_field_sep String tableName
Schema function ( ) { return sch ; }
2,451
inserts to the end of this queue . concode_field_sep int maxCapacity concode_elem_sep AtomicInteger writeBehindQueueItemCounter concode_elem_sep WriteBehindQueue<E> queue concode_field_sep void filter concode_elem_sep boolean contains concode_elem_sep int size concode_elem_sep void clear concode_elem_sep void addCapaci...
void function ( E arg0 ) { addCapacity ( 1 ) ; queue . addLast ( arg0 ) ; }
2,452
defines the id of the triangle . concode_field_sep boolean border concode_elem_sep List<Edge> edges concode_elem_sep List<Triangle> neighbours concode_elem_sep int id concode_field_sep boolean addNeighbour concode_elem_sep int getId concode_elem_sep boolean removeNeighbour concode_elem_sep boolean isBorder concode_elem...
void function ( int arg0 ) { this . id = arg0 ; }
2,453
sets the grantee object for this user . this is done in the constructor for all users except the special users system and public , which have to be set up before the managers are initialized . concode_field_sep String sName concode_elem_sep Grantee grantee concode_elem_sep boolean isPublic concode_elem_sep boolean isSy...
void function ( Grantee arg0 ) { if ( grantee != null ) { Trace . doAssert ( false , Trace . getMessage ( Trace . CHANGE_GRANTEE ) + "srini_string" + sName ) ; } grantee = arg0 ; }
2,454
gets the value of the personi property . concode_field_sep Person personI concode_field_sep void setPersonI
Person function ( ) { return personI ; }
2,455
generate an x509 certificate , based on the current issuer and subject using the passed in signer . concode_field_sep V1TBSCertificateGenerator tbsGen concode_field_sep placeholderType placeHolder
X509CertificateHolder function ( ContentSigner arg0 ) { tbsGen . setSignature ( arg0 . getAlgorithmIdentifier ( ) ) ; return CertUtils . generateFullCert ( arg0 , tbsGen . generateTBSCertificate ( ) ) ; }
2,456
if stdin changes , use this to reinitialize the scanner . concode_field_sep Pattern EMPTY_PATTERN concode_elem_sep String CHARSET_NAME concode_elem_sep Locale LOCALE concode_elem_sep Scanner scanner concode_elem_sep Pattern WHITESPACE_PATTERN concode_elem_sep Pattern EVERYTHING_PATTERN concode_field_sep int[] readAllIn...
void function ( ) { setScanner ( new Scanner ( new java . io . BufferedInputStream ( System . in ) , CHARSET_NAME ) ) ; }
2,457
sample_has_redundancy takes one of the following four values : 0 : it is unknown whether there is redundant coding in this sample ; 1 : there is redundant coding in this sample ; 2 : there is no redundant coding in this sample ; 3 : reserved concode_field_sep int sampleDegradationPriority concode_elem_sep int samplePad...
int function ( ) { return sampleHasRedundancy ; }
2,458
returns the underlying shortbuffer . if you modify the buffer contents they wil be uploaded on the call to #bind . if you need immediate uploading use #setindices short , int , int . concode_field_sep boolean isDirty concode_elem_sep int usage concode_elem_sep boolean isBound concode_elem_sep int bufferHandle concode_e...
ShortBuffer function ( ) { isDirty = true ; return buffer ; }
2,459
create a mockhttpservletrequestbuilder for a head request . concode_field_sep PlaceHolder placeHolder concode_field_sep MockHttpServletRequestBuilder patch concode_elem_sep MockHttpServletRequestBuilder patch concode_elem_sep MockHttpServletRequestBuilder request concode_elem_sep MockHttpServletRequestBuilder request c...
MockHttpServletRequestBuilder function ( URI arg0 ) { return new MockHttpServletRequestBuilder ( HttpMethod . HEAD , arg0 ) ; }
2,460
returns the image . concode_field_sep int endLine concode_elem_sep Token next concode_elem_sep String image concode_elem_sep int endColumn concode_elem_sep Token specialToken concode_elem_sep int beginColumn concode_elem_sep int kind concode_elem_sep int beginLine concode_elem_sep long serialVersionUID concode_field_se...
String function ( ) { return image ; }
2,461
ensures that expression is true , throwing a verifyexception with acustom message otherwise . concode_field_sep PlaceHolder placeHolder concode_field_sep T verifyNotNull concode_elem_sep T verifyNotNull
void function ( boolean arg0 , @ Nullable String arg1 , @ Nullable Object ... arg2 ) { if ( ! arg0 ) { throw new VerifyException ( format ( arg1 , arg2 ) ) ; } }
2,462
returns next 'n' up to 64 bits from the input stream starting on byte boundary . does ' t change the pointer into local buffer . concode_field_sep long buffer concode_elem_sep byte pointer concode_elem_sep InputStream is concode_field_sep void skip_bit concode_elem_sep void marker_bit concode_elem_sep void unget_bits c...
long function ( int arg0 ) { int loc0 = pointer % 8 ; if ( loc0 == 0 ) { loc0 = 8 ; } skip_bits ( loc0 ) ; long loc1 = next_bits ( arg0 ) ; unget_bits ( loc0 + arg0 ) ; return loc1 ; }
2,463
dummy method doing nothing concode_field_sep PlaceHolder placeHolder concode_field_sep void doNothing60 concode_elem_sep void doNothing61 concode_elem_sep void doNothing62 concode_elem_sep void doNothing63 concode_elem_sep void doNothing53 concode_elem_sep void doNothing31 concode_elem_sep void doNothing54 concode_elem...
void function ( ) { }
2,464
clears all internal data structures , removing any references to compiled statements . concode_field_sep Database database concode_elem_sep IntValueHashMap sqlMap concode_elem_sep IntKeyHashMap sessionMap concode_elem_sep IntKeyHashMap sqlLookup concode_elem_sep IntKeyHashMap csidMap concode_elem_sep int next_cs_id con...
void function ( ) { sqlMap . clear ( ) ; sqlLookup . clear ( ) ; csidMap . clear ( ) ; sessionMap . clear ( ) ; useMap . clear ( ) ; next_cs_id = 0 ; }
2,465
look up a function for the provided name . concode_field_sep Logger LOGGER concode_elem_sep Map<Name,FunctionFactory> functionFactoryCache concode_field_sep Function findFunctionInternal concode_elem_sep HashMap<Name,FunctionFactory> lookupFunctions concode_elem_sep FunctionName findFunctionDescription concode_elem_sep...
Function function ( Name arg0 , List < org . opengis . filter . expression . Expression > arg1 ) { return findFunction ( arg0 , arg1 , null ) ; }
2,466
gets the x distance between a float and a vertex concode_field_sep List<CSSStyleHierarchy> sheets concode_elem_sep AbstractMTApplication app concode_elem_sep CSSStyleManager cssStyleManager concode_elem_sep MTComponent c concode_elem_sep List<CSSStyle> privateStyleSheets concode_elem_sep CSSStyle virtualStyleSheet conc...
float function ( float arg0 , Vertex arg1 ) { float loc0 = arg1 . arg0 - arg0 ; if ( loc0 >= 0 ) return loc0 ; else return - loc0 ; }
2,467
find out whether it is design time . design time means we are in a rad tool . defaults to false . concode_field_sep boolean guiAvailable concode_elem_sep boolean designTime concode_field_sep Object getInstanceOf concode_elem_sep boolean isInstanceOf concode_elem_sep boolean isGuiAvailable concode_elem_sep Object instan...
boolean function ( ) { return designTime ; }
2,468
gets the value of the numderivativesatend property . concode_field_sep BigInteger numDerivativesAtEnd concode_elem_sep BigInteger numDerivativesAtStart concode_elem_sep BigInteger numDerivativeInterior concode_field_sep void setNumDerivativesAtEnd concode_elem_sep BigInteger getNumDerivativeInterior concode_elem_sep vo...
BigInteger function ( ) { if ( numDerivativesAtEnd == null ) { return new BigInteger ( "srini_string" ) ; } else { return numDerivativesAtEnd ; } }
2,469
add funds to the ledger . concode_field_sep Integer DELNADA concode_elem_sep Map<ExpenseType,Integer> expenses concode_elem_sep Map<IncomeType,Integer> incomes concode_elem_sep int funds concode_elem_sep long serialVersionUID concode_field_sep void fundReport concode_elem_sep Integer defaultValue concode_elem_sep Integ...
void function ( final int arg0 , final IncomeType arg1 ) { funds += arg0 ; incomes . put ( arg1 , incomes . get ( arg1 ) + arg0 ) ; i . score . funds += arg0 ; }
2,470
finds the string in the group closest to key and returns it . concode_field_sep String a concode_elem_sep String b concode_elem_sep int[] cost concode_elem_sep int[] back concode_field_sep int min concode_elem_sep int editDistance concode_elem_sep int calc concode_elem_sep void flip
String function ( String arg0 , String [ ] arg1 ) { return findNearest ( arg0 , Arrays . asList ( arg1 ) ) ; }
2,471
name concode_field_sep Logger logger concode_elem_sep List<Car> cars concode_elem_sep String name concode_elem_sep Map<String,CarType> carTypes concode_field_sep void setName concode_elem_sep boolean isAvailable concode_elem_sep Reservation confirmQuote concode_elem_sep List<Reservation> getReservationsBy concode_elem_...
String function ( ) { return name ; }
2,472
gets the value of the name property . concode_field_sep String name concode_elem_sep List<ContentMetadataKeyHierarchyLevel> hierarchyLevels concode_elem_sep Integer id concode_elem_sep ContentMetadataKeyHierarchyStatus status concode_field_sep void setName concode_elem_sep List<ContentMetadataKeyHierarchyLevel> getHier...
String function ( ) { return name ; }
2,473
for datasets , the equals method just checks keys and values . concode_field_sep double EPSILON concode_field_sep void testSerialization concode_elem_sep void testConstructor concode_elem_sep void testHashCode
void function ( ) { PowerFunction2D loc0 = new PowerFunction2D ( 1.0 , 2.0 ) ; PowerFunction2D loc1 = new PowerFunction2D ( 1.0 , 2.0 ) ; assertTrue ( loc0 . equals ( loc1 ) ) ; loc0 = new PowerFunction2D ( 2.0 , 3.0 ) ; assertFalse ( loc0 . equals ( loc1 ) ) ; loc1 = new PowerFunction2D ( 2.0 , 3.0 ) ; assertTrue ( lo...
2,474
sample_depends_on takes one of the following four values : 0 : the dependency of this sample is unknown ; 1 : this sample does depend on others not an i picture ; 2 : this sample does not depend on others i picture ; 3 : reserved concode_field_sep int sampleDegradationPriority concode_elem_sep int samplePaddingValue co...
void function ( int arg0 ) { this . sampleDependsOn = arg0 ; }
2,475
set the tagname value . concode_field_sep List<TagValueInner> values concode_elem_sep TagCount count concode_elem_sep String id concode_elem_sep String tagName concode_field_sep TagDetailsInner withCount concode_elem_sep List<TagValueInner> values concode_elem_sep TagCount count concode_elem_sep TagDetailsInner withVal...
TagDetailsInner function ( String arg0 ) { this . tagName = arg0 ; return this ; }
2,476
get the current progress value . concode_field_sep Step mParent concode_elem_sep double mLastProgress concode_elem_sep double DEFAULT_MIN_PROGRESS_INC concode_elem_sep double mMinProgressInc concode_elem_sep double mCurrent concode_elem_sep double DEFAULT_END_VALUE concode_elem_sep double mBeginStep concode_elem_sep lo...
double function ( ) { return mCurrentStep . mCurrent ; }
2,477
destroys any resources used by the controllers concode_field_sep boolean created concode_elem_sep int controllerCount concode_elem_sep ControllerEvent event concode_elem_sep ArrayList<ControllerEvent> events concode_elem_sep ArrayList<JInputController> controllers concode_field_sep boolean next concode_elem_sep boolean...
void function ( ) { }
2,478
this implementation returns the long description . can be overridden to return the short description or any kind of custom description instead . concode_field_sep String[] aliases concode_elem_sep String beanName concode_elem_sep BeanDefinition beanDefinition concode_field_sep String[] getAliases concode_elem_sep Strin...
String function ( ) { return getLongDescription ( ) ; }
2,479
export the passed resource to the destination . zip . export with no path leadup concode_field_sep IFileExporter exporter concode_elem_sep List resourcesToExport concode_elem_sep IResource resource concode_elem_sep List errorTable concode_elem_sep boolean useCompression concode_elem_sep boolean resolveLinks concode_ele...
void function ( IResource arg0 ) { arg0 ( arg0 , 1 ) ; }
2,480
checks to see if a table is partitioned . concode_field_sep PlaceHolder placeHolder concode_field_sep List<String> partitionNameToValues concode_elem_sep boolean isView
boolean function ( Table arg0 ) { return arg0 . getPartitionKeys ( ) . size ( ) > 0 ; }
2,481
sets a penalty that should be added for each activation function evaluated in the output layer . concode_field_sep int outputPenalty concode_elem_sep double correlationWeight concode_elem_sep int correlationPenalty concode_elem_sep double outputWeight concode_field_sep Real getValue concode_elem_sep CascadeNetworkWeigh...
void function ( int arg0 ) { outputPenalty = arg0 ; }
2,482
reconstructs object on unmarshalling . concode_field_sep String ctgr concode_elem_sep String cacheName concode_elem_sep IgniteLogger log concode_elem_sep long serialVersionUID concode_elem_sep GridCacheContext<?,?> cctx concode_elem_sep ThreadLocal<IgniteBiTuple<String,GridCacheContext>> stash concode_field_sep void wr...
Object function ( ) { try { IgniteBiTuple < String , GridCacheContext > loc0 = stash . get ( ) ; return loc0 . get2 ( ) . logger ( loc0 . get1 ( ) ) ; } catch ( IllegalStateException loc0 ) { throw U . withCause ( new InvalidObjectException ( loc0 . getMessage ( ) ) , loc0 ) ; } }
2,483
get the value of the line cap . concode_field_sep double nonStrokingAlphaConstant concode_elem_sep boolean isClippingPathDirty concode_elem_sep boolean alphaSource concode_elem_sep double smoothness concode_elem_sep PDColor nonStrokingColor concode_elem_sep PDSoftMask softMask concode_elem_sep RenderingIntent rendering...
Paint . Cap function ( ) { return lineCap ; }
2,484
transport accessor concode_field_sep TTransport trans_ concode_field_sep void writeSetEnd concode_elem_sep TStruct readStructBegin concode_elem_sep void writeFieldBegin concode_elem_sep void readStructEnd concode_elem_sep void writeListBegin concode_elem_sep void writeListEnd concode_elem_sep void writeBool concode_ele...
TTransport function ( ) { return trans_ ; }
2,485
returns the destination inetaddress of this tcpmasterconnection . concode_field_sep int m_Timeout concode_elem_sep Socket m_Socket concode_elem_sep boolean m_Connected concode_elem_sep ModbusTCPTransport m_ModbusTransport concode_field_sep void setSocket concode_elem_sep void setTimeout concode_elem_sep int getPort con...
InetAddress function ( ) { return m_Socket . getLocalAddress ( ) ; }
2,486
sets the company id of this recent layout branch . concode_field_sep RecentLayoutBranch _recentLayoutBranch concode_field_sep boolean isFinderCacheEnabled concode_elem_sep void setExpandoBridgeAttributes concode_elem_sep void setExpandoBridgeAttributes concode_elem_sep void setExpandoBridgeAttributes concode_elem_sep l...
void function ( long arg0 ) { _recentLayoutBranch . setCompanyId ( arg0 ) ; }
2,487
appends a string to error log usefull for exception logging when the run does n't get executed at all concode_field_sep TaskoTemplate template concode_elem_sep String STATUS_FINISHED concode_elem_sep String STATUS_READY_TO_RUN concode_elem_sep Date created concode_elem_sep String STATUS_FAILED concode_elem_sep Integer ...
void function ( String arg0 ) { if ( getStdErrorPath ( ) == null ) { setStdErrorPath ( buildStdErrorLogPath ( ) ) ; } appendLogToFile ( getStdErrorPath ( ) , arg0 ) ; }
2,488
returns the name of this service . abstractexecutionthreadservice may include the namein debugging output . subclasses may override this method . concode_field_sep Service delegate concode_elem_sep Logger logger concode_field_sep void doStop concode_elem_sep void run concode_elem_sep Throwable failureCause concode_elem...
String function ( ) { return getClass ( ) . getSimpleName ( ) ; }
2,489
explicitly requests caller to point back to an authorization endpoint on `` https '' , even if the incoming request is `` http '' e.g. when downstream of the ssl termination behind a load balancer . concode_field_sep ClientDetailsService clientDetailsService concode_elem_sep Log logger concode_elem_sep String SCOPE_PRE...
void function ( Boolean arg0 ) { this . useSsl = arg0 ; }
2,490
returns the number of rows matching the dynamic query . concode_field_sep ShoppingItemPriceLocalService _shoppingItemPriceLocalService concode_field_sep ShoppingItemPriceLocalService getWrappedShoppingItemPriceLocalService concode_elem_sep void setWrappedShoppingItemPriceLocalService concode_elem_sep void setWrappedSer...
long function ( com . liferay . portal . kernel . dao . orm . DynamicQuery arg0 ) { return _shoppingItemPriceLocalService . dynamicQueryCount ( arg0 ) ; }
2,491
prepares for the next retry by applying a backoff to the timeout . concode_field_sep int mCurrentTimeoutMs concode_elem_sep int mCurrentRetryCount concode_elem_sep int mMaxNumRetries concode_elem_sep float DEFAULT_BACKOFF_MULT concode_elem_sep float mBackoffMultiplier concode_elem_sep int DEFAULT_TIMEOUT_MS concode_ele...
void function ( VolleyError arg0 ) { mCurrentRetryCount ++ ; mCurrentTimeoutMs += ( mCurrentTimeoutMs * mBackoffMultiplier ) ; if ( ! hasAttemptRemaining ( ) ) { throw arg0 ; } }
2,492
parses the ' ' tag . will aopnamespaceutils #registerautoproxycreatorifnecessary register an autoproxycreator with the container as necessary . concode_field_sep String JCACHE_ASPECT_CLASS_NAME concode_elem_sep boolean jsr107Present concode_elem_sep boolean jCacheImplPresent concode_elem_sep String CACHE_ASPECT_CLASS_N...
BeanDefinition function ( Element arg0 , ParserContext arg1 ) { String loc0 = arg0 . getAttribute ( "srini_string" ) ; if ( "srini_string" . equals ( loc0 ) ) { registerCacheAspect ( arg0 , arg1 ) ; } else { registerCacheAdvisor ( arg0 , arg1 ) ; } return null ; }
2,493
method returns the value of the position x concode_field_sep Image image concode_elem_sep int X concode_elem_sep int Y concode_elem_sep Point point concode_elem_sep String Name concode_field_sep void setName concode_elem_sep Point getPoint concode_elem_sep void setY concode_elem_sep void setX concode_elem_sep int getY ...
int function ( ) { return X ; }
2,494
returns a copy of the given args array , but without the indicated element . concode_field_sep String USAGE_MESSAGE concode_field_sep void usage concode_elem_sep void main concode_elem_sep void version
String [ ] function ( String [ ] arg0 , int arg1 ) { int loc0 = arg0 . length - 1 ; String [ ] loc1 = new String [ loc0 ] ; System . arraycopy ( arg0 , 0 , loc1 , 0 , arg1 ) ; System . arraycopy ( arg0 , arg1 + 1 , loc1 , arg1 , loc0 - arg1 ) ; return loc1 ; }
2,495
sets the value of the inputset property . concode_field_sep List<InstanceMaterial.Bind> binds concode_elem_sep String symbol concode_elem_sep String semantic concode_elem_sep String inputSemantic concode_elem_sep BigInteger inputSet concode_elem_sep String name concode_elem_sep List<Extra> extras concode_elem_sep List<...
void function ( BigInteger arg0 ) { this . inputSet = arg0 ; }
2,496
gets the value of the authorizationinfo property . concode_field_sep String reason concode_elem_sep AuthorizationInfo authorizationInfo concode_elem_sep String confirmationNumber concode_elem_sep String dealerCode concode_elem_sep XMLGregorianCalendar paymentPostingDate concode_elem_sep String webSessionID concode_elem...
AuthorizationInfo function ( ) { return authorizationInfo ; }
2,497
the change identifier for the current revision . concode_field_sep String changeIdentifier concode_elem_sep String revision concode_field_sep CurrentRevision withChangeIdentifier concode_elem_sep CurrentRevision withRevision concode_elem_sep int hashCode concode_elem_sep boolean equals concode_elem_sep CurrentRevision ...
String function ( ) { return this . changeIdentifier ; }
2,498
configure the created at concode_field_sep String createdAt concode_elem_sep String desiredState concode_elem_sep Map<String,Link> links concode_elem_sep String name concode_elem_sep String id concode_elem_sep Integer totalDesiredInstances concode_elem_sep String buildpack concode_elem_sep Map<String,String> environmen...
T function ( String arg0 ) { this . createdAt = arg0 ; return ( T ) this ; }
2,499
getactivevariables returns a map of all variables that return getactive of true concode_field_sep Map<String,CalculatedQuestionVariableBean> variables concode_elem_sep long serialVersionUID concode_elem_sep Map<String,CalculatedQuestionFormulaBean> formulas concode_elem_sep List<CalculatedQuestionCalculationBean> calcu...
Map < String , CalculatedQuestionFormulaBean > function ( ) { Map < String , CalculatedQuestionFormulaBean > loc0 = new HashMap < String , CalculatedQuestionFormulaBean > ( ) ; for ( CalculatedQuestionFormulaBean loc1 : formulas . values ( ) ) { if ( loc1 . getActive ( ) ) { loc0 . put ( loc1 . getName ( ) , loc1 ) ; }...