code stringlengths 20 663 | nl stringlengths 68 7.19k |
|---|---|
Boolean function ( ) { return fill ; } | gets the value of the fill property . concode_field_sep BigInteger barWidth concode_elem_sep BigDecimal scaling concode_elem_sep String color concode_elem_sep BigInteger datasourceIndex concode_elem_sep BigInteger offset concode_elem_sep String label concode_elem_sep Boolean fill concode_elem_sep String align concode_e... |
HashSet < E > function ( int arg0 ) { return new HashSet < E > ( arg0 ) ; } | creates a hashset instance , with a high enough `` initial capacity `` that it should hold expectedsize elements without growth.this behavior can not be broadly guaranteed , but it is observed to be true for openjdk 1.6 . it also ca n't be guaranteed that the method is n't inadvertently oversizing the returned set . co... |
HttpURLConnection function ( URL arg0 ) { return ( HttpURLConnection ) arg0 . openConnection ( ) ; } | create an httpurlconnection for the specified url . concode_field_sep SSLSocketFactory mSslSocketFactory concode_elem_sep UrlRewriter mUrlRewriter concode_elem_sep String HEADER_CONTENT_TYPE concode_field_sep void setConnectionParametersForRequest concode_elem_sep HttpResponse performRequest concode_elem_sep void addBo... |
void function ( int arg0 ) { this . checkNumber = arg0 ; } | sets the value of the checknumber property . concode_field_sep XMLGregorianCalendar date concode_elem_sep BigDecimal amount concode_elem_sep int checkNumber concode_elem_sep String description concode_elem_sep String id concode_elem_sep Account account concode_field_sep int getCheckNumber concode_elem_sep Account getAc... |
Indent function ( @ NotNull Type arg0 , int arg1 , boolean arg2 , boolean arg3 ) { return myFactory . getIndent ( arg0 , arg1 , arg2 , arg3 ) ; } | base factory method for indent objects construction , i.e. all other methods may be expressed in terms of this method . concode_field_sep Type NONE concode_elem_sep Type CONTINUATION concode_elem_sep Type SPACES concode_elem_sep String myName concode_elem_sep Type NORMAL concode_elem_sep IndentFactory myFactory concode... |
int function ( ) { return b [ offset ] ; } | returns the length of this path . concode_field_sep int TYPE_ARGUMENT concode_elem_sep byte[] b concode_elem_sep int offset concode_elem_sep int WILDCARD_BOUND concode_elem_sep int INNER_TYPE concode_elem_sep int ARRAY_ELEMENT concode_field_sep int getStep concode_elem_sep String toString concode_elem_sep int getStepAr... |
Boolean function ( String arg0 ) { return null ; } | hook for blocking the loading of external resources . this will be called when the webview 's shouldinterceptrequest wants to know whether to open a connection to an external resource . return false to block the request : if any plugin returns false , cordova will block the request . if all plugins return null , the de... |
void function ( Account arg0 ) { if ( accountsMap . containsKey ( arg0 . id ( ) ) ) throw new DuplicateAccountException ( arg0 . id ( ) ) ; accountsMap . put ( arg0 . id ( ) , arg0 ) ; } | add the account to those managed by this bank . the account 's id must be unique . concode_field_sep HashMap<Integer,Account> accountsMap concode_field_sep long totalBalances concode_elem_sep void transfer concode_elem_sep Map<Integer,Account> getAccountsMap concode_elem_sep void deposit concode_elem_sep void deleteAll... |
Point function ( int arg0 , int arg1 ) { Point loc0 = new Point ( ) ; loc0 . x = arg0 % arg1 ; loc0 . y = arg0 / arg1 ; return loc0 ; } | convert a gridid to a x y point concode_field_sep SimpleDateFormat formatTime concode_field_sep int convertPointToID |
java . lang . String function ( ) { return _gadget . getPortletCategoryNames ( ) ; } | returns the portlet category names of this gadget . concode_field_sep Gadget _gadget concode_field_sep void setName concode_elem_sep void setExpandoBridgeAttributes concode_elem_sep void setExpandoBridgeAttributes concode_elem_sep void setExpandoBridgeAttributes concode_elem_sep java.lang.String getName concode_elem_se... |
MobileBean function ( String arg0 ) { return this . ds . readByTicketId ( arg0 ) ; } | reads a specific ticket instance based on the unique ` ticketid ' concode_field_sep TicketDS ds concode_field_sep String[] scanForDeletions concode_elem_sep void stop concode_elem_sep void setDs concode_elem_sep List<? extends MobileBean> bootup concode_elem_sep String[] scanForUpdates concode_elem_sep void start conco... |
void function ( Ray arg0 ) { this . shadowRay = arg0 ; } | set the current shadow ray . the ray 's direction is used as the sample 's orientation . concode_field_sep Color lspec concode_elem_sep LightSample next concode_elem_sep Color ldiff concode_elem_sep Ray shadowRay concode_field_sep void traceShadow concode_elem_sep Color getSpecularRadiance concode_elem_sep boolean isVa... |
ZFrame function ( ) { int loc0 = size ( ) ; byte [ ] loc1 = new byte [ loc0 ] ; System . arraycopy ( this . data , 0 , loc1 , 0 , loc0 ) ; ZFrame loc2 = new ZFrame ( ) ; loc2 . data = loc1 ; if ( this . buffer != null ) { loc2 . buffer = this . buffer . duplicate ( ) ; } loc2 . more = this . more ; return loc2 ; } | creates a new frame that duplicates an existing frame concode_field_sep byte[] data concode_elem_sep boolean more concode_elem_sep Charset ENCODING concode_elem_sep ByteBuffer buffer concode_elem_sep int capacity concode_field_sep void init concode_elem_sep ZFrame recvFrame concode_elem_sep ZFrame recvFrame concode_ele... |
Reference < ? extends T > function ( ) { if ( head == null ) { return null ; } Reference < ? extends T > loc0 ; loc0 = head ; if ( head == head . queueNext ) { head = null ; } else { head = head . queueNext ; } loc0 . queueNext = null ; return loc0 ; } | returns the next available reference from the queue , removing it in the process . does not wait for a reference to become available . concode_field_sep Reference<? extends T> head concode_elem_sep int NANOS_PER_MILLI concode_elem_sep Reference<?> unenqueued concode_field_sep void add concode_elem_sep void enqueue conc... |
boolean function ( ) { return isIdentity ; } | checks if is identity . concode_field_sep String column concode_elem_sep String runtimeSqlStatement concode_elem_sep boolean isIdentity concode_elem_sep String configuredSqlStatement concode_elem_sep String type concode_field_sep String getRuntimeSqlStatement concode_elem_sep String getMyBatis3Order concode_elem_sep St... |
void function ( InputStream arg0 , char [ ] arg1 ) { keyStoreSpi . engineLoad ( arg0 , arg1 ) ; } | loads the keystore from the specified input stream and it uses the specified password to check for integrity if supplied . concode_field_sep Provider provider concode_elem_sep KeyStoreSpi keyStoreSpi concode_elem_sep String type concode_field_sep Key getKey concode_elem_sep Enumeration aliases concode_elem_sep String g... |
void function ( ) { } | test method for com.sqa.em.util.helper.identifyobject #get2dinfo java.lang.object . concode_field_sep PlaceHolder placeHolder concode_field_sep void addingNumbersTest concode_elem_sep void testDisplay2DInfo concode_elem_sep int addNumber |
String function ( ) { return defaultConfigName ; } | returns name of default configuration . concode_field_sep List<Config> configs concode_elem_sep String defaultConfigName concode_field_sep void add concode_elem_sep void markAsDefault concode_elem_sep List<Config> getConfigs concode_elem_sep int hashCode concode_elem_sep void setDefaultConfigName concode_elem_sep boole... |
void function ( String arg0 , String arg1 ) { filters . put ( "srini_string" + index + "srini_string" , arg0 ) ; filters . put ( "srini_string" + index + "srini_string" , arg1 ) ; ++ index ; } | add a new filter with the given name and value to the query . concode_field_sep Map<String,String> filters concode_elem_sep int index concode_field_sep Map<String,String> getFilters |
String function ( final long arg0 ) { final SimpleDateFormat loc0 = new SimpleDateFormat ( "srini_string" ) ; return loc0 . format ( new Date ( arg0 ) ) ; } | return a file tiome stamp base on day concode_field_sep TechnicalLoggerService logger concode_elem_sep String csvSeparator concode_elem_sep String outputFolder concode_field_sep List<String> getHeaderRow concode_elem_sep FlushResult flush concode_elem_sep List<String> getRow |
double function ( int arg0 ) { return ( arg0 * 360 ) / ( 2 * Math . PI * EQUATORIAL_RADIUS ) ; } | calculates the amount of degrees of latitude for a given distance in meters . concode_field_sep double EQUATORIAL_RADIUS concode_elem_sep int longitudeE6 concode_elem_sep long serialVersionUID concode_elem_sep int hashCodeValue concode_elem_sep int latitudeE6 concode_field_sep double getLongitude concode_elem_sep int h... |
void function ( ) { writeStream . close ( ) ; if ( ! writeFile . delete ( ) ) { throw new IOException ( RB . singleton . getString ( RB . WORKFILE_DELETE_FAIL , writeFile . getAbsolutePath ( ) ) ) ; } } | implements java.io.closeable . important : this method deletes the work file after closing it ! concode_field_sep int DEFAULT_BLOCKS_PER_RECORD concode_elem_sep int DEFAULT_COMPRESSION concode_elem_sep byte[] ZERO_BLOCK concode_elem_sep OutputStream writeStream concode_elem_sep boolean debug concode_elem_sep int NO_COM... |
boolean function ( ) { return ! postponedRoutes . isEmpty ( ) ; } | returns true if there is another postponed route to try . concode_field_sep Address address concode_elem_sep Proxy lastProxy concode_elem_sep int nextProxyIndex concode_elem_sep List<Route> postponedRoutes concode_elem_sep OkHttpClient client concode_elem_sep int nextInetSocketAddressIndex concode_elem_sep RouteDatabas... |
int function ( final int arg0 ) { return 32 - Integer . numberOfLeadingZeros ( arg0 ) ; } | compute the integer logarithms ceil log x +1 of a value concode_field_sep PlaceHolder placeHolder concode_field_sep int greatestMultiple concode_elem_sep int maxbits32 concode_elem_sep int packsize concode_elem_sep int unpackw concode_elem_sep int packsizew concode_elem_sep int packw concode_elem_sep int maxdiffbits co... |
InstanceInfo function ( java . util . Collection < Tag > arg0 ) { setTags ( arg0 ) ; return this ; } | information about the tags for the on-premises instance . concode_field_sep String instanceName concode_elem_sep java.util.Date registerTime concode_elem_sep java.util.Date deregisterTime concode_elem_sep String iamUserArn concode_elem_sep String instanceArn concode_elem_sep com.amazonaws.internal.SdkInternalList<Tag> ... |
void function ( File arg0 ) { arg0 = arg0 . getAbsoluteFile ( ) ; if ( ! arg0 . exists ( ) ) return ; if ( arg0 . isDirectory ( ) ) { for ( File loc0 : arg0 . listFiles ( ) ) { recursiveDelete ( loc0 ) ; } } if ( ! arg0 . delete ( ) ) { throw new RuntimeException ( "srini_string" + arg0 ) ; } } | utility routine to recurisvely delete a directory . on normal return , the file does not exist . concode_field_sep String testName_ concode_elem_sep String antTestDir_ concode_elem_sep String userDir_ concode_elem_sep Log LOG concode_field_sep String collate concode_elem_sep String makeJavaCommand concode_elem_sep bool... |
void function ( State arg0 ) { this . state = arg0 ; } | sets the query state to newstate concode_field_sep String query concode_elem_sep State state concode_field_sep State getState concode_elem_sep String toString |
String function ( MessageLite arg0 , String arg1 ) { StringBuilder loc0 = new StringBuilder ( ) ; loc0 . append ( "srini_string" ) . append ( arg1 ) ; reflectivePrintWithIndent ( arg0 , loc0 , 0 ) ; return loc0 . toString ( ) ; } | returns a string representation of the messagelite object . the first line ofthe string representation representation includes a comment string to uniquely identifythe objcet instance . this acts as an indicator that this should not be relied on for comparisons . for use by generated code only . concode_field_sep Strin... |
NotificationManager function ( ) { return ( NotificationManager ) context . getSystemService ( Context . NOTIFICATION_SERVICE ) ; } | notification manager for the application . concode_field_sep Class<?> defaultReceiver concode_elem_sep Class<?> receiver concode_elem_sep String PREF_KEY concode_elem_sep Context context concode_elem_sep Options options concode_elem_sep NotificationCompat.Builder builder concode_field_sep void cancel concode_elem_sep b... |
PartialFunction < I , R > function ( ) { return statements ; } | turn this match into a scala.partialfunction . concode_field_sep PartialFunction<I,R> statements concode_field_sep placeholderType placeHolder |
Object function ( String arg0 ) { if ( mdc != null ) { return mdc . get0 ( arg0 ) ; } return null ; } | get the context identified by the key parameter . this method has no side effects . concode_field_sep Object tlm concode_elem_sep MDC mdc concode_elem_sep Method removeMethod concode_elem_sep int HT_SIZE concode_elem_sep boolean java1 concode_field_sep void clear0 concode_elem_sep void put0 concode_elem_sep void clear ... |
void function ( ChangeListener arg0 ) { setsChangeListeners . remove ( arg0 ) ; } | remove the specified changelistener from the list of listeners . concode_field_sep PreparedStatement allSetsPS concode_elem_sep Connection conn concode_elem_sep PreparedStatement setIdForLabelPS concode_elem_sep H2SetsDAO instance concode_elem_sep PreparedStatement moviesInSetPS concode_elem_sep String moviesInSetSQL c... |
void function ( ) { IntArrayWorker loc0 = new IntArrayWorker ( ) ; int [ ] [ ] loc1 = { { 1 , 2 , 3 } , { 4 , 5 , 6 } } ; loc0 . setMatrix ( loc1 ) ; int loc2 = loc0 . getTotal ( ) ; System . out . println ( "srini_string" + loc2 ) ; } | method to test gettotal concode_field_sep PlaceHolder placeHolder concode_field_sep void testGetCount concode_elem_sep void testGetLargest concode_elem_sep void testSetMatrix concode_elem_sep void testFillPattern1 concode_elem_sep void testGetColTotal concode_elem_sep void main concode_elem_sep void testGetTotalNested |
void function ( MessageEndpointFactory arg0 , ActivationSpec arg1 ) { throw new NotSupportedException ( "srini_string" ) ; } | this implementation always throws a notsupportedexception . concode_field_sep String DEFAULT_CONTEXT_CONFIG_LOCATION concode_elem_sep Log logger concode_elem_sep ConfigurableApplicationContext applicationContext concode_elem_sep String CONFIG_LOCATION_DELIMITERS concode_elem_sep String contextConfigLocation concode_fie... |
void function ( Vector3f arg0 ) { target . set ( arg0 ) ; } | sets the target of the camera . concode_field_sep float nearWidth concode_elem_sep int LEFT concode_elem_sep FrustumPlane[] fPlane concode_elem_sep Matrix4f projection concode_elem_sep boolean enableCulling concode_elem_sep Vector3f w concode_elem_sep int RIGHT concode_elem_sep Vector3f q concode_elem_sep int TOP conco... |
String function ( ) { return RandomStringUtils . randomNumeric ( DEF_COUNT ) ; } | generates an activation key . concode_field_sep int DEF_COUNT concode_field_sep String generateResetKey concode_elem_sep String generatePassword |
String function ( ) { return hostGroupName ; } | get the name of the associated host group . concode_field_sep String blueprintName concode_elem_sep String name concode_elem_sep String hostGroupName concode_field_sep void setName concode_elem_sep String getBlueprintName concode_elem_sep String getName concode_elem_sep void setHostGroupName concode_elem_sep int hashCo... |
String function ( String arg0 ) { if ( arg0 == null || arg0 . length ( ) == 0 ) { return arg0 ; } String loc0 = "srini_string" ; int loc1 = 0 ; while ( ! isPalindrome ( arg0 + loc0 ) && loc1 < arg0 . length ( ) ) { loc0 = arg0 . charAt ( loc1 ) + loc0 ; loc1 ++ ; } return arg0 + loc0 ; } | method 2 : to convert given string to a minimum size palidrome , keep a poststring which needs to be added to input string to make it a palindrome . keep adding character from start to end of input text to post string until string + poststring becomes a palindrome . time complexity : o n concode_field_sep PlaceHolder p... |
boolean function ( Object arg0 , int arg1 ) { if ( isAdministrator ) { return true ; } int loc0 = rightsMap . get ( arg0 , 0 ) ; if ( loc0 != 0 ) { return ( loc0 & arg1 ) != 0 ; } return ( uPublic == null ) ? false : uPublic . isAccessible ( arg0 , arg1 ) ; } | returns true if any of the rights represented by the rights argument has been granted on the database object identified by the dbobject argument . this is done by checking that a mapping exists in the rights map from the dbobject argument for at least one of the rights contained in the rights argument . concode_field_s... |
void function ( String arg0 ) { this . step2 = arg0 ; } | sets the command to execute in step 2 . concode_field_sep String sourceFormats concode_elem_sep boolean defaultActive concode_elem_sep String name concode_elem_sep String targetFormat concode_elem_sep Integer id concode_elem_sep String step2 concode_elem_sep String step3 concode_elem_sep String step1 concode_field_sep ... |
void function ( String arg0 ) { this . userId = arg0 ; } | sets the value of the userid property . concode_field_sep OfferForGetSavedRetention offer concode_elem_sep XMLGregorianCalendar created concode_elem_sep List<RfsParameterValue> rfsParameterValue concode_elem_sep List<Long> cfsId concode_elem_sep GetSavedRetentionResponse.CfsIds cfsIds concode_elem_sep String userId con... |
org . apache . axis . description . TypeDesc function ( ) { return typeDesc ; } | return type metadata object concode_field_sep java.lang.String senha concode_elem_sep org.apache.axis.description.TypeDesc typeDesc concode_elem_sep java.lang.Object __equalsCalc concode_elem_sep boolean __hashCodeCalc concode_elem_sep java.lang.String login concode_elem_sep java.lang.Integer nivel concode_field_sep ja... |
String function ( ) { return this . writeHandler ; } | returns the name of the write handler . concode_field_sep Class baseClass concode_elem_sep String readHandler concode_elem_sep String writeHandler concode_field_sep String getReadHandler concode_elem_sep Class getBaseClass |
Integer function ( String arg0 , String arg1 , String arg2 , String arg3 , String arg4 , String arg5 , String arg6 , String arg7 , String arg8 , String arg9 , String arg10 , String arg11 , String arg12 , String arg13 , String arg14 ) { ActualizarCliente loc0 = new ActualizarCliente ( arg0 , arg1 , arg2 , arg3 , arg4 , ... | llama al delegate para actualizar un cliente concode_field_sep PlaceHolder placeHolder concode_field_sep JSONArray getClientes concode_elem_sep Integer insertar concode_elem_sep JSONArray Eliminar concode_elem_sep JSONArray getClienteporNit concode_elem_sep JSONArray getLogsCliente concode_elem_sep JSONArray getCliente... |
void function ( @ StopReason int arg0 ) { if ( mStopReason != STOP_REASON_COUNT ) return ; mStopReason = arg0 ; } | tracks the reason that the parent activity was stopped . concode_field_sep int STOP_REASON_OTHER_CHROME_ACTIVITY_IN_FOREGROUND concode_elem_sep int STOP_REASON_COUNT concode_elem_sep int STOP_REASON_BACK_BUTTON concode_elem_sep String HISTOGRAM_NAME concode_elem_sep int mStopReason concode_elem_sep int STOP_REASON_UNKN... |
void function ( String arg0 ) { this . arcrole = arg0 ; } | sets the value of the arcrole property . concode_field_sep String role concode_elem_sep String arcrole concode_elem_sep String show concode_elem_sep String actuate concode_elem_sep List<String> nilReason concode_elem_sep String href concode_elem_sep JAXBElement<? extends TransformationType> transformation concode_elem_... |
boolean function ( ) { return mRegistered ; } | true if this cell is registered to the mobile network concode_field_sep int TYPE_CDMA concode_elem_sep int TIMESTAMP_TYPE_MODEM concode_elem_sep int TYPE_WCDMA concode_elem_sep int mTimeStampType concode_elem_sep int TIMESTAMP_TYPE_OEM_RIL concode_elem_sep int TYPE_GSM concode_elem_sep int TIMESTAMP_TYPE_ANTENNA concod... |
Request function ( Computer arg0 , Class < ? > ... arg1 ) { try { AllDefaultPossibilitiesBuilder loc0 = new AllDefaultPossibilitiesBuilder ( true ) ; Runner loc1 = arg0 . getSuite ( loc0 , arg1 ) ; return runner ( loc1 ) ; } catch ( InitializationError loc0 ) { return runner ( new ErrorReportingRunner ( loc0 , arg1 ) )... | create a request that , when processed , will run all the tests in a set of classes . concode_field_sep PlaceHolder placeHolder concode_field_sep Request filterWith concode_elem_sep Request filterWith concode_elem_sep Runner getRunner concode_elem_sep Request method concode_elem_sep Request classes concode_elem_sep Req... |
void function ( ModuleEventListener arg0 ) { listeners . add ( arg0 ) ; } | register a jaci.openrio.toast.core.shared.moduleeventlistener to thebus . this is required for a class to be able to listen for events concode_field_sep Vector<ModuleEventListener> listeners concode_field_sep void raiseConcurrentEvent concode_elem_sep void raiseEvent |
BigInteger function ( ) { return x ; } | get the private exponent . concode_field_sep BigInteger p concode_elem_sep BigInteger g concode_elem_sep BigInteger x concode_field_sep BigInteger getG concode_elem_sep BigInteger getP |
float function ( ) { return jniGetTangentSpeed ( addr ) ; } | get the tangent speed . concode_field_sep World world concode_elem_sep WorldManifold worldManifold concode_elem_sep float[] tmp concode_elem_sep long addr concode_field_sep boolean jniIsTouching concode_elem_sep float getRestitution concode_elem_sep float jniGetRestitution concode_elem_sep void jniSetEnabled concode_el... |
ESIPrepaidRefillHistoryResponseType function ( ) { return new ESIPrepaidRefillHistoryResponseType ( ) ; } | create an instance of esiprepaidrefillhistoryresponsetype concode_field_sep QName _EsiPrepaidRefillHistoryRequest_QNAME concode_elem_sep QName _EsiPrepaidRefillHistoryResponse_QNAME concode_field_sep JAXBElement<ESIPrepaidRefillHistoryRequestType> createEsiPrepaidRefillHistoryRequest concode_elem_sep JAXBElement<ESIPre... |
void function ( String arg0 ) { this . displayName = arg0 ; } | sets the value of the displayname property . concode_field_sep Boolean isRequired concode_elem_sep InputData inputData concode_elem_sep String customInputType concode_elem_sep Boolean isInputDataRequired concode_elem_sep String displayName concode_elem_sep String defaultValue concode_elem_sep String dataType concode_el... |
int function ( ) { int loc0 = 0 ; for ( int loc1 = 0 ; loc1 < this . size ; loc1 ++ ) { for ( int loc2 = 0 ; loc2 < this . size ; loc2 ++ ) { int loc3 = this . board [ loc1 ] [ loc2 ] + 1 ; for ( int loc4 = 0 ; loc4 < loc1 * this . size + loc2 ; loc4 ++ ) loc3 *= 3 ; loc0 += loc3 ; } } return loc0 ; } | we want to hash identical states into the same bucket . this way , we can use a hashset/map to avoid duplicate states in searches . concode_field_sep TicTacToeState parent concode_elem_sep int size concode_elem_sep boolean turn concode_elem_sep byte[][] board concode_field_sep String identifier concode_elem_sep byte ge... |
void function ( long arg0 ) { this . timeout = arg0 ; } | you can configure the timeout that specifies how long to wait for a response from a remote server . the timeout unit is in milliseconds , so 60000 is 60 seconds . concode_field_sep boolean disconnect concode_elem_sep TextLineDelimiter textlineDelimiter concode_elem_sep boolean disconnectOnNoReply concode_elem_sep boole... |
int function ( ) { return numericPrecisionStep ; } | precision step for numeric field . this has no effect if #numerictype returns null . the default is numericutils #precision_step_default concode_field_sep DocValuesType docValuesType concode_elem_sep boolean storeTermVectorPayloads concode_elem_sep boolean omitNorms concode_elem_sep IndexOptions indexOptions concode_el... |
String function ( ) { return totalDownPayment ; } | gets the value of the totaldownpayment property . concode_field_sep String saleAmount concode_elem_sep String totalAmount concode_elem_sep String returnDownAmount concode_elem_sep TaxDetails taxDetails concode_elem_sep String totalTaxes concode_elem_sep String downPayment concode_elem_sep String returnAmount concode_el... |
void function ( String arg0 ) { this . outboundPrefix = ( arg0 != null ? arg0 : "srini_string" ) ; } | specify a prefix to be appended to the protocol property name for any user-defined message header that is being mapped into the protocol-specific message . the default is an empty string no prefix . concode_field_sep String inboundPrefix concode_elem_sep Log logger concode_elem_sep String outboundPrefix concode_field_s... |
File function ( String arg0 ) { String loc0 = fileNameGenerator . generate ( arg0 ) ; File loc1 = cacheDir ; if ( ! cacheDir . exists ( ) && ! cacheDir . mkdirs ( ) ) { if ( reserveCacheDir != null && ( reserveCacheDir . exists ( ) || reserveCacheDir . mkdirs ( ) ) ) { loc1 = reserveCacheDir ; } } return new File ( loc... | returns file object not null for incoming image uri . file object can reference to non-existing file . concode_field_sep File cacheDir concode_elem_sep Bitmap.CompressFormat compressFormat concode_elem_sep int DEFAULT_BUFFER_SIZE concode_elem_sep int compressQuality concode_elem_sep Bitmap.CompressFormat DEFAULT_COMPRE... |
void function ( String arg0 , Object arg1 ) { FacesContext . getCurrentInstance ( ) . getExternalContext ( ) . getSessionMap ( ) . put ( arg0 , arg1 ) ; } | store the managed bean inside the session scope . concode_field_sep Properties buildProperties concode_field_sep String getRequestParameter concode_elem_sep UIComponent findComponent concode_elem_sep ServletContext getServletContext concode_elem_sep Object getManagedBean concode_elem_sep String getActionAttribute conco... |
void function ( ) { canceled = true ; dialogMessage = null ; } | stop the task . concode_field_sep File file concode_elem_sep ResourceBundle messageBundle concode_elem_sep int lengthOfTask concode_elem_sep String dialogMessage concode_elem_sep Document document concode_elem_sep Logger logger concode_elem_sep boolean done concode_elem_sep int current concode_elem_sep boolean canceled... |
CacheMgr function ( ) { return mFtCacheImpl ; } | create or return the fortress cache manager reference . concode_field_sep CacheMgr mFtCacheImpl concode_elem_sep String EHCACHE_CONFIG_FILE concode_elem_sep CacheManager mEhCacheImpl concode_elem_sep Logger LOG concode_field_sep Cache getCache concode_elem_sep void clearAll |
void function ( Reason arg0 ) { this . reason = arg0 ; } | sets the value of the reason property . concode_field_sep Reason reason concode_elem_sep String transactioncoordinator concode_elem_sep TypeResponseStatus status concode_field_sep Reason getReason concode_elem_sep TypeResponseStatus getStatus concode_elem_sep void setStatus concode_elem_sep void setTransactioncoordinat... |
void function ( java . lang . String arg0 ) { this . conf = arg0 ; } | sets the conf value for this wscheckserviceconfigrequest . concode_field_sep org.apache.axis.description.TypeDesc typeDesc concode_elem_sep java.lang.Object __equalsCalc concode_elem_sep boolean __hashCodeCalc concode_elem_sep java.lang.String conf concode_elem_sep java.lang.String jndiName concode_field_sep org.apache... |
SslConfiguration function ( String arg0 ) { setCertificate ( arg0 ) ; return this ; } | the contents of the certificate 's domain.crt file . concode_field_sep String privateKey concode_elem_sep String chain concode_elem_sep String certificate concode_field_sep void setChain concode_elem_sep String getCertificate concode_elem_sep int hashCode concode_elem_sep boolean equals concode_elem_sep SslConfiguratio... |
Socket function ( String arg0 , int arg1 ) { SSLSocket loc0 = ( SSLSocket ) socketFactory . createSocket ( arg0 , arg1 ) ; if ( enabledCipherSuites != null ) loc0 . setEnabledCipherSuites ( enabledCipherSuites ) ; if ( enabledProtocols != null ) loc0 . setEnabledProtocols ( enabledProtocols ) ; return loc0 ; } | creates an sslsocket on a given port concode_field_sep String[] enabledCipherSuites concode_elem_sep String[] enabledProtocols concode_elem_sep long serialVersionUID concode_elem_sep SSLSocketFactory socketFactory concode_field_sep int hashCode concode_elem_sep boolean equals concode_elem_sep String[] getProp |
boolean function ( Class arg0 ) { for ( Class < ? > loc0 : getValueNodeType ( ) ) { if ( loc0 . isAssignableFrom ( arg0 ) ) { return true ; } } return false ; } | isvalidvaluenodetype . concode_field_sep TupleRule<?,?> parent concode_elem_sep String name concode_elem_sep Map<String,TupleRule<?,?>> rules concode_elem_sep TupleHandler tupleHandler concode_elem_sep boolean required concode_elem_sep K key concode_elem_sep NodeRuleFactory nodeRuleFactory concode_field_sep void setNam... |
ManagedConnection function ( Set arg0 , Subject arg1 , ConnectionRequestInfo arg2 ) { return null ; } | returns a matched connection from the candidate set of connections . concode_field_sep long serialVersionUID concode_elem_sep PrintWriter writer concode_elem_sep ResourceAdapter ra concode_field_sep ManagedConnection createManagedConnection concode_elem_sep void setResourceAdapter concode_elem_sep void setLogWriter con... |
Long function ( ) { return personId ; } | gets the value of the personid property . concode_field_sep Long reminderId concode_elem_sep Long personId concode_field_sep void setReminderId concode_elem_sep Long getReminderId concode_elem_sep void setPersonId |
void function ( ) { int loc0 = mesh . getNumberOfTriangles ( ) / 5 ; for ( int loc1 = 0 ; loc1 < loc0 ; loc1 ++ ) { mesh . removeTriangle ( 0 ) ; } Logger . getInstance ( ) . debug ( "srini_string" + mesh . getNumberOfTriangles ( ) + "srini_string" ) ; } | remove old replaced triangles . concode_field_sep ITriangleMesh mesh concode_field_sep Map<Integer,List<Edge>> createVertexEdgesMapping concode_elem_sep void subdivide concode_elem_sep List<Edge> createEdges concode_elem_sep void computeUpdatedVertexPositionsOldPoints concode_elem_sep List<Vector> computeUpdatedVertexP... |
void function ( @ PathParam ( "srini_string" ) final String arg0 , @ Suspended final AsyncResponse arg1 ) { TASK_EXECUTOR . submit ( new Runnable ( ) { @ Override public void run ( ) { try { Thread . sleep ( SLEEP_TIME_IN_MILLIS ) ; } catch ( final InterruptedException loc0 ) { arg1 . cancel ( ) ; } arg1 . resume ( arg... | asynchronously echo the last path segment after sleeping for a long time . concode_field_sep ExecutorService TASK_EXECUTOR concode_elem_sep int SLEEP_TIME_IN_MILLIS concode_field_sep String syncEcho |
void function ( Point2D . Double arg0 ) { corners . add ( arg0 ) ; } | adds a point to the list . concode_field_sep ArrayList<Point2D.Double> corners concode_field_sep double getTriangleArea concode_elem_sep double getArea |
boolean function ( ) { return status ; } | determine whether the submit button is activated . concode_field_sep String IMAGE_DISABLED concode_elem_sep String IMAGE_ENABLED concode_elem_sep boolean status concode_field_sep boolean isDisabled concode_elem_sep String getImageButton concode_elem_sep void setStatus |
Boolean function ( ) { return isProductAdsChargeable ; } | gets the value of the isproductadschargeable property . concode_field_sep Integer viewthroughLookbackWindow concode_elem_sep Integer productAdsChargeableConversionWindow concode_elem_sep String conversionTrackerType concode_elem_sep Long originalConversionTypeId concode_elem_sep ConversionTrackerStats stats concode_ele... |
String function ( ) { return format ( toArray ( high ( ) ) ) ; } | return the high address as a dotted ip address . will be zero for cidr/31 and cidr/32 if the inclusive flag is false . concode_field_sep Pattern CIDR_PATTERN concode_elem_sep int broadcast concode_elem_sep boolean inclusiveHostCount concode_elem_sep int address concode_elem_sep long UNSIGNED_INT_MASK concode_elem_sep i... |
DiscoveryResultFlag function ( ) { return this . flag ; } | return the discoveryresultflag to be filtered . concode_field_sep DiscoveryResultFlag flag concode_elem_sep ThingUID thingUID concode_elem_sep String bindingId concode_elem_sep ThingTypeUID thingTypeUID concode_field_sep String getBindingId concode_elem_sep ThingTypeUID getThingTypeUID concode_elem_sep ThingUID getThin... |
Filter function ( String arg0 , IndexCollectionType arg1 , String arg2 ) { Value loc0 = Value . get ( arg2 ) ; return new Filter ( arg0 , arg1 , loc0 . getType ( ) , loc0 , loc0 ) ; } | create contains string filter for query on collection index . concode_field_sep int valType concode_elem_sep IndexCollectionType colType concode_elem_sep String name concode_elem_sep Value end concode_elem_sep Value begin concode_field_sep Filter equal concode_elem_sep Filter equal concode_elem_sep Filter equal concode... |
void function ( final HttpParams arg0 , final String arg1 ) { if ( arg0 == null ) { throw new IllegalArgumentException ( "srini_string" ) ; } arg0 . setParameter ( CoreProtocolPNames . HTTP_ELEMENT_CHARSET , arg1 ) ; } | sets value of the coreprotocolpnames #http_element_charset parameter . concode_field_sep PlaceHolder placeHolder concode_field_sep ProtocolVersion getVersion concode_elem_sep boolean useExpectContinue concode_elem_sep void setVersion concode_elem_sep String getUserAgent concode_elem_sep void setUserAgent concode_elem_s... |
String function ( ) { return toString ( bytes ) ; } | returns the text of this term . in the case of words , this is simply the text of the word . in the case of dates and other types , this is an encoding of the object as a string . concode_field_sep String field concode_elem_sep BytesRef bytes concode_field_sep void set concode_elem_sep String field concode_elem_sep Byt... |
boolean function ( ) { return isRunning ( ) ; } | returns whether this animator has been started and not yet ended . this state is a superset of the state of #isrunning , because an animator with a nonzero #getstartdelay startdelay will return true for #isstarted during thedelay phase , whereas #isrunning will return true only after the delay phaseis complete . concod... |
double [ ] function ( ) { return current ; } | return the measured values for the current measurement if any of this benchmark . concode_field_sep Vector entries concode_elem_sep Applet applet concode_elem_sep Stopwatch timer[] concode_elem_sep int decimals concode_elem_sep double current[] concode_elem_sep boolean ascending concode_elem_sep String units concode_el... |
List < Integer > function ( Collection < T > arg0 ) { return arg0 != null ? arg0 . stream ( ) . map ( o -> o . getId ( ) ) . collect ( Collectors . toList ( ) ) : null ; } | returns a list of internal identifiers for the given collection of identifiableobjects . concode_field_sep String SEPARATOR concode_elem_sep SimpleDateFormat LONG_DATE_FORMAT concode_elem_sep String SEPARATOR_JOIN concode_elem_sep Map<String,String> CLASS_ALIAS concode_field_sep List<T> removeDuplicates concode_elem_se... |
int function ( ) { return this . nWidth ; } | return the width of the rectangle . concode_field_sep int nTly concode_elem_sep int nTlx concode_elem_sep int nHeight concode_elem_sep int nWidth concode_field_sep Rect add concode_elem_sep Rect offset concode_elem_sep int getBottom concode_elem_sep Rect scale concode_elem_sep int getPerimeter concode_elem_sep boolean ... |
void function ( Collection < RegisteredProject > arg0 ) { for ( RegisteredProject loc0 : arg0 ) { removeProject ( loc0 ) ; } } | removes projects on ws-master side . concode_field_sep UsersWorkspaceImpl workspace concode_elem_sep List<? extends ProjectConfig> projects concode_elem_sep List<? extends Environment> environments concode_elem_sep WorkspaceRuntimeImpl runtime concode_elem_sep String description concode_elem_sep boolean isTemporary con... |
String function ( ) { StringBuffer loc0 = new StringBuffer ( "srini_string" ) ; loc0 . append ( "srini_string" ) ; loc0 . append ( filterDef . getFilterName ( ) ) ; loc0 . append ( "srini_string" ) ; loc0 . append ( filterDef . getFilterClass ( ) ) ; loc0 . append ( "srini_string" ) ; return ( loc0 . toString ( ) ) ; } | return a string representation of this object . concode_field_sep FilterDef filterDef concode_elem_sep Context context concode_elem_sep ObjectName oname concode_elem_sep Properties restrictedFilters concode_elem_sep StringManager sm concode_elem_sep org.apache.juli.logging.Log log concode_elem_sep Filter filter concode... |
void function ( PrintWriter arg0 ) { log . finest ( "srini_string" ) ; logwriter = arg0 ; } | set the log writer for this managedconnectionfactory instance . concode_field_sep Logger log concode_elem_sep String name concode_elem_sep long serialVersionUID concode_elem_sep PrintWriter logwriter concode_elem_sep ResourceAdapter ra concode_field_sep void setName concode_elem_sep ManagedConnection createManagedConne... |
ZipEightByteInteger function ( ) { return relativeHeaderOffset ; } | the relative header offset stored in this extra field . concode_field_sep ZipEightByteInteger compressedSize concode_elem_sep ZipEightByteInteger relativeHeaderOffset concode_elem_sep int WORD concode_elem_sep ZipEightByteInteger size concode_elem_sep ZipLong diskStart concode_elem_sep int DWORD concode_elem_sep ZipSho... |
boolean function ( ) { throw new MustOverrideException ( ) ; } | implements #allowfileschemecookies . concode_field_sep PlaceHolder placeHolder concode_field_sep void removeSessionCookie concode_elem_sep boolean allowFileSchemeCookies concode_elem_sep void flushCookieStore concode_elem_sep void setAcceptFileSchemeCookiesImpl concode_elem_sep void removeExpiredCookie concode_elem_sep... |
Context function ( ) { return new ServiceContext ( ) ; } | returns a default service context by the owning provider . concode_field_sep String CONTEXT_REQUEST_PATH concode_field_sep Context setContext |
void function ( ) { for ( int loc0 : TEST_VINT_VALUES ) { doVarIntTest ( loc0 ) ; } for ( int loc0 = 1 ; loc0 != 0 ; loc0 <<= 1 ) { doVarIntTest ( loc0 ) ; doVarIntTest ( - loc0 ) ; doVarIntTest ( loc0 - 1 ) ; doVarIntTest ( ~ loc0 ) ; } } | test that readrawvarint32 is compatible with the varints encoded by protobuf 's codedoutputstream . concode_field_sep int[] TEST_VINT_VALUES concode_field_sep void doVarIntTest concode_elem_sep void testRpcClientId |
PrivateKey function ( String arg0 ) { try { return PkiTools . getRsaKeyFactory ( ) . generatePrivate ( new PKCS8EncodedKeySpec ( pemToDer ( arg0 ) ) ) ; } catch ( Exception loc0 ) { throw new CertificateGeneratorException ( "srini_string" , loc0 . getCause ( ) ) ; } } | convert a java string to an private key concode_field_sep Logger LOGGER concode_elem_sep String ALGORITHM concode_elem_sep int RSA_KEY_LENGTH concode_field_sep X500Name makeDistinguishedName concode_elem_sep String getHostName concode_elem_sep String certificateToPem concode_elem_sep KeyPair generateRsaKeyPair concode_... |
JPanel function ( ) { return mainPanel ; } | returns the jpanel object . concode_field_sep JLabel receivedLabel concode_elem_sep JTabbedPane tabbedPane concode_elem_sep LogsPane logsPane concode_elem_sep MailsListPane mailsListPane concode_elem_sep JPanel mainPanel concode_elem_sep PortTextField portText concode_elem_sep StartServerButton startServerBtn concode_e... |
void function ( IgniteInternalCache < Object , Object > arg0 ) { try { arg0 . clear ( ) ; } catch ( IgniteCheckedException loc0 ) { throw new CacheException ( loc0 ) ; } } | called to remove all data from cache without regard to transaction . concode_field_sep Ignite ignite concode_elem_sep IgniteInternalCache<Object,Object> cache concode_elem_sep String cacheName concode_elem_sep IgniteLogger log concode_elem_sep long serialVersionUID concode_elem_sep Object key concode_field_sep void unl... |
Integer function ( String arg0 ) { return elementIds . get ( arg0 ) ; } | returns the last id for given element concode_field_sep HashMap<String,IMetsElement> pidElements concode_elem_sep MetsElement rootElement concode_elem_sep String packageID concode_elem_sep JhoveContext jhoveContext concode_elem_sep Map<String,String> fsParentMap concode_elem_sep String path concode_elem_sep String proa... |
void function ( ArgOptions arg0 ) { } | adds options to the provided argoptions instance , which will beused to parse the command line . this method allows subclasses the ability to add extra command line options . concode_field_sep String CORPUS_READER_PROPERTY concode_elem_sep String EXT concode_elem_sep ArgOptions argOptions concode_elem_sep Logger LOGGER... |
boolean function ( ) { return collator == null ; } | returns true if two equal strings always contain identical sequence of characters for the current collation , e.g. english language . concode_field_sep HashMap nameToJavaName concode_elem_sep Collator collator concode_elem_sep HsqlName name concode_elem_sep boolean equalIsIdentical concode_elem_sep Locale locale concod... |
void function ( ) { CategoryMarker loc0 = new CategoryMarker ( "srini_string" ) ; loc0 . addChangeListener ( this ) ; this . lastEvent = null ; assertEquals ( false , loc0 . getDrawAsLine ( ) ) ; loc0 . setDrawAsLine ( true ) ; assertEquals ( true , loc0 . getDrawAsLine ( ) ) ; assertEquals ( loc0 , this . lastEvent . ... | some checks for the getdrawasline and setdrawasline methods . concode_field_sep MarkerChangeEvent lastEvent concode_field_sep void testCloning concode_elem_sep void testGetSetKey concode_elem_sep void markerChanged concode_elem_sep void testSerialization concode_elem_sep void testEquals |
void function ( boolean arg0 ) { this . autoSubmit = arg0 ; } | is auto submit turned on ? concode_field_sep String itemNumbering concode_elem_sep String submissionMessage concode_elem_sep java.util.Date dueDate concode_elem_sep java.util.Date feedbackDate concode_elem_sep boolean formatByAssessment concode_elem_sep boolean autoSave concode_elem_sep boolean unlimitedAttempts concod... |
HashMap [ ] function ( ) { return a_attributes ; } | this method returns the array containing the map on the attributes . concode_field_sep int[] a_ranges concode_elem_sep ArrayList ranges concode_elem_sep ArrayList attributes concode_elem_sep StringBuffer buffer concode_elem_sep int startingRange concode_elem_sep HashMap[] a_attributes concode_elem_sep AttributedCharact... |
File function ( URI arg0 ) { return getFile ( arg0 , "srini_string" ) ; } | resolve the given resource uri to a java.io.file , i.e. to a file in the file system . concode_field_sep String WAR_URL_PREFIX concode_elem_sep String JAR_URL_SEPARATOR concode_elem_sep String URL_PROTOCOL_FILE concode_elem_sep String URL_PROTOCOL_JAR concode_elem_sep String URL_PROTOCOL_VFSZIP concode_elem_sep String ... |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.