idx int64 0 25k | question stringlengths 71 7.19k | target stringlengths 20 663 |
|---|---|---|
16,600 | internal : in event abc : integer in event event1 operation foo operation myopp1 : integer var myint : integer var mybool : boolean var myreal : real var mystring : string concode_field_sep ILinker linker concode_elem_sep IParser parser concode_elem_sep Provider<XtextResource> resourceProvider concode_field_sep Scope i... | Scope function ( ) { return createInternalScope ( "srini_string" ) ; } |
16,601 | register the above content view . concode_field_sep boolean mEnableSlide concode_elem_sep Activity mActivity concode_elem_sep View mViewBehind concode_elem_sep boolean mOnPostCreateCalled concode_elem_sep boolean mBroadcasting concode_elem_sep View mViewAbove concode_elem_sep SlidingMenu mSlidingMenu concode_field_sep ... | void function ( View arg0 , LayoutParams arg1 ) { if ( ! mBroadcasting ) mViewAbove = arg0 ; } |
16,602 | set a pixel in the destination image data concode_field_sep int[] srcImage concode_elem_sep int width concode_elem_sep int[] dstImage concode_elem_sep int height concode_field_sep void process concode_elem_sep int getSourcePixel concode_elem_sep int[] getScaledData concode_elem_sep boolean different | void function ( int arg0 , int arg1 , int arg2 ) { dstImage [ arg0 + ( arg1 * width * 2 ) ] = arg2 ; } |
16,603 | deletes all keys from the database . should be used for development and testing , not production . concode_field_sep Jedis jedis concode_field_sep void add concode_elem_sep boolean isIndexed concode_elem_sep Map<String,Integer> getCounts concode_elem_sep Set<String> urlSetKeys concode_elem_sep void main concode_elem_se... | void function ( ) { Set < String > loc0 = jedis . loc0 ( "srini_string" ) ; Transaction loc1 = jedis . multi ( ) ; for ( String loc2 : loc0 ) { loc1 . del ( loc2 ) ; } loc1 . exec ( ) ; } |
16,604 | sets the time , in millis , that the last instance of this alert state was received . concode_field_sep Long latestTimestamp concode_elem_sep MaintenanceState maintenanceState concode_elem_sep AlertDefinitionEntity alertDefinition concode_elem_sep Long occurrences concode_elem_sep Long historyId concode_elem_sep AlertF... | void function ( Long arg0 ) { this . latestTimestamp = arg0 ; } |
16,605 | computes a mask that prevents overflow of hyperloglog registers . concode_field_sep int REG_WIDTH_INDEX_MULTIPLIER concode_elem_sep long[] PW_MASK concode_elem_sep double[] TWO_TO_L concode_field_sep double smallEstimator concode_elem_sep double smallEstimatorCutoff concode_elem_sep double alphaMSquared concode_elem_se... | long function ( final int arg0 ) { return PW_MASK [ arg0 ] ; } |
16,606 | returns the value for key by searching the resource bundles in inverse order or null if no value can be found for key . concode_field_sep LinkedList<ResourceBundle> bundles concode_field_sep void add concode_elem_sep void add concode_elem_sep String get concode_elem_sep String get concode_elem_sep String get concode_el... | String function ( String arg0 ) { Iterator < ResourceBundle > loc0 = bundles . iterator ( ) ; while ( loc0 . hasNext ( ) ) { try { return loc0 . next ( ) . getString ( arg0 ) ; } catch ( MissingResourceException loc1 ) { } } return null ; } |
16,607 | find all the classes in a package concode_field_sep Logger log concode_elem_sep long constructionTime concode_elem_sep AtomicLong searchTime concode_elem_sep AnnotationFinder finder concode_field_sep List<T> filter concode_elem_sep Predicate<Class<?>> packagePredicate concode_elem_sep Predicate<Class<?>> interfaceClass... | List < Class < ? >> function ( final String arg0 , boolean arg1 ) { return getClasses ( arg0 , arg1 , null ) ; } |
16,608 | there is nothing to shutdown in this implementation of leader election , so we simply have an empty method . concode_field_sep Vote winner concode_elem_sep int count concode_elem_sep int winningCount concode_elem_sep QuorumPeer self concode_elem_sep int numValidVotes concode_elem_sep Logger LOG concode_elem_sep Random ... | void function ( ) { } |
16,609 | sets the ` pixlr ' service to contact , one of the value of pixlrservice . concode_field_sep Boolean redirect concode_elem_sep String image concode_elem_sep PixlrService service concode_elem_sep PixlrSendMethod method concode_elem_sep Boolean lockTarget concode_elem_sep String icon concode_elem_sep PixlrImageType lockT... | void function ( final PixlrService arg0 ) { if ( arg0 != null ) { this . service = arg0 ; } } |
16,610 | returns true if this connection has been idle for longer than keepalivedurationns . concode_field_sep int httpMinorVersion concode_elem_sep byte[] HTTP_11 concode_elem_sep Route route concode_elem_sep long idleStartTimeNs concode_elem_sep InputStream in concode_elem_sep SpdyConnection spdyConnection concode_elem_sep So... | boolean function ( long arg0 ) { return getIdleStartTimeNs ( ) < System . nanoTime ( ) - arg0 ; } |
16,611 | returns the tokens that compose the string mapped with the given key . delimiters are not returned . concode_field_sep ResourceBundle bundle concode_field_sep boolean getBoolean concode_elem_sep int getInteger concode_elem_sep int getCharacter concode_elem_sep String getString | List function ( String arg0 , String arg1 ) { return getStringList ( arg0 , arg1 , false ) ; } |
16,612 | determine whether there are currently thread-bound credentials , using them if available , falling back to the statically specified username and password i.e. values of the bean properties else . concode_field_sep String password concode_elem_sep ConnectionFactory targetConnectionFactory concode_elem_sep ThreadLocal<Jm... | TopicConnection function ( ) { JmsUserCredentials loc0 = this . threadBoundCredentials . get ( ) ; if ( loc0 != null ) { return doCreateTopicConnection ( loc0 . username , loc0 . password ) ; } else { return doCreateTopicConnection ( this . username , this . password ) ; } } |
16,613 | checks whether the project can be closed . concode_field_sep ProjectManagerListener[] EMPTY_ARRAY concode_field_sep void projectOpened concode_elem_sep void projectClosed concode_elem_sep void projectClosing | boolean function ( Project arg0 ) { return true ; } |
16,614 | processes the emailcontent for comparison . concode_field_sep String REGEX_ENCRYPTED_REGKEY concode_field_sep String replaceInjectedValuesWithPlaceholders concode_elem_sep boolean testAndRunGodMode concode_elem_sep String replaceUnpredictableValuesWithPlaceholders concode_elem_sep String injectTestProperties concode_el... | String function ( String arg0 ) { return replaceUnpredictableValuesWithPlaceholders ( arg0 ) ; } |
16,615 | sets the uncaughtexceptionhandler for new threads created with thisthreadfactory . concode_field_sep Boolean daemon concode_elem_sep UncaughtExceptionHandler uncaughtExceptionHandler concode_elem_sep Integer priority concode_elem_sep String nameFormat concode_elem_sep ThreadFactory backingThreadFactory concode_field_se... | ThreadFactoryBuilder function ( UncaughtExceptionHandler arg0 ) { this . uncaughtExceptionHandler = checkNotNull ( arg0 ) ; return this ; } |
16,616 | returns true if the given state is currently active otherwise false . concode_field_sep boolean event1 concode_elem_sep SCInterfaceImpl sCInterface concode_elem_sep int nextStateIndex concode_elem_sep State[] stateVector concode_field_sep void init concode_elem_sep SCInterface getSCInterface concode_elem_sep void react... | boolean function ( State arg0 ) { switch ( arg0 ) { case r1_R1A : return stateVector [ 0 ] == State . r1_R1A ; case r1_R1B : return stateVector [ 0 ] == State . r1_R1B ; case r2_R2A : return stateVector [ 1 ] == State . r2_R2A ; case r2_R2B : return stateVector [ 1 ] == State . r2_R2B ; default : return false ; } } |
16,617 | shuts down the thread that consumes the queued packets and also stops the pool of threads that actually send the packets to the remote servers . concode_field_sep Queue<Packet> packetQueue concode_elem_sep OutgoingSessionPromise instance concode_elem_sep BlockingQueue<Packet> packets concode_elem_sep String domain conc... | void function ( ) { threadPool . shutdown ( ) ; shutdown = true ; } |
16,618 | constructs a new distance based sort on a geo point like field . concode_field_sep PlaceHolder placeHolder concode_field_sep FieldSortBuilder fieldSort concode_elem_sep ScoreSortBuilder scoreSort concode_elem_sep ScriptSortBuilder scriptSort | GeoDistanceSortBuilder function ( String arg0 , String ... arg1 ) { return new GeoDistanceSortBuilder ( arg0 , arg1 ) ; } |
16,619 | removes all headers on this builder and adds headers . concode_field_sep Headers.Builder headers concode_elem_sep String method concode_elem_sep Object tag concode_elem_sep RequestBody body concode_elem_sep HttpUrl url concode_elem_sep CacheControl cacheControl concode_field_sep Headers headers concode_elem_sep List<St... | Builder function ( Headers arg0 ) { this . headers = arg0 . newBuilder ( ) ; return this ; } |
16,620 | the volume size . concode_field_sep String volumeType concode_elem_sep String mountPoint concode_elem_sep Integer size concode_elem_sep Integer raidLevel concode_elem_sep Integer iops concode_elem_sep Integer numberOfDisks concode_field_sep void setIops concode_elem_sep void setMountPoint concode_elem_sep void setRaidL... | Integer function ( ) { return this . size ; } |
16,621 | auto generated setter method concode_field_sep javax.xml.namespace.QName MY_QNAME concode_elem_sep com.amazon.ec2.DeleteVpnGatewayResponseType localDeleteVpnGatewayResponse concode_field_sep java.lang.String generatePrefix concode_elem_sep void serialize concode_elem_sep void serialize concode_elem_sep void writeQName ... | void function ( com . amazon . ec2 . DeleteVpnGatewayResponseType arg0 ) { this . localDeleteVpnGatewayResponse = arg0 ; } |
16,622 | set the current section . concode_field_sep ActionExpression CreatePropertyAction concode_elem_sep String SECTIONS concode_elem_sep String CURRENT_SECTION concode_elem_sep String PATTERN_COMMENT concode_elem_sep Grammar grammar concode_elem_sep Parser parser concode_elem_sep String PATTERN_PROPERTY concode_elem_sep Act... | void function ( ParsingContext arg0 , IniFileSection arg1 ) { arg0 . put ( CURRENT_SECTION , arg1 ) ; } |
16,623 | gets the value of the datacenterurls property . concode_field_sep DataCenterUrls dataCenterUrls concode_elem_sep Status status concode_field_sep void setDataCenterUrls concode_elem_sep Status getStatus concode_elem_sep void setStatus | DataCenterUrls function ( ) { return dataCenterUrls ; } |
16,624 | list of applicationversiondescription objects sorted by order of creation . concode_field_sep com.amazonaws.internal.SdkInternalList<ApplicationVersionDescription> applicationVersions concode_field_sep DescribeApplicationVersionsResult withApplicationVersions concode_elem_sep DescribeApplicationVersionsResult withAppli... | java . util . List < ApplicationVersionDescription > function ( ) { if ( applicationVersions == null ) { applicationVersions = new com . amazonaws . internal . SdkInternalList < ApplicationVersionDescription > ( ) ; } return applicationVersions ; } |
16,625 | performs asynchronous video annotation . progress and results can be retrieved through the ` google.longrunning.operations ` interface . ` operation.metadata ` contains ` annotatevideoprogress ` progress . ` operation.response ` contains ` annotatevideoresponse ` results . sample code : try videointelligenceserviceclie... | OperationFuture < AnnotateVideoResponse , AnnotateVideoProgress > function ( String arg0 , List < Feature > arg1 , VideoContext arg2 , String arg3 , String arg4 ) { AnnotateVideoRequest loc0 = AnnotateVideoRequest . newBuilder ( ) . setInputUri ( arg0 ) . addAllFeatures ( arg1 ) . setVideoContext ( arg2 ) . setOutputUr... |
16,626 | this method returns the number of pages of a book as a string . concode_field_sep String bookPublisher concode_elem_sep String bookPageNumber concode_elem_sep String isCheckedOut concode_elem_sep String bookPubYear concode_elem_sep String bookAuthor concode_elem_sep String bookTitle concode_field_sep String getTitle co... | String function ( ) { return bookPageNumber ; } |
16,627 | obtains value of the coreprotocolpnames #protocol_version parameter.if not set , defaults to httpversion #http_1_1 . concode_field_sep PlaceHolder placeHolder concode_field_sep CodingErrorAction getUnmappableInputAction concode_elem_sep void setUnmappableInputAction concode_elem_sep void setVersion concode_elem_sep Cod... | ProtocolVersion function ( final HttpParams arg0 ) { Args . notNull ( arg0 , "srini_string" ) ; final Object loc0 = arg0 . getParameter ( CoreProtocolPNames . PROTOCOL_VERSION ) ; if ( loc0 == null ) { return HttpVersion . HTTP_1_1 ; } return ( ProtocolVersion ) loc0 ; } |
16,628 | sets the lognode data will be sent to . . concode_field_sep LogNode mNext concode_field_sep void println concode_elem_sep LogNode getNext | void function ( LogNode arg0 ) { mNext = arg0 ; } |
16,629 | apply a textual value for a specific preference concode_field_sep PlaceHolder placeHolder concode_field_sep void ifNullChangeAndCommit | void function ( PreferenceActivity arg0 , SharedPreferences arg1 , String arg2 , String arg3 ) { EditTextPreference loc0 = ( EditTextPreference ) arg0 . findPreference ( arg2 ) ; String loc1 = arg1 . getString ( arg2 , arg3 ) ; loc0 . setText ( loc1 ) ; } |
16,630 | returns true if parameter type is a function and false otherwise . concode_field_sep String name concode_elem_sep String type concode_elem_sep boolean required concode_field_sep boolean isRequired concode_elem_sep String getName concode_elem_sep FunctionInfo getInfo concode_elem_sep String getType | boolean function ( ) { return TernTypeHelper . isFunction ( type ) ; } |
16,631 | ... method that prints name of the action concode_field_sep String name concode_field_sep void execute concode_elem_sep int key | String function ( ) { return String . format ( "srini_string" , this . key ( ) , this . name ) ; } |
16,632 | prints a boolean to this output stream and flushes this output stream . concode_field_sep String CHARSET_NAME concode_elem_sep Locale LOCALE concode_elem_sep PrintWriter out concode_field_sep void println concode_elem_sep void println concode_elem_sep void println concode_elem_sep void println concode_elem_sep void pri... | void function ( boolean arg0 ) { out . print ( arg0 ) ; out . flush ( ) ; } |
16,633 | 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... | int function ( ) { return iId ; } |
16,634 | history metadata participant concode_field_sep String emailDescription concode_elem_sep Actor actor concode_elem_sep ExtraData extraData concode_elem_sep String activityDescriptionKey concode_elem_sep String emailDescriptionKey concode_elem_sep String descriptionKey concode_elem_sep String description concode_elem_sep ... | Actor function ( ) { return cause ; } |
16,635 | waits until all events currently in the disruptor have been processed by all event processors and then halts the processors . it is critical that publishing to the ring buffer has stopped before calling this method , otherwise it may never return . concode_field_sep Log log concode_elem_sep Disruptor<DeliveryEventData>... | void function ( ) { try { disruptor . shutdown ( OUTBOUND_DISRUPTOR_SHUTDOWN_WAIT_TIME , TimeUnit . SECONDS ) ; } catch ( TimeoutException loc0 ) { log . error ( "srini_string" ) ; } } |
16,636 | an internal check for closed statements . concode_field_sep boolean isEscapeProcessing concode_elem_sep Result errorResult concode_elem_sep int SUCCESS_NO_INFO concode_elem_sep Result batchResultOut concode_elem_sep int maxRows concode_elem_sep JDBCConnection connection concode_elem_sep int rsHoldability concode_elem_s... | void function ( ) { if ( isClosed ) { throw Util . sqlException ( ErrorCode . X_07501 ) ; } if ( connection . isClosed ) { close ( ) ; throw Util . sqlException ( ErrorCode . X_08503 ) ; } } |
16,637 | determines whether the tag is added to new instances as they are launched in the group . concode_field_sep String resourceId concode_elem_sep Boolean propagateAtLaunch concode_elem_sep String value concode_elem_sep String key concode_elem_sep String resourceType concode_field_sep String getKey concode_elem_sep Tag with... | void function ( Boolean arg0 ) { this . propagateAtLaunch = arg0 ; } |
16,638 | joiner with a string delimiter . concode_field_sep Joiner JOINER_ON_CHARACTER concode_elem_sep char DELIMITER_CHARACTER concode_elem_sep Iterable<String> components concode_elem_sep Joiner JOINER_ON_STRING concode_elem_sep String DELIMITER_STRING concode_elem_sep int componentLength concode_elem_sep int count concode_f... | int function ( int arg0 ) { int loc0 = 0 ; for ( int loc1 = 0 ; loc1 < arg0 ; loc1 ++ ) { loc0 ^= JOINER_ON_STRING . join ( components ) . length ( ) ; } return loc0 ; } |
16,639 | returns the ccsid to use for the connection with the as/400 system . returns -1 if the ccsid to use is the default system ccsid . concode_field_sep SearchType searchType concode_elem_sep Logger LOG concode_elem_sep AS400ConnectionPool connectionPool concode_elem_sep String searchKey concode_elem_sep Jt400Type type conc... | int function ( ) { return ccsid ; } |
16,640 | calculate hash from k 0...m-1 . concode_field_sep long Q concode_elem_sep int R concode_elem_sep long patternHash concode_elem_sep int patternLength concode_elem_sep String pattern concode_elem_sep long RM concode_field_sep int search concode_elem_sep long randomPrime concode_elem_sep void main concode_elem_sep boolean... | long function ( String arg0 , int arg1 ) { long loc0 = 0 ; for ( int loc1 = 0 ; loc1 < arg1 ; loc1 ++ ) { loc0 = ( R * loc0 + arg0 . charAt ( loc1 ) ) % Q ; } return loc0 ; } |
16,641 | helper method for creating new traversals . concode_field_sep String NON_HALTING_ERROR_MSG concode_elem_sep EdgeCallback<N,E> callback concode_field_sep void computeFixedPoint concode_elem_sep void computeFixedPoint concode_elem_sep void computeFixedPoint concode_elem_sep boolean traverseEdge | FixedPointGraphTraversal < NODE , EDGE > function ( EdgeCallback < NODE , EDGE > arg0 ) { return new FixedPointGraphTraversal < > ( arg0 ) ; } |
16,642 | returns the group name concode_field_sep PropertyChangeSupport m_propChange concode_elem_sep String m_groupName concode_elem_sep String m_groupComments concode_elem_sep GroupInfo m_groupInfo concode_elem_sep List<String> m_users concode_elem_sep String GROUP_NAME_PROPERTY concode_field_sep void addUser concode_elem_sep... | String function ( ) { return m_groupName ; } |
16,643 | returns end - start . concode_field_sep int start concode_elem_sep int end concode_elem_sep char[] buffer concode_field_sep int getStart concode_elem_sep char[] getBuffer concode_elem_sep void setStart concode_elem_sep void adjust concode_elem_sep boolean hasMore concode_elem_sep void setEnd concode_elem_sep int getEnd | int function ( ) { return end - start ; } |
16,644 | computes disparity using the bm algorithm for a rectified stereo pair . the method executes the bm algorithm on a rectified stereo pair . see the stereo_match.cpp opencv sample on how to prepare images and call the method . note that the method is not constant , thus you should not use the same stereobm instance from w... | void function ( Mat arg0 , Mat arg1 , Mat arg2 ) { compute_1 ( nativeObj , arg0 . nativeObj , arg1 . nativeObj , arg2 . nativeObj ) ; return ; } |
16,645 | returns the bounding box of the rectangle . concode_field_sep double y0 concode_elem_sep double w concode_elem_sep double x0 concode_elem_sep double h concode_field_sep void insertVertex concode_elem_sep CirculinearContourArray2D<LinearRing2D> boundary concode_elem_sep LinearRing2D asRing concode_elem_sep Point2D verte... | Box2D function ( ) { return new Box2D ( x0 , x0 + w , y0 , y0 + h ) ; } |
16,646 | returns an id - > resource mapping of all disk resources listed in the provided offer , or an empty list of no disk resources are found . concode_field_sep Logger logger concode_elem_sep Set<String> expectedReservedResourceIds concode_elem_sep Set<String> expectedPersistentVolumeIds concode_field_sep Set<String> getRes... | Map < String , Resource > function ( Offer arg0 ) { Map < String , Resource > loc0 = new HashMap < String , Resource > ( ) ; for ( Resource loc1 : arg0 . getResourcesList ( ) ) { String loc2 = ResourceUtils . getPersistenceId ( loc1 ) ; if ( loc2 != null ) { loc0 . put ( loc2 , loc1 ) ; } } return loc0 ; } |
16,647 | returns a spec that selects everything that is not selected by the given spec . concode_field_sep Spec<Object> SATISFIES_ALL concode_elem_sep Spec<Object> SATISFIES_NONE concode_field_sep OrSpec<T> or concode_elem_sep OrSpec<T> or concode_elem_sep Spec<T> or concode_elem_sep Spec<T> intersect concode_elem_sep Spec<T> i... | NotSpec < T > function ( Spec < ? super T > arg0 ) { return new NotSpec < T > ( arg0 ) ; } |
16,648 | get all unformmatted gwoyeu romatzyh presentations of a single chinese character both simplified and tranditional concode_field_sep PlaceHolder placeHolder concode_field_sep String[] convertToTargetPinyinStringArray concode_elem_sep String[] toHanyuPinyinStringArray concode_elem_sep String[] toHanyuPinyinStringArray co... | String [ ] function ( char arg0 ) { return convertToGwoyeuRomatzyhStringArray ( arg0 ) ; } |
16,649 | return the current base time offset see histogramlogwriter #setbasetime . concode_field_sep PrintStream log concode_elem_sep long baseTime concode_elem_sep ByteBuffer targetBuffer concode_elem_sep String HISTOGRAM_LOG_FORMAT_VERSION concode_field_sep void outputStartTime concode_elem_sep void outputBaseTime concode_ele... | long function ( ) { return baseTime ; } |
16,650 | cast a string type to int type . gets a string array and returns its elements as int array concode_field_sep PlaceHolder placeHolder concode_field_sep void main concode_elem_sep List<LevelInformation> levels | List < Integer > function ( String [ ] arg0 ) { int loc0 = arg0 . length ; List < Integer > loc1 = new ArrayList < Integer > ( ) ; int loc2 = 0 ; while ( loc2 < loc0 ) { try { loc1 . add ( Integer . parseInt ( arg0 [ loc2 ] ) ) ; loc2 ++ ; } catch ( NumberFormatException loc3 ) { loc2 ++ ; } } return loc1 ; } |
16,651 | sanitize the given string to be uri safe for building contentprovider paths . concode_field_sep Time sTime concode_elem_sep Pattern sSanitizePattern concode_field_sep String joinStrings concode_elem_sep long parseTime | String function ( String arg0 ) { if ( arg0 == null ) { return null ; } return sSanitizePattern . matcher ( arg0 . replace ( "srini_string" , "srini_string" ) . toLowerCase ( ) ) . replaceAll ( "srini_string" ) ; } |
16,652 | creates a phrase suggestion lookup query with the provided name concode_field_sep PlaceHolder placeHolder concode_field_sep TermSuggestionBuilder termSuggestion concode_elem_sep CompletionSuggestionFuzzyBuilder fuzzyCompletionSuggestion concode_elem_sep CompletionSuggestionBuilder completionSuggestion | PhraseSuggestionBuilder function ( String arg0 ) { return new PhraseSuggestionBuilder ( arg0 ) ; } |
16,653 | period between reloads if last-modified of the resource can not be determined concode_field_sep Class<T> loadedType concode_elem_sep T unmarshalledObject concode_elem_sep long lastModifiedTime concode_elem_sep long noLastModifiedReloadPeriod concode_elem_sep Resource mappedXmlResource concode_field_sep Long getLastModi... | void function ( final long arg0 ) { this . noLastModifiedReloadPeriod = arg0 ; } |
16,654 | sets the value of the label property . concode_field_sep Layout layout concode_elem_sep String scrolling concode_elem_sep String flavour concode_elem_sep String src concode_elem_sep String background concode_elem_sep String width concode_elem_sep BigDecimal refresh concode_elem_sep String frameborder concode_elem_sep S... | void function ( Label arg0 ) { this . label = arg0 ; } |
16,655 | is this auto-submit ? is auto submit turned on ? concode_field_sep String itemNumbering concode_elem_sep String submissionMessage concode_elem_sep java.util.Date dueDate concode_elem_sep java.util.Date feedbackDate concode_elem_sep boolean formatByAssessment concode_elem_sep boolean autoSave concode_elem_sep boolean un... | boolean function ( ) { return autoSubmit ; } |
16,656 | mock implementation of the corresponding protocolproviderservice method . concode_field_sep String PROTO_NAME concode_elem_sep Map<String,OperationSet> supportedOperationSets concode_elem_sep MockPersistentPresenceOperationSet mockPresOpSet concode_elem_sep AccountID accountID concode_field_sep TransportProtocol getTra... | RegistrationState function ( ) { return RegistrationState . REGISTERED ; } |
16,657 | return type metadata object concode_field_sep java.lang.Object __equalsCalc concode_elem_sep boolean __hashCodeCalc concode_elem_sep org.apache.axis.description.TypeDesc typeDesc concode_elem_sep org.talend.mdm.webservice.WSTransformerV2PK wsTransformerV2PK concode_field_sep org.talend.mdm.webservice.WSTransformerV2PK ... | org . apache . axis . description . TypeDesc function ( ) { return typeDesc ; } |
16,658 | generate a secret key , and write it to a file concode_field_sep String saltname concode_elem_sep String homedir concode_elem_sep String privkeyname concode_elem_sep Logger M_log concode_elem_sep SecretKey secretKey concode_elem_sep char[] hexChars concode_elem_sep Object sync_object concode_elem_sep boolean LinkToolSe... | void function ( String arg0 ) { try { M_log . info ( "srini_string" + arg0 + privkeyname ) ; SecretKey loc0 = KeyGenerator . getInstance ( "srini_string" ) . generateKey ( ) ; writeKey ( loc0 , arg0 + privkeyname ) ; } catch ( Exception loc0 ) { M_log . debug ( "srini_string" , loc0 ) ; } } |
16,659 | returns a new object with cropped image data . implementations may keep a reference to the original data rather than a copy . only callable if iscropsupported is true . concode_field_sep int width concode_elem_sep int height concode_field_sep LuminanceSource rotateCounterClockwise concode_elem_sep LuminanceSource rotat... | LuminanceSource function ( int arg0 , int arg1 , int arg2 , int arg3 ) { throw new UnsupportedOperationException ( "srini_string" ) ; } |
16,660 | returns key to use in , for example , hashmap . todo - check if it is the correct decision to make this transient . concode_field_sep String descriptionFirstChunk concode_elem_sep Chunker CHUNKER concode_elem_sep Signature signature concode_elem_sep String name concode_elem_sep String description concode_elem_sep List<... | String function ( ) { return getAccession ( ) ; } |
16,661 | this is the method used to send the leader publish message concode_field_sep PlaceHolder placeHolder concode_field_sep void forwardReceivedUidMessage concode_elem_sep void sendUidMessage concode_elem_sep LeaderInterface getLeaderInterface concode_elem_sep void main concode_elem_sep void forwardLeaderElectedMessage | void function ( String arg0 ) { LeaderInterface loc0 = getLeaderInterface ( arg0 ) ; loc0 . electedLeader ( Message . getInstance ( ) . getLeaderPublishMessage ( ) ) ; System . out . println ( loc0 . getStatus ( ) ) ; } |
16,662 | sets leasekey . leasekey is immutable once set . concode_field_sep Long lastCounterIncrementNanos concode_elem_sep long MAX_ABS_AGE_NANOS concode_elem_sep Long leaseCounter concode_elem_sep String leaseKey concode_elem_sep String leaseOwner concode_elem_sep UUID concurrencyToken concode_field_sep String getLeaseKey con... | void function ( String arg0 ) { if ( this . leaseKey != null ) { throw new IllegalArgumentException ( "srini_string" ) ; } verifyNotNull ( arg0 , "srini_string" ) ; this . leaseKey = arg0 ; } |
16,663 | gets compressed length concode_field_sep long compressed_len concode_elem_sep long serialVersionUID concode_elem_sep long table_offset concode_elem_sep long block_len concode_elem_sep int currentPlace concode_elem_sep long uncompressed_len concode_elem_sep long block_count concode_elem_sep int dataRemained concode_elem... | long function ( ) { return compressed_len ; } |
16,664 | checks if chmaccessor is not null in case of null throws exception concode_field_sep PlaceHolder placeHolder concode_field_sep void assertChmAccessorParameters concode_elem_sep void assertCopyingDataIndex concode_elem_sep void assertPositiveInt concode_elem_sep void assertInputStreamNotNull concode_elem_sep void assert... | void function ( ChmAccessor < ? > arg0 ) { if ( arg0 == null ) throw new ChmParsingException ( "srini_string" ) ; } |
16,665 | injects vehicle search service concode_field_sep ConfigurationService configurationService concode_elem_sep Map<String,VehiclePullout> pullouts concode_elem_sep VehicleSearchService vehicleSearchService concode_elem_sep ObjectMapper mapper concode_elem_sep VehicleStatusCache cache concode_elem_sep String json concode_e... | void function ( VehicleSearchService arg0 ) { this . vehicleSearchService = arg0 ; } |
16,666 | sets the radius server authentication port . concode_field_sep int DEFAULT_SOCKET_TIMEOUT concode_elem_sep int socketTimeout concode_elem_sep InetAddress inetAddress concode_elem_sep String sharedSecret concode_elem_sep int accountingPort concode_elem_sep int authenticationPort concode_field_sep void setSocketTimeout c... | void function ( final int arg0 ) { this . authenticationPort = arg0 ; } |
16,667 | get the maxresults value . concode_field_sep DateTimeRfc1123 ocpDate concode_elem_sep Integer maxResults concode_elem_sep String clientRequestId concode_elem_sep Boolean returnClientRequestId concode_elem_sep Integer timeout concode_field_sep DateTime ocpDate concode_elem_sep ApplicationListOptions withReturnClientRequ... | Integer function ( ) { return this . maxResults ; } |
16,668 | returns the number of rows that match the dynamic query . concode_field_sep TermLocalService _service concode_field_sep de.uhh.l2g.plugins.model.Term addTerm concode_elem_sep de.uhh.l2g.plugins.model.Term getTerm concode_elem_sep int getTermsCount concode_elem_sep de.uhh.l2g.plugins.model.Term updateTerm concode_elem_s... | long function ( com . liferay . portal . kernel . dao . orm . DynamicQuery arg0 ) { return getService ( ) . dynamicQueryCount ( arg0 ) ; } |
16,669 | clear the internal objectmap and all properties . removes registered shutdown hook concode_field_sep StatusManager sm concode_elem_sep LogbackLock configurationLock concode_elem_sep List<ScheduledFuture<?>> scheduledFutures concode_elem_sep String name concode_elem_sep long birthTime concode_elem_sep boolean started co... | void function ( ) { removeShutdownHook ( ) ; getLifeCycleManager ( ) . reset ( ) ; propertyMap . clear ( ) ; objectMap . clear ( ) ; } |
16,670 | sets the value of the fromtext property . concode_field_sep String toID concode_elem_sep String trajector concode_elem_sep String fromText concode_elem_sep String comment concode_elem_sep String relType concode_elem_sep String id concode_elem_sep String trigger concode_elem_sep String landmark concode_elem_sep String f... | void function ( String arg0 ) { this . fromText = arg0 ; } |
16,671 | returns a function that invokes #escape string on this escaper . concode_field_sep Function<String,String> asFunction concode_field_sep String apply concode_elem_sep String escape | Function < String , String > function ( ) { return asFunction ; } |
16,672 | sets sort type . concode_field_sep String sort concode_elem_sep boolean ascending concode_field_sep void setSort concode_elem_sep String getSort concode_elem_sep boolean isDefaultAscending concode_elem_sep void sort concode_elem_sep void sort concode_elem_sep boolean isAscending | void function ( boolean arg0 ) { this . ascending = arg0 ; } |
16,673 | this method is called whenever the observed object is changed . an application calls an observable object 's notifyobservers method to have all the object 's observers notified of the change . default implementation is to cause the courier service to deliver to the interface controlled by my controller . extensions can... | void function ( Observable arg0 , Object arg1 ) { if ( ! getEnabled ( ) ) { return ; } if ( ! check ( arg1 ) ) return ; m_courierService . deliver ( new DirectRefreshDelivery ( getDeliveryId ( ) , getElementId ( ) ) ) ; } |
16,674 | configures idea module information . for examples see docs for ideamodule . concode_field_sep IdeaWorkspace workspace concode_elem_sep IdeaModule module concode_elem_sep IdeaProject project concode_elem_sep String targetVersion concode_field_sep void workspace concode_elem_sep void pathVariables concode_elem_sep void m... | IdeaModule function ( ) { return module ; } |
16,675 | used to communicate a progress update between a plugin tool and the main whitebox user interface . concode_field_sep String[] args concode_elem_sep boolean cancelOp concode_elem_sep WhiteboxPluginHost myHost concode_elem_sep String previousProgressLabel concode_elem_sep int previousProgress concode_elem_sep boolean amI... | void function ( int arg0 ) { if ( myHost != null && arg0 != previousProgress ) { myHost . updateProgress ( arg0 ) ; } previousProgress = arg0 ; } |
16,676 | keycloak-1216 concode_field_sep AdapterTestStrategy testStrategy concode_elem_sep AbstractKeycloakRule keycloakRule concode_elem_sep TomcatServer tomcat concode_field_sep void testLoginSSOMax concode_elem_sep void testLoginSSOIdleRemoveExpiredUserSessions concode_elem_sep String getBaseDirectory concode_elem_sep void t... | void function ( ) { testStrategy . testAccountManagementSessionsLogout ( ) ; } |
16,677 | deletes the recent layout set branch with the primary key from the database . also notifies the appropriate model listeners . concode_field_sep RecentLayoutSetBranchLocalService _service concode_field_sep java.lang.String getOSGiServiceIdentifier concode_elem_sep com.liferay.portal.kernel.dao.orm.ActionableDynamicQuery... | com . liferay . portal . kernel . model . RecentLayoutSetBranch function ( long arg0 ) { return getService ( ) . deleteRecentLayoutSetBranch ( arg0 ) ; } |
16,678 | sets the address for this student . concode_field_sep int studentId concode_elem_sep String firstName concode_elem_sep String lastName concode_elem_sep String address concode_elem_sep boolean uiToggle concode_elem_sep Set<Course> courses concode_field_sep void setLastName concode_elem_sep void setCourses concode_elem_s... | void function ( String arg0 ) { this . address = arg0 ; } |
16,679 | return the column type concode_field_sep String defaultOutput concode_elem_sep int position concode_elem_sep String category concode_elem_sep String type concode_elem_sep int cachedHash concode_elem_sep String dataFormatEntryName concode_field_sep void setDataFormatEntryName concode_elem_sep String getCategory concode_... | String function ( ) { return type ; } |
16,680 | default visit implementation . returns null . concode_field_sep PlaceHolder placeHolder concode_field_sep V visit concode_elem_sep V visit concode_elem_sep V visit concode_elem_sep V visit concode_elem_sep V visit concode_elem_sep V visit concode_elem_sep V visit concode_elem_sep V visit concode_elem_sep V visit concod... | V function ( Element arg0 ) { return null ; } |
16,681 | adds the specified pagelines to the array of pagelines . generally only called when passing text form xobjects up to their parent shapes text . concode_field_sep LinkedHashMap<OptionalContents,PageText> optionalPageLines concode_elem_sep ArrayList<LineText> pageLines concode_elem_sep LineText currentLine concode_field_... | void function ( ArrayList < LineText > arg0 ) { if ( arg0 != null ) { this . pageLines . addAll ( arg0 ) ; } } |
16,682 | sets the value of the accounttype property . concode_field_sep String creditClass concode_elem_sep String planType concode_elem_sep BigInteger numberOfLines concode_elem_sep String city concode_elem_sep String dealerId concode_elem_sep String accountType concode_elem_sep String billToState concode_elem_sep long serialV... | void function ( String arg0 ) { this . accountType = arg0 ; } |
16,683 | gets the value of the variableratemodifier property . concode_field_sep CodedDescriptionType variableRateModifier concode_elem_sep String unit concode_elem_sep List<CodeType> code concode_elem_sep CodedDescriptionType description concode_elem_sep RateType.Units units concode_elem_sep BigInteger rateSequencePosition con... | CodedDescriptionType function ( ) { return variableRateModifier ; } |
16,684 | continues a multiple-part encryption or decryption operation depending on how this cipher was initialized , processing another data part . the first inputlen bytes in the input buffer , starting at inputoffset inclusive , are processed , and the result is stored in the output buffer , starting at outputoffset inclusive... | int function ( byte [ ] arg0 , int arg1 , int arg2 , byte [ ] arg3 , int arg4 ) { try { return cipher . update ( arg0 , arg1 , arg2 , arg3 , arg4 ) ; } catch ( com . sun . midp . crypto . ShortBufferException loc0 ) { throw new ShortBufferException ( ) ; } } |
16,685 | constructs a service loader , using the extension class loader . 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_... | ServiceLoader < S > function ( Class < S > arg0 ) { ClassLoader loc0 = ClassLoader . getSystemClassLoader ( ) ; if ( loc0 != null ) { while ( loc0 . getParent ( ) != null ) { loc0 = loc0 . getParent ( ) ; } } return ServiceLoader . load ( arg0 , loc0 ) ; } |
16,686 | marks the plan as out of date . concode_field_sep File importVocabTokenTypesDirectory concode_elem_sep boolean outOfDate concode_elem_sep File source concode_elem_sep File generationDirectory concode_field_sep void setImportVocabTokenTypesDirectory concode_elem_sep File getGenerationDirectory concode_elem_sep File getS... | void function ( ) { this . outOfDate = true ; } |
16,687 | a no op concode_field_sep HashMap<K,HighLow<V>> mergedTuple concode_elem_sep DefaultOutputPort<HashMap<K,HighLow<V>>> mergedport concode_field_sep void process concode_elem_sep void setup concode_elem_sep void endWindow concode_elem_sep void teardown | void function ( long arg0 ) { } |
16,688 | checks if there currently is connectivity . concode_field_sep ArrayList<Long> nativeNetworkObservers concode_elem_sep NetworkMonitor instance concode_elem_sep String TAG concode_elem_sep ArrayList<NetworkObserver> networkObservers concode_elem_sep ConnectionType currentConnectionType concode_elem_sep Context applicatio... | boolean function ( ) { ConnectionType loc0 = getInstance ( ) . getCurrentConnectionType ( ) ; return loc0 != ConnectionType . CONNECTION_UNKNOWN && loc0 != ConnectionType . CONNECTION_NONE ; } |
16,689 | compares this city to another by name . concode_field_sep Map<String,City> cities concode_elem_sep String timeZoneID concode_elem_sep TimeZone timeZone concode_elem_sep int rawOffset concode_elem_sep float latitude concode_elem_sep City[] citiesByRawOffset concode_elem_sep String name concode_elem_sep float x concode_e... | int function ( City arg0 ) { return name . compareTo ( arg0 . name ) ; } |
16,690 | the unique id of the task . constraints : length : 1 - 256 concode_field_sep String activityId concode_elem_sep String input concode_elem_sep Long startedEventId concode_elem_sep WorkflowExecution workflowExecution concode_elem_sep ActivityType activityType concode_elem_sep String taskToken concode_field_sep Long getSt... | String function ( ) { return activityId ; } |
16,691 | should we use streams to bind binary types to jdbc in parameters ? concode_field_sep boolean ENABLE_BINARY_STREAMS concode_elem_sep CoreMessageLogger LOG concode_elem_sep Map OBSOLETE_PROPERTIES concode_elem_sep Map<Integer,String> ISOLATION_LEVELS concode_elem_sep Map RENAMED_PROPERTIES concode_elem_sep Properties GLO... | boolean function ( ) { return ENABLE_BINARY_STREAMS ; } |
16,692 | whether or not connected to wifi concode_field_sep NetUtils instance concode_field_sep void openSetting concode_elem_sep boolean isConnected concode_elem_sep NetUtils getInstance | boolean function ( Context arg0 ) { ConnectivityManager loc0 = ( ConnectivityManager ) arg0 . getSystemService ( Context . CONNECTIVITY_SERVICE ) ; if ( loc0 != null ) { return loc0 . getActiveNetworkInfo ( ) . getType ( ) == ConnectivityManager . TYPE_WIFI ; } return false ; } |
16,693 | to get service concode_field_sep XComponentContext componentContext concode_elem_sep UnoUrl unoUrl concode_elem_sep Logger LOGGER concode_elem_sep List<OfficeConnectionEventListener> connectionEventListeners concode_elem_sep boolean connected concode_elem_sep XMultiComponentFactory serviceManager concode_field_sep void... | Object function ( String arg0 ) { try { return serviceManager . createInstanceWithContext ( arg0 , componentContext ) ; } catch ( Exception loc0 ) { throw new OfficeException ( String . format ( "srini_string" , arg0 ) , loc0 ) ; } } |
16,694 | returns true iff this file is a block device . 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 st_size concode_e... | boolean function ( ) { return ( st_mode & S_IFMT ) == S_IFBLK ; } |
16,695 | checks if is cellular automaton . concode_field_sep ModelName modelName concode_elem_sep double v0RandomizationFactor concode_elem_sep double scalingLength concode_elem_sep String detailedName concode_elem_sep Logger LOG concode_elem_sep ModelCategory modelCategory concode_field_sep double calcAcc concode_elem_sep doub... | boolean function ( ) { return modelName . getCategory ( ) . isCA ( ) ; } |
16,696 | returns the minimum elevation concode_field_sep String coverageId concode_elem_sep Map<String,DimensionInfo> additionalDimensions concode_elem_sep String timeResolutionUnit concode_elem_sep String[] DURATION_UNITS concode_elem_sep ReaderDimensionsAccessor accessor concode_elem_sep long timeResolutionValue concode_elem_... | String function ( ) { Double loc0 = accessor . getMinElevation ( ) ; return loc0 . toString ( ) ; } |
16,697 | set expires header to given date . concode_field_sep Logger log concode_elem_sep String HEADER_EXPIRES concode_elem_sep String HEADER_LAST_MODIFIED concode_elem_sep String HEADER_CACHE_CONTROL concode_elem_sep DateFormat RFC1123_DATE_FORMAT concode_elem_sep String HEADER_DISPATCHER concode_elem_sep String HEADER_IF_MOD... | void function ( HttpServletResponse arg0 , Date arg1 ) { if ( arg1 == null ) { arg0 . setHeader ( HEADER_EXPIRES , "srini_string" ) ; } else { arg0 . setHeader ( HEADER_EXPIRES , formatDate ( arg1 ) ) ; } } |
16,698 | same as #doaction httpresponse , boolean , callable but always do consume at the end . concode_field_sep int DEFAULT_SO_TIMEOUT concode_elem_sep int DEFAULT_CONNECTION_TIMEOUT concode_elem_sep RequestConfig defaultConfig concode_elem_sep CloseableHttpClient httpc concode_elem_sep String url concode_elem_sep boolean clo... | T function ( HttpResponse arg0 , Callable < T > arg1 ) { return doAction ( arg0 , true , arg1 ) ; } |
16,699 | the default implementation only creates a new default project . clients may override if they want to contribute generatorspecific project setup concode_field_sep String SCT_GENERATOR_CONSOLE concode_elem_sep IGeneratorBridge bridge concode_elem_sep MessageConsoleStream error concode_elem_sep Injector injector concode_e... | void function ( IProject arg0 , GeneratorEntry arg1 ) { GeneratorUtils . createEmptyProject ( arg0 ) ; } |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.