idx int64 0 25k | question stringlengths 68 5.61k | target stringlengths 21 500 |
|---|---|---|
800 | gets the html needed to insert a valid css link tag . concode_field_sep String tempStyle concode_elem_sep String imageDirPath concode_elem_sep ArrayList styleList concode_elem_sep String cssPath concode_elem_sep String XP concode_elem_sep String currentStyle concode_elem_sep String RIME concode_elem_sep String ROYALE c... | String function ( ) { return text ; } |
801 | skip test if native build profile of maven is not activated . sub-project using this must set ` runningwithnative ' property to true in the definition of native profile in pom.xml . concode_field_sep Object returnValue concode_elem_sep Log LOG concode_elem_sep Log log concode_elem_sep Logger logger concode_elem_sep int... | void function ( ) { Assume . assumeTrue ( Boolean . valueOf ( System . getProperty ( "srini_string" , "srini_string" ) ) ) ; } |
802 | prints data out to the console using android 's native log mechanism . concode_field_sep LogNode mNext concode_field_sep void setNext concode_elem_sep LogNode getNext | void function ( int arg0 , String arg1 , String arg2 , Throwable arg3 ) { String loc0 = arg2 ; if ( loc0 == null ) { loc0 = "srini_string" ; } if ( arg3 != null ) { arg2 += "srini_string" + Log . getStackTraceString ( arg3 ) ; } Log . println ( arg0 , arg1 , loc0 ) ; if ( mNext != null ) { mNext . println ( arg0 , arg1... |
803 | returns the ratings stats with the primary key or returns null if it could not be found . concode_field_sep RatingsStatsPersistence _persistence concode_field_sep int countAll concode_elem_sep void cacheResult concode_elem_sep void cacheResult concode_elem_sep RatingsStats removeByC_C concode_elem_sep List<RatingsStats... | RatingsStats function ( long arg0 ) { return getPersistence ( ) . fetchByPrimaryKey ( arg0 ) ; } |
804 | parses the ' ' tag . will aopnamespaceutils #registerautoproxycreatorifnecessary register an autoproxycreator with the container as necessary . concode_field_sep String JCACHE_ASPECT_CLASS_NAME concode_elem_sep boolean jsr107Present concode_elem_sep boolean jcacheImplPresent concode_elem_sep String CACHE_ASPECT_CLASS_N... | BeanDefinition function ( Element arg0 , ParserContext arg1 ) { String loc0 = arg0 . getAttribute ( "srini_string" ) ; if ( "srini_string" . equals ( loc0 ) ) { registerCacheAspect ( arg0 , arg1 ) ; } else { registerCacheAdvisor ( arg0 , arg1 ) ; } return null ; } |
805 | creates a new spritesheet from the given file concode_field_sep int sHeight concode_elem_sep int sPixWidth concode_elem_sep BufferedImage src concode_elem_sep int sPixHeight concode_elem_sep int width concode_elem_sep int sWidth concode_elem_sep int height concode_field_sep BufferedImage getImage concode_elem_sep Sprit... | SpriteSheet function ( File arg0 , int arg1 , int arg2 ) { try { return new SpriteSheet ( ImageIO . read ( arg0 ) , arg1 , arg2 ) ; } catch ( Exception loc0 ) { System . err . println ( "srini_string" + arg0 . getAbsolutePath ( ) ) ; } return null ; } |
806 | gets the value of the operationmonitor 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 operationmonitor property . for example , to add ... | List < Integer > function ( ) { return this . operationMonitor ; } |
807 | rewrites the given query into its primitive form . queries that for instance fetch resources from remote hosts or can simplify / optimize itself should do their heavy lifting during #rewrite queryrewritecontext . this method rewrites the query until it does n't change anymore . concode_field_sep PlaceHolder placeHolder... | QueryBuilder function ( QueryBuilder arg0 , QueryRewriteContext arg1 ) { QueryBuilder loc0 = arg0 ; for ( QueryBuilder loc1 = loc0 . rewrite ( arg1 ) ; loc1 != loc0 ; loc1 = loc0 . rewrite ( arg1 ) ) { loc0 = loc1 ; } return loc0 ; } |
808 | verify response status line concode_field_sep Logger logger concode_field_sep void assertSetCookie concode_elem_sep void assertHeaders concode_elem_sep void assertHeaders concode_elem_sep void assertStatusInfo concode_elem_sep void assertStatusCode | void function ( Response arg0 , String arg1 ) { if ( arg0 . getStatusLine ( ) . equals ( arg1 ) ) { logger . info ( "srini_string" ) ; } else { logger . info ( "srini_string" ) ; throw new ComparisonFailureHandle ( "srini_string" , arg1 , arg0 . getStatusLine ( ) ) ; } } |
809 | retrieve the customer id concode_field_sep String password concode_elem_sep String phone concode_elem_sep String lastName concode_elem_sep String city concode_elem_sep int customerId concode_elem_sep String best_time concode_elem_sep String firstName concode_elem_sep String address concode_elem_sep String email concode... | void function ( int arg0 ) { this . customerId = arg0 ; } |
810 | checks to ensure the sessioneventlistenerconfig is fully configured basically , that none of the listeners is null . concode_field_sep Object[] READER_METHOD_ARGS concode_field_sep void checkListeners concode_elem_sep void internalCheckListeners concode_elem_sep Object shallowCopy concode_elem_sep Object copyListeners | void function ( ) { AccessController . doPrivileged ( new PrivilegedAction ( ) { @ Override public Object run ( ) { checkListeners ( ) ; return null ; } } ) ; } |
811 | gets the component id of the commandbutton , in the map ui , corresponding to this time zone . concode_field_sep Polygon mapPolygon concode_elem_sep String id concode_elem_sep String mapCommandButtonId concode_field_sep boolean isRelevantComponentId concode_elem_sep String getId concode_elem_sep Polygon getMapPolygon | String function ( ) { return mapCommandButtonId ; } |
812 | returns a string representation of this object ; useful for testing and debugging . concode_field_sep String value concode_elem_sep String key concode_field_sep String getKey concode_elem_sep String getValue concode_elem_sep Tag withValue concode_elem_sep int hashCode concode_elem_sep void setValue concode_elem_sep boo... | String function ( ) { StringBuilder loc0 = new StringBuilder ( ) ; loc0 . append ( "srini_string" ) ; if ( getKey ( ) != null ) loc0 . append ( "srini_string" + getKey ( ) + "srini_string" ) ; if ( getValue ( ) != null ) loc0 . append ( "srini_string" + getValue ( ) ) ; loc0 . append ( "srini_string" ) ; return loc0 . ... |
813 | get elements identifier concode_field_sep String fileName concode_elem_sep List<String> elementsId concode_elem_sep MigrationElementType elementType concode_field_sep MigrationElementType getElementType concode_elem_sep void setFileName concode_elem_sep void setElementType concode_elem_sep String getFileName concode_el... | List < String > function ( ) { return elementsId ; } |
814 | returns a new movie in that all tracks have the timescale 10000000 . cts & dts are modified in a way that even with more than one framerate the fragments exactly begin at the same time . concode_field_sep Logger LOG concode_elem_sep ManifestWriter manifestWriter concode_elem_sep FragmentIntersectionFinder intersectionF... | Movie function ( Movie arg0 ) { List < Track > loc0 = new LinkedList < Track > ( ) ; for ( Track loc1 : arg0 . getTracks ( ) ) { loc0 . add ( new ChangeTimeScaleTrack ( loc1 , timeScale , ismvBuilder . getFragmentIntersectionFinder ( ) . sampleNumbers ( loc1 ) ) ) ; } arg0 . setTracks ( loc0 ) ; return arg0 ; } |
815 | sets the value of the columnname property . concode_field_sep SqlType sqlType concode_elem_sep JdbcType jdbcType concode_elem_sep PropertyName propertyName concode_elem_sep NotNull notNull concode_elem_sep ColumnName columnName concode_field_sep JdbcType getJdbcType concode_elem_sep void setPropertyName concode_elem_se... | void function ( final ColumnName arg0 ) { this . columnName = arg0 ; } |
816 | error log message with printf formatting . 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 co... | void function ( String arg0 , String arg1 , Object ... arg2 ) { if ( LOG . ERROR >= LOGLEVEL ) Log . e ( arg0 , String . format ( arg1 , arg2 ) ) ; } |
817 | gets the parent value for this accountingperiodfiscalcalendars . concode_field_sep com.netsuite.webservices.platform.core_2014_2.RecordRef parent concode_elem_sep java.lang.Object __equalsCalc concode_elem_sep boolean __hashCodeCalc concode_elem_sep com.netsuite.webservices.platform.core_2014_2.RecordRef fiscalCalendar... | com . netsuite . webservices . platform . core_2014_2 . RecordRef function ( ) { return parent ; } |
818 | indicates if the file is a source file . concode_field_sep int SUPPORT_DUPLICATE_KEYS concode_elem_sep int OPEN_FLAGS_1 concode_elem_sep int NUMBER_OF_ASSOCIATED_PHYS_FILE_MBRS concode_elem_sep int NULL_KEY_FIELD_BYTE_MAP concode_elem_sep int UFCB_PARAMETERS_LENGTH concode_elem_sep int SOURCE_FILE_INDICATOR_LENGTH conc... | boolean function ( ) { return ( data_ [ offset_ + SOURCE_FILE_INDICATOR ] == ( byte ) 0xE8 ) ; } |
819 | helper function to check user can perform action on path . concode_field_sep CreateFileOptions sNestedFileOptions concode_elem_sep String TEST_DIR_URI concode_elem_sep String TEST_FILE_URI concode_elem_sep HashMap<String,String> mUserGroups concode_elem_sep TestUser TEST_USER_ADMIN concode_elem_sep ExpectedException mT... | void function ( TestUser arg0 , FileSystemAction arg1 , String arg2 ) { AuthenticatedClientUser . set ( arg0 . getUser ( ) ) ; try ( LockedInodePath loc0 = sTree . lockInodePath ( new AlluxioURI ( arg2 ) , InodeTree . LockMode . READ ) ) { mPermissionChecker . checkPermission ( arg1 , loc0 ) ; } } |
820 | sets the pixel offset to move the gradient up or down . the gradient is normally centered on the glyph . concode_field_sep Color topColor concode_elem_sep int offset concode_elem_sep Color bottomColor concode_elem_sep float scale concode_elem_sep boolean cyclic concode_field_sep void setTopColor concode_elem_sep List g... | void function ( int arg0 ) { this . offset = arg0 ; } |
821 | tests calcpairwiseforce . concode_field_sep PlaceHolder placeHolder concode_field_sep void checkEquals concode_elem_sep void checkCalcPairwiseForce | void function ( String [ ] arg0 ) { checkCalcPairwiseForce ( ) ; } |
822 | returns a value indicating whether this statement will beclosed when all its dependent result sets are closed . concode_field_sep boolean isEscapeProcessing concode_elem_sep int queryTimeout concode_elem_sep Result errorResult concode_elem_sep int SUCCESS_NO_INFO concode_elem_sep Result batchResultOut concode_elem_sep ... | boolean function ( ) { checkClosed ( ) ; return false ; } |
823 | match a unique player concode_field_sep PlaceHolder placeHolder concode_field_sep boolean isLong concode_elem_sep String plural concode_elem_sep String friendlyBlockType concode_elem_sep double distance concode_elem_sep Player matchExactPlayer concode_elem_sep String formatLocation concode_elem_sep int wordLocation con... | Player function ( TelePlusPlus arg0 , String arg1 ) { List < Player > loc0 = arg0 . getServer ( ) . matchPlayer ( arg1 ) ; if ( loc0 . size ( ) == 1 ) { return loc0 . get ( 0 ) ; } return null ; } |
824 | ensures the threshold is in the range 0-100 . concode_field_sep int DEFAULT_NEGATIVE_THRESHOLD concode_elem_sep Pattern positivePattern concode_elem_sep String KEY_KEYWORDS concode_elem_sep Color positiveColor concode_elem_sep String DEFAULT_POSITIVE_EXPRESSIONS concode_elem_sep String negativeExpressions concode_elem_... | void function ( int arg0 ) { if ( arg0 > MAX_THRESHOLD || arg0 < MIN_THRESHOLD ) { throw new IllegalArgumentException ( "srini_string" ) ; } } |
825 | check if the range has any overlap with timerange concode_field_sep long INITIAL_MIN_TIMESTAMP concode_elem_sep long INITIAL_MAX_TIMESTAMP concode_elem_sep long maxStamp concode_elem_sep long minStamp concode_elem_sep long MAX_TIME concode_elem_sep long MIN_TIME concode_elem_sep boolean allTime concode_field_sep boolea... | boolean function ( final TimeRange arg0 ) { if ( this . allTime ) { return true ; } return getMin ( ) < arg0 . getMax ( ) && getMax ( ) >= arg0 . getMin ( ) ; } |
826 | this will set a list of appearances . if you would like to set the single appearance then you should use the key `` default '' , and when the pdf is written back to the filesystem then there will only be one stream . concode_field_sep COSDictionary dictionary concode_field_sep PDAppearanceEntry getRolloverAppearance co... | void function ( PDAppearanceEntry arg0 ) { dictionary . setItem ( COSName . N , arg0 ) ; } |
827 | override this method to do any setup needed before generation concode_field_sep String SCT_GENERATOR_CONSOLE concode_elem_sep IGeneratorBridge bridge concode_elem_sep MessageConsoleStream error concode_elem_sep Injector injector concode_elem_sep MessageConsoleStream info concode_field_sep void refreshTargetProject conc... | void function ( GeneratorEntry arg0 ) { } |
828 | returns the handler . concode_field_sep AttributeHandler handler concode_elem_sep String propertyName concode_elem_sep String attributeName concode_field_sep String getAttributeName concode_elem_sep String getPropertyName | AttributeHandler function ( ) { return this . handler ; } |
829 | 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 exitA... | boolean function ( State arg0 ) { switch ( arg0 ) { case main_region_A : return stateVector [ 0 ] == State . main_region_A ; case main_region_B : return stateVector [ 0 ] == State . main_region_B ; case main_region__final_ : return stateVector [ 0 ] == State . main_region__final_ ; default : return false ; } } |
830 | indicates if the clipboard does not contain any contents of the specified type . concode_field_sep String COLUMN_DELIMITER concode_elem_sep String ROW_DELIMITER concode_field_sep List<List<String>> convertTableData concode_elem_sep void clear concode_elem_sep void clear concode_elem_sep String getContents concode_elem_... | boolean function ( Transfer arg0 ) { return ( getContents ( arg0 ) == null ) ; } |
831 | gets the name . concode_field_sep CstUtf8 name concode_elem_sep Constant value concode_field_sep Constant getValue concode_elem_sep int hashCode concode_elem_sep boolean equals concode_elem_sep String toString concode_elem_sep int compareTo | CstUtf8 function ( ) { return name ; } |
832 | simplifies the construction of an alternate array by not requiring that you pre-create an empty array . the array that is assigned is created automatically if it does not yet exist . each call to appendarrayitem appends an item to the array . concode_field_sep String UTF16LE concode_elem_sep String UTF16BE concode_elem... | void function ( String arg0 , String arg1 , String arg2 ) { xmpMeta . appendArrayItem ( arg0 , arg1 , new PropertyOptions ( PropertyOptions . ARRAY_ALTERNATE ) , arg2 , null ) ; } |
833 | adds the user groups to the team concode_field_sep UserGroupService _service concode_field_sep void deleteUserGroup concode_elem_sep java.lang.String getOSGiServiceIdentifier concode_elem_sep com.liferay.portal.model.UserGroup addUserGroup concode_elem_sep com.liferay.portal.model.UserGroup addUserGroup concode_elem_se... | void function ( long arg0 , long [ ] arg1 ) { getService ( ) . addTeamUserGroups ( arg0 , arg1 ) ; } |
834 | gets the value of the effectivedate property . concode_field_sep String indicator concode_elem_sep int indicatorID concode_elem_sep String code concode_elem_sep String level concode_elem_sep BigDecimal monthlyCharge concode_elem_sep String name concode_elem_sep long serialVersionUID concode_elem_sep XMLGregorianCalenda... | XMLGregorianCalendar function ( ) { return effectiveDate ; } |
835 | the line segments concode_field_sep ArrayList<LineSegment> collinear concode_field_sep boolean check4Points concode_elem_sep int numberOfSegments concode_elem_sep boolean check3Points concode_elem_sep void addingSegment | LineSegment [ ] function ( ) { return collinear . toArray ( new LineSegment [ collinear . size ( ) ] ) ; } |
836 | returns a formated date string from a date value , the formatting based on the provided options . concode_field_sep DateFormat HEADER_DEFAULT concode_elem_sep DateFormat OLD_COOKIE concode_elem_sep TimeZone GMT_TIMEZONE concode_field_sep String getDateTimeShort concode_elem_sep String getDateShort concode_elem_sep Stri... | String function ( Date arg0 , int arg1 , Locale arg2 ) { DateFormat loc0 = DateFormat . getDateInstance ( arg1 , arg2 ) ; return loc0 . arg1 ( arg0 ) ; } |
837 | get a fixed-length random string , its a mixture of uppercase , lowercase letters and numbers concode_field_sep String NUMBERS_AND_LETTERS concode_elem_sep String LETTERS concode_elem_sep String CAPITAL_LETTERS concode_elem_sep String LOWER_CASE_LETTERS concode_elem_sep String NUMBERS concode_field_sep String getRandom... | String function ( int arg0 ) { return getRandom ( NUMBERS_AND_LETTERS , arg0 ) ; } |
838 | the last cached value of the sequence . concode_field_sep long st_current concode_elem_sep long st_value concode_elem_sep int st_wait concode_elem_sep long st_last_value concode_elem_sep long st_min concode_elem_sep int st_cache_size concode_elem_sep long st_max concode_elem_sep int st_nowait concode_elem_sep int st_fl... | long function ( ) { return st_last_value ; } |
839 | ends the visit of a signature corresponding to a class or interface type . concode_field_sep char EXTENDS concode_elem_sep char SUPER concode_elem_sep int api concode_elem_sep char INSTANCEOF concode_field_sep SignatureVisitor visitInterfaceBound concode_elem_sep void visitTypeArgument concode_elem_sep SignatureVisitor... | void function ( ) { } |
840 | returns true if the brace is structural . structural braces have higher priority than regular braces : they are matched with each other even if there are unmatched braces of other types between them , and an opening non-structural brace is not matched with a closing one if one of them is outside a pair of matched struc... | boolean function ( ) { return myStructural ; } |
841 | returns the user id mapper with the primary key . concode_field_sep UserIdMapperLocalService _userIdMapperLocalService concode_field_sep java.lang.String getOSGiServiceIdentifier concode_elem_sep void setWrappedService concode_elem_sep com.liferay.portal.kernel.dao.orm.ActionableDynamicQuery getActionableDynamicQuery c... | com . liferay . portal . kernel . model . UserIdMapper function ( long arg0 ) { return _userIdMapperLocalService . getUserIdMapper ( arg0 ) ; } |
842 | lookup an analysis in the fully done map . concode_field_sep Map workInProgress concode_elem_sep Constructor constructor concode_elem_sep Thread thread concode_elem_sep org.jboss.logging.Logger logger concode_elem_sep ContainerAnalysis analysis concode_elem_sep Method initializer concode_elem_sep Map workDone concode_f... | ContainerAnalysis function ( Class arg0 ) { SoftReference loc0 = ( SoftReference ) workDone . get ( arg0 ) ; if ( loc0 == null ) return null ; ContainerAnalysis loc1 = ( ContainerAnalysis ) loc0 . get ( ) ; if ( loc1 == null ) workDone . remove ( arg0 ) ; return loc1 ; } |
843 | sets the value of the cp property . concode_field_sep byte[] bc concode_elem_sep Boolean st concode_elem_sep Object parent concode_elem_sep Boolean b concode_elem_sep String c concode_elem_sep Long in concode_elem_sep Boolean f concode_elem_sep Boolean i concode_elem_sep Long cp concode_elem_sep List<CTTuples> tpls con... | void function ( Long arg0 ) { this . cp = arg0 ; } |
844 | create a clone of the passed settings , depending on the parameter . if the parameter is null a new empty saxreadersettings objectis created , otherwise a copy of the parameter is created . concode_field_sep Logger s_aLogger concode_elem_sep EntityResolver m_aEntityResolver concode_elem_sep ErrorHandler m_aErrorHandler... | SAXReaderSettings function ( @ Nullable final ISAXReaderSettings arg0 ) { if ( arg0 == null ) { return new SAXReaderSettings ( ) ; } return new SAXReaderSettings ( arg0 ) ; } |
845 | retrieves the naming store 's injectedvalue . concode_field_sep InjectedValue<NamingStore> namingStore concode_elem_sep ServiceName SERVICE_NAME concode_field_sep NamingStore getValue concode_elem_sep void stop concode_elem_sep void start | InjectedValue < NamingStore > function ( ) { return namingStore ; } |
846 | assert that the provided try is a success and it holds the expected value . concode_field_sep PlaceHolder placeHolder concode_field_sep void assertFailure | void function ( T arg0 , Try < T > arg1 ) { assertSuccess ( arg1 ) ; Assert . assertEquals ( "srini_string" + arg1 + "srini_string" , arg0 , arg1 . orNull ( ) ) ; } |
847 | assert that compilation was successful concode_field_sep String expectedCode concode_elem_sep String SOURCE_FILETYPE concode_elem_sep String actualCode concode_field_sep String getExpectedSourceCode concode_elem_sep boolean hasErrors concode_elem_sep String getExpectedCode concode_elem_sep String getActualCode concode_... | void function ( final List < Diagnostic < ? extends JavaFileObject >> arg0 ) { assertFalse ( arg0 . toString ( ) , hasErrors ( arg0 ) ) ; } |
848 | ensures that the dependency graph is up to date and reloads the graph if necessary . concode_field_sep SourceFile delegate concode_elem_sep Logger logger concode_elem_sep Map<String,DependencyInfo> dependencies concode_field_sep String getName concode_elem_sep String getContent concode_elem_sep DependencyInfo getDepend... | void function ( ) { if ( dependencies . isEmpty ( ) || wasModified ( ) ) { loadGraph ( ) ; } } |
849 | gets the value of the totalresultsetsize property . concode_field_sep Integer startIndex concode_elem_sep Integer totalResultSetSize concode_elem_sep List<ContentBundle> results concode_field_sep void setTotalResultSetSize concode_elem_sep Integer getStartIndex concode_elem_sep void setStartIndex concode_elem_sep List<... | Integer function ( ) { return totalResultSetSize ; } |
850 | stops this instance and removes temporary xmpp account . concode_field_sep AccountID xmppAccount concode_elem_sep ProtocolProviderService protocolService concode_elem_sep RegistrationStateChangeListener regListener concode_elem_sep ProtocolProviderFactory xmppProviderFactory concode_field_sep void start concode_elem_se... | void function ( ) { protocolService . removeRegistrationStateChangeListener ( this ) ; xmppProviderFactory . uninstallAccount ( xmppAccount ) ; } |
851 | gets the value of the b property . concode_field_sep byte[] bc concode_elem_sep Boolean st concode_elem_sep Object parent concode_elem_sep Boolean b concode_elem_sep String c concode_elem_sep Long in concode_elem_sep Boolean f concode_elem_sep Boolean i concode_elem_sep Long cp concode_elem_sep List<CTTuples> tpls conc... | boolean function ( ) { if ( b == null ) { return false ; } else { return b ; } } |
852 | get the deployed application resource configuration . this method can be overridden in a subclass to support conversion of non-resource config initialization scenario e.g. via servlet init parameters into a resource configuration . concode_field_sep ResourceConfig resourceConfig concode_elem_sep String DEFAULT_CONTEXT_... | ResourceConfig function ( ) { return resourceConfig ; } |
853 | parses an xml file which is loaded using the given url . all needed relative file - and resourcespecification are loaded using the url contentbase as base . after the report is generated , the reportdefinition-source and the contentbase are stored as string in the reportproperties . concode_field_sep boolean PARSER_VAL... | MasterReport function ( final URL arg0 , final URL arg1 ) { return parse ( arg0 , arg1 ) ; } |
854 | get the error string concode_field_sep long finishTime concode_elem_sep TaskType taskType concode_elem_sep TaskAttemptID failedDueToAttempt concode_elem_sep String error concode_elem_sep TaskID taskId concode_elem_sep String status concode_field_sep TaskID getTaskId concode_elem_sep EventType getEventType concode_elem_... | String function ( ) { return error ; } |
855 | skip forward then read the file for times . concode_field_sep Random RAND concode_field_sep long skipReadOnce concode_elem_sep long randomSkipRead concode_elem_sep long readSingleFile concode_elem_sep long skipReadToEnd concode_elem_sep void writeContentToFile concode_elem_sep void writeSingleFile concode_elem_sep void... | long function ( PerfFileSystem arg0 , String arg1 , int arg2 , long arg3 , long arg4 , int arg5 ) { byte [ ] loc0 = new byte [ arg2 ] ; long loc1 = 0 ; InputStream loc2 = arg0 . getInputStream ( arg1 ) ; for ( int loc3 = 0 ; loc3 < arg5 ; loc3 ++ ) { loc2 . skip ( arg3 ) ; loc1 += readSpecifiedBytes ( loc2 , loc0 , arg... |
856 | gets the value of the bnfcryaddrln2 property . concode_field_sep String bnfcryPstCd concode_elem_sep String bnfcryAddrLn1 concode_elem_sep String bnfcryAddrLn2 concode_elem_sep String bnfcryTwn concode_elem_sep String bnfcrySt concode_elem_sep String bnfcryCntry concode_field_sep String getBnfcryAddrLn1 concode_elem_se... | String function ( ) { return bnfcryAddrLn2 ; } |
857 | removes an observer instance from the set of observers of this observable . concode_field_sep Vector m_Observers concode_field_sep void addObserver concode_elem_sep void removeObservers concode_elem_sep void notifyObservers concode_elem_sep int getObserverCount | void function ( Observer arg0 ) { synchronized ( m_Observers ) { m_Observers . removeElement ( arg0 ) ; } } |
858 | sets the value of the uuid property . concode_field_sep Project parentProject concode_elem_sep VcsRoots vcsRoots concode_elem_sep Projects projects concode_elem_sep String parentProjectName concode_elem_sep BuildTypes templates concode_elem_sep String description concode_elem_sep String uuid concode_elem_sep String par... | void function ( String arg0 ) { this . uuid = arg0 ; } |
859 | gets the html intro of a part concode_field_sep List resources concode_elem_sep String intro concode_elem_sep List questions concode_elem_sep boolean hasResources concode_elem_sep String sectionId concode_field_sep String getSectionId concode_elem_sep void setSectionId concode_elem_sep Boolean getHasResources concode_e... | String function ( ) { return intro ; } |
860 | get the list of computed deltas concode_field_sep List<Delta> deltas concode_field_sep List<?> applyTo concode_elem_sep List<?> restore concode_elem_sep void addDelta | List < Delta > function ( ) { Collections . sort ( deltas , DeltaComparator . INSTANCE ) ; return deltas ; } |
861 | the method add element in collections . concode_field_sep PlaceHolder placeHolder concode_field_sep long deleteCollection | long function ( Collection < String > arg0 , int arg1 ) { String [ ] loc0 = new String [ arg1 ] ; long loc1 = System . currentTimeMillis ( ) ; for ( int loc2 = 0 ; loc2 < loc0 . length ; loc2 ++ ) { arg0 . add ( "srini_string" + loc2 ) ; } long loc3 = System . currentTimeMillis ( ) - loc1 ; return loc3 ; } |
862 | get custom serializer concode_field_sep java.lang.Object __equalsCalc concode_elem_sep org.eclipse.birt.report.soapengine.api.Column[] column concode_elem_sep java.lang.String queryName concode_elem_sep boolean __hashCodeCalc concode_elem_sep org.apache.axis.description.TypeDesc typeDesc concode_field_sep org.apache.ax... | 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 ) ; } |
863 | verify that this class implements publiccloneable . concode_field_sep PlaceHolder placeHolder concode_field_sep void testCloning concode_elem_sep void testSerialization concode_elem_sep void testEquals | void function ( ) { DefaultXYDataset loc0 = new DefaultXYDataset ( ) ; double [ ] loc1 = new double [ ] { 1.0 , 2.0 , 3.0 } ; double [ ] loc2 = new double [ ] { 4.0 , 5.0 , 6.0 } ; double [ ] [ ] loc3 = new double [ ] [ ] { loc1 , loc2 } ; loc0 . addSeries ( "srini_string" , loc3 ) ; XYBarDataset loc4 = new XYBarDatase... |
864 | the number of all attribute name/value pairs in the domain . concode_field_sep Integer attributeNameCount concode_elem_sep Integer attributeValueCount concode_elem_sep Long attributeValuesSizeBytes concode_elem_sep Long itemNamesSizeBytes concode_elem_sep Long attributeNamesSizeBytes concode_elem_sep Integer itemCount ... | Integer function ( ) { return attributeValueCount ; } |
865 | gets the role name . concode_field_sep String roleName concode_elem_sep String description concode_elem_sep Integer id concode_field_sep void setRoleName concode_elem_sep void setId concode_elem_sep Integer getId concode_elem_sep void setDescription concode_elem_sep String getDescription | String function ( ) { return roleName ; } |
866 | extracts the array of subjectalt dns names from an x509certificate . returns null if there are n't any . note : java does n't appear able to extract international characters from the subjectalts . it can only extract international characters from the cn field . or maybe the version of openssl i 'm using to test is n't ... | String [ ] function ( X509Certificate arg0 ) { return getSubjectAlts ( arg0 , null ) ; } |
867 | get throwable concode_field_sep Logger log concode_elem_sep CountDownLatch step4 concode_elem_sep UserTransaction userTransaction concode_elem_sep LazyConnectionFactory connectionFactory concode_elem_sep Throwable throwable concode_elem_sep CountDownLatch step2 concode_elem_sep boolean enlist concode_elem_sep CountDown... | Throwable function ( ) { return throwable ; } |
868 | get the n-dimensional point in integer space . concode_field_sep long serialVersionUID concode_elem_sep double[] point concode_field_sep int hashCode concode_elem_sep EuclideanDoublePoint centroidOf concode_elem_sep boolean equals concode_elem_sep String toString concode_elem_sep double distanceFrom | double [ ] function ( ) { return point ; } |
869 | create a dictionary from passed data . this is intended for unit tests only . concode_field_sep long PLACEHOLDER_LENGTH concode_elem_sep String TAG concode_field_sep BinaryDictionary createBinaryDictionary concode_elem_sep boolean isDictionaryAvailable concode_elem_sep DictionaryCollection createDictionaryFromManager c... | Dictionary function ( Context arg0 , File arg1 , long arg2 , long arg3 , Flag [ ] arg4 ) { if ( arg1 . isFile ( ) ) { return new BinaryDictionary ( arg0 , arg1 . getAbsolutePath ( ) , arg2 , arg3 , arg4 ) ; } else { Log . e ( TAG , "srini_string" + arg1 . getAbsolutePath ( ) ) ; return null ; } } |
870 | returns the height of the page in 1/72nds of an inch . concode_field_sep double mHeight concode_elem_sep double LETTER_WIDTH concode_elem_sep double mWidth concode_elem_sep Rectangle2D mImageableArea concode_elem_sep double LETTER_HEIGHT concode_elem_sep int INCH concode_field_sep void setSize concode_elem_sep double g... | double function ( ) { return mHeight ; } |
871 | sets the harmony hub host concode_field_sep String password concode_elem_sep String host concode_elem_sep String username concode_field_sep void setPassword concode_elem_sep String getPassword concode_elem_sep void setUsername concode_elem_sep boolean isValid concode_elem_sep String getHost concode_elem_sep String getU... | void function ( String arg0 ) { this . host = arg0 ; } |
872 | returns the compilation unit for the given java element . concode_field_sep String DIALOG_SETTINGS_KEY concode_elem_sep LRUWorkingSetsList fgLRUWorkingSets concode_elem_sep String STORE_LRU_WORKING_SET_NAMES concode_elem_sep int LRU_WORKINGSET_LIST_SIZE concode_elem_sep String BIN_PRIM_CONST_WARN_DIALOG_ID concode_fiel... | IJavaScriptUnit function ( IJavaScriptElement arg0 ) { if ( arg0 == null ) return null ; return ( IJavaScriptUnit ) arg0 . getAncestor ( IJavaScriptElement . JAVASCRIPT_UNIT ) ; } |
873 | add a property that is forbidden so that the corresponding values are removed from each token . concode_field_sep HashSet<TokenProperty> forbiddenProperties concode_elem_sep HashSet<String> allowedStrings concode_elem_sep boolean wholeWord concode_field_sep NLPInstance filter concode_elem_sep Set<TokenProperty> getForb... | void function ( String arg0 ) { forbiddenProperties . add ( new TokenProperty ( arg0 ) ) ; } |
874 | gets the box 's volume concode_field_sep Point3 maximum concode_elem_sep Point3 minimum concode_field_sep void include concode_elem_sep void include concode_elem_sep void include concode_elem_sep Point3 getCenter concode_elem_sep boolean intersects concode_elem_sep boolean isEmpty concode_elem_sep Vector3 getExtents co... | float function ( ) { Vector3 loc0 = getExtents ( ) ; float loc1 = Math . max ( loc0 . x , 0 ) ; float loc2 = Math . max ( loc0 . y , 0 ) ; float loc3 = Math . max ( loc0 . z , 0 ) ; return loc1 * loc2 * loc3 ; } |
875 | getobjecttype concode_field_sep Class<?>[] m_serviceInterfaces concode_elem_sep Map<String,String> m_serviceProperties concode_elem_sep BeanFactory m_beanFactory concode_elem_sep Registration m_registration concode_elem_sep String m_targetBeanName concode_elem_sep ServiceRegistry m_serviceRegistry concode_elem_sep Obje... | Class < ? extends Registration > function ( ) { return ( m_registration == null ? Registration . class : m_registration . getClass ( ) ) ; } |
876 | returns repository type concode_field_sep Settings settings concode_elem_sep String name concode_elem_sep String type concode_field_sep Settings settings concode_elem_sep void writeTo concode_elem_sep RepositoryMetaData readFrom concode_elem_sep int hashCode concode_elem_sep boolean equals concode_elem_sep String name | String function ( ) { return this . type ; } |
877 | sets the name of the lockprovider spring bean to be used as the lock providerfor this gwc instance concode_field_sep int metaTilingY concode_elem_sep boolean WMTSEnabled concode_elem_sep int metaTilingX concode_elem_sep String lockProviderName concode_elem_sep HashSet<String> defaultVectorCacheFormats concode_elem_sep ... | void function ( String arg0 ) { this . lockProviderName = arg0 ; } |
878 | returns the tag name of this xml element . concode_field_sep LinkedList<XmlElement> mChildElements concode_elem_sep XmlElement mParentElement concode_elem_sep String mTagName concode_elem_sep Map<String,String> mAttributes concode_elem_sep XmlElement NULL_ELEMENT concode_elem_sep String mValue concode_field_sep void pu... | String function ( ) { return mTagName ; } |
879 | gets the date attribute of the timechooserdialog object concode_field_sep Date date concode_elem_sep int CANCEL concode_elem_sep JTextField year concode_elem_sep int RELATIVE concode_elem_sep int retVal concode_elem_sep JToggleButton absButton concode_elem_sep int mode concode_elem_sep JTextField sec concode_elem_sep J... | Date function ( ) { return ( date ) ; } |
880 | parses a block command like foreach/if . concode_field_sep Pattern foreachPattern concode_elem_sep SqlFileScanner y concode_field_sep void process concode_elem_sep TokenList seekTokenSource concode_elem_sep void main concode_elem_sep void processBlock concode_elem_sep boolean isNestingCommand | TokenList function ( String arg0 ) { if ( arg0 . trim ( ) . startsWith ( "srini_string" ) ) { return seekTokenSource ( "srini_string" ) ; } throw new RuntimeException ( "srini_string" + arg0 ) ; } |
881 | create a mockhttpservletrequestbuilder for a patch request . concode_field_sep PlaceHolder placeHolder concode_field_sep MockHttpServletRequestBuilder head concode_elem_sep MockHttpServletRequestBuilder head concode_elem_sep MockHttpServletRequestBuilder request concode_elem_sep MockHttpServletRequestBuilder request co... | MockHttpServletRequestBuilder function ( String arg0 , Object ... arg1 ) { return new MockHttpServletRequestBuilder ( HttpMethod . PATCH , arg0 , arg1 ) ; } |
882 | gets the value of the keyframe 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 keyframe property . for example , to add a new item , do ... | List < Keyframe > function ( ) { if ( keyframe == null ) { keyframe = new ArrayList < Keyframe > ( ) ; } return this . keyframe ; } |
883 | tests creating a axisalignedbounds with invalid bounds . concode_field_sep AxisAlignedBounds bounds concode_field_sep void isOutsideEllipse concode_elem_sep void isOutsideCircle concode_elem_sep void shiftCoordinates concode_elem_sep void createInvalidBounds2 concode_elem_sep void createInvalidBounds1 concode_elem_sep ... | void function ( ) { new AxisAlignedBounds ( 1 , - 1 ) ; } |
884 | sets the group id of this k b template . concode_field_sep KBTemplate _kbTemplate concode_field_sep void setExpandoBridgeAttributes concode_elem_sep void setExpandoBridgeAttributes concode_elem_sep void setExpandoBridgeAttributes concode_elem_sep boolean isEscapedModel concode_elem_sep boolean isCachedModel concode_ele... | void function ( long arg0 ) { _kbTemplate . setGroupId ( arg0 ) ; } |
885 | clear all . concode_field_sep Log log concode_elem_sep String NET_SF_EHCACHE_CONFIGURATION_RESOURCE_NAME concode_elem_sep List<CacheEventListener> listeners concode_elem_sep CacheManager manager concode_elem_sep boolean initializing concode_field_sep void init concode_elem_sep void init concode_elem_sep URL loadResourc... | void function ( ) { manager . clearAll ( ) ; } |
886 | returns true if the received stanza / packet should not be replied . use multiplerecipientmanager #reply org.jivesoftware.smack.xmppconnection , org.jivesoftware.smack.packet.message , org.jivesoftware.smack.packet.message to send replies . concode_field_sep MultipleAddresses extension concode_field_sep List<MultipleAd... | boolean function ( ) { return ! extension . getAddressesOfType ( MultipleAddresses . Type . noreply ) . isEmpty ( ) ; } |
887 | get the binned cumulative probability . concode_field_sep double[] pLog concode_elem_sep int nBins concode_elem_sep int[] orderedBins concode_elem_sep double binSize concode_field_sep double getBinnedCumulativeProbabilityLog | double function ( double arg0 ) { for ( int loc0 = 0 ; loc0 < orderedBins . length ; loc0 ++ ) { int loc1 = orderedBins [ loc0 ] ; if ( arg0 > loc1 ) { return binSize * loc0 ; } } return 1.0 ; } |
888 | checks if is initialized . concode_field_sep List<ThreadPoolObjectName> poolNames concode_elem_sep ContainerWrapperBean containerWrapper concode_elem_sep Logger logger concode_elem_sep List<ObjectName> executorNames concode_field_sep ThreadPoolObjectName findPool concode_elem_sep List<Connector> getConnectors concode_e... | boolean function ( ) { return poolNames != null && ! poolNames . isEmpty ( ) ; } |
889 | a state name with just white spaces is not valid . concode_field_sep SGraphFactory factory concode_elem_sep BasicDiagnostic diagnostics concode_elem_sep SGraphValidator validator concode_elem_sep StextFactory sTextFactory concode_elem_sep State state concode_elem_sep Region region concode_elem_sep Statechart statechart... | void function ( ) { prepareStateTest ( ) ; state . setName ( "srini_string" ) ; assertFalse ( validator . validate ( state , diagnostics , new HashMap < Object , Object > ( ) ) ) ; assertError ( diagnostics , ISSUE_STATE_WITHOUT_NAME ) ; } |
890 | get unique string identificator of the vm . concode_field_sep int peId concode_elem_sep int index concode_elem_sep double startExecTime concode_elem_sep int NOT_FOUND concode_elem_sep double totalCompletionTime concode_elem_sep int duration concode_elem_sep int[] peArrayId concode_elem_sep int machineId concode_elem_se... | String function ( ) { return getUserId ( ) + "srini_string" + getCloudletId ( ) ; } |
891 | get the number of records per tape block . this is typically between 10 and 32 . concode_field_sep int volume concode_elem_sep String hostname concode_elem_sep int level concode_elem_sep int flags concode_elem_sep int firstrec concode_elem_sep String devname concode_elem_sep long dumpDate concode_elem_sep String label ... | int function ( ) { return ntrec ; } |
892 | returns the viewcacheoperation , or null concode_field_sep ViewCellCacheRevalidationListener viewCacheOperation concode_elem_sep String clientCellClassName concode_elem_sep CellClientState clientCellSetup concode_field_sep CellClientState getClientCellSetup concode_elem_sep String getClientCellClassName | ViewCellCacheRevalidationListener function ( ) { return viewCacheOperation ; } |
893 | returns a list of the java projects associated with the current workspace . concode_field_sep String platforms[] concode_elem_sep IWorkspaceRoot workspace concode_elem_sep P5ExportUtils instance concode_elem_sep IJavaModel javaModel concode_field_sep void errorDialog concode_elem_sep URL getResourceURL concode_elem_sep... | IJavaProject [ ] function ( ) { IJavaProject [ ] loc0 ; try { loc0 = javaModel . getJavaProjects ( ) ; } catch ( JavaModelException loc1 ) { loc0 = new IJavaProject [ 0 ] ; } return loc0 ; } |
894 | returns the number of rows matching the dynamic query . concode_field_sep WebsiteLocalService _websiteLocalService concode_field_sep com.liferay.portal.model.Website getWebsite concode_elem_sep void setWrappedService concode_elem_sep com.liferay.portal.kernel.dao.orm.ActionableDynamicQuery getActionableDynamicQuery con... | long function ( com . liferay . portal . kernel . dao . orm . DynamicQuery arg0 , com . liferay . portal . kernel . dao . orm . Projection arg1 ) { return _websiteLocalService . dynamicQueryCount ( arg0 , arg1 ) ; } |
895 | retrieves the canonical file for the given path , in a jdk 1.1 complaint way . concode_field_sep boolean fsNormalizesPosixSeparator concode_elem_sep FileUtil fileUtil concode_elem_sep FileDescriptor outDescriptor concode_elem_sep Random random concode_elem_sep boolean fsIsIgnoreCase concode_elem_sep FileAccessRes fileA... | File function ( String arg0 ) { return new File ( new File ( arg0 ) . getCanonicalPath ( ) ) ; } |
896 | gets an int specified by the key in the dictionary entries . if the value is a reference , the int value that the reference points to is returned . concode_field_sep Hashtable<Object,Object> entries concode_elem_sep Library library concode_elem_sep boolean inited concode_elem_sep boolean isDeleted concode_elem_sep Refe... | int function ( String arg0 ) { return library . getInt ( entries , arg0 ) ; } |
897 | copies all of the mappings from the specified map to this map . concode_field_sep LocalContext.Reference _mapRef concode_field_sep FastMap newLocalMap concode_elem_sep Set entrySet concode_elem_sep boolean containsKey concode_elem_sep Collection values concode_elem_sep boolean isEmpty concode_elem_sep void clear concod... | void function ( Map arg0 ) { localMap ( ) . putAll ( arg0 ) ; } |
898 | returns the starting date , i.e. the first day a request should be made for . concode_field_sep Date endingDate concode_elem_sep String apiKey concode_elem_sep City city concode_elem_sep SimpleDateFormat format concode_elem_sep Date startingDate concode_field_sep Configuration fromJSON concode_elem_sep Date getEndingDa... | Date function ( ) { return startingDate ; } |
899 | returns the company id of this kaleo node . concode_field_sep KaleoNode _kaleoNode concode_field_sep void setExpandoBridgeAttributes concode_elem_sep void setExpandoBridgeAttributes concode_elem_sep void setExpandoBridgeAttributes concode_elem_sep boolean getTerminal concode_elem_sep java.lang.String getName concode_el... | long function ( ) { return _kaleoNode . getCompanyId ( ) ; } |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.