code stringlengths 20 663 | nl stringlengths 68 7.19k |
|---|---|
XMLInputFactory2 function ( ) { synchronized ( Stax2Factory . class ) { if ( instance == null ) { instance = new Stax2Factory ( ) ; } } return instance . inputFact ; } | returns the singleton input factory to get xml readers configured to stax . concode_field_sep WstxInputFactory inputFact concode_elem_sep Stax2Factory instance concode_elem_sep WstxOutputFactory outputFact concode_elem_sep boolean isEscapingOutputCR concode_elem_sep boolean isNamespaceAware concode_field_sep XMLOutputF... |
GetBranchResult function ( BranchInfo arg0 ) { setBranch ( arg0 ) ; return this ; } | the name of the branch . concode_field_sep BranchInfo branch concode_field_sep int hashCode concode_elem_sep boolean equals concode_elem_sep GetBranchResult clone concode_elem_sep String toString concode_elem_sep BranchInfo getBranch concode_elem_sep void setBranch |
void function ( ) { ScatterRenderer loc0 = new ScatterRenderer ( ) ; ScatterRenderer loc1 = new ScatterRenderer ( ) ; assertTrue ( loc0 . equals ( loc1 ) ) ; int loc2 = loc0 . hashCode ( ) ; int loc3 = loc1 . hashCode ( ) ; assertEquals ( loc2 , loc3 ) ; } | two objects that are equal are required to return the same hashcode . concode_field_sep PlaceHolder placeHolder concode_field_sep void testCloning concode_elem_sep void testFindRangeBounds concode_elem_sep void testPublicCloneable concode_elem_sep void testSerialization concode_elem_sep boolean checkIndependence concod... |
void function ( final ApplicationScope arg0 ) { this . applicationScope = arg0 ; } | do not delete !! required for jackson concode_field_sep Id id concode_elem_sep ApplicationScope applicationScope concode_field_sep ApplicationScope getApplicationScope concode_elem_sep void setId concode_elem_sep Id getId |
Iterable < String > function ( final Object arg0 ) { if ( propertyPathsByTransientEntity == null ) { return Collections . emptyList ( ) ; } else { return propertyPathsByTransientEntity . get ( arg0 ) ; } } | retrieve the paths that refer to the transient entity concode_field_sep Map<Object,Set<String>> propertyPathsByTransientEntity concode_field_sep void add concode_elem_sep void resolveNonNullableTransientEntity concode_elem_sep Iterable<Object> getNonNullableTransientEntities concode_elem_sep boolean isEmpty concode_ele... |
boolean function ( ) { return ( part . getDescription ( ) != null ) ; } | method for checking if the attachment has a description . concode_field_sep Part part concode_elem_sep int num concode_field_sep boolean hasMimeType concode_elem_sep String getFilename concode_elem_sep String getContent concode_elem_sep String getNum concode_elem_sep boolean hasFilename concode_elem_sep boolean isInlin... |
AspectList function ( Aspect arg0 , int arg1 ) { int loc0 = getAmount ( arg0 ) - arg1 ; if ( loc0 <= 0 ) aspects . remove ( arg0 ) ; else this . aspects . put ( arg0 , loc0 ) ; return this ; } | reduces the amount of an aspect in this collection by the given amount . if reduced to 0 or less the aspect will be removed completely . concode_field_sep LinkedHashMap<Aspect,Integer> aspects concode_field_sep boolean reduce concode_elem_sep AspectList add concode_elem_sep void readFromNBT concode_elem_sep Aspect[] ge... |
java . lang . String function ( ) { return orderCreatorEmail ; } | gets the ordercreatoremail value for this placeorder_parameterstype . concode_field_sep java.lang.String orderCreatorEmail concode_elem_sep uk.co.graydon.ws.GraydonDataService.types.PartnerElementType[] partnerData concode_elem_sep uk.co.graydon.ws.GraydonDataService.types.Authentication_ParametersType authentication_P... |
boolean function ( int arg0 ) { int loc0 = 1 << arg0 ; return ( persisted & loc0 ) != 0 ; } | returns true if this setting was persisted . concode_field_sep int FLAG_CLEAR_PREVIOUSLY_PERSISTED_SETTINGS concode_elem_sep int DOWNLOAD_BANDWIDTH concode_elem_sep int set concode_elem_sep int DEFAULT_INITIAL_WINDOW_SIZE concode_elem_sep int UPLOAD_BANDWIDTH concode_elem_sep int CLIENT_CERTIFICATE_VECTOR_SIZE concode_... |
MockHttpServletRequestBuilder function ( String arg0 , Object ... arg1 ) { return new MockHttpServletRequestBuilder ( HttpMethod . PATCH , arg0 , arg1 ) ; } | create a mockhttpservletrequestbuilder for a patch request . concode_field_sep PlaceHolder placeHolder concode_field_sep MockHttpServletRequestBuilder head concode_elem_sep MockHttpServletRequestBuilder head concode_elem_sep MockHttpServletRequestBuilder request concode_elem_sep MockHttpServletRequestBuilder request co... |
LockEntry function ( Object arg0 ) { PersistenceBroker loc0 = getBroker ( ) ; Identity loc1 = new Identity ( arg0 , loc0 ) ; return getWriter ( loc1 ) ; } | returns the lockentry for the writer of object obj . if now writer exists , null is returned . concode_field_sep long CLEANUP_FREQUENCY concode_elem_sep int MAX_LOCKS_TO_CLEAN concode_elem_sep long m_lastCleanupAt concode_elem_sep HashMap locktable concode_field_sep boolean hasReadLock concode_elem_sep boolean hasReadL... |
boolean function ( ) { return withCity ; } | gets the withcity value for this matchmethodtype . concode_field_sep boolean bestMethod concode_elem_sep boolean withCity concode_elem_sep boolean withPostCode concode_elem_sep uk.co.graydon.ws.GraydonDataService.types.MatchingMethodType matchingMethod concode_elem_sep java.lang.Object __equalsCalc concode_elem_sep jav... |
int function ( ) { int loc0 = 17 ; loc0 += 31 * loc0 + 7 * name ; return loc0 ; } | returns a hash code value for the object . concode_field_sep Logger log concode_elem_sep int name concode_elem_sep long serialVersionUID concode_field_sep void setName concode_elem_sep int getName concode_elem_sep void endpointActivation concode_elem_sep void stop concode_elem_sep void endpointDeactivation concode_elem... |
String function ( ) { return peerIpAddress ; } | gets the value of the peeripaddress property . concode_field_sep String peerNetworkAddress concode_elem_sep String peerIpAddress concode_elem_sep boolean isEnabled concode_elem_sep Boolean isOperational concode_elem_sep String name concode_elem_sep String description concode_elem_sep String encryptionProtocol concode_e... |
BundleContext function ( ) { return context ; } | returns the bundle context of this bundle concode_field_sep Logger logger concode_elem_sep BundleContext context concode_field_sep void stop concode_elem_sep void start |
boolean function ( State arg0 ) { switch ( arg0 ) { case main_region_A : return stateVector [ 0 ] == State . main_region_A ; case main_region_B : return stateVector [ 0 ] == State . main_region_B ; default : return false ; } } | returns true if the given state is currently active otherwise false . concode_field_sep long exitCount concode_elem_sep long entryCount concode_elem_sep boolean e concode_elem_sep SCInterfaceImpl sCInterface concode_elem_sep boolean f concode_elem_sep int nextStateIndex concode_elem_sep State[] stateVector concode_fiel... |
JSONWriter function ( ) { return this . end ( 'k' , '}' ) ; } | end an object . this method most be called to balance calls to object . concode_field_sep char mode concode_elem_sep boolean comma concode_elem_sep int top concode_elem_sep int maxdepth concode_elem_sep Writer writer concode_elem_sep JSONObject stack[] concode_field_sep void pop concode_elem_sep JSONWriter array concod... |
MappedFieldType function ( String arg0 ) { return fullNameToFieldType . get ( arg0 ) ; } | returns the field for the given field concode_field_sep CopyOnWriteHashMap<String,Set<String>> fullNameToTypes concode_elem_sep CopyOnWriteHashMap<String,MappedFieldType> fullNameToFieldType concode_field_sep FieldTypeLookup copyAndAddAll concode_elem_sep CopyOnWriteHashMap<String,Set<String>> addType concode_elem_sep ... |
ActivityTypeDetail function ( ActivityTypeConfiguration arg0 ) { this . configuration = arg0 ; return this ; } | the configuration settings registered with the activity type . returns a reference to this object so that method calls can be chained together . concode_field_sep ActivityTypeInfo typeInfo concode_elem_sep ActivityTypeConfiguration configuration concode_field_sep ActivityTypeConfiguration getConfiguration concode_elem_... |
List < List < BigDecimal >> function ( ) { return arrayArrayNumber ; } | get arrayarraynumber concode_field_sep List<List<BigDecimal>> arrayArrayNumber concode_field_sep String toIndentedString concode_elem_sep ArrayOfArrayOfNumberOnly addArrayArrayNumberItem concode_elem_sep ArrayOfArrayOfNumberOnly arrayArrayNumber concode_elem_sep int hashCode concode_elem_sep boolean equals concode_elem... |
SSLIOSession function ( final IOSession arg0 , final SSLContext arg1 , final SSLSetupHandler arg2 ) { return new SSLIOSession ( arg0 , arg1 , arg2 ) ; } | creates an instance of ssliosession decorating the given iosession . this method can be overridden in a super class in order to provide a different implementation of ssl i/o session . concode_field_sep SSLSetupHandler sslHandler concode_elem_sep NHttpClientHandler handler concode_elem_sep SSLContext sslcontext concode_... |
String function ( ) { return this . uri . getPath ( ) ; } | returns the string representation of the iot hub path . concode_field_sep String ABANDON_PATH_FORMAT concode_elem_sep IotHubUri uri concode_field_sep String getHostname concode_elem_sep String toString |
String function ( String arg0 ) { return arg0 + "srini_string" + currentElapsedTime ( ) + "srini_string" ; } | retrieves prefix + '' in '' + elapsedtime + '' ms. '' concode_field_sep boolean running concode_elem_sep long total concode_elem_sep long startTime concode_elem_sep long lastStart concode_field_sep void zero concode_elem_sep long currentElapsedTime concode_elem_sep void stop concode_elem_sep void start concode_elem_sep... |
void function ( ) { reset ( ) ; } | invalidates the authentication state by resetting its parameters . concode_field_sep Queue<AuthOption> authOptions concode_elem_sep Credentials credentials concode_elem_sep AuthProtocolState state concode_elem_sep AuthScheme authScheme concode_elem_sep AuthScope authScope concode_field_sep AuthScope getAuthScope concod... |
int function ( ) { return this . id ; } | gather transaction id concode_field_sep String itemType concode_elem_sep String itemName concode_elem_sep int id concode_elem_sep double untiPrice concode_field_sep String getItemName concode_elem_sep String getItemType concode_elem_sep double getUnitPrice |
XcodeSupport function ( NestedSetBuilder < Artifact > arg0 ) { arg0 . add ( ruleContext . getImplicitOutputArtifact ( PBXPROJ ) ) ; return this ; } | adds xcode project files to the given builder . concode_field_sep SafeImplicitOutputsFunction PBXPROJ concode_elem_sep RuleContext ruleContext concode_field_sep XcodeSupport addDummySource concode_elem_sep XcodeSupport registerActions concode_elem_sep XcodeSupport registerActions concode_elem_sep XcodeSupport addXcodeS... |
void function ( PacketExtension arg0 ) { this . otherExtension = arg0 ; } | sets the extra extension containing further info about this action or null if no such extension has been specified . concode_field_sep Reason reason concode_elem_sep String ELEMENT_NAME concode_elem_sep String NAMESPACE concode_elem_sep String text concode_elem_sep String TEXT_ELEMENT_NAME concode_elem_sep PacketExtens... |
void function ( Consumer < ? super T > arg0 ) { T loc0 = get ( false ) ; if ( loc0 != null ) { arg0 . accept ( loc0 ) ; } } | if a default or explicit value is present , invoke the supplied consumer with it . concode_field_sep Optional<T> explicit concode_elem_sep DefaultValue<T> defaultValue concode_elem_sep Supplier<T> supplier concode_elem_sep Class<T> type concode_field_sep boolean isExplicitPresent concode_elem_sep boolean isExplicit con... |
void function ( String arg0 , boolean arg1 ) { assertTrue ( arg0 , ! arg1 ) ; } | asserts that a condition is false . if it is n't it throws an assertionfailederror with the given message . concode_field_sep PlaceHolder placeHolder concode_field_sep void assertNotEmpty concode_elem_sep void assertNotEmpty concode_elem_sep void failNotSame concode_elem_sep String format concode_elem_sep void assertPo... |
boolean function ( ) { return this . dup ; } | returns whether or not this message might be a duplicate of one which has already been received . this will only be set on messages received from the server . concode_field_sep boolean retained concode_elem_sep boolean dup concode_elem_sep byte[] payload concode_elem_sep int qos concode_elem_sep boolean mutable concode... |
String function ( ) { return bindingResourceRef ; } | gets the value of the bindingresourceref property . concode_field_sep String loginConfigurationName concode_elem_sep String bindingResourceRef concode_elem_sep String label concode_elem_sep QName type concode_elem_sep String version concode_elem_sep String uuid concode_elem_sep Object idref concode_elem_sep String jndi... |
void function ( org . opengis . style . Graphic arg0 ) { if ( this . graphicFill == arg0 ) return ; this . graphicFill = GraphicImpl . cast ( arg0 ) ; } | setter for property graphic . concode_field_sep Logger LOGGER concode_elem_sep Expression backgroundColor concode_elem_sep Graphic graphicFill concode_elem_sep Expression color concode_elem_sep Expression opacity concode_elem_sep FilterFactory filterFactory concode_field_sep void setFilterFactory concode_elem_sep void ... |
BigInteger function ( ) { return g ; } | returns the base generator g. concode_field_sep BigInteger p concode_elem_sep BigInteger g concode_field_sep BigInteger getP |
String function ( ) { final StringBuilder loc0 = new StringBuilder ( this . uri . toString ( ) ) ; if ( this . uri . getPath ( ) . isEmpty ( ) ) { loc0 . append ( '/' ) ; } return loc0 . toString ( ) ; } | get uri without params . concode_field_sep SortedMap<String,List<String>> params concode_elem_sep URI uri concode_elem_sep Pattern TRAILING_SLASH concode_field_sep String encode concode_elem_sep SortedMap<String,List<String>> asMap concode_elem_sep int length concode_elem_sep CharSequence subSequence concode_elem_sep S... |
void function ( String arg0 ) { this . containerFormat = arg0 ; } | the container format used to combine disk images with metadata such as ovf . if absent , only the disk image is exported . concode_field_sep String diskImageFormat concode_elem_sep String s3Key concode_elem_sep String containerFormat concode_elem_sep String s3Bucket concode_field_sep String getContainerFormat concode_e... |
int function ( File arg0 ) { return Integer . parseInt ( arg0 . getName ( ) . substring ( Log . PREFIX . length ( ) ) ) ; } | get the id after the log.prefix concode_field_sep PlaceHolder placeHolder concode_field_sep List<File> getLogs concode_elem_sep void sort |
String function ( ) { return new StringBuffer ( "srini_string" ) . append ( bitstreamId ) . toString ( ) ; } | describes this bitstreaminfo . concode_field_sep String bitstreamFormat concode_elem_sep String internalId concode_elem_sep int storeNumber concode_elem_sep boolean deleted concode_elem_sep long size concode_elem_sep int bitstreamId concode_elem_sep String name concode_elem_sep String checksumAlgorithm concode_elem_sep... |
MatchMetricFileParamType function ( ) { return new MatchMetricFileParamType ( ) ; } | create an instance of matchmetricfileparamtype concode_field_sep PlaceHolder placeHolder concode_field_sep DownloadUpdateType createDownloadUpdateType concode_elem_sep ForgotPasswdParamsType createForgotPasswdParamsType concode_elem_sep GetResponseTypeParams createGetResponseTypeParams concode_elem_sep ACKTypeParams cr... |
boolean function ( CordovaWebView arg0 , ICordovaHttpAuthHandler arg1 , String arg2 , String arg3 ) { return false ; } | called when the system received an http authentication request . plugin can use the supplied httpauthhandler to process this auth challenge . concode_field_sep CordovaPreferences preferences concode_elem_sep CordovaInterface cordova concode_elem_sep CordovaWebView webView concode_elem_sep String serviceName concode_fie... |
void function ( ) { if ( table == null ) { table = code . getCatches ( ) ; } } | finish processing the catches , if necessary . concode_field_sep DalvCode code concode_elem_sep byte[] encodedHandlers concode_elem_sep int TRY_ITEM_WRITE_SIZE concode_elem_sep int encodedHandlerHeaderSize concode_elem_sep CatchTable table concode_elem_sep TreeMap<CatchHandlerList,Integer> handlerOffsets concode_field_... |
void function ( ByteBuffer arg0 ) { struct . writeTo ( arg0 ) ; } | write this object to a buffer concode_field_sep Struct struct concode_field_sep int sizeOf concode_elem_sep Struct toStruct concode_elem_sep int hashCode concode_elem_sep boolean equals concode_elem_sep String toString |
void function ( String arg0 ) { FacesContext loc0 = getFacesContext ( ) ; FacesMessage loc1 = new FacesMessage ( FacesMessage . SEVERITY_ERROR , arg0 , "srini_string" ) ; loc0 . addMessage ( getRootViewComponentId ( ) , loc1 ) ; } | add jsf error message . concode_field_sep String NO_RESOURCE_FOUND concode_field_sep String resolveUserPrincipal concode_elem_sep UIComponent findComponent concode_elem_sep void setManagedBeanValue concode_elem_sep void setExpressionValue concode_elem_sep Object resloveMethodExpression concode_elem_sep String getFromHe... |
java . util . List < T > function ( com . liferay . portal . kernel . dao . orm . DynamicQuery arg0 , int arg1 , int arg2 ) { return getService ( ) . arg0 ( arg0 , arg1 , arg2 ) ; } | 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... |
Integer function ( ) { return rollClockwise ; } | gets the value of the rollclockwise property . concode_field_sep Integer dollyForward concode_elem_sep Integer rollAnticlockwise concode_elem_sep Integer zoomIn concode_elem_sep Integer rollClockwise concode_elem_sep Integer zoomOut concode_elem_sep long serialVersionUID concode_elem_sep Integer dollyBackward concode_e... |
AnnotationUtils function ( ) { return INSTANCE ; } | method to get the unique instance of the class concode_field_sep AnnotationUtils INSTANCE concode_elem_sep Class<? extends IFile>[] LISTE_CLASS concode_elem_sep Map<String,Map<ITag,AnnotationData>> map concode_elem_sep Map<String,Set<AnnotationData>> mapSet concode_field_sep Map<String,Set<AnnotationData>> getMapSet co... |
void function ( String arg0 ) { this . spoofHostname = arg0 ; } | spoofing information ip : hostname concode_field_sep String DEFAULT_METRIC_NAME concode_elem_sep boolean DEFAULT_WIRE_FORMAT_31X concode_elem_sep String DEFAULT_UNITS concode_elem_sep int DEFAULT_TMAX concode_elem_sep String prefix concode_elem_sep String host concode_elem_sep String spoofHostname concode_elem_sep GMet... |
Map < String , String > function ( ) { return elementRegexFormats ; } | get the element formats . these can be used to display an example format that an element should look like . concode_field_sep String country concode_elem_sep Map<String,String> nameMappings concode_elem_sep Map<String,String> elementRegexFormats concode_elem_sep List<String> requiredElements concode_elem_sep String end... |
int function ( ) { int loc0 = 0x8004a00b ; loc0 ^= prefixStart ; loc0 ^= localNameStart ; for ( int loc1 = prefixStart - 1 ; loc1 >= 0 ; loc1 -- ) { loc0 ^= ( content [ loc1 ] << ( loc1 & 0x1f ) ) ; } return loc0 ; } | get a hashcode to reflect the equals method concode_field_sep String EMPTY_STRING concode_elem_sep int prefixStart concode_elem_sep int localNameStart concode_elem_sep char[] content concode_field_sep String getPrefix concode_elem_sep String getLocalName concode_elem_sep String getDisplayName concode_elem_sep Structure... |
void function ( String arg0 , Point arg1 ) { setLocation ( arg0 , arg1 , guessProject ( ) ) ; } | store specified point under the key . if point is null then the value stored under key will be removed . concode_field_sep String ATTRIBUTE_HEIGHT concode_elem_sep String EXTENDED_STATE concode_elem_sep String ATTRIBUTE_X concode_elem_sep String ATTRIBUTE_Y concode_elem_sep String STATE concode_elem_sep Map<String,Dime... |
String function ( ) { return type ; } | get type concode_field_sep Integer code concode_elem_sep String type concode_elem_sep String message concode_field_sep String toIndentedString concode_elem_sep ModelApiResponse code concode_elem_sep int hashCode concode_elem_sep void setCode concode_elem_sep boolean equals concode_elem_sep String getMessage concode_ele... |
void function ( ) { install ( ) ; } | deferred install , for when we 'll be running on another thread concode_field_sep FileInfo fileInfo concode_elem_sep boolean asyncLifecycle concode_elem_sep ThreadLocal holder concode_elem_sep UploadConfig uploadConfig concode_elem_sep String iframeContent concode_field_sep UploadStateHolder take concode_elem_sep void ... |
void function ( BundleContext arg0 ) { m_registration . unregister ( ) ; m_registration = null ; m_commands . stop ( ) ; m_commands = null ; } | called whenever the osgi framework stops our bundle concode_field_sep ServiceRegistration<CommandProvider> m_registration concode_elem_sep RxtxCommands m_commands concode_field_sep void start |
int function ( ) { return compressionMethod ; } | gets the compression method for this zipentry . concode_field_sep long compressedSize concode_elem_sep int compressionMethod concode_elem_sep long crc concode_elem_sep int STORED concode_elem_sep int nameLength concode_elem_sep int modDate concode_elem_sep byte[] extra concode_elem_sep String name concode_elem_sep long... |
void function ( SearchContext arg0 , long arg1 ) { } | executed after the fetch phase successfully finished . note : this is not invoked if the fetch phase execution failed . concode_field_sep List<SearchOperationListener> listeners concode_elem_sep Logger logger concode_field_sep void onFreeScrollContext concode_elem_sep void onFreeScrollContext concode_elem_sep void onNe... |
String function ( ) { return NAME ; } | get the name of the command concode_field_sep CommunicationServer cs concode_elem_sep String NAME concode_elem_sep Logger log concode_elem_sep boolean trace concode_field_sep boolean isPublic concode_elem_sep Class[] getParameterTypes concode_elem_sep Serializable invoke |
int function ( ) { return numBytes ; } | get/set concode_field_sep int numBytes concode_elem_sep PrefixTreeEncoder prefixTreeEncoder concode_elem_sep ArrayList<TokenizerNode> leaves concode_elem_sep int numLeafWriters concode_elem_sep ArrayList<TokenizerNode> nonLeaves concode_elem_sep ArrayList<RowNodeWriter> leafWriters concode_elem_sep int numNonLeafWriter... |
NetDatacenterBroker function ( ) { NetDatacenterBroker loc0 = null ; try { loc0 = new NetDatacenterBroker ( "srini_string" ) ; } catch ( Exception loc1 ) { loc1 . printStackTrace ( ) ; return null ; } return loc0 ; } | creates the broker . concode_field_sep List<NetworkVm> vmlist concode_field_sep void CreateNetwork concode_elem_sep void main concode_elem_sep NetworkDatacenter createDatacenter concode_elem_sep void printCloudletList |
String function ( ) { return declaringClassName ; } | returns the name of the class where the field is declared . concode_field_sep long serialVersionUID concode_elem_sep String name concode_elem_sep String className concode_elem_sep String declaringClassName concode_field_sep String getName concode_elem_sep int hashCode concode_elem_sep boolean equals concode_elem_sep St... |
int function ( String arg0 ) { Symbol loc0 = table . get ( arg0 ) ; if ( loc0 == null ) { throw new RuntimeException ( String . format ( "srini_string" % s , arg0 ) ) ; } return loc0 . getLocation ( ) ; } | stack frame location of the given variable concode_field_sep List<String> reservedWords concode_elem_sep int nextLocation concode_elem_sep int currentScope concode_elem_sep boolean TRACE concode_elem_sep List<Declaration> stackMap concode_elem_sep Map<String,Symbol> table concode_field_sep int getFreeLocation concode_e... |
void function ( char arg0 ) { if ( ! matchDelim ( arg0 ) ) throw new BadSyntaxException ( ) ; nextToken ( ) ; } | throws an exception if the current token is not the specified delimiter . otherwise , moves to the next token . concode_field_sep StreamTokenizer tok concode_elem_sep Collection<String> keywords concode_field_sep boolean matchDelim concode_elem_sep boolean matchIntConstant concode_elem_sep String eatStringConstant conc... |
void function ( ) { removedPositions . clear ( ) ; removedPositionCount = 0 ; addedPositions . clear ( ) ; } | stop reconciling positions . concode_field_sep StyledTextXtextAdapter styledTextXtextAdapter concode_elem_sep ISemanticHighlightingCalculator calculator concode_elem_sep ITextAttributeProvider attributeProvider concode_elem_sep HighlightingPresenter presenter concode_elem_sep List<AttributedPosition> removedPositions c... |
Object [ ] function ( HL7InError arg0 ) { return new Object [ ] { arg0 . getHL7InErrorId ( ) . toString ( ) , arg0 . getHL7Source ( ) . getName ( ) , Context . getDateFormat ( ) . format ( arg0 . getDateCreated ( ) ) , arg0 . getHL7Data ( ) , arg0 . getError ( ) , arg0 . getErrorDetails ( ) } ; } | create an object array for a given hl7inerror concode_field_sep Log log concode_field_sep Map<String,Object> getHL7InErrorBatchAsJson concode_elem_sep Map<String,Object> resubmitHL7InError concode_elem_sep String listErrorHL7s |
void function ( ) { ContourEntity loc0 = new ContourEntity ( new Rectangle2D . Double ( 1.0 , 2.0 , 3.0 , 4.0 ) , "srini_string" , "srini_string" ) ; ContourEntity loc1 = ( ContourEntity ) TestUtilities . serialised ( loc0 ) ; assertEquals ( loc0 , loc1 ) ; } | serialize an instance , restore it , and check for equality . concode_field_sep PlaceHolder placeHolder concode_field_sep void testCloning concode_elem_sep void testEquals |
BigInteger function ( ) { return balance ; } | gets the value of the balance property . concode_field_sep Boolean unlimitedMinutes concode_elem_sep BigInteger balance concode_elem_sep BigInteger nonExpirableBalance concode_elem_sep Boolean unlimitedMessages concode_elem_sep long serialVersionUID concode_elem_sep String type concode_elem_sep BigInteger expirableBala... |
Map < String , String > function ( final String arg0 ) { return loadFile ( new File ( arg0 ) ) ; } | loads mappings from a file path . concode_field_sep int MAP_PROG concode_elem_sep int MAP_CACHE concode_elem_sep List<Map<String,String>> mappers concode_elem_sep String DEFAULT_CHARSET concode_elem_sep int MAP_COM concode_elem_sep String CHARSET_RESOURCE concode_elem_sep int MAP_HOME concode_elem_sep int MAP_SYS conco... |
void function ( String arg0 , long arg1 , int arg2 ) { IntByReference loc0 = new IntByReference ( arg2 ) ; int loc1 = rbd . rbd_create ( this . io , arg0 , arg1 , loc0 ) ; if ( loc1 < 0 ) { throw new RbdException ( "srini_string" + arg0 , loc1 ) ; } } | create a new rbd image concode_field_sep Pointer io concode_field_sep int[] getVersion concode_elem_sep RbdImage openReadOnly concode_elem_sep RbdImage openReadOnly concode_elem_sep void rename concode_elem_sep void clone concode_elem_sep void clone concode_elem_sep void copy concode_elem_sep String[] list concode_elem... |
void function ( final ModelControllerClient arg0 , final String arg1 , final String arg2 , final String arg3 ) { waitUntilState ( arg0 , getServerConfigAddress ( arg1 , arg2 ) , arg3 ) ; } | wait until a server reached a given state or fail if the timeout was reached . concode_field_sep int DEFAULT_TIMEOUT concode_field_sep ModelNode getRunningServerAddress concode_elem_sep String startServer concode_elem_sep String startServer concode_elem_sep ModelNode executeForFailure concode_elem_sep PathAddress getSe... |
void function ( boolean arg0 ) { this . leaf = arg0 ; } | set the value of the boolean leaf attribute . setting the leaf attribute to true will force a tree node to be rendered as a leaf . by default the leaf attribute is false therefore all tree nodes will default to folders . concode_field_sep String tooltip concode_elem_sep String branchExpandedIcon concode_elem_sep String... |
ByteBuffer function ( ) { if ( disposed ) throw new GdxRuntimeException ( "srini_string" ) ; return pixmap . getPixels ( ) ; } | returns the direct bytebuffer holding the pixel data . for the format alpha each value is encoded as a byte . for the format luminancealpha the luminance is the first byte and the alpha is the second byte of the pixel . for the formats rgb888 and rgba8888 the color components are stored in a single byte each in the ord... |
Object function ( ResultSet arg0 , String [ ] arg1 , Object arg2 ) { String loc0 = arg0 . getString ( arg1 [ 0 ] ) ; return arg0 . wasNull ( ) ? null : getPrototype ( ) . fromString ( loc0 ) ; } | return an instance of the enum or null if no value is specified . concode_field_sep int[] SQL_TYPES concode_field_sep AEnum getPrototype concode_elem_sep int[] sqlTypes concode_elem_sep Serializable disassemble concode_elem_sep Class returnedClass concode_elem_sep boolean isMutable concode_elem_sep void nullSafeSet con... |
boolean function ( ) { return iterator . hasNext ( ) ; } | determines whether there are any more elements in the enumeration . concode_field_sep Iterator iterator concode_elem_sep Context ctx concode_field_sep Object next concode_elem_sep boolean hasMoreElements concode_elem_sep Object nextElementInternal concode_elem_sep void close concode_elem_sep Object nextElement |
void function ( Placemark arg0 ) { for ( PlacemarkListenerSrv loc0 : listeners ) { loc0 . placemarkAdded ( arg0 ) ; } } | sends an event to all registered listeners that a placemark has been added . concode_field_sep ManagedReference<PlacemarkListenerSrv> listenerRef concode_elem_sep Set<PlacemarkListenerSrv> listeners concode_elem_sep Set<Placemark> placemarkSet concode_field_sep void unregisterPlacemark concode_elem_sep void removePlace... |
Map < String , String > function ( ) { return this . attributes ; } | returns the map of all attributes of a node by key-value pairs . concode_field_sep String nodeName concode_elem_sep Map<String,String> attributes concode_field_sep String getAttribute concode_elem_sep String toString concode_elem_sep String getNodeName |
void function ( ) { final MkGithub loc0 = new MkGithub ( ) ; final Repo loc1 = loc0 . randomRepo ( ) ; final Talk loc2 = this . talk ( loc1 ) ; new Stars ( loc0 ) . execute ( loc2 ) ; MatcherAssert . assertThat ( loc1 . stars ( ) . starred ( ) , Matchers . is ( true ) ) ; } | stars can star a new repo . concode_field_sep PlaceHolder placeHolder concode_field_sep void leavesStarredRepo concode_elem_sep Talk talk |
SlidingMenu function ( ) { return mSlidingMenu ; } | gets the slidingmenu associated with this activity . concode_field_sep boolean mEnableSlide concode_elem_sep Activity mActivity concode_elem_sep View mViewBehind concode_elem_sep boolean mOnPostCreateCalled concode_elem_sep boolean mBroadcasting concode_elem_sep View mViewAbove concode_elem_sep SlidingMenu mSlidingMenu... |
void function ( ) { length = 0 ; nextFragmentDecodeTime = 0 ; definesEncryptionData = false ; sampleEncryptionDataNeedsFill = false ; trackEncryptionBox = null ; } | resets the fragment . #length and #nextfragmentdecodetime are set to 0 , both #definesencryptiondata and #sampleencryptiondataneedsfill is set to false , and #trackencryptionbox is set to null . concode_field_sep boolean definesEncryptionData concode_elem_sep int length concode_elem_sep boolean sampleEncryptionDataNeed... |
String function ( ) { return _key + "srini_string" + _val ; } | return `` key = val '' string concode_field_sep TypeK _key concode_elem_sep TypeV _val concode_field_sep TypeK getKey concode_elem_sep TypeV getValue concode_elem_sep int hashCode concode_elem_sep boolean equals concode_elem_sep boolean eq |
HashMap < Class < ? extends Command > , HandlerEntry > function ( ) { return m_commandHandlers ; } | similar to getmessagehandlers , but for command handlers instead of integers it uses the class of the command as a key concode_field_sep boolean m_isStatus concode_elem_sep HandlerEntry m_defaultMsgHandler concode_elem_sep HandlerEntry m_dispatcher concode_elem_sep HashMap<Integer,HandlerEntry> m_messageHandlers concod... |
String function ( ) { return name ; } | returns the name of this dataset . concode_field_sep double[] a concode_elem_sep LeastSquaresProblem problem concode_elem_sep double[] sigA concode_elem_sep int numStartingPoints concode_elem_sep int numObservations concode_elem_sep int numParameters concode_elem_sep String name concode_elem_sep double[] x concode_elem... |
int function ( ) { return instances . size ( ) ; } | get the size of the annotated dataset . concode_field_sep Log LOG concode_elem_sep List<Text> texts concode_elem_sep LingPipeFactory lingPipeFactory concode_elem_sep List<AnnotatedSurfaceFormOccurrence> instances concode_field_sep void filter concode_elem_sep void filter concode_elem_sep List<Text> getTexts concode_ele... |
boolean function ( ) { return autoSubmit ; } | is this auto-submit ? is auto submit turned on ? concode_field_sep String itemNumbering concode_elem_sep String submissionMessage concode_elem_sep java.util.Date dueDate concode_elem_sep java.util.Date feedbackDate concode_elem_sep boolean formatByAssessment concode_elem_sep boolean autoSave concode_elem_sep boolean un... |
void function ( ) { String loc0 = tap . toDSL ( ) ; assertEquals ( "srini_string" + STREAM_NAME , loc0 ) ; loc0 = tap . label ( "srini_string" ) . toDSL ( ) ; assertEquals ( "srini_string" + STREAM_NAME + "srini_string" , loc0 ) ; loc0 = tap . label ( "srini_string" ) . toDSL ( ) ; assertEquals ( "srini_string" + STREA... | test method for org.springframework.xd.test.fixtures.tap #todsl . concode_field_sep Tap tap concode_elem_sep String STREAM_NAME concode_field_sep void testEmptyLabel concode_elem_sep void testNullStream concode_elem_sep void initialize concode_elem_sep void testEmptyStream concode_elem_sep void testNullLabel |
void function ( Color arg0 ) { color = arg0 ; Canvas . getInstance ( ) . repaint ( ) ; } | sets the color for drawing this line . concode_field_sep double y1 concode_elem_sep double x1 concode_elem_sep double y2 concode_elem_sep double x2 concode_elem_sep Color color concode_field_sep int getX concode_elem_sep int getHeight concode_elem_sep int getY concode_elem_sep void grow concode_elem_sep String toString... |
String function ( ) { return eventDirection ; } | gets the value of the eventdirection property . concode_field_sep String maskOnAttach concode_elem_sep InitialEventSelectorMethodName initialEventSelectorMethodName concode_elem_sep EventTypeRef eventTypeRef concode_elem_sep EventResourceOption eventResourceOption concode_elem_sep String lastInTransaction concode_elem_... |
void function ( float arg0 ) { out . println ( arg0 ) ; } | print a float and then terminate the line . concode_field_sep String charsetName concode_elem_sep Locale US_LOCALE concode_elem_sep PrintWriter out concode_field_sep void print concode_elem_sep void print concode_elem_sep void print concode_elem_sep void print concode_elem_sep void print concode_elem_sep void print con... |
void function ( Task arg0 ) { this . task = arg0 ; } | the task instance to use with task operations concode_field_sep Long contentId concode_elem_sep String language concode_elem_sep Long workItemId concode_elem_sep Class[] extraJaxbClasses concode_elem_sep Integer timeout concode_elem_sep String password concode_elem_sep Integer maxNumber concode_elem_sep String processI... |
GridDataFactory function ( ) { return new GridDataFactory ( ) . fillDefaultsInternal ( ) ; } | creates a griddatafactory initialized with defaults . initial values are : align swt.fill , swt.fill exclude false grab false , false span 1,1 concode_field_sep GridData data concode_field_sep GridDataFactory fillDefaultsInternal concode_elem_sep GridDataFactory align concode_elem_sep GridDataFactory grab concode_elem_... |
void function ( InputStream arg0 , ByteBuffer arg1 , int arg2 ) { if ( arg1 . hasArray ( ) ) { uncompressTags ( arg0 , arg1 . array ( ) , arg1 . arrayOffset ( ) + arg1 . position ( ) , arg2 ) ; } else { byte [ ] loc0 = new byte [ arg2 ] ; uncompressTags ( arg0 , loc0 , 0 , arg2 ) ; arg1 . put ( loc0 ) ; } } | uncompress tags from the inputstream and writes to the destination buffer . concode_field_sep Dictionary tagDict concode_field_sep void clear concode_elem_sep void compressTags concode_elem_sep void compressTags concode_elem_sep void write concode_elem_sep void write |
void function ( VirtualFile arg0 , InputStream arg1 ) { String loc0 = "srini_string" + arg0 . getPhysicalFile ( ) . getAbsolutePath ( ) . substring ( this . jbossHome . length ( ) ) ; this . add ( arg1 , loc0 ) ; } | adds the content of the inputstream to the zip in a location that mirrors where virtualfile file is located.for example if file is at / tmp/foo/bar and $ jboss_home is tmp then the destination will be jbosshome/foo/bar concode_field_sep String jbossHome concode_elem_sep String name concode_elem_sep JdrEnvironment env c... |
String function ( TestBlock arg0 ) { return ( arg0 . type == WHEN ) ? "srini_string" + arg0 . description : arg0 . description ; } | get a short human-readable description for the given test block . this description is only suitable for display where there is sufficient context to uniquely identify the test block . concode_field_sep PlaceHolder placeHolder concode_field_sep String getFullDescription concode_elem_sep String getFullDescription concode... |
Type function ( int arg0 , ParameterizedType arg1 ) { return Utils . getParameterUpperBound ( arg0 , arg1 ) ; } | extract the upper bound of the generic parameter at index from type . for example , index 1 of map returns runnable . concode_field_sep PlaceHolder placeHolder concode_field_sep Type responseType concode_elem_sep Class<?> getRawType concode_elem_sep T adapt concode_elem_sep CallAdapter<?> get |
String function ( ) { return make ; } | getter method used to to get this cars make concode_field_sep String color concode_elem_sep String model concode_elem_sep RentalState state concode_elem_sep String make concode_elem_sep String fleetNum concode_field_sep String getModel concode_elem_sep RentalState getState concode_elem_sep int hashCode concode_elem_sep... |
double function ( ) { return this . upperBound ; } | returns the upper bound . concode_field_sep long serialVersionUID concode_elem_sep double upperBound concode_elem_sep List lookupTable concode_elem_sep Paint paint concode_elem_sep double lowerBound concode_elem_sep long serialVersionUID concode_elem_sep Paint defaultPaint concode_elem_sep double value concode_field_se... |
String function ( ) { return styling ; } | gets the value of the styling 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 String upValue concode_elem_sep Boolean bindClickToWidget concode_elem_sep Label label concode_... |
List < TaxonomicClassificationType > function ( ) { if ( taxonomicClassification == null ) { taxonomicClassification = new ArrayList < TaxonomicClassificationType > ( ) ; } return this . taxonomicClassification ; } | gets the value of the taxonomicclassification 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 taxonomicclassification property . for exa... |
void function ( ) { SocketChannel loc0 = null ; try { loc0 = ssc . accept ( ) ; selectorThread . addChannelInterestNow ( ssc , SelectionKey . OP_ACCEPT ) ; } catch ( IOException loc1 ) { server . socketError ( this , loc1 ) ; } if ( loc0 != null ) { server . socketConnected ( this , loc0 ) ; } } | called by selectorthread when the underlying server socket is ready to accept a connection . this method should not be called from anywhere else . concode_field_sep AcceptorListener server concode_elem_sep ServerSocketChannel ssc concode_elem_sep int listenPort concode_elem_sep SelectorThread selectorThread concode_fie... |
void function ( int arg0 ) { bits [ arg0 >> 5 ] |= 1 << ( arg0 & 0x1F ) ; } | sets bit i. concode_field_sep int size concode_elem_sep int[] bits concode_field_sep void toBytes concode_elem_sep void clear concode_elem_sep void reverse concode_elem_sep boolean isRange concode_elem_sep int getSize concode_elem_sep void appendBit concode_elem_sep int getSizeInBytes concode_elem_sep void appendBits c... |
List < User > function ( HttpSession arg0 ) { List < User > loc0 = new ArrayList < User > ( ) ; User loc1 = new User ( ) ; loc0 = corporateGroupService . getUsersByCgIdAndRoleID ( loc1 ) ; return loc0 ; } | param concode_field_sep Logger LOGGER concode_elem_sep OpenStackServices openStackServices concode_elem_sep ICorporateGroupService corporateGroupService concode_field_sep ModelAndView editData concode_elem_sep ModelAndView allocateVdcToCorporateGroups concode_elem_sep AvailableVdcQuota getVdcDetailsFromCgQuotaTables co... |
void function ( ) { valid = false ; queue . clear ( ) ; while ( ! queue . offer ( END ) ) { if ( queue . poll ( ) == null ) { if ( Log . debugEnabled ( ) ) { Log . debug ( "srini_string" + executor . statement . taskId + "srini_string" ) ; } break ; } } } | abort retrieval with end token . concode_field_sep Integer END concode_elem_sep boolean valid concode_elem_sep QueryAggregateExecutor executor concode_elem_sep Object row concode_elem_sep BlockingQueue<Object> queue concode_elem_sep ResultSet resultSet concode_field_sep boolean next concode_elem_sep Object next concode... |
void function ( boolean arg0 ) { try { if ( in != null ) { in . close ( ) ; } if ( ! isRemoved && arg0 ) { FileUtils . forceDelete ( file ) ; isRemoved = true ; } } catch ( Exception loc0 ) { LOG . error ( "srini_string" + operationName , loc0 ) ; } } | close the logs , and remove them if specified . concode_field_sep LoggingLevel opLoggingLevel concode_elem_sep File file concode_elem_sep boolean isRemoved concode_elem_sep BufferedReader in concode_elem_sep LogFile logFile concode_elem_sep boolean isShortLogs concode_elem_sep String operationName concode_elem_sep Logg... |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.