code stringlengths 20 663 | nl stringlengths 68 7.19k |
|---|---|
void function ( int arg0 ) { this . endCol = arg0 ; } | sets the endcol - javabean method concode_field_sep boolean D concode_elem_sep int numCols concode_elem_sep int endRow concode_elem_sep String C concode_elem_sep int endCol concode_elem_sep int startRow concode_elem_sep int maxNumRows concode_elem_sep int numRows concode_elem_sep int maxNumCols concode_elem_sep int sta... |
void function ( ) { lock . lock ( ) ; } | acquire the lock associated with this promise . concode_field_sep V val concode_elem_sep String name concode_elem_sep Logger log concode_elem_sep ReentrantLock lock concode_elem_sep ExceptionWrapper<T> wrapper concode_elem_sep Condition cond concode_elem_sep T pendingEx concode_field_sep boolean isFulfilled concode_ele... |
CardAgent function ( byte [ ] arg0 ) { try { ByteArrayInputStream loc0 = new ByteArrayInputStream ( arg0 ) ; ObjectInputStream loc1 = new ObjectInputStream ( loc0 ) ; int loc2 = loc1 . readInt ( ) ; return getAgent ( loc2 ) ; } catch ( Exception loc0 ) { } throw new CardAgentNotFoundException ( ) ; } | locate an agent giving a transaction image concode_field_sep CardAgentLookup instance concode_elem_sep ArrayList agents concode_field_sep void add concode_elem_sep CardAgent[] getAgents concode_elem_sep CardAgent[] getAgents concode_elem_sep void remove |
String function ( ) { return columnDefinition ; } | gets the value of the columndefinition property . concode_field_sep Boolean nullable concode_elem_sep String name concode_elem_sep Boolean updatable concode_elem_sep String columnDefinition concode_elem_sep Boolean insertable concode_field_sep void setName concode_elem_sep Boolean isUpdatable concode_elem_sep String ge... |
void function ( boolean arg0 ) { this . ignoreResourceNotFound = arg0 ; } | set if failure to find the property resource should be ignored . `` true '' is appropriate if the properties file is completely optional . default is `` false '' . concode_field_sep Log logger concode_elem_sep String fileEncoding concode_elem_sep PropertiesPersister propertiesPersister concode_elem_sep Resource[] locat... |
void function ( ObjectName arg0 ) { } | called when an mbean is registered under the given objectname . allows subclasses to perform additional processing when an mbean is registered . the default implementation is empty . can be overridden in subclasses . concode_field_sep MBeanServer server concode_elem_sep Log logger concode_elem_sep RegistrationPolicy re... |
int function ( ) { return identifier ; } | gets the identifier . concode_field_sep int identifier concode_field_sep placeholderType placeHolder |
void function ( String arg0 ) { this . resource = arg0 ; } | sets the tag 's resource concode_field_sep Connection con concode_elem_sep int size concode_elem_sep String resource concode_elem_sep String property concode_elem_sep String tag concode_elem_sep String user concode_field_sep void disconnect concode_elem_sep String getResource concode_elem_sep String getProperty concode... |
String function ( long arg0 ) { String loc0 ; StringBuffer loc1 ; loc0 = Long . toHexString ( arg0 ) ; if ( loc0 . length ( ) == 16 ) return loc0 ; loc1 = new StringBuffer ( 16 ) ; loc1 . append ( loc0 ) ; while ( loc1 . length ( ) < 16 ) loc1 . insert ( 0 , '0' ) ; return loc1 . toString ( ) ; } | convert a long to it 's hex representation . unlike @ long #tohexstring long this always returns 16 digits . concode_field_sep Random rand concode_elem_sep Class CLASS concode_elem_sep String DEFAULT_SUFFIX concode_elem_sep String DEFAULT_PREFIX concode_elem_sep String CLASS_NAME concode_field_sep boolean isChildSubDir... |
List < Object > function ( ) { return arguments ; } | returns the error arguments . concode_field_sep List<Object> arguments concode_elem_sep String message concode_elem_sep String key concode_field_sep String toString concode_elem_sep String message concode_elem_sep String key |
Object function ( String arg0 , int arg1 ) { return session . getAttribute ( arg0 , arg1 ) ; } | returns the object bound with the specified name in this session , or null if no object is bound under the name in the given scope . concode_field_sep PortletSession session concode_field_sep void setAttribute concode_elem_sep void setAttribute concode_elem_sep long getLastAccessedTime concode_elem_sep Set<String> getA... |
byte [ ] function ( byte [ ] arg0 ) { return encode ( arg0 , 0 ) ; } | encodes a binary sequence . if data are large , i.e. if you are working with large binary files , consider to use a base64outputstream instead of loading too muchdata in memory . concode_field_sep String chars concode_elem_sep char pad concode_field_sep void copy concode_elem_sep String decode concode_elem_sep String d... |
URL function ( String arg0 ) { Enumeration loc0 = getResources ( arg0 ) ; if ( loc0 . hasMoreElements ( ) ) return ( URL ) loc0 . nextElement ( ) ; return null ; } | helper to load a resource from the bootstrap class loader . concode_field_sep HashMap bootjars concode_elem_sep HashMap definedPackages concode_elem_sep Instrumentation instrumenter concode_field_sep Package getPackage concode_elem_sep Class defineClass concode_elem_sep Map packageAssertionStatus concode_elem_sep Strin... |
void function ( String arg0 ) { this . room = arg0 ; } | setter for room concode_field_sep boolean on concode_elem_sep String room concode_field_sep String getRoom concode_elem_sep void setOn concode_elem_sep boolean isOn |
boolean function ( CredentialStorage arg0 ) { return arg0 != null && arg0 . getExpiryDate ( ) != null && new Date ( ) . compareTo ( arg0 . getExpiryDate ( ) ) > 0 ; } | checks if the given credentialstorage holds an expired credential . concode_field_sep PlaceHolder placeHolder concode_field_sep boolean isLastCredentialExpired concode_elem_sep boolean isCurrentCredential concode_elem_sep T getCurrentCredential |
void function ( java . lang . String arg0 ) { this . outputMessage = arg0 ; } | sets the outputmessage value for this getssbyfilteruraout . concode_field_sep java.lang.String outputMessage concode_elem_sep int pnumeross concode_elem_sep int outputCode concode_elem_sep java.lang.String ptipo concode_elem_sep java.lang.String pinstancia concode_elem_sep java.lang.String psolicitacoes concode_elem_se... |
Counter function ( ) { return messagesOut ; } | returns the outbound messages counter . concode_field_sep Counter messagesOut concode_elem_sep long lastActiveTime concode_elem_sep ByteBuffer inbound concode_elem_sep ByteChannel channel concode_elem_sep Logger log concode_elem_sep Counter bytesIn concode_elem_sep int maxIdleMillis concode_elem_sep boolean writePendin... |
I function ( I arg0 ) { return arg0 ; } | applied to any rows iterator partition we encounter in a partitions iterator concode_field_sep PlaceHolder placeHolder concode_field_sep E add concode_elem_sep E add concode_elem_sep void onClose concode_elem_sep DeletionTime applyToDeletion concode_elem_sep UnfilteredPartitionIterator apply concode_elem_sep PartitionI... |
boolean function ( int arg0 ) { return ( ( arg0 & FINAL ) != 0 ) ; } | indicates whether or not the specified modifiers contain the final modifier . concode_field_sep int FINAL concode_elem_sep int BRIDGE concode_elem_sep int PUBLIC concode_elem_sep int STRICT concode_elem_sep int PRIVATE concode_elem_sep int INTERFACE concode_elem_sep int VARARGS concode_elem_sep int TRANSIENT concode_el... |
Device function ( String arg0 ) { Device loc0 = new Device ( ) ; NativeMethods . checkReturnStatus ( NativeMethods . oniDeviceOpen ( arg0 , loc0 ) ) ; if ( loc0 . isFile ( ) ) { loc0 . mPlaybackControl = new PlaybackControl ( loc0 ) ; } return loc0 ; } | opens a device . this can either open a device chosen arbitrarily from all devices on the system , or open a specific device selected by passing this function the device uri . to open any device , simply device #open function . if multiple devicesare connected to the system , then one of them will be opened . this proc... |
void function ( ) { } | test of zscore method , of class descriptives . concode_field_sep PlaceHolder placeHolder concode_field_sep void testMean_doubleArr_doubleArr concode_elem_sep void testLookupSqrt concode_elem_sep void testMean_doubleArr concode_elem_sep void testGetZScorePvalueIndex concode_elem_sep void testAbsSum concode_elem_sep voi... |
int function ( byte arg0 [ ] , int arg1 ) { byte loc0 = arg0 [ arg1 ] ; if ( ( loc0 & 0x80 ) == 0 ) return arg0 [ arg1 ] & 0xff ; else return - 1 * ( ~ arg0 [ arg1 ] + 1 ) ; } | read an 8bit value . concode_field_sep int int16 concode_elem_sep int int32 concode_elem_sep int int8 concode_field_sep int read32 concode_elem_sep int put16 concode_elem_sep int put8 concode_elem_sep int read16 concode_elem_sep int put32 |
int function ( PushbackInputStream arg0 , OutputStream arg1 ) { return ( bytesPerLine ( ) ) ; } | this method should return , if it knows , the number of bytes that will be decoded . many formats such as uuencoding provide this information . by default we return the maximum bytes that could have been encoded on the line . concode_field_sep PlaceHolder placeHolder concode_field_sep void decodeBufferPrefix concode_el... |
List < Object > function ( ) { if ( any == null ) { any = new ArrayList < Object > ( ) ; } return this . any ; } | gets the value of the any 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 any property . for example , to add a new item , do as follows... |
long function ( ) { return datum . getFinishTime ( ) ; } | get the task finish time concode_field_sep TaskUpdated datum concode_field_sep TaskID getTaskId concode_elem_sep EventType getEventType concode_elem_sep Object getDatum concode_elem_sep void setDatum |
void function ( ) { shutdown ( ) ; } | also do a shutdown if the object is destroy 'd . concode_field_sep String AVALON_LOGGER_LEVEL concode_elem_sep String AVALON_LOGGER concode_elem_sep Logger logger concode_elem_sep RuntimeServices rsvc concode_elem_sep String AVALON_LOGGER_FORMAT concode_elem_sep Map logLevels concode_field_sep void init concode_elem_se... |
DescribeMetricCollectionTypesResult function ( MetricCollectionType ... arg0 ) { if ( this . metrics == null ) { setMetrics ( new com . amazonaws . internal . SdkInternalList < MetricCollectionType > ( arg0 . length ) ) ; } for ( MetricCollectionType loc0 : arg0 ) { this . metrics . add ( loc0 ) ; } return this ; } | one or more metrics . note : this method appends the values to the existing list if any . use #setmetrics java.util.collection or #withmetrics java.util.collection if you want to override theexisting values . concode_field_sep com.amazonaws.internal.SdkInternalList<MetricCollectionType> metrics concode_elem_sep com.ama... |
Blob function ( ) { return store . getIcon ( id ) ; } | gets the icon of this instance . in pdstore every instance can be given an icon . concode_field_sep GUID typeId concode_elem_sep GUID roleParameterTypeId concode_elem_sep GUID roleOperationImplementationId concode_elem_sep PDStore store concode_elem_sep GUID id concode_elem_sep GUID roleWidgetImplementationId concode_f... |
void function ( String arg0 ) { addErrorMessage ( null , arg0 ) ; } | add error message . concode_field_sep PlaceHolder placeHolder concode_field_sep String getRequestParameter concode_elem_sep Application getApplication concode_elem_sep Object getElValue concode_elem_sep ServletContext getServletContext concode_elem_sep Object getManagedBean concode_elem_sep String getJsfEl concode_elem... |
Tape function ( String arg0 ) { setTapeBarcode ( arg0 ) ; return this ; } | the barcode that identifies a specific virtual tape . concode_field_sep String vTLDevice concode_elem_sep String tapeStatus concode_elem_sep String tapeARN concode_elem_sep Double progress concode_elem_sep String tapeBarcode concode_elem_sep Long tapeSizeInBytes concode_field_sep Tape withTapeARN concode_elem_sep Strin... |
Double function ( ) { return actualDeliveryPercentage ; } | gets the value of the actualdeliverypercentage property . concode_field_sep Double actualDeliveryPercentage concode_elem_sep Double expectedDeliveryPercentage concode_field_sep void setExpectedDeliveryPercentage concode_elem_sep Double getExpectedDeliveryPercentage concode_elem_sep void setActualDeliveryPercentage |
PropertyEditorRegistrar [ ] function ( ) { return this . propertyEditorRegistrars ; } | return the propertyeditorregistrars to be applied to every databinder . concode_field_sep boolean autoGrowNestedPaths concode_elem_sep BindingErrorProcessor bindingErrorProcessor concode_elem_sep MessageCodesResolver messageCodesResolver concode_elem_sep boolean directFieldAccess concode_elem_sep Validator validator co... |
void function ( Feature arg0 ) { throw new UnsupportedOperationException ( ) ; } | this method is not supported , because matches should not normally need to have matches removed . concode_field_sep List<Double> scores concode_elem_sep Feature topMatch concode_elem_sep FeatureDataset dataset concode_elem_sep double topScore concode_field_sep void add concode_elem_sep void add concode_elem_sep void ad... |
boolean function ( GridPoint arg0 , int arg1 ) { return arg0 != null && Math . abs ( arg0 . x - x ) <= arg1 && Math . abs ( arg0 . y - y ) <= arg1 ; } | compares this vector with the other vector , using the supplied epsilon for fuzzy equality testing . concode_field_sep GridPoint TMP concode_elem_sep int x concode_elem_sep GridPoint Y concode_elem_sep int y concode_elem_sep GridPoint X concode_elem_sep GridPoint ZERO concode_field_sep GridPoint add concode_elem_sep Gr... |
long function ( ) { return _userMapping . getUserId ( ) ; } | returns the user id of this user mapping . concode_field_sep UserMapping _userMapping concode_field_sep void setName concode_elem_sep void setOrgCode1 concode_elem_sep void setOrgCode2 concode_elem_sep void setExpandoBridgeAttributes concode_elem_sep void setExpandoBridgeAttributes concode_elem_sep void setExpandoBridg... |
void function ( Object arg0 ) { org . apache . log4j . Logger loc0 = org . apache . log4j . Logger . getLogger ( Thread . currentThread ( ) . getStackTrace ( ) [ 2 ] . getClassName ( ) ) ; loc0 . error ( arg0 ) ; } | log an error message . concode_field_sep PlaceHolder placeHolder concode_field_sep void setHierarchy concode_elem_sep void warn concode_elem_sep void warn concode_elem_sep void trace concode_elem_sep void debug concode_elem_sep boolean isTraceEnabled concode_elem_sep boolean isTraceEnabled concode_elem_sep boolean isDe... |
boolean function ( AppiumDriver < WebElement > arg0 , String arg1 ) { boolean loc0 = false ; List < WebElement > loc1 = getArticleDateList ( arg0 ) ; int loc2 = loc1 . loc2 ( ) ; for ( int loc3 = 0 ; loc3 < loc2 ; loc3 ++ ) { String loc4 = loc1 . get ( loc3 ) . getText ( ) ; if ( loc4 . equalsIgnoreCase ( arg1 ) ) { lo... | validate article date by checking whether the date provided is displayed in the list view . note : you need to set a specific date for the test article and should be used as a parameter in the method . concode_field_sep UtilityActionHelper actionHelper concode_field_sep List<WebElement> articleList concode_elem_sep Str... |
Map < PathFragment , Artifact > function ( RuleContext arg0 , Iterable < Artifact > arg1 ) { Map < PathFragment , Artifact > loc0 = new HashMap < > ( ) ; for ( Artifact loc1 : arg1 ) { Artifact loc2 = generate2to3Action ( arg0 , loc1 ) ; loc0 . put ( loc1 . getRootRelativePath ( ) , loc2 ) ; } return loc0 ; } | create an action for each python 2 file to convert to python 3 concode_field_sep PathFragment INIT_PY concode_elem_sep Function<Map<PathFragment,Artifact>,Map<PathFragment,Artifact>> GET_INIT_PY_FILES concode_elem_sep FileType REQUIRES_INIT_PY concode_field_sep Map<PathFragment,Artifact> getInitDotPyFiles concode_elem_... |
java . lang . String function ( ) { return _gadget . getName ( ) ; } | returns the name of this gadget . concode_field_sep Gadget _gadget 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 ( ) { epsilonGreedy = true ; rouletteWheel = false ; boltzmann = false ; } | set the epsilon-greedy policy concode_field_sep double lambda concode_elem_sep double alphaDecayPower concode_elem_sep double count concode_elem_sep ListOfTiles bestSoFar concode_elem_sep double tau concode_elem_sep double alpha concode_elem_sep double decayAlpha concode_elem_sep long serialVersionUID concode_elem_sep ... |
void function ( int arg0 , int arg1 , String arg2 ) { GF_Log_Module loc0 = GF_Log_Module . getModule ( arg1 ) ; doLog ( loc0 , arg0 , arg2 ) ; } | logs from c-code concode_field_sep int loggedLevel concode_elem_sep int defaultLoggedLevel concode_elem_sep boolean enableLogOnDisk concode_elem_sep String logFile concode_elem_sep PrintStream writer concode_elem_sep SortedSet<GF_Log_Module> loggedModules concode_elem_sep String logDir concode_field_sep void onCreate c... |
EntityDeserializer function ( ) { return new EntityDeserializer ( new LaxContentLengthStrategy ( ) ) ; } | creates an instance of entitydeserializer with the laxcontentlengthstrategy implementation to be used forde-serializing entities received over this connection . this method can be overridden in a super class in order to create instances of entitydeserializer using a custom contentlengthstrategy . concode_field_sep Enti... |
void function ( ) { this . scores . remove ( this . scores . size ( ) - 1 ) ; } | a method that will undo the last change to instance variables . currently only needs to delete the last score put into the scores list . concode_field_sep Schedule currentBestSchedule concode_elem_sep Random random concode_elem_sep boolean acceptableScheduleFound concode_elem_sep double scoreThreshold concode_elem_sep ... |
boolean function ( ) { return ( castleMask & ( 1 << H1_CASTLE ) ) != 0 ; } | return true if white short castling right has not been lost . concode_field_sep long hashKey concode_elem_sep boolean whiteMove concode_elem_sep int A8_CASTLE concode_elem_sep long[] castleHashKeys concode_elem_sep int[] squares concode_elem_sep long whiteHashKey concode_elem_sep int castleMask concode_elem_sep int epS... |
String function ( ) { return liveStreamEventActionType ; } | gets the value of the livestreameventactiontype property . concode_field_sep String liveStreamEventActionType concode_field_sep void setLiveStreamEventActionType |
void function ( boolean arg0 ) { this . urlDecodeHeaders = arg0 ; } | if this option is enabled , then during binding from spark to camel message then the header values will be url decoded eg % 20 will be a space character . concode_field_sep boolean mapHeaders concode_elem_sep boolean disableStreamCache concode_elem_sep boolean transferException concode_elem_sep boolean urlDecodeHeaders... |
List < Message > function ( ) { if ( mode != StorageMode . LIST ) { if ( mode == StorageMode . MAP ) { listData = convertMapToList ( mapData ) ; } mapData = null ; mode = StorageMode . LIST ; } return listData ; } | gets a mutable list view of this mapfield . concode_field_sep StorageMode mode concode_elem_sep MutatabilityAwareMap<K,V> mapData concode_elem_sep boolean isMutable concode_elem_sep List<Message> listData concode_elem_sep Converter<K,V> converter concode_elem_sep MapEntry<K,V> defaultEntry concode_field_sep Mutatabilit... |
void function ( String arg0 , String arg1 ) { try { java . io . OutputStream loc0 = new java . io . FileOutputStream ( arg0 ) ; byte [ ] loc1 = arg1 . getBytes ( "srini_string" ) ; loc0 . write ( loc1 ) ; loc0 . close ( ) ; } catch ( Exception loc0 ) { loc0 . printStackTrace ( ) ; } } | writes an xml structure to file encoding : utf-8 concode_field_sep PlaceHolder placeHolder concode_field_sep void debugOutputXML2File concode_elem_sep void debugOutputXML2File |
String function ( ) { String loc0 = name . replace ( ' ' , '-' ) ; if ( version != null ) loc0 = loc0 + "srini_string" + version ; return ( loc0 ) ; } | get the name of the directory to store the oar in concode_field_sep String MANUAL concode_elem_sep long serialVersionUID concode_elem_sep String OAR_VERSION concode_elem_sep String version concode_elem_sep String deployDir concode_elem_sep Set<RemoteRepository> repositories concode_elem_sep URL url concode_elem_sep Str... |
int function ( ) { return new SerializedObject ( din , pool , this , parseClassDesc ( ) ) . getHandle ( ) ; } | parses the newobject part of the stream . returns the handle of the object . concode_field_sep SerializedEntityPool pool concode_elem_sep DataInputStream din concode_field_sep int parseEnum concode_elem_sep int readHandle concode_elem_sep int parseArray concode_elem_sep int parseClassDesc concode_elem_sep int parseProx... |
void function ( String arg0 ) { this . role = arg0 ; } | sets the value of the role property . concode_field_sep String role concode_elem_sep JAXBElement<? extends EngineeringDatumType> engineeringDatum concode_elem_sep String arcrole concode_elem_sep String show concode_elem_sep String actuate concode_elem_sep List<String> nilReason concode_elem_sep String href concode_elem... |
void function ( boolean arg0 ) { this . mIsVisible = arg0 ; } | set the flag whether the legend will be drawn concode_field_sep int padding concode_elem_sep boolean mIsVisible concode_elem_sep int backgroundColor concode_elem_sep int margin concode_elem_sep float textSize concode_elem_sep Paint mPaint concode_elem_sep GraphView mGraphView concode_elem_sep Styles mStyles concode_ele... |
void function ( long arg0 ) { _userNotificationEvent . setCompanyId ( arg0 ) ; } | sets the company id of this user notification event . concode_field_sep UserNotificationEvent _userNotificationEvent concode_field_sep void setExpandoBridgeAttributes concode_elem_sep void setExpandoBridgeAttributes concode_elem_sep void setExpandoBridgeAttributes concode_elem_sep boolean isEscapedModel concode_elem_se... |
void function ( int arg0 ) { mWidth = arg0 ; mTexture . setWidth ( arg0 ) ; } | sets the current texture width for this render target . concode_field_sep Config mBitmapConfig concode_elem_sep int mDepthBufferHandle concode_elem_sep int mWidth concode_elem_sep int mGLType concode_elem_sep boolean mStencilBuffer concode_elem_sep int mFrameBufferHandle concode_elem_sep int mHeight concode_elem_sep in... |
void function ( String arg0 ) { this . sectionTitleBundleKey = arg0 ; } | setter concode_field_sep UserNotificationPreferencesRegistrationService userNotificationPreferencesRegistrationService concode_elem_sep String defaultValue concode_elem_sep Map<String,String> rawOptions concode_elem_sep Log logger concode_elem_sep String type concode_elem_sep String sectionTitle concode_elem_sep boolea... |
void function ( FilterConfig arg0 ) { for ( Filter loc0 : this . filters ) { loc0 . init ( arg0 ) ; } } | initialize all the filters , calling each one 's init method in turn in the order supplied . concode_field_sep List<? extends Filter> filters concode_elem_sep FilterChain originalChain concode_elem_sep List<? extends Filter> additionalFilters concode_elem_sep int currentPosition concode_field_sep void doFilter concode_... |
void function ( AppConfigurationEntry [ ] arg0 ) { SecurityManager loc0 = System . getSecurityManager ( ) ; if ( loc0 != null ) { loc0 . checkPermission ( SET_CONFIG_ENTRY_PERM ) ; } this . loginModules = arg0 ; } | set an application authentication configuration . this requires an authpermission `` setloginconfiguration '' access . concode_field_sep CallbackHandler callbackHandler concode_elem_sep AppConfigurationEntry[] loginModules concode_elem_sep AuthPermission GET_CONFIG_ENTRY_PERM concode_elem_sep AuthPermission SET_CONFIG_... |
void function ( boolean arg0 ) { this . durability = arg0 ; } | set whether or not the job should remain stored after it is orphaned no trigger s point to it . if not explicitly set , the default value is false . concode_field_sep JobDataMap jobDataMap concode_elem_sep boolean shouldRecover concode_elem_sep String group concode_elem_sep Class<? extends Job> jobClass concode_elem_se... |
void function ( String arg0 ) { this . amount = arg0 ; } | sets the amount . concode_field_sep String pgTxnNo concode_elem_sep String amount concode_elem_sep String signature concode_elem_sep String txMsg concode_elem_sep String txId concode_elem_sep long serialVersionUID concode_elem_sep String authIdCode concode_elem_sep String transactionId concode_elem_sep String txStatus ... |
void function ( String arg0 ) { for ( IJavaJ2KDecoderLogger loc0 : loggers ) loc0 . logDecoderError ( arg0 ) ; } | this method is called either directly or by the c methods concode_field_sep byte compressedStream[] concode_elem_sep int depth concode_elem_sep boolean isInitialized concode_elem_sep byte[] image8 concode_elem_sep int width concode_elem_sep int nbResolutions concode_elem_sep byte compressedIndex[] concode_elem_sep Vect... |
int function ( InputStream arg0 , OutputStream arg1 ) { long loc0 = copyLarge ( arg0 , arg1 ) ; if ( loc0 > Integer . MAX_VALUE ) { return - 1 ; } return ( int ) loc0 ; } | copy bytes from an inputstream to an outputstream . this method buffers the input internally , so there is no need to use a bufferedinputstream . large streams over 2gb will return a bytes copied value of -1 after the copy has completed since the correct number of bytes can not be returned as an int . for large streams... |
void function ( byte [ ] arg0 ) { if ( arg0 . length > 0xFF ) { throw new IllegalArgumentException ( "srini_string" ) ; } need ( 1 + arg0 . length ) ; array [ pos ++ ] = ( byte ) ( arg0 . length & 0xFF ) ; writeByteArray ( arg0 , 0 , arg0 . length ) ; } | writes a counted string from the stream . a counted string is a one byte value indicating string length , followed by bytes of data . concode_field_sep byte[] array concode_elem_sep int pos concode_elem_sep int saved_pos concode_field_sep int current concode_elem_sep void writeByteArray concode_elem_sep void writeByteA... |
String function ( java . lang . Object arg0 ) { if ( arg0 == null ) { return "srini_string" ; } return arg0 . toString ( ) . replace ( "srini_string" , "srini_string" ) ; } | convert the given object to string with each line indented by 4 spaces except the first line . concode_field_sep String code concode_elem_sep String message concode_field_sep ErrorListItemDTO code concode_elem_sep int hashCode concode_elem_sep void setCode concode_elem_sep boolean equals concode_elem_sep String getMess... |
java . lang . String function ( ) { return _kiemDemVien . getChungMinhThu ( ) ; } | returns the chung minh thu of this kiem dem vien . concode_field_sep KiemDemVien _kiemDemVien concode_field_sep void setOrgCode1 concode_elem_sep java.lang.String getDienThoai concode_elem_sep void setOrgCode2 concode_elem_sep void setImei concode_elem_sep void setExpandoBridgeAttributes concode_elem_sep void setExpand... |
String function ( XYDataset arg0 , int arg1 , int arg2 ) { String loc0 = this . prefix ; boolean loc1 = loc0 . indexOf ( "srini_string" ) == - 1 ; loc0 += loc1 ? "srini_string" : "srini_string" ; loc0 += this . seriesParameterName + "srini_string" + arg1 + "srini_string" + this . itemParameterName + "srini_string" + ar... | generates a url for a particular item within a series . concode_field_sep String itemParameterName concode_elem_sep String prefix concode_elem_sep String DEFAULT_SERIES_PARAMETER concode_elem_sep String DEFAULT_PREFIX concode_elem_sep String DEFAULT_ITEM_PARAMETER concode_elem_sep long serialVersionUID concode_elem_sep... |
String function ( ) { return id ; } | gets the timezone location used to identify this time zone . concode_field_sep Polygon mapPolygon concode_elem_sep DateFormat dateFormat concode_elem_sep String id concode_elem_sep String mapCommandButtonId concode_field_sep String getUseDaylightTime concode_elem_sep boolean isRelevantComponentId concode_elem_sep Strin... |
String function ( ) { return title ; } | gets the value of the title property . concode_field_sep String role concode_elem_sep String arcrole concode_elem_sep String show concode_elem_sep MLLinearCSType mlLinearCS concode_elem_sep String actuate concode_elem_sep List<String> nilReason concode_elem_sep String href concode_elem_sep String type concode_elem_sep ... |
void function ( ) { String loc0 = "srini_string" ; List < String > loc1 = new ArrayList < > ( ) ; ctx . getDefaultCommandCompleter ( ) . complete ( ctx , loc0 , loc0 . length ( ) , loc1 ) ; assertTrue ( loc1 . toString ( ) , loc1 . equals ( profiles ) ) ; } | activate completion for value-type . concode_field_sep List<String> interfaces concode_elem_sep CommandContext ctx concode_elem_sep DomainTestSupport testSupport concode_elem_sep List<String> profiles concode_field_sep void cleanUp concode_elem_sep void testInterfaces concode_elem_sep void setup concode_elem_sep List<S... |
void function ( Short arg0 ) { this . shipNode = arg0 ; } | sets the value of the shipnode property . concode_field_sep Short shipNode concode_elem_sep String value concode_elem_sep String extnHostOrderReference concode_field_sep String getValue concode_elem_sep Short getShipNode concode_elem_sep String getExtnHostOrderReference concode_elem_sep void setValue concode_elem_sep v... |
LineID function ( ) { return line ; } | get the line id this breakpoint is on . concode_field_sep BreakpointRequest bpr concode_elem_sep LineID line concode_elem_sep Debugger dbg concode_elem_sep ReferenceType theClass concode_field_sep void set concode_elem_sep boolean isOnLine concode_elem_sep void classLoaded concode_elem_sep void detach concode_elem_sep ... |
String function ( ) { return Adempiere . MAIN_VERSION ; } | get main version concode_field_sep int m_databaseCount concode_elem_sep String ALLOW_CLIENT_QUERY_DB_PWD concode_elem_sep int m_versionCount concode_elem_sep CLogger log concode_elem_sep int m_no concode_elem_sep int s_no concode_field_sep String getDbPwd concode_elem_sep String getDbType concode_elem_sep int getVersio... |
Builder function ( String arg0 ) { this . group = arg0 ; return this ; } | set the module group . concode_field_sep Map<String,String> parameters concode_elem_sep String name concode_elem_sep String label concode_elem_sep Map<String,String> parameters concode_elem_sep String group concode_field_sep Builder setName concode_elem_sep Builder addParameters concode_elem_sep String getName concode_... |
void function ( long arg0 ) { _expandoTable . setClassNameId ( arg0 ) ; } | sets the class name id of this expando table . concode_field_sep ExpandoTable _expandoTable concode_field_sep long getClassNameId concode_elem_sep void setName concode_elem_sep boolean isFinderCacheEnabled concode_elem_sep void setExpandoBridgeAttributes concode_elem_sep void setExpandoBridgeAttributes concode_elem_sep... |
com . liferay . socialcoding . model . JIRAChangeItem function ( com . liferay . socialcoding . model . JIRAChangeItem arg0 ) { return getService ( ) . deleteJIRAChangeItem ( arg0 ) ; } | deletes the j i r a change item from the database . also notifies the appropriate model listeners . concode_field_sep JIRAChangeItemLocalService _service concode_field_sep java.lang.String getOSGiServiceIdentifier concode_elem_sep com.liferay.portal.kernel.dao.orm.ActionableDynamicQuery getActionableDynamicQuery concod... |
BigDecimal function ( Configuration arg0 , Integer arg1 , Timestamp arg2 ) { GetCustomerBalance loc0 = new GetCustomerBalance ( ) ; loc0 . setPCustomerId ( arg1 ) ; loc0 . setPEffectiveDate ( arg2 ) ; loc0 . execute ( arg0 ) ; return loc0 . getReturnValue ( ) ; } | call public.get _ customer_balance concode_field_sep PlaceHolder placeHolder concode_field_sep Integer inventoryHeldByCustomer concode_elem_sep Field<Integer> inventoryHeldByCustomer concode_elem_sep Field<Integer> inventoryHeldByCustomer concode_elem_sep Object lastUpdated concode_elem_sep Field<Object> lastUpdated co... |
Class < ? > function ( String arg0 ) { return ClassUtils . forName ( arg0 , ClassUtils . getDefaultClassLoader ( ) ) ; } | resolve the given class name into a class . the default implementations uses classutils.forname , using the thread context class loader . concode_field_sep Object targetObject concode_elem_sep String targetMethod concode_elem_sep Class<?> targetClass concode_elem_sep Method methodObject concode_elem_sep String staticMe... |
void function ( DefaultData arg0 ) { this . bufferNewestElement = arg0 ; } | sets #buffernewestelement . concode_field_sep long storageMaxDataSpace concode_elem_sep boolean canWriteMore concode_elem_sep long upTime concode_elem_sep DefaultData bufferNewestElement concode_elem_sep DefaultData bufferOldestElement concode_elem_sep long serialVersionUID concode_elem_sep Date dateStarted concode_ele... |
Image function ( String arg0 ) { return downloadedImages . get ( arg0 ) ; } | returns an image that is currently downloaded by its cached name . concode_field_sep Cache cache concode_elem_sep Map<String,Image> downloadedImages concode_elem_sep Logger LOG concode_field_sep void unregisterDownloadedImage concode_elem_sep Image load concode_elem_sep void clearQueue concode_elem_sep void registerDow... |
void function ( ITimedStatemachine arg0 ) { this . statemachine = arg0 ; } | sets the state machine reference of the event . concode_field_sep boolean periodic concode_elem_sep int index concode_elem_sep ITimedStatemachine statemachine concode_field_sep boolean isPeriodic concode_elem_sep ITimedStatemachine getStatemachine concode_elem_sep int getIndex |
String function ( ) { StringBuilder loc0 = new StringBuilder ( host . length ( ) + 7 ) ; if ( host . indexOf ( ':' ) >= 0 ) { loc0 . append ( '[' ) . append ( host ) . append ( ']' ) ; } else { loc0 . append ( host ) ; } if ( hasPort ( ) ) { loc0 . append ( ':' ) . append ( port ) ; } return loc0 . toString ( ) ; } | rebuild the host : port string , including brackets if necessary . concode_field_sep Pattern BRACKET_PATTERN concode_elem_sep int port concode_elem_sep int NO_PORT concode_elem_sep String host concode_field_sep HostAddress withDefaultPort concode_elem_sep HostAddress fromUri concode_elem_sep boolean hasPort concode_ele... |
List < Maskelement > function ( ) { if ( maskelement == null ) { maskelement = new ArrayList < Maskelement > ( ) ; } return this . maskelement ; } | gets the value of the maskelement 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 maskelement property . for example , to add a new item... |
int function ( ) { return _keHoachVeSinhXaNew . getNam ( ) ; } | returns the nam of this ke hoach ve sinh xa new . concode_field_sep keHoachVeSinhXaNew _keHoachVeSinhXaNew concode_field_sep void setExpandoBridgeAttributes concode_elem_sep void setExpandoBridgeAttributes concode_elem_sep void setExpandoBridgeAttributes concode_elem_sep boolean isEscapedModel concode_elem_sep boolean ... |
List < Node > function ( final Node arg0 , final String arg1 ) { return getMatchingChildNodes ( arg0 , arg1 , null , null ) ; } | return children of the node parameter with a matching nodename . concode_field_sep PlaceHolder placeHolder concode_field_sep boolean nodeMatchesAttributeFilter concode_elem_sep String getNodeValue concode_elem_sep T process concode_elem_sep String getAttributeValue concode_elem_sep Node getFirstMatchingChildNode concod... |
StatusEnum function ( ) { return status ; } | order status concode_field_sep Long id concode_elem_sep DateTime shipDate concode_elem_sep String value concode_elem_sep StatusEnum status concode_elem_sep Boolean complete concode_elem_sep Long petId concode_elem_sep Integer quantity concode_field_sep StatusEnum fromValue concode_elem_sep DateTime getShipDate concode_... |
void function ( ProviderName arg0 ) { this . providerName = arg0 ; } | sets the providername . concode_field_sep Integer updateInterval concode_elem_sep String language concode_elem_sep String locationId concode_elem_sep Double latitude concode_elem_sep String name concode_elem_sep ProviderName providerName concode_elem_sep Double longitude concode_field_sep void setName concode_elem_sep ... |
JAXBElement < AttributedURI > function ( AttributedURI arg0 ) { return new JAXBElement < AttributedURI > ( _Action_QNAME , AttributedURI . class , null , arg0 ) ; } | create an instance of jaxbelement concode_field_sep QName _From_QNAME concode_elem_sep QName _ReplyTo_QNAME concode_elem_sep QName _To_QNAME concode_elem_sep QName _EndpointReference_QNAME concode_elem_sep QName _Action_QNAME concode_elem_sep QName _MessageID_QNAME concode_elem_sep QName _RelatesTo_QNAME concode_elem_s... |
void function ( Yes arg0 ) { this . collection = arg0 ; } | sets the value of the collection property . concode_field_sep Yes manuscript concode_elem_sep Yes collection concode_elem_sep String value concode_field_sep void setManuscript concode_elem_sep String getValue concode_elem_sep Yes getCollection concode_elem_sep void setValue concode_elem_sep Yes getManuscript |
String function ( Model arg0 ) { LOGGER . info ( "srini_string" ) ; manualStartupService . reset ( ) ; return "srini_string" ; } | simply selects the home view to render by returning its name . concode_field_sep Logger LOGGER concode_elem_sep ManualStartupService manualStartupService concode_field_sep String process concode_elem_sep String start concode_elem_sep String processing concode_elem_sep String home |
boolean function ( ) { return startByte != null && endByte != null ; } | checks if a byte range is defined concode_field_sep Mode mode concode_elem_sep Long startByte concode_elem_sep boolean timing concode_elem_sep Long endByte concode_elem_sep Properties extraParameterSource concode_elem_sep String from concode_elem_sep ProtocolType.Enum chosenProtocol concode_elem_sep String to concode_e... |
void function ( String arg0 ) { this . mandateId = arg0 ; } | sets the value of the mandateid property . concode_field_sep String mandateId concode_elem_sep String domesticMandateId concode_field_sep void setDomesticMandateId concode_elem_sep String getMandateId concode_elem_sep String getDomesticMandateId |
boolean function ( Request arg0 ) { return arg0 . header ( "srini_string" ) != null || arg0 . header ( "srini_string" ) != null ; } | returns true if the request contains conditions that save the server from sending a response that the client has locally . when a request is enqueued with its own conditions , the built-in response cache wo n't be used . concode_field_sep String servedDateString concode_elem_sep Request request concode_elem_sep Request... |
Word < I > function ( ) { return prefix ; } | retrieves the prefix row label associated with this row . concode_field_sep Word<I> prefix concode_elem_sep int rowContentId concode_elem_sep int lpIndex concode_elem_sep int rowId concode_elem_sep Row<I>[] successors concode_field_sep boolean hasContents concode_elem_sep boolean isShortPrefix concode_elem_sep void mak... |
void function ( int arg0 , int arg1 , int arg2 ) { Vertex loc0 = verts . get ( arg0 ) ; Vertex loc1 = verts . get ( arg1 ) ; Edge loc2 = new Edge ( loc0 , loc1 , arg2 ) ; loc0 . Adj . add ( loc2 ) ; loc1 . Adj . add ( loc2 ) ; edges . add ( loc2 ) ; } | method to add an edge to the graph concode_field_sep int numNodes concode_elem_sep List<Edge> edges concode_elem_sep Iterator<Vertex> it concode_elem_sep List<Vertex> verts concode_field_sep Vertex next concode_elem_sep Iterator<Vertex> iterator concode_elem_sep void clearVertexCount concode_elem_sep Graph readGraph co... |
String function ( ) { return name ; } | returns the name of the location . concode_field_sep String name concode_elem_sep String id concode_field_sep void setName concode_elem_sep void setId concode_elem_sep String getId |
void function ( String arg0 , IToken arg1 ) { Assert . isNotNull ( arg0 ) ; Assert . isNotNull ( arg1 ) ; fWords . put ( new CharacterBuffer ( arg0 ) , arg1 ) ; } | adds a word and the token to be returned if it is detected . concode_field_sep char[] fContent concode_elem_sep List fMatchers concode_elem_sep boolean fIsHashCached concode_elem_sep IWordDetector fDetector concode_elem_sep int fLength concode_elem_sep Map fWords concode_elem_sep int UNDEFINED concode_elem_sep Characte... |
boolean function ( ) { return buildNumber != null ; } | if this object contains a build . concode_field_sep Run build concode_elem_sep Job project concode_elem_sep Integer buildNumber concode_elem_sep String projectId concode_field_sep Run getBuild concode_elem_sep Integer getBuildNumber concode_elem_sep void setBuildNumber concode_elem_sep int hashCode concode_elem_sep boo... |
void function ( String arg0 ) { this . urlText = arg0 ; } | sets the url text . concode_field_sep Shape area concode_elem_sep long serialVersionUID concode_elem_sep String urlText concode_elem_sep String toolTipText concode_field_sep void setToolTipText concode_elem_sep String getPolyCoords concode_elem_sep void writeObject concode_elem_sep void setArea concode_elem_sep String ... |
AdSenseSettingsBorderStyle function ( ) { return borderStyle ; } | gets the value of the borderstyle property . concode_field_sep Boolean adSenseEnabled concode_elem_sep String borderColor concode_elem_sep String backgroundColor concode_elem_sep AdSenseSettingsAdType adType concode_elem_sep AdSenseSettingsFontFamily fontFamily concode_elem_sep String titleColor concode_elem_sep AdSens... |
void function ( java . lang . String arg0 ) { _kaleoNode . setMetadata ( arg0 ) ; } | sets the metadata of this kaleo node . concode_field_sep KaleoNode _kaleoNode concode_field_sep void setExpandoBridgeAttributes concode_elem_sep void setExpandoBridgeAttributes concode_elem_sep void setExpandoBridgeAttributes concode_elem_sep boolean getTerminal concode_elem_sep java.lang.String getName concode_elem_se... |
Builder function ( @ Nullable String arg0 ) { buffer . add ( arg0 ) ; return this ; } | appends a string value to the key . concode_field_sep Joiner joiner concode_elem_sep com.google.protobuf.Value NULL_PROTO concode_elem_sep boolean canEscape concode_elem_sep List<Object> parts concode_elem_sep long serialVersionUID concode_elem_sep ArrayList<Object> buffer concode_field_sep Builder toBuilder concode_el... |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.