idx
int64
0
25k
question
stringlengths
71
7.19k
target
stringlengths
20
663
5,700
returns the minor version number of the http protocol . concode_field_sep String protocol concode_elem_sep int major concode_elem_sep int minor concode_elem_sep long serialVersionUID concode_field_sep boolean lessEquals concode_elem_sep int hashCode concode_elem_sep boolean isComparable concode_elem_sep boolean equals ...
int function ( ) { return minor ; }
5,701
retrieves the canonical path for the given file , in a jdk 1.1 complaint way . concode_field_sep boolean fsNormalizesPosixSeparator concode_elem_sep FileUtil fileUtil concode_elem_sep FileDescriptor outDescriptor concode_elem_sep Random random concode_elem_sep boolean fsIsIgnoreCase concode_elem_sep FileAccessRes fileA...
String function ( File arg0 ) { return arg0 . getCanonicalPath ( ) ; }
5,702
retrieves the name for this template . concode_field_sep String[] subordinateTemplateNames concode_elem_sep TemplateLine[] templateLines concode_elem_sep AttributeType[] rdnAttributes concode_elem_sep int[] numEntriesPerTemplate concode_elem_sep Template[] subordinateTemplates concode_elem_sep String name concode_elem_...
String function ( ) { return name ; }
5,703
sets label concode_field_sep long serialVersionUID concode_elem_sep Object label concode_elem_sep Object value concode_field_sep Object getValue concode_elem_sep Object getLabel concode_elem_sep void setValue
void function ( Object arg0 ) { this . label = arg0 ; }
5,704
gets the value of the campaignid property . concode_field_sep List<Setting> settings concode_elem_sep Long campaignId concode_elem_sep BiddingStrategyConfiguration biddingStrategyConfiguration concode_elem_sep String trackingUrlTemplate concode_elem_sep CustomParameters urlCustomParameters concode_elem_sep List<Label> ...
Long function ( ) { return campaignId ; }
5,705
sets the itus ' operation mode to online concode_field_sep String touchLogFileName concode_elem_sep Mode ONLINE_MODE concode_elem_sep State STOPPED concode_elem_sep State itusState concode_elem_sep int trainingThreshold concode_elem_sep long itusPeriod concode_elem_sep State RUNNING concode_elem_sep PermanentStorage pe...
void function ( ) { Parameters . mode = Parameters . Mode . ONLINE_MODE ; }
5,706
deletes a pending federation proposal . concode_field_sep Map<String,FederationModel> federationPullResults concode_elem_sep INotificationManager notificationManager concode_elem_sep IStoredSettings settings concode_elem_sep List<FederationModel> federationRegistrations concode_elem_sep IRuntimeManager runtimeManager c...
boolean function ( FederationProposal arg0 ) { File loc0 = getProposalsFolder ( ) ; File loc1 = new File ( loc0 , arg0 . token + Constants . PROPOSAL_EXT ) ; return loc1 . delete ( ) ; }
5,707
returns the em space increment . concode_field_sep int orientation concode_elem_sep int nomCharIncrement concode_elem_sep int ascender concode_elem_sep int descender concode_elem_sep int spaceIncrement concode_elem_sep int underscoreWidth concode_elem_sep int underscorePosition concode_elem_sep int xHeight concode_elem...
int function ( ) { return this . emSpaceIncrement ; }
5,708
returns the browser tracker with the primary key or returns null if it could not be found . concode_field_sep BrowserTrackerPersistence _persistence concode_field_sep int countAll concode_elem_sep void cacheResult concode_elem_sep void cacheResult concode_elem_sep List<BrowserTracker> findWithDynamicQuery concode_elem_...
BrowserTracker function ( long arg0 ) { return getPersistence ( ) . fetchByPrimaryKey ( arg0 ) ; }
5,709
insert the adapternonexistent into the given any . concode_field_sep TypeCode typeCode concode_field_sep AdapterNonExistent extract concode_elem_sep AdapterNonExistent read concode_elem_sep String id concode_elem_sep TypeCode type concode_elem_sep void write
void function ( Any arg0 , AdapterNonExistent arg1 ) { arg0 . insert_Streamable ( new EmptyExceptionHolder ( arg1 , type ( ) ) ) ; }
5,710
builds a string representation of the message and the failure if exists . concode_field_sep Reason reason concode_elem_sep String INDEX_DELAYED_NODE_LEFT_TIMEOUT_SETTING concode_elem_sep TimeValue DEFAULT_DELAYED_NODE_LEFT_TIMEOUT concode_elem_sep Throwable failure concode_elem_sep FormatDateTimeFormatter DATE_TIME_FOR...
String function ( ) { if ( message == null ) { return null ; } return message + ( failure == null ? "srini_string" : "srini_string" + ExceptionsHelper . detailedMessage ( failure ) ) ; }
5,711
returns the clip . concode_field_sep boolean drawPath concode_elem_sep boolean fillPath concode_elem_sep double[] xValue concode_elem_sep Stroke drawStroke concode_elem_sep Paint drawPaint concode_elem_sep Paint fillPaint concode_elem_sep Composite composite concode_elem_sep double[] yValue concode_elem_sep boolean cli...
boolean function ( ) { return this . clip ; }
5,712
navigate to the page specified by the request parameter parameternames.nav _ destination which should have a value of a navigation objects key . the new navigation panel is added to the stack . concode_field_sep String NAV_TO_DESTINATION concode_elem_sep String NAV_DESTINATION concode_field_sep String navigateToExample...
String function ( ) { navigateToExample ( ) ; scrollToTopOfPage ( ) ; return "srini_string" ; }
5,713
remove a service node from the node list concode_field_sep String dstBvsName concode_elem_sep List<ServiceNode> nodes concode_elem_sep String name concode_elem_sep String description concode_elem_sep String srcBvsName concode_elem_sep String tenant concode_field_sep String getName concode_elem_sep List<ServiceNode> get...
boolean function ( ServiceNode arg0 ) { try { return nodes . remove ( arg0 ) ; } catch ( Exception loc0 ) { return false ; } }
5,714
method declaration concode_field_sep boolean BATCH concode_elem_sep Properties pProperties concode_elem_sep String EKW concode_elem_sep boolean EOF concode_elem_sep int ln concode_elem_sep Statement sStatement concode_elem_sep Connection cConn concode_field_sep void printHelp concode_elem_sep String fileToString concod...
void function ( String arg0 ) { System . out . println ( arg0 ) ; }
5,715
is the character a letter concode_field_sep Scanner scanner concode_elem_sep String procedureDir concode_elem_sep Properties properties concode_field_sep Token getNumber concode_elem_sep void skipComment concode_elem_sep String getProcedureDir concode_elem_sep Token getIdentifier concode_elem_sep Token getToken concode...
boolean function ( char arg0 ) { return ( ( arg0 >= 'a' ) && ( arg0 <= 'z' ) ) || ( ( arg0 >= 'A' ) && ( arg0 <= 'Z' ) ) || ( arg0 == '_' ) ; }
5,716
parses out a token until any of the given terminators is encountered . concode_field_sep int pos concode_elem_sep int len concode_elem_sep boolean lowerCaseNames concode_elem_sep int i1 concode_elem_sep int i2 concode_elem_sep char[] chars concode_field_sep boolean hasChar concode_elem_sep void setLowerCaseNames concod...
String function ( final char [ ] arg0 ) { char loc0 ; i1 = pos ; i2 = pos ; while ( hasChar ( ) ) { loc0 = chars [ pos ] ; if ( isOneOf ( loc0 , arg0 ) ) { break ; } i2 ++ ; pos ++ ; } return getToken ( false ) ; }
5,717
sets the value of the postalcode property . concode_field_sep String country concode_elem_sep String groupName concode_elem_sep String city concode_elem_sep String postalCode concode_elem_sep String description concode_elem_sep String addressLine02 concode_elem_sep String addressLine01 concode_elem_sep String groupValu...
void function ( String arg0 ) { this . postalCode = arg0 ; }
5,718
inserts or replaces the given field , mapped to the field #getname field 's name concode_field_sep boolean caseSensitive concode_elem_sep List<String> values concode_elem_sep String name concode_elem_sep Map<String,Field> fields concode_field_sep void add concode_elem_sep Integer getValueAsInt concode_elem_sep String g...
void function ( Field arg0 ) { if ( arg0 != null ) fields . put ( normalizeName ( arg0 . getName ( ) ) , arg0 ) ; }
5,719
finish the transaction concode_field_sep boolean started concode_elem_sep TransactionId tid concode_field_sep void transactionComplete concode_elem_sep void start concode_elem_sep void commit concode_elem_sep TransactionId getId
void function ( ) { transactionComplete ( true ) ; }
5,720
called from native when template url service is done loading . concode_field_sep String mMonth concode_elem_sep String mYear concode_elem_sep String mZip concode_elem_sep String mCompanyName concode_elem_sep String mState concode_elem_sep String mAddressLine2 concode_elem_sep PersonalDataManager sManager concode_elem_s...
void function ( ) { ThreadUtils . assertOnUiThread ( ) ; for ( PersonalDataManagerObserver loc0 : mDataObservers ) { loc0 . onPersonalDataChanged ( ) ; } }
5,721
create an instance of twophaseawareparticipantelement concode_field_sep QName _Coordinator_QNAME concode_elem_sep QName _TransactionManager_QNAME concode_field_sep JAXBElement<TransactionManagerElement> createTransactionManager concode_elem_sep TransactionManagerElement createTransactionManagerElement concode_elem_sep ...
TwoPhaseAwareParticipantElement function ( ) { return new TwoPhaseAwareParticipantElement ( ) ; }
5,722
returns the manual mapping info . concode_field_sep ArrayList multiplexMappings concode_elem_sep HashMap mappingInfos concode_elem_sep ArrayList manualMappings concode_field_sep void addMultiplexMapping concode_elem_sep void addManualMapping concode_elem_sep MultiplexMappingInfo lookupMultiplexMapping concode_elem_sep ...
ManualMappingInfo [ ] function ( ) { return ( ManualMappingInfo [ ] ) this . manualMappings . toArray ( new ManualMappingInfo [ this . manualMappings . size ( ) ] ) ; }
5,723
auto generated setter method concode_field_sep com.amazon.ec2.ResetSnapshotAttributeType localResetSnapshotAttribute concode_elem_sep javax.xml.namespace.QName MY_QNAME concode_field_sep java.lang.String generatePrefix concode_elem_sep void serialize concode_elem_sep void serialize concode_elem_sep void writeQName conc...
void function ( com . amazon . ec2 . ResetSnapshotAttributeType arg0 ) { this . localResetSnapshotAttribute = arg0 ; }
5,724
get custom deserializer concode_field_sep java.lang.Object __equalsCalc concode_elem_sep java.lang.String statusName concode_elem_sep boolean __hashCodeCalc concode_elem_sep org.apache.axis.description.TypeDesc typeDesc concode_elem_sep java.lang.String value concode_elem_sep java.lang.Integer designatorType concode_el...
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 ) ; }
5,725
returns the end boundary . concode_field_sep double startBoundary concode_elem_sep long serialVersionUID concode_elem_sep int count concode_elem_sep double endBoundary concode_field_sep void incrementCount concode_elem_sep boolean equals concode_elem_sep double getStartBoundary concode_elem_sep Object clone concode_ele...
double function ( ) { return this . endBoundary ; }
5,726
get a session variable . concode_field_sep String _ident concode_elem_sep ServletBase _servlet concode_elem_sep HttpServletResponse _response concode_elem_sep HttpServletRequest _request concode_field_sep void delegate concode_elem_sep void include concode_elem_sep void setSessionVar concode_elem_sep Object removeSessi...
Object function ( String arg0 ) { return _servlet . getSessionVar ( _request , arg0 ) ; }
5,727
cast operation that restricts t. concode_field_sep long serialVersionUID concode_field_sep ConsoleAnnotator<T> initial concode_elem_sep List<ConsoleAnnotator<T>> _for concode_elem_sep ConsoleAnnotator annotate concode_elem_sep ConsoleAnnotator<T> combine
ConsoleAnnotator < T > function ( ConsoleAnnotator < ? super T > arg0 ) { return ( ConsoleAnnotator ) arg0 ; }
5,728
returns the resource in this list that 's colliding with the given resource list . concode_field_sep Set<Resource> all concode_elem_sep Map<Resource,Integer> write concode_elem_sep Logger LOGGER concode_elem_sep Integer MAX_INT concode_elem_sep ResourceList EMPTY concode_field_sep boolean isCollidingWith concode_elem_s...
Resource function ( ResourceList arg0 ) { Resource loc0 = _getConflict ( this , arg0 ) ; if ( loc0 != null ) return loc0 ; return _getConflict ( arg0 , this ) ; }
5,729
adds the s v n revision to the database . also notifies the appropriate model listeners . concode_field_sep SVNRevisionLocalService _svnRevisionLocalService concode_field_sep java.lang.String getOSGiServiceIdentifier concode_elem_sep com.liferay.socialcoding.model.SVNRevision getFirstSVNRevision concode_elem_sep void s...
com . liferay . socialcoding . model . SVNRevision function ( com . liferay . socialcoding . model . SVNRevision arg0 ) { return _svnRevisionLocalService . addSVNRevision ( arg0 ) ; }
5,730
this method is called once for each key . most applications will define their reduce class by overriding this method . the default implementation is an identity function . concode_field_sep int keyCount concode_elem_sep Log LOG concode_elem_sep boolean isContention concode_elem_sep int key_increment concode_elem_sep bo...
void function ( KEYIN arg0 , Iterable < VALUEIN > arg1 , Context arg2 ) { for ( VALUEIN loc0 : arg1 ) { arg2 . write ( ( KEYOUT ) arg0 , ( VALUEOUT ) loc0 ) ; } }
5,731
this method is to notify receive of events to calculate the throughput concode_field_sep String name concode_elem_sep Meter eventMeter concode_field_sep String getName concode_elem_sep void eventIn
void function ( int arg0 ) { eventMeter . mark ( arg0 ) ; }
5,732
get the orientation of the menu `` horizontal '' or `` vertical '' concode_field_sep String param concode_elem_sep String orientation concode_field_sep void setOrientation concode_elem_sep String getParam concode_elem_sep void setParam concode_elem_sep void listener
String function ( ) { return orientation ; }
5,733
sets the metadataprefix value for this getauthorproductsbyuri . concode_field_sep it.test.kion.WsdtoFilter filter concode_elem_sep org.apache.axis.description.TypeDesc typeDesc concode_elem_sep java.lang.String authorURI concode_elem_sep java.lang.String metadataPrefix concode_elem_sep java.lang.Object __equalsCalc con...
void function ( java . lang . String arg0 ) { this . metadataPrefix = arg0 ; }
5,734
get name concode_field_sep Logger log concode_elem_sep int name concode_elem_sep long serialVersionUID concode_field_sep void setName concode_elem_sep void endpointActivation concode_elem_sep void stop concode_elem_sep int hashCode concode_elem_sep void endpointDeactivation concode_elem_sep boolean equals concode_elem_...
int function ( ) { return name ; }
5,735
warning log message . concode_field_sep int WARN concode_elem_sep int VERBOSE concode_elem_sep int ERROR concode_elem_sep int LOGLEVEL concode_elem_sep int DEBUG concode_elem_sep int INFO concode_field_sep boolean isLoggable concode_elem_sep void d concode_elem_sep void d concode_elem_sep void d concode_elem_sep void s...
void function ( String arg0 , String arg1 ) { if ( LOG . WARN >= LOGLEVEL ) Log . w ( arg0 , arg1 ) ; }
5,736
set the javax.management.objectname - style name of the single mbean that the encapsulated #getnotificationfilter notificationfilter will be registered with to listen for javax.management.notification notifications . can be specified as objectname instance or as string . concode_field_sep Set<Object> mappedObjectNames ...
void function ( Object arg0 ) { setMappedObjectNames ( arg0 != null ? new Object [ ] { arg0 } : null ) ; }
5,737
retrieves and removes the future representing the result of loading an rss feed , waiting if necessary up to the specified wait time if none are yet present . concode_field_sep boolean stopped concode_elem_sep boolean waiting concode_elem_sep BlockingQueue<RSSFuture> in concode_elem_sep int LOADING concode_elem_sep RSS...
Future < RSSFeed > function ( long arg0 , TimeUnit arg1 ) { return out . poll ( arg0 , arg1 ) ; }
5,738
this class and subclasses should write to the underlying writestream only with this method . that way we can be confident that byteswritten will always be accurate . concode_field_sep int DEFAULT_BLOCKS_PER_RECORD concode_elem_sep int DEFAULT_COMPRESSION concode_elem_sep byte[] ZERO_BLOCK concode_elem_sep OutputStream ...
void function ( byte [ ] arg0 , int arg1 ) { writeStream . write ( arg0 , 0 , arg1 ) ; bytesWritten += arg1 ; }
5,739
returns the spring bean id for this bean . concode_field_sep CategoryLocalService _service concode_field_sep de.uhh.l2g.plugins.model.Category fetchCategory concode_elem_sep de.uhh.l2g.plugins.model.Category updateCategory concode_elem_sep de.uhh.l2g.plugins.model.Category getCategory concode_elem_sep java.util.List<de...
java . lang . String function ( ) { return getService ( ) . getBeanIdentifier ( ) ; }
5,740
create a new file object from two file paths . concode_field_sep String LOG_TAG concode_field_sep long getFreeDiskSpace concode_elem_sep boolean testSaveLocationExists concode_elem_sep long freeSpaceCalculation concode_elem_sep boolean testFileExists
File function ( String arg0 , String arg1 ) { File loc0 ; if ( arg1 . startsWith ( arg0 ) ) { loc0 = new File ( arg1 ) ; } else { loc0 = new File ( arg0 + "srini_string" + arg1 ) ; } return loc0 ; }
5,741
convert object to json concode_field_sep Gson GSON concode_elem_sep Gson GSON_NO_NULLS concode_field_sep Gson createGson concode_elem_sep Gson createGson concode_elem_sep V fromJson concode_elem_sep V fromJson concode_elem_sep V fromJson concode_elem_sep V fromJson concode_elem_sep V fromJson concode_elem_sep V fromJso...
String function ( final Object arg0 ) { return toJson ( arg0 , true ) ; }
5,742
gets the time . concode_field_sep String codefile concode_elem_sep boolean isPassed concode_elem_sep String stacktrace concode_elem_sep String loglvl concode_elem_sep String errthumb concode_elem_sep String time concode_elem_sep String errimg concode_elem_sep String category concode_elem_sep String message concode_elem...
String function ( ) { return time ; }
5,743
returns the permission set for the path concode_field_sep String owner concode_elem_sep List<AclEntry> entries concode_elem_sep FsPermission permission concode_elem_sep boolean stickyBit concode_elem_sep List<AclEntry> entries concode_elem_sep FsPermission permission concode_elem_sep String group concode_field_sep Buil...
FsPermission function ( ) { return permission ; }
5,744
just forward sax2 event to parser object . concode_field_sep String _systemId concode_elem_sep int _indentNumber concode_elem_sep TransformerFactoryImpl _tfactory concode_elem_sep TemplatesImpl _templates concode_elem_sep Parser _parser concode_elem_sep URIResolver _uriResolver concode_field_sep String getSystemId conc...
void function ( String arg0 ) { _parser . skippedEntity ( arg0 ) ; }
5,745
returns the id concode_field_sep int mode concode_elem_sep int rangePosition concode_elem_sep int size concode_elem_sep SessionInterface session concode_elem_sep int currentPos concode_elem_sep long id concode_elem_sep boolean isIterator concode_field_sep boolean next concode_elem_sep int getRowNumber concode_elem_sep ...
long function ( ) { return id ; }
5,746
get the typecode of the namedynanypair . concode_field_sep NameDynAnyPair[] value concode_field_sep void _read concode_elem_sep void _write
org . omg . CORBA . TypeCode function ( ) { return NameDynAnyPairSeqHelper . type ( ) ; }
5,747
check if this result set is closed . concode_field_sep ValueHashMap<Value[]> distinctRows concode_elem_sep int offset concode_elem_sep boolean randomAccess concode_elem_sep Session session concode_elem_sep int visibleColumnCount concode_elem_sep boolean distinct concode_elem_sep SortOrder sort concode_elem_sep ArrayLis...
boolean function ( ) { return closed ; }
5,748
resets the context of the worker after a test ran . concode_field_sep int TEST_DIR concode_elem_sep long TEST_BLOCK_ID concode_elem_sep BlockMetadataManager mMetaManager concode_elem_sep ExpectedException mThrown concode_elem_sep TemporaryFolder mTestFolder concode_elem_sep int TEST_TIER_ORDINAL concode_elem_sep BlockM...
void function ( ) { WorkerContext . reset ( ) ; }
5,749
returns the format field value . concode_field_sep String field concode_elem_sep String name concode_elem_sep String format concode_elem_sep String label concode_elem_sep JSONObject rawData concode_field_sep String getName concode_elem_sep String getLabel concode_elem_sep int hashCode concode_elem_sep boolean equals co...
String function ( ) { return format ; }
5,750
lifting view concode_field_sep int SCALE_UP_DURATION concode_elem_sep boolean LOLLIPOP_PLUS concode_field_sep SupportAnimator createCircularReveal concode_elem_sep void onAnimationCancel concode_elem_sep void onAnimationRepeat concode_elem_sep void onAnimationEnd concode_elem_sep Animator.AnimatorListener getRevealFini...
void function ( View arg0 , float arg1 , int arg2 ) { ViewHelper . setRotationX ( arg0 , arg1 ) ; ViewHelper . setTranslationY ( arg0 , arg0 . getHeight ( ) / 3 ) ; ViewPropertyAnimator . animate ( arg0 ) . setInterpolator ( new AccelerateDecelerateInterpolator ( ) ) . setDuration ( arg2 ) . rotationX ( 0 ) . translati...
5,751
equality is satisfied only if the compared object is a wordlemmatag and has string-equal word , lemma and tag fields . concode_field_sep String DIVIDER concode_elem_sep long serialVersionUID concode_elem_sep String lemma concode_elem_sep String tag concode_elem_sep String word concode_field_sep String lemma concode_ele...
boolean function ( Object arg0 ) { if ( this == arg0 ) return true ; if ( ! ( arg0 instanceof WordLemmaTag ) ) return false ; final WordLemmaTag loc0 = ( WordLemmaTag ) arg0 ; return word ( ) . equals ( loc0 . word ( ) ) && lemma ( ) . equals ( loc0 . lemma ( ) ) && tag ( ) . equals ( loc0 . tag ( ) ) ; }
5,752
removes all the feeds from the database . concode_field_sep FeedPersistence _persistence concode_field_sep int countAll concode_elem_sep void cacheResult concode_elem_sep void cacheResult concode_elem_sep List<Feed> findWithDynamicQuery concode_elem_sep List<Feed> findWithDynamicQuery concode_elem_sep List<Feed> findWi...
void function ( ) { getPersistence ( ) . removeAll ( ) ; }
5,753
a map of the topic 's attributes . attributes in this map include the following : topicarn -- the topic 's arn owner -- the aws account id of the topic 's owner policy -- the json serialization of the topic 's access control policy displayname -- the human-readable name used in the `` from '' field for notifications to...
void function ( java . util . Map < String , String > arg0 ) { this . attributes = arg0 == null ? null : new com . amazonaws . internal . SdkInternalMap < String , String > ( arg0 ) ; }
5,754
sets the value of the value property . concode_field_sep long serialVersionUID concode_elem_sep String value concode_elem_sep Integer version concode_elem_sep String key concode_field_sep int getVersion concode_elem_sep String getValue concode_elem_sep String getKey concode_elem_sep void setVersion concode_elem_sep boo...
void function ( String arg0 ) { this . value = arg0 ; }
5,755
returns the path of the resource . for example : realms - realm list realms/master - master realm realms/clients/00d4b16f-f 1f9-4e73-8366-d76b18f3e0e1 - client within the master realm concode_field_sep String realmId concode_elem_sep String resourcePath concode_elem_sep OperationType operationType concode_elem_sep long...
String function ( ) { return resourcePath ; }
5,756
retrieves the amount of time mpd would take to play every song in the db once . concode_field_sep long uptime concode_elem_sep long songs concode_elem_sep Date dbUpdate concode_elem_sep long playtime concode_elem_sep long albums concode_elem_sep int MILLI_TO_SEC concode_elem_sep long artists concode_elem_sep long dbPla...
long function ( ) { return dbPlaytime ; }
5,757
get the message for the field . if the message is currently stored as a builder , it is converted to a message by calling message.builder #buildpartial on it . if no message hasbeen set , returns the default instance of the message . concode_field_sep GeneratedMessage.BuilderParent parent concode_elem_sep boolean isCle...
MType function ( ) { if ( message == null ) { message = ( MType ) builder . buildPartial ( ) ; } return message ; }
5,758
returns the array of media stored in mediacollection . concode_field_sep ArrayList<Media> media concode_field_sep void addMedia concode_elem_sep Media deleteMedia concode_elem_sep boolean editMedia concode_elem_sep boolean setMedia concode_elem_sep String toString concode_elem_sep ArrayList<Media> searchMedia concode_e...
ArrayList < Media > function ( ) { return media ; }
5,759
formats the contact details for mongohlab posting concode_field_sep PlaceHolder placeHolder concode_field_sep String buildContactsSaveURL concode_elem_sep String getBaseUrl concode_elem_sep String getApiKey concode_elem_sep String buildContactsGetURL concode_elem_sep String docApiKeyUrl concode_elem_sep String getDatab...
String function ( ExData arg0 ) { return String . format ( "srini_string" , arg0 . opis , arg0 . level , arg0 . steps ) ; }
5,760
returns the color used to draw the selection border . this implementation returns null . concode_field_sep Rectangle[] handles concode_elem_sep JComponent preview concode_elem_sep mxGraphComponent graphComponent concode_elem_sep Rectangle bounds concode_elem_sep boolean handlesVisible concode_elem_sep int index concode...
Color function ( ) { return null ; }
5,761
runs all handlers registered for this hook , with the given argument . concode_field_sep List<Function<Object,Object>> handlers concode_field_sep Closeable add concode_elem_sep void close concode_elem_sep boolean remove
void function ( Object arg0 ) { for ( Function < Object , Object > loc0 : handlers ) { loc0 . apply ( arg0 ) ; } }
5,762
sets the value of the activationdate property . concode_field_sep String phoneNumber concode_elem_sep NameValueListType planDetails concode_elem_sep NameValueListType planPricings concode_elem_sep NameValueListType payPerUseServices concode_elem_sep String monthlyCharge concode_elem_sep String name concode_elem_sep Str...
void function ( String arg0 ) { this . activationDate = arg0 ; }
5,763
written concode_field_sep ClientStub client concode_field_sep void testMesg_IdealToActualUser concode_elem_sep void testMesgNoParameterOrSpace concode_elem_sep void testMesgWithSpaceBefore concode_elem_sep void setUpBeforeClass concode_elem_sep void testMesgParameterEmptyString concode_elem_sep void testMesgWithMultipl...
void function ( ) { client . sendMessage ( "srini_string" ) ; assertEquals ( "srini_string" , "srini_string" , client . getLastServerResponse ( ) ) ; }
5,764
overwrites the default crosstool file with a reasonable toolchain . concode_field_sep PlaceHolder placeHolder concode_field_sep String defaultCpu concode_elem_sep Path overwriteCrosstoolFile concode_elem_sep CrosstoolConfig.CrosstoolRelease simpleCompleteToolchainProto concode_elem_sep void overwriteCrosstoolWithToolch...
void function ( Path arg0 ) { overwriteCrosstoolFile ( arg0 , TextFormat . printToString ( simpleCompleteToolchainProto ( ) ) ) ; }
5,765
gets the value of the results 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 results property . for example , to add a new item , do as...
List < DescribeSObjectResultType > function ( ) { if ( this . results == null ) { this . results = new ArrayList < DescribeSObjectResultType > ( ) ; } return this . results ; }
5,766
allows subclasses to modify the login form url that should be applicable for a given request . concode_field_sep String loginFormUrl concode_elem_sep boolean forceHttps concode_elem_sep boolean useForward concode_elem_sep Log logger concode_elem_sep RedirectStrategy redirectStrategy concode_elem_sep PortMapper portMapp...
String function ( HttpServletRequest arg0 , HttpServletResponse arg1 , AuthenticationException arg2 ) { return getLoginFormUrl ( ) ; }
5,767
gets the value of the policyoidreference property . concode_field_sep CAReferenceCollection cAs concode_elem_sep Attributes attributes concode_elem_sep List<Object> any concode_elem_sep int policyOIDReference concode_field_sep void setPolicyOIDReference concode_elem_sep void setCAs concode_elem_sep Attributes getAttrib...
int function ( ) { return policyOIDReference ; }
5,768
allocate size units . return the unit id concode_field_sep int heads concode_elem_sep int FAILURE concode_elem_sep int head concode_elem_sep boolean DEBUG concode_elem_sep int MAX_HEADS concode_field_sep void initializeHeap concode_elem_sep void initializeHeap concode_elem_sep void setFree concode_elem_sep void coalesc...
int function ( int arg0 ) { int loc0 = head ; int loc1 = 0 ; while ( ( ( loc0 = getNext ( loc0 ) ) != head ) && ( ( loc1 = getSize ( loc0 ) ) < arg0 ) ) ; return ( loc0 == head ) ? FAILURE : alloc ( arg0 , loc0 , loc1 ) ; }
5,769
inserts n random strings and dummy counts into a yearlyrecord . concode_field_sep PlaceHolder placeHolder concode_field_sep String randomString concode_elem_sep int countRankCalls concode_elem_sep void main concode_elem_sep void testPut100000 concode_elem_sep void testPut1000 concode_elem_sep void testRankCalls
void function ( int arg0 ) { YearlyRecord loc0 = new YearlyRecord ( ) ; for ( int loc1 = 0 ; loc1 < arg0 ; loc1 += 1 ) { String loc2 = randomString ( ) ; loc0 . put ( loc2 , StdRandom . uniform ( 50 ) ) ; } }
5,770
returns the number of rows matching the dynamic query . concode_field_sep MeetupsRegistrationLocalService _meetupsRegistrationLocalService concode_field_sep com.liferay.social.networking.model.MeetupsRegistration addMeetupsRegistration concode_elem_sep java.lang.String getOSGiServiceIdentifier concode_elem_sep void set...
long function ( com . liferay . portal . kernel . dao . orm . DynamicQuery arg0 , com . liferay . portal . kernel . dao . orm . Projection arg1 ) { return _meetupsRegistrationLocalService . dynamicQueryCount ( arg0 , arg1 ) ; }
5,771
sets the value of the sppr property . concode_field_sep CTChartLines leaderLines concode_elem_sep CTBoolean showPercent concode_elem_sep CTBoolean showLegendKey concode_elem_sep CTExtensionList extLst concode_elem_sep CTShapeProperties spPr concode_elem_sep CTBoolean delete concode_elem_sep String separator concode_ele...
void function ( CTShapeProperties arg0 ) { this . spPr = arg0 ; }
5,772
sets the arguments parameters used by the plugin . concode_field_sep String[] args concode_elem_sep boolean cancelOp concode_elem_sep WhiteboxPluginHost myHost concode_elem_sep String previousProgressLabel concode_elem_sep int previousProgress concode_elem_sep boolean amIActive concode_field_sep String getName concode_...
void function ( String [ ] arg0 ) { this . args = arg0 . clone ( ) ; }
5,773
update the api in the gateway concode_field_sep String qualifiedDefaultApiName concode_elem_sep String backendURLl concode_elem_sep String qualifiedName concode_elem_sep RestApiAdminStub restApiAdminStub concode_field_sep void addPrototypeApiScriptImpl concode_elem_sep void addPrototypeApiScriptImpl concode_elem_sep vo...
void function ( String arg0 , String arg1 ) { try { restApiAdminStub . updateApiForTenant ( qualifiedName , arg0 , arg1 ) ; } catch ( Exception loc0 ) { throw new AxisFault ( "srini_string" + loc0 . getMessage ( ) , loc0 ) ; } }
5,774
o 1 space solution , o n time rotate is a good idea in solving these problems . concode_field_sep PlaceHolder placeHolder concode_field_sep int[] rotate concode_elem_sep void reverseArray concode_elem_sep void main
int [ ] function ( int [ ] arg0 , int arg1 ) { if ( arg0 == null || arg0 . length < 2 ) return arg0 ; arg1 = arg1 % arg0 . length ; reverseArray ( arg0 , 0 , arg0 . length - arg1 - 1 ) ; reverseArray ( arg0 , arg0 . length - arg1 , arg0 . length - 1 ) ; reverseArray ( arg0 , 0 , arg0 . length - 1 ) ; return arg0 ; }
5,775
used as a thin wrapper to the #location java.util.list , java.lang.string method to bring the given location list together as a join the default type concode_field_sep PlaceHolder placeHolder concode_field_sep int modulateCircularIndex concode_elem_sep int completeCircularPasses concode_elem_sep Location getMin concode...
Location function ( List < Location > arg0 ) { return location ( arg0 , "srini_string" ) ; }
5,776
optional . data attached to the event that can be used by the decider in subsequent decision tasks . constraints : length : 0 - 32768 concode_field_sep String signalName concode_elem_sep String input concode_elem_sep String control concode_elem_sep String runId concode_elem_sep String workflowId concode_field_sep void ...
void function ( String arg0 ) { this . control = arg0 ; }
5,777
adds reload page instruction to ajax response . this instruction should be the last in the response . no further instruction will be performed . concode_field_sep List<String> instructions concode_elem_sep FormRenderer renderer concode_field_sep String renderInsertBeginTag concode_elem_sep String renderElement concode_...
TdiResponseBuilder function ( ) { instructions . add ( "srini_string" + newLine ( ) ) ; return this ; }
5,778
creates a class map for specific class and registers it in the cache . also adds the qualified name to the name - > class map for later classloader change detection . concode_field_sep Log log concode_elem_sep Map classMapCache concode_elem_sep String CACHEDUMP_MSG concode_elem_sep Set classNameCache concode_field_sep ...
ClassMap function ( final Class arg0 ) { final ClassMap loc0 = new ClassMap ( arg0 , log ) ; synchronized ( classMapCache ) { classMapCache . put ( arg0 , loc0 ) ; classNameCache . add ( arg0 . getName ( ) ) ; } return loc0 ; }
5,779
make sure we 've registered our hbase shim concode_field_sep PlaceHolder placeHolder concode_field_sep void pigShimRegistered concode_elem_sep void snappyShimRegistered concode_elem_sep void hadoopShimRegistered concode_elem_sep void sqoopShimRegistered
void function ( ) { ServiceLoader < HBaseShim > loc0 = ServiceLoader . load ( HBaseShim . class ) ; HBaseShim loc1 = loc0 . iterator ( ) . next ( ) ; assertTrue ( org . pentaho . hbase . shim . hdp20 . HBaseShimImpl . class . isAssignableFrom ( loc1 . getClass ( ) ) ) ; }
5,780
create a result that represents incremental changes from the configuration source . concode_field_sep Map<String,Object> deleted concode_elem_sep Map<String,Object> added concode_elem_sep boolean incremental concode_elem_sep Map<String,Object> complete concode_elem_sep Map<String,Object> changed concode_field_sep Map<S...
WatchedUpdateResult function ( Map < String , Object > arg0 , Map < String , Object > arg1 , Map < String , Object > arg2 ) { return new WatchedUpdateResult ( arg0 , arg1 , arg2 ) ; }
5,781
sets the many . concode_field_sep List components concode_elem_sep One one concode_elem_sep List manyToMany concode_elem_sep Foo foo concode_elem_sep int count concode_elem_sep Collection bag concode_elem_sep Simple simple concode_elem_sep Many many concode_elem_sep Set composites concode_elem_sep Collection lazyBag co...
void function ( Many arg0 ) { this . many = arg0 ; }
5,782
the final call you receive before your activity is destroyed . concode_field_sep CordovaPreferences preferences concode_elem_sep CordovaInterface cordova concode_elem_sep CordovaWebView webView concode_elem_sep String id concode_field_sep boolean onOverrideUrlLoading concode_elem_sep Uri remapUri concode_elem_sep void ...
void function ( ) { }
5,783
the id of the virtual private gateway vgw . concode_field_sep String gatewayId concode_field_sep PropagatingVgw withGatewayId concode_elem_sep int hashCode concode_elem_sep boolean equals concode_elem_sep PropagatingVgw clone concode_elem_sep String toString concode_elem_sep void setGatewayId
String function ( ) { return this . gatewayId ; }
5,784
sets the transformer . concode_field_sep LexBIGServiceConvenienceMethods lexBIGServiceConvenienceMethods concode_elem_sep long serialVersionUID concode_elem_sep Transformer<AssociationList,List<LexEvsTreeNode>> transformer concode_field_sep List<LexEvsTreeNode> getPathToRoot concode_elem_sep Transformer<AssociationList...
void function ( Transformer < AssociationList , List < LexEvsTreeNode >> arg0 ) { this . transformer = arg0 ; }
5,785
gets the sql definition that created the node concode_field_sep EvolutionPolicies _policies concode_elem_sep int _frequency concode_elem_sep String _Name concode_elem_sep StatusType _status concode_elem_sep int counter concode_elem_sep List<E> _outEdges concode_elem_sep EvolutionEvents _events concode_elem_sep int _lin...
String function ( ) { return this . _SQLDefinition ; }
5,786
remove a section . concode_field_sep Logger log concode_field_sep List getBasicInfoOfAllActiveAssessments concode_elem_sep List getBasicInfoOfAllActiveAssessments concode_elem_sep void removeAssessment concode_elem_sep AssessmentIfc createAssessmentWithoutDefaultSection concode_elem_sep List getBasicInfoOfAllActiveAsse...
void function ( String arg0 ) { try { AssessmentService loc0 = new AssessmentService ( ) ; loc0 . removeSection ( arg0 ) ; } catch ( Exception loc0 ) { throw new AssessmentServiceException ( loc0 ) ; } }
5,787
returns the company id of this o auth consumer . concode_field_sep OAuthConsumer _oAuthConsumer concode_field_sep boolean isFinderCacheEnabled concode_elem_sep void setExpandoBridgeAttributes concode_elem_sep void setExpandoBridgeAttributes concode_elem_sep void setExpandoBridgeAttributes concode_elem_sep java.lang.Str...
long function ( ) { return _oAuthConsumer . getCompanyId ( ) ; }
5,788
gets one of the original multi-dimensional values from a scalar value . concode_field_sep MultiDimension INSTANCE concode_field_sep int compare concode_elem_sep int getMaxValue concode_elem_sep void combineEntries concode_elem_sep int findMiddle concode_elem_sep void addMortonRanges concode_elem_sep long[][] getMortonR...
int function ( int arg0 , long arg1 , int arg2 ) { int loc0 = getBitsPerValue ( arg0 ) ; int loc1 = 0 ; for ( int loc2 = 0 ; loc2 < loc0 ; loc2 ++ ) { loc1 |= ( arg1 >> ( arg2 + ( arg0 - 1 ) * loc2 ) ) & ( 1L << loc2 ) ; } return loc1 ; }
5,789
get the status value . concode_field_sep String azureAsyncOperation concode_elem_sep String requestId concode_elem_sep OperationStatus status concode_elem_sep HttpStatusCode statusCode concode_field_sep ZoneDeleteResultInner withStatus concode_elem_sep String azureAsyncOperation concode_elem_sep ZoneDeleteResultInner w...
OperationStatus function ( ) { return this . status ; }
5,790
handles a scroll event . this implementation does nothing , override the method if required . concode_field_sep boolean shiftKey concode_elem_sep boolean ctrlKey concode_elem_sep boolean metaKey concode_elem_sep String id concode_elem_sep boolean altKey concode_elem_sep boolean enabled concode_field_sep void setEnabled...
void function ( ChartCanvas arg0 , ScrollEvent arg1 ) { }
5,791
returns an immutable array of cookie cookies that this httpstate currently contains . concode_field_sep long serialVersionUID concode_elem_sep TreeSet<Cookie> cookies concode_field_sep void addCookies concode_elem_sep void addCookie concode_elem_sep boolean clearExpired concode_elem_sep void clear concode_elem_sep Stri...
List < Cookie > function ( ) { return new ArrayList < Cookie > ( cookies ) ; }
5,792
encodes the specified bytes using the base64 encoding for url usage . concode_field_sep byte[] BASE64_FOR_URL_ALPHABET_ARRAY concode_elem_sep byte[] BASE64_ALPHABET_ARRAY concode_elem_sep byte PAD concode_field_sep byte[] encode concode_elem_sep String encode concode_elem_sep byte[] encode
byte [ ] function ( byte [ ] arg0 ) { return encode ( arg0 , BASE64_FOR_URL_ALPHABET_ARRAY , false ) ; }
5,793
the y coordinate of the center of a pixel concode_field_sep PlaceHolder placeHolder concode_field_sep int pcenterRight concode_elem_sep void bresenham concode_elem_sep void bresenham concode_elem_sep boolean intersect concode_elem_sep double pcenterX concode_elem_sep int posToPixelX concode_elem_sep int pcenterBelow co...
double function ( int arg0 , double arg1 , double arg2 ) { return arg1 - ( ( arg0 + 0.5 ) * arg2 ) ; }
5,794
performs clicking on a navbarbutton concode_field_sep Log log concode_elem_sep String gettingStartedPath concode_elem_sep WebDriver driver concode_elem_sep UIElementMapper uiElementMapper concode_field_sep StoreLoginPage moveToLoginPage concode_elem_sep void populateStore concode_elem_sep boolean verifyAssetsOnHomePage...
StoreAssetListPage function ( String arg0 ) { String loc0 = uiElementMapper . getElement ( "srini_string" + arg0 + "srini_string" ) ; driver . findElement ( By . id ( loc0 ) ) . click ( ) ; return new StoreAssetListPage ( driver , arg0 ) ; }
5,795
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_...
void function ( byte [ ] arg0 ) { if ( arg0 . length != 512 ) { throw new IllegalArgumentException ( RB . bad_block_write_len . getString ( arg0 . length ) ) ; } write ( arg0 , arg0 . length ) ; }
5,796
cancel the scheduled task . concode_field_sep Timer timer concode_elem_sep TimerTask task concode_field_sep void schedule
void function ( ) { if ( task != null ) { task . cancel ( ) ; task = null ; } if ( timer != null ) { timer . cancel ( ) ; timer = null ; } }
5,797
sets the flag that controls whether a connection is openend and closed for each execution or not . concode_field_sep Mutex m_TransactionLock concode_elem_sep Logger logger concode_elem_sep ModbusRequest m_Request concode_elem_sep TCPMasterConnection m_Connection concode_elem_sep ModbusResponse m_Response concode_elem_s...
void function ( boolean arg0 ) { m_Reconnecting = arg0 ; }
5,798
gets the group by . concode_field_sep String groupBy concode_elem_sep String orderBy concode_elem_sep String whereClause concode_elem_sep String having concode_elem_sep int limit concode_elem_sep ArrayList<String> whereArgs concode_elem_sep int offset concode_field_sep void setWhereClause concode_elem_sep int getLimit ...
String function ( ) { return groupBy ; }
5,799
create a new file object from two file paths . concode_field_sep String LOG_TAG concode_field_sep long getFreeDiskSpace concode_elem_sep boolean testSaveLocationExists concode_elem_sep long freeSpaceCalculation concode_elem_sep boolean testFileExists
File function ( String arg0 , String arg1 ) { File loc0 ; if ( arg1 . startsWith ( arg0 ) ) { loc0 = new File ( arg1 ) ; } else { loc0 = new File ( arg0 + "srini_string" + arg1 ) ; } return loc0 ; }