idx
int64
0
25k
question
stringlengths
68
5.14k
target
stringlengths
20
503
10,800
gets the value of the totalonetimecharges property . concode_field_sep List<SubscriberServiceInfo> subscriberServiceInfo concode_elem_sep String totalOneTimeCharges concode_elem_sep SignatureType signature concode_elem_sep CustomerInfo customerInfo concode_elem_sep ServiceAgreementInfo.ServiceInformation serviceInforma...
String function ( ) { return totalOneTimeCharges ; }
10,801
remove client side token for auto login concode_field_sep String REMEMBER_ME concode_elem_sep CLogger log concode_field_sep void load concode_elem_sep String getHomeToken concode_elem_sep String getPasswordHash concode_elem_sep void save concode_elem_sep boolean validateToken
void function ( ) { try { String loc0 = getHomeToken ( ) ; String loc1 = "srini_string" + loc0 + "srini_string" ; AuScript loc2 = new AuScript ( null , loc1 ) ; Clients . response ( "srini_string" , loc2 ) ; } catch ( Exception loc0 ) { log . log ( Level . WARNING , loc0 . getLocalizedMessage ( ) , loc0 ) ; } }
10,802
gets the value of the tpl property . concode_field_sep TSTimeData arr concode_elem_sep String ptd concode_elem_sep Boolean detachFront concode_elem_sep TSTimeData pass concode_elem_sep String wta concode_elem_sep String wtd concode_elem_sep Integer length concode_elem_sep TSTimeData dep concode_elem_sep String tpl conc...
String function ( ) { return tpl ; }
10,803
a list of items that match the select expression . note : this method appends the values to the existing list if any . use #setitems java.util.collection or #withitems java.util.collection if you want to override the existingvalues . returns a reference to this object so that method calls can be chained together . conc...
SelectResult function ( Item ... arg0 ) { if ( getItems ( ) == null ) setItems ( new java . util . ArrayList < Item > ( arg0 . length ) ) ; for ( Item loc0 : arg0 ) { getItems ( ) . add ( loc0 ) ; } return this ; }
10,804
this is a getter for ui . concode_field_sep int rankingOnWaiting concode_elem_sep List<SelectItem> moveAvailableTimeSlots concode_elem_sep List<AttendeeWrapper> waitingList concode_elem_sep int tsMarker concode_elem_sep SignupTimeslot timeSlot concode_elem_sep boolean comment concode_elem_sep List<AttendeeWrapper> atte...
SignupTimeslot function ( ) { return timeSlot ; }
10,805
return a singleton instance of this class concode_field_sep AtmosAPIFacade instance concode_elem_sep Logger LOG concode_elem_sep AtmosApi client concode_field_sep AtmosResult move concode_elem_sep void downloadFilesInFolder concode_elem_sep ObjectId putSingleFile concode_elem_sep AtmosResult get concode_elem_sep AtmosR...
AtmosAPIFacade function ( AtmosApi arg0 ) { if ( instance == null ) { instance = new AtmosAPIFacade ( ) ; AtmosAPIFacade . arg0 = arg0 ; } return instance ; }
10,806
notify the monitor a worker is starting . concode_field_sep Thread mainThread concode_elem_sep Semaphore process concode_elem_sep AtomicInteger pendingUpdates concode_elem_sep ReentrantLock lock concode_elem_sep ProgressMonitor pm concode_elem_sep AtomicInteger workers concode_field_sep boolean isMainThread concode_ele...
void function ( ) { startWorkers ( 1 ) ; }
10,807
auto generated getter method concode_field_sep com.amazon.ec2.CancelBundleTaskResponseType localCancelBundleTaskResponse concode_elem_sep javax.xml.namespace.QName MY_QNAME concode_field_sep java.lang.String generatePrefix concode_elem_sep void serialize concode_elem_sep void serialize concode_elem_sep void writeQName ...
com . amazon . ec2 . CancelBundleTaskResponseType function ( ) { return localCancelBundleTaskResponse ; }
10,808
start the lightwaverfreceiver will set running true , initialise the socket and start the thread . concode_field_sep int DELAY_BETWEEN_RECEIVES_MS concode_elem_sep boolean running concode_elem_sep ScheduledExecutorService executor concode_elem_sep CopyOnWriteArrayList<LightwaveRFMessageListener> listeners concode_elem_...
void function ( ) { logger . info ( "srini_string" ) ; running = true ; executor . scheduleWithFixedDelay ( this , 0 , DELAY_BETWEEN_RECEIVES_MS , TimeUnit . MILLISECONDS ) ; }
10,809
returns if the labels should be visible . concode_field_sep int TEXT_COLOR concode_elem_sep String textTypefaceName concode_elem_sep Align yLabelsAlign concode_elem_sep int NO_COLOR concode_elem_sep boolean mShowAxes concode_elem_sep boolean mShowLegend concode_elem_sep boolean mShowLabels concode_elem_sep int mBackgro...
boolean function ( ) { return mShowLabels ; }
10,810
gets the contained throwable , the cause of the error . concode_field_sep Throwable throwable concode_field_sep ErrorHandler findErrorHandler concode_elem_sep ErrorHandler findErrorHandler concode_elem_sep void setThrowable
Throwable function ( ) { return throwable ; }
10,811
sets the parameter value at the specified index concode_field_sep List<String> values concode_elem_sep String name concode_elem_sep int id concode_elem_sep int MOVE_MOTOR_NUM_PARAM concode_elem_sep String MOVE_MOTER_NAME concode_field_sep float getFloatParameter concode_elem_sep String getName concode_elem_sep void set...
void function ( int arg0 , String arg1 ) { values . set ( arg0 , arg1 ) ; }
10,812
returns the number of days since epoch with respect to the given number of milliseconds since epoch . concode_field_sep DateTimeFormatter iso8601DateFormat concode_elem_sep int AWS_DATE_MILLI_SECOND_PRECISION concode_elem_sep DateTimeFormatter compressedIso8601DateFormat concode_elem_sep DateTimeFormatter alternateIso8...
long function ( long arg0 ) { return TimeUnit . MILLISECONDS . toDays ( arg0 ) ; }
10,813
close the socket and free-up resources . it 's recommended that clients call this when they are done with the port . concode_field_sep int port concode_elem_sep DatagramSocket socket concode_field_sep int defaultSCOSCPort concode_elem_sep void finalize concode_elem_sep int defaultSCLangOSCPort
void function ( ) { socket . close ( ) ; }
10,814
changes the max size of the cache . if newmaxsize is greater then maxsize next invoke to maxsize will return newmaxsize and the entries in cache will not be modified . if newmaxsize is less then size the cache will shrink itself removing least recently used element until size equals newmaxsize . for each element remove...
void function ( int arg0 ) { if ( arg0 < 1 ) { throw new IllegalArgumentException ( "srini_string" + arg0 ) ; } resizeInternal ( arg0 ) ; }
10,815
getlinenumber returns the line number of the node . concode_field_sep String m_publicId concode_elem_sep int m_columnNumber concode_elem_sep int m_lineNumber concode_elem_sep String m_systemId concode_field_sep String getSystemId concode_elem_sep int getColumnNumber concode_elem_sep String toString concode_elem_sep Str...
int function ( ) { return m_lineNumber ; }
10,816
generate a random ascii string of a given length . concode_field_sep int FNV_offset_basis_32 concode_elem_sep ThreadLocal<Random> rng concode_elem_sep int FNV_prime_32 concode_elem_sep long FNV_offset_basis_64 concode_elem_sep Random rand concode_elem_sep long FNV_prime_64 concode_field_sep Map<String,Long[]> getGCStat...
String function ( int arg0 ) { int loc0 = '~' - ' ' + 1 ; byte [ ] loc1 = new byte [ arg0 ] ; random ( ) . nextBytes ( loc1 ) ; for ( int loc2 = 0 ; loc2 < arg0 ; loc2 ++ ) { if ( loc1 [ loc2 ] < 0 ) { loc1 [ loc2 ] = ( byte ) ( ( - loc1 [ loc2 ] % loc0 ) + ' ' ) ; } else { loc1 [ loc2 ] = ( byte ) ( ( loc1 [ loc2 ] % ...
10,817
set the name property . always overrides the default value if this object is a spring bean . concode_field_sep boolean allowStartIfComplete concode_elem_sep CompositeStepExecutionListener stepExecutionListener concode_elem_sep String name concode_elem_sep JobRepository jobRepository concode_elem_sep Log logger concode_...
void function ( String arg0 ) { this . name = arg0 ; }
10,818
returns a list unmodifiable view of this allele-list concode_field_sep boolean[] keptFromIndices concode_elem_sep AlleleList EMPTY_LIST concode_elem_sep boolean isPartial concode_elem_sep AlleleList<A> from concode_elem_sep AlleleList<A> to concode_elem_sep AlleleList<A> list concode_elem_sep boolean nonPermuted concod...
List < A > function ( ) { return new AbstractList < A > ( ) { @ Override public A get ( final int arg0 ) { return AlleleList . this . getAllele ( arg0 ) ; } @ Override public int size ( ) { return AlleleList . this . numberOfAlleles ( ) ; } } ; }
10,819
getter method to get the start date concode_field_sep Date endDate concode_elem_sep Integer campaignId concode_elem_sep String description concode_elem_sep long serialVersionUID concode_elem_sep Integer classificationId concode_elem_sep Timestamp createdDate concode_elem_sep String campaignText concode_elem_sep String ...
Date function ( ) { return startDate ; }
10,820
flag denoting if the module uses the project 's default opencms module name . concode_field_sep String moduleVersion concode_elem_sep String moduleName concode_elem_sep SyncMode syncMode concode_elem_sep String exportImportSiteRoot concode_elem_sep boolean openCmsModuleEnabled concode_elem_sep boolean useProjectDefault...
boolean function ( ) { return useProjectDefaultModuleNameEnabled ; }
10,821
reads and decodes ico data from the given source . the returned list of images is in the order in which they appear in the source ico data . concode_field_sep int PNG_MAGIC2 concode_elem_sep int PNG_MAGIC_LE concode_elem_sep int PNG_MAGIC concode_elem_sep int PNG_MAGIC2_LE concode_field_sep javax.imageio.ImageReader ge...
java . util . List < BufferedImage > function ( java . io . InputStream arg0 ) { java . util . List < ICOImage > loc0 = readExt ( arg0 ) ; java . util . List < BufferedImage > loc1 = new java . util . ArrayList < BufferedImage > ( loc0 . size ( ) ) ; for ( int loc2 = 0 ; loc2 < loc0 . size ( ) ; loc2 ++ ) { ICOImage lo...
10,822
should be called every time a parameterized test completed with the int value of its test parameter . concode_field_sep int MAX_COLUMNS concode_elem_sep Throttle throttle concode_elem_sep Object printMonitor concode_elem_sep int conflatedResult concode_elem_sep int FAIL concode_elem_sep int ERROR concode_elem_sep int P...
void function ( Test arg0 , int arg1 , Long arg2 ) { }
10,823
two objects that are equal are required to return the same hashcode . concode_field_sep double EPSILON concode_field_sep void testCloning concode_elem_sep void testFindRangeBounds concode_elem_sep void testFindDomainBounds concode_elem_sep void testPublicCloneable concode_elem_sep void testSerialization concode_elem_se...
void function ( ) { XYBlockRenderer loc0 = new XYBlockRenderer ( ) ; XYBlockRenderer loc1 = new XYBlockRenderer ( ) ; assertTrue ( loc0 . equals ( loc1 ) ) ; int loc2 = loc0 . hashCode ( ) ; int loc3 = loc1 . hashCode ( ) ; assertEquals ( loc2 , loc3 ) ; }
10,824
gets the interesting local properties . concode_field_sep Set<RequestedLocalProperties> localProps concode_elem_sep Set<RequestedGlobalProperties> globalProps concode_field_sep InterestingProperties filterByCodeAnnotations concode_elem_sep void dropTrivials concode_elem_sep int hashCode concode_elem_sep boolean equals ...
Set < RequestedLocalProperties > function ( ) { return this . localProps ; }
10,825
put an item of fruit into the bowl . concode_field_sep ArrayList<Fruit> fruit concode_field_sep Fruit take concode_elem_sep int countFruit concode_elem_sep String toString
void function ( Fruit arg0 ) { fruit . add ( arg0 ) ; }
10,826
sets the uri . concode_field_sep Country country concode_elem_sep String postalCode concode_elem_sep Set<Person_PostalAddress> persons_postalAddresses concode_elem_sep Set<Equipment_PostalAddress> equipments_postalAddresses concode_elem_sep Set<OrganisationUnit_PostalAddress> organisationUnits_postalAddresses concode_e...
void function ( String arg0 ) { this . uri = arg0 ; }
10,827
returns the minimum size as sent into the constructor . concode_field_sep BoundSize NULL_SIZE concode_elem_sep BoundSize ZERO_PIXEL concode_elem_sep UnitValue min concode_elem_sep UnitValue max concode_elem_sep UnitValue pref concode_elem_sep boolean gapPush concode_elem_sep long serialVersionUID concode_field_sep Obje...
UnitValue function ( ) { return min ; }
10,828
destructor . call this to gracefully terminate context and close any managed 0mq sockets concode_field_sep int linger concode_elem_sep ZMQ.Context context concode_elem_sep boolean main concode_elem_sep List<Socket> sockets concode_elem_sep int ioThreads concode_field_sep List<Socket> getSockets concode_elem_sep ZContex...
void function ( ) { ListIterator < Socket > loc0 = sockets . listIterator ( ) ; while ( loc0 . hasNext ( ) ) { destroySocket ( loc0 . next ( ) ) ; } sockets . clear ( ) ; if ( isMain ( ) && context != null ) context . term ( ) ; }
10,829
draws a line between the given coordinates using the currently set color . concode_field_sep Blending blending concode_elem_sep Gdx2DPixmap pixmap concode_elem_sep boolean disposed concode_elem_sep int color concode_field_sep Blending getBlending concode_elem_sep int getGLFormat concode_elem_sep int getGLType concode_e...
void function ( int arg0 , int arg1 , int arg2 , int arg3 ) { pixmap . drawLine ( arg0 , arg1 , arg2 , arg3 , color ) ; }
10,830
a filter for a field based on a term . concode_field_sep PlaceHolder placeHolder concode_field_sep NotFilterBuilder notFilter concode_elem_sep NumericRangeFilterBuilder numericRangeFilter concode_elem_sep AndFilterBuilder andFilter concode_elem_sep PrefixFilterBuilder prefixFilter concode_elem_sep LimitFilterBuilder li...
TermFilterBuilder function ( String arg0 , String arg1 ) { return new TermFilterBuilder ( arg0 , arg1 ) ; }
10,831
checks if all given transitions have at least one action . returns false for empty lists . concode_field_sep PlaceHolder placeHolder concode_field_sep boolean hasEntryAction concode_elem_sep boolean containsOnlyEventsOfType concode_elem_sep boolean oneIncomingTransitionEntersCompositeWithEntryActions concode_elem_sep b...
boolean function ( EList < Transition > arg0 ) { if ( arg0 . isEmpty ( ) ) return false ; for ( Transition loc0 : arg0 ) { if ( ! hasAtLeastOneAction ( loc0 ) ) { return false ; } } return true ; }
10,832
create a mockhttpservletrequestbuilder for a put request . concode_field_sep PlaceHolder placeHolder concode_field_sep MockHttpServletRequestBuilder patch concode_elem_sep MockHttpServletRequestBuilder patch concode_elem_sep MockHttpServletRequestBuilder head concode_elem_sep MockHttpServletRequestBuilder head concode_...
MockHttpServletRequestBuilder function ( URI arg0 ) { return MockMvcRequestBuilders . put ( arg0 ) ; }
10,833
returns the actual set of targets which we attempted to build . this value is set during the build , after the target patterns have been parsed and resolved . if -- keep_going is specified , this set may exclude targets that could not be found or successfully analyzed . it may be examined after the build . may be null ...
Collection < ConfiguredTarget > function ( ) { return actualTargets ; }
10,834
returns the element of the cell . can be either a td element or a th element . concode_field_sep int column concode_elem_sep FlyweightRow row concode_elem_sep TableCellElement element concode_elem_sep CellIterator currentIterator concode_elem_sep String COLSPAN_ATTR concode_field_sep void hideOrRevealAdjacentCellElemen...
TableCellElement function ( ) { assertSetup ( ) ; return element ; }
10,835
called when the activity is no longer visible to 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 onOverrideUrlL...
void function ( ) { }
10,836
floats . concode_field_sep int SEED concode_elem_sep MessageDigest sha1Digest concode_elem_sep MessageDigest sha256Digest concode_elem_sep int fODD_PRIME_NUMBER concode_field_sep String encodeBase64 concode_elem_sep int firstTerm concode_elem_sep String getSHA256 concode_elem_sep boolean isArray concode_elem_sep byte[]...
int function ( int arg0 , float arg1 ) { return hash ( arg0 , Float . floatToIntBits ( arg1 ) ) ; }
10,837
auto generated setter method concode_field_sep com.amazon.ec2.RebootInstancesType localRebootInstances concode_elem_sep javax.xml.namespace.QName MY_QNAME concode_field_sep java.lang.String generatePrefix concode_elem_sep void serialize concode_elem_sep void serialize concode_elem_sep void writeQName concode_elem_sep v...
void function ( com . amazon . ec2 . RebootInstancesType arg0 ) { this . localRebootInstances = arg0 ; }
10,838
updates the recent layout branch in the database or adds it if it does not yet exist . also notifies the appropriate model listeners . concode_field_sep RecentLayoutBranchLocalService _recentLayoutBranchLocalService concode_field_sep int getRecentLayoutBranchsCount concode_elem_sep java.lang.String getOSGiServiceIdenti...
com . liferay . portal . kernel . model . RecentLayoutBranch function ( com . liferay . portal . kernel . model . RecentLayoutBranch arg0 ) { return _recentLayoutBranchLocalService . updateRecentLayoutBranch ( arg0 ) ; }
10,839
gets the value of the statusmessage property . concode_field_sep StatusDetailType statusDetail concode_elem_sep String statusMessage concode_elem_sep StatusCodeType statusCode concode_field_sep void setStatusDetail concode_elem_sep void setStatusMessage concode_elem_sep StatusCodeType getStatusCode concode_elem_sep voi...
String function ( ) { return statusMessage ; }
10,840
reads a string from keyboard . prints a message first . concode_field_sep String welcomeMessage concode_elem_sep ConnectionManager server concode_elem_sep PersistanceState state concode_elem_sep Thread thread concode_field_sep ConnectionManager getServer concode_elem_sep String changeServerPort concode_elem_sep void st...
String function ( String arg0 ) { BufferedReader loc0 = new BufferedReader ( new InputStreamReader ( System . in ) ) ; String loc1 = null ; System . out . print ( arg0 ) ; loc1 = loc0 . readLine ( ) ; return loc1 ; }
10,841
getter for version . concode_field_sep String DIR_SEP concode_elem_sep String EXT_SEP concode_elem_sep String TEMPLATE_EXT concode_elem_sep String RESOURCES_DIRECTORY concode_elem_sep String version concode_elem_sep String resourceName concode_field_sep void setResourceName concode_elem_sep void setVersion concode_elem...
String function ( ) { return this . version ; }
10,842
get the height of the character on the sheet concode_field_sep String setName concode_elem_sep ArrayList kerning concode_elem_sep String imageName concode_elem_sep int offset concode_elem_sep int yoffset concode_elem_sep ArrayList chars concode_elem_sep int second concode_elem_sep int xadvance concode_elem_sep String f...
int function ( ) { return height ; }
10,843
gets the cloudlet finished list . concode_field_sep List<? extends ResCloudlet> cloudletFinishedList concode_elem_sep double previousTime concode_elem_sep List<? extends ResCloudlet> cloudletPausedList concode_elem_sep List<? extends ResCloudlet> cloudletWaitingList concode_elem_sep List<? extends ResCloudlet> cloudlet...
List < T > function ( ) { return ( List < T > ) cloudletFinishedList ; }
10,844
returns the value for a given key . concode_field_sep long serialVersionUID concode_elem_sep ArrayList keys concode_elem_sep ArrayList values concode_elem_sep HashMap indexMap concode_field_sep void sortByValues concode_elem_sep Comparable getKey concode_elem_sep int getIndex concode_elem_sep void rebuildIndex concode_...
Number function ( Comparable arg0 ) { int loc0 = getIndex ( arg0 ) ; if ( loc0 < 0 ) { throw new UnknownKeyException ( "srini_string" + arg0 ) ; } return getValue ( loc0 ) ; }
10,845
expect connect timeout on a url that requires auth , because the connection backlog is consumed . concode_field_sep int TEST_TIMEOUT concode_elem_sep int SHORT_SOCKET_TIMEOUT concode_elem_sep URLConnectionFactory connectionFactory concode_elem_sep List<SocketChannel> clients concode_elem_sep Log LOG concode_elem_sep in...
void function ( ) { consumeConnectionBacklog ( ) ; try { fs . getDelegationToken ( "srini_string" ) ; fail ( "srini_string" ) ; } catch ( SocketTimeoutException loc0 ) { assertEquals ( "srini_string" , loc0 . getMessage ( ) ) ; } }
10,846
convert the ecorevalue to an adaptingvalue concode_field_sep AbstractFeatureElement<FE> ecoreFeatureElement concode_elem_sep AbstractFeatureElement<? extends EStructuralFeature> adaptingFeatureElement concode_elem_sep IMappingMetaDataRegistry.Install mappingMetaDataRegistry concode_field_sep Object importValueOrValues ...
Object function ( EObject arg0 , Object arg1 ) { if ( arg1 instanceof List < ? > ) return exportValues ( arg0 , ( List < ? > ) arg1 ) ; else return exportValue ( arg0 , arg1 ) ; }
10,847
gets the value of the returnval property . concode_field_sep ManagedObjectReference returnval concode_field_sep void setReturnval
ManagedObjectReference function ( ) { return returnval ; }
10,848
read the value array from the cdr stream . concode_field_sep NameValuePair[] value concode_field_sep org.omg.CORBA.TypeCode _type concode_elem_sep void _write
void function ( InputStream arg0 ) { value = NameValuePairSeqHelper . read ( arg0 ) ; }
10,849
returns the label height you could derive this from the label itself , but we cache the value so it can be retrieved quickly . concode_field_sep double allocatedY concode_elem_sep double gap concode_elem_sep double angle concode_elem_sep double baseY concode_elem_sep double linkPercent concode_elem_sep TextBox label co...
double function ( ) { return this . labelHeight ; }
10,850
execute a block of code , providing a jdbc connection . the connection and all created statements are automatically released . concode_field_sep PlaceHolder placeHolder concode_field_sep Connection getConnection concode_elem_sep Connection getConnection concode_elem_sep Connection getConnection concode_elem_sep Connect...
A function ( ConnectionCallable < A > arg0 , Application arg1 ) { return withConnection ( "srini_string" , true , arg0 , arg1 ) ; }
10,851
rule for extracting a gpfilepath from a parameterinfo . concode_field_sep JobInfo root concode_elem_sep boolean cancelled concode_elem_sep Logger log concode_field_sep void cancel concode_elem_sep void visitJob concode_elem_sep void visitOutputFiles concode_elem_sep List<JobInfo> getChildJobInfos concode_elem_sep void ...
GpFilePath function ( ParameterInfo arg0 ) { GpFilePath loc0 = null ; String loc1 = "srini_string" + arg0 . getValue ( ) ; try { loc0 = new JobResultFile ( loc1 ) ; } catch ( Exception loc2 ) { log . error ( loc2 ) ; } return loc0 ; }
10,852
gets the value of the pointtype property . concode_field_sep ExtensionsT extensions concode_elem_sep Double altitudeMeters concode_elem_sep String notes concode_elem_sep String name concode_elem_sep XMLGregorianCalendar time concode_elem_sep PositionT position concode_elem_sep String pointType concode_field_sep void se...
String function ( ) { return pointType ; }
10,853
positive test . concode_field_sep Cluster cluster concode_elem_sep FsPermission OWNER_ONLY_PERMISSION concode_elem_sep Map<String,String> overlay concode_elem_sep ClusterEntityParser parser concode_elem_sep TestContext context concode_elem_sep FileSystem fs concode_field_sep void testClusterEntityWithInvalidInterfaces ...
void function ( ) { overlay = context . getUniqueOverlay ( ) ; overlay . put ( "srini_string" , "srini_string" ) ; ClientResponse loc0 = context . submitToFalcon ( TestContext . CLUSTER_TEMPLATE , overlay , EntityType . CLUSTER ) ; context . assertSuccessful ( loc0 ) ; }
10,854
converts the specified date to an iso 8601 timestamp string and returns it . concode_field_sep DateUtils dateUtils concode_field_sep String fromBigDecimal concode_elem_sep String replace concode_elem_sep BigInteger toBigInteger concode_elem_sep String fromLong concode_elem_sep BigDecimal toBigDecimal concode_elem_sep S...
String function ( Date arg0 ) { return dateUtils . formatIso8601Date ( arg0 ) ; }
10,855
method to retrieve the ecn field of the header . concode_field_sep int payloadOffset concode_elem_sep jND_IPv4Address srcIP concode_elem_sep jND_BYTE2 srcPortNo concode_elem_sep jND_BYTE1 offsetNo concode_elem_sep jND_BYTE1 flagsNo concode_elem_sep byte[] pload concode_elem_sep jND_BYTE1 ecnNo concode_elem_sep jND_BYTE...
jND_BYTE1 function ( ) { return ecnNo ; }
10,856
sets the value of the jdk property . concode_field_sep String jdk concode_elem_sep Boolean activeByDefault concode_elem_sep ActivationFile file concode_elem_sep ActivationOS os concode_elem_sep ActivationProperty property concode_field_sep ActivationOS getOs concode_elem_sep void setOs concode_elem_sep String getJdk co...
void function ( String arg0 ) { this . jdk = arg0 ; }
10,857
returns a claim given its name . concode_field_sep JsonObject headers concode_elem_sep JsonObject claims concode_field_sep String encode concode_elem_sep String getPlainClaims concode_elem_sep String getIssuer concode_elem_sep String getSubject concode_elem_sep String geType concode_elem_sep JsonObject getHeaders conco...
List < String > function ( String arg0 ) { return JsonUtil . getValues ( arg0 , this . claims ) ; }
10,858
sets the verifier used to confirm that response certificates apply to requested hostnames for https connections . if unset , the httpsurlconnection #getdefaulthostnameverifier system-wide default hostname verifier will be used . concode_field_sep boolean followProtocolRedirects concode_elem_sep HostnameVerifier hostnam...
OkHttpClient function ( HostnameVerifier arg0 ) { this . hostnameVerifier = arg0 ; return this ; }
10,859
this method is called from classes implementing the jdbc interfaces . inside the engine it is used for conversion from a value of type other to another type . it will throw if the other is an instance of a classe that is not available . concode_field_sep byte[] data concode_field_sep int hashCode concode_elem_sep boole...
Serializable function ( ) { try { return InOutUtil . deserialize ( data ) ; } catch ( Exception loc0 ) { throw Error . error ( ErrorCode . X_22521 , loc0 . toString ( ) ) ; } }
10,860
reinitialise . concode_field_sep int bufpos concode_elem_sep boolean prevCharIsLF concode_elem_sep int tabSize concode_elem_sep int bufsize concode_elem_sep int available concode_elem_sep java.io.Reader inputStream concode_elem_sep int line concode_elem_sep boolean staticFlag concode_elem_sep int bufcolumn[] concode_el...
void function ( java . io . InputStream arg0 , int arg1 , int arg2 , int arg3 ) { ReInit ( new java . io . InputStreamReader ( arg0 ) , arg1 , arg2 , arg3 ) ; }
10,861
gets the serializer factory . concode_field_sep SerializerFactory _serializerFactory concode_field_sep void writeHeader concode_elem_sep boolean removeRef concode_elem_sep void writeClassFieldLength concode_elem_sep void writeByteBufferStart concode_elem_sep void writeRef concode_elem_sep boolean addRef concode_elem_se...
SerializerFactory function ( ) { SerializerFactory loc0 = _serializerFactory ; if ( loc0 == null ) _serializerFactory = loc0 = new SerializerFactory ( ) ; return loc0 ; }
10,862
return the configured maxage value , possibly null . concode_field_sep List<String> allowedOrigins concode_elem_sep Long maxAge concode_elem_sep List<String> exposedHeaders concode_elem_sep List<String> allowedHeaders concode_elem_sep List<String> allowedMethods concode_elem_sep String ALL concode_elem_sep Boolean allo...
Long function ( ) { return this . maxAge ; }
10,863
the default behavior of this method is to return getremoteaddr on the wrapped request object . concode_field_sep ServletRequest request concode_field_sep void setRequest concode_elem_sep ServletRequest getRequest concode_elem_sep String getRemoteHost concode_elem_sep Map getParameterMap concode_elem_sep String getRealP...
String function ( ) { return this . request . getRemoteAddr ( ) ; }
10,864
get the maximum worker count for the pool . concode_field_sep int DEFAULT_MAXIMUM_THREAD_COUNT concode_elem_sep int taskCount concode_elem_sep int DEFAULT_MINIMUM_THREAD_COUNT concode_elem_sep int maximumWorkerCount concode_elem_sep int minimumWorkerCount concode_elem_sep TaskManager MANAGER concode_elem_sep Set worker...
int function ( ) { synchronized ( workerPool ) { return maximumWorkerCount ; } }
10,865
called whenever the osgi framework starts our bundle concode_field_sep Logger logger concode_field_sep void stop
void function ( BundleContext arg0 ) { logger . debug ( "srini_string" ) ; }
10,866
this method tests if an integer is a power of 2 . concode_field_sep PlaceHolder placeHolder concode_field_sep void printArray concode_elem_sep void printArray concode_elem_sep int getLog concode_elem_sep byte[] intToBytesLittleEndian concode_elem_sep byte[] concatenateArray concode_elem_sep int bytesToIntLittleEndian c...
boolean function ( int arg0 ) { int loc0 = 1 ; while ( loc0 < arg0 ) { loc0 <<= 1 ; } if ( arg0 == loc0 ) { return true ; } return false ; }
10,867
point smoothing anti-aliasing , applicable when rendertype is point . when true , points look like circles rather than squares . default is true . concode_field_sep Number3d _scale concode_elem_sep Number3d _rotation concode_elem_sep String _name concode_elem_sep boolean _lightingEnabled concode_elem_sep RenderType _re...
boolean function ( ) { return _pointSmoothing ; }
10,868
get mhl version of a device which is connected to a port of the given portid . mhl specification version 2.0 returns 0x20 , 3.0 will return 0x30 respectively . the return value is stored in ` version ' . concode_field_sep HdmiPortInfo[] EMPTY_PORT_INFO concode_elem_sep int INVALID_DEVICE_ROLES concode_elem_sep SparseAr...
int function ( int arg0 ) { return INVALID_MHL_VERSION ; }
10,869
compute the false positive probability based on given input entries and bits size . note : this is just the math expected value , you should not expect the fpp in real case would under the return value for certain . concode_field_sep int expectedEntries concode_elem_sep int offset concode_elem_sep int LONG_POSITION_MAS...
double function ( long arg0 , int arg1 ) { int loc0 = optimalNumOfHashFunctions ( arg0 , arg1 ) ; double loc1 = Math . pow ( Math . E , - ( double ) loc0 * arg0 / arg1 ) ; double loc2 = Math . pow ( 1 - loc1 , loc0 ) ; return loc2 ; }
10,870
sets email . concode_field_sep String firstName concode_elem_sep String lastName concode_elem_sep String department concode_elem_sep String userName concode_elem_sep String email concode_elem_sep Set<String> roles concode_elem_sep String rolesSetName concode_field_sep String getDepartment concode_elem_sep String getRol...
void function ( String arg0 ) { this . email = arg0 ; }
10,871
sets the customfieldlist value for this itemreceiptexpense . concode_field_sep java.lang.Double amount concode_elem_sep org.apache.axis.description.TypeDesc typeDesc concode_elem_sep java.lang.Long line concode_elem_sep java.lang.Long orderLine concode_elem_sep java.lang.Object __equalsCalc concode_elem_sep java.lang.S...
void function ( com . netsuite . webservices . platform . core_2014_2 . CustomFieldRef [ ] arg0 ) { this . customFieldList = arg0 ; }
10,872
indicates whether the parameter is required . if the required parameter is not set , then the extension is not negotiated during the handshake . concode_field_sep WebSocketExtension _parent concode_elem_sep Class<T> _parameterType concode_elem_sep Map<String,WebSocketExtension> _extensions concode_elem_sep String _para...
boolean function ( ) { return _parameterMetadata . contains ( Metadata . REQUIRED ) ; }
10,873
returns a list of view elements of the given edit parts . concode_field_sep String TREE_NODE_POSITION concode_elem_sep String TREE_NODE_PARENT_URI concode_elem_sep String TREE_LAYOUT_ANNOTATION concode_field_sep int getTreeNodePosition concode_elem_sep ArrayList<IGraphicalEditPart> getOrderedTreeChildren concode_elem_s...
List < View > function ( List < IGraphicalEditPart > arg0 ) { final List < View > loc0 = new ArrayList < View > ( ) ; for ( final IGraphicalEditPart loc1 : arg0 ) { loc0 . add ( loc1 . getNotationView ( ) ) ; } return loc0 ; }
10,874
removes all feedbackfragment s associated with this item . concode_field_sep List<FeedbackFragment> mFragments concode_elem_sep UtteranceCompleteRunnable mCompletedAction concode_elem_sep int FLAG_NO_SPEECH concode_elem_sep boolean mIsUninterruptible concode_elem_sep int mFlags concode_elem_sep int FLAG_DURING_RECO con...
void function ( ) { mFragments . clear ( ) ; }
10,875
generates 64 bit hash from byte array with default seed value . concode_field_sep PlaceHolder placeHolder concode_field_sep int hash32 concode_elem_sep int hash32 concode_elem_sep int hash32 concode_elem_sep int hash32
long function ( final byte [ ] arg0 , int arg1 ) { return hash64 ( arg0 , arg1 , 0xe17a1465 ) ; }
10,876
computes the array length of a repeated field . we assume that in the common case repeated fields are contiguously serialized but we still correctly handle interspersed values of a repeated field but with extra allocations . rewinds to current input position before returning . concode_field_sep double EMPTY_DOUBLE_ARRA...
int function ( final CodedInputByteBufferNano arg0 , final int arg1 ) { int loc0 = 1 ; int loc1 = arg0 . getPosition ( ) ; arg0 . skipField ( arg1 ) ; while ( arg0 . readTag ( ) == arg1 ) { arg0 . skipField ( arg1 ) ; loc0 ++ ; } arg0 . rewindToPosition ( loc1 ) ; return loc0 ; }
10,877
calculate the difference between two basic emotions in plutchik 's theory concode_field_sep EmotionTheory theory concode_elem_sep EmotionTheory theory concode_elem_sep Map<BasicEmotion,Double> _components concode_elem_sep EmotionTheory _theory concode_field_sep void setTheory concode_elem_sep BasicEmotion[] listEmotion...
double function ( PlutchikBasicEmotion arg0 , PlutchikBasicEmotion arg1 , double arg2 , double arg3 ) { assert ( arg0 == PlutchikInverseBasicEmotion ( arg1 ) ) ; double loc0 = java . lang . Math . abs ( arg2 - arg3 ) ; return loc0 ; }
10,878
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 ( ) { removedPositions . clear ( ) ; removedPositionCount = 0 ; addedPositions . clear ( ) ; }
10,879
information about the event . returns a reference to this object so that method calls can be chained together . concode_field_sep EventInformation eventInformation concode_elem_sep String eventType concode_elem_sep java.util.Date timestamp concode_field_sep void setEventType concode_elem_sep void setEventType concode_e...
HistoryRecord function ( EventInformation arg0 ) { this . eventInformation = arg0 ; return this ; }
10,880
create a server which will attempt to bind to a specific host and port . concode_field_sep boolean closeIdleConnections concode_elem_sep MessageEncoder ENCODER concode_elem_sep Logger logger concode_elem_sep MessageDecoder DECODER concode_elem_sep RpcHandler rpcHandler concode_elem_sep TransportConf conf concode_field_...
TransportServer function ( String arg0 , int arg1 , List < TransportServerBootstrap > arg2 ) { return new TransportServer ( this , arg0 , arg1 , rpcHandler , arg2 ) ; }
10,881
a convenience method that returns the number of true positive examples from among the test instances . mathematically , this value is the denominator of the recall . concode_field_sep double precisions concode_elem_sep double recalls concode_elem_sep double recalls2 concode_elem_sep double lastF1 concode_elem_sep doubl...
double function ( ) { return rnums2 ; }
10,882
sets the state machine reference of the event . concode_field_sep boolean periodic concode_elem_sep int index concode_elem_sep ITimedStatemachine statemachine concode_field_sep boolean isPeriodic concode_elem_sep ITimedStatemachine getStatemachine concode_elem_sep int getIndex
void function ( ITimedStatemachine arg0 ) { this . statemachine = arg0 ; }
10,883
adds a packet to the frame this packet shares the timestamp with the frame . concode_field_sep Log log concode_elem_sep ConcurrentSkipListMap<Integer,H264DataPacket> packets concode_elem_sep boolean DEBUGGING concode_elem_sep long timestamp concode_field_sep java.util.Collection<H264DataPacket> getPackets concode_elem_...
void function ( DataPacket arg0 ) { assert arg0 . getTimestamp ( ) == timestamp : "srini_string" ; packets . put ( new Integer ( arg0 . getSequenceNumber ( ) ) , new H264DataPacket ( arg0 ) ) ; }
10,884
returns a singleton instance of openidextensionfactory concode_field_sep OpenIDExtensionFactory factory concode_field_sep OpenIDExtension getExtension
OpenIDExtensionFactory function ( ) { return factory ; }
10,885
returns the parser that is registered under the given pipeline aggregator type . concode_field_sep Map<String,Aggregator.Parser> aggParsers concode_elem_sep Pattern VALID_AGG_NAME concode_elem_sep Map<String,PipelineAggregator.Parser> pipelineAggregatorParsers concode_field_sep Aggregator.Parser parser concode_elem_sep...
PipelineAggregator . Parser function ( String arg0 ) { return pipelineAggregatorParsers . get ( arg0 ) ; }
10,886
returns client for issuing requests in the `` team '' namespace . concode_field_sep DbxRawClientV2 _client concode_elem_sep DbxTeamTeamRequests team concode_field_sep placeholderType placeHolder
DbxTeamTeamRequests function ( ) { return team ; }
10,887
creates an instance of defaulthttpresponsefactory to be usedby http connections for creating httpresponse objects . this method can be overridden in a super class in order to provide a different implementation of the httpresponsefactory interface . concode_field_sep SSLIOSessionHandler sslHandler concode_elem_sep NHttp...
HttpResponseFactory function ( ) { return new DefaultHttpResponseFactory ( ) ; }
10,888
log saml object . concode_field_sep Logger LOGGER concode_field_sep X509Certificate readCertificate concode_elem_sep StringWriter transformSamlObject
void function ( final OpenSamlConfigBean arg0 , final SAMLObject arg1 ) { LOGGER . debug ( "srini_string" , arg1 . getClass ( ) . getName ( ) , transformSamlObject ( arg0 , arg1 ) ) ; }
10,889
returns true if this user agent should use this setting in future spdy connections to the same host . concode_field_sep int FLAG_CLEAR_PREVIOUSLY_PERSISTED_SETTINGS concode_elem_sep int DOWNLOAD_BANDWIDTH concode_elem_sep int set concode_elem_sep int DEFAULT_INITIAL_WINDOW_SIZE concode_elem_sep int UPLOAD_BANDWIDTH con...
boolean function ( int arg0 ) { int loc0 = 1 << arg0 ; return ( persistValue & loc0 ) != 0 ; }
10,890
flush the output stream . concode_field_sep String CHARSET_NAME concode_elem_sep Locale LOCALE concode_elem_sep PrintWriter out concode_field_sep void println concode_elem_sep void println concode_elem_sep void println concode_elem_sep void println concode_elem_sep void println concode_elem_sep void println concode_ele...
void function ( ) { out . flush ( ) ; }
10,891
gets the value of the value property . concode_field_sep String value concode_elem_sep String key concode_field_sep String getKey concode_elem_sep boolean isSetValue concode_elem_sep void setValue concode_elem_sep boolean isSetKey concode_elem_sep void setKey
String function ( ) { return value ; }
10,892
gets the value of the idplist property . concode_field_sep String actor concode_elem_sep IDPListType idpList concode_elem_sep Boolean mustUnderstand concode_elem_sep Boolean isPassive concode_elem_sep NameIDType issuer concode_elem_sep String providerName concode_field_sep void setIDPList concode_elem_sep void setProvi...
IDPListType function ( ) { return idpList ; }
10,893
specifies the status of the db cluster option group . concode_field_sep String dBClusterOptionGroupName concode_elem_sep String status concode_field_sep DBClusterOptionGroupStatus withDBClusterOptionGroupName concode_elem_sep DBClusterOptionGroupStatus withStatus concode_elem_sep String getDBClusterOptionGroupName conc...
void function ( String arg0 ) { this . status = arg0 ; }
10,894
reset the attribute list make it empty concode_field_sep String name concode_elem_sep Vector attributes concode_field_sep void setName concode_elem_sep String getName concode_elem_sep String getCloseTag concode_elem_sep XMLElement parse concode_elem_sep void setAttribute concode_elem_sep XMLAttribute getAttribute conco...
void function ( ) { attributes = new Vector ( ) ; }
10,895
record the time at which the blaze command started . this is needed for use by waitfortimestampgranularity . concode_field_sep long commandStartTimeMillisRounded concode_elem_sep boolean waitASecond concode_elem_sep boolean waitAMillisecond concode_elem_sep long commandStartTimeMillis concode_elem_sep Clock clock conco...
void function ( ) { this . commandStartTimeMillis = clock . currentTimeMillis ( ) ; this . commandStartTimeMillisRounded = roundDown ( this . commandStartTimeMillis ) ; this . waitASecond = false ; this . waitAMillisecond = false ; }
10,896
returns an ordered range of all the browser trackers . 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...
List < BrowserTracker > function ( int arg0 , int arg1 , OrderByComparator < BrowserTracker > arg2 ) { return getPersistence ( ) . findAll ( arg0 , arg1 , arg2 ) ; }
10,897
sets whether or not to enable the notification sound when the upload gets completed with success or error concode_field_sep boolean autoClearOnSuccess concode_elem_sep boolean clearOnAction concode_elem_sep Creator<UploadNotificationConfig> CREATOR concode_elem_sep boolean ringToneEnabled concode_elem_sep String inProg...
UploadNotificationConfig function ( Boolean arg0 ) { this . ringToneEnabled = arg0 ; return this ; }
10,898
sets the value of the lodfacelist property . concode_field_sep String meshname concode_elem_sep Lodfacelist lodfacelist concode_elem_sep String value concode_field_sep String getValue concode_elem_sep String getMeshname concode_elem_sep void setValue concode_elem_sep void setMeshname concode_elem_sep Lodfacelist getLod...
void function ( Lodfacelist arg0 ) { this . lodfacelist = arg0 ; }
10,899
override this in your subclasses to return values to save between sessions . note that repositorysession automatically bumps the timestamp to the time the last sync began . if unbundled but not begun , this will be the same as the value in the input bundle . the synchronizer most likely wants to bump the bundle timesta...
RepositorySessionBundle function ( ) { long loc0 = getLastSyncTimestamp ( ) ; RepositorySessionBundle loc1 = new RepositorySessionBundle ( loc0 ) ; Logger . debug ( LOG_TAG , "srini_string" + loc0 + "srini_string" ) ; return loc1 ; }