idx int64 0 25k | question stringlengths 68 5.61k | target stringlengths 21 500 |
|---|---|---|
1,800 | returns a string representation of this object ; useful for testing and debugging . concode_field_sep String action concode_elem_sep IPSetDescriptor iPSetDescriptor concode_field_sep void setAction concode_elem_sep void setAction concode_elem_sep IPSetUpdate withAction concode_elem_sep IPSetUpdate withAction concode_el... | String function ( ) { StringBuilder loc0 = new StringBuilder ( ) ; loc0 . append ( "srini_string" ) ; if ( getAction ( ) != null ) loc0 . append ( "srini_string" + getAction ( ) + "srini_string" ) ; if ( getIPSetDescriptor ( ) != null ) loc0 . append ( "srini_string" + getIPSetDescriptor ( ) ) ; loc0 . append ( "srini_... |
1,801 | returns string repsentation of this object . concode_field_sep byte[] data concode_field_sep Serializable getObject concode_elem_sep int getBytesLength concode_elem_sep byte[] getBytes | String function ( ) { return super . toString ( ) ; } |
1,802 | converts float arrays to double arrays concode_field_sep long usr concode_elem_sep float[] y concode_elem_sep boolean rawSet concode_elem_sep int FeatureCount concode_elem_sep long time concode_elem_sep String stringusr concode_elem_sep long[] t concode_elem_sep float[] floatFeat concode_elem_sep char act concode_elem_... | double [ ] function ( float [ ] arg0 ) { double [ ] loc0 = new double [ arg0 . length ] ; for ( int loc1 = 0 ; loc1 < arg0 . length ; loc1 ++ ) { loc0 [ loc1 ] = arg0 [ loc1 ] ; } return loc0 ; } |
1,803 | sets the value of the id property . concode_field_sep int applicationCount concode_elem_sep String filename concode_elem_sep String application concode_elem_sep XMLGregorianCalendar added concode_elem_sep BigDecimal id concode_elem_sep String mimeType concode_elem_sep int addedCount concode_elem_sep Attachment sampleAt... | void function ( BigDecimal arg0 ) { this . id = arg0 ; } |
1,804 | adds view to cache . determines view type item view or empty one by index . concode_field_sep WheelView wheel 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 List<View> addView ... | void function ( View arg0 , int arg1 ) { int loc0 = wheel . getViewAdapter ( ) . getItemsCount ( ) ; if ( ( arg1 < 0 || arg1 >= loc0 ) && ! wheel . isCyclic ( ) ) { emptyItems = addView ( arg0 , emptyItems ) ; } else { while ( arg1 < 0 ) { arg1 = loc0 + arg1 ; } arg1 %= loc0 ; items = addView ( arg0 , items ) ; } } |
1,805 | this method translates the passed in string from x-www-form-urlencoded format using the default encoding `` utf-8 '' to decode the hex encoded unsafe characters . concode_field_sep PlaceHolder placeHolder concode_field_sep placeholderType placeHolder | String function ( String arg0 ) { try { return decode ( arg0 , "srini_string" ) ; } catch ( UnsupportedEncodingException loc0 ) { return arg0 ; } } |
1,806 | gets a future which returns this when the channel is successfully opened , or throws an exception if there is an error before the channel has reached the open state . after this future completes successfully , you may call paymentchannelclientconnection #incrementpayment coin or paymentchannelclientconnection #incremen... | ListenableFuture < PaymentChannelClientConnection > function ( ) { return channelOpenFuture ; } |
1,807 | set the output folder for results files . if not set , this class will not output any data to file . concode_field_sep int[] iterArray concode_elem_sep int[] pctTrainArray concode_elem_sep Writer writer concode_elem_sep Runner runner concode_elem_sep File outputFolder concode_field_sep void runAll | void function ( File arg0 ) { this . outputFolder = arg0 ; } |
1,808 | illustrates a simple test . concode_field_sep PlaceHolder placeHolder concode_field_sep void renderTemplate | void function ( ) { int loc0 = 1 + 1 ; assertThat ( loc0 ) . isEqualTo ( 2 ) ; } |
1,809 | marshal the given object to a bytesmessage . concode_field_sep Unmarshaller unmarshaller concode_elem_sep MessageType targetType concode_elem_sep Marshaller marshaller concode_field_sep Object unmarshalFromTextMessage concode_elem_sep void setMarshaller concode_elem_sep Object unmarshalFromMessage concode_elem_sep Mess... | BytesMessage function ( Object arg0 , Session arg1 , Marshaller arg2 ) { ByteArrayOutputStream loc0 = new ByteArrayOutputStream ( 1024 ) ; StreamResult loc1 = new StreamResult ( loc0 ) ; arg2 . marshal ( arg0 , loc1 ) ; BytesMessage loc2 = arg1 . createBytesMessage ( ) ; loc2 . writeBytes ( loc0 . toByteArray ( ) ) ; r... |
1,810 | the compilation context , may by inspected by integration tests . concode_field_sep Context context concode_elem_sep ImmutableMap<String,OutputFileObject> files concode_elem_sep Status status concode_elem_sep StringWriter sb concode_field_sep String output concode_elem_sep boolean success concode_elem_sep ImmutableMap<... | Context function ( ) { return context ; } |
1,811 | returns true if the definition site of this register is a move-param ie , this is a method parameter . concode_field_sep SsaMethod ssaMeth concode_elem_sep InterferenceGraph interference concode_field_sep RegisterMapper allocateRegisters concode_elem_sep boolean wantsParamsMovedHigh concode_elem_sep RegisterSpec insert... | boolean function ( int arg0 ) { SsaInsn loc0 = ssaMeth . getDefinitionForRegister ( arg0 ) ; if ( loc0 instanceof NormalSsaInsn ) { NormalSsaInsn loc1 = ( NormalSsaInsn ) loc0 ; return loc1 . getOpcode ( ) . getOpcode ( ) == RegOps . MOVE_PARAM ; } return false ; } |
1,812 | gets the value of the italic property . concode_field_sep CTEmbeddedFontDataId bold concode_elem_sep CTEmbeddedFontDataId boldItalic concode_elem_sep CTEmbeddedFontDataId italic concode_elem_sep CTEmbeddedFontDataId regular concode_elem_sep TextFont font concode_field_sep CTEmbeddedFontDataId getBoldItalic concode_elem... | CTEmbeddedFontDataId function ( ) { return italic ; } |
1,813 | get the last child of a detailast . concode_field_sep DetailAST mNode concode_field_sep Object next concode_elem_sep DetailAST getPreviousSibling concode_elem_sep DetailAST getNextSibling concode_elem_sep DetailAST getFirstNode concode_elem_sep DetailAST getNextNode concode_elem_sep DetailAST getFirstChild concode_elem... | DetailAST function ( DetailAST arg0 ) { return arg0 . getLastChild ( ) ; } |
1,814 | gets the value of the authenticationrequired property . concode_field_sep boolean dealerFound concode_elem_sep boolean authenticationRequired concode_elem_sep String dealerName concode_elem_sep CodeAndDescription channelInfo concode_elem_sep String dealerCode concode_elem_sep String dealerType concode_elem_sep FinanceM... | boolean function ( ) { return authenticationRequired ; } |
1,815 | gets the max namespace length . concode_field_sep int maxNamespaceLength concode_field_sep void setMaxNamespaceLength concode_elem_sep void validate | int function ( ) { return maxNamespaceLength ; } |
1,816 | gets the on error list . concode_field_sep List<List<Object>> onErrorList concode_elem_sep List<List<Object>> onOpenList concode_elem_sep List<List<Object>> onCloseList concode_elem_sep List<List<Object>> onMessageList concode_field_sep List<List<Object>> getOnMessageList concode_elem_sep void onClose concode_elem_sep ... | List < List < Object >> function ( ) { return onErrorList ; } |
1,817 | add a directory for block locality reporting . this directory will continue to be checked until its close method has been called . concode_field_sep String hostname concode_elem_sep ConcurrentMap<HdfsDirectory,ConcurrentMap<FileStatus,BlockLocation[]>> cache concode_elem_sep String LOCALITY_BYTES_TOTAL concode_elem_sep... | void function ( HdfsDirectory arg0 ) { logger . info ( "srini_string" , arg0 . getHdfsDirPath ( ) . toString ( ) ) ; cache . put ( arg0 , new ConcurrentHashMap < FileStatus , BlockLocation [ ] > ( ) ) ; } |
1,818 | returns a new token object , by default . however , if you want , you can create and return subclass objects based on the value of ofkind . simply add the cases to the switch for all those special cases . for example , if you have a subclass of token called idtoken that you want to create if ofkind is id , simlpy add s... | Token function ( int arg0 ) { switch ( arg0 ) { default : return new Token ( ) ; } } |
1,819 | this method resets the outgoing events . concode_field_sep int nextStateIndex concode_elem_sep State[] stateVector concode_field_sep void reactMain_region_A concode_elem_sep void init concode_elem_sep void exit concode_elem_sep void exitAction concode_elem_sep boolean isStateActive concode_elem_sep void clearEvents con... | void function ( ) { } |
1,820 | returns the application name or null . note this is never shown to the user . it is used to initialize the swt display . on motif , for example , this can be used to set the name used for resource lookup . concode_field_sep String EMPTY_STRING concode_elem_sep ProductProperties productProperties concode_elem_sep Long f... | String function ( ) { return null ; } |
1,821 | write a value to the specified index . assumes the array is already big enough . concode_field_sep int size concode_elem_sep float[] array concode_field_sep void add concode_elem_sep int getSize concode_elem_sep float[] trim concode_elem_sep float get | void function ( int arg0 , float arg1 ) { array [ arg0 ] = arg1 ; } |
1,822 | error log message . concode_field_sep int WARN concode_elem_sep int VERBOSE concode_elem_sep int ERROR concode_elem_sep int LOGLEVEL concode_elem_sep int DEBUG concode_elem_sep int INFO concode_field_sep boolean isLoggable concode_elem_sep void d concode_elem_sep void d concode_elem_sep void d concode_elem_sep void set... | void function ( String arg0 , String arg1 ) { if ( LOG . ERROR >= LOGLEVEL ) Log . e ( arg0 , arg1 ) ; } |
1,823 | sets the value of the poid property . concode_field_sep Long roid2 concode_elem_sep Long mcid concode_elem_sep Long roid1 concode_elem_sep String address concode_elem_sep Long poid concode_elem_sep SCompareType sCompareType concode_field_sep void setSCompareType concode_elem_sep void setRoid1 concode_elem_sep Long getP... | void function ( Long arg0 ) { this . poid = arg0 ; } |
1,824 | returns true if the supplied object is an instance of listenerdata and has the same listener , filterand passback object . concode_field_sep NotificationFilter filter concode_elem_sep Object passback concode_elem_sep NotificationListener listener concode_field_sep NotificationFilter getFilter concode_elem_sep Object ge... | boolean function ( Object arg0 ) { if ( arg0 instanceof ListenerData ) { ListenerData loc0 = ( ListenerData ) arg0 ; return ( loc0 . getListener ( ) == listener && loc0 . getFilter ( ) == filter && loc0 . getPassback ( ) == passback ) ; } return false ; } |
1,825 | return user name concode_field_sep WritableFactory FACTORY concode_elem_sep FsPermission permission concode_elem_sep String groupname concode_elem_sep String username concode_field_sep void readFields concode_elem_sep String getGroupName concode_elem_sep FsPermission getPermission concode_elem_sep PermissionStatus read... | String function ( ) { return username ; } |
1,826 | non-core method . if you wanted to run multiple independent experiments within a single experiment program , you could call this method in between . this will disconnect you from the glue . this has not been thoroughly tested : it is useful for rl-viz . concode_field_sep RLGlueInterface instance concode_elem_sep boolea... | void function ( ) { instance = null ; inited = false ; currentEpisodeOver = true ; } |
1,827 | enable or disable trace mode . if trace mode is enabled , also debug mode is enabled . concode_field_sep boolean DEFAULT_DEBUG_MODE concode_elem_sep AtomicBoolean s_aTraceMode concode_elem_sep boolean DEFAULT_PRODUCTION_MODE concode_elem_sep AtomicBoolean s_aProductionMode concode_elem_sep boolean DEFAULT_TRACE_MODE co... | void function ( final boolean arg0 ) { s_aTraceMode . set ( arg0 ) ; if ( arg0 ) setDebugModeDirect ( true ) ; } |
1,828 | sets the log writer for this managedconnection instance . concode_field_sep Logger log concode_elem_sep MultipleManagedConnectionFactory1 mcf concode_elem_sep List<ConnectionEventListener> listeners concode_elem_sep Object connection concode_elem_sep PrintWriter logwriter concode_field_sep void associateConnection conc... | void function ( PrintWriter arg0 ) { log . trace ( "srini_string" ) ; logwriter = arg0 ; } |
1,829 | serialize the gappolicy to the output stream concode_field_sep ParseField parseField concode_elem_sep byte id concode_field_sep String getName concode_elem_sep GapPolicy readFrom concode_elem_sep Double resolveBucketValue concode_elem_sep Double resolveBucketValue concode_elem_sep GapPolicy parse | void function ( StreamOutput arg0 ) { arg0 . writeByte ( id ) ; } |
1,830 | ascertains whether mapcommandbuttonid or checkboxid are a part of componentid . componentid might be a fully qualified id , with a prefix corresponding to container component s . concode_field_sep Polygon mapPolygon concode_elem_sep DateFormat dateFormat concode_elem_sep String id concode_elem_sep String mapCommandButt... | boolean function ( String arg0 ) { return arg0 . endsWith ( mapCommandButtonId ) ; } |
1,831 | for all rings in the input list , determine whether the ring is a shell or a hole and add it to the appropriate list . due to the way the directededges were linked , a ring is a shell if it is oriented cw , a hole otherwise . concode_field_sep CoordinateReferenceSystem crs concode_elem_sep List shellList concode_elem_s... | void function ( List arg0 , List arg1 , List arg2 ) { for ( Iterator loc0 = arg0 . iterator ( ) ; loc0 . hasNext ( ) ; ) { EdgeRing loc1 = ( EdgeRing ) loc0 . next ( ) ; if ( loc1 . isHole ( ) ) { arg2 . add ( loc1 ) ; } else { arg1 . add ( loc1 ) ; } } } |
1,832 | checks whether the settings are enabled . concode_field_sep IdentityPersistenceManager manager concode_field_sep OpenIDAdminDO getOpenIDAdmin concode_elem_sep String getParameterValue concode_elem_sep boolean hasXMPPSettings concode_elem_sep void createOrUpdateOpenIDAdmin concode_elem_sep boolean addServiceProvider con... | boolean function ( Registry arg0 , String arg1 ) { XMPPSettingsDAO loc0 = new XMPPSettingsDAO ( arg0 ) ; return loc0 . isXmppSettingsEnabled ( arg1 ) ; } |
1,833 | this method is used for getting the description of the template . the description is a long , user friendly description of the rule defined by this template . concode_field_sep String uid concode_elem_sep Visibility visibility concode_elem_sep List<ConfigDescriptionParameter> configDescriptions concode_elem_sep String ... | String function ( ) { return description ; } |
1,834 | method declaration concode_field_sep Database dDatabase concode_elem_sep HsqlArrayList tTransaction concode_elem_sep int iNestedOldTransIndex concode_elem_sep int iId concode_elem_sep jdbcConnection intConnection concode_elem_sep boolean script concode_elem_sep boolean bAutoCommit concode_elem_sep boolean bReadOnly con... | boolean function ( ) { return bReadOnly || dDatabase . bReadOnly ; } |
1,835 | create a mock current sensor . concode_field_sep AtomicLong CAN_DEVICE_ID_GENERATOR concode_field_sep MockTwoAxisAccelerometer accelerometer2Axis concode_elem_sep MockVoltageSensor voltageSensor concode_elem_sep MockMotor stoppedMotor concode_elem_sep MockSolenoid instantaneousSolenoid concode_elem_sep MockSolenoid man... | MockCurrentSensor function ( ) { return new MockCurrentSensor ( ) ; } |
1,836 | set the delegate , responsible for the implemented functionality . concode_field_sep Delegate delegate concode_field_sep boolean _is_equivalent concode_elem_sep Request _create_request concode_elem_sep Request _create_request concode_elem_sep int _hash concode_elem_sep boolean _is_a concode_elem_sep ServantObject _serv... | void function ( Delegate arg0 ) { delegate = arg0 ; } |
1,837 | returns a string representation of this object ; useful for testing and debugging . concode_field_sep com.amazonaws.internal.ListWithAutoConstructFlag<AnalysisSchemeStatus> analysisSchemes concode_field_sep DescribeAnalysisSchemesResult withAnalysisSchemes concode_elem_sep DescribeAnalysisSchemesResult withAnalysisSche... | String function ( ) { StringBuilder loc0 = new StringBuilder ( ) ; loc0 . append ( "srini_string" ) ; if ( getAnalysisSchemes ( ) != null ) loc0 . append ( "srini_string" + getAnalysisSchemes ( ) ) ; loc0 . append ( "srini_string" ) ; return loc0 . toString ( ) ; } |
1,838 | confirm that cloning works . concode_field_sep PlaceHolder placeHolder concode_field_sep void testSerialization concode_elem_sep void testEquals | void function ( ) { SymbolAxis loc0 = new SymbolAxis ( "srini_string" , new String [ ] { "srini_string" , "srini_string" } ) ; SymbolAxis loc1 = ( SymbolAxis ) loc0 . clone ( ) ; assertTrue ( loc0 != loc1 ) ; assertTrue ( loc0 . getClass ( ) == loc1 . getClass ( ) ) ; assertTrue ( loc0 . equals ( loc1 ) ) ; } |
1,839 | getchosenlocation concode_field_sep List<OnmsMonitoringLocationDefinition> m_locations concode_elem_sep RelativeTimePeriod m_chosenPeriod concode_elem_sep Collection<OnmsMonitoredService> m_chosenApplicationMemberServices concode_elem_sep OnmsMonitoringLocationDefinition m_chosenLocation concode_elem_sep String m_url c... | OnmsMonitoringLocationDefinition function ( ) { return m_chosenLocation ; } |
1,840 | begins concurrent memory operation . concode_field_sep Operation next concode_elem_sep AtomicReference<Operation> head concode_elem_sep AtomicIntegerFieldUpdater<Operation> stateUpdater concode_elem_sep Finalizer prev concode_elem_sep int STATE_ACTIVE concode_elem_sep AtomicReferenceFieldUpdater<Operation,Finalizer> fi... | void function ( ) { Operation loc0 = currOp . get ( ) ; if ( loc0 != null ) { loc0 . reentries ++ ; return ; } loc0 = new Operation ( ) ; currOp . set ( loc0 ) ; for ( ; ; ) { Operation loc1 = head . get ( ) ; loc0 . previous ( loc1 ) ; if ( head . compareAndSet ( loc1 , loc0 ) ) { loc1 . next ( loc0 ) ; break ; } } } |
1,841 | adds a bi-directional link of type marks to the markss set . concode_field_sep Date date concode_elem_sep Date modifiedTime concode_elem_sep Map<Serializable,Integer> SAVED_HASHES concode_elem_sep ClassroomModule classroomModuleIdclassroomModule concode_elem_sep Set<Marks> markss concode_elem_sep Integer hashCode conco... | void function ( Marks arg0 ) { arg0 . setExamIdexam ( this ) ; this . markss . add ( arg0 ) ; } |
1,842 | notifies the an existing expression has been deleted . concode_field_sep MultiViewManifestation multiViewManifestation concode_field_sep void notifyExpressionAddedBelow concode_elem_sep void notifyRuleUpdated concode_elem_sep void notifyMovedUpOne concode_elem_sep void notifyMovedDownOne concode_elem_sep void notifyExp... | void function ( MultiRuleExpression arg0 , MultiRuleExpressionList arg1 ) { if ( arg0 != null && arg1 != null ) { arg1 . deleteExp ( arg0 ) ; multiViewManifestation . refreshRuleExpressions ( ) ; } } |
1,843 | returns the trang thai of this yeu cau giai trinh . concode_field_sep YeuCauGiaiTrinh _yeuCauGiaiTrinh concode_field_sep java.lang.String getMaYeuCauGiaiTrinh concode_elem_sep void setExpandoBridgeAttributes concode_elem_sep void setExpandoBridgeAttributes concode_elem_sep void setExpandoBridgeAttributes concode_elem_s... | int function ( ) { return _yeuCauGiaiTrinh . getTrangThai ( ) ; } |
1,844 | method comment with javadoc-only import bitset #amethod concode_field_sep Object mUse6 concode_elem_sep Class mUse1 concode_elem_sep String ftpClient concode_elem_sep Class mUse3 concode_elem_sep Class mUse4 concode_elem_sep Class mUse2 concode_elem_sep JToolBar.Separator mSep concode_elem_sep int Component concode_ele... | void function ( ) { } |
1,845 | gets the type . concode_field_sep int totalwarningcount concode_elem_sep ArrayList<TestSuite> testSuites concode_elem_sep String language concode_elem_sep String screenresolution concode_elem_sep String type concode_elem_sep String result concode_elem_sep String duration concode_elem_sep int totalerrorcount concode_ele... | String function ( ) { return type ; } |
1,846 | gets zoneddatetime for readableinstant . concode_field_sep PlaceHolder placeHolder concode_field_sep Date dateOf concode_elem_sep Date dateOf concode_elem_sep LocalDateTime localDateTimeOf concode_elem_sep Timestamp timestampOf concode_elem_sep Timestamp timestampOf concode_elem_sep DateTime dateTimeOf concode_elem_sep... | ZonedDateTime function ( final ReadableInstant arg0 ) { return zonedDateTimeOf ( arg0 . getMillis ( ) ) ; } |
1,847 | set the cumulative cpu usage . concode_field_sep long cumulativeCpuUsage concode_elem_sep long heapUsage concode_elem_sep long virtualMemoryUsage concode_elem_sep long physicalMemoryUsage concode_field_sep long getVirtualMemoryUsage concode_elem_sep void setVirtualMemoryUsage concode_elem_sep long getPhysicalMemoryUsag... | void function ( long arg0 ) { cumulativeCpuUsage = arg0 ; } |
1,848 | update the view matrix matching the pose of the tango rgb camera . concode_field_sep RenderCallback mRenderCallback concode_elem_sep OpenGlSphere mEarthSphere concode_elem_sep OpenGlCameraPreview mOpenGlCameraPreview concode_elem_sep OpenGlSphere mMoonSphere concode_elem_sep String TAG concode_elem_sep Context mContext... | void function ( float [ ] arg0 ) { float [ ] loc0 = new float [ 16 ] ; Matrix . invertM ( loc0 , 0 , arg0 , 0 ) ; mEarthSphere . setViewMatrix ( loc0 ) ; mMoonSphere . setViewMatrix ( loc0 ) ; } |
1,849 | invoked after publisher s have run . concode_field_sep J owner concode_field_sep JobPropertyDescriptor getDescriptor concode_elem_sep Action getJobAction concode_elem_sep Action getProjectAction concode_elem_sep boolean prebuild concode_elem_sep Collection<?> getJobOverrides concode_elem_sep Collection<? extends SubTas... | boolean function ( AbstractBuild < ? , ? > arg0 , Launcher arg1 , BuildListener arg2 ) { return true ; } |
1,850 | create a new categorywordtag label , where the label is formed from the various string objects passed in . concode_field_sep PlaceHolder placeHolder concode_field_sep Label newLabelFromString | Label function ( String arg0 , String arg1 , String arg2 ) { return new CategoryWordTag ( arg2 , arg0 , arg1 ) ; } |
1,851 | sets the value of the noofpayments property . concode_field_sep BigDecimal frstPmtAmt concode_elem_sep PmtWeekOfMonth pmtWeekOfMonth concode_elem_sep String noOfPayments concode_elem_sep PaymentType pmtType concode_elem_sep BigDecimal pmtAmt concode_elem_sep PaymentDayofWeek pmtDayOfWeek concode_elem_sep BigDecimal lst... | void function ( String arg0 ) { this . noOfPayments = arg0 ; } |
1,852 | close an output stream without throwing an exception . concode_field_sep PlaceHolder placeHolder concode_field_sep long copyAndClose concode_elem_sep long copy concode_elem_sep long copyAndCloseInput concode_elem_sep long copyAndCloseInput | void function ( OutputStream arg0 ) { if ( arg0 != null ) { try { arg0 . close ( ) ; } catch ( IOException loc0 ) { } } } |
1,853 | sets the hopdongid of this chi tiet phan phoi . concode_field_sep ChiTietPhanPhoi _chiTietPhanPhoi concode_field_sep long getGiatrihd concode_elem_sep void setExpandoBridgeAttributes concode_elem_sep java.util.Date getNgaypp concode_elem_sep int getPhanphoi_id concode_elem_sep boolean isEscapedModel concode_elem_sep vo... | void function ( int arg0 ) { _chiTietPhanPhoi . setHopdongid ( arg0 ) ; } |
1,854 | creates a random string whose length is the number of characters specified . characters will be chosen from the set of alpha-numeric characters . concode_field_sep Random RANDOM concode_field_sep String random concode_elem_sep String random concode_elem_sep String random concode_elem_sep String random concode_elem_sep ... | String function ( int arg0 ) { return random ( arg0 , true , true ) ; } |
1,855 | getter for country name concode_field_sep List<State> state concode_elem_sep String countryName concode_elem_sep int countryID concode_field_sep List<State> getState concode_elem_sep int getCountryID concode_elem_sep void setCountryName concode_elem_sep void setState concode_elem_sep void setCountryID | String function ( ) { return countryName ; } |
1,856 | readline prints the given prompt and returns a string from the input stream . concode_field_sep BufferedReader bReader concode_elem_sep VirtualTeller ATM concode_field_sep void doInquire concode_elem_sep void greeting concode_elem_sep void usage concode_elem_sep void main concode_elem_sep int readInt concode_elem_sep v... | String function ( String arg0 ) { System . out . print ( arg0 ) ; System . out . flush ( ) ; return bReader . readLine ( ) ; } |
1,857 | return the initialized providedops instance for use by the application . concode_field_sep String TAG concode_elem_sep OpsType mOpsInstance concode_field_sep void onCreate concode_elem_sep void initialize | ProvidedModelOps function ( ) { return ( ProvidedModelOps ) mOpsInstance ; } |
1,858 | warning log message . concode_field_sep int WARN concode_elem_sep int VERBOSE concode_elem_sep int ERROR concode_elem_sep int LOGLEVEL concode_elem_sep int DEBUG concode_elem_sep int INFO concode_field_sep boolean isLoggable concode_elem_sep void d concode_elem_sep void d concode_elem_sep void d concode_elem_sep void s... | void function ( String arg0 , String arg1 , Throwable arg2 ) { if ( LOG . WARN >= LOGLEVEL ) Log . w ( arg0 , arg1 , arg2 ) ; } |
1,859 | skips any spaces at or after start and returns the index of first non-space character ; concode_field_sep PlaceHolder placeHolder concode_field_sep String arrayToString concode_elem_sep int rTrimSize concode_elem_sep String getList concode_elem_sep String getList concode_elem_sep String getList concode_elem_sep String ... | int function ( String arg0 , int arg1 ) { int loc0 = arg0 . length ( ) ; int loc1 = arg1 ; for ( ; loc1 < loc0 ; loc1 ++ ) { if ( arg0 . charAt ( loc1 ) != ' ' ) { break ; } } return loc1 ; } |
1,860 | the property type : e.g. java.lang.string concode_field_sep Map<Property,Annotation[]> annotationCache concode_elem_sep Method readMethod concode_elem_sep String name concode_elem_sep MethodParameter methodParameter concode_elem_sep Annotation[] annotations concode_elem_sep Method writeMethod concode_elem_sep Class<?> ... | Class < ? > function ( ) { return this . methodParameter . getParameterType ( ) ; } |
1,861 | test all units that is n't cruiser or sub against subs should n't be able to attack when sub is submerged concode_field_sep Battleship battleship concode_elem_sep Bomber bomber concode_elem_sep Rocket rocket concode_elem_sep MDTank mdTank concode_elem_sep TCopter tCopter concode_elem_sep Infantry infantry concode_elem_... | void function ( Unit arg0 , boolean arg1 ) { } |
1,862 | sets the value of the sbbclasses property . concode_field_sep List<ResourceAdaptorTypeBinding> resourceAdaptorTypeBinding concode_elem_sep List<EnvEntry> envEntry concode_elem_sep Description description concode_elem_sep List<EjbRef> ejbRef concode_elem_sep SbbVendor sbbVendor concode_elem_sep List<ActivityContextAttri... | void function ( SbbClasses arg0 ) { this . sbbClasses = arg0 ; } |
1,863 | a signature that can be used to verify the document 's accuracy and authenticity . concode_field_sep String signature concode_elem_sep String document concode_field_sep void setDocument concode_elem_sep String getDocument concode_elem_sep int hashCode concode_elem_sep boolean equals concode_elem_sep void setSignature c... | InstanceIdentity function ( String arg0 ) { setSignature ( arg0 ) ; return this ; } |
1,864 | performs the depth first traversion of all elements concode_field_sep int linkCount concode_elem_sep Map myVisitedElements concode_elem_sep Iterator myElements concode_elem_sep boolean done concode_field_sep boolean isVisited concode_elem_sep void beginVisit concode_elem_sep Iterator getElementLinks concode_elem_sep vo... | void function ( ) { if ( done ) return ; while ( myElements . hasNext ( ) ) { Object loc0 = myElements . next ( ) ; if ( ! isVisited ( loc0 ) ) { visit ( loc0 , 1 ) ; } } } |
1,865 | returns the configured level of the logger . concode_field_sep String name concode_elem_sep LogLevel configuredLevel concode_elem_sep LogLevel effectiveLevel concode_field_sep String getName concode_elem_sep int hashCode concode_elem_sep boolean equals concode_elem_sep LogLevel getEffectiveLevel concode_elem_sep String... | LogLevel function ( ) { return this . configuredLevel ; } |
1,866 | method to toggle timestamps to on or off concode_field_sep LogBean singleton concode_elem_sep MessageLog messageLog concode_elem_sep ChatState state concode_elem_sep Log log concode_elem_sep String autoLoad concode_elem_sep ArrayList controlLog concode_elem_sep String LOG_PATH concode_elem_sep int TIME_DAYS concode_ele... | String function ( ) { state . toggleTimeStamp ( ) ; appendControl ( "srini_string" + state . getTimeStampEnabled ( ) ) ; messageLog . addMessage ( "srini_string" , "srini_string" + getTimeStampMessage ( ) + "srini_string" , null ) ; storeMessageLog ( ) ; state . updateAll ( ) ; return ( "srini_string" ) ; } |
1,867 | gets the result . concode_field_sep String result concode_elem_sep String duration concode_elem_sep String moduletype concode_elem_sep String modulename concode_elem_sep ArrayList<TestStep> testSteps concode_elem_sep String type concode_elem_sep String rid concode_elem_sep int testCaseId concode_field_sep int getTestCa... | String function ( ) { return result ; } |
1,868 | length of the extra field in the local file data - without header-id or length specifier . for x5455 the central length is often smaller than the local length , because central can not contain access or create timestamps . concode_field_sep ZipShort TIME_ATTR_SIZE concode_elem_sep long EPOCH_OFFSET concode_elem_sep Zip... | ZipShort function ( ) { return getLocalFileDataLength ( ) ; } |
1,869 | not-null value ; ensure this value is available before it is saved to the database . concode_field_sep java.util.Date date concode_elem_sep float distance concode_elem_sep String causeBrief concode_elem_sep Long id concode_elem_sep Float runAmount concode_elem_sep Boolean is_sync concode_elem_sep Integer steps concode_... | void function ( String arg0 ) { this . elapsedTime = arg0 ; } |
1,870 | applies font to textview note : this class will only accept fonts under fonts / directory and fonts starting with font : preffix . concode_field_sep Pattern FONT_PATTERN concode_elem_sep Map<String,Typeface> sFontsCacheMap concode_field_sep Typeface getFontFromTag concode_elem_sep void setTypeface concode_elem_sep void... | void function ( TextView arg0 , int arg1 ) { apply ( arg0 , arg0 . getContext ( ) . getString ( arg1 ) ) ; } |
1,871 | setwidth should be used exclusively by the xmlmaptransformer . concode_field_sep int ROTATE_180 concode_elem_sep int ROTATE_90 concode_elem_sep int MIRROR_HORIZONTAL concode_elem_sep int ROTATE_270 concode_elem_sep String name concode_elem_sep Map myMap concode_elem_sep Rectangle bounds concode_elem_sep int MIRROR_VERT... | void function ( int arg0 ) { bounds . width = arg0 ; } |
1,872 | get email concode_field_sep String password concode_elem_sep String phone concode_elem_sep String lastName concode_elem_sep Integer userStatus concode_elem_sep String username concode_elem_sep Long id concode_elem_sep String firstName concode_elem_sep String email concode_field_sep String getPhone concode_elem_sep User... | String function ( ) { return email ; } |
1,873 | returns the length in bytes of the encryption key to be generated . concode_field_sep String cipherAlgorithm concode_elem_sep int expandedCipherKeyLength concode_elem_sep int majorVersion concode_elem_sep int macKeyLength concode_elem_sep int prfBlockSize concode_elem_sep String prfHashAlg concode_elem_sep byte[] clien... | int function ( ) { return cipherKeyLength ; } |
1,874 | executes the request . this method is called from the webview thread . to do a non-trivial amount of work , use : cordova.getthreadpool . execute runnable ; to run on the ui thread , use : cordova.getactivity . runonuithread runnable ; concode_field_sep CordovaPreferences preferences concode_elem_sep CordovaInterface c... | boolean function ( String arg0 , CordovaArgs arg1 , CallbackContext arg2 ) { return false ; } |
1,875 | sets the downloadsiebel value for this ossturbonetupdateradiusin . concode_field_sep org.apache.axis.description.TypeDesc typeDesc concode_elem_sep java.lang.Object __equalsCalc concode_elem_sep boolean __hashCodeCalc concode_elem_sep com.gvt.www.ws.eai.oss.ossturbonet.OSSTurbonetIn ossTurbonetIn concode_elem_sep java.... | void function ( java . lang . Integer arg0 ) { this . downloadSiebel = arg0 ; } |
1,876 | return the attribute name . concode_field_sep String qualifiedName concode_elem_sep String levelName concode_elem_sep String dimensionName concode_elem_sep String attrName concode_field_sep void setQualifiedName concode_elem_sep String getDimensionName concode_elem_sep int hashCode concode_elem_sep boolean equals conco... | String function ( ) { return this . attrName ; } |
1,877 | an array of structures that contain information about the directories . concode_field_sep String nextToken concode_elem_sep com.amazonaws.internal.SdkInternalList<WorkspaceDirectory> directories concode_field_sep void setNextToken concode_elem_sep int hashCode concode_elem_sep boolean equals concode_elem_sep DescribeWo... | void function ( java . util . Collection < WorkspaceDirectory > arg0 ) { if ( arg0 == null ) { this . directories = null ; return ; } this . directories = new com . amazonaws . internal . SdkInternalList < WorkspaceDirectory > ( arg0 ) ; } |
1,878 | gets first level validation , is this a possible nmea statement . concode_field_sep boolean isValidated concode_elem_sep Logger ansLog concode_elem_sep Pattern checksumPat concode_elem_sep String inputString concode_elem_sep String tag concode_elem_sep long counter concode_elem_sep boolean consistant concode_field_sep ... | boolean function ( ) { return isValidated ; } |
1,879 | method to set the remote path of the mount . concode_field_sep String path concode_elem_sep boolean virtual concode_elem_sep String instanceId concode_elem_sep String targetPath concode_elem_sep boolean isExecuteQueryAllowed concode_elem_sep boolean overwrite concode_field_sep void setOverwrite concode_elem_sep String ... | void function ( String arg0 ) { this . targetPath = arg0 ; } |
1,880 | get the specified header . concode_field_sep List<String> headerList concode_elem_sep Map<String,Integer> columnMapping concode_field_sep void init concode_elem_sep void validateSameName concode_elem_sep List<String> getHeaders concode_elem_sep int size concode_elem_sep int parseTimeSlice concode_elem_sep int find conc... | String function ( final int arg0 ) { return this . headerList . get ( arg0 ) ; } |
1,881 | invalidates the cache of known service provider class names . concode_field_sep LinkedList<String> queue concode_elem_sep ClassLoader classLoader concode_elem_sep boolean isRead concode_elem_sep Class<S> service concode_elem_sep Set<URL> services concode_field_sep S next concode_elem_sep void readClass concode_elem_sep... | void function ( ) { internalLoad ( ) ; } |
1,882 | set the default destroy-method setting for the document that 's currently parsed . concode_field_sep String autowireCandidates concode_elem_sep String initMethod concode_elem_sep String lazyInit concode_elem_sep String autowire concode_elem_sep String merge concode_elem_sep String destroyMethod concode_elem_sep Object ... | void function ( String arg0 ) { this . destroyMethod = arg0 ; } |
1,883 | decode a series of 4 bytes from buf , start at offset , and interpret them as an integer . concode_field_sep PlaceHolder placeHolder concode_field_sep void encodeBigEndian concode_elem_sep void encodeBigEndian concode_elem_sep byte setBit concode_elem_sep short setBit concode_elem_sep int setBit concode_elem_sep long s... | int function ( final byte [ ] arg0 , int arg1 ) { return ( ( arg0 [ arg1 ] & 0xff ) << 24 ) | ( ( arg0 [ arg1 + 1 ] & 0xff ) << 16 ) | ( ( arg0 [ arg1 + 2 ] & 0xff ) << 8 ) | ( ( arg0 [ arg1 + 3 ] & 0xff ) ) ; } |
1,884 | retrieves a byte sequence representing the md5 digest of the specified character sequence , using the specified encoding to first convert the character sequence into a byte sequence . if the specified encoding is null , then iso-8859-1 is assumed . concode_field_sep MessageDigest md5 concode_field_sep String encode | byte [ ] function ( String arg0 , String arg1 ) { byte [ ] loc0 ; if ( arg1 == null ) { arg1 = "srini_string" ; } try { loc0 = arg0 . getBytes ( arg1 ) ; } catch ( UnsupportedEncodingException loc1 ) { throw new RuntimeException ( loc1 . toString ( ) ) ; } return digest ( loc0 ) ; } |
1,885 | retrieves the mapper class to use for this split . concode_field_sep Class<? extends InputFormat> inputFormatClass concode_elem_sep Class<? extends InputSplit> inputSplitClass concode_elem_sep Configuration conf concode_elem_sep InputSplit inputSplit concode_elem_sep Class<? extends Mapper> mapperClass concode_field_se... | Class < ? extends Mapper > function ( ) { return mapperClass ; } |
1,886 | sets the phone number concode_field_sep String zipCode concode_elem_sep String city concode_elem_sep String phone concode_elem_sep String streetName1 concode_elem_sep State state concode_field_sep String getPhone concode_elem_sep void setZipCode concode_elem_sep State getState concode_elem_sep String getZipCode concode... | void function ( String arg0 ) { this . phone = arg0 ; } |
1,887 | returns the last access time of this file seconds since unix epoch . concode_field_sep long st_ino concode_elem_sep int S_IXGRP concode_elem_sep int S_ISUID concode_elem_sep int S_IRWXG concode_elem_sep int S_IWGRP concode_elem_sep int st_mode concode_elem_sep int S_IFBLK concode_elem_sep int st_mtime concode_elem_sep ... | long function ( ) { return unsignedIntToLong ( st_atime ) ; } |
1,888 | 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... | JSONWriter function ( ) { return this . end ( 'k' , '}' ) ; } |
1,889 | sets the usercode to dataframe concode_field_sep int unit concode_elem_sep CommandFrame commandFrame concode_elem_sep int userCode concode_elem_sep int home concode_field_sep int getSecondParameter concode_elem_sep int getHomeFrom concode_elem_sep int getUnitFrom concode_elem_sep Command getCommand concode_elem_sep voi... | void function ( String arg0 ) { this . userCode = Convert . toByte ( arg0 , 16 ) ; } |
1,890 | gets the value of the verifydeviceunlockeligibilityrequest property . concode_field_sep VerifyDeviceUnlockEligibilityRequest verifyDeviceUnlockEligibilityRequest concode_elem_sep long serialVersionUID concode_elem_sep AsyncHeader asyncHeader concode_field_sep void setVerifyDeviceUnlockEligibilityRequest concode_elem_se... | VerifyDeviceUnlockEligibilityRequest function ( ) { return verifyDeviceUnlockEligibilityRequest ; } |
1,891 | hier wird die leistung der pumpe gesetzt . concode_field_sep int leistung concode_elem_sep Thread thread concode_field_sep void start concode_elem_sep void run | void function ( int arg0 ) { this . leistung = arg0 ; } |
1,892 | get the current component name , or null if there is none . concode_field_sep String moduleName concode_elem_sep String componentName concode_elem_sep boolean compUsesModule concode_elem_sep String applicationName concode_field_sep String getApplicationName concode_elem_sep void getResourceValue concode_elem_sep boolea... | String function ( ) { return componentName ; } |
1,893 | gets the polygon object that represents the time zone on the image map . 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 String getLocation concode_elem_sep bool... | Polygon function ( ) { return mapPolygon ; } |
1,894 | gets the cuotatarjeta value for this cttarjeta . concode_field_sep java.lang.String tipo concode_elem_sep java.lang.String diaLiquidacion concode_elem_sep java.lang.Object __equalsCalc concode_elem_sep java.lang.String limiteCredito concode_elem_sep org.apache.axis.description.TypeDesc typeDesc concode_elem_sep java.la... | java . lang . String function ( ) { return cuotaTarjeta ; } |
1,895 | returns the index of this synapse 's input item whether it is a `` sourcecell '' or inputvector bit . concode_field_sep Cell sourceCell concode_elem_sep int inputIndex concode_elem_sep Segment segment concode_elem_sep Pool pool concode_elem_sep double permanence concode_elem_sep int synapseIndex concode_field_sep int g... | int function ( ) { return inputIndex ; } |
1,896 | get a single line . for internal use only , as gettext . get lineno is just as suitable for external use and avoids method duplication . concode_field_sep String fileName concode_elem_sep String MATCH_SINGLELINE_COMMENT_PAT concode_elem_sep Map<Integer,TextBlock> cppComments concode_elem_sep Map<Integer,List<TextBlock>... | String function ( int arg0 ) { return text . get ( arg0 ) ; } |
1,897 | enhance the interfaces implemented by this instance of webelement iff that instance is a org.openqa.selenium.remote.remotewebelement . the webelement that is returned may well be a dynamic proxy . you can not rely on the concrete implementing class to remain constant . concode_field_sep Map<String,AugmenterProvider> el... | WebElement function ( RemoteWebElement arg0 ) { RemoteWebDriver loc0 = ( RemoteWebDriver ) arg0 . getWrappedDriver ( ) ; if ( loc0 == null ) { return arg0 ; } return create ( loc0 , elementAugmentors , arg0 ) ; } |
1,898 | test of getwikipage method , of class responsetimesovertimegui . concode_field_sep PlaceHolder placeHolder concode_field_sep void testGetStaticLabel concode_elem_sep void setUpClass concode_elem_sep void setUp concode_elem_sep void testAdd concode_elem_sep void testGetSettingsPanel concode_elem_sep void tearDownClass c... | void function ( ) { System . out . println ( "srini_string" ) ; ResponseTimesOverTimeGui loc0 = new ResponseTimesOverTimeGui ( ) ; String loc1 = "srini_string" ; String loc2 = loc0 . getWikiPage ( ) ; assertTrue ( loc2 . length ( ) > 0 ) ; } |
1,899 | attempts to check files expected from the metadata for validity . if the files do not exist , they will be allocated when this function is called . concode_field_sep Path destinationFolder concode_elem_sep P2PMetadata metadata concode_elem_sep P2PFile[] files concode_elem_sep AcquisitionStatus status concode_field_sep ... | void function ( ) { prepareDirectory ( ) ; HashAlgorithm loc0 = makeHashAlgorithm ( metadata . hashType ) ; prepareFiles ( loc0 ) ; } |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.