code
stringlengths
20
663
nl
stringlengths
68
7.19k
String function ( ) { return key ; }
the key for the tag . concode_field_sep String value concode_elem_sep String key concode_field_sep String getValue concode_elem_sep Tag withValue concode_elem_sep int hashCode concode_elem_sep void setValue concode_elem_sep boolean equals concode_elem_sep Tag clone concode_elem_sep String toString concode_elem_sep Tag ...
org . apache . axis . description . TypeDesc function ( ) { return typeDesc ; }
return type metadata object concode_field_sep java.lang.Integer split concode_elem_sep java.lang.Object __equalsCalc concode_elem_sep boolean __hashCodeCalc concode_elem_sep org.apache.axis.description.TypeDesc typeDesc concode_elem_sep java.lang.Long userId concode_field_sep java.lang.Integer getSplit concode_elem_sep...
AttributeFinder function ( ) { return this . attributeFinder ; }
returns the attributefinder that was configured , or null if none was configured concode_field_sep Map<String,Object> customAttr concode_elem_sep RevocationFinder revocationFinder concode_elem_sep AttributeFinder attributeFinder concode_elem_sep ResourceFinder resourceFinder concode_elem_sep PolicyFinder policyFinder c...
void function ( List < String > arg0 ) { this . requestedScope = arg0 ; }
sets the scopes request by the client concode_field_sep String redirectUri concode_elem_sep String audience concode_elem_sep String responseType concode_elem_sep List<String> requestedScope concode_elem_sep UserSubject subject concode_elem_sep List<String> approvedScope concode_elem_sep String clientCodeChallenge conco...
Date function ( java . util . Date arg0 ) { if ( arg0 instanceof Date ) { return ( Date ) arg0 ; } Calendar loc0 = getCalendar ( ) ; loc0 . setTime ( arg0 ) ; return normalizeDate ( arg0 , loc0 ) ; }
creates normalized sql date object concode_field_sep boolean ISO8601_WEEK concode_elem_sep ThreadLocal<Calendar> CALENDAR concode_elem_sep String ISO8601_WEEK_PROP concode_field_sep Date normalizeDate concode_elem_sep Calendar initialCalendar concode_elem_sep Time createTime concode_elem_sep Time createTime concode_ele...
Pair < K1 , K2 > function ( final K1 arg0 , final K2 arg1 ) { return new Pair < K1 , K2 > ( arg0 , arg1 , PairEqualsMode . BOTH ) ; }
static factory method concode_field_sep K1 k1 concode_elem_sep K2 k2 concode_elem_sep PairEqualsMode equalsMode concode_field_sep K2 getK2 concode_elem_sep int hashCode concode_elem_sep boolean equals concode_elem_sep K1 getK1 concode_elem_sep String toString
void function ( JSONObject arg0 ) { sendPluginResult ( new PluginResult ( PluginResult . Status . ERROR , arg0 ) ) ; }
helper for error callbacks that just returns the status.error by default concode_field_sep String callbackId concode_elem_sep CordovaWebView webView concode_elem_sep int changingThreads concode_elem_sep String LOG_TAG concode_elem_sep boolean finished concode_field_sep boolean isChangingThreads concode_elem_sep String ...
Formatter function ( ) { return this . formatter ; }
gets the formatter used by this handler to format the logging messages . concode_field_sep Level DEFAULT_LEVEL concode_elem_sep Formatter formatter concode_elem_sep Filter filter concode_elem_sep ErrorManager errorMan concode_elem_sep Level level concode_elem_sep String prefix concode_elem_sep String encoding concode_f...
void function ( String arg0 ) { this . eTag = arg0 ; }
sets the entity tag identifying the new object . an entity tag is an opaque string that changes if and only if an object 's data changes . concode_field_sep String sourceKey concode_elem_sep String versionId concode_elem_sep String sourceBucketName concode_elem_sep String destinationBucketName concode_elem_sep String e...
FunctionName function ( String arg0 ) { return findFunctionDescription ( new NameImpl ( arg0 ) ) ; }
lookup the functionname description . concode_field_sep Logger LOGGER concode_elem_sep Map<Name,FunctionFactory> functionFactoryCache concode_field_sep Function findFunctionInternal concode_elem_sep HashMap<Name,FunctionFactory> lookupFunctions concode_elem_sep Name toName concode_elem_sep Function findFunction concode...
String function ( ) { return socioEconomicStatus ; }
document me ! concode_field_sep String specialEducation concode_elem_sep String englishSecondLanguage concode_elem_sep String ethnicity concode_elem_sep boolean hasChanged concode_elem_sep String socioEconomicStatus concode_elem_sep int demographicsID concode_elem_sep String lepLevel concode_field_sep void setEthnicity...
void function ( Person arg0 ) { this . person = arg0 ; }
sets the value of the person property . concode_field_sep String creditClassification concode_elem_sep String levelCode concode_elem_sep Person person concode_elem_sep Organization organization concode_elem_sep long serialVersionUID concode_elem_sep String id concode_elem_sep String typeCode concode_elem_sep Status sta...
JIRAProject function ( java . lang . String arg0 ) { return getPersistence ( ) . fetchByKey ( arg0 ) ; }
returns the j i r a project where key = &#63; or returns null if it could not be found . uses the finder cache . concode_field_sep JIRAProjectPersistence _persistence concode_field_sep int countAll concode_elem_sep void cacheResult concode_elem_sep void cacheResult concode_elem_sep JIRAProject findByKey concode_elem_se...
void function ( FormatStyle arg0 ) { this . dateStyle = arg0 ; this . timeStyle = arg0 ; }
set the style to use for date and time types . concode_field_sep FormatStyle dateStyle concode_elem_sep FormatStyle timeStyle concode_elem_sep ISO iso concode_elem_sep String pattern concode_elem_sep TimeZone timeZone concode_field_sep void setIso concode_elem_sep void setDateStyle concode_elem_sep void setTimeStyle co...
Partition function ( ) { return partitionToSplit ; }
gets the partition to split . concode_field_sep Partition newPartition concode_elem_sep Set<EventNode> eventsToSplitOut concode_elem_sep Partition partitionToSplit concode_field_sep Set<EventNode> getSplitEvents concode_elem_sep void addEventToSplit concode_elem_sep boolean isValid concode_elem_sep IOperation commit co...
void function ( int arg0 ) { if ( arg0 < 0 || arg0 > 0xF ) throw new IllegalArgumentException ( "srini_string" + arg0 + "srini_string" ) ; flags &= 0x87FF ; flags |= ( arg0 << 11 ) ; }
sets the message 's opcode concode_field_sep int[] counts concode_elem_sep int flags concode_elem_sep int LENGTH concode_elem_sep int id concode_elem_sep Random random concode_field_sep void init concode_elem_sep void setFlag concode_elem_sep boolean validFlag concode_elem_sep void unsetFlag concode_elem_sep int getID ...
void function ( String arg0 , String arg1 ) { i ( arg0 , arg1 , null ) ; }
prints a message at info priority . concode_field_sep int ERROR concode_elem_sep int VERBOSE concode_elem_sep int WARN concode_elem_sep int NONE concode_elem_sep int ASSERT concode_elem_sep int DEBUG concode_elem_sep LogNode mLogNode concode_elem_sep int INFO concode_field_sep void println concode_elem_sep void println...
T function ( List < ? > arg0 , Class < T > arg1 ) { for ( Object loc0 : arg0 ) { if ( arg1 . isInstance ( loc0 ) ) return arg1 . cast ( loc0 ) ; } return null ; }
find exact object type or sublass of cl in list concode_field_sep int INTEGER_POOL_MAX_VALUE concode_elem_sep Integer[] ints concode_field_sep int lastIndexOf concode_elem_sep boolean select concode_elem_sep List<To> select concode_elem_sep void setSize concode_elem_sep String sortLinesInString concode_elem_sep List<St...
List < StringPlusAuthorityPlusTypeClient > function ( ) { return form ; }
gets the form . concode_field_sep List<String> extent concode_elem_sep List<String> internetMediaType concode_elem_sep List<NoteTypeClient> note concode_elem_sep List<StringPlusAuthorityPlusTypeClient> form concode_elem_sep List<String> digitalOrigin concode_elem_sep String xmlLang concode_elem_sep List<String> reforma...
String function ( String arg0 , String arg1 , List < Object > arg2 , ValueStack arg3 ) { return getText ( arg0 , arg1 , arg2 , arg3 , true ) ; }
get a message from the first textprovider encountered in the stack . if the first textprovider does n't provide the message the default message is returned . the stack is searched if if no textprovider is found , or the message is not found . concode_field_sep Logger LOG concode_field_sep placeholderType placeHolder
GenerateQuizResponse function ( ) { return new GenerateQuizResponse ( ) ; }
create an instance of generatequizresponse concode_field_sep QName _GenerateQuiz_QNAME concode_elem_sep QName _GetQuestionsResponse_QNAME concode_elem_sep QName _GradeQuiz_QNAME concode_elem_sep QName _GetQuestions_QNAME concode_elem_sep QName _GradeQuizResponse_QNAME concode_elem_sep QName _GenerateQuizResponse_QNAME ...
boolean function ( UserGroupInformation arg0 ) { return adminAcl . isUserAllowed ( arg0 ) ; }
returns whether the specified user/group is an administrator concode_field_sep UserGroupInformation owner concode_elem_sep boolean aclsEnabled concode_elem_sep AccessControlList adminAcl concode_elem_sep Log LOG concode_field_sep boolean areACLsEnabled concode_elem_sep UserGroupInformation getOwner
CTTransform2D function ( ) { return txXfrm ; }
gets the value of the txxfrm property . concode_field_sep String modelId concode_elem_sep CTOfficeArtExtensionList extLst concode_elem_sep CTShapeProperties spPr concode_elem_sep CTShapeStyle style concode_elem_sep CTTextBody txBody concode_elem_sep CTTransform2D txXfrm concode_elem_sep CTShapeNonVisual nvSpPr concode_...
ExpectedCount function ( int arg0 ) { Assert . isTrue ( arg0 >= 1 , "srini_string" ) ; return new ExpectedCount ( arg0 , arg0 ) ; }
exactly n times . concode_field_sep int minCount concode_elem_sep int maxCount concode_field_sep int getMinCount concode_elem_sep int getMaxCount concode_elem_sep ExpectedCount min concode_elem_sep ExpectedCount once concode_elem_sep ExpectedCount max concode_elem_sep ExpectedCount manyTimes concode_elem_sep ExpectedCo...
void function ( String arg0 ) { this . value = arg0 ; }
sets the value of the value property . concode_field_sep String fragment concode_elem_sep BigInteger mass concode_elem_sep BigInteger length concode_elem_sep String checksum concode_elem_sep Boolean precursor concode_elem_sep XMLGregorianCalendar modified concode_elem_sep String value concode_elem_sep BigInteger versio...
void function ( ) { this . handler . cancel ( ) ; }
instructs the webview to cancel the authentication request . concode_field_sep HttpAuthHandler handler concode_field_sep void proceed
String function ( ) { StringBuffer loc0 = new StringBuffer ( m_name ) ; loc0 . append ( "srini_string" = "srini_string" ) ; return loc0 . toString ( ) ; }
converts the signedinfo to xml form concode_field_sep String m_name concode_elem_sep String m_value concode_field_sep void setName concode_elem_sep String getValue concode_elem_sep String getName concode_elem_sep void setValue concode_elem_sep DigiDocException validateValue concode_elem_sep String toString concode_elem...
java . lang . String function ( ) { return _tasksEntry . getUserUuid ( ) ; }
returns the user uuid of this tasks entry . concode_field_sep TasksEntry _tasksEntry concode_field_sep void setResolverUserId concode_elem_sep void setExpandoBridgeAttributes concode_elem_sep void setExpandoBridgeAttributes concode_elem_sep void setExpandoBridgeAttributes concode_elem_sep void setGroupId concode_elem_s...
void function ( boolean arg0 ) { this . useForward = arg0 ; }
tells if we are to do a forward to the loginformurl using the requestdispatcher , instead of a 302 redirect . concode_field_sep String loginFormUrl concode_elem_sep boolean forceHttps concode_elem_sep boolean useForward concode_elem_sep Log logger concode_elem_sep RedirectStrategy redirectStrategy concode_elem_sep Port...
java . lang . String function ( ) { return _dlAppHelperLocalService . getOSGiServiceIdentifier ( ) ; }
returns the osgi service identifier . concode_field_sep DLAppHelperLocalService _dlAppHelperLocalService concode_field_sep com.liferay.portal.kernel.repository.model.Folder moveFolderFromTrash concode_elem_sep void setWrappedService concode_elem_sep void deleteFolder concode_elem_sep void restoreFileShortcutFromTrash c...
void function ( ) { if ( getState ( ) == STATE_PAUSE ) { synchronized ( sync ) { sync . notify ( ) ; sync . notify ( ) ; } } }
wake up sync engine . concode_field_sep int STATE_DOSTOP concode_elem_sep boolean dbResetDelay concode_elem_sep int STATE_SYNC concode_elem_sep int STATE_CANCEL concode_elem_sep int m_nState concode_elem_sep String sync concode_elem_sep long SYNC_WAIT_INTERVAL concode_elem_sep int STATE_PAUSE concode_elem_sep int STATE...
void function ( int arg0 ) { this . sampleHasRedundancy = arg0 ; }
sample_has_redundancy takes one of the following four values : 0 : it is unknown whether there is redundant coding in this sample ; 1 : there is redundant coding in this sample ; 2 : there is no redundant coding in this sample ; 3 : reserved concode_field_sep int sampleDegradationPriority concode_elem_sep int samplePad...
Rectangle2D function ( Rectangle2D arg0 , Rectangle2D arg1 ) { if ( arg1 == null ) { arg1 = new Rectangle2D . Double ( ) ; } arg1 . setRect ( arg0 . getX ( ) - this . left , arg0 . getY ( ) - this . top , arg0 . getWidth ( ) + this . left + this . right , arg0 . getHeight ( ) + this . top + this . bottom ) ; return arg...
expands an area by the amount of space represented by this object . concode_field_sep long serialVersionUID concode_elem_sep double top concode_elem_sep double left concode_elem_sep double bottom concode_elem_sep double right concode_field_sep void add concode_elem_sep double getBottom concode_elem_sep void setLeft con...
int function ( ) { return this . goodSuggestionThreshold ; }
gets the percentage of attendees that must have the time period open for the time period to qualify as a good suggested meeting time . goodsuggestionthreshold must be between 1 and 49 . the default value is 25 . concode_field_sep int maximumSuggestionsPerDay concode_elem_sep int mergedFreeBusyInterval concode_elem_sep ...
Builder function ( SdkPredicate < T > arg0 ) { this . shouldDoAsyncRefresh = arg0 ; return this ; }
set the predicate that will determine when the task will queue a non-blocking , async refresh . concode_field_sep SdkPredicate<T> shouldDoBlockingRefresh concode_elem_sep AtomicBoolean asyncRefreshing concode_elem_sep Callable<T> refreshCallable concode_elem_sep SdkPredicate<T> shouldDoAsyncRefresh concode_elem_sep Exe...
Game function ( ) { return _game ; }
return the game i am playing . concode_field_sep Piece _side concode_elem_sep Game _game concode_field_sep Piece side concode_elem_sep Board getBoard concode_elem_sep Move makeMove
int function ( ) { return fVisibility ; }
returns the visibility of the constructors . concode_field_sep boolean fImports concode_elem_sep ITypeBinding fType concode_elem_sep boolean fOmitSuper concode_elem_sep boolean fSave concode_elem_sep IFunctionBinding[] fConstructorsToImplement concode_elem_sep JavaScriptUnit fASTRoot concode_elem_sep String[] fCreatedI...
XmlStringBuilder function ( ) { XmlStringBuilder loc0 = new XmlStringBuilder ( this ) ; loc0 . attribute ( "srini_string" , hash ) . attribute ( "srini_string" , node ) . attribute ( "srini_string" , ver ) ; loc0 . closeEmptyElement ( ) ; return loc0 ; }
. concode_field_sep String node concode_elem_sep String ELEMENT concode_elem_sep String ver concode_elem_sep String NAMESPACE concode_elem_sep String hash concode_field_sep String getHash concode_elem_sep String getNamespace concode_elem_sep String getVer concode_elem_sep CapsExtension from concode_elem_sep String getN...
T function ( Integer arg0 ) { highlightBuilder ( ) . arg0 ( arg0 ) ; return ( T ) this ; }
sets the size of the fragment to return from the beginning of the field if there are no matches to highlight and the field does n't also define nomatchsize . concode_field_sep SearchSourceBuilder sourceBuilder concode_field_sep T addFieldDataField concode_elem_sep T setExplain concode_elem_sep T setHighlighterPreTags c...
Task function ( Object ... arg0 ) { Runnable loc0 = new Expire ( expirable , key , arg0 ) ; return Sponge . getScheduler ( ) . createTaskBuilder ( ) . async ( ) . delayTicks ( expirable . getDuration ( ) ) . execute ( loc0 ) . submit ( ByteCartRedux . myPlugin ) ; }
schedule an expirable task asynchronously concode_field_sep Expirable<K> expirable concode_elem_sep Object[] params concode_elem_sep K key concode_field_sep void cancel concode_elem_sep Task renewTaskLater concode_elem_sep Task renewTaskLater concode_elem_sep Task runTaskLater concode_elem_sep void run
String function ( Document arg0 ) { StringWriter loc0 = new StringWriter ( ) ; DOMUtil . printAsXML ( arg0 , new PrintWriter ( loc0 ) ) ; return loc0 . toString ( ) ; }
prints an xml dom . concode_field_sep PlaceHolder placeHolder concode_field_sep void p concode_elem_sep Element getElementById concode_elem_sep Element getElementById concode_elem_sep Element getElementById concode_elem_sep void document2File concode_elem_sep void warn concode_elem_sep void clearDocument concode_elem_s...
int function ( ) { return 0 ; }
implement the parcelable interface concode_field_sep int RO_NETWORK_TYPE concode_elem_sep int RO_AVAILABLE_FWD_BW concode_elem_sep String DEFAULT concode_elem_sep String BULK_UPLOAD concode_elem_sep int RO_AVAILABLE_REV_BW concode_elem_sep int RW_MAX_ALLOWED_LATENCY concode_elem_sep HashMap<Integer,String> mCapabilitie...
String function ( ) { TimeZone loc0 = TimeZone . getTimeZone ( id ) ; if ( loc0 . useDaylightTime ( ) ) { return "srini_string" ; } return "srini_string" ; }
gets whether or not this time zone uses daylight time . concode_field_sep Polygon mapPolygon concode_elem_sep DateFormat dateFormat concode_elem_sep String id concode_elem_sep String mapCommandButtonId concode_field_sep String getLocation concode_elem_sep boolean isRelevantComponentId concode_elem_sep String getDisplay...
Locktoken function ( ) { return new Locktoken ( ) ; }
create an instance of locktoken concode_field_sep QName _SyncToken_QNAME concode_elem_sep QName _Dst_QNAME concode_elem_sep QName _SyncLevel_QNAME concode_elem_sep QName _Status_QNAME concode_elem_sep QName _Depth_QNAME concode_elem_sep QName _Responsedescription_QNAME concode_elem_sep QName _Timeout_QNAME concode_elem...
void function ( Collection < Field > arg0 ) { this . fields = arg0 ; }
sets the collection of fields associated with this form . concode_field_sep String name concode_elem_sep Collection<Field> fields concode_field_sep void setName concode_elem_sep Collection<Field> getFields concode_elem_sep String getName
int function ( ) { return value . hashCode ( ) ; }
returns the hashcode for this object . concode_field_sep String value concode_field_sep String getValue concode_elem_sep boolean equals concode_elem_sep String toString
Reader function ( ) { if ( reader == null ) { reader = new InputStreamReader ( byteStream ( ) , charset ( ) ) ; } return reader ; }
returns the response as a character stream decoded with the charset of the content-type header . if that header is either absent or lacks a charset , this will attempt to decode the response body as utf-8 . concode_field_sep Request request concode_elem_sep RawHeaders headers concode_elem_sep int code concode_elem_sep ...
void function ( BaseSpringSystem arg0 ) { mSpringSystem = arg0 ; }
set the basespringsystem that the springlooper will call back to . concode_field_sep BaseSpringSystem mSpringSystem concode_field_sep void stop concode_elem_sep void start
void function ( Component arg0 ) { Enumeration loc0 = rows . elements ( ) ; while ( loc0 . hasMoreElements ( ) ) { Row loc1 = ( Row ) loc0 . nextElement ( ) ; if ( arg0 == loc1 . label || arg0 == loc1 . field ) { rows . removeElement ( loc1 ) ; return ; } } }
removes the specified component from the layout . concode_field_sep String LABEL concode_elem_sep Component field concode_elem_sep String FIELD concode_elem_sep boolean center concode_elem_sep int vgap concode_elem_sep double yRatio concode_elem_sep String LABELTOP concode_elem_sep Component label concode_elem_sep Vect...
String function ( ) { return wbsName ; }
gets the value of the wbsname property . concode_field_sep Date date concode_elem_sep String wbsCode concode_elem_sep Date lastUpdateDate concode_elem_sep Boolean isBaseline concode_elem_sep Double spendingPlan concode_elem_sep String wbsName concode_elem_sep Integer wbsObjectId concode_elem_sep Integer projectObjectId...
int function ( ) { return HiveDriver . getMinorDriverVersion ( ) ; }
returns the minor version of this driver . concode_field_sep String HOST_PROPERTY_KEY concode_elem_sep Attributes manifestAttributes concode_elem_sep boolean JDBC_COMPLIANT concode_elem_sep String PORT_PROPERTY_KEY concode_elem_sep String DBNAME_PROPERTY_KEY concode_field_sep String fetchManifestAttribute concode_elem_...
String function ( Object arg0 ) { return getFirst ( arg0 , false ) ; }
convenience method for #getfirst key , false . concode_field_sep TreeMap<String,SortedSet<String>> wrappedMap concode_field_sep String getAsQueryString concode_elem_sep Set<java.util.Map.Entry<String,SortedSet<String>>> entrySet concode_elem_sep boolean containsKey concode_elem_sep Collection<SortedSet<String>> values ...
java . lang . String function ( ) { return movieName ; }
gets the moviename value for this movie . concode_field_sep int totalCopies concode_elem_sep java.lang.String prodBanner concode_elem_sep java.lang.String releaseDate concode_elem_sep float rentAmount concode_elem_sep org.apache.axis.description.TypeDesc typeDesc concode_elem_sep int availableCopies concode_elem_sep ja...
void function ( ) { resolveTo ( "srini_string" , "srini_string" + "srini_string" , "srini_string" ) ; }
this isnt really a valid uri , except maybe in ie concode_field_sep String SHARED_JAR_URI concode_elem_sep String LAUNCHER_JAR concode_elem_sep boolean windows concode_elem_sep boolean unix concode_field_sep void testUnixPath concode_elem_sep String resolveTo concode_elem_sep String assertResolves concode_elem_sep void...
boolean function ( Integer arg0 ) { return false ; }
inserts the specified element into this priority queue . concode_field_sep PlaceHolder placeHolder concode_field_sep boolean offer concode_elem_sep boolean contains concode_elem_sep int size concode_elem_sep void clear concode_elem_sep Integer[] toArray concode_elem_sep String toString concode_elem_sep Integer poll con...
void function ( ) { }
called when the eventdispatcher is done with an event , either because it was dispatched or because it was coalesced with another event . concode_field_sep int mUniqueID concode_elem_sep int mViewTag concode_elem_sep int sUniqueID concode_elem_sep boolean mInitialized concode_elem_sep long mTimestampMs concode_field_se...
void function ( Object arg0 ) { logInternal ( WARN , arg0 , null ) ; }
logs the given message instance using the ` warn ' level concode_field_sep int TRACE concode_elem_sep int DEBUG concode_elem_sep int ERROR concode_elem_sep int INFO concode_elem_sep int FATAL concode_elem_sep int WARN concode_elem_sep StringBuffer bufferedLog concode_elem_sep boolean logLocationInfo concode_field_sep b...
InstanceState function ( ) { return previousState ; }
the previous state of the instance . concode_field_sep String instanceId concode_elem_sep InstanceState currentState concode_elem_sep InstanceState previousState concode_field_sep InstanceStateChange withPreviousState concode_elem_sep String getInstanceId concode_elem_sep void setPreviousState concode_elem_sep Instance...
Subject4 < A , B , C , T > function ( Function3 < A , B , C , T > arg0 ) { return this . asWithPrecursor ( arg0 , t -> t . toString ( ) ) ; }
converts theory to one about a different type using the given function retaining all precursor values concode_field_sep Source<C> cs concode_elem_sep Source<B> bs concode_elem_sep Source<A> as concode_elem_sep Supplier<Strategy> state concode_elem_sep Predicate3<A,B,C> assumptions concode_field_sep Subject1<T> as conco...
boolean function ( ClassNode arg0 , String ... arg1 ) { for ( String loc0 : arg1 ) { if ( arg0 . getSuperClass ( ) . getName ( ) . equals ( loc0 ) ) { return true ; } } return false ; }
determine if a classnode subclasses any of the specified types n.b. thetype names are not normally fully qualified . concode_field_sep PlaceHolder placeHolder concode_field_sep boolean hasAtLeastOneInterface concode_elem_sep List<ExpressionStatement> getExpressionStatements concode_elem_sep boolean hasAtLeastOneAnnotat...
TypedValue function ( EvaluationContext arg0 , Object arg1 , String arg2 ) { return new TypedValue ( ( ( Environment ) arg1 ) . getProperty ( arg2 ) ) ; }
access the given target object by resolving the given property name against the given target environment . concode_field_sep PlaceHolder placeHolder concode_field_sep boolean canRead concode_elem_sep Class<?>[] getSpecificTargetClasses concode_elem_sep boolean canWrite concode_elem_sep void write
Set < String > function ( ) { return states . keySet ( ) ; }
returns the names of all states concode_field_sep List<Integer> inclusive concode_elem_sep int numStates concode_elem_sep Map<String,Integer> states concode_field_sep Integer getNumber concode_elem_sep int number concode_elem_sep void insert concode_elem_sep List<Integer> getInclusiveStates
String function ( ) { return fTargetName ; }
returns the target of this type variable maplet . concode_field_sep String fSourceName concode_elem_sep int fTargetIndex concode_elem_sep int fSourceIndex concode_elem_sep String fTargetName concode_field_sep int getSourceIndex concode_elem_sep String getSourceName concode_elem_sep int getTargetIndex concode_elem_sep i...
void function ( ) { if ( connection . isConnected ( ) ) connection . close ( ) ; connection = self . connect ( peer ) ; }
reconnects a client by closing existing connection and connecting . concode_field_sep java.lang.Object server concode_elem_sep boolean stopped concode_elem_sep boolean clientT concode_elem_sep com.ericsson.otp.erlang.OtpErlangRef send_ref concode_elem_sep java.lang.String cookie concode_elem_sep com.ericsson.otp.erlang...
IBrowserFactory function ( ) { return factory ; }
get browser factory . concode_field_sep IBrowserFactory factory concode_elem_sep String browserID concode_elem_sep String browserLabel concode_field_sep String getLabel concode_elem_sep boolean isExternal concode_elem_sep String getID
DescribeSpotFleetRequestsResult function ( String arg0 ) { setNextToken ( arg0 ) ; return this ; }
the token required to retrieve the next set of results . this value is null when there are no more results to return . concode_field_sep String nextToken concode_elem_sep com.amazonaws.internal.SdkInternalList<SpotFleetRequestConfig> spotFleetRequestConfigs concode_field_sep DescribeSpotFleetRequestsResult withSpotFlee...
Object function ( ) { final GeometryOperand loc0 = POOL . get ( this ) ; return ( loc0 != null ) ? loc0 : this ; }
returns the canonical instance on deserialization . concode_field_sep GeometryOperand Arc concode_elem_sep GeometryOperand OffsetCurve concode_elem_sep GeometryOperand Polygon concode_elem_sep GeometryOperand Bezier concode_elem_sep GeometryOperand Tin concode_elem_sep GeometryOperand Solid concode_elem_sep GeometryOpe...
String function ( ) { return this . type ; }
the type of project to generate . should match one of the advertized type that the service supports . if not set , the default is retrieved from the service metadata . concode_field_sep String bootVersion concode_elem_sep String javaVersion concode_elem_sep String groupId concode_elem_sep String format concode_elem_sep...
Self function ( Config arg0 ) { return newBuilder ( delegate . configure ( new play . api . Configuration ( arg0 ) ) ) ; }
add additional configuration . concode_field_sep Delegate delegate concode_field_sep Module applicationModule concode_elem_sep Self in concode_elem_sep Self in concode_elem_sep Self in concode_elem_sep Self in concode_elem_sep Self disable concode_elem_sep Self bindings concode_elem_sep Self bindings concode_elem_sep S...
Class < ? > function ( Method arg0 ) { return ResolvableType . forMethodReturnType ( arg0 ) . asCollection ( ) . resolveGeneric ( ) ; }
determine the generic element type of the given collection return type . concode_field_sep PlaceHolder placeHolder concode_field_sep Class<?> getMapValueParameterType concode_elem_sep Class<?> getMapKeyReturnType concode_elem_sep Class<?> getMapKeyReturnType concode_elem_sep Class<?> getMapKeyType concode_elem_sep Clas...
int function ( ) { return maxSize ; }
for caches that do not override #sizeof , this returns the maximum number of entries in the cache . for all other caches , this returns the maximum sum of the sizes of the entries in this cache . concode_field_sep int evictionCount concode_elem_sep int putCount concode_elem_sep int hitCount concode_elem_sep int size co...
com . liferay . samplealloymvc . model . SAMTodoItem function ( com . liferay . samplealloymvc . model . SAMTodoItem arg0 ) { return getService ( ) . deleteSAMTodoItem ( arg0 ) ; }
deletes the s a m todo item from the database . also notifies the appropriate model listeners . concode_field_sep SAMTodoItemLocalService _service concode_field_sep com.liferay.samplealloymvc.model.SAMTodoItem addSAMTodoItem concode_elem_sep java.lang.String getOSGiServiceIdentifier concode_elem_sep java.util.List<com....
void function ( final boolean arg0 ) { this . requireAllAttributes = arg0 ; }
defines the attribute aggregation when checking for required attributes . default requires that all attributes be present and match the principal 's . concode_field_sep boolean ssoEnabled concode_elem_sep long serialVersionUID concode_elem_sep Map<String,Set<String>> rejectedAttributes concode_elem_sep boolean enabled ...
boolean function ( ) { return false ; }
should only public methods be allowed to have transactional semantics ? the default implementation returns false . concode_field_sep TransactionAttribute NULL_TRANSACTION_ATTRIBUTE concode_elem_sep Method method concode_elem_sep Log logger concode_elem_sep Class<?> targetClass concode_elem_sep Map<Object,TransactionAtt...
int function ( int arg0 ) { int loc0 = _firstChild [ arg0 / _botCap ] [ arg0 % _botCap ] ; if ( ( loc0 > _root ) && ( _isAttribute [ loc0 / _botCap ] [ loc0 % _botCap ] ) ) return loc0 ; else return NULL_NODE ; }
get the first attribute of a node . concode_field_sep int CHANGE concode_elem_sep int NO_CONNECTION concode_elem_sep Hashtable _tagNames concode_elem_sep int NO_MATCH concode_elem_sep int _TOP_LEVEL_CAPACITY concode_elem_sep int MATCH concode_elem_sep int _tagIndex concode_elem_sep boolean _isAttribute[][] concode_elem...
int [ ] function ( int arg0 , int arg1 ) { return getPoints ( arg0 , arg1 , getWidth ( ) , getTransposedCoordinates ( ) ) ; }
returns a sorted list includes any duplicates of the source language indices that align with the given target language span . concode_field_sep short X_SHIFT concode_elem_sep short[] transposedCoordinates concode_elem_sep int width concode_elem_sep short[] coordinates concode_elem_sep int MAX_LENGTH concode_elem_sep in...
body function ( ) { return m_body ; }
get body concode_field_sep body m_body concode_elem_sep head m_head concode_elem_sep html m_html concode_elem_sep String NBSP concode_field_sep void output concode_elem_sep void output concode_elem_sep head getHead concode_elem_sep MobileDoc create concode_elem_sep MobileDoc create concode_elem_sep MobileDoc create con...
JSONBuilder function ( String arg0 , double arg1 ) { appendCommaAndKey ( arg0 ) ; params . append ( arg1 ) ; return this ; }
adds a double property to a map . concode_field_sep StringBuilder params concode_field_sep JSONBuilder item concode_elem_sep JSONBuilder item concode_elem_sep JSONBuilder item concode_elem_sep JSONBuilder item concode_elem_sep JSONBuilder item concode_elem_sep JSONBuilder item concode_elem_sep String escapeString conco...
String function ( ) { return this . name ; }
returns a string representing the object . concode_field_sep DatasetRenderingOrder REVERSE concode_elem_sep String name concode_elem_sep DatasetRenderingOrder FORWARD concode_elem_sep long serialVersionUID concode_field_sep Object readResolve concode_elem_sep int hashCode concode_elem_sep boolean equals
byte [ ] function ( ) { ByteBuffer loc0 = ByteBuffer . allocate ( BYTES ) . order ( ByteOrder . LITTLE_ENDIAN ) ; xStats . writeTo ( loc0 ) ; yStats . writeTo ( loc0 ) ; loc0 . putDouble ( sumOfProductsOfDeltas ) ; return loc0 . array ( ) ; }
gets a byte array representation of this instance . note : no guarantees are made regarding stability of the representation between versions . concode_field_sep int BYTES concode_elem_sep long serialVersionUID concode_elem_sep double sumOfProductsOfDeltas concode_elem_sep Stats yStats concode_elem_sep Stats xStats conc...
String function ( ) { return connectorType ; }
get the connectortype of the device . concode_field_sep String deviceType concode_elem_sep String configName concode_elem_sep Map<String,String> discoveryMessageMap concode_elem_sep String connectorType concode_elem_sep int connector concode_elem_sep int module concode_elem_sep String ipAddress concode_elem_sep GC100IR...
GrefInfo function ( String arg0 , String arg1 , String arg2 ) { return getClient ( ) . getCanonicalObject ( arg0 , arg1 , arg2 ) ; }
get system details given its canonical id concode_field_sep String port concode_elem_sep String host concode_elem_sep GrefClient client concode_elem_sep ConnectorConfig config concode_field_sep void init concode_elem_sep void setHost concode_elem_sep GrefClient getClient concode_elem_sep GrefInfo createCanonicalObject ...
ChangeInfo function ( ) { return this . changeInfo ; }
a complex type that contains the id , the status , and the date and time of your disassociatevpcfromhostedzonerequest . concode_field_sep ChangeInfo changeInfo concode_field_sep int hashCode concode_elem_sep boolean equals concode_elem_sep DisassociateVPCFromHostedZoneResult clone concode_elem_sep String toString conco...
void function ( Object arg0 , Object arg1 ) { table . put ( arg0 , arg1 , value ) ; }
adds an entry to the set . concode_field_sep DoublyIndexedTable table concode_elem_sep Object value concode_field_sep boolean contains concode_elem_sep int size concode_elem_sep void clear concode_elem_sep void remove
String function ( ) { return "srini_string" + "srini_string" + NetUtils . getHostPortString ( nnHttpAddress ) + "srini_string" + "srini_string" ; }
creates an http 307 response with the redirect location set back to the test server 's address . http is supposed to terminate newlines with crlf , so we hard-code that instead of using the line separator property . concode_field_sep int TEST_TIMEOUT concode_elem_sep int SHORT_SOCKET_TIMEOUT concode_elem_sep URLConnect...
ModbusTransport function ( ) { return m_Terminal . getModbusTransport ( ) ; }
returns the modbustransport associated with this udpmasterconnection . concode_field_sep InetAddress m_Address concode_elem_sep UDPMasterTerminal m_Terminal concode_elem_sep int m_Timeout concode_elem_sep int m_Port concode_elem_sep boolean m_Connected concode_field_sep void setTimeout concode_elem_sep UDPTerminal getT...
void function ( String arg0 ) { System . out . print ( "srini_string" + arg0 + "srini_string" ) ; }
write the message into the standard output as a progress bar concode_field_sep String directory concode_elem_sep String log_file concode_field_sep void infoTime concode_elem_sep void timeExampleStandard concode_elem_sep void time concode_elem_sep void info_no_new_line concode_elem_sep void error concode_elem_sep void c...
boolean function ( ) { if ( this . isAcknowledged ( ) || this . isDead ( ) ) return false ; if ( this . timeSent == 0 ) return false ; if ( ( this . timeSent + this . ttl ) >= System . currentTimeMillis ( ) ) return false ; return true ; }
return true if message was expired = waited more than ttl seconds after message sent event and no ack received yet concode_field_sep MessageToSend msgToSend concode_elem_sep String listenerKey concode_elem_sep MessageDeliveryEventListener listener concode_elem_sep int retryCount concode_elem_sep int curRetryCount conco...
void function ( String arg0 ) { this . sha1 = arg0 ; }
set the value of sha1 . concode_field_sep String sha1 concode_elem_sep List<Float> cvssBelow concode_elem_sep String notes concode_elem_sep PropertyType filePath concode_elem_sep List<String> cwe concode_elem_sep PropertyType gav concode_elem_sep List<String> cve concode_elem_sep List<PropertyType> cpe concode_elem_sep...
String function ( final Configuration arg0 ) { return getHomeDirValue ( arg0 , Constants . CONFIG_VIEWFS_DEFAULT_MOUNT_TABLE ) ; }
get the value of the home dir conf value for default mount table concode_field_sep PlaceHolder placeHolder concode_field_sep void setHomeDirConf concode_elem_sep void setHomeDirConf concode_elem_sep void addLink concode_elem_sep void addLink concode_elem_sep String getConfigViewFsPrefix concode_elem_sep String getConfi...
boolean function ( Integer arg0 , Integer arg1 ) { graph . addNode ( arg0 ) ; graph . addNode ( arg1 ) ; return graph . putEdge ( arg0 , arg1 ) ; }
a proxy method that adds the edge e to the graph being tested . in case of immutablegraph implementations , this method should add e to the graph builder and build a newgraph with the current builder state . this method should be used in tests of specific implementations if you want to ensure uniform behavior including...
String function ( Object arg0 ) { return ClassUtils . getUserClass ( arg0 ) . getName ( ) ; }
determine the default bean name for the specified bean instance . the default implementation returns the superclass name for a cglib proxy and the name of the plain bean class else . concode_field_sep PlaceHolder placeHolder concode_field_sep BeanWiringInfo buildWiringInfo concode_elem_sep BeanWiringInfo resolveWiringI...
void function ( Node < T > arg0 ) { this . left = arg0 ; }
changes the reference to the left subtree to the one specified in the parameter . concode_field_sep T data concode_elem_sep Node<T> left concode_elem_sep Node<T> right concode_field_sep Node<T> getRight concode_elem_sep void setData concode_elem_sep void setRight concode_elem_sep String toString concode_elem_sep int co...
void function ( DocumentEvent arg0 ) { documentChanged ( ) ; }
from the documentlistener interface . override if you like , but see documentchanged . concode_field_sep PlaceHolder placeHolder concode_field_sep void documentChanged concode_elem_sep void removeUpdate concode_elem_sep void changedUpdate
String function ( Date arg0 ) { LocalDate loc0 = new LocalDate ( arg0 ) ; LocalDate loc1 = new LocalDate ( ) ; Months loc2 = Months . monthsBetween ( loc0 , loc1 ) ; int loc3 = loc2 . getMonths ( ) ; if ( loc3 < 24 ) return Integer . toString ( loc3 ) + "srini_string" ; else return Integer . toString ( loc3 / 12 ) + "s...
gets the integer age of a patient , then appends `` yo '' or `` mo '' depending on if the patient age is in years adult or months baby concode_field_sep PlaceHolder placeHolder concode_field_sep int calculateYears concode_elem_sep DateTime getCurrentDateTime concode_elem_sep String getFriendlyDateMonthYear concode_elem...
byte [ ] function ( ) { byte [ ] loc0 = new byte [ getByteLength ( ) ] ; toBytes ( loc0 , 0 ) ; return loc0 ; }
returns the byte array resulting from converting this object to a structure usable by the system apis . concode_field_sep ValidationListAttribute[] attributes_ concode_field_sep ValidationListAttribute[] getAttributes concode_elem_sep int getByteLength concode_elem_sep void setAttributesData concode_elem_sep void setAt...
int function ( ) { return ( key == null ? 0 : key . hashCode ( ) ) ^ ( value == null ? 0 : value . hashCode ( ) ) ; }
returns the hash code value for this map entry . the hash code of a map entry e is defined to be : e.getkey == null ? 0 : e.getkey . hashcode ^ e.getvalue == null ? 0 : e.getvalue . hashcode this ensures that e1.equals e2 implies that e1.hashcode == e2.hashcode for any two entries e1 and e2 , as required by the general...
PoolListPoolUsageMetricsOptions function ( String arg0 ) { this . clientRequestId = arg0 ; return this ; }
set the clientrequestid value . concode_field_sep String filter concode_elem_sep DateTimeRfc1123 ocpDate concode_elem_sep Integer maxResults concode_elem_sep String clientRequestId concode_elem_sep Boolean returnClientRequestId concode_elem_sep DateTime startTime concode_elem_sep DateTime endTime concode_elem_sep Integ...
JAXBElement < TestMessageType > function ( TestMessageType arg0 ) { return new JAXBElement < TestMessageType > ( _CompensationFail_QNAME , TestMessageType . class , null , arg0 ) ; }
create an instance of jaxbelement concode_field_sep QName _UnsolicitedComplete_QNAME concode_elem_sep QName _Cancel_QNAME concode_elem_sep QName _MixedOutcome_QNAME concode_elem_sep QName _Compensate_QNAME concode_elem_sep QName _ParticipantCompleteClose_QNAME concode_elem_sep QName _CoordinatorCompleteClose_QNAME conc...
void function ( byte [ ] arg0 ) { if ( ! getTypeName ( ) . equals ( BasicOntology . BYTE_SEQUENCE ) ) throw new IllegalArgumentException ( "srini_string" ) ; this . value = arg0 ; }
set the value of this absprimitive to the given byte value . concode_field_sep String typeName concode_elem_sep Object value concode_field_sep byte[] getByteSequence concode_elem_sep Object getObject concode_elem_sep double getDouble concode_elem_sep int getInteger concode_elem_sep String getString concode_elem_sep flo...