idx int64 0 25k | question stringlengths 72 5.69k | target stringlengths 21 481 |
|---|---|---|
24,500 | create a play injector backed by guice using this configured builder . concode_field_sep Delegate delegate concode_field_sep Module applicationModule concode_elem_sep Self in concode_elem_sep Self in concode_elem_sep Self in concode_elem_sep Self in concode_elem_sep Self disable concode_elem_sep Self bindings concode_e... | Injector function ( ) { return delegate . injector ( ) . instanceOf ( Injector . class ) ; } |
24,501 | set the callback which will be called when the player enters and leaves fullscreen mode . concode_field_sep VideoSurfaceLayer videoSurfaceLayer concode_elem_sep PlaybackControlLayer playbackControlLayer concode_elem_sep Activity activity concode_elem_sep SubtitleLayer subtitleLayer concode_elem_sep LayerManager layerMa... | void function ( PlaybackControlLayer . FullscreenCallback arg0 ) { playbackControlLayer . setFullscreenCallback ( arg0 ) ; } |
24,502 | logs out a fatal message supporting positional parameter substitutions . concode_field_sep String category concode_elem_sep ArrayList targets concode_field_sep void warn concode_elem_sep void warn concode_elem_sep void warn concode_elem_sep void warn concode_elem_sep void debug concode_elem_sep void debug concode_elem_... | void function ( String arg0 , Object [ ] arg1 ) { log ( LogEvent . FATAL , arg0 , arg1 , null ) ; } |
24,503 | sets the default response timeout of the clientassociation that is created using this clientsap . concode_field_sep ClientAcseSap acseSap concode_elem_sep int proposedMaxMmsPduSize concode_elem_sep byte[] DEFAULT_TSEL_LOCAL concode_elem_sep int MAXIMUM_MMS_PDU_SIZE concode_elem_sep int DEFAUTL_TPDU_SIZE_PARAMETER conco... | void function ( int arg0 ) { responseTimeout = arg0 ; } |
24,504 | start scrolling by providing a starting point and the distance to travel . concode_field_sep long mDuration concode_elem_sep float mDeltaAngle concode_elem_sep boolean mFinished concode_elem_sep float mCoeffVelocity concode_elem_sep long mStartTime concode_elem_sep int DEFAULT_DURATION concode_elem_sep int mMode concod... | void function ( float arg0 , float arg1 , int arg2 ) { mMode = SCROLL_MODE ; mFinished = false ; mDuration = arg2 ; mStartTime = AnimationUtils . currentAnimationTimeMillis ( ) ; mStartAngle = arg0 ; mDeltaAngle = arg1 ; } |
24,505 | date when multipart upload will become eligible for abort operation by lifecycle . concode_field_sep Owner owner concode_elem_sep boolean isTruncated concode_elem_sep String bucketName concode_elem_sep String uploadId concode_elem_sep boolean isRequesterCharged concode_elem_sep Owner initiator concode_elem_sep Integer ... | void function ( Date arg0 ) { this . abortDate = arg0 ; } |
24,506 | return the signers certificates key modulus concode_field_sep Signature m_signature concode_elem_sep String m_id concode_field_sep String getSubjectPersonalCode concode_elem_sep String getSubjectPersonalCode concode_elem_sep String getSubjectLastName concode_elem_sep String getSubjectLastName concode_elem_sep void setS... | BigInteger function ( ) { X509Certificate loc0 = getSignersCertificate ( ) ; if ( loc0 != null ) return ( ( RSAPublicKey ) loc0 . getPublicKey ( ) ) . getModulus ( ) ; else return null ; } |
24,507 | stop reconciling positions . concode_field_sep StyledTextXtextAdapter styledTextXtextAdapter concode_elem_sep ISemanticHighlightingCalculator calculator concode_elem_sep ITextAttributeProvider attributeProvider concode_elem_sep HighlightingPresenter presenter concode_elem_sep List<AttributedPosition> removedPositions c... | void function ( ) { removedPositions . clear ( ) ; removedPositionCount = 0 ; addedPositions . clear ( ) ; } |
24,508 | this method explicitly ends the print job in the event the job becomes un-referenced without the application having done so . concode_field_sep PlaceHolder placeHolder concode_field_sep void end concode_elem_sep Graphics getGraphics concode_elem_sep Dimension getPageDimension concode_elem_sep int getPageResolution conc... | void function ( ) { end ( ) ; } |
24,509 | gets the value of the status property . concode_field_sep List<Long> categoryIds concode_elem_sep Long size concode_elem_sep String name concode_elem_sep String description concode_elem_sep Long id concode_elem_sep AudienceSegmentDataProvider dataProvider concode_elem_sep AudienceSegmentAudienceSegmentType type concode... | AudienceSegmentStatus function ( ) { return status ; } |
24,510 | runs registerpacket on the given packet200statistic concode_field_sep PlaceHolder placeHolder concode_field_sep void handleBlockItemSwitch concode_elem_sep void handleEntityMetadata concode_elem_sep void handleSetSlot concode_elem_sep void handleAttachEntity concode_elem_sep void handleNamedEntitySpawn concode_elem_sep... | void function ( Packet200Statistic arg0 ) { registerPacket ( arg0 ) ; } |
24,511 | formats file name . concode_field_sep FormattingInfo[] patternFields concode_elem_sep long prevFileTime concode_elem_sep char[] HOUR_CHARS concode_elem_sep char[] WEEK_CHARS concode_elem_sep char SECOND_CHAR concode_elem_sep char MILLIS_CHAR concode_elem_sep ArrayPatternConverter[] patternConverters concode_elem_sep Ro... | void function ( final StringBuilder arg0 , final Object ... arg1 ) { for ( int loc0 = 0 ; loc0 < patternConverters . length ; loc0 ++ ) { final int loc1 = arg0 . length ( ) ; patternConverters [ loc0 ] . format ( arg0 , arg1 ) ; if ( patternFields [ loc0 ] != null ) { patternFields [ loc0 ] . format ( loc1 , arg0 ) ; }... |
24,512 | randomizes the time to wait until the next spoof action . concode_field_sep long lastTime concode_elem_sep long timer concode_elem_sep IDiscordClient other concode_elem_sep ArrayDeque<Spoofs> enqueued concode_elem_sep String dependsOn concode_elem_sep Object lastSpoofData concode_elem_sep Spoofs lastSpoof concode_elem_... | long function ( ) { return 1000L + ( long ) ( rng . nextDouble ( ) * ( 3000L - 1000L ) ) ; } |
24,513 | gets the address concode_field_sep String address concode_elem_sep int count concode_field_sep void setAddress concode_elem_sep int getCount concode_elem_sep void setCount | String function ( ) { return address ; } |
24,514 | every command should know how to register itself or not with the command parsing engine . if a command is available under mutiple identifiers , then this method can be overridden and the addcommand method can be called multiple times . concode_field_sep String sourceString concode_elem_sep Map<String,String> attributes... | void function ( CommandRegister arg0 ) { arg0 . addCommand ( getIrcIdentifier ( ) , this ) ; } |
24,515 | transforms geojson http://www.geojson.org/ into a metacard concode_field_sep ObjectMapper MAPPER concode_elem_sep List<MetacardType> metacardTypes concode_elem_sep String SOURCE_ID_PROPERTY concode_elem_sep String MIME_TYPE concode_elem_sep String ISO_8601_DATE_FORMAT concode_elem_sep String ID concode_elem_sep Logger ... | Metacard function ( InputStream arg0 ) { return transform ( arg0 , null ) ; } |
24,516 | test of getitems method , of class cartservice . concode_field_sep PlaceHolder placeHolder concode_field_sep void testAddBookNormal concode_elem_sep void testAddBookNull concode_elem_sep void testAddBookAlreadyIn concode_elem_sep void testRemoveBook | void function ( ) { List < Book > loc0 = new ArrayList < Book > ( ) ; loc0 . add ( new Book ( "srini_string" , "srini_string" , 5.0f ) ) ; CartService loc1 = new CartService ( ) ; loc1 . setCart ( loc0 ) ; Collection < Book > loc2 = loc1 . getItems ( ) ; assertEquals ( 1 , loc2 . size ( ) ) ; assertEquals ( loc0 , loc2... |
24,517 | finds the first index in the charsequence that matches thespecified character . concode_field_sep PlaceHolder placeHolder concode_field_sep int lastIndexOf concode_elem_sep int lastIndexOf concode_elem_sep char[] toCharArray concode_elem_sep boolean regionMatches concode_elem_sep CharSequence subSequence | int function ( CharSequence arg0 , int arg1 , int arg2 ) { if ( arg0 instanceof String ) { return ( ( String ) arg0 ) . indexOf ( arg1 , arg2 ) ; } else { int loc0 = arg0 . length ( ) ; if ( arg2 < 0 ) { arg2 = 0 ; } for ( int loc1 = arg2 ; loc1 < loc0 ; loc1 ++ ) { if ( arg0 . charAt ( loc1 ) == arg1 ) { return loc1 ;... |
24,518 | log a sql statement string . concode_field_sep boolean format concode_elem_sep Logger LOG concode_elem_sep boolean logToStdout concode_field_sep void setFormat concode_elem_sep void setLogToStdout concode_elem_sep boolean isLogToStdout concode_elem_sep boolean isFormat | void function ( String arg0 ) { logStatement ( arg0 , FormatStyle . BASIC . getFormatter ( ) ) ; } |
24,519 | the state of the availability zone . returns a reference to this object so that method calls can be chained together . constraints : allowed values : available , information , impaired , unavailable concode_field_sep String regionName concode_elem_sep com.amazonaws.internal.ListWithAutoConstructFlag<AvailabilityZoneMes... | AvailabilityZone function ( AvailabilityZoneState arg0 ) { this . state = arg0 . toString ( ) ; return this ; } |
24,520 | gets the type of the device . override this when creating new devices . concode_field_sep int deviceType concode_elem_sep String protocol concode_elem_sep String data concode_elem_sep String name concode_elem_sep String model concode_elem_sep int supportedMethods concode_elem_sep int deviceId concode_elem_sep int statu... | String function ( ) { return "srini_string" ; } |
24,521 | returns a string representing the object . concode_field_sep SeriesRenderingOrder REVERSE concode_elem_sep String name concode_elem_sep SeriesRenderingOrder FORWARD concode_elem_sep long serialVersionUID concode_field_sep Object readResolve concode_elem_sep int hashCode concode_elem_sep boolean equals | String function ( ) { return this . name ; } |
24,522 | return the set of url patterns that are part of this web resource collection . if none have been specified , a zero-length array is returned . concode_field_sep String description concode_elem_sep String name concode_elem_sep String methods[] concode_elem_sep String patterns[] concode_elem_sep String methodOmissions[] ... | String [ ] function ( ) { return ( patterns ) ; } |
24,523 | generate a random resource id . concode_field_sep String resourceId concode_elem_sep long serialVersionUID concode_field_sep ResourceID getResourceID concode_elem_sep int hashCode concode_elem_sep boolean equals concode_elem_sep String toString concode_elem_sep String getResourceIdString | ResourceID function ( ) { return new ResourceID ( new AbstractID ( ) . toString ( ) ) ; } |
24,524 | runs the program concode_field_sep Ocean currentOcean concode_elem_sep UserInterface ui concode_elem_sep int currentScore concode_elem_sep int highestScore concode_elem_sep boolean played concode_field_sep void displayGrid concode_elem_sep void displayResults concode_elem_sep void playTheGame concode_elem_sep void setU... | void function ( String [ ] arg0 ) { BattleShipGame loc0 = new BattleShipGame ( ) ; loc0 . run ( ) ; } |
24,525 | 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 ( ) { } |
24,526 | getter for treenode . concode_field_sep ATreeNode aTreeNode concode_elem_sep String TEXT_CONST concode_elem_sep Map<String,String> attrMap concode_elem_sep String bodayText concode_elem_sep Node xmlNode concode_elem_sep String treePath concode_field_sep String getAttrValue concode_elem_sep String putAttrValue concode_e... | ATreeNode function ( ) { return aTreeNode ; } |
24,527 | 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 , simply add s... | Token function ( int arg0 , String arg1 ) { switch ( arg0 ) { default : return new Token ( arg0 , arg1 ) ; } } |
24,528 | returns the path as a list of edges . concode_field_sep E prevEdge concode_elem_sep V vertex concode_elem_sep int nHops concode_elem_sep AbstractPathElement<V,E> prevPathElement concode_field_sep AbstractPathElement<V,E> getPrevPathElement concode_elem_sep int getHopCount concode_elem_sep E getPrevEdge concode_elem_sep... | List < E > function ( ) { List < E > loc0 = new ArrayList < E > ( ) ; AbstractPathElement < V , E > loc1 = this ; while ( loc1 . getPrevEdge ( ) != null ) { loc0 . add ( loc1 . getPrevEdge ( ) ) ; loc1 = loc1 . getPrevPathElement ( ) ; } Collections . reverse ( loc0 ) ; return loc0 ; } |
24,529 | determine whether the eventiterator returns a flat sequence of events , or whether it can return nested event iterators concode_field_sep SequenceIterator base concode_field_sep PullEvent next | boolean function ( ) { return true ; } |
24,530 | return whether navigation mode is active . concode_field_sep String TALKBACK_URL_WEB concode_elem_sep int SCROLL_MENU_FORWARD concode_elem_sep boolean mActive concode_elem_sep int mId concode_elem_sep CustomLabelManager mLabelManager concode_elem_sep String TALKBACK_URL_PLAYSTORE concode_elem_sep int mCurrentIndex conc... | boolean function ( ) { return mActive ; } |
24,531 | the color used to fill this shape . concode_field_sep HSSFShape parent concode_elem_sep int FILL__FILLCOLOR_DEFAULT concode_elem_sep ObjRecord _objRecord concode_elem_sep int LINEWIDTH_DEFAULT concode_elem_sep int LINESTYLE_DEFAULT concode_elem_sep EscherOptRecord _optRecord concode_elem_sep int LINESTYLE_DOTGEL concod... | void function ( int arg0 , int arg1 , int arg2 ) { int loc0 = ( ( arg2 ) << 16 ) | ( ( arg1 ) << 8 ) | arg0 ; setPropertyValue ( new EscherRGBProperty ( EscherProperties . FILL__FILLCOLOR , loc0 ) ) ; } |
24,532 | checks whether the second array is a subsequence of the first array , and that they share common starting elements . concode_field_sep String ZERO_LENGTH_STRING concode_elem_sep SortedSet<?> EMPTY_SORTED_SET concode_field_sep int compare concode_elem_sep int compare concode_elem_sep int compare concode_elem_sep int com... | boolean function ( final Object [ ] arg0 , final Object [ ] arg1 , final boolean arg2 ) { if ( arg0 == null || arg1 == null ) { return false ; } int loc0 = arg0 . length ; int loc1 = arg1 . length ; if ( loc1 > loc0 || ! arg2 && loc1 == loc0 ) { return false ; } for ( int loc2 = 0 ; loc2 < loc1 ; loc2 ++ ) { if ( ! arg... |
24,533 | always returns the compound given at construction concode_field_sep CompoundSet<C> compoundSet concode_elem_sep int length concode_elem_sep C compound concode_field_sep int getLastIndexOf concode_elem_sep SequenceView<C> getInverse concode_elem_sep SequenceView<C> getSubSequence concode_elem_sep int countCompounds conc... | C function ( int arg0 ) { return compound ; } |
24,534 | returns the standard deviation as a double primitive . if the underlying standard deviation is null , this method will return double.nan . concode_field_sep Number mean concode_elem_sep long serialVersionUID concode_elem_sep Number standardDeviation concode_field_sep Number getStandardDeviation concode_elem_sep double ... | double function ( ) { double loc0 = Double . NaN ; if ( this . standardDeviation != null ) { loc0 = this . standardDeviation . doubleValue ( ) ; } return loc0 ; } |
24,535 | closes the client releasing any imetastoreclient meta store connections held . does not notify any opentransactions todo : perhaps it should ? concode_field_sep IMetaStoreClient metaStoreClient concode_elem_sep boolean connected concode_elem_sep List<AcidTable> tables concode_elem_sep Logger LOG concode_elem_sep String... | void function ( ) { metaStoreClient . close ( ) ; LOG . debug ( "srini_string" ) ; connected = false ; } |
24,536 | size in bytes necessary to send or receive this object via the ov-chip protocol layer , see apdu_serializable #size apdu_serializable . size . the default implementation used misc #length_of_serializable_array misc.length _ of_serializable_array to determine the size . can be overriden for homegenous arrays that can de... | short function ( ) { return Misc . length_of_serializable_array ( get_array ( ) ) ; } |
24,537 | get custom serializer concode_field_sep java.lang.String cpo_codigo concode_elem_sep int ast_codigo concode_elem_sep java.lang.Object __equalsCalc concode_elem_sep boolean __hashCodeCalc concode_elem_sep int lgl_nro concode_elem_sep org.apache.axis.description.TypeDesc typeDesc concode_field_sep void setCpo_codigo conc... | org . apache . axis . encoding . Serializer function ( java . lang . String arg0 , java . lang . Class arg1 , javax . xml . namespace . QName arg2 ) { return new org . apache . axis . encoding . ser . BeanSerializer ( arg1 , arg2 , typeDesc ) ; } |
24,538 | parse query string to parameters . concode_field_sep Logger logger concode_elem_sep Pattern KVP_PATTERN concode_elem_sep Pattern INT_PATTERN concode_elem_sep String[] EMPTY_STRING_ARRAY concode_field_sep String getQueryStringValue concode_elem_sep boolean isEmpty concode_elem_sep boolean isBlank concode_elem_sep boolea... | Map < String , String > function ( String arg0 ) { if ( arg0 == null || arg0 . length ( ) == 0 ) return new HashMap < String , String > ( ) ; return parseKeyValuePair ( arg0 , "srini_string" ) ; } |
24,539 | modify session expiration time - if a replication session is inactive that long it is automatically expired , and further attempts to operate within this session will throw a sessionexpiredexception . concode_field_sep AtomicInteger refCount concode_elem_sep RefCountedRevision currentRevision concode_elem_sep long last... | void function ( long arg0 ) { ensureOpen ( ) ; this . expirationThresholdMilllis = arg0 ; checkExpiredSessions ( ) ; } |
24,540 | decodes the given xml node using #decode node , object . concode_field_sep boolean encodeDefaults concode_elem_sep Document document concode_elem_sep Map<String,Object> objects concode_elem_sep Map<String,Node> elements concode_field_sep Node encode concode_elem_sep Object lookup concode_elem_sep Node getElementById co... | Object function ( Node arg0 ) { return decode ( arg0 , null ) ; } |
24,541 | executes the body closure of a tag and returns a map with namned results that hold the content of the parts within the body . this method should only be called by tags that are part of a surrounding layout tag . example : def parts = layoutwriterstack.writeparts body out concode_field_sep String ATTRIBUTE_NAME_WRITER_S... | Map < String , Object > function ( Closure < ? > arg0 ) { LayoutWriterStack loc0 = LayoutWriterStack . currentStack ( ) ; loc0 . push ( ) ; Map < String , Object > loc1 = new HashMap < String , Object > ( ) ; loc1 . put ( "srini_string" , arg0 . call ( ) ) ; loc1 . putAll ( loc0 . pop ( ) ) ; return loc1 ; } |
24,542 | does the transaction have any work associated with it ? concode_field_sep Map<Transaction,Stack<Work>> _transactions concode_field_sep Work getWork concode_elem_sep void addWork concode_elem_sep void removeWork | boolean function ( Transaction arg0 ) { synchronized ( _transactions ) { Stack loc0 = _transactions . get ( arg0 ) ; return ( boolean ) ( loc0 != null ) ; } } |
24,543 | the ctclass sub-factory . concode_field_sep EnumFactory Enum concode_elem_sep CompilationUnitFactory CompilationUnit concode_elem_sep ConstructorFactory Constructor concode_elem_sep Factory parentFactory concode_elem_sep long serialVersionUID concode_elem_sep MethodFactory Method concode_elem_sep CodeFactory Code conco... | ClassFactory function ( ) { if ( Class == null ) { Class = new ClassFactory ( this ) ; } return Class ; } |
24,544 | write the given location to the given output stream . concode_field_sep int nextStringIndex concode_elem_sep int FILE_VERSION_NUMBER concode_elem_sep HashMap<Element,HashMap<Attribute,String>> attributeMap concode_elem_sep String[] stringTable concode_elem_sep HashMap<Element,HashMap<Relationship,ArrayList<ContributedL... | void function ( ObjectOutputStream arg0 , Location arg1 ) { writeElement ( arg0 , arg1 . getElement ( ) ) ; arg0 . writeInt ( arg1 . getOffset ( ) ) ; arg0 . writeInt ( arg1 . getLength ( ) ) ; writeString ( arg0 , arg1 . getImportPrefix ( ) ) ; } |
24,545 | event handler . concode_field_sep boolean flag concode_elem_sep JFreeChart chart concode_field_sep void testSetSeriesURLGenerator concode_elem_sep JFreeChart createChart concode_elem_sep void testReplaceDataset concode_elem_sep void setUp concode_elem_sep void testDrawWithNullInfo concode_elem_sep void testSetSeriesToo... | void function ( ChartChangeEvent arg0 ) { this . flag = true ; } |
24,546 | sets the value of the age property . concode_field_sep String firstName concode_elem_sep String lastName concode_elem_sep Address address concode_elem_sep Integer age concode_field_sep void setLastName concode_elem_sep Integer getAge concode_elem_sep void setAddress concode_elem_sep void setFirstName concode_elem_sep P... | void function ( Integer arg0 ) { this . age = arg0 ; } |
24,547 | draws something . concode_field_sep PlaceHolder placeHolder concode_field_sep void testCloning concode_elem_sep boolean equals concode_elem_sep Object clone concode_elem_sep void testPublicCloneable concode_elem_sep void testSerialization concode_elem_sep void testHashCode concode_elem_sep void testEquals | void function ( Graphics2D arg0 , Rectangle2D arg1 ) { } |
24,548 | get meta concode_field_sep List<MsgVpnQueueSubscriptionLinks> links concode_elem_sep List<MsgVpnQueueSubscription> data concode_elem_sep SempMeta meta concode_field_sep String toIndentedString concode_elem_sep List<MsgVpnQueueSubscriptionLinks> getLinks concode_elem_sep MsgVpnQueueSubscriptionsResponse data concode_ele... | SempMeta function ( ) { return meta ; } |
24,549 | gets the value of the targetedlocations 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 targetedlocations property . for example , to ad... | List < Location > function ( ) { if ( targetedLocations == null ) { targetedLocations = new ArrayList < Location > ( ) ; } return this . targetedLocations ; } |
24,550 | get current resource state . concode_field_sep Logger LOGGER concode_elem_sep State state concode_field_sep State patchState | State function ( ) { return state ; } |
24,551 | getvalueasstring concode_field_sep PlaceHolder placeHolder concode_field_sep Integer[] createArray concode_elem_sep String formatValue concode_elem_sep void bindParam | String function ( Integer arg0 ) { return String . valueOf ( arg0 ) ; } |
24,552 | gets the value of the customfieldid property . concode_field_sep String displayName concode_elem_sep Long customFieldId concode_elem_sep Long id concode_field_sep String getDisplayName concode_elem_sep void setCustomFieldId concode_elem_sep void setId concode_elem_sep Long getId concode_elem_sep void setDisplayName | Long function ( ) { return customFieldId ; } |
24,553 | get the non expired entry , or null if not there or expired concode_field_sep Map<String,Group> m_groups concode_elem_sep ServerConfigurationService serverConfigurationService concode_elem_sep int cacheEventCount concode_elem_sep Logger M_log concode_elem_sep int cacheEventReportInterval concode_elem_sep Map<String,Too... | Object function ( String arg0 ) { return m_cache . get ( arg0 ) ; } |
24,554 | returns parsed path component . the #parse method must be called before executing this method . concode_field_sep String userInfo concode_elem_sep boolean opaque concode_elem_sep String scheme concode_elem_sep CharacterIterator ci concode_elem_sep String query concode_elem_sep String ERROR_STATE concode_elem_sep String... | String function ( ) { if ( ! parserExecuted ) { throw new IllegalStateException ( ERROR_STATE ) ; } return path ; } |
24,555 | sets the root node resolver . concode_field_sep ItemProcessor<I,O> decoratedItemProcessor concode_elem_sep boolean replaceRelation concode_elem_sep RootNodeResolver<O> rootNodeResolver concode_field_sep void setReplaceRelation concode_elem_sep List<O> process concode_elem_sep O processRootNode concode_elem_sep RootNode... | void function ( RootNodeResolver < O > arg0 ) { this . rootNodeResolver = arg0 ; } |
24,556 | long time to string , format is #default_date_format concode_field_sep SimpleDateFormat DATE_FORMAT_DATE concode_elem_sep SimpleDateFormat DEFAULT_DATE_FORMAT concode_field_sep boolean set24Format concode_elem_sep boolean set12Format concode_elem_sep long getCurrentTimeInLong concode_elem_sep boolean is24HourFormat con... | String function ( long arg0 ) { return getTime ( arg0 , DEFAULT_DATE_FORMAT ) ; } |
24,557 | tagclass getter concode_field_sep String tagClass concode_elem_sep String tagName concode_field_sep void setTagName concode_elem_sep String getTagName concode_elem_sep void setTagClass | String function ( ) { return tagClass ; } |
24,558 | tells this nic if it is sensing light through the cable concode_field_sep int id concode_elem_sep OpticalNICTA workingNIC concode_elem_sep Boolean isClockwise concode_elem_sep Boolean trace concode_elem_sep Boolean isOnRing concode_elem_sep OpticalNICTA protectionNIC concode_elem_sep String description concode_elem_sep... | void function ( Boolean arg0 ) { if ( arg0 == true ) { this . hasError = false ; this . notifyLinkStatusChange ( ) ; } else { this . hasError = true ; this . notifyLinkStatusChange ( ) ; } } |
24,559 | returns the number of rows matching the dynamic query . concode_field_sep FavoriteSiteLocalService _favoriteSiteLocalService concode_field_sep int getFavoriteSitesCount concode_elem_sep int getFavoriteSitesCount concode_elem_sep int getFavoriteSitesCount concode_elem_sep java.lang.String getOSGiServiceIdentifier concod... | long function ( com . liferay . portal . kernel . dao . orm . DynamicQuery arg0 , com . liferay . portal . kernel . dao . orm . Projection arg1 ) { return _favoriteSiteLocalService . dynamicQueryCount ( arg0 , arg1 ) ; } |
24,560 | not-null value ; ensure this value is available before it is saved to the database . concode_field_sep String password concode_elem_sep Long id concode_elem_sep int userid concode_elem_sep String token concode_field_sep String getPassword concode_elem_sep void setToken concode_elem_sep String getToken concode_elem_sep ... | void function ( String arg0 ) { this . password = arg0 ; } |
24,561 | get an edge concode_field_sep List edges concode_elem_sep int label concode_field_sep void removeEdge concode_elem_sep void removeEdge concode_elem_sep int getLabel concode_elem_sep void setLabel concode_elem_sep String toString concode_elem_sep List getEdges concode_elem_sep void connectDirected concode_elem_sep void ... | Edge function ( int arg0 ) { return ( Edge ) edges . get ( arg0 ) ; } |
24,562 | set exit animation concode_field_sep Animation mEnterAnimation concode_elem_sep int mHoleRadius concode_elem_sep Style mStyle concode_elem_sep int NOT_SET concode_elem_sep int mBackgroundColor concode_elem_sep boolean mDisableClick concode_elem_sep Animation mExitAnimation concode_elem_sep View.OnClickListener mOnClick... | Overlay function ( Animation arg0 ) { mExitAnimation = arg0 ; return this ; } |
24,563 | returns handle id as a string . concode_field_sep long serialVersionUID concode_elem_sep UUID handleId concode_field_sep String toString concode_elem_sep SchedulerJobInstanceHandle fromString | String function ( ) { if ( handleId == null ) { return StringUtils . EMPTY ; } return handleId . toString ( ) ; } |
24,564 | this function sets the household in which the appliance is installed in . concode_field_sep RandomSeedRepo randomSeedRepo concode_elem_sep Vector<Boolean> dailyOperation concode_elem_sep Vector<Vector<Integer>> weeklyLoadVector concode_elem_sep int overallPower concode_elem_sep Vector<Vector<Boolean>> weeklyOperation c... | void function ( Household arg0 ) { applianceOf = arg0 ; } |
24,565 | wakes up the waiting thread . this method assumes external synchronization . concode_field_sep boolean aborted concode_elem_sep RouteSpecificPool pool concode_elem_sep Thread waiter concode_elem_sep Condition cond concode_field_sep Condition getCondition concode_elem_sep RouteSpecificPool getPool concode_elem_sep Threa... | void function ( ) { if ( this . waiter == null ) { throw new IllegalStateException ( "srini_string" ) ; } this . cond . signalAll ( ) ; } |
24,566 | called when the observed mediasession state has changed . concode_field_sep MediaSessionImpl mMediaSession concode_field_sep void mediaSessionDestroyed concode_elem_sep MediaSession getMediaSession concode_elem_sep void mediaSessionMetadataChanged concode_elem_sep void mediaSessionEnabledAction concode_elem_sep void me... | void function ( boolean arg0 , boolean arg1 ) { } |
24,567 | construct a hash key that supports the equals test concode_field_sep int MAX_SIZE concode_elem_sep int _size concode_elem_sep int ndv concode_elem_sep int _shift concode_elem_sep int[] _values concode_elem_sep int _mask concode_elem_sep int NBIT concode_elem_sep int _nmax concode_elem_sep int _nhi concode_elem_sep int ... | int function ( ) { int loc0 = 936247625 ; IntIterator loc1 = iterator ( ) ; while ( loc1 . hasNext ( ) ) { loc0 += loc1 . next ( ) ; } return loc0 ; } |
24,568 | gets the value of the giftcertificatenumber property . concode_field_sep Boolean displayOnBill concode_elem_sep CodeAndDescription paymentSubMethod concode_elem_sep String locationInfo concode_elem_sep AuthorizationInfo authorizationInfo concode_elem_sep String dealerCode concode_elem_sep BigDecimal actualAmount concod... | String function ( ) { return giftCertificateNumber ; } |
24,569 | handle delete . concode_field_sep PlaceHolder placeHolder concode_field_sep Supplier<Pair<Integer,JsonNode>> handlePatch concode_elem_sep void handle concode_elem_sep void handle concode_elem_sep void handle concode_elem_sep void handle concode_elem_sep void handle concode_elem_sep void handle concode_elem_sep void han... | Supplier < Pair < Integer , JsonNode >> function ( StateContext arg0 ) { throw new UnsupportedOperationException ( this . getClass ( ) . toString ( ) ) ; } |
24,570 | returns a path to the icon with the given size . concode_field_sep Hashtable<String,String> iconPathsTable concode_elem_sep Logger logger concode_elem_sep ResourceManagementService resourcesService concode_elem_sep Hashtable<String,byte[]> iconsTable concode_field_sep boolean isSizeSupported concode_elem_sep Iterator<S... | String function ( String arg0 ) { return iconPathsTable . get ( arg0 ) ; } |
24,571 | wraps the given runnable in an action , where the execute implementation runs the runnable ignoring the argument . if the given runnable is null , the action returned is effectively a noop . concode_field_sep Spec<? super T> filter concode_elem_sep Runnable runnable concode_elem_sep Transformer<? extends T,? super I> t... | Action < T > function ( Runnable arg0 ) { if ( arg0 == null ) { return Actions . doNothing ( ) ; } else { return new RunnableActionAdapter < T > ( arg0 ) ; } } |
24,572 | change excel column letter to integer number concode_field_sep String CONNECTOR concode_elem_sep String SEPARATOR concode_field_sep ArrayList<String> getRowValue concode_elem_sep ArrayList<String> getRowValue concode_elem_sep ArrayList<ArrayList<String>> readExcel concode_elem_sep ArrayList<ArrayList<String>> readExcel... | int [ ] function ( String [ ] arg0 ) { int [ ] loc0 = new int [ arg0 . length ] ; for ( int loc1 = 0 ; loc1 < arg0 . length ; loc1 ++ ) { loc0 [ loc1 ] = getColumnNumber ( arg0 [ loc1 ] ) ; } return loc0 ; } |
24,573 | sets the value of the settleamount property . concode_field_sep XMLGregorianCalendar submitTimeUTC concode_elem_sep String lastName concode_elem_sep Boolean hasReturnedItems concode_elem_sep String product concode_elem_sep String transactionStatus concode_elem_sep String transId concode_elem_sep XMLGregorianCalendar su... | void function ( BigDecimal arg0 ) { this . settleAmount = arg0 ; } |
24,574 | return matching object concode_field_sep String[] args concode_elem_sep boolean hard concode_elem_sep Logger log concode_elem_sep List<Runnable> shutdownHooks concode_field_sep void setHardAssert concode_elem_sep void init concode_elem_sep void _assert concode_elem_sep void _assert concode_elem_sep Thread start concode... | ClarionObject function ( int arg0 , ClarionObject arg1 [ ] ) { if ( arg1 . length == 0 ) { return choose ( arg0 != 1 , null , null ) ; } if ( arg0 < 1 ) return arg1 [ arg1 . length - 1 ] ; if ( arg0 > arg1 . length ) return arg1 [ arg1 . length - 1 ] ; return arg1 [ arg0 - 1 ] ; } |
24,575 | returns the hash code value for this map entry . the hash code of a map entry e is defined to be : e.getkey == null ? 0 : e.getkey . hashcode ^ e.getvalue == null ? 0 : e.getvalue . hashcode this ensures that e1.equals e2 implies that e1.hashcode == e2.hashcode for any two entries e1 and e2 , as required by the general... | int function ( ) { return ( key == null ? 0 : key . hashCode ( ) ) ^ ( value == null ? 0 : value . hashCode ( ) ) ; } |
24,576 | returns p for the dsa algorithm . concode_field_sep BigInteger q concode_elem_sep BigInteger x concode_elem_sep BigInteger p concode_elem_sep BigInteger g concode_field_sep BigInteger getG concode_elem_sep BigInteger getX concode_elem_sep BigInteger getQ | BigInteger function ( ) { return this . p ; } |
24,577 | you should almost never use this . instead , use the write methods to avoid copies . concode_field_sep ByteBuffer EMPTY_BYTE_BUFFER concode_field_sep int compare concode_elem_sep int compare concode_elem_sep int toInt concode_elem_sep String string concode_elem_sep String string concode_elem_sep String string concode_e... | byte [ ] function ( ByteBuffer arg0 ) { int loc0 = arg0 . remaining ( ) ; if ( arg0 . hasArray ( ) ) { int loc1 = arg0 . arrayOffset ( ) + arg0 . position ( ) ; return Arrays . copyOfRange ( arg0 . array ( ) , loc1 , loc1 + loc0 ) ; } byte [ ] loc2 = new byte [ loc0 ] ; arg0 . duplicate ( ) . get ( loc2 ) ; return loc2... |
24,578 | gets the secret . concode_field_sep int appId concode_elem_sep long updatePeriod concode_elem_sep int secret concode_field_sep long getUpdatePeriod concode_elem_sep GrcBoxAppInfoList getList concode_elem_sep IdSecret newApp concode_elem_sep int getAppId | int function ( ) { return secret ; } |
24,579 | escape string for my batis3 . concode_field_sep PlaceHolder placeHolder concode_field_sep String getAliasedEscapedColumnName concode_elem_sep String getRenamedColumnNameForResultMap concode_elem_sep String getSelectListPhrase concode_elem_sep String getEscapedColumnName concode_elem_sep String getParameterClause concod... | String function ( String arg0 ) { return arg0 ; } |
24,580 | internal setter for the value . concode_field_sep boolean optionalParameter concode_elem_sep T defaultValue concode_elem_sep OptionID optionid concode_elem_sep T givenValue concode_elem_sep boolean defaultValueTaken concode_elem_sep String shortDescription concode_elem_sep List<ParameterConstraint<? super T>> constrain... | void function ( T arg0 ) { this . value = this . givenValue = arg0 ; } |
24,581 | test if the time range contains the given instant . concode_field_sep Optional<TimeRangeBound> upperBound concode_elem_sep TimeRange UNBOUNDED concode_elem_sep Optional<TimeRangeBound> lowerBound concode_field_sep TimeRange toInclusive concode_elem_sep Optional<TimeRangeBound> getUpperBound concode_elem_sep UpperBoundC... | boolean function ( Instant arg0 ) { return lowerBound . map ( lower -> lower . containsLower ( arg0 ) ) . orElse ( true ) && upperBound . map ( upper -> upper . containsUpper ( arg0 ) ) . orElse ( true ) ; } |
24,582 | prints a message at assert priority . concode_field_sep int ERROR concode_elem_sep int VERBOSE concode_elem_sep int WARN concode_elem_sep int NONE concode_elem_sep int ASSERT concode_elem_sep int DEBUG concode_elem_sep LogNode mLogNode concode_elem_sep int INFO concode_field_sep void println concode_elem_sep void print... | void function ( String arg0 , String arg1 , Throwable arg2 ) { println ( ASSERT , arg0 , arg1 , arg2 ) ; } |
24,583 | sets the preamble . concode_field_sep List bodyParts concode_elem_sep String epilogue concode_elem_sep String preamble concode_elem_sep String subType concode_elem_sep Entity parent concode_field_sep String getEpilogue concode_elem_sep void writeTo concode_elem_sep Entity getParent concode_elem_sep String getPreamble c... | void function ( String arg0 ) { this . preamble = arg0 ; } |
24,584 | calculates how many women works in company concode_field_sep Employee manager concode_elem_sep String name concode_elem_sep Employee[] employees concode_field_sep void raiseSallary concode_elem_sep String toString concode_elem_sep int employeesInCompany concode_elem_sep double sumSalary | int function ( Employee [ ] arg0 ) { int loc0 = 0 ; for ( int loc1 = 0 ; loc1 < arg0 . length ; loc1 ++ ) { if ( arg0 [ loc1 ] . getmaleOrFemale ( ) . equals ( "srini_string" ) ) { loc0 ++ ; } } return loc0 ; } |
24,585 | encode size into int code . concode_field_sep String fileName concode_elem_sep byte[] buf concode_elem_sep long address concode_elem_sep Size size concode_elem_sep long sizeMask concode_field_sep void setFileName concode_elem_sep Size getSize concode_elem_sep int size concode_elem_sep void setAddress concode_elem_sep b... | int function ( Size arg0 ) { switch ( arg0 ) { case S64K : return 1 ; case S256K : return 2 ; case S1M : return 3 ; case S4M : return 4 ; case S16K : default : return 0 ; } } |
24,586 | gets the type of geometry concode_field_sep String GEOMETRY_TYPE concode_elem_sep ArrayList<KmlGeometry> mGeometries concode_field_sep ArrayList<KmlGeometry> getGeometryObject concode_elem_sep String toString | String function ( ) { return GEOMETRY_TYPE ; } |
24,587 | get the quartz component for the provided camel context . concode_field_sep PlaceHolder placeHolder concode_field_sep void testSchedulerIsolation concode_elem_sep void afterTests concode_elem_sep Scheduler getDefaultScheduler concode_elem_sep void testSchedulerIsolationManaged concode_elem_sep void enableJMX concode_el... | QuartzComponent function ( CamelContext arg0 ) { return arg0 . getComponent ( "srini_string" , QuartzComponent . class ) ; } |
24,588 | creates reference variable concode_field_sep FinalExam finalExam concode_elem_sep GradedActivity[] grades concode_elem_sep Essay essay concode_elem_sep PassFailExam passFail concode_elem_sep GradedActivity oLab concode_field_sep void setFinalExam concode_elem_sep void setLab concode_elem_sep void setEssay concode_elem_... | void function ( PassFailExam arg0 ) { this . passFail = arg0 ; } |
24,589 | point smoothing anti-aliasing , applicable when rendertype is point . when true , points look like circles rather than squares . default is true . concode_field_sep Number3d _scale concode_elem_sep Number3d _rotation concode_elem_sep String _name concode_elem_sep boolean _lightingEnabled concode_elem_sep RenderType _re... | boolean function ( ) { return _pointSmoothing ; } |
24,590 | implements org.apache.batik.i18n.extendedlocalizable #getdefaultlocale . concode_field_sep List resourceBundles concode_elem_sep ClassLoader classLoader concode_elem_sep Class lastResourceClass concode_elem_sep Locale usedLocale concode_elem_sep String bundleName concode_elem_sep Class cls concode_elem_sep Locale local... | Locale function ( ) { return localeGroup . getLocale ( ) ; } |
24,591 | extracts the linear components from a single geometry . if more than one geometry is to be processed , it is more efficient to create a single linearcomponentextracter instanceand pass it to multiple geometries . concode_field_sep Collection lines concode_elem_sep boolean isForcedToLineString concode_field_sep void fil... | List function ( Geometry arg0 , boolean arg1 ) { List loc0 = new ArrayList ( ) ; arg0 . apply ( new LinearComponentExtracter ( loc0 , arg1 ) ) ; return loc0 ; } |
24,592 | adds the timing . concode_field_sep String excelFileURL concode_elem_sep long DEFAULTMEMCPYSETUPTIME concode_elem_sep Timing defaultTiming concode_elem_sep float DEFAULTMEMCPYTIMEPERUNIT concode_elem_sep List<Timing> timings concode_elem_sep Map<String,MemCopySpeed> memcpySpeeds concode_field_sep Map<String,MemCopySpee... | Timing function ( final String arg0 , final String arg1 ) { final Timing loc0 = new Timing ( arg1 , arg0 ) ; for ( final Timing loc1 : this . timings ) { if ( loc1 . equals ( loc0 ) ) { return loc1 ; } } this . timings . add ( loc0 ) ; return loc0 ; } |
24,593 | returns a new instance of the osgi component speficied by the factory value '' / '' , where classname refers to the componentt of the manager . concode_field_sep String FACTORY_PROPERTY concode_elem_sep Map<Object,ServiceReference> refMap concode_elem_sep Class<ComponentT> componentClass concode_elem_sep Logger log con... | ComponentT function ( String arg0 ) { return this . newInstance ( arg0 , null ) ; } |
24,594 | set the cookie name . by default xsrf-token is used as it is the expected name by angularjs however other frameworks might use other names . concode_field_sep io.vertx.ext.web.handler.CSRFHandler delegate concode_field_sep CSRFHandler setTimeout concode_elem_sep CSRFHandler create concode_elem_sep CSRFHandler setNagHtt... | CSRFHandler function ( String arg0 ) { delegate . setCookieName ( arg0 ) ; return this ; } |
24,595 | create a primary key index . concode_field_sep boolean belongsToConstraint concode_elem_sep boolean unique concode_elem_sep boolean scan concode_elem_sep boolean persistent concode_elem_sep boolean hash concode_elem_sep boolean primaryKey concode_field_sep String getSQL concode_elem_sep IndexType createScan concode_ele... | IndexType function ( boolean arg0 , boolean arg1 ) { IndexType loc0 = new IndexType ( ) ; loc0 . primaryKey = true ; loc0 . arg0 = arg0 ; loc0 . arg1 = arg1 ; loc0 . unique = true ; return loc0 ; } |
24,596 | convert the given color rgb or system to an ansi-compatible index for use with esc 38 ; 5 ; m concode_field_sep String name concode_elem_sep Slice RENDERED_FALSE concode_elem_sep int index concode_elem_sep String ANSI_RESET concode_elem_sep Slice RENDERED_TRUE concode_field_sep String getName concode_elem_sep int getIn... | int function ( long arg0 ) { if ( arg0 >= 0 ) { return toAnsi ( getRed ( arg0 ) , getGreen ( arg0 ) , getBlue ( arg0 ) ) ; } else { return ( int ) ( - arg0 - 1 ) ; } } |
24,597 | this method is used to get all server details by serverid concode_field_sep ServerDetailsService serverDetailsService concode_elem_sep Log LOGGER concode_field_sep List<ServerBean> getServerDetails concode_elem_sep ServerBean getServerDetailByIp concode_elem_sep ServerBean getServerDetailsByServerId | List < ServerBean > function ( @ PathParam ( "srini_string" ) Integer arg0 ) { LOGGER . info ( "srini_string" + getClass ( ) . getName ( ) + "srini_string" + arg0 ) ; return serverDetailsService . getServerDetailsByDCId ( arg0 ) ; } |
24,598 | gets the value of the this property . concode_field_sep boolean force concode_elem_sep ManagedObjectReference _this concode_field_sep void setThis concode_elem_sep void setForce concode_elem_sep boolean isForce | ManagedObjectReference function ( ) { return _this ; } |
24,599 | get all the workflow 's execution jobs by name . concode_field_sep String rootJobName concode_elem_sep long scheduledTime concode_elem_sep WorkflowExecutionModel olderExecution concode_elem_sep boolean completed concode_elem_sep long executionTime concode_elem_sep List<JobExecutionModel> wfExecutions concode_elem_sep W... | List < String > function ( ) { List < String > loc0 = new ArrayList < String > ( ) ; for ( JobExecutionModel loc1 : wfExecutions ) { loc0 . add ( loc1 . getJobName ( ) ) ; } return loc0 ; } |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.