idx int64 0 25k | question stringlengths 72 5.69k | target stringlengths 21 481 |
|---|---|---|
22,700 | return whether the given primary resource represents a shell . concode_field_sep SparkSubmit$ MODULE$ concode_field_sep boolean isSqlShell concode_elem_sep int MESOS concode_elem_sep java.lang.String mergeFileLists concode_elem_sep int ALL_CLUSTER_MGRS concode_elem_sep void main concode_elem_sep boolean isPython concod... | boolean function ( java . lang . String arg0 ) { throw new RuntimeException ( ) ; } |
22,701 | getter method concode_field_sep String departmentName concode_elem_sep String holidayID concode_elem_sep int departmentID concode_elem_sep ArrayList displayDetails concode_elem_sep long serialVersionUID concode_elem_sep String status concode_elem_sep String holidayDate concode_elem_sep ArrayList departmentDetails conco... | String function ( ) { return holidayName ; } |
22,702 | return the second element stored in the pair . concode_field_sep T2 second concode_elem_sep long serialVersionUID concode_elem_sep T1 first concode_field_sep void setSecond concode_elem_sep Pair<T1,T2> newPair concode_elem_sep void setFirst concode_elem_sep T1 getFirst concode_elem_sep int hashCode concode_elem_sep boo... | T2 function ( ) { return second ; } |
22,703 | gets the currently selected panel . concode_field_sep Destination selectedDestination concode_elem_sep ExampleImpl selectedExample concode_elem_sep Destination DESTINATION_SPLASH concode_elem_sep Destination DESTINATION_MENU concode_elem_sep Stack<String> history concode_elem_sep String selectedPanel concode_elem_sep S... | String function ( ) { return selectedPanel ; } |
22,704 | returns the sum of this vector and the specified vector . concode_field_sep int d concode_elem_sep double[] data concode_field_sep Vector minus concode_elem_sep Vector times concode_elem_sep int length concode_elem_sep double dot concode_elem_sep Vector scale concode_elem_sep void main concode_elem_sep double magnitude... | Vector function ( Vector arg0 ) { if ( this . d != arg0 . d ) throw new IllegalArgumentException ( "srini_string" ) ; Vector loc0 = new Vector ( d ) ; for ( int loc1 = 0 ; loc1 < d ; loc1 ++ ) loc0 . data [ loc1 ] = this . data [ loc1 ] + arg0 . data [ loc1 ] ; return loc0 ; } |
22,705 | the same as above , but specifically for google product search . concode_field_sep Map<String,String> GOOGLE_PRODUCT_SEARCH_COUNTRY_TLD concode_elem_sep String DEFAULT_LANGUAGE concode_elem_sep Collection<String> TRANSLATED_HELP_ASSET_LANGUAGES concode_elem_sep Map<String,String> GOOGLE_COUNTRY_TLD concode_elem_sep Str... | String function ( Context arg0 ) { return doGetTLD ( GOOGLE_PRODUCT_SEARCH_COUNTRY_TLD , arg0 ) ; } |
22,706 | sample_has_redundancy takes one of the following four values : 0 : it is unknown whether there is redundant coding in this sample ; 1 : there is redundant coding in this sample ; 2 : there is no redundant coding in this sample ; 3 : reserved concode_field_sep int sampleDegradationPriority concode_elem_sep int samplePad... | void function ( int arg0 ) { this . sampleHasRedundancy = arg0 ; } |
22,707 | evaluate the spt at a given point . concode_field_sep ShortestPathTree spt concode_elem_sep SampleFactory sampleFactory concode_field_sep OtpsLatLon getSnappedOrigin | OtpsEvaluatedIndividual function ( double arg0 , double arg1 ) { return eval ( new OtpsIndividual ( arg0 , arg1 , null , null ) ) ; } |
22,708 | returns a server socket bound to the specified port . the socket is configured with the socket options given to this factory . concode_field_sep HsqlSocketFactory sslImpl concode_elem_sep HsqlSocketFactory plainImpl concode_elem_sep String DEFAULT_SSL_PROVIDER_CLASS concode_elem_sep String DEFAULT_SSL_PROVIDER_NAME con... | ServerSocket function ( int arg0 , String arg1 ) { return new ServerSocket ( arg0 , 128 , InetAddress . getByName ( arg1 ) ) ; } |
22,709 | creates a new code for a used technology concode_field_sep int MAX concode_elem_sep Map<String,Technology> mCodes concode_elem_sep List<Technology> mTechs concode_field_sep void printCode concode_elem_sep String getNewCode concode_elem_sep void generateCodes concode_elem_sep Technology getTech | void function ( String arg0 ) { Technology loc0 = mCodes . get ( arg0 ) ; mCodes . remove ( arg0 ) ; String loc1 = getNewCode ( ) ; loc0 . setCode ( loc1 ) ; printCode ( loc0 ) ; mCodes . put ( loc1 , loc0 ) ; } |
22,710 | this method was generated by mybatis generator . this method returns the value of the database column public.t _ menu.last _ modified_by concode_field_sep Date createdDate concode_elem_sep Object createdBy concode_elem_sep Date lastModifiedDate concode_elem_sep Object modifiedHistory concode_elem_sep Object lastModifie... | Object function ( ) { return lastModifiedBy ; } |
22,711 | returns an immutable copy of list . concode_field_sep Charset US_ASCII concode_elem_sep byte[] EMPTY_BYTE_ARRAY concode_elem_sep AtomicReference<byte[]> skipBuffer concode_elem_sep char[] DIGITS concode_elem_sep Charset UTF_8 concode_elem_sep String[] EMPTY_STRING_ARRAY concode_elem_sep Charset ISO_8859_1 concode_field... | List < T > function ( List < T > arg0 ) { return Collections . unmodifiableList ( new ArrayList < T > ( arg0 ) ) ; } |
22,712 | sets whether the snackbar text should be limited to a single line and ellipsized if needed . concode_field_sep String mActionText concode_elem_sep int UMA_DOWNLOAD_FAILED concode_elem_sep int mIdentifier concode_elem_sep Object mActionData concode_elem_sep int UMA_AUTO_LOGIN concode_elem_sep int UMA_LOFI concode_elem_s... | Snackbar function ( boolean arg0 ) { mSingleLine = arg0 ; return this ; } |
22,713 | sets a list of uris the authorizationservice may return the authorization code to . concode_field_sep String clientIpAddress concode_elem_sep String clientId concode_elem_sep List<String> allowedGrantTypes concode_elem_sep boolean isConfidential concode_elem_sep boolean registeredDynamically concode_elem_sep List<Strin... | void function ( List < String > arg0 ) { this . redirectUris = arg0 ; } |
22,714 | read the content length from the request . concode_field_sep String ENCODING_NAME concode_elem_sep ByteChunk endChunk concode_elem_sep ByteChunk ENCODING concode_elem_sep long contentLength concode_elem_sep InputBuffer buffer concode_elem_sep long remaining concode_field_sep void setBuffer concode_elem_sep int doRead c... | void function ( Request arg0 ) { contentLength = arg0 . getContentLengthLong ( ) ; remaining = contentLength ; } |
22,715 | create temp node for both next concode_field_sep PlaceHolder placeHolder concode_field_sep ListNode interleavingMerge concode_elem_sep ListNode deleteDuplicatesOnce concode_elem_sep ListNode getMiddle concode_elem_sep int length concode_elem_sep ListNode insert concode_elem_sep ListNode firstCommon concode_elem_sep Lis... | void function ( ListNode arg0 , ListNode arg1 ) { while ( arg0 != null && arg1 != null ) { ListNode loc0 = arg0 . next ; ListNode loc1 = arg1 . next ; arg0 . next = arg1 ; if ( loc0 == null ) return ; arg1 . next = loc0 ; arg0 = loc0 ; arg1 = loc1 ; } } |
22,716 | add existing ids to provided collection . concode_field_sep int lastExistingIdx concode_elem_sep IgfsPath path concode_elem_sep String[] parts concode_elem_sep IgniteUuid[] ids concode_elem_sep IgniteUuid[] surrogateIds concode_field_sep IgfsPathIds parent concode_elem_sep IgniteUuid surrogateId concode_elem_sep Ignite... | void function ( Collection < IgniteUuid > arg0 , boolean arg1 ) { if ( arg1 ) { arg0 . add ( ids [ lastExistingIdx ] ) ; if ( lastExistingIdx == ids . length - 1 && lastExistingIdx > 0 ) arg0 . add ( ids [ lastExistingIdx - 1 ] ) ; } else { for ( int loc0 = 0 ; loc0 <= lastExistingIdx ; loc0 ++ ) arg0 . add ( ids [ loc... |
22,717 | adds a child element . concode_field_sep Document document concode_elem_sep String namespace concode_elem_sep VCardVersion version concode_elem_sep Element element concode_field_sep List<String> all concode_elem_sep List<String> all concode_elem_sep List<Element> children concode_elem_sep Document document concode_elem... | Element function ( String arg0 , String arg1 ) { Element loc0 = document . createElementNS ( namespace , arg0 ) ; loc0 . setTextContent ( arg1 ) ; element . appendChild ( loc0 ) ; return loc0 ; } |
22,718 | returns a new array based char buffer with the specified capacity . concode_field_sep PlaceHolder placeHolder concode_field_sep DoubleBuffer newDoubleBuffer concode_elem_sep DoubleBuffer newDoubleBuffer concode_elem_sep LongBuffer newLongBuffer concode_elem_sep LongBuffer newLongBuffer concode_elem_sep FloatBuffer newF... | CharBuffer function ( int arg0 ) { return new ReadWriteCharArrayBuffer ( arg0 ) ; } |
22,719 | cleanup after the test concode_field_sep MiniDFSCluster cluster concode_elem_sep FSNamesystem namesystem concode_elem_sep int namenodeId concode_elem_sep DFSClient client concode_elem_sep Configuration conf concode_elem_sep RetryCacheMetrics metrics concode_elem_sep DistributedFileSystem filesystem concode_field_sep vo... | void function ( ) { if ( cluster != null ) { cluster . shutdown ( ) ; } } |
22,720 | creates a statechart with an initial region and an initial state concode_field_sep int INITIAL_TEXT_COMPARTMENT_X concode_elem_sep String INITIAL_REGION_NAME concode_elem_sep int INITIAL_REGION_WIDTH concode_elem_sep int SPACING concode_elem_sep int INITIAL_REGION_HEIGHT concode_elem_sep int INITIAL_TEXT_COMPARTMENT_WI... | void function ( Resource arg0 ) { createStatechartModel ( arg0 , DiagramActivator . DIAGRAM_PREFERENCES_HINT ) ; } |
22,721 | create a managedbean storeconfig concode_field_sep Registry registry concode_elem_sep String storeRegistry concode_elem_sep Log log concode_elem_sep ObjectName oname concode_elem_sep IStoreConfig storeConfig concode_elem_sep StringManager sm concode_elem_sep String storeConfigClass concode_field_sep String getStoreConf... | DynamicMBean function ( Object arg0 ) { ManagedBean loc0 = registry . findManagedBean ( "srini_string" ) ; return loc0 . createMBean ( arg0 ) ; } |
22,722 | gets the value of the label property . concode_field_sep View view concode_elem_sep String code concode_elem_sep Boolean visible concode_elem_sep Boolean documentation concode_elem_sep Langs langs concode_elem_sep long serialVersionUID concode_elem_sep Long id concode_elem_sep Integer position concode_elem_sep String l... | String function ( ) { return label ; } |
22,723 | retrieve a count of the number of controllers concode_field_sep boolean created concode_elem_sep int controllerCount concode_elem_sep ControllerEvent event concode_elem_sep ArrayList<ControllerEvent> events concode_elem_sep ArrayList<JInputController> controllers concode_field_sep boolean next concode_elem_sep boolean ... | int function ( ) { return controllers . size ( ) ; } |
22,724 | get the size of the buffers . concode_field_sep int DEFAULT_NUM_CHUNKS concode_elem_sep int chunkSize concode_elem_sep byte[][] data concode_elem_sep int length concode_elem_sep int DEFAULT_CHUNKSIZE concode_elem_sep int initializedChunks concode_field_sep int add concode_elem_sep int add concode_elem_sep int compare c... | long function ( ) { return ( long ) initializedChunks * chunkSize ; } |
22,725 | set quality value concode_field_sep String key concode_elem_sep BudgetValue budget concode_field_sep void setBudget concode_elem_sep String getKey concode_elem_sep String toStringBrief concode_elem_sep void incDurability concode_elem_sep BudgetValue getBudget concode_elem_sep void decPriority concode_elem_sep float get... | void function ( float arg0 ) { budget . setQuality ( arg0 ) ; } |
22,726 | get a path without unnecessary path parts . this method is a workaround for jdk-8037945 paths.get '' '' . normalize throws arrayindexoutofboundsexception . concode_field_sep Function<Path,String> UNIX_PATH concode_elem_sep Path EMPTY_PATH concode_elem_sep Function<String,Path> TO_PATH concode_field_sep Optional<Path> s... | Path function ( Path arg0 ) { if ( ! EMPTY_PATH . equals ( arg0 ) ) { arg0 = arg0 . normalize ( ) ; } return arg0 ; } |
22,727 | immediately publish all endpoints when fully configured . concode_field_sep String bindingType concode_elem_sep ListableBeanFactory beanFactory concode_elem_sep WebServiceFeature[] endpointFeatures concode_elem_sep Executor executor concode_elem_sep Map<String,Object> endpointProperties concode_elem_sep Object[] webSer... | void function ( ) { publishEndpoints ( ) ; } |
22,728 | accessor for critical / abnormal warning concode_field_sep List<ResultsDetail> _details concode_elem_sep String _age concode_elem_sep String _priority concode_elem_sep String _patientName concode_elem_sep ResultStatus _resultStatus concode_elem_sep String _criticalAbnormal concode_elem_sep String _gender concode_elem_s... | String function ( ) { return _criticalAbnormal ; } |
22,729 | a helper method to return the handlefault instance for a given org.apache.camel.camelcontext if one is enabled concode_field_sep PlaceHolder placeHolder concode_field_sep Processor wrapProcessorInInterceptors concode_elem_sep String toString | HandleFault function ( CamelContext arg0 ) { List < InterceptStrategy > loc0 = arg0 . getInterceptStrategies ( ) ; for ( InterceptStrategy loc1 : loc0 ) { if ( loc1 instanceof HandleFault ) { return ( HandleFault ) loc1 ; } } return null ; } |
22,730 | execute . concode_field_sep GraphReader session concode_field_sep placeholderType placeHolder | QueryResult function ( final Collection < Node > arg0 , final SortMode arg1 , final boolean arg2 ) { return this . execute ( QuerySupport . getNodeIDs ( arg0 ) , SortMode . NOT_SORTED , false , null , null ) ; } |
22,731 | creates a hashmap instance . concode_field_sep PlaceHolder placeHolder concode_field_sep placeholderType placeHolder | HashMap < K , V > function ( ) { return new HashMap < K , V > ( ) ; } |
22,732 | returns the number of document library file ranks . concode_field_sep DLFileRankLocalService _dlFileRankLocalService concode_field_sep java.lang.String getOSGiServiceIdentifier concode_elem_sep void setWrappedService concode_elem_sep com.liferay.document.library.kernel.model.DLFileRank getDLFileRank concode_elem_sep co... | int function ( ) { return _dlFileRankLocalService . getDLFileRanksCount ( ) ; } |
22,733 | returns the result of interpreting the object as an instance of ` date version ' . this implementation returns null ; returning a non-null result will terminate the switch . concode_field_sep Bz277546Package modelPackage concode_field_sep T caseSimpleVersion concode_elem_sep T doSwitch concode_elem_sep T doSwitch conco... | T function ( DateVersion arg0 ) { return null ; } |
22,734 | convert the given object to string with each line indented by 4 spaces except the first line . concode_field_sep Integer _return concode_field_sep ModelReturn _return concode_elem_sep Integer getReturn concode_elem_sep int hashCode concode_elem_sep boolean equals concode_elem_sep void setReturn concode_elem_sep String ... | String function ( java . lang . Object arg0 ) { if ( arg0 == null ) { return "srini_string" ; } return arg0 . toString ( ) . replace ( "srini_string" , "srini_string" ) ; } |
22,735 | adds a weighted value expressed in string form to a vector . in some cases it is convenient to use this method to encode continuous values using the weight as the value . in such cases , the string value should typically be set to null . concode_field_sep int CONTINUOUS_VALUE_HASH_SEED concode_elem_sep Map<String,Set<I... | void function ( String arg0 , double arg1 , Vector arg2 ) { addToVector ( bytesForString ( arg0 ) , arg1 , arg2 ) ; } |
22,736 | visits a collections of elements . concode_field_sep PlaceHolder placeHolder concode_field_sep boolean visitDeepElements | void function ( JRVisitor arg0 , Collection < ? extends JRVisitable > arg1 ) { if ( arg1 != null ) { for ( JRVisitable loc0 : arg1 ) { loc0 . visit ( arg0 ) ; } } } |
22,737 | add an rpc queue time sample concode_field_sep MutableCounterLong receivedBytes concode_elem_sep MutableRate rpcProcessingTime concode_elem_sep MutableCounterLong rpcAuthenticationFailures concode_elem_sep Server server concode_elem_sep MetricsRegistry registry concode_elem_sep MutableQuantiles[] rpcQueueTimeMillisQuan... | void function ( int arg0 ) { rpcQueueTime . add ( arg0 ) ; if ( rpcQuantileEnable ) { for ( MutableQuantiles loc0 : rpcQueueTimeMillisQuantiles ) { loc0 . add ( arg0 ) ; } } } |
22,738 | get regionserver to region map concode_field_sep Map<String,HRegionInfo> regionNameToRegionInfoMap concode_elem_sep Log LOG concode_elem_sep Map<ServerName,List<HRegionInfo>> regionServerToRegionMap concode_elem_sep Set<TableName> disabledTables concode_elem_sep Map<HRegionInfo,ServerName> regionToRegionServerMap conco... | Map < ServerName , List < HRegionInfo >> function ( ) { return regionServerToRegionMap ; } |
22,739 | get available plugins . this and couple of following methods are declared as synchronized because 1 plugins can be reloaded at anytime 2 requests are pretty asynchronous so this tries to ensure that there will be no concurrentmodificationexception or other similar exceptions . concode_field_sep AuthorizationPluginClass... | List < IAuthorizationPlugin > function ( ) { List < IAuthorizationPlugin > loc0 ; synchronized ( this ) { loc0 = new ArrayList < > ( plugins ) ; } return loc0 ; } |
22,740 | method declaration concode_field_sep String ls concode_elem_sep Vector vList concode_elem_sep int MAX_LINELENGTH concode_elem_sep Vector vSwitches concode_elem_sep Vector vSwitchOn concode_elem_sep Vector vSwitchOff concode_field_sep boolean processFile concode_elem_sep void writeFileLines concode_elem_sep void process... | void function ( String arg0 ) { File loc0 = new File ( arg0 ) ; if ( loc0 . isFile ( ) && arg0 . endsWith ( "srini_string" ) ) { vList . addElement ( arg0 ) ; } else if ( loc0 . isDirectory ( ) ) { String [ ] loc1 = loc0 . loc1 ( ) ; for ( int loc2 = 0 ; loc2 < loc1 . length ; loc2 ++ ) { addDir ( arg0 + File . separat... |
22,741 | return 1 or 0 based on condition concode_field_sep String[] args concode_elem_sep List<Runnable> initThreadHooks concode_elem_sep boolean testMode concode_elem_sep boolean hard concode_elem_sep Logger log concode_elem_sep List<Runnable> shutdownHooks concode_field_sep void setHardAssert concode_elem_sep void initThread... | ClarionNumber function ( boolean arg0 ) { return new ClarionNumber ( arg0 ? 1 : 0 ) ; } |
22,742 | configures the cache concode_field_sep Map cache concode_elem_sep int cacheSize concode_elem_sep List keyList concode_field_sep int getCacheSize concode_elem_sep void setCacheSize concode_elem_sep Object getObject concode_elem_sep void flush concode_elem_sep void putObject concode_elem_sep Object removeObject | void function ( Properties arg0 ) { String loc0 = arg0 . getProperty ( "srini_string" ) ; if ( loc0 == null ) { loc0 = arg0 . getProperty ( "srini_string" ) ; } if ( loc0 != null ) { cacheSize = Integer . parseInt ( loc0 ) ; } } |
22,743 | sets the interesting properties for this pact connection . concode_field_sep ShipStrategyType shipStrategy concode_elem_sep ExecutionMode dataExchangeMode concode_elem_sep InterestingProperties interestingProps concode_elem_sep TempMode materializationMode concode_elem_sep boolean breakPipeline concode_elem_sep Optimiz... | void function ( InterestingProperties arg0 ) { if ( this . interestingProps == null ) { this . interestingProps = arg0 ; } else { throw new IllegalStateException ( "srini_string" ) ; } } |
22,744 | updates the terms of service url concode_field_sep String license concode_elem_sep String licenseUrl concode_elem_sep String termsOfServiceUrl concode_elem_sep String contact concode_elem_sep String description concode_elem_sep String title concode_elem_sep String version concode_field_sep ApiInfoBuilder license concod... | ApiInfoBuilder function ( String arg0 ) { this . termsOfServiceUrl = arg0 ; return this ; } |
22,745 | whether str is a from field concode_field_sep String Route concode_elem_sep String Via_short concode_elem_sep String Authentication_Info concode_elem_sep String CSeq concode_elem_sep String Require concode_elem_sep String Unsupported concode_elem_sep String To_short concode_elem_sep String User_Agent concode_elem_sep S... | boolean function ( String arg0 ) { return same ( arg0 , From ) || same ( arg0 , From_short ) ; } |
22,746 | override default alias of a task generated by behaviortreewriter #getalias class passing in null alias will revert it to the default concode_field_sep Task guarded concode_elem_sep DistributionAdapters adapters concode_elem_sep int depth concode_elem_sep ObjectMap<Class<? extends Task>,String> taskToAlias concode_elem_... | void function ( Class < ? extends Task > arg0 , String arg1 ) { if ( arg0 == null ) throw new IllegalArgumentException ( "srini_string" ) ; taskToAlias . put ( arg0 , arg1 ) ; } |
22,747 | determine the key to use for the given column in the column map . concode_field_sep PlaceHolder placeHolder concode_field_sep Map<String,Object> mapRow concode_elem_sep Object getColumnValue concode_elem_sep Map<String,Object> createColumnMap | String function ( String arg0 ) { return arg0 ; } |
22,748 | setsystemlookandfeel . concode_field_sep ConcurrentMap<URI,Image> imageCache concode_field_sep JButton getButton concode_elem_sep void setDefaultFont concode_elem_sep JToggleButton getToggleButton concode_elem_sep void setHTMLEditorKit concode_elem_sep void setTitle concode_elem_sep URL getFileURL concode_elem_sep void... | void function ( ) { try { UIManager . setLookAndFeel ( UIManager . getSystemLookAndFeelClassName ( ) ) ; } catch ( Exception loc0 ) { System . err . println ( "srini_string" ) ; loc0 . printStackTrace ( ) ; } } |
22,749 | gets the value of the transforms property . concode_field_sep byte[] digestValue concode_elem_sep DigestMethodType digestMethod concode_elem_sep TransformsType transforms concode_elem_sep String id concode_elem_sep String type concode_elem_sep String uri concode_field_sep void setDigestValue concode_elem_sep byte[] get... | TransformsType function ( ) { return transforms ; } |
22,750 | sets the displayname value for this location . concode_field_sep org.apache.axis.description.TypeDesc typeDesc concode_elem_sep java.lang.Integer canonicalParentId concode_elem_sep java.lang.String displayName concode_elem_sep java.lang.Object __equalsCalc concode_elem_sep java.lang.String locationType concode_elem_sep... | void function ( java . lang . String arg0 ) { this . displayName = arg0 ; } |
22,751 | returns a hash code for this instance . concode_field_sep int distance concode_elem_sep double angle concode_elem_sep int shadowSize concode_elem_sep float shadowOpacity concode_elem_sep long serialVersionUID concode_elem_sep Color shadowColor concode_field_sep int getDistance concode_elem_sep int calculateOffsetX conc... | int function ( ) { int loc0 = HashUtilities . hashCode ( 17 , this . shadowSize ) ; loc0 = HashUtilities . hashCode ( loc0 , this . shadowColor ) ; loc0 = HashUtilities . hashCode ( loc0 , this . shadowOpacity ) ; loc0 = HashUtilities . hashCode ( loc0 , this . distance ) ; loc0 = HashUtilities . hashCode ( loc0 , this... |
22,752 | this implementation delegates to #aftercompletion . concode_field_sep PlaceHolder placeHolder concode_field_sep boolean preHandleResource concode_elem_sep boolean preHandleRender concode_elem_sep void afterResourceCompletion concode_elem_sep void afterEventCompletion concode_elem_sep boolean preHandleAction concode_ele... | void function ( RenderRequest arg0 , RenderResponse arg1 , Object arg2 , Exception arg3 ) { afterCompletion ( arg0 , arg1 , arg2 , arg3 ) ; } |
22,753 | gets the value of the kitid property . concode_field_sep BigInteger kitId concode_elem_sep String dealerCode concode_elem_sep long serialVersionUID concode_elem_sep String sku concode_field_sep void setDealerCode concode_elem_sep void setSku concode_elem_sep void setKitId concode_elem_sep String getSku concode_elem_sep... | BigInteger function ( ) { return kitId ; } |
22,754 | creates a new single satellite schedule concode_field_sep PlaceHolder placeHolder concode_field_sep List<TaskoSchedule> listActiveRepoSyncSchedules concode_elem_sep Object invoke concode_elem_sep Date scheduleSatBunch concode_elem_sep List findRunsByBunch concode_elem_sep Date scheduleRepoSync concode_elem_sep Date sch... | Date function ( User arg0 , String arg1 ) { ensureSatAdminRole ( arg0 ) ; return ( Date ) invoke ( "srini_string" , arg1 , new HashMap ( ) ) ; } |
22,755 | draws the chart with a null info object to make sure that no exceptions are thrown a problem that was occurring at one point . concode_field_sep boolean flag concode_elem_sep JFreeChart chart concode_field_sep void chartChanged concode_elem_sep JFreeChart createChart concode_elem_sep void testReplaceDataset concode_ele... | void function ( ) { try { BufferedImage loc0 = new BufferedImage ( 200 , 100 , BufferedImage . TYPE_INT_RGB ) ; Graphics2D loc1 = loc0 . createGraphics ( ) ; this . chart . draw ( loc1 , new Rectangle2D . Double ( 0 , 0 , 200 , 100 ) , null , null ) ; loc1 . dispose ( ) ; } catch ( Exception loc0 ) { fail ( "srini_stri... |
22,756 | gets the employee defined for this position concode_field_sep Integer workLoad concode_elem_sep String name concode_elem_sep IntervalDateTime bounds concode_elem_sep IntVar internalChocoRepresentation concode_elem_sep Boolean isActive concode_elem_sep SolverEmployee worker concode_field_sep void setName concode_elem_se... | SolverEmployee function ( ) { return worker ; } |
22,757 | if it 's a repeating notification . concode_field_sep Class<?> defaultReceiver concode_elem_sep Class<?> receiver concode_elem_sep String PREF_KEY concode_elem_sep Context context concode_elem_sep Options options concode_elem_sep NotificationCompat.Builder builder concode_field_sep void cancel concode_elem_sep boolean ... | boolean function ( ) { return getOptions ( ) . getRepeatInterval ( ) > 0 ; } |
22,758 | mark a board as deferred loading - its world was n't available so we 'll record the board file name for later . concode_field_sep List<Cuboid> flightRegions concode_elem_sep BoardViewManager instance concode_elem_sep PersistableLocation globalTeleportOutDest concode_elem_sep Map<String,BoardView> chessBoards concode_el... | void function ( String arg0 , File arg1 ) { if ( ! deferred . containsKey ( arg0 ) ) { deferred . put ( arg0 , new HashSet < File > ( ) ) ; } deferred . get ( arg0 ) . add ( arg1 ) ; } |
22,759 | gets the status code of the response object . concode_field_sep File file concode_elem_sep String phrase concode_elem_sep String data concode_elem_sep Map<String,String> header concode_elem_sep String version concode_elem_sep int status concode_field_sep String getVersion concode_elem_sep void addData concode_elem_sep ... | int function ( ) { return status ; } |
22,760 | parse a comma separated list of selectors . concode_field_sep Parser parser concode_field_sep LexicalUnit parsePropertyValue concode_elem_sep LexicalUnit parsePropertyValue concode_elem_sep void parseStyleSheet concode_elem_sep void parseStyleSheet concode_elem_sep String getParserVersion concode_elem_sep boolean parse... | SelectorList function ( String arg0 ) { return parser . parseSelectors ( new InputSource ( new StringReader ( arg0 ) ) ) ; } |
22,761 | recursively deletes a directory . concode_field_sep boolean removed concode_elem_sep int bound concode_elem_sep WeakReference<TemporaryDirectory> directory concode_field_sep void add concode_elem_sep void add concode_elem_sep File root concode_elem_sep void finalize concode_elem_sep void run concode_elem_sep File addPr... | boolean function ( File arg0 ) { if ( arg0 . isDirectory ( ) ) { for ( String loc0 : arg0 . list ( ) ) { if ( ! deleteRecursive ( new File ( arg0 , loc0 ) ) ) return false ; } } return arg0 . delete ( ) ; } |
22,762 | interface abc : operation paramop param1 : integer , param2 : boolean : string operation stringop in event voidevent in event intevent : integer var intvar : integer var boolvar : boolean concode_field_sep ILinker linker concode_elem_sep StextResourceFactory factory concode_elem_sep IParser parser concode_field_sep Ste... | Scope function ( ) { return createInterfaceScope ( "srini_string" ) ; } |
22,763 | check that given element has any non-standard read `` unreliable '' decorators . concode_field_sep Set<KnownDecorator> BUILTIN_DECORATORS concode_elem_sep Set<KnownDecorator> ABSTRACT_DECORATORS concode_elem_sep Map<String,KnownDecorator> ourByShortName concode_elem_sep QualifiedName myQualifiedName concode_field_sep b... | boolean function ( @ NotNull PyDecoratable arg0 , @ NotNull TypeEvalContext arg1 ) { return ! allDecoratorsAreKnown ( arg0 , getKnownDecorators ( arg0 , arg1 ) ) ; } |
22,764 | transform calendar to iso 8601 string . concode_field_sep PlaceHolder placeHolder concode_field_sep String getTimeZoneDateString concode_elem_sep Date getDateObject concode_elem_sep String getTime concode_elem_sep String now concode_elem_sep Date getTimeZoneDate | String function ( final Calendar arg0 ) { Date loc0 = arg0 . getTime ( ) ; String loc1 = new SimpleDateFormat ( "srini_string" ) . format ( loc0 ) ; return loc1 . substring ( 0 , 22 ) + "srini_string" + loc1 . substring ( 22 ) ; } |
22,765 | given a user id and a list of movies , it takes out those movies which have been rated by the user . non-volatile to parameters . concode_field_sep MemHelper mh concode_field_sep boolean add concode_elem_sep void recommendFile concode_elem_sep void rankMovies concode_elem_sep double testWithMemHelper concode_elem_sep d... | ArrayList < Item > function ( int arg0 , ArrayList < Item > arg1 ) { ArrayList < Item > loc0 = new ArrayList < Item > ( ) ; for ( Item loc1 : arg1 ) { if ( mh . getRating ( arg0 , loc1 . getIdAsInt ( ) ) < 0 ) { loc0 . add ( loc1 ) ; } } return loc0 ; } |
22,766 | accessor method for getting a property from this manager . concode_field_sep String PROPERTY_ELEMENT concode_elem_sep String VALUE_ATT concode_elem_sep String NAME_ATT concode_elem_sep HashMap<String,ArrayList<String>> propertyOptionsLists concode_elem_sep String PROPERTY_OPTIONS_ELEMENT concode_elem_sep String PROPERT... | String function ( Object arg0 ) { String loc0 = arg0 . toString ( ) ; return properties . get ( loc0 ) ; } |
22,767 | debug 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 setLogLevel concode_elem_sep void setLogLevel concode_elem_sep void e conco... | void function ( String arg0 , String arg1 , Throwable arg2 ) { if ( LOG . DEBUG >= LOGLEVEL ) Log . d ( arg0 , arg1 , arg2 ) ; } |
22,768 | called when the task was rejected because the local node is no longer master concode_field_sep PlaceHolder placeHolder concode_field_sep void clusterStateProcessed concode_elem_sep void onFailure | void function ( String arg0 ) { onFailure ( arg0 , new NotMasterException ( "srini_string" + arg0 + "srini_string" ) ) ; } |
22,769 | get the value produced by the worker thread , or null if it has n't been constructed yet . concode_field_sep Thread thread concode_elem_sep Object value concode_elem_sep ThreadVar threadVar concode_field_sep Thread get concode_elem_sep Object get concode_elem_sep void setValue concode_elem_sep void clear concode_elem_s... | Object function ( ) { return value ; } |
22,770 | tests the dateutil #isvalidformatdate method for the given year.must return false . concode_field_sep String FORMAT concode_elem_sep int ELEVEN concode_elem_sep int TEN concode_elem_sep DateTime TESTDATE concode_field_sep void runsBeforeTheTestSuite concode_elem_sep void calculateAgeFromYear concode_elem_sep void isVal... | void function ( ) { Assert . assertFalse ( DateUtil . isValidFormatDate ( "srini_string" , null ) ) ; } |
22,771 | sets the user id of this journal feed . concode_field_sep JournalFeed _journalFeed concode_field_sep void setExpandoBridgeAttributes concode_elem_sep void setGroupId concode_elem_sep java.lang.String getName concode_elem_sep java.lang.String getFeedType concode_elem_sep boolean isEscapedModel concode_elem_sep boolean i... | void function ( long arg0 ) { _journalFeed . setUserId ( arg0 ) ; } |
22,772 | gets the calculatedquantity value for this demandplan . concode_field_sep java.util.Calendar endDate concode_elem_sep com.netsuite.webservices.transactions.demandplanning_2014_2.PeriodDemandPlan[] periodDemandPlanList concode_elem_sep org.apache.axis.description.TypeDesc typeDesc concode_elem_sep java.lang.Object __equ... | java . lang . Double function ( ) { return calculatedQuantity ; } |
22,773 | returns the length of this mac in bytes . concode_field_sep Engine ENGINE concode_elem_sep Provider provider concode_elem_sep boolean isInitMac concode_elem_sep MacSpi spiImpl concode_elem_sep String algorithm concode_field_sep void init concode_elem_sep void init concode_elem_sep String getAlgorithm concode_elem_sep O... | int function ( ) { return spiImpl . engineGetMacLength ( ) ; } |
22,774 | locate concode_field_sep int MAP_HEIGHT concode_elem_sep GameColor color concode_elem_sep int HEIGHT concode_elem_sep int width concode_elem_sep int WIDTH concode_elem_sep PaintComponent panel concode_elem_sep int MAP_WIDTH concode_elem_sep String label concode_elem_sep int height concode_field_sep void setVisible conc... | void function ( int arg0 , int arg1 ) { int loc0 = arg0 * 32 + 16 - width / 2 ; loc0 = MineUtils . mid ( 0 , loc0 , MAP_WIDTH - width ) ; int loc1 = arg1 * 32 + 20 ; loc1 = MineUtils . mid ( 0 , loc1 , MAP_HEIGHT - height ) ; panel . setLocation ( loc0 , loc1 ) ; } |
22,775 | returns a new parameterized type , applying typearguments to rawtype and enclosed by ownertype . concode_field_sep PlaceHolder placeHolder concode_field_sep ParameterizedType providerOf concode_elem_sep ParameterizedType newParameterizedType concode_elem_sep WildcardType supertypeOf concode_elem_sep WildcardType subtyp... | ParameterizedType function ( Type arg0 , Type arg1 , Type ... arg2 ) { return new ParameterizedTypeImpl ( arg0 , arg1 , arg2 ) ; } |
22,776 | set the residual value for the variable for this sample . called from coxscore.java concode_field_sep LinkedHashMap<String,Double> residualVariableMap concode_elem_sep double weight concode_elem_sep double linearPredictor concode_elem_sep LinkedHashMap<String,String> originalMetaData concode_elem_sep int order concode_... | void function ( String arg0 , Double arg1 ) { residualVariableMap . put ( arg0 , arg1 ) ; } |
22,777 | retrieves a character from the alphabet . concode_field_sep int columns concode_elem_sep int intValue concode_elem_sep int NUMBER_OF_ITEMS concode_elem_sep DataModel rowDataModel concode_elem_sep SelectItem[] columnsItems concode_elem_sep Object column concode_elem_sep Object row concode_elem_sep DataModel columnDataMo... | String function ( int arg0 ) { arg0 += ASCII_STARTING_POINT ; return String . valueOf ( ( char ) arg0 ) ; } |
22,778 | able to run the location command all options . ex : gap : / / location/start concode_field_sep String CODE concode_elem_sep int CAPTURE_INTERVAL concode_elem_sep int STOP_COMMAND concode_elem_sep boolean availableGPS concode_elem_sep int START_COMMAND concode_elem_sep LocationProvider locationProvider concode_elem_sep ... | boolean function ( String arg0 ) { return arg0 != null && arg0 . startsWith ( CODE ) ; } |
22,779 | adds a console ctrl handler . concode_field_sep ConsoleCtrlHandler handler concode_elem_sep int CTRL_CLOSE_EVENT concode_elem_sep Kernel32Library instance concode_elem_sep ESLogger logger concode_elem_sep List<NativeHandlerCallback> callbacks concode_field_sep boolean SetConsoleCtrlHandler concode_elem_sep boolean call... | boolean function ( ConsoleCtrlHandler arg0 ) { boolean loc0 = false ; if ( arg0 != null ) { NativeHandlerCallback loc1 = new NativeHandlerCallback ( arg0 ) ; loc0 = SetConsoleCtrlHandler ( loc1 , true ) ; if ( loc0 ) { callbacks . add ( loc1 ) ; } } return loc0 ; } |
22,780 | return the boundary concode_field_sep String mimeType concode_elem_sep String charset concode_elem_sep Map parameters concode_elem_sep boolean contentTransferEncSet concode_elem_sep Log log concode_elem_sep String boundary concode_elem_sep String transferEncoding concode_elem_sep boolean contentTypeSet concode_field_se... | String function ( ) { return boundary ; } |
22,781 | wait for in-flight operations to finish and executes onblocked under the guarantee that no new operations are started . queuesoperations that are occurring in the meanwhile and runs them once onblocked has executed . concode_field_sep int TOTAL_PERMITS concode_elem_sep Semaphore semaphore concode_elem_sep Logger logger... | void function ( final long arg0 , final TimeUnit arg1 , final CheckedRunnable < E > arg2 ) { if ( closed ) { throw new IndexShardClosedException ( shardId ) ; } delayOperations ( ) ; try { doBlockOperations ( arg0 , arg1 , arg2 ) ; } finally { releaseDelayedOperations ( ) ; } } |
22,782 | 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 ) ) ; } |
22,783 | gets the maximum double of the range concode_field_sep GstValueAPI gst concode_elem_sep GValueAPI.GValue value concode_field_sep int getMinInt concode_elem_sep int getMaxInt concode_elem_sep Fraction getMaxFraction concode_elem_sep double getMinDouble concode_elem_sep Fraction getMinFraction | double function ( ) { return gst . gst_value_get_double_range_max ( value ) ; } |
22,784 | sets the double value to represent into the chart concode_field_sep Color color concode_elem_sep Boolean legend concode_elem_sep Logger logger concode_elem_sep IEngUserProfile profile concode_elem_sep Double target concode_elem_sep String name concode_elem_sep Vector intervals concode_elem_sep String subName concode_el... | void function ( Double arg0 ) { this . dataset = new DefaultValueDataset ( arg0 ) ; } |
22,785 | retrieves the volume level using a floating point scale with values between 0.0 and 1.0 . 0.0 is silence ; 1.0 is the loudest useful level that is supported . concode_field_sep Player p concode_elem_sep int STARTED concode_elem_sep int REALIZED concode_elem_sep int STOPPED concode_elem_sep int CLOSED concode_elem_sep i... | float function ( ) { int loc0 = vc . getLevel ( ) ; float loc1 = ( ( float ) loc0 ) / 100.0f ; return loc1 ; } |
22,786 | returns a hash code value for the object . concode_field_sep String name concode_elem_sep Rotation CLOCKWISE concode_elem_sep double factor concode_elem_sep long serialVersionUID concode_elem_sep Rotation ANTICLOCKWISE concode_field_sep Object readResolve concode_elem_sep boolean equals concode_elem_sep String toString... | int function ( ) { final long loc0 = Double . doubleToLongBits ( this . factor ) ; return ( int ) ( loc0 ^ ( loc0 >>> 32 ) ) ; } |
22,787 | the next time this schedule is going to fire . if null , it wo n't fire again . usually , when a next fire time is null , this entity is going to be deleted shortly . concode_field_sep String QUERY_GET_SCHEDULE_RESOURCE_ADMIN concode_elem_sep String jobName concode_elem_sep String QUERY_GET_SCHEDULE_RESOURCE concode_el... | Long function ( ) { return this . nextFireTime ; } |
22,788 | gets the allocation id for the shard copy , if it exists . concode_field_sep DiscoveryNode node concode_elem_sep boolean inSync concode_elem_sep Exception storeException concode_elem_sep String allocationId concode_elem_sep ShardStoreInfo shardStoreInfo concode_elem_sep long matchingBytes concode_elem_sep Comparator<No... | String function ( ) { return allocationId ; } |
22,789 | serialize an instance , restore it , and check for equality . concode_field_sep PlaceHolder placeHolder concode_field_sep void test788597 concode_elem_sep void testCloning concode_elem_sep void testAutoPrune concode_elem_sep void testPublicCloneable concode_elem_sep XYSeries createSeriesA concode_elem_sep XYSeries crea... | void function ( ) { DefaultTableXYDataset loc0 = new DefaultTableXYDataset ( ) ; loc0 . addSeries ( createSeries2 ( ) ) ; DefaultTableXYDataset loc1 = ( DefaultTableXYDataset ) TestUtilities . serialised ( loc0 ) ; assertEquals ( loc0 , loc1 ) ; } |
22,790 | returns a hexadecimal printed representation . the value is formatted to fit on lines of at least 75 characters , with embedded newlines . words are separated for readability , with eight words 32 bytes per line . concode_field_sep byte[] places concode_elem_sep String digits concode_field_sep int toInt concode_elem_se... | String function ( ) { return hexify ( ) ; } |
22,791 | resets the current chart data model . concode_field_sep String LINE_CHART_NAME concode_elem_sep String CUSTOM_CHART_NAME concode_elem_sep String PIE2D_CHART_NAME concode_elem_sep Map chartDataModels concode_elem_sep String AREA_CHART_NAME concode_elem_sep String BAR_CLUSTERED_CHART_NAME concode_elem_sep SelectItem[] ch... | void function ( ActionEvent arg0 ) { initCurrentChart ( ) ; if ( currentChartModel != null ) { currentChartModel . resetData ( ) ; } } |
22,792 | get the value of the statistic concode_field_sep String units concode_elem_sep String reference concode_elem_sep String key concode_elem_sep int value concode_field_sep String getKey concode_elem_sep void setReference concode_elem_sep String getUnits concode_elem_sep int compareTo concode_elem_sep void setUnits concode... | int function ( ) { return this . value ; } |
22,793 | remove uncallback . concode_field_sep Map<TypeBeanStateKey,Set<Object>> beans concode_elem_sep Set<Object> instances concode_elem_sep Map<TypeBeanStateKey,List<Callback>> incallbacks concode_elem_sep Map<TypeBeanStateKey,List<Callback>> uncallbacks concode_elem_sep Class<?> type concode_field_sep void start concode_ele... | void function ( Callback arg0 ) { removeCallback ( uncallbacks , arg0 ) ; } |
22,794 | take this filter out of service . concode_field_sep String encoding concode_elem_sep FilterConfig filterConfig concode_elem_sep boolean ignore concode_field_sep void init concode_elem_sep void doFilter concode_elem_sep String selectEncoding | void function ( ) { this . encoding = null ; this . filterConfig = null ; } |
22,795 | returns the background paint . concode_field_sep Paint shadowPaint concode_elem_sep double shadowXOffset concode_elem_sep double shadowYOffset concode_elem_sep Paint outlinePaint concode_elem_sep Stroke outlineStroke concode_elem_sep Paint backgroundPaint concode_elem_sep long serialVersionUID concode_elem_sep TextBloc... | Paint function ( ) { return this . backgroundPaint ; } |
22,796 | this deletes a large object . it is identical to the delete method , and is supplied as the c api uses unlink . concode_field_sep BaseConnection conn concode_elem_sep int READWRITE concode_elem_sep int READ concode_elem_sep Fastpath fp concode_elem_sep int WRITE concode_field_sep int create concode_elem_sep int create ... | void function ( long arg0 ) { delete ( arg0 ) ; } |
22,797 | convert the given object to string with each line indented by 4 spaces except the first line . concode_field_sep TipoEnum tipo concode_elem_sep Double valor concode_elem_sep String value concode_elem_sep Date data concode_field_sep Extrato tipo concode_elem_sep Extrato data concode_elem_sep Double getValor concode_elem... | String function ( java . lang . Object arg0 ) { if ( arg0 == null ) { return "srini_string" ; } return arg0 . toString ( ) . replace ( "srini_string" , "srini_string" ) ; } |
22,798 | return the workflow identified by the given id , the id should be prepended with the character s to signify that it is a workflow instead of a workspace . concode_field_sep Logger log concode_field_sep void processUnclaimTask concode_elem_sep void processClaimTask concode_elem_sep void authorizeWorkflowItem concode_ele... | WorkflowItem function ( Context arg0 , String arg1 ) { int loc0 = Integer . valueOf ( arg1 . substring ( 1 ) ) ; return WorkflowItem . find ( arg0 , loc0 ) ; } |
22,799 | returns a throwingtointfunction throwing an exception of the given type if this function throws an exception.the original exception thrown by this function is the throwable #getcause cause of the thrown exception.the exception class must have a constructor accepting a single throwable as an argument . concode_field_sep... | ThrowingToIntFunction < T > function ( Class < ? extends RuntimeException > arg0 ) { Contract . checkArgument ( arg0 != null , "srini_string" ) ; return argument -> { try { return applyAsIntThrowing ( argument ) ; } catch ( Exception loc0 ) { throw ReflectionUtils . createException ( arg0 , loc0 ) ; } } ; } |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.