idx
int64
0
100k
question
stringlengths
68
7.19k
target
stringlengths
20
663
31,700
set the id of the domain that the entity is to be put concode_field_sep HashMap<String,Set<Object>> primaryFilters concode_elem_sep HashMap<String,Object> otherInfo concode_elem_sep HashMap<String,Set<String>> relatedEntities concode_elem_sep String entityType concode_elem_sep String entityId concode_elem_sep Long star...
void function ( String arg0 ) { this . domainId = arg0 ; }
31,701
set the formatter that will be used for objects representing date and time values . this formatter will be used for localdatetime , readableinstant , date and calendar types . when specifiedthe #setdatetimestyle string datetimestyle and #setuseisoformat boolean useisoformat properties will be ignored . concode_field_se...
void function ( DateTimeFormatter arg0 ) { this . formatters . put ( Type . DATE_TIME , arg0 ) ; }
31,702
gets the absolute x coordinate . concode_field_sep int x concode_elem_sep int y concode_elem_sep int z concode_field_sep int wildernessLevel concode_elem_sep int getRegionY concode_elem_sep int getRegionX concode_elem_sep int getLocalY concode_elem_sep int getLocalY concode_elem_sep int getLocalX concode_elem_sep int g...
int function ( ) { return x ; }
31,703
closes the reader . concode_field_sep String lastTimestamp concode_elem_sep XLogFilter filter concode_elem_sep int count concode_elem_sep BufferedReader reader concode_elem_sep String lastMessage concode_elem_sep String nextLine concode_elem_sep boolean empty concode_elem_sep boolean patternMatched concode_field_sep vo...
void function ( ) { reader . close ( ) ; }
31,704
obtain the value for the specified bitfield , unshifted concode_field_sep int _mask concode_elem_sep int _shift_count concode_field_sep byte clearByte concode_elem_sep byte setByte concode_elem_sep short setShortValue concode_elem_sep int set concode_elem_sep boolean isSet concode_elem_sep int clear concode_elem_sep in...
short function ( final short arg0 ) { return ( short ) getRawValue ( arg0 ) ; }
31,705
get the revocation date . concode_field_sep ObjectProperty<ReasonFlag> reasonProperty concode_elem_sep UserCertStoreEntry storeEntry concode_elem_sep BooleanProperty revokedProperty concode_elem_sep ObjectProperty<Date> dateProperty concode_elem_sep StringProperty nameProperty concode_elem_sep ObjectProperty<BigInteger...
Date function ( ) { return this . dateProperty . get ( ) ; }
31,706
returns the current sslconfig . it is possible that null is returned if no sslconfig has been set . concode_field_sep boolean redoOperation concode_elem_sep SocketInterceptorConfig socketInterceptorConfig concode_elem_sep SSLConfig sslConfig concode_elem_sep int connectionAttemptLimit concode_elem_sep int connectionAtt...
SSLConfig function ( ) { return sslConfig ; }
31,707
create an instance of sourcedatatype concode_field_sep QName _Copyright_QNAME concode_field_sep ProteinType.AlternativeName createProteinTypeAlternativeName concode_elem_sep SourceDataType.Tissue createSourceDataTypeTissue concode_elem_sep IsoformType.Sequence createIsoformTypeSequence concode_elem_sep EvidencedStringT...
SourceDataType function ( ) { return new SourceDataType ( ) ; }
31,708
returns the line number on which the error occurred . concode_field_sep String filename concode_elem_sep int column concode_elem_sep int lineNumber concode_elem_sep String message concode_field_sep String filename concode_elem_sep int column concode_elem_sep String toString concode_elem_sep String message
int function ( ) { return lineNumber ; }
31,709
setter method to set the campaign description concode_field_sep String campaignResponse concode_elem_sep String campaignID concode_elem_sep String CSRID concode_elem_sep String source concode_elem_sep String accountID concode_elem_sep String campaignModify concode_elem_sep String retailerSegment concode_elem_sep String...
void function ( String arg0 ) { this . remarks = arg0 ; }
31,710
return the array index for a hash . concode_field_sep int[] hashTable concode_elem_sep boolean fixedSize concode_elem_sep int newNodePointer concode_elem_sep int elementCount concode_elem_sep int[] linkTable concode_elem_sep int reclaimedNodePointer concode_field_sep void resetTables concode_elem_sep void unlinkNode co...
int function ( int arg0 ) { int loc0 = ( arg0 & 0x7fffffff ) % hashTable . length ; return hashTable [ loc0 ] ; }
31,711
helper for success callbacks that just returns the status.ok by default concode_field_sep String callbackId concode_elem_sep CordovaWebView webView concode_elem_sep int changingThreads concode_elem_sep String LOG_TAG concode_elem_sep boolean finished concode_field_sep boolean isChangingThreads concode_elem_sep String g...
void function ( String arg0 ) { sendPluginResult ( new PluginResult ( PluginResult . Status . OK , arg0 ) ) ; }
31,712
gets the value of the datumvytvoreni property . concode_field_sep TOsobaExterni odesilatel concode_elem_sep TDatum datumVytvoreni concode_elem_sep TDatum datumDoruceni concode_elem_sep String doruceneMnozstvi concode_elem_sep String odesilatelovoEvidencniCislo concode_elem_sep TOsobyExterni autor concode_field_sep void...
TDatum function ( ) { return datumVytvoreni ; }
31,713
create and queue an http authentication-response basic request . concode_field_sep int MAX_REDIRECT_COUNT concode_elem_sep int mBodyLength concode_elem_sep Request mRequest concode_elem_sep InputStream mBodyProvider concode_elem_sep WebAddress mUri concode_elem_sep String mUrl concode_elem_sep RequestQueue mRequestQueu...
void function ( boolean arg0 , String arg1 , String arg2 ) { String loc0 = computeBasicAuthResponse ( arg1 , arg2 ) ; if ( HttpLog . LOGV ) { HttpLog . v ( "srini_string" + loc0 ) ; } mHeaders . put ( authorizationHeader ( arg0 ) , "srini_string" + loc0 ) ; setupAuthResponse ( ) ; }
31,714
pauses engine . all new `` load & display '' tasks wo n't be executed until imageloader is #resume resumed . already running tasks are not paused . concode_field_sep Map<String,ReentrantLock> uriLocks concode_elem_sep AtomicBoolean networkDenied concode_elem_sep AtomicBoolean slowNetwork concode_elem_sep ImageLoaderCon...
void function ( ) { paused . set ( true ) ; }
31,715
allows the specified origin . this method may be called before the webkit thread has intialized the message handler . messages will be queued until this time . concode_field_sep int RETURN_ORIGINS concode_elem_sep String ORIGINS concode_elem_sep String TAG concode_elem_sep int GET_ALLOWED concode_elem_sep GeolocationPe...
void function ( String arg0 ) { postMessage ( Message . obtain ( null , ALLOW , arg0 ) ) ; }
31,716
create a map of gpa name - > boolean where the boolean is true if the gpa corresponds to the student . concode_field_sep List<GradePointAverage> allGPAs concode_elem_sep String name concode_elem_sep long id concode_field_sep void setName concode_elem_sep String getName concode_elem_sep void setId concode_elem_sep long ...
Map < String , Boolean > function ( StudentFormData arg0 ) { Map < String , Boolean > loc0 = new TreeMap < String , Boolean > ( ) ; for ( GradePointAverage loc1 : allGPAs ) { loc0 . put ( loc1 . getName ( ) , ( arg0 == null ) ? false : ( arg0 . loc1 != null && arg0 . loc1 . equals ( loc1 . getName ( ) ) ) ) ; } return ...
31,717
build constraint x < v. concode_field_sep int x concode_elem_sep int y concode_elem_sep int db concode_field_sep Constraint renameClocks concode_elem_sep Constraint buildXYGeq concode_elem_sep Constraint buildXLtY concode_elem_sep Constraint buildXLeqY concode_elem_sep Constraint buildXGeqY concode_elem_sep Constraint ...
Constraint function ( int arg0 , int arg1 ) { return new Constraint ( arg0 , 0 , DB . createLt ( arg1 ) ) ; }
31,718
sets the action button to show on the snackbar . concode_field_sep String mActionText concode_elem_sep int UMA_DOWNLOAD_FAILED concode_elem_sep int mIdentifier concode_elem_sep Object mActionData concode_elem_sep int UMA_AUTO_LOGIN concode_elem_sep int UMA_LOFI concode_elem_sep int mBackgroundColor concode_elem_sep int...
Snackbar function ( String arg0 , Object arg1 ) { mActionText = arg0 ; mActionData = arg1 ; return this ; }
31,719
sets the value of the href property . concode_field_sep List<Extension> extensions concode_elem_sep String name concode_elem_sep String description concode_elem_sep String id concode_elem_sep String href concode_elem_sep String label concode_elem_sep QName type concode_elem_sep String value concode_elem_sep String vers...
void function ( final String arg0 ) { this . href = arg0 ; }
31,720
this will get the line join style . 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_sep Float getNonStrok...
Paint . Join function ( ) { switch ( dict . getInt ( COSName . LJ ) ) { case 0 : return Paint . Join . MITER ; case 1 : return Paint . Join . ROUND ; case 2 : return Paint . Join . BEVEL ; default : return null ; } }
31,721
the uri of this msgvpnrestdeliverypointrestconsumer object . concode_field_sep String uri concode_elem_sep String tlsTrustedCommonNamesUri concode_field_sep void setTlsTrustedCommonNamesUri concode_elem_sep String toIndentedString concode_elem_sep String getTlsTrustedCommonNamesUri concode_elem_sep int hashCode concode...
String function ( ) { return uri ; }
31,722
call notify to control the pause waiting state , when the state is changed concode_field_sep long presentationTimeUs concode_elem_sep long duration concode_elem_sep int sampleRate concode_elem_sep String LOG_TAG concode_elem_sep AudioTrack audioTrack concode_elem_sep MediaExtractor extractor concode_elem_sep Handler ha...
void function ( ) { notify ( ) ; }
31,723
returns true if the data reduction proxy 's lo-fi mode was enabled on the last main frame request . concode_field_sep String DATA_REDUCTION_ENABLED_PREF concode_elem_sep String DATA_REDUCTION_PROXY_ENABLED_KEY concode_elem_sep String WEBLITE_HOSTNAME concode_elem_sep long mReceived concode_elem_sep String WEBLITE_QUERY...
boolean function ( ) { return nativeWasLoFiModeActiveOnMainFrame ( mNativeDataReductionProxySettings ) ; }
31,724
if the annotation is the class javax.inject.named , canonicalizes to com.google.guice.name.named . returns the given annotation class otherwise . concode_field_sep AnnotationChecker scopeChecker concode_elem_sep LoadingCache<Class<? extends Annotation>,Boolean> cache concode_elem_sep AnnotationChecker bindingAnnotation...
Class < ? extends Annotation > function ( Class < ? extends Annotation > arg0 ) { if ( arg0 == javax . inject . Named . class ) { return Named . class ; } else { return arg0 ; } }
31,725
performs a dynamic query on the database and returns a range of the matching rows . useful when paginating results . returns a maximum of end - start instances . start and end are not primary keys , they are indexes in the result set . thus , 0 refers to the first result in the set . setting both start and end to com.l...
java . util . List < T > function ( com . liferay . portal . kernel . dao . orm . DynamicQuery arg0 , int arg1 , int arg2 ) { return _wallEntryLocalService . arg0 ( arg0 , arg1 , arg2 ) ; }
31,726
a list of identities . note : this method appends the values to the existing list if any . use #setidentities java.util.collection or #withidentities java.util.collection if you want to override theexisting values . returns a reference to this object so that method calls can be chained together . concode_field_sep com....
ListIdentitiesResult function ( String ... arg0 ) { if ( getIdentities ( ) == null ) setIdentities ( new java . util . ArrayList < String > ( arg0 . length ) ) ; for ( String loc0 : arg0 ) { getIdentities ( ) . add ( loc0 ) ; } return this ; }
31,727
event handler for the west 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 ) { setRenderWest ( ( ( Boolean ) arg0 . getNewValue ( ) ) . booleanValue ( ) ) ; }
31,728
get operation code concode_field_sep int SEARCH_REQUEST concode_elem_sep int FILTER_AND concode_elem_sep String passwd concode_elem_sep int BIND_REQUEST concode_elem_sep String orgUnit concode_elem_sep int SEARCH_REP_ENTRY concode_elem_sep int msgId concode_elem_sep String dn concode_elem_sep String baseObj concode_ele...
int function ( ) { return m_protocolOp ; }
31,729
returns the name of the field or method designated by this handle . concode_field_sep String owner concode_elem_sep String name concode_elem_sep int tag concode_elem_sep String desc concode_field_sep int hashCode concode_elem_sep boolean equals concode_elem_sep String getDesc concode_elem_sep String toString concode_el...
String function ( ) { return name ; }
31,730
set the status code to set on the response . optional . if not set the response status will be 200 ok . concode_field_sep ParameterizableViewController controller concode_elem_sep String urlPath concode_field_sep ParameterizableViewController getViewController concode_elem_sep void setApplicationContext concode_elem_se...
ViewControllerRegistration function ( HttpStatus arg0 ) { this . controller . setStatusCode ( arg0 ) ; return this ; }
31,731
puts the expiration date into a bundle . concode_field_sep String TOKEN_SOURCE_KEY concode_elem_sep long INVALID_BUNDLE_MILLISECONDS concode_elem_sep String TOKEN_KEY concode_elem_sep String PERMISSIONS_KEY concode_elem_sep String EXPIRATION_DATE_KEY concode_elem_sep String DECLINED_PERMISSIONS_KEY concode_elem_sep Str...
void function ( Bundle arg0 , Date arg1 ) { Validate . notNull ( arg0 , "srini_string" ) ; Validate . notNull ( arg1 , "srini_string" ) ; putDate ( arg0 , EXPIRATION_DATE_KEY , arg1 ) ; }
31,732
returns the x value . concode_field_sep int m_offset concode_elem_sep ByteBuffer m_buffer concode_field_sep void setW concode_elem_sep float getW concode_elem_sep void setY concode_elem_sep float getY concode_elem_sep void setX concode_elem_sep float getZ concode_elem_sep String toString concode_elem_sep void setZ
float function ( ) { return m_buffer . getFloat ( m_offset + 4 ) ; }
31,733
check if the specified field is a partition tag field concode_field_sep String serviceDeletionPath concode_elem_sep String[] partitions concode_elem_sep Logger LOG concode_elem_sep Class<? extends TaggedLogAPIEntity> entityClass concode_elem_sep String prefix concode_elem_sep Map<String,Method> qualifierGetterMap conco...
boolean function ( String arg0 ) { if ( partitions == null || ( ! isTag ( arg0 ) ) ) { return false ; } for ( String loc0 : partitions ) { if ( loc0 . equals ( arg0 ) ) { return true ; } } return false ; }
31,734
this function return device handle . concode_field_sep PlaybackControl mPlaybackControl concode_elem_sep long mDeviceHandle concode_field_sep boolean isImageRegistrationModeSupported concode_elem_sep DeviceInfo getDeviceInfo concode_elem_sep SensorInfo getSensorInfo concode_elem_sep boolean hasSensor concode_elem_sep b...
long function ( ) { return mDeviceHandle ; }
31,735
returns the osgi service identifier . concode_field_sep TeamService _service concode_field_sep boolean hasUserTeam concode_elem_sep java.util.List<com.liferay.portal.kernel.model.Team> search concode_elem_sep void deleteTeam concode_elem_sep com.liferay.portal.kernel.model.Team getTeam concode_elem_sep com.liferay.port...
java . lang . String function ( ) { return getService ( ) . getOSGiServiceIdentifier ( ) ; }
31,736
determine if log level will be logged 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 void d concode_elem_sep void d concode_elem_sep void d concode_elem_sep void setLogLevel concode_e...
boolean function ( int arg0 ) { return ( arg0 >= LOGLEVEL ) ; }
31,737
gets the value of the language property . concode_field_sep AdditionalInformationType additionalInformation concode_elem_sep AttachmentsType attachments concode_elem_sep InformationIdentifyingTheHolderOfTheQualificationType informationIdentifyingTheHolderOfTheQualification concode_elem_sep List<SignatureType> signature...
LanguageType function ( ) { return language ; }
31,738
get the type name . concode_field_sep List<String> paths concode_elem_sep String location concode_elem_sep String type concode_field_sep String getLocation concode_elem_sep List<String> getPaths
String function ( ) { return type ; }
31,739
sets the group id of this s c o r m content . concode_field_sep SCORMContent _scormContent concode_field_sep void setExpandoBridgeAttributes concode_elem_sep java.lang.String getIndex concode_elem_sep boolean getCiphered concode_elem_sep boolean isEscapedModel concode_elem_sep boolean isInactive concode_elem_sep SCORMC...
void function ( long arg0 ) { _scormContent . setGroupId ( arg0 ) ; }
31,740
sets the value of the createuser property . concode_field_sep Integer sequenceNumber concode_elem_sep Date lastUpdateDate concode_elem_sep String name concode_elem_sep String lastUpdateUser concode_elem_sep String createUser concode_elem_sep Integer objectId concode_elem_sep Date createDate concode_field_sep String get...
void function ( String arg0 ) { this . createUser = arg0 ; }
31,741
returns the unique id of the channel . concode_field_sep ChannelUID uid concode_elem_sep ChannelTypeUID channelTypeUID concode_elem_sep Configuration configuration concode_elem_sep ChannelKind kind concode_elem_sep Set<String> defaultTags concode_elem_sep String description concode_elem_sep String acceptedItemType conc...
ChannelUID function ( ) { return this . uid ; }
31,742
recursively delete the node with the given path . important : all versions , of all nodes , under the given node are deleted . if there is an error with deleting one of the sub-nodes in the tree , this operation would abort and would be the responsibility of the app to handle the same . see #delete string , int for mor...
void function ( ZooKeeper arg0 , final String arg1 ) { PathUtils . validatePath ( arg1 ) ; List < String > loc0 = listSubTreeBFS ( arg0 , arg1 ) ; LOG . debug ( "srini_string" + loc0 ) ; LOG . debug ( "srini_string" + loc0 . size ( ) + "srini_string" ) ; for ( int loc1 = loc0 . size ( ) - 1 ; loc1 >= 0 ; -- loc1 ) { ar...
31,743
returns the osgi service identifier . concode_field_sep ServiceTracker<SAPEntryService,SAPEntryService> _serviceTracker concode_field_sep com.liferay.portal.security.service.access.policy.model.SAPEntry fetchSAPEntry concode_elem_sep java.util.List<com.liferay.portal.security.service.access.policy.model.SAPEntry> getCo...
java . lang . String function ( ) { return getService ( ) . getOSGiServiceIdentifier ( ) ; }
31,744
gets the canonical request uri - that is , the request uri minus the context path . concode_field_sep PlaceHolder placeHolder concode_field_sep TransportGuaranteeType transportGuarantee concode_elem_sep boolean canAccessResource concode_elem_sep Principal[] getPrincipals concode_elem_sep boolean isUserInRole
String function ( HttpServletRequest arg0 ) { String loc0 = arg0 . getRequestURI ( ) . substring ( arg0 . getContextPath ( ) . length ( ) ) ; if ( loc0 == null || loc0 . equals ( "srini_string" ) ) loc0 = "srini_string" ; return loc0 ; }
31,745
gets the date at which the page was last modified . concode_field_sep String EDITOR_URI concode_elem_sep Map<String,String> m_newTypes concode_elem_sep CmsUUID m_detailId concode_elem_sep String m_sitemapUri concode_elem_sep long m_lastModified concode_elem_sep String m_requestParams concode_elem_sep String DICT_NAME c...
long function ( ) { return m_lastModified ; }
31,746
sets the message id of this vcms attached message . concode_field_sep VcmsAttachedMessage _vcmsAttachedMessage concode_field_sep void setExpandoBridgeAttributes concode_elem_sep void setContent concode_elem_sep void setGroupId concode_elem_sep boolean isEscapedModel concode_elem_sep java.lang.String getContent concode_...
void function ( java . lang . String arg0 ) { _vcmsAttachedMessage . setMessageId ( arg0 ) ; }
31,747
a list of the attached policies . note : this method appends the values to the existing list if any . use #setattachedpolicies java.util.collection or #withattachedpolicies java.util.collection if you want tooverride the existing values . concode_field_sep Boolean isTruncated concode_elem_sep String marker concode_elem...
ListAttachedRolePoliciesResult function ( AttachedPolicy ... arg0 ) { if ( this . attachedPolicies == null ) { setAttachedPolicies ( new com . amazonaws . internal . SdkInternalList < AttachedPolicy > ( arg0 . length ) ) ; } for ( AttachedPolicy loc0 : arg0 ) { this . attachedPolicies . add ( loc0 ) ; } return this ; }
31,748
set number of milliseconds between each poll . the initial pollperiod is specified during obixsession.makewatch . this method will check that the lease is safely larger than the pollperiod - if not this method will synchronously attempt to change the lease time blocks until network request finishes . it is possible tha...
long function ( long arg0 ) { long loc0 = arg0 + 5000 ; if ( loc0 > lease ) setLease ( loc0 ) ; if ( loc0 > lease ) { arg0 = lease - 5000 ; if ( arg0 < 100 ) throw new Exception ( "srini_string" + lease ) ; } return this . pollPeriod = arg0 ; }
31,749
decode a series of 4 bytes from buf , starting at position 0 , and interpret them as an integer . concode_field_sep PlaceHolder placeHolder concode_field_sep void encodeBigEndian concode_elem_sep void encodeBigEndian
int function ( final byte [ ] arg0 ) { return decodeBigEndian ( arg0 , 0 ) ; }
31,750
factory method to get an instance of jettyshims based on the version of hadoop on the classpath . concode_field_sep String HADOOP23VERSIONNAME concode_elem_sep AppenderSkeleton eventCounter concode_elem_sep HashMap<String,String> HADOOP_SHIM_CLASSES concode_elem_sep HashMap<String,String> EVENT_COUNTER_SHIM_CLASSES con...
JettyShims function ( ) { if ( jettyShims == null ) { jettyShims = loadShims ( JETTY_SHIM_CLASSES , JettyShims . class ) ; } return jettyShims ; }
31,751
checks whether the specified identifier is declared . concode_field_sep int actualScope concode_elem_sep Stack nestings concode_elem_sep Hashtable symbols concode_field_sep Definition getDefinition concode_elem_sep Definition declare concode_elem_sep int getActualScope concode_elem_sep void enterScope concode_elem_sep ...
boolean function ( String arg0 ) { return ( getDefinition ( arg0 ) != null ) ; }
31,752
returns the result contained by this response . concode_field_sep T result concode_elem_sep ResponseMetadata responseMetadata concode_field_sep void setResponseMetadata concode_elem_sep void setResult concode_elem_sep ResponseMetadata getResponseMetadata concode_elem_sep String getRequestId
T function ( ) { return result ; }
31,753
sets the value of the reason property . concode_field_sep String reason concode_field_sep String getReason
void function ( String arg0 ) { this . reason = arg0 ; }
31,754
return true iff this is action belongs to a general lookahead rule . concode_field_sep int FORWARD_ACTION concode_elem_sep int len concode_elem_sep int FIXED_BASE concode_elem_sep int FIXED_LOOK concode_elem_sep int FINITE_CHOICE concode_elem_sep int kind concode_elem_sep int NORMAL concode_elem_sep int GENERAL_LOOK co...
boolean function ( ) { return kind == GENERAL_LOOK ; }
31,755
the websocket . concode_field_sep WebSocket webSocket concode_elem_sep T message concode_elem_sep TYPE type concode_field_sep void onDisconnect concode_elem_sep void onConnect concode_elem_sep void onClose concode_elem_sep void onControl concode_elem_sep void onHandshake concode_elem_sep void onMessage concode_elem_sep...
WebSocket function ( ) { return webSocket ; }
31,756
the number of records with a timestamp that is before the time of the latest record . records should be in ascending chronological order concode_field_sep long m_MissingFieldCount concode_elem_sep String BUCKET_COUNT concode_elem_sep String PROCESSED_FIELD_COUNT concode_elem_sep String INPUT_BYTES concode_elem_sep Stri...
long function ( ) { return m_OutOfOrderTimeStampCount ; }
31,757
does this property represent a synthetic property ? a synthetic property is one we create during metamodel binding to represent a collection of columns but which does not represent a property physically available on the entity . concode_field_sep String nodeName concode_elem_sep boolean selectable concode_elem_sep bool...
boolean function ( ) { return false ; }
31,758
get the placement properties for this tool . concode_field_sep ToolManager toolManager concode_elem_sep ServerConfigurationService serverConfigurationService concode_elem_sep ExternalLogic externalLogic concode_field_sep String getReplyTo concode_elem_sep boolean allowSubjectPrefixChange concode_elem_sep String getDefa...
Properties function ( ) { Properties loc0 = toolManager . getCurrentPlacement ( ) . getPlacementConfig ( ) ; return loc0 ; }
31,759
gets the hash code of an object returning zero when the object is null . objectutils.hashcode null = 0 objectutils.hashcode obj = obj.hashcode concode_field_sep Null NULL concode_elem_sep long serialVersionUID concode_field_sep Object defaultIfNull concode_elem_sep Object readResolve concode_elem_sep boolean equals con...
int function ( Object arg0 ) { return ( arg0 == null ) ? 0 : arg0 . hashCode ( ) ; }
31,760
returns this property children . concode_field_sep List<HierarchicalProperty> children concode_elem_sep QName name concode_elem_sep HashMap<String,String> attributes concode_elem_sep String value concode_field_sep String getValue concode_elem_sep void setAttribute concode_elem_sep QName getName concode_elem_sep String ...
List < HierarchicalProperty > function ( ) { return this . children ; }
31,761
sets the value of the label property . concode_field_sep List<Extension> extensions concode_elem_sep List<DisplayName> displayNames concode_elem_sep String id concode_elem_sep String href concode_elem_sep String label concode_elem_sep List<IconType> icons concode_elem_sep QName type concode_elem_sep List<Description> d...
void function ( final String arg0 ) { this . label = arg0 ; }
31,762
get a basic chart . concode_field_sep PlaceHolder placeHolder concode_field_sep BarChart getBasicBarChart concode_elem_sep Line getBasicLine
LineChart function ( ) { final Plot loc0 = Plots . newPlot ( Data . newData ( 0 , 50 , 100 ) ) ; return GCharts . newLineChart ( loc0 ) ; }
31,763
registers a device . concode_field_sep Logger logger concode_elem_sep List<String> regIds concode_field_sep List<String> getDevices concode_elem_sep void unregister concode_elem_sep void updateRegistration
void function ( String arg0 ) { logger . info ( "srini_string" + arg0 ) ; synchronized ( regIds ) { regIds . add ( arg0 ) ; } }
31,764
test print concode_field_sep String[][] majorNames concode_elem_sep String[] numNames concode_elem_sep String[] tensNames concode_elem_sep String[] hundredNames concode_field_sep String convertLessThanOneThousand concode_elem_sep String getAmtInWords concode_elem_sep void main concode_elem_sep String convert
void function ( String arg0 ) { try { System . out . println ( arg0 + "srini_string" + getAmtInWords ( arg0 ) ) ; } catch ( Exception loc0 ) { loc0 . printStackTrace ( ) ; } }
31,765
fetches stops for an agency and route using the public api concode_field_sep String getAgenciesUrl concode_elem_sep String ROUTE_CODE_MACRO concode_elem_sep String getTimingsUrl concode_elem_sep String getRoutesUrl concode_elem_sep String AGENCY_NAME_MACRO concode_elem_sep String getStopsUrl concode_elem_sep Logger log...
String function ( String arg0 , String arg1 ) { String loc0 = getStopsUrl . replace ( AGENCY_NAME_MACRO , CommonUtil . encodeURIComponent ( arg0 ) ) . replace ( ROUTE_CODE_MACRO , CommonUtil . encodeURIComponent ( arg1 ) ) ; String loc1 = CommonUtil . getHttpCallResponse ( loc0 ) ; return CommonUtil . getJSONFromXML ( ...
31,766
import the names from xml . concode_field_sep HashMap xmlNames concode_elem_sep HashMap xmlLast concode_field_sep String unEscapeBinaryString concode_elem_sep PdfDictionary outputNamedDestinationAsStrings concode_elem_sep void endElement concode_elem_sep void startElement concode_elem_sep PdfArray createDestinationArra...
HashMap function ( Reader arg0 ) { SimpleNamedDestination loc0 = new SimpleNamedDestination ( ) ; SimpleXMLParser . parse ( loc0 , arg0 ) ; return loc0 . xmlNames ; }
31,767
the friction coefficient , usually in the range 0,1 . concode_field_sep Filter filter concode_elem_sep Object userData concode_elem_sep float restitution concode_elem_sep float density concode_elem_sep boolean isSensor concode_elem_sep Shape shape concode_elem_sep float friction concode_field_sep float getRestitution c...
float function ( ) { return friction ; }
31,768
the cleaned index name , before any `` path '' modifications performed on it . concode_field_sep String indexNameClean concode_elem_sep String indexName concode_elem_sep String name concode_elem_sep String fullName concode_elem_sep Term indexNameTermFactory concode_field_sep Query rangeQuery concode_elem_sep boolean om...
String function ( ) { return indexNameClean ; }
31,769
this method resets the incoming events time events included . concode_field_sep long minus concode_elem_sep long myInt1 concode_elem_sep long plusAssign concode_elem_sep long myInt2 concode_elem_sep boolean equalOrLess concode_elem_sep boolean notEqual concode_elem_sep boolean less concode_elem_sep long divAssign conco...
void function ( ) { sCInterface . clearEvents ( ) ; }
31,770
creates a classloader that can be used to load resources from theworkspace . concode_field_sep boolean resolveSimpleProjectReferences concode_field_sep File getFileSystemFile concode_elem_sep void addJavaClasspathEntries concode_elem_sep void addClasspathEntries concode_elem_sep URL[] convertClassPath concode_elem_sep ...
ClassLoader function ( IProject arg0 ) { final List < URL > loc0 = Lists . newArrayList ( ) ; addClasspathEntries ( arg0 , loc0 ) ; return URLClassLoader . newInstance ( loc0 . toArray ( new URL [ loc0 . size ( ) ] ) , WorkspaceClassLoaderFactory . class . getClassLoader ( ) ) ; }
31,771
returns the option list . concode_field_sep boolean readable concode_elem_sep boolean virtual concode_elem_sep Object defaultValue concode_elem_sep Number maxValue concode_elem_sep HmChannel channel concode_elem_sep String description concode_elem_sep boolean readOnly concode_elem_sep HmValueType type concode_elem_sep ...
String [ ] function ( ) { return options ; }
31,772
gets the value of the e property . concode_field_sep CTOMathArg lim concode_elem_sep Object parent concode_elem_sep CTOMathArg e concode_elem_sep CTLimLowPr limLowPr concode_field_sep CTOMathArg getLim concode_elem_sep Object getParent concode_elem_sep CTLimLowPr getLimLowPr concode_elem_sep void setE concode_elem_sep ...
CTOMathArg function ( ) { return e ; }
31,773
sends a small window popup with the defined message . concode_field_sep URLClassLoader cl concode_field_sep Decompiler getFernFlowerDecompiler concode_elem_sep void startPlugin concode_elem_sep void createNewClassNodeLoaderInstance concode_elem_sep void openFiles concode_elem_sep ClassNode getCurrentlyOpenedClassNode c...
void function ( String arg0 ) { the . bytecode . club . bytecodeviewer . BytecodeViewer . showMessage ( arg0 ) ; }
31,774
notifies all registered listeners that the annotation has changed . concode_field_sep boolean notify concode_elem_sep EventListenerList listenerList concode_field_sep boolean getNotify concode_elem_sep void removeChangeListener concode_elem_sep void writeObject concode_elem_sep void setNotify concode_elem_sep Object cl...
void function ( AnnotationChangeEvent arg0 ) { Object [ ] loc0 = this . listenerList . getListenerList ( ) ; for ( int loc1 = loc0 . length - 2 ; loc1 >= 0 ; loc1 -= 2 ) { if ( loc0 [ loc1 ] == AnnotationChangeListener . class ) { ( ( AnnotationChangeListener ) loc0 [ loc1 + 1 ] ) . annotationChanged ( arg0 ) ; } } }
31,775
converts this instance to its json representation . concode_field_sep String PORT concode_elem_sep int port concode_elem_sep String CAPABILITY concode_elem_sep String CLEAN_SESSION concode_elem_sep boolean useCleanSession concode_field_sep int getPort concode_elem_sep SafariOptions fromJsonMap concode_elem_sep boolean ...
JsonObject function ( ) { JsonObject loc0 = new JsonObject ( ) ; loc0 . addProperty ( Option . PORT , port ) ; loc0 . addProperty ( Option . CLEAN_SESSION , useCleanSession ) ; return loc0 ; }
31,776
returns accumulated arguments and flashes the arguments storage . concode_field_sep List<T> arguments concode_field_sep void add concode_elem_sep void add concode_elem_sep void submit concode_elem_sep void run concode_elem_sep void run
List < T > function ( ) { List < T > loc0 = arguments ; arguments = null ; return loc0 ; }
31,777
sets whether or not pattern matching should be case sensitive is by default turned on true . concode_field_sep String[] excludes concode_elem_sep boolean caseSensitive concode_elem_sep String[] includes concode_elem_sep Logger LOG concode_elem_sep AntPathMatcher matcher concode_field_sep boolean isCaseSensitive concode...
void function ( boolean arg0 ) { this . caseSensitive = arg0 ; }
31,778
returns the spring bean id for this bean . concode_field_sep ExportImportLocalService _exportImportLocalService concode_field_sep java.io.File exportLayoutsAsFile concode_elem_sep void importLayouts concode_elem_sep void importLayouts concode_elem_sep void setWrappedService concode_elem_sep void importLayoutsDataDeleti...
java . lang . String function ( ) { return _exportImportLocalService . getBeanIdentifier ( ) ; }
31,779
test of removeall method , of class optionservice . concode_field_sep PlaceHolder placeHolder concode_field_sep void setUpClass concode_elem_sep void testFind concode_elem_sep void testFindAll concode_elem_sep void tearDownClass concode_elem_sep void setUpMethod concode_elem_sep void tearDownMethod
void function ( ) { System . out . println ( "srini_string" ) ; OptionService loc0 = null ; loc0 . removeAll ( ) ; fail ( "srini_string" ) ; }
31,780
sets the recipient for the fetched snippets . an observer needs to be set before the native code attempts to transmit snippets them to java . upon registration , the observer will be notified of already fetched snippets . concode_field_sep long mNativeSnippetsBridge concode_elem_sep SuggestionsSource.Observer mObserver...
void function ( SuggestionsSource . Observer arg0 ) { assert mObserver == null || mObserver == arg0 ; mObserver = arg0 ; nativeSetObserver ( mNativeSnippetsBridge , arg0 == null ? null : this ) ; }
31,781
readblock and readnextheaderblock are the methods that users of this class should use to read header blocks from the tar file . readnextheaderblock continues working through the tar file from the current point until it finds a block with a non-0 first byte . concode_field_sep byte[] readBuffer concode_elem_sep long byt...
boolean function ( ) { try { while ( readStream . available ( ) > 0 ) { readBlock ( ) ; if ( readBuffer [ 0 ] != 0 ) { return true ; } } } catch ( EOFException loc0 ) { } close ( ) ; return false ; }
31,782
sets the user id of this asset category property . concode_field_sep AssetCategoryProperty _assetCategoryProperty concode_field_sep boolean isFinderCacheEnabled concode_elem_sep void setExpandoBridgeAttributes concode_elem_sep void setExpandoBridgeAttributes concode_elem_sep void setExpandoBridgeAttributes concode_elem...
void function ( long arg0 ) { _assetCategoryProperty . setUserId ( arg0 ) ; }
31,783
returns the xy series at the specified index . concode_field_sep List<XYSeries> mSeries concode_elem_sep long serialVersionUID concode_field_sep void addSeries concode_elem_sep XYSeries[] getSeries concode_elem_sep void removeSeries concode_elem_sep void removeSeries concode_elem_sep int getSeriesCount
XYSeries function ( int arg0 ) { return mSeries . get ( arg0 ) ; }
31,784
sets the value of the pbstatuscode property . concode_field_sep String fullBillInd concode_elem_sep String paperlessBillId concode_elem_sep String deliveryMethod concode_elem_sep String pbStatusCode concode_elem_sep String emailId concode_elem_sep long serialVersionUID concode_elem_sep String msisdn concode_elem_sep St...
void function ( String arg0 ) { this . pbStatusCode = arg0 ; }
31,785
this method resets the outgoing events . concode_field_sep SCInterfaceImpl sCInterface concode_elem_sep long x concode_elem_sep int nextStateIndex concode_elem_sep State[] stateVector concode_field_sep void reactMain_region_A concode_elem_sep void init concode_elem_sep SCInterface getSCInterface concode_elem_sep void e...
void function ( ) { }
31,786
return this component 's entity . concode_field_sep ColorRGBA HAS_CONTROL_COLOR concode_elem_sep View2DCell view concode_elem_sep boolean eventListenersAttached concode_elem_sep ColorRGBA NO_CONTROL_COLOR concode_elem_sep Entity parentEntity concode_elem_sep Node localToCellNode concode_elem_sep String name concode_ele...
Entity function ( ) { return entity ; }
31,787
gets the value of the uid property . concode_field_sep Boolean isReverseFormation concode_elem_sep String uid concode_elem_sep XMLGregorianCalendar ssd concode_elem_sep List<TSLocation> location concode_elem_sep DisruptionReasonType lateReason concode_elem_sep String rid concode_field_sep void setSsd concode_elem_sep v...
String function ( ) { return uid ; }
31,788
returns a string representation of this object ; useful for testing and debugging . concode_field_sep String parameterName concode_elem_sep String parameterValue concode_field_sep String getParameterName concode_elem_sep ParameterNameValue withParameterName concode_elem_sep String getParameterValue concode_elem_sep int...
String function ( ) { StringBuilder loc0 = new StringBuilder ( ) ; loc0 . append ( "srini_string" ) ; if ( getParameterName ( ) != null ) loc0 . append ( "srini_string" + getParameterName ( ) + "srini_string" ) ; if ( getParameterValue ( ) != null ) loc0 . append ( "srini_string" + getParameterValue ( ) ) ; loc0 . appe...
31,789
gets the image height . concode_field_sep int width concode_elem_sep float data[] concode_elem_sep int height concode_field_sep GrayscaleMatrix createFromRegion concode_elem_sep float convertRGBToGrayscale concode_elem_sep int getWidth concode_elem_sep float[] getData
int function ( ) { return this . height ; }
31,790
create an application loading context . locates and loads the necessary configuration files for the application . concode_field_sep play.api.ApplicationLoader.Context underlying concode_field_sep Context withConfig concode_elem_sep Environment environment concode_elem_sep Configuration initialConfiguration concode_elem...
Context function ( Environment arg0 ) { return ApplicationLoader . create ( arg0 ) ; }
31,791
returns the group id of this document library file rank . concode_field_sep DLFileRank _dlFileRank concode_field_sep void setFileRankId concode_elem_sep boolean isFinderCacheEnabled concode_elem_sep void setExpandoBridgeAttributes concode_elem_sep void setExpandoBridgeAttributes concode_elem_sep void setExpandoBridgeAt...
long function ( ) { return _dlFileRank . getGroupId ( ) ; }
31,792
load the properties from the specified file into a properties object . concode_field_sep PlaceHolder placeHolder concode_field_sep Properties combineSysAndJobProperties concode_elem_sep void putStateIntoConfiguration concode_elem_sep void putPropertiesIntoConfiguration concode_elem_sep void putConfigurationIntoProperti...
Properties function ( String arg0 ) { return fileToProperties ( arg0 , new Configuration ( ) ) ; }
31,793
set name value to name concode_field_sep String name concode_elem_sep int age concode_field_sep int getAge concode_elem_sep String getName concode_elem_sep void setAge
void function ( String arg0 ) { this . name = arg0 ; }
31,794
sets the value of the startdate property . concode_field_sep BigDecimal frstPmtAmt concode_elem_sep PmtWeekOfMonth pmtWeekOfMonth concode_elem_sep String noOfPayments concode_elem_sep PaymentType pmtType concode_elem_sep BigDecimal pmtAmt concode_elem_sep PaymentDayofWeek pmtDayOfWeek concode_elem_sep BigDecimal lstPmt...
void function ( XMLGregorianCalendar arg0 ) { this . startDate = arg0 ; }
31,795
prints all the augmented path which contribute to max flow concode_field_sep PlaceHolder placeHolder concode_field_sep void main concode_elem_sep int maxFlow concode_elem_sep boolean BFS
void function ( List < List < Integer >> arg0 ) { System . out . println ( "srini_string" ) ; arg0 . forEach ( path -> { path . forEach ( i -> System . out . print ( i + "srini_string" ) ) ; System . out . println ( ) ; } ) ; }
31,796
moves to before first . concode_field_sep ResultSetImpl owner concode_elem_sep Field[] metadata concode_elem_sep int index concode_elem_sep List<ResultSetRow> rows concode_field_sep ResultSetRow next concode_elem_sep boolean wasEmpty concode_elem_sep boolean isDynamic concode_elem_sep boolean isLast concode_elem_sep bo...
void function ( ) { if ( this . rows . size ( ) > 0 ) { this . index = - 1 ; } }
31,797
an identifier value projection . concode_field_sep PlaceHolder placeHolder concode_field_sep Projection sqlGroupProjection concode_elem_sep AggregateProjection max concode_elem_sep CountProjection count concode_elem_sep Projection distinct concode_elem_sep AggregateProjection sum concode_elem_sep ProjectionList project...
IdentifierProjection function ( ) { return new IdentifierProjection ( ) ; }
31,798
parses the raw content of the box . it surrounds the actual parsing which is done concode_field_sep ContainerBox parent concode_elem_sep ByteBuffer deadBytes concode_elem_sep byte[] userType concode_elem_sep Logger LOG concode_elem_sep String type concode_elem_sep ByteBuffer content concode_field_sep ContainerBox getPa...
void function ( ) { if ( content != null ) { ByteBuffer loc0 = this . content ; this . content = null ; loc0 . rewind ( ) ; _parseDetails ( loc0 ) ; if ( loc0 . remaining ( ) > 0 ) { deadBytes = loc0 . slice ( ) ; } assert verify ( loc0 ) ; } }
31,799
returns the value found in the text node if any in the node list that 's passed in . concode_field_sep Logger log concode_elem_sep Document doc concode_field_sep String loadSFXFile concode_elem_sep String getAttribute concode_elem_sep String processFields concode_elem_sep boolean isEmptyTextNode concode_elem_sep Node g...
String function ( Node arg0 ) { NodeList loc0 = arg0 . getChildNodes ( ) ; for ( int loc1 = 0 ; loc1 < loc0 . getLength ( ) ; loc1 ++ ) { Node loc2 = loc0 . item ( loc1 ) ; short loc3 = loc2 . getNodeType ( ) ; if ( loc3 == Node . TEXT_NODE ) { return loc2 . getNodeValue ( ) . trim ( ) ; } } return null ; }