idx
int64
0
25k
question
stringlengths
71
7.19k
target
stringlengths
20
663
3,600
release all buffers in the queue and complete all listeners and promises . concode_field_sep int readableBytes concode_elem_sep Channel channel concode_elem_sep ArrayDeque<Object> bufAndListenerPairs concode_field_sep void add concode_elem_sep void add concode_elem_sep void add concode_elem_sep void copyTo concode_elem...
void function ( Throwable arg0 ) { releaseAndCompleteAll ( channel . newFailedFuture ( arg0 ) ) ; }
3,601
set pkg-config bin to the preference store . concode_field_sep String PKG_CONFIG_BIN_KIND concode_elem_sep String PATH_SEPARATOR concode_elem_sep String PKG_CONFIG_LIBDIR concode_elem_sep String PKG_CONFIG_PATH concode_elem_sep String PKG_CONFIG_BIN concode_field_sep void clearPreferenceStoreValue concode_elem_sep Stri...
void function ( String arg0 , String arg1 ) { setPreferenceStoreValue ( getPkgConfigBinKey ( arg1 ) , arg0 ) ; }
3,602
obtains the description of the device . concode_field_sep String vendor concode_elem_sep String name concode_elem_sep String description concode_elem_sep String version concode_field_sep List<Transmitter> getTransmitters concode_elem_sep String getVersion concode_elem_sep Receiver getReceiver concode_elem_sep String ge...
String function ( ) { return description ; }
3,603
create a new sqlitedatabase class and open de connection is an implementation of the opendatabase in android sqlite we only use the databasepath param concode_field_sep Statement stmt concode_elem_sep boolean transaccionSatisfactoria concode_elem_sep String databasePath concode_elem_sep Connection c concode_field_sep v...
DesktopDatabaseBridge function ( String arg0 , Object arg1 , int arg2 , Object arg3 ) { DesktopDatabaseBridge loc0 = new DesktopDatabaseBridge ( arg0 ) ; loc0 . connect ( ) ; return loc0 ; }
3,604
set hadoop configuration concode_field_sep Object startKey concode_elem_sep boolean flushOnEveryOperation concode_elem_sep String dataStoreClass concode_elem_sep Configuration hadoopConfiguration concode_elem_sep String keyClass concode_elem_sep long timeRangeFrom concode_elem_sep Object endKey concode_elem_sep long ti...
void function ( Configuration arg0 ) { checkNotNull ( arg0 , "srini_string" ) ; this . hadoopConfiguration = arg0 ; }
3,605
returns the singleton instance . concode_field_sep RepositoryTags instance concode_elem_sep DoubleHashtable table concode_field_sep String getAttribute concode_elem_sep String getTagById concode_elem_sep String getOpeningTagById concode_elem_sep String getOpeningTagById concode_elem_sep int getIdByTag concode_elem_sep ...
RepositoryTags function ( ) { return instance ; }
3,606
produce a jsonarray of jsonobjects from a comma delimited text string , using the first row as a source of names . concode_field_sep PlaceHolder placeHolder concode_field_sep String getValue concode_elem_sep JSONObject rowToJSONObject concode_elem_sep String rowToString concode_elem_sep String toString concode_elem_sep...
JSONArray function ( String arg0 ) { return toJSONArray ( new JSONTokener ( arg0 ) ) ; }
3,607
update latitude bound . concode_field_sep boolean noLongitudeBound concode_elem_sep boolean noBottomLatitudeBound concode_elem_sep Double leftLongitude concode_elem_sep Double minLatitude concode_elem_sep boolean noTopLatitudeBound concode_elem_sep Double maxLatitude concode_elem_sep Double rightLongitude concode_field...
void function ( double arg0 ) { if ( ! noTopLatitudeBound && ( maxLatitude == null || arg0 > maxLatitude ) ) maxLatitude = arg0 ; if ( ! noBottomLatitudeBound && ( minLatitude == null || arg0 < minLatitude ) ) minLatitude = arg0 ; }
3,608
sets the destination ports of the stream . concode_field_sep AbstractPacketizer mPacketizer concode_elem_sep int mSocketId concode_elem_sep int mMode concode_elem_sep boolean mStreaming concode_elem_sep LocalSocket mSender concode_elem_sep int sSuggestedMode concode_elem_sep LocalServerSocket mLss concode_elem_sep Inet...
void function ( int arg0 , int arg1 ) { mRtpPort = arg0 ; mRtcpPort = arg1 ; }
3,609
sets the identity of the suggested replacement for a deprecated resource . the suggested replacement resource must be the same kind of resource as the deprecated resource . concode_field_sep String deleted concode_elem_sep String deprecated concode_elem_sep String obsolete concode_elem_sep DateTimeFormatter TIMESTAMP_P...
Builder < T > function ( T arg0 ) { this . replacement = arg0 ; return this ; }
3,610
returns the raw glyph type code . concode_field_sep GlyphMetrics gm concode_elem_sep float verticalAdvance concode_field_sep boolean isLigature concode_elem_sep float getHorizontalAdvance concode_elem_sep float getVerticalAdvance concode_elem_sep float getRSB concode_elem_sep boolean isStandard concode_elem_sep boolean...
int function ( ) { return gm . getType ( ) ; }
3,611
creates a single node ast . todo : this is silly , remove it ... concode_field_sep FilterPredicate predicate concode_elem_sep List collectedNodes concode_field_sep AST getLastSibling concode_elem_sep AST findTypeInChildren concode_elem_sep AST findPreviousSibling concode_elem_sep String getPathText concode_elem_sep voi...
AST function ( ASTFactory arg0 , int arg1 , String arg2 ) { return arg0 . create ( arg1 , arg2 ) ; }
3,612
sets the time in milliseconds the synchronous sendaction methods #sendaction manageraction will wait for a response beforethrowing a timeoutexception . default is 2000 . concode_field_sep ManagerConnectionImpl impl concode_field_sep void setSocketTimeout concode_elem_sep void setPassword concode_elem_sep int getLocalPo...
void function ( long arg0 ) { impl . setDefaultResponseTimeout ( arg0 ) ; }
3,613
sets the value of the line property . concode_field_sep List<String> activity concode_elem_sep ScheduleLocationV2.Pass pass concode_elem_sep String line concode_elem_sep String locationType concode_elem_sep XMLGregorianCalendar workingTime concode_elem_sep String platform concode_elem_sep String performanceAllowance co...
void function ( String arg0 ) { this . line = arg0 ; }
3,614
user last name concode_field_sep String firstName concode_elem_sep String lastName concode_elem_sep String password concode_elem_sep String hometown concode_elem_sep List<Event> going concode_elem_sep Date registrationDate concode_elem_sep Set<Link> links concode_elem_sep String id concode_elem_sep String interests con...
void function ( String arg0 ) { this . lastName = arg0 ; }
3,615
check if user has the rights to publish or is administrator concode_field_sep IPlatformImporter platformImporter concode_elem_sep Log logger concode_elem_sep IAuthorizationPolicy policy concode_field_sep IPlatformImportBundle buildBundle concode_elem_sep IPlatformImportBundle prepareBundle concode_elem_sep IPlatformImp...
void function ( ) { if ( ! getPolicy ( ) . isAllowed ( PublishAction . NAME ) ) { throw new PentahoAccessControlException ( "srini_string" ) ; } }
3,616
augment the list of facets generators . concode_field_sep SolrLoggerService solrLoggerService concode_elem_sep List<DatasetGenerator> datasetgenerators concode_elem_sep List<StatisticsFilter> filters concode_elem_sep Dataset dataset concode_field_sep Dataset getDataset concode_elem_sep Dataset createDataset concode_ele...
void function ( DatasetGenerator arg0 ) { datasetgenerators . add ( arg0 ) ; }
3,617
get value of wordcount . concode_field_sep String date concode_elem_sep String wordcount concode_elem_sep String idxfilesize concode_elem_sep String website concode_elem_sep String author concode_elem_sep String intro concode_elem_sep String description concode_elem_sep String bookname concode_elem_sep String version c...
String function ( ) { return wordcount ; }
3,618
add the contents of the provided map to the map of module parameters . concode_field_sep Map<String,String> parameters concode_elem_sep String name concode_elem_sep String label concode_elem_sep Map<String,String> parameters concode_elem_sep String group concode_field_sep Builder setName concode_elem_sep Builder setGro...
Builder function ( Map < String , String > arg0 ) { this . parameters . putAll ( arg0 ) ; return this ; }
3,619
restores the application to its original state . returns a string as described in the navigation rules . concode_field_sep AddressFormProcessor addressFormProcessor concode_elem_sep FormElementContainer elementContainer concode_field_sep AddressFormProcessor getAddressFormProcessor concode_elem_sep void setElementConta...
String function ( ) { addressFormProcessor . reset ( ) ; elementContainer . reset ( ) ; return "srini_string" ; }
3,620
determine the increment size to be applied . the exact implications of this value depends on the #getoptimizer optimizer being used . called during #configure configuration . concode_field_sep String DEF_SEQUENCE_NAME concode_elem_sep String FORCE_TBL_PARAM concode_elem_sep String SEQUENCE_PARAM concode_elem_sep String...
int function ( Properties arg0 ) { return ConfigurationHelper . getInt ( INCREMENT_PARAM , arg0 , DEFAULT_INCREMENT_SIZE ) ; }
3,621
create an instance of currency concode_field_sep PlaceHolder placeHolder concode_field_sep Figures createFigures concode_elem_sep Finance createFinance concode_elem_sep Time createTime concode_elem_sep Counter createCounter
Currency function ( ) { return new Currency ( ) ; }
3,622
sets the value of the layout property . concode_field_sep String mapping concode_elem_sep List<Address> address concode_elem_sep BigDecimal shorttime concode_elem_sep String flavour concode_elem_sep String downlabel concode_elem_sep BigDecimal max concode_elem_sep String change concode_elem_sep String format concode_el...
void function ( Layout arg0 ) { this . layout = arg0 ; }
3,623
returns the accumulated record count . concode_field_sep long accumulatedRecordCount concode_elem_sep long firstRecordStart concode_elem_sep long recordCount concode_field_sep int getInfoSize concode_elem_sep void setAccumulatedRecordCount concode_elem_sep void read concode_elem_sep void setFirstRecordStart concode_ele...
long function ( ) { return this . accumulatedRecordCount ; }
3,624
camel 2.17 : if it is true , the exchange body will be set to a stream to the contents of the file . if false , the headers will be set with the s3 object metadata , but the body will be null . concode_field_sep String bucketName concode_elem_sep String fileName concode_elem_sep String serverSideEncryption concode_elem...
void function ( boolean arg0 ) { this . includeBody = arg0 ; }
3,625
sets the number of nanoseconds to wait before updating the mesh . by default this is once a millisecond , ie : 1000000 nanoseconds . concode_field_sep int frameIndex concode_elem_sep int size concode_elem_sep long[] frames concode_elem_sep long startTime concode_elem_sep long updateInterval concode_elem_sep long previo...
void function ( long arg0 ) { this . updateInterval = arg0 ; }
3,626
returns true if the font needs to be subset . concode_field_sep int OBLIQUE concode_elem_sep Set<Integer> subsetCodePoints concode_elem_sep boolean embedSubset concode_elem_sep String BASE25 concode_elem_sep PDFontDescriptor fontDescriptor concode_elem_sep PDDocument document concode_elem_sep TrueTypeFont ttf concode_e...
boolean function ( ) { return embedSubset ; }
3,627
sets the root handler . concode_field_sep RootXmlWriteHandler rootHandler concode_field_sep RootXmlWriteHandler getRootHandler
void function ( final RootXmlWriteHandler arg0 ) { this . rootHandler = arg0 ; }
3,628
close this writer , which flushes and closes any currently-open streams . even after this is called , additional documents can be written to additional files . concode_field_sep long maxDocumentsPerFile concode_elem_sep String DOCUMENTS_EXTENSION concode_elem_sep boolean compress concode_elem_sep OutputStream stream co...
void function ( ) { if ( stream != null ) { try { stream . flush ( ) ; stream . close ( ) ; } catch ( IOException loc0 ) { problems . addError ( JcrI18n . problemsClosingBackupFiles , parentDirectory . getAbsolutePath ( ) , loc0 . getMessage ( ) ) ; } finally { stream = null ; } } }
3,629
rubystring string #to_json_raw_object this method creates a raw object hash , that can be nested into other data structures and will be unparsed as a raw string . this method should be used if you want to convert raw strings to json instead of utf-8 strings , e.g. binary data . concode_field_sep PlaceHolder placeHolder...
IRubyObject function ( ThreadContext arg0 , IRubyObject arg1 , IRubyObject [ ] arg2 ) { return toJsonRawObject ( arg0 , Utils . ensureString ( arg1 ) ) ; }
3,630
generates a crl based on the encoded data read from the inputstream . the input stream must contain only one crl . if there exists a specialized crl class for the crl format handled by the certificate factory then the return crl should be a typecast of it . ex : a x. 509 certificatefactory should return x509crl . conco...
CRL function ( InputStream arg0 ) { return certFacSpi . engineGenerateCRL ( arg0 ) ; }
3,631
sets the value of the datahandlers property . concode_field_sep String targetClass concode_elem_sep DataHandlers dataHandlers concode_elem_sep long serialVersionUID concode_elem_sep DataAssociations dataAssociations concode_field_sep String getTargetClass concode_elem_sep DataHandlers getDataHandlers concode_elem_sep b...
void function ( DataHandlers arg0 ) { this . dataHandlers = arg0 ; }
3,632
return true if the method takes a variable number of arguments . concode_field_sep com.badlogic.gwtref.client.Method method concode_field_sep boolean isAccessible concode_elem_sep boolean isStatic concode_elem_sep String getName concode_elem_sep void setAccessible concode_elem_sep boolean isAnnotationPresent concode_el...
boolean function ( ) { return method . isVarArgs ( ) ; }
3,633
engage the targetserviceobserver on the given axisconfiguration . this will enable service discovery . concode_field_sep Log log concode_field_sep String getWsdlInformation concode_elem_sep QName[] toQNameArray concode_elem_sep URI[] toURIArray concode_elem_sep void unregisterServiceObserver concode_elem_sep QName getT...
void function ( AxisConfiguration arg0 ) { TargetServiceObserver loc0 = new TargetServiceObserver ( ) ; loc0 . init ( arg0 ) ; arg0 . addObservers ( loc0 ) ; }
3,634
sets the value of the align property . concode_field_sep Layout layout concode_elem_sep String flavour concode_elem_sep Label label concode_elem_sep String align concode_elem_sep String clazz concode_field_sep String getClazz concode_elem_sep Layout getLayout concode_elem_sep Label getLabel concode_elem_sep void setCla...
void function ( String arg0 ) { this . align = arg0 ; }
3,635
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 ; }
3,636
returns an array of fully-qualified names of interactionspec concode_field_sep PlaceHolder placeHolder concode_field_sep String getSpecVersion concode_elem_sep String getAdapterName concode_elem_sep boolean supportsLocalTransactionDemarcation concode_elem_sep boolean supportsExecuteWithInputAndOutputRecord concode_elem...
String [ ] function ( ) { return null ; }
3,637
reads new input data into the buffer . call only with pos == end or end == -1 , depending on the desired outcome if the function throws . concode_field_sep byte[] buf concode_elem_sep InputStream in concode_elem_sep int pos concode_elem_sep byte LF concode_elem_sep byte CR concode_elem_sep int end concode_field_sep boo...
void function ( ) { int loc0 = in . read ( buf , 0 , buf . length ) ; if ( loc0 == - 1 ) { throw new EOFException ( ) ; } pos = 0 ; end = loc0 ; }
3,638
creates a new instance of floatassert . concode_field_sep PlaceHolder placeHolder concode_field_sep placeholderType placeHolder
FloatAssert function ( float arg0 ) { return new FloatAssert ( arg0 ) ; }
3,639
set current path concode_field_sep int FA_HIDDEN concode_elem_sep int FA_DIRECTORY concode_elem_sep File pwd concode_elem_sep int FA_READONLY concode_field_sep void deleteFile concode_elem_sep void copyFile concode_elem_sep ClarionString getShortPath concode_elem_sep boolean isFile concode_elem_sep void getDirectoryLis...
void function ( String arg0 ) { arg0 = arg0 . trim ( ) ; File loc0 = ClarionFileFactory . getInstance ( ) . getFile ( arg0 ) ; if ( loc0 . isDirectory ( ) ) { CErrorImpl . getInstance ( ) . clearError ( ) ; pwd = loc0 ; } else { CErrorImpl . getInstance ( ) . setError ( 03 , "srini_string" ) ; } }
3,640
reads a string from the given input . the string may be null and must have been written with #writenullablestring string , dataoutputview . concode_field_sep PlaceHolder placeHolder concode_field_sep String arrayToString concode_elem_sep String showControlCharacters concode_elem_sep String escapeHtml concode_elem_sep v...
String function ( DataInputView arg0 ) { if ( arg0 . readBoolean ( ) ) { return StringValue . readString ( arg0 ) ; } else { return null ; } }
3,641
this method is responsible for doing the actual lookup that given an rgb triple returns the best , taking into account quantization , index in the forward color map . concode_field_sep int greenQuantizationMask concode_elem_sep int redQuantizationMask concode_elem_sep int bits concode_elem_sep byte[] mapBuf concode_ele...
int function ( int arg0 , int arg1 , int arg2 ) { return mapBuf [ ( ( arg0 << ( 2 * bits - truncationBits ) ) & redQuantizationMask ) + ( ( arg1 << ( 1 * bits - truncationBits ) ) & greenQuantizationMask ) + ( ( arg2 >> ( truncationBits ) ) & blueQuantizationMask ) ] & 0xFF ; }
3,642
sets the spring bean id for this bean . concode_field_sep customerRelService _customerRelService concode_field_sep java.lang.String getBeanIdentifier concode_elem_sep void setWrappedService concode_elem_sep customerRelService getWrappedcustomerRelService concode_elem_sep void setWrappedcustomerRelService concode_elem_s...
void function ( java . lang . String arg0 ) { _customerRelService . setBeanIdentifier ( arg0 ) ; }
3,643
retrieves a stream to be used to write ascii characters to the clob value that this clob object represents , starting at position pos . concode_field_sep ClobDataID clob concode_elem_sep boolean isClosed concode_elem_sep SessionInterface session concode_field_sep Writer setCharacterStream concode_elem_sep int setString...
OutputStream function ( long arg0 ) { throw Util . notSupported ( ) ; }
3,644
returns a tlv object which represents the tlvmsg stored within the tlvlist at the given index concode_field_sep int tagToFind concode_elem_sep List<TLVMsg> tags concode_elem_sep int indexLastOccurrence concode_field_sep int getValueLength concode_elem_sep boolean hasTag concode_elem_sep TLVMsg index concode_elem_sep Li...
TLVMsg function ( int arg0 ) { return tags . get ( arg0 ) ; }
3,645
get the x509certificate used for signing concode_field_sep String digestMethod concode_elem_sep Document documentToBeSigned concode_elem_sep String signatureMethod concode_elem_sep KeyPair keyPair concode_elem_sep String referenceURI concode_elem_sep Node nextSibling concode_elem_sep X509Certificate x509Certificate con...
X509Certificate function ( ) { return x509Certificate ; }
3,646
sets the instancia value for this ossturbonetshortcircuitin . concode_field_sep java.lang.String instancia concode_elem_sep org.apache.axis.description.TypeDesc typeDesc concode_elem_sep java.lang.String sistemaOriginario concode_elem_sep java.lang.Object __equalsCalc concode_elem_sep boolean __hashCodeCalc concode_ele...
void function ( java . lang . String arg0 ) { this . instancia = arg0 ; }
3,647
clears all cached handles from this frame concode_field_sep HashMap handles concode_elem_sep Context context concode_elem_sep FunctionSource function concode_elem_sep Long id concode_elem_sep Scriptable activation concode_elem_sep int lineNumber concode_elem_sep ContextData contextData concode_elem_sep ScriptSource scr...
void function ( ) { handles . clear ( ) ; handledObjects . clear ( ) ; }
3,648
debug log message with printf formatting . concode_field_sep int WARN concode_elem_sep int VERBOSE concode_elem_sep int ERROR concode_elem_sep int LOGLEVEL concode_elem_sep int DEBUG concode_elem_sep int INFO concode_field_sep boolean isLoggable concode_elem_sep void setLogLevel concode_elem_sep void setLogLevel concod...
void function ( String arg0 , String arg1 , Object ... arg2 ) { if ( Logger . DEBUG >= LOGLEVEL ) Log . d ( arg0 , String . format ( arg1 , arg2 ) ) ; }
3,649
sets the create date of this folder . concode_field_sep Folder _folder concode_field_sep void setExpandoBridgeAttributes concode_elem_sep void setExpandoBridgeAttributes concode_elem_sep void setExpandoBridgeAttributes concode_elem_sep boolean isEscapedModel concode_elem_sep boolean isCachedModel concode_elem_sep int c...
void function ( java . util . Date arg0 ) { _folder . setCreateDate ( arg0 ) ; }
3,650
gets the coordinate giving the location of this node . concode_field_sep Coordinate coord concode_elem_sep NodedSegmentString segString concode_elem_sep int segmentIndex concode_elem_sep int segmentOctant concode_elem_sep boolean isInterior concode_field_sep void print concode_elem_sep boolean isEndPoint concode_elem_s...
Coordinate function ( ) { return coord ; }
3,651
gets server time zone display name . concode_field_sep DateFormat selectedFormat concode_elem_sep int[] pacificXCoords concode_elem_sep int[] nfldXCoords concode_elem_sep int[] easternYCoords concode_elem_sep int[] alaskaYCoords concode_elem_sep int[] pacificYCoords concode_elem_sep ArrayList allTimeZoneList concode_el...
String function ( ) { return displayNameTokenizer ( serverTimeZone . getDisplayName ( ) ) ; }
3,652
informs all registered listeners that the initial phase prior to the main iteration loop has been completed . concode_field_sep Collection<IterationListener> listeners concode_elem_sep Incrementor iterations concode_field_sep void addIterationListener concode_elem_sep int getMaxIterations concode_elem_sep void fireIter...
void function ( final IterationEvent arg0 ) { for ( IterationListener loc0 : listeners ) { loc0 . initializationPerformed ( arg0 ) ; } }
3,653
isreadermtomaware concode_field_sep com.amazon.ec2.CreateNetworkAclResponseType localCreateNetworkAclResponse 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_ele...
boolean function ( javax . xml . stream . XMLStreamReader arg0 ) { boolean loc0 = false ; try { loc0 = java . lang . Boolean . TRUE . equals ( arg0 . getProperty ( org . apache . axiom . om . OMConstants . IS_DATA_HANDLERS_AWARE ) ) ; } catch ( java . lang . IllegalArgumentException loc1 ) { loc0 = false ; } return loc...
3,654
the default implementation does nothing . concode_field_sep PlaceHolder placeHolder concode_field_sep void exitFieldSelectorExpression concode_elem_sep void enterPath concode_elem_sep void enterSelectorExpression concode_elem_sep void enterStepType concode_elem_sep void exitPredicateExpression concode_elem_sep void ent...
void function ( @ NotNull DDMFormValuesQueryParser . AttributeContext arg0 ) { }
3,655
returns the tag number , between 0 and 65535 . concode_field_sep int TIFF_SSHORT concode_elem_sep int TIFF_SBYTE concode_elem_sep Object data concode_elem_sep int TIFF_SRATIONAL concode_elem_sep int TIFF_BYTE concode_elem_sep int TIFF_DOUBLE concode_elem_sep int count concode_elem_sep int type concode_elem_sep int TIFF...
int function ( ) { return tag ; }
3,656
called when a message is sent to plugin . 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 onOverrideUrlLoading concode_ele...
Object function ( String arg0 , Object arg1 ) { return null ; }
3,657
deactivates the configured message endpoint . concode_field_sep boolean running concode_elem_sep ResourceAdapter resourceAdapter concode_elem_sep Object lifecycleMonitor concode_elem_sep boolean autoStartup concode_elem_sep MessageEndpointFactory messageEndpointFactory concode_elem_sep int phase concode_elem_sep Activa...
void function ( ) { synchronized ( this . lifecycleMonitor ) { if ( this . running ) { getResourceAdapter ( ) . endpointDeactivation ( getMessageEndpointFactory ( ) , getActivationSpec ( ) ) ; this . running = false ; } } }
3,658
returns the bounds for the attributed string . concode_field_sep PlaceHolder placeHolder concode_field_sep boolean isHalfAscent concode_elem_sep float[] deriveTextBoundsAnchorOffsets concode_elem_sep boolean isHalfHeight concode_elem_sep boolean isHorizontalRight concode_elem_sep float[] deriveRotationAnchorOffsets con...
Rectangle2D function ( AttributedString arg0 , Graphics2D arg1 ) { TextLayout loc0 = new TextLayout ( arg0 . getIterator ( ) , arg1 . getFontRenderContext ( ) ) ; return loc0 . getBounds ( ) ; }
3,659
sets the type of parameter . concode_field_sep int type concode_elem_sep int TYPE_REQUEST_PARAM concode_elem_sep int TYPE_EMBEDDED_REQUEST_PARAMS concode_elem_sep int TYPE_URL_PARAM concode_elem_sep String name concode_elem_sep int TYPE_NULL concode_elem_sep int TYPE_BODY concode_field_sep void setName concode_elem_sep...
void function ( int arg0 ) { this . type = arg0 ; }
3,660
get the list of accepted signature algorithms . a request can contain a wst : signaturealgorithm uri to use to sign an issued token . the algorithm specified must be contained in this list . the default algorithms are rsa-sha1 . concode_field_sep List<String> acceptedC14nAlgorithms concode_elem_sep String signatureAlgo...
List < String > function ( ) { return acceptedSignatureAlgorithms ; }
3,661
get phone concode_field_sep String password concode_elem_sep String phone concode_elem_sep String lastName concode_elem_sep Integer userStatus concode_elem_sep String username concode_elem_sep Long id concode_elem_sep String firstName concode_elem_sep String email concode_field_sep User lastName concode_elem_sep void s...
String function ( ) { return phone ; }
3,662
invokes the volatile commit step of the business logic . all participants voted ` prepared ' , so coordinator tells the volatile participant that commit has been done . concode_field_sep Logger log concode_elem_sep Map<String,List<ATVolatileParticipant>> activeParticipants concode_elem_sep EventLog eventLog concode_ele...
void function ( ) { eventLog . addEvent ( eventLogName , EventLogEvent . VOLATILE_COMMIT ) ; log . info ( "srini_string" + EventLogEvent . VOLATILE_COMMIT ) ; }
3,663
create a new circle concode_field_sep PlaceHolder placeHolder concode_field_sep PointBuilder newPoint concode_elem_sep PointBuilder newPoint concode_elem_sep MultiLineStringBuilder newMultiLinestring concode_elem_sep MultiPolygonBuilder newMultiPolygon concode_elem_sep MultiPolygonBuilder newMultiPolygon concode_elem_s...
CircleBuilder function ( ) { return new CircleBuilder ( ) ; }
3,664
if #issharedtoeveryone is true , this element must be present and determines the access level . concode_field_sep String everyoneAccessLevel concode_elem_sep List<AccessSetting> accessSettings concode_elem_sep Boolean sharedToEveryone concode_elem_sep Boolean sharedToEveryone concode_field_sep Builder toBuilder concode...
String function ( ) { return everyoneAccessLevel ; }
3,665
record the fact that a servlet context attribute was replaced . concode_field_sep ServletContext context concode_field_sep void sessionCreated concode_elem_sep void sessionDestroyed concode_elem_sep void log concode_elem_sep void contextInitialized concode_elem_sep void contextDestroyed concode_elem_sep void attributeA...
void function ( HttpSessionBindingEvent arg0 ) { log ( "srini_string" + arg0 . getSession ( ) . getId ( ) + "srini_string" + arg0 . getName ( ) + "srini_string" + arg0 . getValue ( ) + "srini_string" ) ; }
3,666
returns the coverage metadata artifacts generated in the transitive closure . concode_field_sep NestedSet<Artifact> mergedManifests concode_elem_sep NestedSet<Artifact> transitiveApks concode_elem_sep NestedSet<Artifact> coverageMetadata concode_field_sep NestedSet<Artifact> getTransitiveApks concode_elem_sep NestedSet...
NestedSet < Artifact > function ( ) { return coverageMetadata ; }
3,667
when the timeout fires concode_field_sep boolean active concode_elem_sep boolean SINGLE_THREAD concode_elem_sep TimerListener listener concode_elem_sep long time concode_elem_sep String label concode_field_sep void init concode_elem_sep void halt concode_elem_sep String getLabel concode_elem_sep long getTime concode_el...
void function ( ) { if ( active && listener != null ) listener . onTimeout ( this ) ; listener = null ; active = false ; }
3,668
sets the value of the name property . concode_field_sep List<CONFIGURATION.Property> property concode_elem_sep String name concode_elem_sep String description concode_elem_sep String value concode_field_sep String getValue concode_elem_sep List<CONFIGURATION.Property> getProperty concode_elem_sep String getName concode...
void function ( String arg0 ) { this . name = arg0 ; }
3,669
retrieves the table object on which this object is currently reporting . concode_field_sep short tableIndexOther concode_elem_sep int HALF_MAX_INT concode_elem_sep int bestRowNotPseudo concode_elem_sep int bestRowTransaction concode_elem_sep int hnd_column_remarks concode_elem_sep int hnd_table_remarks concode_elem_sep...
Table function ( ) { return this . table ; }
3,670
set the name of the target bean in the factory . the target bean should not be a singleton , else the same instance will always be obtained from the factory , resulting in the same behavior as provided by singletontargetsource . concode_field_sep String targetBeanName concode_elem_sep long serialVersionUID concode_elem...
void function ( String arg0 ) { this . targetBeanName = arg0 ; }
3,671
passes through a failure message verbatim . used for subject subclasses whichneed to provide alternate language for more fit-to-purpose error messages . concode_field_sep FailureStrategy failureStrategy concode_elem_sep String customName concode_elem_sep T subject concode_field_sep void isNotNull concode_elem_sep T get...
void function ( String arg0 , Object ... arg1 ) { failureStrategy . fail ( format ( arg0 , arg1 ) ) ; }
3,672
run nonmr query concode_field_sep String dbName concode_elem_sep String TEST_TAG concode_elem_sep MiniHS2 miniHS2 concode_elem_sep Path dataFilePath concode_elem_sep HiveConf conf concode_elem_sep Connection hs2Conn concode_elem_sep String TEST_TAG_VALUE concode_elem_sep Statement stmt concode_field_sep void testMrQuer...
void function ( ) { String loc0 = "srini_string" ; String loc1 = "srini_string" ; String loc2 = "srini_string" + loc0 ; testKvQuery ( loc0 , loc2 , loc1 ) ; }
3,673
returns a password associated with this set of credentials . concode_field_sep char[] password concode_elem_sep String userName concode_elem_sep boolean storePassword concode_field_sep void setPassword concode_elem_sep boolean isPasswordPersistent concode_elem_sep void setPasswordPersistent concode_elem_sep void setUse...
char [ ] function ( ) { return password ; }
3,674
write the header to the given outputstream concode_field_sep HashMap fieldMap concode_elem_sep List fields concode_field_sep List getFields concode_elem_sep List getFields concode_elem_sep void addField concode_elem_sep Field getField concode_elem_sep String toString
void function ( OutputStream arg0 ) { String loc0 = ( ( ContentTypeField ) getField ( Field . CONTENT_TYPE ) ) . getCharset ( ) ; BufferedWriter loc1 = new BufferedWriter ( new OutputStreamWriter ( arg0 , CharsetUtil . getCharset ( loc0 ) ) , 8192 ) ; loc1 . write ( toString ( ) + "srini_string" ) ; loc1 . flush ( ) ; ...
3,675
if a proxy is used to access the odata web service this specifies it 's port number . concode_field_sep Properties properties concode_field_sep ClientPropertiesBuilder withProxyHostName concode_elem_sep Properties build concode_elem_sep ClientPropertiesBuilder withClientTimeout concode_elem_sep ClientPropertiesBuilder ...
ClientPropertiesBuilder function ( Integer arg0 ) { properties . setProperty ( CLIENT_SERVICE_PROXY_PORT , arg0 . toString ( ) ) ; return this ; }
3,676
returns whether the map contains an element with the given key . concode_field_sep ValueDescriptor<V> mValueDescriptor concode_elem_sep int mSizeInBytes concode_elem_sep LinkedHashMap<K,V> mMap concode_field_sep ArrayList<LinkedHashMap.Entry<K,V>> getMatchingEntries concode_elem_sep ArrayList<V> removeAll concode_elem_...
boolean function ( K arg0 ) { return mMap . containsKey ( arg0 ) ; }
3,677
sets this item to a double item . concode_field_sep Item next concode_elem_sep int intVal concode_elem_sep int hashCode concode_elem_sep int index concode_elem_sep int type concode_elem_sep long longVal concode_elem_sep String strVal1 concode_elem_sep String strVal3 concode_elem_sep String strVal2 concode_field_sep boo...
void function ( final double arg0 ) { this . type = ClassWriter . DOUBLE ; this . longVal = Double . doubleToRawLongBits ( arg0 ) ; this . hashCode = 0x7FFFFFFF & ( type + ( int ) arg0 ) ; }
3,678
this method was generated by mybatis generator . this method sets the value of the database column actfgl.glcode concode_field_sep Long cramnt concode_elem_sep Integer crcunt concode_elem_sep Date credat concode_elem_sep String recsts concode_elem_sep Long davbal concode_elem_sep Long crbala concode_elem_sep Long cavba...
void function ( String arg0 ) { this . glcode = arg0 ; }
3,679
returns the number of local variable table entries , specified at construction . concode_field_sep boolean retMerged concode_elem_sep Type[] stack concode_elem_sep int top concode_elem_sep boolean jsrMerged concode_elem_sep Type[] locals concode_field_sep boolean isJsrMerged concode_elem_sep Frame copyStack concode_ele...
int function ( ) { return locals . length ; }
3,680
the lock id , which is used to complete the vault locking process . concode_field_sep String lockId concode_field_sep int hashCode concode_elem_sep boolean equals concode_elem_sep InitiateVaultLockResult clone concode_elem_sep void setLockId concode_elem_sep String toString concode_elem_sep InitiateVaultLockResult with...
String function ( ) { return lockId ; }
3,681
obtains the names of the registered schemes . concode_field_sep ConcurrentHashMap<String,Scheme> registeredSchemes concode_field_sep Scheme getScheme concode_elem_sep Scheme getScheme concode_elem_sep Scheme get concode_elem_sep void setItems concode_elem_sep Scheme unregister concode_elem_sep Scheme register
List < String > function ( ) { return new ArrayList < String > ( registeredSchemes . keySet ( ) ) ; }
3,682
calculated the expected size of a categoricaldistribution for the provided random variables . concode_field_sep PlaceHolder placeHolder concode_field_sep int[] indexesOfValue concode_elem_sep double[] mbDistribution concode_elem_sep Object mbRandomSample concode_elem_sep int expectedSizeOfProbabilityTable concode_elem_...
int function ( RandomVariable ... arg0 ) { return expectedSizeOfProbabilityTable ( arg0 ) ; }
3,683
returns 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 int getIndex concode_elem_sep void setStatemachine
ITimedStatemachine function ( ) { return statemachine ; }
3,684
if called with an expression evaluating to false , the test will halt and be ignored . concode_field_sep PlaceHolder placeHolder concode_field_sep void assumeFalse concode_elem_sep void assumeFalse concode_elem_sep void assumeNoException concode_elem_sep void assumeNoException concode_elem_sep void assumeThat concode_e...
void function ( String arg0 , boolean arg1 ) { if ( ! arg1 ) throw new AssumptionViolatedException ( arg0 ) ; }
3,685
unregister concode_field_sep OnChangedListener mListener concode_elem_sep UsbManager mUsbManager concode_elem_sep BroadcastReceiver mReceiver concode_elem_sep String TAG_SUB concode_elem_sep int PERM_FLAGS concode_elem_sep String ACTION_USB_PERMISSION concode_elem_sep Context mContext concode_elem_sep int PERM_REQUEST_...
void function ( ) { mContext . unregisterReceiver ( mReceiver ) ; }
3,686
resets this reader 's position to the last mark location.invocations of read and skip will occur from this newlocation . if this reader has not been marked , the behavior of reset is implementation specific . this defaultimplementation throws an ioexception . concode_field_sep Object lock concode_field_sep int read con...
void function ( ) { throw new IOException ( ) ; }
3,687
checks if the given key is present in bst . concode_field_sep Value val concode_elem_sep Node left concode_elem_sep Node root concode_elem_sep Node right concode_elem_sep Key key concode_elem_sep int N concode_field_sep Key ceiling concode_elem_sep Node ceiling concode_elem_sep Key select concode_elem_sep Key select co...
boolean function ( Key arg0 ) { if ( arg0 == null ) throw new IllegalArgumentException ( "srini_string" ) ; Value loc0 = get ( arg0 ) ; return loc0 != null ; }
3,688
obtains a scheme by name , if registered . concode_field_sep ConcurrentHashMap<String,Scheme> registeredSchemes concode_field_sep Scheme getScheme concode_elem_sep Scheme getScheme concode_elem_sep void setItems concode_elem_sep Scheme unregister concode_elem_sep List<String> getSchemeNames concode_elem_sep Scheme regi...
Scheme function ( final String arg0 ) { Args . notNull ( arg0 , "srini_string" ) ; final Scheme loc0 = registeredSchemes . get ( arg0 ) ; return loc0 ; }
3,689
creating new outgoing tcap dialog . used when creating a new outgoing map dialog concode_field_sep Boolean _isActivated concode_elem_sep List<MAPServiceListener> serviceListeners concode_elem_sep MAPProviderImpl mapProviderImpl concode_field_sep void deliverInvokeTimeout concode_elem_sep void processComponent concode_e...
Dialog function ( SccpAddress arg0 , SccpAddress arg1 , Long arg2 ) { try { return this . mapProviderImpl . getTCAPProvider ( ) . getNewDialog ( arg0 , arg1 , arg2 ) ; } catch ( TCAPException loc0 ) { throw new MAPException ( loc0 . getMessage ( ) , loc0 ) ; } }
3,690
create an instance of jaxbelement concode_field_sep QName _Fault_QNAME concode_elem_sep QName _Cancel_QNAME concode_elem_sep QName _Complete_QNAME concode_elem_sep QName _Faulted_QNAME concode_elem_sep QName _Cancelled_QNAME concode_elem_sep QName _Closed_QNAME concode_elem_sep QName _Close_QNAME concode_elem_sep QName...
JAXBElement < NotificationType > function ( NotificationType arg0 ) { return new JAXBElement < NotificationType > ( _Completed_QNAME , NotificationType . class , null , arg0 ) ; }
3,691
returns the clz . concode_field_sep Class<?> clz concode_elem_sep Long prop concode_field_sep void setProp concode_elem_sep Long getProp concode_elem_sep void setClz
Class < ? > function ( ) { return clz ; }
3,692
sets the user name of this shopping cart . concode_field_sep ShoppingCart _shoppingCart concode_field_sep java.lang.String getItemIds concode_elem_sep void setExpandoBridgeAttributes concode_elem_sep void setExpandoBridgeAttributes concode_elem_sep void setExpandoBridgeAttributes concode_elem_sep void setInsure concode...
void function ( java . lang . String arg0 ) { _shoppingCart . setUserName ( arg0 ) ; }
3,693
sets the value of the ssl 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 Boolean t...
void function ( Boolean arg0 ) { this . ssl = arg0 ; }
3,694
returns the date of the beginning of summer . concode_field_sep Calendar spring concode_elem_sep SeasonName name concode_elem_sep Calendar winter concode_elem_sep Calendar autumn concode_elem_sep Calendar summer concode_field_sep void setName concode_elem_sep void setAutumn concode_elem_sep Calendar getNextSeason conco...
Calendar function ( ) { return summer ; }
3,695
returns true if this object is equal to the specified object , and false otherwise . concode_field_sep DateTickMarkPosition START concode_elem_sep long serialVersionUID concode_elem_sep String name concode_elem_sep DateTickMarkPosition MIDDLE concode_elem_sep DateTickMarkPosition END concode_field_sep Object readResolv...
boolean function ( Object arg0 ) { if ( this == arg0 ) { return true ; } if ( ! ( arg0 instanceof DateTickMarkPosition ) ) { return false ; } DateTickMarkPosition loc0 = ( DateTickMarkPosition ) arg0 ; if ( ! this . name . equals ( loc0 . toString ( ) ) ) { return false ; } return true ; }
3,696
returns number of payload characters in the buffer . concode_field_sep MARSEventFactory marsEventFactory concode_elem_sep int size concode_elem_sep char[] buffer concode_field_sep void setSize concode_elem_sep char[] getBuffer concode_elem_sep void writeEvents concode_elem_sep int indexOfCRLF concode_elem_sep void clea...
int function ( ) { return size ; }
3,697
formats a date/time into a specific pattern . concode_field_sep TimeZone UTC_TIME_ZONE concode_elem_sep FastDateFormat ISO_DATE_TIME_ZONE_FORMAT concode_elem_sep FastDateFormat ISO_TIME_TIME_ZONE_FORMAT concode_elem_sep FastDateFormat ISO_TIME_NO_T_FORMAT concode_elem_sep FastDateFormat ISO_DATE_FORMAT concode_elem_sep...
String function ( final Date arg0 , final String arg1 ) { return format ( arg0 , arg1 , null , null ) ; }
3,698
taskcontrols implementation concode_field_sep ActionFireable actionFireable concode_elem_sep IAction taskAction concode_elem_sep ControlsAdapter controlsAdapter concode_elem_sep ISelectionSet selection concode_field_sep String getDescriptionFor concode_elem_sep void displaySelection concode_elem_sep Action getActionFor...
boolean function ( ) { return taskAction != null && taskAction . getActionType ( ) != EActionType . MOVE_TO ; }
3,699
set the current page size . resets the current page number if changed . default value is 10 . 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_e...
void function ( int arg0 ) { if ( arg0 != this . pageSize ) { this . pageSize = arg0 ; if ( ! this . newPageSet ) { this . page = 0 ; } } }