idx int64 0 25k | question stringlengths 71 7.19k | target stringlengths 20 663 |
|---|---|---|
6,900 | repaints the canvas . concode_field_sep Color elementOverlayStrokeColor concode_elem_sep JSVGCanvas canvas concode_elem_sep Overlay elementOverlay concode_elem_sep ElementOverlayController controller concode_elem_sep ArrayList elements concode_elem_sep boolean xorMode concode_elem_sep Color elementOverlayColor concode_... | void function ( ) { canvas . repaint ( ) ; } |
6,901 | save the specified entitymanager in the local threads active transaction . the transactionsynchronizationregistry will clear the reference to the entitymanager when the transaction completes . concode_field_sep EntityManager manager concode_elem_sep String scopedPuName concode_elem_sep TransactionManager transactionMan... | void function ( String arg0 , EntityManager arg1 ) { getTransactionSynchronizationRegistry ( ) . putResource ( arg0 , arg1 ) ; } |
6,902 | returns the configuration property with the specified key or the specified default value if there is no such property . if the property is not defined in this configuration , the code will lookup the property in the parent configuration . concode_field_sep Class booterClass concode_elem_sep Configuration parentConfigur... | String function ( final String arg0 , final String arg1 ) { String loc0 = this . configuration . getProperty ( arg0 ) ; if ( loc0 == null ) { if ( isRootConfig ( ) ) { loc0 = arg1 ; } else { loc0 = this . parentConfiguration . getConfigProperty ( arg0 , arg1 ) ; } } return loc0 ; } |
6,903 | gets the criteria value for this budgetsuggestionselector . concode_field_sep com.google.api.ads.adwords.axis.v201406.cm.Criterion[] criteria concode_elem_sep java.lang.Object __equalsCalc concode_elem_sep boolean __hashCodeCalc concode_elem_sep org.apache.axis.description.TypeDesc typeDesc concode_elem_sep com.google.... | com . google . api . ads . adwords . axis . v201406 . cm . Criterion [ ] function ( ) { return criteria ; } |
6,904 | add to the currentlist strings that are one character insertion away from the input string . concode_field_sep Dictionary dict concode_elem_sep int THRESHOLD concode_field_sep void substitution concode_elem_sep void deletions concode_elem_sep List<String> suggestions concode_elem_sep void main concode_elem_sep List<Str... | void function ( String arg0 , List < String > arg1 , boolean arg2 ) { } |
6,905 | returns the versiontimestamp . concode_field_sep Boolean _boolean concode_elem_sep Integer _null concode_elem_sep Byte _byte concode_elem_sep String joinedProp concode_elem_sep java.io.Serializable nullBlob concode_elem_sep byte[] _bytes concode_elem_sep Double _double concode_elem_sep Short _short concode_elem_sep int... | Timestamp function ( ) { return versionTimestamp ; } |
6,906 | restituisce il bottonefase spostamento concode_field_sep Rectangle dimensioni concode_elem_sep BottoneRisicammara giocatoreButton concode_elem_sep BottoneRisicammara carteButton concode_elem_sep MenuGiocatore menuGiocatore concode_elem_sep Point posizioneCarte concode_elem_sep BarraFasi barraFasi concode_elem_sep MenuC... | BottoneFaseAvanzato function ( ) { return barraFasi . getBottoneFaseSpostamento ( ) ; } |
6,907 | gets the inter section point nearest picked obj . concode_field_sep MTComponent hitObj concode_elem_sep List<PickEntry> pickEntries concode_elem_sep float HIT_TOLERANCE concode_elem_sep int originalOrderIndex concode_elem_sep Vector3D intersectionPoint concode_elem_sep boolean isAlreadySorted concode_elem_sep float cam... | Vector3D function ( ) { if ( this . isEmpty ( ) ) { return null ; } else { return getInterSectionPointOfPickedObj ( this . getNearestPickResult ( ) ) ; } } |
6,908 | gets the value of the tpl property . concode_field_sep String ptd concode_elem_sep String tpl concode_elem_sep Boolean can concode_elem_sep String act concode_elem_sep String wta concode_elem_sep String wtd concode_elem_sep String planAct concode_elem_sep Short rdelay concode_elem_sep String plat concode_elem_sep Strin... | String function ( ) { return tpl ; } |
6,909 | the virtual device name ephemeraln . instance store volumes are numbered starting from 0 . an instance type with two available instance store volumes can specify mappings for ephemeral0 and ephemeral1.the number of available instance store volumes depends on the instance type . after you connect to the instance , you m... | ScheduledInstancesBlockDeviceMapping function ( String arg0 ) { setVirtualName ( arg0 ) ; return this ; } |
6,910 | retrieves whether the class object indicated by the fully qualified class name is systematically granted to public in support of core operation . concode_field_sep String catalogName concode_elem_sep Database database concode_elem_sep HashSet builtin concode_field_sep String getMethodFQN concode_elem_sep Iterator itera... | boolean function ( String arg0 ) { return ( arg0 == null ) ? false : builtin . contains ( arg0 ) ; } |
6,911 | create content of the script execute . concode_field_sep boolean ignoreExitCode concode_elem_sep String command concode_field_sep void setIgnoreExitCode concode_elem_sep String getExtension concode_elem_sep String getCommand concode_elem_sep boolean isExitCodeIgnored concode_elem_sep Command get concode_elem_sep String... | FilePath function ( FilePath arg0 ) { return arg0 . createTextTempFile ( "srini_string" , getExtension ( ) , getContents ( ) , false ) ; } |
6,912 | gets the value of the beans property . concode_field_sep JspxPages jspxPages concode_elem_sep ResourceType templateRef concode_elem_sep Beans beans concode_field_sep void setBeans concode_elem_sep void setTemplateRef concode_elem_sep JspxPages getJspxPages concode_elem_sep void setJspxPages concode_elem_sep ResourceTyp... | Beans function ( ) { return beans ; } |
6,913 | get current number of connections . concode_field_sep Map<String,UserBindss> userBindTable concode_elem_sep Date startTime concode_elem_sep AtomicInteger currBinds concode_elem_sep AtomicInteger totalFailedBinds concode_elem_sep AtomicInteger totalBinds concode_elem_sep AtomicInteger messageSentCount concode_elem_sep A... | int function ( ) { return this . currConnections . get ( ) ; } |
6,914 | called when a message is sent to plugin . concode_field_sep CordovaPreferences preferences concode_elem_sep CordovaInterface cordova concode_elem_sep CordovaWebView webView concode_elem_sep String id concode_field_sep boolean onOverrideUrlLoading concode_elem_sep void onDestroy concode_elem_sep Uri remapUri concode_ele... | Object function ( String arg0 , Object arg1 ) { return null ; } |
6,915 | updates the shopping item price in the database or adds it if it does not yet exist . also notifies the appropriate model listeners . concode_field_sep ShoppingItemPriceLocalService _shoppingItemPriceLocalService concode_field_sep java.lang.String getOSGiServiceIdentifier concode_elem_sep void setWrappedService concode... | com . liferay . shopping . model . ShoppingItemPrice function ( com . liferay . shopping . model . ShoppingItemPrice arg0 ) { return _shoppingItemPriceLocalService . updateShoppingItemPrice ( arg0 ) ; } |
6,916 | calculates 2 in power of integer value x concode_field_sep PlaceHolder placeHolder concode_field_sep double linearInterpolation concode_elem_sep BigDecimal bigFactorial concode_elem_sep long factorial concode_elem_sep long lcm concode_elem_sep long gcd concode_elem_sep int minimum concode_elem_sep int levenshteinDistan... | long function ( long arg0 ) { if ( arg0 < 0 ) { return 1 ; } return 1 << arg0 ; } |
6,917 | get arrayarrayofmodel concode_field_sep List<List<Long>> arrayArrayOfInteger concode_elem_sep List<String> arrayOfString concode_elem_sep List<List<ReadOnlyFirst>> arrayArrayOfModel concode_field_sep String toIndentedString concode_elem_sep void setArrayArrayOfInteger concode_elem_sep void setArrayArrayOfModel concode_... | List < List < ReadOnlyFirst >> function ( ) { return arrayArrayOfModel ; } |
6,918 | invoke configuratorsetkeyinjectiondelay in com.android.uiautomator.core.configurator this method is deprecated . please use #configuratorsetkeyinjectiondelay duration instead . concode_field_sep PlaceHolder placeHolder concode_field_sep void setSetting concode_elem_sep Map<String,Object> getSettings concode_elem_sep vo... | void function ( int arg0 ) { configuratorSetKeyInjectionDelay ( Duration . ofMillis ( arg0 ) ) ; } |
6,919 | decides whether this cut is occupied by spanning cells or not . concode_field_sep int USAGE_NOT_EMPTY concode_elem_sep int USAGE_SPANNED concode_elem_sep int USAGE_BREAK concode_elem_sep int usage concode_elem_sep Map<String,Object> propertiesMap concode_field_sep Object getProperty concode_elem_sep boolean isBreak con... | boolean function ( ) { return ( ( getUsage ( ) & Cut . USAGE_SPANNED ) > 0 ) ; } |
6,920 | returns the countrycode . concode_field_sep String streetName concode_elem_sep int streetNumber concode_elem_sep String city concode_elem_sep String countryCode concode_elem_sep String description concode_elem_sep Locale locale concode_field_sep void setCity concode_elem_sep void setDescription concode_elem_sep void se... | String function ( ) { return countryCode ; } |
6,921 | calls indexwriter #adddocuments iterable andreturns the generation that reflects this change . concode_field_sep AtomicLong indexingGen concode_elem_sep IndexWriter writer concode_field_sep long deleteDocuments concode_elem_sep long deleteDocuments concode_elem_sep long deleteDocuments concode_elem_sep long deleteDocum... | long function ( Iterable < ? extends Iterable < ? extends IndexableField >> arg0 ) { writer . addDocuments ( arg0 ) ; return indexingGen . get ( ) ; } |
6,922 | the text representations of the geometry types concode_field_sep int LINEARRING concode_elem_sep int MULTILINESTRING concode_elem_sep String[] ALLTYPES concode_elem_sep long serialVersionUID concode_elem_sep boolean haveMeasure concode_elem_sep int UNKNOWN_SRID concode_elem_sep int type concode_elem_sep int POINT conco... | String function ( int arg0 ) { if ( arg0 >= 0 && arg0 <= 7 ) { return ALLTYPES [ arg0 ] ; } else { throw new IllegalArgumentException ( "srini_string" + arg0 ) ; } } |
6,923 | create an instance of servicemethod concode_field_sep QName _ServiceMethodResponse_QNAME concode_elem_sep QName _ServiceOutput_QNAME concode_elem_sep QName _ServiceMethod_QNAME concode_elem_sep QName _ServiceInput_QNAME concode_field_sep ServiceMethodResponse createServiceMethodResponse concode_elem_sep JAXBElement<Ser... | ServiceMethod function ( ) { return new ServiceMethod ( ) ; } |
6,924 | gets the results value for this tagdatasearchresult . 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_resu... | com . intellij . tasks . mantis . model . TagData [ ] function ( ) { return results ; } |
6,925 | removes only the first instance of a pattern , and returns the group specified . concode_field_sep TrackerProperties COMMENT_TRACKER concode_elem_sep String string concode_field_sep boolean removeComments concode_elem_sep Set<String> removePayload concode_elem_sep boolean removeEnd concode_elem_sep Set<String> removeEn... | String function ( Pattern arg0 , String arg1 ) { Matcher loc0 = arg0 . loc0 ( string ) ; if ( loc0 . find ( ) ) { try { String loc1 = loc0 . arg1 ( arg1 ) ; this . string = loc0 . replaceFirst ( "srini_string" ) ; return loc1 ; } catch ( IllegalArgumentException loc1 ) { return "srini_string" ; } } return null ; } |
6,926 | returns the mask value for the green color . this value is compatible with org.eclipse.swt.graphics.palettedata concode_field_sep int bpp concode_elem_sep byte[] data concode_elem_sep int alpha_offset concode_elem_sep int blue_length concode_elem_sep int green_length concode_elem_sep int version concode_elem_sep int al... | int function ( ) { return getMask ( green_length , green_offset ) ; } |
6,927 | generates a new id to be applied to the specified session instance . this method is usually calledfrom within a subclass 's #docreate implementation where they assign the returned id to the sessioninstance and then create a record with this id in the eis data store . subclass implementations backed by eis data stores t... | Serializable function ( Session arg0 ) { if ( this . sessionIdGenerator == null ) { String loc0 = "srini_string" ; throw new IllegalStateException ( loc0 ) ; } return this . sessionIdGenerator . generateId ( arg0 ) ; } |
6,928 | reset the internal state removing all expectations and recorded requests . concode_field_sep RequestExpectationManager expectationManager concode_elem_sep RestTemplate restTemplate concode_elem_sep boolean ignoreExpectOrder concode_elem_sep AsyncRestTemplate asyncRestTemplate concode_field_sep MockAsyncClientHttpReques... | void function ( ) { this . expectationManager . reset ( ) ; } |
6,929 | searches the database for a ticket with the specified uuid concode_field_sep List<SubscriptionTicket> ticketList concode_elem_sep Logger LOG concode_field_sep List<SubscriptionTicket> getTickets concode_elem_sep void removeTicketByUUID concode_elem_sep void addTicket | SubscriptionTicket function ( UUID arg0 ) { for ( SubscriptionTicket loc0 : ticketList ) { if ( loc0 . getUuid ( ) . equals ( arg0 ) ) { return loc0 ; } } return null ; } |
6,930 | get the number of players . concode_field_sep int maxPlayers concode_elem_sep int players concode_field_sep int getMaxPlayers | int function ( ) { return players ; } |
6,931 | turn special characters into html character references . handles complete character set defined in html 4.01 recommendation . escapes all special characters to their corresponding numeric reference in hex format & #xhex ;-rrb- . reference : http://www.w3.org/tr/html4/sgml/entities.html concode_field_sep HtmlCharacterEn... | String function ( String arg0 ) { return htmlEscapeHex ( arg0 , WebUtils . DEFAULT_CHARACTER_ENCODING ) ; } |
6,932 | called to build the attribute statement based on the column concode_field_sep String path concode_elem_sep Collection<Exception> errors concode_elem_sep String moduleZipFileName concode_elem_sep Options options concode_elem_sep String LICENSE_TEMPLATE concode_elem_sep AnnotationType annotationType concode_elem_sep Stri... | String function ( Column arg0 ) { StringBuffer loc0 = new StringBuffer ( ) ; loc0 . append ( "srini_string" ) ; loc0 . append ( arg0 . getJavaType ( ) ) ; loc0 . append ( "srini_string" ) ; loc0 . append ( arg0 . getMemberName ( ) ) ; loc0 . append ( "srini_string" ) ; return loc0 . toString ( ) ; } |
6,933 | sets the position to getbeginindex . concode_field_sep int END_RUN concode_elem_sep ArrayList mapList concode_elem_sep int START_RUN concode_elem_sep int MID_RUN concode_elem_sep Set allAttributes concode_elem_sep CharacterIterator iter concode_elem_sep String simpleString concode_elem_sep int currentIndex concode_elem... | char function ( ) { return iter . first ( ) ; } |
6,934 | todo : eliminate the mungling on the client-side instead of attempting very problematic correction here ! concode_field_sep int ODBC_SM_OPTIONS concode_elem_sep int ODBC_SEVERITY_DEBUG concode_elem_sep int ODBC_AUTH_REQ_OK concode_elem_sep int ODBC_SEVERITY_PANIC concode_elem_sep org.hsqldb.lib.IntKeyHashMap odbcSeveri... | String function ( String arg0 ) { return arg0 . replaceAll ( "srini_string" , "srini_string" ) ; } |
6,935 | setter for ksdata concode_field_sep Date created concode_elem_sep KickstartData ksdata concode_elem_sep Date modified concode_elem_sep long serialVersionUID concode_elem_sep FileList fileList concode_field_sep KickstartData getksdata concode_elem_sep Date getModified concode_elem_sep int hashCode concode_elem_sep boole... | void function ( KickstartData arg0 ) { this . ksdata = arg0 ; } |
6,936 | returns a shared ui defaults object . concode_field_sep HashMap sharedDefaults concode_field_sep Color getColor | Object function ( String arg0 ) { Object loc0 = sharedDefaults . get ( arg0 ) ; if ( loc0 == null ) { loc0 = UIManager . get ( arg0 ) ; sharedDefaults . put ( arg0 , loc0 ) ; } return loc0 ; } |
6,937 | 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... | int function ( ) { return sampleHasRedundancy ; } |
6,938 | gets the value of the sortby property . concode_field_sep Long iconId concode_elem_sep Object parent concode_elem_sep String ref concode_elem_sep Long dxfId concode_elem_sep String iconSet concode_elem_sep STSortBy sortBy concode_elem_sep String customList concode_elem_sep Boolean descending concode_field_sep void setD... | STSortBy function ( ) { if ( sortBy == null ) { return STSortBy . VALUE ; } else { return sortBy ; } } |
6,939 | get type concode_field_sep Integer code concode_elem_sep String type concode_elem_sep String message concode_field_sep String toIndentedString concode_elem_sep ModelApiResponse code concode_elem_sep int hashCode concode_elem_sep void setCode concode_elem_sep boolean equals concode_elem_sep String getMessage concode_ele... | String function ( ) { return type ; } |
6,940 | logs a message using a given level . this method can not be removed in minimal logging mode , so use it only if you can not use one of the static logging messages . the message category uses '' . '' to denote sub-categories . concode_field_sep LogImpl impl concode_elem_sep String CATEGORY concode_field_sep boolean isLo... | void function ( String arg0 , Level arg1 , String arg2 , Throwable arg3 ) { impl . log ( arg0 , arg1 , arg2 , arg3 ) ; } |
6,941 | does this state represent an invokeinterface call ? concode_field_sep Instruction call concode_elem_sep int realBCI concode_elem_sep boolean isExtant concode_elem_sep OptOptions options concode_elem_sep CompiledMethod cm concode_field_sep RVMMethod obtainTarget concode_elem_sep int getRealBytecodeIndex concode_elem_sep... | boolean function ( ) { return Call . getMethod ( call ) . isInterface ( ) ; } |
6,942 | return a copy of solution . this should be : x1 , y1 , x2 , y2 , x3 , y3 ... the coordinates of the solution from start to end . precondition : one of the solvexxx methods has already been called solvebfs or solvedfs or solveastar otherwise an empty array is returned postcondition : the correct solution is in the retur... | int [ ] function ( ) { if ( solved ) { } } |
6,943 | encode an final node output value into a dataoutput . by default this just calls #write object , dataoutput . concode_field_sep PlaceHolder placeHolder concode_field_sep T add concode_elem_sep String outputToString concode_elem_sep T read concode_elem_sep void skipOutput concode_elem_sep T common concode_elem_sep T sub... | void function ( T arg0 , DataOutput arg1 ) { write ( arg0 , arg1 ) ; } |
6,944 | add error message to a specific client . concode_field_sep PlaceHolder placeHolder concode_field_sep String getRequestParameter concode_elem_sep Application getApplication concode_elem_sep ValueBinding getValueBinding concode_elem_sep Object getElValue concode_elem_sep void addInfoMessage concode_elem_sep void addInfoM... | void function ( String arg0 , String arg1 ) { FacesContext . getCurrentInstance ( ) . addMessage ( arg0 , new FacesMessage ( FacesMessage . SEVERITY_ERROR , arg1 , arg1 ) ) ; } |
6,945 | set the error count of the mios unit configuration . concode_field_sep int CONFIG_DEFAULT_REFRESH_COUNT concode_elem_sep int refreshCount concode_elem_sep int errorCount concode_elem_sep int CONFIG_DISABLE_ERROR_COUNT concode_elem_sep String hostname concode_elem_sep int CONFIG_DEFAULT_ERROR_COUNT concode_elem_sep int ... | void function ( int arg0 ) { if ( arg0 < 0 ) { logger . warn ( "srini_string" , arg0 , CONFIG_DISABLE_ERROR_COUNT ) ; arg0 = CONFIG_DISABLE_ERROR_COUNT ; } this . errorCount = arg0 ; } |
6,946 | returns the y origin of this kernel . concode_field_sep int yOrigin concode_elem_sep int width concode_elem_sep int xOrigin concode_elem_sep float data[] concode_elem_sep int height concode_field_sep int getHeight concode_elem_sep int getXOrigin concode_elem_sep void initIDs concode_elem_sep Object clone concode_elem_s... | int function ( ) { return yOrigin ; } |
6,947 | return the sorted list of hosts in terms of their weights concode_field_sep Map<String,HostAndWeight> hostAndWeights concode_elem_sep long uniqueBlocksTotalWeight concode_elem_sep String host concode_elem_sep long weight concode_field_sep Map<String,HostAndWeight> getHostAndWeights concode_elem_sep void add concode_ele... | List < String > function ( ) { HostAndWeight [ ] loc0 = getTopHostsWithWeights ( ) ; List < String > loc1 = new ArrayList < String > ( loc0 . length ) ; for ( HostAndWeight loc2 : loc0 ) { loc1 . add ( loc2 . getHost ( ) ) ; } return loc1 ; } |
6,948 | returns a possibly-empty list of certificates that identify this peer . concode_field_sep List<Certificate> localCertificates concode_elem_sep List<Certificate> peerCertificates concode_elem_sep TlsVersion tlsVersion concode_elem_sep CipherSuite cipherSuite concode_field_sep List<Certificate> peerCertificates concode_e... | List < Certificate > function ( ) { return localCertificates ; } |
6,949 | returns true if the given state is currently active otherwise false . concode_field_sep boolean minus concode_elem_sep double plusAssign concode_elem_sep boolean equalOrLess concode_elem_sep boolean notEqual concode_elem_sep boolean less concode_elem_sep double divAssign concode_elem_sep boolean e1 concode_elem_sep boo... | boolean function ( State arg0 ) { switch ( arg0 ) { case main_region_StateA : return stateVector [ 0 ] == State . main_region_StateA ; case main_region_StateB : return stateVector [ 0 ] == State . main_region_StateB ; default : return false ; } } |
6,950 | read a genbank dna sequence concode_field_sep Logger logger concode_field_sep LinkedHashMap<String,ProteinSequence> readGenbankProteinSequence concode_elem_sep LinkedHashMap<String,ProteinSequence> readGenbankProteinSequence concode_elem_sep LinkedHashMap<String,ProteinSequence> readGenbankProteinSequence concode_elem_... | LinkedHashMap < String , DNASequence > function ( InputStream arg0 ) { loc0 < DNASequence , NucleotideCompound > loc0 = new loc0 < DNASequence , NucleotideCompound > ( arg0 , new GenericGenbankHeaderParser < DNASequence , NucleotideCompound > ( ) , new DNASequenceCreator ( DNACompoundSet . getDNACompoundSet ( ) ) ) ; r... |
6,951 | it updates the sum of the sequence identifiers of the sequences where the pattern , referred by the trie , appears concode_field_sep BitSet appearingIn concode_elem_sep List<TrieNode> nodes concode_elem_sep int intId concode_elem_sep int sumSequencesIDs concode_elem_sep int support concode_elem_sep IDList idList concod... | void function ( int arg0 ) { this . sumSequencesIDs = arg0 ; } |
6,952 | gets how much money a player has . if economy is not enabled this method will return 0 . concode_field_sep Econ instance concode_elem_sep Economy economy concode_field_sep void init concode_elem_sep boolean isEnabled concode_elem_sep void modMoney concode_elem_sep String getFormat concode_elem_sep Econ getInstance conc... | double function ( UUID arg0 ) { double loc0 = 0 ; if ( isEnabled ( ) ) { OfflinePlayer loc1 = Bukkit . getOfflinePlayer ( arg0 ) ; loc0 = economy . getBalance ( loc1 ) ; } return loc0 ; } |
6,953 | deletes the kaleo action with the primary key from the database . also notifies the appropriate model listeners . concode_field_sep ServiceTracker<KaleoActionLocalService,KaleoActionLocalService> _serviceTracker concode_field_sep java.lang.String getOSGiServiceIdentifier concode_elem_sep java.util.List<com.liferay.port... | com . liferay . portal . workflow . kaleo . model . KaleoAction function ( long arg0 ) { return getService ( ) . deleteKaleoAction ( arg0 ) ; } |
6,954 | reinitializes clears all instance fields and sets the id to a new value . concode_field_sep int spanCount concode_elem_sep boolean remap concode_elem_sep ArrayList<Integer> overlappingRegions concode_elem_sep int id concode_elem_sep ArrayList<Integer> connections concode_field_sep String toString | void function ( int arg0 ) { id = arg0 ; spanCount = 0 ; connections . clear ( ) ; overlappingRegions . clear ( ) ; } |
6,955 | return the filesystem that owns this path concode_field_sep String path concode_elem_sep String fileName concode_field_sep String getBucketPath concode_elem_sep String getPath concode_elem_sep String getFileName | FileSystem function ( Configuration arg0 ) { return FileSystem . get ( arg0 ) ; } |
6,956 | returns the graph . concode_field_sep RETEEngine engine concode_elem_sep Rule rule concode_elem_sep BindingEnvironment env concode_elem_sep ForwardRuleInfGraphI graph concode_field_sep void add concode_elem_sep boolean shouldStillFire concode_elem_sep void setRule concode_elem_sep boolean contains concode_elem_sep bool... | InfGraph function ( ) { return graph ; } |
6,957 | factory method for creating the page area managed by this window . subclasses may override to return a custom page implementation . concode_field_sep EventListenerListHelper pageListeners concode_elem_sep int number concode_elem_sep ApplicationWindowConfigurer windowConfigurer concode_elem_sep CommandGroup toolBarComma... | ApplicationPage function ( PageDescriptor arg0 ) { ApplicationPageFactory loc0 = ( ApplicationPageFactory ) getServices ( ) . getService ( ApplicationPageFactory . class ) ; return loc0 . createApplicationPage ( this , arg0 ) ; } |
6,958 | initialize the string table . concode_field_sep byte[] dstData concode_elem_sep int nextBits concode_elem_sep int dstIndex concode_elem_sep byte stringTable[][] concode_elem_sep byte[] srcData concode_elem_sep boolean debug concode_elem_sep int andTable[] concode_elem_sep int samplesPerPixel concode_elem_sep int bitsTo... | void function ( ) { stringTable = new byte [ 4096 ] [ ] ; for ( int loc0 = 0 ; loc0 < 256 ; loc0 ++ ) { stringTable [ loc0 ] = new byte [ 1 ] ; stringTable [ loc0 ] [ 0 ] = ( byte ) loc0 ; } tableIndex = 258 ; bitsToGet = 9 ; } |
6,959 | setlastcheckintime concode_field_sep Date m_lastCheckInTime concode_elem_sep String m_definitionName concode_elem_sep Map<String,String> m_details concode_elem_sep MonitorStatus m_status concode_elem_sep Integer m_id concode_field_sep String getDefinitionName concode_elem_sep String getName concode_elem_sep Integer get... | void function ( Date arg0 ) { m_lastCheckInTime = arg0 ; } |
6,960 | return the local private key . concode_field_sep PrivateKey privKey concode_elem_sep PublicKey pubKey concode_field_sep byte[] getEncoded concode_elem_sep String getAlgorithm concode_elem_sep String getFormat concode_elem_sep PublicKey getPublic | PrivateKey function ( ) { return privKey ; } |
6,961 | returns true if the edit mode is suitable for editing the specified file . the buffer name and first line is checked against the file name and first line globs , respectively . concode_field_sep Matcher firstlineMatcher concode_elem_sep String electricKeys concode_elem_sep TokenMarker marker concode_elem_sep Matcher fi... | boolean function ( String arg0 , String arg1 ) { return accept ( null , arg0 , arg1 ) ; } |
6,962 | sets the verifier used to confirm that response certificates apply to requested hostnames for https connections . if unset , the httpsurlconnection #getdefaulthostnameverifier system-wide default hostname verifier will be used . concode_field_sep boolean followProtocolRedirects concode_elem_sep HostnameVerifier hostnam... | OkHttpClient function ( HostnameVerifier arg0 ) { this . hostnameVerifier = arg0 ; return this ; } |
6,963 | returns the name of the currently active underlying stream . the default implementation returns the same value as getname unless overridden by the subclass . concode_field_sep FSEditLogOp cachedOp concode_field_sep int getVersion concode_elem_sep boolean isLocalLog concode_elem_sep long getFirstTxId concode_elem_sep St... | String function ( ) { return getName ( ) ; } |
6,964 | gets the mips map . concode_field_sep List<? extends Pe> peList concode_elem_sep List<String> vmsMigratingIn concode_elem_sep double availableMips concode_elem_sep List<String> vmsMigratingOut concode_elem_sep Map<String,List<Pe>> peMap concode_elem_sep Map<String,List<Double>> mipsMap concode_field_sep List<T> getPeLi... | Map < String , List < Double >> function ( ) { return mipsMap ; } |
6,965 | switch to specified lex state . concode_field_sep char curChar concode_elem_sep long[] jjtoToken concode_elem_sep SimpleCharStream input_stream concode_elem_sep int[] jjrounds concode_elem_sep long[] jjtoSkip concode_elem_sep int[] jjstateSet concode_elem_sep long[] jjbitVec0 concode_elem_sep int jjmatchedPos concode_e... | void function ( int arg0 ) { if ( arg0 >= 1 || arg0 < 0 ) throw new TokenMgrError ( "srini_string" + arg0 + "srini_string" , TokenMgrError . INVALID_LEXICAL_STATE ) ; else curLexState = arg0 ; } |
6,966 | returns a function that always returns the constant value that you give in parameter . concode_field_sep PlaceHolder placeHolder concode_field_sep Function2<T1,T2,Try<R>> liftTry concode_elem_sep int arity concode_elem_sep Function2<T1,T2,R> recover concode_elem_sep R apply concode_elem_sep CheckedFunction1<T2,R> apply... | CheckedFunction2 < T1 , T2 , R > function ( R arg0 ) { return ( t1 , t2 ) -> arg0 ; } |
6,967 | logger concode_field_sep String TASK_EXTENSION_NAME concode_elem_sep JacocoAgentJar agent concode_elem_sep File reportsDir concode_elem_sep String toolVersion concode_elem_sep Project project concode_elem_sep Logger logger concode_field_sep void setReportsDir concode_elem_sep void applyTo concode_elem_sep void applyTo ... | void function ( Logger arg0 ) { this . logger = arg0 ; } |
6,968 | get the resource loader information list . concode_field_sep String fallbackLoader concode_elem_sep String classLoader concode_elem_sep String mainClass concode_elem_sep String name concode_elem_sep List<ResourceLoaderInfo> resourceLoaders concode_elem_sep ModuleLoaderMXBean moduleLoader concode_elem_sep List<Dependenc... | List < ResourceLoaderInfo > function ( ) { return resourceLoaders ; } |
6,969 | sets the proxy selection policy to be used if no #setproxy proxy is specified explicitly . the proxy selector may return multiple proxies ; in that case they will be tried in sequence until a successful connection is established . if unset , the proxyselector #getdefault system-wide default proxy selector will be used ... | OkHttpClient function ( ProxySelector arg0 ) { this . proxySelector = arg0 ; return this ; } |
6,970 | returns the description of the possible actions available to the agent . concode_field_sep ResultsFunction resultsFunction concode_elem_sep Object initialState concode_elem_sep ResultFunction resultFunction concode_elem_sep ActionsFunction actionsFunction concode_elem_sep StepCostFunction stepCostFunction concode_elem_... | ActionsFunction function ( ) { return actionsFunction ; } |
6,971 | default implementation does nothing , for those applications that do not support creation notifications . concode_field_sep Map nameFeatureMap concode_elem_sep Object NULL_TOKEN concode_field_sep boolean shouldOverrideCopyOperation concode_elem_sep void setName concode_elem_sep boolean canContain concode_elem_sep XMLRe... | void function ( EObject arg0 ) { } |
6,972 | write an image out to a file on the local file system . concode_field_sep String PNG concode_elem_sep boolean DEFAULT_ALPHA_WRITE concode_elem_sep String TGA concode_elem_sep String JPG concode_field_sep String[] getSupportedFormats | void function ( Image arg0 , String arg1 , String arg2 , boolean arg3 ) { try { write ( arg0 , arg1 , new FileOutputStream ( arg2 ) , arg3 ) ; } catch ( IOException loc0 ) { throw new SlickException ( "srini_string" + arg2 , loc0 ) ; } } |
6,973 | search devices concode_field_sep BluetoothDevice connectedDevice concode_elem_sep BroadcastReceiver receiver concode_elem_sep Context context concode_elem_sep CustomProgressDialog progressDialog concode_elem_sep SharePreferenceUtil mSharePreferenceUtil concode_elem_sep ArrayList<BluetoothDevice> unbondDevices concode_e... | void function ( ) { this . bondDevices . clear ( ) ; this . unbondDevices . clear ( ) ; if ( bluetoothAdapter . isDiscovering ( ) ) { bluetoothAdapter . cancelDiscovery ( ) ; } this . bluetoothAdapter . startDiscovery ( ) ; } |
6,974 | property ` name ' concode_field_sep String str concode_elem_sep String name concode_elem_sep String requ concode_elem_sep int num concode_field_sep void setName concode_elem_sep String getStr concode_elem_sep String getRequest concode_elem_sep void setNum concode_elem_sep int getNum concode_elem_sep void setStr | String function ( ) { return name ; } |
6,975 | to get the all measure of a table concode_field_sep String tableUniqueName concode_elem_sep long serialVersionUID concode_elem_sep Map<String,List<CarbonMeasure>> tableMeasuresMap concode_elem_sep List<String> aggregateTablesName concode_elem_sep AbsoluteTableIdentifier absoluteTableIdentifier concode_elem_sep LogServi... | List < CarbonMeasure > function ( String arg0 ) { return tableMeasuresMap . get ( arg0 ) ; } |
6,976 | sets the g function that is used in the fda1 problem without specifying the problem . concode_field_sep long serialVersionUID concode_elem_sep ContinuousFunction fda1_g concode_elem_sep FunctionOptimisationProblem fda1_h_problem concode_elem_sep ContinuousFunction fda1_h concode_elem_sep FunctionOptimisationProblem fda... | void function ( ContinuousFunction arg0 ) { this . fda1_g = arg0 ; } |
6,977 | scales the pix to specified scale . if no scaling is required , returns a clone of the source pix . concode_field_sep PlaceHolder placeHolder concode_field_sep long nativeScaleGeneral concode_elem_sep Pix scaleWithoutSharpening concode_elem_sep Pix scaleToSize concode_elem_sep Pix scale concode_elem_sep Pix scale conco... | Pix function ( Pix arg0 , float arg1 ) { return arg1 ( arg0 , arg1 , arg1 ) ; } |
6,978 | sets the value of the sty property . concode_field_sep CTOnOff nor concode_elem_sep Object parent concode_elem_sep CTOnOff aln concode_elem_sep CTScript scr concode_elem_sep CTOnOff lit concode_elem_sep CTStyle sty concode_elem_sep CTManualBreak brk concode_field_sep void setScr concode_elem_sep Object getParent concod... | void function ( CTStyle arg0 ) { this . sty = arg0 ; } |
6,979 | creates a new pluginmanager , no user configuration is used . the manager will be almost empty , i.e. , containing no plugin s except some internal ones . the next thing you should probably do is adding your own plugins by calling addpluginsfrom . concode_field_sep PlaceHolder placeHolder concode_field_sep PluginManage... | PluginManager function ( ) { return createPluginManager ( new Properties ( ) ) ; } |
6,980 | returns a doubletolongfunction returning the given value if this function throws an exception . concode_field_sep PlaceHolder placeHolder concode_field_sep long applyAsLong concode_elem_sep ThrowingDoubleToLongFunction orTryWith concode_elem_sep ThrowingDoubleToLongFunction orTryWith concode_elem_sep long applyAsLongTh... | DoubleToLongFunction function ( long arg0 , Consumer < Exception > arg1 ) { return argument -> { try { return applyAsLongThrowing ( argument ) ; } catch ( Exception loc0 ) { if ( arg1 != null ) { arg1 . accept ( loc0 ) ; } return arg0 ; } } ; } |
6,981 | set the country . concode_field_sep String country concode_elem_sep String address concode_elem_sep String city concode_elem_sep String name concode_elem_sep Order order concode_field_sep void setName concode_elem_sep void setOrder concode_elem_sep String getName concode_elem_sep void setAddress concode_elem_sep String... | void function ( String arg0 ) { this . country = arg0 ; } |
6,982 | gets the number of bits set to true in the given bit set . concode_field_sep PlaceHolder placeHolder concode_field_sep int[] makeBitSet concode_elem_sep void set concode_elem_sep void set concode_elem_sep void or concode_elem_sep int getMax concode_elem_sep boolean get concode_elem_sep void clear concode_elem_sep boole... | int function ( int [ ] arg0 ) { int loc0 = arg0 . length ; int loc1 = 0 ; for ( int loc2 = 0 ; loc2 < loc0 ; loc2 ++ ) { loc1 += Integer . bitCount ( arg0 [ loc2 ] ) ; } return loc1 ; } |
6,983 | the file after it has been compressed concode_field_sep String gpsDateStamp concode_elem_sep String gpsLatitudeRef concode_elem_sep String gpsLongitude concode_elem_sep String gpsLatitude concode_elem_sep String whiteBalance concode_elem_sep String orientation concode_elem_sep String model concode_elem_sep String focal... | void function ( String arg0 ) { this . outFile = new ExifInterface ( arg0 ) ; } |
6,984 | get a new object with the same unit but an divided value . concode_field_sep ECSSUnit m_eUnit concode_elem_sep BigDecimal m_aValue concode_field_sep CSSSimpleValueWithUnit add concode_elem_sep CSSSimpleValueWithUnit add concode_elem_sep long getAsLongValue concode_elem_sep String getFormatted concode_elem_sep double ge... | CSSSimpleValueWithUnit function ( final double arg0 ) { return divide ( BigDecimal . valueOf ( arg0 ) ) ; } |
6,985 | an array of preset objects . concode_field_sep com.amazonaws.internal.SdkInternalList<Preset> presets concode_elem_sep String nextPageToken concode_field_sep String getNextPageToken concode_elem_sep ListPresetsResult withNextPageToken concode_elem_sep ListPresetsResult withPresets concode_elem_sep ListPresetsResult wit... | void function ( java . util . Collection < Preset > arg0 ) { if ( arg0 == null ) { this . presets = null ; return ; } this . presets = new com . amazonaws . internal . SdkInternalList < Preset > ( arg0 ) ; } |
6,986 | the type of the attribute . for example , boolean or integer . concode_field_sep String attributeType concode_elem_sep String defaultValue concode_elem_sep String description concode_elem_sep String attributeName concode_elem_sep String cardinality concode_field_sep PolicyAttributeTypeDescription withAttributeType conc... | String function ( ) { return attributeType ; } |
6,987 | a helper method to make it easy to create newly populated instances concode_field_sep NamespaceContext parent concode_elem_sep Map<String,String> map concode_field_sep String getPrefix concode_elem_sep void setNamespaces concode_elem_sep String getNamespaceURI concode_elem_sep Iterator<String> getPrefixes concode_elem_... | DefaultNamespaceContext function ( String arg0 , String arg1 ) { map . put ( arg0 , arg1 ) ; return this ; } |
6,988 | iterable interface function concode_field_sep Pointer KS_END concode_elem_sep int KDB_O_DEL concode_elem_sep int KDB_O_INACTIVE concode_elem_sep int KDB_O_NORECURSIVE concode_elem_sep Pointer ks concode_elem_sep int KDB_O_SYNC concode_elem_sep int KDB_O_SORT concode_elem_sep int KDB_O_NONE concode_elem_sep int KDB_O_RE... | java . util . Iterator < Key > function ( ) { return new KeySetIterator ( this ) ; } |
6,989 | adds an end point url of a service as a trusted concode_field_sep ConfigurationContext configContext concode_elem_sep Log log concode_elem_sep String serviceEndPoint concode_elem_sep STSAdminServiceStub stub concode_field_sep void removeTrustedService concode_elem_sep TrustedServiceData[] getTrustedServices concode_ele... | void function ( String arg0 , String arg1 ) { try { if ( arg0 != null && arg0 . trim ( ) . length ( ) > 0 && arg1 != null && arg1 . trim ( ) . length ( ) > 0 ) { stub . addTrustedService ( arg0 . trim ( ) , arg1 ) ; } } catch ( Exception loc0 ) { log . error ( "srini_string" , loc0 ) ; throw loc0 ; } } |
6,990 | gets the prefix used when creating the zip file name . concode_field_sep File fileToDelete concode_elem_sep String filePrefix concode_elem_sep boolean preserveFolderStructure concode_elem_sep boolean useFilenameHeader concode_elem_sep String fileSuffix concode_field_sep void setFilePrefix concode_elem_sep void onComple... | String function ( ) { return filePrefix ; } |
6,991 | test the equals method . concode_field_sep PlaceHolder placeHolder concode_field_sep void testSerialization | void function ( ) { assertTrue ( ItemLabelAnchor . INSIDE1 . equals ( ItemLabelAnchor . INSIDE1 ) ) ; assertFalse ( ItemLabelAnchor . INSIDE1 . equals ( ItemLabelAnchor . INSIDE2 ) ) ; } |
6,992 | returns the class value that matches the given setting . if none if found , the default value is used . concode_field_sep String INDEX_INPUT_TYPE_SETTING concode_elem_sep Properties settings concode_elem_sep String INDEX_OUTPUT_TYPE_SETTING concode_elem_sep String FILE_ENTRY_HANDLER_TYPE concode_field_sep JdbcFileEntry... | Class function ( String arg0 , Class arg1 ) { return getSettingAsClass ( arg0 , arg1 , Thread . currentThread ( ) . getContextClassLoader ( ) ) ; } |
6,993 | sets this cloudlet 's execution parameters . these parameters are set by the cloudresource before departure or sending back to the original cloudlet 's owner . 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 totalCompleti... | void function ( double arg0 , double arg1 ) { cloudlet . setExecParam ( arg0 , arg1 ) ; } |
6,994 | gets the total number of pages in the document . concode_field_sep Object documentLock concode_elem_sep float ROTATION_FACTOR concode_elem_sep Document document concode_elem_sep float rotation concode_elem_sep PDFResource pdfResource concode_elem_sep PDimension pageSize concode_elem_sep boolean outlineExpanded concode_... | int function ( ) { return maxPages ; } |
6,995 | gets the cipher algorithm key . concode_field_sep SecretKey macKey concode_elem_sep SecretKey encryptionKey concode_elem_sep CipherSuite cipherSuite concode_elem_sep IvParameterSpec iv concode_elem_sep CompressionMethod compressionMethod concode_field_sep CipherSuite getCipherSuite concode_elem_sep int getMacKeyLength ... | SecretKey function ( ) { return encryptionKey ; } |
6,996 | updates the portal preferences in the database or adds it if it does not yet exist . also notifies the appropriate model listeners . concode_field_sep PortalPreferencesLocalService _portalPreferencesLocalService concode_field_sep java.lang.String getOSGiServiceIdentifier concode_elem_sep void setWrappedService concode_... | com . liferay . portal . kernel . model . PortalPreferences function ( com . liferay . portal . kernel . model . PortalPreferences arg0 ) { return _portalPreferencesLocalService . updatePortalPreferences ( arg0 ) ; } |
6,997 | checks if generated model is valid . concode_field_sep Distribution m_distribution concode_elem_sep int m_numSubsets concode_elem_sep long serialVersionUID concode_field_sep double codingCost concode_elem_sep void buildClassifier concode_elem_sep void resetDistribution concode_elem_sep double classProb concode_elem_sep... | boolean function ( ) { if ( m_numSubsets > 0 ) return true ; else return false ; } |
6,998 | gets the error state of the parser , as a value of the enumeration parseerrorstate . if no error occurred , the error state will be parseerrorstate #none . concode_field_sep Map<Class<?>,Class<? extends FieldParser<?>>> PARSERS concode_elem_sep ParseErrorState errorState concode_field_sep int parseField concode_elem_se... | ParseErrorState function ( ) { return this . errorState ; } |
6,999 | returns a new token object , by default . however , if you want , you can create and return subclass objects based on the value of ofkind . simply add the cases to the switch for all those special cases . for example , if you have a subclass of token called idtoken that you want to create if ofkind is id , simlpy add s... | Token function ( int arg0 ) { switch ( arg0 ) { default : return new Token ( ) ; } } |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.