code stringlengths 20 663 | nl stringlengths 68 7.19k |
|---|---|
Set < String > function ( ) { return dynamicRequirements ; } | gets the names of other dynamically named capabilities upon a concrete instance of which this capability will have a hard requirement once the full name is known . it is statically known that some variant of these base capability names will be required , but the exact name will not be known until this capability 's con... |
void function ( byte [ ] arg0 ) { if ( arg0 . length != 512 ) { throw new IllegalArgumentException ( RB . bad_block_write_len . getString ( arg0 . length ) ) ; } write ( arg0 , arg0 . length ) ; } | write a user-specified 512-byte block . for efficiency , write int should be used when writing file body content . concode_field_sep int DEFAULT_BLOCKS_PER_RECORD concode_elem_sep int DEFAULT_COMPRESSION concode_elem_sep byte[] ZERO_BLOCK concode_elem_sep OutputStream writeStream concode_elem_sep boolean debug concode_... |
long function ( int arg0 ) { return getAndAdd ( arg0 , 1 ) ; } | atomically increments by one the element at index i . concode_field_sep long[] array concode_elem_sep long serialVersionUID concode_field_sep void set concode_elem_sep long incrementAndGet concode_elem_sep boolean weakCompareAndSet concode_elem_sep int length concode_elem_sep long decrementAndGet concode_elem_sep void ... |
com . google . api . ads . dfp . axis . v201403 . ReconciliationOrderReportStatus function ( ) { return status ; } | gets the status value for this reconciliationorderreport . concode_field_sep java.lang.Long reconciliationReportId concode_elem_sep java.lang.Long orderId concode_elem_sep org.apache.axis.description.TypeDesc typeDesc concode_elem_sep com.google.api.ads.dfp.axis.v201403.DateTime submissionDateTime concode_elem_sep java... |
boolean function ( ) { return ! socket . isClosed ( ) && ! socket . isInputShutdown ( ) && ! socket . isOutputShutdown ( ) ; } | 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... |
long function ( String arg0 , PrintStream arg1 ) { long loc0 = endTime ( ) ; arg1 . println ( arg0 + "srini_string" + ( loc0 ) + "srini_string" ) ; return loc0 ; } | print elapsed time on static timer without stopping timer . concode_field_sep long startTime concode_elem_sep long MILLISECONDS_TO_SECONDS concode_elem_sep long MILLISECOND_DIVISOR concode_elem_sep long start concode_elem_sep NumberFormat nf concode_elem_sep long SECOND_DIVISOR concode_field_sep String toSecondsString ... |
com . google . api . ads . dfp . axis . v201411 . ReportQuery function ( ) { return reportQuery ; } | gets the reportquery value for this reportjob . concode_field_sep com.google.api.ads.dfp.axis.v201411.ReportJobStatus reportJobStatus concode_elem_sep java.lang.Object __equalsCalc concode_elem_sep boolean __hashCodeCalc concode_elem_sep java.lang.Long id concode_elem_sep com.google.api.ads.dfp.axis.v201411.ReportQuery... |
ServiceType . FirstMonthFeatures function ( ) { return new ServiceType . FirstMonthFeatures ( ) ; } | create an instance of servicetype.firstmonthfeatures concode_field_sep PlaceHolder placeHolder concode_field_sep ActivationAgreementRequest.Subscribers createActivationAgreementRequestSubscribers concode_elem_sep ServiceType.SelectedFeatures createServiceTypeSelectedFeatures concode_elem_sep ExistingLineType createExis... |
boolean function ( ) { return false ; } | returns false , always . concode_field_sep EmptyResettableIterator<?> EMPTY_ITERATOR concode_field_sep E next concode_elem_sep EmptyResettableIterator<T> emptyIterator concode_elem_sep void reset concode_elem_sep void remove |
void function ( ) { System . out . println ( "srini_string" ) ; System . out . println ( "srini_string" ) ; } | clears the screen . concode_field_sep PlaceHolder placeHolder concode_field_sep void localSFTPMenu concode_elem_sep void remoteSFTPMenu concode_elem_sep void remoteSFTPFileMenu concode_elem_sep void showMessage concode_elem_sep void optionsSFTPMenu concode_elem_sep void main concode_elem_sep void mainSFTPMenu concode_e... |
void function ( String arg0 ) { this . title = arg0 ; } | sets the title . concode_field_sep boolean special concode_elem_sep String image concode_elem_sep int min concode_elem_sep int id concode_elem_sep String title concode_field_sep void setSpecial concode_elem_sep void setMin concode_elem_sep String getTitle concode_elem_sep int getMin concode_elem_sep boolean isSpecial c... |
boolean function ( CharSequence arg0 ) { for ( int loc0 = arg0 . length ( ) - 1 ; loc0 >= 0 ; loc0 -- ) if ( ! isWhiteSpace ( arg0 . charAt ( loc0 ) ) ) return false ; return true ; } | returns true if the specified string is all whitespace . concode_field_sep PlaceHolder placeHolder concode_field_sep CharSequence trim concode_elem_sep String replace concode_elem_sep CharSequence replace concode_elem_sep boolean isWhiteSpaceExceptSpace concode_elem_sep String collapse concode_elem_sep CharSequence col... |
String function ( ) { return commandId ; } | returns the identifier of the command to be handled . concode_field_sep IHandler handler concode_elem_sep IWorkbenchPartSite activeWorkbenchPartSite concode_elem_sep String string concode_elem_sep Priority priority concode_elem_sep String activePartId concode_elem_sep Shell activeShell concode_elem_sep String commandId... |
void function ( String arg0 , Session arg1 ) { System . out . println ( arg0 ) ; try { Set loc0 ; loc0 = arg1 . getOpenSessions ( ) ; Iterator loc1 = loc0 . iterator ( ) ; while ( loc1 . hasNext ( ) ) { Session loc2 = ( Session ) loc1 . next ( ) ; loc2 . getBasicRemote ( ) . sendText ( arg0 ) ; } } catch ( IOException ... | when a user sends a message to the server , this method will intercept the message and allow us to react to it . for now the message is read as a string . concode_field_sep PlaceHolder placeHolder concode_field_sep void onClose concode_elem_sep void onOpen |
String function ( String arg0 ) { return "srini_string" ; } | hardcoded stub . get current gradebook uid . concode_field_sep Log log concode_field_sep String getDefaultGradebookUId |
Point3 function ( int arg0 ) { float loc0 = ( arg0 & 1 ) == 0 ? minimum . loc0 : maximum . loc0 ; float loc1 = ( arg0 & 2 ) == 0 ? minimum . loc1 : maximum . loc1 ; float loc2 = ( arg0 & 4 ) == 0 ? minimum . loc2 : maximum . loc2 ; return new Point3 ( loc0 , loc1 , loc2 ) ; } | gets a corner of the bounding box . the index scheme uses the binary representation of the index to decide which corner to return . corner 0 is equivalent to the minimum and corner 7 is equivalent to the maximum . concode_field_sep Point3 maximum concode_elem_sep Point3 minimum concode_field_sep void include concode_el... |
EmbeddedDatabaseBuilder function ( EmbeddedDatabaseType arg0 ) { this . databaseFactory . setDatabaseType ( arg0 ) ; return this ; } | set the type of embedded database . defaults to hsql if not called . concode_field_sep EmbeddedDatabaseFactory databaseFactory concode_elem_sep ResourceDatabasePopulator databasePopulator concode_elem_sep ResourceLoader resourceLoader concode_field_sep EmbeddedDatabaseBuilder setName concode_elem_sep EmbeddedDatabaseBu... |
void function ( Object arg0 ) { log ( LogChute . ERROR_ID , arg0 ) ; } | log an error message . concode_field_sep LogChute chute concode_field_sep LogChute getLogChute concode_elem_sep void debug concode_elem_sep void debug concode_elem_sep void log concode_elem_sep void log concode_elem_sep boolean isWarnEnabled concode_elem_sep String formatFileString concode_elem_sep String formatFileStr... |
double function ( ArrayList < PointND > arg0 , ArrayList < PointND > arg1 ) { double loc0 = 0 ; for ( int loc1 = 0 ; loc1 < arg0 . size ( ) ; loc1 ++ ) { loc0 += arg0 . get ( loc1 ) . euclideanDistance ( arg1 . get ( loc1 ) ) ; } return loc0 ; } | computes the total distance between two list of points . we assume that the respectively same entry of each list refers to the point to be compared in the other list . concode_field_sep PlaceHolder placeHolder concode_field_sep PointND getStandardDeviation concode_elem_sep ArrayList<PointND> extractClusterCenter concod... |
void function ( List < Triangle > arg0 ) { this . triangles = arg0 ; } | defines the triangles in relationship with the edge . concode_field_sep boolean border concode_elem_sep Vertex eV concode_elem_sep List<Edge> incidentEdges concode_elem_sep Vertex oV concode_elem_sep LineSegment geometry concode_elem_sep int id concode_elem_sep List<Triangle> triangles concode_field_sep void setInciden... |
ResourceInfoBuilder function ( URL arg0 ) { instance . setURL ( arg0 ) ; instance . setResolved ( arg0 != null ) ; instance . setSourceEntity ( "srini_string" ) ; return this ; } | sets the url of the resource . if null the resource is considered as not resolved . concode_field_sep String sourceEntity concode_elem_sep String searchPath concode_elem_sep ResourceInfo instance concode_elem_sep boolean isResolved concode_elem_sep URL url concode_field_sep void setResolved concode_elem_sep URL getURL ... |
Class < ? extends Service > function ( ) { return JobsConcurrencyService . class ; } | return the public interface for the jobs concurrency services concode_field_sep Map<String,String> urls concode_field_sep void init concode_elem_sep List<String> getJobIdsForThisServer concode_elem_sep boolean isHighlyAvailableMode concode_elem_sep boolean isJobIdForThisServer concode_elem_sep boolean isAllServerReques... |
Observable < T > function ( String arg0 , final Class < T > arg1 ) { return toObservable ( endpoint ( arg0 ) , arg1 ) ; } | returns an rx.observable for the messages with their payload converted to the given typeto allow the messages sent on the endpoint to be processed using reactive extensions concode_field_sep CamelContext camelContext concode_field_sep Endpoint endpoint concode_elem_sep void sendTo concode_elem_sep void sendTo concode_e... |
JAXBElement < Response > function ( Response arg0 ) { return new JAXBElement < Response > ( _SpWithdrawSubscriptionReturn_QNAME , Response . class , null , arg0 ) ; } | create an instance of javax.xml.bind.jaxbelement concode_field_sep QName _SpWithdrawSubscriptionReqPara_QNAME concode_elem_sep QName _OrderRelationUpdateNotifyReturn_QNAME concode_elem_sep QName _NotifyManagementInfoReturn_QNAME concode_elem_sep QName _NotifyManagementInfoReq_QNAME concode_elem_sep QName _ServiceConsum... |
ProxySelector function ( ) { return this . proxySelector ; } | obtains the proxy selector to use . concode_field_sep ProxySelector proxySelector concode_elem_sep SchemeRegistry schemeRegistry concode_field_sep void setProxySelector concode_elem_sep HttpRoute determineRoute concode_elem_sep String getHost concode_elem_sep HttpHost determineProxy concode_elem_sep Proxy chooseProxy |
void function ( ) { } | frees any resources allocated by this daemon such as filedescriptors or sockets . note : used when deployed on linux as a daemon . concode_field_sep Registry registry concode_elem_sep VmAfdHeartbeat heartbeat concode_elem_sep int ERROR_SERVICE_NOT_ACTIVE concode_elem_sep Object serviceLock concode_elem_sep IdentityMana... |
void function ( ) { } | called after plugin construction and fields have been initialized . concode_field_sep CordovaPreferences preferences concode_elem_sep CordovaInterface cordova concode_elem_sep CordovaWebView webView concode_elem_sep String id concode_field_sep boolean onReceivedClientCertRequest concode_elem_sep boolean onOverrideUrlLo... |
int function ( ) { return items . size ( ) ; } | returns itemlist number of elements . concode_field_sep List<String> items concode_elem_sep String sp concode_field_sep void add concode_elem_sep void add concode_elem_sep List<String> getItems concode_elem_sep void split concode_elem_sep void split concode_elem_sep void addAll concode_elem_sep void addAll concode_elem... |
void function ( Element arg0 , OPMLGuide [ ] arg1 ) { for ( OPMLGuide loc0 : arg1 ) writeGuide ( arg0 , loc0 ) ; } | writes list of guides to the list . concode_field_sep String generator concode_elem_sep String OPML_VERSION concode_elem_sep boolean extendedExport concode_field_sep Element writeOpmlRoot concode_elem_sep void writeHead concode_elem_sep void writeGuide concode_elem_sep void setGenerator concode_elem_sep Document export... |
void function ( ) { packet . reset ( ) ; handler . close ( ) ; lastProperties = null ; } | closes this processor . will do the right thing to communicate to the underlying handler that processing is completed . concode_field_sep Properties lastProperties concode_elem_sep JilterPacket packet concode_elem_sep JilterHandler handler concode_elem_sep Category log concode_field_sep boolean process concode_elem_sep... |
void function ( CoreLabel arg0 ) { stem ( arg0 , LemmaAnnotation . class ) ; } | adds the lemmaannotation to the given corelabel . concode_field_sep Logger LOGGER concode_elem_sep Morpha staticLexer concode_elem_sep boolean DEBUG concode_elem_sep Morpha lexer concode_field_sep Word next concode_elem_sep WordLemmaTag lemmatizeStatic concode_elem_sep String lemmaStatic concode_elem_sep String lemmati... |
int function ( ) { return readTimeout ; } | default read timeout in milliseconds . concode_field_sep boolean followProtocolRedirects concode_elem_sep HostnameVerifier hostnameVerifier concode_elem_sep ConnectionPool connectionPool concode_elem_sep List<String> DEFAULT_TRANSPORTS concode_elem_sep RouteDatabase routeDatabase concode_elem_sep ProxySelector proxySel... |
void function ( boolean arg0 ) { this . deleted = arg0 ; } | sets the deleted . concode_field_sep boolean admin concode_elem_sep boolean deleted concode_elem_sep String name concode_elem_sep Boolean systemUser concode_elem_sep String password concode_elem_sep long serialVersionUID concode_elem_sep Integer id concode_elem_sep Collection<UserView> userViews concode_elem_sep String... |
DependencySet function ( Path arg0 ) { byte [ ] loc0 = FileSystemUtils . readContent ( arg0 ) ; try { return process ( loc0 ) ; } catch ( IOException loc1 ) { throw new IOException ( "srini_string" + arg0 + "srini_string" + loc1 . getMessage ( ) ) ; } } | reads a dotd file into this dependencyset instance . concode_field_sep Collection<Path> dependencies concode_elem_sep String outputFileName concode_elem_sep Path root concode_field_sep void setOutputFileName concode_elem_sep DependencySet process concode_elem_sep Collection<Path> getDependencies concode_elem_sep int ha... |
List < String > function ( ) { if ( childName == null ) { childName = new ArrayList < String > ( ) ; } return this . childName ; } | gets the value of the childname 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 childname property . for example , to add a new item , d... |
long function ( ) { if ( count == null ) { return 0L ; } else { return count ; } } | gets the value of the count property . concode_field_sep Object parent concode_elem_sep List<CTChartFormat> chartFormat concode_elem_sep Long count concode_field_sep Object getParent concode_elem_sep List<CTChartFormat> getChartFormat concode_elem_sep void afterUnmarshal concode_elem_sep void setParent concode_elem_sep... |
boolean function ( Context arg0 ) { try { arg0 . getPackageManager ( ) . getPackageInfo ( PACKAGE_NAME , 0 ) ; return true ; } catch ( PackageManager . NameNotFoundException loc0 ) { return false ; } } | checks whether any version of messenger is installed . concode_field_sep String PACKAGE_NAME concode_elem_sep String EXTRA_PROTOCOL_VERSION concode_elem_sep String TAG concode_elem_sep String EXTRA_EXTERNAL_URI concode_elem_sep String EXTRA_METADATA concode_elem_sep String EXTRA_THREAD_TOKEN_KEY concode_elem_sep String... |
void function ( XMLStreamWriter arg0 , QName arg1 , String arg2 ) { try { arg0 . writeAttribute ( arg1 . getPrefix ( ) , arg1 . getNamespaceURI ( ) , arg1 . getLocalPart ( ) , arg2 ) ; } catch ( XMLStreamException loc0 ) { throw logger . processingError ( loc0 ) ; } } | write an attribute concode_field_sep ThreadLocal<Stack<String>> registeredNSStack concode_elem_sep PicketLinkLogger logger concode_field_sep void writeNameSpace concode_elem_sep XMLOutputFactory getXMLOutputFactory concode_elem_sep void writeCharacters concode_elem_sep void flush concode_elem_sep void setPrefix concode... |
float function ( ) { return style . position [ POSITION_TOP ] ; } | get this node 's position top , as defined by style . concode_field_sep CSSNode mParent concode_elem_sep CSSNode nextAbsoluteChild concode_elem_sep CSSStyle style concode_elem_sep ArrayList<CSSNode> mChildren concode_elem_sep int lineIndex concode_elem_sep MeasureFunction mMeasureFunction concode_elem_sep CachedCSSLayo... |
void function ( String arg0 ) { this . value = arg0 ; } | the value for the record . constraints : length : 0 - 1048575 concode_field_sep java.util.Date lastModifiedDate concode_elem_sep String lastModifiedBy concode_elem_sep Long syncCount concode_elem_sep String value concode_elem_sep String key concode_elem_sep java.util.Date deviceLastModifiedDate concode_field_sep String... |
void function ( int arg0 ) { this . spellTreshold = arg0 ; } | sets the spelltreshold value for this wsextractusingtransformerthruview . concode_field_sep int maxItems concode_elem_sep int spellTreshold concode_elem_sep org.talend.mdm.webservice.WSWhereItem whereItem concode_elem_sep java.lang.Object __equalsCalc concode_elem_sep org.talend.mdm.webservice.WSTransformerPK wsTransfo... |
void function ( int arg0 , int arg1 , int arg2 ) { data [ arg1 ] [ arg0 ] = arg2 ; if ( arg1 == sortedColumn ) { sortedColumn = - 1 ; } } | puts a single value into the table . concode_field_sep int[][] data concode_elem_sep int count concode_elem_sep int targetSearchValue concode_elem_sep int sortedColumn concode_elem_sep int targetSearchColumn concode_field_sep void putPair concode_elem_sep void add concode_elem_sep void swap concode_elem_sep int binaryS... |
void function ( java . lang . String arg0 , java . lang . String arg1 , java . lang . String arg2 , java . lang . String arg3 , javax . xml . stream . XMLStreamWriter arg4 ) { if ( arg4 . getPrefix ( arg1 ) == null ) { arg4 . writeNamespace ( arg0 , arg1 ) ; arg4 . setPrefix ( arg0 , arg1 ) ; } arg4 . writeAttribute ( ... | util method to write an attribute with the ns prefix concode_field_sep com.amazon.ec2.DescribeKeyPairsResponseType localDescribeKeyPairsResponse 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_e... |
org . apache . axis . encoding . Deserializer function ( java . lang . String arg0 , java . lang . Class arg1 , javax . xml . namespace . QName arg2 ) { return new org . apache . axis . encoding . ser . BeanDeserializer ( arg1 , arg2 , typeDesc ) ; } | get custom deserializer concode_field_sep java.lang.String designadorTurbonet concode_elem_sep org.apache.axis.description.TypeDesc typeDesc concode_elem_sep java.lang.String instancia concode_elem_sep java.lang.String numeroBA concode_elem_sep java.lang.String sistemaOrigem concode_elem_sep java.lang.Object __equalsCa... |
java . util . List < T > function ( com . liferay . portal . kernel . dao . orm . DynamicQuery arg0 , int arg1 , int arg2 , com . liferay . portal . kernel . util . OrderByComparator < T > arg3 ) { return _meetupsEntryLocalService . arg0 ( arg0 , arg1 , arg2 , arg3 ) ; } | performs a dynamic query on the database and returns an ordered range of the matching rows . 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... |
void function ( ) { injectEdge ( new DefaultEnvironmentEdge ( ) ) ; } | resets the managed instance to the default instance : defaultenvironmentedge . concode_field_sep EnvironmentEdge delegate concode_field_sep void injectEdge concode_elem_sep long currentTimeMillis concode_elem_sep EnvironmentEdge getDelegate |
void function ( ) { } | a convenience method which can be overridden so that there 's no need to call super.init config . instead of overriding #init servletconfig , simply override this method and it will be called by genericservlet.init servletconfig config . the servletconfig object can still be retrieved via #getservletconfig . concode_fi... |
Class < ? extends Channel > function ( IOMode arg0 ) { switch ( arg0 ) { case NIO : return NioSocketChannel . class ; case EPOLL : return EpollSocketChannel . class ; default : throw new IllegalArgumentException ( "srini_string" + arg0 ) ; } } | returns the correct client socketchannel class based on iomode . concode_field_sep PlaceHolder placeHolder concode_field_sep PooledByteBufAllocator createPooledByteBufAllocator concode_elem_sep TransportFrameDecoder createFrameDecoder concode_elem_sep EventLoopGroup createEventLoop concode_elem_sep ThreadFactory create... |
String function ( ) { return displayNameTokenizer ( serverTimeZone . getDisplayName ( ) ) ; } | gets server time zone display name . concode_field_sep DateFormat selectedFormat concode_elem_sep DateFormat serverFormat concode_elem_sep ArrayList allTimeZoneList concode_elem_sep TimeZone selectedTimeZone concode_elem_sep TimeZone serverTimeZone concode_field_sep void init concode_elem_sep String getSelectedTime con... |
String function ( final String arg0 ) { return getDomainRoot ( arg0 , null ) ; } | returns registrable part of the domain for the given domain name or null if given domain represents a public suffix . concode_field_sep Map<String,DomainType> rules concode_elem_sep Map<String,DomainType> exceptions concode_field_sep boolean hasException concode_elem_sep boolean hasEntry concode_elem_sep boolean matche... |
void function ( WebView arg0 , Message arg1 , Message arg2 ) { arg1 . sendToTarget ( ) ; } | notify the host application that there have been an excessive number of http redirects . as the host application if it would like to continue trying to load the resource . the default behavior is to send the cancel message . concode_field_sep int ERROR_FAILED_SSL_HANDSHAKE concode_elem_sep int ERROR_UNKNOWN concode_ele... |
Integer function ( ) { return totalResultSetSize ; } | gets the value of the totalresultsetsize property . concode_field_sep Integer startIndex concode_elem_sep Integer totalResultSetSize concode_elem_sep List<Product> results concode_field_sep void setTotalResultSetSize concode_elem_sep Integer getStartIndex concode_elem_sep void setStartIndex concode_elem_sep List<Produc... |
List < Exclusion > function ( ) { return this . exclusions ; } | return the dependency exclusions . concode_field_sep String groupId concode_elem_sep String artifactId concode_elem_sep List<Exclusion> exclusions concode_elem_sep String version concode_field_sep String getVersion concode_elem_sep int hashCode concode_elem_sep int hashCode concode_elem_sep boolean equals concode_elem_... |
void function ( String arg0 ) { m_className = arg0 ; } | sets the class name . concode_field_sep String m_stemmerAlgorithm concode_elem_sep Locale m_locale concode_elem_sep String m_className concode_field_sep String getLocaleString concode_elem_sep void setLocaleString concode_elem_sep void setStemmerAlgorithm concode_elem_sep String getClassName concode_elem_sep Locale get... |
BigInteger function ( ) { if ( holder . getBaseCertificateID ( ) != null ) { return holder . getBaseCertificateID ( ) . getSerial ( ) . getValue ( ) ; } return null ; } | return the serial number associated with the issuer attached to this holder . concode_field_sep Holder holder concode_field_sep Principal[] getIssuer concode_elem_sep boolean match concode_elem_sep boolean match concode_elem_sep int getDigestedObjectType concode_elem_sep Object[] getNames concode_elem_sep Principal[] g... |
void function ( Request arg0 , Response . Receiver arg1 ) { dispatcher . enqueue ( copyWithDefaults ( ) , arg0 , arg1 ) ; } | schedules request to be executed . concode_field_sep boolean followProtocolRedirects concode_elem_sep HostnameVerifier hostnameVerifier concode_elem_sep ConnectionPool connectionPool concode_elem_sep List<String> DEFAULT_TRANSPORTS concode_elem_sep RouteDatabase routeDatabase concode_elem_sep ProxySelector proxySelecto... |
void function ( STTextTabAlignType arg0 ) { this . algn = arg0 ; } | sets the value of the algn property . concode_field_sep Integer pos concode_elem_sep STTextTabAlignType algn concode_field_sep void setPos concode_elem_sep STTextTabAlignType getAlgn concode_elem_sep Integer getPos |
int function ( ) { int loc0 = 0 ; for ( Connection loc1 : connections ) { if ( ! loc1 . isSpdy ( ) ) loc0 ++ ; } return loc0 ; } | returns total number of http connections in the pool . concode_field_sep ConnectionPool systemDefault concode_elem_sep LinkedList<Connection> connections concode_elem_sep long keepAliveDurationNs concode_elem_sep long DEFAULT_KEEP_ALIVE_DURATION_MS concode_elem_sep int MAX_CONNECTIONS_TO_CLEANUP concode_elem_sep Callab... |
void function ( String arg0 ) { if ( arg0 == null ) { throw new XServletException ( HttpServletResponse . SC_BAD_REQUEST , ErrorCode . E0302 , "srini_string" ) ; } } | accessory static method to check the lib path parameter for the request concode_field_sep PlaceHolder placeHolder concode_field_sep void ValidateAppPath concode_elem_sep void ValidateAppPath |
boolean function ( ) { return globalOrderingEnabled ; } | checks if global ordering is enabled all nodes listening to the same topic get their messages in the same order , or disabled nodes get the messages in the order that the messages are published . concode_field_sep boolean multiThreadingEnabled concode_elem_sep boolean statisticsEnabled concode_elem_sep List<ListenerCon... |
long function ( int arg0 , long arg1 ) { long loc0 = checkedByteOffset ( arg0 ) ; while ( true ) { long loc1 = getRaw ( loc0 ) ; long loc2 = loc1 + arg1 ; if ( compareAndSetRaw ( loc0 , loc1 , loc2 ) ) return loc2 ; } } | atomically adds the given value to the element at index i . concode_field_sep Unsafe unsafe concode_elem_sep int base concode_elem_sep long[] array concode_elem_sep int shift concode_elem_sep long serialVersionUID concode_field_sep long getAndIncrement concode_elem_sep void set concode_elem_sep long incrementAndGet con... |
void function ( float arg0 ) { this . duration = arg0 ; ea . add ( "srini_string" , arg0 ) ; } | set the duration of the effect in seconds concode_field_sep boolean fired concode_elem_sep boolean submit concode_elem_sep boolean queued concode_elem_sep float fps concode_elem_sep boolean sync concode_elem_sep int sequenceId concode_elem_sep float duration concode_elem_sep String sequence concode_elem_sep float delay... |
void function ( Context arg0 ) { AlertDialog . Builder loc0 = CommonDialogUtils . getAlertDialogWithOneButton ( arg0 , arg0 . getResources ( ) . getString ( R . string . error_network_unavailable ) , arg0 . getResources ( ) . getString ( R . string . button_ok ) , null ) ; loc0 . show ( ) ; } | shows the network unavailable message . concode_field_sep PlaceHolder placeHolder concode_field_sep AlertDialog.Builder getAlertDialogWithTwoButton concode_elem_sep ProgressDialog showProgressDialog concode_elem_sep AlertDialog.Builder getAlertDialogWithTwoButtonAndEditView concode_elem_sep AlertDialog.Builder getAlert... |
void function ( File arg0 ) { throw new UnsupportedOperationException ( ) ; } | unsupported operation concode_field_sep RemoteRepository remoteRepository concode_elem_sep RemoteRepositoryManager our_mgr concode_elem_sep ValueFactory valueFactory concode_elem_sep boolean open concode_field_sep void cancel concode_elem_sep BigdataSailRemoteRepositoryConnection getConnection concode_elem_sep ValueFac... |
JavaIdentifier function ( ) { return vdlDocument ; } | gets the value of the vdldocument property . concode_field_sep JavaIdentifier vdlDocument concode_elem_sep java.lang.String id concode_field_sep void setId concode_elem_sep java.lang.String getId concode_elem_sep void setVdlDocument |
ParameterizedType function ( Type arg0 ) { return newParameterizedType ( Provider . class , arg0 ) ; } | returns a type modelling a provider that provides elements of type elementtype . concode_field_sep PlaceHolder placeHolder concode_field_sep ParameterizedType newParameterizedType concode_elem_sep WildcardType supertypeOf concode_elem_sep WildcardType subtypeOf concode_elem_sep GenericArrayType arrayOf concode_elem_sep... |
void function ( int arg0 ) { packet_len = getHeaderLength ( ) + arg0 ; } | sets the rtp payload length concode_field_sep int packet_len concode_elem_sep byte[] packet concode_field_sep long getSscr concode_elem_sep void setSscr concode_elem_sep boolean hasPadding concode_elem_sep void setExtension concode_elem_sep int getSequenceNumber concode_elem_sep byte[] getPacket concode_elem_sep boolea... |
void function ( String arg0 , byte arg1 , byte arg2 ) { assertEquals ( arg0 , new Byte ( arg1 ) , new Byte ( arg2 ) ) ; } | asserts that two bytes are equal . if they are not an assertionfailederror is thrown with the given message . concode_field_sep PlaceHolder placeHolder concode_field_sep void fail concode_elem_sep void fail concode_elem_sep void assertNull concode_elem_sep void assertNull concode_elem_sep void assertTrue concode_elem_s... |
void function ( long arg0 , short arg1 ) { memIntf . setMemorySegment ( arg0 , MemoryBuffer . wrap ( memIntf . getLayout ( ) , new byte [ DataType . INT16 . getSize ( ) ] ) . putShort ( arg1 ) . getBytes ( ) ) ; } | write 16 bit integer to address . concode_field_sep MemoryInterface memIntf concode_field_sep void setByteValueOf concode_elem_sep void setIntValueOf concode_elem_sep long getLongValueOf concode_elem_sep short getShortValueOf concode_elem_sep void setInt64ValueOf concode_elem_sep int getInt32ValueOf concode_elem_sep vo... |
void function ( ) { synchronized ( results ) { pending ++ ; } } | increments the number of pending queries by 1 . concode_field_sep ArrayList<KnowledgeMiner> kms concode_elem_sep ArrayList<KnowledgeAnnotator> kas concode_elem_sep int pending concode_elem_sep ArrayList<Result> results concode_elem_sep int MAX_PENDING concode_field_sep void queryKAs concode_elem_sep void waitForResults... |
void function ( Boolean arg0 ) { this . isSecureCode = arg0 ; } | sets the value of the issecurecode property . concode_field_sep Boolean isSecureCode concode_elem_sep Boolean isCalculated concode_elem_sep Date lastUpdateDate concode_elem_sep String dataType concode_elem_sep String lastUpdateUser concode_elem_sep String createUser concode_elem_sep String subjectArea concode_elem_sep ... |
void function ( Jedis arg0 ) { pool . returnResource ( arg0 ) ; } | returns releases jedis connection back to the pool concode_field_sep Logger log concode_elem_sep JedisManager instance concode_elem_sep JedisPool pool concode_elem_sep int EXPIRY_TIME_DAY concode_field_sep void subscribe concode_elem_sep void release concode_elem_sep Set<String> keys concode_elem_sep Long del concode_e... |
NBTTagCompound function ( ItemStack arg0 ) { initNBT ( arg0 ) ; return arg0 . getTagCompound ( ) ; } | gets the nbttagcompound in an itemstack . tries to init it previously in case there is n't one present concode_field_sep PlaceHolder placeHolder concode_field_sep NBTTagCompound getCompound concode_elem_sep void setFloat concode_elem_sep void setByte concode_elem_sep byte getByte concode_elem_sep boolean verifyExistanc... |
void function ( double arg0 ) { this . cursor = this . cursor + arg0 ; } | moves the cursor right by the specified number of java 2d units . concode_field_sep double cursor concode_elem_sep List ticks concode_elem_sep double max concode_field_sep void setMax concode_elem_sep double getCursor concode_elem_sep List getTicks concode_elem_sep double getMax concode_elem_sep void cursorDown concode... |
byte [ ] function ( byte [ ] arg0 , int arg1 , int arg2 ) { BigInteger loc0 = core . convertInput ( arg0 , arg1 , arg2 ) ; if ( forEncryption ) { loc0 = blindMessage ( loc0 ) ; } else { loc0 = unblindMessage ( loc0 ) ; } return core . convertOutput ( loc0 ) ; } | process a single block using the rsa blinding algorithm . concode_field_sep RSACoreEngine core concode_elem_sep BigInteger blindingFactor concode_elem_sep boolean forEncryption concode_elem_sep RSAKeyParameters key concode_field_sep void init concode_elem_sep int getInputBlockSize concode_elem_sep BigInteger unblindMes... |
void function ( long arg0 ) { _dlSyncEvent . setModifiedTime ( arg0 ) ; } | sets the modified time of this d l sync event . concode_field_sep DLSyncEvent _dlSyncEvent concode_field_sep java.lang.String getEvent concode_elem_sep boolean isFinderCacheEnabled concode_elem_sep void setExpandoBridgeAttributes concode_elem_sep void setExpandoBridgeAttributes concode_elem_sep void setExpandoBridgeAtt... |
void function ( FacesContext arg0 , UIComponent arg1 , Object arg2 ) { String loc0 = ( String ) arg2 ; if ( loc0 . indexOf ( '@' ) == - 1 ) { ( ( UIInput ) arg1 ) . setValid ( false ) ; FacesMessage loc1 = new FacesMessage ( "srini_string" ) ; arg0 . addMessage ( arg1 . getClientId ( arg0 ) , loc1 ) ; } } | method to validate the email field concode_field_sep String phoneNumber concode_elem_sep long age concode_elem_sep String displayName concode_elem_sep String name concode_elem_sep long displayAge concode_elem_sep String displayPhoneNumber concode_elem_sep String email concode_elem_sep String displayEmail concode_field_... |
float function ( ) { return m_buffer . getFloat ( m_offset + 8 ) ; } | returns the y value . concode_field_sep int m_offset concode_elem_sep ByteBuffer m_buffer concode_field_sep void setW concode_elem_sep float getW concode_elem_sep float getX concode_elem_sep void setY concode_elem_sep void setX concode_elem_sep float getZ concode_elem_sep String toString concode_elem_sep void setZ |
void function ( BundleContext arg0 ) { context = arg0 ; logger . debug ( "srini_string" ) ; } | called whenever the osgi framework starts our bundle concode_field_sep Logger logger concode_elem_sep BundleContext context concode_field_sep void stop concode_elem_sep BundleContext getContext |
long function ( ) { return file . length ( ) ; } | this implementation returns the underlying file 's length . concode_field_sep String path concode_elem_sep File file concode_field_sep boolean isWritable concode_elem_sep InputStream getInputStream concode_elem_sep File getFile concode_elem_sep String getDescription concode_elem_sep URL getURL concode_elem_sep String g... |
void function ( String arg0 , String arg1 , String arg2 ) { if ( arg0 == null ) { throw new IllegalArgumentException ( "srini_string" ) ; } if ( arg1 == null ) { throw new IllegalArgumentException ( "srini_string" ) ; } Part loc0 = new AudioPart ( arg0 , arg1 , arg2 ) ; appendPart ( loc0 ) ; } | add a new audio clip to a multi-part form concode_field_sep String boundary concode_elem_sep Part[] mParts concode_elem_sep int partIdx concode_elem_sep NameValuePair[] mHeaders concode_elem_sep int headerIdx concode_elem_sep String contentType concode_field_sep void appendPart concode_elem_sep void appendImagePart con... |
void function ( ) { Iterator loc0 = csidMap . keySet ( ) . iterator ( ) ; while ( loc0 . hasNext ( ) ) { int loc1 = loc0 . nextInt ( ) ; csidMap . put ( loc1 , null ) ; } } | used after a ddl change that could impact the compiled statements . clears references to compiledstatement objects while keeping the counts and references to the sql strings . concode_field_sep Database database concode_elem_sep IntValueHashMap sqlMap concode_elem_sep IntKeyHashMap sessionMap concode_elem_sep IntKeyHas... |
void function ( long arg0 ) { _pluginSetting . setMvccVersion ( arg0 ) ; } | sets the mvcc version of this plugin setting . concode_field_sep PluginSetting _pluginSetting 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... |
boolean function ( IPv4Address arg0 , MacAddress arg1 ) { DHCPBinding loc0 = this . getDHCPbindingFromIPv4 ( arg0 ) ; if ( loc0 != null ) { loc0 . setMACAddress ( arg1 ) ; loc0 . setStaticIPLease ( true ) ; loc0 . setLeaseStatus ( false ) ; return true ; } else { return false ; } } | used to set a particular ip binding in the pool as a fixed/static ip lease . this method does not set the lease as active , but instead reserves that ip for only the mac provided . to set the lease as active , the methods getanyavailablelease or getspecificavailablelease will return the correct binding given the same m... |
Map < String , Variable > function ( ) { if ( referencedClassVariables == Collections . EMPTY_MAP ) { return referencedClassVariables ; } else { return Collections . unmodifiableMap ( referencedClassVariables ) ; } } | gets a map containing the class variables referenced by this scope . this not can not be modified . concode_field_sep Map<String,Variable> referencedClassVariables concode_elem_sep VariableScope parent concode_elem_sep Map<String,Variable> referencedLocalVariables concode_elem_sep ClassNode clazzScope concode_elem_sep ... |
void function ( String arg0 ) { m_jdbcDriver = arg0 ; } | setjdbcdriver concode_field_sep ResourceAccessor m_accessor concode_elem_sep String m_adminUser concode_elem_sep String m_adminPassword concode_elem_sep String m_jdbcDriver concode_elem_sep String m_databaseName concode_elem_sep String m_databaseHost concode_elem_sep String m_schemaName concode_elem_sep String m_databa... |
boolean function ( ) { for ( int loc0 = 0 ; loc0 < count ; ++ loc0 ) { if ( digits [ loc0 ] != '0' ) { return false ; } } return true ; } | return true if the represented number is zero . concode_field_sep char[] digits concode_elem_sep int count concode_elem_sep int decimalAt concode_elem_sep char[] LONG_MIN_REP concode_elem_sep int MAX_COUNT concode_elem_sep int DBL_DIG concode_field_sep int parseInt concode_elem_sep void set concode_elem_sep void set co... |
Vec2 function ( ) { return linearVelocity ; } | the linear velocity of the body in world co-ordinates . concode_field_sep Object userData concode_elem_sep float gravityScale concode_elem_sep float linearDamping concode_elem_sep float angularDamping concode_elem_sep boolean active concode_elem_sep boolean awake concode_elem_sep BodyType type concode_elem_sep float an... |
int function ( ) { return cacheSize ; } | return the buffer pool size . concode_field_sep Environment dbEnv concode_elem_sep int cacheSize concode_elem_sep BdbRecordNumberComparator recordNumberComparator concode_elem_sep Features FEATURES concode_elem_sep Database vertexPropertyDb concode_elem_sep DatabaseEntry data concode_elem_sep Database inDb concode_elem... |
boolean function ( Object arg0 ) { if ( ! ( arg0 instanceof DetectedBeacon ) ) return false ; DetectedBeacon loc0 = ( DetectedBeacon ) arg0 ; return this . getBeacon ( ) . equals ( loc0 . getBeacon ( ) ) ; } | equality only depends on the equality of the wrapped beacons . two beacons are equal if their identifiers match . concode_field_sep Beacon mBeacon concode_elem_sep long mDetectTime concode_elem_sep String TAG concode_field_sep Beacon getBeacon concode_elem_sep int hashCode concode_elem_sep long getDetectTime |
T function ( EClass arg0 , EObject arg1 ) { if ( arg0 . eContainer ( ) == modelPackage ) { return doSwitch ( arg0 . getClassifierID ( ) , arg1 ) ; } else { List < EClass > loc0 = arg0 . getESuperTypes ( ) ; return loc0 . isEmpty ( ) ? defaultCase ( arg1 ) : doSwitch ( loc0 . get ( 0 ) , arg1 ) ; } } | calls casexxx for each class of the model until one returns a non null result ; it yields that result . concode_field_sep Data_bindingPackage modelPackage concode_field_sep T caseDummy concode_elem_sep T defaultCase |
void function ( List < String > arg0 ) { for ( String loc0 : arg0 ) { checkNotNull ( loc0 ) ; } extensions . addAll ( arg0 ) ; } | adds a new chrome extension to install on browser startup . each string data should specify a base64 encoded string of packed chrome extension crx file . concode_field_sep List<File> extensionFiles concode_elem_sep Map<String,Object> experimentalOptions concode_elem_sep String binary concode_elem_sep String CAPABILITY ... |
ImageIcon function ( String arg0 ) { arg0 = BASE_PATH + "srini_string" + arg0 ; return new ImageIcon ( arg0 ) ; } | gets an imageicon from file concode_field_sep String BASE_PATH concode_field_sep AudioInputStream getAudioInputStream concode_elem_sep URL getFileURL concode_elem_sep Image getImage concode_elem_sep Image getImage concode_elem_sep InputStream getInputStream concode_elem_sep URL getJarURL |
Application function ( java . util . Map < String , String > arg0 ) { setAdditionalInfo ( arg0 ) ; return this ; } | this option is for advanced users only . this is meta information about third-party applications that third-party vendors use for testing purposes . concode_field_sep com.amazonaws.internal.SdkInternalList<String> args concode_elem_sep String name concode_elem_sep com.amazonaws.internal.SdkInternalMap<String,String> ad... |
List < String > function ( String arg0 ) { List < String > loc0 = new ArrayList < String > ( ) ; StringTokenizer loc1 = new StringTokenizer ( arg0 , "srini_string" ) ; while ( loc1 . hasMoreTokens ( ) ) { loc0 . add ( loc1 . nextToken ( ) ) ; } return loc0 ; } | given a comma separated string , get the tokens as a list concode_field_sep String PROPERTY_DEFAULT_SEPARATOR concode_field_sep boolean isNotNull concode_elem_sep String getSystemPropertyAsString concode_elem_sep boolean isNullOrEmpty concode_elem_sep void match concode_elem_sep String decode |
SAML11StatusCodeType function ( ) { return statusCode ; } | gets the value of the statuscode property . concode_field_sep SAML11StatusCodeType SUCCESS concode_elem_sep long serialVersionUID concode_elem_sep QName value concode_elem_sep SAML11StatusCodeType statusCode concode_field_sep QName getValue concode_elem_sep void setStatusCode |
void function ( ) { try { mIsRunning = false ; if ( null != mServerSocket ) { mServerSocket . close ( ) ; mServerSocket = null ; } } catch ( IOException loc0 ) { Log . loc0 ( TAG , "srini_string" , loc0 ) ; } } | this method stops the web server concode_field_sep ServerSocket mServerSocket concode_elem_sep int mPort concode_elem_sep String TAG concode_elem_sep AssetManager mAssets concode_elem_sep boolean mIsRunning concode_field_sep int getPort concode_elem_sep void writeServerError concode_elem_sep byte[] loadContent concode_... |
void function ( SAXParseException arg0 ) { throw arg0 ; } | report a fatal xml parsing error . the default implementation throws a saxparseexception . application writers may override this method in a subclass if they need to take specific actions for each fatal error such as collecting all of the errors into a single report : in any case , the application must stop all regular... |
void function ( ContinuousFunction arg0 ) { this . dmop3_h = arg0 ; } | sets the h function that is used in the dmop3 problem . concode_field_sep long serialVersionUID concode_elem_sep FunctionOptimisationProblem dmop3_g_problem concode_elem_sep FunctionOptimisationProblem dmop3_h_problem concode_elem_sep ContinuousFunction dmop3_h concode_elem_sep ContinuousFunction dmop3_g concode_field_... |
boolean function ( Object arg0 ) { if ( arg0 == null ) return false ; if ( arg0 instanceof Name ) return name . equals ( ( ( Name ) arg0 ) . getName ( ) ) ; return arg0 instanceof String && name . equals ( arg0 ) ; } | indicates whether some other name object is `` equal to '' this one concode_field_sep int HEX_CHAR concode_elem_sep Logger logger concode_elem_sep String name concode_field_sep String convertHexChars concode_elem_sep String getName concode_elem_sep int hashCode concode_elem_sep String toString |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.