idx
int64
0
25k
question
stringlengths
72
5.69k
target
stringlengths
21
481
14,300
instantiate detalises . concode_field_sep List<PAComponentRepresentative> dEtalis concode_elem_sep Logger logger concode_elem_sep int lastUsedNode concode_elem_sep String destinations[] concode_field_sep DcepManagmentApi getManagementApi concode_elem_sep void createInstances concode_elem_sep PAComponentRepresentative c...
void function ( ) { createInstances ( ) ; for ( int loc0 = 0 ; loc0 < destinations . length ; loc0 ++ ) { try { dEtalis . add ( connectToInstance ( "srini_string" , destinations [ loc0 ] ) ) ; } catch ( IOException loc1 ) { loc1 . printStackTrace ( ) ; } catch ( NamingException loc1 ) { loc1 . printStackTrace ( ) ; } }...
14,301
returns the iunifiedrepository for this instance concode_field_sep IUnifiedRepository repository concode_field_sep RepositoryFile getFolder concode_elem_sep RepositoryFile getFolder concode_elem_sep RepositoryFile saveFile concode_elem_sep RepositoryFile getFile concode_elem_sep RepositoryFile createFile
IUnifiedRepository function ( ) { return repository ; }
14,302
calls the getgraph method with a `` appliances '' as parameter , which results in an appliance graph concode_field_sep DataSource priceSeries concode_elem_sep String runInfo concode_elem_sep long axisY concode_elem_sep int width concode_elem_sep double priceAxisX concode_elem_sep ArrayList<DataSource> demandSeries conc...
void function ( ) { getGraph ( "srini_string" ) ; }
14,303
returns a duration for the given number of years concode_field_sep Double duration concode_elem_sep Units units concode_field_sep Duration seconds concode_elem_sep Duration seconds concode_elem_sep Duration hours concode_elem_sep Duration hours concode_elem_sep Duration weeks concode_elem_sep Duration weeks concode_ele...
Duration function ( Double arg0 ) { return new Duration ( arg0 , Units . YEARS ) ; }
14,304
get the integervalue . concode_field_sep int headerParam concode_elem_sep String name concode_elem_sep Boolean booleanValue concode_elem_sep Integer integerValue concode_elem_sep Short shortValue concode_elem_sep long serialVersionUID concode_elem_sep Double doubleValue concode_elem_sep int id concode_elem_sep int quer...
Integer function ( ) { return integerValue ; }
14,305
specifies the cache container to connect concode_field_sep boolean clusteredListener concode_elem_sep InfinispanCustomListener customListener concode_elem_sep String cacheName concode_elem_sep String host concode_elem_sep Flag[] flags concode_elem_sep boolean sync concode_elem_sep BasicCacheContainer cacheContainer con...
BasicCacheContainer function ( ) { return cacheContainer ; }
14,306
loads all device names from a homegear gateway . concode_field_sep Logger logger concode_elem_sep boolean TRACE_ENABLED concode_elem_sep HomematicConfig config concode_field_sep String getRpcCallbackUrl concode_elem_sep void setInstallMode concode_elem_sep void init concode_elem_sep void getAllScripts concode_elem_sep ...
void function ( HmInterface arg0 , Collection < HmDevice > arg1 ) { RpcRequest loc0 = createRpcRequest ( "srini_string" ) ; new HomegearLoadDeviceNamesParser ( arg1 ) . parse ( sendMessage ( config . getRpcPort ( arg0 ) , loc0 ) ) ; }
14,307
when an incoming subscribe is received . concode_field_sep SipProvider sip_provider concode_elem_sep Log log concode_elem_sep SubscriberDialog subscriber_dialog concode_elem_sep PresenceAgentListener listener concode_elem_sep UserAgentProfile user_profile concode_elem_sep NotifierDialog notifier_dialog concode_field_se...
void function ( NotifierDialog arg0 , NameAddress arg1 , NameAddress arg2 , String arg3 , String arg4 , Message arg5 ) { printLog ( "srini_string" , LogLevel . MEDIUM ) ; notifier_dialog . pending ( ) ; listener . onPaSubscriptionRequest ( this , arg1 , arg2 ) ; }
14,308
sets the look-up key for the message . concode_field_sep String code concode_elem_sep String description concode_elem_sep Locale locale concode_elem_sep String message concode_field_sep String getMessage concode_elem_sep void setDescription concode_elem_sep void setMessage concode_elem_sep String getCode concode_elem_s...
void function ( String arg0 ) { this . code = arg0 ; }
14,309
returns true if this peer has any not synchronized ssrcs scheduled for addition . concode_field_sep String authenticatedIdentity concode_elem_sep MediaSSRCGroupMap ssrcGroupsToAdd concode_elem_sep XmppChatMember roomMember concode_elem_sep MediaSSRCMap ssrcs concode_elem_sep boolean isSipGateway concode_elem_sep boolea...
MediaSSRCMap function ( ) { return ssrcsToAdd ; }
14,310
returns a list of all owned product ids of a given type concode_field_sep Map<String,SkuDetails> mSkuMap concode_elem_sep Map<String,Purchase> mPurchaseMap concode_field_sep void erasePurchase concode_elem_sep void addSkuDetails concode_elem_sep Purchase getPurchase concode_elem_sep boolean hasDetails concode_elem_sep ...
List < String > function ( String arg0 ) { List < String > loc0 = new ArrayList < String > ( ) ; for ( Purchase loc1 : mPurchaseMap . values ( ) ) { if ( loc1 . getItemType ( ) . equals ( arg0 ) ) loc0 . add ( loc1 . getSku ( ) ) ; } return loc0 ; }
14,311
returns if this phase be executed at all . concode_field_sep boolean hitExecutionNeeded concode_field_sep void setHitExecutionNeeded
boolean function ( ) { return hitExecutionNeeded ; }
14,312
sets the value of the replicationallowed property . concode_field_sep List<NodeReference> blockedMemberNodes concode_elem_sep Boolean replicationAllowed concode_elem_sep List<NodeReference> preferredMemberNodes concode_elem_sep Integer numberReplicas concode_field_sep void setNumberReplicas concode_elem_sep Replication...
void function ( Boolean arg0 ) { this . replicationAllowed = arg0 ; }
14,313
gets the value of the pcsspectrumenabled property . concode_field_sep BigInteger signal2G concode_elem_sep Boolean psapEnabled concode_elem_sep BigInteger signalUMTS concode_elem_sep long serialVersionUID concode_elem_sep Boolean awsSpectrumEnabled concode_elem_sep BigInteger signalLTE concode_elem_sep Boolean pcsSpect...
Boolean function ( ) { return pcsSpectrumEnabled ; }
14,314
attempts to get the underlying value as an unsigned int . if the underlying byte array can not be converted , then an exception is thrown . for example , if the underlying byte array is n't a length of 4 , then it can not be converted to an unsigned int . concode_field_sep short tag concode_elem_sep String tagName conc...
long function ( ) { try { return ByteArrayUtil . toUnsignedInt ( this . value ) ; } catch ( IllegalArgumentException loc0 ) { throw new TlvConvertException ( "srini_string" , loc0 . getMessage ( ) ) ; } }
14,315
a states name must not be empty . concode_field_sep SGraphFactory factory concode_elem_sep BasicDiagnostic diagnostics concode_elem_sep SGraphValidator validator concode_elem_sep StextFactory sTextFactory concode_elem_sep State state concode_elem_sep Region region concode_elem_sep Statechart statechart concode_field_se...
void function ( ) { prepareStateTest ( ) ; state . setName ( "srini_string" ) ; assertFalse ( validator . validate ( state , diagnostics , new HashMap < Object , Object > ( ) ) ) ; assertError ( diagnostics , ISSUE_STATE_WITHOUT_NAME ) ; }
14,316
gets the value of the options property . concode_field_sep ExternalConfigType externalConfig concode_elem_sep IdentityStoreType.Options options concode_elem_sep SupportedRelationshipTypesType supportedRelationshipTypes concode_elem_sep SupportedIdentityObjectTypesType supportedIdentityObjectTypes concode_elem_sep Strin...
IdentityStoreType . Options function ( ) { return options ; }
14,317
return the label for this clip . concode_field_sep String MIMETYPE_TEXT_PLAIN concode_elem_sep Parcelable.Creator<ClipDescription> CREATOR concode_elem_sep String MIMETYPE_TEXT_URILIST concode_elem_sep String[] mMimeTypes concode_elem_sep CharSequence mLabel concode_elem_sep String MIMETYPE_TEXT_INTENT concode_field_se...
CharSequence function ( ) { return mLabel ; }
14,318
sets the value of the monthlycharge property . concode_field_sep String indicator concode_elem_sep BigInteger indicatorID concode_elem_sep String code concode_elem_sep String level concode_elem_sep BigDecimal monthlyCharge concode_elem_sep String name concode_elem_sep long serialVersionUID concode_elem_sep XMLGregorian...
void function ( BigDecimal arg0 ) { this . monthlyCharge = arg0 ; }
14,319
returns the current contextid sts session concode_field_sep String contextId concode_elem_sep byte[] leg concode_elem_sep Element token concode_field_sep byte[] getLeg concode_elem_sep Element getToken
String function ( ) { return contextId ; }
14,320
returns the name of the module part . concode_field_sep String name concode_elem_sep File file concode_field_sep File getFile
String function ( ) { return this . name ; }
14,321
show the content of a licence file concode_field_sep String userHome concode_elem_sep String applicationUserRoot concode_elem_sep UiMessageSender messageSender concode_elem_sep SetupUiFactory setupUiFactory concode_elem_sep String title concode_elem_sep SetupUi setupUi concode_elem_sep String applicationName concode_fi...
Void function ( String arg0 , String arg1 ) { return licenceFile ( arg0 , new File ( arg1 ) ) ; }
14,322
sets the value concode_field_sep String cookieDomain concode_elem_sep Date cookieExpiryDate concode_elem_sep int cookieVersion concode_elem_sep String name concode_elem_sep boolean isSecure concode_elem_sep String cookiePath concode_elem_sep String value concode_elem_sep long serialVersionUID concode_elem_sep Map<Strin...
void function ( final String arg0 ) { this . value = arg0 ; }
14,323
the default implementation does nothing . concode_field_sep PlaceHolder placeHolder concode_field_sep void exitFieldSelectorExpression concode_elem_sep void enterPath concode_elem_sep void enterSelectorExpression concode_elem_sep void enterStepType concode_elem_sep void exitPredicateExpression concode_elem_sep void ent...
void function ( @ NotNull DDMFormValuesQueryParser . PredicateAndExpressionContext arg0 ) { }
14,324
sets the value of the dsstate property . concode_field_sep String dsID concode_elem_sep String dsState concode_elem_sep String logMessage concode_elem_sep String pid concode_field_sep void setDsID concode_elem_sep void setPid concode_elem_sep String getLogMessage concode_elem_sep void setLogMessage concode_elem_sep Str...
void function ( String arg0 ) { this . dsState = arg0 ; }
14,325
closes the connection , notifying the server it should settle the channel by broadcasting the most recent payment transaction . concode_field_sep SettableFuture<PaymentChannelClientConnection> channelOpenFuture concode_elem_sep ProtobufParser<Protos.TwoWayChannelMessage> wireParser concode_elem_sep PaymentChannelClient...
void function ( ) { try { channelClient . settle ( ) ; } catch ( IllegalStateException loc0 ) { } }
14,326
return type metadata object concode_field_sep org.apache.axis.description.TypeDesc typeDesc concode_elem_sep int maxItems concode_elem_sep int spellTreshold concode_elem_sep java.lang.Boolean totalCountOnFirstResult concode_elem_sep java.lang.String conceptName concode_elem_sep org.talend.mdm.webservice.WSWhereItem whe...
org . apache . axis . description . TypeDesc function ( ) { return typeDesc ; }
14,327
extract decrypted value of stored plugin config property from securestore or null when property was not found . concode_field_sep String subsection concode_elem_sep String name concode_elem_sep String section concode_field_sep void set concode_elem_sep String[] getList concode_elem_sep String get concode_elem_sep Strin...
String function ( String arg0 , String arg1 , String arg2 , String arg3 ) { String [ ] loc0 = getListForPlugin ( arg0 , arg1 , arg2 , arg3 ) ; if ( loc0 != null && loc0 . length > 0 ) { return loc0 [ 0 ] ; } return null ; }
14,328
returns true if the http connection needs to tunnel one protocol over another , such as when using https through an http proxy . when doing so , we must avoid buffering bytes intended for the higher-level protocol . concode_field_sep int httpMinorVersion concode_elem_sep byte[] HTTP_11 concode_elem_sep Route route conc...
boolean function ( ) { return route . address . sslSocketFactory != null && route . proxy . type ( ) == Proxy . Type . HTTP ; }
14,329
rounds a double value . concode_field_sep Logger logger concode_elem_sep List<StateInvertInfo> stateInvertDevices concode_field_sep Object toBinding concode_elem_sep T convertFromBinding concode_elem_sep Object convertToBinding concode_elem_sep Object commandToBinding concode_elem_sep boolean toBindingValidation concod...
BigDecimal function ( Double arg0 ) { BigDecimal loc0 = new BigDecimal ( arg0 == null ? "srini_string" : arg0 . toString ( ) ) ; String loc1 = loc0 . toPlainString ( ) ; int loc2 = loc1 . length ( ) - ( loc1 . lastIndexOf ( '.' ) + 1 ) ; return loc0 . setScale ( loc2 > 2 ? 6 : 2 , RoundingMode . HALF_UP ) ; }
14,330
obtains a specific version of this protocol . this can be used by derived classes to instantiate themselves instead of the base class , and to define constants for commonly used versions . the default implementation in this class returns this if the version matches , and creates a new protocolversion otherwise . concod...
ProtocolVersion function ( int arg0 , int arg1 ) { if ( ( arg0 == this . major ) && ( arg1 == this . minor ) ) { return this ; } return new ProtocolVersion ( this . protocol , arg0 , arg1 ) ; }
14,331
returns the fully qualified class name of this portlet item . concode_field_sep PortletItem _portletItem concode_field_sep long getClassNameId concode_elem_sep void setExpandoBridgeAttributes concode_elem_sep void setExpandoBridgeAttributes concode_elem_sep void setExpandoBridgeAttributes concode_elem_sep java.lang.Str...
java . lang . String function ( ) { return _portletItem . getClassName ( ) ; }
14,332
this is to test backward compatibility of reflectionutils for jobconfigurable objects . this should be made deprecated along with the mapred package hadoop-1230 . should be removed when mapred package is removed . concode_field_sep boolean configured concode_field_sep void setUp concode_elem_sep void configure
void function ( ) { JobConfigurableOb loc0 = new JobConfigurableOb ( ) ; ReflectionUtils . setConf ( loc0 , new Configuration ( ) ) ; assertFalse ( loc0 . configured ) ; ReflectionUtils . setConf ( loc0 , new JobConf ( ) ) ; assertTrue ( loc0 . configured ) ; }
14,333
places a httpcacheentry in the cache concode_field_sep CacheMap entries concode_field_sep void removeEntry concode_elem_sep void updateEntry concode_elem_sep HttpCacheEntry getEntry
void function ( final String arg0 , final HttpCacheEntry arg1 ) { entries . put ( arg0 , arg1 ) ; }
14,334
sets the value of the format property . concode_field_sep URI format concode_elem_sep String spNameQualifier concode_elem_sep Boolean allowCreate concode_field_sep Boolean isAllowCreate concode_elem_sep void setAllowCreate concode_elem_sep URI getFormat concode_elem_sep String getSPNameQualifier concode_elem_sep void s...
void function ( URI arg0 ) { this . format = arg0 ; }
14,335
compact the underlying list be removing null elements . should only be called when miterationdepth is zero . concode_field_sep int mListEndMarker concode_elem_sep int mIndex concode_elem_sep int mCount concode_elem_sep int mIterationDepth concode_elem_sep boolean mNeedsCompact concode_elem_sep List<E> mObservers concod...
void function ( ) { assert mIterationDepth == 0 ; for ( int loc0 = mObservers . size ( ) - 1 ; loc0 >= 0 ; loc0 -- ) { if ( mObservers . get ( loc0 ) == null ) { mObservers . remove ( loc0 ) ; } } }
14,336
hook for redirecting requests . applies to webview requests as well as requests made by plugins . to handle the request directly , return a uri in the form : cdvplugin : / / pluginid / ... and implement handleopenforread . to make this easier , use the topluginuri and frompluginuri helpers : public uri remapuri uri uri...
Uri function ( Uri arg0 ) { return null ; }
14,337
info 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 setL...
void function ( String arg0 , String arg1 , Throwable arg2 ) { if ( LOG . INFO >= LOGLEVEL ) Log . i ( arg0 , arg1 , arg2 ) ; }
14,338
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 ) { }
14,339
remove all existing tags . concode_field_sep TimestampContainer timestampContainer concode_elem_sep int changesetId concode_elem_sep long id concode_elem_sep int version concode_elem_sep OsmUser user concode_elem_sep Collection<Tag> tags concode_field_sep int getVersion concode_elem_sep EntityBuilder<T> setVersion conc...
EntityBuilder < T > function ( ) { tags . clear ( ) ; return this ; }
14,340
this method computes the precision relative to the current result . concode_field_sep int maximumIterations concode_elem_sep double precision concode_elem_sep int iterations concode_elem_sep double desiredPrecision concode_field_sep boolean hasConverged concode_elem_sep int getMaximumIterations concode_elem_sep int get...
double function ( double arg0 , double arg1 ) { return arg1 > GenericMathDefinitions . defaultNumericalPrecision ( ) ? arg0 / arg1 : arg0 ; }
14,341
tests that a one-byte file is displayed correctly . concode_field_sep String TEXT_FILENAME concode_elem_sep String AVRO_FILENAME concode_elem_sep String TEST_ROOT_DIR concode_field_sep void testEmptyTextFil concode_elem_sep void testDisplayForAvroFiles concode_elem_sep String readUsingTextCommand concode_elem_sep void ...
void function ( ) { byte [ ] loc0 = { 'x' } ; String loc1 = readUsingTextCommand ( TEXT_FILENAME , loc0 ) ; assertTrue ( new String ( loc0 ) . equals ( loc1 ) ) ; }
14,342
convert the given buffermessage to a securitymessage by parsing the contents of the buffermessage and populating the securitymessage fields . concode_field_sep SecurityMessage$ MODULE$ concode_field_sep org.apache.spark.network.nio.SecurityMessage fromResponse
org . apache . spark . network . nio . SecurityMessage function ( org . apache . spark . network . nio . BufferMessage arg0 ) { throw new RuntimeException ( ) ; }
14,343
overloaded method - present for test purposes concode_field_sep Logger LOG concode_elem_sep int foo concode_elem_sep Map<String,Integer> invocationCount concode_elem_sep WebServiceContext context concode_field_sep int getInvocationCount concode_elem_sep String greetMe concode_elem_sep void setContext concode_elem_sep i...
String function ( String arg0 ) { incrementInvocationCount ( "srini_string" ) ; return "srini_string" + arg0 + "srini_string" ; }
14,344
register the given bean definition with a generated name , unique within the given bean factory . concode_field_sep String GENERATED_BEAN_NAME_SEPARATOR concode_field_sep void registerBeanDefinition concode_elem_sep String generateBeanName concode_elem_sep String generateBeanName concode_elem_sep AbstractBeanDefinition...
String function ( AbstractBeanDefinition arg0 , BeanDefinitionRegistry arg1 ) { String loc0 = generateBeanName ( arg0 , arg1 , false ) ; arg1 . registerBeanDefinition ( loc0 , arg0 ) ; return loc0 ; }
14,345
evaluates the predicate returning true if any predicate returns true . concode_field_sep Predicate[] iPredicates concode_elem_sep long serialVersionUID concode_field_sep Predicate getInstance concode_elem_sep Predicate getInstance concode_elem_sep Predicate[] getPredicates
boolean function ( Object arg0 ) { for ( int loc0 = 0 ; loc0 < iPredicates . length ; loc0 ++ ) { if ( iPredicates [ loc0 ] . evaluate ( arg0 ) ) { return true ; } } return false ; }
14,346
returns the osgi service identifier . concode_field_sep SyncDLObjectLocalService _syncDLObjectLocalService concode_field_sep int getSyncDLObjectsCount concode_elem_sep long getLatestModifiedTime concode_elem_sep void setWrappedService concode_elem_sep com.liferay.portal.kernel.dao.orm.ActionableDynamicQuery getActionab...
java . lang . String function ( ) { return _syncDLObjectLocalService . getOSGiServiceIdentifier ( ) ; }
14,347
performs the graph traversion with all elements which are contained in the specified iterator . this means that every element of this collection and all elements which are reachable from these elements will be visited . concode_field_sep int linkCount concode_elem_sep Map myVisitedElements concode_elem_sep Iterator myE...
void function ( Iterator arg0 ) { myElements = arg0 ; this . perform ( ) ; }
14,348
get message associated with the exception concode_field_sep PlaceHolder placeHolder concode_field_sep placeholderType placeHolder
String function ( ) { return "srini_string" ; }
14,349
the default implementation does nothing . concode_field_sep PlaceHolder placeHolder concode_field_sep void enterUnary_message concode_elem_sep void enterTemporaries concode_elem_sep void enterBinary_expression concode_elem_sep void exitKeyword concode_elem_sep void exitUnary_selector concode_elem_sep void exitPrimitive...
void function ( SmalltalkParser . IdentifierContext arg0 ) { }
14,350
doc amaumont comment method `` init '' . concode_field_sep Tree tree concode_elem_sep SelectionListener selectionListener concode_elem_sep BgDrawableComposite bgDrawableComposite concode_elem_sep boolean forceDrawLinksGtk concode_elem_sep IBackgroundRefresher backgroundRefresher concode_elem_sep IControlsLinker control...
void function ( ) { addListeners ( ) ; }
14,351
check if it is running in ha mode concode_field_sep Map<String,String> urls concode_field_sep void init concode_elem_sep Class<? extends Service> getInterface concode_elem_sep List<String> getJobIdsForThisServer concode_elem_sep boolean isJobIdForThisServer concode_elem_sep boolean isAllServerRequest concode_elem_sep b...
boolean function ( ) { return false ; }
14,352
return the wrapped instance . concode_field_sep byte type concode_elem_sep Writable instance concode_elem_sep Configuration conf concode_elem_sep byte NOT_SET concode_field_sep void readFields concode_elem_sep void set concode_elem_sep Configuration getConf concode_elem_sep String toString concode_elem_sep Class<? exte...
Writable function ( ) { return instance ; }
14,353
sets the value of the shortdownvalue property . concode_field_sep String mapping concode_elem_sep List<Address> address concode_elem_sep BigDecimal shorttime concode_elem_sep String flavour concode_elem_sep String downlabel concode_elem_sep BigDecimal max concode_elem_sep String change concode_elem_sep String format co...
void function ( String arg0 ) { this . shortdownvalue = arg0 ; }
14,354
add error message . concode_field_sep PlaceHolder placeHolder concode_field_sep String getRequestParameter concode_elem_sep Application getApplication concode_elem_sep ValueBinding getValueBinding concode_elem_sep Object getElValue concode_elem_sep void addInfoMessage concode_elem_sep void addInfoMessage concode_elem_s...
void function ( String arg0 ) { addErrorMessage ( null , arg0 ) ; }
14,355
sets the value of the arcrole property . concode_field_sep String role concode_elem_sep String arcrole concode_elem_sep ShowType show concode_elem_sep ActuateType actuate concode_elem_sep String href concode_elem_sep TypeType type concode_elem_sep String title concode_elem_sep List<Object> content concode_field_sep Str...
void function ( String arg0 ) { this . arcrole = arg0 ; }
14,356
returns the value for the setting id , or 0 if unset . concode_field_sep int FLAG_CLEAR_PREVIOUSLY_PERSISTED_SETTINGS concode_elem_sep int DOWNLOAD_BANDWIDTH concode_elem_sep int set concode_elem_sep int DEFAULT_INITIAL_WINDOW_SIZE concode_elem_sep int UPLOAD_BANDWIDTH concode_elem_sep int CLIENT_CERTIFICATE_VECTOR_SIZ...
int function ( int arg0 ) { return values [ arg0 ] ; }
14,357
serialize an instance , restore it , and check for equality . concode_field_sep PlaceHolder placeHolder concode_field_sep void testCloning concode_elem_sep void testHashcode concode_elem_sep void testEquals
void function ( ) { PaintScaleLegend loc0 = new PaintScaleLegend ( new GrayPaintScale ( ) , new NumberAxis ( "srini_string" ) ) ; PaintScaleLegend loc1 = ( PaintScaleLegend ) TestUtilities . serialised ( loc0 ) ; assertEquals ( loc0 , loc1 ) ; }
14,358
gets the value of the csm5 property . concode_field_sep String csm5 concode_elem_sep String csm3 concode_elem_sep String csm4 concode_elem_sep String ownershipPercent concode_elem_sep String csm1 concode_elem_sep String secondPartyKey concode_elem_sep String csm2 concode_elem_sep String relationTypeCd concode_elem_sep ...
String function ( ) { return csm5 ; }
14,359
get time of day in clarion format value = 10ths of seconds since midnight + 1 . i.e. midnight = 1 the 10th of a second before midnight = 8640000 0 = invalid/null concode_field_sep Long localizedEpoch concode_field_sep int epochToClarionDate concode_elem_sep int date concode_elem_sep int month concode_elem_sep int year ...
int function ( ) { Calendar loc0 = Calendar . getInstance ( ) ; return 1 + loc0 . get ( Calendar . HOUR_OF_DAY ) * 360000 + loc0 . get ( Calendar . MINUTE ) * 6000 + loc0 . get ( Calendar . SECOND ) * 100 + loc0 . get ( Calendar . MILLISECOND ) / 10 ; }
14,360
creates a new spriteanimated from the given parameters on the spritesheet . values for the parameters are not in pixels , rather they are in sprites the animation goes first from left to right , then goes down a row , if either are applicable . concode_field_sep int sHeight concode_elem_sep int sPixWidth concode_elem_s...
SpriteAnimated function ( int arg0 , int arg1 , int arg2 , int arg3 , int arg4 , int arg5 , int arg6 ) { return SpriteAnimated . of ( arg0 , this . getImageArray ( arg1 , arg2 , arg3 , arg4 , arg5 , arg6 ) ) ; }
14,361
unbinds a thread and a naming context . concode_field_sep Hashtable<ClassLoader,Object> clObjectBindings concode_elem_sep StringManager sm concode_elem_sep Hashtable<Object,Context> objectBindings concode_elem_sep Hashtable<Thread,Object> threadObjectBindings concode_elem_sep Hashtable<Thread,Context> threadBindings co...
void function ( Object arg0 , Object arg1 ) { if ( ContextAccessController . checkSecurityToken ( arg0 , arg1 ) ) { threadBindings . remove ( Thread . currentThread ( ) ) ; threadObjectBindings . remove ( Thread . currentThread ( ) ) ; } }
14,362
check whether this event occurs at least once between the two dates given . concode_field_sep Calendar calendar concode_elem_sep int dayOfWeek concode_elem_sep int month concode_elem_sep int dayOfMonth concode_elem_sep GregorianCalendar gCalendar concode_field_sep Date firstAfter concode_elem_sep Date firstBetween conc...
boolean function ( Date arg0 , Date arg1 ) { return firstBetween ( arg0 , arg1 ) != null ; }
14,363
return the name of the analyzed class . concode_field_sep Map<String,Object> fieldCache concode_elem_sep String className concode_field_sep String toCodeForProperty concode_elem_sep Set<Object> getValues concode_elem_sep String toCode concode_elem_sep Number asNumber concode_elem_sep Set<String> getNames concode_elem_s...
String function ( ) { return this . className ; }
14,364
close concode_field_sep ValidManagedConnectionFactory mcf concode_elem_sep ValidManagedConnection mc concode_field_sep int getResourceAdapterProperty concode_elem_sep String getManagedConnectionFactoryProperty
void function ( ) { mc . closeHandle ( this ) ; }
14,365
sets the status to info . concode_field_sep IStatus OK_STATUS concode_elem_sep String fStatusMessage concode_elem_sep int fSeverity concode_field_sep boolean isWarning concode_elem_sep int getSeverity concode_elem_sep Throwable getException concode_elem_sep String getMessage concode_elem_sep boolean isMultiStatus conco...
void function ( String arg0 ) { Assert . isNotNull ( arg0 ) ; fStatusMessage = arg0 ; fSeverity = IStatus . INFO ; }
14,366
not supported . concode_field_sep Servant servant concode_elem_sep gnuPOA poa concode_elem_sep byte[] servant_id concode_elem_sep gnuServantObject object concode_field_sep Object this_object concode_elem_sep POA poa concode_elem_sep void same concode_elem_sep boolean non_existent concode_elem_sep boolean is_a concode_e...
Object function ( Servant arg0 ) { same ( arg0 ) ; throw new NO_IMPLEMENT ( ) ; }
14,367
encodes an image in jpeg format . concode_field_sep float quality concode_field_sep void setQuality concode_elem_sep float getQuality concode_elem_sep boolean isEncodingAlpha concode_elem_sep void setEncodingAlpha
byte [ ] function ( BufferedImage arg0 ) { ByteArrayOutputStream loc0 = new ByteArrayOutputStream ( ) ; encode ( arg0 , loc0 ) ; return loc0 . toByteArray ( ) ; }
14,368
sets the log writer for this managedconnection instance . concode_field_sep Logger log concode_elem_sep AnnoManagedConnectionFactory mcf concode_elem_sep List<ConnectionEventListener> listeners concode_elem_sep AnnoConnectionImpl connection concode_elem_sep PrintWriter logwriter concode_field_sep void associateConnecti...
void function ( PrintWriter arg0 ) { log . trace ( "srini_string" ) ; logwriter = arg0 ; }
14,369
get all bootstrap users that exist on parse.com concode_field_sep RestAdapter restAdapter concode_field_sep User authenticate concode_elem_sep RestAdapter getRestAdapter concode_elem_sep List<CheckIn> getCheckIns concode_elem_sep NewsService getNewsService concode_elem_sep List<News> getNews concode_elem_sep CheckInSer...
List < User > function ( ) { return getUserService ( ) . getUsers ( ) . getResults ( ) ; }
14,370
path to your app 's main module on the packager server . this is used when reloading js during development . all paths are relative to the root folder the packager is serving files from . examples : `` index.android '' or `` subdirectory/index . android '' concode_field_sep List<ReactPackage> mPackages concode_elem_sep...
Builder function ( String arg0 ) { mJSMainModuleName = arg0 ; return this ; }
14,371
returns the company id of this kaleo task . concode_field_sep KaleoTask _kaleoTask 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 void setGroupId concode_elem_s...
long function ( ) { return _kaleoTask . getCompanyId ( ) ; }
14,372
returns corresponding value of taskstate that has the same name as id of this state.it 's intended to be used for custom states created using #frompredefined . concode_field_sep String myId concode_elem_sep String myPresentableName concode_elem_sep boolean myPredefined concode_field_sep boolean isPredefined concode_ele...
TaskState function ( ) { if ( isPredefined ( ) ) { try { return TaskState . valueOf ( getId ( ) ) ; } catch ( IllegalArgumentException loc0 ) { } } return null ; }
14,373
check if this report is hidden . concode_field_sep Date modifiedOn concode_elem_sep String createdBy concode_elem_sep ReportParams reportParams concode_elem_sep String reportDefinitionXml concode_elem_sep String siteId concode_elem_sep String description concode_elem_sep boolean hidden concode_elem_sep String modifiedB...
boolean function ( ) { return hidden ; }
14,374
set password . concode_field_sep Collection<Assignment> assignments concode_elem_sep Collection<HolidayAnomaly> holidayAnomalies concode_elem_sep String initials concode_elem_sep boolean enabled concode_elem_sep Collection<Team> teams concode_elem_sep boolean autoassignToStories concode_elem_sep String fullName concode...
void function ( String arg0 ) { this . password = arg0 ; }
14,375
registering custom dispatcher concode_field_sep ActorSystem mainSystem concode_elem_sep HashMap<String,ActorDispatcher> dispatchers concode_elem_sep TraceInterface traceInterface concode_elem_sep String DEFAULT_DISPATCHER concode_field_sep ActorSystem system concode_elem_sep TraceInterface getTraceInterface concode_ele...
void function ( String arg0 , ActorDispatcher arg1 ) { synchronized ( dispatchers ) { if ( dispatchers . containsKey ( arg0 ) ) { return ; } dispatchers . put ( arg0 , arg1 ) ; } }
14,376
call this from your startactivityforresult overload . this is required to catch the case where plugins use activity.startactivityforresult + cordovainterface.setactivityresultcallback rather than cordovainterface.startactivityforresult . concode_field_sep Activity activity concode_elem_sep CordovaPlugin permissionResul...
void function ( int arg0 ) { activityResultRequestCode = arg0 ; }
14,377
gets the value of the postrollpercent property . concode_field_sep Integer medianAdDuration concode_elem_sep Integer minAdDuration concode_elem_sep Double postRollPercent concode_elem_sep Integer maxAdDuration concode_elem_sep Double midRollPercent concode_elem_sep Double preRollPercent concode_field_sep void setPostRo...
Double function ( ) { return postRollPercent ; }
14,378
get the simplepojo concode_field_sep String name concode_elem_sep int age concode_elem_sep SimplePOJO simplePOJO concode_field_sep void setName concode_elem_sep int getAge concode_elem_sep String getName concode_elem_sep void setSimplePOJO concode_elem_sep void setAge
SimplePOJO function ( ) { return simplePOJO ; }
14,379
called when this bundle is stopped so the framework can perform the bundle-specific activities necessary to stop the bundle . concode_field_sep ServiceRegistration zeroconfPpFactoryServReg concode_elem_sep ProtocolProviderFactoryZeroconfImpl zeroconfProviderFactory concode_elem_sep BundleContext bundleContext concode_e...
void function ( BundleContext arg0 ) { zeroconfProviderFactory . stop ( ) ; zeroconfPpFactoryServReg . unregister ( ) ; if ( logger . isInfoEnabled ( ) ) logger . info ( "srini_string" ) ; }
14,380
sets the defaultbilling value for this employeeaddressbook . concode_field_sep java.lang.String internalId concode_elem_sep java.lang.Boolean defaultBilling concode_elem_sep java.lang.Object __equalsCalc concode_elem_sep boolean __hashCodeCalc concode_elem_sep java.lang.String label concode_elem_sep java.lang.Boolean d...
void function ( java . lang . Boolean arg0 ) { this . defaultBilling = arg0 ; }
14,381
return true or false based on whether the named file exists . 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 fileAccessRes concode_...
boolean function ( String arg0 ) { return ( new File ( arg0 ) ) . exists ( ) ; }
14,382
register a new key . concode_field_sep Map<String,PropertyKey> _keyMap concode_elem_sep int _index concode_elem_sep TrinidadLogger _LOG concode_elem_sep boolean _isLocked concode_elem_sep Type _superType concode_elem_sep ArrayList<PropertyKey> _keyList concode_field_sep void removeEntry concode_elem_sep void restoreSta...
PropertyKey function ( String arg0 ) { return registerKey ( arg0 , Object . class , null , 0 ) ; }
14,383
returns the mime type of the data specified by the given uri string . concode_field_sep String _DATA concode_elem_sep String LOG_TAG concode_field_sep String stripFileProtocol concode_elem_sep String getRealPath concode_elem_sep String getRealPath concode_elem_sep String getMimeTypeForExtension concode_elem_sep InputSt...
String function ( String arg0 , CordovaInterface arg1 ) { String loc0 = null ; Uri loc1 = Uri . parse ( arg0 ) ; if ( arg0 . startsWith ( "srini_string" ) ) { loc0 = arg1 . getActivity ( ) . getContentResolver ( ) . getType ( loc1 ) ; } else { loc0 = getMimeTypeForExtension ( loc1 . getPath ( ) ) ; } return loc0 ; }
14,384
alternate way of calling isrepeatable concode_field_sep String dcQualifier concode_elem_sep boolean required concode_elem_sep String visibility concode_elem_sep String valueListName concode_elem_sep String dcElement concode_elem_sep String dcSchema concode_elem_sep String hint concode_elem_sep String WORKFLOW_SCOPE con...
boolean function ( ) { return isRepeatable ( ) ; }
14,385
metodo que escribe en consola los elementos internos concode_field_sep NodoSimple<T> primero concode_elem_sep int longitud concode_elem_sep long serialVersionUID concode_field_sep void eliminar concode_elem_sep T darElemento concode_elem_sep void limpiar concode_elem_sep int darLongitud concode_elem_sep void agregar co...
void function ( ) { NodoSimple < T > loc0 = primero . getSiguiente ( ) ; for ( int loc1 = 0 ; loc1 < longitud ; loc1 ++ ) { System . out . println ( loc0 . getContenido ( ) . toString ( ) ) ; loc0 = loc0 . getSiguiente ( ) ; } }
14,386
from content concode_field_sep Pattern NUMBER_PATTERN concode_elem_sep ImageLoader instance concode_elem_sep Context context concode_field_sep void displayImageFromFile concode_elem_sep void displayImage concode_elem_sep void displayImageFromDrawable concode_elem_sep void displayImageFromResource concode_elem_sep void ...
void function ( String arg0 , ImageView arg1 ) { }
14,387
method declaration concode_field_sep boolean bAutoCommit concode_elem_sep Database dDatabase concode_elem_sep boolean bReadOnly concode_elem_sep boolean bNestedTransaction concode_elem_sep Vector tTransaction concode_elem_sep int iNestedOldTransIndex concode_elem_sep boolean bClosed concode_elem_sep int iId concode_ele...
void function ( ) { Trace . check ( ! bReadOnly , Trace . DATABASE_IS_READONLY ) ; }
14,388
returns the provider specific condition id . concode_field_sep Calendar lastUpdate concode_elem_sep String icon concode_elem_sep String commonId concode_elem_sep String text concode_elem_sep Calendar observationTime concode_elem_sep String id concode_field_sep void setIcon concode_elem_sep String getText concode_elem_s...
String function ( ) { return id ; }
14,389
creates a random string whose length is the number of characters specified . characters will be chosen from the set of characters whose ascii value is between 32 and 126 inclusive . concode_field_sep Random RANDOM concode_field_sep String random concode_elem_sep String random concode_elem_sep String random concode_elem...
String function ( int arg0 ) { return random ( arg0 , 32 , 127 , false , false ) ; }
14,390
get the partial derivative of active power with respect to voltage angle concode_field_sep int _r concode_elem_sep int _c concode_elem_sep JacobianMatrix _m concode_field_sep void setDpda concode_elem_sep void setDpda concode_elem_sep void dec concode_elem_sep void setDqda concode_elem_sep void setDqda concode_elem_sep...
float function ( int arg0 , int arg1 ) { return getValue ( arg0 , arg1 ) . getDpda ( ) ; }
14,391
append either the value true or the value false . concode_field_sep char mode concode_elem_sep boolean comma concode_elem_sep int top concode_elem_sep int maxdepth concode_elem_sep Writer writer concode_elem_sep JSONObject stack[] concode_field_sep void pop concode_elem_sep JSONWriter array concode_elem_sep JSONWriter ...
JSONWriter function ( boolean arg0 ) { return this . append ( arg0 ? "srini_string" : "srini_string" ) ; }
14,392
returns the maximum file length supported by the protocol in bytes . supports up to 2gb . concode_field_sep ArrayList<FileTransferListener> fileTransferListeners concode_elem_sep ProtocolProviderServiceIcqImpl icqProvider concode_elem_sep Logger logger concode_field_sep FileTransfer sendFile concode_elem_sep FileTransf...
long function ( ) { return 2147483648l ; }
14,393
tests if this hashtable maps no keys to values . concode_field_sep Entry table[] concode_elem_sep Entry next concode_elem_sep float loadFactor concode_elem_sep int count concode_elem_sep int threshold concode_elem_sep Object value concode_elem_sep int hash concode_elem_sep int key concode_field_sep boolean contains con...
boolean function ( ) { return count == 0 ; }
14,394
a graph has a cycle if and only if depth-first search produces a back edge if there are concode_field_sep boolean visitedAdded concode_elem_sep Iterator<Stmt> it concode_elem_sep Stmt stmt concode_field_sep void rebuild concode_elem_sep void init concode_elem_sep void transform concode_elem_sep List<Stmt> topologicalSo...
void function ( StmtList arg0 ) { if ( arg0 . getSize ( ) < 50 ) { dfsRecursiveCallRemove ( arg0 . getFirst ( ) , new HashSet < Stmt > ( ) ) ; } else { dfsStackRemove ( arg0 . getFirst ( ) , new HashSet < Stmt > ( ) ) ; } }
14,395
sets vars . concode_field_sep FlowModel flowModel concode_field_sep void setGlobalTransitions concode_elem_sep void init concode_elem_sep void setOnStartActions concode_elem_sep FlowModel getFlowModel concode_elem_sep void build concode_elem_sep void dispose concode_elem_sep boolean hasFlowModelResourceChanged concode_...
void function ( final LinkedList < VarModel > arg0 ) { this . flowModel . setVars ( arg0 ) ; }
14,396
set the command classes which should be considered option commands . an option command is a special type of command that usually makes more sense to present as if it is an option . for example ' -- version ' . concode_field_sep Set<CommandException.Option> NO_EXCEPTION_OPTIONS concode_elem_sep Class<?>[] optionCommandC...
void function ( Class < ? > ... arg0 ) { Assert . notNull ( arg0 , "srini_string" ) ; this . optionCommandClasses = arg0 ; }
14,397
returns true if the given test is eligible for running . runnable tests arethose that are not @literal @ignore d and have direct executable content i.e. : not a test suite or other executable test aggregator . concode_field_sep Predicate<Constructor<?>> IS_PUBLIC_CONSTRUCTOR concode_elem_sep Predicate<Method> IS_ANNOTA...
boolean function ( Description arg0 ) { return arg0 . isTest ( ) && ! isIgnored ( arg0 ) ; }
14,398
sets the value of the querytype property . concode_field_sep String path concode_elem_sep List<Param> param concode_elem_sep List<Doc> doc concode_elem_sep Map<QName,String> otherAttributes concode_elem_sep String id concode_elem_sep List<String> type concode_elem_sep List<Object> any concode_elem_sep List<Object> meth...
void function ( String arg0 ) { this . queryType = arg0 ; }
14,399
refer to remapuri added in cordova-android@4.0.0 concode_field_sep CordovaPreferences preferences concode_elem_sep CordovaInterface cordova concode_elem_sep CordovaWebView webView concode_elem_sep String serviceName concode_field_sep boolean onReceivedClientCertRequest concode_elem_sep boolean onOverrideUrlLoading conc...
Uri function ( Uri arg0 ) { return Uri . parse ( arg0 . getQueryParameter ( "srini_string" ) ) ; }