code stringlengths 20 663 | nl stringlengths 68 7.19k |
|---|---|
void function ( String arg0 ) { this . countryName = arg0 ; } | sets the name of the country concode_field_sep int retweetsLand concode_elem_sep int retweetsLandFiltered concode_elem_sep String countryName concode_elem_sep String countryId3Chars concode_elem_sep String countryId2Chars concode_elem_sep double value concode_field_sep int getRetweetsLand concode_elem_sep Double getVal... |
boolean function ( ) { return false ; } | indicates if this contact supports resources . this default implementation indicates no support for contact resources . concode_field_sep Collection<ContactResourceListener> resourceListeners concode_field_sep void fireContactResourceEvent concode_elem_sep void addResourceListener concode_elem_sep void removeResourceLi... |
String function ( ) { return type ; } | the type of the proxy , see java.net.proxy.type concode_field_sep Proxies instance concode_elem_sep String ITEM_NON_PROXY_HOSTS concode_elem_sep Credentials credentials concode_elem_sep String ITEM_PASSWORD concode_elem_sep String ITEM_TYPE concode_elem_sep String type concode_elem_sep String ITEM_PORT concode_elem_sep... |
void function ( ConnectionEventListener arg0 ) { log . finest ( "srini_string" ) ; if ( arg0 == null ) throw new IllegalArgumentException ( "srini_string" ) ; listeners . add ( arg0 ) ; } | adds a connection event listener to the managedconnection instance . concode_field_sep Logger log concode_elem_sep AnnoManagedConnectionFactory1 mcf concode_elem_sep List<ConnectionEventListener> listeners concode_elem_sep AnnoConnectionImpl1 connection concode_elem_sep PrintWriter logwriter concode_field_sep void asso... |
void function ( Long arg0 ) { this . partSizeInBytes = arg0 ; } | the part size , in bytes , specified in the initiate multipart upload request . this is the size of all the parts in the upload except the last part , which may be smaller than this size . concode_field_sep String archiveDescription concode_elem_sep String creationDate concode_elem_sep String multipartUploadId concode_... |
Set < T1 > function ( T2 arg0 ) { Set < T1 > loc0 = _reverse . get ( arg0 ) ; if ( null == loc0 ) { return Collections . emptySet ( ) ; } return new HashSet < > ( loc0 ) ; } | search the reverse map for all keys that have been associated with a particular value . concode_field_sep boolean _dirty concode_elem_sep Map<T2,Set<T1>> _reverse concode_elem_sep Map<T1,Set<T2>> _forward concode_field_sep Set<T2> getValues concode_elem_sep boolean valueHasOtherKeys concode_elem_sep boolean containsKey... |
void function ( java . io . Reader 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 int bufcolumn[] concode_elem_sep int bufline[] concode_elem_se... |
long function ( ) { return startTime ; } | return the time when the action started . concode_field_sep long startTime concode_field_sep long buildTookInMillis concode_elem_sep void start |
void function ( ) { stillRunning = false ; } | tells the server to exit . concode_field_sep ParserGrammar parser concode_elem_sep int port concode_elem_sep ServerSocket serverSocket concode_elem_sep Redwood.RedwoodChannels log concode_elem_sep boolean stillRunning concode_elem_sep int DEFAULT_PORT concode_elem_sep TreeBinarizer binarizer concode_field_sep ParserGra... |
void function ( long arg0 ) { this . delay = arg0 ; } | set the delay before starting the task for the first time , in milliseconds . default is 0 , immediately starting the task after successful scheduling . if the `` firsttime '' property is specified , this property will be ignored . specify one or the other , not both . concode_field_sep long period concode_elem_sep boo... |
List function ( ) { final List < ServiceFactory > loc0 = new ArrayList < > ( ) ; loc0 . add ( this . webApplicationServiceFactory ) ; return loc0 ; } | service factory list list . concode_field_sep ArgumentExtractor defaultArgumentExtractor concode_elem_sep SpringBeanJobFactory casSpringBeanJobFactory concode_elem_sep boolean interruptJobs concode_elem_sep int URL_HANDLER_MAPPING_ORDER concode_elem_sep ServiceFactory<WebApplicationService> webApplicationServiceFactory... |
void function ( ) { if ( isRedo ( ) ) { cursor = cursor + 1 ; Memento loc0 = mementoStateHistory . get ( cursor ) ; loc0 . restore ( ) ; } } | redo the last state change . only possible if there have been previous undo call . concode_field_sep int cursor concode_elem_sep ArrayList<Memento> mementoStateHistory concode_elem_sep int maxHistorySize concode_field_sep boolean isRedo concode_elem_sep void undo concode_elem_sep boolean isUndo concode_elem_sep void ad... |
Behaviour function ( ) { while ( readyBehaviours . isEmpty ( ) ) { owner . idle ( ) ; } Behaviour loc0 = ( Behaviour ) readyBehaviours . get ( currentIndex ) ; currentIndex = ( currentIndex + 1 ) % readyBehaviours . size ( ) ; return loc0 ; } | selects the appropriate behaviour for execution , with a trivial round-robin algorithm . concode_field_sep Agent owner concode_elem_sep List readyBehaviours concode_elem_sep List blockedBehaviours concode_elem_sep int currentIndex concode_field_sep void add concode_elem_sep Behaviour[] getBehaviours concode_elem_sep bo... |
double function ( final double arg0 , final double arg1 ) { if ( Double . isNaN ( arg0 ) ) { return arg1 ; } else if ( Double . isNaN ( arg1 ) ) { return arg0 ; } else { return Math . min ( arg0 , arg1 ) ; } } | gets the minimum of two double values . nan is only returned if all numbers are nan as per ieee-754r . concode_field_sep PlaceHolder placeHolder concode_field_sep double max concode_elem_sep float max concode_elem_sep double max concode_elem_sep double max concode_elem_sep float max concode_elem_sep float max |
void function ( Network arg0 ) { this . rval = arg0 ; } | sets the value of the rval property . concode_field_sep Network rval concode_field_sep Network getRval |
void function ( OutputStream arg0 , NotFoundReason arg1 ) { arg0 . write_long ( arg1 . arg1 ( ) ) ; } | write the exception to the cdr output stream . concode_field_sep String _id concode_field_sep NotFoundReason extract concode_elem_sep NotFoundReason read concode_elem_sep void insert concode_elem_sep String id concode_elem_sep TypeCode type |
int function ( ) { return this . taskCount ; } | return the number of tasks timed . concode_field_sep boolean running concode_elem_sep int taskCount concode_elem_sep long startTimeMillis concode_elem_sep String currentTaskName concode_elem_sep TaskInfo lastTaskInfo concode_elem_sep long totalTimeMillis concode_elem_sep List<TaskInfo> taskList concode_elem_sep String ... |
Issue function ( ) { final Repo loc0 = new MkGithub ( ) . randomRepo ( ) ; return loc0 . issues ( ) . create ( "srini_string" , "srini_string" ) ; } | make an issue . concode_field_sep PlaceHolder placeHolder concode_field_sep void preventsSpam concode_elem_sep void postsGithubComment |
Injector < Configuration > function ( ) { return configurationValue ; } | target injector concode_field_sep InjectedValue<ISecurityManagement> securityManagementValue concode_elem_sep ServiceName SERVICE_NAME concode_elem_sep ApplicationPolicy applicationPolicy concode_elem_sep JSSESecurityDomain jsseSecurityDomain concode_elem_sep String name concode_elem_sep InjectedValue<Configuration> co... |
java . util . List < OrderableClusterOption > function ( ) { if ( orderableClusterOptions == null ) { orderableClusterOptions = new com . amazonaws . internal . ListWithAutoConstructFlag < OrderableClusterOption > ( ) ; orderableClusterOptions . setAutoConstruct ( true ) ; } return orderableClusterOptions ; } | an orderableclusteroption structure containing information about orderable options for the cluster . concode_field_sep String marker concode_elem_sep com.amazonaws.internal.ListWithAutoConstructFlag<OrderableClusterOption> orderableClusterOptions concode_field_sep void setOrderableClusterOptions concode_elem_sep String... |
void function ( Label arg0 ) { this . label = arg0 ; } | sets the value of the label property . concode_field_sep Layout layout concode_elem_sep Boolean sendOnFinish concode_elem_sep String mapping concode_elem_sep List<Address> address concode_elem_sep BigDecimal min concode_elem_sep String styling concode_elem_sep String flavour concode_elem_sep BigDecimal max concode_elem... |
Method function ( ) { try { Class [ ] loc0 = new Class [ ] { Throwable . class } ; return Throwable . class . getMethod ( "srini_string" , loc0 ) ; } catch ( NoSuchMethodException loc0 ) { return null ; } } | returns a method allowing access to throwable #initcause throwable initcause method of throwable , or null if the method does not exist . concode_field_sep Method INIT_CAUSE_METHOD concode_field_sep void initCause |
Vector < Boolean > function ( int arg0 ) { return new Vector < Boolean > ( ) ; } | this function is used to create the daily possibility operation vector of each appliance for the week taking into consideration the days that this appliance could be able to function . concode_field_sep RandomSeedRepo randomSeedRepo concode_elem_sep Vector<Boolean> dailyOperation concode_elem_sep Vector<Vector<Integer>... |
int function ( int arg0 ) { int loc0 = arg0 >> ADDRESS_BITS ; if ( loc0 >= data . length ) { return 0 ; } return ( int ) ( data [ loc0 ] >>> ( arg0 & ( 7 << 3 ) ) & 255 ) ; } | get the next 8 bits at the given index . the index must be a multiple of 8 . concode_field_sep int ADDRESS_BITS concode_elem_sep long[] data concode_elem_sep int BITS concode_elem_sep int ADDRESS_MASK concode_elem_sep int maxLength concode_field_sep int nextClearBit concode_elem_sep long getBitMask concode_elem_sep voi... |
int function ( ) { return - 1 ; } | get the value of the current file pointer , or -1 if this file has no pointer . concode_field_sep FileSystem fileSystem concode_elem_sep String name concode_field_sep String getName concode_elem_sep int read concode_elem_sep int read concode_elem_sep int length concode_elem_sep FileSystem getFileSystem concode_elem_sep... |
void function ( BufferedImage arg0 ) { setImage ( arg0 , isCached ) ; } | writes buffered imate to this object . if images caching is enabled , the images is written to disk , otherwise it is kept in memory . concode_field_sep long length concode_elem_sep boolean isScaled concode_elem_sep boolean isCached concode_elem_sep boolean isCachingEnabled concode_elem_sep File tempFile concode_elem_s... |
List < Doc > function ( ) { if ( doc == null ) { doc = new ArrayList < Doc > ( ) ; } return this . doc ; } | gets the value of the doc property . this accessor method returns a reference to the live list , not a snapshot . therefore any modification you make to the returned list will be present inside the jaxb object . this is why there is not a set method for the doc property . for example , to add a new item , do as follows... |
void function ( A arg0 ) { listStart = new LLNode ( arg0 , listStart ) ; if ( listEnd == null ) { listEnd = listStart ; } } | add an element to the start of the list . concode_field_sep LLNode listStart concode_elem_sep LLNode listEnd concode_elem_sep LLNode tail concode_elem_sep LLNode prev concode_elem_sep A value concode_field_sep A head concode_elem_sep int size concode_elem_sep LLNode tail concode_elem_sep LLNode prev concode_elem_sep A ... |
InputStream function ( ) { return content ; } | returns the input stream of this message content . concode_field_sep long messageNumber concode_elem_sep String to concode_elem_sep List<InputStream> attachments concode_elem_sep InputStream content concode_field_sep List<InputStream> getAttachments concode_elem_sep void setAttachments concode_elem_sep void setContent ... |
void function ( java . lang . String arg0 ) { this . optionalParameter = arg0 ; } | sets the optionalparameter value for this wsservicegetconfiguration . concode_field_sep java.lang.Object __equalsCalc concode_elem_sep boolean __hashCodeCalc concode_elem_sep org.apache.axis.description.TypeDesc typeDesc concode_elem_sep java.lang.String optionalParameter concode_elem_sep java.lang.String jndiName conc... |
void function ( HelpManager arg0 ) { this . helpManager = arg0 ; } | set help manager concode_field_sep ResourceLoader msgs concode_elem_sep String searchString concode_elem_sep String showLinkToQuestionTool concode_elem_sep String emailAddress concode_elem_sep HelpManager helpManager concode_elem_sep String numberOfResult concode_elem_sep List searchResults concode_field_sep String get... |
void function ( DoubleSummaryStatistics arg0 ) { count += arg0 . count ; simpleSum += arg0 . simpleSum ; sumWithCompensation ( arg0 . sum ) ; sumWithCompensation ( arg0 . sumCompensation ) ; min = Math . min ( min , arg0 . min ) ; max = Math . max ( max , arg0 . max ) ; } | combines the state of another doublesummarystatistics into thisone . concode_field_sep double min concode_elem_sep double sumCompensation concode_elem_sep long count concode_elem_sep double max concode_elem_sep double simpleSum concode_elem_sep double sum concode_field_sep double getMin concode_elem_sep double getMax c... |
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... |
void function ( ActionEvent arg0 ) { if ( currentChartModel != null ) { currentChartModel . removeData ( ) ; } } | adds a unit of data to 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... |
void function ( ResourceBundle arg0 ) { this . resourceBundle = arg0 ; } | sets the resource bundle used to localize the raw message during formatting . concode_field_sep long sequenceNumber concode_elem_sep String sourceMethodName concode_elem_sep int initThreadId concode_elem_sep Level level concode_elem_sep Throwable thrown concode_elem_sep boolean sourceInitialized concode_elem_sep String... |
void function ( ) { Preconditions . checkState ( ! sealed , "srini_string" ) ; sealed = true ; } | seals the builder so that no mutation method can be called on this . concode_field_sep Scheduler listenerScheduler concode_elem_sep boolean sealed concode_elem_sep Logger logger concode_elem_sep Scheduler internalScheduler concode_elem_sep Storage storage concode_elem_sep String platform concode_elem_sep NetworkChannel... |
void function ( final String arg0 ) { final Notification loc0 = onNotificationClose ( arg0 ) ; if ( loc0 == null || loc0 . deleteIntent == null ) { return ; } try { loc0 . deleteIntent . send ( ) ; } catch ( final PendingIntent . CanceledException loc1 ) { } } | removes a notification . concode_field_sep String LOGTAG concode_elem_sep String mForegroundNotification concode_elem_sep String PERSISTENT_INTENT_EXTRA concode_elem_sep HashMap<String,Notification> mNotifications concode_elem_sep NotificationManagerCompat mNotificationManager concode_elem_sep String CLICK_ACTION conco... |
Buffer function ( byte [ ] arg0 , Buffer arg1 ) { return decompress ( arg0 , 0 , arg0 . length , arg1 ) ; } | equivalent to decompress in , 0 , in.length , out . concode_field_sep PlaceHolder placeHolder concode_field_sep placeholderType placeHolder |
Boolean function ( ) { return this . senderFault ; } | whether the error happened due to the sender 's fault . concode_field_sep String code concode_elem_sep Boolean senderFault concode_elem_sep String id concode_elem_sep String message concode_field_sep BatchResultErrorEntry withSenderFault concode_elem_sep void setCode concode_elem_sep String getMessage concode_elem_sep ... |
void function ( String arg0 ) { log ( LOG_WARNING , arg0 ) ; } | prints a warning message . concode_field_sep int FC_TARGET_STOP concode_elem_sep int FC_TARGET_RETURN concode_elem_sep int FC_MATCH_NO_MATCH concode_elem_sep int LOG_ERR concode_elem_sep int FC_MATCH_MATCHES concode_elem_sep int LOG_DEBUG concode_elem_sep int LOG_NOTICE concode_elem_sep int LOG_WARNING concode_elem_sep... |
boolean function ( Object arg0 ) { if ( ( arg0 == null ) || ! ( arg0 . getClass ( ) . equals ( this . getClass ( ) ) ) ) { return false ; } SelectedTag loc0 = ( SelectedTag ) arg0 ; if ( ( loc0 . getTags ( ) == m_Tags ) && ( loc0 . getSelectedTag ( ) == m_Tags [ m_Selected ] ) ) { return true ; } else { return false ; ... | returns true if this selectedtag equals another object concode_field_sep int m_Selected concode_elem_sep Tag[] m_Tags concode_field_sep Tag getSelectedTag concode_elem_sep Tag[] getTags concode_elem_sep String toString concode_elem_sep String getRevision |
void function ( int arg0 ) { erase ( ) ; yPosition += arg0 ; draw ( ) ; } | move the triangle vertically by ` distance ' pixels . concode_field_sep int xPosition concode_elem_sep String color concode_elem_sep int yPosition concode_elem_sep int width concode_elem_sep boolean isVisible concode_elem_sep int height concode_field_sep void erase concode_elem_sep void changeColor concode_elem_sep voi... |
void function ( Customer arg0 ) { this . _return = arg0 ; } | sets the value of the return property . concode_field_sep Customer _return concode_field_sep Customer getReturn |
ConfigUpdate function ( boolean arg0 ) { commands . add ( new Command ( "srini_string" , arg0 ) ) ; return this ; } | set whether the link button has been pressed within the last 30 seconds or not . concode_field_sep ArrayList<Command> commands concode_field_sep ConfigUpdate setName concode_elem_sep String toJson concode_elem_sep ConfigUpdate setNetworkMask concode_elem_sep ConfigUpdate setGateway concode_elem_sep ConfigUpdate setIPAd... |
Predicate < T > function ( Iterable < ? extends Predicate < ? super T >> arg0 ) { return new AndPredicate < > ( defensiveCopy ( arg0 ) ) ; } | returns a predicate that evaluates to true if each of its components evaluates to true . the components are evaluated in order , and evaluation will be `` short-circuited '' as soon as a false predicate is found . it defensively copies the iterable passed in , so future changes to it wo n't alter the behavior of this p... |
void function ( String arg0 ) { this . status = arg0 ; } | setter method for status concode_field_sep String subSubCategoryName concode_elem_sep String callSource concode_elem_sep String ticketNO concode_elem_sep String avgTime concode_elem_sep String circle concode_elem_sep String categoryName concode_elem_sep String subCategoryName concode_elem_sep String caseType concode_el... |
void function ( long arg0 ) { today . setTimeInMillis ( arg0 ) ; resetToDate ( today ) ; currentDate = new java . sql . Date ( getTimeInMillis ( today ) ) ; } | resets the static reusable value today concode_field_sep Calendar today concode_elem_sep String zerodatetime concode_elem_sep Calendar tempCalGMT concode_elem_sep SimpleDateFormat sdfd concode_elem_sep SimpleDateFormat sdfts concode_elem_sep Date currentDate concode_elem_sep String sdfdPattern concode_elem_sep Calendar... |
String function ( int arg0 ) { return ( String ) ( StringUtils . lookUpNumber ( tlcDescs , arg0 ) ) ; } | look up the description of a tlc algorithm by its id concode_field_sep int TC2_B1 concode_elem_sep int ACGJ_4 concode_elem_sep int TC_1OPT concode_elem_sep int RANDOM concode_elem_sep int TC1_FIX concode_elem_sep int RLSARSA6 concode_elem_sep int RLD concode_elem_sep int GENNEURAL concode_elem_sep int TC_2FINAL concode... |
String function ( ) { return rank + "srini_string" + suit + "srini_string" + pointValue + "srini_string" ; } | converts the rank , suit , and point value into a string in the format '' rank of suit point value = pointvalue '' . this provides a useful way of printing the contents of a deck in an easily readable format or performing other similar functions . concode_field_sep int pointValue concode_elem_sep String rank concode_el... |
String function ( Object arg0 ) { return formatter . format ( arg0 ) ; } | returns the string representation of the given array , or null if the given object is either null or not an array . this method supports arrays having other arrays as elements . concode_field_sep ArrayFormatter formatter concode_field_sep T[] nonNullElements concode_elem_sep boolean hasElements concode_elem_sep T[] arr... |
Schema function ( ) { return sch ; } | returns the schema of the new table . concode_field_sep Schema sch concode_elem_sep String tblname concode_field_sep String tableName |
void function ( E arg0 ) { addCapacity ( 1 ) ; queue . addLast ( arg0 ) ; } | inserts to the end of this queue . concode_field_sep int maxCapacity concode_elem_sep AtomicInteger writeBehindQueueItemCounter concode_elem_sep WriteBehindQueue<E> queue concode_field_sep void filter concode_elem_sep boolean contains concode_elem_sep int size concode_elem_sep void clear concode_elem_sep void addCapaci... |
void function ( int arg0 ) { this . id = arg0 ; } | defines the id of the triangle . concode_field_sep boolean border concode_elem_sep List<Edge> edges concode_elem_sep List<Triangle> neighbours concode_elem_sep int id concode_field_sep boolean addNeighbour concode_elem_sep int getId concode_elem_sep boolean removeNeighbour concode_elem_sep boolean isBorder concode_elem... |
void function ( Grantee arg0 ) { if ( grantee != null ) { Trace . doAssert ( false , Trace . getMessage ( Trace . CHANGE_GRANTEE ) + "srini_string" + sName ) ; } grantee = arg0 ; } | sets the grantee object for this user . this is done in the constructor for all users except the special users system and public , which have to be set up before the managers are initialized . concode_field_sep String sName concode_elem_sep Grantee grantee concode_elem_sep boolean isPublic concode_elem_sep boolean isSy... |
Person function ( ) { return personI ; } | gets the value of the personi property . concode_field_sep Person personI concode_field_sep void setPersonI |
X509CertificateHolder function ( ContentSigner arg0 ) { tbsGen . setSignature ( arg0 . getAlgorithmIdentifier ( ) ) ; return CertUtils . generateFullCert ( arg0 , tbsGen . generateTBSCertificate ( ) ) ; } | generate an x509 certificate , based on the current issuer and subject using the passed in signer . concode_field_sep V1TBSCertificateGenerator tbsGen concode_field_sep placeholderType placeHolder |
void function ( ) { setScanner ( new Scanner ( new java . io . BufferedInputStream ( System . in ) , CHARSET_NAME ) ) ; } | if stdin changes , use this to reinitialize the scanner . concode_field_sep Pattern EMPTY_PATTERN concode_elem_sep String CHARSET_NAME concode_elem_sep Locale LOCALE concode_elem_sep Scanner scanner concode_elem_sep Pattern WHITESPACE_PATTERN concode_elem_sep Pattern EVERYTHING_PATTERN concode_field_sep int[] readAllIn... |
int function ( ) { return sampleHasRedundancy ; } | 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... |
ShortBuffer function ( ) { isDirty = true ; return buffer ; } | returns the underlying shortbuffer . if you modify the buffer contents they wil be uploaded on the call to #bind . if you need immediate uploading use #setindices short , int , int . concode_field_sep boolean isDirty concode_elem_sep int usage concode_elem_sep boolean isBound concode_elem_sep int bufferHandle concode_e... |
MockHttpServletRequestBuilder function ( URI arg0 ) { return new MockHttpServletRequestBuilder ( HttpMethod . HEAD , arg0 ) ; } | create a mockhttpservletrequestbuilder for a head request . concode_field_sep PlaceHolder placeHolder concode_field_sep MockHttpServletRequestBuilder patch concode_elem_sep MockHttpServletRequestBuilder patch concode_elem_sep MockHttpServletRequestBuilder request concode_elem_sep MockHttpServletRequestBuilder request c... |
String function ( ) { return image ; } | returns the image . concode_field_sep int endLine concode_elem_sep Token next concode_elem_sep String image concode_elem_sep int endColumn concode_elem_sep Token specialToken concode_elem_sep int beginColumn concode_elem_sep int kind concode_elem_sep int beginLine concode_elem_sep long serialVersionUID concode_field_se... |
void function ( boolean arg0 , @ Nullable String arg1 , @ Nullable Object ... arg2 ) { if ( ! arg0 ) { throw new VerifyException ( format ( arg1 , arg2 ) ) ; } } | ensures that expression is true , throwing a verifyexception with acustom message otherwise . concode_field_sep PlaceHolder placeHolder concode_field_sep T verifyNotNull concode_elem_sep T verifyNotNull |
long function ( int arg0 ) { int loc0 = pointer % 8 ; if ( loc0 == 0 ) { loc0 = 8 ; } skip_bits ( loc0 ) ; long loc1 = next_bits ( arg0 ) ; unget_bits ( loc0 + arg0 ) ; return loc1 ; } | returns next 'n' up to 64 bits from the input stream starting on byte boundary . does ' t change the pointer into local buffer . concode_field_sep long buffer concode_elem_sep byte pointer concode_elem_sep InputStream is concode_field_sep void skip_bit concode_elem_sep void marker_bit concode_elem_sep void unget_bits c... |
void function ( ) { } | dummy method doing nothing concode_field_sep PlaceHolder placeHolder concode_field_sep void doNothing60 concode_elem_sep void doNothing61 concode_elem_sep void doNothing62 concode_elem_sep void doNothing63 concode_elem_sep void doNothing53 concode_elem_sep void doNothing31 concode_elem_sep void doNothing54 concode_elem... |
void function ( ) { sqlMap . clear ( ) ; sqlLookup . clear ( ) ; csidMap . clear ( ) ; sessionMap . clear ( ) ; useMap . clear ( ) ; next_cs_id = 0 ; } | clears all internal data structures , removing any references to compiled statements . concode_field_sep Database database concode_elem_sep IntValueHashMap sqlMap concode_elem_sep IntKeyHashMap sessionMap concode_elem_sep IntKeyHashMap sqlLookup concode_elem_sep IntKeyHashMap csidMap concode_elem_sep int next_cs_id con... |
Function function ( Name arg0 , List < org . opengis . filter . expression . Expression > arg1 ) { return findFunction ( arg0 , arg1 , null ) ; } | look up a function for the provided name . concode_field_sep Logger LOGGER concode_elem_sep Map<Name,FunctionFactory> functionFactoryCache concode_field_sep Function findFunctionInternal concode_elem_sep HashMap<Name,FunctionFactory> lookupFunctions concode_elem_sep FunctionName findFunctionDescription concode_elem_sep... |
float function ( float arg0 , Vertex arg1 ) { float loc0 = arg1 . arg0 - arg0 ; if ( loc0 >= 0 ) return loc0 ; else return - loc0 ; } | gets the x distance between a float and a vertex concode_field_sep List<CSSStyleHierarchy> sheets concode_elem_sep AbstractMTApplication app concode_elem_sep CSSStyleManager cssStyleManager concode_elem_sep MTComponent c concode_elem_sep List<CSSStyle> privateStyleSheets concode_elem_sep CSSStyle virtualStyleSheet conc... |
boolean function ( ) { return designTime ; } | find out whether it is design time . design time means we are in a rad tool . defaults to false . concode_field_sep boolean guiAvailable concode_elem_sep boolean designTime concode_field_sep Object getInstanceOf concode_elem_sep boolean isInstanceOf concode_elem_sep boolean isGuiAvailable concode_elem_sep Object instan... |
BigInteger function ( ) { if ( numDerivativesAtEnd == null ) { return new BigInteger ( "srini_string" ) ; } else { return numDerivativesAtEnd ; } } | gets the value of the numderivativesatend property . concode_field_sep BigInteger numDerivativesAtEnd concode_elem_sep BigInteger numDerivativesAtStart concode_elem_sep BigInteger numDerivativeInterior concode_field_sep void setNumDerivativesAtEnd concode_elem_sep BigInteger getNumDerivativeInterior concode_elem_sep vo... |
void function ( final int arg0 , final IncomeType arg1 ) { funds += arg0 ; incomes . put ( arg1 , incomes . get ( arg1 ) + arg0 ) ; i . score . funds += arg0 ; } | add funds to the ledger . concode_field_sep Integer DELNADA concode_elem_sep Map<ExpenseType,Integer> expenses concode_elem_sep Map<IncomeType,Integer> incomes concode_elem_sep int funds concode_elem_sep long serialVersionUID concode_field_sep void fundReport concode_elem_sep Integer defaultValue concode_elem_sep Integ... |
String function ( String arg0 , String [ ] arg1 ) { return findNearest ( arg0 , Arrays . asList ( arg1 ) ) ; } | finds the string in the group closest to key and returns it . concode_field_sep String a concode_elem_sep String b concode_elem_sep int[] cost concode_elem_sep int[] back concode_field_sep int min concode_elem_sep int editDistance concode_elem_sep int calc concode_elem_sep void flip |
String function ( ) { return name ; } | name concode_field_sep Logger logger concode_elem_sep List<Car> cars concode_elem_sep String name concode_elem_sep Map<String,CarType> carTypes concode_field_sep void setName concode_elem_sep boolean isAvailable concode_elem_sep Reservation confirmQuote concode_elem_sep List<Reservation> getReservationsBy concode_elem_... |
String function ( ) { return name ; } | gets the value of the name property . concode_field_sep String name concode_elem_sep List<ContentMetadataKeyHierarchyLevel> hierarchyLevels concode_elem_sep Integer id concode_elem_sep ContentMetadataKeyHierarchyStatus status concode_field_sep void setName concode_elem_sep List<ContentMetadataKeyHierarchyLevel> getHier... |
void function ( ) { PowerFunction2D loc0 = new PowerFunction2D ( 1.0 , 2.0 ) ; PowerFunction2D loc1 = new PowerFunction2D ( 1.0 , 2.0 ) ; assertTrue ( loc0 . equals ( loc1 ) ) ; loc0 = new PowerFunction2D ( 2.0 , 3.0 ) ; assertFalse ( loc0 . equals ( loc1 ) ) ; loc1 = new PowerFunction2D ( 2.0 , 3.0 ) ; assertTrue ( lo... | for datasets , the equals method just checks keys and values . concode_field_sep double EPSILON concode_field_sep void testSerialization concode_elem_sep void testConstructor concode_elem_sep void testHashCode |
void function ( int arg0 ) { this . sampleDependsOn = arg0 ; } | sample_depends_on takes one of the following four values : 0 : the dependency of this sample is unknown ; 1 : this sample does depend on others not an i picture ; 2 : this sample does not depend on others i picture ; 3 : reserved concode_field_sep int sampleDegradationPriority concode_elem_sep int samplePaddingValue co... |
TagDetailsInner function ( String arg0 ) { this . tagName = arg0 ; return this ; } | set the tagname value . concode_field_sep List<TagValueInner> values concode_elem_sep TagCount count concode_elem_sep String id concode_elem_sep String tagName concode_field_sep TagDetailsInner withCount concode_elem_sep List<TagValueInner> values concode_elem_sep TagCount count concode_elem_sep TagDetailsInner withVal... |
double function ( ) { return mCurrentStep . mCurrent ; } | get the current progress value . concode_field_sep Step mParent concode_elem_sep double mLastProgress concode_elem_sep double DEFAULT_MIN_PROGRESS_INC concode_elem_sep double mMinProgressInc concode_elem_sep double mCurrent concode_elem_sep double DEFAULT_END_VALUE concode_elem_sep double mBeginStep concode_elem_sep lo... |
void function ( ) { } | destroys any resources used by the 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... |
String function ( ) { return getLongDescription ( ) ; } | this implementation returns the long description . can be overridden to return the short description or any kind of custom description instead . concode_field_sep String[] aliases concode_elem_sep String beanName concode_elem_sep BeanDefinition beanDefinition concode_field_sep String[] getAliases concode_elem_sep Strin... |
void function ( IResource arg0 ) { arg0 ( arg0 , 1 ) ; } | export the passed resource to the destination . zip . export with no path leadup concode_field_sep IFileExporter exporter concode_elem_sep List resourcesToExport concode_elem_sep IResource resource concode_elem_sep List errorTable concode_elem_sep boolean useCompression concode_elem_sep boolean resolveLinks concode_ele... |
boolean function ( Table arg0 ) { return arg0 . getPartitionKeys ( ) . size ( ) > 0 ; } | checks to see if a table is partitioned . concode_field_sep PlaceHolder placeHolder concode_field_sep List<String> partitionNameToValues concode_elem_sep boolean isView |
void function ( int arg0 ) { outputPenalty = arg0 ; } | sets a penalty that should be added for each activation function evaluated in the output layer . concode_field_sep int outputPenalty concode_elem_sep double correlationWeight concode_elem_sep int correlationPenalty concode_elem_sep double outputWeight concode_field_sep Real getValue concode_elem_sep CascadeNetworkWeigh... |
Object function ( ) { try { IgniteBiTuple < String , GridCacheContext > loc0 = stash . get ( ) ; return loc0 . get2 ( ) . logger ( loc0 . get1 ( ) ) ; } catch ( IllegalStateException loc0 ) { throw U . withCause ( new InvalidObjectException ( loc0 . getMessage ( ) ) , loc0 ) ; } } | reconstructs object on unmarshalling . concode_field_sep String ctgr concode_elem_sep String cacheName concode_elem_sep IgniteLogger log concode_elem_sep long serialVersionUID concode_elem_sep GridCacheContext<?,?> cctx concode_elem_sep ThreadLocal<IgniteBiTuple<String,GridCacheContext>> stash concode_field_sep void wr... |
Paint . Cap function ( ) { return lineCap ; } | get the value of the line cap . concode_field_sep double nonStrokingAlphaConstant concode_elem_sep boolean isClippingPathDirty concode_elem_sep boolean alphaSource concode_elem_sep double smoothness concode_elem_sep PDColor nonStrokingColor concode_elem_sep PDSoftMask softMask concode_elem_sep RenderingIntent rendering... |
TTransport function ( ) { return trans_ ; } | transport accessor concode_field_sep TTransport trans_ concode_field_sep void writeSetEnd concode_elem_sep TStruct readStructBegin concode_elem_sep void writeFieldBegin concode_elem_sep void readStructEnd concode_elem_sep void writeListBegin concode_elem_sep void writeListEnd concode_elem_sep void writeBool concode_ele... |
InetAddress function ( ) { return m_Socket . getLocalAddress ( ) ; } | returns the destination inetaddress of this tcpmasterconnection . concode_field_sep int m_Timeout concode_elem_sep Socket m_Socket concode_elem_sep boolean m_Connected concode_elem_sep ModbusTCPTransport m_ModbusTransport concode_field_sep void setSocket concode_elem_sep void setTimeout concode_elem_sep int getPort con... |
void function ( long arg0 ) { _recentLayoutBranch . setCompanyId ( arg0 ) ; } | sets the company id of this recent layout branch . concode_field_sep RecentLayoutBranch _recentLayoutBranch concode_field_sep boolean isFinderCacheEnabled concode_elem_sep void setExpandoBridgeAttributes concode_elem_sep void setExpandoBridgeAttributes concode_elem_sep void setExpandoBridgeAttributes concode_elem_sep l... |
void function ( String arg0 ) { if ( getStdErrorPath ( ) == null ) { setStdErrorPath ( buildStdErrorLogPath ( ) ) ; } appendLogToFile ( getStdErrorPath ( ) , arg0 ) ; } | appends a string to error log usefull for exception logging when the run does n't get executed at all concode_field_sep TaskoTemplate template concode_elem_sep String STATUS_FINISHED concode_elem_sep String STATUS_READY_TO_RUN concode_elem_sep Date created concode_elem_sep String STATUS_FAILED concode_elem_sep Integer ... |
String function ( ) { return getClass ( ) . getSimpleName ( ) ; } | returns the name of this service . abstractexecutionthreadservice may include the namein debugging output . subclasses may override this method . concode_field_sep Service delegate concode_elem_sep Logger logger concode_field_sep void doStop concode_elem_sep void run concode_elem_sep Throwable failureCause concode_elem... |
void function ( Boolean arg0 ) { this . useSsl = arg0 ; } | explicitly requests caller to point back to an authorization endpoint on `` https '' , even if the incoming request is `` http '' e.g. when downstream of the ssl termination behind a load balancer . concode_field_sep ClientDetailsService clientDetailsService concode_elem_sep Log logger concode_elem_sep String SCOPE_PRE... |
long function ( com . liferay . portal . kernel . dao . orm . DynamicQuery arg0 ) { return _shoppingItemPriceLocalService . dynamicQueryCount ( arg0 ) ; } | returns the number of rows matching the dynamic query . concode_field_sep ShoppingItemPriceLocalService _shoppingItemPriceLocalService concode_field_sep ShoppingItemPriceLocalService getWrappedShoppingItemPriceLocalService concode_elem_sep void setWrappedShoppingItemPriceLocalService concode_elem_sep void setWrappedSer... |
void function ( VolleyError arg0 ) { mCurrentRetryCount ++ ; mCurrentTimeoutMs += ( mCurrentTimeoutMs * mBackoffMultiplier ) ; if ( ! hasAttemptRemaining ( ) ) { throw arg0 ; } } | prepares for the next retry by applying a backoff to the timeout . concode_field_sep int mCurrentTimeoutMs concode_elem_sep int mCurrentRetryCount concode_elem_sep int mMaxNumRetries concode_elem_sep float DEFAULT_BACKOFF_MULT concode_elem_sep float mBackoffMultiplier concode_elem_sep int DEFAULT_TIMEOUT_MS concode_ele... |
BeanDefinition function ( Element arg0 , ParserContext arg1 ) { String loc0 = arg0 . getAttribute ( "srini_string" ) ; if ( "srini_string" . equals ( loc0 ) ) { registerCacheAspect ( arg0 , arg1 ) ; } else { registerCacheAdvisor ( arg0 , arg1 ) ; } return null ; } | parses the ' ' tag . will aopnamespaceutils #registerautoproxycreatorifnecessary register an autoproxycreator with the container as necessary . concode_field_sep String JCACHE_ASPECT_CLASS_NAME concode_elem_sep boolean jsr107Present concode_elem_sep boolean jCacheImplPresent concode_elem_sep String CACHE_ASPECT_CLASS_N... |
int function ( ) { return X ; } | method returns the value of the position x concode_field_sep Image image concode_elem_sep int X concode_elem_sep int Y concode_elem_sep Point point concode_elem_sep String Name concode_field_sep void setName concode_elem_sep Point getPoint concode_elem_sep void setY concode_elem_sep void setX concode_elem_sep int getY ... |
String [ ] function ( String [ ] arg0 , int arg1 ) { int loc0 = arg0 . length - 1 ; String [ ] loc1 = new String [ loc0 ] ; System . arraycopy ( arg0 , 0 , loc1 , 0 , arg1 ) ; System . arraycopy ( arg0 , arg1 + 1 , loc1 , arg1 , loc0 - arg1 ) ; return loc1 ; } | returns a copy of the given args array , but without the indicated element . concode_field_sep String USAGE_MESSAGE concode_field_sep void usage concode_elem_sep void main concode_elem_sep void version |
void function ( BigInteger arg0 ) { this . inputSet = arg0 ; } | sets the value of the inputset property . concode_field_sep List<InstanceMaterial.Bind> binds concode_elem_sep String symbol concode_elem_sep String semantic concode_elem_sep String inputSemantic concode_elem_sep BigInteger inputSet concode_elem_sep String name concode_elem_sep List<Extra> extras concode_elem_sep List<... |
AuthorizationInfo function ( ) { return authorizationInfo ; } | gets the value of the authorizationinfo property . concode_field_sep String reason concode_elem_sep AuthorizationInfo authorizationInfo concode_elem_sep String confirmationNumber concode_elem_sep String dealerCode concode_elem_sep XMLGregorianCalendar paymentPostingDate concode_elem_sep String webSessionID concode_elem... |
String function ( ) { return this . changeIdentifier ; } | the change identifier for the current revision . concode_field_sep String changeIdentifier concode_elem_sep String revision concode_field_sep CurrentRevision withChangeIdentifier concode_elem_sep CurrentRevision withRevision concode_elem_sep int hashCode concode_elem_sep boolean equals concode_elem_sep CurrentRevision ... |
T function ( String arg0 ) { this . createdAt = arg0 ; return ( T ) this ; } | configure the created at concode_field_sep String createdAt concode_elem_sep String desiredState concode_elem_sep Map<String,Link> links concode_elem_sep String name concode_elem_sep String id concode_elem_sep Integer totalDesiredInstances concode_elem_sep String buildpack concode_elem_sep Map<String,String> environmen... |
Map < String , CalculatedQuestionFormulaBean > function ( ) { Map < String , CalculatedQuestionFormulaBean > loc0 = new HashMap < String , CalculatedQuestionFormulaBean > ( ) ; for ( CalculatedQuestionFormulaBean loc1 : formulas . values ( ) ) { if ( loc1 . getActive ( ) ) { loc0 . put ( loc1 . getName ( ) , loc1 ) ; }... | getactivevariables returns a map of all variables that return getactive of true concode_field_sep Map<String,CalculatedQuestionVariableBean> variables concode_elem_sep long serialVersionUID concode_elem_sep Map<String,CalculatedQuestionFormulaBean> formulas concode_elem_sep List<CalculatedQuestionCalculationBean> calcu... |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.