code stringlengths 20 663 | nl stringlengths 68 7.19k |
|---|---|
void function ( String arg0 ) { d ( "srini_string" , arg0 ) ; TAG = arg0 ; DEBUG = Log . isLoggable ( TAG , Log . VERBOSE ) ; } | customize the log tag for your application , so that other apps using volley do n't mix their logs with yours . enable the log property for your tag before starting your app : adb shell setprop log.tag . < tag > concode_field_sep String TAG concode_elem_sep boolean ENABLED concode_elem_sep boolean mFinished concode_ele... |
void function ( Renderable arg0 ) { if ( ! building ) throw new GdxRuntimeException ( "srini_string" ) ; if ( arg0 . bones == null ) items . add ( arg0 ) ; else renderables . add ( arg0 ) ; } | adds the specified renderable to the cache . must be called in between a call to #begin and #end . all member objects might depending on possibilities be used by reference and should not change while the cache is used . if the renderable #bones member is not null then skinning is assumed and the renderable will be adde... |
void function ( StringBuilder arg0 , String arg1 , String arg2 ) { arg0 . append ( "srini_string" ) ; arg0 . append ( sanitizeString ( arg1 ) ) ; arg0 . append ( "srini_string" ) ; arg0 . append ( sanitizeString ( arg2 ) ) ; } | add one tag , with the provided name and value , to the given result string . concode_field_sep Logger log concode_elem_sep ImmutableList<String> typeNames concode_elem_sep NamingStrategy metricNameStrategy concode_elem_sep boolean mergeTypeNamesTags concode_elem_sep String tagName concode_elem_sep String DEFAULT_TAG_N... |
void function ( String arg0 ) { setVersion ( arg0 ) ; } | setter for the ` wmtver ' parameter , which is an alias for ` version ' . concode_field_sep String request concode_elem_sep String baseUrl concode_elem_sep boolean get concode_elem_sep String requestCharset concode_elem_sep Map<String,String> rawKvp concode_elem_sep String version concode_field_sep void setRequest conc... |
boolean function ( MethodInvocation arg0 , Log arg1 ) { return isLogEnabled ( arg1 ) ; } | determine whether the interceptor should kick in , that is , whether the invokeundertrace method should be called . default behavior is to check whether the given log instance is enabled . subclasses can override this to apply the interceptor in other cases as well . concode_field_sep Log defaultLogger concode_elem_sep... |
void function ( java . lang . String arg0 ) { _account . setLegalType ( arg0 ) ; } | sets the legal type of this account . concode_field_sep Account _account concode_field_sep void setExpandoBridgeAttributes concode_elem_sep void setExpandoBridgeAttributes concode_elem_sep void setExpandoBridgeAttributes concode_elem_sep java.lang.String getName concode_elem_sep boolean isEscapedModel concode_elem_sep ... |
void function ( ) { } | application server calls this method to force any cleanup on the managedconnection instance . concode_field_sep HelloWorldManagedConnectionFactory mcf concode_elem_sep List<javax.resource.spi.ConnectionEventListener> listeners concode_elem_sep Object connection concode_elem_sep PrintWriter writer concode_field_sep void... |
void function ( java . lang . Boolean arg0 ) { this . printedToKitchen = arg0 ; } | set the value related to the column : printed_to_kitchen concode_field_sep String REF concode_elem_sep java.lang.Boolean printedToKitchen concode_elem_sep com.floreantpos.model.TicketItemModifierGroup parent concode_elem_sep java.lang.Integer groupId concode_elem_sep String PROP_EXTRA_UNIT_PRICE concode_elem_sep String... |
String function ( ) { return type ; } | returns the type of the device . concode_field_sep HmInterface hmInterface concode_elem_sep List<HmChannel> channels concode_elem_sep String address concode_elem_sep String type concode_field_sep HmInterface getHmInterface concode_elem_sep List<HmChannel> getChannels concode_elem_sep String getAddress concode_elem_sep ... |
Long function ( ) { return gTypeId ; } | gets the value of the gtypeid property . concode_field_sep Long gTypeId concode_field_sep void setGTypeId |
void function ( LogoutListener arg0 ) { mLogoutListeners . add ( arg0 ) ; } | associate the given listener with this facebook object . the listener 's callback interface will be invoked when logout occurs . concode_field_sep LinkedList<LogoutListener> mLogoutListeners concode_elem_sep LinkedList<AuthListener> mAuthListeners concode_field_sep void removeAuthListener concode_elem_sep void removeLo... |
Object function ( InstanceComponent arg0 , Object arg1 ) { if ( "srini_string" . equals ( arg1 ) ) { return new Double ( Double . POSITIVE_INFINITY ) ; } return new Double ( ( String ) arg1 ) ; } | this binding returns objects of type java.lang.double . this is an override so value is null . concode_field_sep PlaceHolder placeHolder concode_field_sep String encode concode_elem_sep QName getTarget concode_elem_sep Class getType concode_elem_sep int getExecutionMode |
WriteConsumer < GenericRecord > function ( Schema arg0 , JsonGenerator arg1 ) { return new AvroWriter < GenericRecord > ( arg0 ) . writeConsumer ( arg1 ) ; } | write as ` natural ' compact json serialization using provided generator . concode_field_sep PlaceHolder placeHolder concode_field_sep WriteConsumer<GenericRecord> binary concode_elem_sep WriteConsumer<R> binary concode_elem_sep WriteConsumer<GenericRecord> jacksonStrict concode_elem_sep WriteConsumer<R> jacksonStrict ... |
String function ( ) { if ( failure != null ) { return failure . getIndex ( ) ; } return response . getIndex ( ) ; } | the index name of the document . concode_field_sep TermVectorsResponse response concode_elem_sep MultiTermVectorsResponse.Failure failure concode_field_sep void writeTo concode_elem_sep boolean isFailed concode_elem_sep void readFrom concode_elem_sep String getType concode_elem_sep TermVectorsResponse getResponse conco... |
void function ( String [ ] arg0 ) { if ( arg0 . length != 2 ) { System . out . println ( "srini_string" + Version . ALLUXIO_JAR + "srini_string" ) ; System . exit ( - 1 ) ; } Utils . runExample ( new BasicCheckpoint ( arg0 [ 0 ] , Integer . parseInt ( arg0 [ 1 ] ) ) ) ; } | example program for using checkpoints . usage : java - cp alluxio.examples.basiccheckpoint concode_field_sep int mNumFiles concode_elem_sep String mFileFolder concode_elem_sep Logger LOG concode_field_sep Boolean call concode_elem_sep boolean readFile concode_elem_sep void writeFile |
String function ( ) { return format ( toArray ( high ( ) ) ) ; } | return the high address as a dotted ip address . will be zero for cidr/31 and cidr/32 if the inclusive flag is false . concode_field_sep int netmask concode_elem_sep int network concode_elem_sep Pattern addressPattern concode_elem_sep String SLASH_FORMAT concode_elem_sep int NBITS concode_elem_sep int address concode_e... |
void function ( E [ ] arg0 ) { for ( E loc0 : arg0 ) { add ( loc0 ) ; } } | add a dataset into bk-tree . concode_field_sep Metric<E> distance concode_elem_sep boolean identicalExcluded concode_elem_sep ArrayList<Node> children concode_elem_sep int count concode_elem_sep Node root concode_elem_sep int index concode_elem_sep E object concode_field_sep void search concode_elem_sep void range conc... |
SlotSharingGroup function ( ) { return slotSharingGroup ; } | gets the slot sharing group that this vertex is associated with . different vertices in the same slot sharing group can run one subtask each in the same slot . if the vertex is not associated with a slot sharing group , this method returns null . concode_field_sep String invokableClassName concode_elem_sep ArrayList<Jo... |
void function ( String arg0 ) { this . host = arg0 ; } | set host . concode_field_sep String scheme concode_elem_sep String port concode_elem_sep String proto concode_elem_sep String name concode_elem_sep String host concode_elem_sep String version concode_elem_sep String url concode_field_sep void setName concode_elem_sep String getVersion concode_elem_sep String getName co... |
VdcOperation < T , P > function ( ) { return source ; } | get source object if it exists . concode_field_sep boolean isFromList concode_elem_sep P parameter concode_elem_sep VdcOperationCallback<?,?> operationCallback concode_elem_sep boolean isPublic concode_elem_sep T operationType concode_elem_sep VdcOperation<T,P> source concode_elem_sep boolean isAction concode_field_sep... |
UnicastConnection function ( ) { if ( ssock == null ) { return ( getClientConnection ( ) ) ; } else { return ( getServerConnection ( ) ) ; } } | get a connection from this manager . concode_field_sep String localhost concode_elem_sep Hashtable servers concode_elem_sep Object other concode_elem_sep RMISocketFactory defaultSocketFactory concode_elem_sep int ncmanager concode_elem_sep Thread serverThread concode_elem_sep RMIClientSocketFactory clientFactory concod... |
boolean function ( CordovaWebView arg0 , ICordovaHttpAuthHandler arg1 , String arg2 , String arg3 ) { return false ; } | called when the system received an http authentication request . plugin can use the supplied httpauthhandler to process this auth challenge . concode_field_sep CordovaPreferences preferences concode_elem_sep CordovaInterface cordova concode_elem_sep CordovaWebView webView concode_elem_sep String serviceName concode_fie... |
boolean function ( ) { return caseSensitive ; } | specifies if the search term should be treated as case sensitive . concode_field_sep boolean wholeWord concode_elem_sep ArrayList<String> terms concode_elem_sep boolean caseSensitive concode_elem_sep String term concode_field_sep String getTerm concode_elem_sep boolean equals concode_elem_sep boolean isWholeWord concod... |
boolean function ( ) { return place != null && ! place . isEmpty ( ) ; } | returns true if this.place is set . concode_field_sep Integer edgeId concode_elem_sep Double lng concode_elem_sep Double heading concode_elem_sep String name concode_elem_sep String place concode_elem_sep Pattern _latLonPattern concode_elem_sep Pattern _headingPattern concode_elem_sep Pattern _edgeIdPattern concode_ele... |
void function ( Calendar arg0 ) { this . full = arg0 ; } | sets the date of the full moon . concode_field_sep Calendar firstQuarter concode_elem_sep double illumination concode_elem_sep Calendar thirdQuarter concode_elem_sep MoonPhaseName name concode_elem_sep Calendar _new concode_elem_sep int age concode_elem_sep Calendar full concode_field_sep void setName concode_elem_sep ... |
List < CTPivotAreaReference > function ( ) { if ( reference == null ) { reference = new ArrayList < CTPivotAreaReference > ( ) ; } return this . reference ; } | gets the value of the reference property . this accessor method returns a reference to the live list , not a snapshot . therefore any modification you make to the returned list will be present inside the jaxb object . this is why there is not a set method for the reference property . for example , to add a new item , d... |
void function ( List < String > arg0 ) { this . reformattingQuality = arg0 ; } | sets the reformatting quality . 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... |
long function ( ) { return _value ; } | get the longfield 's current value concode_field_sep int _offset concode_elem_sep long _value concode_field_sep void set concode_elem_sep void set concode_elem_sep void writeToBytes concode_elem_sep void readFromBytes concode_elem_sep String toString concode_elem_sep void readFromStream |
String function ( ) { return this . document ; } | a description of an ec2 instance that is generated when the instance is launched and exposed to the instance via the instance metadata service in the form of a json representation of an object . concode_field_sep String signature concode_elem_sep String document concode_field_sep void setDocument concode_elem_sep int h... |
void function ( long arg0 ) { _wikiPageResource . setResourcePrimKey ( arg0 ) ; } | sets the resource prim key of this wiki page resource . concode_field_sep WikiPageResource _wikiPageResource concode_field_sep boolean isFinderCacheEnabled concode_elem_sep void setExpandoBridgeAttributes concode_elem_sep void setExpandoBridgeAttributes concode_elem_sep void setExpandoBridgeAttributes concode_elem_sep ... |
void function ( String arg0 ) { if ( myHost != null ) { myHost . showFeedback ( arg0 ) ; } else { System . out . println ( arg0 ) ; } } | used to communicate feedback pop-up messages between a plugin tool and the main whitebox user-interface . concode_field_sep String[] args concode_elem_sep double LnOf2 concode_elem_sep boolean cancelOp concode_elem_sep WhiteboxPluginHost myHost concode_elem_sep String previousProgressLabel concode_elem_sep int previous... |
int function ( ) { return _shoppingOrderItem . getQuantity ( ) ; } | returns the quantity of this shopping order item . concode_field_sep ShoppingOrderItem _shoppingOrderItem concode_field_sep void setExpandoBridgeAttributes concode_elem_sep void setExpandoBridgeAttributes concode_elem_sep void setExpandoBridgeAttributes concode_elem_sep java.lang.String getName concode_elem_sep boolean... |
int function ( long arg0 , byte [ ] arg1 , int arg2 , int arg3 ) { throw Util . notSupported ( ) ; } | writes all or part of the given byte array to the blob value that this blob object represents and returns the number of bytes written . concode_field_sep BlobDataID blob concode_elem_sep boolean isClosed concode_elem_sep SessionInterface session concode_field_sep void truncate concode_elem_sep boolean isClosed concode_... |
void function ( String arg0 ) { this . username = arg0 ; } | username for splunk concode_field_sep String earliestTime concode_elem_sep boolean useSunHttpsHandler concode_elem_sep String source concode_elem_sep int port concode_elem_sep String savedSearch concode_elem_sep String password concode_elem_sep String search concode_elem_sep Boolean streaming concode_elem_sep SSLSecuri... |
int function ( ) { int loc0 = 23 ; loc0 = HashUtilities . hashCode ( loc0 , this . visible ) ; return loc0 ; } | returns a hash code for this instance . concode_field_sep boolean visible concode_elem_sep EventListenerList listenerList concode_field_sep void setVisible concode_elem_sep void removeChangeListener concode_elem_sep boolean equals concode_elem_sep void notifyListeners concode_elem_sep Object clone concode_elem_sep bool... |
boolean function ( ) { return caseSensitive ; } | get case sensitivity concode_field_sep long serialVersionUID concode_elem_sep boolean caseSensitive concode_elem_sep LinkedList<UiFilterFieldName> name concode_elem_sep String id concode_elem_sep String categoryName concode_elem_sep FieldType fieldType concode_elem_sep Serializable value concode_elem_sep UiFilterOperat... |
void function ( String arg0 ) { this . sequence = arg0 ; } | set the name of the sequence this effect is in . 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 String sequence concode_elem_sep floa... |
List < Event > function ( ) { return going ; } | list of events the user is going concode_field_sep String firstName concode_elem_sep String lastName concode_elem_sep String password concode_elem_sep String hometown concode_elem_sep List<Event> going concode_elem_sep Date registrationDate concode_elem_sep Set<Link> links concode_elem_sep String id concode_elem_sep St... |
void function ( InputStream arg0 ) { try { propStates . load ( arg0 ) ; logger . info ( "srini_string" ) ; arg0 . close ( ) ; } catch ( IOException loc0 ) { loc0 . printStackTrace ( ) ; logger . error ( loc0 . getMessage ( ) ) ; } } | load states file concode_field_sep Properties propCommands concode_elem_sep Logger logger concode_elem_sep Properties propTypes concode_elem_sep Properties propCommands_to_states concode_elem_sep Properties propStates concode_field_sep void loadCommands_to_states concode_elem_sep short stringToSOULISSTypicalCode concod... |
void function ( CouponApplyTypeEnum arg0 ) { this . type = arg0 ; } | sets the value of the type property . concode_field_sep BigInteger issuerId concode_elem_sep BigInteger serialNumber concode_elem_sep BigInteger faceValue concode_elem_sep boolean validForActivation concode_elem_sep boolean validForRefill concode_elem_sep long serialVersionUID concode_elem_sep BigInteger numberOfDays c... |
String function ( ) { return this . nextToken ; } | the token to use when requesting the next set of items . if there are no additional items to return , the string is empty . concode_field_sep String nextToken concode_elem_sep com.amazonaws.internal.SdkInternalList<TagDescription> tags concode_field_sep DescribeTagsResult withTags concode_elem_sep DescribeTagsResult wi... |
boolean function ( int arg0 ) { return interests . containsKey ( arg0 ) ; } | returns true if the given federate has an interest in the interaction class associated with this interest false otherwise . concode_field_sep ICMetadata interactionClass concode_elem_sep Map<Integer,Set<RegionInstance>> interests concode_elem_sep long serialVersionUID concode_field_sep Set<RegionInstance> getRegions co... |
void function ( GeneratorEntry arg0 ) { } | override this method to do any setup needed before generation concode_field_sep String SCT_GENERATOR_CONSOLE concode_elem_sep MessageConsoleStream error concode_elem_sep String SEXEC_FILE_EXTENSION concode_elem_sep MessageConsoleStream info concode_field_sep void refreshTargetProject concode_elem_sep MessageConsole get... |
RegisterSpec function ( ) { return result ; } | like com.android.dx.rop.code.insn getresult . concode_field_sep RegisterSpec result concode_elem_sep SsaBasicBlock block concode_field_sep boolean canThrow concode_elem_sep boolean isMoveException concode_elem_sep SsaBasicBlock getBlock concode_elem_sep Insn toRopInsn concode_elem_sep void mapSourceRegisters concode_el... |
void function ( int arg0 ) { mPeriod = arg0 ; } | set the period of this recurring obj . depend on repeat mode , the unit can be days , weeks , months or years . concode_field_sep int REPEAT_DAILY concode_elem_sep long mEndSetting concode_elem_sep int mRepeatMode concode_elem_sep int REPEAT_NONE concode_elem_sep int END_FOREVER concode_elem_sep int END_FOR_EVENT conco... |
List < String > function ( String arg0 ) { String [ ] loc0 = arg0 . split ( "srini_string" ) ; List < String > loc1 = new ArrayList < String > ( loc0 . length ) ; for ( String loc2 : loc0 ) { if ( ! loc2 . isEmpty ( ) ) { loc1 . add ( loc2 ) ; } } return loc1 ; } | split a path into elements , stripping empty elements concode_field_sep Pattern PATH_ENTRY_VALIDATION_PATTERN concode_field_sep String createFullPath concode_elem_sep String encodeYarnID concode_elem_sep String validateElementsAsDNS concode_elem_sep String validateZKPath concode_elem_sep String parentOf concode_elem_se... |
int function ( ) { return deliveringCount ; } | returns the number of messages currently delivered to this subscription . concode_field_sep boolean durable concode_elem_sep String queueName concode_elem_sep String clientID concode_elem_sep int messageCount concode_elem_sep int deliveringCount concode_elem_sep String name concode_elem_sep String selector concode_fiel... |
String function ( ) { return ( m_owner ) ; } | returns the owner of this permission concode_field_sep Date m_expires concode_elem_sep Date m_effective concode_elem_sep String m_owner concode_elem_sep String m_principal concode_elem_sep String m_activity concode_elem_sep String m_target concode_elem_sep long serialVersionUID concode_elem_sep String m_type concode_fi... |
T function ( final Bean < T > arg0 ) { return beanManager . getContext ( arg0 . getScope ( ) ) . get ( arg0 , beanManager . createCreationalContext ( arg0 ) ) ; } | instantiates the handler using cdi beanmanager auto-wiring all the dependencies . concode_field_sep Map<Pair<Component,ServiceComponentLocation>,Dispatcher> dispatcherMap concode_elem_sep BeanManager beanManager concode_field_sep SynchronousDispatcher produceSynchronousDispatcher concode_elem_sep AsynchronousDispatcher... |
java . lang . String function ( ) { return comments ; } | gets the comments value for this twsqinfooutbound . concode_field_sep java.util.Calendar dateSchedule concode_elem_sep java.lang.String comments concode_elem_sep java.lang.String phone concode_elem_sep java.util.Calendar timeSchedule concode_elem_sep boolean captured concode_elem_sep java.lang.Object __equalsCalc conco... |
int function ( String arg0 ) { throw new RuntimeException ( "srini_string" ) ; } | return address reference for specified protoype no way this could ever work . lets see if any code ever tries to call it and see what we can do from there concode_field_sep PlaceHolder placeHolder concode_field_sep Object getPrototype concode_elem_sep Object resolveAddress concode_elem_sep int tie concode_elem_sep int ... |
StatementBuilder function ( char arg0 ) { builder . append ( arg0 ) ; return this ; } | append a character . concode_field_sep StringBuilder builder concode_elem_sep int index concode_field_sep StatementBuilder resetCount concode_elem_sep void appendExceptFirst concode_elem_sep int length concode_elem_sep void appendOnlyFirst concode_elem_sep String toString |
void function ( int arg0 ) { if ( quoteStart != - 1 ) { out . append ( src , quoteStart , arg0 - quoteStart ) ; quoteStart = - 1 ; } } | when in a sequence of characters that can be copied directly , interrupts the sequence and copies it to the output buffer . concode_field_sep int charStart concode_elem_sep ByteList src concode_elem_sep int pos concode_elem_sep int srcEnd concode_elem_sep int quoteStart concode_elem_sep ThreadContext context concode_el... |
boolean function ( Object arg0 ) { if ( arg0 instanceof Edge ) { WeightedDirectedTypedEdge < ? > loc0 = ( WeightedDirectedTypedEdge ) arg0 ; return loc0 . weight ( ) == weight && loc0 . from ( ) == from && loc0 . to ( ) == to && loc0 . edgeType ( ) . equals ( type ) ; } return false ; } | returns true if o is an typededge with the sameedge type and has the same vertices independent of that edge 's orientation . concode_field_sep double weight concode_elem_sep int from concode_elem_sep long serialVersionUID concode_elem_sep int to concode_elem_sep T type concode_field_sep int hashCode concode_elem_sep T ... |
void function ( AMLCDDQAReportByPartyKeyAnswerSetSetType arg0 ) { this . answerSet = arg0 ; } | sets the value of the answerset property . concode_field_sep AMLCDDQAReportByPartyKeyAnswerSetSetType answerSet concode_elem_sep String questionCD concode_elem_sep String questionText concode_field_sep AMLCDDQAReportByPartyKeyAnswerSetSetType getAnswerSet concode_elem_sep String getQuestionText concode_elem_sep void se... |
ValueBuilder function ( Object arg0 , String arg1 ) { Expression loc0 ; if ( arg0 instanceof String ) { loc0 = new MethodCallExpression ( ( String ) arg0 , arg1 ) ; } else { loc0 = new MethodCallExpression ( arg0 , arg1 ) ; } return new ValueBuilder ( loc0 ) ; } | returns a bean expression value builder . this method accepts dual parameters . either an bean instance or a reference to a bean string . concode_field_sep PlaceHolder placeHolder concode_field_sep ValueBuilder faultBodyAs concode_elem_sep ValueBuilder constant concode_elem_sep ValueBuilder sendTo concode_elem_sep Valu... |
void function ( ) { if ( paused || ! running ) return ; halt ( true ) ; try { thread . join ( ) ; } catch ( InterruptedException loc0 ) { System . err . println ( "srini_string" ) ; } paused = true ; } | requests that the asynchronoussteppable shut down its thread temporarily and blocks until this occurs . if it 's already paused or not running , nothing happens . concode_field_sep boolean running concode_elem_sep boolean paused concode_elem_sep Thread thread concode_elem_sep SimState state concode_field_sep void resum... |
byte [ ] function ( ) { return g ; } | obtiene el valor de la propiedad g. concode_field_sep byte[] p concode_elem_sep byte[] q concode_elem_sep byte[] seed concode_elem_sep byte[] g concode_elem_sep byte[] pgenCounter concode_elem_sep byte[] y concode_elem_sep byte[] j concode_field_sep void setY concode_elem_sep byte[] getSeed concode_elem_sep byte[] getJ... |
T function ( String arg0 , Class < T > arg1 ) { try { return JMX . newMBeanProxy ( mBeanServerConnection , new ObjectName ( arg0 ) , arg1 ) ; } catch ( MalformedObjectNameException loc0 ) { String loc1 = "srini_string" ; log . error ( loc1 ) ; throw new CassandraServerManagementException ( loc1 , loc0 ) ; } } | a helper method to access a mbean concode_field_sep ColumnFamilyStoreMBean columnFamilyStoreMBean concode_elem_sep MBeanServerConnection mBeanServerConnection concode_elem_sep CompactionManagerMBean compactionProxy concode_elem_sep String SS_OBJECT_NAME concode_elem_sep StreamingServiceMBean streamProxy concode_elem_se... |
void function ( AffineTransform arg0 ) { this . graphicStateTransform = arg0 ; for ( GlyphText loc0 : glyphTexts ) { loc0 . normalizeToUserSpace ( this . graphicStateTransform ) ; } } | set the graphic state transorm on all child sprites , this is used for xform object parsing and text selection . there is no need to do this outside of the context parser . concode_field_sep ArrayList<GlyphText> glyphTexts concode_elem_sep AffineTransform graphicStateTransform concode_elem_sep Rectangle2D.Float bounds ... |
int function ( ByteBuffer arg0 , NioChannel arg1 , Selector arg2 , long arg3 ) { return write ( arg0 , arg1 , arg2 , arg3 , true , null ) ; } | performs a blocking write using the bytebuffer for data to be written and a selector to block . if the selector parameter is null , then it will perform a busy write that could take up a lot of cpu cycles . concode_field_sep int maxSpareSelectors concode_elem_sep boolean SHARED concode_elem_sep NioBlockingSelector bloc... |
String function ( PhoneNumber arg0 , Locale arg1 ) { PhoneNumberType loc0 = phoneUtil . getNumberType ( arg0 ) ; if ( isMobile ( loc0 ) ) { return getNameForValidNumber ( arg0 , arg1 ) ; } return "srini_string" ; } | gets the name of the carrier for the given phone number , in the language provided . as per #getnameforvalidnumber phonenumber , locale but explicitly checks the validity ofthe number passed in . concode_field_sep PrefixFileReader prefixFileReader concode_elem_sep PhoneNumberToCarrierMapper instance concode_elem_sep St... |
boolean function ( ) { return System . getProperty ( "srini_string" ) . indexOf ( "srini_string" ) != - 1 ; } | returns true if running on windows . concode_field_sep PlaceHolder placeHolder concode_field_sep boolean isLinux concode_elem_sep boolean isMacOS |
float function ( final float arg0 , final float arg1 , final float arg2 ) { return min ( min ( arg0 , arg1 ) , arg2 ) ; } | gets the minimum of three float values . nan is only returned if all numbers are nan as per ieee-754r . concode_field_sep PlaceHolder placeHolder concode_field_sep double max concode_elem_sep float max concode_elem_sep double max concode_elem_sep double max concode_elem_sep float max concode_elem_sep float max |
java . util . List < com . liferay . portal . kernel . model . UserGroup > function ( long arg0 ) { return getService ( ) . getUserUserGroups ( arg0 ) ; } | returns all the user groups to which the user belongs . concode_field_sep UserGroupService _service concode_field_sep void deleteUserGroup concode_elem_sep java.lang.String getOSGiServiceIdentifier concode_elem_sep com.liferay.portal.kernel.model.UserGroup addUserGroup concode_elem_sep com.liferay.portal.kernel.model.U... |
User function ( ) { return this ; } | returns this object . concode_field_sep boolean tosAccepted concode_elem_sep String id concode_elem_sep boolean isAdmin concode_elem_sep String email concode_field_sep String getUserEmail concode_elem_sep void setUserEmail concode_elem_sep boolean getIsAdmin concode_elem_sep int hashCode concode_elem_sep boolean equals... |
ExpectedCount function ( ) { return new ExpectedCount ( 1 , Integer . MAX_VALUE ) ; } | many times range of 1 . . integer.max _ value . concode_field_sep int minCount concode_elem_sep int maxCount concode_field_sep int getMinCount concode_elem_sep int getMaxCount concode_elem_sep ExpectedCount never concode_elem_sep ExpectedCount twice concode_elem_sep ExpectedCount times concode_elem_sep ExpectedCount mi... |
int function ( Object arg0 , Object arg1 ) { int loc0 = 0 ; Edge loc1 = EdgeFromTable ( new VertexPair ( arg0 , arg1 ) ) ; if ( loc1 != null ) { loc0 = loc1 . weight ( ) ; } return loc0 ; } | weight returns the weight of u , v . returns zero if u , v is not an edge including the case where either of the parameters u and v does not represent a vertex of the graph . note : a well-behaved application should try to avoid calling this method for an edge that is not in the graph , and should certainly not treat t... |
Set < String > function ( Type1Font arg0 ) { return getPostScriptNames ( arg0 . getName ( ) ) ; } | returns the font names for a given font . this allows substitution based on the postscript name of the external font , instead of just the basename in the pdf . concode_field_sep PlaceHolder placeHolder concode_field_sep TrueTypeFont getTrueTypeFont concode_elem_sep Type1Font getType1Font concode_elem_sep CFFFont getCF... |
Set function ( ) { return JTSFactoryFinder . getPrecisionModels ( ) ; } | returns a set of all available implementations for the precisionmodel category . concode_field_sep PlaceHolder placeHolder concode_field_sep PrecisionModel getPrecisionModel concode_elem_sep void scanForPlugins concode_elem_sep Set getCoordinateSequenceFactories concode_elem_sep GeometryFactory getGeometryFactory conco... |
String function ( ) { return m_author ; } | returns the author of the list entry . concode_field_sep String m_author concode_elem_sep String m_link concode_elem_sep String m_title concode_elem_sep String m_image concode_elem_sep Date m_date concode_elem_sep String m_text concode_field_sep void setLink concode_elem_sep String getLink concode_elem_sep String getTi... |
long function ( ) { return timeoutMicros ; } | timeout for the operation in microseconds . concode_field_sep Marshaller<ResponseT> responseMarshaller concode_elem_sep String name concode_elem_sep long timeoutMicros concode_elem_sep Marshaller<RequestT> requestMarshaller concode_elem_sep MethodType type concode_field_sep String getName concode_elem_sep MethodType ge... |
Map < String , String > function ( ) { return parameters ; } | get the parameters of the compilation . concode_field_sep Object abstractSyntaxTree concode_elem_sep Map<String,String> parameters concode_field_sep void setParameters concode_elem_sep void setSource concode_elem_sep Object getSource concode_elem_sep List<File> execute |
void function ( String arg0 , String arg1 , String arg2 , String arg3 ) { logger . debug ( "srini_string" , arg1 , arg0 ) ; if ( mMyOpenHABService != null ) { mMyOpenHABService . sendNotification ( arg0 , arg1 , arg2 , arg3 ) ; } } | sends an advanced push notification to mobile devices of user concode_field_sep MyOpenHABService mMyOpenHABService concode_elem_sep Logger logger concode_field_sep void sendSms concode_elem_sep void sendBroadcastNotification concode_elem_sep void sendBroadcastNotification concode_elem_sep void sendLogNotification conco... |
int function ( final int [ ] arg0 , final int arg1 , final int arg2 ) { final int loc0 = ( 1 << arg1 ) - 1 ; int loc1 = HEADER_SIZE + arg1 * arg2 ; int loc2 = 0 ; for ( int loc3 = 0 ; loc3 < arg2 ; ++ loc3 ) { if ( arg0 [ loc3 ] > loc0 ) { loc2 ++ ; } } loc1 += ( loc2 << 5 ) ; return loc1 ; } | estimate the compressed size in ints of a block concode_field_sep int HEADER_SIZE concode_elem_sep int MAX_BITS concode_elem_sep int[] MASK concode_elem_sep int HEADER_NUM concode_elem_sep int[] POSSIBLE_B concode_field_sep int[] compressOneBlock concode_elem_sep void writeBits concode_elem_sep int decompressBBitSlotsW... |
double function ( ) { return mImageableArea . getY ( ) ; } | returns the y coordinate of the upper-left corner of this paper object 's imageable area . concode_field_sep double mHeight concode_elem_sep double LETTER_WIDTH concode_elem_sep double mWidth concode_elem_sep Rectangle2D mImageableArea concode_elem_sep double LETTER_HEIGHT concode_elem_sep int INCH concode_field_sep do... |
void function ( ) { final String loc0 = Utility . loadRequest ( "srini_string" ) ; testOGCOperationLogging ( "srini_string" , loc0 , 1 ) ; } | test based on ogc_requests.txt example 11 test for service = wfs request = update concode_field_sep Logger LOGGER concode_field_sep void testWmtsGetCapabilities concode_elem_sep void testWmsGetMap concode_elem_sep void testWcsDescribeCoverage concode_elem_sep void testWfsGetCapabilities concode_elem_sep void testWcsGet... |
int function ( ) { return this . status ; } | getstatus - getter concode_field_sep String image concode_elem_sep ParseUser friendUser concode_elem_sep boolean isOnline concode_elem_sep double lastLongitude concode_elem_sep String MODEL concode_elem_sep String name concode_elem_sep String objectId concode_elem_sep double lastLatitude concode_elem_sep String email c... |
T function ( String ... arg0 ) { this . requestMatchers . add ( new HostRequestMatcher ( arg0 ) ) ; return ( T ) this ; } | add additional webrequestmatcher instances that return true if a supplied host matches -- for example , `` example.com '' or `` example.com :8080 '' . concode_field_sep List<WebRequestMatcher> requestMatchers concode_elem_sep String contextPath concode_elem_sep boolean alwaysUseMockMvc concode_elem_sep MockMvc mockMvc ... |
long function ( ) { return System . currentTimeMillis ( ) - this . instantiationTime ; } | returns the elapsed time in msecs from the time of instantiation . concode_field_sep long instantiationTime concode_field_sep long instantiationTime |
RxWebTarget < RxObservableInvoker > function ( final WebTarget arg0 , final ExecutorService arg1 ) { return Rx . from ( arg0 , RxObservableInvoker . class , arg1 ) ; } | create a new org.glassfish.jersey.client.rx.rxwebtarget reactive client target instance initialized with givenjax-rs client web target instance and parametrized with invoker based on the rx.observable observable from rxjava.reactive requests , invoked using org.glassfish.jersey.client.rx.rxinvocationbuilder #rx rx ... ... |
void function ( ) { modify ( SDEP_1_PID ) ; String loc0 = getDisseminatedContent ( ) ; Assert . assertFalse ( "srini_string" , loc0 . contains ( "srini_string" ) ) ; Assert . assertTrue ( "srini_string" , loc0 . contains ( "srini_string" ) ) ; } | modifying the oldest sdep will make it the newest , thus switching the sdep used . concode_field_sep String PUBLIC_OBJECT_BASE concode_elem_sep String DEPLOYMENT_1_BASE concode_elem_sep String OBJECT_PID concode_elem_sep String DEPLOYMENT_2_BASE concode_elem_sep String SDEP_1_PID concode_elem_sep String SDEP_2_PID conc... |
void function ( int arg0 ) { if ( arg0 > m_Data . length * 8 ) { throw new IllegalArgumentException ( "srini_string" ) ; } else { m_Size = arg0 ; } } | forces the number of bits in this bitvector . concode_field_sep int[] ODD_OFFSETS concode_elem_sep int m_Size concode_elem_sep byte[] m_Data concode_elem_sep boolean m_MSBAccess concode_elem_sep int[] STRAIGHT_OFFSETS concode_elem_sep Logger logger concode_field_sep void setBytes concode_elem_sep void setBytes concode_... |
String function ( ) { return image ; } | returns the image . concode_field_sep int endLine concode_elem_sep Token next concode_elem_sep String image concode_elem_sep int endColumn concode_elem_sep Token specialToken concode_elem_sep int beginColumn concode_elem_sep int kind concode_elem_sep int beginLine concode_field_sep Token newToken |
byte [ ] function ( final String arg0 ) { if ( arg0 == null ) { return EMPTY_BYTE_ARRAY ; } return fromAscii ( arg0 . toCharArray ( ) ) ; } | decodes a string where each char of the string represents an ascii ' 0 ' or ' 1 ' . concode_field_sep char[] EMPTY_CHAR_ARRAY concode_elem_sep byte[] EMPTY_BYTE_ARRAY concode_elem_sep int BIT_2 concode_elem_sep int BIT_3 concode_elem_sep int BIT_6 concode_elem_sep int BIT_4 concode_elem_sep int BIT_5 concode_elem_sep i... |
boolean function ( Object arg0 ) { if ( arg0 instanceof StepAndPage ) { StepAndPage loc0 = ( StepAndPage ) arg0 ; return ( this . step == loc0 . step ) && ( this . page == loc0 . page ) ; } return false ; } | compare this stepandpage with another concode_field_sep int UNSET concode_elem_sep int step concode_elem_sep int page concode_field_sep boolean isSet concode_elem_sep int getPage concode_elem_sep int hashCode concode_elem_sep int getStep concode_elem_sep String toString concode_elem_sep int compareTo |
String function ( ) { return userName ; } | gets the user name . concode_field_sep String password concode_elem_sep String userName concode_field_sep void setPassword concode_elem_sep String getPassword concode_elem_sep void setUserName |
int function ( ) { return groupId ; } | return group id concode_field_sep RemovalAwareList allArticlesInGroup concode_elem_sep String groupName concode_elem_sep int groupId concode_field_sep void add concode_elem_sep String getGroupName concode_elem_sep void setGroupName concode_elem_sep String getName concode_elem_sep void setGroupId concode_elem_sep void s... |
void function ( String arg0 ) { if ( arg0 != null ) arg0 = arg0 . trim ( ) ; if ( arg0 != null && arg0 . length ( ) == 0 ) arg0 = null ; pwd = arg0 ; } | sets the password for the connection . if the jndi datasource does not require a password which is typical , this can be left null . concode_field_sep Method getConnectionWithArgs concode_elem_sep String user concode_elem_sep Object jdbcSource concode_elem_sep String pwd concode_elem_sep Method getConnection concode_el... |
int function ( ) { return maxRank ; } | gets the value of the maxrank property . concode_field_sep CTTuples sortByTuple concode_elem_sep Object parent concode_elem_sep Boolean queryFailed concode_elem_sep List<CTTuples> tpls concode_elem_sep STSortType sortType concode_elem_sep Long count concode_elem_sep String setDefinition concode_elem_sep int maxRank con... |
void function ( short arg0 , short arg1 , short arg2 , short arg3 ) { r = arg0 ; g = arg1 ; b = arg2 ; a = arg3 ; } | convenience method to set all properties in one line . concode_field_sep short a concode_elem_sep short r concode_elem_sep short b concode_elem_sep short g concode_field_sep String toString concode_elem_sep FloatBuffer toFloatBuffer concode_elem_sep void toFloatBuffer |
FontHandle function ( DesignElementHandle arg0 ) { if ( arg0 == null ) return null ; return arg0 . getFontProperty ( ) ; } | returns the font handle of the element . concode_field_sep PlaceHolder placeHolder concode_field_sep DesignSession getDesignSession concode_elem_sep List getCopiedCells concode_elem_sep TableColumn getCopiedColumn concode_elem_sep Cell getCopiedCell |
String function ( java . lang . Object arg0 ) { if ( arg0 == null ) { return "srini_string" ; } return arg0 . toString ( ) . replace ( "srini_string" , "srini_string" ) ; } | convert the given object to string with each line indented by 4 spaces except the first line . concode_field_sep Long specialPropertyName concode_field_sep SpecialModelName specialPropertyName concode_elem_sep int hashCode concode_elem_sep boolean equals concode_elem_sep void setSpecialPropertyName concode_elem_sep Lon... |
PT function ( ) { return parser ; } | returns the parser for this controller concode_field_sep HT handler concode_elem_sep PT parser concode_elem_sep Logger log concode_elem_sep List<Validator> validators concode_field_sep Response getResponse concode_elem_sep String getExceptionFormat concode_elem_sep boolean supports concode_elem_sep HT getHandler concod... |
void function ( String arg0 ) { this . firstName = arg0 ; } | sets the first name for this student . concode_field_sep int studentId concode_elem_sep String firstName concode_elem_sep String lastName concode_elem_sep String address concode_field_sep void setLastName concode_elem_sep int getStudentId concode_elem_sep void setAddress concode_elem_sep String clear concode_elem_sep S... |
void function ( String arg0 ) { this . roleARN = arg0 ; } | the arn of the aws credentials . concode_field_sep CopyCommand copyCommand concode_elem_sep String password concode_elem_sep S3DestinationUpdate s3Update concode_elem_sep String clusterJDBCURL concode_elem_sep String roleARN concode_elem_sep String username concode_field_sep RedshiftDestinationUpdate withCopyCommand co... |
ObjectProperty < PlayerType > function ( ) { return ( player1TypeProperty ) ; } | gets the first player 's type property . concode_field_sep StringProperty player2NameProperty concode_elem_sep ObjectProperty<PlayerType> player1TypeProperty concode_elem_sep ObjectProperty<PlayerType> player2TypeProperty concode_elem_sep BooleanProperty enable3DProperty concode_elem_sep StringProperty player1NamePrope... |
boolean function ( char arg0 ) { } | tests whether a character should be allowed to be a continuation of the current word . we include all alphabetic characters , no digits , and no '_' because we assume that an underscore marks a break in a compound identifier and we want to present the spelling checker with individual words . we also allow apostrophe , ... |
void function ( IOptionValue [ ] arg0 ) { this . choices = arg0 ; } | sets choice values concode_field_sep Object defaultValue concode_elem_sep String displayName concode_elem_sep boolean enabled concode_elem_sep String name concode_elem_sep String toolTip concode_elem_sep String description concode_elem_sep DisplayType displayType concode_elem_sep IOptionValue[] choices concode_elem_sep... |
Escaper function ( ) { return URL_FORM_PARAMETER_ESCAPER ; } | returns an escaper instance that escapes strings so they can besafely included in url form parameter names and values . escaping is performed with the utf-8 character encoding . the caller is responsible for replacing any unpaired carriage return or line feed characters with a cr+lf pair on any non-file inputs before e... |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.