code
stringlengths
20
663
nl
stringlengths
68
7.19k
LoggingConfiguration function ( ) { return instance ; }
method to retrieve an instance of the logging configuration . concode_field_sep LoggingConfiguration instance concode_elem_sep Logger logger concode_field_sep void register
long function ( InputStream arg0 , OutputStream arg1 ) { byte [ ] loc0 = new byte [ DEFAULT_BUFFER_SIZE ] ; long loc1 = 0 ; int loc2 = 0 ; while ( EOF != ( loc2 = arg0 . read ( loc0 ) ) ) { arg1 . write ( loc0 , 0 , loc2 ) ; loc1 += loc2 ; } return loc1 ; }
copy bytes from a large over 2gb inputstream to an outputstream . this method buffers the input internally , so there is no need to use a bufferedinputstream . the buffer size is given by #default_buffer_size . concode_field_sep int DEFAULT_BUFFER_SIZE concode_elem_sep int EOF concode_field_sep int copy
String function ( ) { return this . namespaceUri ; }
return the namespace uri of the service . concode_field_sep WebServiceFeature[] serviceFeatures concode_elem_sep Executor executor concode_elem_sep String namespaceUri concode_elem_sep String serviceName concode_elem_sep URL wsdlDocumentUrl concode_elem_sep HandlerResolver handlerResolver concode_field_sep URL getWsdlD...
Future < Exchange > function ( ) { return exchangeSupplier != null ? template ( ) . asyncSend ( endpoint , exchangeSupplier . get ( ) ) : template ( ) . asyncSend ( endpoint , processorSupplier . get ( ) ) ; }
sends asynchronously to the given endpoint . concode_field_sep ProducerTemplate template concode_elem_sep Map<String,Object> headers concode_elem_sep Endpoint endpoint concode_elem_sep Supplier<Exchange> exchangeSupplier concode_elem_sep Consumer<ProducerTemplate> templateCustomizer concode_elem_sep ClassValue<ConvertB...
void function ( RowSet arg0 ) { try { verify ( arg0 ) ; } finally { expected . clear ( ) ; arg0 . clear ( ) ; } }
convenience method to verify the actual results , then free memory for both the expected and actual result sets . concode_field_sep int span concode_elem_sep boolean mask[] concode_elem_sep int offset concode_elem_sep RowSet expected concode_elem_sep double delta concode_field_sep RowSetComparison withDelta concode_ele...
byte [ ] function ( byte [ ] arg0 ) { int loc0 = arg0 . length % 4 ; if ( loc0 == 0 ) return arg0 ; int loc1 = 4 - loc0 ; byte [ ] loc2 = new byte [ loc1 + arg0 . length ] ; for ( int loc3 = 0 ; loc3 < loc1 ; loc3 ++ ) loc2 [ loc3 ] = 0 ; for ( int loc3 = 0 ; loc3 < arg0 . length ; loc3 ++ ) loc2 [ loc1 + loc3 ] = arg0...
line up the big end of the bytes to a 4 byte boundry concode_field_sep byte[] stringBytes concode_elem_sep byte[] intBytes concode_elem_sep char[] stringChars concode_elem_sep ByteArrayOutputStream stream concode_elem_sep byte[] longintBytes concode_field_sep void writeType concode_elem_sep void writeUnderHandler conco...
void function ( List < T > arg0 ) { T loc0 = null ; for ( T loc1 : arg0 ) { loc0 = useOrSuppress ( loc0 , loc1 ) ; } if ( loc0 != null ) { throw new ElasticsearchException ( loc0 . getMessage ( ) , loc0 ) ; } }
throws a runtime exception with all given exceptions added as suppressed . if the given list is empty no exception is thrown concode_field_sep String reason concode_elem_sep ESLogger logger concode_elem_sep Class<? extends Throwable> causeType concode_elem_sep String index concode_field_sep IOException unwrapCorruption...
int function ( ) { return this . index ; }
return the index of this parameter in the operation signature . concode_field_sep String name concode_elem_sep int index concode_elem_sep String description concode_field_sep void setName concode_elem_sep String getName concode_elem_sep void setIndex concode_elem_sep void setDescription concode_elem_sep String getDescr...
void function ( long arg0 ) { _userTrackerPath . setUserTrackerId ( arg0 ) ; }
sets the user tracker id of this user tracker path . concode_field_sep UserTrackerPath _userTrackerPath concode_field_sep boolean isFinderCacheEnabled concode_elem_sep void setExpandoBridgeAttributes concode_elem_sep void setExpandoBridgeAttributes concode_elem_sep void setExpandoBridgeAttributes concode_elem_sep boole...
int function ( ) { return ( this . fragments != null ? this . fragments . hashCode ( ) : 0 ) ; }
returns a hash code for this object . concode_field_sep List fragments concode_elem_sep long serialVersionUID concode_field_sep void addFragment concode_elem_sep boolean equals concode_elem_sep TextFragment getFirstTextFragment concode_elem_sep void draw concode_elem_sep Size2D calculateDimensions concode_elem_sep void...
void function ( String arg0 ) { this . title = arg0 ; }
sets the value of the title property . concode_field_sep String role concode_elem_sep PrimeMeridianAltType primeMeridianAlt 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 String type conco...
boolean function ( String arg0 ) { arg0 ( arg0 ) ; return presentOptions . contains ( arg0 ) ; }
returns true if the given option is present in this command-line . concode_field_sep Map<String,ParsedCommandLineOption> optionsByString concode_elem_sep Set<String> presentOptions concode_elem_sep List<String> extraArguments concode_field_sep List<String> getExtraArguments concode_elem_sep boolean hasAnyOption concode...
int function ( ) { return sampleDependsOn ; }
sample_depends_on takes one of the following four values : 0 : the dependency of this sample is unknown ; 1 : this sample does depend on others not an i picture ; 2 : this sample does not depend on others i picture ; 3 : reserved concode_field_sep int sampleDegradationPriority concode_elem_sep int samplePaddingValue co...
Option function ( String arg0 ) { this . helpText = arg0 ; return this ; }
add a help text , explaining the parameter . concode_field_sep String helpText concode_elem_sep String defaultValue concode_elem_sep String shortName concode_elem_sep Set<String> choices concode_elem_sep String longName concode_elem_sep OptionType type concode_field_sep boolean hasDefaultValue concode_elem_sep Option s...
Class < X > function ( ) { return javaType ; }
impl note : the hibernate version may return null here in the case of either dynamic models orentity classes mapped multiple times using entity-name . in these cases , the #gettypename valueshould be used . concode_field_sep String typeName concode_elem_sep Class<X> javaType concode_field_sep String getTypeName
String function ( ) { return uid . toString ( ) ; }
return the content based string representation . concode_field_sep long serialVersionUID concode_elem_sep UID uid concode_elem_sep Activator activator concode_elem_sep ActivationGroup group concode_field_sep int hashCode concode_elem_sep void writeObject concode_elem_sep boolean equals concode_elem_sep Remote activate ...
String function ( ) { return objf + "srini_string" + genf + "srini_string" ; }
gets a string summary of the reference objects number and generation number . concode_field_sep int objf concode_elem_sep int genf concode_field_sep int hashCode concode_elem_sep int getGenerationNumber concode_elem_sep boolean equals concode_elem_sep int getObjectNumber
String function ( ) { return name ; }
getter method for the name concode_field_sep String lastName concode_elem_sep String partnerName concode_elem_sep long serialVersionUID concode_elem_sep String userID concode_elem_sep ArrayList displayDetails concode_elem_sep String password concode_elem_sep List sourceDetails concode_elem_sep ArrayList agentDetails co...
RoleType function ( ) { return type ; }
gets the value of the type property . concode_field_sep List<Role> role concode_elem_sep String _package concode_elem_sep String name concode_elem_sep RoleType type concode_field_sep void setName concode_elem_sep String getPackage concode_elem_sep String getName concode_elem_sep void setPackage concode_elem_sep List<Ro...
void function ( boolean arg0 ) { this . animated = arg0 ; }
changes a flag to indicate whether this memoryimagesource supports animations . concode_field_sep Hashtable consumers concode_elem_sep boolean fullbuffers concode_elem_sep int offset concode_elem_sep int scansize concode_elem_sep byte pixelb[] concode_elem_sep boolean animated concode_elem_sep int width concode_elem_se...
void function ( MapBoundsEvent arg0 ) { clearTransform ( ) ; }
a method from the mapboundslistener interface used to listenfor a change to the map content 's coordinate reference system . concode_field_sep Logger LOGGER concode_elem_sep MathTransform transform concode_elem_sep boolean transformFailed concode_elem_sep WeakReference<Layer> layerRef concode_elem_sep String KEY_POSITI...
void function ( ) { if ( t == Thread . currentThread ( ) ) { n ++ ; t = null ; notifyAll ( ) ; } }
marks the current phase completed that the calling thread was executing . this is only necessary when the thread exits the last phase , as #phase int call implies the #done call . concode_field_sep Thread t concode_elem_sep boolean aborted concode_elem_sep int n concode_field_sep void phase concode_elem_sep void abort
List < ReceiveCommand > function ( List < ReceiveCommand > arg0 , Result arg1 ) { return filter ( ( Iterable < ReceiveCommand > ) arg0 , arg1 ) ; }
filter a list of commands according to result . concode_field_sep Ref ref concode_elem_sep Result status concode_elem_sep ObjectId newId concode_elem_sep boolean typeIsCorrect concode_elem_sep String name concode_elem_sep ObjectId oldId concode_elem_sep Type type concode_elem_sep String message concode_field_sep Object...
void function ( com . netsuite . webservices . platform . core_2014_2 . RecordRef arg0 ) { this . incomeaccount = arg0 ; }
sets the incomeaccount value for this revrectemplaterecurrence . concode_field_sep org.apache.axis.description.TypeDesc typeDesc concode_elem_sep java.lang.Long periodOffset concode_elem_sep java.lang.Object __equalsCalc concode_elem_sep boolean __hashCodeCalc concode_elem_sep java.lang.String recamount concode_elem_se...
IStreamSource [ ] function ( ) { throw new UnsupportedOperationException ( "srini_string" ) ; }
list all files or available data concode_field_sep FileSystem m_FileSystem concode_elem_sep String m_TaskId concode_elem_sep HadoopStreamFactory[] EMPTY_ARRAY concode_elem_sep String m_SubPath concode_elem_sep Class THIS_CLASS concode_elem_sep String m_JobId concode_field_sep String getTaskId concode_elem_sep IStreamSo...
HashKeyRange function ( String arg0 ) { setEndingHashKey ( arg0 ) ; return this ; }
the ending hash key of the hash key range . concode_field_sep String endingHashKey concode_elem_sep String startingHashKey concode_field_sep String getStartingHashKey concode_elem_sep void setEndingHashKey concode_elem_sep int hashCode concode_elem_sep boolean equals concode_elem_sep HashKeyRange clone concode_elem_sep...
int function ( ByteChunk arg0 , Response arg1 ) { return arg0 . getLength ( ) ; }
write some bytes . concode_field_sep PlaceHolder placeHolder concode_field_sep void setBuffer concode_elem_sep void recycle concode_elem_sep void setResponse concode_elem_sep long end concode_elem_sep long getBytesWritten
void function ( ) { System . out . println ( "srini_string" ) ; MergeResultsGui loc0 = new MergeResultsGui ( ) ; String loc1 = "srini_string" ; String loc2 = loc0 . getWikiPage ( ) ; assertEquals ( loc1 , loc2 ) ; }
test of getwikipage method , of class mergeresultsgui . concode_field_sep String DATA_DIR concode_elem_sep String CRLF concode_field_sep void testGetStaticLabel concode_elem_sep void testStateChanged concode_elem_sep void setUpClass concode_elem_sep void testGetMenuCategories concode_elem_sep void testUpdateUI concode_...
void function ( IndexService arg0 ) { }
called after the index has been created . concode_field_sep PlaceHolder placeHolder concode_field_sep void beforeIndexShardClosed concode_elem_sep void beforeIndexDeleted concode_elem_sep void beforeIndexClosed concode_elem_sep void shardRoutingChanged concode_elem_sep void beforeIndexShardCreated concode_elem_sep void...
ServiceDocument function ( String arg0 ) { return getServiceDocument ( arg0 , null ) ; }
retrieve the service document . the service document is located at the specified url . this calls getservicedocument url , onbehalfof . concode_field_sep String server concode_elem_sep String password concode_elem_sep int DEFAULT_TIMEOUT concode_elem_sep int port concode_elem_sep DefaultHttpClient client concode_elem_s...
boolean function ( final Object arg0 ) { if ( this == arg0 ) { return true ; } if ( ! ( arg0 instanceof DefaultElementFactory ) ) { return false ; } return true ; }
compares this object with the given object for equality . the object will be considered equal if it is a element factory and contains the same elements . concode_field_sep PlaceHolder placeHolder concode_field_sep Element getElementForType concode_elem_sep int hashCode
boolean function ( ) { return bAdministrator ; }
method declaration concode_field_sep User uPublic concode_elem_sep String sName concode_elem_sep HsqlHashMap hRight concode_elem_sep boolean bAdministrator concode_elem_sep String sPassword concode_field_sep void setPassword concode_elem_sep String getPassword concode_elem_sep String getName concode_elem_sep void check...
void function ( ObjectInputStream arg0 ) { arg0 . defaultReadObject ( ) ; this . listenerList = new EventListenerList ( ) ; }
provides serialization support . concode_field_sep boolean visible concode_elem_sep EventListenerList listenerList concode_field_sep void setVisible concode_elem_sep void removeChangeListener concode_elem_sep int hashCode concode_elem_sep boolean equals concode_elem_sep void notifyListeners concode_elem_sep Object clon...
JAXBElement < EAttribute > function ( final EAttribute arg0 ) { return new JAXBElement < EAttribute > ( _EAttribute_QNAME , EAttribute . class , null , arg0 ) ; }
create an instance of jaxbelement concode_field_sep QName _EPackage_QNAME concode_elem_sep QName _EClassifier_QNAME concode_elem_sep QName _EOperation_QNAME concode_elem_sep QName _EEnum_QNAME concode_elem_sep QName _EObject_QNAME concode_elem_sep QName _EDataType_QNAME concode_elem_sep QName _EParameter_QNAME concode_...
boolean function ( ) { return this . leaf ; }
return false if the tree node is a folder.by default all tree nodes are folders . 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 Defaul...
int function ( ) { return observers . size ( ) ; }
returns the number of observers registered to this observable . concode_field_sep boolean changed concode_elem_sep List<Observer> observers concode_field_sep void deleteObservers concode_elem_sep void addObserver concode_elem_sep boolean hasChanged concode_elem_sep void clearChanged concode_elem_sep void deleteObserver...
void function ( ) { n_release ( nativeObj ) ; return ; }
closes video file or capturing device . the methods are automatically called by subsequent `` videocapture.open '' and by videocapture destructor . the c function also deallocates memory and clears capture pointer . concode_field_sep long nativeObj concode_field_sep boolean n_isOpened concode_elem_sep boolean n_read co...
PBXBuildFile function ( FileReference arg0 ) { for ( PBXBuildFile loc0 : Mapping . of ( standaloneBuildFiles , arg0 ) . asSet ( ) ) { return loc0 ; } PBXBuildFile loc1 = new PBXBuildFile ( pbxReferences . get ( arg0 ) ) ; mainGroupReferences . add ( pbxReferences . get ( arg0 ) ) ; standaloneBuildFiles . put ( arg0 , l...
returns a new or cached instance of a pbxbuildfile for a file that is not part of a variant group . concode_field_sep Map<FileReference,PBXBuildFile> standaloneBuildFiles concode_elem_sep Map<ImmutableSet<Path>,PBXBuildFile> aggregateBuildFiles concode_elem_sep PBXFileReferences pbxReferences concode_elem_sep List<PBXR...
List < MatchingInstitutionBibIdType > function ( ) { return matchingInstitutionBibId ; }
gets matching institution bib id . concode_field_sep String owningInstitutionBibId concode_elem_sep String owningInstitutionId concode_elem_sep List<MatchingInstitutionBibIdType> matchingInstitutionBibId concode_elem_sep ContentType content concode_field_sep String getOwningInstitutionBibId concode_elem_sep void setMat...
ArrayList < SearchTerm > function ( ) { return searchTerms ; }
gets a list of search terms that make up a given search . concode_field_sep HashMap<Integer,WeakReference<PageText>> searchResultCache concode_elem_sep ArrayList<SearchTerm> searchTerms concode_field_sep void addPageSearchHit concode_elem_sep Set<Integer> getPageSearchHits concode_elem_sep void removeSearchTerm concode...
void function ( int arg0 ) { this . failed = arg0 ; }
sets the failed value for this set_relationship_list_result . concode_field_sep int created concode_elem_sep java.lang.Object __equalsCalc concode_elem_sep boolean __hashCodeCalc concode_elem_sep int failed concode_elem_sep org.talend.sugarws.Error_value error concode_elem_sep org.apache.axis.description.TypeDesc typeD...
void function ( String arg0 ) { this . timezone = arg0 ; }
setter for timezone concode_field_sep BasicAmountType feeAmount concode_elem_sep String payerDisplayName concode_elem_sep BasicAmountType netAmount concode_elem_sep String timezone concode_elem_sep BasicAmountType grossAmount concode_elem_sep String type concode_elem_sep String payer concode_elem_sep String transaction...
BigDecimal function ( BigInteger arg0 ) { return sqrt ( new BigDecimal ( arg0 ) ) ; }
get square root concode_field_sep int DEFAULT_MAX_ITERATIONS concode_elem_sep int DEFAULT_SCALE concode_elem_sep int maxIterations concode_elem_sep boolean traceFlag concode_elem_sep int scale concode_elem_sep BigDecimal ONE concode_elem_sep BigDecimal TWO concode_elem_sep BigDecimal error concode_elem_sep BigDecimal Z...
void function ( ) { if ( this . taskGroup != null ) this . taskGroup . stats ( ) ; }
prints various snapshot statistics to system.out ; simply delegates to edu.oswego.cs.dl.util.concurrent.fjtaskrunnergroup #stats . concode_field_sep int maxThreads concode_elem_sep FJTaskRunnerGroup taskGroup concode_field_sep DoubleMatrix2D[] splitBlockedNN concode_elem_sep DoubleMatrix2D[][] splitBlockedNN concode_el...
byte [ ] function ( byte [ ] arg0 , SecretKeySpec arg1 ) { Cipher loc0 = Cipher . getInstance ( arg1 . getAlgorithm ( ) ) ; loc0 . init ( Cipher . DECRYPT_MODE , arg1 ) ; byte [ ] loc1 = loc0 . doFinal ( arg0 ) ; return loc1 ; }
decrypt a byte array given the same secret key spec used to encrypt the message concode_field_sep String password concode_field_sep void setPassword concode_elem_sep String asStrHex concode_elem_sep String getRandomSecuence concode_elem_sep String getEncriptado concode_elem_sep String getEncriptado concode_elem_sep Sec...
void function ( BigDecimal arg0 ) { this . clashmag = arg0 ; }
sets the value of the clashmag property . concode_field_sep String symop concode_elem_sep BigDecimal clashmag concode_elem_sep BigDecimal dist concode_elem_sep String atom concode_elem_sep BigInteger scid concode_field_sep void setDist concode_elem_sep BigDecimal getDist concode_elem_sep void setScid concode_elem_sep B...
void function ( String arg0 ) { this . attributes . remove ( arg0 ) ; removeDestructionCallback ( arg0 ) ; }
remove the attribute of the given name , if it exists . also removes the registered destruction callback for the specified attribute , if any . however it does not execute the callback . it is assumed the removed object will continue to be used and destroyed independently at the appropriate time . concode_field_sep Str...
void function ( int arg0 ) { if ( arg0 >= 1 || arg0 < 0 ) throw new TokenMgrError ( "srini_string" + arg0 + "srini_string" , TokenMgrError . INVALID_LEXICAL_STATE ) ; else curLexState = arg0 ; }
switch to specified lex state . concode_field_sep char curChar concode_elem_sep SimpleCharStream input_stream concode_elem_sep int[] jjstateSet concode_elem_sep int[] jjnextStates concode_elem_sep String[] jjstrLiteralImages concode_elem_sep long[] jjbitVec0 concode_elem_sep int[] jjrounds concode_elem_sep long[] jjtoS...
void function ( ) { String loc0 ; File [ ] loc1 = templatesFolder . listFiles ( ) ; for ( int loc2 = 0 ; loc2 < loc1 . length ; loc2 ++ ) { loc0 = loc1 [ loc2 ] . getAbsolutePath ( ) ; if ( loc0 . endsWith ( "srini_string" ) || loc0 . endsWith ( "srini_string" ) ) { allTemplates . add ( new File ( loc0 ) ) ; } } }
loads the list of available templates onto the alltemplates list concode_field_sep File sketchbookPath concode_elem_sep Editor editor concode_elem_sep File templatesFolder concode_elem_sep String defaultTemplate concode_elem_sep String fs concode_elem_sep File dataFolder concode_elem_sep ArrayList<File> allTemplates co...
boolean function ( ) { return this . lines > 0 ; }
determines if any lines should be printed . concode_field_sep String SHORT concode_elem_sep ThrowableFormatOptions DEFAULT concode_elem_sep String LINE_NUMBER concode_elem_sep String MESSAGE concode_elem_sep String NONE concode_elem_sep List<String> packages concode_elem_sep String separator concode_elem_sep String CLA...
void function ( CommandFilterKey arg0 ) { this . key = arg0 . toString ( ) ; }
the name of the filter . for example , requested date and time . concode_field_sep String value concode_elem_sep String key concode_field_sep String getKey concode_elem_sep String getValue concode_elem_sep CommandFilter withValue concode_elem_sep int hashCode concode_elem_sep void setValue concode_elem_sep boolean equa...
BooleanVariable function ( String arg0 ) { Variable loc0 = fPeripheral . getVariable ( arg0 ) ; if ( ! ( loc0 instanceof BooleanVariable ) ) { throw new ClassCastException ( "srini_string" + loc0 + "srini_string" ) ; } return ( BooleanVariable ) loc0 ; }
get boolean variable from associated peripheral concode_field_sep boolean busy concode_elem_sep boolean recursed concode_elem_sep int MAX_ITERATION concode_elem_sep PeripheralWithState fPeripheral concode_field_sep DoubleVariable getDoubleVariable concode_elem_sep LongVariable safeGetLongVariable concode_elem_sep Doubl...
FacesMessage function ( FacesContext arg0 , FacesMessage . Severity arg1 , String arg2 , Object [ ] arg3 ) { Locale loc0 = arg0 . getViewRoot ( ) . getLocale ( ) ; String loc1 [ ] = loadMessageStrings ( arg0 , loc0 , arg2 ) ; return getMessage ( loc0 , arg1 , loc1 [ SUMMARY ] , loc1 [ DETAIL ] , arg3 ) ; }
uses regular facesmessage concode_field_sep String DETAIL_SUFFIX concode_elem_sep int SUMMARY concode_elem_sep String ICE_MESSAGES_BUNDLE concode_elem_sep int DETAIL concode_field_sep void loadMessageInfo concode_elem_sep String formatString concode_elem_sep String[] loadMessageStrings concode_elem_sep ClassLoader getC...
XAResource function ( ) { throw new NotSupportedException ( "srini_string" ) ; }
returns an javax.transaction.xa.xaresource instance . concode_field_sep ValidManagedConnectionFactory mcf concode_elem_sep List<ConnectionEventListener> listeners concode_elem_sep Object connection concode_elem_sep PrintWriter logwriter concode_field_sep void associateConnection concode_elem_sep Object getConnection co...
ImageResource function ( String arg0 , InputStream arg1 ) { return new ImageResource ( arg0 , new SWTFSImage ( new Image ( _device , arg1 ) , this , arg0 ) ) ; }
factory method to generate imageresources from a given image . may be overridden in subclass . concode_field_sep int _imageCacheCapacity concode_elem_sep String _baseURL concode_elem_sep LinkedHashMap _imageCache concode_elem_sep Device _device concode_field_sep String getBaseURL concode_elem_sep ImageResource loadEmbe...
void function ( DataSourceFactory arg0 ) { Assert . notNull ( arg0 , "srini_string" ) ; this . dataSourceFactory = arg0 ; }
set the factory to use to create the datasource instance thatconnects to the embedded database . defaults to simpledriverdatasourcefactory . concode_field_sep boolean generateUniqueDatabaseName concode_elem_sep DataSourceFactory dataSourceFactory concode_elem_sep String DEFAULT_DATABASE_NAME concode_elem_sep Log logger...
boolean function ( Throwable arg0 ) { return true ; }
checks whether the supplied throwable is remotable meaning it can be safely sent to the client over the wire . concode_field_sep ThreadLocal<Object> CURRENT_GROUP concode_field_sep int getCacheSize concode_elem_sep void discard concode_elem_sep boolean contains concode_elem_sep void stop concode_elem_sep void release c...
void function ( String arg0 , String arg1 ) { String loc0 = getProperty ( arg0 ) ; assertTrue ( "srini_string" + arg1 + "srini_string" + loc0 , loc0 != null && loc0 . indexOf ( arg1 ) >= 0 ) ; }
assert that a property contains a string concode_field_sep BuildFileRule buildRule concode_field_sep String getProperty concode_elem_sep void testWorks concode_elem_sep void assertPropertyEndsWith concode_elem_sep void testEmpty concode_elem_sep void testFilesetSeparator concode_elem_sep void testIllegalCombinations co...
Collection < String > function ( List < ? extends GrantedAuthority > arg0 ) { List < String > loc0 = new ArrayList < String > ( ) ; for ( GrantedAuthority loc1 : arg0 ) { loc0 . add ( loc1 . toString ( ) ) ; } return loc0 ; }
convert authorities to group names . concode_field_sep ScimUserProvisioning scimUserProvisioning concode_elem_sep boolean override concode_elem_sep Log logger concode_elem_sep ScimGroupProvisioning scimGroupProvisioning concode_elem_sep ScimGroupMembershipManager membershipManager concode_elem_sep Collection<UaaUser> u...
void function ( String arg0 , Exception arg1 ) { ClipboardPlugin . catching ( getClass ( ) , arg0 , arg1 ) ; }
traces and logs a caught exception . concode_field_sep int TOTAL_WORK concode_elem_sep IClipboardSupport clipboardSupport concode_elem_sep int WORK_UNIT concode_elem_sep IProgressMonitor monitor concode_field_sep boolean isCancelled concode_elem_sep IClipboardSupport getClipboardOperationHelper concode_elem_sep void th...
int function ( int arg0 , int arg1 , int arg2 , int arg3 ) { return ( arg0 << 24 ) | ( arg1 << 16 ) | ( arg2 << 8 ) | arg3 ; }
return a color-int from alpha , red , green , blue components . these component values should be 0 . .255 , but there is no range check performed , so if they are out of range , the returned color is undefined . concode_field_sep int BLACK concode_elem_sep int LTGRAY concode_elem_sep int GREEN concode_elem_sep int YELL...
void function ( long arg0 ) { for ( long loc0 = 0 ; loc0 < arg0 ; ++ loc0 ) { heapSpace . add ( ( Object ) new byte [ ONE_MB ] ) ; } }
increase heap usage by current process by the given amount . this is done by creating objects each of size 1mb . concode_field_sep long targetHeapUsageInMB concode_elem_sep ArrayList<Object> heapSpace concode_elem_sep String HEAP_EMULATION_PROGRESS_INTERVAL concode_elem_sep boolean enabled concode_elem_sep float heapLo...
boolean function ( DeploymentUnit arg0 ) { if ( isProcessApplication ( arg0 ) ) { return true ; } if ( arg0 . getParent ( ) != null && arg0 . getParent ( ) != arg0 ) { return arg0 . getParent ( ) . hasAttachment ( PART_OF_MARKER ) ; } return false ; }
return true if the deployment unit is either itself a process application or part of a process application . concode_field_sep AttachmentKey<AnnotationInstance> POST_DEPLOY_METHOD concode_elem_sep AttachmentKey<AttachmentList<ProcessesXmlWrapper>> PROCESSES_XML_LIST concode_elem_sep AttachmentKey<Boolean> PART_OF_MARKE...
float function ( ) { return duration ; }
get the duration of the effect in seconds concode_field_sep boolean fired concode_elem_sep boolean submit concode_elem_sep boolean queued concode_elem_sep float fps concode_elem_sep boolean sync concode_elem_sep int sequenceId concode_elem_sep float duration concode_elem_sep String sequence concode_elem_sep float delay...
void function ( Decompressor arg0 ) { if ( arg0 == null ) { return ; } if ( arg0 . getClass ( ) . isAnnotationPresent ( DoNotPool . class ) ) { return ; } arg0 . reset ( ) ; if ( payback ( decompressorPool , arg0 ) ) { updateLeaseCount ( decompressorCounts , arg0 , - 1 ) ; } }
return the decompressor to the pool . concode_field_sep Map<Class<Compressor>,Set<Compressor>> compressorPool concode_elem_sep Log LOG concode_elem_sep LoadingCache<Class<Compressor>,AtomicInteger> compressorCounts concode_elem_sep LoadingCache<Class<Decompressor>,AtomicInteger> decompressorCounts concode_elem_sep Map<...
boolean function ( int arg0 ) { return ( arg0 & STATIC ) != 0 ; }
check whether the given modifier is static . concode_field_sep int PRIVATE concode_elem_sep int PROTECTED concode_elem_sep int INTERFACE concode_elem_sep int BRIDGE concode_elem_sep int PUBLIC concode_elem_sep int STATIC concode_elem_sep int NATIVE concode_elem_sep int ALL_FLAGS concode_elem_sep int SUPER concode_elem_...
int function ( ) { return ( ( Integer ) value ) . intValue ( ) ; }
get the constant int value of this value . concode_field_sep Object value concode_elem_sep Constant NOT_CONSTANT concode_field_sep boolean isConstant concode_elem_sep Object getConstantValue concode_elem_sep int hashCode concode_elem_sep boolean isConstantInteger concode_elem_sep Constant merge concode_elem_sep boolean...
byte [ ] function ( ) { return mData ; }
retrieves the rights data associated with this drmrights object . concode_field_sep String mSubscriptionId concode_elem_sep byte[] mData concode_elem_sep String mMimeType concode_elem_sep String mAccountId concode_field_sep String getSubscriptionId concode_elem_sep String getMimeType concode_elem_sep String getAccountI...
Long function ( ) { return id ; }
returns the id . concode_field_sep X theX concode_elem_sep String x concode_elem_sep Long id concode_field_sep String getX concode_elem_sep void setX concode_elem_sep X getTheX concode_elem_sep void setId concode_elem_sep void setTheX
void function ( DiskImageVolumeDescription arg0 ) { this . volume = arg0 ; }
the volume . concode_field_sep DiskImageVolumeDescription volume concode_elem_sep Long bytesConverted concode_elem_sep DiskImageDescription image concode_elem_sep String description concode_elem_sep String availabilityZone concode_field_sep Long getBytesConverted concode_elem_sep ImportVolumeTaskDetails withAvailabilit...
void function ( boolean arg0 ) { }
called by com.intellij.openapi.diff.difftool when document returned by #getdocument is opened in editor . implementors may use this notification toadd listeners when document is editing and remove when editing done to avoid memory leaks . concode_field_sep boolean myIsEmpty concode_elem_sep List<Listener> myListeners c...
byte [ ] function ( ) { throw new REXPMismatchException ( this , "srini_string" ) ; }
returns the contents as an array of bytes if supported by the represented object concode_field_sep REXPList attr concode_elem_sep int maxDebugItems concode_field_sep boolean isExpression concode_elem_sep int[] dim concode_elem_sep boolean isVector concode_elem_sep double[][] asDoubleMatrix concode_elem_sep boolean isLi...
boolean function ( final String arg0 , final String arg1 ) { if ( arg0 . equals ( "srini_string" ) ) { return true ; } else { return ( arg0 . endsWith ( "srini_string" ) && arg1 . startsWith ( arg0 . substring ( 0 , arg0 . length ( ) - 1 ) ) ) || ( arg0 . startsWith ( "srini_string" ) && arg1 . endsWith ( arg0 . substr...
tests if the given request path matches the given pattern . concode_field_sep Map<String,T> map concode_field_sep void setObjects concode_elem_sep T lookup concode_elem_sep void unregister concode_elem_sep void setHandlers concode_elem_sep String toString concode_elem_sep void register concode_elem_sep Map<String,T> ge...
PathMatchConfigurer function ( Boolean arg0 ) { this . suffixPatternMatch = arg0 ; return this ; }
whether to use suffix pattern match '' . '' when matching patterns to requests . if enabled a method mapped to '' / users '' also matches to '' / users . '' . by default this is set to true . concode_field_sep PathMatcher pathMatcher concode_elem_sep Boolean registeredSuffixPatternMatch concode_elem_sep UrlPathHelper u...
java . lang . String function ( ) { return getService ( ) . getOSGiServiceIdentifier ( ) ; }
returns the osgi service identifier . concode_field_sep PermissionService _service concode_field_sep void checkPermission concode_elem_sep void checkPermission concode_elem_sep PermissionService getService
void function ( ) { { LType loc0 = new LType ( ) ; loc0 . setKeyName ( "srini_string" ) ; loc0 = dataStore . store ( loc0 ) ; } assertTrue ( "srini_string" , true ) ; }
method to test testrb domain object . concode_field_sep LTypeDAO dataStore concode_field_sep void setDataStore
void function ( String arg0 ) { this . type = arg0 ; }
this method is used for setting the type of the output . the accepted types are all java types defined by fully qualified names . concode_field_sep String reference concode_elem_sep Object defaultValue concode_elem_sep String name concode_elem_sep String description concode_elem_sep String label concode_elem_sep String...
void function ( Waypoint arg0 ) { waypoints . add ( arg0 ) ; }
adds a new way point to the segment . this method is used for extending a track segment by another way point . the way point is added at the segment 's end . concode_field_sep ArrayList<Waypoint> waypoints concode_field_sep ArrayList<Waypoint> getWaypoints concode_elem_sep double cumulativeDescent concode_elem_sep Date...
void function ( String arg0 , String arg1 , Throwable arg2 ) { println ( DEBUG , arg0 , arg1 , arg2 ) ; }
prints a message at debug priority . concode_field_sep int ERROR concode_elem_sep int VERBOSE concode_elem_sep int WARN concode_elem_sep int NONE concode_elem_sep int ASSERT concode_elem_sep int DEBUG concode_elem_sep LogNode mLogNode concode_elem_sep int INFO concode_field_sep void println concode_elem_sep void printl...
String function ( java . lang . Object arg0 ) { if ( arg0 == null ) { return "srini_string" ; } return arg0 . toString ( ) . replace ( "srini_string" , "srini_string" ) ; }
convert the given object to string with each line indented by 4 spaces except the first line . concode_field_sep List<List<BigDecimal>> arrayArrayNumber concode_field_sep ArrayOfArrayOfNumberOnly addArrayArrayNumberItem concode_elem_sep ArrayOfArrayOfNumberOnly arrayArrayNumber concode_elem_sep int hashCode concode_ele...
boolean function ( Class arg0 ) { return arg0 . equals ( Privilege . class ) ; }
determines if the command object being submitted is a valid type concode_field_sep Log log concode_field_sep void validate
void function ( final int arg0 ) { this . totalsuccesscount += arg0 ; }
sets the totalsuccesscount . concode_field_sep int totalwarningcount concode_elem_sep ArrayList<TestSuite> testSuites concode_elem_sep String language concode_elem_sep String screenresolution concode_elem_sep String type concode_elem_sep String result concode_elem_sep String duration concode_elem_sep int totalerrorcoun...
void function ( double arg0 ) { clip [ 6 ] += arg0 ; clip [ 7 ] += arg0 ; }
grow the clip width and height by the given value . the minimum coordinates will be unchanged . concode_field_sep double[] clip concode_elem_sep byte EMPTY concode_elem_sep byte INUSE concode_elem_sep byte status concode_elem_sep byte INVALID concode_field_sep void expandToIntegerLimits concode_elem_sep boolean interse...
DistanceUnit function ( String arg0 , DistanceUnit arg1 ) { for ( DistanceUnit loc0 : values ( ) ) { for ( String loc1 : loc0 . names ) { if ( arg0 . endsWith ( loc1 ) ) { return loc0 ; } } } return arg1 ; }
parses the suffix of a given distance string and return the corresponding distanceunit concode_field_sep DistanceUnit unit concode_elem_sep String[] names concode_elem_sep double value concode_elem_sep DistanceUnit DEFAULT concode_elem_sep double meters concode_field_sep double getEarthCircumference concode_elem_sep do...
void function ( String arg0 , String arg1 , Throwable arg2 ) { println ( ERROR , arg0 , arg1 , arg2 ) ; }
prints a message at error priority . concode_field_sep int ERROR concode_elem_sep int VERBOSE concode_elem_sep int WARN concode_elem_sep int NONE concode_elem_sep int ASSERT concode_elem_sep int DEBUG concode_elem_sep LogNode mLogNode concode_elem_sep int INFO concode_field_sep void println concode_elem_sep void printl...
boolean function ( ) { return sync ; }
gets whether the effect should render new frames automatically which it does by default . if true , you can render frames manually by calling the render instance method of an effect . this is used by effect.parallel . concode_field_sep boolean fired concode_elem_sep boolean submit concode_elem_sep boolean queued concod...
Matrix function ( ) { Matrix loc0 = new Matrix ( m , n ) ; double [ ] [ ] loc1 = loc0 . getArray ( ) ; for ( int loc2 = 0 ; loc2 < m ; loc2 ++ ) { for ( int loc3 = 0 ; loc3 < n ; loc3 ++ ) { if ( loc2 > loc3 ) { loc1 [ loc2 ] [ loc3 ] = LU [ loc2 ] [ loc3 ] ; } else if ( loc2 == loc3 ) { loc1 [ loc2 ] [ loc3 ] = 1.0 ; ...
return lower triangular factor concode_field_sep int pivsign concode_elem_sep double[][] LU concode_elem_sep int[] piv concode_elem_sep int m concode_elem_sep long serialVersionUID concode_elem_sep int n concode_field_sep double det concode_elem_sep int[] getPivot concode_elem_sep Matrix solve concode_elem_sep double[]...
IdentityPersistenceManager function ( ) { return manager ; }
returning the identity persistence manager instance : singleton pattern concode_field_sep IdentityPersistenceManager manager concode_field_sep OpenIDAdminDO getOpenIDAdmin concode_elem_sep String getParameterValue concode_elem_sep boolean isServiceProviderExists concode_elem_sep boolean hasXMPPSettings concode_elem_sep...
void function ( final String arg0 ) { this . title = arg0 ; fireTitleChanged ( ) ; }
sets document title . concode_field_sep boolean closeable concode_elem_sep C component concode_elem_sep boolean draggable concode_elem_sep Color background concode_elem_sep Icon icon concode_elem_sep List<DocumentDataListener> listeners concode_elem_sep String id concode_elem_sep Color foreground concode_elem_sep Strin...
JAXBElement < String > function ( ) { return validationTime ; }
gets the value of the validationtime property . concode_field_sep JAXBElement<String> validationTime concode_elem_sep List<WSIndividualValidationResult> issue concode_elem_sep JAXBElement<String> validationDate concode_elem_sep Boolean validationTest concode_field_sep void setValidationDate concode_elem_sep List<WSIndi...
boolean function ( final String arg0 ) { return OS . isOs ( null , arg0 , null , null ) ; }
determines if the os on which ant is executing matches the given os name . concode_field_sep String FAMILY_WINDOWS concode_elem_sep String PATH_SEP concode_elem_sep String FAMILY_OPENVMS concode_elem_sep String OS_NAME concode_elem_sep String OS_VERSION concode_elem_sep String FAMILY_DOS concode_elem_sep String FAMILY_...
void function ( String arg0 , String arg1 ) { final ContentResolver loc0 = mActivity . getContentResolver ( ) ; BrowserDB . addBookmark ( loc0 , arg0 , arg1 ) ; mAsserter . ok ( true , "srini_string" , "srini_string" + arg0 + "srini_string" + arg1 ) ; }
adds a bookmark , or updates the bookmark title if the url already exists . the localbrowserdb.addbookmark implementation handles updating existing bookmarks . concode_field_sep Activity mActivity concode_elem_sep Assert mAsserter concode_field_sep void deleteHistoryItem concode_elem_sep Uri buildUri concode_elem_sep v...
int function ( ) { parseIfNecessary ( ) ; return endOffset ; }
gets the end offset of this constant pool in the byte which it came from . concode_field_sep CstType definer concode_elem_sep ParseObserver observer concode_elem_sep int endOffset concode_elem_sep DirectClassFile cf concode_elem_sep int offset concode_elem_sep AttributeFactory attributeFactory concode_field_sep void se...
RegisterSpecList function ( ) { return registers ; }
gets the register list for this instruction . concode_field_sep int address concode_elem_sep RegisterSpecList registers concode_elem_sep SourcePosition position concode_elem_sep Dop opcode concode_field_sep boolean hasAddress concode_elem_sep String listingString concode_elem_sep void setAddress concode_elem_sep DalvIn...
String function ( ) { return trackingId ; }
gets tracking id . concode_field_sep String itemBarcode concode_elem_sep String patronBarcode concode_elem_sep String owningInstitutionId concode_elem_sep String trackingId concode_field_sep void setPatronBarcode concode_elem_sep void setOwningInstitutionId concode_elem_sep void setTrackingId concode_elem_sep String ge...
void function ( BundleContext arg0 ) { logger . debug ( "srini_string" ) ; }
called whenever the osgi framework stops our bundle concode_field_sep Logger logger concode_field_sep void start
ResourceLoader function ( String arg0 , String arg1 ) { ResourceLoader loc0 = null ; try { loc0 = new ResourceLoader ( arg1 , ComponentManager . get ( arg0 ) . getClass ( ) . getClassLoader ( ) ) ; } catch ( Exception loc1 ) { log . warn ( "srini_string" + loc1 . toString ( ) ) ; } return loc0 ; }
get localized resource bundle via classloader . concode_field_sep Log log concode_field_sep placeholderType placeHolder
void function ( Item arg0 ) { this . item = arg0 ; }
sets the item being bid on concode_field_sep Item item concode_elem_sep Bidder bidder concode_elem_sep Date bidDate concode_elem_sep Long bidId concode_elem_sep Double bidPrice concode_field_sep Long getBidId concode_elem_sep Bidder getBidder concode_elem_sep void setBidDate concode_elem_sep void setBidId concode_elem_...
String function ( ) { return actuate ; }
gets the value of the actuate property . concode_field_sep String role concode_elem_sep String arcrole concode_elem_sep PTLocaleContainerType ptLocaleContainer concode_elem_sep String show concode_elem_sep String actuate concode_elem_sep List<String> nilReason concode_elem_sep String href concode_elem_sep String type c...
OperationBuilder function ( final List < Parameter > arg0 ) { List < Parameter > loc0 = nullToEmptyList ( arg0 ) ; List < Parameter > loc1 = newArrayList ( this . parameters ) ; ParameterMerger loc2 = new ParameterMerger ( loc1 , loc0 ) ; this . parameters = newArrayList ( loc2 . merged ( ) ) ; return this ; }
updates the input parameters this operation needs concode_field_sep String summary concode_elem_sep String notes concode_elem_sep Set<String> protocol concode_elem_sep Set<String> produces concode_elem_sep List<Parameter> parameters concode_elem_sep Set<ResponseMessage> responseMessages concode_elem_sep String deprecat...