code stringlengths 20 663 | nl stringlengths 68 7.19k |
|---|---|
String function ( ) { double loc0 = position [ 0 ] ; double loc1 = position [ 1 ] ; return String . format ( "srini_string" , loc0 , loc1 ) ; } | returns a string representation of the position . concode_field_sep double[] position concode_elem_sep double creationTime concode_elem_sep double lifetime concode_field_sep boolean isAlive concode_elem_sep double[] getPosition concode_elem_sep double getLifetime concode_elem_sep double getCreationTime concode_elem_sep... |
JsonNode function ( String arg0 ) { return path ( arg0 ) ; } | alias of #path string . concode_field_sep List<JsonNode> NO_NODES concode_elem_sep List<String> NO_STRINGS concode_field_sep String getTextValue concode_elem_sep String getValueAsText concode_elem_sep int getIntValue concode_elem_sep boolean isBigInteger concode_elem_sep double getDoubleValue concode_elem_sep JsonNode ... |
void function ( MessageDigest arg0 ) { arg0 . update ( this . key ) ; } | adds the blob key to the given messagedigest . concode_field_sep int SIZE concode_elem_sep char[] HEX_ARRAY concode_elem_sep long serialVersionUID concode_elem_sep byte[] key concode_field_sep void writeToOutputStream concode_elem_sep BlobKey readFromInputStream concode_elem_sep int hashCode concode_elem_sep boolean eq... |
void function ( Boolean arg0 ) { this . bindClickToWidget = arg0 ; } | sets the value of the bindclicktowidget property . concode_field_sep String mapping concode_elem_sep List<Address> address concode_elem_sep String flavour concode_elem_sep String src concode_elem_sep BigDecimal refresh concode_elem_sep Label label concode_elem_sep String suffix concode_elem_sep String type concode_elem... |
void function ( FCMListener arg0 ) { this . mFCMListener = arg0 ; } | register listener concode_field_sep FCMListener mFCMListener concode_elem_sep FCMManager instance concode_elem_sep Context mContext concode_elem_sep BroadcastReceiver mMessageReceiver concode_field_sep void init concode_elem_sep void unRegisterListener concode_elem_sep void onMessage concode_elem_sep void subscribeTopi... |
ItemRecommender function ( ) { ItemRecommender loc1 = null ; try { loc1 = ( ItemRecommender ) super . loc1 ( ) ; } catch ( Exception loc0 ) { loc0 . printStackTrace ( ) ; } return loc1 ; } | create a shallow copy of the object . concode_field_sep IPosOnlyFeedback feedback concode_elem_sep int maxItemID concode_elem_sep int maxUserID concode_field_sep void loadModel concode_elem_sep void loadModel concode_elem_sep void saveModel concode_elem_sep void saveModel concode_elem_sep boolean canPredict concode_ele... |
void function ( ) { VectorSeries loc0 = new VectorSeries ( "srini_string" ) ; loc0 . add ( 1.0 , 1.1 , 1.2 , 1.3 ) ; VectorSeriesCollection loc1 = new VectorSeriesCollection ( ) ; loc1 . addSeries ( loc0 ) ; VectorSeriesCollection loc2 = ( VectorSeriesCollection ) TestUtilities . serialised ( loc1 ) ; assertEquals ( lo... | serialize an instance , restore it , and check for equality . concode_field_sep PlaceHolder placeHolder concode_field_sep void testCloning concode_elem_sep void testPublicCloneable concode_elem_sep void testRemoveSeries concode_elem_sep void testEquals |
T function ( OclExpression arg0 ) { return null ; } | returns the result of interpreting the object as an instance of ` ocl expression ' . this implementation returns null ; returning a non-null result will terminate the switch . concode_field_sep QVTTemplatePackage modelPackage concode_field_sep T doSwitch concode_elem_sep T doSwitch concode_elem_sep T doSwitch concode_e... |
String function ( ) { return id ; } | gets the value of the id property . concode_field_sep String id concode_elem_sep String value concode_field_sep void setvalue concode_elem_sep String getvalue concode_elem_sep void setId |
java . util . List < T > function ( com . liferay . portal . kernel . dao . orm . DynamicQuery arg0 ) { return getService ( ) . arg0 ( arg0 ) ; } | performs a dynamic query on the database and returns the matching rows . concode_field_sep DefinitionLocalService _service concode_field_sep com.liferay.ams.model.Definition getDefinition concode_elem_sep com.liferay.portal.kernel.dao.orm.ActionableDynamicQuery getActionableDynamicQuery concode_elem_sep int getDefiniti... |
Tree function ( ) { return debinarized ; } | todo : can we get away with not calling this pcfg ? concode_field_sep List<? extends HasWord> originalSentence concode_elem_sep State initialState concode_elem_sep List<State> bestParses concode_elem_sep ShiftReduceParser parser concode_elem_sep boolean success concode_elem_sep boolean unparsable concode_elem_sep Trege... |
void function ( int arg0 ) { clearMessages ( ) ; animationHandler . sendEmptyMessage ( arg0 ) ; } | set next message to queue . clears queue before . 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... |
void function ( String arg0 ) { m_rule = arg0 ; } | sets the name of the menu rule set . concode_field_sep String m_key concode_elem_sep String m_params concode_elem_sep String m_rules concode_elem_sep String m_icon concode_elem_sep CmsExplorerContextMenuItem m_parent concode_elem_sep String m_target concode_elem_sep List<CmsExplorerContextMenuItem> m_subItems concode_e... |
void function ( boolean arg0 ) { org . sakaiproject . citation . api . ConfigurationService loc0 = getInstance ( ) ; if ( loc0 == null ) { return ; } loc0 . setGoogleScholarEnabled ( arg0 ) ; } | enable/disable google support concode_field_sep org.sakaiproject.citation.api.ConfigurationService m_instance concode_field_sep String getSiteConfigExtendedRepositoryId concode_elem_sep String getConfigurationXml concode_elem_sep void setExternalSearchUrl concode_elem_sep boolean isCitationsEnabledByDefault concode_ele... |
String function ( ) { return letter ; } | gets the value of the letter property . concode_field_sep String firstname concode_elem_sep String gender concode_elem_sep String letter concode_elem_sep String lastname concode_elem_sep String ssn concode_field_sep String getSsn concode_elem_sep void setGender concode_elem_sep void setLastname concode_elem_sep String ... |
java . util . List < com . liferay . dynamic . data . mapping . model . DDMStructureVersion > function ( int arg0 , int arg1 ) { return _ddmStructureVersionLocalService . getDDMStructureVersions ( arg0 , arg1 ) ; } | returns a range of all the d d m structure versions . useful when paginating results . returns a maximum of end - start instances . start and end are not primary keys , they are indexes in the result set . thus , 0 refers to the first result in the set . setting both start and end to com.liferay.portal.kernel.dao.orm.q... |
void function ( InboxChangedCallback arg0 ) { synchronized ( changedCallbacks ) { changedCallbacks . remove ( arg0 ) ; } } | removes a inbox changed callback . concode_field_sep Newsfeed instance concode_elem_sep Object updatingLock concode_elem_sep Set<String> downloadedImageUrls concode_elem_sep boolean didLoad concode_elem_sep boolean isInboxImagePrefetchingEnabled concode_elem_sep int unreadCount concode_elem_sep Map<String,LeanplumInbox... |
void function ( HttpServletRequest arg0 , Model arg1 ) { arg1 . addAttribute ( "srini_string" , ClientDescriptor . getInstance ( arg0 ) . isSXRegistered ( ) ) ; } | add the attribute ` sxregistered ' to the model . the attribute can be used to detect if the icemobile sx app has been registered yet for the session . concode_field_sep PlaceHolder placeHolder concode_field_sep void viewSizeAttribute concode_elem_sep void ajaxAttribute |
T function ( TypedKey < T > arg0 ) { return ( T ) values . get ( arg0 ) ; } | returns the value to which the specified key is mapped , or null if this map contains no mapping for the key . concode_field_sep Map<TypedKey<?>,Object> values concode_field_sep void set |
String function ( String arg0 ) { if ( arg0 != null ) { return CWE . get ( arg0 ) ; } return null ; } | returns the full cwe name from the cwe id . concode_field_sep Logger LOGGER concode_elem_sep Map<String,String> CWE concode_field_sep Map<String,String> loadData |
String function ( ) { if ( this . lastTaskInfo == null ) { throw new IllegalStateException ( "srini_string" ) ; } return this . lastTaskInfo . getTaskName ( ) ; } | return the name of the last task . concode_field_sep boolean running concode_elem_sep int taskCount concode_elem_sep String currentTaskName concode_elem_sep TaskInfo lastTaskInfo concode_elem_sep long totalTimeNS concode_elem_sep long startTimeNS concode_elem_sep List<TaskInfo> taskList concode_elem_sep String taskName... |
void function ( int arg0 ) { if ( myHost != null && arg0 != previousProgress ) { myHost . updateProgress ( arg0 ) ; } previousProgress = arg0 ; } | used to communicate a progress update between a plugin tool and the main whitebox user interface . concode_field_sep String[] args concode_elem_sep boolean cancelOp concode_elem_sep double[] regressCoefficents concode_elem_sep WhiteboxPluginHost myHost concode_elem_sep String previousProgressLabel concode_elem_sep int ... |
void function ( String arg0 ) { this . level3 . add ( arg0 ) ; commandsAvailable . release ( ) ; } | add a command to the low priority queue concode_field_sep Vector<String> level3 concode_elem_sep Vector<String> level2 concode_elem_sep Semaphore commandsAvailable concode_elem_sep Vector<String> level1 concode_field_sep void addMediumLevel concode_elem_sep String getCommand concode_elem_sep int numCommands concode_ele... |
void function ( final int arg0 , final byte [ ] arg1 ) { mHandler . post ( new Runnable ( ) { @ Override public void run ( ) { if ( mIsClosed ) { return ; } nativeOnData ( mNativePointer , arg0 , arg1 ) ; } } ) ; } | posts a data input event to the main thread . concode_field_sep SparseArray<UsbEndpoint> mEndpointMap concode_elem_sep boolean mIsClosed concode_elem_sep int MIDI_SUBCLASS concode_elem_sep Handler mHandler concode_elem_sep UsbDevice mUsbDevice concode_elem_sep int REQUEST_GET_DESCRIPTOR concode_elem_sep int STRING_DESC... |
void function ( SequenceIterator arg0 , Configuration arg1 , Writer arg2 , Properties arg3 ) { serializeSequence ( arg0 , arg1 , new StreamResult ( arg2 ) , arg3 ) ; try { arg2 . flush ( ) ; } catch ( IOException loc0 ) { throw new XPathException ( loc0 ) ; } } | serialize an arbitrary sequence , without any special wrapping . concode_field_sep String RESULT_NS concode_field_sep String serialize concode_elem_sep void serialize concode_elem_sep void serialize concode_elem_sep void rewriteToDisk concode_elem_sep DocumentInfo wrap concode_elem_sep void sendWrappedSequence |
org . apache . axis . description . TypeDesc function ( ) { return typeDesc ; } | return type metadata object concode_field_sep com.omniture.www.ReportDefinitionSearch search concode_elem_sep org.apache.axis.description.TypeDesc typeDesc concode_elem_sep java.lang.Object __equalsCalc concode_elem_sep boolean __hashCodeCalc concode_elem_sep int[] rows concode_elem_sep java.lang.String[] selected conc... |
void function ( String arg0 ) { if ( DEBUG ) { System . out . println ( arg0 ) ; } } | mostly for my convenience so i wo n't have to search for all the system.out.println to disable debug output concode_field_sep String DOSNL concode_elem_sep Boolean DEBUG concode_elem_sep Integer numDirectories concode_elem_sep Integer numFiles concode_elem_sep String PROJECT_NAME concode_elem_sep HashMap<String,HashMap... |
boolean function ( Context arg0 ) { return isPrefSet ( arg0 , KEY_FOR_PREFS_ALLOWRTL , true ) ; } | should be used very early during app start up before the bridge is initialized concode_field_sep String KEY_FOR_PREFS_FORCERTL concode_elem_sep I18nUtil sharedI18nUtilInstance concode_elem_sep String KEY_FOR_PREFS_ALLOWRTL concode_elem_sep String SHARED_PREFS_NAME concode_field_sep void allowRTL concode_elem_sep boolea... |
TreeNode function ( String arg0 ) { if ( children == null ) return ( null ) ; Iterator loc0 = children . iterator ( ) ; while ( loc0 . hasNext ( ) ) { TreeNode loc1 = ( TreeNode ) loc0 . next ( ) ; if ( arg0 . equals ( loc1 . getName ( ) ) ) return ( loc1 ) ; } return ( null ) ; } | return the first child node of this node with the specified name , if there is one ; otherwise , return null . concode_field_sep String name concode_elem_sep HashMap attributes concode_elem_sep TreeNode parent concode_elem_sep String body concode_elem_sep ArrayList children concode_field_sep String findAttribute concod... |
List < TestSuite > function ( ) { return testSuites ; } | gets the test suites . concode_field_sep int totalwarningcount concode_elem_sep ArrayList<TestSuite> testSuites concode_elem_sep String language concode_elem_sep String screenresolution concode_elem_sep String type concode_elem_sep String result concode_elem_sep String duration concode_elem_sep int totalerrorcount conc... |
Object function ( ) { return value ; } | get the value produced by the worker thread , or null if it has n't been constructed yet . concode_field_sep Thread thread concode_elem_sep Integer threadPriority concode_elem_sep Object value concode_elem_sep ThreadVar threadVar concode_field_sep void setThreadPriority concode_elem_sep Thread get concode_elem_sep Obje... |
void function ( ) { session . close ( ) ; graph . close ( ) ; } | releases resources the graph and session associated with the saved model bundle . concode_field_sep byte[] metaGraphDef concode_elem_sep Session session concode_elem_sep Graph graph concode_field_sep byte[] metaGraphDef concode_elem_sep SavedModelBundle load concode_elem_sep SavedModelBundle load concode_elem_sep Sessi... |
void function ( String arg0 ) { this . domainId = arg0 ; } | set the id of the domain that the entity is to be put concode_field_sep HashMap<String,Set<Object>> primaryFilters concode_elem_sep HashMap<String,Object> otherInfo concode_elem_sep HashMap<String,Set<String>> relatedEntities concode_elem_sep String entityType concode_elem_sep String entityId concode_elem_sep Long star... |
void function ( final EventType arg0 ) { Check . notNull ( arg0 , "srini_string" ) ; for ( final EventListener loc0 : listeners ) { assert loc0 != null : "srini_string" ; loc0 . onQuadPipelineEvent ( arg0 ) ; } } | fires an event to all observers . concode_field_sep int BYTES_PER_VERT concode_elem_sep int BYTES_PER_BUFFER concode_elem_sep FloatBuffer data concode_elem_sep int BYTES_PER_QUAD concode_elem_sep int SIZEOF_FLOAT concode_elem_sep int FLOATS_PER_COORD concode_elem_sep int size concode_elem_sep List<EventListener> listen... |
void function ( ActionEvent arg0 ) { setDisplayPhoneNumber ( phoneNumber ) ; } | method to verify the phone number 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_s... |
int function ( ) { return finalizingShards ; } | number of shards with the snapshot in the finalizing stage concode_field_sep String FAILED concode_elem_sep String STARTED concode_elem_sep int doneShards concode_elem_sep int totalShards concode_elem_sep int initializingShards concode_elem_sep int failedShards concode_elem_sep String DONE concode_elem_sep String TOTAL... |
boolean function ( ) { lock . lock ( ) ; try { return _contiguousSpaceAvailable ( buffer . length >> 1 ) ; } finally { lock . unlock ( ) ; } } | checks if there is at least buffer.length / 2 contiguous space in range low +1 . . high-1 available concode_field_sep Lock lock concode_elem_sep long high concode_elem_sep long low concode_elem_sep int num_removes concode_elem_sep T[] buffer concode_elem_sep int removes_till_compaction concode_field_sep long add concod... |
void function ( ) { cacheEnabled = true ; } | enables the internal caching of typevariables . concode_field_sep Map<Class<?>,Reference<Map<TypeVariable<?>,Type>>> typeVariableCache concode_elem_sep boolean cacheEnabled concode_field_sep Type resolveGenericType concode_elem_sep Map<TypeVariable<?>,Type> getTypeVariableMap concode_elem_sep Class<?>[] resolveArgument... |
Route function ( Handler < RoutingContext > arg0 , boolean arg1 ) { delegate . blockingHandler ( new Handler < io . vertx . ext . web . RoutingContext > ( ) { public void handle ( io . vertx . ext . web . RoutingContext arg2 ) { arg0 . handle ( RoutingContext . newInstance ( arg2 ) ) ; } } , arg1 ) ; return this ; } | specify a blocking request handler for the route . this method works just like io.vertx.rxjava.ext.web.route #handler excepted that it will run the blocking handler on a worker threadso that it wo n't block the event loop . note that it 's safe to call context.next from the blocking handler as it will be executed on th... |
void function ( String arg0 ) { this . databaseName = arg0 ; } | sets the value of the databasename property . concode_field_sep String hostname concode_elem_sep String password concode_elem_sep String databaseName concode_elem_sep String partitionId concode_elem_sep String port concode_elem_sep String username concode_field_sep void setPassword concode_elem_sep String getHostname c... |
SyncParticipantClient function ( ) { return CLIENT ; } | get the interop client singleton . concode_field_sep SyncParticipantClient CLIENT concode_field_sep void sendVolatileAndDurable concode_elem_sep void sendReadonly concode_elem_sep void sendCompletionRollback concode_elem_sep void sendEarlyAborted concode_elem_sep void sendRetryPreparedAbort concode_elem_sep void sendRe... |
Scope function ( ) { return createInternalScope ( "srini_string" ) ; } | internal : in event abc : integer in event event1 operation foo operation myopp1 : integer var myint : integer var mybool : boolean var myreal : real var mystring : string concode_field_sep ILinker linker concode_elem_sep IParser parser concode_elem_sep Provider<XtextResource> resourceProvider concode_field_sep Scope i... |
int function ( ) { return numBlacklistedTrackers ; } | get the number of blacklisted task trackers in the cluster . concode_field_sep Collection<String> activeTrackers concode_elem_sep int max_reduce_tasks concode_elem_sep int numActiveTrackers concode_elem_sep Collection<String> blacklistedTrackers concode_elem_sep int numBlacklistedTrackers concode_elem_sep long UNINITIA... |
String function ( ) { StringBuilder loc0 = new StringBuilder ( ) ; loc0 . append ( "srini_string" ) ; if ( getRole ( ) != null ) loc0 . append ( "srini_string" + getRole ( ) ) ; loc0 . append ( "srini_string" ) ; return loc0 . toString ( ) ; } | returns a string representation of this object ; useful for testing and debugging . concode_field_sep Role role concode_field_sep CreateRoleResult withRole concode_elem_sep int hashCode concode_elem_sep void setRole concode_elem_sep boolean equals concode_elem_sep Role getRole concode_elem_sep CreateRoleResult clone |
Predicate function ( ) { return AuthenticationRequiredPredicate . INSTANCE ; } | a predicate that returns true if authentication is required concode_field_sep PlaceHolder placeHolder concode_field_sep Predicate suffixes concode_elem_sep Predicate or concode_elem_sep Predicate prefix concode_elem_sep Predicate maxContentSize concode_elem_sep Predicate parse concode_elem_sep Predicate parse concode_e... |
NumericDocValues function ( ) { return new NumericDocValues ( ) { @ Override public long get ( int arg0 ) { return Double . doubleToRawLongBits ( NumericDoubleValues . this . get ( arg0 ) ) ; } } ; } | returns numeric docvalues view of raw double bits concode_field_sep PlaceHolder placeHolder concode_field_sep double get concode_elem_sep NumericDocValues getRawFloatValues |
Double function ( String arg0 , NormalizationFactors arg1 ) { if ( rawRatios == null ) { return null ; } Double loc0 = rawRatios . get ( arg0 ) ; if ( arg1 . hasPsmNormalisationFactors ( ) && loc0 != null && loc0 != Double . NaN ) { loc0 /= arg1 . getPsmNormalisationFactor ( arg0 ) ; } return loc0 ; } | returns the ratio of a given sample normalized if the given reporter ion quantification has normalization factors . null if not found . concode_field_sep HashMap<String,Double> rawRatios concode_field_sep void setRawRatio concode_elem_sep Double getRawRatio |
Statement function ( final Connection arg0 ) { final Statement loc0 = arg0 . createStatement ( ) ; registerStatement ( loc0 ) ; return loc0 ; } | using the given connection . the new statement is registered to be closed at teardown . concode_field_sep List<Blob> m_blobs concode_elem_sep List<ResultSet> m_resultSets concode_elem_sep List<ConnectionFactoryEventListener> m_listeners concode_elem_sep List<ConnectionRegistration> m_connectionRegistrations concode_ele... |
void function ( ExceptionWithContext arg0 ) { locals . annotate ( arg0 ) ; stack . annotate ( arg0 ) ; } | annotates adds context to the given exception with information about this frame . concode_field_sep ExecutionStack stack concode_elem_sep IntList subroutines concode_elem_sep LocalsArray locals concode_field_sep void makeInitialized concode_elem_sep Frame subFrameForLabel concode_elem_sep Frame mergeWith concode_elem_s... |
String function ( ) { return countryAbbrviation ; } | obtiene el valor de la propiedad countryabbrviation . concode_field_sep String countryAbbrviation concode_field_sep void setCountryAbbrviation |
String function ( Class < ? extends Storable > arg0 ) { return null ; } | returns null to let repository decide what the name should be . concode_field_sep PlaceHolder placeHolder concode_field_sep CustomStorableCodec<S> createCodec concode_elem_sep CustomStorableCodec<S> createCodec concode_elem_sep CustomStorableCodec<S> createCodec concode_elem_sep CustomStorableCodec<S> createCodec |
void function ( final int arg0 ) { this . type = ClassWriter . INT ; this . intVal = arg0 ; this . hashCode = 0x7FFFFFFF & ( type + arg0 ) ; } | sets this item to an integer 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 b... |
void function ( String arg0 ) { this . effectiveDate = arg0 ; } | setter for effectivedate concode_field_sep String recurrences concode_elem_sep String subscriptionDate concode_elem_sep String password concode_elem_sep String recurring concode_elem_sep List<SubscriptionTermsType> terms concode_elem_sep String retryTime concode_elem_sep String reattempt concode_elem_sep String subscri... |
void function ( ) { if ( pollingScheduler != null || ! pollingScheduler . isCancelled ( ) ) { pollingScheduler . cancel ( true ) ; pollingScheduler = null ; unsubscribe ( ) ; logger . debug ( "srini_string" ) ; } } | stops this eventlistener . concode_field_sep String INVALID_SESSION concode_elem_sep ConnectionManager connManager concode_elem_sep ScheduledExecutorService scheduler concode_elem_sep String UNKNOWN_TOKEN concode_elem_sep int ID concode_elem_sep Runnable runableListener concode_elem_sep Logger logger concode_elem_sep S... |
String function ( ) { return mimeCode ; } | gets the value of the mimecode property . concode_field_sep String fileName concode_elem_sep long serialVersionUID concode_elem_sep String characterSetCode concode_elem_sep byte[] value concode_elem_sep String mimeCode concode_field_sep byte[] getValue concode_elem_sep void setFileName concode_elem_sep void setMimeCode... |
String function ( ) { StringBuilder loc0 = new StringBuilder ( ) ; loc0 . append ( "srini_string" ) ; if ( getWebACL ( ) != null ) loc0 . append ( "srini_string" + getWebACL ( ) ) ; loc0 . append ( "srini_string" ) ; return loc0 . toString ( ) ; } | returns a string representation of this object ; useful for testing and debugging . concode_field_sep WebACL webACL concode_field_sep void setWebACL concode_elem_sep int hashCode concode_elem_sep boolean equals concode_elem_sep WebACL getWebACL concode_elem_sep GetWebACLResult clone concode_elem_sep GetWebACLResult wit... |
java . util . List < ReplicationGroup > function ( ) { if ( replicationGroups == null ) { replicationGroups = new com . amazonaws . internal . ListWithAutoConstructFlag < ReplicationGroup > ( ) ; replicationGroups . setAutoConstruct ( true ) ; } return replicationGroups ; } | a list of replication groups . each item in the list contains detailed information about one replication group . concode_field_sep com.amazonaws.internal.ListWithAutoConstructFlag<ReplicationGroup> replicationGroups concode_elem_sep String marker concode_field_sep void setReplicationGroups concode_elem_sep String getMa... |
void function ( String arg0 , boolean arg1 ) { open . put ( arg0 , arg1 ) ; } | sets the status of the operator concode_field_sep String NEWLINE concode_elem_sep String prefix concode_elem_sep String[] operators concode_elem_sep String suffix concode_elem_sep Hashtable<String,Boolean> open concode_field_sep int countMatches concode_elem_sep void setReverseStatus concode_elem_sep String[] getOperat... |
void function ( int arg0 ) { this . m_remainingLength = arg0 ; } | tobe used only internally concode_field_sep byte PUBACK concode_elem_sep byte SUBACK concode_elem_sep byte SUBSCRIBE concode_elem_sep byte m_messageType concode_elem_sep byte PUBREL concode_elem_sep byte UNSUBACK concode_elem_sep byte CONNACK concode_elem_sep byte CONNECT concode_elem_sep boolean m_dupFlag concode_elem... |
UBL20WriterBuilder < CertificateOfOriginType > function ( ) { return UBL20WriterBuilder . create ( CertificateOfOriginType . class ) ; } | create a writer builder for certificateoforigin . concode_field_sep UBL20Writer s_aInstance concode_field_sep UBL20WriterBuilder<AttachedDocumentType> attachedDocument concode_elem_sep UBL20WriterBuilder<BillOfLadingType> billOfLading concode_elem_sep UBL20WriterBuilder<DespatchAdviceType> despatchAdvice concode_elem_s... |
int function ( ) { return buff . capacity ( ) ; } | get the capacity . concode_field_sep int MAX_REUSE_CAPACITY concode_elem_sep int MIN_GROW concode_elem_sep ByteBuffer reuse concode_elem_sep ByteBuffer buff concode_field_sep WriteBuffer putStringData concode_elem_sep void grow concode_elem_sep ByteBuffer getBuffer concode_elem_sep WriteBuffer putInt concode_elem_sep W... |
int function ( ) { return approvedStringCount ; } | the number of approved strings in the file . concode_field_sep int stringCount concode_elem_sep int wordCount concode_elem_sep int approvedStringCount concode_elem_sep int completedStringCount concode_elem_sep String fileUri concode_elem_sep String lastUploaded concode_elem_sep String callbackUrl concode_elem_sep Strin... |
void function ( ) { dialectURI = OAuthServerConfiguration . getInstance ( ) . getConsumerDialectURI ( ) ; if ( dialectURI == null ) { dialectURI = DEFAULT_DIALECT_URI ; } } | reads the dialecturi of the claimuris to be retrieved from identity.xml - > oauth - > tokengeneration - > consumerdialecturi . if not configured it uses http://wso2.org/claims as default concode_field_sep String DEFAULT_DIALECT_URI concode_elem_sep String dialectURI concode_elem_sep Log log concode_field_sep String[] c... |
Schema function ( Configuration arg0 ) { String loc0 = arg0 . get ( CONF_OUTPUT_VALUE_SCHEMA ) ; return loc0 != null ? Schema . parse ( loc0 ) : null ; } | gets the job output value schema . concode_field_sep String CONF_INPUT_KEY_SCHEMA concode_elem_sep String CONF_OUTPUT_KEY_SCHEMA concode_elem_sep String CONF_INPUT_VALUE_SCHEMA concode_elem_sep String CONF_OUTPUT_VALUE_SCHEMA concode_elem_sep String CONF_OUTPUT_CODEC concode_field_sep void setMapOutputKeySchema concode... |
long function ( byte [ ] arg0 ) { return ( ( ( ( ( ( long ) uByte ( arg0 [ 0 ] ) << 8 ) + uByte ( arg0 [ 1 ] ) ) << 8 ) + uByte ( arg0 [ 2 ] ) ) << 8 ) + uByte ( arg0 [ 3 ] ) ; } | transforms a 4-bytes array into a 32-bit int concode_field_sep PlaceHolder placeHolder concode_field_sep byte[] wordToBytes concode_elem_sep boolean compare concode_elem_sep int rotateRight concode_elem_sep int[] rotateRight concode_elem_sep byte[] rotateRight concode_elem_sep long uWord concode_elem_sep byte[] fourByt... |
Entry function ( Object arg0 ) { return null ; } | finds the entry with the given key . concode_field_sep Entry next concode_elem_sep int count concode_elem_sep int INITIAL_CAPACITY concode_elem_sep int value concode_elem_sep Entry[] table concode_elem_sep int hash concode_elem_sep Object key concode_field_sep int dec concode_elem_sep int size concode_elem_sep int get ... |
long function ( ) { return mStartTimeMs ; } | get the start time of the effect concode_field_sep long mStartTimeMs concode_elem_sep String mUniqueId concode_elem_sep MediaItem mMediaItem concode_elem_sep long mDurationMs concode_field_sep void setDuration concode_elem_sep long getDuration concode_elem_sep void setStartTimeAndDuration concode_elem_sep int hashCode ... |
boolean function ( final int arg0 ) { final long loc0 = 1L << arg0 ; long loc1 = changeWord ( arg0 , new TLongFunction ( ) { @ Override public long execute ( long word ) { return word | loc0 ; } } ) ; return ( loc1 & loc0 ) != 0 ; } | sets the bit at the specified index to true . concode_field_sep int ADDRESS_BITS_PER_WORD concode_elem_sep int BITS_PER_WORD concode_elem_sep AtomicReferenceArray<AtomicLongArray> arrays concode_elem_sep long WORD_MASK concode_field_sep int nextClearBit concode_elem_sep long[] toLongArray concode_elem_sep ConcurrentBit... |
void function ( WebDriver arg0 , int arg1 ) { arg0 . manage ( ) . timeouts ( ) . implicitlyWait ( 0 , TimeUnit . SECONDS ) ; arg0 . manage ( ) . timeouts ( ) . implicitlyWait ( arg1 , TimeUnit . SECONDS ) ; } | reset implicitwait . concode_field_sep int DEFAULT_WAIT_4_ELEMENT concode_elem_sep int DEFAULT_WAIT_4_PAGE concode_field_sep List<WebElement> waitForListElementsPresent concode_elem_sep boolean waitForTextPresent concode_elem_sep boolean areElementsPresent concode_elem_sep void nullifyImplicitWait concode_elem_sep void... |
boolean function ( ) { checkClosed ( ) ; return false ; } | returns a value indicating whether this statement will beclosed when all its dependent result sets are closed . concode_field_sep boolean isEscapeProcessing concode_elem_sep int queryTimeout concode_elem_sep Result errorResult concode_elem_sep int SUCCESS_NO_INFO concode_elem_sep Result batchResultOut concode_elem_sep ... |
ResizeError function ( String arg0 ) { this . code = arg0 ; return this ; } | set the code value . concode_field_sep String code concode_elem_sep List<NameValuePair> values concode_elem_sep String message concode_field_sep String code concode_elem_sep List<NameValuePair> values concode_elem_sep ResizeError withValues concode_elem_sep String message concode_elem_sep ResizeError withMessage |
double function ( ) { return entropySecond ; } | get the entropy of the second clustering using log_2 . not normalized , 0 = equal concode_field_sep double entropySecond concode_elem_sep double entropyFirst concode_elem_sep double entropyJoint concode_field_sep double entropyJoint concode_elem_sep double entropyConditionalSecond concode_elem_sep double entropyFirst c... |
String function ( String arg0 ) { String [ ] loc0 = arg0 . split ( "srini_string" ) ; Preconditions . checkArgument ( loc0 . length > 1 , "srini_string" , arg0 ) ; if ( ! loc0 [ 0 ] . equals ( MASTER_INSTANCE ) ) { loc0 [ 1 ] = null ; } loc0 [ 0 ] = null ; return Joiner . on ( "srini_string" ) . skipNulls ( ) . join ( ... | util function to remove get the metrics name without instance and host . concode_field_sep TimeUnit MINIMAL_POLL_UNIT concode_elem_sep String SINK_REGEX concode_elem_sep String CLIENT_INSTANCE concode_elem_sep int MINIMAL_POLL_PERIOD concode_elem_sep String WORKER_INSTANCE concode_elem_sep Logger LOG concode_elem_sep L... |
String function ( ) { return SQLStringVisitor . getSQLString ( this ) ; } | returns a string representation of an instance of this class . concode_field_sep JoinType JOIN_SEMI concode_elem_sep JoinType JOIN_LEFT_OUTER concode_elem_sep JoinType JOIN_INNER concode_elem_sep JoinType JOIN_RIGHT_OUTER concode_elem_sep boolean outer concode_elem_sep JoinType JOIN_CROSS concode_elem_sep int type conc... |
boolean function ( ) { boolean loc0 = false ; if ( beforeIterator != null ) { loc0 = beforeIterator . hasNext ( ) ; } if ( middleIterator != null ) { loc0 = loc0 || middleIterator . hasNext ( ) ; } if ( afterIterator != null ) { loc0 = loc0 || afterIterator . hasNext ( ) ; } return loc0 ; } | returns true if the iteration has more elements . in other words , returns true if next would return an element rather than throwing an exception . concode_field_sep Iterator beforeIterator concode_elem_sep Iterator afterIterator concode_elem_sep Iterator middleIterator concode_field_sep Object next concode_elem_sep vo... |
void function ( com . amazon . ec2 . CancelConversionTaskResponseType arg0 ) { this . localCancelConversionTaskResponse = arg0 ; } | auto generated setter method concode_field_sep javax.xml.namespace.QName MY_QNAME concode_elem_sep com.amazon.ec2.CancelConversionTaskResponseType localCancelConversionTaskResponse concode_field_sep java.lang.String generatePrefix concode_elem_sep void serialize concode_elem_sep void serialize concode_elem_sep void wri... |
okhttp3 . Response function ( ) { return rawResponse ; } | the raw response from the http client . concode_field_sep okhttp3.Response rawResponse concode_elem_sep ResponseBody errorBody concode_elem_sep T body concode_field_sep Headers headers concode_elem_sep int code concode_elem_sep boolean isSuccessful concode_elem_sep Response<T> success concode_elem_sep Response<T> succe... |
String function ( EndElement arg0 ) { return trim ( arg0 . getName ( ) . getLocalPart ( ) ) ; } | return the name of the end element concode_field_sep Validator validator concode_elem_sep PicketLinkLogger logger concode_field_sep void bypassElementBlock concode_elem_sep String getAttributeValue concode_elem_sep String getAttributeValue concode_elem_sep boolean hasTextAhead concode_elem_sep String getStartElementNam... |
void function ( String [ ] arg0 ) { EventQueue . invokeLater ( new Runnable ( ) { public void run ( ) { try { MyForm loc0 = new MyForm ( ) ; loc0 . frmTest . setVisible ( true ) ; } catch ( Exception loc0 ) { loc0 . printStackTrace ( ) ; } } } ) ; } | launch the application . concode_field_sep JTextField textFieldRes concode_elem_sep JTextField textFieldOper concode_elem_sep JFrame frmTest concode_elem_sep JTextField textFieldX concode_elem_sep JButton btnNewButton_2 concode_elem_sep JTextField textFieldY concode_field_sep void initialize |
boolean function ( ) { return isMutable ; } | returns whether this field can be modified . concode_field_sep StorageMode mode concode_elem_sep MutatabilityAwareMap<K,V> mapData concode_elem_sep boolean isMutable concode_elem_sep List<Message> listData concode_elem_sep Converter<K,V> converter concode_elem_sep MapEntry<K,V> defaultEntry concode_field_sep Mutatabili... |
void function ( ) { Quarter loc0 = ( Quarter ) this . q1Y1900 . loc0 ( ) ; assertNull ( loc0 ) ; } | set up a quarter equal to q1 1900 . request the previous quarter , it should be null . concode_field_sep Quarter q1Y1900 concode_elem_sep Quarter q4Y9999 concode_elem_sep Quarter q2Y1900 concode_elem_sep Quarter q3Y9999 concode_field_sep void testParseQuarter concode_elem_sep void testDateConstructor1 concode_elem_sep ... |
boolean function ( ) { return viewClippingEnabled ; } | indicates whether view volume clipping is performed . concode_field_sep double elevation concode_elem_sep TimedExpirySupport expirySupport concode_elem_sep boolean viewClippingEnabled concode_elem_sep Color color concode_elem_sep boolean enabled concode_elem_sep int maxConnectingDistance concode_elem_sep Object globeSt... |
T function ( @ Nullable T arg0 ) { if ( arg0 == null ) { throw new AssertionException ( "srini_string" ) ; } return arg0 ; } | asserts that the given object is n't null , throwing an assertionexception if it was . concode_field_sep PlaceHolder placeHolder concode_field_sep void assertUnreachable concode_elem_sep void assertCondition |
void function ( long arg0 , TimeUnit arg1 ) { update ( arg1 . toNanos ( arg0 ) ) ; } | adds a recorded duration . concode_field_sep Meter meter concode_elem_sep Histogram histogram concode_elem_sep TimeUnit rateUnit concode_elem_sep TimeUnit durationUnit concode_elem_sep Clock clock concode_field_sep double getFifteenMinuteRate concode_elem_sep double getMax concode_elem_sep double getFiveMinuteRate conc... |
CellFormat function ( ) { if ( ! initialized ) { cellFormat = formattingRecords . getXFRecord ( xfIndex ) ; initialized = true ; } return cellFormat ; } | gets the cell format for this cell concode_field_sep CellFeatures features concode_elem_sep CellFormat cellFormat concode_elem_sep int xfIndex concode_elem_sep int column concode_elem_sep boolean initialized concode_elem_sep FormattingRecords formattingRecords concode_elem_sep SheetImpl sheet concode_elem_sep int row c... |
Long function ( ) { return impressions ; } | gets the value of the impressions property . concode_field_sep Money cpm concode_elem_sep List<Money> budgetQuantiles concode_elem_sep Money cpc concode_elem_sep Money suggestedBudget concode_elem_sep Money maxBudget concode_elem_sep Long impressions concode_elem_sep Money maxCpc concode_elem_sep Money minBudget concod... |
AllocationExplanation function ( ShardId arg0 , NodeExplanation arg1 ) { List < NodeExplanation > loc0 = explanations . get ( arg0 ) ; if ( loc0 == null ) { loc0 = new ArrayList < > ( ) ; explanations . put ( arg0 , loc0 ) ; } loc0 . add ( arg1 ) ; return this ; } | create and add a node explanation to this explanation referencing a shard concode_field_sep DiscoveryNode node concode_elem_sep Map<ShardId,List<NodeExplanation>> explanations concode_elem_sep String description concode_elem_sep AllocationExplanation EMPTY concode_field_sep DiscoveryNode node concode_elem_sep void writ... |
void function ( String arg0 ) { this . enudesc = arg0 == null ? null : arg0 . trim ( ) ; } | this method was generated by mybatis generator . this method sets the value of the database column ptenumain.enudesc concode_field_sep String valuetype concode_elem_sep String enutype concode_elem_sep String enudesc concode_elem_sep String enuname concode_field_sep String getEnudesc concode_elem_sep void setEnutype con... |
double function ( double [ ] arg0 , int arg1 ) { try { return arg0 [ arg1 ] ; } catch ( Throwable loc0 ) { return arg0 [ DefaultGroovyMethodsSupport . normaliseIndex ( arg1 , arg0 . length ) ] ; } } | get value from double using normalized index concode_field_sep PlaceHolder placeHolder concode_field_sep char cArrayGet concode_elem_sep void fArraySet concode_elem_sep byte bArrayGet concode_elem_sep void zArraySet concode_elem_sep boolean isOrigFArray concode_elem_sep void dArraySet concode_elem_sep boolean isOrigLAr... |
Ray function ( Matrix4 arg0 ) { tmp . set ( origin ) . add ( direction ) ; tmp . mul ( arg0 ) ; origin . mul ( arg0 ) ; direction . set ( tmp . sub ( origin ) ) ; return this ; } | multiplies the ray by the given matrix . use this to transform a ray into another coordinate system . concode_field_sep Vector3 tmp concode_elem_sep Vector3 origin concode_elem_sep Vector3 direction concode_elem_sep long serialVersionUID concode_field_sep Ray set concode_elem_sep Ray set concode_elem_sep Ray set concod... |
InterceptorRegistration function ( HandlerInterceptor arg0 ) { InterceptorRegistration loc0 = new InterceptorRegistration ( arg0 ) ; registrations . add ( loc0 ) ; return loc0 ; } | adds the provided handlerinterceptor . concode_field_sep List<InterceptorRegistration> registrations concode_field_sep List<Object> getInterceptors concode_elem_sep InterceptorRegistration addWebRequestInterceptor |
void function ( String arg0 , String arg1 , Throwable arg2 ) { println ( INFO , arg0 , arg1 , arg2 ) ; } | prints a message at info priority . concode_field_sep int ERROR concode_elem_sep int VERBOSE concode_elem_sep int WARN concode_elem_sep int NONE concode_elem_sep int ASSERT concode_elem_sep int DEBUG concode_elem_sep ILogNode mLogNode concode_elem_sep int INFO concode_field_sep void println concode_elem_sep void printl... |
void function ( Double arg0 ) { this . amount = arg0 ; } | sets the value of the amount property . concode_field_sep Double amount concode_elem_sep Boolean apply concode_elem_sep Long line concode_elem_sep String type concode_elem_sep Double discAmt concode_elem_sep Double total concode_elem_sep String refNum concode_elem_sep Double due concode_elem_sep XMLGregorianCalendar di... |
void function ( String arg0 ) { this . merchantRegistryNum = arg0 ; } | sets the value of the merchantregistrynum property . concode_field_sep PuertoRicoLottoInfo puertoRicoLottoInfo concode_elem_sep PosReceiptCopyType posReceiptCopyType concode_elem_sep String merchantRegistryNum concode_field_sep PosReceiptCopyType getPosReceiptCopyType concode_elem_sep void setPosReceiptCopyType concode... |
String function ( String arg0 , String arg1 , String arg2 ) { if ( arg0 == null ) { return arg0 ; } int loc0 = arg0 . indexOf ( arg1 ) ; if ( loc0 >= 0 ) { String loc1 = arg0 . substring ( 0 , loc0 ) ; String loc2 = arg0 . substring ( loc0 + arg1 . length ( ) ) ; return loc1 + arg2 + loc2 ; } return arg0 ; } | replaces the first occurance of a string without reverting to regex or creating arrays/vectors etc could also have used stringutil for this perpose , but wanted something simpler . concode_field_sep PlaceHolder placeHolder concode_field_sep placeholderType placeHolder |
Size2D function ( BlockContainer arg0 , Graphics2D arg1 , RectangleConstraint arg2 ) { Size2D loc0 = arrangeNN ( arg0 , arg1 ) ; if ( arg2 . getWidthRange ( ) . contains ( loc0 . width ) ) { return loc0 ; } else { RectangleConstraint loc1 = arg2 . toFixedWidth ( arg2 . getWidthRange ( ) . getUpperBound ( ) ) ; return a... | arranges the blocks with the overall width and height to fit within specified ranges . concode_field_sep long serialVersionUID concode_field_sep void add concode_elem_sep Size2D arrangeFF concode_elem_sep Size2D arrangeNN concode_elem_sep Size2D arrange concode_elem_sep Size2D arrangeFR concode_elem_sep Size2D arrangeR... |
IndicatorGroup function ( IndicatorGroup arg0 ) { this . childGroups . add ( arg0 ) ; arg0 . parent = this ; incrementCounter ( arg0 . totalChildren ) ; return arg0 ; } | add a new child group . concode_field_sep boolean isArray concode_elem_sep HashSet<IndicatorGroup> childGroups concode_elem_sep int totalChildren concode_elem_sep IndicatorGroup parent concode_elem_sep String key concode_field_sep int getTotalChildren concode_elem_sep String getKey concode_elem_sep HashSet<IndicatorGro... |
LogEntry function ( JSONObject arg0 ) { return new LogEntry ( arg0 . getInt ( LOG_TYPE ) , arg0 . getLong ( LOG_TIME ) ) ; } | generate logentry from json object concode_field_sep int MAX_LOG_SIZE concode_elem_sep String note concode_elem_sep long serialVersionUID concode_elem_sep int EXPORTED concode_elem_sep long serialVersionUID concode_elem_sep String LOG_TIME concode_elem_sep String description concode_elem_sep int THRESHOLD_MS concode_el... |
int function ( ) { return children == null ? 0 : children . size ( ) ; } | returns the number of direct children tree nodes . concode_field_sep Map<String,Tree<V>> children concode_elem_sep V value concode_field_sep void set concode_elem_sep Tree<V> getSubTree concode_elem_sep Tree<V> getChildTree concode_elem_sep V get concode_elem_sep V get concode_elem_sep Set<String> getChildrenNames conc... |
Member function ( ) { return new Member ( ) ; } | create an instance of member concode_field_sep QName _Mylibrary_QNAME concode_field_sep Library createLibrary concode_elem_sep Book createBook concode_elem_sep JAXBElement<Library> createMylibrary concode_elem_sep Lending createLending concode_elem_sep Catalog createCatalog |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.