code stringlengths 20 663 | nl stringlengths 68 7.19k |
|---|---|
HttpHost function ( String arg0 ) { URL loc0 = new URL ( arg0 ) ; HttpHost loc1 ; if ( URLUtils . hasPort ( arg0 ) ) { loc1 = new HttpHost ( loc0 . getHost ( ) , loc0 . getPort ( ) ) ; } else { loc1 = new HttpHost ( loc0 . getHost ( ) ) ; } return loc1 ; } | extracts the httphost from the httpurl parameter . concode_field_sep String LOCAL_IP concode_elem_sep UrlValidator URL_VALIDATOR concode_elem_sep String LOCAL_HOST concode_elem_sep Logger LOG concode_field_sep boolean hasPort concode_elem_sep String getHostName concode_elem_sep boolean isHostName concode_elem_sep boole... |
String function ( ) { return branchExpandedIcon ; } | return the value of the branchexpandedicon property . concode_field_sep String branchContractedIcon concode_elem_sep boolean expanded concode_elem_sep String tooltip concode_elem_sep String branchExpandedIcon concode_elem_sep String icon concode_elem_sep String action concode_elem_sep DefaultMutableTreeNode wrapper con... |
void function ( Collection < BookmarkEntity > arg0 ) { this . bookmarkEntityCollection = arg0 ; } | sets the bookmarkentitycollection of this userentity to the specified value . concode_field_sep Collection<BookmarkEntity> bookmarkEntityCollection concode_elem_sep String password concode_elem_sep String userid concode_elem_sep String email concode_elem_sep String username concode_field_sep void setPassword concode_el... |
CampaignEnrollmentStatus function ( ) { return status ; } | this returns the status of a campaignenrollmentrecord . concode_field_sep String externalId concode_elem_sep LocalDate referenceDate concode_elem_sep String campaignName concode_elem_sep CampaignEnrollmentStatus status concode_field_sep LocalDate getReferenceDate concode_elem_sep String getCampaignName concode_elem_sep... |
boolean function ( char arg0 ) { return '0' <= arg0 && arg0 <= '7' ; } | check if character is octal digit concode_field_sep int FILE_PATH_LIMIT concode_field_sep String relativeOrFullPath concode_elem_sep VirtualFile getPossibleBase concode_elem_sep String relativePath concode_elem_sep String relativePath concode_elem_sep String relativePath concode_elem_sep String relativePath concode_ele... |
String function ( byte [ ] arg0 ) { StringBuffer loc0 = new StringBuffer ( arg0 . length * 2 ) ; for ( int loc1 = 0 ; loc1 < arg0 . length ; loc1 ++ ) { loc0 . append ( hexc [ ( arg0 [ loc1 ] >> 4 ) & 0x0f ] ) ; loc0 . append ( hexc [ arg0 [ loc1 ] & 0x0f ] ) ; } return loc0 . toString ( ) ; } | convert a byte array to a hex string for debugging purposes concode_field_sep String name concode_elem_sep JarEntry entry concode_elem_sep CodeSigner[] signers concode_elem_sep BASE64Decoder decoder concode_elem_sep char[] hexc concode_elem_sep ArrayList<byte[]> manifestHashes concode_elem_sep boolean skip concode_elem... |
void function ( String arg0 ) { if ( ! profilesProcessed . containsKey ( arg0 ) && ! arg0 . equals ( DEFAULT_NAME ) ) { throw new IllegalArgumentException ( "srini_string" ) ; } this . selectedClaimsProfileName = arg0 ; } | submit the name of the profile listed in each configuration to select that configuration for use . applies retroactively for system-high and banner markings . concode_field_sep String DEFAULT_NAME concode_elem_sep String profilesDirectory concode_elem_sep Map<String,Object> profilesProcessed concode_elem_sep Map<String... |
Matrix4x4 function ( final float arg0 ) { return rotate ( arg0 , 0 , 0 , 1 ) ; } | rotates the matrix by the given angle around z. concode_field_sep boolean bufferUpdateNeeded concode_elem_sep Vector3 position concode_elem_sep int M_32 concode_elem_sep int M_20 concode_elem_sep int M_30 concode_elem_sep int M_00 concode_elem_sep int M_10 concode_elem_sep int M_02 concode_elem_sep int M_12 concode_ele... |
float function ( ) { return oldX ; } | gets the old x. concode_field_sep Pan mPan concode_elem_sep RectF zoomR concode_elem_sep Zoom mPinchZoom concode_elem_sep float oldX concode_elem_sep float oldY concode_elem_sep GraphicalView graphicalView concode_elem_sep DefaultRenderer mRenderer concode_elem_sep float oldY2 concode_elem_sep float oldX2 concode_field... |
Builder function ( float arg0 , float arg1 , float arg2 ) { rotationDegrees = arg0 ; rotationPivotX = arg1 ; rotationPivotY = arg2 ; hasRotationPivot = true ; return this ; } | rotate the image by the specified degrees around a pivot point . concode_field_sep boolean centerInside concode_elem_sep int resourceId concode_elem_sep long TOO_LONG_LOG concode_elem_sep long started concode_elem_sep Uri uri concode_elem_sep float rotationPivotY concode_elem_sep float rotationPivotX concode_elem_sep i... |
void function ( ColorMatrix arg0 ) { setConcat ( arg0 , this ) ; } | concat this colormatrix with the specified postmatrix . this is logically the same as calling setconcat postmatrix , this ; concode_field_sep float[] mArray concode_field_sep void set concode_elem_sep void set concode_elem_sep void setYUV2RGB concode_elem_sep void setRGB2YUV concode_elem_sep void setScale concode_elem_... |
Coordinate function ( ) { return shape . getCenter ( ) ; } | returns the center of the area . concode_field_sep Shape shape concode_elem_sep String name concode_field_sep String getName concode_elem_sep List<Coordinate> getBoundary concode_elem_sep boolean pointInArea concode_elem_sep String toString |
Integer function ( ) { return snakeCase ; } | get snakecase 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 int hashCode ... |
String function ( ) { return website ; } | getter for website concode_field_sep BusinessSubCategoryType subCategory concode_elem_sep String website concode_elem_sep AddressType address concode_elem_sep String businessEstablished concode_elem_sep SalesVenueType salesVenue concode_elem_sep BusinessTypeType type concode_elem_sep AverageMonthlyVolumeType averageMon... |
boolean function ( ) { return annot . getFlag ( COSName . F , PDAnnotation . FLAG_TOGGLE_NO_VIEW ) ; } | get the togglenoview flag . concode_field_sep COSDictionary annot concode_field_sep void setName concode_elem_sep boolean isInvisible concode_elem_sep String getSubject concode_elem_sep void setSubject concode_elem_sep String getName concode_elem_sep Integer getPage concode_elem_sep boolean isNoRotate concode_elem_sep ... |
CTOfficeArtExtensionList function ( ) { return extLst ; } | gets the value of the extlst property . concode_field_sep CTShapeLocking spLocks concode_elem_sep CTOfficeArtExtensionList extLst concode_elem_sep Boolean txBox concode_field_sep void setTxBox concode_elem_sep void setSpLocks concode_elem_sep void setExtLst concode_elem_sep CTShapeLocking getSpLocks concode_elem_sep bo... |
int function ( ) { try { return d_ISWbemPropertySetProxy . getCount ( ) ; } catch ( com . linar . jintegra . AutomationException loc0 ) { loc0 . fillInStackTrace ( ) ; throw loc0 ; } } | getcount . the number of items in this collection concode_field_sep wbemdisp.ISWbemPropertySetProxy d_ISWbemPropertySetProxy concode_elem_sep String CLSID concode_field_sep wbemdisp.ISWbemProperty add concode_elem_sep wbemdisp.ISWbemProperty item concode_elem_sep Object getPropertyByName concode_elem_sep Object getProp... |
int function ( Object arg0 ) { int loc0 = arg0 . hashCode ( ) ; if ( loc0 < 0 ) { loc0 = - loc0 ; } loc0 = loc0 % buckets . length ; return loc0 ; } | helper method for fully initializing index location h in hashset concode_field_sep Node next concode_elem_sep Node current concode_elem_sep Object data concode_elem_sep Node[] buckets concode_elem_sep int bucketIndex concode_elem_sep int currentSize concode_field_sep HashSet add concode_elem_sep Object next concode_ele... |
AlgorithmParameters function ( String arg0 , String arg1 ) { if ( arg1 == null || arg1 . isEmpty ( ) ) { throw new IllegalArgumentException ( "srini_string" ) ; } Provider loc0 = Security . getProvider ( arg1 ) ; if ( loc0 == null ) { throw new NoSuchProviderException ( arg1 ) ; } return getInstance ( arg0 , loc0 ) ; } | returns a new instance of algorithmparameters from the specifiedprovider for the specified algorithm . concode_field_sep Provider provider concode_elem_sep Engine ENGINE concode_elem_sep AlgorithmParametersSpi spiImpl concode_elem_sep boolean initialized concode_elem_sep String SEVICE concode_elem_sep String algorithm ... |
List < OAuthPermission > function ( ) { return Collections . unmodifiableList ( tokenPermissions ) ; } | gets the list of the permissions assigned to the current access token concode_field_sep String tokenKey concode_elem_sep String[] tokenRequestParts concode_elem_sep String clientId concode_elem_sep String tokenAudience concode_elem_sep UserSubject clientSubject concode_elem_sep String tokenGrantType concode_elem_sep Li... |
void function ( @ NotNull DDMFormValuesQueryParser . PredicateEqualityExpressionContext arg0 ) { } | the default implementation does nothing . concode_field_sep PlaceHolder placeHolder concode_field_sep void exitFieldSelectorExpression concode_elem_sep void enterPath concode_elem_sep void enterSelectorExpression concode_elem_sep void enterStepType concode_elem_sep void exitPredicateExpression concode_elem_sep void ent... |
String function ( ) { return this . methodName ; } | return the name of the target method . concode_field_sep Class<?>[] parameterTypes concode_elem_sep long serialVersionUID concode_elem_sep String methodName concode_elem_sep Object[] arguments concode_elem_sep Map<String,Serializable> attributes concode_field_sep void setParameterTypes concode_elem_sep Serializable get... |
ApplicationContext function ( ) { return ctx ; } | used for return a class from applicationcontext concode_field_sep ApplicationContext ctx concode_field_sep void setApplicationContext |
SAMLBinding function ( Endpoint arg0 ) { return getBinding ( SAMLUtil . getBindingForEndpoint ( arg0 ) ) ; } | determines binding to be used for the given endpoint . by default binding returned from getbinding call on the endpoint is used . speciall handling is used for holder of key websso profile endpoints where real binding is stored under hoksso : protocolbinding attribute . concode_field_sep Logger log concode_elem_sep Col... |
String function ( ) { return this . marker ; } | an opaque string that indicates the position at which the virtual tape recovery points that were listed for description ended . use this marker in your next request to list the next set of virtual tape recovery points in the list . if there are no more recovery points to describe , this field does not appear in the res... |
void function ( boolean arg0 ) { this . useDom = arg0 ; } | sets whether domsource and domresult should be used . concode_field_sep ValidatorErrorHandler errorHandler concode_elem_sep boolean useDom concode_elem_sep boolean failOnNullHeader concode_elem_sep String headerName concode_elem_sep XmlConverter converter concode_elem_sep boolean failOnNullBody concode_elem_sep SchemaR... |
String function ( ) { return freq ; } | getter concode_field_sep int lineTypeNumber concode_elem_sep String heading concode_elem_sep String freq concode_elem_sep String icao concode_elem_sep String runway concode_elem_sep String lon concode_elem_sep String type concode_elem_sep String lat concode_field_sep void setIcao concode_elem_sep String getLat concode_... |
int function ( ) { return getFirst ( ) + getCount ( ) - 1 ; } | gets number of last item concode_field_sep int count concode_elem_sep int first concode_field_sep boolean contains concode_elem_sep int getFirst concode_elem_sep int getCount |
String function ( String arg0 ) { return isCommonType ( ) ? commonType : arg0 ; } | returns the common attribute type if this attribute doc is of a common type otherwise actualrule . concode_field_sep Class<? extends RuleDefinition> definitionClass concode_elem_sep int startLineCnt concode_elem_sep Set<String> flags concode_elem_sep String attributeName concode_elem_sep String htmlDocumentation concod... |
String function ( String arg0 ) { if ( arg0 == null ) return null ; try { String loc0 = URLEncoder . encode ( arg0 , Constants . DEFAULT_ENCODING ) ; return loc0 . replaceAll ( "srini_string" , "srini_string" ) ; } catch ( UnsupportedEncodingException loc0 ) { throw new ClientException ( "srini_string" + arg0 , loc0 ) ... | url encodes the specified string and returns it . all keys specified by users need to url encoded . the url encoded key needs to be used in the string to sign canonical resource path . concode_field_sep DateUtils dateUtils concode_elem_sep Log log concode_field_sep String formatRfc822Date concode_elem_sep byte[] comput... |
void function ( JSONObject arg0 ) { sendPluginResult ( new PluginResult ( PluginResult . Status . ERROR , arg0 ) ) ; } | helper for error callbacks that just returns the status.error by default concode_field_sep String callbackId concode_elem_sep CordovaWebView webView concode_elem_sep int changingThreads concode_elem_sep String LOG_TAG concode_elem_sep boolean finished concode_field_sep boolean isChangingThreads concode_elem_sep String ... |
void function ( Object arg0 , int arg1 ) { if ( arg1 == 0 ) { return ; } int loc0 = rightsMap . get ( arg0 , 0 ) ; loc0 |= arg1 ; rightsMap . put ( arg0 , loc0 ) ; } | grants the specified rights on the specified database object . keys stored in rightsmap for database tables are their hsqlname attribute . this allows rights to persist when a table is renamed . concode_field_sep IntValueHashMap rightsMap concode_elem_sep User uPublic concode_elem_sep String sName concode_elem_sep bool... |
void function ( String arg0 , ArrayList < String > arg1 ) { mValues . put ( arg0 , arg1 ) ; } | unsupported , here until we get proper bulk insert apis . @hide concode_field_sep String TAG concode_elem_sep HashMap<String,Object> mValues concode_field_sep Float getAsFloat concode_elem_sep Byte getAsByte concode_elem_sep Set<Map.Entry<String,Object>> valueSet concode_elem_sep boolean containsKey concode_elem_sep In... |
void function ( String arg0 ) { this . sourcePath = arg0 ; } | method to set the source path . concode_field_sep String associationType concode_elem_sep String destinationPath concode_elem_sep String sourcePath concode_field_sep void setDestinationPath concode_elem_sep String getSourcePath concode_elem_sep String getAssociationType concode_elem_sep String getDestinationPath concod... |
boolean function ( ) { return socketAddresses != null ; } | returns true if there 's another socket address to try . concode_field_sep int nextSocketAddressIndex concode_elem_sep List<Route> postponedRoutes concode_elem_sep int TLS_MODE_MODERN concode_elem_sep Address address concode_elem_sep Iterator<Proxy> proxySelectorProxies concode_elem_sep ConnectionPool pool concode_elem... |
FirmwareUpdateResult function ( ) { return result ; } | returns the result of the firmware update . concode_field_sep FirmwareUpdateResult result concode_elem_sep String errorMessage concode_field_sep int hashCode concode_elem_sep boolean equals concode_elem_sep String toString concode_elem_sep String getErrorMessage |
Object function ( Class arg0 , String arg1 , Exception arg2 ) { log . debug ( "srini_string" + arg0 . getName ( ) + "srini_string" + arg1 , arg2 ) ; if ( "srini_string" . equals ( arg1 ) ) { return null ; } throw arg2 ; } | when a user-supplied method throws an exception , the methodexceptioneventhandler is invoked with the class , method name and thrown exception . the handler can either return a valid object to be used as the return value of the method call , or throw the passed-in or new exception , which will be wrapped and propagated... |
ManagedObjectReference function ( ) { return _this ; } | gets the value of the this property . concode_field_sep ManagedObjectReference _this concode_elem_sep List<VMwareDvsLacpGroupSpec> lacpGroupSpec concode_field_sep void setThis concode_elem_sep List<VMwareDvsLacpGroupSpec> getLacpGroupSpec |
QueryBuilder < V > function ( Map < String , V > arg0 ) { valueMap . putAll ( arg0 ) ; return this ; } | adds all key value mappings . concode_field_sep String FROM concode_elem_sep String select concode_elem_sep String WHERE concode_elem_sep String orderBy concode_elem_sep String SELECT concode_elem_sep String OFFSET concode_elem_sep Integer limit concode_elem_sep String LIMIT concode_elem_sep String ORDER_BY concode_ele... |
void function ( String arg0 ) { this . closedDate = arg0 ; } | this is setter method for closeddate concode_field_sep String logDate concode_elem_sep String CSRID concode_elem_sep String subSubType concode_elem_sep String source concode_elem_sep String type concode_elem_sep String escOutStatus concode_elem_sep String caseNature concode_elem_sep String commitDate concode_elem_sep S... |
void function ( Process arg0 , Map < String , String > arg1 ) { ProcessTree loc0 = ProcessTree . get ( ) ; if ( arg0 != null ) loc0 . get ( arg0 ) . killRecursively ( ) ; if ( arg1 != null ) loc0 . killAll ( arg1 ) ; } | in addition to what #kill process does , also tries tokill all the daemon processes launched . kills the given process like process #destroy but also attempts to kill descendant processes created from the given process . in addition , optionally perform `` search and destroy '' based on environment variables . in this ... |
void function ( ) { CategoryStepRenderer loc0 = new CategoryStepRenderer ( false ) ; CategoryStepRenderer loc1 = new CategoryStepRenderer ( false ) ; assertEquals ( loc0 , loc1 ) ; loc0 = new CategoryStepRenderer ( true ) ; assertFalse ( loc0 . equals ( loc1 ) ) ; loc1 = new CategoryStepRenderer ( true ) ; assertTrue (... | 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 testGetLegendItemSeriesIndex |
double function ( ) { return smPurity ; } | get the set matchings purity first : second clustering normalized , 1 = equal concode_field_sep double smPurity concode_elem_sep double smInversePurity concode_elem_sep double smFSecond concode_elem_sep double smFFirst concode_field_sep double inversePurity concode_elem_sep double f1Measure concode_elem_sep double fMea... |
void function ( Resource arg0 ) { createStatechartModel ( arg0 , DiagramActivator . DIAGRAM_PREFERENCES_HINT ) ; } | creates a statechart with an initial region and an initial state concode_field_sep int INITIAL_TEXT_COMPARTMENT_X concode_elem_sep String INITIAL_REGION_NAME concode_elem_sep int INITIAL_REGION_WIDTH concode_elem_sep int SPACING concode_elem_sep int INITIAL_REGION_HEIGHT concode_elem_sep int INITIAL_TEXT_COMPARTMENT_WI... |
Socket function ( ) { return socket ; } | returns the socket that this connection uses , or null if the connection is not currently connected . 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 c... |
void function ( String arg0 ) { String loc0 = format . format ( new Date ( ) ) ; String loc1 = Thread . currentThread ( ) . getName ( ) ; System . out . println ( loc0 + "srini_string" + loc1 + "srini_string" + arg0 ) ; } | prints the time , thread name a message to the console concode_field_sep SimpleDateFormat format concode_field_sep void sleep concode_elem_sep void writeAndSleep concode_elem_sep long startTimer concode_elem_sep void stopTimer concode_elem_sep void shutdownAndAwaitTermination |
String function ( ) { return cardNum ; } | gets the value of the cardnum property . concode_field_sep SignatureData signatureData concode_elem_sep String cardNum concode_elem_sep String cardType concode_elem_sep String cardIndexNum concode_field_sep String getCardIndexNum concode_elem_sep void setCardIndexNum concode_elem_sep void setCardNum concode_elem_sep vo... |
int function ( int arg0 ) { return linkTable [ arg0 ] ; } | this looks from a given node , so the parameter is always > -1 . concode_field_sep int[] hashTable concode_elem_sep boolean fixedSize concode_elem_sep int newNodePointer concode_elem_sep int elementCount concode_elem_sep int[] linkTable concode_elem_sep int reclaimedNodePointer concode_field_sep void resetTables concod... |
String function ( ) { return this . password ; } | gets password concode_field_sep boolean owner concode_elem_sep String license concode_elem_sep String firstName concode_elem_sep String lastName concode_elem_sep String password concode_elem_sep Name name concode_elem_sep String email concode_elem_sep String username concode_field_sep void setStringName concode_elem_se... |
String function ( ) { String loc0 = "srini_string" ; loc0 += String . format ( "srini_string" , slope ( ) , intercept ( ) ) ; return loc0 + "srini_string" + String . format ( "srini_string" , R2 ( ) ) + "srini_string" ; } | returns a string representation of the simple linear regression model . concode_field_sep double R2 concode_elem_sep double svar concode_elem_sep double svar1 concode_elem_sep double alpha concode_elem_sep double svar0 concode_elem_sep int N concode_elem_sep double beta concode_field_sep double R2 concode_elem_sep doub... |
HospitalStatus . Hospital function ( ) { return new HospitalStatus . Hospital ( ) ; } | create an instance of hospitalstatus.hospital concode_field_sep QName _CommentText_QNAME concode_field_sep ServiceCoverageStatus createServiceCoverageStatus concode_elem_sep ServiceCoverageStatus.OBGYNIndicator createServiceCoverageStatusOBGYNIndicator concode_elem_sep ServiceCoverageStatus.CardiologyIndicator createSe... |
void function ( String arg0 , String arg1 , Throwable arg2 ) { if ( LOG . DEBUG >= LOGLEVEL ) Log . d ( arg0 , arg1 , arg2 ) ; } | debug log message . 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 boolean isLoggable concode_elem_sep void setLogLevel concode_elem_sep void setLogLevel concode_elem_sep void e conco... |
int function ( int arg0 ) { return setBrightness ( this . brightness - arg0 ) ; } | decreases the brightness of the bulb by the given amount to a minimum of 0 . if the bulb reaches a brightness of 0 the bulb will be switched off . concode_field_sep boolean isReachable concode_elem_sep boolean isOn concode_elem_sep int colorTemperature concode_elem_sep int saturation concode_elem_sep int deviceNumber c... |
long function ( ) { return _wsrpProducer . getPrimaryKey ( ) ; } | returns the primary key of this w s r p producer . concode_field_sep WSRPProducer _wsrpProducer concode_field_sep void setExpandoBridgeAttributes concode_elem_sep void setExpandoBridgeAttributes concode_elem_sep void setExpandoBridgeAttributes concode_elem_sep java.lang.String getName concode_elem_sep long getWsrpProdu... |
String function ( ) { return resetAuction ( false ) ; } | action method wrapper to be called from the page concode_field_sep LogBean singleton concode_elem_sep MessageLog messageLog concode_elem_sep ChatState state concode_elem_sep String autoLoad concode_elem_sep ArrayList controlLog concode_elem_sep String LOG_PATH concode_elem_sep int TIME_DAYS concode_elem_sep int CONTROL... |
java . lang . String function ( ) { return os_build ; } | gets the os_build value for this profiledata . concode_field_sep java.lang.String os concode_elem_sep java.lang.String os_build concode_elem_sep com.intellij.tasks.mantis.model.AccountData user_id concode_elem_sep org.apache.axis.description.TypeDesc typeDesc concode_elem_sep java.lang.Object __equalsCalc concode_elem_... |
HostAndPort function ( String arg0 ) { HostAndPort loc0 = fromString ( arg0 ) ; checkArgument ( ! loc0 . hasPort ( ) , "srini_string" , arg0 ) ; return loc0 ; } | build a hostandport instance from a host only . note : non-bracketed ipv6 literals are allowed . use #requirebracketsforipv6 toprohibit these . concode_field_sep long serialVersionUID concode_elem_sep int port concode_elem_sep boolean hasBracketlessColons concode_elem_sep int NO_PORT concode_elem_sep String host concod... |
Task function ( String arg0 , String arg1 , String arg2 , int arg3 , int arg4 ) { return new TaskImpl ( this , arg0 , null , arg1 , arg2 , arg3 , arg4 ) ; } | a factory method for creating tasks of this type . note that the time units for interval and window is configured globally with taskservicebuilder #withtimeunit timeunit . concode_field_sep String name concode_elem_sep int segmentOffsets concode_elem_sep int interval concode_elem_sep int window concode_elem_sep int seg... |
Polygon function ( ) { return mapPolygon ; } | gets the polygon object that represents the time zone on the image map . concode_field_sep Polygon mapPolygon concode_elem_sep DateFormat dateFormat concode_elem_sep String id concode_elem_sep String mapCommandButtonId concode_field_sep String getUseDaylightTime concode_elem_sep String getLocation concode_elem_sep bool... |
FormData function ( Map < String , String > arg0 ) { return new FormData ( Query . create ( arg0 ) ) ; } | creates the formdata from the given parameters . concode_field_sep Query fields concode_elem_sep FormData EMPTY concode_field_sep RequestEntity toEntity concode_elem_sep RequestEntity toEntity |
T function ( TypedElement arg0 ) { return null ; } | returns the result of interpreting the object as an instance of ` typed element ' . this implementation returns null ; returning a non-null result will terminate the switch . concode_field_sep QueryPackage modelPackage concode_field_sep T caseOqlQuery concode_elem_sep T doSwitch concode_elem_sep T doSwitch concode_elem... |
String function ( String arg0 , byte [ ] arg1 ) { SecretKeySpec loc0 = new SecretKeySpec ( arg1 , "srini_string" ) ; Cipher loc1 = Cipher . getInstance ( "srini_string" ) ; loc1 . init ( Cipher . ENCRYPT_MODE , loc0 ) ; byte [ ] loc2 = loc1 . doFinal ( arg0 . getBytes ( ) ) ; String loc3 = Base64 . encodeBytes ( loc2 )... | encripta una cadena de texto concode_field_sep PlaceHolder placeHolder concode_field_sep void hideKeyboard concode_elem_sep boolean esMultiplo concode_elem_sep void setCascadeAnimation concode_elem_sep int getDptoPx concode_elem_sep int dp2px concode_elem_sep boolean isOnline concode_elem_sep void showKeyboard concode_... |
T function ( T arg0 , Object arg1 ) { if ( ExoPlayerLibraryInfo . ASSERTIONS_ENABLED && arg0 == null ) { throw new NullPointerException ( String . valueOf ( arg1 ) ) ; } return arg0 ; } | ensures that an object reference is not null . concode_field_sep PlaceHolder placeHolder concode_field_sep String checkNotEmpty concode_elem_sep String checkNotEmpty concode_elem_sep void checkState concode_elem_sep void checkState concode_elem_sep void checkMainThread concode_elem_sep void checkArgument concode_elem_s... |
int function ( ) { return _assetTag . getAssetCount ( ) ; } | returns the asset count of this asset tag . concode_field_sep AssetTag _assetTag concode_field_sep void setExpandoBridgeAttributes concode_elem_sep void setExpandoBridgeAttributes concode_elem_sep void setExpandoBridgeAttributes concode_elem_sep java.lang.String getName concode_elem_sep void setGroupId concode_elem_sep... |
Object function ( int arg0 , Object arg1 ) { Node loc0 = getInternal ( arg0 ) ; Object loc1 = loc0 . data ; loc0 . data = arg1 ; return loc1 ; } | replaces the current element at index/code > with element . concode_field_sep Node next concode_elem_sep Node last concode_elem_sep Object data concode_elem_sep int elementCount concode_elem_sep Node first concode_field_sep void add concode_elem_sep boolean add concode_elem_sep int size concode_elem_sep Object get conc... |
TreeNode function ( String arg0 , InputStream arg1 ) { return ( parseXMLDocument ( arg0 , new InputSource ( arg1 ) ) ) ; } | parse the specified xml document , and return a treenode that corresponds to the root node of the document tree . concode_field_sep boolean validating concode_elem_sep EntityResolver entityResolver concode_elem_sep ErrorHandler errorHandler concode_field_sep void setEntityResolver concode_elem_sep void fatalError conco... |
String function ( ) { return lineSeparator ; } | return the current line separator . concode_field_sep int maxLineLength concode_elem_sep int endOffset concode_elem_sep char NEWLINE concode_elem_sep Document document concode_elem_sep ElementIterator iter concode_elem_sep boolean canWrapLines concode_elem_sep char[] lineSeparatorChars concode_elem_sep int lineLength c... |
String function ( ) { return result_code ; } | message result code . contains additional information about the results of the request . an ` ok ' result code indicates that the request was processed and accepted without error . concode_field_sep String code concode_elem_sep String result_code concode_elem_sep String text concode_field_sep String getText concode_ele... |
Polygon function ( ) { return mapPolygon ; } | gets the polygon object that represents the time zone on the image map . concode_field_sep boolean currentlyShowing concode_elem_sep Polygon mapPolygon concode_elem_sep DateFormat dateFormat concode_elem_sep String id concode_elem_sep String abbreviation concode_elem_sep String mapCommandButtonId concode_field_sep bool... |
void function ( String arg0 ) { this . pipelineId = arg0 ; } | the id of the pipeline that provided the task . concode_field_sep java.util.Map<String,PipelineObject> objects concode_elem_sep String taskId concode_elem_sep String pipelineId concode_elem_sep String attemptId concode_field_sep String getTaskId concode_elem_sep String getPipelineId concode_elem_sep void setObjects con... |
void function ( int arg0 ) { LOGLEVEL = arg0 ; Log . i ( "srini_string" , "srini_string" + arg0 ) ; } | set the current log level . 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 boolean isLoggable concode_elem_sep void d concode_elem_sep void d concode_elem_sep void d concode_elem_sep ... |
float function ( int arg0 , int arg1 ) { return ( mValueFlags & sFlagsMap [ arg0 ] ) != 0 ? mSpacing [ arg0 ] : get ( arg1 ) ; } | try to get start value and fallback to given type if not defined . this is used privately by the layout engine as a more efficient way to fetch direction-aware values by avoid extra method invocations . concode_field_sep boolean mHasAliasesSet concode_elem_sep int END concode_elem_sep float[] mDefaultSpacing concode_el... |
void function ( String arg0 , Object arg1 ) { if ( av != null ) { av . visit ( arg0 , arg1 ) ; } } | visits a primitive value of the annotation . concode_field_sep AnnotationVisitor av concode_elem_sep int api concode_field_sep AnnotationVisitor visitArray concode_elem_sep void visitEnd concode_elem_sep AnnotationVisitor visitAnnotation concode_elem_sep void visitEnum |
IProject function ( GeneratorEntry arg0 ) { FeatureConfiguration loc0 = getOutletFeatureConfiguration ( arg0 ) ; String loc1 = loc0 . getParameterValue ( OUTLET_FEATURE_TARGET_PROJECT ) . getStringValue ( ) ; IProject loc2 = ResourcesPlugin . getWorkspace ( ) . getRoot ( ) . getProject ( loc1 ) ; return loc2 ; } | returns an iproject for the configured target project . the iproject is returned even if the project does not exist yet . concode_field_sep PlaceHolder placeHolder concode_field_sep void refreshTargetProject concode_elem_sep boolean createEmptyProject concode_elem_sep File getTargetFolder concode_elem_sep FeatureConfig... |
Device function ( ) { return device ; } | get device that 's requested concode_field_sep String id concode_elem_sep Device device concode_elem_sep String status concode_field_sep void setId concode_elem_sep String getId concode_elem_sep String getStatus concode_elem_sep void setStatus concode_elem_sep void setDevice |
int function ( MotionEvent arg0 ) { return ( arg0 . getAction ( ) & ACTION_POINTER_INDEX_MASK ) >> ACTION_POINTER_INDEX_SHIFT ; } | call motionevent #getaction , returning only the pointer index portion concode_field_sep int ACTION_MASK concode_elem_sep MotionEventVersionImpl IMPL concode_elem_sep int ACTION_POINTER_INDEX_SHIFT concode_elem_sep int ACTION_POINTER_INDEX_MASK concode_elem_sep int ACTION_HOVER_MOVE concode_elem_sep int ACTION_POINTER_... |
Integer function ( ) { return size ; } | gets the queue size concode_field_sep Integer size concode_elem_sep List<SedaEndpoint> endpoints concode_elem_sep BlockingQueue<Exchange> queue concode_elem_sep Boolean multipleConsumers concode_field_sep void removeReference concode_elem_sep Boolean getMultipleConsumers concode_elem_sep BlockingQueue<Exchange> getQueu... |
void function ( String arg0 ) { value = arg0 ; } | sets value of header concode_field_sep String name concode_elem_sep String value concode_field_sep String getValue concode_elem_sep String getName concode_elem_sep boolean equals concode_elem_sep Object clone concode_elem_sep String toString |
ClassLoader function ( IProject arg0 , ClassLoader arg1 ) { final List < URL > loc0 = Lists . newArrayList ( ) ; addClasspathEntries ( arg0 , loc0 ) ; return URLClassLoader . newInstance ( loc0 . toArray ( new URL [ loc0 . size ( ) ] ) , arg1 ) ; } | creates a classloader that can be used to load resources from theworkspace . concode_field_sep boolean resolveSimpleProjectReferences concode_field_sep File getFileSystemFile concode_elem_sep void addJavaClasspathEntries concode_elem_sep void addClasspathEntries concode_elem_sep URL[] convertClassPath concode_elem_sep ... |
boolean function ( GraphConfig arg0 ) { checkNotNull ( arg0 , "srini_string" ) ; return this . multigraph == arg0 . multigraph && this . selfLoopsAllowed == arg0 . selfLoopsAllowed ; } | returns true iff the configuration defined by this object is compatible with the configuration defined by that . intuitively , this checks for structural properties and ignores non-structural properties . specifically , this method checks whether the configurations have compatible support for : parallel edges self-loop... |
String function ( ) { return value ; } | gets the value of the value property . concode_field_sep String name concode_elem_sep String description concode_elem_sep List<ATTRIBUTE> attribute concode_elem_sep String value concode_field_sep void setName concode_elem_sep void setDESCRIPTION concode_elem_sep String getDESCRIPTION concode_elem_sep String getName con... |
ThreadFactory function ( ) { return build ( this ) ; } | returns a new thread factory using the options supplied during the building process . after building , it is still possible to change the options used to build the threadfactory and/or build again . state is not shared amongst built instances . concode_field_sep Boolean daemon concode_elem_sep UncaughtExceptionHandler ... |
int function ( byte [ ] arg0 , int arg1 , int arg2 , byte [ ] arg3 , int arg4 , int arg5 ) { return LexicographicalComparerHolder . BEST_COMPARER . compareTo ( arg0 , arg1 , arg2 , arg3 , arg4 , arg5 ) ; } | lexicographically compare two byte arrays . concode_field_sep int BYTE_ARRAY_BASE_OFFSET concode_elem_sep Comparer<byte[]> BEST_COMPARER concode_elem_sep Unsafe theUnsafe concode_elem_sep String UNSAFE_COMPARER_NAME concode_elem_sep boolean littleEndian concode_field_sep boolean lessThanUnsigned concode_elem_sep Object... |
void function ( String arg0 , String [ ] arg1 ) { Class loc0 ; Method loc1 ; Class [ ] loc2 = { emptyStringArray . getClass ( ) } ; Object [ ] loc3 = { ( arg1 == null ) ? emptyStringArray : arg1 } ; loc0 = Class . forName ( arg0 ) ; loc1 = loc0 . getMethod ( "srini_string" , loc2 ) ; loc1 . invoke ( null , loc3 ) ; } | invokes the static main string method from each specified class . concode_field_sep String LS concode_elem_sep String SYNTAX_MSG concode_elem_sep String[] emptyStringArray concode_field_sep void syntaxFailure concode_elem_sep void main |
void function ( XMLGregorianCalendar arg0 ) { this . lastModifiedTo = arg0 ; } | sets the value of the lastmodifiedto property . concode_field_sep XMLGregorianCalendar lastModifiedFrom concode_elem_sep int maxKeys concode_elem_sep XMLGregorianCalendar lastModifiedTo concode_elem_sep ElmFullKey fullWildKey concode_field_sep void setFullWildKey concode_elem_sep void setLastModifiedFrom concode_elem_s... |
void function ( int arg0 ) { if ( ! enabledLevels . contains ( arg0 ) ) { enabledLevels . add ( arg0 ) ; saveAll ( false ) ; } } | add level to enabled level list if not already added concode_field_sep String voice concode_elem_sep File VOICE_DATA concode_elem_sep File LEVEL_DATA concode_elem_sep ArrayList<Integer> enabledLevels concode_elem_sep File WORD_DATA concode_elem_sep ArrayList<ArrayList<Word>> wordData concode_field_sep int highestLevelE... |
String function ( ) { return type ; } | returns the type of the event . concode_field_sep String eventKey concode_elem_sep String displayName concode_elem_sep String UNICODE concode_elem_sep String type concode_field_sep String getDisplayName concode_elem_sep String getEventKey concode_elem_sep int hashCode concode_elem_sep boolean equals concode_elem_sep St... |
String function ( ) { String loc0 = "srini_string" ; if ( whereSQL != null && ! ( "srini_string" . equals ( whereSQL ) ) ) { loc0 = "srini_string" + whereSQL ; } if ( orderSQL != null && ! ( "srini_string" . equals ( orderSQL ) ) ) { loc0 += orderSQL ; } return loc0 ; } | get the sql statement to place after the tables in the sql statement , typically this is something like `` where name like ' % aaronz % ' order by name '' concode_field_sep List<Object> args concode_elem_sep String orderSQL concode_elem_sep String whereSQL concode_field_sep void addArg concode_elem_sep String buildComp... |
void function ( String arg0 ) { if ( this . processedProperties != null ) { this . processedProperties . remove ( arg0 ) ; } } | clear the `` processed '' registration of the given property , if any . concode_field_sep boolean converted concode_elem_sep List<PropertyValue> propertyValueList concode_elem_sep Set<String> processedProperties concode_field_sep MutablePropertyValues add concode_elem_sep void removePropertyValue concode_elem_sep void ... |
void function ( AffineTransform arg0 ) { } | unsupported operation . 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_sep void openLink concode_elem_sep String g... |
String function ( final CharSequence arg0 , final int arg1 , final int arg2 ) { return filterToken ( arg0 , arg1 , arg2 , false ) ; } | filter a substring of a string by removing any new-line characters and un-escaping escaped characters . concode_field_sep char[] SEPARATORS concode_elem_sep int QUOTED_STRING concode_elem_sep int SEPARATOR concode_elem_sep int TOKEN concode_elem_sep int[] TYPE_TABLE concode_elem_sep boolean[] IS_TOKEN concode_elem_sep ... |
String function ( ByteBuffer arg0 ) { return Unpooled . wrappedBuffer ( arg0 ) . toString ( Charsets . UTF_8 ) ; } | convert the given byte buffer to a string . the resulting string can be converted back to the same byte buffer through #stringtobytes string . concode_field_sep long DEFAULT_DRIVER_MEM_MB concode_elem_sep Logger logger concode_elem_sep ImmutableMap<String,ByteUnit> byteSuffixes concode_elem_sep ImmutableMap<String,Time... |
void function ( final String arg0 ) { this . sPID = arg0 ; } | sets the sp id . concode_field_sep String country concode_elem_sep String spSector concode_elem_sep Logger LOG concode_elem_sep String destination concode_elem_sep String serviceURL concode_elem_sep String spCountry concode_elem_sep String distinguishedName concode_elem_sep String sPID concode_elem_sep String issuer co... |
int function ( ) { int loc0 = is_final ? 1 : 0 ; loc0 ^= loc0 * 31 + this . labels . length ; for ( int loc1 : this . labels ) loc0 ^= loc0 * 31 + loc1 ; for ( State loc1 : this . states ) { loc0 ^= System . identityHashCode ( loc1 ) ; } return loc0 ; } | compute the hash code of the current status of this state . concode_field_sep State[] states concode_elem_sep int[] labels concode_elem_sep boolean is_final concode_elem_sep CharsRef previous concode_elem_sep State[] NO_STATES concode_elem_sep Comparator<CharsRef> comparator concode_elem_sep State root concode_elem_sep... |
void function ( List < E > arg0 ) { algorithms = arg0 ; index = - 1 ; } | sets the list that will be iterated through . sets the current iteration position to -1 , i.e. iteration has n't started yet . concode_field_sep List<E> algorithms concode_elem_sep int index concode_elem_sep long serialVersionUID concode_field_sep E next concode_elem_sep void add concode_elem_sep E current concode_elem... |
OkHttpClient function ( ProxySelector arg0 ) { this . proxySelector = arg0 ; return this ; } | sets the proxy selection policy to be used if no #setproxy proxy is specified explicitly . the proxy selector may return multiple proxies ; in that case they will be tried in sequence until a successful connection is established . if unset , the proxyselector #getdefault system-wide default proxy selector will be used ... |
String function ( ) { if ( completedMessageEnabled ) { return completedMessage ; } else { return "srini_string" ; } } | gets the progress completed message . if the completedmessageenabled attribute is set to false an empty string is returned . this ensure that the component will use its default completed message instead of the last entered custom message . concode_field_sep boolean progressMessageEnabled concode_elem_sep boolean interm... |
void function ( ) { if ( is_running ) loop = false ; if ( keep_alive != null ) keep_alive . halt ( ) ; } | halts the periodic registration . concode_field_sep Log log concode_elem_sep RegisterAgentListener listener concode_elem_sep int expire_time concode_elem_sep NameAddress target concode_elem_sep String next_nonce concode_elem_sep boolean is_running concode_elem_sep SipProvider sip_provider concode_elem_sep String qop co... |
TransformerBuilder function ( Class < ? > arg0 ) { this . from = new DataType ( arg0 ) . toString ( ) ; return this ; } | set the ` from ' data type using java class . concode_field_sep String scheme concode_elem_sep String beanRef concode_elem_sep DataFormatDefinition dataFormat concode_elem_sep String from concode_elem_sep String to concode_elem_sep String uri concode_elem_sep Class<? extends Transformer> clazz concode_field_sep Transfo... |
void function ( int [ ] arg0 ) { coordinator . produceAllowEvents ( arg0 , id , this ) ; } | produces allow events on each of the specified threads . concode_field_sep ThreadTestCoordinator coordinator concode_elem_sep String errorMessage concode_elem_sep boolean waitingOnCoordinator concode_elem_sep Thread thisThread concode_elem_sep int id concode_elem_sep Exception runException concode_field_sep void setCoo... |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.