code stringlengths 20 663 | nl stringlengths 68 7.19k |
|---|---|
boolean function ( ) { return enableAllTags ; } | checks whether all logging is enabled ; concode_field_sep String[] enabledTags concode_elem_sep boolean enableAllTags concode_field_sep boolean isTagEnabled concode_elem_sep void setEnabledTags concode_elem_sep void setEnableAllTags |
String function ( int arg0 ) { if ( arg0 < autoColumnNames . length ) { return autoColumnNames [ arg0 ] . name ; } return "srini_string" + ( arg0 + 1 ) ; } | column index i is 0 based , returns 1 based numbered column . concode_field_sep HsqlName schema concode_elem_sep Grantee owner concode_elem_sep HsqlNameManager staticManager concode_elem_sep String statementName concode_elem_sep int sysNumber concode_elem_sep HsqlNameManager manager concode_elem_sep int hashCode concod... |
void function ( Token arg0 ) { this . oUID = arg0 ; } | sets uid . concode_field_sep int CLASS concode_elem_sep Vector<?> oGenCodeLocations concode_elem_sep int iID concode_elem_sep boolean bMultilplyDefined concode_elem_sep int FUNCTION concode_elem_sep SymbolTable oLocalSymTab concode_elem_sep int VARIABLE concode_elem_sep Token oUID concode_elem_sep SymDataType oDataType... |
boolean function ( final String arg0 , final String arg1 ) { if ( arg0 . equals ( "srini_string" ) ) { return true ; } else { return ( arg0 . endsWith ( "srini_string" ) && arg1 . startsWith ( arg0 . substring ( 0 , arg0 . length ( ) - 1 ) ) ) || ( arg0 . startsWith ( "srini_string" ) && arg1 . endsWith ( arg0 . substr... | tests if the given request path matches the given pattern . concode_field_sep Map<String,T> map concode_field_sep void setObjects concode_elem_sep T lookup concode_elem_sep void unregister concode_elem_sep void setHandlers concode_elem_sep String toString concode_elem_sep void register concode_elem_sep Map<String,T> ge... |
CorsRegistration function ( String ... arg0 ) { this . config . setExposedHeaders ( Arrays . asList ( arg0 ) ) ; return this ; } | set the list of response headers other than `` simple '' headers , i.e. cache-control , content-language , content-type , expires , last-modified , or pragma , that an actual response might have and can be exposed . note that '' '' is not supported on this property.by default this is not set . concode_field_sep String ... |
String function ( ) { return m_stpportstate ; } | getstpportstate concode_field_sep String m_stpdesignatedport concode_elem_sep int m_stprootnodeid concode_elem_sep int m_ifindex concode_elem_sep String m_lastPollTime concode_elem_sep String m_stpportstate concode_elem_sep String m_stpdesignatedbridge concode_elem_sep String m_stpportdesignatedcost concode_elem_sep in... |
T [ ] function ( T [ ] arg0 , @ Nullable T arg1 ) { T [ ] loc0 = arraysCopyOf ( arg0 , arg0 . length + 1 ) ; loc0 [ arg0 . length ] = arg1 ; return loc0 ; } | returns a new array that appends element to array . concode_field_sep Object[] EMPTY_ARRAY concode_field_sep Object[] fillArray concode_elem_sep Object[] checkElementsNotNull concode_elem_sep Object[] checkElementsNotNull concode_elem_sep Object[] copyAsObjectArray concode_elem_sep void swap concode_elem_sep Object che... |
void function ( String arg0 ) { this . color = arg0 ; } | sets the value of the color property . concode_field_sep String flavour concode_elem_sep String color concode_elem_sep String styling concode_elem_sep String name concode_elem_sep String type concode_elem_sep String clazz concode_field_sep void setName concode_elem_sep String getClazz concode_elem_sep String getName co... |
String function ( ) { return ( String ) ( ( String ) _entry . getKey ( ) ) . substring ( PREFIXSIZE ) ; } | get the parameter name from the current iterator concode_field_sep int MAXVALUE concode_elem_sep int _fill concode_elem_sep int PREFIXSIZE concode_elem_sep Map.Entry _entry concode_elem_sep HashMap _parameterMap concode_field_sep boolean nextParameterMapEntry concode_elem_sep String getParameterMapName concode_elem_sep... |
void function ( Object arg0 , Throwable arg1 ) { log ( LogLevel . ERROR , createLoggable ( arg1 , arg0 ) ) ; } | log error level message with exception detail . concode_field_sep String RCSID concode_field_sep void loaded concode_elem_sep void warn concode_elem_sep void warn concode_elem_sep void warn concode_elem_sep void warn concode_elem_sep void warn concode_elem_sep void warn concode_elem_sep void warn concode_elem_sep void ... |
void function ( ) { new File ( "srini_string" ) . delete ( ) ; new File ( "srini_string" ) . delete ( ) ; } | setup method . concode_field_sep PlaceHolder placeHolder concode_field_sep void plotFileExistingFile concode_elem_sep void plotfileExisting concode_elem_sep void logPerformanceDataForSuite concode_elem_sep void logPerformanceDataForOneTest concode_elem_sep void plotFileForNonExistingFile concode_elem_sep void createsSo... |
Integer function ( ) { return subsubCategoryStatus ; } | getter method to get the status of detailed problem type concode_field_sep Integer subsubCategoryParentId concode_elem_sep Integer subsubCategoryStatus concode_elem_sep String subsubCategoryName concode_elem_sep String callBackType concode_elem_sep String subsubCategoryModifiedBy concode_elem_sep long serialVersionUID ... |
ObjectNode function ( ObjectNode arg0 , String arg1 ) { return ( ObjectNode ) arg0 . path ( arg1 ) ; } | returns the specified node property as an object node . concode_field_sep ObjectMapper MAPPER concode_field_sep long number concode_elem_sep ObjectNode node concode_elem_sep ObjectNode envelope concode_elem_sep ObjectNode envelope concode_elem_sep String string concode_elem_sep String string concode_elem_sep ObjectNode... |
int function ( @ ColorInt int arg0 , @ IntRange ( from = 0 , to = 255 ) int arg1 ) { return ( arg0 & 0x00ffffff ) | ( arg1 << 24 ) ; } | set the alpha component of color to be alpha . concode_field_sep int IS_LIGHT concode_elem_sep int IS_DARK concode_elem_sep int LIGHTNESS_UNKNOWN concode_field_sep int isDark concode_elem_sep boolean isDark concode_elem_sep boolean isDark concode_elem_sep boolean isDark concode_elem_sep boolean isDark concode_elem_sep ... |
void function ( ) { Assert . state ( ! ( hibernateTemplate == null && sessionFactory == null ) , "srini_string" ) ; } | check mandatory properties - there must be a hibernatetemplate . concode_field_sep boolean clearSession concode_elem_sep Log logger concode_elem_sep SessionFactory sessionFactory concode_elem_sep HibernateOperations hibernateTemplate concode_field_sep void setClearSession concode_elem_sep void setHibernateTemplate conc... |
void function ( String arg0 ) { this . categoryName = arg0 ; } | setter method concode_field_sep String description concode_elem_sep String categoryName concode_elem_sep String userName concode_elem_sep List displayDetails concode_elem_sep long serialVersionUID concode_elem_sep String status concode_elem_sep int categoryId concode_field_sep void setDisplayDetails concode_elem_sep vo... |
User function ( String arg0 ) { for ( int loc0 = 0 , loc1 = uUser . size ( ) ; loc0 < loc1 ; loc0 ++ ) { User loc2 = ( User ) uUser . get ( loc0 ) ; if ( ( loc2 != null ) && loc2 . getName ( ) . equals ( arg0 ) ) { return loc2 ; } } throw Trace . error ( Trace . USER_NOT_FOUND , arg0 ) ; } | this private method is used to access the user objects in the collection and perform operations on them . concode_field_sep int INSERT concode_elem_sep int DELETE concode_elem_sep User uPublic concode_elem_sep HsqlArrayList uUser concode_elem_sep int SELECT concode_elem_sep int ALL concode_elem_sep int UPDATE concode_f... |
void function ( ) { System . out . println ( "srini_string" ) ; JComponent loc0 = new JCheckBox ( ) ; JComponent loc1 = new JCheckBox ( ) ; GuiBuilderHelper . strechItemToComponent ( loc0 , loc1 ) ; } | test of strechitemtocomponent method , of class guibuilderhelper . concode_field_sep PlaceHolder placeHolder concode_field_sep void setUpClass concode_elem_sep void testStrechButtonToComponent concode_elem_sep void testGetTextAreaScrollPaneContainer concode_elem_sep void setUp concode_elem_sep void tearDownClass concod... |
String function ( String arg0 ) { LeaderInterface loc0 = getLeaderInterface ( arg0 ) ; System . out . println ( "srini_string" + arg0 ) ; return loc0 . getClusterLeader ( ) ; } | this is used to get the leader address from a remote machine without running a leader election . concode_field_sep PlaceHolder placeHolder concode_field_sep void sendPing concode_elem_sep LeaderInterface getLeaderInterface concode_elem_sep void sendRequestNotAccepted concode_elem_sep void main concode_elem_sep void unr... |
Scope function ( ) { return createInterfaceScope ( "srini_string" ) ; } | interface abc : operation paramop param1 : integer , param2 : boolean : string operation stringop in event voidevent in event intevent : integer var intvar : integer var boolvar : boolean concode_field_sep ILinker linker concode_elem_sep StextResourceFactory factory concode_elem_sep IParser parser concode_field_sep Ste... |
void function ( ) { final Path loc0 = new Path ( fnames [ 0 ] ) ; FileSystem loc1 = DFSTestUtil . getFileSystemAs ( userGroupInfo , conf ) ; setupAuditLogs ( ) ; InputStream loc2 = loc1 . open ( loc0 ) ; int loc3 = loc2 . read ( ) ; loc2 . close ( ) ; verifyAuditLogs ( true ) ; assertTrue ( "srini_string" , loc3 >= 0 )... | test that allowed operation puts proper entry in audit log concode_field_sep Pattern successPattern concode_elem_sep MiniDFSCluster cluster concode_elem_sep String[] groups concode_elem_sep UserGroupInformation userGroupInfo concode_elem_sep Configuration conf concode_elem_sep FileSystem fs concode_elem_sep String file... |
String function ( final Formattable arg0 ) { return String . format ( SIMPLEST_FORMAT , arg0 ) ; } | get the default formatted representation of the specified formattable . concode_field_sep String SIMPLEST_FORMAT concode_field_sep Formatter append concode_elem_sep Formatter append concode_elem_sep Formatter append concode_elem_sep Formatter append |
void function ( String arg0 ) { this . value = arg0 ; } | sets the value of the value property . concode_field_sep String id concode_elem_sep String value concode_field_sep String getValue concode_elem_sep void setId concode_elem_sep String getId |
BeanDefinitionBuilder function ( Class < ? > arg0 ) { BeanDefinitionBuilder loc0 = new BeanDefinitionBuilder ( ) ; loc0 . beanDefinition = new GenericBeanDefinition ( ) ; loc0 . beanDefinition . setBeanClass ( arg0 ) ; return loc0 ; } | create a new beandefinitionbuilder used to construct a genericbeandefinition . concode_field_sep int constructorArgIndex concode_elem_sep AbstractBeanDefinition beanDefinition concode_field_sep BeanDefinitionBuilder addConstructorArgValue concode_elem_sep BeanDefinitionBuilder setAutowireMode concode_elem_sep BeanDefin... |
void function ( String arg0 , String arg1 ) { clientSocket . sendObject ( new MessageObject ( arg0 , arg1 , null ) ) ; } | call this to send a message . the protocal and the client must understand the message and message type . concode_field_sep boolean hasRequestedShutdown concode_elem_sep ObjectSocketWrapper clientSocket concode_elem_sep ObserverLord<O> observerLord concode_elem_sep boolean isServerRunning concode_elem_sep P protocol con... |
Attribute [ ] function ( ) { int loc0 = 0 ; Iterator loc1 = attributeMap . entrySet ( ) . iterator ( ) ; Attribute [ ] loc2 = new Attribute [ size ( ) ] ; while ( loc1 . hasNext ( ) ) { loc2 [ loc0 ] = ( Attribute ) loc1 . next ( ) ; loc0 ++ ; } return loc2 ; } | returns the content of the attribute set as an array concode_field_sep Class interfaceName concode_elem_sep long serialVersionUID concode_elem_sep HashMap attributeMap concode_field_sep boolean add concode_elem_sep boolean containsKey concode_elem_sep void clear concode_elem_sep boolean isEmpty concode_elem_sep boolean... |
void function ( ) { this . nextByte = 0 ; this . isPainting = false ; this . lineData = 0 ; } | initialize the update for the sprite concode_field_sep int[] colors concode_elem_sep int pointer concode_elem_sep short[] memory concode_elem_sep int nextByte concode_elem_sep boolean isExpandX concode_elem_sep int lastPointer concode_elem_sep boolean isFirstYRead concode_elem_sep boolean hasPriority concode_elem_sep b... |
int function ( ) { return pageSize ; } | return page size . concode_field_sep int totalRow concode_elem_sep int pageNumber concode_elem_sep int totalPage concode_elem_sep long serialVersionUID concode_elem_sep int pageSize concode_elem_sep List<T> list concode_field_sep int getPageNumber concode_elem_sep List<T> getList concode_elem_sep boolean isLastPage con... |
TextColor function ( ) { return foregroundColor ; } | foreground color specified for this textcharacter concode_field_sep char character concode_elem_sep TextColor backgroundColor concode_elem_sep TextColor foregroundColor concode_elem_sep EnumSet<SGR> modifiers concode_elem_sep TextCharacter DEFAULT_CHARACTER concode_field_sep TextCharacter withBackgroundColor concode_el... |
void function ( int arg0 ) { if ( myHost != null && arg0 != previousProgress ) { myHost . updateProgress ( arg0 ) ; } previousProgress = arg0 ; } | used to communicate a progress update between a plugin tool and the main whitebox user interface . 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 amI... |
boolean function ( ) { return getPassword ( ) . isEmpty ( ) ; } | checks if the password field is empty concode_field_sep String password concode_elem_sep String question concode_elem_sep String answer concode_elem_sep String confirmAnswer concode_elem_sep String confirmPassword concode_elem_sep User user concode_field_sep String handleSubmission concode_elem_sep String getQuestion c... |
String function ( ) { return etfContractType ; } | gets the value of the etfcontracttype property . concode_field_sep CodeAndDescription reason concode_elem_sep Integer durationInMonths concode_elem_sep String associatedDealer concode_elem_sep String contractType concode_elem_sep XMLGregorianCalendar commitEndDate concode_elem_sep Long contractId concode_elem_sep Strin... |
void function ( ) { buffer = null ; bufline = null ; bufcolumn = null ; } | reset buffer when finished . concode_field_sep int bufpos concode_elem_sep boolean prevCharIsLF concode_elem_sep int bufsize concode_elem_sep int available concode_elem_sep int tabSize concode_elem_sep java.io.Reader inputStream concode_elem_sep int line concode_elem_sep boolean staticFlag concode_elem_sep int bufcolum... |
List function ( ) { return axfr ; } | gets the axfr-style response . concode_field_sep List deletes concode_elem_sep int qtype concode_elem_sep List ixfr concode_elem_sep int IXFR_ADD concode_elem_sep long ixfr_serial concode_elem_sep long current_serial concode_elem_sep long end_serial concode_elem_sep int rtype concode_elem_sep int IXFR_DELSOA concode_el... |
void function ( ) { do_log = false ; out_stream . close ( ) ; } | closes the log concode_field_sep int verbose_level concode_elem_sep long MAX_SIZE concode_elem_sep long counter concode_elem_sep String log_tag concode_elem_sep PrintStream out_stream concode_elem_sep boolean do_log concode_elem_sep long max_size concode_elem_sep int tag_size concode_field_sep void init concode_elem_se... |
String function ( ) { return serviceId ; } | returns the service id of the bindings main service , that can be configured . concode_field_sep String DEFAULT_SERVICE_ID_PREFIX concode_elem_sep URI configDescriptionURI concode_elem_sep String author concode_elem_sep String name concode_elem_sep String description concode_elem_sep String id concode_elem_sep String s... |
int function ( ) { int loc0 ; if ( root == null ) return - 1 ; else if ( size ( root ) == 1 ) return 0 ; else { loc0 = getHeight ( root ) ; } return loc0 - 1 ; } | tree height . asymptotic worst-case running time using theta notation : the worst-case asymptotic running time is o n concode_field_sep Value val concode_elem_sep Node left concode_elem_sep Node root concode_elem_sep Node right concode_elem_sep Key key concode_elem_sep int N concode_field_sep String printKeys concode_e... |
String function ( ) { CharArrayBuffer loc0 = new CharArrayBuffer ( 16 ) ; loc0 . append ( this . protocol ) ; loc0 . append ( '/' ) ; loc0 . append ( Integer . toString ( this . major ) ) ; loc0 . append ( '.' ) ; loc0 . append ( Integer . toString ( this . minor ) ) ; return loc0 . toString ( ) ; } | converts this protocol version to a string . concode_field_sep String protocol concode_elem_sep int major concode_elem_sep int minor concode_elem_sep long serialVersionUID concode_field_sep int getMinor concode_elem_sep boolean lessEquals concode_elem_sep int hashCode concode_elem_sep boolean isComparable concode_elem_... |
void function ( BluetoothGatt arg0 , int arg1 ) { } | callback invoked when a reliable write transaction has been completed . concode_field_sep PlaceHolder placeHolder concode_field_sep void onCharacteristicChanged concode_elem_sep void onCharacteristicRead concode_elem_sep void onDescriptorWrite concode_elem_sep void onCharacteristicWrite concode_elem_sep void onDescript... |
void function ( int arg0 ) { if ( myHost != null && arg0 != previousProgress ) { myHost . updateProgress ( arg0 ) ; } previousProgress = arg0 ; } | used to communicate a progress update between a plugin tool and the main whitebox user interface . 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 amI... |
void function ( String arg0 ) { if ( arg0 != null ) { this . params . put ( UNIT , arg0 ) ; } } | adds the unit parameter with the specified value concode_field_sep String MIN_RESOLUTION concode_elem_sep String DISTANCE concode_elem_sep String MASK concode_elem_sep String SDO_NUM_RES concode_elem_sep String QUERYTYPE concode_elem_sep String SDO_BATCH_SIZE concode_elem_sep String MAX_RESOLUTION concode_elem_sep Stri... |
String function ( ) { if ( completed ) { return jid ; } else { throw new IllegalStateException ( "srini_string" ) ; } } | reports the authorization id in effect for the client of this session . this method can only be called if iscomplete returns true . concode_field_sep String jid concode_elem_sep boolean completed concode_elem_sep Logger Log concode_field_sep String getMechanismName concode_elem_sep byte[] evaluateResponse concode_elem_... |
void function ( String arg0 ) { this . width = arg0 ; } | sets the value of the width property . concode_field_sep Layout layout concode_elem_sep String volume concode_elem_sep List<Address> address concode_elem_sep String flavour concode_elem_sep String src concode_elem_sep String loop concode_elem_sep String width concode_elem_sep String thresholdValue concode_elem_sep Labe... |
void function ( Object arg0 , Throwable arg1 ) { logInternal ( TRACE , arg0 , arg1 ) ; } | logs the given message and throwable at the ` trace ' level . concode_field_sep Level ERROR concode_elem_sep Level WARN concode_elem_sep Logger jdkLogger concode_elem_sep Level TRACE concode_elem_sep Level DEBUG concode_elem_sep Level FATAL concode_elem_sep Level INFO concode_field_sep boolean isWarnEnabled concode_ele... |
CreateServerOptions function ( String arg0 , byte [ ] arg1 ) { checkState ( files . size ( ) < 5 , "srini_string" ) ; files . add ( new File ( arg0 , arg1 ) ) ; return this ; } | you may further customize a cloud server by injecting data into the file system of the cloud server itself . this is useful , for example , for inserting ssh keys , setting configuration files , or storing data that you want to retrieve from within the instance itself . it is intended to provide a minimal amount of lau... |
void function ( ) { } | cancels the animation . unlike #end , cancel causes the animation to stop in its tracks , sending an android.animation.animator.animatorlistener #onanimationcancel animator toits listeners , followed by an android.animation.animator.animatorlistener #onanimationend animator message.this method must be called on the thr... |
int function ( int arg0 ) { return values [ arg0 ] ; } | returns the value for the setting id , or 0 if unset . concode_field_sep int FLAG_CLEAR_PREVIOUSLY_PERSISTED_SETTINGS concode_elem_sep int DOWNLOAD_BANDWIDTH concode_elem_sep int HEADER_TABLE_SIZE concode_elem_sep int set concode_elem_sep int DEFAULT_INITIAL_WINDOW_SIZE concode_elem_sep int MAX_HEADER_LIST_SIZE concode... |
String function ( ) { return m_nodeLabel ; } | getnodelabel concode_field_sep String m_nodeLabel concode_elem_sep int m_downServiceCount concode_elem_sep String m_availabilityStyle concode_elem_sep String m_availability concode_elem_sep String m_serviceStyle concode_elem_sep boolean m_isDashboardRole concode_elem_sep int m_serviceCount concode_elem_sep String m_nod... |
java . util . List < String > function ( ) { if ( checkerIpRanges == null ) { checkerIpRanges = new com . amazonaws . internal . SdkInternalList < String > ( ) ; } return checkerIpRanges ; } | a complex type that contains sorted list of ip ranges in cidr format for amazon route 53 health checkers . concode_field_sep com.amazonaws.internal.SdkInternalList<String> checkerIpRanges concode_field_sep void setCheckerIpRanges concode_elem_sep int hashCode concode_elem_sep boolean equals concode_elem_sep GetCheckerI... |
WebArchive function ( ) { LOGGER . info ( "srini_string" ) ; final WebArchive loc0 = ShrinkWrap . create ( WebArchive . class , "srini_string" ) ; loc0 . addClasses ( LdapUrlTestServlet . class ) ; if ( LOGGER . isDebugEnabled ( ) ) { LOGGER . debug ( loc0 . toString ( true ) ) ; } return loc0 ; } | creates webarchive with the okservlet . concode_field_sep URL webAppURL concode_elem_sep LdapServer ldapServer concode_elem_sep boolean removeBouncyCastle concode_elem_sep ManagementClient mgmtClient concode_elem_sep DirectoryService directoryService concode_elem_sep Logger LOGGER concode_field_sep void testLdap concod... |
void function ( ) { if ( items != null ) { items . clear ( ) ; } if ( emptyItems != null ) { emptyItems . clear ( ) ; } } | clears all views concode_field_sep AbstractWheel wheel concode_elem_sep String LOG_TAG concode_elem_sep List<View> emptyItems concode_elem_sep List<View> items concode_field_sep int recycleItems concode_elem_sep View getCachedView concode_elem_sep View getItem concode_elem_sep void recycleView concode_elem_sep List<Vie... |
float function ( ) { float loc0 = loc0 ( ) ; if ( loc0 < Settings . EPSILON ) { return 0f ; } float loc1 = 1.0f / loc0 ; x *= loc1 ; y *= loc1 ; return loc0 ; } | normalize this vector and return the length before normalization . alters this vector . concode_field_sep float x concode_elem_sep float y concode_elem_sep long serialVersionUID concode_field_sep Vec2 mulLocal concode_elem_sep Vec2 sub concode_elem_sep Vec2 addLocal concode_elem_sep Vec2 addLocal concode_elem_sep void ... |
Element function ( Element arg0 , SafeHtml arg1 ) { arg0 . setInnerHTML ( arg1 . asString ( ) ) ; return arg0 ; } | set the inner html of any element . concode_field_sep SafeHtmlResources RESOURCES concode_field_sep SafeHtmlCss css concode_elem_sep T set concode_elem_sep T set concode_elem_sep boolean isQuote concode_elem_sep Widget toBlockWidget concode_elem_sep SafeHtml wikify concode_elem_sep SafeHtml replaceFirst concode_elem_se... |
String [ ] function ( String arg0 ) { String [ ] loc0 = new String [ 0 ] ; if ( arg0 . contains ( "srini_string" ) ) { String loc1 = arg0 . split ( "srini_string" ) [ 1 ] ; loc0 = loc1 . split ( "srini_string" ) ; } return loc0 ; } | get arguments from a string gotten from a yamlconfiguration entry , split by commas . concode_field_sep PlaceHolder placeHolder concode_field_sep int parseInt concode_elem_sep double parseDouble concode_elem_sep Vector knockBack |
void function ( BigDecimal arg0 ) { this . downPayment = arg0 ; } | sets the value of the downpayment property . concode_field_sep BigDecimal originalECLB concode_elem_sep String description concode_elem_sep BigDecimal lastAmountOfPayment concode_elem_sep String skuDescription concode_elem_sep long serialVersionUID concode_elem_sep BigDecimal eclmp concode_elem_sep String equipmentStat... |
java . util . List < InstanceProfile > function ( ) { if ( instanceProfiles == null ) { instanceProfiles = new com . amazonaws . internal . SdkInternalList < InstanceProfile > ( ) ; } return instanceProfiles ; } | a list of instance profiles . concode_field_sep Boolean isTruncated concode_elem_sep String marker concode_elem_sep com.amazonaws.internal.SdkInternalList<InstanceProfile> instanceProfiles concode_field_sep Boolean isTruncated concode_elem_sep void setIsTruncated concode_elem_sep void setMarker concode_elem_sep void se... |
void function ( ) { do { readBlock ( ) ; if ( block [ 0 ] == 1 ) { int loc0 = ( ( int ) block [ 1 ] ) & 0xff ; int loc1 = ( ( int ) block [ 2 ] ) & 0xff ; header . loopCount = ( loc1 << 8 ) | loc0 ; } } while ( ( blockSize > 0 ) && ! err ( ) ) ; } | reads netscape extenstion to obtain iteration count concode_field_sep int lctSize concode_elem_sep int MAX_STACK_SIZE concode_elem_sep short[] prefix concode_elem_sep byte[] block concode_elem_sep int blockSize concode_elem_sep GifHeader header concode_elem_sep byte[] pixelStack concode_elem_sep ByteBuffer rawData conc... |
javafx . scene . media . MediaPlayerBuilder function ( javafx . scene . media . AudioSpectrumListener arg0 ) { this . audioSpectrumListener = arg0 ; __set ( 1 ) ; return this ; } | set the value of the javafx.scene.media.mediaplayer #getaudiospectrumlistener audiospectrumlistener property for the instance constructed by this builder . concode_field_sep java.lang.Runnable onError concode_elem_sep int audioSpectrumNumBands concode_elem_sep int __set concode_elem_sep int audioSpectrumThreshold conco... |
Class < ? > [ ] function ( MBeanParameterInfo [ ] arg0 , ClassLoader arg1 ) { Class < ? > [ ] loc0 = null ; if ( arg0 != null && arg0 . length > 0 ) { loc0 = new Class < ? > [ arg0 . length ] ; for ( int loc1 = 0 ; loc1 < arg0 . length ; loc1 ++ ) { loc0 [ loc1 ] = ClassUtils . forName ( arg0 [ loc1 ] . getType ( ) , a... | convert an array of mbeanparameterinfo into an array of class instances corresponding to the parameters . concode_field_sep Log logger concode_elem_sep String MBEAN_SUFFIX concode_elem_sep String IDENTITY_OBJECT_NAME_KEY concode_field_sep Class<?> getMBeanInterface concode_elem_sep String[] getMethodSignature concode_e... |
void function ( String arg0 ) { this . pid = arg0 ; } | sets the value of the pid property . concode_field_sep String pid concode_elem_sep String asOfDateTime concode_field_sep String getAsOfDateTime concode_elem_sep String getPid concode_elem_sep void setAsOfDateTime |
ChunkWritable function ( ) { return new ChunkWritable ( ) ; } | used by the client of this class to create the ` value ' output parameter for next method . concode_field_sep ChunkReader in concode_elem_sep CompressionCodecFactory compressionCodecs concode_elem_sep long start concode_elem_sep int maxLineLength concode_elem_sep FSDataInputStream fileIn concode_elem_sep CompressionCod... |
long function ( ) { if ( getMaxFileDescriptorCountField == null ) { return - 1 ; } try { return ( Long ) getMaxFileDescriptorCountField . invoke ( osMxBean ) ; } catch ( Exception loc0 ) { return - 1 ; } } | returns the maximum number of file descriptors allowed on the system , or -1 if not supported . concode_field_sep OperatingSystemMXBean osMxBean concode_elem_sep ProcessProbe INSTANCE concode_elem_sep Method getProcessCpuLoad concode_elem_sep Method getProcessCpuTime concode_elem_sep Method getCommittedVirtualMemorySiz... |
Collection < Artifact > function ( ) { return this . chldrn ; } | get all dependencies of this root artifact . concode_field_sep Artifact art concode_elem_sep Collection<Artifact> chldrn concode_elem_sep Collection<Exclusion> exclusions concode_field_sep Artifact artifact concode_elem_sep boolean excluded concode_elem_sep String toString |
void function ( String arg0 ) { postpunctuationSymbols = arg0 ; } | sets the postpunctuation symbols of this tokenizer to the given symbols . concode_field_sep Token lastToken concode_elem_sep int currentChar concode_elem_sep String errorDescription concode_elem_sep Reader reader concode_elem_sep int currentPosition concode_elem_sep String prepunctuationSymbols concode_elem_sep String ... |
List < String > function ( ) { if ( testType == null ) { testType = new ArrayList < String > ( ) ; } return this . testType ; } | gets the value of the testtype 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 testtype property . for example , to add a new item , do ... |
void function ( final Collection < INodeEntry > arg0 ) { for ( final INodeEntry loc0 : arg0 ) { putNode ( loc0 ) ; } } | add all nodes from a collection to this node set concode_field_sep TreeMap<String,INodeEntry> nodes concode_field_sep Iterator<INodeEntry> iterator concode_elem_sep Collection<INodeEntry> getNodes concode_elem_sep NodeSetImpl singleNodeSet concode_elem_sep void putNode concode_elem_sep Collection<String> getNodeNames c... |
List < InetSocketAddress > function ( ) { return DEFAULT_NAME_SERVER_LIST ; } | returns the list of the system dns server addresses . if it failed to retrieve the list of the system dns server addresses from the environment , it will return `` 8.8.8.8 '' and `` 8.8.4.4 '' , the addresses of the google public dns servers . concode_field_sep DnsServerAddresses DEFAULT_NAME_SERVERS concode_elem_sep I... |
Document function ( ) { parseConfiguration ( ) ; return parsedModuleConfigurationFile ; } | internal method , parses the module configuration xml file and returns the resulting document concode_field_sep XmlHelper xmlHelper concode_elem_sep String MODULECONFIGFILE concode_elem_sep String EXPORTPOINT_XPATH concode_elem_sep Document parsedModuleConfigurationFile concode_elem_sep String MODULE_RESOURCE_XPATH con... |
void function ( final PrintWriter arg0 , final SmtpResponse arg1 ) { if ( arg1 . getCode ( ) > 0 ) { final int loc0 = arg1 . getCode ( ) ; final String loc1 = arg1 . getMessage ( ) ; arg0 . print ( loc0 + "srini_string" + loc1 + "srini_string" ) ; arg0 . flush ( ) ; } } | send response to client . concode_field_sep int DEFAULT_SMTP_PORT concode_elem_sep ServerSocket serverSocket concode_elem_sep boolean stopped concode_elem_sep List<SmtpMessage> receivedMail concode_elem_sep int port concode_elem_sep int TIMEOUT concode_field_sep boolean isStopped concode_elem_sep void stop concode_elem... |
void function ( ) { } | dummy method doing nothing concode_field_sep PlaceHolder placeHolder concode_field_sep void doNothing60 concode_elem_sep void doNothing61 concode_elem_sep void doNothing62 concode_elem_sep void doNothing63 concode_elem_sep void doNothing53 concode_elem_sep void doNothing31 concode_elem_sep void doNothing54 concode_elem... |
Builder function ( ) { cacheInMemory = true ; return this ; } | loaded image will be cached in memory concode_field_sep Handler handler concode_elem_sep int delayBeforeLoading concode_elem_sep boolean resetViewBeforeLoading concode_elem_sep int stubImage concode_elem_sep int imageForEmptyUri concode_elem_sep int imageForEmptyUri concode_elem_sep int imageOnFail concode_elem_sep Obj... |
List < Node > function ( ) { if ( node == null ) { node = new ArrayList < Node > ( ) ; } return this . node ; } | gets the value of the node 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 node property . for example , to add a new item , do as follo... |
void function ( final String arg0 , final Map < ? , ? > arg1 ) { if ( arg1 == null || arg1 . size ( ) == 0 ) { throw new IllegalArgumentException ( "srini_string" + arg0 + "srini_string" ) ; } } | assert that this parameter is not empty . it will test for null and also the size of this array . concode_field_sep PlaceHolder placeHolder concode_field_sep T checkNotNull concode_elem_sep void checkCondition concode_elem_sep void checkNullMandatory concode_elem_sep void checkEachParameterNotNull |
Boolean function ( ) { return isAWREEligible ; } | gets the value of the isawreeligible property . concode_field_sep String deviceType concode_elem_sep String serialNumber concode_elem_sep Long productId concode_elem_sep long serialVersionUID concode_elem_sep XMLGregorianCalendar firstUseDate concode_elem_sep XMLGregorianCalendar lastUseDate concode_elem_sep String dev... |
HandlerMethodReturnValueHandlerComposite function ( HandlerMethodReturnValueHandler arg0 ) { this . returnValueHandlers . add ( arg0 ) ; return this ; } | add the given handlermethodreturnvaluehandler . concode_field_sep List<HandlerMethodReturnValueHandler> returnValueHandlers concode_elem_sep Log logger concode_field_sep boolean supportsReturnType concode_elem_sep boolean isAsyncReturnValue concode_elem_sep ListenableFuture<?> toListenableFuture concode_elem_sep void h... |
void function ( ) { mSoundMap . clear ( ) ; } | clears all of the previously set sounds and events . concode_field_sep MediaPlayer mCurrentMediaPlayer concode_elem_sep HashMap<State,Integer> mSoundMap concode_elem_sep Context mContext concode_field_sep void onPullEvent concode_elem_sep void addSoundEvent concode_elem_sep void playSound concode_elem_sep MediaPlayer g... |
void function ( Digester arg0 ) { URL loc0 = DigesterFactory . class . getResource ( Constants . WebSchemaResourcePath_24 ) ; if ( loc0 == null ) { log . error ( "srini_string" + Constants . WebSchemaResourcePath_24 ) ; } else { arg0 . setSchema ( loc0 . toString ( ) ) ; } } | turn on dtd and/or validation based on the parser implementation concode_field_sep org.apache.juli.logging.Log log concode_elem_sep SchemaResolver schemaResolver concode_field_sep Digester newDigester concode_elem_sep Digester newDigester concode_elem_sep Digester newDigester concode_elem_sep void registerLocalSchema c... |
void function ( String arg0 ) { this . ticketNo = arg0 ; } | setter method for ticketno concode_field_sep String closeDate concode_elem_sep String customerType concode_elem_sep String ticketNo concode_elem_sep String loggedBy concode_elem_sep String subSubType concode_elem_sep String source concode_elem_sep String msisdn concode_elem_sep String circle concode_elem_sep String log... |
XmlConverter function ( CamelContext arg0 ) { XmlConverter loc0 ; if ( arg0 != null ) { TypeConverterRegistry loc1 = arg0 . getTypeConverterRegistry ( ) ; loc0 = loc1 . getInjector ( ) . newInstance ( XmlConverter . class ) ; } else { loc0 = new XmlConverter ( ) ; } return loc0 ; } | creates a new xmlconverter concode_field_sep PlaceHolder placeHolder concode_field_sep T createModelFromXml concode_elem_sep T createModelFromXml concode_elem_sep void applyNamespaces concode_elem_sep T modelToXml concode_elem_sep JAXBContext createJAXBContext concode_elem_sep String dumpModelAsXml concode_elem_sep JAX... |
java . lang . String function ( ) { return _region . getName ( ) ; } | returns the name of this region . concode_field_sep Region _region concode_field_sep void setName concode_elem_sep boolean isFinderCacheEnabled concode_elem_sep void setExpandoBridgeAttributes concode_elem_sep void setExpandoBridgeAttributes concode_elem_sep void setExpandoBridgeAttributes concode_elem_sep boolean isEs... |
void function ( ) { sampleService . estimateCoverageForSample ( new Sample ( ) , 0L ) ; } | tests out passing an invalid reference length . concode_field_sep SampleSequencingObjectJoinRepository ssoRepository concode_elem_sep SampleService sampleService concode_elem_sep SampleRepository sampleRepository concode_elem_sep QCEntryRepository qcEntryRepository concode_elem_sep Validator validator concode_elem_sep ... |
java . lang . String function ( ) { return _company . getMx ( ) ; } | returns the mx of this company . concode_field_sep Company _company concode_field_sep java.lang.String getWebId concode_elem_sep void setExpandoBridgeAttributes concode_elem_sep boolean hasCompanyMx concode_elem_sep java.lang.String getName concode_elem_sep boolean isEscapedModel concode_elem_sep java.util.TimeZone get... |
long function ( ) { return System . nanoTime ( ) / NANOSECONDS_PER_MILLISECOND ; } | current time from some arbitrary time base in the past , counting in milliseconds , and not affected by settimeofday or similar system clock changes . this is appropriate to use when computing how much longer to wait for an interval to expire . this function can return a negative value and it must be handled correctly ... |
boolean function ( Object arg0 ) { arg0 = getValue ( arg0 ) ; if ( arg0 == null ) { return false ; } if ( arg0 . getClass ( ) . isArray ( ) ) { return true ; } if ( arg0 instanceof Collection ) { return true ; } return false ; } | returns true if the object is an array or a collection . concode_field_sep PlaceHolder placeHolder concode_field_sep int getCollectionHint concode_elem_sep Object getValue concode_elem_sep Object getValue concode_elem_sep Object getValue concode_elem_sep Object getValue concode_elem_sep void setValue concode_elem_sep v... |
PortRange function ( Integer arg0 ) { this . to = arg0 ; return this ; } | the last port in the range . returns a reference to this object so that method calls can be chained together . concode_field_sep Integer from concode_elem_sep Integer to concode_field_sep void setFrom concode_elem_sep int hashCode concode_elem_sep PortRange withFrom concode_elem_sep boolean equals concode_elem_sep Port... |
Enumeration function ( final Class arg0 , final Locale arg1 ) { return getBundle ( getBundleName ( arg0 ) , arg1 ) . getKeys ( ) ; } | gets the keys of all the strings in the specified class and locale 's resource bundle . concode_field_sep Logger LOG concode_elem_sep XmlMessages instance concode_elem_sep String MESSAGE_NOT_FOUND concode_elem_sep Map<String,ResourceBundle> bundles concode_elem_sep String RESOURCE_BUNDLE_CLASSNAME concode_elem_sep Stri... |
void function ( ) { } | called once during intialization concode_field_sep Vector3 TMP_V3 concode_elem_sep Matrix4 TMP_M4 concode_elem_sep Quaternion TMP_Q2 concode_elem_sep ParticleController controller concode_elem_sep Vector3 TMP_V1 concode_elem_sep Vector3 TMP_V2 concode_elem_sep Vector3 TMP_V6 concode_elem_sep Quaternion TMP_Q concode_el... |
void function ( K arg0 ) { if ( vertexs . contains ( arg0 ) ) return ; vertexs . add ( arg0 ) ; HashMap < K , T > loc0 = new HashMap < K , T > ( ) ; edges . put ( arg0 , loc0 ) ; } | afegim un vertex al graf concode_field_sep HashMap<K,HashMap<K,T>> edges concode_elem_sep ArrayList<K> vertexs concode_field_sep void removeEdge concode_elem_sep void removeVertex concode_elem_sep boolean equals concode_elem_sep Graph<K,T> clone concode_elem_sep void addEdgeUnidir concode_elem_sep HashMap<K,T> getEdges... |
java . lang . String function ( ) { return reportName ; } | gets the reportname value for this schedulelog . concode_field_sep java.lang.String filename concode_elem_sep java.lang.String reportName concode_elem_sep java.lang.String subject concode_elem_sep java.lang.Object __equalsCalc concode_elem_sep com.omniture.www.ScheduleDeliveryType deliveryType concode_elem_sep boolean ... |
void function ( ) { mInUseLength -- ; } | decrement the minusecount field . used by the pool to update the bucket info when a value was freed , instead of being returned to the bucket 's free list concode_field_sep String TAG concode_elem_sep int mMaxLength concode_elem_sep int mInUseLength concode_elem_sep int mItemSize concode_elem_sep ConcurrentLinkedQueue<... |
void function ( long arg0 ) { if ( arg0 > Integer . MAX_VALUE ) throw new NXException ( "srini_string" + arg0 + "srini_string" ) ; seek ( ( int ) arg0 ) ; } | moves to the desired offset in the buffer . concode_field_sep Logger logger concode_elem_sep CharsetDecoder utfDecoder concode_elem_sep ByteBuf buf concode_field_sep byte getByte concode_elem_sep short getShort concode_elem_sep String getUTFString concode_elem_sep String getUTFString concode_elem_sep int getUnsignedSho... |
String function ( ) { return status ; } | a function that returns the current arduino status as a string . concode_field_sep Socket arduinoSocket concode_elem_sep String arduino concode_elem_sep int num concode_elem_sep Random rand concode_elem_sep DataInputStream arduinoInput concode_elem_sep DataOutputStream arduinoOutput concode_elem_sep String status conco... |
Future < Integer > function ( ) { return _threadPool . submit ( new TransactionExecutorAbort ( _theTransaction ) ) ; } | abort rollback the transaction . if the transaction has already terminated , or has not been begun , then an appropriate error code will be returned . concode_field_sep ExecutorService _threadPool concode_elem_sep AtomicAction _theTransaction concode_field_sep Transaction suspend concode_elem_sep boolean resume concode... |
List < TBezpecnostniKategorie > function ( ) { if ( bezpecnostniKategorie == null ) { bezpecnostniKategorie = new ArrayList < TBezpecnostniKategorie > ( ) ; } return this . bezpecnostniKategorie ; } | gets the value of the bezpecnostnikategorie 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 bezpecnostnikategorie property . for example... |
Date function ( ) { return _repositoryEntry . getCreateDate ( ) ; } | returns the create date of this repository entry . concode_field_sep RepositoryEntry _repositoryEntry concode_field_sep void setExpandoBridgeAttributes concode_elem_sep void setExpandoBridgeAttributes concode_elem_sep void setExpandoBridgeAttributes concode_elem_sep void setGroupId concode_elem_sep boolean isEscapedMod... |
void function ( int arg0 ) { for ( int loc0 = 0 ; loc0 < myProviders . length ; loc0 ++ ) { DataProvider < ? extends Comparable < ? > , ? > loc1 = myProviders [ loc0 ] ; if ( loc1 == null ) { continue ; } loc1 . advance ( arg0 ) ; if ( loc1 . getData ( ) == null ) { myProviders [ loc0 ] = null ; } } sort ( ) ; } | asks current provider to ignore all data which dataprovider #getsortingkey sorting keys are less than the given value . concode_field_sep DataProvider<? extends Comparable<?>,?>[] myProviders concode_field_sep boolean next concode_elem_sep int compare concode_elem_sep boolean hasData concode_elem_sep void sort concode_... |
String function ( ) { return this . reason ; } | getter for reason concode_field_sep Server server concode_elem_sep String reason concode_elem_sep Date created concode_elem_sep Long id concode_elem_sep User locker concode_field_sep Server getServer concode_elem_sep User getLocker concode_elem_sep void setReason concode_elem_sep void setLocker concode_elem_sep void se... |
String function ( ) { StringBuilder loc0 = new StringBuilder ( ) ; loc0 . append ( "srini_string" ) ; if ( getReservedInstances ( ) != null ) loc0 . append ( "srini_string" + getReservedInstances ( ) ) ; loc0 . append ( "srini_string" ) ; return loc0 . toString ( ) ; } | returns a string representation of this object ; useful for testing and debugging . concode_field_sep com.amazonaws.internal.ListWithAutoConstructFlag<ReservedInstances> reservedInstances concode_field_sep void setReservedInstances concode_elem_sep int hashCode concode_elem_sep boolean equals concode_elem_sep DescribeR... |
ObjectNode function ( ) { return new ObjectNode ( this ) ; } | factory method for constructing an empty json object `` struct '' node concode_field_sep JsonNodeFactory instance concode_field_sep BinaryNode binaryNode concode_elem_sep BinaryNode binaryNode concode_elem_sep BooleanNode booleanNode concode_elem_sep TextNode textNode concode_elem_sep NullNode nullNode concode_elem_sep... |
DateTime function ( ) { return this . creationTime ; } | get the creationtime value . concode_field_sep DateTime notificationExpirationTime concode_elem_sep String resourceId concode_elem_sep DateTime creationTime concode_elem_sep DateTime nextNotificationTime concode_elem_sep NotificationLevel level concode_elem_sep String displayName concode_elem_sep String recommendationI... |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.