code stringlengths 20 663 | nl stringlengths 68 7.19k |
|---|---|
int function ( WordTag arg0 ) { int loc0 = ( word != null ? word ( ) . compareTo ( arg0 . word ( ) ) : 0 ) ; if ( loc0 != 0 ) return loc0 ; else { if ( tag ( ) == null ) { if ( arg0 . tag ( ) == null ) return 0 ; else return - 1 ; } return tag ( ) . compareTo ( arg0 . tag ( ) ) ; } } | orders first by word , then by tag . concode_field_sep String DIVIDER concode_elem_sep String tag concode_elem_sep String word concode_elem_sep long serialVersionUID concode_elem_sep LabelFactory lf concode_field_sep LabelFactory factory concode_elem_sep void read concode_elem_sep WordTag valueOf concode_elem_sep void ... |
void function ( long arg0 ) { _userGroupGroupRole . setMvccVersion ( arg0 ) ; } | sets the mvcc version of this user group group role . concode_field_sep UserGroupGroupRole _userGroupGroupRole concode_field_sep boolean isFinderCacheEnabled concode_elem_sep void setExpandoBridgeAttributes concode_elem_sep void setExpandoBridgeAttributes concode_elem_sep void setExpandoBridgeAttributes concode_elem_se... |
void function ( ManagementClient arg0 , String arg1 ) { if ( SKIP_TASK ) { return ; } stop ( ) ; } | stops instance on this gsstestserver . concode_field_sep boolean SKIP_TASK concode_elem_sep int ADJUSTED_SECOND concode_elem_sep boolean serverStarted concode_elem_sep Logger LOGGER concode_field_sep void stop concode_elem_sep void start concode_elem_sep void setup concode_elem_sep void run concode_elem_sep String run ... |
void function ( String arg0 ) { this . planAct = arg0 ; } | sets the value of the planact property . concode_field_sep String tpl concode_elem_sep Boolean can concode_elem_sep String ptd 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 pta concode_elem_sep St... |
int function ( ) { return this . seconds ; } | get the processing time in seconds . concode_field_sep int seconds concode_elem_sep double total concode_elem_sep int minutes concode_elem_sep long startingTime concode_field_sep void setBreakPoint concode_elem_sep void setRemainingTime concode_elem_sep void restart concode_elem_sep void start concode_elem_sep void set... |
void function ( String arg0 ) { this . pathType = arg0 ; } | sets the value of the pathtype property . concode_field_sep String path concode_elem_sep String id concode_elem_sep String pathType concode_field_sep String getPath concode_elem_sep void setId concode_elem_sep void setPath concode_elem_sep String getId concode_elem_sep String getPathType |
String function ( String arg0 , char arg1 ) { int loc0 = arg0 . lastIndexOf ( arg1 ) ; return loc0 < 0 ? "srini_string" : arg0 . substring ( 0 , loc0 ) ; } | returns a given string without the suffix , as defined by the given separator . concode_field_sep PlaceHolder placeHolder concode_field_sep boolean containsPrefix concode_elem_sep boolean isKnown concode_elem_sep Set unknownPackageNames concode_elem_sep String uniquePackageNames concode_elem_sep void main concode_elem_... |
void function ( Object arg0 ) { } | used by the container to change the association of an application-level connection handle with a managedconneciton instance . concode_field_sep ConfigPropertyManagedConnectionFactory mcf concode_elem_sep List<ConnectionEventListener> listeners concode_elem_sep Object connection concode_elem_sep PrintWriter logwriter co... |
EPerson function ( ) { return owner ; } | get owner of workflowitem concode_field_sep EPerson owner concode_elem_sep Logger log concode_elem_sep Item item concode_elem_sep Context ourContext concode_elem_sep TableRow wfRow concode_elem_sep Collection collection concode_field_sep void setPublishedBefore concode_elem_sep Collection getCollection concode_elem_sep... |
void function ( ) { System . out . println ( "srini_string" ) ; int loc0 = 0 ; for ( ItemsetUApriori loc1 : transactions ) { System . out . print ( "srini_string" + loc0 + "srini_string" ) ; loc1 . print ( ) ; System . out . println ( "srini_string" ) ; loc0 ++ ; } } | print this database to system.out . concode_field_sep Set<ItemUApriori> allItems concode_elem_sep List<ItemsetUApriori> transactions concode_field_sep void processTransactions concode_elem_sep int size concode_elem_sep Set<ItemUApriori> getAllItems concode_elem_sep List<ItemsetUApriori> getTransactions concode_elem_sep... |
ItemType function ( String arg0 ) { ItemType [ ] loc0 = getSearchResults ( ) ; ItemType loc1 ; for ( int loc2 = 0 ; loc2 < loc0 . length ; loc2 ++ ) { loc1 = loc0 [ loc2 ] ; if ( arg0 . equals ( loc1 . getItemID ( ) ) ) { return loc1 ; } } return null ; } | method to retrieve a single itemtype with a matching itemid concode_field_sep String INITIAL_PRICE concode_elem_sep String IMAGE concode_elem_sep String BID_COUNT concode_elem_sep String CURRENCY concode_elem_sep ItemType[] itemList concode_elem_sep Log log concode_elem_sep String SELLER concode_elem_sep String DATE_FO... |
void function ( MarketTransaction arg0 ) { Order loc0 = lastOrder . get ( arg0 . getTimeslotIndex ( ) ) ; if ( loc0 == null ) log . error ( "srini_string" + arg0 + "srini_string" ) ; else if ( arg0 . getMWh ( ) == loc0 . getMWh ( ) ) lastOrder . put ( arg0 . getTimeslotIndex ( ) , null ) ; } | receives a new markettransaction . we look to see whether an order we have placed has cleared . concode_field_sep BrokerPropertiesService propertiesService concode_elem_sep double[] marketPrice concode_elem_sep double buyLimitPriceMax concode_elem_sep double meanMarketPrice concode_elem_sep double buyLimitPriceMin conc... |
MenuItem function ( int arg0 ) { return null ; } | access one sub-items of the item . note : if ! iscontainer , there will be no sub-items will return null . concode_field_sep String m_title concode_elem_sep String m_url concode_elem_sep String m_accessibilitylabel concode_elem_sep String m_form concode_elem_sep int m_checked concode_elem_sep String m_icon concode_elem... |
HostnameVerifier function ( ) { return defaultHostnameVerififer ; } | get the default hostnameverifier concode_field_sep List<XMPPInputOutputStream> compressionHandlers concode_elem_sep ParsingExceptionCallback defaultCallback concode_elem_sep SmackDebuggerFactory debuggerFactory concode_elem_sep List<String> defaultMechs concode_elem_sep int defaultPacketReplyTimeout concode_elem_sep in... |
int function ( ) { return d ; } | day position of the timer . concode_field_sep int current concode_elem_sep int s concode_elem_sep int d concode_elem_sep int previous concode_elem_sep float _mySpeed concode_elem_sep long millisOffset concode_elem_sep int ms concode_elem_sep int h concode_elem_sep int m concode_field_sep int hour concode_elem_sep void ... |
ScriptSecurity function ( String arg0 , ParsedURL arg1 , ParsedURL arg2 ) { return new DefaultScriptSecurity ( arg0 , arg1 , arg2 ) ; } | returns the security settings for the given script type , script url and document url concode_field_sep Set extensions concode_elem_sep BridgeContext ctx concode_elem_sep Set FEATURES concode_field_sep float getStandardLighterFontWeight concode_elem_sep String getLanguages concode_elem_sep EventDispatcher getEventDispa... |
void function ( ServerSessionManager arg0 ) { unregisterFactories ( ) ; if ( arg0 != null ) { registerFactories ( arg0 ) ; } fireCellRegistryListener ( ) ; } | notification that the primary server has changed . update our maps accordingly . concode_field_sep Set<CellRegistryListener> listeners concode_elem_sep Set<CellFactorySPI> sessionFactories concode_elem_sep Set<CellFactorySPI> cellFactorySet concode_elem_sep CellRegistry cellRegistry concode_elem_sep Map<String,Set<Cell... |
void function ( CAURICollection arg0 ) { this . uris = arg0 ; } | sets the value of the uris property . concode_field_sep CAURICollection uris concode_elem_sep int caReferenceID concode_elem_sep byte[] certificate concode_elem_sep boolean enrollPermission concode_elem_sep List<Object> any concode_field_sep byte[] getCertificate concode_elem_sep void setEnrollPermission concode_elem_s... |
String function ( ) { return val ; } | returns the value . concode_field_sep String val concode_elem_sep long serialVersionUID concode_field_sep ValueExp apply concode_elem_sep String toString concode_elem_sep void setMBeanServer |
String function ( ) { return this . rawCmds . get ( ) ; } | returns the raw print data as a string concode_field_sep AtomicReference<String> rawCmds concode_elem_sep AtomicReference<DocFlavor> docFlavor concode_elem_sep AtomicReference<String> outputPath concode_elem_sep AtomicReference<DocAttributeSet> docAttr concode_elem_sep String ERR concode_elem_sep AtomicBoolean isFinish... |
void function ( int arg0 , String arg1 ) { errorCodes = ( int [ ] ) ArrayUtil . resizeArray ( errorCodes , errorCodes . length + 1 ) ; errorKeys = ( String [ ] ) ArrayUtil . resizeArray ( errorKeys , errorKeys . length + 1 ) ; errorCodes [ errorCodes . length - 1 ] = arg0 ; errorKeys [ errorKeys . length - 1 ] = arg1 ;... | adds the error code and the key to the list of errors . this list is populated during construction or addition of elements and is used outside this class to act upon the errors . concode_field_sep String fileName concode_elem_sep boolean resource concode_elem_sep String[] errorKeys concode_elem_sep Properties stringPro... |
boolean function ( Method arg0 ) { if ( ! ( arg0 . getName ( ) . equals ( "srini_string" ) ) && arg0 . getName ( ) . startsWith ( "srini_string" ) && arg0 . getParameterTypes ( ) . length == 0 && arg0 . getReturnType ( ) . equals ( boolean . class ) ) { return true ; } return false ; } | checks if the attribute is a boolean and the method is a isx kind og method . concode_field_sep String _defaultConstructorDescription concode_elem_sep String _defaultAttributeDescription concode_elem_sep String _defaultOerationDescription concode_elem_sep String _defaultMbeanDescription concode_field_sep int getIndexIf... |
void function ( java . io . InputStream arg0 , int arg1 , int arg2 ) { ReInit ( arg0 , arg1 , arg2 , 4096 ) ; } | reinitialise . concode_field_sep int bufpos concode_elem_sep boolean prevCharIsLF concode_elem_sep int bufsize concode_elem_sep int available concode_elem_sep int tabSize concode_elem_sep java.io.Reader inputStream concode_elem_sep int line concode_elem_sep boolean staticFlag concode_elem_sep int bufcolumn[] concode_el... |
void function ( Boolean arg0 ) { this . longFileNames = arg0 ; } | sets the value of the longfilenames property . concode_field_sep Boolean allowPng concode_elem_sep String targetScreenSize concode_elem_sep Object parent concode_elem_sep Boolean css concode_elem_sep Boolean longFileNames concode_elem_sep String characterSet concode_elem_sep Boolean vml concode_elem_sep Long dpi concod... |
boolean function ( ) { return this . defaultRecordTypeMapping ; } | gets the value of the defaultrecordtypemapping property . concode_field_sep boolean defaultRecordTypeMapping concode_elem_sep String recordTypeId concode_elem_sep boolean available concode_elem_sep String name concode_field_sep void setName concode_elem_sep boolean isAvailable concode_elem_sep String getName concode_el... |
void function ( int [ ] arg0 ) { m_items = arg0 ; } | sets an item sets concode_field_sep int m_counter concode_elem_sep int m_totalTransactions concode_elem_sep long serialVersionUID concode_elem_sep boolean m_treatZeroAsMissing concode_elem_sep int[] m_items concode_field_sep void setItemAt concode_elem_sep FastVector pruneItemSets concode_elem_sep void upDateCounter co... |
String function ( long arg0 ) { setTime ( arg0 ) ; if ( mHours == null ) { return String . format ( "srini_string" , mMinutes , mSeconds ) ; } return String . format ( "srini_string" , mHours , mMinutes , mSeconds ) ; } | based on com.android.deskclock.timer.countingtimerview . concode_field_sep String mMinutes concode_elem_sep String mSeconds concode_elem_sep String TWO_DIGITS concode_elem_sep String mHours concode_elem_sep String ONE_DIGIT concode_elem_sep String NEG_TWO_DIGITS concode_elem_sep String NEG_ONE_DIGIT concode_field_sep v... |
ManagedConnection function ( Subject arg0 , ConnectionRequestInfo arg1 ) { log . finest ( "srini_string" ) ; return new AnnoManagedConnection1 ( this ) ; } | creates a new physical connection to the underlying eis resource manager . concode_field_sep long serialVersionUID concode_elem_sep PrintWriter logwriter concode_elem_sep Logger log concode_elem_sep Byte first concode_elem_sep ResourceAdapter ra concode_elem_sep Short second concode_field_sep void setSecond concode_ele... |
String function ( ) { mode = "srini_string" ; x = 0 ; y = 0 ; invokeEffect ( ) ; return null ; } | returns the demo panels to their original place . concode_field_sep int y concode_elem_sep String mode concode_elem_sep String dummy concode_elem_sep Effect effectPanelGroup concode_elem_sep Effect effectSelectManyListBox concode_elem_sep Effect effectInputText concode_elem_sep Effect effectCommandButton concode_elem_s... |
XMLFactory function ( ) { return FactoryHolder . f ; } | gets the xml factory . concode_field_sep String DEFAULT_RESOLVER concode_elem_sep XMLFactory f concode_elem_sep String DEFAULT_READER concode_elem_sep String DEFAULT_WRITER concode_field_sep XMLReader createXMLReader concode_elem_sep Object create concode_elem_sep XMLWriter createXMLWriter |
Fingerprint function ( String ... arg0 ) { addInt ( arg0 . length ) ; for ( String loc0 : arg0 ) { addString ( loc0 ) ; } return this ; } | updates the digest with inputs by iterating over them and invoking #addstring string on each element . concode_field_sep MessageDigest md concode_field_sep String hexDigestAndReset concode_elem_sep String md5Digest concode_elem_sep Fingerprint addBytes concode_elem_sep Fingerprint addBytes concode_elem_sep Fingerprint ... |
void function ( String arg0 ) { if ( arg0 == null ) { throw new NullPointerException ( "srini_string" ) ; } } | notes not null . throws exception if the notes entered are equal to null . concode_field_sep String FILENAME concode_elem_sep int contactId concode_elem_sep Calendar today concode_elem_sep List<Meeting> meetings concode_elem_sep int meetingId concode_elem_sep Set<Contact> contacts concode_field_sep Contact contactExist... |
void function ( Pool arg0 , ProbabilityDistribution arg1 , Random arg2 ) { FailureProbabilityUtil . setFailureProbability ( arg0 , arg1 , arg2 , 0.7 ) ; } | legacy for old aamas-2014 experiments , where constant failure probability of 0.7 assumed concode_field_sep PlaceHolder placeHolder concode_field_sep double calculateDiscountedMatchUtility concode_elem_sep double calculateDiscountedChainUtility concode_elem_sep double calculateDiscountedChainUtility concode_elem_sep do... |
SimpleUnit function ( String arg0 ) { try { return factoryWithExceptions ( arg0 ) ; } catch ( Exception loc0 ) { if ( debugParse ) System . out . println ( "srini_string" + arg0 + "srini_string" + loc0 ) ; return null ; } } | create a simpleunit from the given name , catch exceptions . concode_field_sep boolean debugParse concode_elem_sep SimpleUnit kmUnit concode_elem_sep SimpleUnit meterUnit concode_elem_sep Unit dateReferenceUnit concode_elem_sep ucar.units.Unit uu concode_elem_sep SimpleUnit pressureUnit concode_elem_sep Unit secsUnit c... |
List < String > function ( ) { return this . allowedMethods ; } | return the allowed http methods , or null in which caseonly `` get '' and `` head '' allowed . concode_field_sep List<HttpMethod> resolvedMethods concode_elem_sep List<String> allowedOrigins concode_elem_sep Long maxAge concode_elem_sep List<String> exposedHeaders concode_elem_sep List<String> allowedHeaders concode_el... |
void function ( final Map < Integer , String > arg0 ) { this . stringsConstant = arg0 ; } | sets the strings constant . concode_field_sep String targetUniqueId concode_elem_sep Map<String,String> messageVariables concode_elem_sep Set<String> decVariables concode_elem_sep String id concode_elem_sep Set<String> intVariables concode_elem_sep Map<Integer,String> stringsConstant concode_elem_sep boolean hasTarget ... |
List < InstanceInfo > function ( String arg0 ) { return findInstance ( arg0 , loadAvailableInstances ( ) ) ; } | reloads available instances an searches for tags with the passed key concode_field_sep PlaceHolder placeHolder concode_field_sep boolean isIPRunning concode_elem_sep List<InstanceInfo> findInstance concode_elem_sep List<InstanceInfo> findInstance |
int function ( int arg0 ) { int loc0 = 0 ; for ( int loc1 = 0 ; loc1 < arg0 ; loc1 ++ ) { loc0 ^= JOINER_ON_CHARACTER . join ( components ) . length ( ) ; } return loc0 ; } | joiner with a character delimiter . concode_field_sep Joiner JOINER_ON_CHARACTER concode_elem_sep char DELIMITER_CHARACTER concode_elem_sep Iterable<String> components concode_elem_sep Joiner JOINER_ON_STRING concode_elem_sep String DELIMITER_STRING concode_elem_sep int componentLength concode_elem_sep int count concod... |
BaseDataQueue function ( ) { return queue ; } | returns the data queue object that this service connects to . returns null if the service is stopped . concode_field_sep Logger LOG concode_elem_sep Jt400Endpoint endpoint concode_elem_sep BaseDataQueue queue concode_field_sep void stop concode_elem_sep void start |
void function ( String arg0 ) { if ( ! IPADatabaseManager . getInstance ( ) . dropDictionary ( arg0 ) ) { fireError ( "srini_string" ) ; } else { fireDictionaryRemoved ( arg0 ) ; fireMessage ( "srini_string" + arg0 ) ; } } | drop only user-defined dictionaries can be dropped . concode_field_sep String[] usages concode_elem_sep String[] cmds concode_elem_sep IPADictionary dictionary concode_elem_sep Logger LOGGER concode_elem_sep String[] descs concode_elem_sep String[] notes concode_elem_sep String[] examples concode_elem_sep List<IPALooku... |
void function ( final Header arg0 ) { this . contentEncoding = arg0 ; } | specifies the content-encoding header . the default implementation sets the value of the #contentencoding contentencoding attribute . concode_field_sep Header contentEncoding concode_elem_sep boolean chunked concode_elem_sep Header contentType concode_field_sep Header getContentEncoding concode_elem_sep boolean isChunk... |
void function ( ) { quantity ++ ; changeQuantityEffect . setFired ( false ) ; } | increments the quqntity count and resets the effect to fire on the next render pass . concode_field_sep int quantity concode_elem_sep double price concode_elem_sep String name concode_elem_sep Effect changeQuantityEffect concode_elem_sep int id concode_elem_sep String pictureName concode_field_sep Effect getChangeQuant... |
void function ( String arg0 ) { this . what = arg0 ; } | sets the value of the what property . concode_field_sep String what concode_elem_sep String value concode_elem_sep Float version concode_elem_sep XMLGregorianCalendar when concode_elem_sep Byte revision concode_elem_sep String who concode_field_sep Float getVersion concode_elem_sep String getWho concode_elem_sep String... |
int function ( byte [ ] arg0 , int arg1 , byte arg2 ) { return Bytes . putByte ( arg0 , arg1 , arg2 ) ; } | write instance val into buffer buff . concode_field_sep PlaceHolder placeHolder concode_field_sep int encodedLength concode_elem_sep int encode concode_elem_sep boolean isOrderPreserving concode_elem_sep Order getOrder concode_elem_sep boolean isNullable concode_elem_sep Class<Byte> encodedClass concode_elem_sep int sk... |
byte [ ] function ( String arg0 ) { return MD5 . digest ( arg0 ) ; } | calculates the md5 of a string . concode_field_sep byte[] rand concode_elem_sep AuthenticationService authentication_service concode_elem_sep Log log concode_elem_sep int SERVER_AUTHENTICATION concode_elem_sep String authentication_scheme concode_elem_sep String realm concode_elem_sep String qop_options concode_elem_se... |
java . lang . String function ( ) { return getService ( ) . getOSGiServiceIdentifier ( ) ; } | returns the osgi service identifier . concode_field_sep FavoriteSiteLocalService _service concode_field_sep int getFavoriteSitesCount concode_elem_sep int getFavoriteSitesCount concode_elem_sep int getFavoriteSitesCount concode_elem_sep com.liferay.portal.kernel.dao.orm.ActionableDynamicQuery getActionableDynamicQuery ... |
Predicate < T > function ( CheckedPredicate < T > arg0 ) { return input -> { try { return arg0 . test ( input ) ; } catch ( Exception loc0 ) { if ( loc0 instanceof RuntimeException ) { throw ( RuntimeException ) loc0 ; } throw new RuntimeException ( loc0 ) ; } } ; } | return a predicate which rethrows possible checked exceptions as runtime exception . concode_field_sep PlaceHolder placeHolder concode_field_sep Predicate<T> predicate concode_elem_sep boolean test concode_elem_sep T apply concode_elem_sep Function<F,T> function concode_elem_sep Consumer<T> consumer concode_elem_sep vo... |
void function ( String arg0 ) { this . decoderid = arg0 ; } | this method was generated by mybatis generator . this method sets the value of the database column t_vm_decoder . ipcid concode_field_sep String password concode_elem_sep BigDecimal port concode_elem_sep String ip concode_elem_sep String managementagency concode_elem_sep BigDecimal ordernumber concode_elem_sep String d... |
String function ( ) { StringBuilder loc0 = new StringBuilder ( ) ; loc0 . append ( "srini_string" ) ; if ( getName ( ) != null ) loc0 . append ( "srini_string" + getName ( ) ) ; loc0 . append ( "srini_string" ) ; return loc0 . toString ( ) ; } | returns a string representation of this object ; useful for testing and debugging . concode_field_sep String name concode_field_sep void setName concode_elem_sep String getName concode_elem_sep int hashCode concode_elem_sep boolean equals concode_elem_sep TaskList clone concode_elem_sep TaskList withName |
Integer function ( ) { return ( table . isWritable ( ) ) ? ValuePool . getInt ( bestRowTemporary ) : ValuePool . getInt ( bestRowSession ) ; } | retrieves the scope of the best row identifier . this implements the rules described in databaseinformationmain.system _ bestrowidentifier . concode_field_sep short tableIndexOther concode_elem_sep int HALF_MAX_INT concode_elem_sep int bestRowNotPseudo concode_elem_sep int bestRowTransaction concode_elem_sep int hnd_co... |
UploadStateHolder function ( ) { UploadStateHolder loc0 = ( UploadStateHolder ) holder . get ( ) ; holder . set ( null ) ; return loc0 ; } | retrieve the state from the current thread 's local storage concode_field_sep FileInfo fileInfo concode_elem_sep boolean asyncLifecycle concode_elem_sep ThreadLocal holder concode_elem_sep UploadConfig uploadConfig concode_elem_sep String iframeContent concode_field_sep void setAsyncLifecycle concode_elem_sep void setI... |
Object function ( ) { return value ; } | used to get the internal data currently being stored , this returns it in the original form . concode_field_sep String INOUTPUTTYPE concode_elem_sep String DEFAULTTYPE concode_elem_sep String INPUTTYPE concode_elem_sep String OUTPUTTYPE concode_elem_sep boolean dataNode concode_elem_sep Object value concode_elem_sep St... |
PacketBuilder function ( byte arg0 ) { payload . put ( ( byte ) ( 128 - arg0 ) ) ; return this ; } | puts a type-s byte in the buffer . concode_field_sep int[] BIT_MASK_OUT concode_elem_sep IoBuffer payload concode_elem_sep int opcode concode_elem_sep Type type concode_elem_sep int bitPosition concode_field_sep PacketBuilder startBitAccess concode_elem_sep PacketBuilder finishBitAccess concode_elem_sep Packet toPacket... |
SparkLauncher function ( String arg0 ) { checkNotNull ( arg0 , "srini_string" ) ; builder . arg0 = arg0 ; return this ; } | sets the application class name for java/scala applications . concode_field_sep String DRIVER_EXTRA_LIBRARY_PATH concode_elem_sep String EXECUTOR_EXTRA_LIBRARY_PATH concode_elem_sep String EXECUTOR_CORES concode_elem_sep String EXECUTOR_EXTRA_CLASSPATH concode_elem_sep String EXECUTOR_EXTRA_JAVA_OPTIONS concode_elem_se... |
GCounter function ( ) { return new StateBasedGCounter ( ) ; } | create a new crdt grow-only g counter . the operations on this counter are not threadsafe . concode_field_sep PlaceHolder placeHolder concode_field_sep DeltaCounter newDeltaCounter concode_elem_sep DeltaCounter newDeltaCounter concode_elem_sep DeltaCounter newDeltaCounter concode_elem_sep PNCounter newPNCounter concode... |
void function ( double arg0 ) { mScale = arg0 ; mStylesSet . add ( "srini_string" ) ; } | sets the scale for a marker icon concode_field_sep MarkerOptions mMarkerOptions concode_elem_sep float mMarkerColor concode_elem_sep int HSV_VALUES concode_elem_sep HashSet<String> mStylesSet concode_elem_sep String mStyleId concode_elem_sep HashMap<String,String> mBalloonOptions concode_elem_sep boolean mOutline conco... |
void function ( AlgorithmParameterSpec arg0 ) { spiImpl . engineInit ( arg0 , RANDOM ) ; } | initializes this algorithmparametergenerator with the given algorithmparameterspec . a default securerandom instance will beused . concode_field_sep SecureRandom RANDOM concode_elem_sep Engine ENGINE concode_elem_sep Provider provider concode_elem_sep String SERVICE concode_elem_sep AlgorithmParameterGeneratorSpi spiIm... |
void function ( ) { String loc0 = "srini_string" ; instance . setRevision ( loc0 ) ; assertEquals ( loc0 , instance . getRevision ( ) ) ; } | test of setrevision method , of class historyentry . concode_field_sep String historyRevision concode_elem_sep String historyMessage concode_elem_sep HistoryEntry instance concode_elem_sep Date historyDate concode_elem_sep String historyAuthor concode_field_sep void setUpClass concode_elem_sep void getAuthor concode_el... |
String function ( ) { return customerPaymentProfileId ; } | gets the value of the customerpaymentprofileid property . concode_field_sep String customerPaymentProfileId concode_elem_sep String customerProfileId concode_elem_sep String transId concode_elem_sep String customerShippingAddressId concode_field_sep void setTransId concode_elem_sep String getCustomerProfileId concode_e... |
int function ( ) { return subCategoryID ; } | getter method for subcategoryid concode_field_sep String endDate concode_elem_sep List subCategoryDetails concode_elem_sep List subSubCategoryDetails concode_elem_sep List categoryDetails concode_elem_sep String reportFormat concode_elem_sep int subCategoryID concode_elem_sep int classificationID concode_elem_sep Strin... |
boolean function ( ) { return weighted ; } | returns false if mpi_unweighted was supplied during creation . concode_field_sep int[] sources concode_elem_sep int[] destinations concode_elem_sep int[] sourceWeights concode_elem_sep int[] destWeights concode_elem_sep boolean weighted concode_field_sep int getDestination concode_elem_sep int getDestinationWeight conc... |
MessageEndpointFactory function ( ) { return endpointFactory ; } | get message endpoint factory concode_field_sep MessageEndpointFactory endpointFactory concode_elem_sep AnnoActivationSpec spec concode_elem_sep AnnoResourceAdapter ra concode_field_sep AnnoActivationSpec getActivationSpec concode_elem_sep void stop concode_elem_sep void start |
Scope function ( ) { return createInterfaceScope ( "srini_string" ) ; } | 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... |
void function ( ) { cache . clear ( ) ; } | intended for test purposes only . concode_field_sep Map<Class<?>,Boolean> cache concode_elem_sep Class<?>[] EXCL_CLASSES concode_elem_sep Class<?>[] INCL_CLASSES concode_field_sep boolean isExcluded0 concode_elem_sep boolean isExcluded |
double function ( ) { double loc0 = getPrecision ( ) ; double loc1 = getRecall ( ) ; if ( ( loc0 + loc1 ) == 0 ) { return 0 ; } return 2 * loc0 * loc1 / ( loc0 + loc1 ) ; } | calculate the f-measure . this is defined as 2 recall precision ---------------------- recall + precision concode_field_sep double m_TruePos concode_elem_sep double m_TrueNeg concode_elem_sep double m_FalseNeg concode_elem_sep double m_FalsePos concode_elem_sep String[] CATEGORY_NAMES concode_field_sep void setTrueNega... |
U function ( ) { return value2 ; } | returns the second value . concode_field_sep U value2 concode_elem_sep T value1 concode_field_sep T value1 concode_elem_sep int hashCode concode_elem_sep boolean equals concode_elem_sep String toString concode_elem_sep int compareTo |
OkHttpClient function ( OkAuthenticator arg0 ) { this . authenticator = arg0 ; return this ; } | sets the authenticator used to respond to challenges from the remote web server or proxy server . if unset , the java.net.authenticator #setdefault system-wide default authenticator will be used . concode_field_sep boolean followProtocolRedirects concode_elem_sep HostnameVerifier hostnameVerifier concode_elem_sep Conne... |
long function ( ) { return - 1 ; } | returns the number of bytes that will be written to out in a callto #writeto , or -1 if that count is unknown . concode_field_sep RawHeaders headers concode_elem_sep String method concode_elem_sep RawHeaders headers concode_elem_sep String method concode_elem_sep Object tag concode_elem_sep Body body concode_elem_sep U... |
void function ( CTChartLines arg0 ) { this . dropLines = arg0 ; } | sets the value of the droplines property . concode_field_sep CTBoolean varyColors concode_elem_sep List<CTLineSer> ser concode_elem_sep CTDLbls dLbls concode_elem_sep CTChartLines dropLines concode_elem_sep CTBoolean marker concode_elem_sep CTExtensionList extLst concode_elem_sep CTChartLines hiLowLines concode_elem_se... |
String function ( String arg0 ) { return sign ( arg0 , Play . secretKey . getBytes ( ) ) ; } | sign a message using the application secret key hmac-sha1 concode_field_sep HashType DEFAULT_HASH_TYPE concode_elem_sep char[] HEX_CHARS concode_elem_sep String algorithm concode_field_sep String decryptAES concode_elem_sep String decryptAES concode_elem_sep String toString concode_elem_sep String encryptAES concode_el... |
String function ( ) { return endTime ; } | gets the value of the endtime property . concode_field_sep Long feedItemId concode_elem_sep Keyword keywordTargeting concode_elem_sep List<FeedItemAttributeValue> attributeValues concode_elem_sep FeedItemAdGroupTargeting adGroupTargeting concode_elem_sep CustomParameters urlCustomParameters concode_elem_sep FeedItemDev... |
void function ( final String arg0 ) { this . m_sDateDescription = arg0 ; } | sets the value of the datedescription property . concode_field_sep long m_nPageCount concode_elem_sep MockJAXBIssue.FirstPage m_aFirstPage concode_elem_sep long m_nCollectionID concode_elem_sep String m_sValue concode_elem_sep String m_sMenuLayout concode_elem_sep long m_nWidth concode_elem_sep BigDecimal m_aTitle conc... |
String function ( ) { return value ; } | method to get the value of the property concode_field_sep String value concode_elem_sep String key concode_field_sep String getKey concode_elem_sep void setValue concode_elem_sep void setKey |
void function ( java . io . InputStream arg0 , String arg1 ) { ReInit ( arg0 , arg1 , 1 , 1 , 4096 ) ; } | reinitialise . concode_field_sep boolean trackLineColumn concode_elem_sep int bufpos concode_elem_sep boolean prevCharIsLF concode_elem_sep int bufsize concode_elem_sep int available concode_elem_sep int tabSize concode_elem_sep java.io.Reader inputStream concode_elem_sep int line concode_elem_sep boolean staticFlag co... |
Runnable function ( ) { return mDecrementRunnable ; } | convenience method to decrement this trigger as a runnable . concode_field_sep ArrayList<Runnable> mLastDecRunnables concode_elem_sep int mCount concode_elem_sep Runnable mErrorRunnable concode_elem_sep Runnable mIncrementRunnable concode_elem_sep ArrayList<Runnable> mFirstIncRunnables concode_elem_sep Context mContext... |
int function ( ) { Calendar loc0 = Calendar . getInstance ( ) ; return 1 + loc0 . get ( Calendar . HOUR_OF_DAY ) * 360000 + loc0 . get ( Calendar . MINUTE ) * 6000 + loc0 . get ( Calendar . SECOND ) * 100 + loc0 . get ( Calendar . MILLISECOND ) / 10 ; } | get time of day in clarion format value = 10ths of seconds since midnight + 1 . i.e. midnight = 1 the 10th of a second before midnight = 8640000 0 = invalid/null concode_field_sep Long localizedEpoch concode_field_sep int epochToClarionDate concode_elem_sep int date concode_elem_sep int month concode_elem_sep int year ... |
T function ( T arg0 , String arg1 ) { try { return Preconditions . checkNotNull ( arg0 , arg1 ) ; } catch ( NullPointerException loc0 ) { String loc1 = "srini_string" ; LoggingUtil . logToRemote ( Level . SEVERE , loc1 , loc0 ) ; listener . loc1 ( null , loc1 , loc0 ) ; throw loc0 ; } } | verifies that the given argument is not null , throwing a nullpointerexception with the given message if it is null . returns the original argument or throws . concode_field_sep ExceptionListener listener concode_field_sep void fail concode_elem_sep void checkState concode_elem_sep void checkState concode_elem_sep void... |
JSONBuilder function ( double arg0 ) { conditionallyAppendComma ( ) ; params . append ( arg0 ) ; return this ; } | adds a double to an array or function call . concode_field_sep StringBuilder params concode_field_sep String escapeString concode_elem_sep JSONBuilder endArray concode_elem_sep JSONBuilder entryNonNullValue concode_elem_sep JSONBuilder entryNonNullValue concode_elem_sep JSONBuilder entryNonNullValue concode_elem_sep JS... |
StringMatrix function ( ) { return mtxTypeList ; } | method gettypelist . concode_field_sep StringMatrix mtxProductList concode_elem_sep String strAction concode_elem_sep StringMatrix mtxUpdateList concode_elem_sep StringMatrix mtxProcessList concode_elem_sep StringMatrix mtxTimesheetList concode_elem_sep StringMatrix mtxTypeList concode_field_sep void setAction concode_... |
Object function ( ) { return value ; } | gets the property value . concode_field_sep PropertyChangeSupport propertyChangeSupport concode_elem_sep String value concode_field_sep String getJavaInitializationString concode_elem_sep Component getCustomEditor concode_elem_sep boolean supportsCustomEditor concode_elem_sep void paintValue concode_elem_sep void setVa... |
void function ( ) { final SortedSet < String > loc0 = getIANARootZoneDatabase ( ) ; writeOutput ( loc0 ) ; System . err . println ( "srini_string" + loc0 . size ( ) + "srini_string" + outputFile + "srini_string" ) ; } | downloads the iana root zone database , extracts the ascii tlds , then writes a jflex macro accepting any of them case-insensitively out to the specified output file . concode_field_sep Pattern TLD_PATTERN_2 concode_elem_sep File outputFile concode_elem_sep String APACHE_LICENSE concode_elem_sep Pattern TLD_PATTERN_1 c... |
int function ( ) { return count ; } | gets the current count . concode_field_sep MaxCountExceededCallback maxCountCallback concode_elem_sep int count concode_elem_sep int maximalCount concode_field_sep void incrementCount concode_elem_sep void incrementCount concode_elem_sep void resetCount concode_elem_sep int getMaximalCount concode_elem_sep void trigger... |
void function ( Graphics arg0 , Rectangle arg1 , Color arg2 , Color arg3 ) { arg0 . pushState ( ) ; arg0 . setForegroundColor ( arg3 ) ; arg0 . setBackgroundColor ( arg2 ) ; arg0 . fillGradient ( arg1 . x , arg1 . y , arg1 . width , arg1 . height , true ) ; arg0 . popState ( ) ; } | this function fills a rectangle with a vertical gradient . this implementation does not use the gradient mechanism based on background patterns since they do not work stable on all systems . concode_field_sep PlaceHolder placeHolder concode_field_sep void fillVerticalGradientRoundedRectangle concode_elem_sep Color mixC... |
boolean function ( boolean arg0 ) { int loc0 = getActiveLanguages ( arg0 ) ; return loc0 > 0 ; } | are there active translation languages concode_field_sep String m_baseTableName concode_elem_sep Integer s_activeLanguages concode_elem_sep CCache<String,TranslationTable> s_cache concode_elem_sep ArrayList<String> m_columns concode_elem_sep CLogger log concode_elem_sep String m_trlTableName concode_field_sep int getAc... |
void function ( String arg0 ) { this . height = arg0 ; } | sets the value of the height property . concode_field_sep Layout layout concode_elem_sep String scrolling concode_elem_sep String flavour concode_elem_sep String src concode_elem_sep String background concode_elem_sep String width concode_elem_sep BigDecimal refresh concode_elem_sep String frameborder concode_elem_sep ... |
void function ( int arg0 , TLSServerParameters arg1 ) { setTLSServerParametersForPort ( null , arg0 , arg1 ) ; } | calls thru to #createundertowhttpserverengine string , int , string with ` null ' for host value concode_field_sep Bus bus concode_elem_sep ThreadingParameters fallbackThreadingParameters concode_elem_sep int FALLBACK_THREADING_PARAMS_KEY concode_elem_sep Map<String,ThreadingParameters> threadingParametersMap concode_e... |
String function ( ) { return this . description ; } | returns the description . concode_field_sep QName resourceID concode_elem_sep String[] columnName concode_elem_sep QName qname concode_elem_sep String description concode_elem_sep String resourceName concode_field_sep Object getValue concode_elem_sep QName getResourceId concode_elem_sep String getResourceName concode_e... |
void function ( int arg0 ) { this . idUser = arg0 ; } | define el valor de la propiedad iduser . concode_field_sep long date concode_elem_sep int idUser concode_elem_sep int idField concode_elem_sep int idReport concode_elem_sep String comment concode_elem_sep int idReportType concode_elem_sep int idReporter concode_field_sep void setIdField concode_elem_sep int getIdField ... |
SimpleFeatureSource function ( ReferencedEnvelope arg0 , double arg1 ) { if ( arg0 == null ) { throw new IllegalArgumentException ( "srini_string" ) ; } return Hexagons . createGrid ( arg0 , arg1 , HexagonOrientation . FLAT , new DefaultGridFeatureBuilder ( arg0 . getCoordinateReferenceSystem ( ) ) ) ; } | creates a vector grid of hexagonal elements . hexagon size is expressed as side length . to create hexagons of specified area you can use the static @linkplain hexagons #areatosidelength double method to calculate theequivalent side length . the hexagons created by this method are orientated with a pair of edges parall... |
String function ( ) { return _clusterName ; } | get the cluster name concode_field_sep int _mapKeyArgNum concode_elem_sep int _zkPathArgNum concode_elem_sep ConfigScopeProperty _type concode_elem_sep String _clusterName concode_elem_sep String _mapKey concode_elem_sep StringTemplate template concode_elem_sep String _resourceName concode_elem_sep String _participantN... |
int function ( ) { return receivedMail . size ( ) ; } | get the number of messages received . concode_field_sep int DEFAULT_SMTP_PORT concode_elem_sep ServerSocket serverSocket concode_elem_sep boolean stopped concode_elem_sep List<SmtpMessage> receivedMail concode_elem_sep int port concode_elem_sep int TIMEOUT concode_field_sep boolean isStopped concode_elem_sep void stop ... |
ArrayList function ( int arg0 , boolean arg1 , String arg2 ) { ArrayList loc0 = getEmployees ( arg0 ) ; Collections . sort ( loc0 , new EmployeeComparator ( arg1 , arg2 ) ) ; return loc0 ; } | gets a list of employee records that matches the supplied criteria . concode_field_sep String sortColumn concode_elem_sep boolean isDescending concode_elem_sep Log logger concode_elem_sep ArrayList EMPLOYEE_POOL concode_field_sep int compare |
void function ( ResourceIDImpl arg0 , ResourceDO arg1 , boolean arg2 ) { if ( isNonRecursive ( arg0 . getPath ( ) ) ) { registry . delete ( arg0 . getPath ( ) ) ; } else { repository . deleteSubTree ( arg0 , arg1 , arg2 ) ; } } | method to delete a sub tree of the collection hierarchy . concode_field_sep Registry registry concode_elem_sep Repository repository concode_field_sep String moveRecursively concode_elem_sep void restoreRecursively concode_elem_sep boolean isNonRecursive concode_elem_sep void setRepository concode_elem_sep void dumpRec... |
String function ( boolean arg0 ) { return arg0 ? "srini_string" : "srini_string" ; } | returns a databases representation of the specified java boolean value . concode_field_sep PlaceHolder placeHolder concode_field_sep boolean getRecordAlreadyExists concode_elem_sep PreparedStatement setBytes concode_elem_sep PreparedStatement setBytes concode_elem_sep Long getGeneratedKey concode_elem_sep boolean canRe... |
boolean function ( float arg0 ) { int loc0 = ( int ) ( arg0 / frameDuration ) ; return keyFrames . length - 1 < loc0 ; } | whether the animation would be finished if played without looping playmode #normal , given the state time . concode_field_sep float animationDuration concode_elem_sep int lastFrameNumber concode_elem_sep PlayMode playMode concode_elem_sep float frameDuration concode_elem_sep TextureRegion[] keyFrames concode_elem_sep f... |
Card function ( ) { if ( size > 0 ) { size -- ; return ( cards . get ( size ) ) ; } else { return null ; } } | deals a card from this deck . concode_field_sep List<Card> cards concode_elem_sep int size concode_field_sep int size concode_elem_sep boolean isEmpty concode_elem_sep String toString concode_elem_sep void shuffle |
InputStream function ( ) { return null ; } | always returns null concode_field_sep PlaceHolder placeHolder concode_field_sep Metadata getMetadata concode_elem_sep String getResourceId |
byte [ ] function ( BytesRef arg0 ) { return decompress ( arg0 . arg0 , arg0 . offset , arg0 . length ) ; } | decompress the byte array previously returned by compress referenced by the provided bytesref concode_field_sep PlaceHolder placeHolder concode_field_sep String decompressString concode_elem_sep String decompressString concode_elem_sep String decompressString concode_elem_sep byte[] compress concode_elem_sep byte[] com... |
String function ( byte [ ] arg0 ) { return new String ( Base64 . encodeBase64 ( arg0 ) , Charsets . UTF_8 ) ; } | encode a identifier as a base64-encoded char array . concode_field_sep String AUTH_DIGEST_MD5 concode_elem_sep String DEFAULT_REALM concode_field_sep Map<String,String> getSaslProps concode_elem_sep String getSecretKey concode_elem_sep char[] encodePassword |
ImageReader function ( ) { ImageReader loc0 = null ; Iterator < ImageReader > loc1 = ImageIO . getImageReadersByMIMEType ( INTERNAL_ENCODING ) ; if ( loc1 . hasNext ( ) ) { loc0 = loc1 . next ( ) ; } else { throw new ClassNotFoundException ( "srini_string" + INTERNAL_ENCODING + "srini_string" ) ; } return loc0 ; } | get an image reader for the internal encoding . concode_field_sep byte image_data[] concode_elem_sep BufferedImage image concode_elem_sep String INTERNAL_ENCODING concode_elem_sep String name concode_elem_sep long serialVersionUID concode_field_sep void setName concode_elem_sep void writeImage concode_elem_sep byte[] g... |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.