idx
int64
0
25k
question
stringlengths
71
7.19k
target
stringlengths
20
663
19,500
returns the radius of the outlier ellipse . concode_field_sep double radius concode_elem_sep Point2D point concode_field_sep Point2D getPoint concode_elem_sep double getX concode_elem_sep double getY concode_elem_sep void setPoint concode_elem_sep boolean equals concode_elem_sep boolean overlaps concode_elem_sep String...
double function ( ) { return this . radius ; }
19,501
divides each row by its max concode_field_sep PlaceHolder placeHolder concode_field_sep INDArray toOutcomeVector concode_elem_sep void normalizeMatrix concode_elem_sep void scaleMinMax concode_elem_sep INDArray toOutcomeMatrix
void function ( INDArray arg0 ) { INDArray loc0 = arg0 . max ( 1 ) ; for ( int loc1 = 0 ; loc1 < arg0 . rows ( ) ; loc1 ++ ) { double loc2 = loc0 . getDouble ( loc1 ) ; arg0 . putRow ( loc1 , arg0 . getRow ( loc1 ) . divi ( loc2 ) ) ; } }
19,502
the current capacity of the buffer . concode_field_sep boolean USE_UNSAFE concode_elem_sep ClientProtocolBuffer protocolBuffer concode_elem_sep String PROP_HAZELCAST_PROTOCOL_UNSAFE concode_elem_sep int position concode_elem_sep int INITIAL_CAPACITY concode_elem_sep int capacity concode_field_sep int position concode_e...
int function ( ) { return capacity ; }
19,503
specifies the instance identifier for this member of the db cluster . concode_field_sep String dBInstanceIdentifier concode_elem_sep String dBClusterParameterGroupStatus concode_elem_sep Integer promotionTier concode_elem_sep Boolean isClusterWriter concode_field_sep Boolean getIsClusterWriter concode_elem_sep void set...
void function ( String arg0 ) { this . dBInstanceIdentifier = arg0 ; }
19,504
clears messages from queue concode_field_sep Handler animationHandler concode_elem_sep int MIN_DELTA_FOR_SCROLLING concode_elem_sep ScrollingListener listener concode_elem_sep SimpleOnGestureListener gestureListener concode_elem_sep float lastTouchedY concode_elem_sep boolean isScrollingPerformed concode_elem_sep int S...
void function ( ) { animationHandler . removeMessages ( MESSAGE_SCROLL ) ; animationHandler . removeMessages ( MESSAGE_JUSTIFY ) ; }
19,505
convert a value given in meters to a value of this unit concode_field_sep DistanceUnit unit concode_elem_sep String[] names concode_elem_sep double value concode_elem_sep DistanceUnit DEFAULT concode_elem_sep double meters concode_field_sep double getEarthCircumference concode_elem_sep double toMeters concode_elem_sep ...
double function ( double arg0 ) { return convert ( arg0 , DistanceUnit . METERS , this ) ; }
19,506
tests the pathutils #temporaryfilename long , string method . concode_field_sep ExpectedException mException concode_field_sep void validatePathTest concode_elem_sep void concatPathTest concode_elem_sep void getPathComponentsExceptionTest concode_elem_sep void cleanPathNoExceptionTest concode_elem_sep void getParentTes...
void function ( ) { Assert . assertEquals ( PathUtils . temporaryFileName ( 1 , "srini_string" ) , PathUtils . temporaryFileName ( 1 , "srini_string" ) ) ; Assert . assertNotEquals ( PathUtils . temporaryFileName ( 1 , "srini_string" ) , PathUtils . temporaryFileName ( 2 , "srini_string" ) ) ; Assert . assertNotEquals ...
19,507
verify we have the expected number of elements in a node list concode_field_sep ArrayList _itemList concode_elem_sep String _nextPreviewPage concode_elem_sep String _searchQuery concode_elem_sep String _baseUrl concode_elem_sep int _start concode_elem_sep String _sessionId concode_elem_sep String _searchResponseString ...
boolean function ( NodeList arg0 , int arg1 ) { String loc0 ; int loc1 ; if ( ( loc1 = arg0 . getLength ( ) ) == arg1 ) { return true ; } loc0 = "srini_string" ; if ( loc1 > 0 ) { loc0 = arg0 . item ( 0 ) . getNodeName ( ) ; } _log . debug ( "srini_string" + loc0 + "srini_string" + loc1 + "srini_string" ) ; return fals...
19,508
application navigation hierarchy , one-to-one relationship with content-descriptor concode_field_sep Navigation navigation concode_elem_sep String name concode_elem_sep Content content concode_field_sep void setName concode_elem_sep void setContent concode_elem_sep String getName concode_elem_sep Content getContent con...
Navigation function ( ) { return navigation ; }
19,509
compare two string arrays . concode_field_sep String[] enabledCipherSuites concode_elem_sep boolean needClientAuth concode_elem_sep String[] enabledProtocols concode_elem_sep SSLServerSocketFactory socketFactory concode_field_sep String[] getEnabledProtocols concode_elem_sep String[] getEnabledCipherSuites concode_elem...
boolean function ( String [ ] arg0 , String [ ] arg1 ) { if ( ( arg0 == null || arg1 == null ) && arg0 != arg1 ) return false ; if ( arg0 != null ) { if ( arg0 . length != arg1 . length ) return false ; for ( int loc0 = 0 ; loc0 < arg0 . length ; loc0 ++ ) if ( ! arg0 [ loc0 ] . equals ( arg1 [ loc0 ] ) ) return false ...
19,510
backupable #backup file concode_field_sep String BACKUP_FILE_NAME concode_elem_sep WorkspaceQuotaManager wqm concode_elem_sep File backupFile concode_elem_sep String rName concode_elem_sep QuotaPersister quotaPersister concode_elem_sep File tempFile concode_elem_sep Log LOG concode_elem_sep String wsName concode_field_...
void function ( ) { doBackup ( backupFile ) ; }
19,511
get start time of task . concode_field_sep String[] diagnostics concode_elem_sep long finishTime concode_elem_sep Counters counters concode_elem_sep TIPStatus currentStatus concode_elem_sep float progress concode_elem_sep TaskAttemptID successfulAttempt concode_elem_sep long startTime concode_elem_sep String state conc...
long function ( ) { return startTime ; }
19,512
get expression . concode_field_sep int START concode_elem_sep int END concode_elem_sep List<Expression> expressionList concode_elem_sep int SPATIAL_INTERSECTS concode_elem_sep int compareType concode_elem_sep Expression expression concode_elem_sep int EQUALITY concode_elem_sep int RANGE concode_elem_sep Column column c...
Expression function ( ) { return expression ; }
19,513
set this property to specify multiple database names that contains spaces , in which case we can not use bean names for lookup . concode_field_sep CustomSQLErrorCodesTranslation[] customTranslations concode_elem_sep String[] databaseProductNames concode_elem_sep String[] dataIntegrityViolationCodes concode_elem_sep Str...
void function ( String ... arg0 ) { this . databaseProductNames = arg0 ; }
19,514
create an instance of recall_order concode_field_sep PlaceHolder placeHolder concode_field_sep Recall_Order.Extn createOrderExtn
Recall_Order function ( ) { return new Recall_Order ( ) ; }
19,515
gets the assetbytearray value for this customcreativeasset . concode_field_sep java.lang.String macroName concode_elem_sep java.lang.String fileName concode_elem_sep java.lang.Long fileSize concode_elem_sep java.lang.Long assetId concode_elem_sep java.lang.Object __equalsCalc concode_elem_sep boolean __hashCodeCalc con...
byte [ ] function ( ) { return assetByteArray ; }
19,516
create a new tab concode_field_sep PlaceHolder placeHolder concode_field_sep void updateChart concode_elem_sep N findFirstSuccessor concode_elem_sep N findFirstSuccessor concode_elem_sep GanttChart initializeChart concode_elem_sep GanttChart resetChart concode_elem_sep GanttChart resetChart concode_elem_sep GanttChart ...
Tab function ( Scheduler arg0 ) { AnchorPane loc0 = new AnchorPane ( ) ; resetChart ( arg0 . getLabel ( ) , loc0 ) ; return new Tab ( arg0 . getShortLabel ( ) , loc0 ) ; }
19,517
tests the read method . concode_field_sep UnderFileSystemFileInStream mTestStream concode_elem_sep int FILE_SIZE concode_elem_sep NettyUnderFileSystemFileReader mMockReader concode_elem_sep byte[] mData concode_elem_sep long FILE_ID concode_field_sep void readToEOFTest concode_elem_sep void before concode_elem_sep void...
void function ( ) { for ( int loc0 = 0 ; loc0 < FILE_SIZE ; loc0 ++ ) { Assert . assertEquals ( ( byte ) mTestStream . read ( ) , mData [ loc0 ] ) ; } }
19,518
returns the comment associated with the torrent . if there 's no comment , it will return an empty string . the comment is an utf-8 encoded strings . concode_field_sep torrent_info ti concode_field_sep boolean isI2P concode_elem_sep byte[] bencode concode_elem_sep String getName concode_elem_sep void addUrlSeed concode...
String function ( ) { return ti . comment ( ) ; }
19,519
gets the relacaosinalruido value for this validacaocertificacaosettopbox . concode_field_sep java.lang.String chaveCertificacao concode_elem_sep br.com.gvt.www.tv.configuracaoTV.ValidacaoCertificacaoSetTopBoxStatusCertificacao statusCertificacao concode_elem_sep int relacaoSinalRuido concode_elem_sep org.apache.axis.de...
int function ( ) { return relacaoSinalRuido ; }
19,520
creates a new action given a metacard . this method delegates to #getmetacardactionurl string , metacard and #createmetacardaction string , string , string , url . concode_field_sep String actionProviderId concode_elem_sep String UNKNOWN_TARGET concode_elem_sep String description concode_elem_sep String title concode_e...
Action function ( String arg0 , Metacard arg1 ) { URL loc0 = getMetacardActionUrl ( arg0 , arg1 ) ; return createMetacardAction ( actionProviderId , title , description , loc0 ) ; }
19,521
error 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 d concode_elem_sep void d concode_elem_sep void d co...
void function ( String arg0 , String arg1 , Object ... arg2 ) { if ( LOG . ERROR >= LOGLEVEL ) Log . e ( arg0 , String . format ( arg1 , arg2 ) ) ; }
19,522
setter method to set the middle name of user concode_field_sep String lastName concode_elem_sep String invalidLoginCount concode_elem_sep String emailId concode_elem_sep Timestamp userLastLogin concode_elem_sep long serialVersionUID concode_elem_sep String userId concode_elem_sep String firstName concode_elem_sep Strin...
void function ( String arg0 ) { this . middleName = arg0 ; }
19,523
a flag that indicates whether there are more items to return . if your results were truncated , you can make a subsequent pagination request using the marker request parameter to retrieve more items . note that iam might return fewer than the maxitems number of results even when there are more results available . we re...
void function ( Boolean arg0 ) { this . isTruncated = arg0 ; }
19,524
add information message to a specific client . concode_field_sep Properties buildProperties concode_field_sep String getRequestParameter concode_elem_sep UIComponent findComponent concode_elem_sep ServletContext getServletContext concode_elem_sep Object getManagedBean concode_elem_sep String getActionAttribute concode_...
void function ( String arg0 , String arg1 ) { FacesContext . getCurrentInstance ( ) . addMessage ( arg0 , new FacesMessage ( FacesMessage . SEVERITY_INFO , arg1 , arg1 ) ) ; }
19,525
gets the value of the value property . concode_field_sep String displayLabel concode_elem_sep String value concode_field_sep void setValue concode_elem_sep void setDisplayLabel concode_elem_sep String getDisplayLabel
String function ( ) { return value ; }
19,526
task 7 : advanced calculator history commands cumulativesum computes the sum over the result of each equation in our history . concode_field_sep PlaceHolder placeHolder concode_field_sep int add concode_elem_sep void printHistory concode_elem_sep void printAllHistory concode_elem_sep void clearHistory concode_elem_sep ...
int function ( ) { return - 1 ; }
19,527
retrieves the name of the savepoint that this savepoint object represents . concode_field_sep String name concode_elem_sep jdbcConnection connection concode_field_sep String toString concode_elem_sep int getSavepointId
String function ( ) { return name ; }
19,528
an initial entry should have an outgoing transition concode_field_sep SGraphFactory factory concode_elem_sep BasicDiagnostic diagnostics concode_elem_sep SGraphJavaValidator validator concode_elem_sep StextFactory sTextFactory concode_elem_sep State state concode_elem_sep Region region concode_elem_sep Statechart state...
void function ( ) { prepareStateTest ( ) ; Entry loc0 = factory . createEntry ( ) ; region . getVertices ( ) . add ( loc0 ) ; assertEquals ( EntryKind . INITIAL , loc0 . getKind ( ) ) ; validator . validate ( loc0 , diagnostics , new HashMap < Object , Object > ( ) ) ; assertWarning ( diagnostics , ISSUE_INITIAL_ENTRY_...
19,529
gets the value of the label property . concode_field_sep ResourceType resourceRef concode_elem_sep String label concode_field_sep void setResourceRef concode_elem_sep ResourceType getResourceRef concode_elem_sep void setLabel
String function ( ) { return label ; }
19,530
gets the value of the featurerangelist property . concode_field_sep Names names concode_elem_sep Xref xref concode_elem_sep List<BaseLocation> featureRange concode_elem_sep AttributeList attributeList concode_elem_sep CvType featureType concode_elem_sep CvType featureDetectionMethod concode_elem_sep ExperimentRefList e...
Feature . FeatureRangeList function ( ) { return featureRangeList ; }
19,531
setter for the used event worker concode_field_sep int baud concode_elem_sep String port concode_elem_sep SerialEventWorker eventWorker concode_elem_sep InputStream inputStream concode_elem_sep SerialPort serialPort concode_elem_sep Logger logger concode_elem_sep OutputStream outputStream concode_elem_sep CommPortIdent...
void function ( SerialEventWorker arg0 ) { this . eventWorker = arg0 ; }
19,532
set the xml writer settings to be used . by default values equivalent to xmlwritersettings #default_xml_settings are used . concode_field_sep boolean DEFAULT_INDENT_AND_ALIGN_HTML concode_elem_sep boolean DEFAULT_INDENT_AND_ALIGN_CSS concode_elem_sep EHTMLVersion m_eHTMLVersion concode_elem_sep String m_sHTMLNamespaceU...
HCConversionSettings function ( @ Nonnull final IXMLWriterSettings arg0 ) { ValueEnforcer . notNull ( arg0 , "srini_string" ) ; m_aXMLWriterSettings = new XMLWriterSettings ( arg0 ) ; return this ; }
19,533
returns the highlight paint . concode_field_sep double rotateX concode_elem_sep Paint outlinePaint concode_elem_sep int size concode_elem_sep AffineTransform transform concode_elem_sep Paint highlightPaint concode_elem_sep double rotateY concode_elem_sep Stroke outlineStroke concode_elem_sep Paint fillPaint concode_ele...
Paint function ( ) { return this . highlightPaint ; }
19,534
the system default for class assertion status . this is used for all classloader 's classassertionstatus defaults . it must be a map of class names to boolean.true or boolean.false xxx - not implemented yet ; this requires native help . concode_field_sep PlaceHolder placeHolder concode_field_sep Class defineClass conco...
Map function ( ) { return new HashMap ( ) ; }
19,535
directs model to remove all its datachangelistener subscriptions from the datamanager concode_field_sep DataListenerData _dld concode_elem_sep int DEFAULT_COLUMN_WIDTH concode_elem_sep ResId TITLE_HIDDEN concode_elem_sep PVTableModel _pvTableModel concode_elem_sep WslPvTableView _tblView concode_elem_sep String[] _colT...
void function ( ) { DataManager . removeAllDataChangeListeners ( this ) ; }
19,536
actionlistener called from the ` audio ' button in home.xhtml concode_field_sep String RENDER_GROUP concode_elem_sep UploadModel uploadModel concode_elem_sep PortableRenderer portableRenderer concode_elem_sep String BEAN_NAME concode_elem_sep MediaHelper mediaHelper concode_elem_sep String MEDIA_FILE_KEY concode_elem_s...
void function ( ActionEvent arg0 ) { LOGGER . finer ( "srini_string" ) ; uploadModel . setSelectedMediaInput ( MediaMessage . MEDIA_TYPE_AUDIO ) ; uploadModel . setUploadFeedbackMessage ( "srini_string" ) ; }
19,537
return the singleton of this class . concode_field_sep StaticLoggerBinder SINGLETON concode_elem_sep String loggerFactoryClassStr concode_elem_sep String REQUESTED_API_VERSION concode_elem_sep ILoggerFactory loggerFactory concode_field_sep ILoggerFactory getLoggerFactory concode_elem_sep String getLoggerFactoryClassStr
StaticLoggerBinder function ( ) { return SINGLETON ; }
19,538
the size of a lazy list concode_field_sep String[] __EMTPY_STRING_ARRAY concode_field_sep Object add concode_elem_sep Object add concode_elem_sep boolean isEmpty concode_elem_sep boolean hasEntry concode_elem_sep String[] toStringArray concode_elem_sep Object remove concode_elem_sep Object remove concode_elem_sep boole...
int function ( Object arg0 ) { if ( arg0 == null ) return 0 ; if ( arg0 instanceof List ) return ( ( List < ? > ) arg0 ) . size ( ) ; return 1 ; }
19,539
sets the class to test . concode_field_sep Filter m_SourceCode concode_elem_sep File m_Dataset concode_elem_sep Filter m_Filter concode_elem_sep int m_ClassIndex concode_field_sep Enumeration listOptions concode_elem_sep void setClassIndex concode_elem_sep boolean compare concode_elem_sep boolean compare concode_elem_s...
void function ( Filter arg0 ) { m_SourceCode = arg0 ; }
19,540
the amazon s3 object the deployment package version you want to upload . returns a reference to this object so that method calls can be chained together . constraints : length : 1 - 1024 concode_field_sep String s3ObjectVersion concode_elem_sep String s3Key concode_elem_sep java.nio.ByteBuffer zipFile concode_elem_sep ...
FunctionCode function ( String arg0 ) { this . s3ObjectVersion = arg0 ; return this ; }
19,541
gets the value of the resourcetypeormethodorrepresentation property . this accessor method returns a reference to the live list , not a snapshot . therefore any modification you make to the returned list will be present inside the jaxb object . this is why there is not a set method for the resourcetypeormethodorreprese...
List < Object > function ( ) { if ( resourceTypeOrMethodOrRepresentation == null ) { resourceTypeOrMethodOrRepresentation = new ArrayList < Object > ( ) ; } return this . resourceTypeOrMethodOrRepresentation ; }
19,542
returns a spacing setting instance indicating that no line breaks or spaces can be inserted or removed by the formatter between the specified two blocks . concode_field_sep SpacingFactory myFactory concode_field_sep Spacing createDependentLFSpacing concode_elem_sep Spacing createDependentLFSpacing concode_elem_sep Spac...
Spacing function ( ) { return myFactory . getReadOnlySpacing ( ) ; }
19,543
get j-th column as a vector concode_field_sep int n concode_elem_sep String hl concode_elem_sep int m concode_elem_sep double[][] block concode_field_sep double[][] mult concode_elem_sep double[] mult concode_elem_sep double dot concode_elem_sep void insert concode_elem_sep void main concode_elem_sep double[][] get_arr...
Vector function ( int arg0 ) { Vector loc0 = new Vector ( m ) ; for ( int loc1 = 0 ; loc1 < m ; loc1 ++ ) { loc0 . append ( get ( loc1 , arg0 ) ) ; } return loc0 ; }
19,544
validate the other uuid consumer does not have any intersection with this consumer concode_field_sep int toGenerate concode_elem_sep List<UUID> results concode_field_sep Void call concode_elem_sep void testOrderingConcurrency concode_elem_sep void validateOrder
void function ( UUIDConsumer arg0 ) { Set < UUID > loc0 = new HashSet < UUID > ( results ) ; Set < UUID > loc1 = new HashSet < UUID > ( arg0 . results ) ; Set < UUID > loc2 = Sets . loc2 ( loc0 , loc1 ) ; assertEquals ( "srini_string" , 0 , loc2 . size ( ) ) ; }
19,545
clear facade . concode_field_sep boolean add concode_elem_sep String name concode_elem_sep StringManager sm concode_elem_sep Response response concode_elem_sep String contentType concode_elem_sep long value concode_field_sep void setContentLength concode_elem_sep int getBufferSize concode_elem_sep void sendError concod...
void function ( ) { response = null ; }
19,546
parses a string to get the values for this flag . has different effects for each extension of flag object . concode_field_sep Flags flagsContainer concode_elem_sep String[] EMPTY_STRING concode_field_sep void onCheck concode_elem_sep void prepare concode_elem_sep void setFlagsContainer concode_elem_sep void onPrepare c...
boolean function ( String arg0 ) { return onParse ( arg0 ) ; }
19,547
return type metadata object concode_field_sep java.util.Calendar lastRunStopped concode_elem_sep org.apache.axis.description.TypeDesc typeDesc concode_elem_sep java.lang.Object __equalsCalc concode_elem_sep org.talend.mdm.webservice.WSSynchronizationPlanStatusCode wsStatusCode concode_elem_sep boolean __hashCodeCalc co...
org . apache . axis . description . TypeDesc function ( ) { return typeDesc ; }
19,548
gets the value of the county property . concode_field_sep String city concode_elem_sep String postalCode concode_elem_sep String county concode_elem_sep String geoCode concode_elem_sep long serialVersionUID concode_elem_sep String type concode_elem_sep String province concode_elem_sep String countryCode concode_elem_se...
String function ( ) { return county ; }
19,549
returns the problems to be reported to the problem requester of the reconcile operation for the given marker type . returns null if no problems need to be reported for this marker type . concode_field_sep CompilationUnit workingCopy concode_elem_sep ReconcileWorkingCopyOperation operation concode_field_sep boolean isRe...
CategorizedProblem [ ] function ( String arg0 ) { if ( this . operation . problems == null ) return null ; return ( CategorizedProblem [ ] ) this . operation . problems . get ( arg0 ) ; }
19,550
helper for success callbacks that just returns the status.ok by default concode_field_sep String callbackId concode_elem_sep CordovaWebView webView concode_elem_sep int changingThreads concode_elem_sep String LOG_TAG concode_elem_sep boolean finished concode_field_sep boolean isChangingThreads concode_elem_sep String g...
void function ( ) { sendPluginResult ( new PluginResult ( PluginResult . Status . OK ) ) ; }
19,551
returns the taxes percentage . concode_field_sep double taxesPercentage concode_elem_sep long billingId concode_elem_sep String productId concode_elem_sep String title concode_elem_sep Date transactionDate concode_elem_sep String transactionId concode_elem_sep String cancelledTransactionId concode_elem_sep String cance...
double function ( ) { return taxesPercentage ; }
19,552
change the margin from the default concode_field_sep int margin concode_elem_sep int DEFAULT_MARGIN concode_elem_sep List<List<String>> data concode_elem_sep List<String> columnNames concode_field_sep void addColumn concode_elem_sep void print concode_elem_sep List<AtomicInteger> getColumnWidths concode_elem_sep void p...
void function ( int arg0 ) { this . margin = arg0 ; }
19,553
sets the value of the content property . concode_field_sep Navigation navigation concode_elem_sep String name concode_elem_sep Content content concode_field_sep void setName concode_elem_sep String getName concode_elem_sep Content getContent concode_elem_sep Navigation getNavigation concode_elem_sep void setNavigation
void function ( Content arg0 ) { this . content = arg0 ; }
19,554
returns a string representation of this object ; useful for testing and debugging . concode_field_sep String volumeType concode_elem_sep String volumeARN concode_field_sep void setVolumeARN concode_elem_sep int hashCode concode_elem_sep boolean equals concode_elem_sep VolumeInfo clone concode_elem_sep String getVolumeA...
String function ( ) { StringBuilder loc0 = new StringBuilder ( ) ; loc0 . append ( "srini_string" ) ; if ( getVolumeARN ( ) != null ) loc0 . append ( "srini_string" + getVolumeARN ( ) + "srini_string" ) ; if ( getVolumeType ( ) != null ) loc0 . append ( "srini_string" + getVolumeType ( ) ) ; loc0 . append ( "srini_stri...
19,555
sets the value of the width property . concode_field_sep String overlap concode_elem_sep Image.Size size concode_elem_sep String tileSize concode_elem_sep String format concode_elem_sep String width concode_elem_sep String value concode_elem_sep String height concode_field_sep String getWidth concode_elem_sep void setH...
void function ( String arg0 ) { this . width = arg0 ; }
19,556
returns the bundle context of this bundle concode_field_sep BundleContext context concode_elem_sep Logger logger concode_field_sep void stop concode_elem_sep void start
BundleContext function ( ) { return context ; }
19,557
wrapper for setauthfunctionbeans string , list concode_field_sep AuthBeanMultiplexer singleton concode_elem_sep Map<String,List<AuthFunctionBean>> beans concode_elem_sep FrameworkLogger logger concode_field_sep String getUniqueNameFor concode_elem_sep java.sql.Array authenticate concode_elem_sep void clear concode_elem...
void function ( Connection arg0 , List < AuthFunctionBean > arg1 ) { setAuthFunctionBeans ( getUniqueNameFor ( arg0 ) , arg1 ) ; }
19,558
log a message with the error level , with the given error . concode_field_sep ALogger logger concode_elem_sep play.api.Logger logger concode_field_sep void warn concode_elem_sep void warn concode_elem_sep void warn concode_elem_sep void warn concode_elem_sep void warn concode_elem_sep void warn concode_elem_sep void tr...
void function ( String arg0 , Throwable arg1 ) { logger . underlyingLogger ( ) . arg1 ( arg0 , arg1 ) ; }
19,559
override this method to change the locale determination based on session attribute . note : this is mostly a backup for cookie , as either one usually has to be enabled for locale to remain synchronized between portal and non-portal pages . concode_field_sep PlaceHolder placeHolder concode_field_sep Locale getLocaleCon...
Locale function ( LocaleContextInfo arg0 ) { return arg0 . getSessionLocale ( ) ; }
19,560
setter for lastmessagetime concode_field_sep String sharedKey concode_elem_sep Server server concode_elem_sep Date nextActionTime concode_elem_sep Date created concode_elem_sep String jabberId concode_elem_sep String name concode_elem_sep Date modified concode_elem_sep Date lastMessageTime concode_elem_sep Long id conc...
void function ( Date arg0 ) { this . lastMessageTime = arg0 ; }
19,561
gets the value of the authenticationindicator property . concode_field_sep String authenticationIndicator concode_elem_sep String cardholderAuthenticationValue concode_field_sep void setAuthenticationIndicator concode_elem_sep String getCardholderAuthenticationValue concode_elem_sep void setCardholderAuthenticationValu...
String function ( ) { return authenticationIndicator ; }
19,562
sets the marker . concode_field_sep String nextMarker concode_elem_sep String marker concode_elem_sep Integer maxResults concode_elem_sep String prefix concode_elem_sep ArrayList<T> results concode_elem_sep String ENUMERATION_RESULTS concode_field_sep String getMarker concode_elem_sep String getNextMarker concode_elem_...
void function ( String arg0 ) { this . marker = arg0 ; }
19,563
returns if the workspace directory is a valid workspace . concode_field_sep String RELATIVE_OUTPUT_PATH concode_elem_sep Path workspace concode_elem_sep Path localOutputPath concode_elem_sep Path execRoot concode_elem_sep Path outputPath concode_elem_sep Path installBase concode_elem_sep Path outputBase concode_elem_se...
boolean function ( ) { return this . workspace != null ; }
19,564
base64-encode the given byte array . concode_field_sep Base64Delegate delegate concode_elem_sep org.apache.commons.codec.binary.Base64 base64 concode_elem_sep Charset DEFAULT_CHARSET concode_field_sep void assertSupported concode_elem_sep String encodeToString concode_elem_sep byte[] decodeFromString concode_elem_sep b...
byte [ ] function ( byte [ ] arg0 ) { assertSupported ( ) ; return delegate . encode ( arg0 ) ; }
19,565
decides if the outofmemoryerror thrown will be handled by this outofmemoryhandler or not . if true is return , #onoutofmemory outofmemoryerror , hazelcastinstance will be calledto handle error , otherwise outofmemoryerror will be ignored . concode_field_sep PlaceHolder placeHolder concode_field_sep void tryShutdown con...
boolean function ( OutOfMemoryError arg0 ) { return true ; }
19,566
get the product value . concode_field_sep String product concode_elem_sep String name concode_elem_sep String publisher concode_field_sep PurchasePlan withPublisher concode_elem_sep String name concode_elem_sep PurchasePlan withProduct concode_elem_sep String publisher concode_elem_sep PurchasePlan withName
String function ( ) { return this . product ; }
19,567
gets the total number of pooled connections for the given route . this is the total number of connections that have been created and are still in use by this connection manager for the route . this value will not exceed the maximum number of connections per host . concode_field_sep Log log concode_elem_sep ClientConnec...
int function ( final HttpRoute arg0 ) { return pool . getConnectionsInPool ( arg0 ) ; }
19,568
removes an observer instance from the set of observers of this observable . concode_field_sep Vector m_Observers concode_field_sep void addObserver concode_elem_sep void removeObservers concode_elem_sep void notifyObservers concode_elem_sep int getObserverCount
void function ( Observer arg0 ) { synchronized ( m_Observers ) { m_Observers . removeElement ( arg0 ) ; } }
19,569
sets the family name . concode_field_sep String target_ concode_elem_sep List infoboxTokenList_ concode_elem_sep boolean businessApplication_ concode_elem_sep String identificationValue_ concode_elem_sep String domainIdentifier_ concode_elem_sep String trustProfileID_ concode_elem_sep List schemaLocations_ concode_elem...
void function ( String arg0 ) { familyName_ = arg0 ; }
19,570
set the configuration parameter to allow multiple selection concode_field_sep List<FilterCriteria> filterCriteria concode_elem_sep BigDecimal max concode_elem_sep Boolean advanced concode_elem_sep String defaultValue concode_elem_sep Integer multipleLimit concode_elem_sep String pattern concode_elem_sep Boolean multipl...
ConfigDescriptionParameterBuilder function ( Boolean arg0 ) { this . multiple = arg0 ; return this ; }
19,571
returns the instance id for this service if a remote device offers multiple services with the same uuid ex . multiple battery services for different batteries , the instance id is used to distuinguish services . concode_field_sep int SERVICE_TYPE_PRIMARY concode_elem_sep UUID mUuid concode_elem_sep List<BluetoothGattCh...
int function ( ) { return mInstanceId ; }
19,572
get the n'th document id from the inverted list . concode_field_sep int ctf concode_elem_sep int tf concode_elem_sep String field concode_elem_sep Vector<DocPosting> postings concode_elem_sep Vector<Integer> positions concode_elem_sep int df concode_elem_sep int docid concode_field_sep boolean appendPosting concode_ele...
int function ( int arg0 ) { return this . postings . get ( arg0 ) . arg0 ; }
19,573
dummy method so that intellj recognizes this as a test class . concode_field_sep VmSecurityGroupFetcher fetcher concode_elem_sep TransactionAuthorizationObject authorizationObject concode_elem_sep VmBackend backend concode_elem_sep ProjectSecurityGroupFetcher projectFetcher concode_field_sep void testWrongTransactionAu...
void function ( ) { }
19,574
getter for property locale . concode_field_sep Object mutex concode_elem_sep HsqlArrayList bundleList concode_elem_sep Locale locale concode_elem_sep Method newGetBundleMethod concode_elem_sep String prefix concode_elem_sep HashMap bundleHandleMap concode_field_sep String getString concode_elem_sep Method getNewGetBund...
Locale function ( ) { synchronized ( mutex ) { return locale ; } }
19,575
get the training server concode_field_sep TrainingServer trainingServer concode_elem_sep MaintainSubjectsManager maintainSubjectsManager concode_elem_sep MaintainQuestionsManager maintainQuestionsManager concode_elem_sep MaintainKeywordsManager maintainKeywordsManager concode_elem_sep MaintainUserManager maintainUserMa...
TrainingServer function ( ) { if ( trainingServer == null ) { trainingServer = new TrainingServer ( ) ; } return trainingServer ; }
19,576
zeigt wieder die spielfeldscene an . concode_field_sep Stage primaryStage concode_elem_sep VBox hbox concode_elem_sep Button loadGame concode_elem_sep StartSteuerung startConroller concode_elem_sep int FENSTER_HOEHE concode_elem_sep StackPane root concode_elem_sep Button newGame concode_elem_sep int HBOX_SPACING concod...
void function ( ) { this . primaryStage . setTitle ( "srini_string" ) ; this . primaryStage . setScene ( this . getScene ( ) ) ; this . primaryStage . show ( ) ; }
19,577
visibility json object . this will be applied to the newly created term . concode_field_sep String propertyKey concode_elem_sep String snippet concode_elem_sep String process concode_elem_sep long start concode_elem_sep long end concode_elem_sep Vertex resolvedToVertex concode_elem_sep VisibilityJson visibilityJson con...
TermMentionBuilder function ( VisibilityJson arg0 ) { this . visibilityJson = arg0 ; return this ; }
19,578
sets the url value for this webpagedescriptor . concode_field_sep org.apache.axis.description.TypeDesc typeDesc concode_elem_sep java.lang.Object __equalsCalc concode_elem_sep boolean __hashCodeCalc concode_elem_sep java.lang.String title concode_elem_sep java.lang.String url concode_field_sep java.lang.String getUrl c...
void function ( java . lang . String arg0 ) { this . url = arg0 ; }
19,579
returns the current temperature in degrees . concode_field_sep Double current concode_elem_sep Double min concode_elem_sep Double dewpoint concode_elem_sep Double max concode_elem_sep Double feel concode_field_sep void setMax concode_elem_sep void setDewpoint concode_elem_sep void setMin concode_elem_sep void setFeel c...
Double function ( ) { return current ; }
19,580
helper for success callbacks that just returns the status.ok by default concode_field_sep String callbackId concode_elem_sep CordovaWebView webView concode_elem_sep int changingThreads concode_elem_sep String LOG_TAG concode_elem_sep boolean finished concode_field_sep boolean isChangingThreads concode_elem_sep String g...
void function ( ) { sendPluginResult ( new PluginResult ( PluginResult . Status . OK ) ) ; }
19,581
returns the resource portion of a jid . for example , for the address `` matt@jivesoftware.com / smack '' , `` smack '' would be returned . if no resource is present in the address , the empty string will be returned . concode_field_sep LruCache<String,String> LOCALPART_UNESCAPE_CACHE concode_elem_sep LruCache<String,S...
String function ( String arg0 ) { int loc0 = arg0 . indexOf ( '/' ) ; if ( loc0 + 1 > arg0 . length ( ) || loc0 < 0 ) { return "srini_string" ; } else { return arg0 . substring ( loc0 + 1 ) ; } }
19,582
returns true if this connection is alive . concode_field_sep int httpMinorVersion concode_elem_sep byte[] HTTP_11 concode_elem_sep Route route concode_elem_sep long idleStartTimeNs concode_elem_sep InputStream in concode_elem_sep SpdyConnection spdyConnection concode_elem_sep Socket socket concode_elem_sep byte[] SPDY3...
boolean function ( ) { return ! socket . isClosed ( ) && ! socket . isInputShutdown ( ) && ! socket . isOutputShutdown ( ) ; }
19,583
returns the server owning the service . concode_field_sep Server server concode_elem_sep Configuration serviceConfig concode_elem_sep String prefix concode_field_sep void init concode_elem_sep void init concode_elem_sep Configuration getServiceConfig concode_elem_sep String getPrefix concode_elem_sep void serverStatusC...
Server function ( ) { return server ; }
19,584
sets a session value . concode_field_sep Map<String,String> aliases concode_elem_sep Map<String,Object> properties concode_elem_sep Serializable id concode_elem_sep InterruptSignalHandler signalHandler concode_field_sep Integer getCommitCount concode_elem_sep String[] keys concode_elem_sep Map<String,Object> asMap conc...
void function ( String arg0 , Object arg1 ) { Variables . checkIsValidVariableName ( arg0 ) ; setInternal ( arg0 , arg1 ) ; }
19,585
sets a session value . concode_field_sep Map<String,Object> properties concode_elem_sep Serializable id concode_field_sep String[] keys concode_elem_sep Map<String,Object> asMap concode_elem_sep Object get concode_elem_sep Serializable getId concode_elem_sep Object remove
void function ( String arg0 , Object arg1 ) { properties . put ( arg0 , arg1 ) ; }
19,586
called after the last call to combine on a specific instance . enables disposing of the intermediary state . this should be a very fast operation that just disposes unnecessary state if applicable . important : it may not be called if the instance aggregator does not take part in the accumulation phase . it 's caused b...
void function ( ) { }
19,587
returns an ilistproperty < iobservable > forobserving the targets of a validationstatusprovider . concode_field_sep PlaceHolder placeHolder concode_field_sep IListProperty models concode_elem_sep IListProperty bindings concode_elem_sep IValueProperty model concode_elem_sep IListProperty validationStatusProviders concod...
IListProperty function ( ) { return new ValidationStatusProviderTargetsProperty ( ) ; }
19,588
zeros accumulated running time and restarts this object . concode_field_sep boolean running concode_elem_sep long total concode_elem_sep long startTime concode_elem_sep long lastStart concode_field_sep long currentElapsedTime concode_elem_sep void stop concode_elem_sep String currentElapsedTimeToMessage concode_elem_se...
void function ( ) { total = 0 ; start ( ) ; }
19,589
get the low 8 bytes as a long . concode_field_sep long lo8 concode_elem_sep long hi8 concode_elem_sep Unsigned16 TEN concode_field_sep void add concode_elem_sep Unsigned16 fromDecimal concode_elem_sep void set concode_elem_sep void set concode_elem_sep byte getByte concode_elem_sep long getHigh8 concode_elem_sep void r...
long function ( ) { return lo8 ; }
19,590
returns transitive runtime jars . concode_field_sep NestedSet<Artifact> instrumentationMetadata concode_elem_sep NestedSetBuilder<Artifact> instrumentationMetadataBuilder concode_elem_sep NestedSet<Artifact> runtimeJars concode_elem_sep NestedSetBuilder<Artifact> runtimeJarsBuilder concode_elem_sep NestedSet<Artifact> ...
NestedSet < Artifact > function ( ) { return runtimeJars ; }
19,591
gets volume part year . concode_field_sep String owningInstitutionItemId concode_elem_sep String lastUpdatedBy concode_elem_sep Integer collectionGroupId concode_elem_sep List<BibliographicEntity> bibliographicEntities concode_elem_sep String callNumberType concode_elem_sep String customerCode concode_elem_sep Integer ...
String function ( ) { return volumePartYear ; }
19,592
returns the value at index or null if that is out of range . concode_field_sep List<String> namesAndValues concode_elem_sep String[] namesAndValues concode_field_sep Builder add concode_elem_sep Builder add concode_elem_sep Builder addLenient concode_elem_sep Builder addLenient concode_elem_sep Builder set concode_elem...
String function ( int arg0 ) { int loc0 = arg0 * 2 + 1 ; if ( loc0 < 0 || loc0 >= namesAndValues . length ) { return null ; } return namesAndValues [ loc0 ] ; }
19,593
get description concode_field_sep String m_variable concode_elem_sep Object m_description concode_elem_sep Object m_result concode_elem_sep String VARIABLE concode_elem_sep String DESCRIPTION_VARIABLE concode_elem_sep String m_script concode_elem_sep HashMap<String,Object> m_ctx concode_elem_sep int m_windowNo concode_...
Object function ( ) { return m_description ; }
19,594
gets the next item in the list concode_field_sep Item<T> next concode_elem_sep Item<T> head concode_elem_sep T payload concode_elem_sep Item<T> tail concode_elem_sep Item<T> prev concode_elem_sep Pool<Item<T>> pool concode_elem_sep Item<T> iter concode_elem_sep int size concode_elem_sep Item<T> curr concode_field_sep v...
T function ( ) { if ( iter == null ) return null ; T loc0 = iter . loc0 ; curr = iter ; iter = iter . next ; return loc0 ; }
19,595
retrieve the content type of the request . concode_field_sep ActionRequest request concode_field_sep String getCharacterEncoding concode_elem_sep String toString concode_elem_sep int getContentLength concode_elem_sep InputStream getInputStream
String function ( ) { return request . getContentType ( ) ; }
19,596
returns the value of field ` mechanism ' . concode_field_sep java.lang.String _content concode_elem_sep long serialVersionUID concode_elem_sep java.lang.String _state concode_elem_sep java.lang.String _mechanism concode_field_sep void setMechanism concode_elem_sep void setContent concode_elem_sep java.lang.String getSt...
java . lang . String function ( ) { return this . _mechanism ; }
19,597
sets the ping interval in seconds concode_field_sep int ping concode_elem_sep String ipAddress concode_elem_sep int retryPolling concode_field_sep String getIpAddress concode_elem_sep int getRetryPolling concode_elem_sep int getPing concode_elem_sep void setRetryPolling concode_elem_sep void setIpAddress
void function ( int arg0 ) { this . ping = arg0 ; }
19,598
adds new binding to the stack . concode_field_sep String[] nsStack concode_elem_sep HashMap associationHistory concode_elem_sep int idxLen concode_elem_sep int iota concode_elem_sep int nsLen concode_elem_sep int[] idxStack concode_field_sep String getPrefix concode_elem_sep void endElement concode_elem_sep void startE...
void function ( String arg0 , String arg1 ) { if ( arg0 != null && arg0 . length ( ) == 0 ) throw new InternalError ( ) ; if ( nsStack . length == nsLen ) { String [ ] loc0 = new String [ nsStack . length * 2 ] ; System . arraycopy ( nsStack , 0 , loc0 , 0 , nsStack . length ) ; nsStack = loc0 ; } nsStack [ nsLen ++ ] ...
19,599
return log of graphics calls concode_field_sep int mAlpha concode_elem_sep List<String> mDrawn concode_elem_sep IColor mBackground concode_elem_sep IColor mForeground concode_field_sep void drawPoint concode_elem_sep void clear concode_elem_sep void setForeground concode_elem_sep void setAlpha concode_elem_sep void dra...
List < String > function ( ) { return Collections . unmodifiableList ( mDrawn ) ; }