idx int64 0 25k | question stringlengths 71 7.19k | target stringlengths 20 663 |
|---|---|---|
14,900 | create an instance of jaxbelement concode_field_sep QName _TakenOverBy_QNAME concode_elem_sep QName _X509CertificateLocation_QNAME concode_elem_sep QName _ExtendedKeyUsage_QNAME concode_elem_sep QName _PublicKeyLocation_QNAME concode_elem_sep QName _CertSubjectDNAttribute_QNAME concode_elem_sep QName _MimeType_QNAME co... | JAXBElement < String > function ( String arg0 ) { return new JAXBElement < String > ( _X509CertificateLocation_QNAME , String . class , null , arg0 ) ; } |
14,901 | validates that key , value pair are both not null . concode_field_sep String NULL_KEY_IS_NOT_ALLOWED concode_elem_sep String NULL_VALUE_IS_NOT_ALLOWED concode_elem_sep int AWAIT_COMPLETION_TIMEOUT_SECONDS concode_field_sep void validateConfiguredKeyType concode_elem_sep void validateConfiguredValueType concode_elem_sep... | void function ( K arg0 , V arg1 ) { checkNotNull ( arg0 , NULL_KEY_IS_NOT_ALLOWED ) ; checkNotNull ( arg1 , NULL_VALUE_IS_NOT_ALLOWED ) ; } |
14,902 | read a character . 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 bufcolumn[] concod... | char function ( ) { if ( inBuf > 0 ) { -- inBuf ; if ( ++ bufpos == bufsize ) bufpos = 0 ; return buffer [ bufpos ] ; } if ( ++ bufpos >= maxNextCharInd ) FillBuff ( ) ; char loc0 = buffer [ bufpos ] ; UpdateLineColumn ( loc0 ) ; return loc0 ; } |
14,903 | returns the result of interpretting the object as an instance of ` document root ' . this implementation returns null ; returning a non-null result will terminate the switch . concode_field_sep MixedPackage modelPackage concode_elem_sep String copyright concode_field_sep T caseLetterBodyType concode_elem_sep T caseSalu... | T function ( DocumentRoot arg0 ) { return null ; } |
14,904 | cosinus of a degree value . concode_field_sep Season currentSeason concode_elem_sep int currentYear concode_field_sep Calendar calcEquiSol concode_elem_sep SeasonName getCurrentSeasonNameNorthern concode_elem_sep Season getSeason concode_elem_sep SeasonName getCurrentSeasonNameSouthern concode_elem_sep double periodic2... | double function ( double arg0 ) { return Math . cos ( arg0 * Math . PI / 180 ) ; } |
14,905 | test the parser with dates that should be out of range concode_field_sep SimpleDateFormat entryDateFormat concode_elem_sep URL trafficLogFile concode_field_sep void testWithinRange concode_elem_sep void testNullDates concode_elem_sep void testNullReader concode_elem_sep void testInvalidDates | void function ( ) { List < TrafficEntry > loc0 = TrafficStreamParser . parse ( new FileReader ( trafficLogFile . getFile ( ) ) , new Date ( ) , new Date ( ) ) ; assertTrue ( loc0 . isEmpty ( ) , "srini_string" ) ; } |
14,906 | writes a data-record to the file . note that data must have same number of elements as the header had . concode_field_sep int nbrCols concode_elem_sep int nbrRows concode_elem_sep String newline concode_elem_sep OutputStreamWriter writer concode_field_sep void writeHeader concode_elem_sep String toCsvValue concode_elem... | void function ( String [ ] arg0 ) { doWriteData ( arg0 ) ; } |
14,907 | called whenever the osgi framework starts our bundle concode_field_sep BundleContext context concode_elem_sep Logger logger concode_field_sep void stop concode_elem_sep BundleContext getContext | void function ( BundleContext arg0 ) { context = arg0 ; logger . debug ( "srini_string" ) ; } |
14,908 | called to initialize new emitted particles . 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_... | void function ( int arg0 , int arg1 ) { } |
14,909 | returns the valuelist . concode_field_sep Integer subType concode_elem_sep Number minValue concode_elem_sep Number maxValue concode_elem_sep Integer valueType concode_elem_sep String name concode_elem_sep boolean writeable concode_elem_sep Object value concode_elem_sep String[] valueList concode_field_sep void setName ... | String [ ] function ( ) { return valueList ; } |
14,910 | get the id of the node concode_field_sep String INDEX_FIELD concode_elem_sep String node concode_elem_sep String SHARD_FIELD concode_elem_sep String NODE_FIELD concode_elem_sep String index concode_elem_sep int shard concode_elem_sep int shardId concode_field_sep void extraXContent concode_elem_sep RerouteExplanation e... | String function ( ) { return this . node ; } |
14,911 | get the amount of memory used by the filter . concode_field_sep double p concode_elem_sep BitSet filter concode_elem_sep double[][] fpProb concode_elem_sep XXHash32 hash concode_elem_sep XXHashFactory factory concode_elem_sep int HASH_SEED concode_elem_sep int k concode_elem_sep int m concode_elem_sep int n concode_fie... | int function ( ) { return ( Double . SIZE / 8 ) + ( Integer . SIZE / 8 ) + ( Integer . SIZE / 8 ) + ( Integer . SIZE / 8 ) + filter . size ( ) ; } |
14,912 | allocate internal buffers and position the channels to the beginning or the record section of the shapefile . the headers must be rewritten after this operation , or the file may be corrupt ... concode_field_sep ShapeHandler handler concode_elem_sep StreamLogging shpLogger concode_elem_sep int offset concode_elem_sep i... | void function ( ) { if ( shapeBuffer == null ) allocateBuffers ( ) ; shpChannel . position ( 100 ) ; shxChannel . position ( 100 ) ; } |
14,913 | returns a result that indicates that the component will not print at the current position in the generated report , but requires an overflow so that it can print on a new column/page . concode_field_sep boolean overflow concode_elem_sep int stretchHeight concode_elem_sep FillPrepareResult NO_PRINT_NO_OVERFLOW concode_e... | FillPrepareResult function ( int arg0 ) { return new FillPrepareResult ( false , arg0 , true ) ; } |
14,914 | getdata concode_field_sep Date m_startDate concode_elem_sep String m_description concode_elem_sep String m_name concode_elem_sep Date m_jobCompletedDate concode_elem_sep Date m_purgeDate concode_elem_sep Set<StatisticsReportData> m_data concode_elem_sep long serialVersionUID concode_elem_sep Date m_endDate concode_elem... | Set < StatisticsReportData > function ( ) { return m_data ; } |
14,915 | call this method after a record has been parsed . this finished the lifecycle of any maps that were written and removes all the entries for the next record to be able to work . concode_field_sep Logger LOG concode_elem_sep Map<String,MapWriter> startedWildcards concode_elem_sep Map<String,MapWriter> wildcards concode_e... | void function ( ) { for ( MapWriter loc0 : wildcardWriters . values ( ) ) { loc0 . end ( ) ; } wildcardWriters . clear ( ) ; startedWildcards . clear ( ) ; } |
14,916 | resets the channel so that writing to it will overwrite the existing buffer . concode_field_sep byte[] data concode_elem_sep int offset concode_field_sep boolean isOpen concode_elem_sep int length concode_elem_sep int write concode_elem_sep void close concode_elem_sep byte[] getData | void function ( ) { offset = 0 ; } |
14,917 | makes a string representation of a fixed-point number . concode_field_sep int ONE concode_field_sep float floatValue16 concode_elem_sep int div16 concode_elem_sep int mul concode_elem_sep int intValue concode_elem_sep int valueOf concode_elem_sep int valueOf concode_elem_sep int vectorLength concode_elem_sep float floa... | String function ( int arg0 ) { return String . valueOf ( floatValue ( arg0 ) ) ; } |
14,918 | databinding method to get an xml representation of this object concode_field_sep javax.xml.namespace.QName MY_QNAME concode_elem_sep com.amazon.ec2.DeleteInternetGatewayResponseType localDeleteInternetGatewayResponse concode_field_sep java.lang.String generatePrefix concode_elem_sep void serialize concode_elem_sep void... | javax . xml . stream . XMLStreamReader function ( javax . xml . namespace . QName arg0 ) { return localDeleteInternetGatewayResponse . getPullParser ( MY_QNAME ) ; } |
14,919 | returns the create date of this message boards thread flag . concode_field_sep MBThreadFlag _mbThreadFlag concode_field_sep void setExpandoBridgeAttributes concode_elem_sep void setExpandoBridgeAttributes concode_elem_sep void setExpandoBridgeAttributes concode_elem_sep void setGroupId concode_elem_sep boolean isEscape... | Date function ( ) { return _mbThreadFlag . getCreateDate ( ) ; } |
14,920 | utility method for normailing strings , to lowercase and remove any spaces . concode_field_sep String STYLE_DEMI concode_elem_sep String STYLE_BOLD concode_elem_sep String STYLE_BLACK concode_elem_sep String AWT_STYLE_ITAL concode_elem_sep String AWT_STYLE_DEMI_ITAL concode_elem_sep String STYLE_BOLD_ITALIC concode_ele... | String function ( String arg0 ) { arg0 = guessFamily ( arg0 ) ; StringBuilder loc0 = new StringBuilder ( arg0 . toLowerCase ( ) ) ; for ( int loc1 = loc0 . length ( ) - 1 ; loc1 >= 0 ; loc1 -- ) { if ( loc0 . charAt ( loc1 ) == 32 ) { loc0 . deleteCharAt ( loc1 ) ; loc1 -- ; } } return loc0 . toString ( ) ; } |
14,921 | convert integer 2 octets value to bytes . concode_field_sep PlaceHolder placeHolder concode_field_sep short bytesToShort concode_elem_sep short bytesToShort concode_elem_sep int bytesToInt concode_elem_sep int bytesToInt concode_elem_sep byte[] intToBytes | byte [ ] function ( short arg0 ) { byte [ ] loc0 = new byte [ 2 ] ; loc0 [ 0 ] = ( byte ) ( arg0 >> 8 & 0xff ) ; loc0 [ 1 ] = ( byte ) ( arg0 & 0xff ) ; return loc0 ; } |
14,922 | sets the name of the location . concode_field_sep String name concode_elem_sep String id concode_field_sep String getName concode_elem_sep void setId concode_elem_sep String getId | void function ( String arg0 ) { this . name = arg0 ; } |
14,923 | gets the type value for this customerdepositapply . concode_field_sep java.lang.Double total concode_elem_sep java.lang.Double amount concode_elem_sep java.lang.String refNum concode_elem_sep java.lang.Boolean apply concode_elem_sep java.lang.Long line concode_elem_sep java.lang.Object __equalsCalc concode_elem_sep jav... | java . lang . String function ( ) { return type ; } |
14,924 | get the dsc alarm action provider instance injected by osgi . concode_field_sep DSCAlarmActionService actionService concode_elem_sep Logger logger concode_elem_sep DSCAlarmActionProvider actionProvider concode_field_sep Class<?> getActionClass concode_elem_sep void setDSCAlarmActionProvider concode_elem_sep DSCAlarmAct... | DSCAlarmActionProvider function ( ) { return this . actionProvider ; } |
14,925 | configure the set of custom converter objects that should be added : implementing org.springframework.core.convert.converter.converter , org.springframework.core.convert.converter.converterfactory , or org.springframework.core.convert.converter.genericconverter . concode_field_sep Set<?> converters concode_elem_sep Gen... | void function ( Set < ? > arg0 ) { this . converters = arg0 ; } |
14,926 | non-android accessor . clear last recorded parameters for sendmultiparttextmessage . concode_field_sep short destinationPort concode_elem_sep String destinationAddress concode_elem_sep byte[] data concode_elem_sep TextSmsParams lastTextSmsParams concode_elem_sep String scAddress concode_elem_sep PendingIntent deliveryI... | void function ( ) { lastTextMultipartParams = null ; } |
14,927 | returns the city name . concode_field_sep int NON_US_CITY_TYPE concode_elem_sep int cityType concode_elem_sep int zipCode concode_elem_sep String cityName concode_elem_sep String stateName concode_elem_sep int cityCode concode_elem_sep int US_CITY_TYPE concode_elem_sep String countryName concode_field_sep String getSta... | String function ( ) { return cityName ; } |
14,928 | throws an indexoutofboundsexception if slicefrom or slicelength is negative or the sum of both is greater than arraylength . note that this means that a slice of length zero starting at array length is a valid slice . concode_field_sep PlaceHolder placeHolder concode_field_sep void that concode_elem_sep void that conco... | void function ( final int arg0 , final int arg1 , final int arg2 ) { validArraySlice ( arg0 , arg1 , arg2 , "srini_string" ) ; } |
14,929 | return the condition to use . matches the condition attribute of the eventlistener annotation or any matching attribute on a composed annotation that is meta-annotated with @eventlistener . concode_field_sep AnnotatedElementKey methodKey concode_elem_sep String condition concode_elem_sep Method method concode_elem_sep ... | String function ( ) { if ( this . condition == null ) { EventListener loc0 = AnnotatedElementUtils . findMergedAnnotation ( this . method , EventListener . class ) ; if ( loc0 != null ) { this . condition = loc0 . condition ( ) ; } } return this . condition ; } |
14,930 | stop processing the tasks concode_field_sep int workerCount concode_elem_sep Log log concode_elem_sep T task concode_elem_sep long idleTaskDelayMillis concode_elem_sep ExecutorService taskUpdateExecutorService concode_elem_sep TaskExceptionHandler taskExceptionHandler concode_elem_sep DelayQueue<TaskHolder> taskHolderD... | void function ( ) { log . info ( "srini_string" + taskHolderDelayQueue . size ( ) ) ; for ( TaskProcessor loc0 : taskProcessorQueue ) { loc0 . deactivate ( ) ; } taskProcessorQueue . clear ( ) ; } |
14,931 | get / users / : login : get the `` login '' user . concode_field_sep Logger log concode_elem_sep UserRepository userRepository concode_elem_sep UserSearchRepository userSearchRepository concode_elem_sep MailService mailService concode_elem_sep UserService userService concode_field_sep ResponseEntity<List<ManagedUserVM>... | ResponseEntity < ManagedUserVM > function ( @ PathVariable String arg0 ) { log . debug ( "srini_string" , arg0 ) ; return userService . getUserWithAuthoritiesByLogin ( arg0 ) . map ( ManagedUserVM :: new ) . map ( managedUserVM -> new ResponseEntity < > ( managedUserVM , HttpStatus . OK ) ) . orElse ( new ResponseEntit... |
14,932 | set the attributes map . concode_field_sep String localName concode_elem_sep String qName concode_elem_sep String namespaceURI concode_elem_sep Map attributes concode_elem_sep StringBuffer value concode_field_sep StringBuffer getValue concode_elem_sep Map getAttributes concode_elem_sep String getLocalName concode_elem_... | void function ( Map arg0 ) { this . attributes = arg0 ; } |
14,933 | setzt das material der kugel . concode_field_sep double vX concode_elem_sep double vY concode_elem_sep Shape shape concode_elem_sep double rotation concode_elem_sep double mass concode_elem_sep double SCALE_FACTOR concode_elem_sep double posX concode_elem_sep Boolean isActive concode_elem_sep double posY concode_elem_s... | void function ( final Material arg0 ) { this . material = arg0 ; } |
14,934 | empty out the cache . concode_field_sep String TAG concode_elem_sep Bitmap mDefaultIcon concode_elem_sep int mIconDpi concode_elem_sep int INITIAL_ICON_CACHE_CAPACITY concode_elem_sep Bitmap icon concode_elem_sep HashMap<ComponentName,CacheEntry> mCache concode_elem_sep PackageManager mPackageManager concode_elem_sep S... | void function ( ) { synchronized ( mCache ) { mCache . clear ( ) ; } } |
14,935 | no op -- merely added to satify the iterator interface . concode_field_sep int size concode_elem_sep Object array concode_elem_sep int pos concode_field_sep Object next concode_elem_sep boolean hasNext | void function ( ) { throw new UnsupportedOperationException ( ) ; } |
14,936 | method which support the conversion of java.sql.sqlexception toojb 's runtime exception with additional message details . concode_field_sep PlaceHolder placeHolder concode_field_sep placeholderType placeHolder | PersistenceBrokerSQLException function ( String arg0 , SQLException arg1 , String arg2 , Logger arg3 ) { return generateException ( arg0 , arg1 , arg2 , null , null , arg3 , null ) ; } |
14,937 | retrieves the type constructors of this type . concode_field_sep Map<String,GLSLType> EMPTY_MEMBER_MAP concode_elem_sep Map<String,GLSLFunctionType> EMPTY_METHOD_MAP concode_elem_sep GLSLType[] EMPTY_ARRAY concode_field_sep GLSLElement getDefinition concode_elem_sep boolean isIndexable concode_elem_sep Set<String> getM... | GLSLFunctionType [ ] function ( ) { return new GLSLFunctionType [ ] { new GLSLBasicFunctionType ( getTypename ( ) , this , this ) } ; } |
14,938 | returns the user name of this trash entry . concode_field_sep TrashEntry _trashEntry concode_field_sep long getClassNameId concode_elem_sep void setExpandoBridgeAttributes concode_elem_sep void setExpandoBridgeAttributes concode_elem_sep void setExpandoBridgeAttributes concode_elem_sep void setGroupId concode_elem_sep ... | java . lang . String function ( ) { return _trashEntry . getUserName ( ) ; } |
14,939 | sets the value of the opesusername property . concode_field_sep JAXBElement<String> opesusername concode_elem_sep JAXBElement<String> opstenantname concode_elem_sep JAXBElement<String> tokenId concode_elem_sep JAXBElement<String> ip concode_elem_sep JAXBElement<String> tenantId concode_elem_sep JAXBElement<String> opsp... | void function ( JAXBElement < String > arg0 ) { this . opesusername = arg0 ; } |
14,940 | returns the tcp port for jetty to listen on for stop requests . concode_field_sep String stopKey concode_elem_sep Integer stopPort concode_elem_sep Integer httpPort concode_field_sep void setStopPort concode_elem_sep Integer getHttpPort concode_elem_sep void setStopKey concode_elem_sep void setHttpPort concode_elem_sep... | Integer function ( ) { return stopPort ; } |
14,941 | returns motechevents to be sent . these events are created during parsing of responses . concode_field_sep Template template concode_elem_sep Response templateOutgoingResponse concode_elem_sep StatusMessageService statusMessageService concode_elem_sep String SMS_MODULE concode_elem_sep List<MotechEvent> events concode_... | List < MotechEvent > function ( ) { return events ; } |
14,942 | returns a string representation of this label . concode_field_sep Label next concode_elem_sep int maxStackSize concode_elem_sep int[] srcAndRefPositions concode_elem_sep boolean resized concode_elem_sep int line concode_elem_sep int referenceCount concode_elem_sep Edge successors concode_elem_sep int position concode_e... | String function ( ) { return "srini_string" + System . identityHashCode ( this ) ; } |
14,943 | retrieve the application akka actor system . concode_field_sep PlaceHolder placeHolder concode_field_sep Promise<A> asPromise concode_elem_sep Promise<T> future concode_elem_sep Promise<T> timeout | ActorSystem function ( ) { return play . api . libs . concurrent . Akka . system ( Play . current ( ) ) ; } |
14,944 | convert string to given type concode_field_sep Gson GSON concode_elem_sep Gson GSON_NO_NULLS concode_field_sep Gson createGson concode_elem_sep Gson createGson concode_elem_sep String toJson concode_elem_sep String toJson concode_elem_sep Gson getGson concode_elem_sep Gson getGson | V function ( String arg0 , Class < V > arg1 ) { return GSON . fromJson ( arg0 , arg1 ) ; } |
14,945 | changes current position in the string . concode_field_sep String string concode_elem_sep int position concode_field_sep String parseDataType concode_elem_sep int getExpressionEnd concode_elem_sep void throwUnsupportedCommand concode_elem_sep String getSubString concode_elem_sep String getString concode_elem_sep String... | void function ( final int arg0 ) { this . position = arg0 ; } |
14,946 | returns the address of the client at the other side of this connection . concode_field_sep int remotePort concode_elem_sep String command concode_elem_sep String workingDirectory concode_elem_sep String[] args concode_elem_sep InetAddress remoteHost concode_elem_sep NGServer server concode_elem_sep PrintStream exitStre... | InetAddress function ( ) { return ( remoteHost ) ; } |
14,947 | whether maddr parameter is present concode_field_sep String ttl_param concode_elem_sep String maddr_param concode_elem_sep String transport_param concode_elem_sep String lr_param concode_elem_sep String url concode_field_sep void addTransport concode_elem_sep void addLr concode_elem_sep String getTransport concode_elem... | boolean function ( ) { return hasParameter ( maddr_param ) ; } |
14,948 | returns a string representation of this object . concode_field_sep Color color concode_elem_sep boolean bold concode_field_sep Color getColor concode_elem_sep boolean isBold | String function ( ) { return getClass ( ) . getName ( ) + "srini_string" + color + ( bold ? "srini_string" : "srini_string" ) + "srini_string" ; } |
14,949 | not implemented on messagebrokertenantmanagementlistener . concode_field_sep Logger logger concode_field_sep int getListenerOrder concode_elem_sep void onTenantCreate concode_elem_sep void onTenantUpdate concode_elem_sep void onTenantInitialActivation concode_elem_sep void onSubscriptionPlanChange concode_elem_sep void... | void function ( int arg0 ) { } |
14,950 | set add wait timeout default 10000 msec concode_field_sep LinkObject last concode_elem_sep long removeWaitTimeout concode_elem_sep long addWaitTimeout concode_elem_sep boolean enabled concode_elem_sep org.apache.juli.logging.Log log concode_elem_sep AtomicInteger size concode_elem_sep SingleRemoveSynchronizedAddLock lo... | void function ( long arg0 ) { addWaitTimeout = arg0 ; lock . setAddWaitTimeout ( addWaitTimeout ) ; } |
14,951 | used to communicate a cancel operation from the whitebox gui . 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 amIActive concode_field_sep String getN... | void function ( boolean arg0 ) { cancelOp = arg0 ; } |
14,952 | sets the value of the info property . concode_field_sep Map<QName,String> otherAttributes concode_elem_sep List<JAXBElement<? extends SectionType>> section concode_elem_sep String id concode_elem_sep MsgType info concode_field_sep List<JAXBElement<? extends SectionType>> getSection concode_elem_sep MsgType getInfo conc... | void function ( MsgType arg0 ) { this . info = arg0 ; } |
14,953 | return which alternative contains character offset information . note that there may not be such an alternative . concode_field_sep boolean forwardIndex concode_elem_sep AltDesc offsetsAlternative concode_elem_sep Map<String,AltDesc> alternatives concode_elem_sep SensitivitySetting sensitivity concode_elem_sep String p... | String function ( ) { return offsetsAlternative == null ? null : offsetsAlternative . getName ( ) ; } |
14,954 | gets the value of the pos property . concode_field_sep STDirection orient concode_elem_sep Integer pos concode_field_sep void setPos concode_elem_sep STDirection getOrient concode_elem_sep void setOrient | int function ( ) { if ( pos == null ) { return 0 ; } else { return pos ; } } |
14,955 | returns true if entity is to be gzip compressed , false otherwise . concode_field_sep File file concode_elem_sep boolean gzipCompress concode_elem_sep InputStream stream concode_elem_sep byte[] binary concode_elem_sep String contentEncoding concode_elem_sep boolean chunked concode_elem_sep String text concode_elem_sep ... | boolean function ( ) { return gzipCompress ; } |
14,956 | creates a priorityblockingqueue containing the given elements.note : if the specified iterable is a sortedset or a priorityqueue , this priority queue will be ordered according to the same ordering . concode_field_sep PlaceHolder placeHolder concode_field_sep SynchronousQueue<E> newSynchronousQueue concode_elem_sep Con... | PriorityBlockingQueue < E > function ( Iterable < ? extends E > arg0 ) { if ( arg0 instanceof Collection ) { return new PriorityBlockingQueue < E > ( Collections2 . cast ( arg0 ) ) ; } PriorityBlockingQueue < E > loc0 = new PriorityBlockingQueue < E > ( ) ; Iterables . addAll ( loc0 , arg0 ) ; return loc0 ; } |
14,957 | returns the number of bytes completed in the associated transfer . concode_field_sep long bytesTransfered concode_elem_sep long totalBytesToTransfer concode_field_sep long getTotalBytesToTransfer concode_elem_sep double getPercentTransfered | long function ( ) { return bytesTransfered ; } |
14,958 | add information message . concode_field_sep PlaceHolder placeHolder concode_field_sep String getRequestParameter concode_elem_sep Application getApplication concode_elem_sep ValueBinding getValueBinding concode_elem_sep Object getElValue concode_elem_sep Object getManagedBean concode_elem_sep void addErrorMessage conco... | void function ( String arg0 ) { addInfoMessage ( null , arg0 ) ; } |
14,959 | sets the primary key of this portlet item . concode_field_sep PortletItem _portletItem concode_field_sep long getClassNameId concode_elem_sep void setExpandoBridgeAttributes concode_elem_sep void setExpandoBridgeAttributes concode_elem_sep void setExpandoBridgeAttributes concode_elem_sep java.lang.String getName concod... | void function ( long arg0 ) { _portletItem . setPrimaryKey ( arg0 ) ; } |
14,960 | sets full name of user used for last registration . concode_field_sep int SYNC_MODE_PERIODICAL concode_elem_sep boolean DEFAULT_SYNC_FEEDS concode_elem_sep String KEY_SYNC_MODE concode_elem_sep int syncMode concode_elem_sep String DEFAULT_FULL_NAME concode_elem_sep boolean DEFAULT_SYNC_PREFERENCES concode_elem_sep Stri... | void function ( String arg0 ) { this . fullName = arg0 ; } |
14,961 | this method was generated by mybatis generator . this method returns the value of the database column picture_tbl . flag concode_field_sep String path concode_elem_sep String flag concode_elem_sep Integer pw concode_elem_sep String alt concode_elem_sep Integer id concode_elem_sep long serialVersionUID concode_elem_sep ... | String function ( ) { return flag ; } |
14,962 | returns the security-role mapping . concode_field_sep String securityDomain concode_elem_sep SecurityRolesMetaData securityRoles concode_elem_sep Set<String> declaredRoles concode_elem_sep String runAsRole concode_elem_sep String runAsPrincipal concode_elem_sep Map<String,Collection<String>> securityRoleLinks concode_f... | SecurityRolesMetaData function ( ) { return securityRoles ; } |
14,963 | returns the inclusive time of this method when called from the given caller method . concode_field_sep Map<Integer,MethodStats> mPerThreadCumulativeStats concode_elem_sep Table<Integer,Long,MethodStats> mPerThreadStatsByCallee concode_elem_sep long mInclusiveGlobalTime concode_elem_sep long mInvocationCount concode_ele... | long function ( ThreadInfo arg0 , Long arg1 , ClockType arg2 , TimeUnit arg3 ) { MethodStats loc0 = mPerThreadStatsByCaller . get ( arg0 . getId ( ) , arg1 ) ; return getInclusiveTime ( loc0 , arg2 , arg3 ) ; } |
14,964 | get the actual socketchannel that is used concode_field_sep boolean keepalive concode_elem_sep WebConnectionListener wcl concode_elem_sep Address address concode_elem_sep Logger logger concode_elem_sep SocketChannel channel concode_elem_sep AtomicInteger idCounter concode_elem_sep Counter counter concode_elem_sep long ... | SocketChannel function ( ) { return channel ; } |
14,965 | the domain name of the loadbalancer . concode_field_sep com.amazonaws.internal.SdkInternalList<Listener> listeners concode_elem_sep String loadBalancerName concode_elem_sep String domain concode_field_sep java.util.List<Listener> getListeners concode_elem_sep void setListeners concode_elem_sep String getDomain concode_... | void function ( String arg0 ) { this . domain = arg0 ; } |
14,966 | sets the factory implementation that this factory will use to produce threads . if the specified argument , f , is null , then this factory uses itself as the implementation . concode_field_sep ThreadFactory factory concode_field_sep Thread newThread concode_elem_sep ThreadFactory getImpl | ThreadFactory function ( ThreadFactory arg0 ) { ThreadFactory loc0 ; loc0 = factory ; factory = ( arg0 == null ) ? this : arg0 ; return loc0 ; } |
14,967 | get _ 123number concode_field_sep Integer name concode_elem_sep String property concode_elem_sep Integer _123Number concode_elem_sep Integer snakeCase concode_field_sep void setName concode_elem_sep String toIndentedString concode_elem_sep Integer getName concode_elem_sep String getProperty concode_elem_sep Integer get... | Integer function ( ) { return _123Number ; } |
14,968 | reads repository metadata from stream input concode_field_sep Settings settings concode_elem_sep String name concode_elem_sep String type concode_field_sep Settings settings concode_elem_sep void writeTo concode_elem_sep int hashCode concode_elem_sep boolean equals concode_elem_sep String name concode_elem_sep String t... | RepositoryMetaData function ( StreamInput arg0 ) { String loc0 = arg0 . readString ( ) ; String loc1 = arg0 . readString ( ) ; Settings loc2 = Settings . readSettingsFromStream ( arg0 ) ; return new RepositoryMetaData ( loc0 , loc1 , loc2 ) ; } |
14,969 | gets the value of the reasoncodeinfo 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 reasoncodeinfo property . for example , to add a ne... | List < ReasonTypeCode > function ( ) { if ( reasonCodeInfo == null ) { reasonCodeInfo = new ArrayList < ReasonTypeCode > ( ) ; } return this . reasonCodeInfo ; } |
14,970 | this method was generated by mybatis generator . this method sets the value of the database column t_match_football_member . u_id concode_field_sep Integer uId concode_elem_sep Date updateDate concode_elem_sep String matchMemberPosition concode_elem_sep Integer mmId concode_elem_sep Integer delsign concode_elem_sep Int... | void function ( Integer arg0 ) { this . uId = arg0 ; } |
14,971 | sets the answer for this text box . concode_field_sep String errorStyle concode_elem_sep String textBoxStyle concode_elem_sep TextBox box concode_field_sep boolean getError concode_elem_sep Object getValue concode_elem_sep String getLabel concode_elem_sep void setError concode_elem_sep void setErrorStyleName | void function ( Object arg0 ) { box . setText ( ( String ) arg0 ) ; } |
14,972 | returns the string for value . concode_field_sep String[] BROWSER_COMPATIBLE_DATE_FORMAT_STRINGS concode_elem_sep ThreadLocal<DateFormat> STANDARD_DATE_FORMAT concode_elem_sep DateFormat[] BROWSER_COMPATIBLE_DATE_FORMATS concode_field_sep Date parse concode_elem_sep DateFormat initialValue | String function ( Date arg0 ) { return STANDARD_DATE_FORMAT . get ( ) . format ( arg0 ) ; } |
14,973 | convert a passed byte string e.g. 50b , 100k , or 250m to mebibytes for internal use . if no suffix is provided , the passed number is assumed to be in mebibytes . concode_field_sep long DEFAULT_DRIVER_MEM_MB concode_elem_sep Logger logger concode_elem_sep ImmutableMap<String,ByteUnit> byteSuffixes concode_elem_sep Imm... | long function ( String arg0 ) { return byteStringAs ( arg0 , ByteUnit . MiB ) ; } |
14,974 | tests this instance for equality with an arbitrary object . concode_field_sep PlaceHolder placeHolder concode_field_sep void paintBar concode_elem_sep Rectangle2D createShadow concode_elem_sep int hashCode concode_elem_sep void paintBarShadow | boolean function ( Object arg0 ) { if ( arg0 == this ) { return true ; } if ( ! ( arg0 instanceof StandardBarPainter ) ) { return false ; } return true ; } |
14,975 | returns whether the action at is a move action . concode_field_sep int UNDEFINED concode_elem_sep int x concode_elem_sep int y concode_elem_sep ActionType type concode_elem_sep Direction dir concode_field_sep boolean equals concode_elem_sep String toString | boolean function ( ActionType arg0 ) { return ( ( arg0 == ActionType . MOVE ) || ( arg0 == ActionType . REPLICATE ) || ( arg0 == ActionType . ATTACK ) ) ; } |
14,976 | looks up a query type by its gstreamer nick . concode_field_sep QueryType POSITION concode_elem_sep QueryType SEGMENT concode_elem_sep QueryType JITTER concode_elem_sep QueryType SEEKING concode_elem_sep QueryType DURATION concode_elem_sep QueryType CONVERT concode_elem_sep API gst concode_elem_sep QueryType LATENCY co... | QueryType function ( String arg0 ) { return gst . gst_query_type_get_by_nick ( arg0 ) ; } |
14,977 | whether has extension x concode_field_sep int packet_len concode_elem_sep byte[] packet concode_field_sep long getSscr concode_elem_sep void setSscr concode_elem_sep boolean hasPadding concode_elem_sep void setExtension concode_elem_sep int getSequenceNumber concode_elem_sep byte[] getPacket concode_elem_sep boolean ha... | boolean function ( ) { if ( packet_len >= 12 ) return getBit ( packet [ 0 ] , 4 ) ; else return false ; } |
14,978 | skips over the next data element from the provided input tprotocol object . concode_field_sep int maxSkipDepth concode_field_sep TProtocolFactory guessProtocolFactory concode_elem_sep void setMaxSkipDepth | void function ( TProtocol arg0 , byte arg1 ) { skip ( arg0 , arg1 , maxSkipDepth ) ; } |
14,979 | exemple 1,4,6,2,4,6 : p = 3 , a = 8 -- > 1,4,6,8,2,4,6 concode_field_sep PlaceHolder placeHolder concode_field_sep int[] remplirTableau concode_elem_sep int[] rotationTableau concode_elem_sep int[] intervertirDeuxElementsTableau concode_elem_sep int[] insererUnTableauDansUnAutreAvecRemplacement | int [ ] function ( int [ ] arg0 , int arg1 , int arg2 ) { return null ; } |
14,980 | returns the hash code of this object . concode_field_sep String[] enabledCipherSuites concode_elem_sep String[] enabledProtocols concode_elem_sep long serialVersionUID concode_elem_sep SSLSocketFactory socketFactory concode_field_sep Socket createSocket concode_elem_sep boolean equals concode_elem_sep String[] getProp | int function ( ) { int loc0 = 0 ; if ( enabledCipherSuites != null ) for ( int loc1 = 0 ; loc1 < enabledCipherSuites . length ; loc1 ++ ) loc0 = loc0 ^ enabledCipherSuites [ loc1 ] . hashCode ( ) ; if ( enabledProtocols != null ) for ( int loc1 = 0 ; loc1 < enabledProtocols . length ; loc1 ++ ) loc0 = loc0 ^ enabledPro... |
14,981 | sets the value of the trgrpxdir property . concode_field_sep String trgrTrdSessSubID concode_elem_sep String trgrSym concode_elem_sep String trgrSecIDSrc concode_elem_sep String trgrTrdSessID concode_elem_sep String trgrPxTyp concode_elem_sep TriggerPriceDirectionEnumT trgrPxDir concode_elem_sep String trgrSecDesc conc... | void function ( TriggerPriceDirectionEnumT arg0 ) { this . trgrPxDir = arg0 ; } |
14,982 | gets the direction in which the last segment of the connection should point concode_field_sep BPELEditPart editPart concode_elem_sep List<PolylineConnection> handlerConnectionsList concode_elem_sep IFigure connLayer concode_field_sep IFigure getTHFigure concode_elem_sep Ray getFHRoutingStartConstraint concode_elem_sep ... | Ray function ( ) { switch ( getFHTargetAnchorLoc ( ) ) { case CenteredConnectionAnchor . TOP : return ManhattanConnectionRouterEx . UP ; default : return ManhattanConnectionRouterEx . LEFT ; } } |
14,983 | sets the value of the show property . concode_field_sep String role concode_elem_sep String arcrole concode_elem_sep ShowType show concode_elem_sep ActuateType actuate concode_elem_sep String href concode_elem_sep TypeType type concode_elem_sep String title concode_field_sep String getHref concode_elem_sep void setHref... | void function ( ShowType arg0 ) { this . show = arg0 ; } |
14,984 | gets an attribute of the current element of the dom document and of all parent dom elements . concode_field_sep Stack<IXMLElement> stack concode_elem_sep DOMFactory factory concode_elem_sep IXMLElement current concode_elem_sep XMLElement document concode_elem_sep HashMap<String,Object> idobjects concode_field_sep int g... | java . util . List < String > function ( String arg0 ) { LinkedList < String > loc0 = new LinkedList < String > ( ) ; for ( IXMLElement loc1 : stack ) { String loc2 = loc1 . getAttribute ( arg0 , null ) ; loc0 . add ( loc2 ) ; } String loc3 = current . getAttribute ( arg0 , null ) ; loc0 . add ( loc3 ) ; return loc0 ; ... |
14,985 | set parent job of this job concode_field_sep TempletonStorage.Type type concode_elem_sep Logger LOG concode_elem_sep TempletonStorage storage concode_elem_sep String id concode_elem_sep Configuration config concode_field_sep void setField concode_elem_sep Long getLongField concode_elem_sep String getUser concode_elem_s... | void function ( String arg0 ) { setField ( "srini_string" , arg0 ) ; } |
14,986 | the host for the hipchat server , such as api.hipchat.com concode_field_sep String protocol concode_elem_sep String host concode_elem_sep String authToken concode_elem_sep String consumeUsers concode_elem_sep Integer port concode_field_sep Integer getPort concode_elem_sep void setProtocol concode_elem_sep String getAut... | void function ( String arg0 ) { this . host = arg0 ; } |
14,987 | returns the command gateway defined in this configuration . note that this configuration should be started see #start before sending commands using this command gateway . concode_field_sep PlaceHolder placeHolder concode_field_sep ParameterResolverFactory parameterResolverFactory concode_elem_sep EventStore eventStore ... | CommandGateway function ( ) { return getComponent ( CommandGateway . class ) ; } |
14,988 | sets the value of the openbracket property . concode_field_sep String modify concode_elem_sep TypeRightBrackets closeBracket concode_elem_sep String from concode_elem_sep TypeLeftBrackets openBracket concode_elem_sep String to concode_elem_sep TypeCtVocabOp operatorID concode_elem_sep String prompt concode_elem_sep Typ... | void function ( TypeLeftBrackets arg0 ) { this . openBracket = arg0 ; } |
14,989 | set the clientrequestid value . concode_field_sep String dataServiceId concode_elem_sep String clientRequestId concode_elem_sep String requestId concode_elem_sep String eTag concode_elem_sep DateTimeRfc1123 lastModified concode_field_sep PoolAddHeaders withDataServiceId concode_elem_sep PoolAddHeaders withLastModified ... | PoolAddHeaders function ( String arg0 ) { this . clientRequestId = arg0 ; return this ; } |
14,990 | returns a live reference to the list of cipher suite names . concode_field_sep List<String> cipherSuite concode_field_sep String toString | List < String > function ( ) { if ( this . cipherSuite == null ) { this . cipherSuite = new ArrayList < String > ( ) ; } return this . cipherSuite ; } |
14,991 | describes the state transition on refresh concode_field_sep State PERSISTENT_CLEAN concode_elem_sep State PERSISTENT_DELETED concode_elem_sep State TRANSIENT concode_elem_sep State PERSISTENT_NEW_DELETED concode_elem_sep State HOLLOW concode_elem_sep State PERSISTENT_NEW concode_elem_sep State PERSISTENT_DIRTY concode_... | State function ( ) { return this ; } |
14,992 | sets the value of the medium property . concode_field_sep MediumType medium concode_field_sep MediumType getMedium | void function ( MediumType arg0 ) { this . medium = arg0 ; } |
14,993 | cancel a previously shown notification . if it 's transient , the view will be hidden . if it 's persistent , it will be removed from the status bar . concode_field_sep PlaceHolder placeHolder concode_field_sep void cancelAll concode_elem_sep void notify concode_elem_sep void notify | void function ( String arg0 , int arg1 ) { } |
14,994 | send a debug log message . concode_field_sep String TAG_CONTENT_PRINT concode_elem_sep boolean sIsLogEnabled concode_elem_sep String sApplicationTag concode_field_sep StackTraceElement getCurrentStackTraceElement concode_elem_sep String getTagContentPrint concode_elem_sep void e concode_elem_sep void e concode_elem_sep... | void function ( String arg0 , String arg1 ) { if ( sIsLogEnabled ) { Log . d ( arg0 , getContent ( getCurrentStackTraceElement ( ) ) + "srini_string" + arg1 ) ; } } |
14,995 | return type metadata object concode_field_sep org.apache.axis.description.TypeDesc typeDesc concode_elem_sep java.lang.Object __equalsCalc concode_elem_sep boolean __hashCodeCalc concode_elem_sep long[] customTargetingValueIds concode_field_sep org.apache.axis.encoding.Serializer getSerializer concode_elem_sep org.apac... | org . apache . axis . description . TypeDesc function ( ) { return typeDesc ; } |
14,996 | this method was generated by mybatis generator . this method returns the value of the database column user.email concode_field_sep Date createtime concode_elem_sep Integer worktimeid concode_elem_sep String loginname concode_elem_sep Integer roleid concode_elem_sep Integer departmentid concode_elem_sep String mobile co... | String function ( ) { return email ; } |
14,997 | mutator method to set street address concode_field_sep String province concode_elem_sep String streetAddress concode_elem_sep String city concode_elem_sep String country concode_elem_sep String postalCode concode_field_sep void setProvince concode_elem_sep void setCity concode_elem_sep int hashCode concode_elem_sep boo... | void function ( String arg0 ) { this . streetAddress = arg0 ; } |
14,998 | called whenever the osgi framework stops the bundle . concode_field_sep BundleContext context concode_elem_sep Logger logger concode_field_sep void start concode_elem_sep BundleContext getContext | void function ( BundleContext arg0 ) { context = null ; logger . debug ( "srini_string" ) ; } |
14,999 | returns the path to the jar file . concode_field_sep PathSettingsCLIInputBean pathSettingsCLIInputBean concode_elem_sep WaitingHandler waitingHandler concode_field_sep Object call concode_elem_sep void setPathSettings concode_elem_sep void main concode_elem_sep String toString concode_elem_sep String getHeader | String function ( ) { return DeNovoGUIWrapper . getJarFilePath ( this . getClass ( ) . getResource ( "srini_string" ) . getPath ( ) , DeNovoGUIWrapper . toolName ) ; } |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.