idx
int64
0
25k
question
stringlengths
72
5.69k
target
stringlengths
21
481
14,800
returns the content search id of this journal content search . concode_field_sep JournalContentSearch _journalContentSearch concode_field_sep void setExpandoBridgeAttributes concode_elem_sep void setGroupId concode_elem_sep boolean isEscapedModel concode_elem_sep boolean isCachedModel concode_elem_sep com.liferay.portl...
long function ( ) { return _journalContentSearch . getContentSearchId ( ) ; }
14,801
called before reconciling is started . concode_field_sep boolean fIsJavaReconcilingListener concode_elem_sep IDocumentProvider fDocumentProvider concode_elem_sep boolean fNotify concode_elem_sep IJavaReconcilingListener fJavaReconcilingListener concode_elem_sep IProgressMonitor fProgressMonitor concode_elem_sep Working...
void function ( ) { if ( fIsJavaReconcilingListener ) fJavaReconcilingListener . aboutToBeReconciled ( ) ; }
14,802
called after a project config is updated . concode_field_sep Logger log concode_elem_sep String displayName concode_elem_sep boolean inheritable concode_elem_sep String defaultValue concode_elem_sep List<String> permittedValues concode_elem_sep DynamicMap<ProjectConfigEntry> pluginConfigEntries concode_elem_sep String ...
void function ( Project . NameKey arg0 , Integer arg1 , Integer arg2 ) { }
14,803
stops a prefetch for a url , if one is in progress . concode_field_sep Profile mProfile concode_elem_sep boolean sInitializationStarted concode_field_sep boolean startInitialization concode_elem_sep boolean nativeStartInitialization concode_elem_sep boolean startPrefetching concode_elem_sep boolean nativeStopPrefetchin...
boolean function ( String arg0 ) { ThreadUtils . assertOnUiThread ( ) ; return nativeStopPrefetching ( mProfile , arg0 ) ; }
14,804
grabs , decodes and returns the next video frame . the methods/functions combine `` videocapture.grab '' and `` videocapture.retrieve '' in one call . this is the most convenient method for reading video files or capturing data from decode and return the just grabbed frame . if no frames has been grabbed camera has bee...
boolean function ( Mat arg0 ) { boolean loc0 = n_read ( nativeObj , arg0 . nativeObj ) ; return loc0 ; }
14,805
borrowing an stateevent concode_field_sep int index concode_elem_sep int size concode_elem_sep StateEventFactory eventFactory concode_elem_sep StateEvent stateEventList concode_elem_sep long id concode_field_sep int getSize concode_elem_sep void returnEvents concode_elem_sep int getBufferedEventsSize
StateEvent function ( ) { if ( index > 0 ) { StateEvent loc0 = stateEventList ; stateEventList = stateEventList . getNext ( ) ; loc0 . setNext ( null ) ; index -- ; loc0 . setId ( ++ id ) ; return loc0 ; } else { StateEvent loc0 = eventFactory . newInstance ( ) ; loc0 . setId ( ++ id ) ; return loc0 ; } }
14,806
returns an ordered range of all the accounts . useful when paginating results . returns a maximum of end - start instances . start and end are not primary keys , they are indexes in the result set . thus , 0 refers to the first result in the set . setting both start and end to queryutil #all_pos will return the full re...
List < Account > function ( int arg0 , int arg1 , OrderByComparator < Account > arg2 , boolean arg3 ) { return getPersistence ( ) . findAll ( arg0 , arg1 , arg2 , arg3 ) ; }
14,807
gets the forecastresult value for this forecastreturn . concode_field_sep java.lang.String city concode_elem_sep boolean success concode_elem_sep java.lang.String responseText concode_elem_sep java.lang.Object __equalsCalc concode_elem_sep boolean __hashCodeCalc concode_elem_sep java.lang.String state concode_elem_sep ...
com . cdyne . ws . WeatherWS . Forecast [ ] function ( ) { return forecastResult ; }
14,808
get the password . concode_field_sep String password concode_elem_sep String formatNamespace concode_elem_sep Logger log concode_elem_sep boolean md5 concode_elem_sep String TYPE_MULTI_POST concode_elem_sep boolean checksumError concode_elem_sep String username concode_elem_sep String TYPE_SERVICE concode_elem_sep Stri...
String function ( ) { return password ; }
14,809
returns the current timeout . concode_field_sep int mCurrentTimeoutMs concode_elem_sep int mCurrentRetryCount concode_elem_sep int mMaxNumRetries concode_elem_sep float DEFAULT_BACKOFF_MULT concode_elem_sep float mBackoffMultiplier concode_elem_sep int DEFAULT_TIMEOUT_MS concode_elem_sep int DEFAULT_MAX_RETRIES concode...
int function ( ) { return mCurrentTimeoutMs ; }
14,810
the type of the action . concode_field_sep String STATUS_FIELD concode_elem_sep String _ID concode_elem_sep String _TYPE concode_elem_sep String STATUS concode_elem_sep String opType concode_elem_sep String ID_FIELD concode_elem_sep String index concode_elem_sep Throwable cause concode_elem_sep String type concode_elem...
String function ( ) { return type ; }
14,811
setup test . concode_field_sep PlaceHolder placeHolder concode_field_sep void equalsContract
void function ( ) { JOSMFixture . createUnitTestFixture ( ) . init ( false ) ; }
14,812
adds an event to the buffer . concode_field_sep List<String> eventBuffer concode_elem_sep int MAX_BUFFER_SIZE concode_field_sep String getDebugData concode_elem_sep String getDebugData concode_elem_sep String getDebugData concode_elem_sep void clearEventLog concode_elem_sep String getData
void function ( ModelEvent arg0 ) { this . eventBuffer . add ( arg0 . toString ( ) ) ; if ( this . eventBuffer . size ( ) > MAX_BUFFER_SIZE ) { this . eventBuffer . remove ( 0 ) ; } }
14,813
get custom deserializer concode_field_sep java.util.Date date_excluded concode_elem_sep java.lang.String ip concode_elem_sep java.lang.Object __equalsCalc concode_elem_sep boolean __hashCodeCalc concode_elem_sep org.apache.axis.description.TypeDesc typeDesc concode_field_sep org.apache.axis.description.TypeDesc getType...
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 ) ; }
14,814
a list of policy names . note : this method appends the values to the existing list if any . use #setpolicynames java.util.collection or #withpolicynames java.util.collection if you want to overridethe existing values . concode_field_sep Boolean isTruncated concode_elem_sep String marker concode_elem_sep com.amazonaws....
ListUserPoliciesResult function ( String ... arg0 ) { if ( this . policyNames == null ) { setPolicyNames ( new com . amazonaws . internal . SdkInternalList < String > ( arg0 . length ) ) ; } for ( String loc0 : arg0 ) { this . policyNames . add ( loc0 ) ; } return this ; }
14,815
determine if a stream can do a byte buffer read via read bytebuffer buf concode_field_sep PlaceHolder placeHolder concode_field_sep ByteBuffer fallbackRead
boolean function ( InputStream arg0 ) { if ( ! ( arg0 instanceof ByteBufferReadable ) ) { return false ; } if ( ! ( arg0 instanceof FSDataInputStream ) ) { return true ; } return ( ( FSDataInputStream ) arg0 ) . getWrappedStream ( ) instanceof ByteBufferReadable ; }
14,816
check if the specified smf filetype is available concode_field_sep Set<MidiDevice> midiDevices concode_elem_sep Set<Synthesizer> synthesizers concode_field_sep List<Transmitter> getTransmitters concode_elem_sep Receiver getReceiver concode_elem_sep void addMidiDevice concode_elem_sep void removeMidiDevice concode_elem_...
boolean function ( int arg0 ) { StandardMidiFileWriter loc0 = new StandardMidiFileWriter ( ) ; return loc0 . isFileTypeSupported ( arg0 ) ; }
14,817
gets the value of the resourceadaptorobjectname property . concode_field_sep ResourceAdaptorObjectName resourceAdaptorObjectName concode_elem_sep Description description concode_elem_sep ResourceAdaptorEntityLink resourceAdaptorEntityLink concode_elem_sep String id concode_field_sep void setResourceAdaptorObjectName co...
ResourceAdaptorObjectName function ( ) { return resourceAdaptorObjectName ; }
14,818
sets a map of action session values . concode_field_sep String LOCALE concode_elem_sep String PARAMETERS concode_elem_sep String SESSION concode_elem_sep String ACTION_INVOCATION concode_elem_sep ThreadLocal<ActionContext> actionContext concode_elem_sep String VALUE_STACK concode_elem_sep String ACTION_NAME concode_ele...
void function ( Map < String , Object > arg0 ) { put ( SESSION , arg0 ) ; }
14,819
return whether or not this has been removed from the tree . concode_field_sep boolean removed concode_field_sep Object getAdapter concode_elem_sep Object[] getChildren concode_elem_sep Object getParent concode_elem_sep String getLabel concode_elem_sep String toString concode_elem_sep ImageDescriptor getImageDescriptor ...
boolean function ( ) { return removed ; }
14,820
this implementation throws a filenotfoundexception , assuming that relative resources can not be created for this resource . concode_field_sep PlaceHolder placeHolder concode_field_sep File getFile concode_elem_sep URL getURL concode_elem_sep boolean isOpen concode_elem_sep File getFileForLastModifiedCheck concode_elem...
Resource function ( String arg0 ) { throw new FileNotFoundException ( "srini_string" + getDescription ( ) ) ; }
14,821
set the source list for this holder . concode_field_sep Date refreshDate concode_elem_sep int page concode_elem_sep SortDefinition sortUsed concode_elem_sep int DEFAULT_MAX_LINKED_PAGES concode_elem_sep List<E> source concode_elem_sep SortDefinition sort concode_elem_sep int maxLinkedPages concode_elem_sep boolean newP...
void function ( List < E > arg0 ) { Assert . notNull ( arg0 , "srini_string" ) ; this . source = arg0 ; this . refreshDate = new Date ( ) ; this . sortUsed = null ; }
14,822
sets the recepient bank name . concode_field_sep String reason1 concode_elem_sep String reason2 concode_elem_sep String senderBankName concode_elem_sep String transId concode_elem_sep String userVariable4 concode_elem_sep String userVariable3 concode_elem_sep String userVariable5 concode_elem_sep String recepientBankCo...
IDealNotificationResponse function ( String arg0 ) { this . recepientBankName = arg0 ; return this ; }
14,823
returns the rate in the given units of time . concode_field_sep double M5_ALPHA concode_elem_sep double M1_ALPHA concode_elem_sep double rate concode_elem_sep double alpha concode_elem_sep double interval concode_elem_sep LongAdder uncounted concode_elem_sep double M15_ALPHA concode_elem_sep boolean initialized concode...
double function ( TimeUnit arg0 ) { return rate * ( double ) arg0 . toNanos ( 1 ) ; }
14,824
saves parameters for startactivityforresult . concode_field_sep String TAG concode_elem_sep PluginManager pluginManager concode_elem_sep Activity activity concode_elem_sep CordovaPlugin activityResultCallback concode_elem_sep String initCallbackService concode_elem_sep ActivityResultHolder savedResult concode_elem_sep ...
void function ( Bundle arg0 ) { if ( activityResultCallback != null ) { String loc0 = activityResultCallback . getServiceName ( ) ; arg0 . putString ( "srini_string" , loc0 ) ; } }
14,825
returns the searchstate associated with this token concode_field_sep long collectTime concode_elem_sep float logLanguageScore concode_elem_sep DecimalFormat numFmt concode_elem_sep float logAcousticScore concode_elem_sep Data data concode_elem_sep int curCount concode_elem_sep float logTotalScore concode_elem_sep float...
SearchState function ( ) { return searchState ; }
14,826
test for containment of all values in the specified array . concode_field_sep IntIntHashMap mMap concode_field_sep boolean add concode_elem_sep IntSet unionWith concode_elem_sep IntSet intersectionWith concode_elem_sep IntSet xorWith concode_elem_sep void clear concode_elem_sep boolean isEmpty concode_elem_sep boolean ...
boolean function ( int [ ] arg0 ) { int loc0 = arg0 . length ; for ( int loc1 = 0 ; loc1 < loc0 ; loc1 ++ ) { if ( ! mMap . containsKey ( arg0 [ loc1 ] ) ) { return false ; } } return true ; }
14,827
map interface stub concode_field_sep String path concode_elem_sep Logger logger concode_elem_sep Integer MAX_CACHE_SIZE concode_elem_sep long cacheSize concode_elem_sep TreeBidiMap cache concode_elem_sep String source concode_elem_sep String SOURCE_SERVLET_URL concode_elem_sep boolean brokenUrl concode_elem_sep Long ti...
Collection function ( ) { return null ; }
14,828
returns the minimal confidence among the ptm sites of this scoring . concode_field_sep HashMap<Integer,Integer> ptmLocationAtAA concode_elem_sep HashMap<Integer,Double> probabilisticScoresAtAA concode_elem_sep int CONFIDENT concode_elem_sep int VERY_CONFIDENT concode_elem_sep int RANDOM concode_elem_sep long serialVers...
int function ( ) { if ( ptmLocationAtAA == null || ptmLocationAtAA . isEmpty ( ) ) { return NOT_FOUND ; } int loc0 = VERY_CONFIDENT ; for ( int loc1 : ptmLocationAtAA . values ( ) ) { if ( loc1 < loc0 ) { loc1 = loc0 ; } } return loc0 ; }
14,829
removes a sceneprocessor from this viewport . the processor will no longer receive events occurring to this viewport . concode_field_sep SafeArrayList<Spatial> sceneList concode_elem_sep boolean clearDepth concode_elem_sep boolean clearColor concode_elem_sep boolean clearStencil concode_elem_sep boolean enabled concode...
void function ( SceneProcessor arg0 ) { if ( arg0 == null ) { throw new IllegalArgumentException ( "srini_string" ) ; } processors . remove ( arg0 ) ; arg0 . cleanup ( ) ; }
14,830
gets the value of the length property . concode_field_sep Generation generation concode_elem_sep List<ExtensionType> extension concode_elem_sep LengthType length concode_elem_sep AlphabetType alphabet concode_elem_sep ActivationLimitType activationLimit concode_field_sep void setLength concode_elem_sep void setActivati...
LengthType function ( ) { return length ; }
14,831
gets the value of the linktarget property . concode_field_sep Boolean date concode_elem_sep Boolean snippet concode_elem_sep String src concode_elem_sep Boolean link concode_elem_sep BigInteger refresh concode_elem_sep Boolean showerror concode_elem_sep Label label concode_elem_sep String linktarget concode_elem_sep Bo...
String function ( ) { return linktarget ; }
14,832
per the jdbc 3.0 spec , this commits the transaction for the specified xid , not necessarily for the transaction associated with this xaresource object . concode_field_sep boolean originalAutoCommitMode concode_elem_sep int XA_STATE_INITIAL concode_elem_sep int XA_STATE_DISPOSED concode_elem_sep int XA_STATE_PREPARED c...
void function ( Xid arg0 , boolean arg1 ) { System . err . println ( "srini_string" + ( arg1 ? "srini_string" : "srini_string" ) + "srini_string" + arg0 ) ; JDBCXAResource loc0 = xaDataSource . getResource ( arg0 ) ; if ( loc0 == null ) { throw new XAException ( "srini_string" + arg0 ) ; } loc0 . commitThis ( arg1 ) ; ...
14,833
gets the value of the portstatussendtime property . concode_field_sep JAXBElement<String> hostName concode_elem_sep JAXBElement<String> javaVersion concode_elem_sep Integer hostID concode_elem_sep JAXBElement<String> portStatus concode_elem_sep JAXBElement<String> brokerVersion concode_elem_sep JAXBElement<String> brok...
JAXBElement < XMLGregorianCalendar > function ( ) { return portStatusSendTime ; }
14,834
add listener to be notified when the line number changes . concode_field_sep String fileName concode_elem_sep int lineIdx concode_elem_sep Set<LineHighlight> listeners concode_elem_sep Position pos concode_elem_sep Document doc concode_field_sep void removeUpdate concode_elem_sep String fileName concode_elem_sep void u...
void function ( LineHighlight arg0 ) { listeners . add ( arg0 ) ; }
14,835
view has been disposed either by window closing or a session timeout . concode_field_sep String color concode_elem_sep String DEFAULT_NICK concode_elem_sep String buttonImage concode_elem_sep Log log concode_elem_sep boolean minimized concode_elem_sep String autoLoad concode_elem_sep String MAXIMIZE_IMAGE concode_elem_...
void function ( ) { if ( log . isDebugEnabled ( ) ) { log . debug ( "srini_string" ) ; } if ( chatState != null ) { chatState . removeUserChild ( this ) ; } }
14,836
updateattributes . calls the tool to update instances identified by their uids in the updatedata with metadata also specified in the updatedata . will not update uids . concode_field_sep TestResult result concode_elem_sep QC qc concode_field_sep void init concode_elem_sep void split concode_elem_sep void restore concod...
void function ( String arg0 , Attributes arg1 , IDWithIssuer arg2 ) { qc . setUpdateAttrs ( arg1 ) ; qc . setPid ( arg2 ) ; QCResult loc0 = qc . performOperation ( arg0 , qc ) ; init ( loc0 ) ; }
14,837
devuelve el mes actual de una fecha dada en el formato especificado concode_field_sep long MILLSECS_PER_DAY concode_elem_sep String TIME12HOURS_PATTERN concode_elem_sep Logger log concode_elem_sep String DATE_PATTERN concode_elem_sep String TIME24HOURS_PATTERN concode_field_sep Date add concode_elem_sep Date getAhora c...
String function ( String arg0 , FormatoFecha arg1 ) { return StringUtils . leftPad ( String . valueOf ( FechaUtil . getMes ( FechaUtil . parseFecha ( arg0 , arg1 ) ) ) , 2 , '0' ) ; }
14,838
retrieves resident identity provider for a given tenant concode_field_sep IdentityProviderMgtServiceStub idPMgtStub concode_elem_sep Log log concode_elem_sep UserAdminStub userAdminStub concode_field_sep String[] getAllLocalClaimUris concode_elem_sep void addIdP concode_elem_sep String[] getUserStoreDomains concode_ele...
IdentityProvider function ( ) { try { return idPMgtStub . getResidentIdP ( ) ; } catch ( Exception loc0 ) { log . error ( "srini_string" , loc0 ) ; throw new Exception ( "srini_string" ) ; } }
14,839
get the collection orphans entities which were removed from the collection concode_field_sep CollectionPersister currentPersister concode_elem_sep String role concode_elem_sep boolean fromMerge concode_elem_sep boolean dorecreate concode_elem_sep CoreMessageLogger LOG concode_elem_sep boolean processed concode_elem_sep...
Collection function ( String arg0 , PersistentCollection arg1 ) { if ( snapshot == null ) { throw new AssertionFailure ( "srini_string" ) ; } return arg1 . getOrphans ( snapshot , arg0 ) ; }
14,840
invoked when the rasterizer got an error while transcoding the input source . the controller should return true if the transcoding process should continue on other sources and it should return false if it should not . concode_field_sep PlaceHolder placeHolder concode_field_sep boolean proceedWithComputedTask concode_el...
boolean function ( SVGConverterSource arg0 , File arg1 , String arg2 ) { return true ; }
14,841
determine if the mark bit is set . concode_field_sep byte COMFORT_PAYLOAD concode_elem_sep int PACKETS_PER_SECOND concode_elem_sep int PCMU_SAMPLE_SIZE concode_elem_sep byte comfortNoiseLevel concode_elem_sep byte X_BIT concode_elem_sep byte MARK_BIT concode_elem_sep int HEADER_SIZE concode_elem_sep short rtpSequenceNu...
boolean function ( ) { return ( buffer [ 1 ] & MARK_BIT ) != 0 ; }
14,842
make #run return the output of operation . this method is a shorthand for fetch operation , 0 concode_field_sep long nativeHandle concode_elem_sep Graph.Reference graphRef concode_elem_sep int numActiveRuns concode_elem_sep ArrayList<Operation> targets concode_elem_sep Object nativeHandleLock concode_elem_sep ArrayList...
Runner function ( String arg0 ) { return fetch ( arg0 , 0 ) ; }
14,843
asserts that the number of elements in the given array is equal to the expected one . concode_field_sep Arrays arrays concode_elem_sep Failures failures concode_elem_sep ShortArrays INSTANCE concode_field_sep void assertEndsWith concode_elem_sep void assertStartsWith concode_elem_sep ShortArrays instance concode_elem_s...
void function ( AssertionInfo arg0 , short [ ] arg1 , int arg2 ) { arrays . assertHasSize ( arg0 , failures , arg1 , arg2 ) ; }
14,844
make a request to facebook 's old pre-graph api with the given parameters . one of the parameter keys must be `` method '' and its value should be a valid rest server api method . see http://developers.facebook.com/docs/reference/rest/ note that this method is asynchronous and the callback will be invoked in a backgrou...
void function ( Bundle arg0 , RequestListener arg1 , final Object arg2 ) { request ( null , arg0 , "srini_string" , arg1 , arg2 ) ; }
14,845
returns the term . concode_field_sep Reference scheme concode_elem_sep String term concode_elem_sep String label concode_field_sep void writeElement concode_elem_sep String getLabel concode_elem_sep Reference getScheme concode_elem_sep void setLabel concode_elem_sep void setScheme concode_elem_sep void setTerm
String function ( ) { return this . term ; }
14,846
sets the csa_nombre value for this tiposdeactossdttiposdeactossdtitem . concode_field_sep short csA_Codigo concode_elem_sep java.lang.Object __equalsCalc concode_elem_sep boolean __hashCodeCalc concode_elem_sep org.apache.axis.description.TypeDesc typeDesc concode_elem_sep java.lang.String csA_Nombre concode_field_sep ...
void function ( java . lang . String arg0 ) { this . csA_Nombre = arg0 ; }
14,847
creates a new http client . concode_field_sep PlaceHolder placeHolder concode_field_sep Promise<ReceivedResponse> request concode_elem_sep HttpClient httpClient concode_elem_sep HttpClient httpClient concode_elem_sep ByteBufAllocator getByteBufAllocator concode_elem_sep int getMaxContentLength concode_elem_sep Promise<...
HttpClient function ( Action < ? super HttpClientSpec > arg0 ) { return DefaultHttpClient . of ( arg0 ) ; }
14,848
override this to put stuff into the registry so it 's available to be referenced . i.e. notificationfilter or hashtable for objectproperties concode_field_sep String NAME concode_elem_sep SimpleRegistry mRegistry concode_elem_sep MBeanServer server concode_elem_sep String DOMAIN concode_elem_sep MockEndpointFixture mMo...
void function ( ) { }
14,849
test single sign-on across two web apps using form based auth concode_field_sep ContainerController controller concode_elem_sep Logger log concode_elem_sep Deployer deployer concode_field_sep Archive<?> deployment1 concode_elem_sep Archive<?> deployment2 concode_elem_sep void setupSSO concode_elem_sep void stopServers ...
void function ( @ ArquillianResource ( LogoutServlet . class ) @ OperateOnDeployment ( DEPLOYMENT_1 ) URL arg0 , @ ArquillianResource ( LogoutServlet . class ) @ OperateOnDeployment ( DEPLOYMENT_2 ) URL arg1 ) { log . info ( "srini_string" ) ; SSOTestBase . executeFormAuthSingleSignOnTest ( new URL ( arg0 , "srini_stri...
14,850
encodes a text string 3.8.1 in pdf 1.4 specs concode_field_sep int generation concode_elem_sep PDFObject parent concode_elem_sep Log log concode_elem_sep PDFObjectNumber objNum concode_elem_sep PDFDocument document concode_elem_sep boolean hasObjNum concode_field_sep byte[] encode concode_elem_sep byte[] toPDF concode_...
byte [ ] function ( String arg0 ) { if ( getDocumentSafely ( ) . isEncryptionActive ( ) ) { final byte [ ] loc0 = PDFText . toUTF16 ( arg0 ) ; return PDFText . escapeByteArray ( getDocument ( ) . getEncryption ( ) . encrypt ( loc0 , this ) ) ; } else { return encode ( PDFText . escapeText ( arg0 , false ) ) ; } }
14,851
returns scene msaa value concode_field_sep float mFovY concode_elem_sep float mLensSeparationDistance concode_elem_sep int mFBOWidth concode_elem_sep int mFBOHeight concode_elem_sep int mMSAA concode_field_sep float getLensSeparationDistance concode_elem_sep float getFovY concode_elem_sep int getFBOHeight concode_elem_...
int function ( ) { return mMSAA ; }
14,852
test four : tests the customer 's baggage . baggage is a class that contain a series of waiting times . each customer creates and updates his own baggage accordingly . this test ensures the class baggage exists and that it contains all it needs . other classes may need to store different information in the customer 's ...
void function ( ) { Baggage loc0 = fred . getBaggage ( ) ; assertEquals ( "srini_string" , 0 , loc0 . getTimeStarted ( ) ) ; }
14,853
set the given unit to have the given count . marks the unit as having been set . this can be used to set multiple units , or to reset a unit to have a new count . this does not add the count to an existing count for this unit . concode_field_sep byte timeLimit concode_elem_sep int[] counts concode_elem_sep boolean inFu...
Period function ( float arg0 , TimeUnit arg1 ) { checkCount ( arg0 ) ; return setTimeUnitValue ( arg1 , arg0 ) ; }
14,854
sets the value of the value property . concode_field_sep String id concode_elem_sep String value concode_field_sep String getvalue concode_elem_sep void setId concode_elem_sep String getId
void function ( String arg0 ) { this . value = arg0 ; }
14,855
test inverse transformation from `` real world '' coordinates to grid coordinates coordinate using the localization grid . concode_field_sep Random random concode_elem_sep LocalizationGrid grid concode_elem_sep double FIT_TOLERANCE concode_elem_sep double EPS concode_elem_sep double[][] GRID_DATA concode_field_sep void...
void function ( ) { final double [ ] loc0 = getGridCoordinates ( true ) ; grid . getMathTransform ( ) . inverse ( ) . transform ( loc0 , 0 , loc0 , 0 , loc0 . length / 2 ) ; compare ( loc0 , false , EPS ) ; }
14,856
this method demonstrates the bug in cascading deletes . before this method , the ca table has 12 records . after , it should have 9 , but instead it has 0 . concode_field_sep PlaceHolder placeHolder concode_field_sep void createDatabase concode_elem_sep void main concode_elem_sep void insertData concode_elem_sep void p...
void function ( Connection arg0 ) { Statement loc0 = arg0 . createStatement ( ) ; loc0 . executeUpdate ( "srini_string" ) ; loc0 . close ( ) ; }
14,857
returns a list of files affected by this refactoring . concode_field_sep RefactoringHelper helper concode_elem_sep List<T> contextObjects concode_field_sep TransactionalEditingDomain getEditingDomain concode_elem_sep Resource getResource concode_elem_sep boolean internalDoUndo concode_elem_sep String getCommandLabel co...
List < ? > function ( ) { return Collections . EMPTY_LIST ; }
14,858
invoke a parameterized constructor concode_field_sep Class type concode_elem_sep Class[] EMPTY_CLASS_ARRAY concode_field_sep String getName concode_elem_sep int getIndex concode_elem_sep int getIndex concode_elem_sep int hashCode concode_elem_sep boolean equals concode_elem_sep FastClass create concode_elem_sep Object ...
Object function ( Class [ ] arg0 , Object [ ] arg1 ) { return this . newInstance ( this . getIndex ( arg0 ) , arg1 ) ; }
14,859
create an instance of checkaccount concode_field_sep QName _WithdrawResponse_QNAME concode_elem_sep QName _Withdraw_QNAME concode_elem_sep QName _NotAuthenticatedException_QNAME concode_elem_sep QName _CheckAccount_QNAME concode_elem_sep QName _CheckAccountResponse_QNAME concode_field_sep CheckAccountResponse createChe...
CheckAccount function ( ) { return new CheckAccount ( ) ; }
14,860
returns the operation set corresponding to the specified class or null if this operation set is not supported by the provider implementation . concode_field_sep List<RegistrationStateChangeListener> registrationListeners concode_elem_sep Map<String,OperationSet> supportedOperationSets concode_elem_sep Logger logger con...
T function ( Class < T > arg0 ) { return ( T ) supportedOperationSets . get ( arg0 . getName ( ) ) ; }
14,861
returns the time the availability has been up in milliseconds . for the purposes of this calculation , only the times that up was the explicit state are used that is , down , disabled and unknown time periods are excluded from the returned cumulative uptime . concode_field_sep long downTime concode_elem_sep long upTime...
long function ( ) { return upTime ; }
14,862
gets the function range concode_field_sep List<Double> encode concode_elem_sep List<Function> functions concode_elem_sep double interpolationExponentN concode_elem_sep List<Double> range concode_elem_sep float[] cOne concode_elem_sep int order concode_elem_sep List<Integer> size concode_elem_sep float[] cZero concode_e...
List < Double > function ( ) { return range ; }
14,863
getst the bounds of the text that makes up this sprite . the bounds are defined pdf space and are relative to the current ctm . concode_field_sep ArrayList<GlyphText> glyphTexts concode_elem_sep String fontName concode_elem_sep AffineTransform graphicStateTransform concode_elem_sep Rectangle2D.Float bounds concode_elem...
Rectangle2D . Float function ( ) { return bounds ; }
14,864
sets the maximum header limit . parsing of a mime entity will be terminated with a mimeexception if the number of headers exceeds the maximumlimit . if this parameter is set to a non positive value the header limit check will be disabled . concode_field_sep boolean strictParsing concode_elem_sep long maxContentLen conc...
void function ( int arg0 ) { this . maxHeaderCount = arg0 ; }
14,865
returns a new object with rotated image data by 90 degrees counterclockwise . only callable if #isrotatesupported is true . concode_field_sep BitMatrix matrix concode_elem_sep Binarizer binarizer concode_field_sep BinaryBitmap rotateCounterClockwise45 concode_elem_sep boolean isCropSupported concode_elem_sep int getHei...
BinaryBitmap function ( ) { LuminanceSource loc0 = binarizer . getLuminanceSource ( ) . rotateCounterClockwise ( ) ; return new BinaryBitmap ( binarizer . createBinarizer ( loc0 ) ) ; }
14,866
this test validates that an index which is out of bounds throws an indexoutofboundsexcpetion . concode_field_sep TupleTypeInfo<Tuple5<Integer,Long,String,Long,Integer>> tupleTypeInfo concode_elem_sep String myString concode_elem_sep List<CustomType> customTypeData concode_elem_sep long myLong concode_elem_sep long seri...
void function ( ) { final ExecutionEnvironment loc0 = ExecutionEnvironment . getExecutionEnvironment ( ) ; UnsortedGrouping < Tuple5 < Integer , Long , String , Long , Integer >> loc1 = loc0 . fromCollection ( emptyTupleData , tupleTypeInfo ) . groupBy ( 0 ) ; loc1 . maxBy ( - 1 ) ; }
14,867
fetch a coordinator completion participant service unique to the current thread concode_field_sep ThreadLocal<BusinessAgreementWithParticipantCompletionParticipantService> participantCompletionParticipantService concode_elem_sep ThreadLocal<BusinessAgreementWithCoordinatorCompletionParticipantService> coordinatorComple...
BusinessAgreementWithCoordinatorCompletionParticipantService function ( ) { if ( coordinatorCompletionParticipantService . get ( ) == null ) { coordinatorCompletionParticipantService . set ( PrivilegedServiceFactory . getInstance ( BusinessAgreementWithCoordinatorCompletionParticipantService . class ) . getService ( ) ...
14,868
set the text in the output component . this is where text should be put from stdout . concode_field_sep JTextArea output concode_elem_sep JTextArea input concode_elem_sep WebDriver driver concode_elem_sep JButton run concode_elem_sep JFrame mainFrame concode_field_sep void runSnippet concode_elem_sep void init concode_...
void function ( String arg0 ) { output . setText ( arg0 ) ; }
14,869
sets the value of the effectivedate property . concode_field_sep Long sequenceNumber concode_elem_sep XMLGregorianCalendar expirationDateTime concode_elem_sep String serviceCode concode_elem_sep XMLGregorianCalendar effectiveTime concode_elem_sep String action concode_elem_sep long serialVersionUID concode_elem_sep Str...
void function ( ServiceChangeDetailsType . EffectiveDate arg0 ) { this . effectiveDate = arg0 ; }
14,870
returns elapsed time for the specified phase and step , calculated as end - begin if step is complete or now - begin if step is running or 0 if the step is still pending . concode_field_sep Map<Phase,PhaseTracking> phases concode_field_sep long getSize concode_elem_sep Iterable<Phase> getPhases concode_elem_sep float g...
long function ( Phase arg0 , Step arg1 ) { return getElapsedTime ( getStepTracking ( arg0 , arg1 ) ) ; }
14,871
test method . concode_field_sep PlaceHolder placeHolder concode_field_sep Object getDelegate___AndroidMock
void function ( Object arg0 ) { }
14,872
returns the current retry count . concode_field_sep int mCurrentTimeoutMs concode_elem_sep int mCurrentRetryCount concode_elem_sep int mMaxNumRetries concode_elem_sep float DEFAULT_BACKOFF_MULT concode_elem_sep float mBackoffMultiplier concode_elem_sep int DEFAULT_TIMEOUT_MS concode_elem_sep int DEFAULT_MAX_RETRIES con...
int function ( ) { return mCurrentRetryCount ; }
14,873
arranges the blocks with no width constraint and a fixed height constraint . this puts all blocks into a single row . concode_field_sep long serialVersionUID concode_field_sep void add concode_elem_sep Size2D arrangeFF concode_elem_sep Size2D arrangeRR concode_elem_sep Size2D arrangeNN concode_elem_sep Size2D arrange c...
Size2D function ( BlockContainer arg0 , Canvas arg1 , RectangleConstraint arg2 ) { return arrangeNN ( arg0 , arg1 ) ; }
14,874
screenwidth concode_field_sep PlaceHolder placeHolder concode_field_sep int dip2px concode_elem_sep int px2dip concode_elem_sep int getScreenHeight
int function ( Context arg0 ) { DisplayMetrics loc0 = arg0 . getResources ( ) . getDisplayMetrics ( ) ; return loc0 . widthPixels ; }
14,875
returns the probability allocated to types not seen in the underlying collection . concode_field_sep int MIN_INPUT concode_elem_sep double CONFID_FACTOR concode_elem_sep double[] logZ concode_elem_sep double TOLERANCE concode_elem_sep double[] rStar concode_elem_sep int rows concode_elem_sep double pZero concode_elem_s...
double function ( ) { return pZero ; }
14,876
for hibernate concode_field_sep Long m_id concode_elem_sep String m_idString concode_elem_sep ChromosomeMaterial m_material concode_elem_sep Specie m_specie concode_elem_sep SortedSet m_alleles concode_elem_sep int m_fitnessValue concode_elem_sep Long DEFAULT_ID concode_elem_sep boolean m_isSelectedForNextGeneration co...
void function ( Long arg0 ) { m_material . setSecondaryParentId ( arg0 ) ; }
14,877
path to the js bundle file to be loaded from the file system . example : `` assets : / / index.android.js '' or '' / sdcard/main . jsbundle '' concode_field_sep NotThreadSafeBridgeIdleDebugListener mBridgeIdleDebugListener concode_elem_sep List<ReactPackage> mPackages concode_elem_sep Application mApplication concode_e...
Builder function ( String arg0 ) { mJSBundleFile = arg0 ; return this ; }
14,878
return an iterator of all children of this node . if there are no children , an empty iterator is returned . concode_field_sep String name concode_elem_sep HashMap attributes concode_elem_sep TreeNode parent concode_elem_sep String body concode_elem_sep ArrayList children concode_field_sep TreeNode findChild concode_el...
Iterator function ( ) { if ( children == null ) return ( Collections . EMPTY_LIST . iterator ( ) ) ; else return ( children . iterator ( ) ) ; }
14,879
counts the number of subdirectories in this directory . concode_field_sep RepositoryDirectoryInterface parent concode_elem_sep String DIRECTORY_SEPARATOR concode_elem_sep List<RepositoryDirectoryInterface> children concode_elem_sep boolean visible concode_elem_sep List<RepositoryElementMetaInterface> repositoryObjects ...
int function ( ) { return children . size ( ) ; }
14,880
gets the polygon object that represents the time zone on the image map . concode_field_sep Polygon mapPolygon concode_elem_sep String id concode_elem_sep String mapCommandButtonId concode_field_sep boolean isRelevantComponentId concode_elem_sep String getId concode_elem_sep String getMapCommandButtonId
Polygon function ( ) { return mapPolygon ; }
14,881
returns the number of class names . concode_field_sep ClassNamePersistence _persistence concode_field_sep void cacheResult concode_elem_sep void cacheResult concode_elem_sep List<ClassName> findWithDynamicQuery concode_elem_sep List<ClassName> findWithDynamicQuery concode_elem_sep List<ClassName> findWithDynamicQuery c...
int function ( ) { return getPersistence ( ) . countAll ( ) ; }
14,882
the coordinates to checkout concode_field_sep GitRepoAndRef.Builder gitRepoAndRef concode_elem_sep Optional<String> directory concode_elem_sep GitRepoAndRef gitRepoAndRef concode_elem_sep Optional<String> directory concode_field_sep Builder toBuilder concode_elem_sep Builder repository concode_elem_sep Builder reposito...
GitRepoAndRef function ( ) { return gitRepoAndRef ; }
14,883
create an instance of p concode_field_sep PlaceHolder placeHolder concode_field_sep Corpus createCorpus concode_elem_sep W createW concode_elem_sep S createS concode_elem_sep Body createBody
P function ( ) { return new P ( ) ; }
14,884
fetch the google base-url concode_field_sep org.sakaiproject.citation.api.ConfigurationService m_instance concode_field_sep String getSiteConfigExtendedRepositoryId concode_elem_sep String getConfigurationXml concode_elem_sep void setExternalSearchUrl concode_elem_sep boolean isCitationsEnabledByDefault concode_elem_se...
String function ( ) { org . sakaiproject . citation . api . ConfigurationService loc0 = getInstance ( ) ; if ( loc0 == null ) { return null ; } return loc0 . getSiteConfigGoogleBaseUrl ( ) ; }
14,885
locate the column index corresponding to the given column name via the cache . concode_field_sep ResultSet rs concode_elem_sep ColumnNameCache columnNameCache concode_elem_sep CoreMessageLogger LOG concode_elem_sep Class[] PROXY_INTERFACES concode_elem_sep SqlExceptionHelper sqlExceptionHelper concode_field_sep Object[...
int function ( String arg0 ) { return columnNameCache . getIndexForColumnName ( arg0 , rs ) ; }
14,886
creates the zookeeper node quorum string . concode_field_sep String NODE_INDEX_PROPERTY concode_elem_sep String META_DATA_TEMPLATE concode_elem_sep String HOST_ID_PROPERTY concode_field_sep String serializeAddressList concode_elem_sep List<String> deserializeAddressList concode_elem_sep FileTemplate createMetaDataTempl...
String function ( List < String > arg0 ) { StringBuilder loc0 = new StringBuilder ( ) ; for ( int loc1 = 0 ; loc1 < arg0 . size ( ) ; loc1 ++ ) { loc0 . append ( arg0 . get ( loc1 ) + "srini_string" + ClusterManagerConstants . Mesos . ZOOKEEPER_PORT ) ; if ( loc1 != arg0 . size ( ) - 1 ) { loc0 . append ( "srini_string...
14,887
find out the algorithm used by this method . concode_field_sep Map<String,Expression> options concode_elem_sep String ALGORITHM concode_elem_sep FilterFactory filterFactory concode_elem_sep ContrastMethod method concode_field_sep FilterFactory getFilterFactory concode_elem_sep void setMethod concode_elem_sep void addOp...
Expression function ( ) { return options . get ( ALGORITHM ) ; }
14,888
constructs and returns a pathpoint object that describes a discontinuous move to the given xy location . concode_field_sep int LINE concode_elem_sep int MOVE concode_elem_sep float mControl0X concode_elem_sep float mControl1Y concode_elem_sep float mControl0Y concode_elem_sep int mOperation concode_elem_sep float mX co...
PathPoint function ( float arg0 , float arg1 ) { return new PathPoint ( MOVE , arg0 , arg1 ) ; }
14,889
whether has extension x concode_field_sep int packet_len concode_elem_sep byte[] packet concode_field_sep long getSscr concode_elem_sep void setSscr concode_elem_sep boolean hasPadding concode_elem_sep void setExtension concode_elem_sep int getSequenceNumber concode_elem_sep byte[] getPacket concode_elem_sep boolean ha...
boolean function ( ) { if ( packet_len >= 12 ) return getBit ( packet [ 0 ] , 4 ) ; else return false ; }
14,890
reads the next token from the given offset and returns the start offset of the token . concode_field_sep int endPosition concode_elem_sep int LEXICAL_ERROR concode_elem_sep IScanner scanner concode_elem_sep int END_OF_FILE concode_elem_sep int DOCUMENT_ERROR concode_field_sep int getCurrentStartOffset concode_elem_sep ...
int function ( int arg0 , boolean arg1 ) { readNext ( arg0 , arg1 ) ; return getCurrentStartOffset ( ) ; }
14,891
returns the leading of the text . concode_field_sep float leading concode_elem_sep float overlineOffset concode_elem_sep int baselineIndex concode_elem_sep int numChars concode_elem_sep float underlineOffset concode_elem_sep float strikethroughThickness concode_elem_sep float descent concode_elem_sep float overlineThic...
float function ( ) { return leading ; }
14,892
setup the configuration . setup the configuration using the different properties set in the class . this method should be called before using the configuration or table . concode_field_sep String zookeeperQuorum concode_elem_sep int zookeeperClientPort concode_elem_sep Configuration configuration concode_elem_sep HTabl...
void function ( ) { configuration = HBaseConfiguration . create ( ) ; configuration . set ( "srini_string" , zookeeperQuorum ) ; configuration . set ( "srini_string" , "srini_string" + zookeeperClientPort ) ; table = new HTable ( configuration , tableName ) ; }
14,893
redoes this editing action . concode_field_sep String UndoName concode_elem_sep boolean alive concode_elem_sep long serialVersionUID concode_elem_sep String RedoName concode_elem_sep boolean hasBeenDone concode_field_sep boolean canUndo concode_elem_sep void die concode_elem_sep void undo concode_elem_sep boolean repla...
void function ( ) { if ( ! canRedo ( ) ) throw new CannotRedoException ( ) ; hasBeenDone = true ; }
14,894
returns the modified date of this b b b meeting . concode_field_sep BBBMeeting _bbbMeeting concode_field_sep void setExpandoBridgeAttributes concode_elem_sep void setExpandoBridgeAttributes concode_elem_sep void setExpandoBridgeAttributes concode_elem_sep java.lang.String getName concode_elem_sep void setGroupId concod...
java . util . Date function ( ) { return _bbbMeeting . getModifiedDate ( ) ; }
14,895
set the resend interval for this device . concode_field_sep TellstickValueSelector valueSelector concode_elem_sep long resendInterval concode_elem_sep String itemName concode_elem_sep String protocol concode_elem_sep TellstickValueSelector usageSelector concode_elem_sep int resend concode_elem_sep int id concode_field_...
void function ( long arg0 ) { this . resendInterval = arg0 ; }
14,896
close target outputstream instance . concode_field_sep Logger LOGGER concode_elem_sep ThreadLocal<Boolean> DEBUG_CONTROLLER concode_elem_sep Map<String,Codec> CACHED concode_field_sep Codec<T> create concode_elem_sep Codec<T> create concode_elem_sep Codec<T> create concode_elem_sep OutputStream prepareTargetClassFileOu...
void function ( OutputStream arg0 ) { if ( arg0 != null ) { try { arg0 . close ( ) ; } catch ( IOException loc0 ) { throw new RuntimeException ( loc0 . getMessage ( ) , loc0 ) ; } } }
14,897
call this to start the server . concode_field_sep boolean hasRequestedShutdown concode_elem_sep ObjectSocketWrapper clientSocket concode_elem_sep ObserverLord<O> observerLord concode_elem_sep boolean isServerRunning concode_elem_sep P protocol concode_elem_sep Logger logger concode_elem_sep int port concode_elem_sep Se...
boolean function ( ) { port = connect ( ) ; if ( port == - 1 ) { return false ; } communicationThread = new Thread ( new Runnable ( ) { public void run ( ) { listenForConnections ( ) ; } } ) ; communicationThread . start ( ) ; communicationsStarted ( ) ; return true ; }
14,898
called when the renderer is started . the default implementation is a no-op . concode_field_sep int STATE_UNPREPARED concode_elem_sep long MATCH_LONGEST_US concode_elem_sep int STATE_PREPARED concode_elem_sep long UNKNOWN_TIME_US concode_elem_sep int STATE_ENABLED concode_elem_sep long END_OF_TRACK_US concode_elem_sep ...
void function ( ) { }
14,899
returns the name if the searchengine concode_field_sep String searchEngine concode_elem_sep String peptideAccession concode_elem_sep Double threshold concode_elem_sep ArrayList<UserParam> userParams concode_elem_sep String databaseVersion concode_elem_sep String[] iTraqNorm concode_elem_sep String[] iTraqUT concode_ele...
String function ( ) { return searchEngine ; }