code stringlengths 20 663 | nl stringlengths 68 7.19k |
|---|---|
String function ( int arg0 ) { return rawArgs [ arg0 ] ; } | returns a specific string argument concode_field_sep Map<String,Integer> named concode_elem_sep Map<String,String> flags concode_elem_sep String[] rawArgs concode_field_sep int getInt concode_elem_sep int getInt concode_elem_sep boolean hasFlag concode_elem_sep String flag concode_elem_sep int length concode_elem_sep b... |
void function ( Date arg0 ) { this . created = arg0 ; } | setter for created concode_field_sep String CONFIGURATION_ACCESSED concode_elem_sep String FAILED concode_elem_sep String STARTED concode_elem_sep String DEPLOYED concode_elem_sep Date created concode_elem_sep String description concode_elem_sep String RESTARTED concode_elem_sep String label concode_elem_sep String INJ... |
void function ( boolean arg0 ) { this . fixedRate = arg0 ; } | specify whether the periodic interval should be measured between the scheduled start times rather than between actual completion times . the latter , `` fixed delay '' behavior , is the default . concode_field_sep long period concode_elem_sep boolean fixedRate concode_elem_sep long initialDelay concode_elem_sep TimeUni... |
void function ( ) { assertThat ( OPENING_HOUR_TEST . checkOpeningHourSyntax ( null , null ) , isEmpty ( ) ) ; assertThat ( OPENING_HOUR_TEST . checkOpeningHourSyntax ( null , "srini_string" ) , isEmpty ( ) ) ; assertThat ( OPENING_HOUR_TEST . checkOpeningHourSyntax ( null , "srini_string" ) , isEmpty ( ) ) ; } | test # 4 of opening_hours syntax . concode_field_sep OpeningHourTest OPENING_HOUR_TEST concode_field_sep void testCheckOpeningHourSyntax1 concode_elem_sep void testCheckOpeningHourSyntax2 concode_elem_sep void testCheckOpeningHourSyntax3 concode_elem_sep void testPresetValues concode_elem_sep void testCheckOpeningHourS... |
RepositoryMetadata function ( ) { return this . repositoryMetadata ; } | information about the repository . concode_field_sep RepositoryMetadata repositoryMetadata concode_field_sep int hashCode concode_elem_sep boolean equals concode_elem_sep void setRepositoryMetadata concode_elem_sep GetRepositoryResult clone concode_elem_sep String toString concode_elem_sep GetRepositoryResult withRepos... |
void function ( String arg0 ) { this . align = arg0 ; } | sets the value of the align property . concode_field_sep Layout layout concode_elem_sep String mapping concode_elem_sep List<Address> address concode_elem_sep String styling concode_elem_sep String flavour concode_elem_sep Label label concode_elem_sep String align concode_field_sep String getMapping concode_elem_sep La... |
String function ( String arg0 ) { if ( arg0 == null || arg0 . length ( ) == 0 ) { return "srini_string" ; } char loc0 = arg0 . charAt ( 0 ) ; if ( Character . isUpperCase ( loc0 ) ) { return arg0 ; } else { return Character . toUpperCase ( loc0 ) + arg0 . substring ( 1 ) ; } } | make the first char of string value uppercase concode_field_sep String EXTRA_STACK_TRACE concode_elem_sep String INTENT_ACTION_RESTART_ACTIVITY concode_elem_sep String INTENT_ACTION_ERROR_ACTIVITY concode_elem_sep boolean showErrorDetails concode_elem_sep String TAG concode_elem_sep Application application concode_elem... |
void function ( final ResourceBundleFactory arg0 ) { } | defines the resource-bundle factory that can be used to localize the drawing process . concode_field_sep Dimension preferredSize concode_elem_sep boolean scale concode_elem_sep Color ALPHA concode_elem_sep boolean keepAspectRatio concode_elem_sep Barcode barcode concode_elem_sep Log logger concode_field_sep void setSty... |
long function ( int arg0 , int arg1 , int arg2 ) { long loc0 = arg2 - arg1 ; if ( loc0 < 0 ) { return 0 ; } int loc1 = ( loc0 % arg0 ) == 0 ? 0 : 1 ; return ( loc0 / arg0 ) + loc1 ; } | helper method to calculate the span of the sub-interval . simply returns the cieling of limit - start / segments and accounts for invalid start and limit combinations . concode_field_sep PlaceHolder placeHolder concode_field_sep int rank concode_elem_sep int[] countSegments |
Color [ ] function ( ) { Color loc0 [ ] = new Color [ this . colors . length ] ; System . arraycopy ( this . colors , 0 , loc0 , 0 , this . colors . length ) ; return loc0 ; } | returns a copy of the array of colors used by this gradient . concode_field_sep ColorSpaceEnum colorSpace concode_elem_sep int transparency concode_elem_sep CycleMethodEnum REPEAT concode_elem_sep CycleMethodEnum cycleMethod concode_elem_sep float[] fractions concode_elem_sep ColorSpaceEnum SRGB concode_elem_sep Color[... |
SQLExceptionCode function ( boolean arg0 ) { SQLExceptionCode loc0 = arg0 ? SQLExceptionCode . SEQUENCE_VAL_REACHED_MAX_VALUE : SQLExceptionCode . SEQUENCE_VAL_REACHED_MIN_VALUE ; return loc0 ; } | returns the correct instance of sqlexceptioncode when we detect a limit has been reached , depending upon whether a min or max value caused the limit to be exceeded . concode_field_sep long DEFAULT_NUM_SLOTS_TO_ALLOCATE concode_field_sep boolean isCycleAllowed concode_elem_sep SQLException getException concode_elem_sep... |
void function ( ) { tagName = null ; tagClass = null ; } | constructor . concode_field_sep String tagClass concode_elem_sep String tagName concode_field_sep String getTagClass concode_elem_sep void setTagName concode_elem_sep String getTagName concode_elem_sep void setTagClass |
void function ( ) { synchronized ( this ) { idEntries . clear ( ) ; Enumeration loc0 = namedEntries . elements ( ) ; while ( loc0 . hasMoreElements ( ) ) ( ( NetworkTableEntry ) loc0 . nextElement ( ) ) . clearId ( ) ; } } | clear the id 's of all entries concode_field_sep OutgoingEntryReceiver outgoingReceiver concode_elem_sep CharacterArrayMap idEntries concode_elem_sep TableListenerManager listenerManager concode_elem_sep OutgoingEntryReceiver incomingReceiver concode_elem_sep Hashtable namedEntries concode_field_sep void setIncomingRec... |
void function ( ) { path . closePath ( ) ; Point2D loc0 = path . getCurrentPoint ( ) ; currentX = ( float ) loc0 . getX ( ) ; currentY = ( float ) loc0 . getY ( ) ; } | implements pathhandler #closepath . concode_field_sep ExtendedGeneralPath path concode_elem_sep float currentX concode_elem_sep float yCenter concode_elem_sep int windingRule concode_elem_sep float currentY concode_elem_sep float xCenter concode_field_sep Shape createShape concode_elem_sep void curvetoCubicRel concode_... |
Factory < CacheLoader > function ( ) { return cacheLoaderFactory ; } | the cacheloader factory concode_field_sep Factory<CacheWriter> cacheWriterFactory concode_elem_sep Factory<ExpiryPolicy> expiryPolicyFactory concode_elem_sep boolean writeThrough concode_elem_sep List<EventType> filteredEvents concode_elem_sep boolean createCacheIfNotExists concode_elem_sep boolean statisticsEnabled co... |
Reference function ( ) { return pObjectReference ; } | gets the reference used to identify this dictionary in the pdf document . the reference number and generation number of this reference is needed by the encryption algorithm to correctly decrypt this object . concode_field_sep Name LENGTH_KEY concode_elem_sep Name FORM_TYPE_KEY concode_elem_sep HashMap<Object,Object> en... |
String function ( ) { return role ; } | returns the current role of the affiliated user if the user is currently in the room . if the user is not present in the room then the answer will be null . concode_field_sep String nick concode_elem_sep String role concode_elem_sep String jid concode_elem_sep String affiliation concode_field_sep String getAffiliation ... |
void function ( int arg0 ) { if ( arg0 < 0 ) throw new IllegalArgumentException ( "srini_string" ) ; this . keyLength = arg0 ; } | set the keylength . concode_field_sep int iterationCount concode_elem_sep char[] password concode_elem_sep int keyLength concode_elem_sep byte[] salt concode_elem_sep boolean passwordValid concode_field_sep void clearPassword concode_elem_sep void setPassword concode_elem_sep char[] getPassword concode_elem_sep int get... |
String function ( ) { try { return toStringImpl ( ) ; } catch ( Exception loc0 ) { return super . toString ( ) + "srini_string" + loc0 + "srini_string" ; } } | retrieves a string representation of this object . concode_field_sep boolean isCaseSensitive concode_elem_sep boolean isSigned concode_elem_sep int precision concode_elem_sep String columnClassName concode_elem_sep int scale concode_elem_sep boolean isDefinitelyWritable concode_elem_sep String schemaName concode_elem_s... |
void function ( BundleContext arg0 ) { context = arg0 ; logger . debug ( "srini_string" ) ; } | called whenever the osgi framework starts our bundle concode_field_sep Logger logger concode_elem_sep BundleContext context concode_field_sep void stop concode_elem_sep BundleContext getContext |
boolean function ( ) { for ( SketchFile loc0 : files ) { if ( loc0 . isModified ( ) ) return true ; } return false ; } | is any of the files in this sketch modified ? concode_field_sep List<SketchFile> files concode_elem_sep Comparator<SketchFile> CODE_DOCS_COMPARATOR concode_elem_sep File folder concode_elem_sep String DEFAULT_SKETCH_EXTENSION concode_elem_sep List<String> OTHER_ALLOWED_EXTENSIONS concode_elem_sep List<String> SKETCH_EX... |
long function ( ) { return length ; } | get length of extent . concode_field_sep long offset concode_elem_sep int[] osds concode_elem_sep long length concode_field_sep long getOffset concode_elem_sep int[] getOSDs concode_elem_sep String toString |
void function ( ) { progressLabelCustomValue = true ; } | ? concode_field_sep String progressLabel concode_elem_sep String progressCompleteLabelField concode_elem_sep String progressCompleteLabel concode_elem_sep String labelPosition concode_elem_sep boolean progressCompleteLabelCustomValue concode_elem_sep boolean customProgress concode_elem_sep boolean customComplete concod... |
void function ( String arg0 ) { JOptionPane . showMessageDialog ( parent , arg0 , "srini_string" , JOptionPane . ERROR_MESSAGE ) ; } | report an error that occurred . the read failed . concode_field_sep Window parent concode_field_sep File promptForFile concode_elem_sep boolean confirmOverwritingExistingFile |
void function ( GoogleMailApiName arg0 ) { this . apiName = arg0 ; } | what kind of operation to perform concode_field_sep List<String> DEFAULT_SCOPES concode_elem_sep GoogleMailApiName apiName concode_elem_sep String clientId concode_elem_sep List<String> scopes concode_elem_sep String methodName concode_elem_sep String clientSecret concode_elem_sep String accessToken concode_elem_sep St... |
String function ( String arg0 ) { String loc0 = null ; if ( arg0 != null ) { if ( arg0 . startsWith ( "srini_string" ) ) { loc0 = new EntityReference ( arg0 ) . getId ( ) ; } else { loc0 = arg0 ; } } return loc0 ; } | will convert a reference into an id even if it is not a reference concode_field_sep String originalReference concode_elem_sep char SEPARATOR concode_elem_sep boolean empty concode_elem_sep char PERIOD concode_elem_sep String prefix concode_elem_sep String entityId concode_elem_sep long serialVersionUID concode_field_se... |
void function ( int arg0 ) { this . mostSimilarFramePosition = arg0 ; } | set the most similar position in terms of frame number concode_field_sep float score concode_elem_sep int mostSimilarFramePosition concode_elem_sep float similarity concode_elem_sep FingerprintProperties fingerprintProperties concode_field_sep int getMostSimilarFramePosition concode_elem_sep float getsetMostSimilarTime... |
org . talend . mdm . webservice . WSRoleSpecificationInstance [ ] function ( ) { return instance ; } | gets the instance value for this wsrolespecification . concode_field_sep org.talend.mdm.webservice.WSRoleSpecificationInstance[] instance concode_elem_sep org.apache.axis.description.TypeDesc typeDesc concode_elem_sep java.lang.Object __equalsCalc concode_elem_sep boolean admin concode_elem_sep boolean __hashCodeCalc c... |
DateTime function ( ) { return maxStart ; } | returns the max window start date and time of current milestone of an enrollment . concode_field_sep String scheduleName concode_elem_sep DateTime enrollmentDateTime concode_elem_sep DateTime dueStart concode_elem_sep Map<String,String> metadata concode_elem_sep String currentMilestoneName concode_elem_sep DateTime max... |
Elements function ( ) { return Jsoup . connect ( URL_BASE ) . get ( ) . getElementsByTag ( TAG_LINK ) ; } | get all the elements the site is containing concode_field_sep String TAG_LINK concode_elem_sep String URL_BASE concode_elem_sep String[] IMAGE_TYPES concode_elem_sep String NORDIC_IMAGE_NAME concode_elem_sep String MID_IMAGE_NAME concode_elem_sep String NORTH_IMAGE_NAME concode_elem_sep String SOUTH_IMAGE_NAME concode_... |
org . apache . axis . description . TypeDesc function ( ) { return typeDesc ; } | return type metadata object concode_field_sep java.lang.Object __equalsCalc concode_elem_sep boolean __hashCodeCalc concode_elem_sep com.google.api.ads.adwords.axis.v201406.o.Attribute value concode_elem_sep org.apache.axis.description.TypeDesc typeDesc concode_elem_sep com.google.api.ads.adwords.axis.v201406.o.Attribu... |
T function ( T arg0 ) { return Platform . reserialize ( arg0 ) ; } | serializes and deserializes the specified object . gwt warning : under gwt , this method simply returns its input , as proper gwt serialization tests require more setup . this no-op behavior allows test authors to intersperse serializabletester calls withother , gwt-compatible tests . note that the specified object may... |
void function ( String arg0 ) { if ( map . containsKey ( arg0 ) ) { map . remove ( arg0 ) ; } } | removes a dictionary from the internal cache concode_field_sep HunspellLibrary hsl concode_elem_sep HashMap<String,Dictionary> map concode_elem_sep String libFile concode_elem_sep String encoding concode_elem_sep Hunspell hunspell concode_elem_sep Pointer hunspellDict concode_elem_sep String wordChars concode_field_sep... |
byte [ ] function ( ) { if ( encoding == null ) { encoding = ASN1 . encode ( this ) ; } return encoding ; } | returns asn .1 encoded form of this x. 509 privatekeyusageperiod value . concode_field_sep Date notAfterDate concode_elem_sep Date notBeforeDate concode_elem_sep ASN1Sequence ASN1 concode_elem_sep byte[] encoding concode_field_sep void getValues concode_elem_sep Date getNotBefore concode_elem_sep Date getNotAfter conco... |
boolean function ( ) { return active ; } | returns whether the connection associated with this record is still active . concode_field_sep Date endDate concode_elem_sep String remoteHost concode_elem_sep boolean active concode_elem_sep String connectionIdentifier concode_elem_sep String connectionName concode_elem_sep Date startDate concode_elem_sep String usern... |
TelegramService function ( ) { if ( telegramService != null ) { return telegramService ; } return service ; } | provides the current service . it can be the default one or an alternative one . concode_field_sep TelegramService service concode_elem_sep TelegramServiceProvider INSTANCE concode_elem_sep TelegramService telegramService concode_field_sep void restoreDefaultService concode_elem_sep TelegramServiceProvider get concode_... |
void function ( MeasureType arg0 ) { this . mType = arg0 ; } | sets the value of the mtype property . concode_field_sep MeasureType mType concode_field_sep MeasureType getMType |
Response function ( ) { return execute ( ) . actionGet ( ) ; } | short version of execute . actionget . concode_field_sep Request request concode_elem_sep Action<Request,Response,RequestBuilder> action concode_elem_sep ElasticsearchClient client concode_elem_sep ThreadPool threadPool concode_field_sep Request request concode_elem_sep Request beforeExecute concode_elem_sep Listenable... |
TermsEnum function ( ) { return new SortedSetDocValuesTermsEnum ( this ) ; } | returns a termsenum over the values.the enum supports termsenum #ord and termsenum #seekexact long . concode_field_sep long NO_MORE_ORDS concode_field_sep void setDocument concode_elem_sep BytesRef lookupOrd concode_elem_sep long lookupTerm concode_elem_sep long nextOrd concode_elem_sep long getValueCount |
int function ( ) { return connectTimeout ; } | default connect timeout in milliseconds . concode_field_sep boolean followProtocolRedirects concode_elem_sep HostnameVerifier hostnameVerifier concode_elem_sep ConnectionPool connectionPool concode_elem_sep List<String> DEFAULT_TRANSPORTS concode_elem_sep RouteDatabase routeDatabase concode_elem_sep ProxySelector proxy... |
void function ( java . lang . String arg0 ) { this . name = arg0 ; } | sets the name value for this technology . concode_field_sep org.apache.axis.description.TypeDesc typeDesc concode_elem_sep java.lang.Object __equalsCalc concode_elem_sep java.lang.String name concode_elem_sep java.lang.String technologyType concode_elem_sep boolean __hashCodeCalc concode_elem_sep java.lang.Long id conc... |
String function ( ) { return this . replicationTaskArn ; } | the amazon resource name arn of the replication task . concode_field_sep String marker concode_elem_sep String replicationTaskArn concode_elem_sep java.util.List<TableStatistics> tableStatistics concode_field_sep java.util.List<TableStatistics> getTableStatistics concode_elem_sep void setReplicationTaskArn concode_elem... |
int function ( ) { return outputFrequency ; } | retrieves the sample frequency of the pcm samples output by this decoder . this typically corresponds to the sample rate encoded in the mpeg audio stream . concode_field_sep SynthesisFilter filter1 concode_elem_sep Params DEFAULT_PARAMS concode_elem_sep SynthesisFilter filter2 concode_elem_sep Params params concode_ele... |
org . apache . axis . encoding . Deserializer function ( java . lang . String arg0 , java . lang . Class arg1 , javax . xml . namespace . QName arg2 ) { return new org . apache . axis . encoding . ser . BeanDeserializer ( arg1 , arg2 , typeDesc ) ; } | get custom deserializer concode_field_sep java.lang.Integer startIndex concode_elem_sep java.lang.Object __equalsCalc concode_elem_sep boolean __hashCodeCalc concode_elem_sep org.apache.axis.description.TypeDesc typeDesc concode_elem_sep java.lang.Integer totalResultSetSize concode_elem_sep com.google.api.ads.dfp.axis.... |
void function ( SearchView arg0 , int arg1 ) { try { View loc0 = arg0 . findViewById ( R . id . search_plate ) ; loc0 . setBackgroundColor ( arg1 ) ; } catch ( Exception loc0 ) { loc0 . printStackTrace ( ) ; } } | sets the searchview 's edittext background color . concode_field_sep PlaceHolder placeHolder concode_field_sep Collection<V> findChildrenByClass concode_elem_sep void setSearchHintIcon concode_elem_sep void setSearchButtonIcon concode_elem_sep void setSearchViewTextColor concode_elem_sep void setCloseSearchIcon concode... |
T function ( EObject arg0 ) { return null ; } | returns the result of interpreting the object as an instance of ` eobject ' . this implementation returns null ; returning a non-null result will terminate the switch , but this is the last case anyway . concode_field_sep Bz337580Package modelPackage concode_field_sep T doSwitch concode_elem_sep T doSwitch concode_elem... |
ParseTree function ( Class < ? extends Annotation > arg0 ) { return bindings . getOrDefault ( arg0 , EMPTY_BINDING ) . classPermission ; } | get entity permission parsetree . concode_field_sep AnnotationBinding EMPTY_BINDING concode_elem_sep EntityPermissions EMPTY_PERMISSIONS concode_elem_sep EntityDictionary dictionary concode_elem_sep ParseTree classPermission concode_elem_sep List<Class<? extends Annotation>> PERMISSION_ANNOTATIONS concode_elem_sep Hash... |
String function ( ) { return displayName ; } | get display name concode_field_sep String displayName concode_elem_sep long serialVersionUID concode_elem_sep String name concode_elem_sep String value concode_field_sep void setName concode_elem_sep String getValue concode_elem_sep String getName concode_elem_sep void setValue concode_elem_sep void setDisplayName |
BeanDefinitionBuilder function ( String arg0 ) { this . beanDefinition . setFactoryMethodName ( arg0 ) ; return this ; } | set the name of the factory method to use for this definition . concode_field_sep int constructorArgIndex concode_elem_sep AbstractBeanDefinition beanDefinition concode_field_sep BeanDefinitionBuilder addConstructorArgValue concode_elem_sep BeanDefinitionBuilder setAutowireMode concode_elem_sep BeanDefinitionBuilder ad... |
boolean function ( ) { if ( locateAddress ) { locateAddress = false ; return true ; } return false ; } | method to determine if we should use a preset address or search for an address concode_field_sep String standardAddress concode_elem_sep List points concode_elem_sep boolean showMarkers concode_elem_sep String geoCoderAddress concode_elem_sep boolean locateAddress concode_elem_sep String address concode_elem_sep boolea... |
Polygon function ( ) { return mapPolygon ; } | 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 |
String function ( ) { return "srini_string" ; } | returns the relative url for browsing the thucydides reports . concode_field_sep AbstractProject<?,?> project concode_field_sep Object getTarget concode_elem_sep String getDisplayName concode_elem_sep String getIconFileName |
ImmutableList < String > function ( ) { return include ; } | returns the patterns that were included in this glob call . concode_field_sep ImmutableList<String> include concode_elem_sep boolean glob concode_elem_sep ImmutableList<String> exclude concode_field_sep boolean isGlob concode_elem_sep GlobCriteria fromList concode_elem_sep String toExpression concode_elem_sep Immutable... |
void function ( ) { haveSync = false ; if ( useDefaultDisplayVsync ) { vsyncSampler . addObserver ( ) ; } } | enables the helper . concode_field_sep Handler handler concode_elem_sep HandlerThread choreographerOwnerThread concode_elem_sep long sampledVsyncTimeNs concode_elem_sep Choreographer choreographer concode_elem_sep long syncFramePresentationTimeNs concode_elem_sep VSyncSampler vsyncSampler concode_elem_sep long adjusted... |
float function ( ) { return studentUnitRecordFileAdapter . getStudentUnitRecord ( studentID , unitCode ) . getTotal ( ) ; } | get total of the marks . concode_field_sep Integer studentID concode_elem_sep StudentUnitRecordAdapter studentUnitRecordFileAdapter concode_elem_sep String unitCode concode_field_sep float getAssignment1Result concode_elem_sep void setExamResult concode_elem_sep Integer getStudentId concode_elem_sep String getUnitCode ... |
String function ( String arg0 ) { return deviceOptions . get ( arg0 ) ; } | returns the value for the specified option key . concode_field_sep HashMap<String,String> deviceOptions concode_field_sep boolean containsKey concode_elem_sep HashMap<String,String> getDeviceOptions concode_elem_sep void put |
String function ( java . lang . Object arg0 ) { if ( arg0 == null ) { return "srini_string" ; } return arg0 . toString ( ) . replace ( "srini_string" , "srini_string" ) ; } | convert the given object to string with each line indented by 4 spaces except the first line . concode_field_sep String name concode_elem_sep Long id concode_field_sep void setName concode_elem_sep String getName concode_elem_sep int hashCode concode_elem_sep boolean equals concode_elem_sep Tag name concode_elem_sep vo... |
byte [ ] function ( ) { return token ; } | read accessor for sasl token concode_field_sep Logger LOG concode_elem_sep short IDENTIFIER concode_elem_sep byte[] token concode_field_sep SaslMessageToken read concode_elem_sep int encodeLength concode_elem_sep ChannelBuffer buffer concode_elem_sep void setSaslToken |
boolean function ( long arg0 ) { for ( int loc0 = 0 ; loc0 < 8 ; loc0 ++ ) { temp [ loc0 ] = ( byte ) ( arg0 & 0xff ) ; arg0 >>>= 8 ; } return add ( temp , 8 ) ; } | add an the element to the set concode_field_sep int numHashes concode_elem_sep int[] hashResults concode_elem_sep double bitsPerElement concode_elem_sep byte[] temp concode_elem_sep int size concode_elem_sep int bitSetSize concode_elem_sep BitSet bitset concode_elem_sep int capacity concode_field_sep int hashMurmur con... |
int function ( ) { try { if ( ( new String ( "srini_string" ) ) . length ( ) == 0 ) return 0 ; else return Integer . parseInt ( "srini_string" ) ; } catch ( NumberFormatException loc0 ) { return 0 ; } } | development drop number . optional identifier designates development drop of a specific release . d01 is the first development drop of a new release . development drops are works in progress towards a compeleted , final release . a specific development drop may not completely implement all aspects of a new feature , wh... |
String function ( ) { String loc0 = "srini_string" ; if ( getCredentials ( ) != null ) { loc0 = getCredentials ( ) . toString ( ) ; } else { LOGGER . warn ( "srini_string" ) ; } return loc0 ; } | returns the credentials as an xml string suitable for injecting into a sts request . this default behavior assumes that the credentials actually are stored in their xml representation . if a subclass stores them differently , it is up to them to override this method . concode_field_sep Object principal concode_elem_sep... |
StackTraceElement function ( ) { for ( final StackTraceElement loc0 : new Throwable ( ) . getStackTrace ( ) ) { String loc1 = loc0 . getClassName ( ) ; if ( ! classNamesToSkip . contains ( loc1 ) ) { return loc0 ; } } throw new AssertionError ( ) ; } | returns the calling line of code . the selected line is the nearest to the top of the stack that is not skipped . concode_field_sep Object UNKNOWN_SOURCE concode_elem_sep Set<String> classNamesToSkip concode_elem_sep SourceProvider DEFAULT_INSTANCE concode_field_sep SourceProvider plusSkippedClasses |
void function ( ChatRoomMemberRole arg0 ) { throw new UnsupportedOperationException ( "srini_string" ) ; } | sets the role of this member . concode_field_sep ChatRoomMemberRole role concode_elem_sep Contact contact concode_elem_sep String name concode_elem_sep byte[] avatar concode_elem_sep ChatRoom chatRoom concode_field_sep String getName concode_elem_sep byte[] getAvatar concode_elem_sep ChatRoomMemberRole getRole concode_... |
int function ( ) { return severity ; } | returns the severity of this inferenceissue . will be one of the istatus #ok , istatus #warning , or istatus #error . concode_field_sep int severity concode_elem_sep Collection<InferenceIssue> inferenceIssues concode_elem_sep String message concode_elem_sep Type type concode_elem_sep Collection<? extends TypeConstraint... |
void function ( boolean arg0 ) { this . autoThrottle = arg0 ; } | enables / disables auto throttling on the concurrentmergescheduler concode_field_sep int maxThreadCount concode_elem_sep String MAX_MERGE_COUNT concode_elem_sep int maxMergeCount concode_elem_sep String MAX_THREAD_COUNT concode_elem_sep String AUTO_THROTTLE concode_elem_sep String NOTIFY_ON_MERGE_FAILURE concode_elem_s... |
KsDef function ( String arg0 , List < KsDef > arg1 ) { arg0 = arg0 . toUpperCase ( ) ; for ( KsDef loc0 : arg1 ) { if ( loc0 . name . toUpperCase ( ) . equals ( arg0 ) ) return loc0 ; } return null ; } | parse the statement from cli and return ksdef concode_field_sep PlaceHolder placeHolder concode_field_sep String quote concode_elem_sep Set<String> getCfNamesByKeySpace concode_elem_sep String escapeSQLString concode_elem_sep String maybeEscapeName concode_elem_sep IndexOperator getIndexOperator concode_elem_sep String... |
void function ( byte [ ] arg0 ) { streamDecoder . setGlobalData ( arg0 ) ; } | if the data stream is taken from a pdf , there may be some global data . pass any global data in here . call this method before decodejbig2 ... concode_field_sep JBIG2StreamDecoder streamDecoder concode_field_sep int getNumberOfPages concode_elem_sep void cleanupPostDecode concode_elem_sep Segment findSegment concode_e... |
Trade function ( VirtExTrade arg0 , String arg1 , String arg2 ) { BigDecimal loc0 = arg0 . getAmount ( ) ; BigMoney loc1 = MoneyUtils . parse ( arg1 + "srini_string" + arg0 . getPrice ( ) ) ; Date loc2 = DateUtils . fromMillisUtc ( ( long ) arg0 . getDate ( ) * 1000L ) ; return new Trade ( null , loc0 , arg2 , arg1 , l... | adapts a virtextrade to a trade object concode_field_sep PlaceHolder placeHolder concode_field_sep Ticker adaptTicker concode_elem_sep Trades adaptTrades concode_elem_sep LimitOrder adaptOrder concode_elem_sep List<LimitOrder> adaptOrders concode_elem_sep String getPriceString |
void function ( String arg0 ) { this . departureCity = arg0 ; } | sets the value of the departurecity property . concode_field_sep String destinationCity concode_elem_sep String departureCity concode_field_sep String getDepartureCity concode_elem_sep void setDestinationCity concode_elem_sep String getDestinationCity |
void function ( CountDownLatch arg0 ) { this . latch = arg0 ; } | set the count down latch concode_field_sep Renderer renderer concode_elem_sep GLSurfaceView view concode_elem_sep int glVersion concode_elem_sep int width concode_elem_sep boolean takeScreenshot concode_elem_sep CountDownLatch latch concode_elem_sep int height concode_field_sep void onDrawFrame concode_elem_sep void se... |
long function ( ) { return ( ( 1 << bitWidth ) - 1 ) << leastSignificantBit ; } | calculate the bit mask based on the values of the leastsignificantbit and bitwidth fields . concode_field_sep byte leastSignificantBit concode_elem_sep byte bitWidth concode_field_sep void setMask |
DimensionMetric function ( String arg0 ) { this . dimensionValue = arg0 ; return this ; } | with dimension value . concode_field_sep String dimensionValue concode_elem_sep Map<String,Object> distinctMetricNameStatisticNames concode_elem_sep List<MetricSet> metricSets concode_field_sep String getDimensionValue concode_elem_sep Map<String,Object> getDistinctMetricNameStatisticNames concode_elem_sep void setDist... |
int function ( ) { return userId ; } | gets the id of the owner of the vm . concode_field_sep long currentAllocatedSize concode_elem_sep List<Double> currentAllocatedMips concode_elem_sep boolean waitDelete concode_elem_sep double mips concode_elem_sep int userId concode_elem_sep boolean inMigration concode_elem_sep CloudletScheduler cloudletScheduler conco... |
String function ( ) { return this . openIDConnectProviderArn ; } | the amazon resource name arn of the iam openid connect provider that was created . for more information , see openidconnectproviderlistentry . concode_field_sep String openIDConnectProviderArn concode_field_sep void setOpenIDConnectProviderArn concode_elem_sep int hashCode concode_elem_sep boolean equals concode_elem_s... |
TimePeriod function ( ) { return activityPeriod ; } | gets the value of the activityperiod property . concode_field_sep List<SpecificationValue> specificationValue concode_elem_sep String reason concode_elem_sep List<RelatedActivity> relatedActivity concode_elem_sep String activityName concode_elem_sep List<Description> description concode_elem_sep long serialVersionUID c... |
JSONObject function ( String arg0 , String arg1 ) { PhrescoLogger . info ( TAG + "srini_string" ) ; JSONObject loc0 = null ; loc0 = JSONHelper . postJSONObjectToURL ( arg0 , arg1 ) ; return loc0 ; } | post the order object to server concode_field_sep String comments concode_elem_sep int totalPrice concode_elem_sep String TAG concode_elem_sep Customer customerInfo concode_elem_sep String paymentMethod concode_elem_sep long serialVersionUID concode_elem_sep List<MyCartItem> products concode_field_sep OrderStatus getOr... |
String function ( ) { return name ; } | gets the value of the name property . concode_field_sep String expectedURL concode_elem_sep String name concode_elem_sep Integer id concode_elem_sep ActivityType type concode_elem_sep Integer activityGroupId concode_elem_sep ActivityStatus status concode_field_sep void setName concode_elem_sep Integer getActivityGroupI... |
String function ( ) { return id ; } | the id of the document . concode_field_sep XContentBuilderString FIELDS concode_elem_sep Map<String,Object> sourceAsMap concode_elem_sep XContentBuilderString _TYPE concode_elem_sep String index concode_elem_sep byte[] sourceAsBytes concode_elem_sep XContentBuilderString FOUND concode_elem_sep BytesReference source con... |
int function ( ) { return count ; } | get the number of tokens in the buffer . concode_field_sep int INITIAL_SIZE concode_elem_sep int in concode_elem_sep int count concode_elem_sep long[] buffer concode_elem_sep int out concode_elem_sep int base concode_field_sep int next concode_elem_sep void grow concode_elem_sep int last concode_elem_sep long get conco... |
void function ( DataInput arg0 ) { name = new Text ( ) ; name . readFields ( arg0 ) ; superDept = new Text ( ) ; superDept . readFields ( arg0 ) ; company = new Text ( ) ; company . readFields ( arg0 ) ; } | read say , deserialize a department concode_field_sep Text superDept concode_elem_sep Text name concode_elem_sep Text company concode_field_sep void setName concode_elem_sep void setName concode_elem_sep Text getName concode_elem_sep Text getCompany concode_elem_sep Text getSuperDept concode_elem_sep int compareTo conc... |
void function ( Charset arg0 ) { this . charset = arg0 ; } | set the charset used to read script and template files . utf-8 by default . concode_field_sep Charset charset concode_elem_sep Boolean sharedEngine concode_elem_sep String renderFunction concode_elem_sep ScriptEngine engine concode_elem_sep String renderObject concode_elem_sep String engineName concode_elem_sep String[... |
NodeContext function ( Node arg0 ) { return nodeContextMap . get ( arg0 ) ; } | gets the nodecontext of the given node . concode_field_sep Map<Node,NodeContext> nodeContextMap concode_elem_sep List<NodeContext> outputNodeContextList concode_elem_sep Logger logger concode_elem_sep ArrayDeque<NodeContext> initNodeContextDeque concode_elem_sep Graph graph concode_field_sep void cancel concode_elem_se... |
void function ( ) { pause = false ; } | let the writer know that writing may be resumed . concode_field_sep OutputStreamCounter os concode_elem_sep byte NEWLINE concode_elem_sep Document document concode_elem_sep Rectangle pageSize concode_elem_sep byte EQUALS concode_elem_sep boolean closeStream concode_elem_sep boolean pause concode_elem_sep byte LT concod... |
List < String > function ( ) { if ( usage == null ) { usage = new ArrayList < String > ( ) ; } return this . usage ; } | gets the value of the usage 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 usage property . for example , to add a new item , do as fol... |
void function ( String arg0 ) { this . keyAlias = arg0 ; } | set the private key alias concode_field_sep boolean isServerPrincipalPasswordEncrypted concode_elem_sep String serverPrincipalPassword concode_elem_sep String trustStores concode_elem_sep String allowedRoles concode_elem_sep String keyAlias concode_elem_sep String privateStore concode_field_sep String getTrustStores co... |
SupportedEndpointType function ( Boolean arg0 ) { setSupportsCDC ( arg0 ) ; return this ; } | indicates if change data capture cdc is supported . concode_field_sep String endpointType concode_elem_sep Boolean supportsCDC concode_elem_sep String engineName concode_field_sep Boolean getSupportsCDC concode_elem_sep SupportedEndpointType withEndpointType concode_elem_sep SupportedEndpointType withEndpointType conco... |
String function ( String arg0 ) { if ( arg0 == null ) { return null ; } return new String ( encode ( arg0 . getBytes ( ) ) ) ; } | encodes the specified string using the base64 encoding . concode_field_sep byte[] BASE64_FOR_URL_ALPHABET_ARRAY concode_elem_sep byte[] BASE64_ALPHABET_ARRAY concode_elem_sep byte PAD concode_field_sep byte[] encodeForURL |
void function ( int arg0 ) { activityResultRequestCode = arg0 ; } | call this from your startactivityforresult overload . this is required to catch the case where plugins use activity.startactivityforresult + cordovainterface.setactivityresultcallback rather than cordovainterface.startactivityforresult . concode_field_sep String TAG concode_elem_sep PluginManager pluginManager concode_... |
int function ( int arg0 ) { if ( arg0 < - 1 ) return - 1 ; final int loc0 = this . allHeaders . length - 1 ; boolean loc1 = false ; while ( ! loc1 && ( arg0 < loc0 ) ) { arg0 ++ ; loc1 = filterHeader ( arg0 ) ; } return loc1 ? arg0 : - 1 ; } | determines the index of the next header . concode_field_sep String headerName concode_elem_sep Header[] allHeaders concode_elem_sep int currentIndex concode_field_sep Object next concode_elem_sep Header nextHeader concode_elem_sep boolean hasNext concode_elem_sep void remove concode_elem_sep boolean filterHeader |
TypeCode function ( ) { return OrbRestricted . Singleton . create_interface_tc ( id ( ) , "srini_string" ) ; } | get the type code of the poa current . concode_field_sep PlaceHolder placeHolder concode_field_sep Current extract concode_elem_sep Current read concode_elem_sep void insert concode_elem_sep Current narrow concode_elem_sep String id concode_elem_sep void write |
void function ( boolean arg0 ) { cancelOp = arg0 ; } | used to communicate a cancel operation from the whitebox gui . concode_field_sep String[] args concode_elem_sep boolean cancelOp concode_elem_sep WhiteboxPluginHost myHost concode_elem_sep String previousProgressLabel concode_elem_sep int previousProgress concode_elem_sep boolean amIActive concode_field_sep String getN... |
Class < FieldParser < T >> function ( Class < T > arg0 ) { Class < ? extends FieldParser < ? >> loc0 = PARSERS . get ( arg0 ) ; if ( loc0 == null ) { return null ; } else { @ SuppressWarnings ( "srini_string" ) Class < FieldParser < T >> loc1 = ( Class < FieldParser < T >> ) loc0 ; return loc1 ; } } | gets the parser for the type specified by the given class . returns null , if no parser for that class is known . concode_field_sep Map<Class<?>,Class<? extends FieldParser<?>>> PARSERS concode_elem_sep ParseErrorState errorState concode_field_sep int parseField concode_elem_sep ParseErrorState getErrorState concode_el... |
void function ( int arg0 ) { mouseXPosition = arg0 ; Integer loc0 = getInvertedSeriesIndex ( arg0 ) ; createHovers ( ) ; if ( loc0 != null ) { configureHovers ( loc0 ) ; } } | sets the position . concode_field_sep int MARGIN concode_elem_sep Map<String,String> texts concode_elem_sep int mouseXPosition concode_elem_sep int OFFSET concode_elem_sep String TIME_KEY concode_elem_sep Map<String,Shell> hovers concode_elem_sep TimelineChart chart concode_field_sep Point getExtent concode_elem_sep IS... |
Description function ( Class < ? > arg0 , String arg1 ) { return createTestDescription ( arg0 , arg1 , new Annotation [ 0 ] ) ; } | create a description of a single test named name in the class clazz . generally , this will be a leaf description . this remains for binary compatibility with clients of junit 4.3 concode_field_sep Annotation[] fAnnotations concode_elem_sep Serializable fUniqueId concode_elem_sep Description TEST_MECHANISM concode_elem... |
com . liferay . portal . kernel . model . RecentLayoutRevision function ( long arg0 ) { return getService ( ) . createRecentLayoutRevision ( arg0 ) ; } | creates a new recent layout revision with the primary key . does not add the recent layout revision to the database . concode_field_sep RecentLayoutRevisionLocalService _service concode_field_sep java.lang.String getOSGiServiceIdentifier concode_elem_sep com.liferay.portal.kernel.dao.orm.ActionableDynamicQuery getActio... |
SSLSocketFactory function ( ) { return sslSocketFactory ; } | returns the ssl socket factory , or null if this is not an https address . concode_field_sep Proxy proxy concode_elem_sep List<String> transports concode_elem_sep int uriPort concode_elem_sep SSLSocketFactory sslSocketFactory concode_elem_sep HostnameVerifier hostnameVerifier concode_elem_sep OkAuthenticator authentica... |
Date function ( String arg0 ) { return DateUtils . parseDate ( arg0 , "srini_string" ) ; } | test utility method to create date using standard ` yyyy-mm-dd ' format concode_field_sep PlaceHolder placeHolder concode_field_sep Properties getRuntimeProperties concode_elem_sep boolean containsId concode_elem_sep void assertCollectionContentsEquals concode_elem_sep void printOutTableContents concode_elem_sep void w... |
String function ( ) { return sortColumnName ; } | gets the sortcolumnname column . concode_field_sep String sortColumnName concode_elem_sep String oldSort concode_elem_sep boolean oldAscending concode_elem_sep boolean ascending concode_field_sep boolean isDefaultAscending concode_elem_sep void setAscending concode_elem_sep void sort concode_elem_sep boolean isAscendin... |
void function ( String arg0 , String arg1 , Throwable arg2 ) { if ( LOG . DEBUG >= LOGLEVEL ) Log . d ( arg0 , arg1 , arg2 ) ; } | debug log message . concode_field_sep int WARN concode_elem_sep int VERBOSE concode_elem_sep int ERROR concode_elem_sep int LOGLEVEL concode_elem_sep int DEBUG concode_elem_sep int INFO concode_field_sep boolean isLoggable concode_elem_sep void setLogLevel concode_elem_sep void setLogLevel concode_elem_sep void e conco... |
boolean function ( String arg0 ) { boolean loc0 ; if ( ( testSaveLocationExists ( ) ) && ( ! arg0 . equals ( "srini_string" ) ) ) { File loc1 = Environment . getExternalStorageDirectory ( ) ; File loc2 = constructFilePaths ( loc1 . toString ( ) , arg0 ) ; loc0 = loc2 . exists ( ) ; } else { loc0 = false ; } return loc0... | determine if a file or directory exists . concode_field_sep String LOG_TAG concode_field_sep boolean testSaveLocationExists concode_elem_sep File constructFilePaths concode_elem_sep long getFreeExternalStorageSpace concode_elem_sep long getFreeSpaceInBytes |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.