idx
int64
0
25k
question
stringlengths
68
5.14k
target
stringlengths
20
503
11,100
this private method is used to access the user objects in the collection and perform operations on them . concode_field_sep int INSERT concode_elem_sep int DELETE concode_elem_sep User uPublic concode_elem_sep HsqlArrayList uUser concode_elem_sep int SELECT concode_elem_sep int ALL concode_elem_sep int UPDATE concode_f...
User function ( String arg0 ) { for ( int loc0 = 0 , loc1 = uUser . size ( ) ; loc0 < loc1 ; loc0 ++ ) { User loc2 = ( User ) uUser . get ( loc0 ) ; if ( ( loc2 != null ) && loc2 . getName ( ) . equals ( arg0 ) ) { return loc2 ; } } throw Trace . error ( Trace . USER_NOT_FOUND , arg0 ) ; }
11,101
create copy of the src array . concode_field_sep PlaceHolder placeHolder concode_field_sep boolean contains concode_elem_sep void copyWithoutNulls concode_elem_sep T getItemAtPositionOrNull concode_elem_sep void concat
T [ ] function ( T [ ] arg0 ) { return Arrays . copyOf ( arg0 , arg0 . length ) ; }
11,102
returns the value . concode_field_sep RegularTimePeriod period concode_elem_sep long serialVersionUID concode_elem_sep Number value concode_field_sep int hashCode concode_elem_sep void setValue concode_elem_sep boolean equals concode_elem_sep Object clone concode_elem_sep int compareTo concode_elem_sep RegularTimePerio...
Number function ( ) { return this . value ; }
11,103
creates a new odataconsumer for the given odata service root uri.wrapper for odataconsumers.newbuilder servicerooturi . build . concode_field_sep String JERSEY_CONSUMERIMPL concode_elem_sep ClassLoader classLoader concode_elem_sep String JERSEY_CONSUMER_CLASSNAME concode_elem_sep String CONSUMERIMPL_PROPERTY concode_el...
ODataConsumer function ( String arg0 ) { return ODataConsumers . newBuilder ( arg0 ) . build ( ) ; }
11,104
the name of the config attribute that can be used to deny access to oauth2 client . defaults to deny_oauth . concode_field_sep ClientDetailsService clientDetailsService concode_elem_sep boolean clientAuthoritiesAreScopes concode_elem_sep boolean throwException concode_elem_sep String clientHasScope concode_field_sep vo...
void function ( String arg0 ) { this . clientHasScope = arg0 ; }
11,105
concatenate a translation . concode_field_sep SquareMatrix scale concode_elem_sep SquareMatrix m_aTranslate concode_elem_sep Vertex center concode_elem_sep SquareMatrix rotateZ concode_elem_sep SquareMatrix rotateY concode_elem_sep SquareMatrix rotateX concode_elem_sep SquareMatrix rotate concode_elem_sep SquareMatrix ...
void function ( final SquareMatrix arg0 ) { try { transform = transform . multiply ( arg0 ) ; } catch ( final MatrixException loc0 ) { } }
11,106
returns the hostname verifier , or null if this is not an https address . concode_field_sep Proxy proxy concode_elem_sep List<String> transports concode_elem_sep int uriPort concode_elem_sep SSLSocketFactory sslSocketFactory concode_elem_sep HostnameVerifier hostnameVerifier concode_elem_sep OkAuthenticator authenticat...
HostnameVerifier function ( ) { return hostnameVerifier ; }
11,107
diagonal elements of the diagonal d matrix . concode_field_sep double[] d concode_elem_sep double vv[] concode_elem_sep double[] el concode_elem_sep DenseMatrix64F L concode_elem_sep int n concode_elem_sep int maxWidth concode_field_sep double[] _getVV concode_elem_sep void setExpectedMaxSize concode_elem_sep DenseMatr...
double [ ] function ( ) { return d ; }
11,108
the radius for this neighborhood function is always 1 . concode_field_sep PlaceHolder placeHolder concode_field_sep double function concode_elem_sep void setRadius
double function ( ) { return 1 ; }
11,109
get the org.slf4j.logger for this class 's category . this should be used by subclasses for logging . concode_field_sep Logger log concode_field_sep placeholderType placeHolder
Logger function ( ) { return log ; }
11,110
get a image translation concode_field_sep Map<String,String> textTranslations concode_elem_sep Map<String,String> imageTranslations concode_elem_sep I18nService i18nService concode_elem_sep String lang concode_elem_sep boolean allTranslationLoaded concode_field_sep String getTextTranslation concode_elem_sep Map<String,...
String function ( String arg0 ) { String loc0 = null ; if ( arg0 != null ) { if ( ! imageTranslations . containsKey ( arg0 ) ) { loc0 = i18nService . getTypedValue ( arg0 , lang , I18nService . TYPE_IMAGE ) ; imageTranslations . put ( arg0 , loc0 ) ; } else { loc0 = imageTranslations . get ( arg0 ) ; } } return loc0 ; ...
11,111
create an index hint object . concode_field_sep LinkedHashSet<String> allowedIndexes concode_field_sep Set<String> getAllowedIndexes concode_elem_sep boolean allowIndex concode_elem_sep String toString
IndexHints function ( LinkedHashSet < String > arg0 ) { return new IndexHints ( arg0 ) ; }
11,112
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 ] ; }
11,113
gets the value of the description 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 groupVal...
String function ( ) { return description ; }
11,114
updates the portal preferences in the database or adds it if it does not yet exist . also notifies the appropriate model listeners . concode_field_sep PortalPreferencesLocalService _service concode_field_sep java.lang.String getOSGiServiceIdentifier concode_elem_sep com.liferay.portal.kernel.dao.orm.ActionableDynamicQu...
com . liferay . portal . model . PortalPreferences function ( com . liferay . portal . model . PortalPreferences arg0 ) { return getService ( ) . updatePortalPreferences ( arg0 ) ; }
11,115
gets the cell value for this update . concode_field_sep boolean hasTimestamp concode_elem_sep byte[] val concode_elem_sep byte[] columnFamily concode_elem_sep boolean deleted concode_elem_sep byte[] columnVisibility concode_elem_sep byte[] columnQualifier concode_elem_sep long timestamp concode_field_sep boolean hasTim...
byte [ ] function ( ) { return this . val ; }
11,116
sets the feedattributeid value for this attributefieldmapping . concode_field_sep java.lang.Object __equalsCalc concode_elem_sep org.apache.axis.description.TypeDesc typeDesc concode_elem_sep boolean __hashCodeCalc concode_elem_sep java.lang.Long feedAttributeId concode_elem_sep java.lang.Integer fieldId concode_field_...
void function ( java . lang . Long arg0 ) { this . feedAttributeId = arg0 ; }
11,117
getblurredimage . concode_field_sep PlaceHolder placeHolder concode_field_sep BufferedImage getImage concode_elem_sep BufferedImage getImage
BufferedImage function ( BufferedImage arg0 , int arg1 , float arg2 ) { float loc0 = arg2 / ( arg1 * arg1 ) ; float [ ] loc1 = new float [ arg1 * arg1 ] ; for ( int loc2 = 0 , loc3 = arg1 * arg1 ; loc2 < loc3 ; loc2 ++ ) loc1 [ loc2 ] = loc0 ; ConvolveOp loc4 = new ConvolveOp ( new Kernel ( arg1 , arg1 , loc1 ) ) ; ret...
11,118
sets the runner mode for jstestdriver . the runner mode is a combination of logging and reporting level indications . concode_field_sep List<JsTestDriverValidator> DEFAULT_VALIDATORS concode_elem_sep boolean raiseOnFailure concode_elem_sep FlagsParser flagsParser concode_elem_sep Configuration configuration concode_ele...
JsTestDriverBuilder function ( RunnerMode arg0 ) { this . runnerMode = arg0 ; return this ; }
11,119
return whether the set of method overrides is empty . concode_field_sep boolean modified concode_elem_sep Set<MethodOverride> overrides concode_field_sep void addOverrides concode_elem_sep MethodOverride getOverride concode_elem_sep int hashCode concode_elem_sep boolean equals concode_elem_sep Set<MethodOverride> getOv...
boolean function ( ) { return ( ! this . modified || this . overrides . isEmpty ( ) ) ; }
11,120
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 String TAG concode_elem_sep PluginManager pluginManager concode_...
void function ( int arg0 ) { activityResultRequestCode = arg0 ; }
11,121
sets holdings marc records . concode_field_sep List<HoldingsMarcRecord> holdingsMarcRecords concode_elem_sep Record bibRecord concode_field_sep void setBibRecord concode_elem_sep Record getBibRecord concode_elem_sep List<HoldingsMarcRecord> getHoldingsMarcRecords
void function ( List < HoldingsMarcRecord > arg0 ) { this . holdingsMarcRecords = arg0 ; }
11,122
dependency injection for the realm name . concode_field_sep boolean initializing concode_elem_sep String realm concode_field_sep boolean isPasswordValid concode_elem_sep void afterPropertiesSet concode_elem_sep String md5Hex concode_elem_sep void resetInitializing concode_elem_sep String encodePassword
void function ( final String arg0 ) { realm = arg0 ; }
11,123
updates the state of the game/animation based on the amount of elapsed time that has passed . concode_field_sep DisplayMode POSSIBLE_MODES[] concode_elem_sep boolean isRunning concode_elem_sep int FONT_SIZE concode_elem_sep ScreenManager screen concode_field_sep void init concode_elem_sep void lazilyExit concode_elem_s...
void function ( long arg0 ) { }
11,124
looks up the identifier as generated by the current source graph being tested . concode_field_sep GraphStrategy strategyToTest concode_elem_sep TestName name concode_elem_sep Graph g concode_elem_sep String tempPath concode_elem_sep GraphProvider graphProvider concode_elem_sep Configuration config concode_field_sep voi...
Object function ( final Graph arg0 , final String arg1 ) { return convertToVertex ( arg0 , arg1 ) . id ( ) ; }
11,125
returns the 3-digit code associated with this warning . concode_field_sep Pattern WARN_DATE_PATTERN concode_elem_sep String ASCTIME_DATE concode_elem_sep String HOST concode_elem_sep Date warnDate concode_elem_sep int warnCode concode_elem_sep int offs concode_elem_sep String IPV4ADDRESS concode_elem_sep int init_offs ...
int function ( ) { return warnCode ; }
11,126
get the configuration from the context . this configuration is not necessarily the same configuration used by the application , as the applicationloader may , through it 's own mechanisms , modify it or completely ignore it . concode_field_sep play.api.ApplicationLoader.Context underlying concode_field_sep Context with...
Config function ( ) { return underlying . initialConfiguration ( ) . underlying ( ) ; }
11,127
remove a host component state entity from this host entity . concode_field_sep String hostAttributes concode_elem_sep String hostName concode_elem_sep Long lastRegistrationTime concode_elem_sep Collection<ClusterEntity> clusterEntities concode_elem_sep String rackInfo concode_elem_sep HostStateEntity hostStateEntity co...
void function ( HostComponentStateEntity arg0 ) { hostComponentStateEntities . remove ( arg0 ) ; }
11,128
gets the author . concode_field_sep String END_URI_ELEMENT concode_elem_sep String START_TITLE_ELEMENT concode_elem_sep String link concode_elem_sep String title concode_elem_sep String END_SUMMARY_ELEMENT concode_elem_sep String LINK_ELEMENT concode_elem_sep String START_ENTRY_ELEMENT concode_elem_sep String LINK_VARI...
String function ( ) { return author ; }
11,129
these comments will be copied to the overriden method . concode_field_sep PlaceHolder placeHolder concode_field_sep void publicMethod concode_elem_sep void privateMethod concode_elem_sep void packagePrivateMethod
void function ( ) { }
11,130
get the relation type for the given handler concode_field_sep boolean isAdminHandler concode_elem_sep String rel concode_elem_sep AbstractHandler handlerInstance concode_elem_sep Class<? extends BasisHandler> contextClass concode_elem_sep String uri concode_elem_sep Class<? extends AbstractHandler> handlerClass concode...
String function ( ) { return rel ; }
11,131
creates a griddatafactory initialized with defaults . initial values are : align swt.fill , swt.fill exclude false grab false , false span 1,1 concode_field_sep GridData data concode_field_sep GridDataFactory fillDefaultsInternal concode_elem_sep GridDataFactory align concode_elem_sep GridDataFactory grab concode_elem_...
GridDataFactory function ( ) { return new GridDataFactory ( ) . fillDefaultsInternal ( ) ; }
11,132
log a line of stdout/stderr output this could produce a lot of output if the shell commands are noisy concode_field_sep int LOG_GENERAL concode_elem_sep OnLogListener logListener concode_elem_sep int LOG_COMMAND concode_elem_sep int LOG_NONE concode_elem_sep int LOG_ALL concode_elem_sep int logTypes concode_elem_sep in...
void function ( String arg0 ) { logCommon ( LOG_OUTPUT , "srini_string" , arg0 ) ; }
11,133
the amount of the recurring charge . concode_field_sep String recurringChargeFrequency concode_elem_sep Double recurringChargeAmount concode_field_sep Double getRecurringChargeAmount concode_elem_sep RecurringCharge withRecurringChargeFrequency concode_elem_sep void setRecurringChargeFrequency concode_elem_sep int hash...
void function ( Double arg0 ) { this . recurringChargeAmount = arg0 ; }
11,134
gets the count of values . concode_field_sep PlaceHolder placeHolder concode_field_sep Object getValue concode_elem_sep int getAttributes concode_elem_sep void removeValue concode_elem_sep void setValue concode_elem_sep boolean isScalar concode_elem_sep boolean containsData concode_elem_sep void addValue
int function ( ) { return 0 ; }
11,135
flushes the right column buffer , printing it and clearing the buffer . if the buffer is already empty , this does nothing . concode_field_sep int leftWidth concode_elem_sep StringBuffer leftBuf concode_elem_sep StringBuffer rightBuf concode_elem_sep IndentingWriter rightColumn concode_elem_sep IndentingWriter leftColu...
void function ( ) { }
11,136
gets the s field . concode_field_sep Node p concode_elem_sep Node s concode_elem_sep STripleList patterns concode_elem_sep ArrayList<FunctionalDependency> fds concode_elem_sep Node o concode_field_sep MediationResult setPatterns concode_elem_sep MediationResult setFD concode_elem_sep MediationResult setS concode_elem_s...
Node function ( ) { return s ; }
11,137
sets the x-index for the entry concode_field_sep Object mData concode_elem_sep int mXIndex concode_elem_sep float mVal concode_field_sep float getVal concode_elem_sep int getXIndex concode_elem_sep void setData concode_elem_sep boolean equalTo concode_elem_sep String toString concode_elem_sep Entry copy concode_elem_se...
void function ( int arg0 ) { this . mXIndex = arg0 ; }
11,138
return the full name . concode_field_sep String password concode_elem_sep String fullName concode_elem_sep String fromAddress concode_elem_sep String username concode_elem_sep String replyToAddress concode_elem_sep Hashtable subscriptions concode_field_sep void setPassword concode_elem_sep void setFromAddress concode_e...
String function ( ) { return ( this . fullName ) ; }
11,139
get the data object from the element . concode_field_sep ChannelMessage msg concode_elem_sep LinkObject next concode_elem_sep InterceptorPayload payload concode_elem_sep Member[] destination concode_elem_sep byte[] key concode_field_sep LinkObject next concode_elem_sep byte[] getKey concode_elem_sep InterceptorPayload ...
ChannelMessage function ( ) { return msg ; }
11,140
return the name . concode_field_sep String name concode_elem_sep String value concode_field_sep void setName concode_elem_sep String getValue concode_elem_sep int hashCode concode_elem_sep void setValue concode_elem_sep boolean equals concode_elem_sep String toString
String function ( ) { return name ; }
11,141
returns the millisecond closest to the middle of the time period . concode_field_sep TimeZone DEFAULT_TIME_ZONE concode_elem_sep Calendar WORKING_CALENDAR concode_field_sep RegularTimePeriod next concode_elem_sep RegularTimePeriod createInstance concode_elem_sep long getLastMillisecond concode_elem_sep long getLastMill...
long function ( ) { long loc0 = getFirstMillisecond ( ) ; long loc1 = getLastMillisecond ( ) ; return loc0 + ( loc1 - loc0 ) / 2 ; }
11,142
if the property value must be one of a set of known tagged values , then this method should return an array of the tags . this can be used to represent for example enum values . if a propertyeditor supports tags , then it should support the use of setastext with a tag value as a way of setting the value and the use of ...
String [ ] function ( ) { return new String [ ] { "srini_string" , "srini_string" , "srini_string" } ; }
11,143
gets the value of the showcolstripes property . concode_field_sep Object parent concode_elem_sep Boolean showLastColumn concode_elem_sep Boolean showColHeaders concode_elem_sep Boolean showRowStripes concode_elem_sep Boolean showColStripes concode_elem_sep String name concode_elem_sep Boolean showRowHeaders concode_fie...
Boolean function ( ) { return showColStripes ; }
11,144
performs a dynamic query on the database and returns an ordered range of the matching rows . useful when paginating results . returns a maximum of end - start instances . start and end are not primary keys , they are indexes in the result set . thus , 0 refers to the first result in the set . setting both start and end...
java . util . List < T > function ( com . liferay . portal . kernel . dao . orm . DynamicQuery arg0 , int arg1 , int arg2 , com . liferay . portal . kernel . util . OrderByComparator < T > arg3 ) { return getService ( ) . arg0 ( arg0 , arg1 , arg2 , arg3 ) ; }
11,145
required concode_field_sep Integer size concode_elem_sep List<Product> products concode_elem_sep Map<String,Object> additionalProperties concode_field_sep Products withProducts concode_elem_sep Integer getSize concode_elem_sep void setProducts concode_elem_sep void setAdditionalProperty concode_elem_sep Products withSi...
void function ( Integer arg0 ) { this . size = arg0 ; }
11,146
prints all the timings managed by this methodtimer . concode_field_sep long maxTime concode_elem_sep Hashtable<String,Timing> times concode_elem_sep long totalTime concode_elem_sep long minTime concode_elem_sep int numCalls concode_elem_sep String name concode_elem_sep long startTime concode_field_sep double getAvgTime...
void function ( ) { System . out . println ( "srini_string" ) ; for ( String loc0 : times . keySet ( ) ) { System . out . println ( times . get ( loc0 ) . formatTiming ( ) ) ; } }
11,147
the consumed input length of the token . concode_field_sep int stop concode_elem_sep int start concode_elem_sep String buffer concode_elem_sep Object value concode_elem_sep Parser NEWLINE_PARSER concode_field_sep T getValue concode_elem_sep String getBuffer concode_elem_sep int getStart concode_elem_sep int hashCode co...
int function ( ) { return stop - start ; }
11,148
loads world concode_field_sep String creator concode_elem_sep HashMap<Team,Location> Spawns concode_elem_sep String world concode_elem_sep String name concode_elem_sep boolean isLoaded concode_field_sep String getWorldName concode_elem_sep World getWorld concode_elem_sep HashMap<Team,Location> getSpawns concode_elem_se...
void function ( ) { if ( isLoaded ) unloadWorld ( ) ; Bukkit . createWorld ( new WorldCreator ( world ) ) ; isLoaded = true ; }
11,149
sets the value of the outputsetinnerset property . concode_field_sep ArrayOfAMLCDDQAReportAllQuestionsOutputSetInnerSetTupleType outputSetInnerSet concode_field_sep ArrayOfAMLCDDQAReportAllQuestionsOutputSetInnerSetTupleType getOutputSetInnerSet
void function ( ArrayOfAMLCDDQAReportAllQuestionsOutputSetInnerSetTupleType arg0 ) { this . outputSetInnerSet = arg0 ; }
11,150
gets the value of the id property . concode_field_sep String userRecordType concode_elem_sep Long roleId concode_elem_sep String name concode_elem_sep String roleName concode_elem_sep Long id concode_elem_sep String email concode_elem_sep String preferredLocale concode_field_sep void setName concode_elem_sep String get...
Long function ( ) { return id ; }
11,151
build a pac proxy selector for the given url . concode_field_sep int DEFAULT_PROXY_PORT concode_elem_sep List<Proxy> noProxyList concode_elem_sep Pattern pattern concode_field_sep FixedProxySelector parseProxySettings concode_elem_sep List<Proxy> noProxyList
PacProxySelector function ( String arg0 ) { PacProxySelector loc0 = null ; PacScriptSource loc1 = new UrlPacScriptSource ( arg0 ) ; if ( loc1 . isScriptValid ( ) ) { loc0 = new PacProxySelector ( loc1 ) ; } return loc0 ; }
11,152
returns the feature of the device bound to item concode_field_sep InsteonAddress address concode_elem_sep String feature concode_elem_sep String productKey concode_elem_sep HashMap<String,String> params concode_field_sep HashMap<String,String> getParameters concode_elem_sep InsteonAddress getAddress concode_elem_sep St...
String function ( ) { return feature ; }
11,153
gets the value of the resourceadaptortypename property . concode_field_sep ResourceAdaptorTypeName resourceAdaptorTypeName concode_elem_sep ResourceAdaptorTypeVersion resourceAdaptorTypeVersion concode_elem_sep String id concode_elem_sep ResourceAdaptorTypeVendor resourceAdaptorTypeVendor concode_field_sep void setReso...
ResourceAdaptorTypeName function ( ) { return resourceAdaptorTypeName ; }
11,154
returns a string representation of the person . concode_field_sep String phoneNumber concode_elem_sep String name concode_elem_sep long serialVersionUID concode_field_sep void setName concode_elem_sep String getName concode_elem_sep void setPhoneNumber concode_elem_sep String getPhoneNumber concode_elem_sep int compare...
String function ( ) { return name + "srini_string" + phoneNumber + "srini_string" ; }
11,155
clears the currently set job . in case the currently set job has been scheduled but not started yet , the job wo n't be executed . concode_field_sep Runnable mSubmitJobRunnable concode_elem_sep EncodedImage mEncodedImage concode_elem_sep Runnable mDoJobRunnable concode_elem_sep JobState mJobState concode_elem_sep Strin...
void function ( ) { EncodedImage loc0 ; synchronized ( this ) { loc0 = mEncodedImage ; mEncodedImage = null ; mIsLast = false ; } EncodedImage . closeSafely ( loc0 ) ; }
11,156
gets the value of the title property . concode_field_sep MDDimensionType mdDimension concode_elem_sep String role concode_elem_sep String arcrole concode_elem_sep String show concode_elem_sep String actuate concode_elem_sep List<String> nilReason concode_elem_sep String href concode_elem_sep String type concode_elem_se...
String function ( ) { return title ; }
11,157
returns the fully qualified name of the underlying field concode_field_sep Field javaField concode_field_sep ClassInfo getType concode_elem_sep boolean equals concode_elem_sep int getModifiers
String function ( ) { return this . javaField . getName ( ) ; }
11,158
a beanfactory to use for resolving an executor name.this factory reference will automatically be set when webasynctask is used within a spring mvc controller . concode_field_sep Callable<V> timeoutCallback concode_elem_sep Runnable completionCallback concode_elem_sep String executorName concode_elem_sep Callable<V> cal...
void function ( BeanFactory arg0 ) { this . beanFactory = arg0 ; }
11,159
sets the value of the replaceall property . concode_field_sep List<Partners> partners concode_elem_sep Boolean replaceAll concode_field_sep List<Partners> getPartners concode_elem_sep boolean isReplaceAll
void function ( Boolean arg0 ) { this . replaceAll = arg0 ; }
11,160
get the deactivation state . concode_field_sep Servant servant concode_elem_sep gnuPOA poa concode_elem_sep Map objects concode_elem_sep long free_id concode_elem_sep byte[] key concode_elem_sep boolean deactivated concode_elem_sep gnuServantObject object concode_elem_sep Servant primary_servant concode_field_sep Obj f...
boolean function ( ) { return deactivated ; }
11,161
define el valor de la propiedad x509serialnumber . concode_field_sep BigInteger x509SerialNumber concode_elem_sep String x509IssuerName concode_field_sep void setX509IssuerName concode_elem_sep BigInteger getX509SerialNumber concode_elem_sep String getX509IssuerName
void function ( BigInteger arg0 ) { this . x509SerialNumber = arg0 ; }
11,162
gets the current index . should be accompanied by a call to advanceindex at some point . concode_field_sep Log LOG concode_elem_sep String IPC_CALLQUEUE_WRRMUX_WEIGHTS_KEY concode_elem_sep int numQueues concode_elem_sep AtomicInteger currentQueueIndex concode_elem_sep int[] queueWeights concode_elem_sep AtomicInteger r...
int function ( ) { return this . currentQueueIndex . get ( ) ; }
11,163
sets the character encoding used by this handler . a null valueindicates the use of the default encoding . this internal method does not check security . concode_field_sep Level DEFAULT_LEVEL concode_elem_sep Formatter formatter concode_elem_sep Filter filter concode_elem_sep ErrorManager errorMan concode_elem_sep Leve...
void function ( String arg0 ) { if ( arg0 == null ) { this . encoding = null ; } else { if ( Charset . isSupported ( arg0 ) ) { this . encoding = arg0 ; } else { throw new UnsupportedEncodingException ( arg0 ) ; } } }
11,164
gets the bestmethod value for this matchmethodtype . concode_field_sep boolean bestMethod concode_elem_sep boolean withCity concode_elem_sep boolean withPostCode concode_elem_sep uk.co.graydon.ws.GraydonDataService.types.MatchingMethodType matchingMethod concode_elem_sep java.lang.Object __equalsCalc concode_elem_sep j...
boolean function ( ) { return bestMethod ; }
11,165
check if server supports expire-at condition . concode_field_sep String value concode_elem_sep String NAME concode_field_sep String getValue concode_elem_sep String getName
boolean function ( XMPPConnection arg0 ) { return AMPManager . isConditionSupported ( arg0 , NAME ) ; }
11,166
calculates the jensen-shannon divergence between the two distributions . that is , it calculates 1/2 kl d1 | | avg d1 , d2 + kl d2 | | avg d1 , d2 . concode_field_sep PlaceHolder placeHolder concode_field_sep Distribution<K> average concode_elem_sep double overlap concode_elem_sep Distribution<K> weightedAverage concod...
double function ( Distribution < K > arg0 , Distribution < K > arg1 ) { Distribution < K > loc0 = loc0 ( arg0 , arg1 ) ; double loc1 = klDivergence ( arg0 , loc0 ) ; double loc2 = klDivergence ( arg1 , loc0 ) ; double loc3 = ( loc1 + loc2 ) / 2.0 ; return loc3 ; }
11,167
create file system . concode_field_sep HadoopFileSystemFactoryDelegate factory concode_field_sep T2<Long,Long> times concode_elem_sep String permissions concode_elem_sep void mkdirs concode_elem_sep void format concode_elem_sep String name concode_elem_sep boolean exists concode_elem_sep String permission concode_elem_...
FileSystem function ( ) { return ( FileSystem ) factory . get ( FileSystemConfiguration . DFLT_USER_NAME ) ; }
11,168
get the message for the field . if the message is currently stored as a builder , it is converted to a message bycalling 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 isClea...
MType function ( ) { if ( message == null ) { message = ( MType ) builder . buildPartial ( ) ; } return message ; }
11,169
mercator projection of geopoint at given zoom level concode_field_sep double DEG2RAD concode_field_sep double tile2lat concode_elem_sep BoundingBoxE6 getBoundingBoxFromPointInMapTile concode_elem_sep BoundingBoxE6 getBoundingBoxFromCoords concode_elem_sep GeoPoint projectPoint concode_elem_sep double tile2lon
Point function ( final IGeoPoint arg0 , final int arg1 , final Point arg2 ) { return projectGeoPoint ( arg0 . getLatitudeE6 ( ) * 1E-6 , arg0 . getLongitudeE6 ( ) * 1E-6 , arg1 , arg2 ) ; }
11,170
returns the actual limiter of this steering behavior . concode_field_sep Steerable<T> owner concode_elem_sep Limiter limiter concode_elem_sep boolean enabled concode_field_sep SteeringBehavior<T> setEnabled concode_elem_sep T newVector concode_elem_sep SteeringAcceleration<T> calculateSteering concode_elem_sep boolean ...
Limiter function ( ) { return limiter == null ? owner : limiter ; }
11,171
called by cordova.js to initialize the bridge . concode_field_sep PluginManager pluginManager concode_elem_sep int expectedBridgeSecret concode_elem_sep String LOG_TAG concode_elem_sep NativeToJsMessageQueue jsMessageQueue concode_field_sep void jsSetNativeToJsBridgeMode concode_elem_sep boolean isSecretEstablished con...
int function ( ) { SecureRandom loc0 = new SecureRandom ( ) ; expectedBridgeSecret = loc0 . nextInt ( Integer . MAX_VALUE ) ; return expectedBridgeSecret ; }
11,172
get current servcie state of phone concode_field_sep int STATE_EMERGENCY_ONLY concode_elem_sep int mState concode_elem_sep String mOperatorAlphaLong concode_elem_sep Parcelable.Creator<ServiceState> CREATOR concode_elem_sep int STATE_IN_SERVICE concode_elem_sep String mOperatorNumeric concode_elem_sep int STATE_OUT_OF_...
int function ( ) { return mState ; }
11,173
used to retrieve the plugin tool 's name . this is a short , unique name containing no spaces . 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 amIAct...
String function ( ) { return "srini_string" ; }
11,174
deletes the document library file rank from the database . also notifies the appropriate model listeners . concode_field_sep DLFileRankLocalService _service concode_field_sep com.liferay.portlet.documentlibrary.model.DLFileRank addDLFileRank concode_elem_sep com.liferay.portlet.documentlibrary.model.DLFileRank getDLFil...
com . liferay . portlet . documentlibrary . model . DLFileRank function ( com . liferay . portlet . documentlibrary . model . DLFileRank arg0 ) { return getService ( ) . deleteDLFileRank ( arg0 ) ; }
11,175
fill group using gpdbwritable concode_field_sep boolean isCompressed concode_elem_sep Configuration conf concode_elem_sep boolean isArray concode_elem_sep String LZO_COMPRESS concode_elem_sep WriterVersion DEFAULT_PARQUET_VERSION concode_elem_sep String compressCodec concode_elem_sep String namespace concode_elem_sep O...
void function ( Group arg0 , GPDBWritable arg1 , MessageType arg2 ) { int [ ] loc0 = arg1 . getColumnType ( ) ; List < Type > loc1 = arg2 . getFields ( ) ; for ( int loc2 = 0 ; loc2 < loc0 . length ; loc2 ++ ) { if ( ! arg1 . isNull ( loc2 ) ) { fillElement ( loc2 , loc0 [ loc2 ] , arg0 , arg1 , loc1 . get ( loc2 ) ) ;...
11,176
a list of groups . concode_field_sep Boolean isTruncated concode_elem_sep String marker concode_elem_sep com.amazonaws.internal.SdkInternalList<Group> groups concode_field_sep Boolean isTruncated concode_elem_sep void setIsTruncated concode_elem_sep void setMarker concode_elem_sep ListGroupsForUserResult withIsTruncate...
java . util . List < Group > function ( ) { if ( groups == null ) { groups = new com . amazonaws . internal . SdkInternalList < Group > ( ) ; } return groups ; }
11,177
publish a collection of events on this bus one , or multiple . the events will be dispatched to all subscribed listeners . implementations may treat the given events as a single batch and distribute the events as such toall subscribed eventlisteners . concode_field_sep PlaceHolder placeHolder concode_field_sep Registra...
void function ( EventMessage < ? > ... arg0 ) { publish ( Arrays . asList ( arg0 ) ) ; }
11,178
plays the sound concode_field_sep boolean isPlaying concode_elem_sep Sound sound concode_elem_sep float x concode_elem_sep String name concode_elem_sep int channel concode_elem_sep float y concode_elem_sep float z concode_elem_sep int source concode_field_sep void move concode_elem_sep float getX concode_elem_sep float...
void function ( ) { if ( this . sound . isPaused ( ) ) { this . sound . play ( ) ; } }
11,179
returns annual wages for hourly workers . is this polymorphic ? could it be ? does it belong here ? concode_field_sep double annualSalary concode_elem_sep double annualBonus concode_elem_sep double totalHrsForYear concode_elem_sep double hourlyRate concode_field_sep void setTotalHrsForYear concode_elem_sep double getAn...
double function ( ) { return hourlyRate * totalHrsForYear ; }
11,180
make sure to fire job started event after it transitions from pending - > running concode_field_sep DrmJobStatus jobStatus concode_elem_sep Integer gpJobNo concode_elem_sep JobStartedEvent recent concode_elem_sep EventBus eventBus concode_elem_sep DrmLookup jobLookupTable concode_elem_sep int count concode_elem_sep Str...
void function ( ) { assertEquals ( "srini_string" , 0 , jobStartedListener . getCount ( ) ) ; Status loc0 = null ; Status loc1 = null ; jobExecutor . fireJobStartedEvent ( cleLsid , loc0 , loc1 ) ; assertEquals ( "srini_string" , 1 , jobStartedListener . getCount ( ) ) ; }
11,181
adds an integer to the reference token list . although not necessarily , mostly this token will denote an array index . concode_field_sep String ENCODING concode_elem_sep List<String> refTokens concode_elem_sep List<String> refTokens concode_field_sep JSONPointer build concode_elem_sep Object queryFrom concode_elem_sep...
Builder function ( int arg0 ) { refTokens . add ( String . valueOf ( arg0 ) ) ; return this ; }
11,182
called whenever the osgi framework starts our bundle concode_field_sep Logger logger concode_elem_sep BundleContext context concode_field_sep void stop concode_elem_sep BundleContext getContext
void function ( BundleContext arg0 ) { context = arg0 ; logger . debug ( "srini_string" ) ; }
11,183
the changetoken that you used to submit the createsqlinjectionmatchset request . you can also use this value to query the status of the request . for more information , see getchangetokenstatus . concode_field_sep SqlInjectionMatchSet sqlInjectionMatchSet concode_elem_sep String changeToken concode_field_sep SqlInjecti...
String function ( ) { return this . changeToken ; }
11,184
create the unknownuserexception typecode structure , named `` unknownuserexception '' , containing a single field of type any , named `` except '' . concode_field_sep PlaceHolder placeHolder concode_field_sep UnknownUserException extract concode_elem_sep UnknownUserException read concode_elem_sep void insert concode_el...
TypeCode function ( ) { ORB loc0 = OrbRestricted . Singleton ; StructMember [ ] loc1 = new StructMember [ 1 ] ; TypeCode loc2 ; loc2 = loc0 . get_primitive_tc ( TCKind . tk_any ) ; loc1 [ 0 ] = new StructMember ( "srini_string" , loc2 , null ) ; return loc0 . create_exception_tc ( id ( ) , "srini_string" , loc1 ) ; }
11,185
returns the response for the http redirect that triggered this response , or null if this response was n't triggered by an automatic redirect . the body of the returned response should not be read because it has already been consumed by the redirecting client . concode_field_sep Request request concode_elem_sep RawHead...
Response function ( ) { return redirectedBy ; }
11,186
returns the sample standard deviation in the subarray a lo . . hi , nan if no such value . concode_field_sep PlaceHolder placeHolder concode_field_sep double stddevp concode_elem_sep double stddevp concode_elem_sep void plotBars concode_elem_sep void plotPoints concode_elem_sep double min concode_elem_sep double min co...
double function ( double [ ] arg0 , int arg1 , int arg2 ) { return Math . sqrt ( var ( arg0 , arg1 , arg2 ) ) ; }
11,187
returns the name of this gadget . concode_field_sep Gadget _gadget concode_field_sep void setName concode_elem_sep boolean isFinderCacheEnabled concode_elem_sep void setExpandoBridgeAttributes concode_elem_sep void setExpandoBridgeAttributes concode_elem_sep void setExpandoBridgeAttributes concode_elem_sep boolean isEs...
java . lang . String function ( ) { return _gadget . getName ( ) ; }
11,188
timeout in millis used by the producer when sending a message . concode_field_sep long connectionTimeout concode_elem_sep int queueSize concode_elem_sep long pollInterval concode_elem_sep Map<String,String> dispatchMap concode_elem_sep URI uri concode_elem_sep String innerProtocol concode_elem_sep RouteboxDispatchStrat...
void function ( long arg0 ) { this . connectionTimeout = arg0 ; }
11,189
restart the cluster , optionally saving a new checkpoint . concode_field_sep MiniDFSCluster cluster concode_elem_sep Path PATH concode_elem_sep DistributedFileSystem fs concode_elem_sep ExpectedException exception concode_field_sep void testSetXAttr concode_elem_sep void initCluster concode_elem_sep void testFsImage co...
void function ( boolean arg0 , boolean arg1 ) { NameNode loc0 = cluster . getNameNode ( ) ; if ( arg0 ) { NameNodeAdapter . enterSafeMode ( loc0 , false ) ; NameNodeAdapter . saveNamespace ( loc0 ) ; } shutdown ( ) ; initCluster ( false , arg1 ) ; }
11,190
should only public methods be allowed to have caching semantics ? the default implementation returns false . concode_field_sep Collection<CacheOperation> NULL_CACHING_ATTRIBUTE concode_elem_sep Log logger concode_elem_sep Map<Object,Collection<CacheOperation>> attributeCache concode_field_sep Collection<CacheOperation>...
boolean function ( ) { return false ; }
11,191
this method returns an array of locale objects which is the list of locales for which collator objects exist . concode_field_sep int TERTIARY concode_elem_sep int strength concode_elem_sep int decmp concode_elem_sep int SECONDARY concode_elem_sep int IDENTICAL concode_elem_sep int PRIMARY concode_elem_sep int FULL_DECO...
Locale [ ] function ( ) { return LocaleHelper . getCollatorLocales ( ) ; }
11,192
tests the values of the object after initializing with the default constructor concode_field_sep PlaceHolder placeHolder concode_field_sep void testFullConstructor concode_elem_sep void testSetters
void function ( ) { FileList loc0 = new FileList ( ) ; assertNull ( loc0 . getCreated ( ) , "srini_string" ) ; assertNull ( loc0 . getFiles ( ) , "srini_string" ) ; assertNull ( loc0 . getUri ( ) , "srini_string" ) ; }
11,193
sets the http response status code to 204 - no content . note , however , if a wrapped response is requested , then this method has no effect as the body will contain content . concode_field_sep boolean isSerialized concode_elem_sep Throwable exception concode_elem_sep SerializationSettings serializationSettings concod...
void function ( ) { setResponseStatus ( HttpResponseStatus . NO_CONTENT ) ; }
11,194
checks if the value is from type boolean . concode_field_sep Integer subType concode_elem_sep Number minValue concode_elem_sep Number maxValue concode_elem_sep Integer valueType concode_elem_sep String name concode_elem_sep boolean writeable concode_elem_sep Object value concode_elem_sep String[] valueList concode_fiel...
boolean function ( ) { return value . getClass ( ) == Boolean . class ; }
11,195
returns the value . the type of the returned object is one of the following : a wrapper class for a primitive type string type representing a class literal fielddoc representing an enum constant annotationdesc annotationvalue concode_field_sep StringBuilder sb concode_elem_sep DocEnv env concode_elem_sep Attribute attr...
Object function ( ) { ValueVisitor loc0 = new ValueVisitor ( ) ; attr . accept ( loc0 ) ; return loc0 . value ; }
11,196
pack the three color into in int . the alpha component is the default value of 255 . concode_field_sep PlaceHolder placeHolder concode_field_sep boolean equals
int function ( int arg0 , int arg1 , int arg2 ) { return makeRGBPixel ( arg0 , arg1 , arg2 , 255 ) ; }
11,197
this method currently does nothing concode_field_sep PlaceHolder placeHolder concode_field_sep boolean suspend concode_elem_sep LineDescriptor describePropertyLine concode_elem_sep Object convertToControlValue concode_elem_sep Object convertToPropertyValue concode_elem_sep String[] getSupersededProperties concode_elem_...
void function ( String arg0 , Object arg1 , Object arg2 , com . sun . star . inspection . XObjectInspectorUI arg3 , boolean arg4 ) { }
11,198
get the objectreferencetemplate repository id . concode_field_sep PlaceHolder placeHolder concode_field_sep ObjectReferenceTemplate extract concode_elem_sep ObjectReferenceTemplate read concode_elem_sep void insert concode_elem_sep TypeCode type concode_elem_sep void write
String function ( ) { return "srini_string" ; }
11,199
move the contents of the underlying java.io.inputstream or java.io.file to the given file . concode_field_sep Logger LOGGER concode_elem_sep File file concode_elem_sep MIMEPart mimePart concode_field_sep void cleanup concode_elem_sep InputStream getInputStream concode_elem_sep void close
void function ( final File arg0 ) { mimePart . moveTo ( arg0 ) ; this . file = arg0 ; }