idx
int64
0
25k
question
stringlengths
72
5.69k
target
stringlengths
21
481
21,600
asserts that the given list of differences contains a referencechange describing the addition of a value into a multi-valued reference . the differences list will be updated by this call , removing the corresponding diff if it could be located . note that in order for this to work , we expect the eobjects to have a `` ...
void function ( List < Diff > arg0 , String arg1 , String arg2 , String arg3 , DifferenceSource arg4 ) { final Predicate < ? super Diff > loc0 = and ( fromSide ( arg4 ) , addedToReference ( arg1 , arg2 , arg3 ) ) ; final Diff loc1 = removeFirst ( arg0 . iterator ( ) , loc0 ) ; assertNotNull ( loc1 ) ; }
21,601
clears the list . concode_field_sep T a concode_elem_sep Comparator<T> comparator concode_elem_sep boolean ENSURE_SORTED_PRECONDITIONS_ENABLED concode_elem_sep ComparatorDelegator comparatorDelegator concode_elem_sep List<T> list concode_elem_sep double value concode_field_sep int add concode_elem_sep int compare conco...
void function ( ) { list . clear ( ) ; }
21,602
the id of the vpc . concode_field_sep String vpcId concode_elem_sep String state concode_field_sep String getState concode_elem_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 Vpc...
String function ( ) { return vpcId ; }
21,603
sets the value of the uniquename property . concode_field_sep String uniqueName concode_elem_sep List<TemplateElementField> fields concode_field_sep List<TemplateElementField> getFields concode_elem_sep String getUniqueName
void function ( String arg0 ) { this . uniqueName = arg0 ; }
21,604
this implementation always returns null , leaving lazy resolution support up to subclasses . concode_field_sep BeanFactory beanFactory concode_field_sep boolean checkGenericTypeMatch concode_elem_sep boolean isAutowireCandidate concode_elem_sep Object getSuggestedValue concode_elem_sep ResolvableType getReturnTypeForFa...
Object function ( DependencyDescriptor arg0 , String arg1 ) { return null ; }
21,605
submits task to execution pool concode_field_sep Map<String,ReentrantLock> uriLocks concode_elem_sep AtomicBoolean networkDenied concode_elem_sep AtomicBoolean slowNetwork concode_elem_sep ImageLoaderConfiguration configuration concode_elem_sep Object pauseLock concode_elem_sep Executor taskExecutor concode_elem_sep Ma...
void function ( ProcessAndDisplayImageTask arg0 ) { initExecutorsIfNeed ( ) ; taskExecutorForCachedImages . execute ( arg0 ) ; }
21,606
gets the value of the description property . concode_field_sep String ref concode_elem_sep String original concode_elem_sep List<Integer> evidence concode_elem_sep String description concode_elem_sep LocationType location concode_elem_sep String id concode_elem_sep String type concode_elem_sep List<String> variation co...
String function ( ) { return description ; }
21,607
remove an existing key from the etc/config . properties file concode_field_sep List<String> config concode_elem_sep File base concode_field_sep void enableDebug concode_elem_sep void disableDebug concode_elem_sep String getName concode_elem_sep void saveConfigProperties concode_elem_sep List<String> readPropertyFile co...
void function ( String arg0 ) { for ( int loc0 = 0 ; loc0 < getConfig ( ) . size ( ) ; loc0 ++ ) { if ( getConfig ( ) . get ( loc0 ) . startsWith ( arg0 ) ) { getConfig ( ) . remove ( loc0 ) ; } } }
21,608
gets the image directory to use for the selectinputdate and tree theming . concode_field_sep String tempStyle concode_elem_sep String imageDirPath concode_elem_sep ArrayList styleList concode_elem_sep String cssPath concode_elem_sep String XP concode_elem_sep String currentStyle concode_elem_sep String RIME concode_ele...
String function ( ) { return ( ( StylePath ) styleMap . get ( currentStyle ) ) . imageDirPath ; }
21,609
resets the map to empty . concode_field_sep long serialVersionUID concode_elem_sep Map store concode_field_sep Stroke getStroke concode_elem_sep boolean containsKey concode_elem_sep void writeObject concode_elem_sep boolean equals concode_elem_sep Object clone concode_elem_sep void put concode_elem_sep void readObject
void function ( ) { this . store . clear ( ) ; }
21,610
returns the start boundary . concode_field_sep double startBoundary concode_elem_sep long serialVersionUID concode_elem_sep int count concode_elem_sep double endBoundary concode_field_sep void incrementCount concode_elem_sep boolean equals concode_elem_sep Object clone concode_elem_sep double getBinWidth concode_elem_s...
double function ( ) { return this . startBoundary ; }
21,611
isrepeatable . concode_field_sep CardList human concode_elem_sep String cardReward concode_elem_sep ArrayList<String> compy concode_elem_sep int computerLife concode_elem_sep long creditsReward concode_elem_sep String iconName concode_elem_sep int requiredNumberWins concode_elem_sep String difficulty concode_elem_sep b...
boolean function ( ) { return repeatable ; }
21,612
retrieves the number of parameters that must be supplied to evaluate this function object from sql . this value may be different than the number of parameters of the underlying java method . this is because hsqldb automatically detects if the first parameter is of type java.sql.connection , and supplies a live connecti...
int function ( ) { return iArgCount - ( bConnection ? 1 : 0 ) ; }
21,613
pet status in the store concode_field_sep String name concode_elem_sep List<String> photoUrls concode_elem_sep List<Tag> tags concode_elem_sep Category category concode_elem_sep Long id concode_elem_sep String value concode_elem_sep StatusEnum status concode_field_sep void setName concode_elem_sep String toIndentedStri...
StatusEnum function ( ) { return status ; }
21,614
deze methode haalt het getal op wat het rad heeft gedraaid . concode_field_sep int MIN_VALUE concode_elem_sep int gooiValue concode_elem_sep int MAX_VALUE concode_elem_sep Random random concode_field_sep void draaiRad
int function ( ) { return gooiValue ; }
21,615
set the new list of form elements . contains submit , first name , last name , city , state , and zip objects . concode_field_sep LinkedFormElement zip concode_elem_sep FormElement firstName concode_elem_sep FormElement lastName concode_elem_sep SubmitButton submit concode_elem_sep LinkedFormElement city concode_elem_s...
void function ( ArrayList arg0 ) { this . componentList = arg0 ; }
21,616
the maximum number of bytes that can be retrieved in an hour . this field is required only if the value of the strategy field is bytesperhour . your put operation will be rejected if the strategy field is not set to bytesperhour and you set this field . returns a reference to this object so that method calls can be cha...
DataRetrievalRule function ( Long arg0 ) { this . bytesPerHour = arg0 ; return this ; }
21,617
removes all listeners attached to the document and that manage focus . concode_field_sep EventListener mouseclickListener concode_elem_sep EventListener mouseoverListener concode_elem_sep EventListener domFocusOutListener concode_elem_sep Document document concode_elem_sep EventListener mouseoutListener concode_elem_se...
void function ( ) { if ( document == null ) return ; removeEventListeners ( document ) ; lastFocusEventTarget = null ; document = null ; }
21,618
matches : / items / _ id / concode_field_sep String _ID concode_elem_sep String THUMB_URL concode_elem_sep String ASPECT_RATIO concode_elem_sep String CONTENT_ITEM_TYPE concode_elem_sep String PHOTO_URL concode_elem_sep String CONTENT_TYPE concode_elem_sep String SERVER_ID concode_elem_sep String AUTHOR concode_elem_se...
Uri function ( long arg0 ) { return BASE_URI . buildUpon ( ) . appendPath ( "srini_string" ) . appendPath ( Long . toString ( arg0 ) ) . build ( ) ; }
21,619
read the entire byte array into memory , or throw an exception . concode_field_sep PlaceHolder placeHolder concode_field_sep byte[] readSome concode_elem_sep void skipFully concode_elem_sep int read concode_elem_sep ByteBuffer readWholeStream concode_elem_sep List<String> readLines concode_elem_sep String readLine conc...
void function ( final InputStream arg0 , final byte [ ] arg1 , int arg2 , int arg3 ) { while ( arg3 > 0 ) { final int loc0 = arg0 . read ( arg1 , arg2 , arg3 ) ; if ( loc0 <= 0 ) throw new EOFException ( JGitText . get ( ) . shortReadOfBlock ) ; arg2 += loc0 ; arg3 -= loc0 ; } }
21,620
sets the class name id of this website . concode_field_sep Website _website concode_field_sep long getClassNameId concode_elem_sep void setExpandoBridgeAttributes concode_elem_sep void setExpandoBridgeAttributes concode_elem_sep void setExpandoBridgeAttributes concode_elem_sep boolean isEscapedModel concode_elem_sep bo...
void function ( long arg0 ) { _website . setClassNameId ( arg0 ) ; }
21,621
this implementation throws a filenotfoundexception , assuming that relative resources can not be created for this resource . concode_field_sep PlaceHolder placeHolder concode_field_sep File getFile concode_elem_sep URL getURL concode_elem_sep boolean isOpen concode_elem_sep File getFileForLastModifiedCheck concode_elem...
Resource function ( String arg0 ) { throw new FileNotFoundException ( "srini_string" + getDescription ( ) ) ; }
21,622
returns total size of inline event handlers onclick , etc concode_field_sep int filesize concode_elem_sep int inlineScriptSize concode_elem_sep int emptyChars concode_elem_sep int inlineStyleSize concode_elem_sep int inlineEventSize concode_field_sep void setEmptyChars concode_elem_sep int getFilesize concode_elem_sep ...
int function ( ) { return inlineEventSize ; }
21,623
method to validate the email field concode_field_sep String phoneNumber concode_elem_sep long age concode_elem_sep String displayName concode_elem_sep String name concode_elem_sep long displayAge concode_elem_sep String displayPhoneNumber concode_elem_sep String email concode_elem_sep String displayEmail concode_field_...
void function ( FacesContext arg0 , UIComponent arg1 , Object arg2 ) { String loc0 = ( String ) arg2 ; if ( loc0 . indexOf ( '@' ) == - 1 ) { ( ( UIInput ) arg1 ) . setValid ( false ) ; FacesMessage loc1 = new FacesMessage ( "srini_string" ) ; arg0 . addMessage ( arg1 . getClientId ( arg0 ) , loc1 ) ; } }
21,624
returns the desired key length of the derived key . concode_field_sep int iterationCount concode_elem_sep char[] password concode_elem_sep byte[] salt concode_elem_sep int keyLength concode_field_sep void clearPassword concode_elem_sep char[] getPassword concode_elem_sep int getIterationCount concode_elem_sep byte[] ge...
int function ( ) { return keyLength ; }
21,625
verifies an long is greater or equal to zero . concode_field_sep String IDENTIFIER_PATTERN_STR concode_elem_sep Pattern IDENTIFIER_PATTERN concode_field_sep int gt0 concode_elem_sep long gt0 concode_elem_sep T notNull concode_elem_sep String validIdentifier concode_elem_sep String notEmpty concode_elem_sep List<String>...
long function ( long arg0 , String arg1 ) { if ( arg0 < 0 ) { throw new IllegalArgumentException ( MessageFormat . format ( "srini_string" , arg1 , arg0 ) ) ; } return arg0 ; }
21,626
annotate for relations expressed in sentences concode_field_sep PlaceHolder placeHolder concode_field_sep Annotator coref concode_elem_sep Annotator sentiment concode_elem_sep Annotator natlog concode_elem_sep Annotator gender concode_elem_sep Annotator openie concode_elem_sep Annotator custom concode_elem_sep Annotato...
Annotator function ( Properties arg0 ) { return new RelationExtractorAnnotator ( arg0 ) ; }
21,627
note : at present this clobbers the input list items . this should be fixed . concode_field_sep Redwood.RedwoodChannels log concode_elem_sep Pattern p2 concode_field_sep placeholderType placeHolder
List < HasWord > function ( List < HasWord > arg0 ) { List < HasWord > loc0 = new ArrayList < > ( arg0 ) ; for ( HasWord loc1 : loc0 ) { String loc2 = loc1 . word ( ) ; Matcher loc3 = p2 . matcher ( loc2 ) ; if ( loc3 . find ( ) ) { loc2 = loc3 . replaceAll ( "srini_string" ) ; } String loc4 = UTF8EquivalenceFunction ....
21,628
defines the opening brace character . concode_field_sep char closingBraceChar concode_elem_sep int ESCAPE_MODE_ALL concode_elem_sep char escapeChar concode_elem_sep PropertyGetter propertyGetter concode_elem_sep int EXPECT_DOLLAR concode_elem_sep char markerChar concode_elem_sep int ESCAPE_MODE_NONE concode_elem_sep in...
void function ( final char arg0 ) { this . openingBraceChar = arg0 ; }
21,629
gets the number of pes . concode_field_sep long currentAllocatedSize concode_elem_sep List<Double> currentAllocatedMips concode_elem_sep double mips concode_elem_sep int numberOfPes concode_elem_sep int userId concode_elem_sep boolean inMigration concode_elem_sep CloudletScheduler cloudletScheduler concode_elem_sep Str...
int function ( ) { return numberOfPes ; }
21,630
increments the sequence number . concode_field_sep long duration concode_elem_sep long mCacheSize concode_elem_sep float m concode_elem_sep int TRANSPORT_UDP concode_elem_sep DatagramPacket[] mPackets concode_elem_sep long mClock concode_elem_sep int mTotal concode_elem_sep int mSeq concode_elem_sep int mCount concode_...
void function ( ) { setLong ( mBuffers [ mBufferIn ] , ++ mSeq , 2 , 4 ) ; }
21,631
get the class of this bean component . concode_field_sep Class<?> componentClass concode_elem_sep Map<Method,InterceptorFactory> interceptorFactoryMap concode_elem_sep Interceptor postConstructInterceptor concode_elem_sep InterceptorFactory preDestroy concode_elem_sep String componentName concode_elem_sep boolean gate ...
Class < ? > function ( ) { return componentClass ; }
21,632
gets the value of the parentobjectid property . concode_field_sep Integer sequenceNumber concode_elem_sep Integer codeTypeObjectId concode_elem_sep String codeTypeName concode_elem_sep Date lastUpdateDate concode_elem_sep Integer parentObjectId concode_elem_sep String description concode_elem_sep String lastUpdateUser ...
Integer function ( ) { return parentObjectId ; }
21,633
gets the value of the wtd property . concode_field_sep String tpl concode_elem_sep Boolean can concode_elem_sep String act concode_elem_sep String wta concode_elem_sep String wtd concode_elem_sep String planAct concode_elem_sep Short rdelay concode_elem_sep String plat concode_field_sep boolean isSetWtd concode_elem_se...
String function ( ) { return wtd ; }
21,634
returns true if inherited methods are shown concode_field_sep Object[] NO_ELEMENTS concode_elem_sep TableViewer fViewer concode_elem_sep boolean fShowInheritedMethods concode_elem_sep TypeHierarchyLifeCycle fHierarchyLifeCycle concode_field_sep boolean providesWorkingCopies concode_elem_sep void showInheritedMethods co...
boolean function ( ) { return fShowInheritedMethods ; }
21,635
compare this genome against another on the basis of their fitnesses concode_field_sep double[] sequence concode_elem_sep double fitness concode_field_sep void mutate concode_elem_sep Object clone
int function ( Object arg0 ) { Genome loc0 = ( Genome ) arg0 ; if ( this . fitness < loc0 . fitness ) return 1 ; else if ( this . fitness == loc0 . fitness ) return 0 ; else return - 1 ; }
21,636
updates the database type . concode_field_sep String database concode_elem_sep String password concode_elem_sep boolean profileSql concode_elem_sep String datasourceJndiLocation concode_elem_sep String host concode_elem_sep boolean forceUtf8 concode_elem_sep DatabaseType dbType concode_elem_sep String user concode_fiel...
void function ( String arg0 ) { this . dbType = DatabaseType . fromString ( arg0 ) ; }
21,637
creates a new release with the primary key . does not add the release to the database . concode_field_sep ReleaseLocalService _service concode_field_sep java.lang.String getOSGiServiceIdentifier concode_elem_sep com.liferay.portal.kernel.dao.orm.ActionableDynamicQuery getActionableDynamicQuery concode_elem_sep int getB...
com . liferay . portal . model . Release function ( long arg0 ) { return getService ( ) . createRelease ( arg0 ) ; }
21,638
decodes a byte array from base64 format . no blanks or line breaks are allowed within the base64 encoded input data . concode_field_sep char[] map1 concode_elem_sep byte[] map2 concode_elem_sep String systemLineSeparator concode_field_sep char[] encode concode_elem_sep char[] encode concode_elem_sep char[] encode conco...
byte [ ] function ( String arg0 ) { return decode ( arg0 . toCharArray ( ) ) ; }
21,639
gets the implementation property indicated by the specified key or returns the specified default value as an int . concode_field_sep PlaceHolder placeHolder concode_field_sep String getProperty concode_elem_sep int getPositiveIntProperty concode_elem_sep int getNonNegativeIntProperty concode_elem_sep String getProperty...
int function ( String arg0 , int arg1 ) { String loc0 = getProperty ( arg0 ) ; if ( loc0 == null ) { return arg1 ; } try { int loc1 = Integer . parseInt ( loc0 ) ; return loc1 ; } catch ( NumberFormatException loc1 ) { } return arg1 ; }
21,640
removes all soft wraps registered at the current storage . concode_field_sep List<SoftWrapImpl> myWrapsView concode_elem_sep List<SoftWrapChangeListener> myListeners concode_elem_sep List<SoftWrapImpl> myWraps concode_field_sep SoftWrap storeOrReplace concode_elem_sep List<SoftWrapImpl> getSoftWraps concode_elem_sep So...
void function ( ) { myWraps . clear ( ) ; notifyListenersAboutChange ( ) ; }
21,641
set if this phase should be executed at all . concode_field_sep boolean hitExecutionNeeded concode_field_sep boolean hitExecutionNeeded
void function ( boolean arg0 ) { this . hitExecutionNeeded = arg0 ; }
21,642
derives a key given the `` extended '' child number , ie . the 0x80000000 bit of the value that you pass for childnumber will determine whether to use hardened derivation or not . consider whether your code would benefit from the clarity of the equivalent , but explicit , form of this method that takes a childnumber ra...
DeterministicKey function ( DeterministicKey arg0 , int arg1 ) { return deriveChildKey ( arg0 , new ChildNumber ( arg1 ) ) ; }
21,643
sets the premiumratevalue value for this proposallineitempremium . concode_field_sep com.google.api.ads.dfp.axis.v201408.PremiumRateValue premiumRateValue concode_elem_sep java.lang.Object __equalsCalc concode_elem_sep org.apache.axis.description.TypeDesc typeDesc concode_elem_sep boolean __hashCodeCalc concode_elem_se...
void function ( com . google . api . ads . dfp . axis . v201408 . PremiumRateValue arg0 ) { this . premiumRateValue = arg0 ; }
21,644
generates a random thing uid for the given thingtype concode_field_sep Logger logger concode_field_sep Channel createChannel concode_elem_sep Thing createThing concode_elem_sep Thing createThing concode_elem_sep Thing createThing concode_elem_sep Thing createThing concode_elem_sep GenericThingBuilder<?> createThingBuil...
ThingUID function ( ThingTypeUID arg0 ) { String loc0 = UUID . randomUUID ( ) . toString ( ) ; String loc1 = loc0 . substring ( loc0 . length ( ) - 12 , loc0 . length ( ) ) ; return new ThingUID ( arg0 , loc1 ) ; }
21,645
returns the number of iterations executed . concode_field_sep double dt concode_elem_sep double duration concode_elem_sep long iterationCount concode_elem_sep CompletionCallback completionCallback concode_elem_sep SimulationTimeStep simulation concode_elem_sep List<UpdateStatusCallback> updateStatusCallbacks concode_el...
long function ( ) { return iterationCount ; }
21,646
gets the rule day of month . when the date rule type is dow , the value is always 0 . concode_field_sep String[] MONSTR concode_elem_sep int DOW concode_elem_sep int DOW_GEQ_DOM concode_elem_sep int UTC_TIME concode_elem_sep int dateRuleType concode_elem_sep int DOW_LEQ_DOM concode_elem_sep int WALL_TIME concode_elem_s...
int function ( ) { return dayOfMonth ; }
21,647
copy the contents of the given reader into a string . closes the reader when done . concode_field_sep int BUFFER_SIZE concode_field_sep int readFully concode_elem_sep int readFully concode_elem_sep int readFully concode_elem_sep int readFully concode_elem_sep List<String> readAllLines concode_elem_sep void readAllLines...
String function ( Reader arg0 ) { StringWriter loc0 = new StringWriter ( ) ; copy ( arg0 , loc0 ) ; return loc0 . toString ( ) ; }
21,648
set the rmode for all the characters being in this object . rmode can have the following values : 0 - fill text . 1 - stroke text . 2 - fill , then stroke text . 3 - neither fill nor stroke text invisible . 4 - fill text and add to path for clipping . 5 - stroke text and add to path for clipping . 6 - fill , then strok...
void function ( int arg0 ) { if ( arg0 >= 0 ) { this . rmode = arg0 ; } }
21,649
returns x < = 0 ? 0 : math.floor math.log x / math.log base concode_field_sep PlaceHolder placeHolder concode_field_sep double atanh concode_elem_sep double acosh concode_elem_sep long gcd concode_elem_sep double asinh
int function ( long arg0 , int arg1 ) { if ( arg1 <= 1 ) { throw new IllegalArgumentException ( "srini_string" ) ; } int loc0 = 0 ; while ( arg0 >= arg1 ) { arg0 /= arg1 ; loc0 ++ ; } return loc0 ; }
21,650
prepend proxy string if not already present concode_field_sep ArrayList _itemList concode_elem_sep String _nextPreviewPage concode_elem_sep String _searchQuery concode_elem_sep String _baseUrl concode_elem_sep int _start concode_elem_sep String _sessionId concode_elem_sep String _searchResponseString concode_elem_sep A...
String function ( String arg0 , String arg1 ) { StringBuilder loc0 ; log . debug ( "srini_string" + arg1 + "srini_string" + arg0 + "srini_string" ) ; if ( StringUtils . isNull ( arg1 ) ) { return arg0 ; } if ( arg0 . startsWith ( arg1 ) ) { return arg0 ; } loc0 = new StringBuilder ( arg1 ) ; loc0 . append ( arg0 ) ; re...
21,651
gets the polygon object that represents the time zone on the image map . concode_field_sep Polygon mapPolygon concode_elem_sep String id concode_elem_sep String mapCommandButtonId concode_field_sep boolean isRelevantComponentId concode_elem_sep String getId concode_elem_sep String getMapCommandButtonId
Polygon function ( ) { return mapPolygon ; }
21,652
returns the bundle context of this bundle concode_field_sep Logger logger concode_elem_sep BundleContext context concode_field_sep void stop concode_elem_sep void start
BundleContext function ( ) { return context ; }
21,653
remove the given mapping without regard to transactional safety concode_field_sep Settings settings concode_elem_sep T region concode_field_sep void unlockRegion concode_elem_sep void removeAll concode_elem_sep void evictAll concode_elem_sep boolean putFromLoad concode_elem_sep boolean putFromLoad concode_elem_sep Soft...
void function ( Object arg0 ) { region . remove ( arg0 ) ; }
21,654
returns the priority for the object at the specified index concode_field_sep ArrayList queue concode_field_sep void add concode_elem_sep PriorityQueueElement next concode_elem_sep int size concode_elem_sep void heapValueDownwards concode_elem_sep boolean hasNext concode_elem_sep void heapValueUpwards concode_elem_sep S...
double function ( int arg0 ) { return ( ( PriorityQueueElement ) queue . get ( arg0 ) ) . getPriority ( ) ; }
21,655
gets the value of the categorycode property . concode_field_sep XMLGregorianCalendar endDate concode_elem_sep long serialVersionUID concode_elem_sep String categoryCode concode_elem_sep XMLGregorianCalendar startDate concode_elem_sep String typeCode concode_field_sep XMLGregorianCalendar getStartDate concode_elem_sep v...
String function ( ) { return categoryCode ; }
21,656
get the length of the list . concode_field_sep int m_blocksize concode_elem_sep int m_mapSize concode_elem_sep long serialVersionUID concode_elem_sep int m_firstFree concode_elem_sep String m_map[] concode_field_sep String pop concode_elem_sep boolean contains concode_elem_sep int size concode_elem_sep String elementAt...
int function ( ) { return m_firstFree ; }
21,657
uses the sequence 's compoundset to decide if a compound can be assgined to complementcompound meaning it can complement concode_field_sep Strand strand concode_elem_sep boolean betweenCompounds concode_elem_sep boolean partialOn3prime concode_elem_sep Point start concode_elem_sep List<Location> subLocations concode_el...
boolean function ( Sequence < C > arg0 ) { CompoundSet < C > loc0 = arg0 . getCompoundSet ( ) ; Compound loc1 = loc0 . getAllCompounds ( ) . iterator ( ) . next ( ) ; return ComplementCompound . class . isAssignableFrom ( loc1 . getClass ( ) ) ; }
21,658
calculates the x-offset for drawing the shadow image relative to the source . concode_field_sep int distance concode_elem_sep double angle concode_elem_sep int shadowSize concode_elem_sep float shadowOpacity concode_elem_sep long serialVersionUID concode_elem_sep Color shadowColor concode_field_sep int getDistance conc...
int function ( ) { return ( int ) ( Math . cos ( this . angle ) * this . distance ) - this . shadowSize ; }
21,659
log interface configuration at debug level , if its enabled concode_field_sep ESLogger logger concode_elem_sep String INDENT concode_field_sep String formatAddress concode_elem_sep void doLogging concode_elem_sep String formatFlags
void function ( ) { if ( logger . isDebugEnabled ( ) ) { try { doLogging ( ) ; } catch ( IOException | SecurityException loc0 ) { logger . warn ( "srini_string" , loc0 ) ; } } }
21,660
the pid file location can be null if no pid file is configured concode_field_sep Path logsFile concode_elem_sep Settings settings concode_elem_sep Path homeFile concode_elem_sep Path tmpFile concode_elem_sep Path configFile concode_elem_sep Path[] repoFiles concode_elem_sep Path[] dataWithClusterFiles concode_elem_sep ...
Path function ( ) { return pidFile ; }
21,661
creates a new server , binding to any available ephemeral port . concode_field_sep boolean closeIdleConnections concode_elem_sep Logger logger concode_elem_sep RpcHandler rpcHandler concode_elem_sep TransportConf conf concode_elem_sep MessageDecoder decoder concode_elem_sep MessageEncoder encoder concode_field_sep Tran...
TransportServer function ( List < TransportServerBootstrap > arg0 ) { return createServer ( 0 , arg0 ) ; }
21,662
handles jtogglebutton , jcheckbox concode_field_sep Map _bindings concode_elem_sep boolean _modified concode_elem_sep Map _optComponents concode_field_sep boolean isPropertyNull concode_elem_sep boolean isModified concode_elem_sep Binding getBinding concode_elem_sep Bindings addOptComponent concode_elem_sep Bindings ad...
Bindings function ( String arg0 , JToggleButton arg1 , boolean arg2 ) { registerPropertyChangeListener ( arg1 ) ; return add ( new JToggleButtonBinding ( arg0 , arg1 , arg2 ) ) ; }
21,663
invoked when the mouse exits a component . concode_field_sep Point lastMousePosition concode_elem_sep DocumentViewModel documentViewModel concode_elem_sep AbstractDocumentView parentComponent concode_elem_sep DocumentViewController documentViewController concode_field_sep void mouseReleased concode_elem_sep void instal...
void function ( MouseEvent arg0 ) { }
21,664
set the converter to use to derive the key from the item concode_field_sep boolean delete concode_elem_sep Converter<V,K> itemKeyMapper concode_field_sep void init concode_elem_sep void afterPropertiesSet concode_elem_sep void writeKeyValue concode_elem_sep void write concode_elem_sep void setDelete
void function ( Converter < V , K > arg0 ) { this . itemKeyMapper = arg0 ; }
21,665
create an instance of listresponse concode_field_sep QName _ExtensionMasterResponse_QNAME concode_elem_sep QName _ExtensionMasterRequest_QNAME concode_field_sep GetRequestVerb createGetRequestVerb concode_elem_sep DeleteRequest createDeleteRequest concode_elem_sep DeleteResponse createDeleteResponse concode_elem_sep Ex...
ListResponse function ( ) { return new ListResponse ( ) ; }
21,666
slow means of constructing query parsing a stylesheet from an input stream concode_field_sep HashMap<String,Templates> compiledTemplatesCache concode_elem_sep Templates defaultCompiledTemplates concode_elem_sep TransformerFactory tFactory concode_elem_sep DocumentBuilderFactory dbf concode_field_sep void addDefaultQuer...
String function ( Properties arg0 , InputStream arg1 ) { StringWriter loc0 = new StringWriter ( ) ; StreamResult loc1 = new StreamResult ( loc0 ) ; transformCriteria ( arg0 , arg1 , loc1 ) ; return loc0 . toString ( ) ; }
21,667
sets the level of fuzziness used to create suggestions using a fuzziness instance.the default value is fuzziness #one which allows for an `` edit distance '' of one . concode_field_sep int fuzzyMinLength concode_elem_sep ParseField UNICODE_AWARE_FIELD concode_elem_sep boolean unicodeAware concode_elem_sep ParseField TR...
Builder function ( int arg0 ) { if ( arg0 < 0 || arg0 > 2 ) { throw new IllegalArgumentException ( "srini_string" ) ; } this . editDistance = arg0 ; return this ; }
21,668
sets the value of the nextbillcyclestartdate property . concode_field_sep XMLGregorianCalendar nextBillCycleStartDate concode_elem_sep String accountSubType concode_elem_sep String accountType concode_elem_sep long serialVersionUID concode_elem_sep String ban concode_elem_sep XMLGregorianCalendar billCycleEndDate conco...
void function ( XMLGregorianCalendar arg0 ) { this . nextBillCycleStartDate = arg0 ; }
21,669
this method resets the outgoing events . concode_field_sep boolean e concode_elem_sep SCInterfaceImpl sCInterface concode_elem_sep boolean f concode_elem_sep int nextStateIndex concode_elem_sep State[] stateVector concode_field_sep void reactSyncFork_main_region__sync0 concode_elem_sep void init concode_elem_sep SCInte...
void function ( ) { }
21,670
this will set the line cap style for the graphics state . concode_field_sep COSDictionary dict concode_field_sep boolean getAutomaticStrokeAdjustment concode_elem_sep void setFontSetting concode_elem_sep PDSoftMask getSoftMask concode_elem_sep Float getOverprintMode concode_elem_sep void setLineDashPattern concode_elem...
void function ( int arg0 ) { dict . setInt ( COSName . LC , arg0 ) ; }
21,671
create a compiledmethod for the synthetic hardware trap frame concode_field_sep boolean scanForObsoleteMethods concode_elem_sep int ROW_MASK concode_elem_sep CompiledMethod[][] compiledMethods concode_elem_sep int currentCompiledMethodId concode_elem_sep int LOG_ROW_SIZE concode_field_sep void setCompiledMethodObsolete...
CompiledMethod function ( ) { int loc0 = currentCompiledMethodId + 1 ; ensureCapacity ( loc0 ) ; currentCompiledMethodId ++ ; CompiledMethod loc1 = new HardwareTrapCompiledMethod ( loc0 , null ) ; setCompiledMethod ( loc0 , loc1 ) ; return loc1 ; }
21,672
creates a linkedblockingqueue with a capacity of integer #max_value , containing the elements of the specified iterable , in the order they are returned by the iterable 's iterator . concode_field_sep PlaceHolder placeHolder concode_field_sep SynchronousQueue<E> newSynchronousQueue concode_elem_sep ConcurrentLinkedQueu...
LinkedBlockingQueue < E > function ( Iterable < ? extends E > arg0 ) { if ( arg0 instanceof Collection ) { return new LinkedBlockingQueue < E > ( Collections2 . cast ( arg0 ) ) ; } LinkedBlockingQueue < E > loc0 = new LinkedBlockingQueue < E > ( ) ; Iterables . addAll ( loc0 , arg0 ) ; return loc0 ; }
21,673
the unit vector derived from this vector , or an arbitrary unit vector if this is the zero vector concode_field_sep Vector2D X_UNIT_VECTOR concode_elem_sep float x concode_elem_sep Vector2D ZERO_VECTOR concode_elem_sep Vector2D X_NEG_UNIT_VECTOR concode_elem_sep float y concode_elem_sep Vector2D Y_NEG_UNIT_VECTOR conco...
Vector2D function ( ) { final float loc0 = getMagnitude ( ) ; if ( loc0 == 0 ) return X_UNIT_VECTOR ; return divide ( loc0 ) ; }
21,674
returns a throwingdoubleconsumer throwing an exception of the given type if this operation throws an exception.the original exception thrown by this operation is the throwable #getcause cause of the thrown exception.the exception class must have a constructor accepting string and throwable as arguments . concode_field_...
ThrowingDoubleConsumer function ( Class < ? extends RuntimeException > arg0 , String arg1 ) { Contract . checkArgument ( arg0 != null , "srini_string" ) ; return argument -> { try { acceptThrowing ( argument ) ; } catch ( Exception loc0 ) { throw ReflectionUtils . createException ( arg0 , arg1 , loc0 ) ; } } ; }
21,675
gets notices . concode_field_sep String updateCallbackUrl concode_elem_sep String successRedirectUrl concode_elem_sep List<Notice> notices concode_elem_sep Boolean success concode_elem_sep String startCallbackUrl concode_elem_sep String successCallbackUrl concode_elem_sep String failureCallbackUrl concode_elem_sep Bool...
List < Notice > function ( ) { return notices ; }
21,676
computes the normal force for the corrected model concode_field_sep CartPoleDomain.CPPhysicsParams physParams concode_field_sep List<StateTransitionProb> stateTransitions concode_elem_sep State moveCorrectModel concode_elem_sep double getX2ndDeriv concode_elem_sep double getAngle2ndDeriv concode_elem_sep State sample
double function ( double arg0 , double arg1 , double arg2 ) { double loc0 = ( ( physParams . cartMass + physParams . poleMass ) * physParams . gravity ) - ( physParams . poleMass * physParams . halfPoleLength * ( arg2 * Math . sin ( arg0 ) + ( arg1 * arg1 * Math . cos ( arg0 ) ) ) ) ; return loc0 ; }
21,677
register an implementation . concode_field_sep String PROPERTY concode_elem_sep int DEFAULT_LINE_LENGTH concode_elem_sep Vector sources concode_field_sep DOMImplementation getDOMImplementation concode_elem_sep String getSystemProperty concode_elem_sep String getServiceValue concode_elem_sep DOMImplementationList getDOM...
void function ( final DOMImplementationSource arg0 ) { if ( arg0 == null ) { throw new NullPointerException ( ) ; } if ( ! sources . contains ( arg0 ) ) { sources . addElement ( arg0 ) ; } }
21,678
ejbload concode_field_sep javax.ejb.EntityContext myEntityCtx concode_field_sep void unsetEntityContext concode_elem_sep java.util.Collection getUser concode_elem_sep void ejbPostCreate concode_elem_sep void ejbPostCreate concode_elem_sep void ejbStore concode_elem_sep java.lang.Integer getId concode_elem_sep void ejbA...
void function ( ) { }
21,679
helper for #visitconstant where the constant is a float . concode_field_sep ParseObserver observer concode_elem_sep ByteArray bytes concode_field_sep void visitLiteralDouble concode_elem_sep void setPreviousOffset concode_elem_sep void visitNoArgs concode_elem_sep void visitInvalid concode_elem_sep void visitBranch con...
void function ( int arg0 , int arg1 , int arg2 , int arg3 ) { String loc0 = ( arg2 != 1 ) ? "srini_string" + Hex . u4 ( arg3 ) : "srini_string" ; observer . parsed ( bytes , arg1 , arg2 , header ( arg1 ) + loc0 + "srini_string" + Float . intBitsToFloat ( arg3 ) ) ; }
21,680
this is a utility method which is used to attach the output port of an embeddablequeryinfoprovider to the input portof the encapsulating appdata.store . concode_field_sep BufferingOutputPort<TUPLE_TYPE> port concode_elem_sep Logger LOG concode_field_sep void run
void function ( DefaultOutputPort < T > arg0 , final DefaultInputPort < T > arg1 ) { arg0 . setSink ( new Sink < Object > ( ) { @ Override @ SuppressWarnings ( "srini_string" ) public void put ( Object arg2 ) { LOG . debug ( "srini_string" ) ; arg1 . process ( ( T ) arg2 ) ; } @ Override public int getCount ( boolean a...
21,681
runs single benchamark configuration . concode_field_sep int port concode_elem_sep byte[] INITIAL_PACKET concode_elem_sep String host concode_elem_sep byte[] buf concode_elem_sep int connCnt concode_elem_sep ExecutorService exec concode_elem_sep int INITIAL_PACKET_SIZE concode_field_sep long doIteration concode_elem_se...
void function ( ) { for ( int loc0 = 0 ; loc0 < connCnt ; loc0 ++ ) exec . submit ( new ClientThread ( ) ) ; Thread . sleep ( 5 * 60 * 1000 ) ; exec . shutdownNow ( ) ; }
21,682
builds the message and returns it . concode_field_sep AbstractMessage.BuilderParent parent concode_elem_sep boolean isClean concode_elem_sep BType builder concode_elem_sep MType message concode_field_sep BType getBuilder concode_elem_sep void onChanged concode_elem_sep void markDirty concode_elem_sep SingleFieldBuilder...
MType function ( ) { isClean = true ; return getMessage ( ) ; }
21,683
write the #value field to the given stream.for any the functionalityis delegated to org.omg.corba.portable.outputstream #write_any any . concode_field_sep TypeCode t_any concode_elem_sep Any value concode_field_sep void _read concode_elem_sep TypeCode _type
void function ( OutputStream arg0 ) { arg0 . write_any ( value ) ; }
21,684
this method resets the incoming events time events included . concode_field_sep boolean e concode_elem_sep SCInterfaceImpl sCInterface concode_elem_sep boolean guard concode_elem_sep int nextStateIndex concode_elem_sep boolean done concode_elem_sep State[] stateVector concode_field_sep void init concode_elem_sep SCInte...
void function ( ) { sCInterface . clearEvents ( ) ; }
21,685
some text . concode_field_sep InnerClassWithAnnotations anon concode_elem_sep String fFirstName concode_elem_sep String tThirdName concode_elem_sep String sSecondName concode_field_sep String method6 concode_elem_sep String method6 concode_elem_sep String method6 concode_elem_sep String method concode_elem_sep String m...
String function ( String arg0 ) { return "srini_string" ; }
21,686
get the inheritlocations flag that was declared via @testpropertysource . concode_field_sep Log logger concode_elem_sep String[] locations concode_elem_sep boolean inheritProperties concode_elem_sep boolean inheritLocations concode_elem_sep String[] properties concode_elem_sep Class<?> declaringClass concode_field_sep ...
boolean function ( ) { return inheritLocations ; }
21,687
the default implementation only creates a new default project . clients may override if they want to contribute generatorspecific project setup concode_field_sep String SCT_GENERATOR_CONSOLE concode_elem_sep IGeneratorBridge bridge concode_elem_sep MessageConsoleStream error concode_elem_sep Injector injector concode_e...
void function ( IProject arg0 , GeneratorEntry arg1 ) { GeneratorUtils . createEmptyProject ( arg0 ) ; }
21,688
sets the value of the artifactlink property . concode_field_sep String repoId concode_elem_sep String extension concode_elem_sep String artifactLink concode_elem_sep String groupId concode_elem_sep String classifier concode_elem_sep String artifactId concode_elem_sep String packaging concode_elem_sep String contextId c...
void function ( String arg0 ) { this . artifactLink = arg0 ; }
21,689
sets the value of the type property . concode_field_sep String role concode_elem_sep PrimeMeridianAltType primeMeridianAlt concode_elem_sep String arcrole concode_elem_sep String show concode_elem_sep String actuate concode_elem_sep List<String> nilReason concode_elem_sep String href concode_elem_sep String type concod...
void function ( String arg0 ) { this . type = arg0 ; }
21,690
increments the number of rejected operations due to a subtree not allowed by the request filtering policy . concode_field_sep AtomicLong rejectedOperations concode_elem_sep AtomicLong rejectedAttributes concode_elem_sep AtomicLong rejectedScopes concode_elem_sep AtomicLong rejectedSubtrees concode_field_sep long getRej...
void function ( ) { rejectedSubtrees . incrementAndGet ( ) ; }
21,691
getfreeauthoritiesforgroup concode_field_sep AuthorityRepository authorityRepository concode_field_sep Integer getAuthoritiesNumber concode_elem_sep List<AuthorityDTO> getUserAuthorities concode_elem_sep List<AuthorityDTO> getGroupAuthorities concode_elem_sep void setAuthorityRepository concode_elem_sep Integer getTota...
List < AuthorityDTO > function ( ) { return authorityRepository . getFreeAuthoritiesForGroup ( ) ; }
21,692
sets the values value for this statement . concode_field_sep java.lang.String query concode_elem_sep com.google.api.ads.dfp.axis.v201408.String_ValueMapEntry[] values concode_elem_sep java.lang.Object __equalsCalc concode_elem_sep org.apache.axis.description.TypeDesc typeDesc concode_elem_sep boolean __hashCodeCalc con...
void function ( com . google . api . ads . dfp . axis . v201408 . String_ValueMapEntry [ ] arg0 ) { this . values = arg0 ; }
21,693
allows subclasses to modify the login form url that should be applicable for a given request . concode_field_sep String loginFormUrl concode_elem_sep boolean forceHttps concode_elem_sep boolean useForward concode_elem_sep Log logger concode_elem_sep RedirectStrategy redirectStrategy concode_elem_sep PortMapper portMapp...
String function ( HttpServletRequest arg0 , HttpServletResponse arg1 , AuthenticationException arg2 ) { return getLoginFormUrl ( ) ; }
21,694
retrieves the naming store 's injectedvalue . concode_field_sep InjectedValue<NamingStore> namingStore concode_elem_sep ServiceName SERVICE_NAME concode_elem_sep String CAPABILITY_NAME concode_field_sep NamingStore getValue concode_elem_sep void stop concode_elem_sep void start
InjectedValue < NamingStore > function ( ) { return namingStore ; }
21,695
event handler for the east border . concode_field_sep boolean renderNorth concode_elem_sep boolean renderEast concode_elem_sep boolean renderSouth concode_elem_sep boolean renderWest concode_elem_sep boolean renderCenter concode_field_sep void south concode_elem_sep boolean isRenderNorth concode_elem_sep boolean isRend...
void function ( ValueChangeEvent arg0 ) { setRenderEast ( ( ( Boolean ) arg0 . getNewValue ( ) ) . booleanValue ( ) ) ; }
21,696
gets the value of the localdistance property . concode_field_sep Duration localDuration concode_elem_sep ServiceType localService concode_elem_sep String interlineCarrierName concode_elem_sep Integer additionalDays concode_elem_sep String gatewayLocationId concode_elem_sep String interlineCarrierCode concode_elem_sep F...
Distance function ( ) { return localDistance ; }
21,697
enables logging for the given log type at the specified level and above . concode_field_sep Map<String,Level> prefs concode_elem_sep long serialVersionUID concode_field_sep Level getLevel concode_elem_sep LoggingPreferences addPreferences concode_elem_sep Set<String> getEnabledLogTypes
void function ( String arg0 , Level arg1 ) { prefs . put ( arg0 , arg1 ) ; }
21,698
sets a custom xml data format to be used . important : this option is only for setting a custom name of the data format , not to refer to an existing data format instance . concode_field_sep String CORS_ACCESS_CONTROL_ALLOW_ORIGIN concode_elem_sep String scheme concode_elem_sep String apiContextPath concode_elem_sep Ma...
void function ( String arg0 ) { this . xmlDataFormat = arg0 ; }
21,699
this is called during the activation of a message endpoint . concode_field_sep String workManagerName concode_elem_sep String name concode_elem_sep Logger log concode_elem_sep String bootstrapContextName concode_field_sep void setName concode_elem_sep String getWorkManagerName concode_elem_sep String getBootstrapContex...
void function ( MessageEndpointFactory arg0 , ActivationSpec arg1 ) { log . trace ( "srini_string" ) ; }