code
stringlengths
20
663
nl
stringlengths
68
7.19k
boolean function ( DetailAST arg0 ) { return isOnPlainToken ( arg0 , TokenTypes . CLASS_DEF , TokenTypes . LITERAL_CLASS ) || isOnTokenWithModifiers ( arg0 , TokenTypes . CLASS_DEF ) || isOnTokenWithAnnotation ( arg0 , TokenTypes . CLASS_DEF ) ; }
node is on class definition . concode_field_sep PlaceHolder placeHolder concode_field_sep boolean isOnAnnotationDef concode_elem_sep boolean isOnInterface concode_elem_sep DetailAST getPrevSiblingSkipComments concode_elem_sep boolean isOnTokenWithModifiers concode_elem_sep boolean isOnTokenWithAnnotation concode_elem_s...
void function ( ) { throw new UnsupportedOperationException ( "srini_string" ) ; }
throws unsupportedoperationexception . concode_field_sep int index concode_elem_sep T[] array concode_elem_sep int endIndex concode_field_sep T next concode_elem_sep void checkBound concode_elem_sep T[] getArray concode_elem_sep boolean hasNext concode_elem_sep void setArray
void function ( Call arg0 , ProtocolControlFrame arg1 ) { CallCommandSendFacade . ack ( arg0 , arg1 ) ; }
handling an unsupported frame concode_field_sep PlaceHolder placeHolder concode_field_sep void authReq concode_elem_sep void voiceFullFrame concode_elem_sep void ringing concode_elem_sep void ping concode_elem_sep void ack concode_elem_sep void voiceMiniFrame concode_elem_sep void proceeding concode_elem_sep void txreq...
void function ( Connection arg0 ) { executorService . submit ( connectionsCleanupCallable ) ; if ( ! arg0 . isSpdy ( ) ) { return ; } if ( arg0 . isAlive ( ) ) { synchronized ( this ) { connections . addFirst ( arg0 ) ; } } }
shares the spdy connection with the pool . callers to this method may continue to use connection . concode_field_sep ConnectionPool systemDefault concode_elem_sep LinkedList<Connection> connections concode_elem_sep long keepAliveDurationNs concode_elem_sep long DEFAULT_KEEP_ALIVE_DURATION_MS concode_elem_sep int MAX_CO...
Map < String , Object > function ( ) { return nodeAttrs != null ? nodeAttrs : Collections . < String , Object > emptyMap ( ) ; }
gets node attributes . concode_field_sep UUID subjId concode_elem_sep SecuritySubjectType subjType concode_elem_sep InetSocketAddress addr concode_elem_sep SecurityCredentials creds concode_elem_sep Map<String,Object> nodeAttrs concode_field_sep InetSocketAddress address concode_elem_sep void address concode_elem_sep S...
void function ( ) { mIterator = mObservers . iterator ( ) ; try { while ( mIterator . hasNext ( ) ) { mIterator . next ( ) . update ( this ) ; } } finally { mIterator = null ; } }
notify all observers that a status change has occurred . concode_field_sep Iterator<Observer> mIterator concode_elem_sep ArrayList<Observer> mObservers concode_field_sep TransactionState getState concode_elem_sep void detach concode_elem_sep void attach
boolean function ( String arg0 ) { Pattern loc0 = Pattern . compile ( "srini_string" ) ; return loc0 . matcher ( arg0 ) . matches ( ) ; }
judge given string is a percentage-like string or not . concode_field_sep PlaceHolder placeHolder concode_field_sep float fromPercentageToFloat concode_elem_sep float[] toFloatArray concode_elem_sep int toFloatArray
List < Char > function ( ) { throw new UnsupportedOperationException ( "srini_string" ) ; }
this method should parse text , but it does n't work for one primitive char . concode_field_sep char symbol concode_field_sep List<Mark> parseToMarks concode_elem_sep List<Text> parseCode concode_elem_sep int hashCode concode_elem_sep boolean equals concode_elem_sep String toString concode_elem_sep List<? extends Parsa...
void function ( int arg0 ) { _defaultValue = arg0 ; }
set the value to be returned to indicate an unused entry concode_field_sep long serialVersionUID concode_elem_sep int _shift concode_elem_sep int _mask concode_elem_sep int _defaultValue concode_elem_sep int NBIT concode_elem_sep int[] _key concode_elem_sep double _factor concode_elem_sep int _n concode_elem_sep boolea...
String function ( ) { StringBuilder loc0 = new StringBuilder ( ) ; loc0 . append ( "srini_string" ) ; if ( getUpload ( ) != null ) loc0 . append ( "srini_string" + getUpload ( ) ) ; loc0 . append ( "srini_string" ) ; return loc0 . toString ( ) ; }
returns a string representation of this object ; useful for testing and debugging . concode_field_sep Upload upload concode_field_sep void setUpload concode_elem_sep int hashCode concode_elem_sep boolean equals concode_elem_sep GetUploadResult clone concode_elem_sep GetUploadResult withUpload concode_elem_sep Upload ge...
String function ( String arg0 , Uri arg1 , long arg2 , String arg3 , List < Param > arg4 , List < Param > arg5 ) { StringBuilder loc0 = signatureBaseString ( arg0 , arg1 , arg2 , arg3 , arg4 , arg5 ) ; ByteBuffer loc1 = StringUtils . charSequence2ByteBuffer ( loc0 , UTF_8 ) ; byte [ ] loc2 = mac . digest ( loc1 ) ; ret...
method for calculating oauth signature using hmac/sha -1 method . concode_field_sep String OAUTH_VERSION_1_0 concode_elem_sep String KEY_OAUTH_CONSUMER_KEY concode_elem_sep ConsumerKey consumerAuth concode_elem_sep RequestToken userAuth concode_elem_sep String HEADER_AUTHORIZATION concode_elem_sep String KEY_OAUTH_VERS...
Message function ( ) { return sqsMessageConsumerPrefetch . receive ( ) ; }
this call blocks indefinitely until a message is produced or until this message consumer is closed . when connectionstate is stopped receive is paused . concode_field_sep SQSSessionCallbackScheduler sqsSessionRunnable concode_elem_sep NegativeAcknowledger negativeAcknowledger concode_elem_sep SQSMessageConsumerPrefetch...
View function ( ) { return m_viewNext ; }
return the view . concode_field_sep Runnable m_rHide concode_elem_sep WindowManager.LayoutParams m_params concode_elem_sep View m_viewNext concode_elem_sep int m_iGravity concode_elem_sep View m_view concode_elem_sep int DEF_TOAST_SHOW_TIME concode_elem_sep double DEF_GRAVITY_Y concode_elem_sep double DEF_TEXT_SIZE con...
void function ( ) { final EJBClientTransactionContext loc0 = EJBClientTransactionContext . createLocal ( ) ; EJBClientTransactionContext . setGlobalContext ( loc0 ) ; }
create and setup the ejb client context backed by the remoting receiver concode_field_sep String nodeName concode_elem_sep String MODULE_NAME concode_elem_sep Logger logger concode_elem_sep String APP_NAME concode_field_sep void testEmptyTxRollback concode_elem_sep void testMandatoryTxOnSLSB concode_elem_sep Archive<?>...
boolean function ( ) { return outgoingVerification ; }
indicates if the outgoing mail server needs to username and password authentication to make a connection concode_field_sep String mailUsername concode_elem_sep boolean incomingSsl concode_elem_sep String protocol concode_elem_sep String password concode_elem_sep String outgoingHost concode_elem_sep boolean outgoingSsl ...
ContentSetting function ( ) { return mMicrophoneInfo != null ? mMicrophoneInfo . getContentSetting ( ) : null ; }
returns what setting governs microphone capture access . concode_field_sep int CAMERA_ACCESS_DENIED concode_elem_sep ContentSettingException mAutoplayExceptionInfo concode_elem_sep int MICROPHONE_ACCESS_DENIED concode_elem_sep int MICROPHONE_ACCESS_ALLOWED concode_elem_sep int mStorageInfoCallbacksLeft concode_elem_sep...
void function ( OutputStream arg0 ) { arg0 . write_long ( value . length ) ; for ( int loc0 = 0 ; loc0 < value . length ; loc0 ++ ) { arg0 . write_string ( value [ loc0 ] ) ; } }
write the #value field to the given stream.this method first writes the array size as corba long and then all strings . concode_field_sep ArrayTypeCode typecode concode_elem_sep String[] value concode_field_sep void _read concode_elem_sep TypeCode _type
String function ( ) { return city ; }
gets the city attribute . concode_field_sep String country concode_elem_sep String city concode_elem_sep String postalCode concode_elem_sep String stateProvince concode_elem_sep boolean active concode_elem_sep String postalAddressType concode_elem_sep boolean deliverAddress concode_elem_sep Date addressValidTo concode_...
List < ASTNode > function ( ASTNode arg0 ) { if ( arg0 == null ) { return Collections . emptyList ( ) ; } List < ASTNode > loc0 = new LinkedList < ASTNode > ( ) ; for ( int loc1 = 0 ; loc1 < arg0 . getChildrenCount ( ) ; loc1 ++ ) { if ( arg0 . getChild ( loc1 ) != null ) { loc0 . add ( arg0 . getChild ( loc1 ) ) ; } }...
returns the children of a node as collection of astnode the left element is the first in the list . concode_field_sep PlaceHolder placeHolder concode_field_sep boolean containsIdentifierInstance concode_elem_sep Collection<T> getAllNodesOfType concode_elem_sep boolean checkAncestorSequence concode_elem_sep boolean isOf...
TimeZoneWrapper function ( String arg0 ) { TimeZoneWrapper loc0 ; for ( int loc1 = 0 ; loc1 < allTimeZoneList . size ( ) ; loc1 ++ ) { loc0 = ( TimeZoneWrapper ) allTimeZoneList . get ( loc1 ) ; if ( loc0 . isRelevantComponentId ( arg0 ) ) { return loc0 ; } } return null ; }
each timezonewrapper has an id of a component in the ui that corresponds to its time zone . by this , if an event comes from a component in the web page , then this will return the relevant timezonewrapper . concode_field_sep DateFormat selectedFormat concode_elem_sep int[] pacificXCoords concode_elem_sep int[] nfldXCo...
void function ( HyperRectangle arg0 ) { for ( int loc0 = 0 ; loc0 < arg0 . dims . length ; ++ loc0 ) { dims [ loc0 ] . min = arg0 . dims [ loc0 ] . min ; dims [ loc0 ] . max = arg0 . dims [ loc0 ] . max ; } }
assign the values in this rectangles dims array to the values in the passed in rect concode_field_sep double TOL concode_elem_sep Interval[] dims concode_elem_sep ArrayList<String> dimensionNames concode_field_sep boolean isPoint concode_elem_sep void enumerateCorners concode_elem_sep Collection<HyperPoint> getStarPoin...
short function ( ) { return percent ; }
get the process cpu usage . supported platforms : all . concode_field_sep XContentBuilderString SYS concode_elem_sep XContentBuilderString PERCENT concode_elem_sep XContentBuilderString TOTAL_VIRTUAL concode_elem_sep long openFileDescriptors concode_elem_sep XContentBuilderString TOTAL_VIRTUAL_IN_BYTES concode_elem_sep...
MinecraftKey function ( Enum < ? > arg0 ) { return new MinecraftKey ( arg0 . name ( ) . toLowerCase ( ) . replace ( "srini_string" , "srini_string" ) ) ; }
creates a minecraftkey wrapper from an enum constant . the resulting key is lower case , with underscores replaced by periods . concode_field_sep String prefix concode_elem_sep Constructor<?> constructor concode_elem_sep String key concode_field_sep String getKey concode_elem_sep String getPrefix concode_elem_sep Strin...
ArrayType function ( DataType arg0 , boolean arg1 ) { if ( arg0 == null ) { throw new IllegalArgumentException ( "srini_string" ) ; } return new ArrayType ( arg0 , arg1 ) ; }
creates an arraytype by specifying the data type of elements elementtype and whether the array contains null values containsnull . concode_field_sep DataType StringType concode_elem_sep DataType DateType concode_elem_sep DataType BooleanType concode_elem_sep DataType BinaryType concode_elem_sep DataType TimestampType c...
com . google . api . ads . dfp . axis . v201405 . CreativeSet [ ] function ( ) { return results ; }
gets the results value for this creativesetpage . concode_field_sep java.lang.Integer startIndex concode_elem_sep java.lang.Object __equalsCalc concode_elem_sep boolean __hashCodeCalc concode_elem_sep java.lang.Integer totalResultSetSize concode_elem_sep com.google.api.ads.dfp.axis.v201405.CreativeSet[] results concode...
IDesignElement function ( RowHandle arg0 ) { return arg0 . copy ( ) ; }
copies a row with the given row handle . concode_field_sep RowBandAdapter adapter concode_field_sep int getPositionOfRow concode_elem_sep int adjustPosition concode_elem_sep boolean isRectangleArea concode_elem_sep boolean containsRowSpan concode_elem_sep SlotHandle getSlotHandle concode_elem_sep int computeColumnCount...
Type function ( ) { return Type . INT_TYPE ; }
return the type of this field . concode_field_sep long serialVersionUID concode_elem_sep int value concode_field_sep int getValue concode_elem_sep void serialize concode_elem_sep boolean compare concode_elem_sep int hashCode concode_elem_sep boolean equals concode_elem_sep String toString
String function ( final String arg0 ) { if ( arg0 == null ) { throw new NullPointerException ( ) ; } if ( namespaces == null ) { return null ; } return ( String ) namespaces . get ( arg0 ) ; }
looksup the prefix for the given uri . this returns null if the uri is not a declared namespace . concode_field_sep HashMap namespaces concode_field_sep DeclaredNamespaces add concode_elem_sep DeclaredNamespaces add concode_elem_sep DeclaredNamespaces add concode_elem_sep boolean isPrefixDefined concode_elem_sep Map ge...
void function ( Connection arg0 , List < AuthFunctionBean > arg1 ) { setAuthFunctionBeans ( getUniqueNameFor ( arg0 ) , arg1 ) ; }
wrapper for setauthfunctionbeans string , list concode_field_sep AuthBeanMultiplexer singleton concode_elem_sep Map<String,List<AuthFunctionBean>> beans concode_elem_sep FrameworkLogger logger concode_field_sep String getUniqueNameFor concode_elem_sep java.sql.Array authenticate concode_elem_sep void clear concode_elem...
void function ( final int arg0 ) { for ( int loc0 = 0 ; loc0 < 10 ; loc0 ++ ) { CRCPolynomial loc1 = CRCPolynomial . createIrreducible ( arg0 ) ; System . out . println ( loc1 . toPolynomialString ( ) ) ; } }
generates a handful of irreducible polynomials of the specified degree . concode_field_sep PlaceHolder placeHolder concode_field_sep long mod concode_elem_sep void printLargeIrreducible concode_elem_sep int getMaxBit concode_elem_sep boolean getBit concode_elem_sep boolean getBit concode_elem_sep boolean getBit
void function ( byte arg0 , byte arg1 [ ] ) { DHCPOptionsEntry loc0 = new DHCPOptionsEntry ( arg0 , ( byte ) arg1 . length , arg1 ) ; this . optionsTable . put ( new Byte ( arg0 ) , loc0 ) ; }
changes an existing option to new value concode_field_sep int OPTION_LOG_SERVERS concode_elem_sep int OPTION_IMPRESS_SERVERS concode_elem_sep int OPTION_IP_HOST_NON_LOCAL_SOURCE_ROUTING_ENABLE concode_elem_sep int OPTION_SERVICE_NETBOIS_NAME_SERVERS concode_elem_sep int OPTION_IP_INTERFACE_PERFORM_ROUTER_DISCOVERY_ENAB...
void function ( XplTransportService arg0 ) { Xpl . xplTransportService = null ; }
unsetter for declarative services . concode_field_sep boolean isProperlyConfigured concode_elem_sep Logger logger concode_field_sep Class<?> getActionClass concode_elem_sep void setXplTransportService concode_elem_sep void activate concode_elem_sep String getActionClassName concode_elem_sep void deactivate
boolean function ( ) { return this . leaf ; }
return false if the tree node is a folder.by default all tree nodes are folders . concode_field_sep String branchContractedIcon concode_elem_sep boolean expanded concode_elem_sep String tooltip concode_elem_sep String branchExpandedIcon concode_elem_sep String icon concode_elem_sep String action concode_elem_sep Defaul...
String function ( double arg0 , boolean arg1 ) { if ( ! isAdmin ( ) ) { return "srini_string" ; } List < PatientMatch > loc0 = this . matchStorageManager . loadMatches ( arg0 , arg1 ) ; filterPatientsFromMatches ( loc0 ) ; JSONObject loc1 = this . patientMatchExport . toJSON ( loc0 ) ; return loc1 . toString ( ) ; }
returns a json object containing all matches from database filtered by parameters . concode_field_sep EntityReferenceResolver<String> resolver concode_elem_sep MatchingNotificationManager matchingNotificationManager concode_elem_sep String IDS_STRING concode_elem_sep AuthorizationService auth concode_elem_sep MatchStor...
void function ( ) { }
for backward compatibility with hessianskeleton concode_field_sep HessianRemoteResolver resolver concode_field_sep void readEnd concode_elem_sep HessianRemoteResolver getRemoteResolver concode_elem_sep int addRef concode_elem_sep String getMethod concode_elem_sep String readHeader concode_elem_sep Object readReply conc...
boolean function ( int arg0 ) { return mCapabilities . containsKey ( arg0 ) ; }
returns whether this map contains the specified key . 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,S...
void function ( Mat arg0 , MatOfKeyPoint arg1 , Mat arg2 ) { Mat loc0 = arg1 ; compute_0 ( nativeObj , arg0 . nativeObj , loc0 . nativeObj , arg2 . nativeObj ) ; return ; }
computes the descriptors for a set of keypoints detected in an image first variant or image set second variant . concode_field_sep int SIFT concode_elem_sep int OPPONENT_ORB concode_elem_sep int OPPONENT_BRIEF concode_elem_sep int OPPONENT_SIFT concode_elem_sep long nativeObj concode_elem_sep int OPPONENTEXTRACTOR conc...
int function ( TypeConverter arg0 , TypedValue arg1 ) { return ( Integer ) arg0 . convertValue ( arg1 . getValue ( ) , arg1 . getTypeDescriptor ( ) , TypeDescriptor . valueOf ( Integer . class ) ) ; }
attempt to convert a typed value to an int using the supplied type converter . concode_field_sep PlaceHolder placeHolder concode_field_sep T convertTypedValue concode_elem_sep double toDouble concode_elem_sep boolean toBoolean concode_elem_sep long toLong concode_elem_sep float toFloat concode_elem_sep byte toByte conc...
String function ( Class < T > arg0 , T arg1 ) { if ( arg1 == null ) { return null ; } Moshi loc0 = new Moshi . Builder ( ) . build ( ) ; JsonAdapter < T > loc1 = loc0 . adapter ( arg0 ) ; return loc1 . toJson ( arg1 ) ; }
performs the true encoding from class instance to json . concode_field_sep PlaceHolder placeHolder concode_field_sep placeholderType placeHolder
Entry function ( ISelection arg0 ) { IStructuredSelection loc0 = ( IStructuredSelection ) arg0 ; Object loc1 = loc0 . getFirstElement ( ) ; if ( loc1 == null ) return null ; return ( ( EntryEditPart ) loc1 ) . resolveSemanticElement ( ) ; }
unwraps the given selection concode_field_sep Entry entry concode_field_sep EntryKind getEntryKind concode_elem_sep void selectionChanged concode_elem_sep void run
String function ( ) { return mapping ; }
gets the value of the mapping property . concode_field_sep Layout layout concode_elem_sep String mapping concode_elem_sep String styling concode_elem_sep String flavour concode_elem_sep Boolean bindClickToWidget concode_elem_sep Label label concode_elem_sep String align concode_elem_sep String value concode_field_sep B...
Koie2 function ( ) { return koie ; }
returnerer koie concode_field_sep StringProperty date concode_elem_sep Koie2 koie concode_elem_sep IntegerProperty koieID concode_elem_sep IntegerProperty id concode_elem_sep StringProperty email concode_field_sep int getID concode_elem_sep int getKoieID concode_elem_sep void setKoieID concode_elem_sep void setKoie con...
K function ( ) { return key ; }
returns the key corresponding to this entry . concode_field_sep long serialVersionUID concode_elem_sep V value concode_elem_sep K key concode_field_sep V getValue concode_elem_sep int hashCode concode_elem_sep V setValue concode_elem_sep boolean equals concode_elem_sep String toString concode_elem_sep boolean eq
boolean function ( char arg0 , char arg1 ) { return arg0 == arg1 ; }
areequal concode_field_sep PlaceHolder placeHolder concode_field_sep placeholderType placeHolder
long function ( ) { if ( size == 0 ) throw new IllegalStateException ( "srini_string" ) ; return items [ 0 ] ; }
returns the first item . concode_field_sep boolean ordered concode_elem_sep int size concode_elem_sep long[] items concode_field_sep void mul concode_elem_sep void insert concode_elem_sep long pop concode_elem_sep long random concode_elem_sep boolean removeAll concode_elem_sep void truncate concode_elem_sep int hashCod...
String function ( ) { return "srini_string" ; }
these methods continue to return the `` button '' smartdashboard type until we decided to create a trigger widget type for the dashboard . concode_field_sep ITable table concode_field_sep void toggleWhenActive concode_elem_sep void whenInactive concode_elem_sep ITable getTable concode_elem_sep boolean get concode_elem_...
void function ( String arg0 ) { this . show = arg0 ; }
sets the value of the show property . concode_field_sep DQQuantitativeAttributeAccuracyType dqQuantitativeAttributeAccuracy concode_elem_sep String role concode_elem_sep String arcrole concode_elem_sep String show concode_elem_sep String actuate concode_elem_sep List<String> nilReason concode_elem_sep String href conco...
int function ( ) { return uid ; }
uid concode_field_sep List<VedioComment> commentList concode_elem_sep int timelen concode_elem_sep String sign concode_elem_sep int userRelation concode_elem_sep String title concode_elem_sep int favorCount concode_elem_sep int favorFlag concode_elem_sep int commentCount concode_elem_sep String imgUrl concode_elem_sep ...
void function ( Object arg0 ) { this . view = arg0 ; }
set a view object for this modelandview . will override any pre-existing view name or view . the given view object will usually be a servlet mvc view object . this is nevertheless typed as object to avoid a servlet api dependency in the portlet modelandview class . concode_field_sep Object view concode_elem_sep ModelMa...
boolean function ( Object arg0 ) { return contains ( arg0 ) ; }
returns true if this hashmap maps one or more keys to this value . note that this method is identical in functionality to contains which predates the map interface . concode_field_sep Entry table[] concode_elem_sep Entry next concode_elem_sep float loadFactor concode_elem_sep int count concode_elem_sep int threshold co...
boolean function ( ) { if ( getOneToManyProperties ( ) != null ) { if ( ! getOneToManyProperties ( ) . isEmpty ( ) && getOneToManyProperties ( ) . size ( ) > 0 ) { return true ; } else { return false ; } } else { return false ; } }
checks if is get one to many properties . concode_field_sep String finamParam concode_elem_sep String finalParamForId concode_elem_sep Class<Object> mainClass concode_elem_sep Class composeKey concode_elem_sep String name concode_elem_sep String finalParamForIdVariables concode_elem_sep String finamParamVariables conco...
IControleur function ( ) { Controleur loc0 = new Controleur ( ) ; loc0 . add ( new Regle ( new Observation ( "srini_string" ) , Direction . DROITE ) ) ; return loc0 ; }
cree un controleur qui court vers la droite . concode_field_sep Random generateur concode_field_sep IControleur createSmartController concode_elem_sep IControleur createControleurLongeMur concode_elem_sep Regle generateRandomRule concode_elem_sep IControleur createControleur
void function ( ReceiveCommand arg0 ) { commands . add ( arg0 ) ; }
add a command to the signature . concode_field_sep NonceStatus nonceStatus concode_elem_sep String receivedNonce concode_elem_sep String PUSHER concode_elem_sep PushCertificateIdent pusher concode_elem_sep String END_CERT concode_elem_sep String sentNonce concode_elem_sep PacketLineIn pckIn concode_elem_sep String sign...
int function ( final String arg0 , final String arg1 ) { if ( arg0 == null ) { throw new SAXException ( arg1 ) ; } try { return Integer . parseInt ( arg0 ) ; } catch ( NumberFormatException loc0 ) { throw new SAXException ( "srini_string" + arg1 ) ; } }
parses the string text into an int . if text is null or does not contain a parsable value , the message given in message is used to throw a saxexception . concode_field_sep PlaceHolder placeHolder concode_field_sep float parseFloat concode_elem_sep float parseFloat concode_elem_sep String parseString concode_elem_sep b...
long function ( long arg0 ) { if ( arg0 >= currValue ) { currValue = arg0 ; currValue += increment ; return arg0 ; } else { return arg0 ; } }
getter for a given value 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 HsqlName getName concode_elem_sep int getType concode_elem_sep void reset concode_elem...
long function ( ) { return currValue ; }
get next value without incrementing 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 getN...
void function ( K arg0 , V arg1 ) { collector . collect ( arg0 , arg1 ) ; }
the task output a normal record . concode_field_sep boolean digestReceived concode_elem_sep Throwable exception concode_elem_sep float progressValue concode_elem_sep Reporter reporter concode_elem_sep Map<Integer,Counters.Counter> registeredCounters concode_elem_sep String expectedDigest concode_elem_sep boolean done c...
void function ( ) { Player loc0 = one ; while ( ! isDone ( ) ) { displayState ( ) ; waitForUser ( ) ; takeTurn ( loc0 ) ; loc0 = nextPlayer ( loc0 ) ; } one . displayScore ( ) ; two . displayScore ( ) ; }
plays the game . concode_field_sep Hand drawPile concode_elem_sep Hand discardPile concode_elem_sep Scanner in concode_elem_sep Player one concode_elem_sep Player two concode_field_sep void displayState concode_elem_sep void reshuffle concode_elem_sep Player nextPlayer concode_elem_sep void waitForUser concode_elem_sep...
String function ( ) { return email_ ; }
gets the e-mail address . concode_field_sep String phone_ concode_elem_sep String email_ concode_elem_sep String type_ concode_elem_sep String mobile_ concode_elem_sep String name_ concode_field_sep String getPhone concode_elem_sep void setName concode_elem_sep void setMobile concode_elem_sep String getName concode_ele...
If < U > function ( Predicate < U > arg0 ) { return new If ( arg0 , this ) ; }
begin building a conditional block of consumers concode_field_sep Predicate<U> p concode_elem_sep Chain<U> f concode_elem_sep If<U> b concode_elem_sep Chain<U> t concode_elem_sep Chain<U> f concode_elem_sep Chain<U> t concode_elem_sep Chain<U> chain concode_elem_sep Consumer<U> action concode_field_sep ConsumerBuilder<...
HealthTopics . HealthTopic . OtherLanguage function ( ) { return new HealthTopics . HealthTopic . OtherLanguage ( ) ; }
create an instance of healthtopics.healthtopic.otherlanguage concode_field_sep PlaceHolder placeHolder concode_field_sep HealthTopics.HealthTopic.MeshHeading.Qualifier createHealthTopicsHealthTopicMeshHeadingQualifier concode_elem_sep HealthTopics createHealthTopics concode_elem_sep HealthTopics.HealthTopic.MeshHeading...
void function ( String arg0 [ ] ) { int loc0 = 10 ; ObjectCreationDemo loc1 = new ObjectCreationDemo ( ) ; loc1 . pupAge ( ) ; System . out . println ( "srini_string" + loc0 ) ; }
main method . concode_field_sep PlaceHolder placeHolder concode_field_sep void pupAge
void function ( ) { this . handler . cancel ( ) ; }
instructs the webview to cancel the authentication request . concode_field_sep HttpAuthHandler handler concode_field_sep void proceed
Set < String > function ( Application arg0 , String arg1 ) { return getReflections ( arg0 , arg1 ) . getStore ( ) . get ( TypesScanner . class ) . keySet ( ) ; }
scans the application classloader to retrieve all types within a specific package . this method is useful for some plug-ins , for example the ebean plugin will automatically detect all types within the models package . note that it is better to specify a very specific package to avoid expensive searches . concode_field...
void function ( String [ ] arg0 ) { checkUpdate ( ) ; }
tests update . concode_field_sep PlaceHolder placeHolder concode_field_sep void checkEquals concode_elem_sep void checkUpdate
Properties function ( ) { return context ; }
get server context proxy concode_field_sep Properties context concode_elem_sep ServerContextCallback callback concode_field_sep void showURL
void function ( Class < T > arg0 , DataParser < T > arg1 ) { parsers . put ( arg0 , ( DataParser < ? super Serializable > ) arg1 ) ; }
register a parser for specified class . the parser will be called back when an instance of the class arrives from the other end of connection concode_field_sep Logger log concode_elem_sep Map<Class<?>,DataParser<? super Serializable>> parsers concode_field_sep void sendClosingMessage concode_elem_sep byte[] toByteArray...
MaterialWithData function ( String arg0 ) { String loc0 = arg0 . toLowerCase ( ) ; if ( materialCache . containsKey ( loc0 ) ) { return materialCache . get ( loc0 ) ; } else { MaterialWithData loc1 = new MaterialWithData ( arg0 ) ; materialCache . put ( loc0 , loc1 ) ; return loc1 ; } }
get a materialdata object from a string specification . the specification is a string or numeric material name , optionally followed by a colon :-rrb- and a numeric data byte . concode_field_sep String[] metadata concode_elem_sep short data concode_elem_sep int matId concode_elem_sep Map<String,MaterialWithData> materi...
PurchaseOrderType function ( ) { return new PurchaseOrderType ( ) ; }
create an instance of purchaseordertype concode_field_sep QName _PurchaseOrder_QNAME concode_elem_sep QName _Comment_QNAME concode_field_sep JAXBElement<PurchaseOrderType> createPurchaseOrder concode_elem_sep Items.Item createItemsItem concode_elem_sep Items createItems concode_elem_sep USAddress createUSAddress concod...
ClassLoader function ( IProject arg0 ) { final List < URL > loc0 = Lists . newArrayList ( ) ; addClasspathEntries ( arg0 , loc0 ) ; return URLClassLoader . newInstance ( loc0 . toArray ( new URL [ loc0 . size ( ) ] ) , WorkspaceClassLoaderFactory . class . getClassLoader ( ) ) ; }
creates a classloader that can be used to load resources from theworkspace . concode_field_sep boolean resolveSimpleProjectReferences concode_field_sep File getFileSystemFile concode_elem_sep void addJavaClasspathEntries concode_elem_sep void addClasspathEntries concode_elem_sep URL[] convertClassPath concode_elem_sep ...
String function ( ) { return new String ( bytes ( ) , charset ( ) . name ( ) ) ; }
returns the response as a string 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 Reader rea...
com . liferay . portal . model . UserIdMapper function ( com . liferay . portal . model . UserIdMapper arg0 ) { return getService ( ) . addUserIdMapper ( arg0 ) ; }
adds the user id mapper to the database . also notifies the appropriate model listeners . concode_field_sep UserIdMapperLocalService _service concode_field_sep java.lang.String getOSGiServiceIdentifier concode_elem_sep com.liferay.portal.kernel.dao.orm.ActionableDynamicQuery getActionableDynamicQuery concode_elem_sep c...
Integer function ( ) { return this . timeout ; }
get the timeout value . concode_field_sep DateTimeRfc1123 ocpDate concode_elem_sep String clientRequestId concode_elem_sep Boolean returnClientRequestId concode_elem_sep Integer timeout concode_field_sep DateTime ocpDate concode_elem_sep ApplicationGetOptions withReturnClientRequestId concode_elem_sep ApplicationGetOpt...
void function ( Mat arg0 , Dimension arg1 , String arg2 , boolean arg3 ) { show ( arg0 , arg1 , arg2 , arg3 , WindowConstants . EXIT_ON_CLOSE ) ; }
displays the given mat in a new instance of imshow with aset size and given title and whether it is resizable or not concode_field_sep JFrame Window concode_elem_sep ImageIcon image concode_elem_sep Boolean SizeCustom concode_elem_sep int Height concode_elem_sep JLabel label concode_elem_sep int Width concode_field_sep...
AdminEnvironment function ( ) { return adminEnvironment ; }
returns the application 's adminenvironment . concode_field_sep AdminEnvironment adminEnvironment concode_elem_sep MutableServletContextHandler servletContext concode_elem_sep Validator validator concode_elem_sep MutableServletContextHandler adminContext concode_elem_sep ExecutorService healthCheckExecutorService conco...
void function ( long arg0 ) { _type . setGroupId ( arg0 ) ; }
sets the group id of this type . concode_field_sep Type _type concode_field_sep void setName concode_elem_sep boolean isFinderCacheEnabled concode_elem_sep void setExpandoBridgeAttributes concode_elem_sep void setExpandoBridgeAttributes concode_elem_sep void setExpandoBridgeAttributes concode_elem_sep java.lang.String ...
String function ( ) { return "srini_string" ; }
gets the optimizer post-pass class for this job . the post-pass typically creates utility classes for data types and is specific to a particular data model record , tuple , scala , ... concode_field_sep String jobName concode_elem_sep int DEFAULT_PARALELLISM concode_elem_sep ExecutionConfig executionConfig concode_elem...
UnmodifiableIterator < VType > function ( ) { final Iterator < ObjectCursor < VType >> loc0 = map . values ( ) . loc0 ( ) ; return new UnmodifiableIterator < VType > ( ) { @ Override public boolean hasNext ( ) { return loc0 . hasNext ( ) ; } @ Override public VType next ( ) { return loc0 . next ( ) . value ; } } ; }
returns a direct iterator over the keys . concode_field_sep ImmutableOpenLongMap EMPTY concode_elem_sep LongObjectOpenHashMap<VType> map concode_field_sep UnmodifiableIterator<Long> keysIt concode_elem_sep Builder<VType> fRemove concode_elem_sep VType getOrDefault concode_elem_sep boolean containsKey concode_elem_sep b...
String function ( String arg0 ) { String loc0 = arg0 ; ResourceBundle loc1 = m_logger . getResourceBundle ( ) ; if ( loc1 != null ) { try { loc0 = loc1 . getString ( arg0 ) ; } catch ( java . util . MissingResourceException loc2 ) { loc0 = arg0 ; } } return loc0 ; }
translate message to current locale concode_field_sep MigrateLogger s_logger concode_elem_sep Gui s_gui concode_elem_sep Parameters s_parameters concode_elem_sep String s_resourceBundleName concode_elem_sep Logger m_logger concode_field_sep void output concode_elem_sep String formatMessage concode_elem_sep Level getMax...
boolean function ( UUID arg0 , long arg1 ) { DeltaAverage loc0 = pendingDeltas . get ( arg0 ) ; if ( loc0 != null ) { loc0 . onValue ( arg1 ) ; if ( loc0 . ready ( ) ) { pendingDeltas . remove ( arg0 ) ; deltas . put ( arg0 , loc0 . average ( ) ) ; if ( ready ( ) ) notifyAll ( ) ; return false ; } return true ; } retur...
callback invoked when time delta is received from remote node . concode_field_sep GridClockDeltaVersion ver concode_elem_sep long[] vals concode_elem_sep Map<UUID,DeltaAverage> pendingDeltas concode_elem_sep int idx concode_elem_sep Map<UUID,Long> deltas concode_field_sep void onValue concode_elem_sep long average conc...
Object function ( ) { throw new ResourceException ( "srini_string" ) ; }
creates a connection factory instance . concode_field_sep Logger log concode_elem_sep String name concode_elem_sep long serialVersionUID concode_elem_sep PrintWriter logwriter concode_elem_sep ResourceAdapter ra concode_field_sep void setName concode_elem_sep ManagedConnection createManagedConnection concode_elem_sep v...
BigInteger function ( ) { return x509SerialNumber ; }
gets the value of the x509serialnumber property . concode_field_sep BigInteger x509SerialNumber concode_elem_sep String x509IssuerName concode_field_sep void setX509IssuerName concode_elem_sep void setX509SerialNumber concode_elem_sep String getX509IssuerName
byte [ ] function ( final String arg0 ) { return toBytes ( arg0 ) ; }
deprecated version of #tobytes string . concode_field_sep int COLON concode_elem_sep char[] CHARS concode_elem_sep int SAVE_BYTE concode_elem_sep int FIRST_DIGIT concode_elem_sep int SECOND_DIGIT_OR_COLON concode_field_sep String toHexString concode_elem_sep String toHexString concode_elem_sep String toHexString concod...
void function ( ObjectOutputStream arg0 , ObjectInputStream arg1 , StreamBuffer arg2 , Node [ ] arg3 , int arg4 ) { int loc0 = arg3 . length ; for ( int loc1 = 0 ; loc1 < arg4 ; loc1 ++ ) { arg2 . reset ( ) ; arg0 . reset ( ) ; for ( int loc2 = 0 ; loc2 < loc0 ; loc2 ++ ) { arg0 . writeObject ( arg3 [ loc2 ] ) ; } arg0...
run benchmark for given number of batches , with each batch containing the given number of cycles . concode_field_sep Object parent concode_elem_sep Object left concode_elem_sep Object right concode_field_sep Object readResolve concode_elem_sep long run concode_elem_sep Object writeReplace concode_elem_sep Node[] genTr...
MethodDescriptor [ ] function ( ) { return null ; }
force introspection of the bean 's methods . concode_field_sep PlaceHolder placeHolder concode_field_sep int getDefaultPropertyIndex concode_elem_sep BeanInfo[] getAdditionalBeanInfo concode_elem_sep int getDefaultEventIndex concode_elem_sep EventSetDescriptor[] getEventSetDescriptors concode_elem_sep PropertyDescripto...
Long function ( ) { return id ; }
gets the value of the id property . concode_field_sep String name concode_elem_sep Long id concode_elem_sep AdCustomizerFeedAttributeType type concode_field_sep void setName concode_elem_sep String getName concode_elem_sep AdCustomizerFeedAttributeType getType concode_elem_sep void setId concode_elem_sep void setType
List < V > function ( ) { return _core ; }
returns the core nodes of the community . see sectio 3 http : / / arxiv.org/abs/0804.4356v1 concode_field_sep Double _memberStability concode_elem_sep Set<V> _members concode_elem_sep BigInteger _evolTrace concode_elem_sep long _fwdTimelineLen concode_elem_sep int count_ concode_elem_sep Set<Community<V,E>> _predList c...
Description function ( ) { return description ; }
gets the value of the description property . concode_field_sep ServiceVersion serviceVersion concode_elem_sep RootSbb rootSbb concode_elem_sep DefaultPriority defaultPriority concode_elem_sep ResourceInfoProfileTable resourceInfoProfileTable concode_elem_sep Description description concode_elem_sep String id concode_el...
void function ( T arg0 , ViewContext arg1 ) { if ( ! viewSingletonObjects . containsKey ( tClass ) ) { viewSingletonObjects . put ( tClass , new ConcurrentHashMap < String , Object > ( ) ) ; } Map < String , Object > loc0 = viewSingletonObjects . get ( tClass ) ; loc0 . put ( getTagName ( arg1 ) , arg0 ) ; }
method for directly setting user-local singleton instances . concode_field_sep Class<? extends T> tClass concode_elem_sep Map<Class,Map<String,Object>> viewSingletonObjects concode_field_sep void dropInstanceCache concode_elem_sep T get concode_elem_sep String getTagName concode_elem_sep T initialValue concode_elem_sep...
Long function ( ) { return orderLine ; }
gets the value of the orderline property . concode_field_sep Double amount concode_elem_sep Long line concode_elem_sep Long orderLine concode_elem_sep Double tax1Amt concode_elem_sep String memo concode_elem_sep RecordRef amortizationSched concode_elem_sep RecordRef taxCode concode_elem_sep String amortizationResidual ...
void function ( int arg0 ) { this . id = arg0 ; }
sets the id to the topic concode_field_sep Date date concode_elem_sep int TYPE_NORMAL concode_elem_sep String subject concode_elem_sep boolean paginate concode_elem_sep int TYPE_ANNOUNCE concode_elem_sep Forum forum concode_elem_sep Poll poll concode_elem_sep int type concode_elem_sep List<Post> posts concode_elem_sep ...
boolean function ( Object arg0 ) { if ( ! ( arg0 instanceof PolynomialFunction2D ) ) { return false ; } PolynomialFunction2D loc0 = ( PolynomialFunction2D ) arg0 ; return Arrays . equals ( this . coefficients , loc0 . coefficients ) ; }
tests this function for equality with an arbitrary object . concode_field_sep double[] coefficients concode_field_sep double getValue concode_elem_sep int hashCode concode_elem_sep int getOrder concode_elem_sep double[] getCoefficients
void function ( ) { m_elapsedTime += System . nanoTime ( ) - m_startTime ; m_startTime = 0 ; m_status = "srini_string" ; }
stop the timer . concode_field_sep int m_iterations concode_elem_sep String m_name concode_elem_sep long NANO_PER_SECOND concode_elem_sep long NANO_PER_MINUTE concode_elem_sep long serialVersionUID concode_elem_sep String m_status concode_elem_sep long m_elapsedTime concode_elem_sep long m_startTime concode_elem_sep lo...
boolean function ( ) { long loc0 = nextRefreshMSSinceEpoch - EXPIRE_BUFFER_MS ; long loc1 = timer . now ( ) ; return loc1 > loc0 ; }
return true if the current token has expired or will expire within the expire_buffer_ms to give ample wiggle room for the call to be made to the server . concode_field_sep Timer timer concode_elem_sep long EXPIRE_BUFFER_MS concode_elem_sep long nextRefreshMSSinceEpoch concode_field_sep void setExpiresInMSSinceEpoch con...
Iterator function ( ) { return mExpirationDateSet . values ( ) . iterator ( ) ; }
return an iterator over the set of expiration dates within the view . each iterator represents a mamdaoptionexpirationstrikes object . concode_field_sep double DEFAULT_JITTER_MARGIN concode_elem_sep double mJitterMargin concode_elem_sep double mHighStrike concode_elem_sep int mNumExpirations concode_elem_sep short mAtT...
org . apache . axis . encoding . Deserializer function ( java . lang . String arg0 , java . lang . Class arg1 , javax . xml . namespace . QName arg2 ) { return new org . apache . axis . encoding . ser . BeanDeserializer ( arg1 , arg2 , typeDesc ) ; }
get custom deserializer concode_field_sep com.google.api.ads.adwords.axis.v201406.o.DisplayAdSpecActivationOption[] activationOptions concode_elem_sep org.apache.axis.description.TypeDesc typeDesc concode_elem_sep java.lang.Object __equalsCalc concode_elem_sep com.google.api.ads.adwords.axis.v201406.o.DisplayType[] dis...
void function ( String arg0 ) { this . converter = arg0 ; }
sets the value of the converter property . concode_field_sep List<String> extension concode_elem_sep Boolean hidden concode_elem_sep String converter concode_elem_sep String mimeType concode_elem_sep Boolean locale concode_field_sep List<String> getExtension concode_elem_sep String getMimeType concode_elem_sep void set...
void function ( ) { }
template method that gets called after the marshaller and unmarshaller have been set . the default implementation does nothing . concode_field_sep Log logger concode_elem_sep Unmarshaller unmarshaller concode_elem_sep Marshaller marshaller concode_field_sep void setMarshaller concode_elem_sep Object unmarshalRequest co...
RuntimeException function ( Throwable arg0 , Class < X > arg1 ) { checkNotNull ( arg0 ) ; thrown = arg0 ; Throwables . propagateIfPossible ( arg0 , IOException . class ) ; Throwables . propagateIfPossible ( arg0 , arg1 ) ; throw new RuntimeException ( arg0 ) ; }
stores the given throwable and rethrows it . it will be rethrown as is if it is an ioexception , runtimeexception , error or a checked exception of thegiven type . otherwise , it will be rethrown wrapped in a runtimeexception . note : be sure to declare all of the checked exception types your try block can throw when c...
File function ( ) { if ( pomDir == null ) { return new File ( project . getBuildDir ( ) , "srini_string" ) ; } return project . getFileResolver ( ) . resolve ( pomDir ) ; }
returns the directory to generate maven poms into . concode_field_sep Object pomDir concode_elem_sep MavenFactory mavenFactory concode_elem_sep ProjectInternal project concode_elem_sep Conf2ScopeMappingContainer conf2ScopeMappings concode_field_sep Conf2ScopeMappingContainer getConf2ScopeMappings concode_elem_sep void ...