code stringlengths 20 663 | nl stringlengths 68 7.19k |
|---|---|
OsiUserDTO function ( OsiUserDTO arg0 ) { log . debug ( "srini_string" , arg0 ) ; return null ; } | save a osiuser . concode_field_sep Logger log concode_elem_sep OsiUserRepository osiUserRepository concode_field_sep OsiUserDTO findOne concode_elem_sep Page<OsiUserDTO> findAll concode_elem_sep void delete |
int function ( Object arg0 , Object arg1 ) { if ( ! ( arg0 instanceof IJavaScriptElement ) || ! ( arg1 instanceof IJavaScriptElement ) ) throw new ClassCastException ( ) ; return getIdForJavaElement ( ( IJavaScriptElement ) arg0 ) - getIdForJavaElement ( ( IJavaScriptElement ) arg1 ) ; } | compares two java element types . a type is considered to be greater if it may contain the other . concode_field_sep PlaceHolder placeHolder concode_field_sep int getIdForJavaElementType concode_elem_sep int getIdForJavaElement |
String function ( ) { return name ; } | gets the value of the name property . concode_field_sep String internalSolution concode_elem_sep Double cost concode_elem_sep List<Issue> issue concode_elem_sep String name concode_elem_sep Integer time concode_field_sep void setName concode_elem_sep String getInternalSolution concode_elem_sep void setInternalSolution ... |
void function ( ) { FastBean loc0 = new FastBean ( ) ; FastFieldUtil . setFieldValue ( loc0 , "srini_string" , 123.456 ) ; assertTrue ( loc0 . earned == 123.456 ) ; } | test method for org.apache.niolex.commons.reflect.fastfieldutil #setfieldvalue java.lang.string , java.lang.object , double . concode_field_sep PlaceHolder placeHolder concode_field_sep void testGetStaticFieldValue concode_elem_sep void testSpeedSet concode_elem_sep void testSetFieldValueStringObjectLong concode_elem_s... |
int function ( Container arg0 , Vector arg1 ) { } | + private function to layout a single column of components . + + @return the height of the laid-out column . + concode_field_sep int _hgap concode_elem_sep int BOTTOM concode_elem_sep int _align concode_elem_sep int MIDDLE concode_elem_sep int _vgap concode_elem_sep int TOP concode_field_sep int getAlignment concode_el... |
List < Address > function ( ) { if ( address == null ) { address = new ArrayList < Address > ( ) ; } return this . address ; } | gets the value of the address property . this accessor method returns a reference to the live list , not a snapshot . therefore any modification you make to the returned list will be present inside the jaxb object . this is why there is not a set method for the address property . for example , to add a new item , do as... |
Observable < Message > function ( Endpoint arg0 ) { return toObservable ( arg0 , Message . class ) ; } | returns an rx.observable to allow the messages sent on the endpointto be processed using reactive extensions concode_field_sep CamelContext camelContext concode_field_sep Endpoint endpoint concode_elem_sep void sendTo concode_elem_sep void sendTo concode_elem_sep Observable<Exchange> from concode_elem_sep Observable<Ex... |
void function ( Object arg0 ) { int loc0 = _mruFileList . indexOf ( arg0 ) ; if ( loc0 == - 1 ) { _mruFileList . add ( 0 , arg0 ) ; setMaxSize ( _maxSize ) ; } else { moveToTop ( loc0 ) ; } } | adds an object to the mru . concode_field_sep int DEFAULT_MAX_SIZE concode_elem_sep String CONFIG_FILE_NAME concode_elem_sep int _maxSize concode_elem_sep LinkedList _mruFileList concode_field_sep String[] getMRUFileList concode_elem_sep void set concode_elem_sep void set concode_elem_sep String getFilename concode_ele... |
boolean function ( ) { return connected ; } | returns true if #connect has been attempted on this connection . 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... |
void function ( java . lang . String arg0 ) { this . customCriteriaNodeType = arg0 ; } | sets the customcriterianodetype value for this customcriterianode . concode_field_sep java.lang.String customCriteriaNodeType concode_elem_sep java.lang.Object __equalsCalc concode_elem_sep boolean __hashCodeCalc concode_elem_sep org.apache.axis.description.TypeDesc typeDesc concode_field_sep org.apache.axis.descriptio... |
void function ( InfoReceiver arg0 ) { Assert . notNull ( arg0 , "srini_string" ) ; this . infoReceiver = arg0 ; } | configure the inforeceiver to use to perform the sockjs `` info `` request before the sockjs session starts . if the list of transports provided to the constructor contained an xhrtransport or an implementation of inforeceiver thatinstance would have been used to initialize this property , or otherwise it defaults to r... |
String function ( ResultSet arg0 ) { return arg0 . getString ( "srini_string" ) ; } | get image path string from the result set on tsk_image_names table concode_field_sep SleuthkitCase db concode_field_sep Volume volume concode_elem_sep Image image concode_elem_sep FileSystem fileSystem concode_elem_sep File file concode_elem_sep VolumeSystem volumeSystem concode_elem_sep Directory directory concode_ele... |
T function ( T arg0 , final Metadata . Headers arg1 ) { return ( T ) arg0 . configureNewStub ( ) . addInterceptor ( newAttachHeadersInterceptor ( arg1 ) ) . build ( ) ; } | attaches a set of request headers to a stub . concode_field_sep PlaceHolder placeHolder concode_field_sep ClientInterceptor newAttachHeadersInterceptor concode_elem_sep T captureMetadata concode_elem_sep ClientInterceptor newCaptureMetadataInterceptor |
Problems function ( String arg0 ) { assert arg0 != null ; Problems loc0 = new Problems ( ) ; loc0 . add ( arg0 ) ; return loc0 ; } | create a new problems with the initial fatal problem . concode_field_sep List<Problem> problems concode_elem_sep boolean hasFatal concode_field_sep void add concode_elem_sep void add concode_elem_sep void add concode_elem_sep Iterator<Problem> iterator concode_elem_sep Problems addAll concode_elem_sep boolean hasFatal ... |
List < String > function ( ) { return view . getValue ( ) ; } | returns all the values specified for this editor . concode_field_sep EditorView view concode_elem_sep List<Validator> validators concode_field_sep void addValidator concode_elem_sep void setEnabled concode_elem_sep void displayValidation concode_elem_sep void setView concode_elem_sep EditorView createAndSetView concode... |
boolean function ( ) { if ( ! hasData ( ) ) { return false ; } DataProvider < ? , ? > loc0 = myProviders [ 0 ] ; if ( ! loc0 . next ( ) ) { myProviders [ 0 ] = null ; } if ( hasData ( ) ) { sort ( ) ; return true ; } return false ; } | asks current provider to drop the data #getdata returned last time and advance to the next data with thesmallest dataprovider #getsortingkey sorting key . concode_field_sep DataProvider<? extends Comparable<?>,?>[] myProviders concode_field_sep int compare concode_elem_sep boolean hasData concode_elem_sep void sort con... |
java . util . List < T > function ( com . liferay . portal . kernel . dao . orm . DynamicQuery arg0 , int arg1 , int arg2 ) { return _typeLocalService . arg0 ( arg0 , arg1 , arg2 ) ; } | performs a dynamic query on the database and returns a range of the matching rows . useful when paginating results . returns a maximum of end - start instances . start and end are not primary keys , they are indexes in the result set . thus , 0 refers to the first result in the set . setting both start and end to com.l... |
VariableReference function ( int arg0 ) { StaticError loc0 = new StaticError ( "srini_string" ) ; loc0 . setErrorCode ( "srini_string" ) ; throw loc0 ; } | bind a variable used in this element to the xslvariable element in which it is declared concode_field_sep FunctionLibrary functionLibrary concode_elem_sep String baseURI concode_elem_sep NamespaceResolver namespaceContext concode_elem_sep short defaultXPathNamespace concode_elem_sep StyleNodeFactory nodeFactory concode... |
void function ( String arg0 ) { this . publicId = arg0 ; } | set the public identifier for this locator . concode_field_sep String systemId concode_elem_sep int columnNumber concode_elem_sep int lineNumber concode_elem_sep String publicId concode_field_sep int getLineNumber concode_elem_sep String getSystemId concode_elem_sep void setColumnNumber concode_elem_sep void setSystemI... |
void function ( Color arg0 ) { if ( arg0 != null ) background = new Color ( arg0 . getRGB ( ) ) ; } | set the background color for this cell . concode_field_sep int LEFT_ALIGN concode_elem_sep int BOTTOM_BORDER concode_elem_sep int attributes concode_elem_sep int RIGHT_ALIGN concode_elem_sep int sizeInPoints concode_elem_sep int SUBSCRIPT concode_elem_sep Color foreground concode_elem_sep int align concode_elem_sep int... |
String function ( ) { StringBuilder loc0 = new StringBuilder ( ) ; loc0 . append ( "srini_string" ) ; if ( getBundleTask ( ) != null ) loc0 . append ( "srini_string" + getBundleTask ( ) ) ; loc0 . append ( "srini_string" ) ; return loc0 . toString ( ) ; } | returns a string representation of this object ; useful for testing and debugging . concode_field_sep BundleTask bundleTask concode_field_sep void setBundleTask concode_elem_sep int hashCode concode_elem_sep boolean equals concode_elem_sep BundleInstanceResult clone concode_elem_sep BundleTask getBundleTask concode_ele... |
void function ( ) { final SimpleStatelessBean loc0 = Naming . lookup ( "srini_string" , SimpleStatelessBean . class ) ; final String loc1 = loc0 . getTest ( ) ; assertEquals ( "srini_string" , loc1 ) ; } | make sure the ejb-jar.xml is actually processed . concode_field_sep PlaceHolder placeHolder concode_field_sep void testInvocation concode_elem_sep void testInterceptor concode_elem_sep Archive<?> deployment |
RestOperationParamDefinition function ( List < String > arg0 ) { setAllowableValues ( arg0 ) ; return this ; } | allowed values of the parameter when its an enum type concode_field_sep List<String> allowableValues concode_elem_sep String access concode_elem_sep Boolean allowMultiple concode_elem_sep String defaultValue concode_elem_sep String dataType concode_elem_sep VerbDefinition verb concode_elem_sep String name concode_elem_... |
void function ( Object arg0 ) { long loc0 = Long . parseLong ( arg0 . toString ( ) ) ; if ( this . minVal > loc0 ) { this . minVal = loc0 ; } } | add a value to the aggregator concode_field_sep long minVal concode_field_sep long getVal concode_elem_sep String getReport concode_elem_sep void reset concode_elem_sep ArrayList<String> getCombinerOutput |
void function ( Closeable arg0 ) { cleanup ( null , arg0 ) ; } | closes the stream ignoring ioexception . must only be called in cleaning up from exception handlers . concode_field_sep PlaceHolder placeHolder concode_field_sep void cleanup concode_elem_sep void copyBytes concode_elem_sep void copyBytes |
void function ( ) { if ( this . running ) { this . timer . stop ( ) ; this . running = false ; } } | please refer to super class method documentation . concode_field_sep boolean running concode_elem_sep long lastTicks concode_elem_sep AdvancedTimer timer concode_elem_sep int fps concode_elem_sep long sleepTime concode_elem_sep FPSCounter fpsCounter concode_elem_sep long startTime concode_elem_sep long resolution conco... |
void function ( Connection arg0 , AuthFunctionBean arg1 ) { setAuthFunctionBeans ( getUniqueNameFor ( arg0 ) , Collections . singletonList ( arg1 ) ) ; } | exactly the same as setauthfunctionbeans string , list other than taking an open connection to identify the database . concode_field_sep AuthBeanMultiplexer singleton concode_elem_sep Map<String,List<AuthFunctionBean>> beans concode_elem_sep FrameworkLogger logger concode_field_sep String getUniqueNameFor concode_elem_... |
AbstractWindowTarget function ( ) { return CWin . getInstance ( ) . getTarget ( ) ; } | get window target concode_field_sep PlaceHolder placeHolder concode_field_sep PropertyObject getControl concode_elem_sep PropertyObject getControl concode_elem_sep PropertyObject getControl concode_elem_sep ClarionKey newKey concode_elem_sep ClarionReal newReal concode_elem_sep ClarionAny newAny concode_elem_sep Clario... |
int function ( ) { return height ; } | height of the camera view . concode_field_sep int width concode_elem_sep float distance concode_elem_sep int height concode_elem_sep float[] tmp1 concode_elem_sep float viewAngle concode_elem_sep float[] tmp2 concode_elem_sep float DEFAULT_VIEW_ANGLE concode_field_sep void set concode_elem_sep void setViewAngle concode... |
String function ( ) { return text ; } | gets the value of the text property . concode_field_sep String text concode_field_sep void setText |
Layout function ( ) { return layout ; } | gets the value of the layout property . concode_field_sep Layout layout concode_elem_sep String mapping concode_elem_sep List<Address> address concode_elem_sep String styling concode_elem_sep String flavour concode_elem_sep Label label concode_elem_sep String align concode_field_sep String getMapping concode_elem_sep L... |
void function ( BundleContext arg0 ) { context = null ; logger . debug ( "srini_string" ) ; } | called whenever the osgi framework stops our bundle concode_field_sep BundleContext context concode_elem_sep Logger logger concode_field_sep void start concode_elem_sep BundleContext getContext |
void function ( File arg0 ) { JavaSystem . deleteOnExit ( arg0 ) ; } | requests , in a jdk 1.1 compliant way , that the file or directory denoted by the given abstract pathname be deleted when the virtual machine terminates . deletion will be attempted only for jdk 1.2 and greater runtime environments and only upon normal termination of the virtual machine , as defined by the java languag... |
void function ( String arg0 ) { if ( arg0 != null ) { _infoMsgs . add ( "srini_string" + arg0 ) ; } } | add an information message associated with warning messages concode_field_sep Set<String> _infoMsgs concode_elem_sep Set<String> _warningMsgs concode_elem_sep Set<String> _errorMsgs concode_elem_sep ValidationStatus _status concode_field_sep void addErrorMsgs concode_elem_sep Set<String> getInfoMsgs concode_elem_sep vo... |
MessageHeaderInitializer function ( ) { return this . headerInitializer ; } | return the configured header initializer . concode_field_sep MessageSendingOperations<String> messagingTemplate concode_elem_sep MessageHeaderInitializer headerInitializer concode_elem_sep Log logger concode_field_sep void setHeaderInitializer concode_elem_sep boolean supportsReturnType concode_elem_sep void handleRetu... |
int function ( AsyncCall arg0 ) { int loc0 = 0 ; for ( AsyncCall loc1 : runningAsyncCalls ) { if ( loc1 . host ( ) . equals ( arg0 . host ( ) ) ) loc0 ++ ; } return loc0 ; } | returns the number of running calls that share a host with call . concode_field_sep ExecutorService executorService concode_elem_sep Deque<RealCall> runningSyncCalls concode_elem_sep int maxRequestsPerHost concode_elem_sep Deque<AsyncCall> readyAsyncCalls concode_elem_sep Deque<AsyncCall> runningAsyncCalls concode_elem... |
void function ( String arg0 ) { if ( this . errors == null ) { this . errors = new ArrayList < String > ( ) ; } this . errors . add ( arg0 ) ; } | add a new single error to the error list . concode_field_sep String characters concode_elem_sep Message header concode_elem_sep Outcome outcome concode_elem_sep Message message concode_elem_sep boolean continuep concode_elem_sep Map<String,Object> parameters concode_elem_sep List<String> errors concode_field_sep String... |
JobConfInfo function ( alluxio . thrift . JobConfInfo arg0 ) { return new JobConfInfo ( arg0 ) ; } | converts a thrift type to a wire type . concode_field_sep PlaceHolder placeHolder concode_field_sep alluxio.thrift.BlockInfo toThrift concode_elem_sep alluxio.thrift.BlockLocation toThrift concode_elem_sep alluxio.thrift.CommandLineJobInfo toThrift concode_elem_sep alluxio.thrift.FileBlockInfo toThrift concode_elem_sep... |
void function ( String arg0 ) { this . password = arg0 ; } | sets the person 's unencrypted password . concode_field_sep String firstName concode_elem_sep String lastName concode_elem_sep String password concode_elem_sep Integer id concode_elem_sep String email concode_elem_sep String username concode_field_sep void setLastName concode_elem_sep String getPassword concode_elem_se... |
com . newway . model . loaihopdong function ( int arg0 ) { return _loaihopdongLocalService . createloaihopdong ( arg0 ) ; } | creates a new loaihopdong with the primary key . does not add the loaihopdong to the database . concode_field_sep loaihopdongLocalService _loaihopdongLocalService concode_field_sep loaihopdongLocalService getWrappedloaihopdongLocalService concode_elem_sep void deleteloaihopdong concode_elem_sep void deleteloaihopdong c... |
Iterator < FieldInfo > function ( ) { return mFieldList . values ( ) . iterator ( ) ; } | returns an iterator over all known fields . concode_field_sep String mSuperclassName concode_elem_sep HashMap<String,FieldInfo> mFieldList concode_elem_sep boolean mIsEnum concode_elem_sep boolean mIsAnnotation concode_elem_sep boolean mFlattened concode_elem_sep HashMap<String,MethodInfo> mMethodList concode_elem_sep ... |
java . lang . String function ( ) { return _vcmsPortion . getLanguage ( ) ; } | returns the language of this vcms portion . concode_field_sep VcmsPortion _vcmsPortion concode_field_sep void setName concode_elem_sep void setExpandoBridgeAttributes concode_elem_sep void setGroupId concode_elem_sep java.lang.String getName concode_elem_sep boolean isCategorizable concode_elem_sep boolean isEscapedMod... |
void function ( final OpNull arg0 ) { addOp ( arg0 ) ; } | returns the null concode_field_sep OpSequence result concode_elem_sep SecNode graphIRI concode_elem_sep Logger LOG concode_elem_sep SecurityEvaluator securityEvaluator concode_elem_sep boolean silentFail concode_field_sep Op rewriteOp2 concode_elem_sep Op rewriteOp1 concode_elem_sep Triple registerBGPTriple concode_ele... |
CxxSource . Builder function ( ) { return CxxSource . builder ( ) . setType ( CxxSource . Type . C ) . setPath ( new FakeSourcePath ( "srini_string" ) ) ; } | configures a cxxsource.builder representing a c source file . concode_field_sep CxxPlatform DEFAULT_PLATFORM concode_elem_sep boolean supportsPch concode_elem_sep CxxPlatform PLATFORM_SUPPORTING_PCH concode_elem_sep CxxPlatform platform concode_elem_sep CxxPreprocessMode[] MODES concode_field_sep CxxSourceRuleFactory.B... |
void function ( CurrencyCodeValues arg0 ) { this . currencyCode = arg0 . toString ( ) ; } | the currency in which the limitprice amount is specified . at this time , the only supported currency is usd . concode_field_sep Double amount concode_elem_sep String currencyCode concode_field_sep ReservedInstanceLimitPrice withCurrencyCode concode_elem_sep ReservedInstanceLimitPrice withCurrencyCode concode_elem_sep ... |
void function ( ConstraintValidator arg0 ) { arg0 . addConstraint ( SimulinkLine . class , new SimulinkLineConstraint ( ) ) ; } | add optional constraints to validator . concode_field_sep PlaceHolder placeHolder concode_field_sep void checkOptionalConstraints concode_elem_sep void addMandatoryConstraints concode_elem_sep void checkAllConstraints concode_elem_sep void checkMandatoryConstraints |
void function ( String arg0 , byte arg1 ) { int loc0 = getStringMapKey ( arg0 ) ; map [ loc0 ] = new Keyword ( arg0 . toCharArray ( ) , arg1 , map [ loc0 ] ) ; } | adds a key-value mapping . concode_field_sep int mapLength concode_elem_sep Keyword next concode_elem_sep boolean ignoreCase concode_elem_sep byte id concode_elem_sep char[] keyword concode_elem_sep Keyword[] map concode_field_sep int getStringMapKey concode_elem_sep byte lookup concode_elem_sep boolean getIgnoreCase c... |
KeyList function ( Class arg0 , boolean arg1 ) { KeyList loc0 = UjoManager . getInstance ( ) . readKeys ( arg0 ) ; if ( arg1 ) { UjoManager . getInstance ( ) . arg1 ( arg0 ) ; } return loc0 ; } | initialize all keys . if the keys are unlocked than recalculate index and set an undefined key name by its static field . concode_field_sep PlaceHolder placeHolder concode_field_sep boolean readAuthorization concode_elem_sep String readValueString concode_elem_sep void writeValueString concode_elem_sep boolean equals c... |
JobBuilder function ( ) { this . durability = true ; return this ; } | whether or not the job should remain stored after it is orphaned no itrigger s point to it . if not explicitly set , the default value is false - this method sets the value to true . concode_field_sep boolean shouldRecover concode_elem_sep Class<? extends IJob> jobClass concode_elem_sep boolean durability concode_elem_... |
String function ( ) { return format ; } | gets the value of the format property . concode_field_sep Long populatedSize concode_elem_sep String format concode_elem_sep String capacityAllocationUnits concode_elem_sep String diskId concode_elem_sep String fileRef concode_elem_sep String capacity concode_elem_sep String parentRef concode_field_sep String getParent... |
void function ( List < IServerInterceptor > arg0 ) { myInterceptors = arg0 ; } | this may be used to optionally register server interceptors directly against the daos . registering server action interceptors against the jpa daos can be more powerful than registering them against the restfulserver , since the daos are able to break transactions into individual actions , and will account for match ur... |
String function ( ) { return this . nextToken ; } | reserved for future use . concode_field_sep String nextToken concode_elem_sep com.amazonaws.internal.SdkInternalList<PublicKey> publicKeyList concode_field_sep void setPublicKeyList concode_elem_sep ListPublicKeysResult withPublicKeyList concode_elem_sep ListPublicKeysResult withPublicKeyList concode_elem_sep java.util... |
Object function ( ) { return this . parent ; } | gets the parent object in the object tree representing the unmarshalled xml document . concode_field_sep int val concode_elem_sep Object parent concode_field_sep int getVal concode_elem_sep void afterUnmarshal concode_elem_sep void setParent concode_elem_sep void setVal |
double function ( ) { return dx ; } | return the x offset of this vector start to end point . concode_field_sep double dx concode_elem_sep double dy concode_elem_sep double length concode_elem_sep int direction concode_field_sep void add concode_elem_sep int getDirection concode_elem_sep void revertVertical concode_elem_sep void scale concode_elem_sep void... |
void function ( ) { } | disposes the paintcontext . nothing is to do here , since we do n't use any native resources in that implementation . concode_field_sep BufferedImage image concode_elem_sep AffineTransform transform concode_elem_sep WritableRaster paintRaster concode_field_sep ColorModel getColorModel concode_elem_sep Raster getRaster ... |
long function ( ) { return totalExecucoes ; } | gets the totalexecucoes value for this resumoexecucaovod . concode_field_sep java.lang.String assetId concode_elem_sep java.lang.Object __equalsCalc concode_elem_sep boolean __hashCodeCalc concode_elem_sep java.lang.String offeringId concode_elem_sep org.apache.axis.description.TypeDesc typeDesc concode_elem_sep br.com... |
String function ( ) { return next ; } | link to the next subset of resources qualified . \ nempty if no more resources are to be returned . \ n concode_field_sep String previous concode_elem_sep List<DocumentDTO> list concode_elem_sep String next concode_elem_sep Integer count concode_field_sep String getPrevious concode_elem_sep List<DocumentDTO> getList co... |
Long function ( ) { return contendingImpressions ; } | gets the value of the contendingimpressions property . concode_field_sep Long lineItemId concode_elem_sep Long contendingImpressions concode_field_sep Long getLineItemId concode_elem_sep void setLineItemId concode_elem_sep void setContendingImpressions |
BigInteger function ( ) { return g ; } | returns the base generator g. concode_field_sep BigInteger p concode_elem_sep BigInteger g concode_elem_sep BigInteger x concode_field_sep BigInteger getX concode_elem_sep BigInteger getP |
void function ( String arg0 ) { this . id = arg0 ; } | sets the value of the id property . concode_field_sep long serialVersionUID concode_elem_sep String id concode_elem_sep String value concode_field_sep String getValue concode_elem_sep void setValue concode_elem_sep String getId |
IPermission [ ] function ( String arg0 , String arg1 , String arg2 ) { return getAuthorizationService ( ) . getAllPermissionsForPrincipal ( this , arg0 , arg1 , arg2 ) ; } | returns the ipermissions for this iauthorizationprincipal for the specified owner , activity and target . inherited ipermissions are included . null parameters are ignored , so getpermissions null , null , null should retrieve all ipermissions for an iauthorizationprincipal . concode_field_sep IAuthorizationService aut... |
InputStream function ( ) { return new ByteArrayInputStream ( blobData ) ; } | returns blob data as a stream concode_field_sep byte[] blobData concode_field_sep int setBytes concode_elem_sep int setBytes concode_elem_sep void truncate concode_elem_sep long length concode_elem_sep OutputStream setBinaryStream concode_elem_sep long position concode_elem_sep long position concode_elem_sep byte[] get... |
int function ( byte [ ] arg0 , int arg1 , int arg2 , byte [ ] arg3 , int arg4 ) { return decompress ( arg0 , arg1 , arg2 , arg3 , arg4 , arg3 . length - arg4 ) ; } | convenience method , equivalent to calling #decompress byte , int , int , byte , int , int decompress src , srcoff , srclen , dest , destoff , dest.length - destoff . concode_field_sep PlaceHolder placeHolder concode_field_sep String toString concode_elem_sep int decompressWithPrefix64k concode_elem_sep int decompressW... |
void function ( Date arg0 ) { _systemEvent . setCreateDate ( arg0 ) ; } | sets the create date of this system event . concode_field_sep SystemEvent _systemEvent concode_field_sep long getClassNameId concode_elem_sep void setExpandoBridgeAttributes concode_elem_sep void setExpandoBridgeAttributes concode_elem_sep void setExpandoBridgeAttributes concode_elem_sep void setGroupId concode_elem_se... |
Closeable function ( final Function < T , R > arg0 ) { threadHandlers . get ( ) . add ( ( Function < Object , Object > ) arg0 ) ; return new Closeable ( ) { public void close ( ) { removeThread ( arg0 ) ; } } ; } | adds a handler for this thread . concode_field_sep ThreadLocal<List<Function<Object,Object>>> threadHandlers concode_elem_sep List<Function<Object,Object>> handlers concode_elem_sep Closeable EMPTY concode_field_sep Closeable add concode_elem_sep boolean removeThread concode_elem_sep void run concode_elem_sep List<Func... |
void function ( ) { System . out . println ( "srini_string" ) ; DPNode loc0 = new DPNode ( ) ; int loc1 = 0 ; int loc2 = loc0 . totalCost ( ) ; assertEquals ( loc1 , loc2 ) ; fail ( "srini_string" ) ; } | test of totalcost method , of class dpnode . concode_field_sep PlaceHolder placeHolder concode_field_sep void setUpClass concode_elem_sep void testBestDown concode_elem_sep void testFindPath concode_elem_sep void testSetStatus concode_elem_sep void testSetUsed concode_elem_sep void testGetLsteps concode_elem_sep void t... |
String function ( ) { return deploymentId ; } | to get deployment id . concode_field_sep ExecutionService executionService concode_elem_sep Logger LOGGER concode_elem_sep String processDefinitionId concode_elem_sep String deploymentId concode_elem_sep String processKey concode_elem_sep String resourceName concode_elem_sep RepositoryService repositoryService concode_... |
void function ( final INotifier < T > arg0 ) { for ( T loc0 : listeners ) { try { arg0 . notify ( loc0 ) ; } catch ( Exception loc1 ) { logger . error ( "srini_string" + loc0 , loc1 ) ; } } } | notifies each listener in this set ignoring exceptions . exceptions will be logged . concode_field_sep Logger logger concode_elem_sep long serialVersionUID concode_elem_sep List<T> listeners concode_field_sep boolean add concode_elem_sep Iterator<T> iterator concode_elem_sep void reversedNotifyIgnoringExceptions concod... |
String function ( final String arg0 , final String arg1 , final Permission arg2 ) { LOG . debug ( "srini_string" + arg0 + "srini_string" + arg1 ) ; return getAuthURL ( arg0 , arg1 , arg2 ) ; } | this is the most important action . it provides the url which will be used for authentication with the provider concode_field_sep AuthProvider authProvider concode_elem_sep String providerId concode_elem_sep Log LOG concode_elem_sep Map<String,AuthProvider> providersMap concode_elem_sep long serialVersionUID concode_el... |
Actions function ( ) { return this . click ( null ) ; } | clicks at the current mouse location . useful when combined with #movetoelement org.openqa.selenium.webelement , int , int or #movebyoffset int , int . concode_field_sep Mouse mouse concode_elem_sep Keyboard keyboard concode_elem_sep WebDriver driver concode_elem_sep CompositeAction action concode_field_sep Actions rel... |
String function ( ) { return authors ; } | returns the names of the authors as listed in the authors section of a pdb file . not necessarily the same authors as listed in the auth section of the primary citation ! concode_field_sep Date modDate concode_elem_sep String method concode_elem_sep DateFormat dateFormat concode_elem_sep String idCode concode_elem_sep ... |
Example function ( ) { return enableLike ( MatchMode . EXACT ) ; } | use the `` like '' operator for all string-valued properties . this form implicitly uses matchmode #exact concode_field_sep NotNullOrZeroPropertySelector INSTANCE concode_elem_sep boolean isIgnoreCaseEnabled concode_elem_sep NotNullPropertySelector INSTANCE concode_elem_sep AllPropertySelector INSTANCE concode_elem_sep... |
void function ( String arg0 ) { this . name = arg0 ; } | sets the name . concode_field_sep String displayName concode_elem_sep String name concode_elem_sep String value concode_field_sep String getValue concode_elem_sep String getName concode_elem_sep String getDisplayName concode_elem_sep void setValue concode_elem_sep void setDisplayName |
void function ( String arg0 ) { this . _return = arg0 ; } | sets the value of the return property . concode_field_sep String _return concode_field_sep String getReturn |
void function ( Calendar arg0 ) { this . autumn = arg0 ; } | sets the date of the beginning of autumn . concode_field_sep Calendar spring concode_elem_sep SeasonName name concode_elem_sep Calendar winter concode_elem_sep Calendar autumn concode_elem_sep Calendar summer concode_field_sep void setName concode_elem_sep Calendar getNextSeason concode_elem_sep SeasonName getName conc... |
void function ( ) { this . portletEntityId = new PortletEntityIdImpl ( this . internalPortletEntityId ) ; } | used to initialize fields after persistence actions . concode_field_sep long entityVersion concode_elem_sep IPortletDefinition portletDefinition concode_elem_sep IPortletEntityId portletEntityId concode_elem_sep String layoutNodeId concode_elem_sep int userId concode_elem_sep long internalPortletEntityId concode_elem_s... |
String function ( ) { return table . getName ( ) . name ; } | retrieves the simple name of the table . concode_field_sep short tableIndexOther concode_elem_sep int HALF_MAX_INT concode_elem_sep int bestRowNotPseudo concode_elem_sep int bestRowTransaction concode_elem_sep int hnd_column_remarks concode_elem_sep int hnd_table_remarks concode_elem_sep int bestRowTemporary concode_el... |
void function ( Map arg0 ) { _errorTemplateArgs = arg0 ; } | sets the error template window arguments map . concode_field_sep String DEFAULT_ERROR_TEMPLATE concode_elem_sep Map _errorTemplateArgs concode_elem_sep String ERROR_403_URL concode_elem_sep String _errorTemplate concode_field_sep void setErrorTemplate concode_elem_sep void removeErrorTemplateArg concode_elem_sep Map ge... |
void function ( LayoutQueue arg0 ) { defaultQueue = arg0 ; } | set the default layout queue . concode_field_sep LinkedList list concode_elem_sep LayoutQueue defaultQueue concode_field_sep LayoutQueue getDefaultQueue concode_elem_sep void addTask concode_elem_sep Runnable waitForWork |
int function ( ) { return bufcolumn [ tokenBegin ] ; } | get token beginning column number . concode_field_sep int bufpos concode_elem_sep boolean prevCharIsLF concode_elem_sep int bufsize concode_elem_sep int available concode_elem_sep int tabSize concode_elem_sep java.io.Reader inputStream concode_elem_sep int line concode_elem_sep boolean staticFlag concode_elem_sep int b... |
void function ( int arg0 ) { if ( arg0 < 0 ) { throw new IllegalArgumentException ( ) ; } this . keepAliveInterval = arg0 ; } | sets the `` keep alive '' interval . this value , measured in seconds , defines the maximum time interval between messages sent or received . it enables the client to detect if the server is no longer available , without having to wait for the tcp/ip timeout . the client will ensure that at least one message travels ac... |
String function ( String arg0 ) { String loc0 = GURLUtils . getOrigin ( arg0 ) ; if ( loc0 . isEmpty ( ) ) { return null ; } return PREF_PREFIX + loc0 ; } | get the domain of an url using the gurl library . concode_field_sep SharedPreferences mSharedPreferences concode_elem_sep String PREF_PREFIX concode_field_sep void allow concode_elem_sep void deny concode_elem_sep boolean hasOrigin concode_elem_sep boolean isOriginAllowed concode_elem_sep void getOrigins concode_elem_s... |
String function ( ) { return this . commandLine ; } | get the commandline value . concode_field_sep List<EnvironmentSetting> environmentSettings concode_elem_sep List<ResourceFile> resourceFiles concode_elem_sep Period maxWallClockTime concode_elem_sep String id concode_elem_sep String commandLine concode_elem_sep Period retentionTime concode_elem_sep Boolean runElevated ... |
String function ( ) { return categoryName ; } | getter method for categoryname concode_field_sep String subCategoryId concode_elem_sep String resolutionCodeName concode_elem_sep String sourceName concode_elem_sep String subCategoryName concode_elem_sep String isMandatory concode_elem_sep String circleName concode_elem_sep String subSubCategoryName concode_elem_sep S... |
void function ( Path arg0 ) { } | called for every subdirectory found in the watched directory during initialization concode_field_sep PlaceHolder placeHolder concode_field_sep void onFileCreated concode_elem_sep void onFileInit concode_elem_sep void onDirectoryCreated concode_elem_sep void onFileDeleted concode_elem_sep void onDirectoryDeleted concode... |
com . amazon . ec2 . CreateSpotDatafeedSubscriptionType function ( ) { return localCreateSpotDatafeedSubscription ; } | auto generated getter method concode_field_sep javax.xml.namespace.QName MY_QNAME concode_elem_sep com.amazon.ec2.CreateSpotDatafeedSubscriptionType localCreateSpotDatafeedSubscription concode_field_sep java.lang.String generatePrefix concode_elem_sep void serialize concode_elem_sep void serialize concode_elem_sep void... |
boolean function ( int arg0 ) { return arg0 >= getFirst ( ) && arg0 <= getLast ( ) ; } | tests whether item is contained by range concode_field_sep int count concode_elem_sep int first concode_field_sep int getFirst concode_elem_sep int getLast concode_elem_sep int getCount |
ImageDecoder function ( boolean arg0 ) { return new BaseImageDecoder ( arg0 ) ; } | creates default implementation of imagedecoder - baseimagedecoder concode_field_sep AtomicInteger threadNumber concode_elem_sep String namePrefix concode_elem_sep AtomicInteger poolNumber concode_elem_sep int threadPriority concode_elem_sep ThreadGroup group concode_field_sep BitmapDisplayer createBitmapDisplayer conco... |
GUID function ( ) { return typeId ; } | gets the guid of the type of the instance represented by this object . this method is n't static so that it can be part of the pdinstance interface . concode_field_sep GUID typeId concode_elem_sep GUID roleTransactionId concode_elem_sep PDStore store concode_elem_sep GUID id concode_field_sep void setName concode_elem_... |
java . util . List < String > function ( ) { if ( items == null ) { items = new com . amazonaws . internal . SdkInternalList < String > ( ) ; } return items ; } | optional : a complex type that contains whitelisted cookies for this cache behavior . if quantity is 0 , you can omit items . concode_field_sep Integer quantity concode_elem_sep com.amazonaws.internal.SdkInternalList<String> items concode_field_sep Integer getQuantity concode_elem_sep void setQuantity concode_elem_sep ... |
void function ( String [ ] arg0 ) { if ( arg0 == null || arg0 . length == 0 ) { this . includes = null ; } else { this . includes = new String [ arg0 . length ] ; for ( int loc0 = 0 ; loc0 < arg0 . length ; loc0 ++ ) { this . includes [ loc0 ] = normalizePattern ( arg0 [ loc0 ] ) ; } } } | sets the list of include patterns to use . all ' / ' and ' \ ' characters are replaced by file.separatorchar , so the separator used need not match file.separatorchar . when a pattern ends with a ' / ' or ' \ ' , '' '' is appended . concode_field_sep String[] DEFAULTEXCLUDES concode_elem_sep MatchPatterns excludesPatte... |
void function ( String arg0 ) { setSessionAcknowledgeMode ( sessionConstants . asNumber ( arg0 ) . intValue ( ) ) ; } | set the jms acknowledgement mode by the name of the corresponding constant in the jms session interface , e.g. `` client_acknowledge '' . if you want to use vendor-specific extensions to the acknowledgment mode , use #setsessionacknowledgemode int instead . concode_field_sep Log logger concode_elem_sep int sessionAckno... |
void function ( String arg0 ) { this . policy = arg0 ; } | sets the value of the policy property . concode_field_sep String value concode_elem_sep String policy concode_field_sep String getValue concode_elem_sep boolean isSetValue concode_elem_sep void setValue concode_elem_sep String getPolicy concode_elem_sep boolean isSetPolicy |
LicenseDocumentReference . DocumentLabel function ( ) { return documentLabel ; } | gets the value of the documentlabel property . concode_field_sep String datestamp concode_elem_sep LicenseDocumentReference.DocumentLabel documentLabel concode_elem_sep SectionIdentifier sectionIdentifier concode_elem_sep LicenseDocumentReference.SectionDesignation sectionDesignation concode_elem_sep String sourcetype ... |
Handler function ( String arg0 , Handler arg1 ) { return path ( PathBinder . parse ( arg0 , false ) , arg1 ) ; } | creates a handler that delegates to the given handlers if the request path starts with the given prefix . the prefix is relative to the contextual ratpack.path.pathbinding of the exchange . a new contextual ratpack.path.pathbinding will be established for the given handlers , using the given prefix as the bind point . ... |
void function ( byte arg0 ) { currentLayer [ currentTrack ] = arg0 ; } | sets the current layer within the track to which new events will be added . concode_field_sep int LAYERS concode_elem_sep Sequence sequence concode_elem_sep long time[][] concode_elem_sep Track track[] concode_elem_sep byte currentTrack concode_elem_sep int CHANNELS concode_elem_sep byte[] currentLayer concode_field_se... |
AttributeInfo function ( ConstPool arg0 , Map arg1 ) { int loc0 = info . length ; byte [ ] loc1 = info ; byte [ ] loc2 = new byte [ loc0 ] ; for ( int loc3 = 0 ; loc3 < loc0 ; ++ loc3 ) loc2 [ loc3 ] = loc1 [ loc3 ] ; return new AttributeInfo ( arg0 , getName ( ) , loc2 ) ; } | makes a copy . class names are replaced according to the given map object . concode_field_sep ConstPool constPool concode_elem_sep int name concode_elem_sep byte[] info concode_field_sep AttributeInfo lookup concode_elem_sep void writeAll concode_elem_sep AttributeInfo read concode_elem_sep String getName concode_elem_... |
String function ( ) { String loc0 ; try { return System . getProperty ( "srini_string" ) ; } catch ( SecurityException loc1 ) { } catch ( IllegalArgumentException loc1 ) { } return "srini_string" ; } | returns the name of the default encoding , falls back on defaults to latin-1 if there 's a problem . concode_field_sep HashMap canonicalNames concode_field_sep boolean isISOLatin1 concode_elem_sep String getOldCanonical concode_elem_sep Charset getCharset |
boolean function ( ) { return isAvailable ; } | indicates whether the unbound library is loaded . concode_field_sep boolean isAvailable concode_elem_sep Object syncRoot concode_field_sep void setDebugLevel concode_elem_sep int resolveAsync concode_elem_sep UnboundResult resolve concode_elem_sep void processAsync concode_elem_sep void tryLoadUnbound concode_elem_sep ... |
com . liferay . mail . reader . model . Message function ( long arg0 ) { return _messageLocalService . createMessage ( arg0 ) ; } | creates a new message with the primary key . does not add the message to the database . concode_field_sep MessageLocalService _messageLocalService concode_field_sep java.util.List<com.liferay.mail.reader.model.Message> getFolderMessages concode_elem_sep void deleteMessages concode_elem_sep java.lang.String getOSGiServi... |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.