idx
int64
0
100k
question
stringlengths
68
7.19k
target
stringlengths
20
663
3,100
compares two strings using the case-sensitivity rule . this method mimics string #equals but takes case-sensitivityinto account . concode_field_sep long serialVersionUID concode_elem_sep String name concode_elem_sep IOCase SYSTEM concode_elem_sep IOCase INSENSITIVE concode_elem_sep boolean sensitive concode_elem_sep IO...
boolean function ( String arg0 , String arg1 ) { if ( arg0 == null || arg1 == null ) { throw new NullPointerException ( "srini_string" ) ; } return sensitive ? arg0 . equals ( arg1 ) : arg0 . equalsIgnoreCase ( arg1 ) ; }
3,101
go to previous page in history . we manage our own history concode_field_sep PluginManager pluginManager concode_elem_sep CordovaPreferences preferences concode_elem_sep CordovaInterface cordova concode_elem_sep BroadcastReceiver receiver concode_elem_sep SystemWebView webView concode_elem_sep CordovaWebView parentWebV...
boolean function ( ) { if ( webView . canGoBack ( ) ) { webView . goBack ( ) ; return true ; } return false ; }
3,102
returns a servant that should be used for this request . the servant can also be casted to the expected type , calling the required method directly . concode_field_sep Delegate delegate concode_field_sep boolean _is_equivalent concode_elem_sep Request _create_request concode_elem_sep Request _create_request concode_ele...
ServantObject function ( String arg0 , Class arg1 ) { return delegate . servant_preinvoke ( this , arg0 , arg1 ) ; }
3,103
return the principals associated with the issuer attached to this holder concode_field_sep Holder holder concode_field_sep BigInteger getSerialNumber concode_elem_sep boolean match concode_elem_sep boolean match concode_elem_sep int getDigestedObjectType concode_elem_sep Object[] getNames concode_elem_sep Principal[] g...
Principal [ ] function ( ) { if ( holder . getBaseCertificateID ( ) != null ) { return getPrincipals ( holder . getBaseCertificateID ( ) . getIssuer ( ) ) ; } return null ; }
3,104
some text . concode_field_sep InnerClassWithAnnotations anon concode_elem_sep String fFirstName concode_elem_sep String tThirdName concode_elem_sep String sSecondName concode_field_sep String method6 concode_elem_sep String method6 concode_elem_sep String method6 concode_elem_sep String method concode_elem_sep String m...
String function ( String arg0 ) { return "srini_string" ; }
3,105
gets the name of the machine concode_field_sep int width concode_elem_sep long serialVersionUID concode_elem_sep int height concode_elem_sep String machineName concode_elem_sep int nBoards concode_elem_sep String version concode_elem_sep String bmpDetails concode_field_sep String getVersion concode_elem_sep void setnBo...
String function ( ) { return machineName ; }
3,106
draw a different picture with dogs concode_field_sep PlaceHolder placeHolder concode_field_sep void drawPicture1 concode_elem_sep void drawPicture2
void function ( Graphics2D arg0 ) { arg0 . drawString ( "srini_string" , 20 , 20 ) ; Dog loc0 = new Dog ( 100 , 50 , 225 , 225 ) ; partyDog loc1 = new partyDog ( 20 , 50 , 30 , 30 ) ; arg0 . setColor ( Color . RED ) ; arg0 . draw ( loc0 ) ; arg0 . setColor ( Color . GREEN ) ; arg0 . draw ( loc1 ) ; }
3,107
gets the blaze crash throwable . null if blaze did not crash . concode_field_sep boolean catastrophe concode_elem_sep BuildConfigurationCollection configurations concode_elem_sep boolean stopOnFirstFailure concode_elem_sep long startTimeMillis concode_elem_sep Collection<ConfiguredTarget> testTargets concode_elem_sep T...
Throwable function ( ) { return crash ; }
3,108
removes the provided processor from the internal processor queue . concode_field_sep CopyOnWriteArrayList<IAudioProcessor> processors concode_elem_sep IAudioProvider provider concode_elem_sep IAudioProcessor finalProcessor concode_field_sep int add concode_elem_sep void set concode_elem_sep AudioEncodingType getAudioEn...
void function ( IAudioProcessor arg0 ) { processors . remove ( arg0 ) ; buildFinalProcessor ( ) ; }
3,109
returns a string representation of the option with the specified argument . concode_field_sep String name concode_field_sep String arg concode_elem_sep String name concode_elem_sep String toString concode_elem_sep O copy concode_elem_sep O value
String function ( final String arg0 ) { return "srini_string" + name ( ) + "srini_string" + arg0 . replace ( "srini_string" , "srini_string" ) + "srini_string" ; }
3,110
sets the size threshold after which files will be written to disk . values can use the suffixed `` mb '' or `` kb '' to indicate a megabyte or kilobyte size . concode_field_sep long maxRequestSize concode_elem_sep int fileSizeThreshold concode_elem_sep String location concode_elem_sep long maxFileSize concode_field_sep...
void function ( String arg0 ) { this . fileSizeThreshold = ( int ) parseSize ( arg0 ) ; }
3,111
get the speed of the detector produced by this factory . concode_field_sep int priorityAdjustment concode_elem_sep String reports concode_elem_sep boolean hidden concode_elem_sep boolean DEBUG_JAVA_VERSION concode_elem_sep String detailHTML concode_elem_sep String className concode_elem_sep int positionSpecifiedInPlugi...
String function ( ) { return speed ; }
3,112
call this from oncreate so that any saved startactivityforresult parameters will be restored . concode_field_sep String TAG concode_elem_sep PluginManager pluginManager concode_elem_sep Activity activity concode_elem_sep CordovaPlugin activityResultCallback concode_elem_sep String initCallbackService concode_elem_sep A...
void function ( Bundle arg0 ) { initCallbackService = arg0 . getString ( "srini_string" ) ; }
3,113
log an info message . concode_field_sep LogImpl impl concode_elem_sep String CATEGORY concode_field_sep boolean isLoggable concode_elem_sep boolean isLoggingSupported concode_elem_sep void setDefaultLevel concode_elem_sep Iterator levelIterator concode_elem_sep void log concode_elem_sep Level getDefaultLevel concode_el...
void function ( String arg0 , String arg1 ) { impl . info ( arg0 , arg1 ) ; }
3,114
returns the variable with the given name . concode_field_sep List<DataSet> allLagged concode_elem_sep Map<Node,Integer> variablesMap concode_elem_sep List<Node> variables concode_elem_sep double percent concode_elem_sep double alpha concode_elem_sep List<DataSet> dataSets concode_elem_sep int sampleSize concode_elem_se...
Node function ( String arg0 ) { for ( int loc0 = 0 ; loc0 < getVariables ( ) . size ( ) ; loc0 ++ ) { Node loc1 = getVariables ( ) . get ( loc0 ) ; if ( loc1 . getName ( ) . equals ( arg0 ) ) { return loc1 ; } } return null ; }
3,115
define valor do atributo idmenu . concode_field_sep String pesquisa concode_elem_sep String grava concode_elem_sep String deleta concode_elem_sep Integer idPerfilAcesso concode_elem_sep Date dataFim concode_elem_sep Integer idMenu concode_elem_sep Date dataInicio concode_field_sep void setIdPerfilAcesso concode_elem_se...
void function ( Integer arg0 ) { this . idMenu = arg0 ; }
3,116
set the resourceadapter for the resourcestore , such as the fileresourceadapter or bytearrayresourceadapter default . concode_field_sep JdbcTemplate jdbcTemplate concode_elem_sep ResourceAdapter resourceAdapter concode_elem_sep Log LOG concode_elem_sep LobHandler lobHandler concode_elem_sep String tableName concode_ele...
void function ( ResourceAdapter arg0 ) { this . resourceAdapter = arg0 ; }
3,117
report a delete operation at the current system time concode_field_sep CleanerMetrics INSTANCE concode_elem_sep MetricsSource metricSource concode_elem_sep MutableGaugeLong processedFiles concode_elem_sep MutableGaugeLong fileErrors concode_elem_sep MutableCounterLong totalProcessedFiles concode_elem_sep MutableGaugeLo...
void function ( ) { totalProcessedFiles . incr ( ) ; processedFiles . incr ( ) ; totalDeletedFiles . incr ( ) ; deletedFiles . incr ( ) ; }
3,118
get custom deserializer 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.lang.String getCustomTargetingKeyActionType concode_elem_se...
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 ) ; }
3,119
registers the resulthandler into a hashmap concode_field_sep String TAG concode_elem_sep Activity activity concode_elem_sep HashMap<Integer,TiActivityResultHandler> resultHandlers concode_elem_sep AtomicInteger uniqueResultCodeAllocator concode_field_sep void launchIntentSenderForResult concode_elem_sep void removeResu...
void function ( int arg0 , TiActivityResultHandler arg1 ) { if ( arg1 == null ) { Log . w ( TAG , "srini_string" ) ; } resultHandlers . put ( arg0 , arg1 ) ; }
3,120
initializes all runtime and classpath classes . concode_field_sep int verbose concode_elem_sep ClassLoader loader concode_field_sep Class getClass concode_elem_sep void initializeDir concode_elem_sep void fine concode_elem_sep void initializeRuntime concode_elem_sep void initializeJar concode_elem_sep void finer concod...
void function ( ) { initializeRuntime ( ) ; initializeClassPath ( ) ; }
3,121
keeps track of the given relationship and makes use of it later in #accept long and #apply long , long concode_field_sep PrimitiveLongObjectMap<RelationshipRecord> relationships concode_elem_sep PrimitiveLongSet nodes concode_field_sep long apply concode_elem_sep void apply concode_elem_sep boolean accept
void function ( RelationshipRecord arg0 ) { nodes . add ( arg0 . getFirstNode ( ) ) ; nodes . add ( arg0 . getSecondNode ( ) ) ; relationships . put ( arg0 . getId ( ) , arg0 ) ; }
3,122
returns an iproject for the configured target project . the iproject is returned even if the project does not exist yet . concode_field_sep PlaceHolder placeHolder concode_field_sep void refreshTargetProject concode_elem_sep boolean createEmptyProject concode_elem_sep File getTargetFolder concode_elem_sep FeatureConfig...
IProject function ( GeneratorEntry arg0 ) { FeatureConfiguration loc0 = getOutletFeatureConfiguration ( arg0 ) ; String loc1 = loc0 . getParameterValue ( OUTLET_FEATURE_TARGET_PROJECT ) . getStringValue ( ) ; IProject loc2 = ResourcesPlugin . getWorkspace ( ) . getRoot ( ) . getProject ( loc1 ) ; return loc2 ; }
3,123
union test method . concode_field_sep PlaceHolder placeHolder concode_field_sep void occInstanceOf concode_elem_sep void intersect concode_elem_sep void intersect concode_elem_sep void occIntersect concode_elem_sep void occUnion concode_elem_sep void eq concode_elem_sep void instanceOf
void function ( final SeqType arg0 , final SeqType arg1 , final SeqType arg2 ) { eq ( arg0 . union ( arg1 ) , arg2 ) ; eq ( arg1 . union ( arg0 ) , arg2 ) ; }
3,124
getter for the field level . concode_field_sep int UNKNOWN concode_elem_sep int endColumn concode_elem_sep Level level concode_elem_sep int line concode_elem_sep int startColumn concode_elem_sep Deque<IncludeInfo> includeContext concode_elem_sep String message concode_field_sep Deque<IncludeInfo> getIncludeContext conc...
List < ValidationResult > function ( Level arg0 , List < ValidationResult > arg1 ) { List < ValidationResult > loc0 = new ArrayList < ValidationResult > ( ) ; for ( ValidationResult loc1 : arg1 ) { if ( loc1 . arg0 == arg0 ) { loc0 . add ( loc1 ) ; } } return loc0 ; }
3,125
retrieves the compiledstatement object having the specified compiled statement identifier , or null if no such compiledstatement object exists . concode_field_sep Database database concode_elem_sep IntKeyHashMap validationMap concode_elem_sep Hashtable sqlMap concode_elem_sep IntKeyHashMap csidMap concode_elem_sep int ...
CompiledStatement function ( int arg0 ) { return ( CompiledStatement ) csidMap . get ( arg0 ) ; }
3,126
sets the value of the numberofmonthlypayments property . concode_field_sep BigDecimal maximumCreditLimit concode_elem_sep BigDecimal availableCredit concode_elem_sep BigDecimal maximumFinanceAmount concode_elem_sep BigDecimal currentBalance concode_elem_sep BigInteger numberOfMonthlyPayments concode_elem_sep BigDecimal...
void function ( BigInteger arg0 ) { this . numberOfMonthlyPayments = arg0 ; }
3,127
returns a custom path of the bundle file . this is used in cases the bundle should be loaded from a custom path . by default it is loaded from android assets , from a path specified by getbundleassetname . e.g. `` file : / / sdcard/myapp _ cache/index . android.bundle '' concode_field_sep Application mApplication conco...
String function ( ) { return null ; }
3,128
really , just the id mapper should set this . concode_field_sep boolean mappersAdded concode_elem_sep Document document concode_elem_sep int sourceOffset concode_elem_sep DocumentMapper.ParseListener listener concode_elem_sep String index concode_elem_sep SourceToParse sourceToParse concode_elem_sep byte[] source conco...
void function ( String arg0 ) { this . id = arg0 ; }
3,129
gets the uri of the local image , video , or audio clip to send to messenger . must be a file : / / , content : / / , or res : / / uri . concode_field_sep String mMetaData concode_elem_sep Uri mExternalUri concode_elem_sep String mMimeType concode_elem_sep Uri mUri concode_field_sep ShareToMessengerParamsBuilder setMet...
Uri function ( ) { return mUri ; }
3,130
factory creates a clienta query with required properties concode_field_sep CCriterion<UJO> criterion concode_elem_sep String typeName concode_elem_sep long serialVersionUID concode_elem_sep String autoExpandColumn concode_elem_sep Class type concode_elem_sep int limit concode_elem_sep ColumnModel columnModel concode_el...
CQuery < T > function ( Class < ? extends T > arg0 , CujoProperty < T , ? > ... arg1 ) { return arg1 == null || arg1 . length == 0 ? new CQuery < T > ( arg0 ) : new CQuery < T > ( arg0 , new CujoModel ( arg1 ) ) ; }
3,131
encrypt the data using the encryptionkey and objectreference of the pdf stream or string object . concode_field_sep Logger logger concode_elem_sep EncryptionDictionary encryptDictionary concode_elem_sep SecurityHandler securityHandler concode_elem_sep boolean foundJCE concode_field_sep byte[] getEncryptionKey concode_e...
byte [ ] function ( Reference arg0 , byte [ ] arg1 , byte [ ] arg2 ) { return securityHandler . encrypt ( arg0 , arg1 , arg2 ) ; }
3,132
set the user token for the resource . the user token should be unique to each user . concode_field_sep long lastUpdated concode_elem_sep String name concode_elem_sep long id concode_elem_sep String contentType concode_elem_sep String uuid concode_elem_sep String token concode_field_sep void setName concode_elem_sep voi...
void function ( String arg0 ) { this . token = arg0 ; }
3,133
returns the driver that should operate the new route , i.e. route this.getroute + new job this.getjob . currently the driver is just a mock , it has no functions concode_field_sep ActivityContext relatedActivityContext concode_elem_sep double newDepTime concode_elem_sep VehicleRoute route concode_elem_sep List<TourActi...
Driver function ( ) { return newDriver ; }
3,134
gets the address used as the binding address for http . the system properties are checked in the following order : jboss.bind.address management.address node0 if neither system property is set 0.0.0.0 is returned . concode_field_sep PlaceHolder placeHolder concode_field_sep String getSystemProperty concode_elem_sep Str...
String function ( ) { String loc0 = getSystemProperty ( "srini_string" ) ; if ( loc0 == null ) { loc0 = getSystemProperty ( "srini_string" ) ; if ( loc0 == null ) { loc0 = getSystemProperty ( "srini_string" ) ; } } return loc0 == null ? "srini_string" : formatPossibleIpv6Address ( loc0 ) ; }
3,135
sets the ternaryset . 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 lazy...
void function ( Set arg0 ) { this . ternarySet = arg0 ; }
3,136
sets material type . concode_field_sep Integer bibId concode_elem_sep String lccn concode_elem_sep String owningInstitution concode_elem_sep String issn concode_elem_sep String root concode_elem_sep String isbn concode_elem_sep String materialType concode_elem_sep String oclc concode_elem_sep String owningInstBibId con...
void function ( String arg0 ) { this . materialType = arg0 ; }
3,137
returns the rssi values for all devices . concode_field_sep int MAX_RPC_RETRY concode_elem_sep Logger logger 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 HmGatewayIn...
List < HmRssiInfo > function ( HmInterface arg0 ) { RpcRequest < T > loc0 = createRpcRequest ( "srini_string" ) ; return new RssiInfoParser ( config ) . parse ( sendMessage ( config . getRpcPort ( arg0 ) , loc0 ) ) ; }
3,138
search the revisions by number of revision . if not found , return null . concode_field_sep String totalRevisions concode_elem_sep List<Revision> revisions concode_elem_sep File file concode_elem_sep List<SymbolicName> symbolicNames concode_elem_sep String rcsFileName concode_elem_sep String accessList concode_elem_sep...
Revision function ( String arg0 ) { final Iterator loc0 = revisions . iterator ( ) ; while ( loc0 . hasNext ( ) ) { Revision loc1 = ( Revision ) loc0 . next ( ) ; if ( loc1 . getNumber ( ) . equals ( arg0 ) ) { return loc1 ; } } return null ; }
3,139
this looks from a given node , so the parameter is always > -1 . concode_field_sep int[] hashTable concode_elem_sep boolean fixedSize concode_elem_sep int newNodePointer concode_elem_sep int elementCount concode_elem_sep int[] linkTable concode_elem_sep int reclaimedNodePointer concode_field_sep void resetTables concod...
int function ( int arg0 ) { return linkTable [ arg0 ] ; }
3,140
locate a service implementation by services lookup of the context class loader . concode_field_sep PlaceHolder placeHolder concode_field_sep List<T> getServiceInstances concode_elem_sep SessionFactory getSessionFactory concode_elem_sep SessionFactory getSessionFactory
T function ( Class < T > arg0 ) { return getServiceInstance ( arg0 , Thread . currentThread ( ) . getContextClassLoader ( ) ) ; }
3,141
gets the device object associated with this session < / code concode_field_sep boolean stale concode_elem_sep User user concode_elem_sep Device device concode_elem_sep MarketSession marketSession concode_field_sep MarketSession getMarketSession concode_elem_sep void setMarketSession concode_elem_sep void refreshMarketS...
Device function ( ) { return device ; }
3,142
returns true iff the process id file is deleted on system exit . otherwise false . concode_field_sep Path path concode_elem_sep long pid concode_elem_sep boolean deleteOnExit concode_field_sep Path getPath concode_elem_sep PidFile create concode_elem_sep PidFile create concode_elem_sep void addShutdownHook concode_elem...
boolean function ( ) { return deleteOnExit ; }
3,143
implements lengthhandler #px . concode_field_sep LengthHandler INSTANCE concode_field_sep void mm concode_elem_sep void lengthValue concode_elem_sep void endLength concode_elem_sep void ex concode_elem_sep void pc concode_elem_sep void pt concode_elem_sep void startLength concode_elem_sep void in concode_elem_sep void ...
void function ( ) { }
3,144
creates a proxy which sends the exchange to the endpoint . concode_field_sep PlaceHolder placeHolder concode_field_sep T createProxyObject concode_elem_sep T createProxyObject concode_elem_sep Class<T>[] toArray concode_elem_sep ClassLoader getClassLoader concode_elem_sep MethodInfoCache createMethodInfoCache
T function ( Endpoint arg0 , ClassLoader arg1 , Class < T > arg2 ) { return createProxy ( arg0 , true , arg1 , toArray ( arg2 ) ) ; }
3,145
get the sql script for tearing the evolution down . concode_field_sep String sqlUp concode_elem_sep String sqlDown concode_elem_sep int revision concode_field_sep String getSqlUp concode_elem_sep int hashCode concode_elem_sep boolean equals concode_elem_sep int getRevision
String function ( ) { return sqlDown ; }
3,146
helper method for overscrolling that encapsulates all of the necessary function . this version of the call is used for views that need to specify a scroll range but scroll back to it 's edge correctly . concode_field_sep String LOG_TAG concode_elem_sep float DEFAULT_OVERSCROLL_SCALE concode_field_sep boolean isAndroidO...
void function ( final PullToRefreshBase < ? > arg0 , final int arg1 , final int arg2 , final int arg3 , final int arg4 , final int arg5 , final boolean arg6 ) { overScrollBy ( arg0 , arg1 , arg2 , arg3 , arg4 , arg5 , 0 , DEFAULT_OVERSCROLL_SCALE , arg6 ) ; }
3,147
returns the entry id of this entry . concode_field_sep Entry _entry concode_field_sep void setExpandoBridgeAttributes concode_elem_sep void setExpandoBridgeAttributes concode_elem_sep void setExpandoBridgeAttributes concode_elem_sep void setGroupId concode_elem_sep boolean isEscapedModel concode_elem_sep boolean isCach...
long function ( ) { return _entry . getEntryId ( ) ; }
3,148
verify if the task has some sort of t #tostring , different from ` null ' concode_field_sep Function<Integer,T> factory concode_elem_sep int THREAD_COUNT concode_elem_sep int TASK_COUNT concode_elem_sep int expectedExecutionTime concode_field_sep void testIdGeneration concode_elem_sep void testTimeMs concode_elem_sep O...
void function ( ) { assertNotNull ( this . factory . apply ( 0 ) . toString ( ) ) ; }
3,149
gets the value of the id property . concode_field_sep List<Tad> ad concode_elem_sep List<Ticon> icon concode_elem_sep String name concode_elem_sep String description concode_elem_sep Map<QName,String> otherAttributes concode_elem_sep String id concode_elem_sep List<Object> any concode_field_sep void setName concode_ele...
String function ( ) { return id ; }
3,150
returns sum measurement in nanoseconds subject to counters precision . concode_field_sep Precision p concode_elem_sep long SEC concode_elem_sep int bigSumSecsIndex concode_elem_sep int power1Base concode_elem_sep long[] counts concode_elem_sep long US concode_elem_sep int stripe concode_elem_sep long MIN concode_elem_s...
double function ( ) { double loc0 = 0 ; for ( int loc1 = 0 ; loc1 <= p . bigCountIndex ; loc1 ++ ) { long loc2 = AtomicArrays . INSTANCE . getVolatileLong ( counts , loc1 ) ; if ( loc2 > 0 ) loc0 += loc2 * getNanosAt ( loc1 , 0.5 ) ; } return loc0 ; }
3,151
confirm that cloning works . concode_field_sep PlaceHolder placeHolder concode_field_sep void testSerialization concode_elem_sep void testHashcode concode_elem_sep void testEquals
void function ( ) { ShortTextTitle loc0 = new ShortTextTitle ( "srini_string" ) ; ShortTextTitle loc1 = ( ShortTextTitle ) loc0 . clone ( ) ; assertTrue ( loc0 != loc1 ) ; assertTrue ( loc0 . getClass ( ) == loc1 . getClass ( ) ) ; assertTrue ( loc0 . equals ( loc1 ) ) ; }
3,152
get the adjacencies of the workflow concode_field_sep JobSubmitted datum concode_field_sep JobID getJobId concode_elem_sep String getWorkflowNodeName concode_elem_sep String getJobName concode_elem_sep long getSubmitTime concode_elem_sep String getWorkflowName concode_elem_sep EventType getEventType concode_elem_sep Ob...
String function ( ) { if ( datum . getWorkflowAdjacencies ( ) != null ) { return datum . getWorkflowAdjacencies ( ) . toString ( ) ; } return null ; }
3,153
returns map containing a single entry . 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
Map < K , V > function ( K arg0 , V arg1 ) { Map loc0 = of ( ) ; loc0 . put ( arg0 , arg1 ) ; return loc0 ; }
3,154
utility method to handle logging . if ` quietmode ' is set , this method does nothing concode_field_sep MqttConnectOptions mqttoptions concode_elem_sep ReactApplicationContext _reactContext concode_elem_sep WritableMap defaultOptions concode_elem_sep int clientRef concode_elem_sep MqttAsyncClient client concode_elem_se...
void function ( String arg0 ) { Log . d ( TAG , arg0 ) ; }
3,155
gets the image directory to use for the selectinputdate and tree theming . concode_field_sep String tempStyle concode_elem_sep String imageDirPath concode_elem_sep ArrayList styleList concode_elem_sep String cssPath concode_elem_sep String XP concode_elem_sep String currentStyle concode_elem_sep String RIME concode_ele...
String function ( ) { return ( ( StylePath ) styleMap . get ( currentStyle ) ) . imageDirPath ; }
3,156
explicit relationship to diagram data part concode_field_sep String cs concode_elem_sep String qs concode_elem_sep String lo concode_elem_sep String dm concode_field_sep void setQs concode_elem_sep void setLo concode_elem_sep String getLo concode_elem_sep String getQs concode_elem_sep void setCs concode_elem_sep String...
String function ( ) { if ( dm == null ) { return "srini_string" ; } else { return dm ; } }
3,157
returns the time difference between the first and last events in this log . concode_field_sep String TAG concode_elem_sep boolean ENABLED concode_elem_sep boolean mFinished concode_elem_sep String name concode_elem_sep boolean DEBUG concode_elem_sep List<Marker> mMarkers concode_elem_sep long thread concode_elem_sep lo...
long function ( ) { if ( mMarkers . size ( ) == 0 ) { return 0 ; } long loc0 = mMarkers . get ( 0 ) . time ; long loc1 = mMarkers . get ( mMarkers . size ( ) - 1 ) . time ; return loc1 - loc0 ; }
3,158
returns true if getconnection has been called and a leas has been given . concode_field_sep JDBCConnection userConnection concode_elem_sep OrderedHashSet listeners concode_elem_sep JDBCConnection connection concode_elem_sep boolean isInUse concode_field_sep Connection getConnection concode_elem_sep void removeStatement...
boolean function ( ) { return isInUse ; }
3,159
sets the value of the widgetinfo property . concode_field_sep Layout layout concode_elem_sep Widgetaction widgetaction concode_elem_sep Label label concode_elem_sep Widgetinfo widgetinfo concode_field_sep Layout getLayout concode_elem_sep Widgetinfo getWidgetinfo concode_elem_sep void setWidgetaction concode_elem_sep L...
void function ( Widgetinfo arg0 ) { this . widgetinfo = arg0 ; }
3,160
the prime responsibility of the renderhub is to perform a render call on the submitted renderable . each call to this method is submitted and , if not already in the queue , placed on the queue to be rendered . the thread pool is created here if does not yet exist using whatever configuration values have been set . con...
void function ( Renderable arg0 ) { if ( renderService == null ) { createCoreService ( ) ; } renderService . execute ( new RunnableRender ( arg0 ) ) ; }
3,161
updates the time of last received heart beat to the current system time . concode_field_sep Object instanceLock concode_elem_sep ActorGateway actorGateway concode_elem_sep ResourceID resourceId concode_elem_sep SlotAvailabilityListener slotAvailabilityListener concode_elem_sep long lastReceivedHeartBeat concode_elem_se...
void function ( ) { this . lastReceivedHeartBeat = System . currentTimeMillis ( ) ; }
3,162
adds to the time taken to process a response at the scaling layer . concode_field_sep ScalingMetricsTracker scalingMetricsTracker concode_elem_sep String DEFAULT_REQUEST_TYPE concode_elem_sep long roundTripTimeInMs concode_elem_sep long requestReceivedTime concode_elem_sep RestRequestMetrics defaultMetrics concode_elem...
long function ( long arg0 ) { return responseProcessingTimeInMs . addAndGet ( arg0 ) ; }
3,163
setup this object , which means that it is used and associated with an object . the object can be any java object that is useful for an implementation of abstractwmfpainter that uses this gdiobject.for example , if the painter paints in a java graphics2d : for a pen or brush gdiobject : the object will be a color for a...
void function ( int arg0 , Object arg1 ) { obj = arg1 ; type = arg0 ; used = true ; }
3,164
is the last name column rendered ? concode_field_sep boolean renderFirstName concode_elem_sep boolean multipleSelection concode_elem_sep boolean renderLastName concode_elem_sep boolean renderPhone concode_elem_sep Person[] personsList concode_elem_sep List selectedRows concode_elem_sep String scrollableHeight concode_e...
boolean function ( ) { return renderLastName ; }
3,165
returns the spring bean id for this bean . concode_field_sep ModuleLocalService _moduleLocalService concode_field_sep com.liferay.marketplace.model.Module getModule concode_elem_sep void setWrappedModuleLocalService concode_elem_sep void setWrappedService concode_elem_sep com.liferay.portal.kernel.dao.orm.ActionableDyn...
java . lang . String function ( ) { return _moduleLocalService . getBeanIdentifier ( ) ; }
3,166
gets the value of the mustunderstand property . concode_field_sep String actor concode_elem_sep String assertionConsumerServiceURL concode_elem_sep Boolean mustUnderstand concode_field_sep void setActor concode_elem_sep String getAssertionConsumerServiceURL concode_elem_sep void setMustUnderstand concode_elem_sep Strin...
Boolean function ( ) { return mustUnderstand ; }
3,167
split a path into elements , stripping empty elements concode_field_sep Pattern PATH_ENTRY_VALIDATION_PATTERN concode_field_sep String createFullPath concode_elem_sep String encodeYarnID concode_elem_sep String validateElementsAsDNS concode_elem_sep String validateZKPath concode_elem_sep String parentOf concode_elem_se...
List < String > function ( String arg0 ) { String [ ] loc0 = arg0 . split ( "srini_string" ) ; List < String > loc1 = new ArrayList < String > ( loc0 . length ) ; for ( String loc2 : loc0 ) { if ( ! loc2 . isEmpty ( ) ) { loc1 . add ( loc2 ) ; } } return loc1 ; }
3,168
returns the instrumentation jar in the given semantics . concode_field_sep ImmutableList<String> SOURCE_JAR_COMMAND_LINE_ARGS concode_elem_sep String SINGLEJAR_MAX_MEMORY concode_elem_sep RuleContext ruleContext concode_field_sep AnalysisEnvironment getAnalysisEnvironment concode_elem_sep PathFragment outputDir concode...
Iterable < Artifact > function ( JavaSemantics arg0 ) { return arg0 . getInstrumentationJars ( ruleContext ) ; }
3,169
sets the z-order of the hud component concode_field_sep HUDComponent component concode_elem_sep HUDView2D view concode_elem_sep Logger logger concode_elem_sep int zorder concode_elem_sep HUDImageComponent icon concode_elem_sep HUDView3D worldView concode_elem_sep Window2D frameWindow concode_elem_sep HUDComponentVisual...
void function ( int arg0 ) { this . zorder = arg0 ; }
3,170
adds a name/value pair to the formatted output in name = value format . concode_field_sep ValueHolder next concode_elem_sep ValueHolder holderTail concode_elem_sep String name concode_elem_sep String className concode_elem_sep boolean omitNullValues concode_elem_sep ValueHolder holderHead concode_elem_sep Object value ...
ToStringHelper function ( String arg0 , float arg1 ) { return addHolder ( arg0 , String . valueOf ( arg1 ) ) ; }
3,171
returns the set of terms that have been indexed . should be used for development and testing , not production . concode_field_sep Jedis jedis concode_field_sep boolean isIndexed concode_elem_sep void deleteAllKeys concode_elem_sep Map<String,Integer> getCounts concode_elem_sep Set<String> urlSetKeys concode_elem_sep vo...
Set < String > function ( ) { Set < String > loc0 = urlSetKeys ( ) ; Set < String > loc1 = new HashSet < String > ( ) ; for ( String loc2 : loc0 ) { String [ ] loc3 = loc2 . split ( "srini_string" ) ; if ( loc3 . length < 2 ) { loc1 . add ( "srini_string" ) ; } else { loc1 . add ( loc3 [ 1 ] ) ; } } return loc1 ; }
3,172
returns whether v is one of the vertices of this polygon . concode_field_sep DirectPosition[] vertices concode_field_sep List<DirectPosition> reduce concode_elem_sep void setCoordinates concode_elem_sep boolean containsAll concode_elem_sep void enlarge concode_elem_sep Polygon clone concode_elem_sep DirectPosition[] ge...
boolean function ( DirectPosition arg0 ) { for ( int loc0 = 0 ; loc0 < vertices . length ; loc0 ++ ) { if ( arg0 == vertices [ loc0 ] ) { return true ; } } return false ; }
3,173
sets the value of the isdefault property . concode_field_sep String notes concode_elem_sep DeliveryRateType deliveryRateType concode_elem_sep String lineItemName concode_elem_sep CreativeRotationType creativeRotationType concode_elem_sep Boolean isDefault concode_elem_sep LineItemType lineItemType concode_elem_sep Stri...
void function ( Boolean arg0 ) { this . isDefault = arg0 ; }
3,174
create an instance of jaxbelement concode_field_sep QName _OrganisationName_QNAME concode_elem_sep QName _PartyName_QNAME concode_elem_sep QName _PersonName_QNAME concode_field_sep JAXBElement<PartyNameType> createPartyName concode_elem_sep PersonNameType createPersonNameType concode_elem_sep PartyNameType.PersonName c...
JAXBElement < OrganisationNameType > function ( OrganisationNameType arg0 ) { return new JAXBElement < OrganisationNameType > ( _OrganisationName_QNAME , OrganisationNameType . class , null , arg0 ) ; }
3,175
adds the error code and the key to the list of errors . this list is populated during construction or addition of elements and is used outside this class to act upon the errors . concode_field_sep String fileName concode_elem_sep boolean resource concode_elem_sep String[] errorKeys concode_elem_sep Properties stringPro...
void function ( int arg0 , String arg1 ) { errorCodes = ( int [ ] ) ArrayUtil . resizeArray ( errorCodes , errorCodes . length + 1 ) ; errorKeys = ( String [ ] ) ArrayUtil . resizeArray ( errorKeys , errorKeys . length + 1 ) ; errorCodes [ errorCodes . length - 1 ] = arg0 ; errorKeys [ errorKeys . length - 1 ] = arg1 ;...
3,176
checks whether the shape is opaque . default impl returns true . override if your subclass can be opaque . concode_field_sep float mHeight concode_elem_sep float mWidth concode_field_sep void onResize concode_elem_sep float getHeight concode_elem_sep Shape clone concode_elem_sep void resize concode_elem_sep float getWi...
boolean function ( ) { return true ; }
3,177
sets counters . concode_field_sep Collection<Integer> pendingReducers concode_elem_sep HadoopJobId jobId concode_elem_sep Map<HadoopInputSplit,Integer> pendingSplits concode_elem_sep HadoopMapReducePlan mrPlan concode_elem_sep Map<Integer,HadoopProcessDescriptor> reducersAddrs concode_elem_sep long ver concode_elem_sep...
void function ( HadoopCounters arg0 ) { this . counters = arg0 ; }
3,178
set the http status to use for the response . the response status is set just prior to view rendering . concode_field_sep Object view concode_elem_sep ModelMap model concode_elem_sep HttpStatus status concode_elem_sep boolean cleared concode_field_sep boolean wasCleared concode_elem_sep Map<String,Object> getModel conc...
void function ( HttpStatus arg0 ) { this . status = arg0 ; }
3,179
gets the username used to login with concode_field_sep String ipAddress concode_elem_sep String userName concode_elem_sep int retryPolling concode_field_sep String getIpAddress concode_elem_sep void setUserName concode_elem_sep int getRetryPolling concode_elem_sep void setRetryPolling concode_elem_sep void setIpAddress
String function ( ) { return userName ; }
3,180
remove single or double quotes . concode_field_sep char[] lowercases concode_elem_sep String __ISO_8859_1 concode_elem_sep String __UTF_8 concode_elem_sep String __LINE_SEPARATOR concode_field_sep boolean endsWithIgnoreCase concode_elem_sep String asciiToLowerCase concode_elem_sep boolean equals concode_elem_sep String...
String function ( String arg0 ) { return QuotedStringTokenizer . unquote ( arg0 ) ; }
3,181
retrieves published dwc-a file for a specific version of a resource . concode_field_sep String TMP_DIR concode_elem_sep String DWCA_FILENAME concode_elem_sep String PUBLICATION_LOG_FILENAME concode_elem_sep String CONFIG_DIR concode_elem_sep Random RANDOM concode_elem_sep String LOGGING_DIR concode_elem_sep File dataDi...
File function ( @ NotNull String arg0 , @ NotNull BigDecimal arg1 ) { String loc0 = "srini_string" + arg1 . toPlainString ( ) + "srini_string" ; return dataFile ( RESOURCES_DIR + "srini_string" + arg0 + "srini_string" + loc0 ) ; }
3,182
sets the limit line value to the model in a persistable string format . concode_field_sep String value concode_elem_sep String SENTINAL_VALUE concode_field_sep String getValue
void function ( String arg0 ) { value = arg0 ; }
3,183
sets the value of the modelstate property . concode_field_sep String owner concode_elem_sep String componentType concode_elem_sep String creator concode_elem_sep String componentId concode_elem_sep String modelState concode_elem_sep List<ComponentRefType> componentRefs concode_elem_sep XMLGregorianCalendar creationDate...
void function ( String arg0 ) { this . modelState = arg0 ; }
3,184
tests that the concurrency on a singleton bean with lock type read works as expected concode_field_sep ReadOnlySingletonBean readOnlySingletonBean concode_elem_sep Logger log concode_elem_sep LongWritesSingletonBean longWritesSingletonBean concode_elem_sep int num concode_elem_sep ReadOnlySingletonBeanDescriptorWithExp...
void function ( ) { testReadOnlySingleton ( readOnlySingletonBean ) ; }
3,185
returns the order where the receiver is processed . list items are processed in ascending order . the order must be filled and its value must be a non-negative integer that is unique among all items in the list . concode_field_sep boolean allow concode_elem_sep boolean filterPresenceOut concode_elem_sep boolean filterI...
long function ( ) { return order ; }
3,186
details of the image uploaded . concode_field_sep Image image concode_field_sep int hashCode concode_elem_sep boolean equals concode_elem_sep PutImageResult clone concode_elem_sep String toString concode_elem_sep Image getImage concode_elem_sep void setImage
PutImageResult function ( Image arg0 ) { setImage ( arg0 ) ; return this ; }
3,187
get the location the text of the identifier object is associated with concode_field_sep String BL concode_elem_sep String TR concode_elem_sep String TL concode_elem_sep String BR concode_elem_sep String location concode_elem_sep String text concode_field_sep void setLocation concode_elem_sep String getText concode_elem...
String function ( ) { return location ; }
3,188
getter for tempdatadir . concode_field_sep String tempDataDir concode_elem_sep boolean isReplicatedJoin concode_elem_sep String rowBufferSize concode_elem_sep boolean isDieOnError concode_elem_sep boolean isLookInParallel concode_field_sep boolean isReplicatedJoin concode_elem_sep void setDieOnError concode_elem_sep vo...
String function ( ) { return this . tempDataDir ; }
3,189
set redirect url concode_field_sep long serialVersionUID concode_elem_sep HttpSession e_session concode_elem_sep WebInfo wi concode_elem_sep Properties ctx concode_elem_sep StringBuffer e_xmlCode concode_elem_sep String e_redirectURL concode_elem_sep HttpServletRequest e_request concode_field_sep void setXML concode_el...
void function ( String arg0 ) { e_redirectURL = arg0 ; }
3,190
set the name of the aspect bean . this is the bean that is returned when calling #getaspectinstance . concode_field_sep BeanFactory beanFactory concode_elem_sep String aspectBeanName concode_field_sep int getOrder concode_elem_sep Object getAspectInstance concode_elem_sep ClassLoader getAspectClassLoader concode_elem_s...
void function ( String arg0 ) { this . aspectBeanName = arg0 ; }
3,191
unit test of serveraccesspreference #serveraccesspreference . concode_field_sep PlaceHolder placeHolder concode_field_sep void setUpBeforeClass concode_elem_sep void testAddGui
void function ( ) { assertNotNull ( new ServerAccessPreference . Factory ( ) . createPreferenceSetting ( ) ) ; }
3,192
do a manual initialization after manually creating the client . this is only used in the polopoly case , where a web client already has access to a polopolycontext and the client must reuse it . concode_field_sep Logger LOGGER concode_elem_sep ClientContext context concode_elem_sep boolean initialized concode_field_sep...
ClientContext function ( Object arg0 ) { ClientInitializer loc0 = preInitialization ( ) ; return initializeManually ( loc0 , arg0 ) ; }
3,193
gets the entry name concode_field_sep String name concode_elem_sep int id concode_elem_sep String value concode_field_sep void setName concode_elem_sep String getValue concode_elem_sep void setValue concode_elem_sep void setId concode_elem_sep int getId
String function ( ) { return this . name ; }
3,194
removes the given state machine from runtime service . concode_field_sep ReentrantReadWriteLock lock concode_elem_sep TimerTask timerTask concode_elem_sep Timer timer concode_elem_sep List<IStatemachine> statemachineSet concode_field_sep void cancel concode_elem_sep void run concode_elem_sep boolean addStatemachine
boolean function ( IStatemachine arg0 ) { lock . writeLock ( ) . lock ( ) ; boolean loc0 = statemachineSet . remove ( arg0 ) ; lock . writeLock ( ) . unlock ( ) ; return loc0 ; }
3,195
sets the maximum number of cache entries the cache will retain . concode_field_sep int DEFAULT_ASYNCHRONOUS_WORKERS_MAX concode_elem_sep float heuristicCoefficient concode_elem_sep long heuristicDefaultLifetime concode_elem_sep float DEFAULT_HEURISTIC_COEFFICIENT concode_elem_sep int asynchronousWorkersMax concode_elem...
void function ( int arg0 ) { this . maxCacheEntries = arg0 ; }
3,196
removes the supplied variablefield concode_field_sep Leader leader concode_elem_sep List<ControlField> controlFields concode_elem_sep Long id concode_elem_sep String type concode_elem_sep List<DataField> dataFields concode_field_sep Leader getLeader concode_elem_sep List<ControlField> getControlFields concode_elem_sep ...
void function ( final VariableField arg0 ) { if ( arg0 instanceof ControlField ) { controlFields . remove ( arg0 ) ; } else { dataFields . remove ( arg0 ) ; } }
3,197
gets the value of the description property . concode_field_sep String name concode_elem_sep String description concode_elem_sep long serialVersionUID concode_field_sep void setName concode_elem_sep String getName concode_elem_sep void setDescription
String function ( ) { return description ; }
3,198
provides serialization support . concode_field_sep double rotateX concode_elem_sep Paint outlinePaint concode_elem_sep int size concode_elem_sep AffineTransform transform concode_elem_sep Paint highlightPaint concode_elem_sep double rotateY concode_elem_sep Stroke outlineStroke concode_elem_sep Paint fillPaint concode_...
void function ( ObjectOutputStream arg0 ) { arg0 . defaultWriteObject ( ) ; SerialUtilities . writeStroke ( this . outlineStroke , arg0 ) ; SerialUtilities . writePaint ( this . outlinePaint , arg0 ) ; SerialUtilities . writePaint ( this . fillPaint , arg0 ) ; SerialUtilities . writePaint ( this . highlightPaint , arg0...
3,199
sets the view url to which the user will be redirected after authentication concode_field_sep SocialAuthManager manager concode_elem_sep AuthProvider provider concode_elem_sep LogProvider log concode_elem_sep String viewUrl concode_elem_sep long serialVersionUID concode_elem_sep String id concode_elem_sep SocialAuthCon...
void function ( final String arg0 ) { this . viewUrl = arg0 ; }