code stringlengths 20 663 | nl stringlengths 68 7.19k |
|---|---|
void function ( ) { getSession ( ) . createQuery ( "srini_string" ) . executeUpdate ( ) ; } | tears down the test environment . concode_field_sep StockService stockService concode_elem_sep SessionFactory sessionFactory concode_field_sep Stock createStock concode_elem_sep void testGet concode_elem_sep void testGetAll concode_elem_sep Archive createTestArchive concode_elem_sep void assertStock concode_elem_sep vo... |
long function ( Timestamp arg0 ) { return Timestamps . toNanos ( arg0 ) ; } | convert a timestamp to the number of nanoseconds elapsed from the epoch . concode_field_sep BigInteger NANOS_PER_SECOND_BIG_INTEGER concode_elem_sep long DURATION_SECONDS_MAX concode_elem_sep long DURATION_SECONDS_MIN concode_elem_sep long TIMESTAMP_SECONDS_MAX concode_elem_sep long NANOS_PER_SECOND concode_elem_sep lo... |
String function ( ) { return result ; } | gets the value of the result property . concode_field_sep String result concode_field_sep void setResult |
void function ( DefaultTreeModel arg0 ) { this . model = arg0 ; } | sets the tree 's default model . concode_field_sep SelectItem[] componentList concode_elem_sep NodeUserObject selectedNodeObject concode_elem_sep DefaultMutableTreeNode rootTreeNode concode_elem_sep DefaultTreeModel model concode_elem_sep Integer componentToAdd concode_elem_sep int labelCount concode_elem_sep String se... |
EJBObjectImpl function ( ) { return container . createEJBObjectImpl ( ) ; } | create a new ejbobject and new ejb if necessary . this is called from the generated `` helloejbhomeimpl '' create method . return the ejbobject for the bean . concode_field_sep BaseContainer container concode_elem_sep Logger _logger concode_field_sep HomeHandle getHomeHandle concode_elem_sep EJBObjectImpl createRemoteB... |
Integer function ( Integer arg0 ) { return arg0 != null && arg0 . intValue ( ) == 0 ? null : arg0 ; } | convert 0 to null concode_field_sep String minVersion concode_elem_sep String VERSION_PATTERN concode_elem_sep String jdkPreference concode_elem_sep String JDK_PREFERENCE_PREFER_JRE concode_elem_sep String JDK_PREFERENCE_JDK_ONLY concode_elem_sep String ARGS concode_elem_sep String[] JDK_PREFERENCE_NAMES concode_elem_s... |
OkHttpClient function ( ConnectionPool arg0 ) { this . connectionPool = arg0 ; return this ; } | sets the connection pool used to recycle http and https connections . if unset , the connectionpool #getdefault system-widedefault connection pool will be used . concode_field_sep ProxySelector proxySelector concode_elem_sep Proxy proxy concode_elem_sep boolean followProtocolRedirects concode_elem_sep SSLSocketFactory ... |
void function ( ArrayOfAMLCDDFatcaIndiciaDetectionServiceAccountAddressesInnerSetTupleType arg0 ) { this . accountAddressesInnerSet = arg0 ; } | sets the value of the accountaddressesinnerset property . concode_field_sep ArrayOfAMLCDDFatcaIndiciaDetectionServiceAccountAddressesInnerSetTupleType accountAddressesInnerSet concode_field_sep ArrayOfAMLCDDFatcaIndiciaDetectionServiceAccountAddressesInnerSetTupleType getAccountAddressesInnerSet |
boolean function ( String arg0 ) { return getBoolean ( arg0 , false ) ; } | returns the boolean at the given key , or false if it does not exist or is the wrongtype . concode_field_sep HashMap<String,Object> map concode_field_sep Json.Object getObject concode_elem_sep Json.Object getObject concode_elem_sep boolean isObject concode_elem_sep boolean containsKey concode_elem_sep TypedArray<String... |
OkAuthenticator function ( ) { return authenticator ; } | returns the client 's authenticator . this method never returns null . concode_field_sep Proxy proxy concode_elem_sep List<String> transports concode_elem_sep int uriPort concode_elem_sep SSLSocketFactory sslSocketFactory concode_elem_sep HostnameVerifier hostnameVerifier concode_elem_sep OkAuthenticator authenticator ... |
Long function ( ) { return NumBytesRX ; } | getter for the `` numbytesrx '' variable . concode_field_sep Integer NumOpenFiles concode_elem_sep Integer StorageStageQueueLength concode_elem_sep Long NumObjsRX concode_elem_sep Long NumReplBytesRX concode_elem_sep Long FreeSpace concode_elem_sep Long NumObjsTX concode_elem_sep Long NumBytesRX concode_elem_sep Long N... |
void function ( Resource arg0 ) { String loc0 = getResourcePath ( arg0 ) ; this . configuration . setProperty ( "srini_string" , loc0 ) ; } | sets the location of the key store to be loaded in the org.apache.ws.security.components.crypto.crypto instance . this property maps to the wss4j org.apache.ws.security.crypto.merlin.file property . concode_field_sep ClassLoader classLoader concode_elem_sep Properties configuration concode_elem_sep String CRYPTO_PROVID... |
void function ( View arg0 , int arg1 ) { int loc0 = wheel . getViewAdapter ( ) . getItemsCount ( ) ; if ( ( arg1 < 0 || arg1 >= loc0 ) && ! wheel . isCyclic ( ) ) { emptyItems = addView ( arg0 , emptyItems ) ; } else { while ( arg1 < 0 ) { arg1 = loc0 + arg1 ; } arg1 %= loc0 ; items = addView ( arg0 , items ) ; } } | adds view to cache . determines view type item view or empty one by index . concode_field_sep WheelView wheel concode_elem_sep List<View> emptyItems concode_elem_sep List<View> items concode_field_sep int recycleItems concode_elem_sep View getCachedView concode_elem_sep View getItem concode_elem_sep List<View> addView ... |
void function ( URL arg0 ) { BufferedImage loc0 = null ; try { loc0 = ImageIO . read ( arg0 ) ; } catch ( Exception loc1 ) { loc1 . printStackTrace ( ) ; } setImage ( loc0 ) ; } | sets the image this background painter displays . concode_field_sep MediaTracker tracker concode_elem_sep int oldHeight concode_elem_sep int oldWidth concode_elem_sep RTextAreaBase textArea concode_elem_sep Image master concode_elem_sep int scalingHint concode_field_sep void setScalingHint concode_elem_sep Image getMas... |
int function ( VersionedChecksummedBytes arg0 ) { int loc0 = Integer . valueOf ( this . version ) . compareTo ( Integer . valueOf ( arg0 . version ) ) ; if ( loc0 == 0 ) { return UnsignedBytes . lexicographicalComparator ( ) . compare ( this . bytes , arg0 . bytes ) ; } else { return loc0 ; } } | this implementation uses an optimized google guava method to compare bytes . concode_field_sep byte[] bytes concode_elem_sep int version concode_field_sep int getVersion concode_elem_sep int hashCode concode_elem_sep boolean equals concode_elem_sep VersionedChecksummedBytes clone concode_elem_sep String toString |
LogoutRequestBuilder function ( String arg0 ) { return new LogoutRequestBuilder ( ) . arg0 ( arg0 ) ; } | creates a logout request including any necessary csrftoken to the specified logouturl concode_field_sep String loginProcessingUrl concode_elem_sep String passwordParam concode_elem_sep String logoutUrl concode_elem_sep String usernameParam concode_elem_sep RequestPostProcessor postProcessor concode_elem_sep String user... |
void function ( long arg0 ) { _recentLayoutSetBranch . setMvccVersion ( arg0 ) ; } | sets the mvcc version of this recent layout set branch . concode_field_sep RecentLayoutSetBranch _recentLayoutSetBranch concode_field_sep boolean isFinderCacheEnabled concode_elem_sep void setExpandoBridgeAttributes concode_elem_sep void setExpandoBridgeAttributes concode_elem_sep void setExpandoBridgeAttributes concod... |
void function ( int arg0 , int arg1 ) { final int loc0 = Math . min ( mSize , arg0 + arg1 ) ; for ( int loc1 = arg0 ; loc1 < loc0 ; loc1 ++ ) { removeAt ( loc1 ) ; } } | remove a range of mappings as a batch . concode_field_sep Object DELETED concode_elem_sep int[] EMPTY_INTS concode_elem_sep int[] mKeys concode_elem_sep boolean mGarbage concode_elem_sep int mSize concode_elem_sep Object[] EMPTY_OBJECTS concode_elem_sep long[] EMPTY_LONGS concode_elem_sep boolean[] EMPTY_BOOLEANS conco... |
void function ( ) { tester = new Rented ( new Customer ( "srini_string" , "srini_string" , "srini_string" ) ) ; assertTrue ( tester != null ) ; } | test method for the construcor edu.ncsu.csc216.carrental.model.state.rented #rented edu.ncsu.csc216.carrental.model.customer . concode_field_sep NuxCarRental mgr concode_elem_sep Rented tester concode_field_sep void testDetailDone concode_elem_sep void testRentalInfo concode_elem_sep void testRentCar concode_elem_sep v... |
NativeJunctionExp function ( List < NativeExp > arg0 ) { if ( arg0 == null ) throw new IllegalStateException ( "srini_string" ) ; this . exps . addAll ( arg0 ) ; return null ; } | add sql expressions . concode_field_sep List<NativeExp> exps concode_field_sep String toSQL concode_elem_sep void setValues |
DataDictionaryService function ( ) { return dataDictionaryService ; } | gets the datadictionaryservice attribute . concode_field_sep DocumentTypeService documentTypeService concode_elem_sep MaintenanceDocumentDictionaryService maintenanceDocumentDictionaryService concode_elem_sep DataDictionaryService dataDictionaryService concode_field_sep void setDocumentTypeService concode_elem_sep bool... |
void function ( java . lang . String arg0 ) { this . shasta = arg0 ; } | sets the shasta value for this validatetbsswitchdivergencyout . concode_field_sep java.lang.String shasta concode_elem_sep java.lang.String mensagemResultado concode_elem_sep java.lang.String portaLogica concode_elem_sep java.lang.String vlan concode_elem_sep java.lang.Object __equalsCalc concode_elem_sep java.lang.Str... |
void function ( Exception arg0 ) { displayError ( arg0 . getMessage ( ) ) ; } | display the specified error forwards call to displayerror string 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 getEventDispatcher concode_elem_se... |
void function ( Object arg0 ) { yield ( arg0 . toString ( ) ) ; } | prints data in the body of the current tag , escaping xml entities . for example : mkp.yield ' 5 < 7 ' concode_field_sep MarkupBuilder builder concode_field_sep void xmlDeclaration concode_elem_sep void pi concode_elem_sep void comment concode_elem_sep void yieldUnescaped concode_elem_sep void yieldUnescaped |
String function ( String arg0 , int arg1 ) { if ( arg0 . length ( ) > arg1 ) { arg0 = ( arg0 . substring ( 0 , arg1 ) + "srini_string" ) ; } return ( arg0 ) ; } | method to trim a string when it exceeds the maximum length allowed in the ui concode_field_sep PlaceHolder placeHolder concode_field_sep String fixCapitalization concode_elem_sep String cleanTags concode_elem_sep String urlRecognize |
boolean function ( String arg0 ) { if ( arg0 == null ) { return false ; } String loc0 = StringUtils . toLowerCase ( arg0 ) . trim ( ) ; if ( loc0 . equals ( "srini_string" ) || loc0 . equals ( "srini_string" ) ) { return true ; } else { return false ; } } | checks if a string is a boolean or not and what type concode_field_sep Log LOG concode_elem_sep Configuration base concode_field_sep void writeReport concode_elem_sep Configuration getConf concode_elem_sep void cleanup concode_elem_sep int run concode_elem_sep void main concode_elem_sep void runJob concode_elem_sep voi... |
boolean function ( ) { return ( fStack . size ( ) > 0 ) ; } | returns true if `` go home '' is possible . this is only true if the stack size is greater than 0 . concode_field_sep Stack fStack concode_field_sep DrillFrame add concode_elem_sep DrillFrame goBack concode_elem_sep int size concode_elem_sep DrillFrame top concode_elem_sep boolean canGoBack concode_elem_sep DrillFrame ... |
AnonymousIpResponse function ( InetAddress arg0 ) { return this . get ( arg0 , AnonymousIpResponse . class , false , "srini_string" ) ; } | look up an ip address in a geoip2 anonymous ip . concode_field_sep File database concode_elem_sep FileMode mode concode_elem_sep InputStream stream concode_elem_sep Reader reader concode_elem_sep List<String> locales concode_elem_sep ObjectMapper om concode_field_sep CountryResponse country concode_elem_sep Builder loc... |
void function ( TimeUnit arg0 , int arg1 ) { int loc0 = ( int ) MINIMAL_POLL_UNIT . convert ( arg1 , arg0 ) ; if ( loc0 < MINIMAL_POLL_PERIOD ) { throw new IllegalArgumentException ( "srini_string" + arg1 + "srini_string" + arg0 + "srini_string" ) ; } } | checks if the poll period is smaller that the minimal poll period which is 1 second . concode_field_sep TimeUnit MINIMAL_POLL_UNIT concode_elem_sep TachyonConf mTachyonConf concode_elem_sep MetricsConfig mMetricsConfig concode_elem_sep int MINIMAL_POLL_PERIOD concode_elem_sep MetricsServlet mMetricsServlet concode_elem... |
long function ( ) { return SSLContext . sessionTimeouts ( context ) ; } | returns the number of sessions proposed by clients and either found in the internal or external session cache in server mode , but that were invalid due to timeout . these sessions are not included in the #hits count . concode_field_sep long context concode_field_sep long hits concode_elem_sep long number concode_elem_... |
boolean function ( ) { return descriptor != - 1 ; } | tests whether this filedescriptor is valid . concode_field_sep FileDescriptor out concode_elem_sep FileDescriptor in concode_elem_sep FileDescriptor err concode_elem_sep int descriptor concode_field_sep String toString concode_elem_sep int getInt$ concode_elem_sep void setInt$ concode_elem_sep void sync |
String function ( ) { return rootDN ; } | get value of rootdn . concode_field_sep String dnRoleAdmin concode_elem_sep int port concode_elem_sep String dnRoleUser concode_elem_sep String host concode_elem_sep String rootGroupOU concode_elem_sep String loginDN concode_elem_sep String pwdLogin concode_elem_sep int version concode_elem_sep String rootDN concode_fi... |
boolean function ( Object arg0 ) { if ( arg0 instanceof PairIntReteNode ) { PairIntReteNode loc0 = ( PairIntReteNode ) arg0 ; return ( loc0 . intValue == intValue && loc0 . node . equals ( node ) ) ; } return false ; } | compares the given object with this one . concode_field_sep ReteNode node concode_elem_sep int intValue concode_field_sep int getIntValue concode_elem_sep int hashCode concode_elem_sep String toString concode_elem_sep ReteNode getNode |
java . util . Date function ( ) { return _scFrameworkVersion . getCreateDate ( ) ; } | returns the create date of this s c framework version . concode_field_sep SCFrameworkVersion _scFrameworkVersion concode_field_sep SCFrameworkVersion getWrappedSCFrameworkVersion concode_elem_sep void setName concode_elem_sep void setExpandoBridgeAttributes concode_elem_sep void setGroupId concode_elem_sep java.lang.St... |
boolean function ( ) { return validRobots ; } | if true then valid robots.txt information has been retrieved . if false either no attempt has been made to fetch robots.txt or the attempt failed . concode_field_sep String server concode_elem_sep ObjectIdentityCache<?> cache concode_elem_sep long MIN_ROBOTS_RETRIES concode_elem_sep Robotstxt robotstxt concode_elem_sep... |
String function ( boolean arg0 ) { SecurityManager loc0 = System . getSecurityManager ( ) ; if ( loc0 != null ) loc0 . checkSecurityAccess ( "srini_string" ) ; if ( arg0 ) { return ( name + "srini_string" + scope + "srini_string" + publicKey ) ; } else { return ( name + "srini_string" + scope + "srini_string" + publicK... | returns a detailed string representation of this identity . concode_field_sep Vector certificates concode_elem_sep IdentityScope scope concode_elem_sep String name concode_elem_sep long serialVersionUID concode_elem_sep PublicKey publicKey concode_elem_sep String info concode_field_sep String getName concode_elem_sep v... |
List < ? extends TargetBuilder < ? , ? >> function ( ) { return Collections . emptyList ( ) ; } | returns the list of non-module target builders contributed by this plugin . concode_field_sep PlaceHolder placeHolder concode_field_sep List<? extends ModuleLevelBuilder> createModuleLevelBuilders concode_elem_sep List<? extends BuildTargetType<?>> getTargetTypes |
boolean function ( ) { return fork ; } | get the fork attribute . concode_field_sep String errorProperty concode_elem_sep String ifProperty concode_elem_sep boolean haltOnFail concode_elem_sep Object unlessCond concode_elem_sep String unlessProperty concode_elem_sep File destDir concode_elem_sep boolean skipNonTests concode_elem_sep Object ifCond concode_elem... |
OperationAuthorizations function ( ) { return this . authorizations ; } | this gets the authorizations concode_field_sep String summary concode_elem_sep String returnTypeDefaultValue concode_elem_sep Boolean returnTypeUniqueItems concode_elem_sep String notes concode_elem_sep HttpMethod method concode_elem_sep boolean deprecated concode_elem_sep OperationAuthorizations authorizations concode... |
Version function ( int arg0 , int arg1 , String arg2 , String arg3 ) { checkArgument ( arg0 > 0 , NEGATIVE ) ; checkArgument ( arg1 > 0 , NEGATIVE ) ; return new Version ( arg0 , arg1 , arg2 , arg3 ) ; } | creates a new version from the specified constituent numbers . concode_field_sep String patch concode_elem_sep int major concode_elem_sep int minor concode_elem_sep String build concode_elem_sep String format concode_elem_sep String FORMAT concode_elem_sep String FORMAT_SHORT concode_elem_sep String NEGATIVE concode_fi... |
String function ( ) { return this . description ; } | the description of the rule . concode_field_sep Boolean ruleDisabled concode_elem_sep String description concode_elem_sep java.util.List<Action> actions concode_elem_sep String sql concode_field_sep void setRuleDisabled concode_elem_sep void setActions concode_elem_sep TopicRulePayload withDescription concode_elem_sep ... |
String function ( ) { return phoneNbr ; } | gets the value of the phonenbr property . concode_field_sep String firstName concode_elem_sep String lastName concode_elem_sep String phoneNbr concode_elem_sep AddressType address concode_elem_sep String ipAddress concode_elem_sep long serialVersionUID concode_elem_sep String email concode_field_sep void setLastName co... |
int function ( ) { return type ; } | returns the type of this turn concode_field_sep String parentName concode_elem_sep int CONTROLPOINT concode_elem_sep int TURNPOINT concode_elem_sep double angle concode_elem_sep double position concode_elem_sep int type concode_elem_sep Point point concode_field_sep void setCoord concode_elem_sep double getPosition con... |
boolean function ( Body arg0 ) { if ( arg0 . getY ( ) != 14 ) return false ; if ( arg0 . getX ( ) < 14 ) return false ; return true ; } | dust concode_field_sep int BASE_EXP concode_elem_sep List<Body> equipList concode_field_sep void addBody concode_elem_sep List<Body> getEquips concode_elem_sep boolean checkAddWaza concode_elem_sep Map<BodyKind,Body> getEquipOf concode_elem_sep Body getChangeChara concode_elem_sep void getExp concode_elem_sep Body sear... |
void function ( String arg0 ) { productId = arg0 ; } | set product identifier concode_field_sep long serialVersionUID concode_elem_sep String productId concode_elem_sep List<String> children concode_elem_sep String description concode_elem_sep Map<String,List<UiField>> links concode_elem_sep List<UiField> fields concode_elem_sep List<String> parents concode_field_sep List<... |
String function ( Context arg0 ) { ActivityManager loc0 = ( ActivityManager ) arg0 . getSystemService ( Context . ACTIVITY_SERVICE ) ; List < RunningTaskInfo > loc1 = loc0 . getRunningTasks ( 1 ) ; if ( loc1 != null ) return loc1 . get ( 0 ) . topActivity . getClassName ( ) ; else return "srini_string" ; } | get top activity concode_field_sep String TAG concode_field_sep String getMessageDigest concode_elem_sep void setAppUserInitialLetter concode_elem_sep void setUserInitialLetter concode_elem_sep boolean isSdcardExist concode_elem_sep EMConversationType getConversationType concode_elem_sep String getString concode_elem_s... |
boolean function ( Injector arg0 , Matcher < Class > arg1 ) { return ! getBindingsOf ( arg0 , arg1 ) . isEmpty ( ) ; } | returns true if a binding exists for the given matcher concode_field_sep PlaceHolder placeHolder concode_field_sep Set<Binding<?>> getBindingsOf concode_elem_sep Set<Binding<?>> getBindingsOf concode_elem_sep Class<?> getKeyType concode_elem_sep Set<T> getInstancesOf concode_elem_sep Set<T> getInstancesOf concode_elem_... |
JSONObject function ( String arg0 ) { JSONObject loc0 = new JSONObject ( ) ; XMLTokener loc1 = new XMLTokener ( arg0 ) ; while ( loc1 . more ( ) && loc1 . skipPast ( "srini_string" ) ) { parse ( loc1 , loc0 , null ) ; } return loc0 ; } | convert a well-formed but not necessarily valid xml string into a jsonobject . some information may be lost in this transformation because json is a data format and xml is a document format . xml uses elements , attributes , and content text , while json uses unordered collections of name/value pairs and arrays of valu... |
void function ( IndexShard arg0 ) { } | called when a shard is marked as active ie . was previously inactive and is now active again . concode_field_sep PlaceHolder placeHolder concode_field_sep void afterIndexCreated concode_elem_sep void beforeIndexShardClosed concode_elem_sep void beforeIndexDeleted concode_elem_sep void beforeIndexClosed concode_elem_sep... |
void function ( ) { WindItemRenderer loc0 = new WindItemRenderer ( ) ; WindItemRenderer loc1 = new WindItemRenderer ( ) ; assertEquals ( loc0 , loc1 ) ; } | check that the equals method distinguishes all fields . concode_field_sep PlaceHolder placeHolder concode_field_sep void testCloning concode_elem_sep void testPublicCloneable concode_elem_sep void testSerialization concode_elem_sep void testHashcode |
String function ( ) { try { User loc0 = new User ( ) ; loc0 . setId ( getId ( ) ) ; loc0 . setName ( getName ( ) ) ; loc0 . setSurname ( getSurname ( ) ) ; getUserService ( ) . addUser ( loc0 ) ; return SUCCESS ; } catch ( DataAccessException loc0 ) { loc0 . printStackTrace ( ) ; } return ERROR ; } | add user concode_field_sep List<User> userList concode_elem_sep String SUCCESS concode_elem_sep String surname concode_elem_sep String ERROR concode_elem_sep String name concode_elem_sep long serialVersionUID concode_elem_sep int id concode_elem_sep IUserService userService concode_field_sep void setName concode_elem_s... |
HazelcastProperty function ( ) { return parent ; } | returns the parent groupproperty of the property . concode_field_sep HazelcastProperty parent concode_elem_sep String defaultValue concode_elem_sep String deprecatedName concode_elem_sep String name concode_elem_sep TimeUnit timeUnit concode_field_sep String getSystemProperty concode_elem_sep String getName concode_ele... |
String function ( String arg0 ) { return new File ( arg0 ) . getCanonicalPath ( ) ; } | retrieves the canonical path for the given path , in a jdk 1.1 complaint way . concode_field_sep boolean fsNormalizesPosixSeparator concode_elem_sep FileUtil fileUtil concode_elem_sep FileDescriptor outDescriptor concode_elem_sep Random random concode_elem_sep boolean fsIsIgnoreCase concode_field_sep void renameElement... |
boolean function ( int arg0 ) { return ( arg0 >= LOGLEVEL ) ; } | determine if log level will be logged concode_field_sep int WARN concode_elem_sep int VERBOSE concode_elem_sep int ERROR concode_elem_sep int LOGLEVEL concode_elem_sep int DEBUG concode_elem_sep int INFO concode_field_sep void d concode_elem_sep void d concode_elem_sep void d concode_elem_sep void setLogLevel concode_e... |
void function ( LongList arg0 , List < T > arg1 ) { this . timestamps = arg0 ; this . values = arg1 ; } | sets the timestamps and values as data concode_field_sep GenericTimeSeries<T> genericTimeSeries concode_elem_sep String metric concode_elem_sep LongList timestamps concode_elem_sep List<T> values concode_elem_sep Map<String,Object> attributes concode_field_sep Map<String,Object> getAttributes concode_elem_sep long getS... |
DateTime function ( Instant arg0 , String arg1 ) { return dateTimesHelper . toDateTime ( arg0 , arg1 ) ; } | converts an instant object to an api date time in the time zonesupplied . concode_field_sep DateTimesHelper<DateTime,Date> dateTimesHelper concode_field_sep Calendar toCalendar concode_elem_sep Calendar toCalendar concode_elem_sep String toStringWithTimeZone concode_elem_sep DateTime toDateTimeWithTimeZone concode_elem... |
String function ( String arg0 ) { return listToCsv ( csvToList ( arg0 ) ) ; } | properly trims and formats a csv string , removing extra space or blank entries . eg : `` wer , wer , , wer '' would turn into `` wer , wer , wer '' . concode_field_sep Joiner TO_CSV concode_elem_sep Splitter UN_CSV concode_field_sep String listToCsv concode_elem_sep List<String> subtractList concode_elem_sep List<Stri... |
void function ( String arg0 ) { if ( arg0 == null || arg0 . length ( ) > 140 ) throw new RuntimeException ( "srini_string" ) ; this . poruka = arg0 ; } | postavlja vrednost atributa poruka na zadatu vrednost concode_field_sep String poruka concode_elem_sep String korisnik concode_field_sep void setKorisnik concode_elem_sep String getPoruka concode_elem_sep String toString concode_elem_sep String getKorisnik |
T function ( Class < T > arg0 ) { PageObjectModel loc0 = createModel ( identification ) ; return pageObjectFactory . create ( arg0 , loc0 ) ; } | creates a pageobject page object of the given class using thefinder 's identification identification . concode_field_sep PageObjectFactory pageObjectFactory concode_elem_sep PageObject parent concode_elem_sep Identification identification concode_elem_sep Browser browser concode_elem_sep Class<T> pageObjectClass concod... |
void function ( java . lang . String arg0 , java . lang . String arg1 , java . lang . String arg2 , java . lang . String arg3 , javax . xml . stream . XMLStreamWriter arg4 ) { if ( arg4 . getPrefix ( arg1 ) == null ) { arg4 . writeNamespace ( arg0 , arg1 ) ; arg4 . setPrefix ( arg0 , arg1 ) ; } arg4 . writeAttribute ( ... | util method to write an attribute with the ns prefix concode_field_sep javax.xml.namespace.QName MY_QNAME concode_elem_sep com.amazon.ec2.ResetImageAttributeResponseType localResetImageAttributeResponse concode_field_sep java.lang.String generatePrefix concode_elem_sep com.amazon.ec2.ResetImageAttributeResponseType get... |
Integer function ( ) { return prog ; } | gets the prog . concode_field_sep String name concode_elem_sep String dimension concode_elem_sep Integer prog concode_elem_sep Date creationDate concode_elem_sep byte[] content concode_elem_sep Integer biobjId concode_elem_sep Integer binId concode_elem_sep Boolean active concode_elem_sep Integer id concode_elem_sep St... |
boolean function ( ) { return spdyConnection == null || spdyConnection . isIdle ( ) ; } | returns true if this connection is idle . concode_field_sep int httpMinorVersion concode_elem_sep byte[] HTTP_11 concode_elem_sep Route route concode_elem_sep long idleStartTimeNs concode_elem_sep InputStream in concode_elem_sep SpdyConnection spdyConnection concode_elem_sep Socket socket concode_elem_sep byte[] SPDY3 ... |
void function ( ) { Customer loc0 = new Customer ( ) ; loc0 . setName ( "srini_string" ) ; loc0 . setId ( 123 ) ; customers . put ( loc0 . getId ( ) , loc0 ) ; Order loc1 = new Order ( ) ; loc1 . setDescription ( "srini_string" ) ; loc1 . setId ( 223 ) ; orders . put ( loc1 . getId ( ) , loc1 ) ; } | the init method is used by the constructor to insert a customer and order object into the local data map for testing purposes . concode_field_sep Map<Long,Customer> customers concode_elem_sep long currentId concode_elem_sep Logger LOG concode_elem_sep Map<Long,Order> orders concode_field_sep Response addCustomer concod... |
RuntimeTypeInfoSet function ( RuntimeAnnotationReader arg0 , ErrorHandler arg1 , Class ... arg2 ) { RuntimeModelBuilder loc0 = new RuntimeModelBuilder ( null , arg0 , Collections . < Class , Class > emptyMap ( ) , null ) ; loc0 . setErrorHandler ( arg1 ) ; for ( Class loc1 : arg2 ) loc0 . getTypeInfo ( new Ref < Type ,... | creates a new jaxb model from classes represented in java.lang.reflect . concode_field_sep PlaceHolder placeHolder concode_field_sep placeholderType placeHolder |
void function ( Interceptor arg0 , Interceptor ... arg1 ) { addInterceptor ( arg0 ) ; addInterceptors ( Arrays . asList ( arg1 ) ) ; } | adds interceptors to the start of the chain . concode_field_sep ArrayList<Interceptor> interceptorList concode_field_sep void addInterceptor concode_elem_sep Invocation buildInvocationChain concode_elem_sep void execute |
String function ( ) { return RELEASE_NAME ; } | get the current release name . the release name is a string not numbers . every time a new release has a significantly improved feature set , a new release name is given . thus , many versions can carry the same release name . version bumps and release names are not related ; if a new version of lombok is entirely back... |
DistanceUnit function ( String arg0 ) { for ( DistanceUnit loc0 : values ( ) ) { for ( String loc1 : loc0 . names ) { if ( loc1 . equals ( arg0 ) ) { return loc0 ; } } } throw new IllegalArgumentException ( "srini_string" + arg0 + "srini_string" ) ; } | convert a string to a distanceunit concode_field_sep DistanceUnit unit concode_elem_sep String[] names concode_elem_sep double value concode_elem_sep DistanceUnit DEFAULT concode_elem_sep double meters concode_field_sep double getEarthCircumference concode_elem_sep double toMeters concode_elem_sep double fromMeters con... |
Clearance function ( ) { return new Clearance ( ) ; } | create an instance of clearance concode_field_sep PlaceHolder placeHolder concode_field_sep Smd createSmd concode_elem_sep Instances createInstances concode_elem_sep Designrules createDesignrules concode_elem_sep Port createPort concode_elem_sep Module createModule concode_elem_sep Nets createNets concode_elem_sep Erro... |
String function ( ) { return "srini_string" ; } | geturi . concode_field_sep List<Map<String,Template>> resourceTypes concode_elem_sep List<Map<String,Template>> traits concode_elem_sep List<DocumentationItem> documentation concode_elem_sep String mediaType concode_elem_sep String title concode_elem_sep String version concode_elem_sep List<Map<String,SecurityScheme>> ... |
void function ( HmDatapoint arg0 ) { arg0 . setChannel ( this ) ; datapoints . put ( new HmDatapointInfo ( arg0 ) , arg0 ) ; } | adds a datapoint to the channel . concode_field_sep String TYPE_GATEWAY_EXTRAS concode_elem_sep Integer number concode_elem_sep String TYPE_GATEWAY_VARIABLE concode_elem_sep Map<HmDatapointInfo,HmDatapoint> datapoints concode_elem_sep String TYPE_GATEWAY_SCRIPT concode_elem_sep boolean initialized concode_elem_sep Inte... |
Object function ( @ Headers Map < String , Object > arg0 , @ Body String arg1 , @ OutHeaders Map < String , Object > arg2 ) { arg2 . put ( "srini_string" , arg0 . get ( "srini_string" ) ) ; if ( "srini_string" . equals ( arg1 ) ) { throw new OrderFailedException ( "srini_string" ) ; } else { arg2 . put ( "srini_string"... | this method handle our order input and return the order concode_field_sep PlaceHolder placeHolder concode_field_sep Object orderFailed |
User function ( String arg0 ) { User loc0 = ( User ) userList . get ( arg0 ) ; if ( loc0 == null ) { throw Trace . error ( Trace . USER_NOT_FOUND , arg0 ) ; } return loc0 ; } | returns the user object identified by the name argument . concode_field_sep HashMappedList userList concode_elem_sep GranteeManager granteeManager concode_elem_sep User sysUser concode_field_sep HsqlArrayList listVisibleUsers concode_elem_sep void removeSchemaReference concode_elem_sep void dropUser concode_elem_sep Us... |
int function ( int arg0 ) { int loc0 = arg0 ; if ( pos + arg0 < len ) { pos += arg0 ; off += arg0 ; } else { do { arg0 -= ( len - pos ) ; off += ( len - pos ) ; fill ( ) ; if ( len <= 0 ) return loc0 - arg0 ; } while ( arg0 > len ) ; pos += arg0 ; off += arg0 ; } return loc0 ; } | skip `` n '' bytes , returning how much we were able to skip . concode_field_sep TempFile temp concode_elem_sep AppendStream fos concode_elem_sep int len concode_elem_sep int pos concode_elem_sep FileInputStream fis concode_elem_sep char[] line concode_elem_sep MboxFolder.MessageMetadata md concode_elem_sep byte[] buf ... |
T function ( final Class < T > arg0 ) { try { return arg0 . getConstructor ( ) . newInstance ( ) ; } catch ( final NoSuchMethodException loc0 ) { return arg0 . newInstance ( ) ; } } | loads and instantiates a class using the default constructor . concode_field_sep SecurityManager SECURITY_MANAGER concode_elem_sep Boolean ignoreTCCL concode_elem_sep ClassLoader classLoader concode_elem_sep boolean GET_CLASS_LOADER_DISABLED concode_elem_sep PrivilegedAction<ClassLoader> TCCL_GETTER concode_elem_sep St... |
void function ( int arg0 ) { activityResultRequestCode = arg0 ; } | call this from your startactivityforresult overload . this is required to catch the case where plugins use activity.startactivityforresult + cordovainterface.setactivityresultcallback rather than cordovainterface.startactivityforresult . concode_field_sep String TAG concode_elem_sep PluginManager pluginManager concode_... |
String function ( ) { return domain ; } | gets the value of the domain property . concode_field_sep String domain concode_elem_sep String id concode_field_sep void setDomain concode_elem_sep void setId concode_elem_sep String getId |
Builder function ( @ Nullable Uri arg0 ) { mIconUri = arg0 ; return this ; } | sets the icon uri . concode_field_sep Uri mIconUri concode_elem_sep Parcelable.Creator<MediaDescriptionCompat> CREATOR concode_elem_sep Bitmap mIcon concode_elem_sep String DESCRIPTION_KEY_NULL_BUNDLE_FLAG concode_elem_sep Object mDescriptionObj concode_elem_sep Bundle mExtras concode_elem_sep String DESCRIPTION_KEY_ME... |
String function ( ) { return name ; } | get the name of this permission . concode_field_sep long serialVersionUID concode_elem_sep String name concode_field_sep void checkGuard concode_elem_sep PermissionCollection newPermissionCollection concode_elem_sep int hashCode concode_elem_sep boolean equals concode_elem_sep String getActions concode_elem_sep String ... |
int function ( char [ ] arg0 ) { if ( arg0 == null ) { return 0 ; } int loc0 = 0 ; int loc1 = arg0 . length ; for ( int loc2 = 0 ; loc2 < loc1 ; loc2 ++ ) { if ( ! isWhiteSpace ( arg0 [ loc2 ] ) ) { arg0 [ loc0 ++ ] = arg0 [ loc2 ] ; } } return loc0 ; } | remove whitespace from mime containing encoded base64 data . concode_field_sep int SIGN concode_elem_sep boolean fDebug concode_elem_sep int FOURBYTE concode_elem_sep int EIGHTBIT concode_elem_sep int LOOKUPLENGTH concode_elem_sep int TWENTYFOURBITGROUP concode_elem_sep int BASELENGTH concode_elem_sep int SIXTEENBIT co... |
void function ( String arg0 ) { attributes . remove ( arg0 ) ; } | removes all values for the specified attribute concode_field_sep List<String> list concode_elem_sep ConcurrentMap<String,AttributeValues> attributes concode_field_sep List<String> getInterfaceDescriptions concode_elem_sep void clearResourceType concode_elem_sep boolean containsAttribute concode_elem_sep void addInterfa... |
List < Tag > function ( ) { return tags ; } | get tags concode_field_sep String name concode_elem_sep List<String> photoUrls concode_elem_sep List<Tag> tags concode_elem_sep Category category concode_elem_sep Long id concode_elem_sep String value concode_elem_sep StatusEnum status concode_field_sep void setName concode_elem_sep Pet addTagsItem concode_elem_sep Str... |
IdentityProvider function ( String arg0 ) { try { return idPMgtStub . getIdPByName ( arg0 ) ; } catch ( Exception loc0 ) { log . error ( loc0 . getMessage ( ) , loc0 ) ; throw new Exception ( "srini_string" + arg0 ) ; } } | retrieves identity provider information about a given tenant by identity provider name concode_field_sep IdentityProviderMgtServiceStub idPMgtStub concode_elem_sep Log log concode_elem_sep UserAdminStub userAdminStub concode_field_sep String[] getAllLocalClaimUris concode_elem_sep void addIdP concode_elem_sep String[] ... |
Integer function ( ) { return _123Number ; } | get _ 123number concode_field_sep Integer name concode_elem_sep String property concode_elem_sep Integer _123Number concode_elem_sep Integer snakeCase concode_field_sep void setName concode_elem_sep String toIndentedString concode_elem_sep Integer getName concode_elem_sep String getProperty concode_elem_sep Integer get... |
void function ( ) { Object [ ] loc0 = _keys ; int [ ] loc1 = _values ; for ( int loc2 = loc0 . length - 1 ; loc2 >= 0 ; loc2 -- ) { loc0 [ loc2 ] = null ; loc1 [ loc2 ] = 0 ; } _size = 0 ; } | clear the hashmap . concode_field_sep Object DELETED concode_elem_sep int _size concode_elem_sep int[] _values concode_elem_sep int _mask concode_elem_sep int NULL concode_elem_sep Object[] _keys concode_field_sep int size concode_elem_sep int get concode_elem_sep void resize concode_elem_sep String toString concode_el... |
Collection < String > function ( ) { if ( LOG . isDebugEnabled ( ) ) { LOG . debug ( "srini_string" + volumes ) ; } Collection < String > loc0 = new ArrayList < String > ( ) ; for ( CheckedVolume loc1 : volumes . values ( ) ) { loc0 . add ( loc1 . getVolume ( ) ) ; } return loc0 ; } | return the set of directories which are low on space . concode_field_sep String volume concode_elem_sep DF df concode_elem_sep long duReserved concode_elem_sep Map<String,CheckedVolume> volumes concode_elem_sep Configuration conf concode_elem_sep Log LOG concode_elem_sep boolean required concode_elem_sep int minimumRed... |
DnsNameResolverBuilder function ( boolean arg0 ) { this . recursionDesired = arg0 ; return this ; } | sets if this resolver has to send a dns query with the rd recursion desired flag set . concode_field_sep Integer minTtl concode_elem_sep ChannelFactory<? extends DatagramChannel> channelFactory concode_elem_sep DnsCache resolveCache concode_elem_sep DnsServerAddresses nameServerAddresses concode_elem_sep HostsFileEntri... |
String function ( ) { return "srini_string" ; } | prefix used on custom headers . concode_field_sep Logger logger concode_elem_sep int INFO concode_elem_sep Platform PLATFORM concode_elem_sep int WARN concode_field_sep void configureTlsExtensions concode_elem_sep byte[] concatLengthPrefixed concode_elem_sep void connectSocket concode_elem_sep void log concode_elem_sep... |
boolean function ( Object arg0 ) { if ( ! ( arg0 instanceof TupleDesc ) ) return false ; TupleDesc loc0 = ( TupleDesc ) arg0 ; if ( this . tdItems . length != loc0 . tdItems . length ) return false ; for ( int loc1 = 0 ; loc1 < tdItems . length ; loc1 ++ ) { if ( ! tdItems [ loc1 ] . fieldType . equals ( loc0 . tdItems... | compares the specified object with this tupledesc for equality . two tupledescs are considered equal if they are the same size and if the n-th type in this tupledesc is equal to the n-th type in td . concode_field_sep TDItem[] tdItems concode_elem_sep String fieldName concode_elem_sep long serialVersionUID concode_elem... |
void function ( ) { try { final IStatusBarService loc0 = getService ( ) ; if ( loc0 != null ) { loc0 . expandNotificationsPanel ( ) ; } } catch ( RemoteException loc0 ) { throw new RuntimeException ( loc0 ) ; } } | expand the notifications panel . concode_field_sep int DISABLE_SYSTEM_INFO concode_elem_sep int DISABLE_CLOCK concode_elem_sep int DISABLE_NAVIGATION concode_elem_sep int DISABLE_RECENT concode_elem_sep int DISABLE_SEARCH concode_elem_sep int DISABLE_NONE concode_elem_sep int WINDOW_STATE_HIDDEN concode_elem_sep Contex... |
String function ( ) { return description ; } | gets the value of the description property . concode_field_sep String code concode_elem_sep String name concode_elem_sep String description concode_elem_sep long serialVersionUID concode_elem_sep String id concode_field_sep void setName concode_elem_sep String getName concode_elem_sep void setCode concode_elem_sep void... |
String function ( ) { return name ; } | gets the name concode_field_sep java.util.Date date concode_elem_sep Top other concode_elem_sep String address concode_elem_sep Top top concode_elem_sep String name concode_elem_sep int count concode_elem_sep long id concode_field_sep void setName concode_elem_sep void setOther concode_elem_sep void init concode_elem_s... |
Vector3f function ( ) { return direction ; } | returns the light direction used for this processor concode_field_sep boolean noOccluders concode_elem_sep ViewPort viewPort concode_elem_sep Camera shadowCam concode_elem_sep Material postshadowMat concode_elem_sep Material preshadowMat concode_elem_sep Vector3f direction concode_elem_sep Texture2D shadowMap concode_e... |
String function ( ) { return summary ; } | gets the value of the summary property . concode_field_sep String summary concode_elem_sep BigInteger code concode_elem_sep String detail concode_field_sep void setSummary concode_elem_sep void setDetail concode_elem_sep String getDetail concode_elem_sep void setCode concode_elem_sep BigInteger getCode |
StdTypeList function ( ) { return parameterTypes ; } | gets the list of parameter types . concode_field_sep StdTypeList parameterTypes concode_elem_sep String descriptor concode_elem_sep StdTypeList parameterFrameTypes concode_elem_sep Map<String,Prototype> internTable concode_elem_sep Type returnType concode_field_sep String getDescriptor concode_elem_sep StdTypeList getP... |
void function ( GL10 arg0 ) { if ( arg0 != null ) { if ( mState > STATE_NEW ) { int [ ] loc0 = new int [ 1 ] ; loc0 [ 0 ] = mTextureID ; arg0 . glDeleteTextures ( 1 , loc0 , 0 ) ; mState = STATE_NEW ; } } } | call when the surface has been destroyed concode_field_sep Canvas mCanvas concode_elem_sep float mTexelWidth concode_elem_sep int STATE_ADDING concode_elem_sep int mU concode_elem_sep int mV concode_elem_sep float baseline concode_elem_sep int mState concode_elem_sep ArrayList<Label> mLabels concode_elem_sep boolean mF... |
int function ( ) { return dataBuffer . length ; } | returns the size of the embedded file . if the size is 0 zero , no data has been embedded . to be sure , that no data has been embedded , check whether #getdatabuffer returns null . concode_field_sep short flags1 concode_elem_sep short unknown1 concode_elem_sep short flags3 concode_elem_sep EncodingMode mode concode_el... |
TypeDeclarationNode function ( String arg0 ) { return namedType ( Splitter . on ( '.' ) . split ( arg0 ) ) ; } | splits a ' . ' separated qualified name into a tree of type segments . concode_field_sep PlaceHolder placeHolder concode_field_sep TypeDeclarationNode arrayType concode_elem_sep TypeDeclarationNode numberType concode_elem_sep TypeDeclarationNode booleanType concode_elem_sep TypeDeclarationNode anyType concode_elem_sep ... |
Event function ( Location arg0 , String arg1 ) { return new Event ( EventKind . ERROR , arg0 , arg1 ) ; } | reports an error . concode_field_sep byte[] messageBytes concode_elem_sep EventKind kind concode_elem_sep Location location concode_elem_sep String tag concode_elem_sep String message concode_field_sep Location getLocation concode_elem_sep String getMessage concode_elem_sep EventKind getKind concode_elem_sep String get... |
double function ( List < ? extends O > arg0 ) { return ( new ForwardBackwardScaledCalculator ( arg0 , this ) ) . lnProbability ( ) ; } | returns the neperian logarithm of observation sequence 's probability given this hmm . a scaling procedure is used in order to avoid underflows when computing the probability of long sequences . concode_field_sep ArrayList<Opdf<O>> opdfs concode_elem_sep double a[][] concode_elem_sep long serialVersionUID concode_elem_... |
String function ( ) { return typeId ; } | returns the device type concode_field_sep String CLASS_NAME concode_elem_sep String deviceId concode_elem_sep String typeId concode_elem_sep DeviceMgmt mgmt concode_elem_sep DeviceFirmware deviceFirmware concode_elem_sep DeviceLocation deviceLocation concode_elem_sep DeviceAction deviceAction concode_elem_sep Resource ... |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.