idx int64 0 25k | question stringlengths 68 5.61k | target stringlengths 21 500 |
|---|---|---|
1,700 | test method for org.apache.niolex.commons.seda.dispatcher #dispatch java.lang.string , org.apache.niolex.commons.seda.message . concode_field_sep Dispatcher disp concode_field_sep void testGetAllStages concode_elem_sep void testDispatchT concode_elem_sep void testZClear concode_elem_sep void testGetStage concode_elem_s... | void function ( ) { boolean loc0 = disp . dispatch ( "srini_string" , new TInput ( ) ) ; assertTrue ( loc0 ) ; loc0 = disp . dispatch ( "srini_string" , new TInput ( ) ) ; assertFalse ( loc0 ) ; } |
1,701 | export image concode_field_sep String IMAGE_Activator_ID concode_field_sep Image getAdd concode_elem_sep Image getImport concode_elem_sep Image getUserAdd concode_elem_sep Image getConfigurationDatabase concode_elem_sep Image getAddDatabase concode_elem_sep Image getFiltering concode_elem_sep Image getSQLEditor concode... | Image function ( ) { return ResourceManager . getPluginImage ( ToobalImageUtils . IMAGE_Activator_ID , "srini_string" ) ; } |
1,702 | creates a default instance of the worker pool and calls requestqueue #start on it . concode_field_sep String DEFAULT_CACHE_DIR concode_field_sep placeholderType placeHolder | RequestQueue function ( Context arg0 ) { return newRequestQueue ( arg0 , null ) ; } |
1,703 | returns the number of public lists the user is listed on , or -1 if the count is unavailable . concode_field_sep HttpResponse res concode_elem_sep Configuration conf concode_elem_sep User target concode_field_sep int getFavouritesCount concode_elem_sep String getLocation concode_elem_sep String getName concode_elem_sep... | int function ( ) { return getTarget ( ) . getListedCount ( ) ; } |
1,704 | asserts that the given array does not contain the given values . concode_field_sep LongArrays INSTANCE concode_elem_sep Arrays arrays concode_elem_sep Failures failures concode_field_sep void assertEndsWith concode_elem_sep void assertStartsWith concode_elem_sep LongArrays instance concode_elem_sep void assertNullOrEmp... | void function ( AssertionInfo arg0 , long [ ] arg1 , long [ ] arg2 ) { arrays . assertDoesNotContain ( arg0 , failures , arg1 , arg2 ) ; } |
1,705 | gets the idos value for this certifyin . concode_field_sep java.lang.String designadorTurbonet concode_elem_sep org.apache.axis.description.TypeDesc typeDesc concode_elem_sep java.lang.String instancia concode_elem_sep java.lang.String numeroBA concode_elem_sep java.lang.String sistemaOrigem concode_elem_sep java.lang.... | java . lang . String function ( ) { return idOS ; } |
1,706 | updates given info in store . concode_field_sep Logger log concode_elem_sep Map<Integer,MeteorogramInfo> store concode_elem_sep int lastElement concode_field_sep MeteorogramInfoSerializer getMeteorogramInfoSerializer concode_elem_sep void createOrUpdate concode_elem_sep MeteorogramInfo read concode_elem_sep void create... | void function ( MeteorogramInfo arg0 ) { log . arg0 ( "srini_string" ) ; if ( arg0 . getId ( ) != null ) { log . arg0 ( "srini_string" ) ; store . put ( arg0 . getId ( ) , arg0 ) ; } else { log . error ( "srini_string" ) ; } } |
1,707 | the token to use to retrieve the next page of results . this value is null when there are no more results to return . concode_field_sep com.amazonaws.internal.SdkInternalList<VolumeStatusItem> volumeStatuses concode_elem_sep String nextToken concode_field_sep java.util.List<VolumeStatusItem> getVolumeStatuses concode_e... | void function ( String arg0 ) { this . nextToken = arg0 ; } |
1,708 | helper method which creates the standard error stream . vm implementors may choose to construct these streams differently . this method can also return null if the stream is created somewhere else in the vm startup sequence . concode_field_sep PlaceHolder placeHolder concode_field_sep void setErr concode_elem_sep Input... | PrintStream function ( ) { return new PrintStream ( new BufferedOutputStream ( new FileOutputStream ( FileDescriptor . err ) ) , true ) ; } |
1,709 | 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 ) { } |
1,710 | determine if a file or directory exists . concode_field_sep String LOG_TAG concode_field_sep long getFreeDiskSpace concode_elem_sep boolean testSaveLocationExists concode_elem_sep File constructFilePaths concode_elem_sep long freeSpaceCalculation concode_elem_sep String getTempDirectoryPath | boolean function ( String arg0 ) { boolean loc0 ; if ( ( testSaveLocationExists ( ) ) && ( ! arg0 . equals ( "srini_string" ) ) ) { File loc1 = Environment . getExternalStorageDirectory ( ) ; File loc2 = constructFilePaths ( loc1 . toString ( ) , arg0 ) ; loc0 = loc2 . exists ( ) ; } else { loc0 = false ; } return loc0... |
1,711 | sets the type of the entity for this key concode_field_sep String collection concode_elem_sep Object id concode_elem_sep Class<? extends T> type concode_elem_sep byte[] idBytes concode_field_sep String getCollection concode_elem_sep int compareNullable concode_elem_sep Class<? extends T> getType concode_elem_sep int ha... | void function ( final Class < ? extends T > arg0 ) { type = arg0 ; } |
1,712 | make an instance managed and persistent . delegates to entitymanager #persist object then returns the original source entity . helpful when setting up test data in a test : myentity entity = this.testentitymanager.persist new myentity `` spring '' ; concode_field_sep EntityManagerFactory entityManagerFactory concode_fi... | E function ( E arg0 ) { Assert . state ( getId ( arg0 ) == null , "srini_string" + arg0 . getClass ( ) . getName ( ) + "srini_string" ) ; getEntityManager ( ) . persist ( arg0 ) ; return arg0 ; } |
1,713 | principal getter for the next sequence value concode_field_sep long lastValue concode_elem_sep long currValue concode_elem_sep int dataType concode_elem_sep HsqlName name concode_elem_sep long increment concode_elem_sep long startValue concode_field_sep HsqlName getName concode_elem_sep int getType concode_elem_sep voi... | long function ( ) { long loc0 = currValue ; currValue += increment ; return loc0 ; } |
1,714 | with the default display , the width of the tooltip is set automatically , therefore setwidth does not have any effect without changing the default display to a custom controllerview . concode_field_sep int _myColor concode_elem_sep PVector currentPosition concode_elem_sep Label _myLabel concode_elem_sep boolean enable... | Tooltip function ( int arg0 ) { return this ; } |
1,715 | informs if this execution is of single-use-daemon type concode_field_sep DaemonContext daemonContext concode_elem_sep Throwable exception concode_elem_sep Object result concode_elem_sep DaemonConnection connection concode_elem_sep List<DaemonCommandAction> actions concode_elem_sep Command command concode_elem_sep Daemo... | boolean function ( ) { return getCommand ( ) instanceof BuildAndStop ; } |
1,716 | reset the text to a new value , and reset all state concode_field_sep boolean hasFinalPossessive concode_elem_sep boolean stemEnglishPossessive concode_elem_sep boolean splitOnCaseChange concode_elem_sep byte[] DEFAULT_WORD_DELIM_TABLE concode_elem_sep int length concode_elem_sep byte[] charTypeTable concode_elem_sep i... | void function ( char arg0 [ ] , int arg1 ) { this . text = arg0 ; this . length = this . endBounds = arg1 ; current = startBounds = end = 0 ; skipPossessive = hasFinalPossessive = false ; setBounds ( ) ; } |
1,717 | logs a deprecated message . concode_field_sep ESLogger logger concode_field_sep placeholderType placeHolder | void function ( String arg0 , Object ... arg1 ) { logger . debug ( arg0 , arg1 ) ; } |
1,718 | return type metadata object concode_field_sep com.netsuite.webservices.platform.core_2014_2.RecordRef costCategory concode_elem_sep com.netsuite.webservices.platform.core_2014_2.RecordRef item concode_elem_sep org.apache.axis.description.TypeDesc typeDesc concode_elem_sep java.lang.Object __equalsCalc concode_elem_sep ... | org . apache . axis . description . TypeDesc function ( ) { return typeDesc ; } |
1,719 | get the application server module loader . concode_field_sep ServerEnvironment serverEnvironment concode_elem_sep ExtensionRegistry extensionRegistry concode_elem_sep CapabilityRegistry capabilityRegistry concode_elem_sep ManagementSecurityIdentitySupplier securityIdentitySupplier concode_elem_sep ManagedAuditLogger au... | ModuleLoader function ( ) { return moduleLoader ; } |
1,720 | getter method for msisdn concode_field_sep String msisdn concode_elem_sep String subSubCategory concode_elem_sep String subCategory concode_elem_sep String loggedDateAndTime concode_elem_sep String expectedResolutionBy concode_elem_sep String classificationName concode_elem_sep String assignedDepartment concode_elem_se... | String function ( ) { return msisdn ; } |
1,721 | determines if commands are currently being executed or not . concode_field_sep AlternateUIInteraction alternateUIInteraction concode_elem_sep SettingsNode settings concode_elem_sep MainGradlePanel gradlePanel concode_elem_sep JPanel mainPanel concode_elem_sep GradlePluginLord gradlePluginLord concode_field_sep boolean ... | boolean function ( ) { return gradlePluginLord . isBusy ( ) ; } |
1,722 | returns true if the room has restricted the access so that only members may enter the room . concode_field_sep boolean nonanonymous concode_elem_sep boolean moderated concode_elem_sep int occupantsCount concode_elem_sep boolean passwordProtected concode_elem_sep String description concode_elem_sep boolean persistent co... | boolean function ( ) { return membersOnly ; } |
1,723 | get list productorderdetail in orderdetailstatus and product concode_field_sep PlaceHolder placeHolder concode_field_sep ArrayList<Productorderdetail> lstStaticAdminDateCurrent concode_elem_sep List<Productorderdetail>[] getListPODetailApplyCancelByBuyer concode_elem_sep List<Productorderdetail>[] getListPODetailCancel... | List < Productorderdetail > function ( Orderdetailstatus arg0 , Products arg1 , String arg2 ) { return ProductorderdetailDAO . lstOrderDetailBy ( arg0 , arg1 , arg2 ) ; } |
1,724 | gets revision of the previous build . concode_field_sep Build lastBuild concode_elem_sep Set<String> remoteUrls concode_elem_sep Map<String,Build> buildsByBranchName concode_elem_sep String scmName concode_elem_sep long serialVersionUID concode_field_sep String getUrlName concode_elem_sep Object readResolve concode_ele... | Revision function ( ) { return lastBuild == null ? null : lastBuild . revision ; } |
1,725 | returns the class pk of this ratings stats . concode_field_sep RatingsStats _ratingsStats concode_field_sep long getClassNameId concode_elem_sep boolean isFinderCacheEnabled concode_elem_sep void setAverageScore concode_elem_sep void setExpandoBridgeAttributes concode_elem_sep void setExpandoBridgeAttributes concode_el... | long function ( ) { return _ratingsStats . getClassPK ( ) ; } |
1,726 | gets the table of checkbox states . concode_field_sep DateFormat selectedFormat concode_elem_sep ArrayList checkedTimeZoneList concode_elem_sep DateFormat serverFormat concode_elem_sep int renderInterval concode_elem_sep ArrayList allTimeZoneList concode_elem_sep Hashtable checkboxStates concode_elem_sep TimeZone selec... | Hashtable function ( ) { return checkboxStates ; } |
1,727 | returns the same name than the feature type ie , getschema . getname to honor the simple feature land commonpractice of calling the same both the features produces and their types concode_field_sep FeatureTypeMap typeMap concode_elem_sep RetypingDataStore store concode_elem_sep SimpleFeatureSource wrapped concode_elem_... | Name function ( ) { return getSchema ( ) . getName ( ) ; } |
1,728 | adds or replaces a exiftag . concode_field_sep int mIfdId concode_elem_sep Map<Short,ExifTag> mExifTags concode_elem_sep int mOffsetToNextIfd concode_elem_sep int[] sIfds concode_field_sep void setOffsetToNextIfd concode_elem_sep int[] getIfds concode_elem_sep boolean checkCollision concode_elem_sep boolean equals conc... | ExifTag function ( ExifTag arg0 ) { arg0 . setIfd ( mIfdId ) ; return mExifTags . put ( arg0 . getTagId ( ) , arg0 ) ; } |
1,729 | this modifier should only be used by graphpanel . concode_field_sep GraphPanel graphPanel concode_elem_sep int mnemonicKey concode_elem_sep int acceleratorKey concode_elem_sep String menuText concode_field_sep int getAcceleratorKey concode_elem_sep GraphPanel getGraphPanel concode_elem_sep void setMnemonicKey concode_e... | void function ( GraphPanel arg0 ) { graphPanel = arg0 ; } |
1,730 | returns the uuid of this document library folder . concode_field_sep DLFolder _dlFolder concode_field_sep boolean isMountPoint concode_elem_sep void setExpandoBridgeAttributes concode_elem_sep void setGroupId concode_elem_sep java.lang.String getName concode_elem_sep boolean isEscapedModel concode_elem_sep boolean isRo... | java . lang . String function ( ) { return _dlFolder . getUuid ( ) ; } |
1,731 | enables basic authentication with username and password concode_field_sep HttpContext httpContext concode_elem_sep int port concode_elem_sep Verb verb concode_elem_sep TransformationType transformationType concode_elem_sep RequestParams requestParams concode_elem_sep Alias alias concode_elem_sep Class<T> targetType con... | RestingBuilder function ( String arg0 , String arg1 ) { httpContext . setCredentials ( arg0 , arg1 ) . setAuthScope ( AuthScope . ANY ) ; return this ; } |
1,732 | picks tasks from the queue to execute if present else no-op . concode_field_sep BlockingQueue<T> blockingQueue concode_elem_sep Executor taskExecutor concode_field_sep placeholderType placeHolder | void function ( ) { Runnable loc0 = blockingQueue . poll ( ) ; if ( loc0 != null ) { taskExecutor . execute ( loc0 ) ; } } |
1,733 | extract the short from the given any . this implementation expects the any to hold the instance of ushortseqholder that is returned by any #extract_streamable . concode_field_sep PlaceHolder placeHolder concode_field_sep short[] read concode_elem_sep void insert concode_elem_sep String id concode_elem_sep TypeCode type... | short [ ] function ( Any arg0 ) { UShortSeqHolder loc0 = ( UShortSeqHolder ) arg0 . extract_Streamable ( ) ; return loc0 . value ; } |
1,734 | starts the timer and sets time to 0 ; concode_field_sep boolean paused concode_elem_sep boolean started concode_elem_sep float time concode_elem_sep float step concode_field_sep boolean paused concode_elem_sep void stop concode_elem_sep void invert concode_elem_sep float getTime concode_elem_sep float getStep concode_e... | void function ( ) { started = true ; paused = false ; reset ( ) ; } |
1,735 | creates a new kaleo node with the primary key . does not add the kaleo node to the database . concode_field_sep ServiceTracker<KaleoNodeLocalService,KaleoNodeLocalService> _serviceTracker concode_field_sep void deleteKaleoDefinitionKaleoNodes concode_elem_sep com.liferay.portal.kernel.dao.orm.ActionableDynamicQuery get... | com . liferay . portal . workflow . kaleo . model . KaleoNode function ( long arg0 ) { return getService ( ) . createKaleoNode ( arg0 ) ; } |
1,736 | updates and caches the user-visible data for a given extension . concode_field_sep String TAG concode_elem_sep Map<ComponentName,ExtensionWithData> mExtensionInfoMap concode_elem_sep List<ExtensionWithData> mActiveExtensions concode_elem_sep List<OnChangeListener> mOnChangeListeners concode_elem_sep ExtensionManager sI... | boolean function ( ComponentName arg0 , ExtensionData arg1 ) { arg1 . clean ( ) ; ExtensionWithData loc0 = mExtensionInfoMap . get ( arg0 ) ; if ( loc0 != null && ! ExtensionData . equals ( loc0 . latestData , arg1 ) ) { loc0 . latestData = arg1 ; serializeExtensionData ( loc0 . listing . componentName , arg1 ) ; notif... |
1,737 | event concode_field_sep UnitWorks uw concode_elem_sep MapWorks mw concode_elem_sep Body kakusei concode_elem_sep UnitMap map concode_elem_sep PanelManager pm concode_elem_sep AnimeManager anime concode_elem_sep Body sister concode_field_sep void cancel concode_elem_sep void setSelectPlace concode_elem_sep boolean isNex... | void function ( ) { kakusei = getKakuseiData ( ) ; setStatus ( ) ; uw . changeChara ( sister , kakusei ) ; action ( ) ; } |
1,738 | checks if the specified state has at least one entry action . concode_field_sep PlaceHolder placeHolder concode_field_sep boolean containsOnlyEventsOfType concode_elem_sep boolean oneIncomingTransitionEntersCompositeWithEntryActions concode_elem_sep boolean hasExitAction concode_elem_sep boolean hasAtLeastOneAction con... | boolean function ( State arg0 ) { EList < Expression > loc0 = getFirstEntryActions ( arg0 ) ; if ( loc0 != null && ! loc0 . isEmpty ( ) ) { return true ; } return false ; } |
1,739 | returns an ordered range of all the accounts . useful when paginating results . returns a maximum of end - start instances . start and end are not primary keys , they are indexes in the result set . thus , 0 refers to the first result in the set . setting both start and end to com.liferay.portal.kernel.dao.orm.queryuti... | java . util . List < com . liferay . portal . model . Account > function ( int arg0 , int arg1 , com . liferay . portal . kernel . util . OrderByComparator arg2 ) { return getPersistence ( ) . findAll ( arg0 , arg1 , arg2 ) ; } |
1,740 | create commit concode_field_sep GitHubResponse response concode_elem_sep DataService service concode_elem_sep RepositoryId repo concode_elem_sep GitHubClient client concode_field_sep void getTreeNullSha concode_elem_sep void getReferenceNullName concode_elem_sep void before concode_elem_sep void createReferenceNullObje... | void function ( ) { Commit loc0 = new Commit ( ) ; loc0 . setParents ( Collections . singletonList ( new Commit ( ) . setSha ( "srini_string" ) ) ) ; loc0 . setTree ( new Tree ( ) . setSha ( "srini_string" ) ) ; service . createCommit ( repo , loc0 ) ; verify ( client ) . post ( eq ( "srini_string" ) , any ( ) , eq ( C... |
1,741 | gets the value of the xcontact 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 xcontact property . for example , to add a new item , do ... | List < XContactType > function ( ) { if ( xContact == null ) { xContact = new ArrayList < XContactType > ( ) ; } return this . xContact ; } |
1,742 | gets the value of the numfmtid property . concode_field_sep String val concode_elem_sep Object parent concode_elem_sep String r concode_elem_sep Boolean deleted concode_elem_sep Long numFmtId concode_elem_sep Boolean undone concode_field_sep Object getParent concode_elem_sep String getVal concode_elem_sep boolean isDel... | Long function ( ) { return numFmtId ; } |
1,743 | exemple 1 1,4,6,2,4,7 : p = 2 , tab1 = 4,9,0 -- > 1,4,4,9,0,7 exemple 2 22,11,0,77,88,99 : p = 2 , tab1 = 3,4,5,6 -- > 22,11,3,4,5,6 concode_field_sep PlaceHolder placeHolder concode_field_sep int[] remplirTableau concode_elem_sep int[] insererUnElementDansTableau concode_elem_sep int[] rotationTableau concode_elem_sep... | int [ ] function ( int [ ] arg0 , int arg1 , int [ ] arg2 ) { return null ; } |
1,744 | returns the tag with a given tid in the given ifd if the tag exists . otherwise returns null . concode_field_sep byte[] USER_COMMENT_JIS concode_elem_sep byte[] USER_COMMENT_ASCII concode_elem_sep byte[] mThumbnail concode_elem_sep ByteOrder mByteOrder concode_elem_sep ArrayList<byte[]> mStripBytes concode_elem_sep Str... | ExifTag function ( short arg0 , int arg1 ) { IfdData loc0 = mIfdDatas [ arg1 ] ; return ( loc0 == null ) ? null : loc0 . getTag ( arg0 ) ; } |
1,745 | formats a long as an 8-byte unsigned hex value . concode_field_sep PlaceHolder placeHolder concode_field_sep String uNibble concode_elem_sep String s4 concode_elem_sep String s8 concode_elem_sep String dump concode_elem_sep String u1 concode_elem_sep String u2 concode_elem_sep String u2or4 concode_elem_sep String u3 co... | String function ( long arg0 ) { char [ ] loc0 = new char [ 16 ] ; for ( int loc1 = 0 ; loc1 < 16 ; loc1 ++ ) { loc0 [ 15 - loc1 ] = Character . forDigit ( ( int ) arg0 & 0x0f , 16 ) ; arg0 >>= 4 ; } return new String ( loc0 ) ; } |
1,746 | returns true if the passed itemstack is a valid input for any of the recipes in the registry . concode_field_sep List<IBrewingRecipe> recipes concode_field_sep boolean addRecipe concode_elem_sep boolean addRecipe concode_elem_sep boolean addRecipe concode_elem_sep void brewPotions concode_elem_sep boolean hasOutput con... | boolean function ( ItemStack arg0 ) { if ( arg0 == null || arg0 . getMaxStackSize ( ) != 1 || arg0 . stackSize != 1 ) return false ; for ( IBrewingRecipe loc0 : recipes ) { if ( loc0 . isInput ( arg0 ) ) { return true ; } } return false ; } |
1,747 | checks if the name of the given element matches the requirements to be a ` default ' element . concode_field_sep PlaceHolder placeHolder concode_field_sep boolean isNamedExitTransition concode_elem_sep List<Transition>[] getExitSpecSortedTransitions concode_elem_sep Map<Region,List<Entry>> getRegionsWithoutDefaultEntry... | boolean function ( final NamedElement arg0 ) { return arg0 . getName ( ) == null || ( arg0 . getName ( ) != null && ( arg0 . getName ( ) . isEmpty ( ) || arg0 . getName ( ) . equalsIgnoreCase ( "srini_string" ) ) ) ; } |
1,748 | add an option that only contains a short-name . it may be specified as requiring an argument . concode_field_sep Map<String,Option> longOpts concode_elem_sep Map<String,OptionGroup> optionGroups concode_elem_sep List<Object> requiredOpts concode_elem_sep long serialVersionUID concode_elem_sep Map<String,Option> shortOp... | Options function ( String arg0 , boolean arg1 , String arg2 ) { addOption ( arg0 , null , arg1 , arg2 ) ; return this ; } |
1,749 | returns the class of the configuration class type parameter . concode_field_sep PlaceHolder placeHolder concode_field_sep String getName concode_elem_sep void run concode_elem_sep void run concode_elem_sep void initialize | Class < T > function ( ) { return Generics . getTypeParameter ( getClass ( ) , Configuration . class ) ; } |
1,750 | create an instance of jaxbelement concode_field_sep QName _Action_QNAME concode_elem_sep QName _Request_QNAME concode_elem_sep QName _Subject_QNAME concode_elem_sep QName _Environment_QNAME concode_elem_sep QName _Response_QNAME concode_elem_sep QName _Result_QNAME concode_elem_sep QName _MissingAttributeDetail_QNAME c... | JAXBElement < ResourceContentType > function ( ResourceContentType arg0 ) { return new JAXBElement < ResourceContentType > ( _ResourceContent_QNAME , ResourceContentType . class , null , arg0 ) ; } |
1,751 | set the container resolver to back sources that depend on runtime container information , e.g. httpsource concode_field_sep ContainerResolver containerResolver concode_field_sep ContainerResolver getContainerResolver | void function ( ContainerResolver arg0 ) { this . containerResolver = arg0 ; } |
1,752 | info 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 con... | void function ( String arg0 , String arg1 , Object ... arg2 ) { if ( LOG . INFO >= LOGLEVEL ) Log . i ( arg0 , String . format ( arg1 , arg2 ) ) ; } |
1,753 | sets the font type for the output . optional , default is arial concode_field_sep int size concode_elem_sep String font concode_elem_sep String text concode_elem_sep String format concode_field_sep void createImage concode_elem_sep ImageGenerator forText concode_elem_sep ImageGenerator withFormat concode_elem_sep Image... | ImageGenerator function ( String arg0 ) { this . font = arg0 ; return this ; } |
1,754 | begins an anonymous object . concode_field_sep StringBuilder params concode_field_sep JSONBuilder item concode_elem_sep JSONBuilder item concode_elem_sep JSONBuilder item concode_elem_sep JSONBuilder item concode_elem_sep JSONBuilder item concode_elem_sep JSONBuilder item concode_elem_sep JSONBuilder item concode_elem_... | JSONBuilder function ( ) { conditionallyAppendComma ( ) ; params . append ( "srini_string" ) ; return this ; } |
1,755 | return shader id . it is needed to apply the shader as post effect to a camera concode_field_sep GVRPostEffectMap mCustomShader concode_elem_sep GVRCustomPostEffectShaderId mShaderId concode_field_sep placeholderType placeHolder | GVRCustomPostEffectShaderId function ( ) { return mShaderId ; } |
1,756 | returns an iproject for the configured target project . the iproject is returned even if the project does not exist yet . concode_field_sep PlaceHolder placeHolder concode_field_sep void refreshTargetProject concode_elem_sep boolean createEmptyProject concode_elem_sep File getTargetFolder concode_elem_sep FeatureConfig... | IProject function ( GeneratorEntry arg0 ) { FeatureConfiguration loc0 = getOutletFeatureConfiguration ( arg0 ) ; String loc1 = loc0 . getParameterValue ( OUTLET_FEATURE_TARGET_PROJECT ) . getStringValue ( ) ; IProject loc2 = ResourcesPlugin . getWorkspace ( ) . getRoot ( ) . getProject ( loc1 ) ; return loc2 ; } |
1,757 | removes all the browser trackers from the database . concode_field_sep BrowserTrackerPersistence _persistence concode_field_sep int countAll concode_elem_sep void cacheResult concode_elem_sep void cacheResult concode_elem_sep List<BrowserTracker> findWithDynamicQuery concode_elem_sep List<BrowserTracker> findWithDynami... | void function ( ) { getPersistence ( ) . removeAll ( ) ; } |
1,758 | return type metadata object concode_field_sep java.lang.Object __equalsCalc concode_elem_sep boolean __hashCodeCalc concode_elem_sep org.apache.axis.description.TypeDesc typeDesc concode_elem_sep com.intellij.tasks.mantis.model.TagData[] results concode_elem_sep java.math.BigInteger total_results concode_field_sep void... | org . apache . axis . description . TypeDesc function ( ) { return typeDesc ; } |
1,759 | read a list of integers from a bufferedreader . concode_field_sep PlaceHolder placeHolder concode_field_sep List<Integer> readIntegers concode_elem_sep List<Integer> readIntegers concode_elem_sep List<Long> readLongs concode_elem_sep List<Long> readLongs | List < String > function ( BufferedReader arg0 ) { List < String > loc0 = new ArrayList < String > ( ) ; String loc1 = "srini_string" ; try { while ( ( loc1 = arg0 . readLine ( ) ) != null ) loc0 . add ( loc1 . trim ( ) ) ; } catch ( IOException loc2 ) { throw new IOException ( "srini_string" + loc1 ) ; } return loc0 ;... |
1,760 | returns the number of email addresses . concode_field_sep EmailAddressLocalService _emailAddressLocalService concode_field_sep com.liferay.portal.kernel.model.EmailAddress deleteEmailAddress concode_elem_sep com.liferay.portal.kernel.model.EmailAddress deleteEmailAddress concode_elem_sep java.lang.String getOSGiService... | int function ( ) { return _emailAddressLocalService . getEmailAddressesCount ( ) ; } |
1,761 | the transportclient remote port to use defaults to 9300 concode_field_sep String transportAddresses concode_elem_sep String indexType concode_elem_sep List<InetSocketTransportAddress> transportAddressesList concode_elem_sep String indexName concode_elem_sep int port concode_elem_sep String clusterName concode_elem_sep ... | int function ( ) { return port ; } |
1,762 | gets the value of the taxesinfo property . concode_field_sep TaxesInfo taxesInfo concode_elem_sep long serialVersionUID concode_elem_sep TaxExemptInfo taxExemptInfo concode_field_sep TaxExemptInfo getTaxExemptInfo concode_elem_sep void setTaxesInfo concode_elem_sep void setTaxExemptInfo | TaxesInfo function ( ) { return taxesInfo ; } |
1,763 | looks up extendedcapabilitiesprovider extensions . concode_field_sep PlaceHolder placeHolder concode_field_sep Collection<RenderedImageMapResponse> findMapResponses concode_elem_sep List<GetFeatureInfoOutputFormat> findFeatureInfoFormats concode_elem_sep GetLegendGraphicOutputFormat findLegendGraphicFormat concode_elem... | List < ExtendedCapabilitiesProvider > function ( final ApplicationContext arg0 ) { return GeoServerExtensions . extensions ( ExtendedCapabilitiesProvider . class , arg0 ) ; } |
1,764 | set channel to show a new message arrived , changes color of the tab . only if not currently active tab . concode_field_sep ContextMenuListener contextMenuListener concode_elem_sep int defaultUserlistWidth concode_elem_sep StyleManager styleManager concode_elem_sep Hashtable<String,Channel> channels concode_elem_sep Ta... | void function ( Channel arg0 ) { if ( getActiveChannel ( ) != arg0 && ! highlighted . contains ( arg0 ) ) { tabs . setForegroundForComponent ( arg0 , MainGui . COLOR_NEW_MESSAGE ) ; } } |
1,765 | returns this way segment as complete way . concode_field_sep int lowerIndex concode_elem_sep Way way concode_field_sep Node getFirstNode concode_elem_sep boolean intersects concode_elem_sep int hashCode concode_elem_sep boolean equals concode_elem_sep String toString concode_elem_sep int compareTo concode_elem_sep WayS... | Way function ( ) { Way loc0 = new Way ( ) ; loc0 . addNode ( getFirstNode ( ) ) ; loc0 . addNode ( getSecondNode ( ) ) ; return loc0 ; } |
1,766 | the date and time when the most recent version of the action was created , in timestamp format . concode_field_sep String revisionId concode_elem_sep String revisionChangeId concode_elem_sep java.util.Date created concode_field_sep void setRevisionChangeId concode_elem_sep String getRevisionChangeId concode_elem_sep Ac... | java . util . Date function ( ) { return this . created ; } |
1,767 | writes a line to a writer . yes , this is possible concode_field_sep int indent concode_field_sep boolean containsOneOf concode_elem_sep void waitMS concode_elem_sep int compare concode_elem_sep boolean smaller concode_elem_sep int getOrZero concode_elem_sep Object println concode_elem_sep double readDouble concode_ele... | void function ( Writer arg0 , Object arg1 ) { arg0 . write ( arg1 . toString ( ) ) ; arg0 . write ( "srini_string" ) ; } |
1,768 | returns a cycle graph on v vertices . concode_field_sep int v concode_elem_sep int w concode_field_sep Graph path concode_elem_sep Graph star concode_elem_sep Graph wheel concode_elem_sep Graph tree concode_elem_sep Graph binaryTree concode_elem_sep Graph simple concode_elem_sep Graph simple concode_elem_sep Graph bipa... | Graph function ( int arg0 ) { Graph loc0 = new Graph ( arg0 ) ; int [ ] loc1 = new int [ arg0 ] ; for ( int loc2 = 0 ; loc2 < arg0 ; loc2 ++ ) loc1 [ loc2 ] = loc2 ; StdRandom . shuffle ( loc1 ) ; for ( int loc2 = 0 ; loc2 < arg0 - 1 ; loc2 ++ ) { loc0 . addEdge ( loc1 [ loc2 ] , loc1 [ loc2 + 1 ] ) ; } loc0 . addEdge ... |
1,769 | requires that a task not be placed on any of the provided agents . concode_field_sep String agentId concode_field_sep Offer filter concode_elem_sep String getAgentId concode_elem_sep int hashCode concode_elem_sep boolean equals concode_elem_sep PlacementRule require concode_elem_sep PlacementRule require concode_elem_s... | PlacementRule function ( Collection < String > arg0 ) { return new NotRule ( require ( arg0 ) ) ; } |
1,770 | gets one character in the input buffer and consumes the character . concode_field_sep char delimiter concode_elem_sep int savedPtr concode_elem_sep String buffer concode_elem_sep int ptr concode_field_sep boolean isHexDigit concode_elem_sep boolean isValidChar concode_elem_sep boolean isAlpha concode_elem_sep boolean h... | char function ( ) { if ( ptr >= buffer . length ( ) ) throw new ParseException ( buffer + "srini_string" , ptr ) ; else return buffer . charAt ( ptr ++ ) ; } |
1,771 | reconstitutes the instance from a stream that is , deserializes it . concode_field_sep AtomicLongArray longs concode_elem_sep long serialVersionUID concode_field_sep void set concode_elem_sep boolean compareAndSet concode_elem_sep boolean weakCompareAndSet concode_elem_sep void writeObject concode_elem_sep double get c... | void function ( java . io . ObjectInputStream arg0 ) { arg0 . defaultReadObject ( ) ; int loc0 = arg0 . readInt ( ) ; this . longs = new AtomicLongArray ( loc0 ) ; for ( int loc1 = 0 ; loc1 < loc0 ; loc1 ++ ) { set ( loc1 , arg0 . readDouble ( ) ) ; } } |
1,772 | convert the given object to string with each line indented by 4 spaces except the first line . concode_field_sep String name concode_elem_sep Long id concode_field_sep void setName concode_elem_sep String getName concode_elem_sep void setId concode_elem_sep Long getId concode_elem_sep String toString | String function ( Object arg0 ) { if ( arg0 == null ) { return "srini_string" ; } return arg0 . toString ( ) . replace ( "srini_string" , "srini_string" ) ; } |
1,773 | convert uri to bitmap . concode_field_sep String DEFAULT_SOUND concode_elem_sep String STORAGE_FOLDER concode_elem_sep Context context concode_field_sep void copyFile concode_elem_sep Uri getUriForResourcePath concode_elem_sep Uri getUriFromAsset concode_elem_sep Uri parse concode_elem_sep Bitmap getIconFromDrawable co... | Bitmap function ( Uri arg0 ) { InputStream loc0 = context . getContentResolver ( ) . openInputStream ( arg0 ) ; return BitmapFactory . decodeStream ( loc0 ) ; } |
1,774 | sets the baseratetype value for this baserate . concode_field_sep java.lang.String baseRateType concode_elem_sep java.lang.Object __equalsCalc concode_elem_sep boolean __hashCodeCalc concode_elem_sep java.lang.Long rateCardId concode_elem_sep java.lang.Long id concode_elem_sep org.apache.axis.description.TypeDesc typeD... | void function ( java . lang . String arg0 ) { this . baseRateType = arg0 ; } |
1,775 | customize the log tag for your application , so that other apps using volley do n't mix their logs with yours . enable the log property for your tag before starting your app : adb shell setprop log.tag . < tag > concode_field_sep String TAG concode_elem_sep boolean ENABLED concode_elem_sep boolean mFinished concode_ele... | void function ( String arg0 ) { d ( "srini_string" , arg0 ) ; TAG = arg0 ; DEBUG = Log . isLoggable ( TAG , Log . VERBOSE ) ; } |
1,776 | sends fatal alert concode_field_sep int length concode_field_sep int getType concode_elem_sep int length concode_elem_sep void send | void function ( byte arg0 , String arg1 ) { throw new AlertException ( arg0 , new SSLHandshakeException ( arg1 ) ) ; } |
1,777 | gets the spatial reference for this mapgeometry . concode_field_sep SpatialReference sr concode_elem_sep long serialVersionUID concode_elem_sep Geometry m_geometry concode_field_sep int hashCode concode_elem_sep boolean equals concode_elem_sep void setSpatialReference concode_elem_sep Geometry getGeometry concode_elem_... | SpatialReference function ( ) { return sr ; } |
1,778 | returns true if the specified file exists . concode_field_sep PlaceHolder placeHolder concode_field_sep ByteBuffer readFile concode_elem_sep FloatBuffer toBuffer concode_elem_sep IntBuffer toBuffer concode_elem_sep ByteBuffer toBuffer concode_elem_sep float[] toArray concode_elem_sep int[] toArray concode_elem_sep Stri... | boolean function ( String arg0 ) { return Files . exists ( Paths . get ( arg0 ) , LinkOption . NOFOLLOW_LINKS ) ; } |
1,779 | isreadermtomaware concode_field_sep com.amazon.ec2.ReplaceRouteTableAssociationType localReplaceRouteTableAssociation concode_elem_sep javax.xml.namespace.QName MY_QNAME concode_field_sep java.lang.String generatePrefix concode_elem_sep void serialize concode_elem_sep void serialize concode_elem_sep void writeQName con... | boolean function ( javax . xml . stream . XMLStreamReader arg0 ) { boolean loc0 = false ; try { loc0 = java . lang . Boolean . TRUE . equals ( arg0 . getProperty ( org . apache . axiom . om . OMConstants . IS_DATA_HANDLERS_AWARE ) ) ; } catch ( java . lang . IllegalArgumentException loc1 ) { loc0 = false ; } return loc... |
1,780 | calculates the residuals of multiple linear regression in matrix notation . u = y - x b concode_field_sep boolean noIntercept concode_elem_sep RealMatrix xMatrix concode_elem_sep RealVector yVector concode_field_sep boolean isNoIntercept concode_elem_sep double calculateErrorVariance concode_elem_sep void setNoIntercep... | RealVector function ( ) { RealVector loc0 = calculateBeta ( ) ; return yVector . subtract ( xMatrix . operate ( loc0 ) ) ; } |
1,781 | return the number of bytes to encode the given remaining length value concode_field_sep byte VERSION_3_1 concode_elem_sep int MAX_LENGTH_LIMIT concode_elem_sep byte VERSION_3_1_1 concode_field_sep ByteBuf encodeRemainingLength concode_elem_sep boolean checkHeaderAvailability concode_elem_sep byte readMessageType concod... | int function ( int arg0 ) { if ( 0 <= arg0 && arg0 <= 127 ) return 1 ; if ( 128 <= arg0 && arg0 <= 16383 ) return 2 ; if ( 16384 <= arg0 && arg0 <= 2097151 ) return 3 ; if ( 2097152 <= arg0 && arg0 <= 268435455 ) return 4 ; throw new IllegalArgumentException ( "srini_string" ) ; } |
1,782 | get the caller information for this logging event . if caller information is null at the time of its invocation , this method extracts location information . the collected information is cached for future use . note that after serialization it is impossible to correctly extract caller information . concode_field_sep Ob... | StackTraceElement [ ] function ( ) { if ( callerDataArray == null ) { callerDataArray = CallerData . extract ( new Throwable ( ) , fqnOfLoggerClass , loggerContext . getMaxCallerDataDepth ( ) , loggerContext . getFrameworkPackages ( ) ) ; } return callerDataArray ; } |
1,783 | set width . convenience method equivalent to attribute `` width '' , w . not applicable to all elements . concode_field_sep String RIGHT concode_elem_sep String CENTER concode_elem_sep String LEFT concode_elem_sep String CLASS concode_elem_sep String SIZE concode_elem_sep String BGCOLOR concode_elem_sep int width conco... | Element function ( int arg0 ) { width = arg0 ; return attribute ( WIDTH , arg0 ) ; } |
1,784 | returns whether the provider must provide speed information . not all fixes are guaranteed to contain such information . concode_field_sep int ACCURACY_COARSE concode_elem_sep int mPowerRequirement concode_elem_sep int POWER_HIGH concode_elem_sep int mHorizontalAccuracy concode_elem_sep int ACCURACY_MEDIUM concode_elem... | boolean function ( ) { return mSpeedRequired ; } |
1,785 | gets local node order . concode_field_sep HadoopConfiguration cfg concode_elem_sep GridKernalContext ctx concode_elem_sep HadoopTaskExecutorAdapter taskExecutor concode_elem_sep List<HadoopComponent> components concode_elem_sep HadoopJobTracker jobTracker concode_elem_sep HadoopShuffle shuffle concode_field_sep C add c... | long function ( ) { assert ctx . discovery ( ) != null ; return ctx . discovery ( ) . localNode ( ) . order ( ) ; } |
1,786 | assert the character encoding in the servletresponse . concode_field_sep XmlExpectationsHelper xmlHelper concode_elem_sep JsonExpectationsHelper jsonHelper concode_field_sep ResultMatcher node concode_elem_sep ResultMatcher contentTypeCompatibleWith concode_elem_sep ResultMatcher contentTypeCompatibleWith concode_elem_... | ResultMatcher function ( final String arg0 ) { return new ResultMatcher ( ) { @ Override public void match ( MvcResult arg1 ) { String loc0 = arg1 . getResponse ( ) . getCharacterEncoding ( ) ; assertEquals ( "srini_string" , arg0 , loc0 ) ; } } ; } |
1,787 | returns the mvcc version of this user tracker path . concode_field_sep UserTrackerPath _userTrackerPath concode_field_sep boolean isFinderCacheEnabled concode_elem_sep void setExpandoBridgeAttributes concode_elem_sep void setExpandoBridgeAttributes concode_elem_sep void setExpandoBridgeAttributes concode_elem_sep boole... | long function ( ) { return _userTrackerPath . getMvccVersion ( ) ; } |
1,788 | see http://www.w3.org/protocols/rfc2616/rfc2616-sec14.html to mark a response as `` never expires , '' an origin server sends an expires date approximately one year from the time the response is sent . http/1 .1 servers should not send expires dates more than one year in the future . concode_field_sep int GZIP_MAGIC_NU... | void function ( long arg0 ) { if ( arg0 == 0 || arg0 > ONE_YEAR_IN_SECONDS ) { timeToLiveSeconds = ONE_YEAR_IN_SECONDS ; } else { timeToLiveSeconds = arg0 ; } } |
1,789 | gets the value of the rval property . concode_field_sep FeedMappingPage rval concode_field_sep void setRval | FeedMappingPage function ( ) { return rval ; } |
1,790 | gets the value of the returnbinaryresult property . concode_field_sep CMSToBeEncryptedType toBeEncrypted concode_elem_sep Boolean returnBinaryResult concode_elem_sep List<CMSRecipientPublicKeyType> recipientPublicKey concode_field_sep List<CMSRecipientPublicKeyType> getRecipientPublicKey concode_elem_sep void setReturn... | boolean function ( ) { if ( returnBinaryResult == null ) { return false ; } else { return returnBinaryResult ; } } |
1,791 | returns the type of event . concode_field_sep String principal concode_elem_sep Map<String,Object> data concode_elem_sep String type concode_elem_sep Date timestamp concode_field_sep String getPrincipal concode_elem_sep Date getTimestamp concode_elem_sep String toString concode_elem_sep Map<String,Object> convert conco... | String function ( ) { return this . type ; } |
1,792 | returns the domain for this region ; ex : `` amazonaws.com '' . concode_field_sep RegionImpl regionImpl concode_field_sep T createClient concode_elem_sep String getPartition concode_elem_sep String getName concode_elem_sep Collection<String> getAvailableEndpoints concode_elem_sep Region getRegion concode_elem_sep int h... | String function ( ) { return regionImpl . getDomain ( ) ; } |
1,793 | analyzes the line 's contents , and returns an analysisresult analysis concode_field_sep List<String> stringComponents concode_elem_sep String line concode_elem_sep boolean colon concode_field_sep List<String> getStringComponents concode_elem_sep String getLine concode_elem_sep boolean lineHasColon concode_elem_sep Ana... | Optional < AnalysisResult > function ( ) { return analyze ( null ) ; } |
1,794 | return an instance of the entity searcher implementation . concode_field_sep PlaceHolder placeHolder concode_field_sep IEntitySearcher newEntitySearcher | IEntitySearcher function ( ) { return ( IEntitySearcher ) new LDAPGroupStoreFactory ( ) . newGroupStore ( ) ; } |
1,795 | test whether chart is indeed saved . check if the file under the given name exists . concode_field_sep String filePath concode_elem_sep String configPath concode_elem_sep Table table concode_field_sep void constructorTest concode_elem_sep void visualizeTest concode_elem_sep void badPlotTest concode_elem_sep void setUp ... | void function ( ) { table = Input . readTable ( filePath , configPath ) ; JFreeChart loc0 = BoxPlot . createBoxPlot ( table , "srini_string" ) ; BoxPlot . writeChartToPDF ( loc0 , "srini_string" ) ; File loc1 = new File ( "srini_string" ) ; assertTrue ( loc1 . exists ( ) ) ; } |
1,796 | it 's difficult to discern from the spec when impl.create should be called , but it seems like a reasonable rule is `` as soon as possible , but not in a context where ioexception can not be thrown '' concode_field_sep LocalSocketImpl impl concode_elem_sep boolean implCreated concode_elem_sep int SOCKET_UNKNOWN concode... | void function ( ) { if ( ! implCreated ) { synchronized ( this ) { if ( ! implCreated ) { try { impl . create ( sockType ) ; } finally { implCreated = true ; } } } } } |
1,797 | masm0017 : unable to load tube factory class 0 concode_field_sep LocalizableMessageFactory messageFactory concode_elem_sep Localizer localizer concode_field_sep Localizable localizableMASM_0009_CANNOT_FORM_VALID_URL concode_elem_sep String MASM_0020_ERROR_CREATING_URI_FROM_GENERATED_STRING concode_elem_sep String MASM_... | String function ( Object arg0 ) { return localizer . localize ( localizableMASM_0017_UNABLE_TO_LOAD_TUBE_FACTORY_CLASS ( arg0 ) ) ; } |
1,798 | returns the object associated with the specified name of the child 's node . concode_field_sep HierarchicalStreamReader reader concode_elem_sep UnmarshallingContext context concode_elem_sep Map<String,Object> valueMap concode_field_sep Map<String,Object> readValueMap concode_elem_sep Boolean getBoolean concode_elem_sep... | Object function ( String arg0 ) { return this . valueMap . get ( arg0 ) ; } |
1,799 | returns the names of the classes that have been excluded from condition evaluation . concode_field_sep ConditionEvaluationReport parent concode_elem_sep Condition condition concode_elem_sep SortedMap<String,ConditionAndOutcomes> outcomes concode_elem_sep List<String> exclusions concode_elem_sep AncestorsMatchedConditio... | List < String > function ( ) { return Collections . unmodifiableList ( this . exclusions ) ; } |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.