idx
int64
0
100k
question
stringlengths
68
7.19k
target
stringlengths
20
663
3,700
returns the current value of the parse event as a string . this returns the value of a #comment comment or the replacement value for an #entity_declaration entity_declaration . this method returns null if there is no text available . concode_field_sep Pair mEQhead concode_elem_sep Pair mEQtail concode_elem_sep ParserSt...
String function ( ) { switch ( getEventType ( ) ) { case ENTITY_DECLARATION : if ( mEQhead . num < 0 ) return null ; case COMMENT : if ( mEQhead . value == null ) mEQhead . value = new String ( mEQhead . chars , 0 , mEQhead . num ) ; return mEQhead . value ; default : throw new IllegalStateException ( ) ; } }
3,701
takes an argument in set-syntax , see evaluateset , and keeps any of characters present in the specified string . charsetutils.keep null , = null charsetutils.keep '' '' , = '' '' charsetutils.keep , null = '' '' charsetutils.keep , '' '' = '' '' charsetutils.keep `` hello '' , `` hl '' = `` hll '' charsetutils.keep ``...
String function ( final String arg0 , final String ... arg1 ) { if ( arg0 == null ) { return null ; } if ( arg0 . isEmpty ( ) || deepEmpty ( arg1 ) ) { return StringUtils . EMPTY ; } return modify ( arg0 , arg1 , true ) ; }
3,702
set the accessible flag for this object tothe indicated boolean value . a value of true indicates thatthe reflected object should suppress java language access checking when it is used . a value of false indicatesthat the reflected object should enforce java language access checks . first , if there is a security manag...
void function ( boolean arg0 ) { SecurityManager loc0 = System . getSecurityManager ( ) ; if ( loc0 != null ) loc0 . checkPermission ( ACCESS_PERMISSION ) ; setAccessible0 ( this , arg0 ) ; }
3,703
specifies the solverid to user for the solver instance key concode_field_sep boolean async concode_elem_sep String solverId concode_elem_sep String configFile concode_elem_sep int threadPoolSize concode_field_sep int getThreadPoolSize concode_elem_sep void setAsync concode_elem_sep boolean isAsync concode_elem_sep Stri...
void function ( String arg0 ) { this . solverId = arg0 ; }
3,704
sets the identifier of xccdf : ident concode_field_sep String identifier concode_elem_sep String system concode_elem_sep Long id concode_field_sep boolean isDocumentIdref concode_elem_sep String getIdentifier concode_elem_sep String getSystem concode_elem_sep void setId concode_elem_sep void setSystem concode_elem_sep ...
void function ( String arg0 ) { identifier = arg0 ; }
3,705
gets queuing options . when used with a string , can be ` front ' or ` end ' to queue the effect in the global effects queue at the beginning or end , or a queue parameter object that can have position : ` front/end ' , scope : ` scope ' , limit :1 concode_field_sep boolean fired concode_elem_sep boolean submit concode...
String function ( ) { return queue ; }
3,706
sets the value of a timestamp field in the specified column . concode_field_sep PlaceHolder placeHolder concode_field_sep boolean getRecordAlreadyExists concode_elem_sep PreparedStatement setBytes concode_elem_sep PreparedStatement setBytes concode_elem_sep Long getGeneratedKey concode_elem_sep boolean canReadAndUpdate...
PreparedStatement function ( PreparedStatement arg0 , Timestamp arg1 , GregorianCalendar arg2 , int arg3 ) { arg0 . setTimestamp ( arg3 , arg1 , arg2 ) ; return arg0 ; }
3,707
resets the engine for signing a message . concode_field_sep NTRUSigningPublicKeyParameters verificationKey concode_elem_sep NTRUSigningParameters params concode_elem_sep Digest hashAlg concode_elem_sep NTRUSigningPrivateKeyParameters signingKeyPair concode_field_sep boolean verifyHash concode_elem_sep boolean verifySig...
void function ( boolean arg0 , CipherParameters arg1 ) { if ( arg0 ) { this . signingKeyPair = ( NTRUSigningPrivateKeyParameters ) arg1 ; } else { this . verificationKey = ( NTRUSigningPublicKeyParameters ) arg1 ; } hashAlg = this . params . hashAlg ; hashAlg . reset ( ) ; }
3,708
nil concode_field_sep String fNormalizedValue concode_elem_sep String fValidationContext concode_elem_sep XSNotationDeclaration fNotation concode_elem_sep boolean fSpecified concode_elem_sep XSElementDeclaration fDeclaration concode_elem_sep short fValidationAttempted concode_elem_sep boolean fNil concode_elem_sep shor...
boolean function ( ) { return fNil ; }
3,709
the number of seconds for which the message has to be delayed . concode_field_sep Integer delaySeconds concode_elem_sep String messageBody concode_elem_sep java.util.Map<String,MessageAttributeValue> messageAttributes concode_elem_sep String id concode_field_sep void setMessageAttributes concode_elem_sep String getId c...
void function ( Integer arg0 ) { this . delaySeconds = arg0 ; }
3,710
gets the value of the shipto property . concode_field_sep USAddress billTo concode_elem_sep String comment concode_elem_sep Items items concode_elem_sep XMLGregorianCalendar orderDate concode_elem_sep USAddress shipTo concode_field_sep Items getItems concode_elem_sep USAddress getBillTo concode_elem_sep void setBillTo ...
USAddress function ( ) { return shipTo ; }
3,711
purges an injection point from the cache . use this only if the cache is not actually valid and needs to be purged . see issue 319 and implicitbindingtest #testcircularjitbindingsleavenoresidue and #testinstancesrequestingprovidersforthemselveswithchildinjectors for examples of when this is necessary . returns true if ...
boolean function ( InjectionPoint arg0 ) { return cache . remove ( arg0 ) ; }
3,712
removes the tag of the given id concode_field_sep int mIfdId concode_elem_sep Map<Short,ExifTag> mExifTags concode_elem_sep int mOffsetToNextIfd concode_elem_sep int[] sIfds concode_field_sep void setOffsetToNextIfd concode_elem_sep int[] getIfds concode_elem_sep boolean checkCollision concode_elem_sep boolean equals c...
void function ( short arg0 ) { mExifTags . remove ( arg0 ) ; }
3,713
truncates the clob value that this clob designates to have a length of len characters . concode_field_sep ClobDataID clob concode_elem_sep boolean isClosed concode_elem_sep SessionInterface session concode_field_sep Writer setCharacterStream concode_elem_sep int setString concode_elem_sep int setString concode_elem_sep...
void function ( long arg0 ) { try { clob . truncate ( session , arg0 ) ; } catch ( HsqlException loc0 ) { throw Util . sqlException ( loc0 ) ; } }
3,714
sets the value of the highwavelength property . concode_field_sep Float lowWaveLength concode_elem_sep Object peakResponse concode_elem_sep String sequenceIdentifier concode_elem_sep Float highWavelength concode_elem_sep LengthUnits waveLengthUnits concode_field_sep BandType withPeakResponse concode_elem_sep String get...
void function ( Float arg0 ) { this . highWavelength = arg0 ; }
3,715
closes the pooledconnection and stops listening for events from it . concode_field_sep Set<PooledConnection> validatingSet concode_elem_sep ConnectionPoolDataSource _cpds concode_elem_sep Map<PooledConnection,PooledConnectionAndInfo> pcMap concode_elem_sep int _validationQueryTimeout concode_elem_sep ObjectPool<PooledC...
void function ( PooledObject < PooledConnectionAndInfo > arg0 ) { doDestroyObject ( arg0 . getObject ( ) ) ; }
3,716
un-queues the audio at the specified position in the queue . concode_field_sep AudioMetaData metaData concode_elem_sep List<AudioMetaData> metaDataQueue concode_elem_sep int channels concode_elem_sep boolean isPaused concode_elem_sep float volume concode_elem_sep AudioFileFormat format concode_elem_sep IDiscordClient c...
void function ( int arg0 ) { AudioMetaData loc0 = metaDataQueue . get ( arg0 ) ; client . getDispatcher ( ) . dispatch ( new AudioUnqueuedEvent ( audioQueue . get ( arg0 ) , loc0 . fileSource , loc0 . urlSource , loc0 . format , this ) ) ; audioQueue . remove ( arg0 ) ; metaDataQueue . remove ( arg0 ) ; }
3,717
get an immutable list of the labels for this axis . concode_field_sep double min concode_elem_sep double max concode_elem_sep Range range concode_elem_sep double interval concode_elem_sep List<Number> positions concode_elem_sep AxisStyle axisStyle concode_elem_sep List<String> labels concode_field_sep double getInterva...
ImmutableList < String > function ( ) { return Lists . copyOf ( labels ) ; }
3,718
set the thread state to stopping so that the thread will stop when it wakes up . concode_field_sep String groupName concode_elem_sep LinkedList<ControlledJob> jobsInProgress concode_elem_sep long nextJobID concode_elem_sep ThreadState runnerState concode_elem_sep LinkedList<ControlledJob> failedJobs concode_elem_sep Lo...
void function ( ) { this . runnerState = ThreadState . STOPPING ; }
3,719
returns true if a attributekey exists for the given name . concode_field_sep int nextId concode_elem_sep Map<String,T> constants concode_field_sep T newConstant concode_elem_sep T valueOf concode_elem_sep T valueOf concode_elem_sep T newInstance
boolean function ( String arg0 ) { ObjectUtil . checkNotNull ( arg0 , "srini_string" ) ; synchronized ( constants ) { return constants . containsKey ( arg0 ) ; } }
3,720
this method sets the text string to iterate over . concode_field_sep int DONE concode_field_sep BreakIterator getSentenceInstance concode_elem_sep BreakIterator getSentenceInstance concode_elem_sep int next concode_elem_sep int next concode_elem_sep BreakIterator getCharacterInstance concode_elem_sep BreakIterator getC...
void function ( String arg0 ) { setText ( new StringCharacterIterator ( arg0 ) ) ; }
3,721
return the table 's metadata . concode_field_sep Transaction tx concode_elem_sep int nextTableNum concode_elem_sep TableInfo ti concode_field_sep String nextTableName concode_elem_sep UpdateScan open
TableInfo function ( ) { return ti ; }
3,722
register a listener for the propertychange event . when a propertyeditor changes its value it should fire a propertychange event on all registered propertychangelisteners , specifying the null value for the property name and itself as the source . concode_field_sep PropertyChangeSupport propertyChangeSupport concode_el...
void function ( final PropertyChangeListener arg0 ) { propertyChangeSupport . addPropertyChangeListener ( arg0 ) ; }
3,723
sets the header named name to value . if this request already has any headers with that name , they are all replaced . concode_field_sep Request request concode_elem_sep RawHeaders headers concode_elem_sep int code concode_elem_sep Reader reader concode_elem_sep RawHeaders headers concode_elem_sep Response redirectedBy...
Builder function ( String arg0 , String arg1 ) { headers . set ( arg0 , arg1 ) ; return this ; }
3,724
get custom serializer concode_field_sep com.omniture.www.Row[] data concode_elem_sep org.apache.axis.description.TypeDesc typeDesc concode_elem_sep java.lang.String[] warnings concode_elem_sep java.lang.Object __equalsCalc concode_elem_sep java.lang.String[] header concode_elem_sep boolean __hashCodeCalc concode_field_...
org . apache . axis . encoding . Serializer function ( java . lang . String arg0 , java . lang . Class arg1 , javax . xml . namespace . QName arg2 ) { return new org . apache . axis . encoding . ser . BeanSerializer ( arg1 , arg2 , typeDesc ) ; }
3,725
gets the references for all discovered jax-rs resources concode_field_sep Bus bus concode_elem_sep List<Bean<?>> providerBeans concode_elem_sep List<Bean<? extends Feature>> featureBeans concode_elem_sep List<Bean<?>> applicationBeans concode_elem_sep Bean<?> busBean concode_elem_sep List<Bean<?>> serviceBeans concode_...
List < Object > function ( final BeanManager arg0 ) { final List < Object > loc0 = new ArrayList < Object > ( ) ; for ( final Bean < ? > loc1 : providerBeans ) { loc0 . add ( arg0 . getReference ( loc1 , loc1 . getBeanClass ( ) , arg0 . createCreationalContext ( loc1 ) ) ) ; } return loc0 ; }
3,726
returns this collection as an unmodifiable list of permissions . concode_field_sep String PERMISSION_NOT_IMPLIES_MSG concode_elem_sep List<Permission> permissionList concode_elem_sep String PERMISSION_START_MSG concode_elem_sep String PERMISSION_END_MSG concode_elem_sep String PERMISSION_IMPLIES_MSG concode_field_sep v...
List < Permission > function ( ) { return Collections . unmodifiableList ( permissionList ) ; }
3,727
calculates the preferred size dimensions for the specified container , given the components it contains . concode_field_sep boolean horizontal concode_field_sep Dimension getSize concode_elem_sep void removeLayoutComponent concode_elem_sep Dimension minimumLayoutSize concode_elem_sep void layoutContainer concode_elem_s...
Dimension function ( Container arg0 ) { return getSize ( arg0 , false ) ; }
3,728
indicates if the context class loader methods are available concode_field_sep FileUtils FILE_UTILS concode_field_sep File getResourceSource concode_elem_sep File normalizeSource concode_elem_sep ClassLoader getContextClassLoader concode_elem_sep File getClassSource concode_elem_sep String classNameToResource concode_el...
boolean function ( ) { return true ; }
3,729
returns the user 's pointing . note that clients should not usually modify this object as it is not defensively copied . concode_field_sep Vector3 acceleration concode_elem_sep Vector3 magneticField concode_elem_sep MagneticDeclinationCalculator magneticDeclinationCalculator concode_elem_sep boolean autoUpdatePointing ...
Pointing function ( ) { calculateLocalNorthAndUpInPhoneCoords ( ) ; calculatePointing ( ) ; return pointing ; }
3,730
sets the shared instance of layoutstyle . specifying null results in using the layoutstyle from the current lookandfeel . concode_field_sep PlaceHolder placeHolder concode_field_sep int getContainerGap concode_elem_sep int getPreferredGap concode_elem_sep LayoutStyle getInstance
void function ( LayoutStyle arg0 ) { synchronized ( LayoutStyle . class ) { if ( arg0 == null ) { AppContext . getAppContext ( ) . remove ( LayoutStyle . class ) ; } else { AppContext . getAppContext ( ) . put ( LayoutStyle . class , arg0 ) ; } } }
3,731
computes the scalar product c v concode_field_sep Coordinate p concode_elem_sep int BEHIND concode_elem_sep int DESTINATION concode_elem_sep int ORIGIN concode_elem_sep int LEFT concode_elem_sep int RIGHT concode_elem_sep int BEYOND concode_elem_sep int BETWEEN concode_field_sep int classify concode_elem_sep double cro...
Vertex function ( double arg0 ) { return ( new Vertex ( arg0 * p . x , arg0 * p . y ) ) ; }
3,732
records a failure connecting to failedroute . concode_field_sep Set<Route> failedRoutes concode_field_sep void connected concode_elem_sep int failedRoutesCount concode_elem_sep boolean shouldPostpone
void function ( Route arg0 , IOException arg1 ) { failedRoutes . add ( arg0 ) ; if ( ! ( arg1 instanceof SSLHandshakeException ) ) { failedRoutes . add ( arg0 . flipTlsMode ( ) ) ; } }
3,733
sets int value concode_field_sep long temp concode_elem_sep int packetLength concode_elem_sep int HEADER_LENGTH concode_elem_sep byte[] packet concode_field_sep long getSsrc concode_elem_sep boolean hasPadding concode_elem_sep void setExtension concode_elem_sep void setSsrc concode_elem_sep byte[] getPacket concode_ele...
void function ( int arg0 , byte [ ] arg1 , int arg2 ) { arg1 [ arg2 ] = ( byte ) ( ( int ) arg0 >> 8 ) ; arg1 [ arg2 + 1 ] = ( byte ) ( ( int ) arg0 & 0xFF ) ; }
3,734
add a new dmx channel . concode_field_sep short[] buffer concode_elem_sep Vector<DmxChannel> channels concode_elem_sep int minimumBufferSize concode_elem_sep List<DmxStatusUpdateListener> updateListeners concode_elem_sep boolean bufferChanged concode_elem_sep Logger logger concode_field_sep void setBufferValue concode_...
void function ( DmxChannel arg0 ) { logger . trace ( "srini_string" , arg0 . getChannelId ( ) ) ; channels . add ( arg0 ) ; Collections . sort ( channels ) ; if ( arg0 . getChannelId ( ) > minimumBufferSize ) { minimumBufferSize = arg0 . getChannelId ( ) ; } }
3,735
gets the event timestamp . concode_field_sep DateTime timeStamp concode_elem_sep String subject concode_elem_sep Map<String,Object> parameters concode_field_sep void setParameters concode_elem_sep String getSubject concode_elem_sep void setSubject concode_elem_sep void setTimeStamp concode_elem_sep Map<String,Object> g...
DateTime function ( ) { return DateUtil . setTimeZoneUTC ( timeStamp ) ; }
3,736
returns the string representation of the base quantity . concode_field_sep String symbol concode_elem_sep RegularBaseQuantity ELECTRIC_CURRENT concode_elem_sep RegularBaseQuantity AMOUNT_OF_SUBSTANCE concode_elem_sep RegularBaseQuantity LENGTH concode_elem_sep RegularBaseQuantity TIME concode_elem_sep long serialVersio...
String function ( ) { return getID ( ) ; }
3,737
set the value of debug . concode_field_sep boolean m_debug concode_elem_sep int m_numPhrases concode_elem_sep String m_encoding concode_elem_sep KEAFilter m_KEAFilter concode_elem_sep String m_dirName concode_elem_sep String m_modelName concode_elem_sep boolean m_AdditionalInfo concode_field_sep Enumeration listOptions...
void function ( boolean arg0 ) { m_debug = arg0 ; }
3,738
returns the scale mode . concode_field_sep RoundingMode roundingMode concode_elem_sep Unit unit concode_elem_sep String locationId concode_elem_sep String property concode_elem_sep Integer scale concode_elem_sep String type concode_field_sep String getLocationId concode_elem_sep String getProperty concode_elem_sep Inte...
RoundingMode function ( ) { return roundingMode ; }
3,739
used to send ssdp packet concode_field_sep int timeout concode_elem_sep String MULTICAST_ADDRESS concode_elem_sep int MX concode_elem_sep String UPDATE concode_elem_sep InetAddress localInAddress concode_elem_sep String NEWLINE concode_elem_sep String MSEARCH concode_elem_sep int PORT concode_elem_sep String BYEBYE con...
void function ( String arg0 ) { DatagramPacket loc0 = new DatagramPacket ( arg0 . getBytes ( ) , arg0 . length ( ) , multicastGroup ) ; datagramSocket . send ( loc0 ) ; }
3,740
validate the given text - to pass it must contain letters , digits , ' @ ' , ' - ' , '_' , ' . ' , ' , ' or a space character . concode_field_sep PlaceHolder placeHolder concode_field_sep boolean isNotNull concode_elem_sep boolean isTrue concode_elem_sep String getTimeFromLong concode_elem_sep String getNickname concod...
boolean function ( String arg0 ) { for ( int loc0 = 0 ; loc0 < arg0 . length ( ) ; loc0 ++ ) { char loc1 = arg0 . charAt ( loc0 ) ; if ( ! Character . isLetterOrDigit ( loc1 ) && loc1 != '@' && loc1 != '-' && loc1 != '_' && loc1 != '.' && loc1 != ',' && loc1 != ' ' ) { return false ; } } return true ; }
3,741
set the checksum algorithm . concode_field_sep String checksumCheckResult concode_elem_sep boolean infoFound concode_elem_sep boolean deleted concode_elem_sep boolean toBeProcessed concode_elem_sep Date processEndDate concode_elem_sep DSpaceBitstreamInfo dspaceBitstream concode_elem_sep boolean bitstreamFound concode_e...
void function ( String arg0 ) { dspaceBitstream . setChecksumAlgorithm ( arg0 ) ; }
3,742
gets whether to be strict about parsing . concode_field_sep Args args concode_elem_sep boolean strictParse concode_elem_sep int hexCols concode_elem_sep int at concode_elem_sep int indent concode_elem_sep byte[] bytes concode_elem_sep String filePath concode_elem_sep int width concode_elem_sep String separator concode_...
boolean function ( ) { return strictParse ; }
3,743
returns the group id of this repository entry . concode_field_sep RepositoryEntry _repositoryEntry concode_field_sep void setExpandoBridgeAttributes concode_elem_sep void setExpandoBridgeAttributes concode_elem_sep void setExpandoBridgeAttributes concode_elem_sep void setGroupId concode_elem_sep boolean isEscapedModel ...
long function ( ) { return _repositoryEntry . getGroupId ( ) ; }
3,744
make this triangle invisible . if it was already invisible , do nothing . 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 ...
void function ( ) { erase ( ) ; isVisible = false ; }
3,745
create the nocontext typecode structure , named `` nocontext '' . concode_field_sep PlaceHolder placeHolder concode_field_sep NoContext extract concode_elem_sep NoContext read concode_elem_sep void insert concode_elem_sep String id concode_elem_sep void write
TypeCode function ( ) { ORB loc0 = OrbRestricted . Singleton ; StructMember [ ] loc1 = new StructMember [ 0 ] ; return loc0 . create_exception_tc ( id ( ) , "srini_string" , loc1 ) ; }
3,746
read items from head and tail of queue . concode_field_sep String queueName concode_elem_sep int RETRIES concode_elem_sep IgniteQueue<String> queue concode_elem_sep boolean put concode_field_sep IgniteQueue<String> initializeQueue concode_elem_sep void writeToQueue concode_elem_sep void clearAndRemoveQueue concode_elem...
void function ( Ignite arg0 ) { final String loc0 = queue . name ( ) ; arg0 . compute ( ) . broadcast ( new QueueClosure ( loc0 , false ) ) ; System . out . println ( "srini_string" + queue . size ( ) + ']' ) ; }
3,747
return the set of notes applicable for this state / backedge pair . concode_field_sep long serialVersionUID concode_elem_sep SetMultimap<Edge,MatcherAndAlert> notesForEdge concode_field_sep void setNotes
Set < MatcherAndAlert > function ( Edge arg0 ) { if ( arg0 instanceof PartialStreetEdge ) { arg0 = ( ( PartialStreetEdge ) arg0 ) . getParentEdge ( ) ; } Set < MatcherAndAlert > loc0 = notesForEdge . get ( arg0 ) ; if ( loc0 == null || loc0 . isEmpty ( ) ) { return null ; } return loc0 ; }
3,748
returns whether this response is considered successful . concode_field_sep T result concode_elem_sep Cache.Entry cacheEntry concode_elem_sep boolean intermediate concode_elem_sep VolleyError error concode_field_sep void onResponse concode_elem_sep Response<T> success concode_elem_sep void onErrorResponse concode_elem_s...
boolean function ( ) { return error == null ; }
3,749
is this contact touching concode_field_sep ContactEdge m_nodeB concode_elem_sep Fixture m_fixtureB concode_elem_sep float m_toiCount concode_elem_sep Fixture m_fixtureA concode_elem_sep int m_flags concode_elem_sep TLManifold tloldManifold concode_elem_sep IWorldPool pool concode_elem_sep Contact m_prev concode_elem_se...
boolean function ( ) { return ( m_flags & TOUCHING_FLAG ) == TOUCHING_FLAG ; }
3,750
this method examines the argument and performs an operation according to the compilers documentation . no specific operation is required . concode_field_sep MD5 md5Digest concode_elem_sep String gcjJitCompiler concode_elem_sep String gcjJitTmpdir concode_elem_sep WeakHashMap sharedHelperMap concode_elem_sep boolean use...
Object function ( Object arg0 ) { return null ; }
3,751
get the number of comments . concode_field_sep String DISPLAY_DATE_FORMAT concode_elem_sep Resource blogResource concode_elem_sep List<HashMap<String,Object>> comments concode_elem_sep int count concode_elem_sep Logger LOGGER concode_field_sep List<HashMap<String,Object>> getCommentList concode_elem_sep void post conco...
int function ( ) { return count ; }
3,752
initinstance concode_field_sep Vector<Filter> myFilters concode_elem_sep JFrame myMainFrame concode_elem_sep JLogoutputFrame myInstance concode_elem_sep Logger myLog concode_elem_sep Layout myLayout concode_elem_sep JTextPaneAppender myAppender concode_field_sep Layout getLayout concode_elem_sep void log concode_elem_s...
void function ( ) { myInstance = new JLogoutputFrame ( ) ; }
3,753
returns the weight of this service record . concode_field_sep String protocol concode_elem_sep int port concode_elem_sep String service concode_elem_sep String name concode_elem_sep int weight concode_elem_sep int priority concode_elem_sep String target concode_field_sep String protocol concode_elem_sep int port concod...
int function ( ) { return weight ; }
3,754
returns the area in which the chart was drawn . concode_field_sep EntityCollection entities concode_elem_sep long serialVersionUID concode_elem_sep PlotRenderingInfo plotInfo concode_elem_sep Rectangle2D chartArea concode_field_sep void setChartArea concode_elem_sep void setEntityCollection concode_elem_sep void writeO...
Rectangle2D function ( ) { return this . chartArea ; }
3,755
set the replyurls value . concode_field_sep List<KeyCredentialInner> keyCredentials concode_elem_sep String displayName concode_elem_sep List<String> identifierUris concode_elem_sep List<String> replyUrls concode_elem_sep boolean availableToOtherTenants concode_elem_sep List<PasswordCredentialInner> passwordCredentials...
ApplicationCreateParametersInner function ( List < String > arg0 ) { this . replyUrls = arg0 ; return this ; }
3,756
set the support level for this bitstream format - one of unknown , known or supported . concode_field_sep List<String> fileExtensions concode_elem_sep int SUPPORTED concode_elem_sep BitstreamFormatService bitstreamFormatService concode_elem_sep int KNOWN concode_elem_sep String description concode_elem_sep int supportL...
void function ( int arg0 ) { this . supportLevel = arg0 ; }
3,757
returns the source list model of the change . concode_field_sep ObservableListModel<E> source concode_field_sep void modelChanged
ObservableListModel < E > function ( ) { return source ; }
3,758
returns the number of bytes in this bytestring . concode_field_sep char[] HEX_DIGITS concode_elem_sep ByteString EMPTY concode_elem_sep byte[] data concode_elem_sep int hashCode concode_elem_sep String utf8 concode_elem_sep long serialVersionUID concode_field_sep ByteString encodeUtf8 concode_elem_sep byte getByte conc...
int function ( ) { return data . length ; }
3,759
sets the value of the name property . concode_field_sep long serialVersionUID concode_elem_sep String name concode_field_sep String getName
void function ( String arg0 ) { this . name = arg0 ; }
3,760
gets the value of the addressline2 property . concode_field_sep String city concode_elem_sep String postalCode concode_elem_sep String county concode_elem_sep String geoCode concode_elem_sep long serialVersionUID concode_elem_sep String type concode_elem_sep String province concode_elem_sep String countryCode concode_e...
String function ( ) { return addressLine2 ; }
3,761
the identifier used to identify the job in aws codepipeline . concode_field_sep String jobId concode_elem_sep String clientId concode_field_sep String getClientId concode_elem_sep void setJobId concode_elem_sep int hashCode concode_elem_sep boolean equals concode_elem_sep ThirdPartyJob clone concode_elem_sep ThirdParty...
String function ( ) { return this . jobId ; }
3,762
backing bootstrap method with all parameters concode_field_sep int THIS_CALL concode_elem_sep boolean LOG_ENABLED concode_elem_sep SwitchPoint switchPoint concode_elem_sep int GROOVY_OBJECT concode_elem_sep Logger LOG concode_elem_sep MethodHandle SELECT_METHOD concode_elem_sep int SAFE_NAVIGATION concode_elem_sep Stri...
CallSite function ( Lookup arg0 , String arg1 , int arg2 , MethodType arg3 , boolean arg4 , boolean arg5 , boolean arg6 ) { MutableCallSite loc0 = new MutableCallSite ( arg3 ) ; MethodHandle loc1 = makeFallBack ( loc0 , arg0 . lookupClass ( ) , arg1 , arg2 , arg3 , arg4 , arg5 , arg6 ) ; loc0 . setTarget ( loc1 ) ; ret...
3,763
defines a dtd used to validate the report definition . your xmlparser must be a validating parser for this feature to work . concode_field_sep HashMap dtds concode_elem_sep ParserEntityResolver singleton concode_elem_sep HashMap deprecatedDTDs concode_elem_sep Log logger concode_field_sep ParserEntityResolver getDefaul...
boolean function ( final String arg0 , final String arg1 , final URL arg2 ) { if ( isValid ( arg2 ) ) { this . dtds . put ( arg0 , arg2 ) ; this . dtds . put ( arg1 , arg2 ) ; return true ; } else { logger . warn ( "srini_string" + arg0 + "srini_string" + arg2 ) ; return false ; } }
3,764
parses the suffix of a given distance string and return the corresponding distanceunit concode_field_sep DistanceUnit unit concode_elem_sep String[] names concode_elem_sep double value concode_elem_sep DistanceUnit DEFAULT concode_elem_sep double meters concode_field_sep double getEarthCircumference concode_elem_sep do...
DistanceUnit function ( String arg0 , DistanceUnit arg1 ) { for ( DistanceUnit loc0 : values ( ) ) { for ( String loc1 : loc0 . names ) { if ( arg0 . endsWith ( loc1 ) ) { return loc0 ; } } } return arg1 ; }
3,765
defaults to -1 indicating to ignore the property . concode_field_sep int width concode_elem_sep String name concode_elem_sep int maxWidth concode_field_sep void setName concode_elem_sep void updateWidth concode_elem_sep String getName concode_elem_sep int hashCode concode_elem_sep boolean equals concode_elem_sep int ge...
void function ( int arg0 ) { this . maxWidth = arg0 ; }
3,766
sets the average value concode_field_sep double average concode_elem_sep int maximum concode_elem_sep double stddev concode_elem_sep int minimum concode_field_sep void setMax concode_elem_sep void writeTo concode_elem_sep void setMin concode_elem_sep int getMin concode_elem_sep int getMax concode_elem_sep double getAve...
void function ( final double arg0 ) { average = arg0 ; }
3,767
a new method that interrupts the worker thread . call this method to force the worker to stop what it 's doing . concode_field_sep Thread thread concode_elem_sep Integer threadPriority concode_elem_sep Object value concode_elem_sep ThreadVar threadVar concode_field_sep void setThreadPriority concode_elem_sep Object get...
void function ( ) { Thread loc0 = threadVar . get ( ) ; if ( loc0 != null ) { loc0 . interrupt ( ) ; } threadVar . clear ( ) ; }
3,768
matches by id . concode_field_sep PlaceHolder placeHolder concode_field_sep Matcher<ConceptSearchResult> hasConcept concode_elem_sep Matcher<OpenmrsObject> hasUuid
Matcher < OpenmrsObject > function ( final Integer arg0 ) { return new FeatureMatcher < OpenmrsObject , Integer > ( is ( arg0 ) , "srini_string" , "srini_string" ) { @ Override protected Integer featureValueOf ( final OpenmrsObject arg1 ) { return arg1 . getId ( ) ; } } ; }
3,769
sets the osgi service bean name . this setting should be normally used when the imported service has been exported by spring dm exporter . you may specify additional filtering criteria if needed using the filter property but this is not required . concode_field_sep String filter concode_elem_sep ImportContextClassLoade...
void function ( String arg0 ) { this . serviceBeanName = arg0 ; }
3,770
get the number of columns affected by the error . concode_field_sep int line concode_elem_sep int column concode_elem_sep int length concode_elem_sep String message concode_field_sep int getLineNumber concode_elem_sep String getMessage concode_elem_sep int getColumnNumber
int function ( ) { return length ; }
3,771
serialization hook for ensuring singleton uniqueing . concode_field_sep DistinctRootEntityResultTransformer INSTANCE concode_field_sep Object transformTuple concode_elem_sep boolean isTransformedValueATupleElement concode_elem_sep boolean[] includeInTransform concode_elem_sep List transformList
Object function ( ) { return INSTANCE ; }
3,772
checks if an itemstack has a tag compound concode_field_sep PlaceHolder placeHolder concode_field_sep NBTTagCompound getCompound concode_elem_sep void setFloat concode_elem_sep NBTTagCompound getNBT concode_elem_sep void setByte concode_elem_sep byte getByte concode_elem_sep boolean verifyExistance concode_elem_sep sho...
boolean function ( ItemStack arg0 ) { return arg0 . hasTagCompound ( ) ; }
3,773
get the time of the last login . concode_field_sep long lastLogin concode_elem_sep LoginContext login concode_elem_sep String fullName concode_elem_sep AuthenticationMethod authMethod concode_elem_sep String shortName concode_field_sep void setAuthenticationMethod concode_elem_sep LoginContext getLogin concode_elem_sep...
long function ( ) { return lastLogin ; }
3,774
notifies this listener that the given part has been closed . concode_field_sep JupiterLogger log concode_field_sep void partBroughtToTop concode_elem_sep void partDeactivated concode_elem_sep void partActivated concode_elem_sep void partOpened
void function ( IWorkbenchPart arg0 ) { if ( arg0 instanceof ReviewEditorView ) { log . debug ( "srini_string" ) ; } }
3,775
returns true if a rollover should occur . concode_field_sep RollingFileManager manager concode_elem_sep Logger LOGGER concode_elem_sep long maxFileSize concode_elem_sep long MAX_FILE_SIZE concode_field_sep String toString concode_elem_sep long getMaxFileSize concode_elem_sep void initialize concode_elem_sep SizeBasedTr...
boolean function ( final LogEvent arg0 ) { final boolean loc0 = manager . getFileSize ( ) > maxFileSize ; if ( loc0 ) { manager . getPatternProcessor ( ) . updateTime ( ) ; } return loc0 ; }
3,776
gets the value of the type property . concode_field_sep String name concode_elem_sep String type concode_elem_sep String value concode_field_sep void setName concode_elem_sep String getName concode_elem_sep void setvalue concode_elem_sep String getvalue concode_elem_sep void setType
String function ( ) { return type ; }
3,777
gets value . concode_field_sep Object display concode_elem_sep String label concode_elem_sep String value concode_field_sep String getLabel concode_elem_sep void setDisplay concode_elem_sep void setValue concode_elem_sep void setLabel concode_elem_sep Object getDisplay
String function ( ) { return value ; }
3,778
method used by form renderers to invoke all the registered renderers before encodeend is executed . concode_field_sep PlaceHolder placeHolder concode_field_sep void addRenderer
void function ( FacesContext arg0 , UIComponent arg1 ) { ArrayList loc0 = ( ArrayList ) arg0 . getAttributes ( ) . get ( FormEndRendering . class . getName ( ) ) ; if ( loc0 != null ) { Iterator loc1 = loc0 . iterator ( ) ; while ( loc1 . hasNext ( ) ) { FormEndRenderer loc2 = ( FormEndRenderer ) loc1 . next ( ) ; loc2...
3,779
tests loading profile with a profile having multiple aws access key id 's . an exception should be thrown in this case . concode_field_sep String DEFAULT_PROFILE_NAME concode_elem_sep String PROFILE_NAME_TEST concode_field_sep void testProfileWithNoProfileNameGiven concode_elem_sep void testProfileNameWithJustSpaces co...
void function ( ) { checkExpectedException ( "srini_string" , IllegalArgumentException . class , "srini_string" ) ; }
3,780
increase the capacity of the internal data structures to track specialized methods . concode_field_sep CodeArray[] specializedMethods concode_elem_sep int SPECIALIZED_METHOD_COUNT concode_elem_sep int specializedMethodCount concode_field_sep boolean hasCompiledVersion concode_elem_sep void registerCompiledMethod concod...
void function ( ) { int loc0 = specializedMethods . length ; int loc1 = 2 * loc0 ; CodeArray [ ] loc2 = new CodeArray [ loc1 ] ; for ( int loc3 = 0 ; loc3 < loc0 ; loc3 ++ ) { loc2 [ loc3 ] = specializedMethods [ loc3 ] ; } specializedMethods = loc2 ; }
3,781
returns the user id of this shopping cart . concode_field_sep ShoppingCart _shoppingCart concode_field_sep java.lang.String getItemIds concode_elem_sep void setExpandoBridgeAttributes concode_elem_sep void setExpandoBridgeAttributes concode_elem_sep void setExpandoBridgeAttributes concode_elem_sep void setInsure concod...
long function ( ) { return _shoppingCart . getUserId ( ) ; }
3,782
a description of the validation warning . concode_field_sep com.amazonaws.internal.SdkInternalList<String> warnings concode_elem_sep String id concode_field_sep int hashCode concode_elem_sep boolean equals concode_elem_sep ValidationWarning clone concode_elem_sep void setId concode_elem_sep String getId concode_elem_se...
java . util . List < String > function ( ) { if ( warnings == null ) { warnings = new com . amazonaws . internal . SdkInternalList < String > ( ) ; } return warnings ; }
3,783
sets the value of the replaceall property . concode_field_sep List<ManufacturingOperationTaskPredecessor> manufacturingOperationTaskPredecessor concode_elem_sep Boolean replaceAll concode_field_sep boolean isReplaceAll concode_elem_sep List<ManufacturingOperationTaskPredecessor> getManufacturingOperationTaskPredecessor
void function ( Boolean arg0 ) { this . replaceAll = arg0 ; }
3,784
ensures peekbuffer is large enough to store at least length bytes from thecurrent peek position . concode_field_sep int peekBufferLength concode_elem_sep int peekBufferPosition concode_elem_sep long streamLength concode_elem_sep byte[] peekBuffer concode_elem_sep long position concode_elem_sep DataSource dataSource con...
void function ( int arg0 ) { int loc0 = peekBufferPosition + arg0 ; if ( loc0 > peekBuffer . arg0 ) { peekBuffer = Arrays . copyOf ( peekBuffer , Math . max ( peekBuffer . arg0 * 2 , loc0 ) ) ; } }
3,785
get list of objects this object depends on concode_field_sep HashMap<Integer,DBObjectDefinition> m_contents concode_elem_sep MigrateLogger s_logger concode_elem_sep DBEngine s_dbEngine concode_elem_sep Parameters s_parameters concode_elem_sep HashMap<Integer,DBObjectDefinition> m_headers concode_elem_sep String m_name ...
ArrayList < String > function ( ) { return m_interface . getDependencies ( s_parameters , s_logger , s_dbEngine , m_parent , m_name , m_headers , m_contents ) ; }
3,786
each timezonewrapper has an id of a component in the ui that corresponds to its time zone . by this , if an event comes from a component in the web page , then this will return the relevant timezonewrapper . concode_field_sep DateFormat selectedFormat concode_elem_sep int[] pacificXCoords concode_elem_sep int[] nfldXCo...
TimeZoneWrapper function ( String arg0 ) { TimeZoneWrapper loc0 ; for ( int loc1 = 0 ; loc1 < allTimeZoneList . size ( ) ; loc1 ++ ) { loc0 = ( TimeZoneWrapper ) allTimeZoneList . get ( loc1 ) ; if ( loc0 . isRelevantComponentId ( arg0 ) ) { return loc0 ; } } return null ; }
3,787
set the base path for the topology concode_field_sep PlaceHolder placeHolder concode_field_sep Restlet getRestlet
String function ( ) { return "srini_string" ; }
3,788
specifies that this statement will be closed when all itsdependent result sets are closed . if execution of the statement does not produce any result sets , this method has no effect . note : multiple calls to closeoncompletion donot toggle the effect on this statement . however , a call to closeoncompletion does effec...
void function ( ) { checkClosed ( ) ; }
3,789
the id that aws data pipeline assigns the newly created pipeline . for example , df-06372391zg65example . concode_field_sep String pipelineId concode_field_sep CreatePipelineResult withPipelineId concode_elem_sep int hashCode concode_elem_sep boolean equals concode_elem_sep void setPipelineId concode_elem_sep CreatePip...
String function ( ) { return this . pipelineId ; }
3,790
resets this gameaction so that it appears like it has n't been pressed . concode_field_sep int amount concode_elem_sep int STATE_WAITING_FOR_RELEASE concode_elem_sep int DETECT_INITAL_PRESS_ONLY concode_elem_sep String name concode_elem_sep int STATE_RELEASED concode_elem_sep int STATE_PRESSED concode_elem_sep int NORM...
void function ( ) { state = STATE_RELEASED ; amount = 0 ; }
3,791
sets the value of the this property . concode_field_sep ManagedObjectReference _this concode_field_sep ManagedObjectReference getThis
void function ( ManagedObjectReference arg0 ) { this . _this = arg0 ; }
3,792
allows to answer if given node wraps assignment operation . concode_field_sep Set<IElementType> ASSIGNMENT_ELEMENT_TYPES concode_field_sep boolean hasMultilineArguments concode_elem_sep boolean areSamePriorityBinaryExpressions concode_elem_sep boolean isMultilineExceptArguments concode_elem_sep boolean isWhiteSpaceWith...
boolean function ( ASTNode arg0 ) { return ASSIGNMENT_ELEMENT_TYPES . contains ( arg0 . getElementType ( ) ) ; }
3,793
reset this observer to the give cluster state . any pending waits will be canceled . concode_field_sep boolean timedOut concode_elem_sep ChangePredicate changePredicate concode_elem_sep ChangePredicate MATCH_ALL_CHANGES_PREDICATE concode_elem_sep Logger logger concode_elem_sep Long startTimeNS concode_elem_sep Listener...
void function ( ClusterState arg0 ) { if ( observingContext . getAndSet ( null ) != null ) { clusterService . remove ( clusterStateListener ) ; } lastObservedState . set ( new ObservedState ( arg0 ) ) ; }
3,794
application entry point concode_field_sep CakeBakingService cakeBakingService concode_field_sep void initializeData
void function ( String [ ] arg0 ) { initializeData ( cakeBakingService ) ; CakeViewImpl loc0 = new CakeViewImpl ( cakeBakingService ) ; loc0 . render ( ) ; }
3,795
f0 - > type f1 - > identifier concode_field_sep PlaceHolder placeHolder concode_field_sep placeholderType placeHolder
void function ( FormalParameter arg0 , A arg1 ) { arg0 . f0 . accept ( this , arg1 ) ; arg0 . f1 . accept ( this , arg1 ) ; }
3,796
getter for property medecreasingcount . concode_field_sep double mMeanAdaptation concode_elem_sep double mMeanEffect concode_elem_sep Resource mResource concode_elem_sep double mMeanFitness concode_elem_sep int mEDecreasingCount concode_elem_sep Population mPopulation concode_elem_sep int mEIncreasingCount concode_fiel...
int function ( ) { return mEDecreasingCount ; }
3,797
append a number . concode_field_sep StringBuilder builder concode_elem_sep int index concode_field_sep StatementBuilder resetCount concode_elem_sep void appendExceptFirst concode_elem_sep int length concode_elem_sep void appendOnlyFirst concode_elem_sep String toString
StatementBuilder function ( long arg0 ) { builder . append ( arg0 ) ; return this ; }
3,798
chunk position of the player . concode_field_sep Camera noCamera concode_elem_sep BulletPhysics bulletPhysics concode_elem_sep List<ChunkImpl> chunksInProximity concode_elem_sep int MAX_CHUNKS concode_elem_sep WorldProvider worldProvider concode_elem_sep int chunkPosX concode_elem_sep boolean pendingChunks concode_elem...
int function ( ) { return ( int ) ( getActiveCamera ( ) . getPosition ( ) . x / ChunkConstants . SIZE_X ) ; }
3,799
sets the width and height of the dimension . concode_field_sep float width concode_elem_sep float height concode_field_sep float getHeight concode_elem_sep String toString concode_elem_sep float getWidth concode_elem_sep Dimension toDimension
void function ( float arg0 , float arg1 ) { width = arg0 ; height = arg1 ; }