code
stringlengths
20
663
nl
stringlengths
68
7.19k
void function ( ) { StandardPieSectionLabelGenerator loc0 = new StandardPieSectionLabelGenerator ( ) ; assertTrue ( loc0 instanceof PublicCloneable ) ; }
check to ensure that this class implements publiccloneable . concode_field_sep PlaceHolder placeHolder concode_field_sep void testCloning concode_elem_sep void testSerialization concode_elem_sep void testHashCode concode_elem_sep void testEquals
ContextStack < T > function ( ) { final ContextStack < T > loc0 = copy ( ) ; loc0 . pop ( ) ; return loc0 ; }
return a new stack with the same contents but pop a value concode_field_sep List<T> stack concode_field_sep T pop concode_elem_sep List<T> stack concode_elem_sep int size concode_elem_sep ContextStack<T> copyPush concode_elem_sep ContextStack<T> create concode_elem_sep String toString concode_elem_sep ContextStack<T> c...
void function ( String arg0 ) { this . href = arg0 ; }
sets the value of the href property . concode_field_sep String role concode_elem_sep JAXBElement<? extends AbstractSVAbstractServiceSpecificationType> abstractSVAbstractServiceSpecification concode_elem_sep String arcrole concode_elem_sep String show concode_elem_sep String actuate concode_elem_sep List<String> nilReas...
void function ( boolean arg0 ) { if ( mSubUiVisibilityListener != null ) { mSubUiVisibilityListener . onSubUiVisibilityChanged ( arg0 ) ; } }
notify the system that the visibility of an action view 's sub-ui such as an anchored popup has changed . this will affect how other system visibility notifications occur . concode_field_sep SubUiVisibilityListener mSubUiVisibilityListener concode_field_sep View onCreateActionView concode_elem_sep void onSubUiVisibilit...
Device [ ] function ( DeviceType arg0 ) { List < Device > loc0 = new ArrayList < Device > ( ) ; for ( Device loc1 : listDevices ( ) ) { if ( loc1 . getType ( ) == arg0 ) loc0 . add ( loc1 ) ; } return loc0 . toArray ( new Device [ loc0 . size ( ) ] ) ; }
lists all devices of a particular type . concode_field_sep int latencyTimer concode_elem_sep int usbReceiveBufferSize concode_elem_sep String configFile concode_elem_sep int readTimeout concode_elem_sep Logger logger concode_elem_sep int writeTimeout concode_elem_sep int usbTransmitBufferSize concode_elem_sep int reset...
Map < String , String > function ( String arg0 ) { return null ; }
retrieve the geolocation of the given contact . note : currently not implemented because we can not actively poll the server for the presence of a given contact ? concode_field_sep OperationSetPersistentPresence opsetprez concode_elem_sep List<GeolocationListener> geolocationContactsListeners concode_elem_sep Logger lo...
String function ( ) { return prevHref ; }
gets the value of the prevhref property . concode_field_sep Integer count concode_elem_sep List<Investigation> investigation concode_elem_sep String prevHref concode_elem_sep String href concode_elem_sep String nextHref concode_field_sep String getHref concode_elem_sep void setNextHref concode_elem_sep void setHref con...
int function ( ) { return FORMAT_ID ; }
get bitronix xid format id . defined by bitronixxid #format_id . concode_field_sep Uid globalTransactionId concode_elem_sep String toStringValue concode_elem_sep int FORMAT_ID concode_elem_sep Uid branchQualifier concode_elem_sep int hashCodeValue concode_field_sep byte[] getGlobalTransactionId concode_elem_sep Uid get...
String function ( ) { return this . endpoint ; }
gets the endpoint concode_field_sep UpdateRequest request concode_elem_sep String endpoint concode_elem_sep List<String> defaultGraphURIs concode_elem_sep Context context concode_elem_sep List<String> namedGraphURIs concode_elem_sep Symbol HTTP_CONTEXT concode_elem_sep HttpAuthenticator authenticator concode_elem_sep L...
int function ( ) { int loc0 = pageBoundsList . hashCode ( ) ; loc0 = 29 * loc0 + pageFormatList . hashCode ( ) ; loc0 = 29 * loc0 + width == 0.0f ? 0 : Float . floatToIntBits ( width ) ; loc0 = 29 * loc0 + height == 0.0f ? 0 : Float . floatToIntBits ( height ) ; return loc0 ; }
computes the hashcode of this page definition . concode_field_sep ArrayList pageBoundsList concode_elem_sep ArrayList pageFormatList concode_elem_sep float width concode_elem_sep float height concode_field_sep float getHeight concode_elem_sep void addPageFormat concode_elem_sep int getPageCount concode_elem_sep Rectang...
StringList function ( ) { String [ ] loc0 = new String [ fFieldCount ] ; for ( int loc1 = 0 ; loc1 < fFieldCount ; loc1 ++ ) loc0 [ loc1 ] = fFields [ loc1 ] . toString ( ) ; return new StringListImpl ( loc0 , fFieldCount ) ; }
fields a non-empty list of restricted xpath xpath expressions . concode_field_sep Selector fSelector concode_elem_sep XSAnnotationImpl[] fAnnotations concode_elem_sep String fElementName concode_elem_sep int fNumAnnotations concode_elem_sep Field[] fFields concode_elem_sep short type concode_elem_sep String fNamespace ...
String function ( ResultSet arg0 , int arg1 , DateFormat arg2 ) { return arg2 . arg2 ( arg0 . getTimestamp ( arg1 ) ) ; }
get a java.sql.timestamp formatted string from bind variable in a result set concode_field_sep DateFormat dateformat concode_elem_sep DateFormat datetimeformat concode_elem_sep boolean isOpen concode_elem_sep String DEFAULT_ENCODING concode_elem_sep Connection connection concode_elem_sep Locale locale concode_elem_sep ...
void function ( ) { if ( datasetObservers != null ) { for ( DataSetObserver loc0 : datasetObservers ) { loc0 . onChanged ( ) ; } } }
notifies observers about data changing concode_field_sep List<DataSetObserver> datasetObservers concode_field_sep void unregisterDataSetObserver concode_elem_sep void registerDataSetObserver concode_elem_sep View getEmptyItem concode_elem_sep void notifyDataInvalidatedEvent
int function ( int arg0 , int arg1 ) { return arg0 & arg1 ; }
returns the internal position of a block within a chunk . concode_field_sep PlaceHolder placeHolder concode_field_sep int calcBlockPosZ concode_elem_sep Region3i getChunkRegionAroundWorldPos concode_elem_sep int calcBlockPosY concode_elem_sep int calcChunkPosX concode_elem_sep int calcChunkPosY concode_elem_sep int cal...
void function ( ) { sendMessage ( new CloseWebsocketMessage ( ) ) ; }
asynchronously closes the websocket session . this will wait until all remaining messages have been sent to the client and then close the websocket session . concode_field_sep Async async concode_elem_sep long messagesToSendLength concode_elem_sep SendHandler sendHandler concode_elem_sep Session session concode_elem_se...
String function ( String arg0 ) { return new StringBuilder ( SET_PREFIX ) . append ( arg0 . substring ( 0 , 1 ) . toUpperCase ( Locale . ENGLISH ) ) . append ( arg0 . substring ( 1 ) ) . toString ( ) ; }
retrieve the setter name from the field name . implementation is based on the code of java.beans.introspector . concode_field_sep boolean reportNoSetterFound concode_elem_sep Field field concode_elem_sep String SET_PREFIX concode_elem_sep Object target concode_field_sep void reportNoSetterFound concode_elem_sep boolean...
void function ( ) { expectedBridgeSecret = - 1 ; }
called on page transitions concode_field_sep PluginManager pluginManager concode_elem_sep int expectedBridgeSecret concode_elem_sep String LOG_TAG concode_elem_sep NativeToJsMessageQueue jsMessageQueue concode_field_sep void jsSetNativeToJsBridgeMode concode_elem_sep boolean isSecretEstablished concode_elem_sep boolean...
void function ( String arg0 , IParameter arg1 ) { if ( arg1 . isActionParam ( ) ) { this . requiredParams . put ( arg0 , arg1 ) ; } this . parameters . put ( arg0 , arg1 ) ; }
adds a new parameter to the state this . if it is a required parameter parameter , it is also added to the required parameters map . concode_field_sep Hashtable requiredParams concode_elem_sep long serialVersionUID concode_elem_sep String action concode_elem_sep String id concode_elem_sep String pageId concode_elem_sep...
void function ( String arg0 ) { this . name = arg0 ; }
sets the value of the name property . concode_field_sep List<Long> companyIds concode_elem_sep Integer clicksLookback concode_elem_sep String name concode_elem_sep Integer id concode_elem_sep Integer impressionsLookback concode_elem_sep ActivityGroupStatus status concode_field_sep String getName concode_elem_sep void s...
Map < String , String > function ( Mods arg0 , String arg1 ) { Map < String , String > loc0 = new HashMap < String , String > ( 1 ) ; loc0 . put ( arg0 . toString ( ) , arg1 ) ; return loc0 ; }
helper to build a 1-entry modifiers map . concode_field_sep Map<String,String> mods concode_elem_sep String mod concode_field_sep Builder thinktime concode_elem_sep Builder shouldFail concode_elem_sep Map<String,String> build concode_elem_sep Builder ignore concode_elem_sep String toString concode_elem_sep Builder time...
int function ( final UpdateQuery arg0 ) { return runner . run ( new TransactionWrapper < Integer > ( ) { public Integer perform ( QueryRunner arg1 ) { return arg1 . update ( arg0 ) ; } } ) ; }
run update query , uses queryrunner #update org.polyjdbc.core.query.updatequery . concode_field_sep TransactionRunner runner concode_field_sep boolean queryExistence concode_elem_sep long insert concode_elem_sep Set<T> querySet concode_elem_sep T queryUnique concode_elem_sep List<T> queryList
String function ( ) { return id ; }
gets the value of the id property . concode_field_sep List<Node> node concode_elem_sep boolean expanded concode_elem_sep boolean link concode_elem_sep String id concode_elem_sep String label concode_elem_sep boolean leaf concode_elem_sep ContentDescriptor contentDescriptor concode_field_sep boolean isExpanded concode_e...
int function ( ) { return ( map . size ( ) ) ; }
number of keys k in k ' . concode_field_sep Hashtable<K,HashSet<V>> map concode_elem_sep Hashtable<V,HashSet<K>> rmap concode_field_sep Set<K> keys concode_elem_sep boolean containsKey concode_elem_sep Set<V> values concode_elem_sep boolean isEmpty concode_elem_sep boolean checkFunctional concode_elem_sep boolean check...
Builder function ( int arg0 ) { if ( arg0 < 0 ) { throw new IllegalArgumentException ( "srini_string" ) ; } this . maxDeterminizedStates = arg0 ; return this ; }
sets the maximum automaton states allowed for the fuzzy expansion concode_field_sep int fuzzyMinLength concode_elem_sep ParseField UNICODE_AWARE_FIELD concode_elem_sep boolean unicodeAware concode_elem_sep ParseField TRANSPOSITION_FIELD concode_elem_sep int editDistance concode_elem_sep boolean transpositions concode_e...
ServerProperties function ( int arg0 , String arg1 ) { if ( StringUtil . isEmpty ( arg1 ) ) { return null ; } ServerProperties loc0 = new ServerProperties ( arg0 , arg1 ) ; try { loc0 . load ( ) ; } catch ( Exception loc1 ) { } return loc0 ; }
retrieves a new hsqlproperties object , if possible , loaded from the specified file . concode_field_sep PlaceHolder placeHolder concode_field_sep void translateDefaultNoSystemExitProperty concode_elem_sep int getDefaultPort concode_elem_sep String[] listLocalInetAddressNames concode_elem_sep void translateDefaultDatab...
void function ( ) { assertTrue ( reader . readHeaders ( ) ) ; String [ ] loc0 = reader . getHeaders ( ) ; assertEquals ( CsvWriterTest . EXPECTED_HEADERS . length , loc0 . length ) ; for ( int loc1 = 0 ; loc1 < CsvWriterTest . EXPECTED_HEADERS . length ; loc1 ++ ) { assertEquals ( CsvWriterTest . EXPECTED_HEADERS [ loc...
test method for com.csvreader.csvreader #getheaders . concode_field_sep CsvReader reader concode_elem_sep String CSV_File_Ref concode_field_sep void testGetValues concode_elem_sep void setUp concode_elem_sep void tearDown
void function ( final String arg0 ) { m_state = MetaConfig . CLASS ; if ( m_currProperty != null ) { add ( m_currName , m_currProperty ) ; } m_currProperty = new ConfigProperty ( ) ; m_currName = arg0 ; }
handle the state when a ` class ' tag is found . concode_field_sep int CLASS concode_elem_sep int VALUES concode_elem_sep int m_state concode_elem_sep MetaConfig instance concode_elem_sep String m_currName concode_elem_sep ConfigProperty m_currProperty concode_elem_sep String METACON_FILENAME concode_elem_sep String CN...
List < Long > function ( ) { if ( lineItemIds == null ) { lineItemIds = new ArrayList < Long > ( ) ; } return this . lineItemIds ; }
gets the value of the lineitemids 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 lineitemids property . for example , to add a new item...
Pattern function ( ) { List < ItemAbstractionPair > loc0 = null ; return createPattern ( loc0 ) ; }
standard method for creating a pattern concode_field_sep PatternCreator instance concode_field_sep void clear concode_elem_sep void sclear concode_elem_sep PatternCreator getInstance
java . util . List < String > function ( ) { if ( subnetIds == null ) { subnetIds = new com . amazonaws . internal . ListWithAutoConstructFlag < String > ( ) ; subnetIds . setAutoConstruct ( true ) ; } return subnetIds ; }
a list of one or more subnet ids in your vpc . constraints : length : 0 - 16 concode_field_sep com.amazonaws.internal.ListWithAutoConstructFlag<String> securityGroupIds concode_elem_sep com.amazonaws.internal.ListWithAutoConstructFlag<String> subnetIds concode_field_sep VpcConfig withSecurityGroupIds concode_elem_sep V...
void function ( DaoSession arg0 ) { this . daoSession = arg0 ; myDao = arg0 != null ? arg0 . getProductsDao ( ) : null ; }
called by internal mechanisms , do not call yourself . concode_field_sep List<Images> productImages concode_elem_sep boolean top concode_elem_sep String price concode_elem_sep int count concode_elem_sep java.util.Date create concode_elem_sep java.util.Date update concode_elem_sep Long id concode_elem_sep String title c...
Usuario function ( String arg0 , String arg1 ) { return usuarioDao . obtenerUsuarioPorUsernameYClave ( arg0 , arg1 ) ; }
obtener por username y clave concode_field_sep UsuarioDao usuarioDao concode_field_sep void actualizar concode_elem_sep Usuario obtenerUsuarioPorUsername concode_elem_sep List<Usuario> listarUsuarios concode_elem_sep void ingresar
void function ( String arg0 ) { this . type = arg0 ; }
sets the value of the type property . concode_field_sep MultiplicityType multiplicity concode_elem_sep String role concode_elem_sep String arcrole concode_elem_sep String show concode_elem_sep String actuate concode_elem_sep List<String> nilReason concode_elem_sep String href concode_elem_sep String type concode_elem_s...
StackSummary function ( String arg0 ) { setStackId ( arg0 ) ; return this ; }
the stack id . concode_field_sep Integer appsCount concode_elem_sep String stackId concode_elem_sep String name concode_elem_sep InstancesCount instancesCount concode_elem_sep Integer layersCount concode_elem_sep String arn concode_field_sep void setName concode_elem_sep void setStackId concode_elem_sep String getName ...
boolean function ( ) { boolean loc0 = changed ; changed = false ; return loc0 ; }
see changes . concode_field_sep boolean[][][] possibleValues concode_elem_sep boolean changed concode_elem_sep SudokuBoard board concode_elem_sep CountingSemaphore instanceCounter concode_field_sep void updatePossibleValues concode_elem_sep void updateValue concode_elem_sep void runStrategy concode_elem_sep void update...
UserDirectoryService function ( ) { return userDirectoryService ; }
returns the instance of the userdirectoryservice injected by the spring framework specified in the components.xml file via ioc . concode_field_sep String PROPERTY_COURSE_SITE_PUBLISH_USER concode_elem_sep String PROPERTY_COURSE_SITE_PUBLISH_NUM_DAYS_BEFORE_TERM_STARTS concode_elem_sep int DEFAULT_VALUE_COURSE_SITE_PUBL...
boolean function ( ) { return getContent ( ) . isEmpty ( ) ; }
indicates whether this condition is empty , i.e. whether or not it contains any discrete items . concode_field_sep PlaceHolder placeHolder concode_field_sep int hashCode concode_elem_sep boolean equals concode_elem_sep Collection<?> getContent concode_elem_sep String toString concode_elem_sep String getToStringInfix
void function ( String arg0 ) { this . show = arg0 ; }
sets the value of the show property . concode_field_sep String role concode_elem_sep String arcrole concode_elem_sep String show concode_elem_sep LEProcessStepType leProcessStep concode_elem_sep String actuate concode_elem_sep List<String> nilReason concode_elem_sep String href concode_elem_sep String type concode_elem...
int function ( char arg0 [ ] ) { return read ( arg0 , 0 , arg0 . length ) ; }
reads chars from a stream and stores them into a caller supplied buffer . this method attempts to completely fill the buffer , but can return before doing so . the actual number of chars read is returned as an int . a -1 is returned to indicate the end of the stream . this method will block until some data can be read ...
boolean function ( Card arg0 ) { return this . rank == arg0 . rank && this . suit == arg0 . suit ; }
returns true if the given card has the same rank and same suit ; otherwise returns false . concode_field_sep String[] SUITS concode_elem_sep int rank concode_elem_sep int suit concode_elem_sep String[] RANKS concode_field_sep List<Card> makeDeck concode_elem_sep int getRank concode_elem_sep int getSuit concode_elem_sep...
T function ( T arg0 , JSONObject arg1 ) { if ( arg1 == null || arg1 == JSONObject . NULL ) { return arg0 ; } @ SuppressWarnings ( "srini_string" ) Iterator < String > loc0 = arg1 . arg0 ( ) ; while ( loc0 . hasNext ( ) ) { arg0 . add ( loc0 . next ( ) ) ; } return arg0 ; }
copy the keys from the provided jsonobject into the provided set . concode_field_sep String LOG_TAG concode_field_sep Uri getEventURI concode_elem_sep SortedSet<String> sortedKeySet concode_elem_sep void count concode_elem_sep String getEnvironmentHash concode_elem_sep Set<String> keySet concode_elem_sep String generat...
BigDecimal function ( ) { return lg ; }
gets the value of the lg property . concode_field_sep String rc concode_elem_sep String pa concode_elem_sep String na concode_elem_sep String ti concode_elem_sep BigDecimal lt concode_elem_sep String ir concode_elem_sep String xr concode_elem_sep BigDecimal lg concode_elem_sep int co concode_elem_sep XMLGregorianCalend...
byte [ ] function ( TBase arg0 ) { baos_ . reset ( ) ; arg0 . write ( protocol_ ) ; return baos_ . toByteArray ( ) ; }
serialize the thrift object into a byte array . the process is simple , just clear the byte array output , write the object into it , and grab the raw bytes . concode_field_sep TProtocol protocol_ concode_elem_sep TIOStreamTransport transport_ concode_elem_sep ByteArrayOutputStream baos_ concode_field_sep String toStri...
Wrapper function ( Classification arg0 , Properties arg1 ) { Wrapper loc0 = null ; for ( EventListener loc1 : eventListeners ) { Wrapper loc2 = loc1 . startCache ( arg0 , arg1 ) ; if ( loc2 != null && loc0 == null ) { loc0 = loc2 ; } } return loc0 ; }
start cache concode_field_sep CopyOnWriteArrayList<EventListener> eventListeners concode_field_sep void add concode_elem_sep void addCacheDependencies concode_elem_sep void beforeEntityManagerFactoryCreate concode_elem_sep void stopCache concode_elem_sep void afterEntityManagerFactoryCreate concode_elem_sep void remove
java . lang . String function ( ) { return fechaNacimiento ; }
gets the fechanacimiento value for this consultadatosclienteresponse . concode_field_sep java.lang.String RUC concode_elem_sep java.lang.String fechaNacimiento concode_elem_sep java.lang.String fechaAntig concode_elem_sep java.lang.Object __equalsCalc concode_elem_sep boolean __hashCodeCalc concode_elem_sep org.apache....
void function ( List < HandlerMethodArgumentResolver > arg0 ) { this . customArgumentResolvers = arg0 ; }
set the list of custom handlermethodargumentresolver s that will be used after resolvers for supported argument type . concode_field_sep ConversionService conversionService concode_elem_sep List<HandlerMethodArgumentResolver> customArgumentResolvers concode_elem_sep BeanFactory beanFactory concode_elem_sep Validator va...
void function ( boolean arg0 ) { m_loadClasses = arg0 ; }
if false , do n't try to load the classes during the parsing . concode_field_sep String TESTNG_DTD concode_elem_sep InputStream m_inputStream concode_elem_sep String DEFAULT_FILENAME concode_elem_sep String TESTNG_DTD_URL concode_elem_sep List<ISuiteParser> PARSERS concode_elem_sep IPostProcessor m_postProcessor concod...
void function ( final Class < ? extends Annotation > arg0 , final Class < ? extends Annotation > arg1 , final Object arg2 , final Object ... arg3 ) { Class < ? extends Annotation > [ ] loc0 = ( Class < ? extends Annotation > [ ] ) ( arg1 != null ? new Class < ? > [ ] { arg0 , arg1 } : new Class < ? > [ ] { arg0 } ) ; i...
invokes all methods on the given instance that have been annotated with the given preferredannotation and if no such method exists will invoke all methods on the given instance that have been annotated with the given alternateannotation , if any exists . if the signature of the method that is defined in instance uses 1...
double function ( String arg0 , double arg1 ) { Object loc0 = mMap . get ( arg0 ) ; return loc0 != null && loc0 instanceof Number ? ( ( Number ) loc0 ) . doubleValue ( ) : arg1 ; }
get double value . concode_field_sep Map<String,Object> mMap concode_field_sep JSONObject getObject concode_elem_sep Iterator<String> keys concode_elem_sep JSONArray getArray concode_elem_sep float getFloat concode_elem_sep String getString concode_elem_sep void put concode_elem_sep void writeJSON concode_elem_sep long...
String function ( Context arg0 ) { try { return File . createTempFile ( "srini_string" , "srini_string" , arg0 . getCacheDir ( ) ) . getAbsolutePath ( ) ; } catch ( IOException loc0 ) { return getTemporaryDirPath ( arg0 ) + "srini_string" ; } }
gets temporary file path . concode_field_sep PlaceHolder placeHolder concode_field_sep boolean externalMounted concode_elem_sep String getPluginPath concode_elem_sep String getInternalRootPath concode_elem_sep String getDownloadPath concode_elem_sep String getTemporaryDirPath concode_elem_sep String getPrivatePath conc...
String function ( Consumer arg0 , Token arg1 , String arg2 , String arg3 ) { return createAuthorizationHeader ( arg0 , arg1 , arg2 , arg3 , null ) ; }
creates oauth authorization header concode_field_sep String secret concode_elem_sep String key concode_elem_sep String token concode_field_sep String getKey concode_elem_sep URI getAuthorizationURI concode_elem_sep Token getRequestToken concode_elem_sep Token getRequestToken concode_elem_sep String getSecret concode_el...
VMMethod function ( ) { return method ; }
gets the method of this location concode_field_sep VMMethod method concode_elem_sep long index concode_field_sep Location getEmptyLocation concode_elem_sep long getIndex concode_elem_sep boolean equals concode_elem_sep String toString concode_elem_sep void write
boolean function ( String arg0 ) { boolean loc0 ; if ( ( testSaveLocationExists ( ) ) && ( ! arg0 . equals ( "srini_string" ) ) ) { File loc1 = Environment . getExternalStorageDirectory ( ) ; File loc2 = constructFilePaths ( loc1 . toString ( ) , arg0 ) ; loc0 = loc2 . exists ( ) ; } else { loc0 = false ; } return loc0...
determine if a file or directory exists . concode_field_sep String LOG_TAG concode_field_sep boolean testSaveLocationExists concode_elem_sep File constructFilePaths concode_elem_sep long getFreeExternalStorageSpace concode_elem_sep long getFreeSpaceInBytes
void function ( SelectionKey arg0 , boolean arg1 , String arg2 ) { try { _logger . warn ( "srini_string" + arg2 ) ; arg0 . cancel ( ) ; if ( arg1 ) { arg0 . channel ( ) . arg1 ( ) ; } } catch ( Exception loc1 ) { } }
cancel the key and optionally closes the network channel corresponding to the given key . concode_field_sep Selector _selector concode_elem_sep Map<Request,ResponseCallback> _waitingRequests concode_elem_sep Protocol<R,P> _protocol concode_elem_sep Logger _logger concode_elem_sep Object _selectorBug concode_elem_sep Bl...
boolean function ( ) { return ! rootCauses . isEmpty ( ) ; }
determines whether the target has failed or succeeded . concode_field_sep NestedSet<Label> rootCauses concode_elem_sep ConfiguredTarget target concode_field_sep TargetCompleteEvent createFailed concode_elem_sep ConfiguredTarget getTarget concode_elem_sep TargetCompleteEvent createSuccessful concode_elem_sep Iterable<La...
AudienceSegmentAudienceSegmentType function ( ) { return type ; }
gets the value of the type property . concode_field_sep Long size concode_elem_sep String name concode_elem_sep String description concode_elem_sep Long id concode_elem_sep AudienceSegmentDataProvider dataProvider concode_elem_sep AudienceSegmentAudienceSegmentType type concode_elem_sep AudienceSegmentStatus status con...
AggregatedMeter < T > function ( AggregatedMetricsRegistry arg0 , MetricName arg1 ) { if ( arg0 != null ) { return arg0 . newAggregatedMeter ( arg1 ) ; } else { return new AggregatedMeter < T > ( ) ; } }
return an existing aggregated meter if registry is not null and a aggregated meter already exist with the same metric name . otherwise , creates a new aggregated meter and registers if registry not null concode_field_sep Map<MetricsRegistryRegistrationListener,Object> metricsRegistryRegistrationListenersMap concode_ele...
void function ( Object arg0 ) { AutowiredAnnotationBeanPostProcessor loc0 = new AutowiredAnnotationBeanPostProcessor ( ) ; configureBeanPostProcessor ( loc0 , arg0 ) ; loc0 . setBeanFactory ( getBeanFactory ( arg0 ) ) ; loc0 . processInjection ( arg0 ) ; }
actually autowire the target bean after construction/passivation . concode_field_sep Map<Object,BeanFactoryReference> beanFactoryReferences concode_field_sep void doReleaseBean concode_elem_sep void configureBeanPostProcessor concode_elem_sep void releaseBean concode_elem_sep String getBeanFactoryLocatorKey concode_ele...
void function ( IPageLayout arg0 ) { }
defines the initial layout for a perspective . implementors of this method may add additional views to a perspective . the perspective already contains an editor folder with id = ilayoutfactory.id _ editors . add additional views to the perspective in reference to the editor folder . this method is only called when a n...
String function ( ) { return value ; }
gets the value of the value property . concode_field_sep String id concode_elem_sep String value concode_field_sep void setvalue concode_elem_sep void setId concode_elem_sep String getId
void function ( String arg0 , Object arg1 ) { FacesContext . getCurrentInstance ( ) . getExternalContext ( ) . getSessionMap ( ) . put ( arg0 , arg1 ) ; }
store the managed bean inside the session scope . concode_field_sep PlaceHolder placeHolder concode_field_sep String getRequestParameter concode_elem_sep Application getApplication concode_elem_sep ValueBinding getValueBinding concode_elem_sep Object getElValue concode_elem_sep void addInfoMessage concode_elem_sep void...
Long function ( ) { return tid ; }
gets the value of the tid property . concode_field_sep String attributeName concode_elem_sep Long oid concode_elem_sep Long tid concode_field_sep void setAttributeName concode_elem_sep void setOid concode_elem_sep Long getOid concode_elem_sep String getAttributeName concode_elem_sep void setTid
void function ( boolean arg0 ) { }
called when the axis is pinned or unpinned . do not call directly ; this gets called from pin #informpinned boolean . concode_field_sep PinSupport pinSupport concode_elem_sep boolean zoomed concode_field_sep boolean isZoomed concode_elem_sep Pinnable createPin concode_elem_sep boolean isPinned concode_elem_sep void set...
void function ( byte [ ] arg0 ) { write ( arg0 , 0 , arg0 . length ) ; }
writes the buffer to the output concode_field_sep PlaceHolder placeHolder concode_field_sep boolean isOpen concode_elem_sep int read concode_elem_sep void flush concode_elem_sep byte[] getBuffer concode_elem_sep int getBufferPosition concode_elem_sep void close concode_elem_sep void consumeBuffer concode_elem_sep void ...
IRubyObject function ( ThreadContext arg0 , IRubyObject arg1 , IRubyObject [ ] arg2 ) { RubyHash loc0 = toJsonRawObject ( arg0 , Utils . ensureString ( arg1 ) ) ; return Generator . generateJson ( arg0 , loc0 , Generator . HASH_HANDLER , arg2 ) ; }
rubystring string #to_json_raw this method creates a json text from the result of a call to #to_json_raw_object of this string . concode_field_sep PlaceHolder placeHolder concode_field_sep RubyHash toJsonRawObject concode_elem_sep IRubyObject json_create concode_elem_sep void populate concode_elem_sep IRubyObject to_js...
KeyGenerator function ( String arg0 , String arg1 ) { Provider loc0 = Security . getProvider ( arg1 ) ; if ( loc0 == null ) { throw new NoSuchProviderException ( arg1 ) ; } return getInstance ( arg0 , loc0 ) ; }
create a new key generator from the named provider . concode_field_sep KeyGeneratorSpi kgSpi concode_elem_sep String SERVICE concode_elem_sep Provider provider concode_elem_sep String algorithm concode_field_sep SecretKey generateKey concode_elem_sep void init concode_elem_sep void init concode_elem_sep void init conco...
String function ( int arg0 ) { if ( arg0 < m_lines . size ( ) ) { return ( String ) m_lines . elementAt ( arg0 ) ; } else { return null ; } }
returns the text string for the specfied line . concode_field_sep String m_label concode_elem_sep boolean m_visible concode_elem_sep boolean m_root concode_elem_sep Instances m_theData concode_elem_sep double m_center concode_elem_sep Vector m_children concode_elem_sep int m_shape concode_elem_sep Vector m_parent conco...
MobileMsgResponseMatcher function ( ) { return m_responseMatcher ; }
getresponsematcher concode_field_sep long m_sentTime concode_elem_sep MobileMsgResponseCallback m_cb concode_elem_sep long m_expiration concode_elem_sep boolean m_processed concode_elem_sep long m_timeout concode_elem_sep MobileMsgResponseMatcher m_responseMatcher concode_elem_sep int m_retries concode_field_sep Mobile...
Navigation function ( ) { return navigation ; }
application navigation hierarchy , one-to-one relationship with content-descriptor concode_field_sep Navigation navigation concode_elem_sep String name concode_elem_sep Content content concode_field_sep void setName concode_elem_sep void setContent concode_elem_sep String getName concode_elem_sep Content getContent con...
String function ( ) { return this . nextToken ; }
nexttoken string is returned when calling listplatformapplications action if additional records are available after the first page results . concode_field_sep com.amazonaws.internal.SdkInternalList<PlatformApplication> platformApplications concode_elem_sep String nextToken concode_field_sep ListPlatformApplicationsResu...
void function ( Boolean arg0 ) { this . dragToPage = arg0 ; }
sets the value of the dragtopage property . concode_field_sep Object parent concode_elem_sep Boolean multipleItemSelectionAllowed concode_elem_sep Boolean dragToCol concode_elem_sep Boolean dragOff concode_elem_sep Boolean includeNewItemsInFilter concode_elem_sep CTExtensionList extLst concode_elem_sep Boolean subtotal...
ToStringHelper function ( boolean arg0 ) { return addHolder ( String . valueOf ( arg0 ) ) ; }
adds an unnamed value to the formatted output . it is strongly encouraged to use #add string , boolean insteadand give value a readable name . concode_field_sep ValueHolder next concode_elem_sep ValueHolder holderTail concode_elem_sep String name concode_elem_sep String className concode_elem_sep boolean omitNullValues...
HttpStatusCode function ( ) { return this . statusCode ; }
get the statuscode value . concode_field_sep String azureAsyncOperation concode_elem_sep String requestId concode_elem_sep OperationStatus status concode_elem_sep HttpStatusCode statusCode concode_field_sep ZoneDeleteResultInner withStatus concode_elem_sep String azureAsyncOperation concode_elem_sep ZoneDeleteResultInn...
Set < String > function ( ) { return this . targetDestinations ; }
the result of parsing the source destination and translating it into a set of actual target destinations to use . concode_field_sep Set<String> targetDestinations concode_elem_sep String sourceDestination concode_elem_sep String subscribeDestination concode_elem_sep String user concode_field_sep String getSourceDestina...
String function ( String arg0 , String arg1 ) { return checksumMD5 ( arg0 + "srini_string" + arg1 ) ; }
md5 version of the `` kd '' function from rfc2617 . concode_field_sep Random random concode_field_sep Map<String,String> parseDigestChallenge concode_elem_sep String quoteParam concode_elem_sep String serializeDigestResponse concode_elem_sep String generateCnonce concode_elem_sep String generateAuthorizationHeader conc...
Note function ( int arg0 ) { return mNotes . get ( arg0 ) ; }
get a specific note from notes list using its array postion concode_field_sep DAO mDao concode_elem_sep MainMVP.RequiredPresenterOPS mPresenter concode_elem_sep ArrayList<Note> mNotes concode_field_sep void onDestroy concode_elem_sep int getNotePosition concode_elem_sep boolean deleteNote concode_elem_sep int insertNot...
ServletContext function ( ) { return new PortletServletContext ( portletConfig . getPortletContext ( ) ) ; }
get the portletcontext as a portletservletcontext instance . concode_field_sep PortletConfig portletConfig concode_field_sep PortletConfig getPortletConfig concode_elem_sep String getInitParameter concode_elem_sep String getServletName concode_elem_sep Enumeration getInitParameterNames
void function ( int arg0 ) { this . count = arg0 ; }
sets the count concode_field_sep java.util.Date date concode_elem_sep Float number concode_elem_sep Long parent concode_elem_sep Simple other concode_elem_sep String address concode_elem_sep String name concode_elem_sep int count concode_elem_sep Long id concode_field_sep void setName concode_elem_sep void init concode...
File function ( ) { return distDir ; }
returns the location to install the distribution into . concode_field_sep File distDir concode_elem_sep String GRADLE_USER_HOME_STRING concode_elem_sep File gradleUserHome concode_elem_sep String PROJECT_STRING concode_elem_sep File distZip concode_field_sep LocalDistribution getDistribution concode_elem_sep String get...
long function ( ) { return _learningActivityResult . getResult ( ) ; }
returns the result of this learning activity result . concode_field_sep LearningActivityResult _learningActivityResult concode_field_sep java.util.Date getStartDate concode_elem_sep void setExpandoBridgeAttributes concode_elem_sep boolean isEscapedModel concode_elem_sep void setResult concode_elem_sep boolean isCachedM...
void function ( ) { sCInterface . clearEvents ( ) ; }
this method resets the incoming events time events included . concode_field_sep boolean minus concode_elem_sep double plusAssign concode_elem_sep boolean equalOrLess concode_elem_sep boolean notEqual concode_elem_sep boolean less concode_elem_sep double divAssign concode_elem_sep boolean e1 concode_elem_sep boolean equ...
Texture function ( String arg0 ) { return textureMap . get ( arg0 ) ; }
returns the texture object for the specified texture . concode_field_sep int bytesPerPixel concode_elem_sep HashMap<String,Texture> textureMap concode_field_sep void add concode_elem_sep void add concode_elem_sep void bindUnfiltered concode_elem_sep void setBytesPerPixel concode_elem_sep void bindFiltered concode_elem_...
void function ( Object arg0 ) { if ( myHost != null ) { myHost . returnData ( arg0 ) ; } }
used to communicate a return object from a plugin tool to the main whitebox user-interface . concode_field_sep String[] args concode_elem_sep boolean cancelOp concode_elem_sep WhiteboxPluginHost myHost concode_elem_sep boolean amIActive concode_field_sep String getName concode_elem_sep void setPluginHost concode_elem_s...
Iterable < T > function ( final Iterable < T > arg0 , final Iterable < T > arg1 ) { assert ( arg0 != null ) ; assert ( arg1 != null ) ; return new Iterable < T > ( ) { @ Override public Iterator < T > iterator ( ) { return Collections . concat ( arg0 . iterator ( ) , arg1 . iterator ( ) ) ; } } ; }
concatenate two iterable sources concode_field_sep PlaceHolder placeHolder concode_field_sep Iterator<T> emptyIterator concode_elem_sep Set<T> unmodifiableSet concode_elem_sep Set<T> unmodifiableSet concode_elem_sep Set<T> unmodifiableSet
long function ( ) { return frameLength ; }
returns the frame length that is used by the instance . concode_field_sep LinkedList<FrameStorageEntry> frames concode_elem_sep long frameLength concode_elem_sep Logger log concode_field_sep void add concode_elem_sep long getFirstFrameTime concode_elem_sep FrameStorageEntry find concode_elem_sep long getLastFrameTime c...
Collector < T , ? , Optional < T >> function ( ) { return ( Collector ) TO_OPTIONAL ; }
a collector that converts a stream of zero or one elements to an optional . the returned collector throws an illegalargumentexception if the stream consists of two or moreelements , and a nullpointerexception if the stream consists of exactly one element , which is null . concode_field_sep Collector<Object,?,Optional<O...
V function ( int arg0 , @ Nullable Callable < V > arg1 ) { assert arg1 != null ; synchronized ( this ) { V loc0 = ( V ) meta ( arg0 ) ; if ( loc0 == null && arg1 != null ) try { addMeta ( arg0 , loc0 = arg1 . call ( ) ) ; } catch ( Exception loc1 ) { throw F . wrap ( loc1 ) ; } return loc0 ; } }
adds given metadata value only if it was absent . concode_field_sep int key concode_elem_sep Object[] data concode_field_sep V addMeta concode_elem_sep void removeAllMeta concode_elem_sep void writeExternalMeta concode_elem_sep void readExternalMeta concode_elem_sep void copyMeta concode_elem_sep void copyMeta concode_...
Type function ( ) { if ( top < 1 ) throw new IndexOutOfBoundsException ( "srini_string" ) ; return stack [ -- top ] ; }
alters the stack to contain one less element and return it . concode_field_sep boolean retMerged concode_elem_sep Type[] stack concode_elem_sep int top concode_elem_sep boolean jsrMerged concode_elem_sep Type[] locals concode_field_sep int localsLength concode_elem_sep boolean isJsrMerged concode_elem_sep Frame copySta...
Customer function ( ) { return _return ; }
gets the value of the return property . concode_field_sep Customer _return concode_field_sep void setReturn
RegistrationHandle function ( final T arg0 ) { return add ( Providers . of ( arg0 ) ) ; }
add one new element to the set . concode_field_sep AtomicReference<Provider<T>> ref concode_elem_sep Provider<T> item concode_elem_sep CopyOnWriteArrayList<AtomicReference<Provider<T>>> items concode_elem_sep Key<T> key concode_field_sep Key<T> getKey concode_elem_sep DynamicSet<T> emptySet concode_elem_sep Iterator<T>...
void function ( Template arg0 ) { this . template = arg0 ; }
sets the value of the template property . concode_field_sep Template template concode_elem_sep Role role concode_elem_sep Test test concode_elem_sep Templates templates concode_elem_sep Surveys surveys concode_elem_sep Staff staff concode_elem_sep long serialVersionUID concode_elem_sep Type type concode_elem_sep Traffi...
org . apache . axis . encoding . Deserializer function ( java . lang . String arg0 , java . lang . Class arg1 , javax . xml . namespace . QName arg2 ) { return new org . apache . axis . encoding . ser . BeanDeserializer ( arg1 , arg2 , typeDesc ) ; }
get custom deserializer concode_field_sep java.lang.Integer startIndex concode_elem_sep java.lang.Object __equalsCalc concode_elem_sep boolean __hashCodeCalc concode_elem_sep java.lang.Integer totalResultSetSize concode_elem_sep org.apache.axis.description.TypeDesc typeDesc concode_elem_sep com.google.api.ads.dfp.axis....
VOTWrap . VOTable function ( ) { return ( executeVOTable ( 0 ) ) ; }
execute query and return a votable . concode_field_sep String queryURL concode_elem_sep LinkedHashMap<String,String> params concode_elem_sep DALConnection connection concode_elem_sep QueryResponse qresp concode_field_sep void executeCSV concode_elem_sep void executeCSV concode_elem_sep void executeCSV concode_elem_sep ...
void function ( boolean arg0 ) { ENABLED = arg0 ; }
used to enable or disable closeguard . note that closeguard only warns if it is enabled for both allocation and finalization . concode_field_sep Throwable allocationSite concode_elem_sep CloseGuard NOOP concode_elem_sep Reporter REPORTER concode_elem_sep boolean ENABLED concode_field_sep Reporter getReporter concode_el...
boolean function ( Cancelstatus arg0 , String arg1 ) { return CancelstatusDAO . updateCancelstatus ( arg0 , arg1 ) ; }
update cancelstatus concode_field_sep PlaceHolder placeHolder concode_field_sep Cancelstatus getCancelstatusById concode_elem_sep boolean deleteCancelstatus concode_elem_sep List<Cancelstatus> lstCancelstatus concode_elem_sep boolean insertCancelstatus
java . util . List < Warning > function ( ) { if ( warnings == null ) { warnings = new com . amazonaws . internal . ListWithAutoConstructFlag < Warning > ( ) ; warnings . setAutoConstruct ( true ) ; } return warnings ; }
elastic transcoder returns a warning if the resources used by your pipeline are not in the same region as the pipeline . using resources in the same region , such as your amazon s3 buckets , amazon sns notification topics , and aws kms key , reduces processing time and prevents cross-regional charges . concode_field_se...
void function ( int arg0 , CharSequence arg1 ) { }
called when a recoverable error has been encountered during authentication . the help string is provided to give the user guidance for what went wrong , such as `` sensor dirty , please clean it . '' concode_field_sep Cipher mCipher concode_elem_sep Mac mMac concode_elem_sep FingerprintManagerCompatImpl IMPL concode_el...
BpmnParse function ( ) { return bpmnParseFactory . createBpmnParse ( this ) ; }
creates a new bpmnparse instance that can be usedto parse only one bpmn 2.0 process definition . concode_field_sep ListenerFactory listenerFactory concode_elem_sep BpmnParseHandlers bpmnParserHandlers concode_elem_sep String BPMN_DI_NS concode_elem_sep ExpressionManager expressionManager concode_elem_sep String OMG_DI_...
void function ( String arg0 , String arg1 ) { log ( arg0 , null , arg1 ) ; }
log a message to the monitor and use the default loglevel . concode_field_sep int JDK14_LOG_LEVELS concode_elem_sep int LOG4J_LOG_LEVELS concode_elem_sep LogBrokerMonitor _logMonitor concode_elem_sep LogLevel _defaultLevel concode_field_sep void setDefaultLevel concode_elem_sep LogLevel getSevereLevel concode_elem_sep ...
PermissionStatus function ( DataInput arg0 ) { PermissionStatus loc0 = new PermissionStatus ( ) ; loc0 . readFields ( arg0 ) ; return loc0 ; }
create and initialize a permissionstatus from datainput . concode_field_sep WritableFactory FACTORY concode_elem_sep FsPermission permission concode_elem_sep String groupname concode_elem_sep String username concode_field_sep void readFields concode_elem_sep String getGroupName concode_elem_sep FsPermission getPermissi...