idx
int64
0
100k
question
stringlengths
68
7.19k
target
stringlengths
20
663
8,000
sets the codeset for this xhtmldocument concode_field_sep head head concode_elem_sep String codeset concode_elem_sep html html concode_elem_sep Doctype doctype concode_elem_sep long serialVersionUID concode_elem_sep body body concode_elem_sep title title concode_field_sep html getHtml concode_elem_sep body getBody conc...
void function ( String arg0 ) { this . codeset = arg0 ; }
8,001
insert signals concode_field_sep Dictionary<Object> dictionary_ concode_elem_sep Signals KPtr concode_elem_sep Impl pimpl_ concode_elem_sep Cloner cloner concode_elem_sep ArrayList<String> keys_ concode_field_sep boolean contains concode_elem_sep Object get concode_elem_sep Signals clone concode_elem_sep void putAny co...
void function ( String arg0 , Object arg1 ) { pimpl_ . dictionary_ . put ( arg0 , cloner . deepClone ( arg1 ) ) ; if ( ! pimpl_ . keys_ . contains ( arg0 ) ) { pimpl_ . keys_ . add ( arg0 ) ; } }
8,002
sets the target variable for the regression . concode_field_sep long serialVersionUID concode_elem_sep String targetName concode_elem_sep Graph sourceGraph concode_elem_sep double alpha concode_elem_sep List varNames concode_elem_sep String[] regressorNames concode_field_sep LogisticRegressionParams serializableInstanc...
void function ( String arg0 ) { if ( arg0 == null ) { throw new NullPointerException ( ) ; } this . targetName = arg0 ; }
8,003
parse an event 's attributes . concode_field_sep XMLEventParser parent concode_elem_sep String CHARACTERS_CONTENT concode_elem_sep String namespaceURI concode_elem_sep AVList fields concode_field_sep void setField concode_elem_sep void setField concode_elem_sep XMLEventParser getParent concode_elem_sep boolean hasField...
void function ( XMLEventParserContext arg0 , XMLEvent arg1 , Object ... arg2 ) { Iterator loc0 = arg1 . asStartElement ( ) . getAttributes ( ) ; if ( loc0 == null ) return ; while ( loc0 . hasNext ( ) ) { this . doAddEventAttribute ( ( Attribute ) loc0 . next ( ) , arg0 , arg1 , arg2 ) ; } }
8,004
specify if the csv file has a field header concode_field_sep InputStream in concode_elem_sep CSVConfig config concode_elem_sep boolean hasFieldHeader concode_field_sep void guessFixedWidth concode_elem_sep boolean hasFieldHeader concode_elem_sep CSVConfig guess concode_elem_sep void guessFixedWidthSeperator concode_ele...
void function ( boolean arg0 ) { this . hasFieldHeader = arg0 ; }
8,005
simply invokes the constructor of exportsecretkey passing the command line arguments concode_field_sep String password concode_elem_sep boolean isLuna concode_elem_sep String keystore concode_elem_sep String secretKeyName concode_elem_sep String passwordOpt concode_elem_sep String WrappedFilePathOpt concode_elem_sep St...
void function ( String [ ] arg0 ) { new ExportSecretKey ( arg0 ) ; if ( isLuna == true ) { if ( isLoggedIn == false ) { Common . partition_logout ( ) ; } } }
8,006
sets the destination of the session . concode_field_sep int AUDIO_NONE concode_elem_sep int AUDIO_AAC concode_elem_sep boolean mFlash concode_elem_sep Session.Callback mCallback concode_elem_sep String TAG concode_elem_sep SessionBuilder sInstance concode_elem_sep int AUDIO_AMRNB concode_elem_sep int mAudioEncoder conc...
SessionBuilder function ( String arg0 ) { mDestination = arg0 ; return this ; }
8,007
get the mocked stdout printstream concode_field_sep PrintStream stdOutOrig concode_elem_sep PrintStream stdOutMock concode_field_sep void setUp concode_elem_sep void tearDown
PrintStream function ( ) { return this . stdOutMock ; }
8,008
returns the java element corresponding to the given file , or null if unable to associate the given file with a java element . concode_field_sep PlaceHolder placeHolder concode_field_sep ICompilationUnit createCompilationUnitFrom concode_elem_sep IJavaModel getJavaModel
IJavaElement function ( IFile arg0 ) { if ( arg0 == null ) return null ; if ( "srini_string" . equals ( arg0 . getFileExtension ( ) ) ) return createCompilationUnitFrom ( arg0 ) ; return null ; }
8,009
check if statistics are enabled for this queue . concode_field_sep int DEFAULT_ASYNC_BACKUP_COUNT concode_elem_sep List<ItemListenerConfig> listenerConfigs concode_elem_sep QueueConfigReadOnly readOnly concode_elem_sep int backupCount concode_elem_sep int maxSize concode_elem_sep String quorumName concode_elem_sep Queu...
boolean function ( ) { return statisticsEnabled ; }
8,010
sets the page/column as having a valid non-null value kind of misnomer here concode_field_sep long num_nulls concode_elem_sep boolean hasNonNullValue concode_field_sep boolean isSmallerThan concode_elem_sep T genericGetMin concode_elem_sep void setNumNulls concode_elem_sep boolean isEmpty concode_elem_sep byte[] getMax...
void function ( ) { hasNonNullValue = true ; }
8,011
sets the value of the estimateddatavolumeused property . concode_field_sep String estimatedDataVolumeUsed concode_elem_sep long serialVersionUID concode_field_sep String getEstimatedDataVolumeUsed
void function ( String arg0 ) { this . estimatedDataVolumeUsed = arg0 ; }
8,012
returns the size of the serialized data concode_field_sep long cumulativeCpuUsage concode_elem_sep long heapUsage concode_elem_sep long virtualMemoryUsage concode_elem_sep long physicalMemoryUsage concode_field_sep long getVirtualMemoryUsage concode_elem_sep void setVirtualMemoryUsage concode_elem_sep long getPhysicalM...
int function ( ) { int loc0 = 0 ; loc0 += WritableUtils . getVIntSize ( cumulativeCpuUsage ) ; loc0 += WritableUtils . getVIntSize ( virtualMemoryUsage ) ; loc0 += WritableUtils . getVIntSize ( physicalMemoryUsage ) ; loc0 += WritableUtils . getVIntSize ( heapUsage ) ; return loc0 ; }
8,013
traces and logs a caught exception . concode_field_sep int TOTAL_WORK concode_elem_sep IClipboardSupport clipboardSupport concode_elem_sep int WORK_UNIT concode_elem_sep IProgressMonitor monitor concode_field_sep boolean isCancelled concode_elem_sep IClipboardSupport getClipboardOperationHelper concode_elem_sep void th...
void function ( String arg0 , Exception arg1 ) { ClipboardPlugin . catching ( getClass ( ) , arg0 , arg1 ) ; }
8,014
returns the value of the indexed component in the supplied array . concode_field_sep PlaceHolder placeHolder concode_field_sep void set concode_elem_sep int getLength concode_elem_sep Object newInstance
Object function ( Object arg0 , int arg1 ) { return ReflectionCache . getType ( arg0 . getClass ( ) ) . getArrayElement ( arg0 , arg1 ) ; }
8,015
getter for columnobject . concode_field_sep boolean isCanceled concode_elem_sep Object columnObject concode_field_sep void setCanceled concode_elem_sep boolean isCanceled concode_elem_sep void setColumnObject
Object function ( ) { return this . columnObject ; }
8,016
gets the type of field concode_field_sep char type concode_elem_sep String value concode_field_sep String getValue concode_elem_sep boolean equals concode_elem_sep Object clone concode_elem_sep String toString
char function ( ) { return type ; }
8,017
gets the value of the deviceinhand property . concode_field_sep DeviceTypeType deviceType concode_elem_sep Boolean deviceInHand concode_elem_sep BigInteger seedLength concode_field_sep void setSeedLength concode_elem_sep DeviceTypeType getDeviceType concode_elem_sep void setDeviceType concode_elem_sep BigInteger getSee...
Boolean function ( ) { return deviceInHand ; }
8,018
turns on or off bytecode enhancement cglib , etc concode_field_sep boolean bytecodeEnhancementEnabled concode_field_sep boolean isBytecodeEnhancementEnabled concode_elem_sep AccessPlan getAccessPlan
void function ( boolean arg0 ) { AccessPlanFactory . arg0 = arg0 ; }
8,019
wrapper method to manage count of election , reporting results . concode_field_sep int VoteField concode_elem_sep String ElectionFile concode_elem_sep Election currElection concode_elem_sep ArrayList<Election> electionList concode_elem_sep String DataDir concode_elem_sep int DisplayFieldWidth concode_elem_sep int Candi...
String function ( ) { String loc0 = this . currElection . findWinner ( ) ; return loc0 ; }
8,020
sets the target host name to the defined value concode_field_sep int PORT concode_elem_sep Logger logger concode_elem_sep String targetHostname concode_elem_sep KMIPClientHandler clientHandler concode_field_sep void setKeyStorePW concode_elem_sep void setKeyStoreLocation concode_elem_sep ArrayList<Byte> send
void function ( String arg0 ) { int loc0 = arg0 . indexOf ( "srini_string" ) ; this . targetHostname = arg0 . substring ( 0 , loc0 ) ; this . PORT = Integer . parseInt ( arg0 . substring ( loc0 + 1 , arg0 . length ( ) ) ) ; logger . info ( "srini_string" + targetHostname + "srini_string" + PORT ) ; }
8,021
set user 's nickname concode_field_sep EaseUserProfileProvider userProvider concode_field_sep void setCurrentAppUserNameWithNum concode_elem_sep User getCurrentAppUserInfo concode_elem_sep void setCurrentAppUserName concode_elem_sep User getAppUserInfo concode_elem_sep void setCurrentAppUserAvatar concode_elem_sep void...
void function ( String arg0 , TextView arg1 ) { if ( arg1 != null ) { User loc0 = getAppUserInfo ( arg0 ) ; if ( loc0 != null && loc0 . getMUserNick ( ) != null ) { arg1 . setText ( loc0 . getMUserNick ( ) ) ; } else { arg1 . setText ( arg0 ) ; } } }
8,022
gets the full size of the box including header and content . concode_field_sep Container parent concode_elem_sep boolean isParsed concode_elem_sep long offset concode_elem_sep long contentStartPosition concode_elem_sep ByteBuffer deadBytes concode_elem_sep boolean isRead concode_elem_sep long memMapSize concode_elem_se...
long function ( ) { long loc0 = ( isRead ? ( isParsed ? getContentSize ( ) : ( content != null ? content . limit ( ) : 0 ) ) : memMapSize ) ; loc0 += ( 8 + ( loc0 >= ( ( 1L << 32 ) - 8 ) ? 8 : 0 ) + ( UserBox . TYPE . equals ( getType ( ) ) ? 16 : 0 ) ) ; loc0 += ( deadBytes == null ? 0 : deadBytes . limit ( ) ) ; retu...
8,023
get the length of a match at the given distance . concode_field_sep int MF_BT4 concode_elem_sep int keepSizeAfter concode_elem_sep int matchLenMax concode_elem_sep byte[] buf concode_elem_sep boolean finishing concode_elem_sep int niceLen concode_elem_sep int readLimit concode_elem_sep int writePos concode_elem_sep int...
int function ( int arg0 , int arg1 ) { int loc0 = readPos - arg0 - 1 ; int loc1 = 0 ; while ( loc1 < arg1 && buf [ readPos + loc1 ] == buf [ loc0 + loc1 ] ) { ++ loc1 ; } return loc1 ; }
8,024
defines the indicator to know if the edge is a border edge of the triangulation framework . concode_field_sep boolean border concode_elem_sep Coordinate coordinate concode_elem_sep int id concode_field_sep Coordinate getCoordinate concode_elem_sep void setId concode_elem_sep int getId concode_elem_sep void setCoordinat...
void function ( boolean arg0 ) { this . border = arg0 ; }
8,025
sets sql string for this config . if a classname or implementation was set , it will be removed . concode_field_sep Predicate implementation concode_elem_sep String className concode_elem_sep PredicateConfigReadOnly readOnly concode_elem_sep String sql concode_field_sep String getSql concode_elem_sep Predicate getImple...
void function ( String arg0 ) { this . sql = arg0 ; this . className = null ; this . implementation = null ; }
8,026
returns true if the gps engine has almanac data for the satellite . concode_field_sep boolean mUsedInFix concode_elem_sep float mAzimuth concode_elem_sep boolean mHasEphemeris concode_elem_sep float mElevation concode_elem_sep boolean mValid concode_elem_sep float mSnr concode_elem_sep int mPrn concode_elem_sep boolean...
boolean function ( ) { return mHasAlmanac ; }
8,027
a state must be reachable . concode_field_sep SGraphFactory factory concode_elem_sep BasicDiagnostic diagnostics concode_elem_sep SGraphJavaValidator validator concode_elem_sep StextFactory sTextFactory concode_elem_sep State state concode_elem_sep Region region concode_elem_sep Statechart statechart concode_field_sep ...
void function ( ) { prepareStateTest ( ) ; assertFalse ( validator . validate ( state , diagnostics , new HashMap < Object , Object > ( ) ) ) ; assertError ( diagnostics , ISSUE_NODE_NOT_REACHABLE ) ; }
8,028
sets caller uid concode_field_sep int mSpeechRate concode_elem_sep Bundle mParams concode_elem_sep String mLanguage concode_elem_sep int mCallerUid concode_elem_sep String mCountry concode_elem_sep int mPitch concode_elem_sep String mText concode_elem_sep String mVariant concode_field_sep String getLanguage concode_ele...
void function ( int arg0 ) { mCallerUid = arg0 ; }
8,029
returns the j i r a project with the primary key . concode_field_sep JIRAProjectLocalService _jiraProjectLocalService concode_field_sep com.liferay.socialcoding.model.JIRAProject addJIRAProject concode_elem_sep java.lang.String getOSGiServiceIdentifier concode_elem_sep com.liferay.socialcoding.model.JIRAProject fetchJI...
com . liferay . socialcoding . model . JIRAProject function ( long arg0 ) { return _jiraProjectLocalService . getJIRAProject ( arg0 ) ; }
8,030
performs a dynamic query on the database and returns a range of the matching rows . useful when paginating results . returns a maximum of end - start instances . start and end are not primary keys , they are indexes in the result set . thus , 0 refers to the first result in the set . setting both start and end to com.l...
java . util . List < T > function ( com . liferay . portal . kernel . dao . orm . DynamicQuery arg0 , int arg1 , int arg2 ) { return _entryLocalService . arg0 ( arg0 , arg1 , arg2 ) ; }
8,031
a/b testing options are defined below according to the following spec : concode_field_sep int[] existingUserProbs concode_elem_sep HashMap<String,ABTestBundle> bundles concode_elem_sep String[] descriptions concode_elem_sep int[] newUserProbs concode_field_sep String getDescriptionForTestOption concode_elem_sep boolean...
void function ( String arg0 , int [ ] arg1 , int [ ] arg2 , String [ ] arg3 , boolean arg4 ) { if ( ! Constants . ASTRID_LITE || ( Constants . ASTRID_LITE && arg4 ) ) { ABTestBundle loc0 = new ABTestBundle ( arg1 , arg2 , arg3 ) ; bundles . put ( arg0 , loc0 ) ; } }
8,032
get all the properties for a custom object . concode_field_sep String name concode_field_sep String getName concode_elem_sep PropertyInfo getProperty concode_elem_sep boolean hasProperty
Collection < PropertyInfo > function ( ) { return null ; }
8,033
set value of command_status . concode_field_sep int sequenceNumber concode_elem_sep int commandStatus concode_elem_sep int commandLength concode_elem_sep int commandId concode_elem_sep long serialVersionUID concode_field_sep void setCommandLength concode_elem_sep String getCommandStatusAsHex concode_elem_sep int getSeq...
void function ( int arg0 ) { this . commandStatus = arg0 ; }
8,034
returns lookup associated with the object . concode_field_sep AbstractLookup lookup concode_elem_sep int popKey concode_elem_sep String name concode_elem_sep InstanceContent ic concode_field_sep void add concode_elem_sep int getPopKey concode_elem_sep String toString concode_elem_sep void setPopKey concode_elem_sep Abs...
Lookup function ( ) { return lookup ; }
8,035
gets the numeroprotocolo value for this ossturbonetlastlogtestevelocidadein . concode_field_sep java.lang.String designador concode_elem_sep org.apache.axis.description.TypeDesc typeDesc concode_elem_sep java.lang.String numeroProtocolo concode_elem_sep java.lang.Object __equalsCalc concode_elem_sep boolean __hashCodeC...
java . lang . String function ( ) { return numeroProtocolo ; }
8,036
test method for com.hazelcast.config.mapconfig #setnearcacheconfig com.hazelcast.config.nearcacheconfig . concode_field_sep PlaceHolder placeHolder concode_field_sep void testGetMapStoreConfig concode_elem_sep void testMapPartitionLostListenerReadOnlyConfig_withImplementation concode_elem_sep void testGetBackupCount co...
void function ( ) { NearCacheConfig loc0 = new NearCacheConfig ( ) ; assertEquals ( loc0 , new MapConfig ( ) . setNearCacheConfig ( loc0 ) . getNearCacheConfig ( ) ) ; }
8,037
adds all the headers to this message . concode_field_sep List<HeaderItem> headers concode_elem_sep List<NameValuePair> queryStringParams concode_elem_sep String charset concode_elem_sep HttpEntity bodyEntity concode_elem_sep List<NameValuePair> bodyParams concode_elem_sep Header header concode_elem_sep HashMap<String,C...
void function ( List < Header > arg0 ) { if ( this . headers == null ) { this . headers = new ArrayList < HeaderItem > ( ) ; } for ( Header loc0 : arg0 ) { this . headers . add ( new HeaderItem ( loc0 ) ) ; } }
8,038
see if the user is still in the properties file concode_field_sep KeycloakSession session concode_elem_sep Set<String> supportedCredentialTypes concode_elem_sep UserFederationProviderModel model concode_elem_sep Properties properties concode_field_sep UserModel getUserByEmail concode_elem_sep Set<String> getSupportedCr...
boolean function ( RealmModel arg0 , UserModel arg1 ) { return properties . containsKey ( arg1 . getUsername ( ) ) ; }
8,039
get the completion coordinator client singleton . concode_field_sep String committedAction concode_elem_sep MAPEndpoint completionCoordinator concode_elem_sep String abortedAction concode_elem_sep CompletionInitiatorClient CLIENT concode_elem_sep String faultAction concode_elem_sep MAPEndpoint secureCompletionCoordinat...
CompletionInitiatorClient function ( ) { return CLIENT ; }
8,040
set the singleton instance of this factory . concode_field_sep boolean m_loadedFromFile concode_elem_sep VacuumdConfigFactory m_singleton concode_elem_sep VacuumdConfiguration m_config concode_field_sep Collection<Trigger> getTriggers concode_elem_sep ActionEvent getActionEvent concode_elem_sep void init concode_elem_s...
void function ( VacuumdConfigFactory arg0 ) { m_singleton = arg0 ; }
8,041
sets the proxy selection policy to be used if no #setproxy proxy is specified explicitly . the proxy selector may return multiple proxies ; in that case they will be tried in sequence until a successful connection is established . if unset , the proxyselector #getdefault system-wide default proxy selector will be used ...
OkHttpClient function ( ProxySelector arg0 ) { this . proxySelector = arg0 ; return this ; }
8,042
suggests a unique name for the variable used at the specified location . concode_field_sep int DO_NOT_ADD_IMPORTS concode_elem_sep int INCOMPLETE_CODE concode_elem_sep int UNCOMPLETE_CODE concode_field_sep PsiElement shortenClassReferences concode_elem_sep PsiElement shortenClassReferences concode_elem_sep void shorten...
SuggestedNameInfo function ( @ NotNull SuggestedNameInfo arg0 , PsiElement arg1 , boolean arg2 ) { return suggestUniqueVariableName ( arg0 , arg1 , false , arg2 ) ; }
8,043
throws an assertionexception if the current thread is the ui thread . concode_field_sep Handler sMainHandler concode_field_sep void runOnUiThread concode_elem_sep boolean isOnUiThread concode_elem_sep void assertOnUiThread
void function ( ) { SoftAssertions . assertCondition ( ! isOnUiThread ( ) , "srini_string" ) ; }
8,044
indicates whether this provider represents a store that is intended for transient use - such as the userprovider is . these providers are generally used to provide job access to passwords rather than for long term storage . concode_field_sep String CLEAR_TEXT_FALLBACK concode_elem_sep char[] credential concode_elem_sep...
boolean function ( ) { return false ; }
8,045
lzx supports window sizes of 2 ^ 15 32kb through 2 ^ 21 2mb returns x , i.e 2 ^ x concode_field_sep int ALIGNED_OFFSET concode_elem_sep int UNDEFINED concode_elem_sep int VERBATIM concode_elem_sep int UNCOMPRESSED concode_field_sep int indexOfResetTableBlock concode_elem_sep String getLanguage concode_elem_sep byte[] c...
int function ( int arg0 ) { int loc0 = 0 ; while ( arg0 > 1 ) { arg0 >>>= 1 ; loc0 ++ ; } return loc0 ; }
8,046
writes a message to the access logger with information about the add request associated with the provided add operation . the default implementation is to not log anything . concode_field_sep PlaceHolder placeHolder concode_field_sep void logDisconnect concode_elem_sep void logDeleteResponse concode_elem_sep void logDe...
void function ( AddOperation arg0 ) { }
8,047
create an instance of sayhelloresponse concode_field_sep QName _SayHelloResponse_QNAME concode_elem_sep QName _SayHello_QNAME concode_field_sep SayHello createSayHello concode_elem_sep JAXBElement<SayHello> createSayHello
SayHelloResponse function ( ) { return new SayHelloResponse ( ) ; }
8,048
isstandardtag . concode_field_sep Set STANDARD_TAGS concode_field_sep Object getNodeValue
boolean function ( Tag arg0 ) { return STANDARD_TAGS . contains ( arg0 ) ; }
8,049
io mode : nio or epoll concode_field_sep String SPARK_NETWORK_IO_NUMCONNECTIONSPERPEER_KEY concode_elem_sep String SPARK_NETWORK_IO_LAZYFD_KEY concode_elem_sep String SPARK_NETWORK_IO_SERVERTHREADS_KEY concode_elem_sep String module concode_elem_sep String SPARK_NETWORK_IO_CLIENTTHREADS_KEY concode_elem_sep String SPAR...
String function ( ) { return conf . get ( SPARK_NETWORK_IO_MODE_KEY , "srini_string" ) . toUpperCase ( ) ; }
8,050
set is a jstype but collection #iterator is jsignore d and therefore not exported to javascript . this method takes a set and converts it to a new set so it can be iterated over in the current script e.g. using enhanced for loops , even if the instance was provided by an external gwt-compiled script . concode_field_sep...
Set < T > function ( Set < T > arg0 ) { checkNotNull ( "srini_string" , arg0 ) ; @ SuppressWarnings ( "srini_string" ) final List < T > loc0 = ( List < T > ) Arrays . asList ( arg0 . toArray ( ) ) ; return Collections . unmodifiableSet ( new HashSet < T > ( loc0 ) ) ; }
8,051
sets if asynchronous operations are support for this registration . if not specified defaults to true . concode_field_sep int order concode_elem_sep boolean asyncSupported concode_elem_sep boolean enabled concode_elem_sep String name concode_elem_sep Map<String,String> initParameters concode_field_sep void setName conc...
void function ( boolean arg0 ) { this . asyncSupported = arg0 ; }
8,052
find and annotate chunks . returns list of coremap annotation objects . concode_field_sep boolean ignoreProvidedTag concode_elem_sep String defaultPosTag concode_elem_sep String negLabel concode_elem_sep String defaultNegTag concode_elem_sep Pattern labelPattern concode_elem_sep String label concode_elem_sep String tag...
List < CoreMap > function ( List < CoreLabel > arg0 , int arg1 , Class arg2 , Class arg3 ) { return getAnnotatedChunks ( arg0 , arg1 , arg2 , arg3 , null , null ) ; }
8,053
the details of the failure if any . constraints : length : 0 - 32768 concode_field_sep String reason concode_elem_sep Long startedEventId concode_elem_sep String details concode_elem_sep Long scheduledEventId concode_field_sep ActivityTaskFailedEventAttributes withDetails concode_elem_sep Long getStartedEventId concode...
String function ( ) { return details ; }
8,054
sets the value of the sigpolicyid property . concode_field_sep SigPolicyQualifiersListType sigPolicyQualifiers concode_elem_sep DigestAlgAndValueType sigPolicyHash concode_elem_sep TransformsType transforms concode_elem_sep ObjectIdentifierType sigPolicyId concode_elem_sep long serialVersionUID concode_field_sep Transf...
void function ( ObjectIdentifierType arg0 ) { this . sigPolicyId = arg0 ; }
8,055
returns a uri as a url . concode_field_sep String SCHEME_FILE concode_elem_sep String UNC_PREFIX concode_field_sep String toUnencodedString concode_elem_sep boolean sameURI concode_elem_sep URI toURI concode_elem_sep File toFile concode_elem_sep URI fromString concode_elem_sep URI appendOpaque concode_elem_sep URI appe...
URL function ( URI arg0 ) { return new URL ( arg0 . toString ( ) ) ; }
8,056
returns the error of the command processing . if #issuccess return true , this method returns null . concode_field_sep String commandIdentifier concode_elem_sep boolean success concode_elem_sep byte[] serializedResult concode_elem_sep String resultType concode_elem_sep String resultRevision concode_field_sep Object get...
Throwable function ( Serializer arg0 ) { if ( success || resultType == null ) { return null ; } return ( Throwable ) deserializeResult ( arg0 ) ; }
8,057
encode the image in a specific format . concode_field_sep PlaceHolder placeHolder concode_field_sep void writeBufferedImage concode_elem_sep void writeBufferedImage concode_elem_sep void writeBufferedImage concode_elem_sep void writeBufferedImage
byte [ ] function ( BufferedImage arg0 , String arg1 ) { ImageEncoder loc0 = ImageEncoderFactory . newInstance ( arg1 ) ; return loc0 . encode ( arg0 ) ; }
8,058
get the frequency of counter-instances of this literalset in the data . concode_field_sep int m_counter concode_elem_sep Literal m_lastLiteral concode_elem_sep int m_numInstances concode_elem_sep ArrayList m_literals concode_elem_sep long serialVersionUID concode_elem_sep ArrayList m_counterInstances concode_elem_sep i...
double function ( ) { return ( double ) getCounterInstancesNumber ( ) / ( double ) m_numInstances ; }
8,059
called when start is called . concode_field_sep String mName concode_elem_sep long mLastMark concode_elem_sep long mStartNanos concode_field_sep void onMark concode_elem_sep double getTotalMillis concode_elem_sep double getTimeFromLastMillis concode_elem_sep void stop concode_elem_sep void stop concode_elem_sep Profile...
void function ( ) { }
8,060
info log message with printf formatting . 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 con...
void function ( String arg0 , String arg1 , Object ... arg2 ) { if ( LOG . INFO >= LOGLEVEL ) Log . i ( arg0 , String . format ( arg1 , arg2 ) ) ; }
8,061
this method is used to get the entitlement decision for the provided subject , resource , action and environment using the default appid of the pdp defaultproxy concode_field_sep String URN_OASIS_NAMES_TC_XACML_3_0_ATTRIBUTE_CATEGORY_RESOURCE concode_elem_sep PEPProxyCache cache concode_elem_sep String URN_OASIS_NAMES_...
String function ( String arg0 , String arg1 , String arg2 , String arg3 ) { return getDecision ( arg0 , arg1 , arg2 , arg3 , defaultAppId ) ; }
8,062
returns whether the instancetime should be removed from the element 's begin or end instance time list when it is reset . concode_field_sep TimingSpecifier creator concode_elem_sep boolean clearOnReset concode_elem_sep float time concode_field_sep float dependentUpdate concode_elem_sep float getTime concode_elem_sep St...
boolean function ( ) { return clearOnReset ; }
8,063
implements one of the listed enhancements , checking if there is a node on the next level which already has the new path . returns true if a new node should be created with that path and false if a new node is unnecessary . concode_field_sep GraphChange path concode_elem_sep int label concode_field_sep boolean nodeRedu...
boolean function ( GraphChange arg0 , LinkedList < HsNode > arg1 ) { boolean loc0 = true ; for ( HsNode loc1 : arg1 ) { if ( ( loc1 . getPath ( ) ) . equals ( arg0 ) ) { loc0 = false ; break ; } } return loc0 ; }
8,064
tests if the view closes after cancellation . concode_field_sep FileSelectorPresenter presenter concode_elem_sep FileLoader loader concode_elem_sep FileSelectorStub stub concode_field_sep void fileConfirmationWhenFileExists concode_elem_sep void fileConfirmationWhenFileDoesNotExist concode_elem_sep void setUp concode_e...
void function ( ) { presenter . start ( ) ; presenter . cancelled ( ) ; assertFalse ( stub . isOpened ( ) ) ; }
8,065
when the transactionclient goes into the `` completed '' state receiving a 2xx response concode_field_sep Logger logger concode_elem_sep int MAX_ATTEMPTS concode_elem_sep SipProvider sip_provider concode_elem_sep String qop concode_elem_sep MessageAgentListener listener concode_elem_sep UserAgentProfile user_profile co...
void function ( TransactionClient arg0 , Message arg1 ) { onDeliverySuccess ( arg0 , arg1 . getStatusLine ( ) . getReason ( ) ) ; }
8,066
strip a virtual column out of the set of columns . this is useful in cases where we do not want to be checking against the user reading virtual columns , namely update and delete . concode_field_sep Map<String,Set<String>> tableToColumnAccessMap concode_field_sep void add concode_elem_sep Map<String,List<String>> getTa...
void function ( VirtualColumn arg0 ) { for ( Map . Entry < String , Set < String >> loc0 : tableToColumnAccessMap . entrySet ( ) ) { for ( String loc1 : loc0 . getValue ( ) ) { if ( arg0 . getName ( ) . equalsIgnoreCase ( loc1 ) ) { loc0 . getValue ( ) . remove ( loc1 ) ; break ; } } } }
8,067
gets the target folder path as a file that includes the project location concode_field_sep PlaceHolder placeHolder concode_field_sep IProject getTargetProject concode_elem_sep void refreshTargetProject concode_elem_sep boolean createEmptyProject concode_elem_sep FeatureConfiguration getOutletFeatureConfiguration concod...
File function ( GeneratorEntry arg0 ) { String loc0 = getOutletFeatureConfiguration ( arg0 ) . getParameterValue ( ICoreFeatureConstants . OUTLET_FEATURE_TARGET_FOLDER ) . getStringValue ( ) ; return new File ( getTargetProject ( arg0 ) . getLocation ( ) . toFile ( ) . getPath ( ) + File . separator + loc0 ) ; }
8,068
increments the kahan sum by adding two sums , and updating the correction term for reducing numeric errors concode_field_sep CompensatedSum ZERO concode_elem_sep double NO_CORRECTION concode_elem_sep double delta concode_elem_sep long serialVersionUID concode_elem_sep double value concode_field_sep double delta concode...
CompensatedSum function ( CompensatedSum arg0 ) { double loc0 = arg0 . value ( ) + ( delta + arg0 . delta ( ) ) ; double loc1 = value + loc0 ; double loc2 = loc0 - ( loc1 - value ) ; return new CompensatedSum ( loc1 , loc2 ) ; }
8,069
when getchoice returns a new choice , and the previous choice was either set_alarm or set_time , the set-value of the display is returned in the format hhmmss where h , m , and s denotes hours , minutes , and seconds digits respectively . this means , for example , that the hour value is obtained by dividing the return...
int function ( ) { return lastValueSet ; }
8,070
this method performs post-processing task . concode_field_sep NsiExporter nsiExporter concode_elem_sep Logger LOGGER concode_elem_sep BatchInstanceService batchInstanceService concode_field_sep void nsiExport concode_elem_sep void preProcess
void function ( final BatchInstanceID arg0 , String arg1 ) { Assert . notNull ( arg0 ) ; final String loc0 = arg0 . getID ( ) ; BackUpFileService . backUpBatch ( loc0 , arg1 , batchInstanceService . getSystemFolderForBatchInstanceId ( loc0 ) ) ; }
8,071
a list of repository objects corresponding to valid repositories . concode_field_sep java.util.List<Repository> repositories concode_elem_sep String nextToken concode_field_sep DescribeRepositoriesResult withRepositories concode_elem_sep DescribeRepositoriesResult withRepositories concode_elem_sep void setRepositories ...
java . util . List < Repository > function ( ) { return repositories ; }
8,072
returns whether the vm is resumed on startup when launched in debug mode . has no effect when no in debug mode . default value is true for backwards compatibility . concode_field_sep String fClassToLaunch concode_elem_sep String[] fVMArgs concode_elem_sep Map fVMSpecificAttributesMap concode_elem_sep boolean fResume co...
boolean function ( ) { return fResume ; }
8,073
retrieve all properties defined for a particular module concode_field_sep String threadPoolSize concode_elem_sep Properties notificationMgtConfigProperties concode_elem_sep Log log concode_elem_sep Map<String,ModuleConfiguration> moduleConfiguration concode_field_sep ModuleConfiguration getModuleConfigurations concode_...
Properties function ( String arg0 ) { return NotificationManagementUtils . getPropertiesWithPrefix ( arg0 , notificationMgtConfigProperties ) ; }
8,074
sets the backoffrequired instance which determines if back-off is required based on anabnormal http response . the default value is backoffrequired #on_server_error . overriding is only supported for the purpose of calling the super implementation and changing the return type , but nothing else . concode_field_sep Back...
HttpBackOffUnsuccessfulResponseHandler function ( BackOffRequired arg0 ) { this . backOffRequired = Preconditions . checkNotNull ( arg0 ) ; return this ; }
8,075
gets the value of the status property . concode_field_sep String evidence concode_elem_sep String value concode_elem_sep String status concode_field_sep String getEvidence concode_elem_sep String getValue concode_elem_sep void setValue concode_elem_sep void setStatus concode_elem_sep void setEvidence
String function ( ) { return status ; }
8,076
fully-qualified class name for the source type used in the mapping . if specified , the input to the mapping is converted to the specified type before being mapped with dozer . concode_field_sep String mappingFile concode_elem_sep String unmarshalId concode_elem_sep String targetModel concode_elem_sep String name conco...
void function ( String arg0 ) { this . sourceModel = arg0 ; }
8,077
resolves the modifier contributors based on a given modifier . concode_field_sep int MASK concode_elem_sep Collection<? extends T> modifierContributors concode_elem_sep int EMPTY_MASK concode_elem_sep int MASK concode_elem_sep int MASK concode_elem_sep int MASK concode_field_sep int getMask concode_elem_sep boolean isD...
int function ( int arg0 ) { for ( T loc0 : modifierContributors ) { arg0 = ( arg0 & ~ loc0 . getRange ( ) ) | loc0 . getMask ( ) ; } return arg0 ; }
8,078
returns the osgi service identifier . concode_field_sep FooLocalService _fooLocalService concode_field_sep com.liferay.portal.kernel.model.Group getGroupPersistence_FindByPrimaryKey concode_elem_sep com.liferay.testpacl.model.Foo createFoo concode_elem_sep void setWrappedService concode_elem_sep com.liferay.testpacl.mo...
java . lang . String function ( ) { return _fooLocalService . getOSGiServiceIdentifier ( ) ; }
8,079
reinitialise . concode_field_sep int bufpos concode_elem_sep boolean prevCharIsLF concode_elem_sep int bufsize concode_elem_sep int available concode_elem_sep int tabSize concode_elem_sep java.io.Reader inputStream concode_elem_sep int line concode_elem_sep boolean staticFlag concode_elem_sep int bufcolumn[] concode_el...
void function ( java . io . InputStream arg0 , String arg1 , int arg2 , int arg3 , int arg4 ) { ReInit ( arg1 == null ? new java . io . InputStreamReader ( arg0 ) : new java . io . InputStreamReader ( arg0 , arg1 ) , arg2 , arg3 , arg4 ) ; }
8,080
log a message to the slf4j logger with warn priority . concode_field_sep Class<?> clazz concode_elem_sep Logger logger concode_elem_sep long serialVersionUID concode_field_sep void trace concode_elem_sep void trace concode_elem_sep void debug concode_elem_sep void debug concode_elem_sep boolean isInfoEnabled concode_el...
void function ( Object arg0 ) { getLogger ( ) . warn ( arg0 . toString ( ) ) ; }
8,081
a container invokes this method to instruct the instance to synchronize its state by storing it to the underlying database . concode_field_sep EntityContext ejbContext concode_elem_sep String firstName concode_elem_sep String lastName concode_elem_sep Map<String,OperationsPolicy> allowedOperationsTable concode_field_se...
void function ( ) { }
8,082
the minimum value of the duration range . must be greater than zero . concode_field_sep Integer minSeconds concode_elem_sep Integer maxSeconds concode_field_sep DurationRange withMaxSeconds concode_elem_sep void setMaxSeconds concode_elem_sep int hashCode concode_elem_sep Integer getMaxSeconds concode_elem_sep boolean ...
void function ( Integer arg0 ) { this . minSeconds = arg0 ; }
8,083
sets the token name of this o auth token . concode_field_sep OAuthToken _oAuthToken concode_field_sep void setExpandoBridgeAttributes concode_elem_sep void setExpandoBridgeAttributes concode_elem_sep void setExpandoBridgeAttributes concode_elem_sep java.lang.String getGadgetKey concode_elem_sep boolean isEscapedModel c...
void function ( java . lang . String arg0 ) { _oAuthToken . setTokenName ( arg0 ) ; }
8,084
gets a list of available theme names that can be applied . concode_field_sep String tempStyle concode_elem_sep String ROYALE_BRANCH_EXPANDED_ICON concode_elem_sep String imageDirectory concode_elem_sep ArrayList styleList concode_elem_sep String XP concode_elem_sep String currentStyle concode_elem_sep String XP_BRANCH_...
List function ( ) { return styleList ; }
8,085
creates a cached tile layer from the given layer group concode_field_sep PlaceHolder placeHolder concode_field_sep void checkAutomaticStyles concode_elem_sep void checkAutomaticStyles concode_elem_sep void checkAutomaticStyles concode_elem_sep ParameterFilter findParameterFilter concode_elem_sep void updateAcceptAllReg...
GeoServerTileLayerInfoImpl function ( final LayerGroupInfo arg0 , final GWCConfig arg1 ) { GeoServerTileLayerInfoImpl loc0 = LegacyTileLayerInfoLoader . load ( arg0 ) ; if ( loc0 == null ) { loc0 = create ( arg1 ) ; checkAutomaticStyles ( arg0 , loc0 ) ; } loc0 . setName ( tileLayerName ( arg0 ) ) ; loc0 . setId ( arg0...
8,086
creates a status info builder for the given status and detail . concode_field_sep String description concode_elem_sep ThingStatusDetail statusDetail concode_elem_sep ThingStatus status concode_field_sep ThingStatusInfoBuilder withStatusDetail concode_elem_sep ThingStatusInfo build concode_elem_sep ThingStatusInfoBuilde...
ThingStatusInfoBuilder function ( ThingStatus arg0 , ThingStatusDetail arg1 ) { if ( arg0 == null ) { throw new IllegalArgumentException ( "srini_string" ) ; } if ( arg1 == null ) { throw new IllegalArgumentException ( "srini_string" ) ; } return new ThingStatusInfoBuilder ( arg0 , arg1 , null ) ; }
8,087
return an instance of the group store implementation . concode_field_sep Log log concode_field_sep IEntityGroupStore newInstance
IEntityGroupStore function ( ) { return newGroupStore ( null ) ; }
8,088
this method will remove all entries from the map but those with keys in this list . concode_field_sep Predicate selectedPredicate concode_elem_sep Predicate expandablePredicate concode_elem_sep Predicate visiblePredicate concode_elem_sep Predicate expandedPredicate concode_elem_sep Predicate editablePredicate concode_e...
void function ( List arg0 ) { Set loc0 = map . keySet ( ) ; loc0 . retainAll ( arg0 ) ; }
8,089
reset the wasused flag concode_field_sep long lastValue concode_elem_sep long currValue concode_elem_sep int dataType concode_elem_sep HsqlName name concode_elem_sep long increment concode_elem_sep long startValue concode_field_sep long getValue concode_elem_sep long getValue concode_elem_sep HsqlName getName concode_e...
void function ( ) { lastValue = currValue ; }
8,090
on configuration failure . concode_field_sep WebDriver driver concode_elem_sep File outputDirectory concode_field_sep void setDriver concode_elem_sep String getProperties concode_elem_sep void onConfigurationSuccess concode_elem_sep void onConfigurationSkip concode_elem_sep void onFinish concode_elem_sep WebDriver getD...
void function ( final ITestResult arg0 ) { onTestFailure ( arg0 ) ; }
8,091
get the singleton instance of imagesdcardcache concode_field_sep HttpCache httpCache concode_field_sep ImageCache getImageCache concode_elem_sep HttpCache getHttpCache
ImageSDCardCache function ( ) { return ImageCacheManager . getImageSDCardCache ( ) ; }
8,092
invokes the method android.bluetooth.bluetoothadapter #getremotedevice string . concode_field_sep int BOND_BONDED concode_field_sep void connectToBluetoothSocket concode_elem_sep Object getBluetoothAdapter concode_elem_sep Object invokeMethodThrowsIOException concode_elem_sep String getBluetoothDeviceName concode_elem_...
Object function ( Object arg0 , String arg1 ) { return invokeMethodThrowsIllegalArgumentException ( getMethod ( arg0 . getClass ( ) , "srini_string" , String . class ) , arg0 , arg1 ) ; }
8,093
returns the timeout in milliseconds used when retrieving a org.apache.ogt.http.conn.managedclientconnection from the org.apache.ogt.http.conn.clientconnectionmanager . concode_field_sep int DEFAULT_MAX_TOTAL_CONNECTIONS concode_elem_sep ConnPerRoute DEFAULT_CONN_PER_ROUTE concode_field_sep void setMaxTotalConnections c...
long function ( final HttpParams arg0 ) { if ( arg0 == null ) { throw new IllegalArgumentException ( "srini_string" ) ; } return arg0 . getLongParameter ( TIMEOUT , 0 ) ; }
8,094
get the status for each of the commands in commandenum concode_field_sep String TOKEN_STRING concode_elem_sep Map<CommandEnum,String> statusMap concode_elem_sep Logger logger concode_elem_sep String IP concode_elem_sep Integer PORT concode_elem_sep SSLSocket socket concode_elem_sep String MAC concode_field_sep void dis...
Map < CommandEnum , String > function ( ) { try { writeLine ( "srini_string" ) ; handleResponse ( ) ; } catch ( Exception loc0 ) { throw new Exception ( "srini_string" + IP , loc0 ) ; } return statusMap ; }
8,095
sets the compression method for this entry to either deflated or stored . the default is deflated , which will cause the size , compressed size , and crc to be set automatically , and the entry 's data to be compressed . if you switch to stored note that you 'll have to set the size or compressed size ; they must be th...
void function ( int arg0 ) { if ( arg0 != STORED && arg0 != DEFLATED ) { throw new IllegalArgumentException ( "srini_string" + arg0 ) ; } compressionMethod = arg0 ; }
8,096
gets the value of the amount property . concode_field_sep BigDecimal amount concode_elem_sep String currency concode_field_sep String getCurrency concode_elem_sep void setAmount concode_elem_sep void setCurrency
BigDecimal function ( ) { return amount ; }
8,097
finds and returns the contribution node at the given path . concode_field_sep int POST_ORDER concode_elem_sep PreferenceNode root concode_elem_sep String ROOT_NODE_ID concode_elem_sep int PRE_ORDER concode_elem_sep String separator concode_field_sep void addToRoot concode_elem_sep void removeAll concode_elem_sep void b...
IPreferenceNode function ( String arg0 ) { return find ( arg0 , root ) ; }
8,098
creates a data source supplier for the given image request . concode_field_sep boolean mTryCacheOnlyFirst concode_elem_sep Object mCallerContext concode_elem_sep boolean mAutoPlayAnimations concode_elem_sep DraweeController mOldController concode_elem_sep AtomicLong sIdCounter concode_elem_sep boolean mTapToRetryEnable...
Supplier < DataSource < IMAGE >> function ( REQUEST arg0 ) { return getDataSourceSupplierForRequest ( arg0 , false ) ; }
8,099
replaces the old document with the new document in the collection concode_field_sep MongoClient _mongoClient concode_elem_sep String _dbName concode_elem_sep DBCollection _collection concode_elem_sep String _collectionName concode_elem_sep String _host concode_elem_sep int _port concode_field_sep BasicDBObject CreateSa...
void function ( BasicDBObject arg0 , BasicDBObject arg1 ) { BasicDBObject loc0 = new BasicDBObject ( ) ; loc0 . put ( "srini_string" , arg1 ) ; _collection . update ( arg0 , loc0 , false , true ) ; }