idx int64 0 100k | question stringlengths 68 7.19k | target stringlengths 20 663 |
|---|---|---|
5,600 | returns a hash code value for the object . concode_field_sep SequenceType SINGLE_FLOAT concode_elem_sep SequenceType ANY_SEQUENCE concode_elem_sep SequenceType OPTIONAL_FLOAT concode_elem_sep SequenceType SINGLE_BOOLEAN concode_elem_sep SequenceType OPTIONAL_STRING concode_elem_sep SequenceType OPTIONAL_ANY_URI concode... | int function ( ) { return primaryType . hashCode ( ) ^ cardinality ; } |
5,601 | returns human-readable representation of http/2 frame headers . the format is : direction streamid length type flags where direction is > for outbound.for example , the following would indicate a head request sent from the client . concode_field_sep byte FLAG_END_STREAM concode_elem_sep int INITIAL_MAX_FRAME_SIZE conco... | String function ( boolean arg0 , int arg1 , int arg2 , byte arg3 , byte arg4 ) { String loc0 = arg3 < FRAME_NAMES . arg2 ? FRAME_NAMES [ arg3 ] : format ( "srini_string" , arg3 ) ; String loc1 = formatFlags ( arg3 , arg4 ) ; return format ( "srini_string" , arg0 ? "srini_string" : "srini_string" , arg1 , arg2 , loc0 , ... |
5,602 | get arraylist of posts concode_field_sep String exception concode_elem_sep int itemid concode_elem_sep String item concode_elem_sep String warningcode concode_elem_sep ArrayList<MoodlePostWarning> warnings concode_elem_sep String debuginfo concode_elem_sep String message concode_elem_sep ArrayList<MoodlePost> posts con... | ArrayList < MoodlePost > function ( ) { return posts ; } |
5,603 | getter for ignorelength . concode_field_sep boolean ignoreLength concode_elem_sep boolean isDefault concode_elem_sep boolean ignorePrecision concode_elem_sep String dbTypeName concode_field_sep String getDbTypeName concode_elem_sep boolean isDefault concode_elem_sep boolean isIgnorePrecision | boolean function ( ) { return this . ignoreLength ; } |
5,604 | this method was generated by mybatis generator . this method returns the value of the database column acc_permissioin . description concode_field_sep Long createUserId concode_elem_sep Date createTime concode_elem_sep Long updateUserId concode_elem_sep String name concode_elem_sep String description concode_elem_sep Da... | String function ( ) { return description ; } |
5,605 | set the misfire instruction via the name of the corresponding constant in the org.quartz.simpletrigger class.default is misfire_instruction_smart_policy . concode_field_sep JobDetail jobDetail concode_elem_sep int misfireInstruction concode_elem_sep Constants constants concode_elem_sep int repeatCount concode_elem_sep ... | void function ( String arg0 ) { this . misfireInstruction = constants . asNumber ( arg0 ) . intValue ( ) ; } |
5,606 | supprime un pion concode_field_sep int ordonne concode_elem_sep ArrayList<Royaume> ListeRoyaume concode_elem_sep String msg concode_elem_sep ArrayList<Joueur> ListeJoueur concode_elem_sep Pions[][] grille concode_elem_sep int absci concode_field_sep int getAbsci concode_elem_sep JPanel affichage concode_elem_sep void v... | void function ( int arg0 , int arg1 ) { grille [ arg0 ] [ arg1 ] = null ; } |
5,607 | return the primitive boolean value of this boolean object . concode_field_sep Boolean FALSE concode_elem_sep Class<Boolean> TYPE concode_elem_sep Boolean TRUE concode_elem_sep boolean value concode_elem_sep long serialVersionUID concode_field_sep int compare concode_elem_sep Boolean valueOf concode_elem_sep Boolean val... | boolean function ( ) { return value ; } |
5,608 | returns whether this trilean is equal either to the given trilean , or the given boolean . concode_field_sep Trilean TRUE concode_elem_sep long serialVersionUID concode_elem_sep Trilean FALSE concode_elem_sep Trilean UNKNOWN concode_elem_sep byte value concode_field_sep Trilean or concode_elem_sep boolean isFalse conco... | boolean function ( Object arg0 ) { if ( arg0 instanceof Trilean ) { return ( ( Trilean ) arg0 ) . value == this . value ; } else if ( arg0 instanceof Boolean ) { return from ( ( ( Boolean ) arg0 ) ) . value == this . value ; } else { return false ; } } |
5,609 | generate record code in given language . language should be all lowercase . concode_field_sep ArrayList<JFile> mInclFiles concode_elem_sep ArrayList<JRecord> mRecords concode_elem_sep String mName concode_field_sep String getName | int function ( String arg0 , String arg1 , ArrayList < String > arg2 ) { CodeGenerator loc0 = CodeGenerator . get ( arg0 ) ; if ( loc0 != null ) { loc0 . genCode ( mName , mInclFiles , mRecords , arg1 , arg2 ) ; } else { System . err . println ( "srini_string" + arg0 ) ; return 1 ; } return 0 ; } |
5,610 | set the non full screen page mode preference . concode_field_sep String NON_FULL_SCREEN_PAGE_MODE_USE_NONE concode_elem_sep String BOUNDARY_BLEED_BOX concode_elem_sep String NON_FULL_SCREEN_PAGE_MODE_USE_OPTIONAL_CONTENT concode_elem_sep String READING_DIRECTION_L2R concode_elem_sep String BOUNDARY_CROP_BOX concode_ele... | void function ( NON_FULL_SCREEN_PAGE_MODE arg0 ) { prefs . setName ( COSName . NON_FULL_SCREEN_PAGE_MODE , arg0 . toString ( ) ) ; } |
5,611 | return the value of the branchexpandedicon property . concode_field_sep String branchContractedIcon concode_elem_sep boolean expanded concode_elem_sep String tooltip concode_elem_sep String branchExpandedIcon concode_elem_sep String icon concode_elem_sep String action concode_elem_sep DefaultMutableTreeNode wrapper con... | String function ( ) { return branchExpandedIcon ; } |
5,612 | set reporter as given reporter concode_field_sep long timeStamp concode_elem_sep GalleryApp app concode_elem_sep long reportId concode_elem_sep User offender concode_elem_sep long appId concode_elem_sep String report concode_elem_sep User reporter concode_elem_sep String userName concode_elem_sep String userId concode_... | void function ( User arg0 ) { this . reporter = arg0 ; } |
5,613 | called when the a change in the shown pages has been completed . at this point you must ensure that all of the pages have actually been added or removed from the container as appropriate . concode_field_sep int POSITION_NONE concode_elem_sep DataSetObserver mViewPagerObserver concode_elem_sep int POSITION_UNCHANGED con... | void function ( View arg0 ) { } |
5,614 | the current version of the streaming distribution created . concode_field_sep String location concode_elem_sep String eTag concode_elem_sep StreamingDistribution streamingDistribution concode_field_sep void setStreamingDistribution concode_elem_sep String getLocation concode_elem_sep StreamingDistribution getStreamingD... | CreateStreamingDistributionResult function ( String arg0 ) { setETag ( arg0 ) ; return this ; } |
5,615 | gets whether this instance has any local variable data to represent . concode_field_sep CatchBuilder unprocessedCatches concode_elem_sep OutputFinisher unprocessedInsns concode_elem_sep int positionInfo concode_elem_sep DalvInsnList insns concode_elem_sep CatchTable catches concode_elem_sep PositionList positions conco... | boolean function ( ) { return unprocessedInsns . hasAnyLocalInfo ( ) ; } |
5,616 | checks that the stringactual contains the occurrence regexexpected . occurrences of at regexexpected can match anything as defined by the regex . in stringactual , however , in its usage with htmlhelper , please refrain from these usages as they will not pass : empty contents right after an html tag , e.g < p > < / p >... | boolean function ( String arg0 , String arg1 ) { String loc0 = arg1 . replaceAll ( "srini_string" , "srini_string" ) ; String loc1 = Pattern . quote ( arg0 ) . replaceAll ( Pattern . quote ( "srini_string" ) , "srini_string" ) . replaceAll ( "srini_string" , "srini_string" ) ; return loc0 . matches ( "srini_string" + l... |
5,617 | register a config for he current thread concode_field_sep ThreadLocal cThreadLocal concode_field_sep void release concode_elem_sep Config get | void function ( Config arg0 ) { cThreadLocal . set ( arg0 ) ; } |
5,618 | returns the stroke width . concode_field_sep float strokeWidth concode_elem_sep String fontName concode_elem_sep String weight concode_elem_sep int paintType concode_elem_sep float underlinePosition concode_elem_sep String notice concode_elem_sep int blueShift concode_elem_sep float blueScale concode_elem_sep List<Numb... | float function ( ) { return strokeWidth ; } |
5,619 | whether the server should enforce encryption on sasl-authenticated connections . concode_field_sep String SPARK_NETWORK_IO_NUMCONNECTIONSPERPEER_KEY concode_elem_sep String SPARK_NETWORK_IO_LAZYFD_KEY concode_elem_sep String SPARK_NETWORK_IO_SERVERTHREADS_KEY concode_elem_sep String module concode_elem_sep String SPARK... | boolean function ( ) { return conf . getBoolean ( "srini_string" , false ) ; } |
5,620 | returns a copy of this configuration concode_field_sep boolean mapHeaders concode_elem_sep boolean disableStreamCache concode_elem_sep boolean transferException concode_elem_sep boolean matchOnUriPrefix concode_elem_sep boolean urlDecodeHeaders concode_field_sep boolean isMatchOnUriPrefix concode_elem_sep boolean isMap... | SparkConfiguration function ( ) { try { SparkConfiguration loc0 = ( SparkConfiguration ) clone ( ) ; return loc0 ; } catch ( CloneNotSupportedException loc0 ) { throw new RuntimeCamelException ( loc0 ) ; } } |
5,621 | clone this file and make the new file as a master copy as well concode_field_sep int NOT_REGISTERED concode_elem_sep int TYPE_RAW_DATA concode_elem_sep int TYPE_TAG_DATA concode_elem_sep String name concode_elem_sep int TYPE_RECONSTRUCTED_DATA concode_elem_sep FileAttribute attribute concode_elem_sep double transaction... | File function ( ) { File loc0 = makeCopy ( ) ; if ( loc0 != null ) { loc0 . setMasterCopy ( true ) ; } return loc0 ; } |
5,622 | convert the given object to string with each line indented by 4 spaces except the first line . concode_field_sep String previous concode_elem_sep List<SubscriptionDTO> list concode_elem_sep String next concode_elem_sep Integer count concode_field_sep SubscriptionListDTO next concode_elem_sep String getPrevious concode_... | String function ( java . lang . Object arg0 ) { if ( arg0 == null ) { return "srini_string" ; } return arg0 . toString ( ) . replace ( "srini_string" , "srini_string" ) ; } |
5,623 | adds a parameter that should be passed in to initialize this filter concode_field_sep String filterClass concode_elem_sep Module module concode_elem_sep String filterName concode_elem_sep Log log concode_elem_sep Map<String,String> initParameters concode_elem_sep long serialVersionUID concode_field_sep Module getModule... | void function ( String arg0 , String arg1 ) { this . initParameters . put ( arg0 , arg1 ) ; } |
5,624 | info log message . concode_field_sep int WARN concode_elem_sep int VERBOSE concode_elem_sep int ERROR concode_elem_sep int LOGLEVEL concode_elem_sep int DEBUG concode_elem_sep int INFO concode_field_sep boolean isLoggable concode_elem_sep void d concode_elem_sep void d concode_elem_sep void d concode_elem_sep void setL... | void function ( String arg0 , String arg1 ) { if ( LOG . INFO >= LOGLEVEL ) Log . i ( arg0 , arg1 ) ; } |
5,625 | the amazon simple notification service amazon sns topic amazon resource name arn . returns a reference to this object so that method calls can be chained together . concode_field_sep String sNSTopic concode_elem_sep com.amazonaws.internal.ListWithAutoConstructFlag<String> events concode_field_sep String getSNSTopic con... | VaultNotificationConfig function ( String arg0 ) { this . sNSTopic = arg0 ; return this ; } |
5,626 | verify that the client is authorized to read from the given stream . concode_field_sep PlaceHolder placeHolder concode_field_sep void connectionTerminated concode_elem_sep ManagedBuffer getChunk concode_elem_sep void registerChannel concode_elem_sep ManagedBuffer openStream | void function ( TransportClient arg0 , long arg1 ) { } |
5,627 | returns the root of the node , the token that indicates it 's type . returns a token.null if safe and the actual root is null . concode_field_sep PlaceHolder placeHolder concode_field_sep boolean hasChildren concode_elem_sep Reduction asReduction concode_elem_sep void addChildrenOf concode_elem_sep int getMeaningAs con... | Token function ( boolean arg0 ) { Token loc0 = getRoot ( ) ; if ( loc0 == null && arg0 ) { loc0 = Token . NULL ; } return loc0 ; } |
5,628 | remove a contact . concode_field_sep EntityManager em concode_field_sep void addContact concode_elem_sep List<Contact> getContacts concode_elem_sep Contact getContact | void function ( Contact arg0 ) { Contact loc0 = em . merge ( arg0 ) ; em . remove ( loc0 ) ; em . flush ( ) ; } |
5,629 | convert the message payload from serialized form to an object . concode_field_sep Log logger concode_elem_sep List<MimeType> supportedMimeTypes concode_elem_sep ContentTypeResolver contentTypeResolver concode_elem_sep Class<?> serializedPayloadClass concode_elem_sep boolean strictContentTypeMatch concode_field_sep List... | Object function ( Message < ? > arg0 , Class < ? > arg1 , Object arg2 ) { return convertFromInternal ( arg0 , arg1 ) ; } |
5,630 | print an int and then terminate the line . concode_field_sep String charsetName concode_elem_sep Locale US_LOCALE concode_elem_sep PrintWriter out concode_field_sep void print concode_elem_sep void print concode_elem_sep void print concode_elem_sep void print concode_elem_sep void print concode_elem_sep void print conc... | void function ( int arg0 ) { out . println ( arg0 ) ; } |
5,631 | create an instance of jaxbelement concode_field_sep QName _PropertyDefPropertyType_QNAME concode_elem_sep QName _PropertyDefDefinitionAliases_QNAME concode_elem_sep QName _PropertyDefValueDef_QNAME concode_elem_sep QName _PropertyDefDefinition_QNAME concode_elem_sep QName _PropertyDefName_QNAME concode_elem_sep QName _... | JAXBElement < PropertyDef . NameAliases > function ( PropertyDef . NameAliases arg0 ) { return new JAXBElement < PropertyDef . NameAliases > ( _PropertyDefNameAliases_QNAME , PropertyDef . NameAliases . class , PropertyDef . class , arg0 ) ; } |
5,632 | uninstall the dragger . concode_field_sep MouseMotionAdapter mouseMotionListener concode_elem_sep Component fComponent concode_elem_sep MouseListener mouseListener concode_elem_sep int dX concode_elem_sep int dY concode_elem_sep Window fWindow concode_field_sep MouseListener createMouseListener concode_elem_sep MouseMo... | void function ( ) { fComponent . removeMouseListener ( mouseListener ) ; fComponent . removeMouseMotionListener ( mouseMotionListener ) ; } |
5,633 | stops the current timer , updating it . concode_field_sep String current concode_elem_sep String lastUpdate concode_elem_sep boolean editorsOnly concode_elem_sep Map<String,ArrayList<Timer>> focusTrackers concode_field_sep boolean focusChanged concode_elem_sep String lastUpdatedTimer concode_elem_sep void updateLog con... | void function ( ) { ArrayList < Timer > loc0 = focusTrackers . get ( current ) ; loc0 . get ( loc0 . size ( ) - 1 ) . updateTimer ( ) ; } |
5,634 | get a resource stream from the classpath . concode_field_sep PlaceHolder placeHolder concode_field_sep play.api.Application getWrappedApplication concode_elem_sep File path concode_elem_sep Configuration configuration concode_elem_sep URL resource concode_elem_sep boolean isTest concode_elem_sep boolean isProd concode_... | InputStream function ( String arg0 ) { return Scala . orNull ( getWrappedApplication ( ) . resourceAsStream ( arg0 ) ) ; } |
5,635 | returns the name of the method that can be used to read the given boolean field . concode_field_sep PlaceHolder placeHolder concode_field_sep String getReadMethodName concode_elem_sep boolean isStatic concode_elem_sep String getCapitalizedName concode_elem_sep String getWriteMethodName concode_elem_sep Method getWriteM... | String function ( Field arg0 ) { return "srini_string" + getCapitalizedName ( arg0 . getName ( ) ) ; } |
5,636 | tests if the name of the file changes . concode_field_sep FileSelectorPresenter presenter concode_elem_sep FileLoader loader concode_elem_sep FileSelectorStub stub concode_field_sep void fileConfirmationWhenFileExists concode_elem_sep void cancellation concode_elem_sep void fileConfirmationWhenFileDoesNotExist concode_... | void function ( ) { String loc0 = "srini_string" ; stub . setFileName ( loc0 ) ; presenter . start ( ) ; presenter . fileNameChanged ( ) ; assertEquals ( loc0 , loader . getFileName ( ) ) ; } |
5,637 | tests the fileutils #createdir string method . concode_field_sep ExpectedException mException concode_elem_sep TemporaryFolder mTestFolder concode_field_sep void deleteFile concode_elem_sep void setLocalDirStickyBit concode_elem_sep void getLocalFileMode concode_elem_sep void changeNonExistentFile concode_elem_sep void... | void function ( ) { File loc0 = new File ( mTestFolder . getRoot ( ) , "srini_string" ) ; FileUtils . createDir ( loc0 . getAbsolutePath ( ) ) ; Assert . assertTrue ( FileUtils . exists ( loc0 . getAbsolutePath ( ) ) ) ; Assert . assertTrue ( loc0 . delete ( ) ) ; } |
5,638 | returns the pure text of the message . concode_field_sep Date time concode_elem_sep ParticipantList participantList concode_elem_sep String authorId concode_elem_sep String message concode_field_sep String getMessageTextAsHTML concode_elem_sep String getMessageText concode_elem_sep Date getTime concode_elem_sep String ... | String function ( ) { return message ; } |
5,639 | the number of successful lookups in the cache . concode_field_sep long cacheCount concode_elem_sep XContentBuilderString FILTER_CACHE concode_elem_sep long hitCount concode_elem_sep long cacheSize concode_elem_sep XContentBuilderString CACHE_SIZE concode_elem_sep XContentBuilderString EVICTIONS concode_elem_sep XConten... | long function ( ) { return hitCount ; } |
5,640 | sets expiration date . note : the object returned by this method is considered immutable . changing it e.g. using settime could result in undefined behaviour . do so at your peril . concode_field_sep String cookieDomain concode_elem_sep Date cookieExpiryDate concode_elem_sep int cookieVersion concode_elem_sep String na... | void function ( Date arg0 ) { cookieExpiryDate = arg0 ; } |
5,641 | attempt to locate the primary datasource i.e. either the only data sourceavailable or the one amongst the candidates marked as primary . return null if there no primary data source could be found . concode_field_sep ApplicationContext applicationContext concode_elem_sep String DATASOURCE_SUFFIX concode_elem_sep Map<Str... | DataSource function ( ) { try { return this . applicationContext . getBean ( DataSource . class ) ; } catch ( NoSuchBeanDefinitionException loc0 ) { return null ; } } |
5,642 | produce a jsonarray of jsonobjects from a comma delimited text string using a supplied jsonarray as the source of element names . concode_field_sep PlaceHolder placeHolder concode_field_sep String getValue concode_elem_sep JSONObject rowToJSONObject concode_elem_sep String rowToString concode_elem_sep String toString c... | JSONArray function ( JSONArray arg0 , JSONTokener arg1 ) { if ( arg0 == null || arg0 . length ( ) == 0 ) { return null ; } JSONArray loc0 = new JSONArray ( ) ; for ( ; ; ) { JSONObject loc1 = rowToJSONObject ( arg0 , arg1 ) ; if ( loc1 == null ) { break ; } loc0 . put ( loc1 ) ; } if ( loc0 . length ( ) == 0 ) { return... |
5,643 | set the node name concode_field_sep String nodename concode_field_sep String getNodename concode_elem_sep int hashCode concode_elem_sep boolean equals concode_elem_sep NodeBaseImpl create | void function ( final String arg0 ) { this . nodename = arg0 ; } |
5,644 | specify the persistenceexceptiontranslator to use . default is to autodetect all persistenceexceptiontranslators in the containing beanfactory , using them in a chain . concode_field_sep ListableBeanFactory beanFactory concode_elem_sep boolean alwaysTranslate concode_elem_sep PersistenceExceptionTranslator persistenceE... | void function ( PersistenceExceptionTranslator arg0 ) { this . persistenceExceptionTranslator = arg0 ; } |
5,645 | destroys the native reference . concode_field_sep int sNextResourceId concode_elem_sep ResourceManager mResourceManager concode_elem_sep SparseArray<Title> mTitles concode_elem_sep long mNativeLayerTitleCache concode_elem_sep TitleBitmapFactory mStandardTitleBitmapFactory concode_elem_sep int mFaviconSize concode_elem_... | void function ( ) { if ( mNativeLayerTitleCache == 0 ) return ; nativeDestroy ( mNativeLayerTitleCache ) ; mNativeLayerTitleCache = 0 ; } |
5,646 | tablefile property accessor . concode_field_sep int iStartNonTerminalID concode_elem_sep Vector oTT concode_elem_sep Vector oTerminals concode_elem_sep long serialVersionUID concode_elem_sep Vector oNonTerminals concode_elem_sep String strTableFile concode_elem_sep int iEOFTerminalID concode_field_sep Object getEntryAt... | String function ( ) { return this . strTableFile ; } |
5,647 | justifies wheel concode_field_sep Handler animationHandler concode_elem_sep int MIN_DELTA_FOR_SCROLLING concode_elem_sep ScrollingListener listener concode_elem_sep SimpleOnGestureListener gestureListener concode_elem_sep float lastTouchedY concode_elem_sep boolean isScrollingPerformed concode_elem_sep int SCROLLING_DU... | void function ( ) { listener . onJustify ( ) ; setNextMessage ( MESSAGE_JUSTIFY ) ; } |
5,648 | put caret in the given html node . concode_field_sep String COL_NODENAME concode_elem_sep TableUtils instance concode_elem_sep String TABLE_NODENAME concode_elem_sep String ROW_NODENAME concode_elem_sep String BODY_NODENAME concode_elem_sep String TBODY_NODENAME concode_elem_sep String COL_HNODENAME concode_elem_sep St... | void function ( RichTextArea arg0 , Node arg1 ) { Selection loc0 = arg0 . getDocument ( ) . getSelection ( ) ; Range loc1 = arg0 . getDocument ( ) . createRange ( ) ; loc1 . selectNodeContents ( arg1 ) ; loc1 . collapse ( false ) ; loc0 . removeAllRanges ( ) ; loc0 . addRange ( loc1 ) ; } |
5,649 | returns the value at the top of the stack . concode_field_sep TIntArrayList _list concode_elem_sep int DEFAULT_CAPACITY concode_field_sep int pop concode_elem_sep int[] toNativeArray concode_elem_sep void toNativeArray concode_elem_sep int size concode_elem_sep void clear concode_elem_sep void reset concode_elem_sep vo... | int function ( ) { return _list . get ( _list . size ( ) - 1 ) ; } |
5,650 | used to retrieve a short description of what the plugin tool does . 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... | String function ( ) { return "srini_string" ; } |
5,651 | define el valor de la propiedad id . concode_field_sep String id concode_elem_sep List<Object> content concode_elem_sep String target concode_field_sep String getTarget concode_elem_sep List<Object> getContent concode_elem_sep void setTarget concode_elem_sep String getId | void function ( String arg0 ) { this . id = arg0 ; } |
5,652 | creates but does not start a new stopwatch , using the specified time source . concode_field_sep Ticker ticker concode_elem_sep long elapsedNanos concode_elem_sep boolean isRunning concode_elem_sep long startTick concode_field_sep long elapsed concode_elem_sep String abbreviate concode_elem_sep long elapsedNanos concod... | Stopwatch function ( Ticker arg0 ) { return new Stopwatch ( arg0 ) ; } |
5,653 | computes a hashcode for an integer inspired by thomas wang 's function , described at http://www.concentric.net/~ttwang/tech/inthash.htm concode_field_sep PlaceHolder placeHolder concode_field_sep placeholderType placeHolder | int function ( int arg0 ) { arg0 = ~ arg0 + ( arg0 << 15 ) ; arg0 ^= arg0 >>> 12 ; arg0 += arg0 << 2 ; arg0 ^= arg0 >>> 4 ; arg0 *= 2057 ; arg0 ^= arg0 >>> 16 ; return arg0 ; } |
5,654 | sets the image id of this image . concode_field_sep Image _image concode_field_sep boolean isFinderCacheEnabled concode_elem_sep void setExpandoBridgeAttributes concode_elem_sep void setExpandoBridgeAttributes concode_elem_sep void setExpandoBridgeAttributes concode_elem_sep boolean isEscapedModel concode_elem_sep bool... | void function ( long arg0 ) { _image . setImageId ( arg0 ) ; } |
5,655 | sets the company id of this microblogs entry . concode_field_sep MicroblogsEntry _microblogsEntry concode_field_sep void setExpandoBridgeAttributes concode_elem_sep void setExpandoBridgeAttributes concode_elem_sep void setExpandoBridgeAttributes concode_elem_sep boolean isEscapedModel concode_elem_sep boolean isCachedM... | void function ( long arg0 ) { _microblogsEntry . setCompanyId ( arg0 ) ; } |
5,656 | sends message to the log object . concode_field_sep ConvertData cd concode_elem_sep PluginFactoryImpl pluginFactory concode_field_sep ByteArrayOutputStream transform concode_elem_sep Source resolve concode_elem_sep Document deserialize | void function ( String arg0 ) { Debug . log ( Debug . TRACE , arg0 ) ; } |
5,657 | tests this object for equality with an arbitrary object . concode_field_sep List fragments concode_elem_sep long serialVersionUID concode_field_sep void addFragment concode_elem_sep int hashCode concode_elem_sep TextFragment getFirstTextFragment concode_elem_sep void draw concode_elem_sep Size2D calculateDimensions con... | boolean function ( final Object arg0 ) { if ( arg0 == null ) { return false ; } if ( arg0 == this ) { return true ; } if ( arg0 instanceof TextLine ) { final TextLine loc0 = ( TextLine ) arg0 ; return this . fragments . equals ( loc0 . fragments ) ; } return false ; } |
5,658 | open the project wizard for creating module from the given folder . concode_field_sep ProjectWizardMode wizardMode concode_elem_sep ProjectWizardRegistry wizardRegistry concode_elem_sep Provider<CategoriesPagePresenter> categoriesPageProvider concode_elem_sep Map<ProjectTypeDto,ProjectWizard> wizardsCache concode_elem_... | void function ( @ NotNull ItemReference arg0 ) { resetState ( ) ; wizardMode = UPDATE ; projectPath = arg0 . getPath ( ) ; final ProjectConfigDto loc0 = dtoFactory . createDto ( ProjectConfigDto . class ) . withName ( arg0 . getName ( ) ) ; showDialog ( loc0 ) ; } |
5,659 | returns the serializer defined in this configuration concode_field_sep PlaceHolder placeHolder concode_field_sep ParameterResolverFactory parameterResolverFactory concode_elem_sep EventStore eventStore concode_elem_sep CommandGateway commandGateway concode_elem_sep void start concode_elem_sep CommandBus commandBus conc... | Serializer function ( ) { return getComponent ( Serializer . class ) ; } |
5,660 | verify that the book list contains the correct items ==================================================== concode_field_sep ShoppingCartService shoppingCartService concode_elem_sep BookController controller concode_elem_sep CustomerService customerService concode_elem_sep Book first concode_elem_sep MockMvc mockMvc con... | void function ( ) { mockMvc . perform ( get ( "srini_string" ) ) . andExpect ( model ( ) . attribute ( "srini_string" , hasItem ( allOf ( hasProperty ( "srini_string" , is ( "srini_string" ) ) , hasProperty ( "srini_string" , is ( "srini_string" ) ) , hasProperty ( "srini_string" , is ( "srini_string" ) ) , hasProperty... |
5,661 | get the modification time of the file . concode_field_sep long blocksize concode_elem_sep String owner concode_elem_sep long length concode_elem_sep FsPermission permission concode_elem_sep byte storagePolicy concode_elem_sep FileEncryptionInfo feInfo concode_elem_sep short block_replication concode_elem_sep byte[] EMP... | long function ( ) { return modification_time ; } |
5,662 | the date in utc at which you are permanently switched over to using longer ids . if a deadline is not yet available for this resource type , this field is not returned . concode_field_sep Boolean useLongIds concode_elem_sep String resource concode_elem_sep java.util.Date deadline concode_field_sep String getResource co... | java . util . Date function ( ) { return this . deadline ; } |
5,663 | checks if the given direction is to be find in the arrowlist . concode_field_sep List<Integer> arrowList concode_field_sep void addArrow concode_elem_sep void removeArrow | int function ( int arg0 ) { for ( int loc0 = 0 ; loc0 < arrowList . size ( ) ; loc0 ++ ) if ( arrowList . get ( loc0 ) == arg0 ) return loc0 ; return - 1 ; } |
5,664 | this function gives the no of days in a month . concode_field_sep String SCREEN_DMS concode_elem_sep SimpleDateFormat sdf concode_elem_sep String SCREEN_DMS_1 concode_elem_sep String SCREEEN_DATE_FORMAT concode_elem_sep SimpleDateFormat dateformat concode_elem_sep SimpleDateFormat postgreydateformat concode_elem_sep Si... | int function ( int arg0 , int arg1 ) { Calendar loc0 = Calendar . getInstance ( ) ; int loc1 = 1 ; loc0 . set ( arg1 , arg0 - 1 , loc1 ) ; int loc2 = loc0 . getActualMaximum ( Calendar . DAY_OF_MONTH ) ; return loc2 ; } |
5,665 | a list of command line arguments passed to the jar file 's main function when executed . concode_field_sep com.amazonaws.internal.SdkInternalList<String> args concode_elem_sep String mainClass concode_elem_sep String jar concode_elem_sep com.amazonaws.internal.SdkInternalList<KeyValue> properties concode_field_sep void... | HadoopJarStepConfig function ( java . util . Collection < String > arg0 ) { setArgs ( arg0 ) ; return this ; } |
5,666 | returns a single location in source code that defines the element . it can be any object such as java.lang.reflect.constructor , java.lang.reflect.method , java.lang.reflect.field , stacktraceelement , etc. . for example , if the element is created from a method annotated by @literal @provides , the declaring source of... | Object function ( ) { return declaringSource ; } |
5,667 | defines equality of versionfeature concode_field_sep String name concode_elem_sep VersionInfo availableFrom concode_field_sep VersionInfo getAvailableFrom concode_elem_sep String getName | boolean function ( Object arg0 ) { if ( this == arg0 ) return true ; if ( ! ( arg0 instanceof VersionFeature ) ) return false ; VersionFeature loc0 = ( VersionFeature ) arg0 ; return this . getName ( ) . equals ( loc0 . getName ( ) ) && this . getAvailableFrom ( ) . compareTo ( loc0 . getAvailableFrom ( ) ) == 0 ; } |
5,668 | return the transition type . concode_field_sep byte[] mPostData concode_elem_sep int UA_OVERRIDE_INHERIT concode_elem_sep int LOAD_TYPE_DEFAULT concode_elem_sep String mVirtualUrlForDataUrl concode_elem_sep int UA_OVERRIDE_TRUE concode_elem_sep boolean mCanLoadLocalResources concode_elem_sep int mLoadUrlType concode_el... | int function ( ) { return mTransitionType ; } |
5,669 | indicates that the given channel has been terminated . after this occurs , we are guaranteed not to read from the associated streams again , so any state can be cleaned up . concode_field_sep PlaceHolder placeHolder concode_field_sep ManagedBuffer getChunk concode_elem_sep void registerChannel | void function ( Channel arg0 ) { } |
5,670 | returns whether the animation is currently paused , i.e. the animation is not running but there are elements with `` animation on '' set . concode_field_sep GTimer timer concode_elem_sep ArrayList<Animatable> changedGeos concode_elem_sep boolean needToShowAnimationButton concode_elem_sep int STANDARD_ANIMATION_TIME con... | boolean function ( ) { return ! isRunning ( ) && animatedGeos . size ( ) > 0 ; } |
5,671 | method to pick an item using the file chooser concode_field_sep PlaceHolder placeHolder concode_field_sep String getMediaPath concode_elem_sep String pickAFile concode_elem_sep String getMediaDirectory | String function ( JFileChooser arg0 ) { String loc0 = null ; JFrame loc1 = new JFrame ( ) ; loc1 . setAlwaysOnTop ( true ) ; int loc2 = arg0 . showOpenDialog ( loc1 ) ; if ( loc2 == JFileChooser . APPROVE_OPTION ) loc0 = arg0 . getSelectedFile ( ) . getPath ( ) ; return loc0 ; } |
5,672 | configure this client to follow redirects from https to http and from http to https . if unset , protocol redirects will be followed . this is different than the built-in httpurlconnection 's default . concode_field_sep boolean followProtocolRedirects concode_elem_sep HostnameVerifier hostnameVerifier concode_elem_sep ... | OkHttpClient function ( boolean arg0 ) { this . followProtocolRedirects = arg0 ; return this ; } |
5,673 | overrides the default record delimiter . concode_field_sep Fields fields concode_elem_sep String DEFAULT_RECORD_DELIMITER concode_elem_sep String recordDelimiter concode_elem_sep String DEFAULT_FIELD_DELIMITER concode_elem_sep String fieldDelimiter concode_field_sep DelimitedRecordFormat withFields concode_elem_sep Del... | DelimitedRecordFormat function ( String arg0 ) { this . recordDelimiter = arg0 ; return this ; } |
5,674 | true is this element need not to have the starting tag , false otherwise.s element need not to have the closing tag , false otherwise . the html 4.0 definition specifies that some elements like < hr > are not required to have the end tags . concode_field_sep gnuStringIntMapper mapper concode_elem_sep boolean oStart con... | boolean function ( ) { return oEnd ; } |
5,675 | set the given axis id with the specified value usually from -1 . .1 . this changes per joystick type concode_field_sep boolean[] buttons concode_elem_sep int[] povs concode_elem_sep int buttonCount concode_elem_sep double[] axisV concode_field_sep int[] getPOVs concode_elem_sep boolean[] getButtons concode_elem_sep sho... | void function ( int arg0 , double arg1 ) { axisV [ arg0 ] = arg1 ; } |
5,676 | get the machine name where the event was generated concode_field_sep long timeGenerated concode_elem_sep long recordNumber concode_elem_sep long eventId concode_elem_sep String categoryString concode_elem_sep short eventType concode_elem_sep String source concode_elem_sep String message concode_elem_sep String NA conco... | String function ( ) { return this . computerName ; } |
5,677 | sets the value of the filterstatement property . concode_field_sep Statement filterStatement concode_field_sep Statement getFilterStatement | void function ( Statement arg0 ) { this . filterStatement = arg0 ; } |
5,678 | gets the tile with local id i. concode_field_sep int tileMargin concode_elem_sep TileCutter tileCutter concode_elem_sep int tilesPerRow concode_elem_sep int tileSpacing concode_elem_sep String externalSource concode_elem_sep Image tileSetImage concode_elem_sep Vector<Tile> tiles concode_elem_sep Rectangle tileDimension... | Tile function ( int arg0 ) { try { return tiles . get ( arg0 ) ; } catch ( ArrayIndexOutOfBoundsException loc0 ) { } return null ; } |
5,679 | traces and logs a thrown exception . concode_field_sep int TOTAL_WORK concode_elem_sep IClipboardSupport clipboardSupport concode_elem_sep int WORK_UNIT concode_elem_sep IProgressMonitor monitor concode_field_sep boolean isCancelled concode_elem_sep void catchException concode_elem_sep IClipboardSupport getClipboardOpe... | void function ( String arg0 , RuntimeException arg1 ) { ClipboardPlugin . throwing ( getClass ( ) , arg0 , arg1 ) ; throw arg1 ; } |
5,680 | sets the sbi obj par father . concode_field_sep SbiObjPar sbiObjPar concode_elem_sep SbiObjPar sbiObjParFather concode_elem_sep String filterOperation concode_elem_sep SbiParuse sbiParuse concode_field_sep void setFilterOperation concode_elem_sep SbiObjPar getSbiObjParFather concode_elem_sep SbiParuse getSbiParuse conc... | void function ( SbiObjPar arg0 ) { this . sbiObjParFather = arg0 ; } |
5,681 | return true if the method includes the native modifier . concode_field_sep com.badlogic.gwtref.client.Method method concode_field_sep boolean isAccessible concode_elem_sep boolean isStatic concode_elem_sep String getName concode_elem_sep void setAccessible concode_elem_sep boolean isAnnotationPresent concode_elem_sep b... | boolean function ( ) { return method . isNative ( ) ; } |
5,682 | utility method for finding params concode_field_sep Logger LOGGER concode_elem_sep Format[] formats concode_field_sep Format acquireFormat concode_elem_sep Format aquireFactoryByType concode_elem_sep List listDataFormats concode_elem_sep Map defaultParams concode_elem_sep Map defaultParams concode_elem_sep GeneralEnvel... | ParameterValue function ( Format arg0 , String arg1 ) { return find ( arg0 . getReadParameters ( ) , arg1 ) ; } |
5,683 | sets fsimage for use by servlets . concode_field_sep NameNode nn concode_elem_sep InetSocketAddress httpsAddress concode_elem_sep String NAMENODE_ADDRESS_ATTRIBUTE_KEY concode_elem_sep String FSIMAGE_ATTRIBUTE_KEY concode_elem_sep HttpServer2 httpServer concode_elem_sep Configuration conf concode_elem_sep InetSocketAdd... | void function ( FSImage arg0 ) { httpServer . setAttribute ( FSIMAGE_ATTRIBUTE_KEY , arg0 ) ; } |
5,684 | returns the user name of this kb folder . concode_field_sep KBFolder _kbFolder 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 concode_elem_s... | java . lang . String function ( ) { return _kbFolder . getUserName ( ) ; } |
5,685 | checks for next . concode_field_sep int pointer concode_elem_sep int size concode_elem_sep RunningLengthWord rlw concode_field_sep RunningLengthWord next concode_elem_sep EWAHIterator getEWAHIterator concode_elem_sep int literalWords concode_elem_sep EWAHIterator clone concode_elem_sep Buffer buffer | boolean function ( ) { return this . pointer < this . size ; } |
5,686 | handles : get / calculator/multiply / a / b get the results of a b. concode_field_sep ViewContext context concode_field_sep Response add concode_elem_sep Response subtract concode_elem_sep Response divide concode_elem_sep Response getUsage | Response function ( @ PathParam ( "srini_string" ) double arg0 , @ PathParam ( "srini_string" ) double arg1 ) { String loc0 = arg0 + "srini_string" + arg1 + "srini_string" + ( arg0 * arg1 ) ; return Response . ok ( "srini_string" + loc0 + "srini_string" ) . type ( "srini_string" ) . build ( ) ; } |
5,687 | wrap the token parameter and set it on the requestedsecuritytokentype parameter concode_field_sep PlaceHolder placeHolder concode_field_sep placeholderType placeHolder | void function ( Object arg0 , RequestedSecurityTokenType arg1 ) { if ( arg0 instanceof String ) { Document loc0 = DOMUtils . newDocument ( ) ; Element loc1 = loc0 . createElementNS ( null , "srini_string" ) ; loc1 . setTextContent ( ( String ) arg0 ) ; arg1 . setAny ( loc1 ) ; } else { arg1 . setAny ( arg0 ) ; } } |
5,688 | converts value to a json document and writes it to out . unlike gson 's similar gson #tojson jsonelement , appendable tojson method , this write is strict . create a jsonwriter #setlenient boolean lenient jsonwriter and call #write com.google.gson.stream.jsonwriter , object for lenientwriting . concode_field_sep PlaceH... | void function ( Writer arg0 , T arg1 ) { JsonWriter loc0 = new JsonWriter ( arg0 ) ; write ( loc0 , arg1 ) ; } |
5,689 | get the dot product with point p. dot product id defined by : x1y2 + x2y1 . dot product is zero if the vectors defined by the 2 points are orthogonal . it is positive if vectors are in the same direction , and negative if they are in opposite direction . concode_field_sep double x concode_elem_sep double y concode_fiel... | double function ( Vector2D arg0 ) { return x * arg0 . x + y * arg0 . y ; } |
5,690 | the name of the availability zone . concode_field_sep String name concode_field_sep void setName concode_elem_sep int hashCode concode_elem_sep boolean equals concode_elem_sep AvailabilityZone clone concode_elem_sep String toString concode_elem_sep AvailabilityZone withName | String function ( ) { return name ; } |
5,691 | gets the resource id that stores this file concode_field_sep int NOT_REGISTERED concode_elem_sep int TYPE_RAW_DATA concode_elem_sep int TYPE_TAG_DATA concode_elem_sep String name concode_elem_sep int TYPE_RECONSTRUCTED_DATA concode_elem_sep FileAttribute attribute concode_elem_sep double transactionTime concode_elem_se... | int function ( ) { return attribute . getResourceID ( ) ; } |
5,692 | generates a simple exemplar of this class to test serialization . concode_field_sep long serialVersionUID concode_elem_sep String semOptimizerType concode_elem_sep SemIm.ScoreType scoreType concode_elem_sep int numRestarts concode_field_sep void setNumRestarts concode_elem_sep void setSemOptimizerType concode_elem_sep ... | SemEstimatorParams function ( ) { return new SemEstimatorParams ( ) ; } |
5,693 | disable auto-tagging composed metrics . by default , it is enabled . when enabled , some metric types such as meters or timers will automatically generate additional information as tags . for instance , a meter metric will generate a tag `` meter :5 minrt '' on its 5-minutes-rate component . concode_field_sep String KE... | HawkularReporterBuilder function ( ) { tagComposition = false ; return this ; } |
5,694 | send the given message using this instance of the class . concode_field_sep ProgramConnectionHandler connectionHandler concode_elem_sep String HANDLER_MO_NAME concode_elem_sep Map<CellID,CreateProgramMessage> programsCreated concode_field_sep void removeProgram concode_elem_sep void deleteProgram concode_elem_sep void ... | void function ( Message arg0 ) { connectionHandler . sendMessage ( arg0 ) ; } |
5,695 | this method resets the outgoing events . concode_field_sep boolean evInCValue concode_elem_sep double evEValue concode_elem_sep String evInFValue concode_elem_sep boolean evInD concode_elem_sep boolean evInE concode_elem_sep long varE concode_elem_sep boolean evInB concode_elem_sep String varD concode_elem_sep boolean ... | void function ( ) { sCInterface . clearOutEvents ( ) ; sCIIfA . clearOutEvents ( ) ; } |
5,696 | gets additional ids if more than one multicast message was sent . concode_field_sep long multicastId concode_elem_sep int success concode_elem_sep int failure concode_elem_sep int canonicalIds concode_elem_sep List<Result> results concode_elem_sep List<Result> results concode_elem_sep List<Long> retryMulticastIds conco... | List < Long > function ( ) { return retryMulticastIds ; } |
5,697 | return the raw information about the service implementing this wallpaper . do not modify the returned object . concode_field_sep String TAG concode_elem_sep int mThumbnailResource concode_elem_sep ResolveInfo mService concode_elem_sep Parcelable.Creator<WallpaperInfo> CREATOR concode_elem_sep int mAuthorResource concod... | ServiceInfo function ( ) { return mService . serviceInfo ; } |
5,698 | given a set of features , add to it all the features directly or indirectly implied by any of them , and return it . concode_field_sep Map<Class<?>,TesterRequirements> classTesterRequirementsCache concode_elem_sep Map<AnnotatedElement,Annotation[]> annotationCache concode_field_sep TesterRequirements getTesterRequireme... | Set < Feature < ? >> function ( Set < Feature < ? >> arg0 ) { if ( ! arg0 . isEmpty ( ) ) { arg0 . addAll ( impliedFeatures ( arg0 ) ) ; } return arg0 ; } |
5,699 | gets the orderby value for this wsxpathssearch . concode_field_sep int maxItems concode_elem_sep int spellTreshold concode_elem_sep java.lang.Boolean returnCount concode_elem_sep org.talend.mdm.webservice.WSWhereItem whereItem concode_elem_sep java.lang.String orderBy concode_elem_sep boolean __hashCodeCalc concode_ele... | java . lang . String function ( ) { return orderBy ; } |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.