idx
int64
0
100k
question
stringlengths
68
7.19k
target
stringlengths
20
663
4,900
makes a whois request and returns the raw whois response . concode_field_sep PlaceHolder placeHolder concode_field_sep HashMap<Class<? extends ResponseParser>,ResponseParser> getWhoisResultsWithDefaultParsers concode_elem_sep HashMap<Class<? extends ResponseParser>,ResponseParser> getWhoisResultsWithDefaultParsers conc...
String function ( final String arg0 ) { RawResponseParser loc0 = new RawResponseParser ( ) ; WhoisRunner loc1 = new WhoisRunner ( loc0 ) ; loc1 . runWhoisQuery ( arg0 ) ; return loc0 . getRawResponse ( ) ; }
4,901
get the id as a string concode_field_sep List<ChannelFamilySystem> systems concode_elem_sep Long maxMembers concode_elem_sep String name concode_elem_sep String label concode_elem_sep Long id concode_elem_sep Long currentMembers concode_field_sep void add concode_elem_sep void setName concode_elem_sep List<ChannelFamil...
String function ( ) { return id + "srini_string" ; }
4,902
gets a property from the property set of this image . if the property name is not recognized , ae.java.awt.image.undefinedproperty will be returned . concode_field_sep ContextualRenderedImageFactory myCRIF concode_elem_sep Rectangle2D boundingBox concode_elem_sep ParameterBlock paramBlock concode_field_sep RenderedImag...
Object function ( String arg0 ) { return myCRIF . getProperty ( paramBlock , arg0 ) ; }
4,903
sets record . concode_field_sep List<RecordType> record concode_elem_sep String id concode_elem_sep Logger LOG concode_field_sep String serialize concode_elem_sep void setId concode_elem_sep List<RecordType> getRecord concode_elem_sep String getId concode_elem_sep Object deserialize
void function ( List < RecordType > arg0 ) { this . record = arg0 ; }
4,904
returns the type of this rr . concode_field_sep String m_name concode_elem_sep long m_TTL concode_elem_sep long m_created concode_elem_sep int[] ipAddress concode_elem_sep int m_type concode_elem_sep int m_class concode_field_sep InetAddress getInetAddress concode_elem_sep int getRRClass concode_elem_sep boolean isVali...
int function ( ) { return m_type ; }
4,905
set to true to force login form access to be via https . if this value is true the default is false , and the incoming request for the protected resource which triggered the interceptor was not already https , then the client will first be redirected to an https url , even if serversideredirect is set to true . concode...
void function ( boolean arg0 ) { this . forceHttps = arg0 ; }
4,906
method declaration concode_field_sep Database dDatabase concode_elem_sep HsqlArrayList tTransaction concode_elem_sep int iNestedOldTransIndex concode_elem_sep int iId concode_elem_sep jdbcConnection intConnection concode_elem_sep boolean script concode_elem_sep boolean bAutoCommit concode_elem_sep boolean bReadOnly con...
Database function ( ) { return dDatabase ; }
4,907
resume the suspended thread concode_field_sep String groupName concode_elem_sep LinkedList<ControlledJob> jobsInProgress concode_elem_sep long nextJobID concode_elem_sep ThreadState runnerState concode_elem_sep LinkedList<ControlledJob> failedJobs concode_elem_sep Log LOG concode_elem_sep LinkedList<ControlledJob> succ...
void function ( ) { if ( this . runnerState == ThreadState . SUSPENDED ) { this . runnerState = ThreadState . RUNNING ; } }
4,908
processes an entire text file looking for matches . concode_field_sep int currentMatches concode_elem_sep String MSG_REGEXP_EXCEEDED concode_elem_sep DetectorOptions options concode_elem_sep String MSG_EMPTY concode_elem_sep FileText text concode_elem_sep Matcher matcher concode_elem_sep String MSG_STACKOVERFLOW concod...
void function ( FileText arg0 ) { text = new FileText ( arg0 ) ; resetState ( ) ; if ( Strings . isNullOrEmpty ( options . getFormat ( ) ) ) { options . getReporter ( ) . log ( 0 , MSG_EMPTY ) ; } else { matcher = options . getPattern ( ) . matcher ( arg0 . getFullText ( ) ) ; findMatch ( ) ; finish ( ) ; } }
4,909
returns the release with the primary key . concode_field_sep ReleaseLocalService _service concode_field_sep java.lang.String getOSGiServiceIdentifier concode_elem_sep com.liferay.portal.model.Release createRelease concode_elem_sep com.liferay.portal.kernel.dao.orm.ActionableDynamicQuery getActionableDynamicQuery concod...
com . liferay . portal . model . Release function ( long arg0 ) { return getService ( ) . getRelease ( arg0 ) ; }
4,910
creates a symlink at pathtoprojectroot.resolve pathtodesiredlinkunderprojectroot thatpoints to pathtoprojectroot.resolve pathtoexistingfileunderprojectroot using arelative symlink . both params must be relative to the project root . concode_field_sep Function<String,Path> TO_PATH concode_field_sep ImmutableSortedSet<Pa...
Path function ( Path arg0 , Path arg1 , Path arg2 ) { Path loc0 = getRelativePath ( arg1 , arg0 . getParent ( ) ) ; Files . createSymbolicLink ( arg2 . resolve ( arg0 ) , loc0 ) ; return loc0 ; }
4,911
builds a new instance of the concode_field_sep ImmutableOpenIntMap EMPTY concode_elem_sep IntObjectHashMap<VType> map concode_field_sep VType getOrDefault concode_elem_sep void indexInsert concode_elem_sep IntLookupContainer keys concode_elem_sep IntCollection keys concode_elem_sep void release concode_elem_sep ObjectC...
ImmutableOpenIntMap < VType > function ( ) { IntObjectHashMap < VType > loc0 = this . map ; this . map = null ; return new ImmutableOpenIntMap < > ( loc0 ) ; }
4,912
this method resets the incoming events time events included . concode_field_sep boolean b concode_elem_sep SCInterfaceImpl sCInterface concode_elem_sep long x concode_elem_sep int nextStateIndex concode_elem_sep State[] stateVector concode_field_sep void init concode_elem_sep SCInterface getSCInterface concode_elem_sep...
void function ( ) { }
4,913
sets the authentication handler success map . concode_field_sep Principal principal concode_elem_sep List<CredentialMetaData> credentials concode_elem_sep Map<String,Object> attributes concode_elem_sep DateTime authenticationDate concode_elem_sep Map<String,HandlerResult> successes concode_elem_sep Map<String,Class<? e...
AuthenticationBuilder function ( final Map < String , HandlerResult > arg0 ) { Assert . notNull ( arg0 , "srini_string" ) ; this . successes . clear ( ) ; for ( final Map . Entry < String , HandlerResult > loc0 : arg0 . entrySet ( ) ) { this . successes . put ( loc0 . getKey ( ) , loc0 . getValue ( ) ) ; } return this ...
4,914
getter vom webroot verzeichnis . concode_field_sep String USER_LIST concode_elem_sep String KURS_WAHL_PAGE concode_elem_sep String WAHL_ERSTELLEN_PAGE concode_elem_sep boolean read concode_elem_sep String START_PAGE concode_elem_sep int MAXIMAL_JAHRGANG concode_elem_sep boolean DEBUGING concode_elem_sep String DEFAULT_...
String function ( ) { if ( ! read ) { Print . msg ( "srini_string" ) ; setWebroot ( DEFAULT_WEBROOT ) ; } return webroot ; }
4,915
returns a map/list which contains the first line of each line group as key and the rest of the lines as a string value . concode_field_sep int nextStartLineNumber concode_elem_sep String[] sectionContinuations concode_elem_sep String[] ignoredStarts concode_elem_sep LineNumberReader reader concode_elem_sep String[] def...
HashMappedList function ( ) { HashMappedList loc0 = new HashMappedList ( ) ; while ( true ) { HsqlArrayList loc1 = getSection ( ) ; if ( loc1 . size ( ) < 1 ) { break ; } String loc2 = ( String ) loc1 . get ( 0 ) ; String loc3 = LineGroupReader . convertToString ( loc1 , 1 ) ; loc0 . put ( loc2 , loc3 ) ; } return loc0...
4,916
sets the value of the description property . concode_field_sep String link concode_elem_sep Integer width concode_elem_sep String description concode_elem_sep String title concode_elem_sep String url concode_elem_sep Integer height concode_field_sep void setLink concode_elem_sep String getUrl concode_elem_sep String ge...
void function ( String arg0 ) { this . description = arg0 ; }
4,917
for nodes in the collection , link the directededges at the node that are in the result . this allows clients to link only a subset of nodes in the graph , for efficiency because they know that only a subset is of interest . concode_field_sep List edgeEndList concode_elem_sep List edges concode_elem_sep NodeMap nodes c...
void function ( Collection arg0 ) { for ( Iterator loc0 = arg0 . iterator ( ) ; loc0 . hasNext ( ) ; ) { Node loc1 = ( Node ) loc0 . next ( ) ; ( ( DirectedEdgeStar ) loc1 . getEdges ( ) ) . linkResultDirectedEdges ( ) ; } }
4,918
this test validates that an invalidprogrammexception is thrown when minby is used on a custom data type . concode_field_sep TupleTypeInfo<Tuple5<Integer,Long,String,Long,Integer>> tupleTypeInfo concode_elem_sep String myString concode_elem_sep List<CustomType> customTypeData concode_elem_sep long myLong concode_elem_se...
void function ( ) { final ExecutionEnvironment loc0 = ExecutionEnvironment . getExecutionEnvironment ( ) ; this . customTypeData . add ( new CustomType ( ) ) ; DataSet < CustomType > loc1 = loc0 . fromCollection ( customTypeData ) ; loc1 . minBy ( 0 ) ; }
4,919
returns true if this user agent should use this setting in future spdy connections to the same host . 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 con...
boolean function ( int arg0 ) { int loc0 = 1 << arg0 ; return ( persistValue & loc0 ) != 0 ; }
4,920
read one byte from the byte buffer . final method to help inlining . concode_field_sep byte[] data concode_elem_sep int start concode_elem_sep int end concode_field_sep int tell concode_elem_sep void reset concode_elem_sep void seek concode_elem_sep int getEnd concode_elem_sep String dumpHex concode_elem_sep boolean is...
byte function ( boolean arg0 ) { if ( start >= end ) { throw new EOFException ( ) ; } if ( arg0 ) { return ( byte ) ( 0xff ^ data [ start ++ ] ) ; } else { return data [ start ++ ] ; } }
4,921
create an instance of subscriberdetailtype concode_field_sep QName _EsiSaveCartDetailsRequest_QNAME concode_elem_sep QName _EsiSaveCartDetailsResponse_QNAME concode_field_sep AccountDetailType createAccountDetailType concode_elem_sep ArrayOfWarrantySocType createArrayOfWarrantySocType concode_elem_sep ReplacementProduc...
SubscriberDetailType function ( ) { return new SubscriberDetailType ( ) ; }
4,922
accesses this card 's rank . concode_field_sep int pointValue concode_elem_sep String rank concode_elem_sep String suit concode_field_sep int pointValue concode_elem_sep String toString concode_elem_sep String suit concode_elem_sep boolean matches
String function ( ) { return rank ; }
4,923
sets the password for the user name . concode_field_sep String description concode_elem_sep String dataSourceName concode_elem_sep String password concode_elem_sep String serverName concode_elem_sep int loginTimeout concode_elem_sep String user concode_elem_sep String networkProtocol concode_elem_sep PrintWriter logWri...
void function ( String arg0 ) { this . password = arg0 ; connectionProps . setProperty ( "srini_string" , arg0 ) ; }
4,924
sort the array a according to the given ordering . the sort is not stable . concode_field_sep Random gen concode_field_sep int compare concode_elem_sep void swap concode_elem_sep int[] sortStably
void function ( int [ ] arg0 , IntComparator arg1 ) { sort ( arg0 , 0 , arg0 . length - 1 , arg1 ) ; }
4,925
remove a named property . this method should n't even be called since we define all properties as permanent . concode_field_sep Scriptable parent concode_elem_sep int dim concode_elem_sep List<Object> list concode_elem_sep Scriptable prototype concode_field_sep Scriptable getPrototype concode_elem_sep void setPrototype...
void function ( String arg0 ) { }
4,926
ensures the truth of an expression involving the state of the calling instance . concode_field_sep PlaceHolder placeHolder concode_field_sep String checkNotEmpty concode_elem_sep String checkNotEmpty concode_elem_sep T checkNotNull concode_elem_sep T checkNotNull concode_elem_sep void checkMainThread concode_elem_sep v...
void function ( boolean arg0 ) { if ( ExoPlayerLibraryInfo . ASSERTIONS_ENABLED && ! arg0 ) { throw new IllegalStateException ( ) ; } }
4,927
includes link parameters from a dependency target . the target should implement cclinkparamsprovider . if it does not , the method does not do anything . concode_field_sep ImmutableList.Builder<String> localLinkoptsBuilder concode_elem_sep ExtraLinkTimeLibraries extraLinkTimeLibraries concode_elem_sep boolean built con...
Builder function ( TransitiveInfoCollection arg0 ) { return addTransitiveProvider ( arg0 . getProvider ( CcLinkParamsProvider . class ) ) ; }
4,928
sets the keymanagers for this endpoint . this parameter may be set to null for system default behavior . concode_field_sep String certAlias concode_elem_sep SecureRandom secureRandom concode_elem_sep String protocol concode_elem_sep String provider concode_elem_sep CertificateConstraintsType certConstraints concode_ele...
void function ( KeyManager [ ] arg0 ) { keyManagers = arg0 ; }
4,929
encrypt text concode_field_sep String HASH_ALGORITHM concode_elem_sep int SECRET_KEY_SIZE concode_elem_sep String ENCRYPT_KEY_ALGORITHM concode_elem_sep int SECRET_KEY_SIZE_BYTES concode_elem_sep IvParameterSpec CBC_SALT_KEY concode_elem_sep IvParameterSpec CBC_SALT_DATA concode_elem_sep String SECRET_KEY_ALGORITHM con...
byte [ ] function ( byte [ ] arg0 , String arg1 ) { byte [ ] loc0 = getUTF8Bytes ( arg1 ) ; return encryptData ( arg0 , loc0 . length , loc0 ) ; }
4,930
the default behavior of this method is to call setcharacterencoding string charset on the wrapped response object . concode_field_sep ServletResponse response concode_field_sep void setBufferSize concode_elem_sep ServletResponse getResponse concode_elem_sep void setContentLength concode_elem_sep int getBufferSize conco...
void function ( String arg0 ) { this . response . setCharacterEncoding ( arg0 ) ; }
4,931
by default , does not register any display data . implementors may override this method to provide their own display data . concode_field_sep PlaceHolder placeHolder concode_field_sep Writer<T,WriteT> createWriter concode_elem_sep WriteOperation<T,?> createWriteOperation concode_elem_sep WriteOperation<T,WriteT> getWri...
void function ( DisplayData . Builder arg0 ) { }
4,932
return the given name for cookies created by this generator . concode_field_sep String cookieDomain concode_elem_sep boolean cookieHttpOnly concode_elem_sep String DEFAULT_COOKIE_PATH concode_elem_sep Log logger concode_elem_sep Integer cookieMaxAge concode_elem_sep String cookieName concode_elem_sep String cookiePath ...
String function ( ) { return this . cookieName ; }
4,933
print a message to system output if there was a problem initializing the random number generator . concode_field_sep Random RANDOM concode_elem_sep SecureRandom cachedSecureRandom concode_elem_sep boolean seeded concode_field_sep int randomInt concode_elem_sep int compareInt concode_elem_sep long roundUpLong concode_el...
void function ( String arg0 , Throwable arg1 ) { System . out . println ( "srini_string" + arg0 ) ; if ( arg1 != null ) { arg1 . printStackTrace ( ) ; } }
4,934
sets the id value for this adunitparent . concode_field_sep java.lang.String adUnitCode concode_elem_sep java.lang.Object __equalsCalc concode_elem_sep java.lang.String name concode_elem_sep boolean __hashCodeCalc concode_elem_sep java.lang.String id concode_elem_sep org.apache.axis.description.TypeDesc typeDesc concod...
void function ( java . lang . String arg0 ) { this . id = arg0 ; }
4,935
sets the stacking limit of this transitionchoice . this is only enabled if allowstack is set to true . this limits the number of times an individual item can stack in a given transitionchoice . concode_field_sep boolean allowStack concode_elem_sep ChoiceActor<T> choiceActor concode_elem_sep boolean required concode_ele...
void function ( int arg0 ) { stackLimit = Integer . valueOf ( arg0 ) ; }
4,936
getter for the build cause that triggered the build . concode_field_sep String displayName concode_elem_sep UpstreamCause upstreamCause concode_elem_sep int timeZoneOffset concode_elem_sep String project concode_elem_sep int buildNumber concode_elem_sep String master concode_elem_sep long duration concode_elem_sep Stri...
List < String > function ( ) { return triggerCauses ; }
4,937
get the exception type . concode_field_sep boolean explicit concode_elem_sep ObjectType type concode_field_sep void setExplicit concode_elem_sep boolean isExplicit concode_elem_sep int hashCode concode_elem_sep boolean equals concode_elem_sep ThrownException duplicate
ObjectType function ( ) { return type ; }
4,938
returns the number of measures whose aggregation function is distinct-count . concode_field_sep RolapStar star concode_elem_sep boolean countOnly concode_field_sep boolean isPartOfSelect concode_elem_sep boolean isPartOfSelect concode_elem_sep void extraPredicates concode_elem_sep Pair<String,List<SqlStatement.Type>> g...
int function ( ) { int loc0 = 0 ; for ( int loc1 = 0 , loc2 = getMeasureCount ( ) ; loc1 < loc2 ; loc1 ++ ) { RolapStar . Measure loc3 = getMeasure ( loc1 ) ; if ( loc3 . getAggregator ( ) . isDistinct ( ) ) { ++ loc0 ; } } return loc0 ; }
4,939
return the string representation of this name . concode_field_sep Names names concode_elem_sep Table table concode_field_sep byte getByteAt concode_elem_sep int getByteOffset concode_elem_sep int getByteLength concode_elem_sep int getIndex concode_elem_sep boolean contentEquals concode_elem_sep int length concode_elem_...
String function ( ) { return Convert . utf2string ( getByteArray ( ) , getByteOffset ( ) , getByteLength ( ) ) ; }
4,940
equivalent of string #trim . concode_field_sep PlaceHolder placeHolder concode_field_sep String replace concode_elem_sep CharSequence replace concode_elem_sep boolean isWhiteSpaceExceptSpace concode_elem_sep String collapse concode_elem_sep CharSequence collapse concode_elem_sep boolean isWhiteSpace concode_elem_sep bo...
CharSequence function ( CharSequence arg0 ) { int loc0 = arg0 . length ( ) ; int loc1 = 0 ; while ( loc1 < loc0 && isWhiteSpace ( arg0 . charAt ( loc1 ) ) ) loc1 ++ ; int loc2 = loc0 - 1 ; while ( loc2 > loc1 && isWhiteSpace ( arg0 . charAt ( loc2 ) ) ) loc2 -- ; if ( loc1 == 0 && loc2 == loc0 - 1 ) return arg0 ; else ...
4,941
gets the value of the information property . concode_field_sep String toolsVersion concode_elem_sep Information information concode_elem_sep Issues issues concode_elem_sep IssueTypes issueTypes concode_field_sep void setToolsVersion concode_elem_sep String getToolsVersion concode_elem_sep IssueTypes getIssueTypes conco...
Information function ( ) { return information ; }
4,942
move the point by the specified x and y offset concode_field_sep int x concode_elem_sep int y concode_field_sep int getX concode_elem_sep void setY concode_elem_sep int getY concode_elem_sep void setX concode_elem_sep String toString concode_elem_sep void setRectangular
void function ( int arg0 , int arg1 ) { setRectangular ( x + arg0 , y + arg1 ) ; }
4,943
is url concode_field_sep PlaceHolder placeHolder concode_field_sep String convertTime concode_elem_sep boolean isUrlUsable concode_elem_sep boolean isEmpty concode_elem_sep String decodeUnicodeStr concode_elem_sep String encodeUnicodeStr concode_elem_sep String getFormatDate concode_elem_sep int getToolbarHeight
boolean function ( String arg0 ) { Pattern loc0 = Pattern . compile ( "srini_string" ) ; return loc0 . matcher ( arg0 ) . matches ( ) ; }
4,944
if true , data is only written to the cache store when it is evicted from memory , a phenomenon known as ` passivation ' . next time the data is requested , it will be ` activated ' which means that data will be brought back to memory and removed from the persistent store . this gives you the ability to ` overflow ' to...
boolean function ( ) { return passivation . get ( ) ; }
4,945
set value of rawoffset concode_field_sep String metaName concode_elem_sep IMendixObject timeZoneMendixObject concode_elem_sep IContext context concode_elem_sep String entityName concode_field_sep String getGUID concode_elem_sep void setCode concode_elem_sep void setCode concode_elem_sep void commit concode_elem_sep voi...
void function ( Integer arg0 ) { setRawOffset ( getContext ( ) , arg0 ) ; }
4,946
update the presentation . concode_field_sep StyledTextXtextAdapter styledTextXtextAdapter concode_elem_sep ISemanticHighlightingCalculator calculator concode_elem_sep ITextAttributeProvider attributeProvider concode_elem_sep HighlightingPresenter presenter concode_elem_sep List<AttributedPosition> removedPositions conc...
void function ( TextPresentation arg0 , List < AttributedPosition > arg1 , List < AttributedPosition > arg2 ) { Runnable loc0 = presenter . createUpdateRunnable ( arg0 , arg1 , arg2 ) ; if ( loc0 == null ) return ; Display loc1 = Display . getDefault ( ) ; loc1 . asyncExec ( loc0 ) ; }
4,947
iterate all registered micro type converters . for informational purposes only . concode_field_sep MicroTypeConverterRegistry s_aInstance concode_elem_sep boolean s_bDefaultInstantiated concode_elem_sep SimpleReadWriteLock m_aRWLock concode_elem_sep Logger s_aLogger concode_elem_sep ICommonsMap<Class<?>,IMicroTypeConve...
void function ( @ Nonnull final IMicroTypeConverterCallback arg0 ) { final ICommonsMap < Class < ? > , IMicroTypeConverter < ? >> loc0 = m_aRWLock . readLocked ( ( ) -> m_aMap . getClone ( ) ) ; for ( final Map . Entry < Class < ? > , IMicroTypeConverter < ? >> loc1 : loc0 . entrySet ( ) ) if ( arg0 . call ( loc1 . get...
4,948
create an instance of constraintmappingstype concode_field_sep QName _ElementTypeAnnotation_QNAME concode_elem_sep QName _ConstraintMappings_QNAME concode_elem_sep QName _ElementTypeValue_QNAME concode_elem_sep QName _ValidationConfig_QNAME concode_field_sep ValidatedByType createValidatedByType concode_elem_sep CrossP...
ConstraintMappingsType function ( ) { return new ConstraintMappingsType ( ) ; }
4,949
this method returns the port of the site that is requesting authentication . concode_field_sep Authenticator default_authenticator concode_elem_sep String protocol concode_elem_sep String scheme concode_elem_sep int port concode_elem_sep InetAddress addr concode_elem_sep String prompt concode_field_sep InetAddress getR...
int function ( ) { return ( port ) ; }
4,950
returns a pseudo-random uniformly distributed boolean . concode_field_sep long seed concode_elem_sep long serialVersionUID concode_elem_sep long seedBase concode_elem_sep long multiplier concode_elem_sep boolean haveNextNextGaussian concode_elem_sep double nextNextGaussian concode_field_sep int next concode_elem_sep fl...
boolean function ( ) { return next ( 1 ) != 0 ; }
4,951
create an instance of contentdescriptor concode_field_sep QName _ResourceReference_QNAME concode_elem_sep QName _Resource_QNAME concode_field_sep Example createExample concode_elem_sep Content createContent concode_elem_sep JAXBElement<ResourceType> createResource concode_elem_sep Navigation createNavigation concode_el...
ContentDescriptor function ( ) { return new ContentDescriptor ( ) ; }
4,952
get repository concode_field_sep JAXBDispatcher _jaxbDispatcher concode_elem_sep HashMap<String,Object> _templateAndMatrixParameterValues concode_elem_sep DSDispatcher _dsDispatcher concode_elem_sep JAXBContext _jc concode_elem_sep UriBuilder _uriBuilder concode_field_sep org.jetbrains.idea.maven.services.nexus.Reposit...
String function ( ) { return ( ( String ) _templateAndMatrixParameterValues . get ( "srini_string" ) ) ; }
4,953
called whenever the osgi framework stops our bundle concode_field_sep Logger logger concode_elem_sep BundleContext context concode_field_sep void start concode_elem_sep BundleContext getContext
void function ( BundleContext arg0 ) { WeatherActivator . arg0 = null ; logger . debug ( "srini_string" ) ; }
4,954
the administrative metadata of the digital object . concode_field_sep DcStreamEditor dcMetadata concode_elem_sep RelationEditor relationEditor concode_elem_sep MetaModelRepository models concode_elem_sep DigitalObjectPlugin plugin concode_elem_sep Map<String,Object> parameters concode_elem_sep FedoraObject fobject conc...
DcStreamEditor function ( ) { if ( dcMetadata == null ) { dcMetadata = new DcStreamEditor ( getFedoraObject ( ) ) ; } return dcMetadata ; }
4,955
the md5 public key fingerprint as specified in section 4 of rfc 4716 . concode_field_sep String keyFingerprint concode_elem_sep String keyName concode_field_sep ImportKeyPairResult withKeyName concode_elem_sep int hashCode concode_elem_sep void setKeyFingerprint concode_elem_sep boolean equals concode_elem_sep void set...
String function ( ) { return this . keyFingerprint ; }
4,956
gets the value of the matchtype property . concode_field_sep String displayName concode_elem_sep CustomTargetingValueMatchType matchType concode_elem_sep String name concode_elem_sep Long id concode_elem_sep Long customTargetingKeyId concode_field_sep Long getCustomTargetingKeyId concode_elem_sep void setName concode_e...
CustomTargetingValueMatchType function ( ) { return matchType ; }
4,957
compute the q-th quantile for a distribution of x = inverse cdf concode_field_sep PlaceHolder placeHolder concode_field_sep double cdf concode_elem_sep double cdf concode_elem_sep double max concode_elem_sep double meanSquaredError concode_elem_sep double varianceSampleMean concode_elem_sep double varianceSampleMean co...
double function ( double arg0 , double [ ] arg1 ) { int [ ] loc0 = new int [ arg1 . length ] ; HeapSort . sort ( arg1 , loc0 ) ; return quantile ( arg0 , arg1 , loc0 ) ; }
4,958
constructs a string with all attributes in name = value format . concode_field_sep String firstName concode_elem_sep long serialVersionUID concode_elem_sep int intField concode_field_sep int getIntField concode_elem_sep void setIntField concode_elem_sep void setFirstName concode_elem_sep String getFirstName
String function ( ) { final String loc0 = "srini_string" ; StringBuilder loc1 = new StringBuilder ( ) ; loc1 . append ( "srini_string" ) . append ( "srini_string" ) . append ( firstName ) . append ( loc0 ) . append ( "srini_string" ) . append ( intField ) . append ( loc0 ) . append ( "srini_string" ) ; return loc1 . to...
4,959
verbose log message . concode_field_sep int WARN concode_elem_sep int VERBOSE concode_elem_sep int ERROR concode_elem_sep int LOGLEVEL concode_elem_sep int DEBUG concode_elem_sep int INFO concode_field_sep boolean isLoggable concode_elem_sep void d concode_elem_sep void d concode_elem_sep void d concode_elem_sep void s...
void function ( String arg0 , String arg1 ) { if ( LOG . VERBOSE >= LOGLEVEL ) Log . v ( arg0 , arg1 ) ; }
4,960
returns the value of an option as an integer , or -1 if not defined . concode_field_sep Map table concode_field_sep void set concode_elem_sep void set concode_elem_sep void clear concode_elem_sep void refresh concode_elem_sep boolean check concode_elem_sep void unset concode_elem_sep String value
int function ( String arg0 ) { String loc0 = value ( arg0 ) ; if ( loc0 != null ) { try { int loc1 = Integer . parseInt ( loc0 ) ; if ( loc1 > 0 ) return ( loc1 ) ; } catch ( NumberFormatException loc1 ) { } } return ( - 1 ) ; }
4,961
getupdatecount concode_field_sep String COMPOSITE_TYPE_DESCRIPTION concode_elem_sep long updateCount concode_elem_sep long fetchCount concode_elem_sep String TABULAR_TYPE_NAME concode_elem_sep OpenType[] ITEM_TYPES concode_elem_sep CompositeType COMPOSITE_TYPE concode_elem_sep long loadCount concode_elem_sep long delet...
long function ( ) { return updateCount ; }
4,962
method to determine if the character is a nonbreaking space . concode_field_sep char MISSING_IDEOGRAPH concode_elem_sep char RLE concode_elem_sep char ZERO_WIDTH_JOINER concode_elem_sep char NOT_A_CHARACTER concode_elem_sep char PDF concode_elem_sep int UCWHITESPACE concode_elem_sep int EOT concode_elem_sep char SOFT_H...
boolean function ( int arg0 ) { return ( arg0 == NBSPACE || arg0 == '?' || arg0 == '?' || arg0 == WORD_JOINER || arg0 == ZERO_WIDTH_NOBREAK_SPACE ) ; }
4,963
id3v1 does n't have album-wide artists , so returns null ; concode_field_sep String trackNumber concode_elem_sep String artist concode_elem_sep String year concode_elem_sep String album concode_elem_sep String genre concode_elem_sep boolean found concode_elem_sep ID3Comment comment concode_elem_sep String title concode...
String function ( ) { return null ; }
4,964
sets the value of the opspassword property . concode_field_sep JAXBElement<String> opesusername concode_elem_sep JAXBElement<String> opstenantname concode_elem_sep JAXBElement<String> tokenId concode_elem_sep JAXBElement<String> ip concode_elem_sep JAXBElement<String> tenantId concode_elem_sep JAXBElement<String> opspa...
void function ( JAXBElement < String > arg0 ) { this . opspassword = arg0 ; }
4,965
gets the system parameters and environment parameters that were passed to the jvm on startup . concode_field_sep String UNKNOWN concode_elem_sep Logger LOG concode_elem_sep String commitId concode_elem_sep String commitDate concode_field_sep String getVersion concode_elem_sep String[] getJvmStartupOptionsArray concode_...
String function ( ) { try { final RuntimeMXBean loc0 = ManagementFactory . getRuntimeMXBean ( ) ; final StringBuilder loc1 = new StringBuilder ( ) ; for ( String loc2 : loc0 . getInputArguments ( ) ) { loc1 . append ( loc2 ) . append ( ' ' ) ; } return loc1 . toString ( ) ; } catch ( Throwable loc0 ) { return UNKNOWN ;...
4,966
the status code of a failed item . concode_field_sep Boolean retryable concode_elem_sep String failureCode concode_field_sep void setRetryable concode_elem_sep Boolean getRetryable concode_elem_sep int hashCode concode_elem_sep Boolean isRetryable concode_elem_sep boolean equals concode_elem_sep FailedItemDetails clone...
void function ( String arg0 ) { this . failureCode = arg0 ; }
4,967
set filter type concode_field_sep List<UiFilterResultField> resultFields concode_elem_sep Boolean hidden concode_elem_sep UiFilterVisibility visibility concode_elem_sep boolean editable concode_elem_sep UiFilterUsage usage concode_elem_sep String businessFilterDataId concode_elem_sep String description concode_elem_sep...
void function ( FilterType arg0 ) { filterType = arg0 ; }
4,968
extracts a map of name/value pairs from the given array of characters . names are expected to be unique . concode_field_sep int pos concode_elem_sep int len concode_elem_sep boolean lowerCaseNames concode_elem_sep int i1 concode_elem_sep int i2 concode_elem_sep char[] chars concode_field_sep boolean hasChar concode_ele...
Map function ( final char [ ] arg0 , char arg1 ) { if ( arg0 == null ) { return new HashMap ( ) ; } return parse ( arg0 , 0 , arg0 . length , arg1 ) ; }
4,969
get the connectiion manager timeout value . this is defined by the parameter clientpnames.conn _ manager_timeout . failing that it uses the parameter coreconnectionpnames.connection _ timeout which defaults to 0 if not defined . concode_field_sep PlaceHolder placeHolder concode_field_sep void setAuthenticating concode_...
long function ( final HttpParams arg0 ) { Args . notNull ( arg0 , "srini_string" ) ; final Long loc0 = ( Long ) arg0 . getParameter ( ClientPNames . CONN_MANAGER_TIMEOUT ) ; if ( loc0 != null ) { return loc0 . longValue ( ) ; } return HttpConnectionParams . getConnectionTimeout ( arg0 ) ; }
4,970
return a true context that holds information about which state we were trying to pack to when we realized we could n't . concode_field_sep TestVisitor emptyVisitor concode_elem_sep TestVisitor anyTupleVisitor concode_elem_sep DisjunctiveVisitor<Boolean> impossibleVisitor concode_elem_sep DisjunctiveVisitor<Boolean> sin...
LinearContext function ( String arg0 , String arg1 , ChoiceID arg2 , ChoiceID arg3 ) { return new FailingPackContext ( arg0 , arg1 , arg2 , arg3 ) ; }
4,971
resets the valuechange effect to fire when the current response is completed . concode_field_sep Log logger concode_elem_sep Effect valueChangeEffect concode_field_sep void init concode_elem_sep void setValueChangeEffect concode_elem_sep Effect getValueChangeEffect
void function ( ValueChangeEvent arg0 ) { valueChangeEffect . setFired ( false ) ; }
4,972
sets the value of the summary property . concode_field_sep String revision concode_elem_sep String type concode_elem_sep String severity concode_elem_sep String summary concode_elem_sep String reviewerId concode_elem_sep String description concode_elem_sep String resolution concode_elem_sep ReviewIssueMeta reviewIssueM...
void function ( String arg0 ) { this . summary = arg0 ; }
4,973
gets the free mips . concode_field_sep List<? extends Pe> peList concode_elem_sep RamProvisioner ramProvisioner concode_elem_sep List<? extends Vm> vmList concode_elem_sep List<Vm> vmsMigratingIn concode_elem_sep VmScheduler vmScheduler concode_elem_sep Datacenter datacenter concode_elem_sep int id concode_elem_sep lon...
double function ( ) { return getVmScheduler ( ) . getAvailableMips ( ) ; }
4,974
updates the document library file rank in the database or adds it if it does not yet exist . also notifies the appropriate model listeners . concode_field_sep DLFileRankLocalService _dlFileRankLocalService concode_field_sep java.lang.String getOSGiServiceIdentifier concode_elem_sep void setWrappedService concode_elem_s...
com . liferay . portlet . documentlibrary . model . DLFileRank function ( com . liferay . portlet . documentlibrary . model . DLFileRank arg0 ) { return _dlFileRankLocalService . updateDLFileRank ( arg0 ) ; }
4,975
get the name value . concode_field_sep String tier concode_elem_sep String name concode_elem_sep Long capacity concode_field_sep String tier concode_elem_sep Sku withTier concode_elem_sep Sku withCapacity concode_elem_sep Sku withName concode_elem_sep Long capacity
String function ( ) { return this . name ; }
4,976
set the marker . concode_field_sep LegendItem item concode_elem_sep Point2D labelPosition concode_elem_sep Shape marker concode_elem_sep Line2D line concode_elem_sep double x concode_elem_sep double width concode_elem_sep double y concode_elem_sep double height concode_field_sep void setY concode_elem_sep void setX con...
void function ( Shape arg0 ) { this . marker = arg0 ; }
4,977
todo concode_field_sep long st_ro_evict concode_elem_sep long st_alloc_buckets concode_elem_sep long st_cache_miss concode_elem_sep int st_page_dirty concode_elem_sep long st_page_trickle concode_elem_sep int st_pages concode_elem_sep long st_hash_max_nowait concode_elem_sep long st_io_wait concode_elem_sep long st_syn...
long function ( ) { return st_hash_nowait ; }
4,978
used to communicate a progress update between a plugin tool and the main whitebox user interface . concode_field_sep String[] args concode_elem_sep boolean cancelOp concode_elem_sep WhiteboxPluginHost myHost concode_elem_sep boolean amIActive concode_field_sep String getName concode_elem_sep void setPluginHost concode_...
void function ( String arg0 , int arg1 ) { if ( myHost != null ) { myHost . updateProgress ( arg0 , arg1 ) ; } else { System . out . println ( arg0 + "srini_string" + arg1 + "srini_string" ) ; } }
4,979
called when cell is added to cellcollection . concode_field_sep boolean mEditable concode_elem_sep CellCollection mCellCollection concode_elem_sep Object mCellCollectionLock concode_elem_sep CellGroup mSector concode_elem_sep int mRowIndex concode_elem_sep boolean mValid concode_elem_sep int mColumnIndex concode_elem_s...
void function ( CellCollection arg0 , int arg1 , int arg2 , CellGroup arg3 , CellGroup arg4 , CellGroup arg5 ) { synchronized ( mCellCollectionLock ) { mCellCollection = arg0 ; } mRowIndex = arg1 ; mColumnIndex = arg2 ; mSector = arg3 ; mRow = arg4 ; mColumn = arg5 ; arg3 . addCell ( this ) ; arg4 . addCell ( this ) ; ...
4,980
returns a string representation of this object ; useful for testing and debugging . concode_field_sep ScalingParametersStatus scalingParameters concode_field_sep int hashCode concode_elem_sep boolean equals concode_elem_sep DescribeScalingParametersResult withScalingParameters concode_elem_sep DescribeScalingParameters...
String function ( ) { StringBuilder loc0 = new StringBuilder ( ) ; loc0 . append ( "srini_string" ) ; if ( getScalingParameters ( ) != null ) loc0 . append ( "srini_string" + getScalingParameters ( ) ) ; loc0 . append ( "srini_string" ) ; return loc0 . toString ( ) ; }
4,981
get all of the values since the last time this function was called . calling this function will reset all atomiclongs in the instance back to 0 . concode_field_sep AtomicLong countOfRowsFiltered concode_elem_sep String COUNT_OF_ROWS_SCANNED_KEY concode_elem_sep Map<String,AtomicLong> counters concode_elem_sep String CO...
Map < String , Long > function ( ) { ImmutableMap . Builder < String , Long > loc0 = ImmutableMap . loc0 ( ) ; for ( Map . Entry < String , AtomicLong > loc1 : this . counters . entrySet ( ) ) { loc0 . put ( loc1 . getKey ( ) , loc1 . getValue ( ) . getAndSet ( 0 ) ) ; } return loc0 . build ( ) ; }
4,982
determines if the supplied object is assignment-compatible with the object represented by supplied class . concode_field_sep PlaceHolder placeHolder concode_field_sep Field getDeclaredField concode_elem_sep Class forName concode_elem_sep Field getField concode_elem_sep Method getDeclaredMethod concode_elem_sep T newIns...
boolean function ( Class arg0 , Object arg1 ) { return arg0 . isInstance ( arg1 ) ; }
4,983
documentation pending concode_field_sep ArrayList assets concode_elem_sep long serialVersionUID concode_field_sep ArrayList getAssets
void function ( ArrayList arg0 ) { this . assets = arg0 ; }
4,984
determines whether or not an environment is a default . returns false if the environment does n't belong to this group . concode_field_sep Package containingPackage concode_elem_sep Set<Label> defaults concode_elem_sep Set<Label> environments concode_elem_sep Location location concode_elem_sep Label label concode_elem_...
boolean function ( Label arg0 ) { return defaults . contains ( arg0 ) ; }
4,985
prints the nodes . concode_field_sep Logger log concode_field_sep void writeHeader concode_elem_sep void writeModelOrdered concode_elem_sep void writeModelOrdered concode_elem_sep DateTime getDateTime concode_elem_sep void log concode_elem_sep void printer concode_elem_sep String msgFormat concode_elem_sep void logNode...
String function ( Model arg0 , List < Resource > arg1 ) { return printNodes ( arg0 , arg1 , true ) ; }
4,986
returns the create date of this repository entry . concode_field_sep RepositoryEntry _repositoryEntry concode_field_sep void setExpandoBridgeAttributes concode_elem_sep void setExpandoBridgeAttributes concode_elem_sep void setExpandoBridgeAttributes concode_elem_sep void setGroupId concode_elem_sep boolean isEscapedMod...
Date function ( ) { return _repositoryEntry . getCreateDate ( ) ; }
4,987
specify the thread group that threads should be created in . concode_field_sep boolean daemon concode_elem_sep String threadNamePrefix concode_elem_sep ThreadGroup threadGroup concode_elem_sep int threadPriority concode_elem_sep AtomicInteger threadCount concode_field_sep void setThreadNamePrefix concode_elem_sep void ...
void function ( ThreadGroup arg0 ) { this . threadGroup = arg0 ; }
4,988
returns the osgi service identifier . concode_field_sep OrgLaborLocalService _service concode_field_sep com.liferay.portal.kernel.model.OrgLabor getOrgLabor concode_elem_sep com.liferay.portal.kernel.dao.orm.ActionableDynamicQuery getActionableDynamicQuery concode_elem_sep com.liferay.portal.kernel.model.OrgLabor fetch...
java . lang . String function ( ) { return getService ( ) . getOSGiServiceIdentifier ( ) ; }
4,989
removes the session from management and disconnects . concode_field_sep IntKeyHashMap sessionMap concode_elem_sep int sessionIdCount concode_elem_sep Session sysSession concode_field_sep Session newSession concode_elem_sep Session getSysSession concode_elem_sep void closeAllSessions concode_elem_sep Session[] getAllSes...
void function ( Session arg0 ) { sessionMap . remove ( arg0 . getId ( ) ) ; }
4,990
returns the expanded system identifier . concode_field_sep String fExpandedSystemId concode_elem_sep String fPublicId concode_elem_sep String fBaseSystemId concode_elem_sep String fNamespace concode_elem_sep String fLiteralSystemId concode_field_sep void clear concode_elem_sep void setPublicId concode_elem_sep String g...
String function ( ) { return fExpandedSystemId ; }
4,991
this indicator is used mainly for jlg loans when we want to sync disbursement with the group meetings it seems that if we do use this parameter we should also use calendarid to sync repayment with group meetings concode_field_sep String repaymentsStartingFromDate concode_elem_sep String YEARS concode_elem_sep String in...
LoanApplicationTestBuilder function ( ) { this . syncDisbursementWithMeeting = true ; return this ; }
4,992
converts readablearray to an array of float . returns newly created array . concode_field_sep PlaceHolder placeHolder concode_field_sep placeholderType placeHolder
float [ ] function ( @ Nullable ReadableArray arg0 ) { if ( arg0 != null ) { float [ ] loc0 = new float [ arg0 . size ( ) ] ; toFloatArray ( arg0 , loc0 ) ; return loc0 ; } return null ; }
4,993
verify that ejbbookreader and ejbbookwriterimpl are correctly injected into ejbbookresource . concode_field_sep Logger log concode_elem_sep EJBLocalResource localResource concode_field_sep void testVerifyInjectionJaxRs concode_elem_sep Archive<?> createTestArchive concode_elem_sep void testVerifyScopesLocalEJB concode_...
void function ( ) { log . info ( "srini_string" ) ; EJBRemoteResource loc0 = getRemoteResource ( ) ; log . info ( "srini_string" + loc0 ) ; int loc1 = loc0 . verifyInjection ( ) ; log . info ( "srini_string" + loc1 ) ; assertEquals ( 200 , loc1 ) ; }
4,994
returns true if no font styles are enabled . concode_field_sep Color color concode_elem_sep boolean underlined concode_elem_sep Font lastFont concode_elem_sep Font lastStyledFont concode_elem_sep boolean bold concode_elem_sep FontMetrics fontMetrics concode_elem_sep boolean italic concode_field_sep boolean isItalic con...
boolean function ( ) { return ! ( bold || italic || underlined ) ; }
4,995
sets the thread context class loader management strategy to use for services imported by this service . by default importcontextclassloaderenum #client is used . concode_field_sep String filter concode_elem_sep ImportContextClassLoaderEnum contextClassLoader concode_elem_sep Class<?>[] interfaces concode_elem_sep Strin...
void function ( ImportContextClassLoaderEnum arg0 ) { Assert . notNull ( arg0 ) ; this . contextClassLoader = arg0 ; }
4,996
sets the end point of the transition , a float between 0.0 and 1.0 . defaults to 1.0 . concode_field_sep boolean fired concode_elem_sep boolean submit concode_elem_sep boolean queued concode_elem_sep float fps concode_elem_sep boolean sync concode_elem_sep int sequenceId concode_elem_sep float duration concode_elem_sep...
void function ( float arg0 ) { this . to = arg0 ; ea . add ( "srini_string" , arg0 ) ; }
4,997
remove a requestfinishedlistener . has no effect if listener was not previously added . concode_field_sep Map<String,Queue<Request<?>>> mWaitingRequests concode_elem_sep Set<Request<?>> mCurrentRequests concode_elem_sep PriorityBlockingQueue<Request<?>> mCacheQueue concode_elem_sep CacheDispatcher mCacheDispatcher conc...
void function ( RequestFinishedListener < T > arg0 ) { synchronized ( mFinishedListeners ) { mFinishedListeners . remove ( arg0 ) ; } }
4,998
return the body text associated with this node if any . concode_field_sep String name concode_elem_sep HashMap attributes concode_elem_sep TreeNode parent concode_elem_sep String body concode_elem_sep ArrayList children concode_field_sep TreeNode findChild concode_elem_sep String findAttribute concode_elem_sep String g...
String function ( ) { return ( this . body ) ; }
4,999
returns the maximum value of enchantability nedded on the enchantment level passed . concode_field_sep Enchantment flame concode_elem_sep Enchantment power concode_elem_sep EnumEnchantmentType type concode_elem_sep Enchantment infinity concode_elem_sep Enchantment smite concode_elem_sep int effectId concode_elem_sep En...
int function ( int arg0 ) { return getMinEnchantability ( arg0 ) + 5 ; }