code stringlengths 20 663 | nl stringlengths 68 7.19k |
|---|---|
void function ( StatementPortal arg0 ) { portals . add ( arg0 ) ; } | associates an statementportal withwith odbcpreparedstatement . concode_field_sep List portals concode_elem_sep Session session concode_elem_sep String query concode_elem_sep Result ackResult concode_elem_sep String handle concode_elem_sep Map containingMap concode_field_sep void close |
String [ ] function ( ) { String [ ] loc0 = { "srini_string" } ; return loc0 ; } | used to identify which toolboxes this plugin tool should be listed in . concode_field_sep String[] args concode_elem_sep boolean cancelOp concode_elem_sep WhiteboxPluginHost myHost concode_elem_sep WhiteboxRaster raster concode_elem_sep String previousProgressLabel concode_elem_sep int previousProgress concode_elem_sep... |
int function ( ) { return validTransactionsRead ; } | returns the count of valid transactions read concode_field_sep int offsetTransactionsBypassed concode_elem_sep int costShareEncumbranceTransactionsBypassed concode_elem_sep int errorTransactionsRead concode_elem_sep int validTransactionsSaved concode_elem_sep int liabilityTransactionsBypassed concode_elem_sep int costS... |
RequestMatcher function ( ) { return new AbstractJsonPathRequestMatcher ( ) { @ Override protected void matchInternal ( MockClientHttpRequest arg0 ) throws IOException , ParseException { JsonPathRequestMatchers . this . jsonPathHelper . exists ( arg0 . getBodyAsString ( ) ) ; } } ; } | evaluate the json path expression against the request content and assert that a non-null value exists at the given path . if the json path expression is not @linkplain jsonpath #isdefinite definite , this method asserts that the value at the given path is not empty . concode_field_sep JsonPathExpectationsHelper jsonPat... |
void function ( Object arg0 ) { this . schedulingInfo = arg0 ; } | set the scheduling information from the queue . concode_field_sep String name concode_elem_sep Log LOG concode_elem_sep Map<String,AccessControlList> acls concode_elem_sep Set<Queue> children concode_elem_sep Object schedulingInfo concode_elem_sep QueueState state concode_elem_sep Properties props concode_field_sep voi... |
Map < K , V > function ( K arg0 , V arg1 , K arg2 , V arg3 , K arg4 , V arg5 , K arg6 , V arg7 , K arg8 , V arg9 ) { Map loc0 = of ( ) ; loc0 . put ( arg0 , arg1 ) ; loc0 . put ( arg2 , arg3 ) ; loc0 . put ( arg4 , arg5 ) ; loc0 . put ( arg6 , arg7 ) ; loc0 . put ( arg8 , arg9 ) ; return loc0 ; } | returns map containing the given entries . concode_field_sep Map mMap concode_elem_sep boolean mUnderConstruction concode_field_sep Map<K,V> build concode_elem_sep HashMap<K,V> newHashMap concode_elem_sep Builder<K,V> builder concode_elem_sep Builder<K,V> put |
List < T > function ( ) { return sortTopologically ( mIndex . keySet ( ) ) ; } | gets all payloads of the dag in the topological order . concode_field_sep List<DirectedAcyclicGraphNode<T>> mRoots concode_elem_sep Map<T,DirectedAcyclicGraphNode<T>> mIndex concode_field_sep void add concode_elem_sep void deleteLeaf concode_elem_sep List<T> getParents concode_elem_sep List<T> sortTopologically concode... |
EmbeddedCacheManager function ( ) { return new DefaultCacheManager ( new ConfigurationBuilder ( ) . eviction ( ) . maxEntries ( 7 ) . build ( ) ) ; } | overrides the default embedded cache manager . concode_field_sep Configuration smallConfiguration concode_field_sep placeholderType placeHolder |
boolean function ( ) { return redirectErrorStream ; } | indicates whether the standard error should be redirected to standard output . if redirected , the process #geterrorstream will alwaysreturn end of stream and standard error is written to process #getinputstream . concode_field_sep Map<String,String> environment concode_elem_sep File directory concode_elem_sep boolean ... |
void function ( RequestObserver arg0 ) { if ( arg0 == null ) { throw new NullPointerException ( "srini_string" ) ; } observers . add ( arg0 ) ; } | adds an observer to the observers . concode_field_sep String apiUrl concode_elem_sep List<RequestObserver> observers concode_elem_sep Map<String,List<String>> defaultRequestHeaders concode_field_sep Map<String,List<String>> getRequestHeaders concode_elem_sep void addCookie concode_elem_sep String getApiUrl concode_elem... |
Named function ( String arg0 ) { return new NamedImpl ( arg0 ) ; } | creates a named annotation with name as the value . concode_field_sep PlaceHolder placeHolder concode_field_sep void bindProperties concode_elem_sep void bindProperties |
void function ( final K arg0 , final V arg1 ) { final ManagedReference < V > loc0 = new ManagedReference < V > ( bundle , arg1 ) { @ Override public void finalizeReference ( ) { super . finalizeReference ( ) ; internalMap . remove ( arg0 , get ( ) ) ; } } ; internalMap . put ( arg0 , loc0 ) ; } | sets a new value for a given key . an older value is overwritten . concode_field_sep ConcurrentHashMap<K,ManagedReference<V>> internalMap concode_elem_sep ReferenceBundle bundle concode_field_sep V get concode_elem_sep void clear concode_elem_sep void setBundle |
String function ( ) { if ( getShelf ( ) != null ) { if ( getShelf ( ) . getPath ( ) == null ) { return null ; } } else { return File . separator + "srini_string" + File . separator + this . getId ( ) + File . separator ; } return getShelf ( ) . getPath ( ) + this . getId ( ) + File . separator ; } | return relative path of this album in file-system relative to uploadroot parameter concode_field_sep List<Image> images concode_elem_sep Image coveringImage concode_elem_sep Date created concode_elem_sep boolean showAfterCreate concode_elem_sep String name concode_elem_sep String description concode_elem_sep Long id co... |
void function ( String arg0 ) { actions . remove ( arg0 ) ; if ( context != null ) { context . actionNames = null ; context . actionHash . remove ( arg0 ) ; } } | removes an action from the action set . concode_field_sep boolean loaded concode_elem_sep JEditActionContext context concode_elem_sep Object placeholder concode_elem_sep Hashtable<String,Object> actions concode_elem_sep URL uri concode_field_sep void initKeyBindings concode_elem_sep JEditAbstractEditAction createBeanSh... |
void function ( ) { SessionInfo loc0 = new SessionInfo ( 1 , mSessionTimeoutMs ) ; Assert . assertFalse ( loc0 . timeout ( ) ) ; } | tests the sessioninfo #timeout method . concode_field_sep int MIN_LEN concode_elem_sep int MAX_LEN concode_elem_sep int mSessionTimeoutMs concode_elem_sep int DELTA concode_field_sep void before concode_elem_sep void constructor concode_elem_sep void constructorWithException concode_elem_sep void getSessionId |
String function ( ) { return algorithm ; } | gets the value of the algorithm property . concode_field_sep List<Object> content concode_elem_sep String algorithm concode_field_sep List<Object> getContent concode_elem_sep void setAlgorithm |
Map < String , String > function ( ) { return labels ; } | returns an optional set of user-defined key , value data that provides additional information about the log entry . concode_field_sep Severity severity concode_elem_sep long serialVersionUID concode_elem_sep Function<com.google.logging.v2.LogEntry,LogEntry> FROM_PB_FUNCTION concode_elem_sep Map<String,String> labels co... |
WebAccountsService function ( ) { return new WebAccountsService ( ACCOUNTS_SERVICE_URL ) ; } | the accountservice encapsulates the interaction with the micro-service . concode_field_sep String ACCOUNTS_SERVICE_URL concode_field_sep void main concode_elem_sep WebAccountsController accountsController concode_elem_sep HomeController homeController |
com . liferay . sync . model . SyncDLObject function ( com . liferay . sync . model . SyncDLObject arg0 ) { return getService ( ) . deleteSyncDLObject ( arg0 ) ; } | deletes the sync d l object from the database . also notifies the appropriate model listeners . concode_field_sep SyncDLObjectLocalService _service concode_field_sep int getSyncDLObjectsCount concode_elem_sep long getLatestModifiedTime concode_elem_sep com.liferay.portal.kernel.dao.orm.ActionableDynamicQuery getActiona... |
String function ( ) { return fldFilterVal ; } | gets the value of the fldfilterval property . concode_field_sep Boolean fldFilterChecked concode_elem_sep RecordRef fldCompareField concode_elem_sep RecordRef fldFilter concode_elem_sep Boolean fldFilterNotNull concode_elem_sep String fldFilterVal concode_elem_sep CustomizationFilterCompareType fldFilterCompareType con... |
Buffer function ( ) { pos = 0 ; mark = - 1 ; return this ; } | rewinds this buffer . the position is set to zero and the mark is discarded . concode_field_sep int cap concode_elem_sep Pointer address concode_elem_sep int pos concode_elem_sep int limit concode_elem_sep int mark concode_field_sep void checkIfReadOnly concode_elem_sep boolean hasArray concode_elem_sep boolean hasRema... |
IMarkerFactory function ( ) { return markerFactory ; } | currently this method always returns an instance of basicmarkerfactory . concode_field_sep StaticMarkerBinder SINGLETON concode_elem_sep IMarkerFactory markerFactory concode_field_sep String getMarkerFactoryClassStr |
String function ( ) { return background ; } | gets the value of the background property . concode_field_sep Layout layout concode_elem_sep String scrolling concode_elem_sep String flavour concode_elem_sep String src concode_elem_sep String background concode_elem_sep String width concode_elem_sep BigDecimal refresh concode_elem_sep String frameborder concode_elem_... |
Message function ( String arg0 ) { return getNextMessage ( arg0 , 0 ) ; } | get the top message on a queue . consumes the message . concode_field_sep boolean connected concode_elem_sep String brokerlist concode_elem_sep Session session concode_elem_sep boolean transacted concode_elem_sep int prefetch concode_elem_sep Logger _logger concode_elem_sep Connection connection concode_elem_sep String... |
void function ( byte [ ] arg0 ) { writeBytes ( arg0 , Type . BYTES . code ) ; } | writes a bytes array as a typed bytes sequence . concode_field_sep ThreadLocal tbOut concode_elem_sep DataOutput out concode_field_sep void writeInt concode_elem_sep void writeVectorHeader concode_elem_sep void writeByte concode_elem_sep void writeListHeader concode_elem_sep void writeEndOfRecord concode_elem_sep void ... |
void function ( String arg0 ) { this . target = arg0 ; } | sets the value of the target property . concode_field_sep Integer lunMapping concode_elem_sep String storageDomainId concode_elem_sep String address concode_elem_sep String productId concode_elem_sep String volumeGroupId concode_elem_sep String vendorId concode_elem_sep String target concode_elem_sep String password co... |
void function ( java . lang . String arg0 ) { this . regex = arg0 ; } | sets the regex value for this wsgettransformerpks . concode_field_sep java.lang.String regex concode_elem_sep org.apache.axis.description.TypeDesc typeDesc concode_elem_sep java.lang.Object __equalsCalc concode_elem_sep boolean __hashCodeCalc concode_field_sep java.lang.String getRegex concode_elem_sep org.apache.axis.... |
void function ( int arg0 ) { this . width = arg0 ; } | sets width . concode_field_sep int width concode_elem_sep Popup popup concode_elem_sep int height concode_elem_sep Activity activity concode_elem_sep int screenHeightPixels concode_elem_sep boolean isHalfScreen concode_elem_sep int WRAP_CONTENT concode_elem_sep int MATCH_PARENT concode_elem_sep int screenWidthPixels co... |
StringMap function ( final ReadOnlyStringMap arg0 ) { return new SortedArrayStringMap ( arg0 ) ; } | returns an implementation of the stringmap used to back this thread context map , pre-populatedwith the contents of the specified context data . subclasses may override . concode_field_sep String INHERITABLE_MAP concode_elem_sep int DEFAULT_INITIAL_CAPACITY concode_elem_sep ThreadLocal<StringMap> localMap concode_elem_... |
JSONBuilder function ( String arg0 , boolean arg1 ) { appendCommaAndKey ( arg0 ) ; params . append ( arg1 ) ; return this ; } | adds a boolean property to a map . concode_field_sep StringBuilder params concode_field_sep JSONBuilder item concode_elem_sep JSONBuilder item concode_elem_sep JSONBuilder item concode_elem_sep JSONBuilder item concode_elem_sep JSONBuilder item concode_elem_sep JSONBuilder item concode_elem_sep String escapeString conc... |
String function ( @ Nullable final String arg0 ) { return removeSpecialCodes ( arg0 , false ) ; } | if text is null , this returns null . if verse does n't start with @ : do n't do anything . otherwise , remove all @ 's and one character after that and also text between @ < and @ > . concode_field_sep int app_versionCode concode_elem_sep String build_manufacturer concode_elem_sep String build_device concode_elem_sep ... |
void function ( ExtensionType arg0 ) { this . extension = arg0 ; } | sets the value of the extension property . concode_field_sep ServiceMetadataReferenceCollectionType serviceMetadataReferenceCollection concode_elem_sep ExtensionType extension concode_elem_sep ParticipantIdentifierType participantIdentifier concode_field_sep ServiceMetadataReferenceCollectionType getServiceMetadataRefe... |
com . liferay . social . networking . model . WallEntry function ( long arg0 ) { return getService ( ) . createWallEntry ( arg0 ) ; } | creates a new wall entry with the primary key . does not add the wall entry to the database . concode_field_sep ServiceTracker<WallEntryLocalService,WallEntryLocalService> _serviceTracker concode_field_sep java.lang.String getOSGiServiceIdentifier concode_elem_sep java.util.List<com.liferay.social.networking.model.Wall... |
long function ( ) { return this . value ; } | returns the value of the encapsulated long . concode_field_sep long serialVersionUID concode_elem_sep long value concode_field_sep void copyTo concode_elem_sep void read concode_elem_sep int getBinaryLength concode_elem_sep int hashCode concode_elem_sep void setValue concode_elem_sep void setValue concode_elem_sep bool... |
boolean function ( BufferedReader arg0 ) { arg0 . mark ( MAX_LOOKAHEAD ) ; StreamTokenizer loc0 = new StreamTokenizer ( arg0 ) ; int loc1 = loc0 . nextToken ( ) ; if ( loc1 == StreamTokenizer . TT_EOF ) { return true ; } arg0 . reset ( ) ; return false ; } | tests if reader is at eof . concode_field_sep File file concode_elem_sep int count concode_elem_sep Reader reader concode_elem_sep int offset concode_elem_sep int MAX_LOOKAHEAD concode_elem_sep WKBReader wkbReader concode_elem_sep int limit concode_field_sep List read concode_elem_sep List read concode_elem_sep void se... |
String function ( ) { return baseUrl ; } | getter for the field baseurl . concode_field_sep String baseUrl concode_elem_sep String title concode_elem_sep List<IResourceVisitorExtension> extensions concode_elem_sep String version concode_field_sep String getVersion concode_elem_sep Set<Protocol> getProtocols concode_elem_sep String getTitle concode_elem_sep bool... |
boolean function ( ) { return false ; } | issingle . concode_field_sep String baseUrl concode_elem_sep String title concode_elem_sep List<IResourceVisitorExtension> extensions concode_elem_sep String version concode_field_sep String getVersion concode_elem_sep String getBaseUrl concode_elem_sep Set<Protocol> getProtocols concode_elem_sep String getTitle concod... |
ClassMapper function ( String arg0 ) { String loc0 = arg0 . toUpperCase ( ) ; initMapper ( ) ; ClassMapper loc1 = gNameToMapper . get ( loc0 ) ; if ( loc1 != null ) { return ( loc1 ) ; } String loc2 = tagToFile ( loc0 ) ; loc1 = buildFromFile ( loc2 ) ; gNameToMapper . put ( loc0 , loc1 ) ; return ( loc1 ) ; } | look up a mapper concode_field_sep String TAG_TO_FILE_NAME concode_elem_sep String m_Name concode_elem_sep Map<String,ClassMapper> gNameToMapper concode_elem_sep Map m_ValueToKey concode_elem_sep Map m_KeyToValue concode_field_sep void setName concode_elem_sep String getValueString concode_elem_sep Object handleTag con... |
String function ( ) { return clicked ; } | gets the name of the button clicked . concode_field_sep String inputText concode_elem_sep String clicked concode_field_sep void imageButtonListener concode_elem_sep void commandLinkListener concode_elem_sep String getInputText concode_elem_sep void setInputText concode_elem_sep void submitButtonListener concode_elem_se... |
String function ( ) { return mapCommandButtonId ; } | gets the component id of the commandbutton , in the map ui , corresponding to this time zone . concode_field_sep Polygon mapPolygon concode_elem_sep String id concode_elem_sep String mapCommandButtonId concode_field_sep boolean isRelevantComponentId concode_elem_sep String getId concode_elem_sep Polygon getMapPolygon |
int function ( VLongWritable arg0 ) { long loc0 = this . value ; long loc1 = arg0 . value ; return ( loc0 < loc1 ? - 1 : ( loc0 == loc1 ? 0 : 1 ) ) ; } | compares two vlongwritables . concode_field_sep long value concode_field_sep void readFields concode_elem_sep void set concode_elem_sep int hashCode concode_elem_sep long get concode_elem_sep boolean equals concode_elem_sep String toString concode_elem_sep void write |
String function ( ) { return source ; } | get the source . concode_field_sep String bitstreamFormat concode_elem_sep String internalId concode_elem_sep int storeNumber concode_elem_sep boolean deleted concode_elem_sep long size concode_elem_sep int bitstreamId concode_elem_sep String name concode_elem_sep String checksumAlgorithm concode_elem_sep String source... |
Long function ( ) { return lineItemId ; } | gets the value of the lineitemid property . concode_field_sep Double manualCreativeRotationWeight concode_elem_sep Long creativeSetId concode_elem_sep StartDateTimeType startDateTimeType concode_elem_sep DateTime lastModifiedDateTime concode_elem_sep Long lineItemId concode_elem_sep String destinationUrl concode_elem_s... |
String function ( ) { TimeZone loc0 = TimeZone . getTimeZone ( id ) ; return TimeZoneBean . displayNameTokenizer ( loc0 . getDisplayName ( ) ) ; } | gets the name of this time zone to be displayed in the ui . concode_field_sep Polygon mapPolygon concode_elem_sep DateFormat dateFormat concode_elem_sep String id concode_elem_sep String mapCommandButtonId concode_field_sep String getUseDaylightTime concode_elem_sep String getLocation concode_elem_sep boolean isRelevan... |
List < APIInfoDTO > function ( ) { return list ; } | get list concode_field_sep String previous concode_elem_sep String next concode_elem_sep List<APIInfoDTO> list concode_elem_sep Integer count concode_field_sep APIListDTO next concode_elem_sep String getPrevious concode_elem_sep String toIndentedString concode_elem_sep APIListDTO previous concode_elem_sep APIListDTO co... |
void function ( Writer arg0 , CFSM arg1 ) { for ( FSM loc0 : arg1 . getFSMs ( ) ) { exportAbsFSM ( arg0 , loc0 , "srini_string" + loc0 . getPid ( ) ) ; } } | exports the cfsm to a format determined by main.graphexportformatter , writing the resulting string to writer . each fsm in cfsm is exported as one graph . the export is done canonically -- two isomorphic graphs will have equivalent outputs . the generated dot/gml files may then be diff-ed to check if they represent th... |
int function ( InputStream arg0 , byte [ ] arg1 , int arg2 , int arg3 ) { int loc0 = 0 ; while ( loc0 < arg3 ) { int loc1 = arg0 . read ( arg1 , arg2 + loc0 , arg3 - loc0 ) ; if ( loc1 < 0 ) { break ; } loc0 += loc1 ; } return loc0 ; } | fully read in len 's bytes of data into buf , or up to eof , whichever occurs first , concode_field_sep int BUFFER_SIZE concode_field_sep long pipeAllLimited concode_elem_sep byte[] readAllLimited concode_elem_sep void pipeAll concode_elem_sep void drain concode_elem_sep byte[] readAll |
Iterator < S > function ( ) { return new ServiceIterator ( this ) ; } | returns an iterator over all the service providers offered by this service loader . note that hasnext and next may throw if the configuration is invalid.each iterator will return new instances of the classes it iterates over , so callers may want to cache the results of a single call to this method rather than call it ... |
void function ( String arg0 , String arg1 ) { } | adds an arbitrary header key and value to this message 's header . concode_field_sep String date concode_elem_sep Article next concode_elem_sep StringBuffer references concode_elem_sep int articleNumber concode_elem_sep String simplifiedSubject concode_elem_sep String subject concode_elem_sep Article kid concode_elem_s... |
void function ( ) { if ( running ) { total += System . currentTimeMillis ( ) - startTime ; running = false ; } } | ensures that this object is in the stopped state . if this object is in the running state , then this has the effect of adding to the total attribute the elapsed time since the last transition from stopped to running state and sets the running attribute to false . if this object is not in the running state , this call ... |
void function ( ) { this . elements = new Activation [ this . elements . length ] ; this . size = 0 ; } | clears all elements from queue . concode_field_sep Comparator<Activation> comparator concode_elem_sep int size concode_elem_sep Activation[] elements concode_elem_sep Logger log concode_elem_sep int DEFAULT_CAPACITY concode_field_sep void writeExternal concode_elem_sep int compare concode_elem_sep void grow concode_ele... |
String function ( ) { return className ; } | retrieves the unqualified name of the lexer/parser class . concode_field_sep Class ANTLR_OPTION_CLASS concode_elem_sep GrammarMetadata associatedGrammarMetadata concode_elem_sep GrammarDelegate superGrammarDelegate concode_elem_sep Class ANTLR_GRAMMAR_CLASS concode_elem_sep Object[] NO_ARGS concode_elem_sep String expo... |
int function ( Entity arg0 ) { return map . containsKey ( arg0 ) ? map . get ( arg0 ) . id : NOT_AN_ENTITY ; } | converts the given entity to its id in the corpus ' setof entities . concode_field_sep int NOT_AN_ENTITY concode_elem_sep String[] names concode_elem_sep int[] types concode_elem_sep int count concode_elem_sep int id concode_elem_sep HashMap<Entity,Pair> map concode_field_sep void add concode_elem_sep void add concode_... |
boolean function ( ) { if ( edge == null ) { return false ; } else { return edge ; } } | gets the value of the edge property . concode_field_sep Object parent concode_elem_sep String ref concode_elem_sep Boolean edge concode_elem_sep Boolean eol concode_elem_sep STRwColActionType action concode_elem_sep List<Object> undoOrRccOrRfmt concode_elem_sep long rId concode_elem_sep Boolean ua concode_elem_sep long... |
Time function ( ) { return until ; } | gets the end time for recurring events . concode_field_sep int interval concode_elem_sep int count concode_elem_sep ResourceLoader rb concode_elem_sep Log M_log concode_elem_sep Time until concode_field_sep int getInterval concode_elem_sep void set concode_elem_sep void excludeInstances concode_elem_sep void setUntil c... |
void function ( java . lang . String arg0 ) { this . customTargetingKeyActionType = arg0 ; } | sets the customtargetingkeyactiontype value for this customtargetingkeyaction . concode_field_sep java.lang.String customTargetingKeyActionType concode_elem_sep java.lang.Object __equalsCalc concode_elem_sep boolean __hashCodeCalc concode_elem_sep org.apache.axis.description.TypeDesc typeDesc concode_field_sep java.lan... |
String function ( ) { return image ; } | returns the image . concode_field_sep int endLine concode_elem_sep Token next concode_elem_sep String image concode_elem_sep long serialVersionUID concode_elem_sep int endColumn concode_elem_sep Token specialToken concode_elem_sep int beginColumn concode_elem_sep int kind concode_elem_sep int beginLine concode_field_se... |
void function ( ) { int loc0 = status . decrementAndGet ( ) ; if ( ( loc0 & STATUS_CLOSED_MASK ) != 0 ) { throw new AsynchronousCloseException ( ) ; } } | decrement the reference count , checking to make sure that the closeablereferencecount is not closed . concode_field_sep AtomicInteger status concode_elem_sep int STATUS_CLOSED_MASK concode_field_sep void reference concode_elem_sep int getReferenceCount concode_elem_sep boolean isOpen concode_elem_sep int setClosed con... |
com . liferay . portal . model . OrgLabor function ( com . liferay . portal . model . OrgLabor arg0 , boolean arg1 ) { return getService ( ) . updateOrgLabor ( arg0 , arg1 ) ; } | updates the org labor in the database or adds it if it does not yet exist . also notifies the appropriate model listeners . concode_field_sep OrgLaborLocalService _service concode_field_sep com.liferay.portal.model.OrgLabor getOrgLabor concode_elem_sep com.liferay.portal.model.OrgLabor fetchOrgLabor concode_elem_sep ja... |
void function ( Groups arg0 ) { this . groups = arg0 ; } | sets the value of the groups property . concode_field_sep String code concode_elem_sep Groups groups concode_elem_sep Langs langs concode_elem_sep long serialVersionUID concode_elem_sep Descriptions descriptions concode_elem_sep Views views concode_field_sep Descriptions getDescriptions concode_elem_sep boolean isSetVi... |
Iterator < SimEvent > function ( ) { return sortedSet . iterator ( ) ; } | returns an iterator to the queue . concode_field_sep long serial concode_elem_sep SortedSet<SimEvent> sortedSet concode_field_sep void addEvent concode_elem_sep boolean removeAll concode_elem_sep int size concode_elem_sep void clear concode_elem_sep boolean remove concode_elem_sep void addEventFirst |
BasicAmountType function ( ) { return totalDiscountAmount ; } | getter for totaldiscountamount concode_field_sep IncentiveSiteAppliedOnType siteAppliedOn concode_elem_sep BasicAmountType totalDiscountAmount concode_elem_sep Integer errorCode concode_elem_sep List<IncentiveAppliedDetailsType> incentiveAppliedDetails concode_elem_sep String uniqueIdentifier concode_elem_sep Incentive... |
int function ( ) { int loc0 = ( namespace != null ? namespace . hashCode ( ) : 0 ) ; loc0 = 29 * loc0 + ( tagName != null ? tagName . hashCode ( ) : 0 ) ; return loc0 ; } | computes the hashcode for this key . concode_field_sep HashMap<TagDefinitionKey,String> tagData concode_elem_sep String defaultNamespace concode_elem_sep HashMap<String,String> defaultDefinitions concode_elem_sep String namespace concode_elem_sep String tagName concode_field_sep boolean equals concode_elem_sep boolean ... |
int function ( ) { return readRawVarint32 ( ) ; } | read a uint32 field value from the stream . concode_field_sep ByteBuf buf concode_elem_sep int lastTag concode_elem_sep Recycler<ByteBufCodedInputStream> RECYCLER concode_elem_sep int TAG_TYPE_BITS concode_elem_sep int TAG_TYPE_MASK concode_elem_sep Handle recyclerHandle concode_field_sep int readTag concode_elem_sep v... |
Iterable < Edge > function ( ) { return mst ; } | returns the edges in a minimum spanning tree or forest . concode_field_sep boolean[] marked concode_elem_sep MinPQ<Edge> pq concode_elem_sep double FLOATING_POINT_EPSILON concode_elem_sep double weight concode_elem_sep Queue<Edge> mst concode_field_sep void prim concode_elem_sep void scan concode_elem_sep double weight... |
boolean function ( ) { return ( wpsConfigMethodsSupported & WPS_CONFIG_KEYPAD ) != 0 ; } | returns true if wps keypad configuration is supported concode_field_sep int groupCapability concode_elem_sep String interfaceAddress concode_elem_sep int DEVICE_CAPAB_CLIENT_DISCOVERABILITY concode_elem_sep int deviceCapability concode_elem_sep int GROUP_CAPAB_GROUP_LIMIT concode_elem_sep int WPS_CONFIG_PUSHBUTTON conc... |
java . util . List function ( com . liferay . portal . kernel . dao . orm . DynamicQuery arg0 , int arg1 , int arg2 ) { return _legacyFacilityLocalService . arg0 ( arg0 , arg1 , arg2 ) ; } | performs a dynamic query on the database and returns a 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 to com.l... |
TaskInfo [ ] function ( ) { if ( ! this . keepTaskList ) { throw new UnsupportedOperationException ( "srini_string" ) ; } return this . taskList . toArray ( new TaskInfo [ this . taskList . size ( ) ] ) ; } | return an array of the data for tasks performed . concode_field_sep boolean running concode_elem_sep int taskCount concode_elem_sep long startTimeMillis concode_elem_sep String currentTaskName concode_elem_sep TaskInfo lastTaskInfo concode_elem_sep long totalTimeMillis concode_elem_sep List<TaskInfo> taskList concode_e... |
void function ( boolean arg0 ) { if ( mSubUiVisibilityListener != null ) { mSubUiVisibilityListener . onSubUiVisibilityChanged ( arg0 ) ; } } | notify the system that the visibility of an action view 's sub-ui such as an anchored popup has changed . this will affect how other system visibility notifications occur . concode_field_sep SubUiVisibilityListener mSubUiVisibilityListener concode_field_sep View onCreateActionView concode_elem_sep void onSubUiVisibilit... |
boolean function ( X509Certificate [ ] arg0 ) { return false ; } | this implementation of x509trustmanager is for validating server certificates . it is not intended to provide trust for clients . as a result , the isclienttrusted method will always return false . concode_field_sep X509Certificate[] fCerts concode_elem_sep String TRUST_ALIAS concode_elem_sep KeyStore fKeyStore concode... |
boolean function ( Object arg0 ) { if ( this == arg0 ) { return true ; } if ( ! ( arg0 instanceof EllipticCurve ) ) { return false ; } EllipticCurve loc0 = ( EllipticCurve ) arg0 ; return this . field . equals ( loc0 . field ) && this . a . equals ( loc0 . a ) && this . b . equals ( loc0 . b ) && Arrays . equals ( this... | returns whether the specified object equals to this elliptic curve . concode_field_sep BigInteger a concode_elem_sep BigInteger b concode_elem_sep ECField field concode_elem_sep byte[] seed concode_elem_sep int hash concode_field_sep byte[] getSeed concode_elem_sep int hashCode concode_elem_sep ECField getField concode... |
String function ( Tag arg0 ) { return "srini_string" + HEADER + "srini_string" + arg0 . text ( ) + "srini_string" ; } | given the tag representation of this custom tag , return its string representation . concode_field_sep String HEADER concode_elem_sep String NAME concode_field_sep boolean inPackage concode_elem_sep String getName concode_elem_sep boolean inOverview concode_elem_sep boolean inMethod concode_elem_sep boolean inField con... |
void function ( ) { AdminProtos . CloseRegionRequest loc0 = RequestConverter . buildCloseRegionRequest ( getRS ( ) . getServerName ( ) , regionName ) ; AdminProtos . CloseRegionResponse loc1 = getRS ( ) . rpcServices . closeRegion ( null , loc0 ) ; Assert . assertTrue ( loc1 . getClosed ( ) ) ; checkRegionIsClosed ( HT... | close the region without using zk concode_field_sep int NB_SERVERS concode_elem_sep HBaseTestingUtility HTU concode_elem_sep Log LOG concode_elem_sep byte[] regionName concode_elem_sep byte[] row concode_elem_sep Table table concode_elem_sep HRegionInfo hri concode_field_sep void testOpenCloseRegionRPCIntendedForPrevio... |
java . lang . String function ( ) { return designadorTurbonet ; } | gets the designadorturbonet value for this certifyin . 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_... |
void function ( byte [ ] [ ] arg0 , int [ ] arg1 , byte [ ] [ ] arg2 ) { ByteArrayDecodingState loc0 = new ByteArrayDecodingState ( this , arg0 , arg1 , arg2 ) ; if ( loc0 . decodeLength == 0 ) { return ; } doDecode ( loc0 ) ; } | decode with inputs and erasedindexes , generates outputs . more see above . concode_field_sep ErasureCoderOptions coderOptions concode_field_sep void release concode_elem_sep int getNumAllUnits concode_elem_sep boolean allowVerboseDump concode_elem_sep void doDecode concode_elem_sep void doDecode concode_elem_sep int g... |
String function ( ) { return ns ; } | gets the namespace uri of this attribute . concode_field_sep String localName concode_elem_sep Locator loc concode_elem_sep List<Element> contents concode_elem_sep Map<QName,Attribute> attributes concode_elem_sep String ns concode_elem_sep String prefix concode_elem_sep DAnnotation EMPTY concode_elem_sep String value c... |
void function ( Collection < ? > arg0 ) { CollectionUtils . filter ( arg0 , getPredicate ( ) ) ; } | filters a list in-place . concode_field_sep boolean inverse concode_field_sep void inverse concode_elem_sep boolean applies concode_elem_sep Predicate getPredicate concode_elem_sep String name |
Promise < T > function ( Class < T > arg0 ) { return getData ( ) . map ( d -> d . require ( arg0 ) ) ; } | a convenience shorthand for sessiondata #require class . concode_field_sep PlaceHolder placeHolder concode_field_sep JavaSessionSerializer getJavaSerializer concode_elem_sep Operation set concode_elem_sep Operation set concode_elem_sep Operation set concode_elem_sep Operation set concode_elem_sep Operation set concode_... |
String function ( ) { return mManufacturer ; } | returns the manufacturer 's name for the mtp device concode_field_sep String mVersion concode_elem_sep String mSerialNumber concode_elem_sep String mManufacturer concode_elem_sep String mModel concode_field_sep String getVersion concode_elem_sep String getModel concode_elem_sep String getSerialNumber |
void function ( ManagedObjectReference arg0 ) { this . _this = arg0 ; } | sets the value of the this property . concode_field_sep String eventTypeId concode_elem_sep ManagedObjectReference _this concode_field_sep ManagedObjectReference getThis concode_elem_sep void setEventTypeId concode_elem_sep String getEventTypeId |
int function ( ) { if ( id != - 1 ) { return id ; } throw JDBCUtil . notSupported ( ) ; } | retrieves the generated id for the savepoint that this savepoint object represents . concode_field_sep String name concode_elem_sep JDBCConnection connection concode_elem_sep int id concode_field_sep String getSavepointName concode_elem_sep String toString |
void function ( long arg0 ) { _wikiPageResource . setPrimaryKey ( arg0 ) ; } | sets the primary key of this wiki page resource . concode_field_sep WikiPageResource _wikiPageResource concode_field_sep void setExpandoBridgeAttributes concode_elem_sep long getResourcePrimKey concode_elem_sep boolean isEscapedModel concode_elem_sep boolean isCachedModel concode_elem_sep com.liferay.portlet.expando.mo... |
void function ( ) { SqlConstraints . setDisableBetweenPredicate ( true ) ; int loc0 = uniqueInt ( 10 ) ; int loc1 = loc0 + uniqueInt ( 10 ) ; String loc2 = between ( "srini_string" , loc0 , loc1 ) ; String loc3 = "srini_string" + loc0 + "srini_string" + loc1 ; assertEquals ( loc3 , loc2 ) ; } | use > = and < = comparison as a workaround for between . concode_field_sep PlaceHolder placeHolder concode_field_sep void shouldNotUseBetweenSymmetricRhsMinMaxReversed concode_elem_sep void shouldGenerateIsFalsePredicate concode_elem_sep void shouldNotUseBetweenPredicateMinMaxReversed concode_elem_sep void shouldAddPos... |
String function ( ) { return type ; } | get type concode_field_sep Integer code concode_elem_sep String type concode_elem_sep String message concode_field_sep String toIndentedString concode_elem_sep ModelApiResponse code concode_elem_sep int hashCode concode_elem_sep void setCode concode_elem_sep boolean equals concode_elem_sep String getMessage concode_ele... |
void function ( ) { position = 0 ; targetReady = false ; } | reset property iteration . concode_field_sep int startIndex concode_elem_sep EStructuralFeaturePointer propertyNodePointer concode_elem_sep int startPropertyIndex concode_elem_sep boolean includeStart concode_elem_sep String name concode_elem_sep boolean targetReady concode_elem_sep boolean reverse concode_elem_sep int... |
boolean function ( byte [ ] arg0 ) { return isValidUtf8 ( arg0 , 0 , arg0 . length ) ; } | returns true if the given byte array is a well-formedutf-8 byte sequence . this is a convenience method , equivalent to a call to isvalidutf8 bytes , 0 , bytes.length . concode_field_sep int MALFORMED concode_elem_sep int COMPLETE concode_field_sep int partialIsValidUtf8NonAscii concode_elem_sep int incompleteStateFor ... |
Long function ( ) { return timestamp ; } | returns the current timestamp of the cookie in milliseconds . concode_field_sep String customerId concode_elem_sep Long timestamp concode_field_sep String toString concode_elem_sep String getCustomerId |
void function ( ) { ApplicationManager . getApplication ( ) . runWriteAction ( new Runnable ( ) { @ Override public void run ( ) { FileTypeManager . getInstance ( ) . associateExtension ( CommandLineFileType . INSTANCE , CommandLineFileType . EXTENSION ) ; } } ) ; } | hack to register file type not registered for some reason ? concode_field_sep String TEST_PATH concode_field_sep CommandLineFile createFileByText concode_elem_sep List<Command> createCommands |
void function ( long arg0 ) { _resourcePermission . setOwnerId ( arg0 ) ; } | sets the owner id of this resource permission . concode_field_sep ResourcePermission _resourcePermission concode_field_sep void setExpandoBridgeAttributes concode_elem_sep void setExpandoBridgeAttributes concode_elem_sep void setExpandoBridgeAttributes concode_elem_sep java.lang.String getName concode_elem_sep boolean ... |
void function ( ) { if ( mDataStream != null ) { try { mDataStream . close ( ) ; } catch ( IOException loc0 ) { } } mLoadListener . endData ( ) ; } | close the stream and inform the eventhandler that load is complete . concode_field_sep LoadListener mLoadListener concode_elem_sep long mContentLength concode_elem_sep int MSG_END concode_elem_sep byte[] mData concode_elem_sep InputStream mDataStream concode_elem_sep Handler mHandler concode_elem_sep int MSG_DATA conco... |
void function ( MouseEvent arg0 ) { } | invoked when the mouse exits a component . concode_field_sep Point lastMousePosition concode_elem_sep DocumentViewModel documentViewModel concode_elem_sep AbstractDocumentView parentComponent concode_elem_sep DocumentViewController documentViewController concode_field_sep void mouseReleased concode_elem_sep void instal... |
String function ( ) { String loc0 = ( _params == null ) ? ( null != _code ? getErrorMessage ( ) : _message ) : MessageFormat . format ( getErrorMessage ( ) , _params ) ; return formatLine ( ) + loc0 ; } | this version of tostring uses the _ params instance variable to format the message . if the _ code is negative the use _ message as the error string . concode_field_sep String COMPILE_USAGE_STR concode_elem_sep String TRANSFORM_WITH_JAR_STR concode_elem_sep String TYPE_CHECK_ERR concode_elem_sep String TEMPLATE_UNDEF_E... |
TextBox function ( ) { return this . label ; } | returns the label . concode_field_sep double allocatedY concode_elem_sep double gap concode_elem_sep double angle concode_elem_sep double baseY concode_elem_sep double linkPercent concode_elem_sep TextBox label concode_elem_sep double labelHeight concode_elem_sep Comparable key concode_field_sep Comparable getKey conco... |
void function ( PhaseEvent arg0 ) { Application loc0 = FacesContext . getCurrentInstance ( ) . getApplication ( ) ; AddressFormProcessor loc1 = ( ( AddressBean ) loc0 . createValueBinding ( "srini_string" ) . getValue ( FacesContext . getCurrentInstance ( ) ) ) . getAddressFormProcessor ( ) ; loc1 . inject ( ) ; loc1 .... | inject new values and update the submit button . concode_field_sep PlaceHolder placeHolder concode_field_sep void beforePhase concode_elem_sep PhaseId getPhaseId |
void function ( ) { this . beanFactory . destroySingletons ( ) ; } | we must simulate container shutdown , which should clear threads . concode_field_sep DefaultListableBeanFactory beanFactory concode_elem_sep Resource CONTEXT concode_elem_sep int INITIAL_COUNT concode_field_sep void testReuseInSameThread concode_elem_sep void setUp concode_elem_sep void testCanGetStatsViaMixin concode_... |
void function ( byte [ ] arg0 ) { this . value = ( ( byte [ ] ) arg0 ) ; } | sets the value of the value property . concode_field_sep BigInteger sequence concode_elem_sep byte[] expectedSW concode_elem_sep BigInteger of concode_elem_sep byte[] value concode_field_sep void setSequence concode_elem_sep byte[] getValue concode_elem_sep void setExpectedSW concode_elem_sep BigInteger getOf concode_e... |
void function ( FileFilter arg0 ) { synchronized ( this . monitor ) { this . triggerFilter = arg0 ; } } | set an optional filefilter used to limit the files that trigger a change . concode_field_sep Map<File,FolderSnapshot> folders concode_elem_sep List<FileChangeListener> listeners concode_elem_sep Map<File,FolderSnapshot> folders concode_elem_sep List<FileChangeListener> listeners concode_elem_sep boolean daemon concode_... |
TimeValue function ( ) { if ( this . lastTaskInfo == null ) { throw new IllegalStateException ( "srini_string" ) ; } return this . lastTaskInfo . getTime ( ) ; } | return the time taken by 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 ta... |
int function ( ) { int loc0 = 0 ; for ( SortKey loc1 : sortKeys ) { loc0 += loc1 . loc0 ( ) ; } return loc0 ; } | retrieves the hash code for this sort order . concode_field_sep SortKey[] sortKeys concode_field_sep boolean equals concode_elem_sep String toString concode_elem_sep void toString concode_elem_sep SortKey[] getSortKeys |
void function ( String arg0 , String arg1 , String arg2 ) { weka . core . PluginManager . addPlugin ( arg0 , arg1 , arg2 ) ; } | add a resource . concode_field_sep PlaceHolder placeHolder concode_field_sep void removeFromDisabledList concode_elem_sep void removeFromDisabledList concode_elem_sep Set<String> getPluginNamesOfType concode_elem_sep void removePlugin concode_elem_sep void removePlugins concode_elem_sep boolean isInDisabledList concode... |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.