code
stringlengths
20
663
nl
stringlengths
68
7.19k
DataPacker function ( DataStats arg0 ) { double loc0 = arg0 . getMin ( ) ; double loc1 = arg0 . getMax ( ) ; double loc2 = ( loc0 + loc1 ) / 2 ; double loc3 = ( loc1 - loc0 ) / getDenominator ( ) ; return new DataPacker ( loc2 , loc3 , getReservedValue ( ) ) ; }
get the default datapacker concode_field_sep double offset concode_elem_sep int reservedValue concode_elem_sep double max concode_elem_sep String SCALE_FACTOR concode_elem_sep Integer INT_RESERVED concode_elem_sep Integer BYTE_DENOMINATOR concode_elem_sep double scale concode_elem_sep String ADD_OFFSET concode_elem_sep...
Bindings function ( String arg0 , JRadioButton [ ] arg1 ) { registerPropertyChangeListener ( arg1 ) ; return add ( new JRadioButtonBinding ( arg0 , arg1 , 0 ) ) ; }
handles jradiobutton concode_field_sep Map _bindings concode_elem_sep boolean _modified concode_elem_sep Map _optComponents concode_field_sep boolean isPropertyNull concode_elem_sep boolean isModified concode_elem_sep Binding getBinding concode_elem_sep Bindings addOptComponent concode_elem_sep Bindings addOptComponent...
org . apache . axis . encoding . Serializer function ( java . lang . String arg0 , java . lang . Class arg1 , javax . xml . namespace . QName arg2 ) { return new org . apache . axis . encoding . ser . BeanSerializer ( arg1 , arg2 , typeDesc ) ; }
get custom serializer concode_field_sep java.lang.Object __equalsCalc concode_elem_sep java.lang.String name concode_elem_sep boolean __hashCodeCalc concode_elem_sep org.apache.axis.description.TypeDesc typeDesc concode_field_sep void setName concode_elem_sep org.apache.axis.description.TypeDesc getTypeDesc concode_ele...
void function ( long arg0 ) { _journalArticleResource . setPrimaryKey ( arg0 ) ; }
sets the primary key of this journal article resource . concode_field_sep JournalArticleResource _journalArticleResource concode_field_sep boolean isFinderCacheEnabled concode_elem_sep void setExpandoBridgeAttributes concode_elem_sep void setExpandoBridgeAttributes concode_elem_sep void setExpandoBridgeAttributes conco...
boolean function ( String arg0 ) { String [ ] loc0 = StringUtils . tokenizeToStringArray ( arg0 , "srini_string" ) ; return areValidCronFields ( loc0 ) ; }
determine whether the specified expression represents a valid cron pattern . specifically , this method verifies that the expression contains six fields separated by single spaces . concode_field_sep BitSet daysOfMonth concode_elem_sep String expression concode_elem_sep BitSet minutes concode_elem_sep BitSet hours conc...
Entry function ( ISelection arg0 ) { IStructuredSelection loc0 = ( IStructuredSelection ) arg0 ; Object loc1 = loc0 . getFirstElement ( ) ; if ( loc1 == null ) return null ; return ( ( EntryEditPart ) loc1 ) . resolveSemanticElement ( ) ; }
unwraps the given selection concode_field_sep Entry entry concode_field_sep EntryKind getEntryKind concode_elem_sep void selectionChanged concode_elem_sep void run
int function ( ) { }
metodo encargado de leer del ficher y sustituirlo con el concode_field_sep InMethod in concode_elem_sep int pos concode_elem_sep InputPanel ip concode_elem_sep StringBuilder content concode_field_sep placeholderType placeHolder
CmsWidgetFactoryRegistry function ( ) { if ( instance == null ) { instance = new CmsWidgetFactoryRegistry ( ) ; } return instance ; }
returns the singleton instance of this class . concode_field_sep CmsWidgetFactoryRegistry instance concode_elem_sep Map<String,I_CmsFormWidgetFactory> m_widgetFactories concode_field_sep void registerFactory concode_elem_sep I_CmsFormWidget createFormWidget
void function ( ) { consumerExecutorService . shutdownNow ( ) ; }
shutdown the consumer executor service . concode_field_sep int SHUTDOWN_TIMEOUT_SECONDS concode_elem_sep AtomicInteger incrementer concode_elem_sep List<AggregatedSlidingWindowTimeReservoir> aggregatedTimeReservoirs concode_elem_sep double DELTA concode_elem_sep SlidingWindowTimeReservoir time10usReservoir concode_elem...
boolean function ( ) { if ( noChangeAspect == null ) { return false ; } else { return noChangeAspect ; } }
gets the value of the nochangeaspect property . concode_field_sep Boolean noResize concode_elem_sep Boolean noSelect concode_elem_sep Boolean noGrp concode_elem_sep CTOfficeArtExtensionList extLst concode_elem_sep Boolean noDrilldown concode_elem_sep Boolean noMove concode_elem_sep Boolean noChangeAspect concode_field_...
ImageIcon function ( ) { return ImageFactory . IconType ( getType ( ) ) ; }
returns the virtual imageicon of the file denoted by this type concode_field_sep ShredObserver observer concode_elem_sep File file concode_elem_sep WipeMethod method concode_elem_sep RandomAccessFile randFile concode_elem_sep Logger logger concode_field_sep FileTime getLastAccessTime concode_elem_sep void setObserver c...
void function ( int arg0 ) { setColorTemperature ( this . colorTemperature - arg0 ) ; }
decreases the color temperature of the bulb by the given amount to a minimum of 154 . concode_field_sep boolean isReachable concode_elem_sep boolean isOn concode_elem_sep int colorTemperature concode_elem_sep int saturation concode_elem_sep int deviceNumber concode_elem_sep HueBridge bridge concode_elem_sep Client clie...
String function ( long arg0 ) { String loc0 = Long . toBinaryString ( arg0 ) ; while ( loc0 . length ( ) < Long . SIZE ) loc0 = '0' + loc0 ; return loc0 ; }
formats a value in 64-digit binary . concode_field_sep PlaceHolder placeHolder concode_field_sep long getBitMask concode_elem_sep long flipBit concode_elem_sep long setBitTo concode_elem_sep long setBit concode_elem_sep long clearBit concode_elem_sep void main concode_elem_sep boolean getBit
JSONBuilder function ( String arg0 , int arg1 ) { appendCommaAndKey ( arg0 ) ; params . append ( arg1 ) ; return this ; }
adds an int property to a map . concode_field_sep StringBuilder params concode_field_sep JSONBuilder item concode_elem_sep JSONBuilder item concode_elem_sep JSONBuilder item concode_elem_sep JSONBuilder item concode_elem_sep JSONBuilder item concode_elem_sep JSONBuilder item concode_elem_sep JSONBuilder item concode_el...
void function ( Boolean arg0 ) { this . isTemplate = arg0 ; }
sets the value of the istemplate property . concode_field_sep Integer projectCodeTypeObjectId concode_elem_sep Date lastUpdateDate concode_elem_sep Boolean isBaseline concode_elem_sep String projectCodeTypeName concode_elem_sep Integer projectObjectId concode_elem_sep Boolean isTemplate concode_elem_sep String projectC...
void function ( ) { removedPositions . clear ( ) ; removedPositionCount = 0 ; addedPositions . clear ( ) ; }
stop reconciling positions . concode_field_sep StyledTextXtextAdapter styledTextXtextAdapter concode_elem_sep ISemanticHighlightingCalculator calculator concode_elem_sep ITextAttributeProvider attributeProvider concode_elem_sep HighlightingPresenter presenter concode_elem_sep List<AttributedPosition> removedPositions c...
void function ( RestOperations arg0 ) { this . restTemplate = arg0 ; }
a rest template to be used to contact the remote user info endpoint . normally would be an instance of oauth2resttemplate , but there is no need for that dependency to be explicit , and there are advantages in making it implicit e.g. for testing purposes . concode_field_sep String userInfoUrl concode_elem_sep RestOpera...
String function ( ) { return domain ; }
returns the domain for this region ; ex : `` amazonaws.com '' . concode_field_sep String domain concode_elem_sep String name concode_elem_sep Map<String,String> serviceEndpoints concode_elem_sep Map<String,Boolean> httpSupport concode_elem_sep Map<String,Boolean> httpsSupport concode_elem_sep String DEFAULT_DOMAIN conc...
void function ( Nodemapper arg0 , String arg1 , Nodemapper arg2 ) { if ( arg0 . map != null ) { arg0 . map . put ( arg1 , arg2 ) ; } else { arg0 . arg1 = arg1 ; arg0 . arg2 = arg2 ; } }
insert a new link from this node to another , by adding a key , value pair concode_field_sep PlaceHolder placeHolder concode_field_sep void printKeys concode_elem_sep int size concode_elem_sep void upgrade concode_elem_sep boolean containsKey concode_elem_sep Nodemapper get concode_elem_sep Set<String> keySet concode_e...
void function ( ObdCommand arg0 ) { this . commands . add ( arg0 ) ; }
add obdcommand to list of obdcommands . concode_field_sep ArrayList<ObdCommand> commands concode_field_sep void sendCommands concode_elem_sep String getFormattedResult concode_elem_sep void remove
void function ( ) { logger . debug ( "srini_string" ) ; if ( StringUtils . isNotBlank ( brokerName ) && publisher != null ) { mqttService . unregisterMessageProducer ( brokerName , publisher ) ; } }
shut down the persistence service . concode_field_sep boolean configured concode_elem_sep MqttService mqttService concode_elem_sep Logger logger concode_elem_sep String topic concode_elem_sep MqttPersistencePublisher publisher concode_elem_sep String brokerName concode_elem_sep String messageTemplate concode_field_sep ...
void function ( TypeEvaluator arg0 ) { mEvaluator = arg0 ; }
sets the typeevaluator to be used when calculating animated values . this object is required only for keyframesets that are not either intkeyframeset or floatkeyframeset , both of which assume their own evaluator to speed up calculations with those primitive types . concode_field_sep int mNumKeyframes concode_elem_sep ...
void function ( int arg0 , String arg1 , String arg2 , String arg3 ) { this . task_id = arg0 ; this . DATA_IN_FOLDER = arg1 ; this . DATA_OUT_FOLDER = arg2 ; this . MAP_FOLDER = arg3 ; }
settings data input , output , map directories concode_field_sep int cloud concode_elem_sep String result concode_elem_sep String DATA_OUT_FOLDER concode_elem_sep String MAP_FOLDER concode_elem_sep String DATA_IN_FOLDER concode_elem_sep int task_id concode_elem_sep String tag concode_elem_sep int sort concode_elem_sep ...
void function ( ) { init ( null ) ; }
initialize the inner work manager instances . concode_field_sep Logger logger concode_elem_sep FooWorkManager workManagerInstance concode_field_sep FooRemoteWorkItem buildFooRemoteWorkItem concode_elem_sep FooWorkManager getSharedWorkManagerResource concode_elem_sep FooWorkManager getSharedWorkManagerResource concode_e...
void function ( Hashtable arg0 ) { this . checkboxStates = arg0 ; }
sets the table of checkbox states . concode_field_sep boolean dialogRendered concode_elem_sep DateFormat selectedFormat concode_elem_sep ArrayList checkedTimeZoneList concode_elem_sep DateFormat serverFormat concode_elem_sep int renderInterval concode_elem_sep ArrayList allTimeZoneList concode_elem_sep Hashtable checkb...
KeyStore function ( String arg0 , char [ ] arg1 ) { if ( arg0 == null ) throw logger . nullArgumentError ( "srini_string" ) ; File loc0 = new File ( arg0 ) ; FileInputStream loc1 = new FileInputStream ( loc0 ) ; return getKeyStore ( loc1 , arg1 ) ; }
get the keystore given the url to the keystore file as a string concode_field_sep PicketLinkLogger logger concode_field_sep void addCertificate concode_elem_sep PublicKey getPublicKey
Coordinate function ( ) { if ( this . lat == null || this . lng == null ) { return null ; } return new Coordinate ( this . lng , this . lat ) ; }
returns this as a coordinate object . concode_field_sep Integer edgeId concode_elem_sep Double lng concode_elem_sep Double heading concode_elem_sep String name concode_elem_sep String place concode_elem_sep Pattern _latLonPattern concode_elem_sep Pattern _headingPattern concode_elem_sep Pattern _edgeIdPattern concode_e...
boolean function ( ) { return TransactionSynchronizationManager . isActualTransactionActive ( ) ; }
convenience method for determining if a transaction is active for the current thread . concode_field_sep PlaceHolder placeHolder concode_field_sep void assertInTransaction concode_elem_sep void fail concode_elem_sep void assertCondition
int function ( ) { return mode ; }
get linkset mode concode_field_sep FastMap<String,Link> links concode_elem_sep String LINKSET_STATE concode_elem_sep FastMap<String,Link> loadedLinks concode_elem_sep int mode concode_elem_sep String LINKSET_NI concode_elem_sep int opc concode_elem_sep int ni concode_elem_sep String LINK concode_elem_sep String LINKSET...
List < Node > function ( ) { List < Node > loc0 = new ArrayList < > ( ancestors ) ; Collections . reverse ( loc0 ) ; return loc0 ; }
gets the ancestors of the current node , with the deepest node first . only exposed for testing purposes . concode_field_sep FunctionlessLocalScope iterator concode_elem_sep String varName concode_elem_sep Node lookAhead concode_elem_sep boolean valueHasSideEffects concode_elem_sep Stack<Node> ancestors concode_field_s...
CartAPIResponse function ( ) { String loc0 = mApiInterface . checkout ( mUserid ) ; return new Gson ( ) . fromJson ( loc0 , CartAPIResponse . class ) ; }
checkout the products in the cart concode_field_sep int mApiType concode_elem_sep String mUserid concode_elem_sep APICommonCtrl mApiInterface concode_elem_sep ClientView clientView concode_elem_sep int API_TYPE_REST concode_elem_sep int API_TYPE_SOAP concode_field_sep Product[] removeFromCart concode_elem_sep ClientVie...
void function ( boolean arg0 ) { }
called when the activity will start interacting with the user . concode_field_sep CordovaPreferences preferences concode_elem_sep CordovaInterface cordova concode_elem_sep CordovaWebView webView concode_elem_sep String serviceName concode_field_sep boolean onReceivedClientCertRequest concode_elem_sep boolean onOverride...
Class < ? > function ( ) { return getCallingClass ( 1 ) ; }
classpath 's javadoc for this method is : get the class associated with the method invoking the method invoking this method , or null if the stack is not that deep e.g. , invoked via jni invocation api . this method is an optimization for the expression getclasscontext 1 and should return the same result . vm implement...
short function ( ) { int loc0 = getD ( ) ; if ( ( loc0 & ~ 0xf ) != 0 ) { throw new DexException ( "srini_string" + Hex . u8 ( loc0 ) ) ; } return ( short ) loc0 ; }
gets the d register number , as a nibble . this will throw if the value is out of the range of an unsigned nibble . concode_field_sep IndexType indexType concode_elem_sep InstructionCodec format concode_elem_sep int index concode_elem_sep int opcode concode_elem_sep int target concode_elem_sep long literal concode_fiel...
int function ( ) { return entries . capacity ( ) / ( MapTask . MAP_OUTPUT_INDEX_RECORD_LENGTH / 8 ) ; }
return number of indexrecord entries in this spill . concode_field_sep ByteBuffer buf concode_elem_sep LongBuffer entries concode_field_sep void writeToFile concode_elem_sep void writeToFile concode_elem_sep IndexRecord getIndex concode_elem_sep void putIndex
String function ( ) { return this . agentString ; }
get the agent string . preferred approach : instantiate and then call this . concode_field_sep String eid concode_elem_sep AgentImpl agent concode_elem_sep String agentString concode_elem_sep boolean accessViaUrl concode_elem_sep String displayIdString concode_elem_sep AgentHelper helper concode_elem_sep long serialVer...
void function ( ) { InternationalString loc0 = periodDuration1 . getYears ( ) ; ( ( DefaultPeriodDuration ) periodDuration1 ) . setYears ( new SimpleInternationalString ( "srini_string" ) ) ; assertFalse ( periodDuration1 . getYears ( ) . equals ( loc0 ) ) ; }
test of setyears method , of class defaultperiodduration . concode_field_sep PeriodDuration periodDuration2 concode_elem_sep PeriodDuration periodDuration1 concode_field_sep void testGetDesignator concode_elem_sep void testSetMonths concode_elem_sep void testGetMonths concode_elem_sep void testSetDays concode_elem_sep ...
int function ( ) { return DEFAULT_RETRY_LIMIT ; }
by default , jobs will be retried default_retry_limit times.if job fails this many times , oncancel will be called w/o calling #shouldrerunonthrowable throwable , int , int concode_field_sep RetryConstraint retryConstraint concode_elem_sep Context applicationContext concode_elem_sep String groupId concode_elem_sep int ...
void function ( List < String > arg0 ) { this . children = arg0 ; }
not used directly in java , allow constructor to manage . concode_field_sep long publicGeneCount concode_elem_sep String _parent concode_elem_sep boolean _is_leaf concode_elem_sep boolean dbPhenotype concode_elem_sep List<String> children concode_elem_sep long privateGeneCount concode_elem_sep String valueUri concode_e...
int function ( Properties arg0 ) { MStore loc0 = getStore ( arg0 ) ; return loc0 . getM_PriceList_ID ( ) ; }
retrieves the price list id associated with the web store in context . this price list is a purchase price list . concode_field_sep PlaceHolder placeHolder concode_field_sep boolean isStorePresent concode_elem_sep MStore getDefaultStore concode_elem_sep int getStoreIdByName concode_elem_sep MStore getStore concode_elem...
Intent function ( ) { return requestIntent ; }
returns the intent that was used to initiate this call to the facebook application . concode_field_sep UUID callId concode_elem_sep Intent requestIntent concode_elem_sep int requestCode concode_elem_sep AppCall currentPendingCall concode_field_sep void setRequestIntent concode_elem_sep AppCall finishPendingCall concode...
String function ( ) { return measureType ; }
gets the value of the measuretype property . concode_field_sep int idMeasureDef concode_elem_sep String measureName concode_elem_sep List<MeasureDefaultRange> measureDefaultRange concode_elem_sep String measureType concode_field_sep void setIdMeasureDef concode_elem_sep void setMeasureType concode_elem_sep List<Measure...
String function ( ) { return language ; }
gets the value of the language property . concode_field_sep List<String> clazzs concode_elem_sep String language concode_elem_sep String style concode_elem_sep String id concode_elem_sep String lang concode_elem_sep String dir concode_elem_sep String title concode_field_sep Hr withDir concode_elem_sep String getLang co...
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.String criterionType concode_elem_sep java.lang.Object __equalsCalc concode_elem_sep boolean __hashCodeCalc concode_elem_sep java.lang.Long id concode_elem_sep com.google.api.ads.adwords.axis.v201502.cm.CriterionType type concode_elem_sep org.apache.axis.description.T...
Condition function ( ) { return TRUE_CONDICATE ; }
returns a condition that always returns true . concode_field_sep Predicate<T> predicate concode_elem_sep Condition condition concode_elem_sep Supplier<? extends T> supplier concode_elem_sep boolean definingResult concode_elem_sep Condition[] conditions concode_field_sep Condition all concode_elem_sep Condition not conc...
Map < String , String > function ( String arg0 , String arg1 ) { Map < String , String > loc0 = new HashMap < String , String > ( ) ; if ( arg0 . length ( ) > 0 ) for ( String loc1 : arg0 . split ( arg1 ) ) { String [ ] loc2 = loc1 . split ( "srini_string" ) ; loc0 . put ( loc2 [ 0 ] , loc2 [ 1 ] ) ; } return loc0 ; }
answer a hashmap based on the bindings : k1 = v1 snip k2 = v2 ... concode_field_sep Resource SomeObjectRange concode_field_sep Bindings variables concode_elem_sep Model specModel concode_elem_sep Properties properties concode_elem_sep Model modelForBrief concode_elem_sep Model modelForBrief concode_elem_sep MultiMap<St...
void function ( ) { }
implements preserveaspectratiohandler #startpreserveaspectratio . concode_field_sep PreserveAspectRatioHandler INSTANCE concode_field_sep void xMaxYMax concode_elem_sep void xMinYMin concode_elem_sep void none concode_elem_sep void endPreserveAspectRatio concode_elem_sep void xMaxYMid concode_elem_sep void xMidYMin con...
void function ( String arg0 ) { this . externalId = arg0 ; }
sets the external id for this alert . the external id can be used for associating this alert with different external concepts , such as patients , doctors , etc. . concode_field_sep DateTime dateTime concode_elem_sep AlertType alertType concode_elem_sep Map<String,String> data concode_elem_sep String name concode_elem_...
String function ( ) { return ( includeWordReader == null ? ( currentWord == null ? "srini_string" : "srini_string" + currentWord + "srini_string" ) : ( includeWordReader . locationDescription ( ) + "srini_string" + "srini_string" ) ) + lineLocationDescription ( ) ; }
constructs a readable description of the current position in this wordreader and its included wordreader objects . concode_field_sep File baseDir concode_elem_sep WordReader includeWordReader concode_elem_sep String currentWord concode_elem_sep String currentComments concode_elem_sep char COMMENT_CHARACTER concode_elem...
int function ( InputStream arg0 , OutputStream arg1 ) { }
implementation only supports unix line-end format and is suitable for processing http and other network protocol communications . reads and writes a line of data . returns the number of bytes read/written . concode_field_sep PlaceHolder placeHolder concode_field_sep byte[] serialize concode_elem_sep Serializable deseri...
boolean function ( PatientVaccine arg0 ) { try { return ioOperations . updatePatientVaccine ( arg0 ) ; } catch ( OHException loc0 ) { JOptionPane . showMessageDialog ( null , loc0 . getMessage ( ) ) ; return false ; } }
updates a patientvaccine concode_field_sep PatVacIoOperations ioOperations concode_field_sep boolean newPatientVaccine concode_elem_sep boolean deletePatientVaccine concode_elem_sep ArrayList<PatientVaccine> getPatientVaccine concode_elem_sep ArrayList<PatientVaccine> getPatientVaccine concode_elem_sep int getProgYear
Function0 < Try < R >> function ( CheckedFunction0 < ? extends R > arg0 ) { return ( ) -> Try . of ( arg0 :: apply ) ; }
lifts the given partialfunction into a total function that returns an try result . concode_field_sep PlaceHolder placeHolder concode_field_sep int arity concode_elem_sep CheckedFunction0<R> constant concode_elem_sep Function0<R> recover concode_elem_sep R apply concode_elem_sep CheckedFunction0<R> of concode_elem_sep F...
void function ( ) { server . start ( ) ; }
starts the web frontend server . concode_field_sep Server server concode_elem_sep Logger LOG concode_field_sep void checkAndCreateDirectories concode_elem_sep void join
PropertyDescriptor [ ] function ( ) { return null ; }
force introspection of the bean properties . concode_field_sep PlaceHolder placeHolder concode_field_sep MethodDescriptor[] getMethodDescriptors concode_elem_sep int getDefaultPropertyIndex concode_elem_sep BeanInfo[] getAdditionalBeanInfo concode_elem_sep int getDefaultEventIndex concode_elem_sep EventSetDescriptor[] ...
ProtocolHandler function ( Request arg0 , Response arg1 ) { for ( ProtocolHandler loc0 : handlers . values ( ) ) { if ( loc0 . accept ( arg0 , arg1 ) ) return loc0 ; } return null ; }
finds the first protocol handler that protocolhandler #accept request , response accepts the given request and response . concode_field_sep Map<String,ProtocolHandler> handlers concode_field_sep void clear concode_elem_sep ProtocolHandler put concode_elem_sep ProtocolHandler remove
void function ( int arg0 ) { baundRate = arg0 ; }
atribui o valor para a baund rate . concode_field_sep CommPortIdentifier cp concode_elem_sep OutputStream output concode_elem_sep boolean listening concode_elem_sep InputStream input concode_elem_sep boolean initialization concode_elem_sep int baundRate concode_elem_sep Thread readingThread concode_elem_sep SerialPort ...
void function ( EventHandler arg0 ) { handlers . remove ( arg0 ) ; }
removes handler from this reporter . concode_field_sep OutputFilter outputFilter concode_elem_sep EventHandler ansiStrippingHandler concode_elem_sep boolean ansiAllowingHandlerRegistered concode_elem_sep EventHandler ansiAllowingHandler concode_elem_sep List<EventHandler> handlers concode_elem_sep OutErr outErrToReport...
ASN1OctetString function ( ) { return encData ; }
get the encdata value . concode_field_sep CipherSpec cipher concode_elem_sep ASN1OctetString encData concode_elem_sep int contentType concode_elem_sep AlgorithmIdentifier algorithm concode_field_sep CipherSpec getCipher concode_elem_sep void setCipher concode_elem_sep AlgorithmIdentifier getAlgorithm concode_elem_sep i...
int function ( ) { return intWorkProduct ; }
method getworkproduct concode_field_sep String strStatusName concode_elem_sep String strProjectName concode_elem_sep String strDescription concode_elem_sep String strWorkProductName concode_elem_sep int intProject concode_elem_sep String strComment concode_elem_sep int intProcess concode_elem_sep String strTypeofWorkNa...
void function ( OriginField arg0 , SessionNameField arg1 , ConnectionField arg2 , TimeField arg3 ) { v = new SdpField ( 'v' , "srini_string" ) ; o = arg0 ; s = arg1 ; c = arg2 ; t = arg3 ; av = new Vector < AttributeField > ( ) ; media = new Vector < MediaDescriptor > ( ) ; }
inits the sessiondescriptor . concode_field_sep SessionNameField s concode_elem_sep ConnectionField c concode_elem_sep TimeField t concode_elem_sep Vector<AttributeField> av concode_elem_sep SdpField v concode_elem_sep Vector<MediaDescriptor> media concode_elem_sep OriginField o concode_field_sep Vector<MediaDescriptor...
DateTime function ( ) { if ( fulfillments . isEmpty ( ) ) { return null ; } return fulfillments . get ( fulfillments . size ( ) - 1 ) . getFulfillmentDateTime ( ) ; }
returns the date and time of the last milestone fulfilment . concode_field_sep String scheduleName concode_elem_sep DateTime startOfSchedule concode_elem_sep Schedule schedule concode_elem_sep Map<String,String> metadata concode_elem_sep String currentMilestoneName concode_elem_sep DateTime enrolledOn concode_elem_sep ...
void function ( long arg0 , boolean arg1 ) { if ( arg1 ) { ptr = arg0 ; fillBuffer ( ) ; } else if ( ptr != arg0 ) { ptr = arg0 ; manager . wakeup ( ) ; } }
if ! realtime may block . the buffer is filled else seek for processaudio thread . only sets the pointer avoid synchronisation issues concode_field_sep byte[] cyclicCache concode_elem_sep boolean closing concode_elem_sep long ptr2 concode_elem_sep int size concode_elem_sep BufferedRandomAccessFileManager manager concod...
void function ( Throwable arg0 ) { if ( arg0 instanceof ThreadDeath ) { throw ( ThreadDeath ) arg0 ; } if ( arg0 instanceof VirtualMachineError ) { throw ( VirtualMachineError ) arg0 ; } }
checks whether the supplied throwable is one that needs to be rethrown and swallows all others . concode_field_sep PlaceHolder placeHolder concode_field_sep Throwable unwrapInvocationTargetException
String function ( MerchantStore arg0 ) { return new StringBuilder ( ) . append ( Constants . STATIC_URI ) . append ( "srini_string" ) . append ( arg0 . getCode ( ) ) . append ( "srini_string" ) . append ( FileContentType . LOGO ) . append ( "srini_string" ) . append ( arg0 . getStoreLogo ( ) ) . toString ( ) ; }
builds a merchant store logo path concode_field_sep PlaceHolder placeHolder concode_field_sep String buildStaticImageFilePath concode_elem_sep String buildProductImageFilePath concode_elem_sep String buildProductImageFilePath concode_elem_sep String buildLargeProductImageFilePath concode_elem_sep String buildProductPro...
boolean function ( ) { return true ; }
will return true since @example can be used in constructor documentation . concode_field_sep String NAME concode_elem_sep String HEADER concode_field_sep boolean inPackage concode_elem_sep String createHTML concode_elem_sep String getName concode_elem_sep boolean inOverview concode_elem_sep boolean inMethod concode_ele...
DateTime function ( ) { if ( this . ocpDate == null ) { return null ; } return this . ocpDate . getDateTime ( ) ; }
get the ocpdate value . concode_field_sep DateTimeRfc1123 ocpDate concode_elem_sep String clientRequestId concode_elem_sep Boolean returnClientRequestId concode_elem_sep Integer timeout concode_field_sep PoolUpdatePropertiesOptions withReturnClientRequestId concode_elem_sep PoolUpdatePropertiesOptions withOcpDate conco...
TomcatURLStreamHandlerFactory function ( ) { getInstanceInternal ( true ) ; return instance ; }
obtain a reference to the singleton instance . it is recommended that callers check the value of #isregistered before using thereturned instance . concode_field_sep List<URLStreamHandlerFactory> userFactories concode_elem_sep String WAR_PROTOCOL concode_elem_sep TomcatURLStreamHandlerFactory instance concode_elem_sep b...
java . lang . String function ( ) { return getService ( ) . getOSGiServiceIdentifier ( ) ; }
returns the osgi service identifier . concode_field_sep AnnouncementsDeliveryService _service concode_field_sep AnnouncementsDeliveryService getService concode_elem_sep com.liferay.announcements.kernel.model.AnnouncementsDelivery updateDelivery
List < KeyValueType > function ( ) { return Collections . unmodifiableList ( this . option ) ; }
gets the value of the option property . objects of the following type s are allowed in the list keyvaluetype concode_field_sep List<KeyValueType> option concode_elem_sep String className concode_field_sep void add concode_elem_sep String getClassName concode_elem_sep void setClassName concode_elem_sep void remove
boolean function ( ) { return postUpload ; }
inputfile can now send progress events before the file upload begins , and after it has completed , to facilitate synchronous mode , so that applications may turn on and off an indeterminate progress bar during the file upload , since they ca n't push incremental progress updates . concode_field_sep File file concode_e...
void function ( final int arg0 , final Type arg1 ) { String loc0 ; if ( arg1 . getSort ( ) == Type . ARRAY ) { loc0 = arg1 . getDescriptor ( ) ; } else { loc0 = arg1 . getInternalName ( ) ; } mv . visitTypeInsn ( arg0 , loc0 ) ; }
generates a type dependent instruction . concode_field_sep Type BOOLEAN_TYPE concode_elem_sep MethodDescriptor LONG_VALUE concode_elem_sep MethodDescriptor FLOAT_VALUE concode_elem_sep Type LONG_TYPE concode_elem_sep MethodDescriptor CHAR_VALUE concode_elem_sep MethodDescriptor BOOLEAN_VALUE concode_elem_sep MethodDesc...
String function ( ) { return this . userName ; }
getter for username . concode_field_sep String method concode_elem_sep String wslUrl concode_elem_sep String proxyPassword concode_elem_sep String serverName concode_elem_sep boolean useProxy concode_elem_sep String portName concode_elem_sep String userName concode_elem_sep String proxyHost concode_elem_sep boolean nee...
String function ( ) { return name ; }
prints out the name of the type . concode_field_sep long serialVersionUID concode_elem_sep DelimiterType TAB concode_elem_sep DelimiterType COLON concode_elem_sep DelimiterType[] TYPES concode_elem_sep DelimiterType COMMA concode_elem_sep String name concode_elem_sep Pattern pattern concode_elem_sep int nextOrdinal con...
JAXBElement < AdviceType > function ( AdviceType arg0 ) { return new JAXBElement < AdviceType > ( _Advice_QNAME , AdviceType . class , null , arg0 ) ; }
create an instance of jaxbelement concode_field_sep QName _AdviceSet_QNAME concode_elem_sep QName _AttributeValue_QNAME concode_elem_sep QName _Advice_QNAME concode_field_sep AdviceType createAdviceType concode_elem_sep JAXBElement<Object> createAttributeValue concode_elem_sep AdviceSetType createAdviceSetType concode_...
Set function ( ) { return this . table . keySet ( ) ; }
returns all registered keys as set . concode_field_sep Object[] EMPTY_ARRAY concode_elem_sep long serialVersionUID concode_elem_sep Iterator EMPTY_ITERATOR concode_elem_sep HashMap table concode_field_sep Object next concode_elem_sep boolean add concode_elem_sep List createList concode_elem_sep Iterator getAll concode_...
Extension function ( ASN1ObjectIdentifier arg0 ) { Extensions loc0 = entry . getExtensions ( ) ; if ( loc0 != null ) { return loc0 . getExtension ( arg0 ) ; } return null ; }
look up the extension associated with the passed in oid . concode_field_sep TBSCertList.CRLEntry entry concode_elem_sep GeneralNames ca concode_field_sep boolean hasExtensions concode_elem_sep BigInteger getSerialNumber concode_elem_sep GeneralNames getCertificateIssuer concode_elem_sep Set getCriticalExtensionOIDs con...
int function ( String arg0 ) { return sqlMap . get ( arg0 , - 1 ) ; }
retrieves the registered compiled statement identifier associated with the specified sql string , or a value less than zero , if no such statement has been registered . concode_field_sep Database database concode_elem_sep IntValueHashMap sqlMap concode_elem_sep IntKeyHashMap sessionMap concode_elem_sep IntKeyHashMap sq...
void function ( ) { Hour loc0 = new Hour ( 7 , 9 , 10 , 1999 ) ; Hour loc1 = new Hour ( 7 , 9 , 10 , 1999 ) ; assertTrue ( loc0 . equals ( loc1 ) ) ; int loc2 = loc0 . hashCode ( ) ; int loc3 = loc1 . hashCode ( ) ; assertEquals ( loc2 , loc3 ) ; }
two objects that are equal are required to return the same hashcode . concode_field_sep PlaceHolder placeHolder concode_field_sep void testDateConstructor1 concode_elem_sep void testGetStart concode_elem_sep void testGetLastMillisecond concode_elem_sep void testGetSerialIndex concode_elem_sep void testParseHour concode...
int function ( ) { return bits ; }
get the non-null param bitset . concode_field_sep int MAX_PARAMS concode_elem_sep int bits concode_field_sep void setParamsWithProperty concode_elem_sep void setParamsWithProperty concode_elem_sep void setParamWithProperty concode_elem_sep boolean isEmpty concode_elem_sep Iterable<Integer> iterable concode_elem_sep Str...
T function ( JsonElement arg0 , Class < T > arg1 ) { return GSON . fromJson ( arg0 , arg1 ) ; }
converts a jsonelement into the specified class type using the gson #fromjson jsonelement , class method . concode_field_sep Gson GSON concode_field_sep JsonElement convertWatermarkToJson
org . hamcrest . Matcher < OptionalDouble > function ( ) { return new OptionalDoublePresentMatcher ( not ( true ) ) ; }
check that the passed optional is not present . concode_field_sep PlaceHolder placeHolder concode_field_sep org.hamcrest.Matcher<OptionalDouble> optionalDoubleIs concode_elem_sep Matcher<T> featureMatcher concode_elem_sep org.hamcrest.Matcher<OptionalLong> optionalLongIsPresent concode_elem_sep org.hamcrest.Matcher<Opt...
SimpleNamingContextBuilder function ( ) { return activated ; }
checks if a simplenamingcontextbuilder is active . concode_field_sep Object initializationLock concode_elem_sep Log logger concode_elem_sep Hashtable<String,Object> boundObjects concode_elem_sep boolean initialized concode_elem_sep SimpleNamingContextBuilder activated concode_field_sep void bind concode_elem_sep Initia...
EObject function ( Element arg0 ) { return xml2Registry ( arg0 ) ; }
converts an xml document to a bpel resource object . concode_field_sep DocumentBuilder fBuilder concode_elem_sep List<Runnable> fPass2Runnables concode_elem_sep XMLResource fResource concode_field_sep Argument xml2Argument concode_elem_sep Element read concode_elem_sep Option xml2Option concode_elem_sep String getText ...
JAXBElement < GetItineraryByID > function ( GetItineraryByID arg0 ) { return new JAXBElement < GetItineraryByID > ( _GetItineraryByID_QNAME , GetItineraryByID . class , null , arg0 ) ; }
create an instance of jaxbelement concode_field_sep QName _GetItineraryByID_QNAME concode_elem_sep QName _GetItineraryResponse_QNAME concode_elem_sep QName _GetItinerary_QNAME concode_elem_sep QName _ItineraryNotAvailable_QNAME concode_elem_sep QName _CheckAvailabilityResponse_QNAME concode_elem_sep QName _CheckAvailab...
String function ( ) { StringBuilder loc0 = new StringBuilder ( "srini_string" ) ; loc0 . append ( policyQualifierId ) ; loc0 . append ( "srini_string" ) ; loc0 . append ( Array . toString ( policyQualifier , "srini_string" ) ) ; loc0 . append ( "srini_string" ) ; return loc0 . toString ( ) ; }
returns a string representation of this policyqualifierinfo instance . concode_field_sep String policyQualifierId concode_elem_sep byte[] policyQualifier concode_elem_sep byte[] encoded concode_field_sep String getPolicyQualifierId concode_elem_sep byte[] getEncoded concode_elem_sep byte[] getPolicyQualifier
IdentityNotificationAttributes function ( String arg0 ) { this . bounceTopic = arg0 ; return this ; }
the amazon resource name arn of the amazon sns topic where amazon ses will publish bounce notifications . returns a reference to this object so that method calls can be chained together . concode_field_sep String bounceTopic concode_elem_sep String complaintTopic concode_elem_sep String deliveryTopic concode_elem_sep B...
void function ( String arg0 ) { Document loc0 = new Document ( ) ; PdfWriter loc1 = PdfWriter . getInstance ( loc0 , new FileOutputStream ( arg0 ) ) ; loc0 . open ( ) ; XMLWorkerHelper . getInstance ( ) . parseXHtml ( loc1 , loc0 , new FileInputStream ( HTML ) ) ; loc0 . close ( ) ; }
creates a pdf with the words `` hello world '' concode_field_sep String HTML concode_elem_sep String DEST concode_field_sep void main
void function ( final String arg0 , final String arg1 , final String arg2 , final String arg3 , final String arg4 ) { if ( ! isValidParameter ( arg1 , arg2 ) ) { LOG . warn ( "srini_string" + arg1 + "srini_string" + arg0 ) ; throw new InvalidParameterPEPSException ( arg3 , arg4 ) ; } }
validates the http parameter and throws an exception if an error occurs . throws an invalidparameterpepsexception runtime exception if the parameter is invalid . concode_field_sep Logger LOG concode_elem_sep String MAX_PARAM_SUFFIX concode_elem_sep Properties configs concode_elem_sep String MSG_PARAM_SUFFIX concode_ele...
void function ( File arg0 ) { addJar ( arg0 ) ; }
adds a single class folder . concode_field_sep ClassLoader parent concode_elem_sep List<URL> urls concode_field_sep void addJarFolder concode_elem_sep ClassLoader create concode_elem_sep void addGlob concode_elem_sep void addJar
String function ( ) { return dialogMessage ; }
returns the most recent dialog message , or null if there is no current dialog message . concode_field_sep boolean wholeWord concode_elem_sep int totalHitCount concode_elem_sep SwingController controller concode_elem_sep SearchPanel searchPanel concode_elem_sep int lengthOfTask concode_elem_sep boolean caseSensitive co...
String function ( ) { return value ; }
documentation pending concode_field_sep String label concode_elem_sep String value concode_field_sep String getLabel concode_elem_sep void setValue concode_elem_sep void setLabel
void function ( Style arg0 ) { this . style = arg0 ; }
sets the value of the style property . concode_field_sep String op concode_elem_sep SdtBlock sdt concode_elem_sep long tstamp concode_elem_sep List<Transforms.T> t concode_elem_sep long snum concode_elem_sep Style style concode_elem_sep Long position concode_elem_sep Long idref concode_elem_sep long changeset concode_f...
void function ( ) { if ( interfaceEditorSingleton != null ) { interfaceEditorSingleton . startUpdating ( ) ; } }
sets the update flag to true . concode_field_sep LeanplumUIEditorWrapper instance concode_elem_sep LeanplumUIEditor interfaceEditorSingleton concode_field_sep boolean isUIEditorAvailable concode_elem_sep void applyInterfaceEdits concode_elem_sep void sendUpdateDelayedDefault concode_elem_sep void sendUpdate concode_ele...
ApplicationId function ( ) { return appId ; }
return applicationid associated with this realm concode_field_sep IAgent agent concode_elem_sep IAgentConfiguration agentConfiguration concode_elem_sep long expirationTime concode_elem_sep ApplicationId appId concode_elem_sep String name concode_elem_sep LocalAction action concode_elem_sep boolean dynamic concode_elem_...
byte [ ] function ( int arg0 ) { return mManufacturerSpecificData . get ( arg0 ) ; }
returns the manufacturer specific data associated with the manufacturer id . returns null if the manufacturerid is not found . concode_field_sep int DATA_TYPE_FLAGS concode_elem_sep int mAdvertiseFlags concode_elem_sep byte[] mBytes concode_elem_sep int DATA_TYPE_SERVICE_UUIDS_32_BIT_COMPLETE concode_elem_sep Map<Parce...
void function ( byte arg0 ) { this . data2 = arg0 ; }
sets the second databyte concode_field_sep byte data2 concode_elem_sep byte data1 concode_field_sep List<Byte> getDataBytes concode_elem_sep byte getId concode_elem_sep void parse concode_elem_sep byte getData1 concode_elem_sep byte getData2 concode_elem_sep void setData1
PVector function ( PVector arg0 , PVector arg1 , PVector arg2 ) { if ( arg2 == null ) { arg2 = new PVector ( arg0 . x * arg1 . x , arg0 . y * arg1 . y , arg0 . z * arg1 . z ) ; } else { arg2 . set ( arg0 . x * arg1 . x , arg0 . y * arg1 . y , arg0 . z * arg1 . z ) ; } return arg2 ; }
multiply each element of one vector by the individual elements of another vector , and write the result into a target vector . concode_field_sep float[] array concode_elem_sep float x concode_elem_sep float y concode_elem_sep float z concode_field_sep void add concode_elem_sep void add concode_elem_sep PVector add conc...
void function ( String arg0 ) { this . label = arg0 ; }
sets the value of the label property . concode_field_sep String internalId concode_elem_sep Boolean defaultBilling concode_elem_sep String label concode_elem_sep Boolean defaultShipping concode_elem_sep Address addressbookAddress concode_field_sep Boolean isDefaultBilling concode_elem_sep String getLabel concode_elem_s...
void function ( int arg0 ) { code = arg0 ; }
set the return code to check . concode_field_sep int code concode_field_sep boolean eval concode_elem_sep int getCode
double function ( double arg0 ) { return convert ( arg0 , DistanceUnit . METERS , this ) ; }
convert a value given in meters to a value of this unit 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 double toMeters concode_elem_sep ...