code
stringlengths
20
663
nl
stringlengths
68
7.19k
String function ( ) { return this . propertyId ; }
returns the id of this property . concode_field_sep Class nodeClass concode_elem_sep String propertyId concode_field_sep boolean isSimpleProperty concode_elem_sep Class getNodeClass concode_elem_sep boolean isChildProperty concode_elem_sep boolean isChildListProperty concode_elem_sep String toString
void function ( String arg0 ) { this . id = arg0 ; }
sets the value of the id property . concode_field_sep String id concode_elem_sep String value concode_field_sep void setvalue concode_elem_sep String getvalue concode_elem_sep String getId
Text function ( Text arg0 ) { checkNotNull ( arg0 ) ; return Text . of ( TextColors . LIGHT_PURPLE , namespace , "srini_string" , TextColors . WHITE , arg0 ) ; }
returns content formatted as a `` heading '' concode_field_sep String namespace concode_field_sep Text subduedHeading concode_elem_sep Text subduedHeading concode_elem_sep Text success concode_elem_sep Text success concode_elem_sep Text bonus concode_elem_sep Text bonus concode_elem_sep Text error concode_elem_sep Text...
void function ( ) { op . setCompletion ( null ) ; assertTrue ( OperationUtils . isCompleted ( op ) ) ; }
tests that an operation without a completion handler returns true . concode_field_sep Operation op concode_field_sep void dummy concode_elem_sep void testOperationFailed concode_elem_sep void testOperationCompleted concode_elem_sep void setUp concode_elem_sep void testGetLocalHostIpAddresses concode_elem_sep void testO...
boolean function ( int arg0 , String arg1 ) { int loc0 = Integer . valueOf ( ObjectHelper . before ( arg1 , "srini_string" ) ) ; int loc1 = Integer . valueOf ( ObjectHelper . after ( arg1 , "srini_string" ) ) ; return arg0 >= loc0 && arg0 <= loc1 ; }
checks whether the given http status code is within the ok range concode_field_sep PlaceHolder placeHolder concode_field_sep Object deserializeJavaObjectFromStream concode_elem_sep HttpMethod createMethod concode_elem_sep String createURL concode_elem_sep Exception populateNettyHttpOperationFailedException concode_elem...
void function ( String arg0 ) { this . inFile = new ExifInterface ( arg0 ) ; }
the file before it is compressed concode_field_sep String gpsDateStamp concode_elem_sep String gpsLatitudeRef concode_elem_sep String gpsLongitude concode_elem_sep String gpsLatitude concode_elem_sep String whiteBalance concode_elem_sep String orientation concode_elem_sep String model concode_elem_sep String focalLengt...
void function ( SnapshotShardFailure arg0 , XContentBuilder arg1 , ToXContent . Params arg2 ) { arg1 . startObject ( ) ; arg0 . toXContent ( arg1 , arg2 ) ; arg1 . endObject ( ) ; }
serializes snapshot failure information into json concode_field_sep String reason concode_elem_sep String index concode_elem_sep int shardId concode_elem_sep String nodeId concode_elem_sep RestStatus status concode_field_sep String reason concode_elem_sep void writeTo concode_elem_sep void readFrom concode_elem_sep Sna...
boolean function ( LogLevel arg0 ) { if ( arg0 . getPrecedence ( ) <= getPrecedence ( ) ) { return true ; } return false ; }
returns true if the level supplied is encompassed by this level . for example , loglevel.severe encompasses no other loglevels and loglevel.fine encompasses all other loglevels . by definition , a loglevel encompasses itself . concode_field_sep LogLevel WARNING concode_elem_sep LogLevel INFO concode_elem_sep LogLevel C...
String function ( ) { return _label ; }
return the label of the loglevel . concode_field_sep LogLevel WARNING concode_elem_sep LogLevel INFO concode_elem_sep LogLevel CONFIG concode_elem_sep LogLevel[] _log4JLevels concode_elem_sep LogLevel FATAL concode_elem_sep Map _logLevelColorMap concode_elem_sep Map _logLevelMap concode_elem_sep int _precedence concode...
BeanFactoryLocator function ( String arg0 ) { return ContextSingletonBeanFactoryLocator . getInstance ( arg0 ) ; }
return an instance object implementing beanfactorylocator . this will normally be a singleton instance of the specific contextsingletonbeanfactorylocator class , using the specified resource selector . concode_field_sep PlaceHolder placeHolder concode_field_sep placeholderType placeHolder
long function ( com . liferay . portal . kernel . dao . orm . DynamicQuery arg0 , com . liferay . portal . kernel . dao . orm . Projection arg1 ) { return _jiraActionLocalService . dynamicQueryCount ( arg0 , arg1 ) ; }
returns the number of rows matching the dynamic query . concode_field_sep JIRAActionLocalService _jiraActionLocalService concode_field_sep com.liferay.socialcoding.model.JIRAAction deleteJIRAAction concode_elem_sep com.liferay.socialcoding.model.JIRAAction deleteJIRAAction concode_elem_sep java.lang.String getOSGiServi...
String function ( ) { return this . key ; }
the name of the filter . concode_field_sep String value concode_elem_sep String key concode_field_sep String getValue concode_elem_sep DocumentFilter withValue concode_elem_sep int hashCode concode_elem_sep void setValue concode_elem_sep boolean equals concode_elem_sep DocumentFilter clone concode_elem_sep String toStr...
Pair < A , B > function ( A arg0 , B arg1 ) { return new Pair < A , B > ( arg0 , arg1 ) ; }
convenience method for creating an appropriately typed pair . concode_field_sep F first concode_elem_sep S second concode_field_sep int hashCode concode_elem_sep boolean equals
void function ( String arg0 ) { String loc0 = SystemGlobals . getValue ( ConfigKeys . MAIL_CHARSET ) ; if ( messageFormat == MESSAGE_HTML ) { this . message . setContent ( arg0 . replaceAll ( "srini_string" , "srini_string" ) , "srini_string" + loc0 ) ; } else { this . message . setText ( arg0 ) ; } }
set the text contents of the email we 're sending concode_field_sep Template template concode_elem_sep int messageFormat concode_elem_sep Session session concode_elem_sep String inReplyTo concode_elem_sep String messageId concode_elem_sep int MESSAGE_TEXT concode_elem_sep Logger logger concode_elem_sep MimeMessage mess...
int function ( ) { return offsetFrom ; }
returs the start offset of the annotation . concode_field_sep int offsetFrom concode_elem_sep String string concode_elem_sep int offsetTo concode_field_sep String getAnnotation concode_elem_sep String getString concode_elem_sep int getOffsetTo
void function ( TestGroup arg0 ) { if ( ! GROUPS . contains ( arg0 ) ) { throw new AssumptionViolatedException ( "srini_string" + arg0 + "srini_string" + GROUPS ) ; } }
assume that a particular testgroup has been specified . concode_field_sep Set<TestGroup> GROUPS concode_field_sep void canLoadNativeDirFonts concode_elem_sep void execute concode_elem_sep void notLogging concode_elem_sep void group concode_elem_sep void group
int function ( ) { CloseIterator < TupleBytes > loc0 = storage . processRange ( key , key ) ; int loc1 = 0 ; try { while ( loc0 . hasNext ( ) ) { TupleBytes loc2 = loc0 . next ( ) ; loc1 ++ ; } } finally { loc0 . closeCursor ( ) ; } return loc1 ; }
return the # of s-map vectors in the bucket . concode_field_sep byte[] key1 concode_elem_sep byte[] key2 concode_elem_sep B b concode_elem_sep Index<O> index concode_elem_sep int secondaryIndexPivot concode_elem_sep OBStore<TupleBytes> storage concode_elem_sep int pivots concode_elem_sep B ByteBuffer concode_elem_sep b...
void function ( BigDecimal arg0 ) { addCollectedWithTolerance ( arg0 , ONE_PAISA_TOLERANCE_FOR_ADDCOLLECTED ) ; }
add an amount to the existing collected amount , with a tolerance of one paisa i.e. balance can be exceeded by 1 paisa . this can be used when split amounts are being calculated by moneyutils.allocate , where amounts may be off by 1 paisa . concode_field_sep EgDemandReason egDemandReason concode_elem_sep String fileRef...
String function ( ) { return address2 ; }
gets the value of the address2 property . concode_field_sep String zip concode_elem_sep String lastName concode_elem_sep String address2 concode_elem_sep String city concode_elem_sep String address1 concode_elem_sep long serialVersionUID concode_elem_sep String firstName concode_elem_sep String password concode_elem_se...
boolean function ( ) { return getConfiguration ( ) . isLeaveUserUndefined ( ) ; }
returns the leaveuserundefinded . concode_field_sep String fieldAttributePrefix concode_elem_sep Account fieldAccount concode_field_sep boolean isMarkRecipientNotFoundSeen concode_elem_sep Set<MailAddress> getBlacklist concode_elem_sep boolean isDeferRecipientNotFound concode_elem_sep boolean isMarkUserUndefinedSeen co...
void function ( String arg0 [ ] ) { for ( int loc0 = 0 ; loc0 < arg0 . length ; loc0 ++ ) { String loc1 = arg0 [ loc0 ] ; if ( loc1 . equals ( "srini_string" ) ) { printHelp ( ) ; System . exit ( 0 ) ; } } ScriptTool loc2 = new ScriptTool ( ) ; loc2 . execute ( arg0 ) ; System . exit ( 0 ) ; }
main method concode_field_sep boolean BATCH concode_elem_sep Properties pProperties concode_elem_sep String EKW concode_elem_sep boolean EOF concode_elem_sep int ln concode_elem_sep Statement sStatement concode_elem_sep Connection cConn concode_field_sep void printHelp concode_elem_sep void trace concode_elem_sep Strin...
void function ( Runnable arg0 , Consumer < Throwable > arg1 ) { if ( failure == null ) { arg0 . run ( ) ; } else { arg1 . accept ( failure ) ; } }
handle the execution result with the provided consumers concode_field_sep Map<T,TaskResult> executionResults concode_elem_sep TaskResult SUCCESS concode_elem_sep ClusterState resultingState concode_elem_sep Throwable failure concode_elem_sep Map<T,TaskResult> executionResults concode_field_sep Builder<T> result concode...
void function ( HttpSessionEvent arg0 ) { HttpSession loc0 = arg0 . getSession ( ) ; sessions . put ( loc0 . getId ( ) , loc0 ) ; activeSessions ++ ; Debug . info ( "srini_string" + loc0 . getId ( ) + "srini_string" + new Date ( ) ) ; }
listener event when session is created concode_field_sep HashMap sessions concode_elem_sep int activeSessions concode_field_sep void sessionDestroyed concode_elem_sep int getActiveSessions concode_elem_sep HashMap getSessions concode_elem_sep void reloadMessageResources
List < Point2D > function ( double arg0 , double arg1 , double arg2 , double arg3 , double arg4 , int arg5 , SpaceTimeRejector1D arg6 ) { return divideConquerBrownianBridge ( arg0 , new Point2D . Double ( arg1 , arg2 ) , new Point2D . Double ( arg3 , arg4 ) , arg5 , arg6 ) ; }
divide and conquer brownian bridge concode_field_sep PlaceHolder placeHolder concode_field_sep void main
void function ( Command arg0 ) { this . command = arg0 ; }
set command - this is provided as a convenient place to cache this command during conversion . concode_field_sep UpdateInfo updateInfo concode_elem_sep String query concode_elem_sep List<String> bindings concode_elem_sep Command command concode_field_sep UpdateInfo getUpdateInfo concode_elem_sep void setUpdateInfo conc...
void function ( java . lang . String arg0 , java . lang . String arg1 , java . lang . String arg2 , java . lang . String arg3 , javax . xml . stream . XMLStreamWriter arg4 ) { if ( arg4 . getPrefix ( arg1 ) == null ) { arg4 . writeNamespace ( arg0 , arg1 ) ; arg4 . setPrefix ( arg0 , arg1 ) ; } arg4 . writeAttribute ( ...
util method to write an attribute with the ns prefix concode_field_sep javax.xml.namespace.QName MY_QNAME concode_elem_sep com.amazon.ec2.CancelSpotInstanceRequestsResponseType localCancelSpotInstanceRequestsResponse concode_field_sep java.lang.String generatePrefix concode_elem_sep void serialize concode_elem_sep void...
void function ( BigInteger arg0 ) { this . code = arg0 ; }
sets the value of the code property . concode_field_sep BigInteger code concode_elem_sep ReferencesCheckResultInfoType info concode_field_sep ReferencesCheckResultInfoType getInfo concode_elem_sep void setInfo concode_elem_sep BigInteger getCode
void function ( String arg0 ) { this . informationValue = arg0 ; }
sets the value of the informationvalue property . concode_field_sep long serialVersionUID concode_elem_sep String informationValue concode_elem_sep NonEmptyMultiLangURIType uri concode_elem_sep AnyType otherInformation concode_field_sep void setURI concode_elem_sep AnyType getOtherInformation concode_elem_sep void setO...
int function ( InsnQuery arg0 ) { int loc0 = 0 ; for ( AbstractInsnNode loc1 : instructions ) { if ( arg0 . matches ( loc1 ) ) loc0 ++ ; } return loc0 ; }
gets the amount of times the given query has been matched concode_field_sep Block next concode_elem_sep MethodNode owner concode_elem_sep List<Block> preds concode_elem_sep NodeTree tree concode_elem_sep List<AbstractInsnNode> instructions concode_elem_sep Label label concode_elem_sep Stack<AbstractInsnNode> stack conc...
com . amazon . ec2 . DescribeSpotInstanceRequestsResponseType function ( ) { return localDescribeSpotInstanceRequestsResponse ; }
auto generated getter method concode_field_sep javax.xml.namespace.QName MY_QNAME concode_elem_sep com.amazon.ec2.DescribeSpotInstanceRequestsResponseType localDescribeSpotInstanceRequestsResponse concode_field_sep java.lang.String generatePrefix concode_elem_sep void serialize concode_elem_sep void serialize concode_e...
void function ( Order arg0 ) { }
sends out notification of billing success concode_field_sep Item item concode_elem_sep Shipping shipping concode_elem_sep Bidder bidder concode_elem_sep List<Billing> billingChoices concode_elem_sep List<Shipping> shippingChoices concode_elem_sep Billing billing concode_field_sep Bidder getBidder concode_elem_sep void ...
void function ( Clipboard arg0 , Transferable arg1 ) { }
empty implementation of the clipboardowner interface . concode_field_sep ClipboardData it concode_field_sep void setClipboardContents concode_elem_sep ClipboardData getInst concode_elem_sep String getClipboardContents
SAMSequenceDictionary function ( ) { return this . sequenceDictionary ; }
returns the list of sequence records associated with the reference sequence if found otherwise null . concode_field_sep File file concode_elem_sep SAMSequenceDictionary sequenceDictionary concode_field_sep boolean isIndexed concode_elem_sep ReferenceSequence getSubsequenceAt concode_elem_sep File findSequenceDictionary...
JSONBuilder function ( String arg0 , long arg1 ) { appendCommaAndKey ( arg0 ) ; params . append ( arg1 ) ; return this ; }
adds a long property . concode_field_sep StringBuilder params concode_field_sep JSONBuilder item concode_elem_sep JSONBuilder beginArray concode_elem_sep JSONBuilder beginMap concode_elem_sep JSONBuilder beginMap concode_elem_sep JSONBuilder endMap concode_elem_sep String escapeString concode_elem_sep JSONBuilder creat...
void function ( String arg0 ) { this . commentedUser = arg0 ; }
method to set the commenting user . concode_field_sep String commentedUser concode_elem_sep String commentText concode_field_sep String getCommentText concode_elem_sep void setCommentText concode_elem_sep String getCommentedUser
void function ( String arg0 ) { this . key = arg0 ; }
the key in a key-value pair . the key must be must be no longer than 128 unicode characters . the key must be unique for the resource to which it applies . concode_field_sep String value concode_elem_sep String key concode_field_sep String getKey concode_elem_sep String getValue concode_elem_sep Tag withValue concode_e...
boolean function ( @ Nonnull Permission arg0 ) { return hasPermission ( Jenkins . getAuthentication ( ) , arg0 ) ; }
checks if the current security principal has this permission . concode_field_sep String SYSTEM_USERNAME concode_elem_sep Sid EVERYONE concode_elem_sep String ANONYMOUS_USERNAME concode_elem_sep Sid ANONYMOUS concode_elem_sep Sid[] AUTOMATIC_SIDS concode_elem_sep Authentication SYSTEM concode_field_sep void checkPermiss...
void function ( String arg0 ) { this . customerReference2 = arg0 ; }
sets the value of the customerreference2 property . concode_field_sep MPCustomerAddress shipToAddress concode_elem_sep ArrayOfMPShipmentItem shipmentItemList concode_elem_sep String customerReference1 concode_elem_sep String customerReference2 concode_elem_sep ArrayOfMPShipPackage shipPackages concode_elem_sep ShipType...
String function ( String arg0 ) { return Objects . requireNonNull ( arg0 , "srini_string" ) . replace ( "srini_string" , "srini_string" ) ; }
escapes given path string for cli . concode_field_sep PlaceHolder placeHolder concode_field_sep String asAbsolutePath
void function ( Class arg0 ) { Reflection . getClass ( arg0 . getName ( ) ) ; }
initializes the specified class . concode_field_sep int verbose concode_elem_sep ClassLoader loader concode_field_sep Class getClass concode_elem_sep void initializeDir concode_elem_sep void fine concode_elem_sep void initializeRuntime concode_elem_sep void initializeJar concode_elem_sep void finer concode_elem_sep voi...
boolean function ( Settings arg0 ) { return getStatementType ( arg0 ) == PREPARED_STATEMENT ; }
whether a preparedstatement should be executed . concode_field_sep Settings DEFAULT_SETTINGS concode_field_sep int getQueryTimeout concode_elem_sep ParamType getParamType concode_elem_sep boolean reflectionCaching concode_elem_sep Settings clone concode_elem_sep BackslashEscaping getBackslashEscaping concode_elem_sep b...
String function ( String arg0 , String arg1 ) { String loc0 = padd + arg0 ; return loc0 . substring ( loc0 . length ( ) - arg1 . length ( ) ) ; }
pad a string from left . concode_field_sep String padd concode_elem_sep NumberFormat numFormat[] concode_field_sep String format concode_elem_sep String format concode_elem_sep String format concode_elem_sep String format concode_elem_sep String formatPaddRight concode_elem_sep String formatPaddRight
boolean function ( String arg0 ) { return mProperties . containsKey ( arg0 ) ; }
gets whether the basic has a given property concode_field_sep KmlStyle mInlineStyle concode_elem_sep KmlGeometry mGeometry concode_elem_sep String mStyle concode_elem_sep HashMap<String,String> mProperties concode_field_sep String getStyleId concode_elem_sep String getProperty concode_elem_sep Iterable getProperties co...
float function ( ) { return buf . readFloat ( ) ; }
reads the next float from the buffer . concode_field_sep Logger logger concode_elem_sep CharsetDecoder utfDecoder concode_elem_sep ByteBuf buf concode_field_sep byte getByte concode_elem_sep short getShort concode_elem_sep String getUTFString concode_elem_sep String getUTFString concode_elem_sep int getUnsignedShort co...
Path function ( String arg0 ) { return PathUtils . get ( repoFiles , arg0 ) ; }
resolves the specified location against the list of configured repository roots if the specified location does n't match any of the roots , returns null . concode_field_sep Path logsFile concode_elem_sep Settings settings concode_elem_sep Path homeFile concode_elem_sep Path tmpFile concode_elem_sep Path configFile conc...
void function ( TimeSpan arg0 ) { add ( TimeSpan . MILLISECONDS , arg0 . time ) ; }
adds a timespan to this timespan . concode_field_sep int MINUTES concode_elem_sep int DAYS concode_elem_sep TimeSpan MAX_VALUE concode_elem_sep int MILLISECONDS concode_elem_sep int SECONDS concode_elem_sep TimeSpan MIN_VALUE concode_elem_sep Log LOG concode_elem_sep long serialVersionUID concode_elem_sep long time con...
void function ( String arg0 ) { this . arcrole = arg0 ; }
sets the value of the arcrole property . concode_field_sep MDStandardOrderProcessType mdStandardOrderProcess 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 concode_elem_sep Str...
OAuthMessage function ( HttpServletRequest arg0 , String arg1 ) { if ( arg1 == null ) { arg1 = arg0 . getRequestURL ( ) . toString ( ) ; } int loc0 = arg1 . indexOf ( '?' ) ; if ( loc0 >= 0 ) { arg1 = arg1 . substring ( 0 , loc0 ) ; } return new HttpRequestMessage ( arg0 , arg1 ) ; }
extract the parts of the given request that are relevant to oauth . parameters include oauth authorization headers and the usual request parameters in the query string and/or form encoded body . the header parameters come first , followed by the rest in the order they came from request.getparametermap . concode_field_s...
String function ( Element arg0 , String arg1 ) { NodeList loc0 = arg0 . getElementsByTagName ( arg1 ) ; return this . getElementValue ( loc0 . arg0 ( 0 ) ) ; }
getting node value concode_field_sep String TAG concode_field_sep String getXmlFromFile concode_elem_sep Document getDomElement concode_elem_sep String getElementValue concode_elem_sep String getXmlFromUrl
void function ( String arg0 , String arg1 ) { try { FluxUtil . getProcessor ( arg1 , request , response , session ) . getXFormsModel ( arg0 ) . recalculate ( ) ; } catch ( XFormsException loc0 ) { throw new FluxException ( loc0 ) ; } }
7.3.3 the recalculate method . this method signals the xforms processor to perform a full recalculation of this xforms model . this method takes no parameters and raises no exceptions . concode_field_sep HttpServletRequest request concode_elem_sep HttpSession session concode_elem_sep HttpServletResponse response concod...
Span function ( String arg0 , Sampler < T > arg1 ) { return new Span ( org . apache . htrace . Trace . startSpan ( arg0 , arg1 ) ) ; }
start a trace span with a given description with the given sampler . concode_field_sep PlaceHolder placeHolder concode_field_sep Span trace concode_elem_sep void data concode_elem_sep void offNoFlush concode_elem_sep Span start concode_elem_sep boolean isTracing concode_elem_sep long currentTraceId concode_elem_sep Spa...
long function ( ) { return _tasksEntry . getUserId ( ) ; }
returns the user id 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_sep...
SeasonName function ( ) { return name ; }
returns the current season name . concode_field_sep Calendar spring concode_elem_sep SeasonName name concode_elem_sep Calendar winter concode_elem_sep Calendar autumn concode_elem_sep Calendar summer concode_field_sep void setName concode_elem_sep void setAutumn concode_elem_sep Calendar getNextSeason concode_elem_sep ...
void function ( java . lang . String arg0 ) { this . id = arg0 ; }
sets the id value for this adunitparent . concode_field_sep java.lang.String adUnitCode concode_elem_sep java.lang.Object __equalsCalc concode_elem_sep java.lang.String name concode_elem_sep boolean __hashCodeCalc concode_elem_sep java.lang.String id concode_elem_sep org.apache.axis.description.TypeDesc typeDesc concod...
void function ( ) { sCInterface . clearEvents ( ) ; }
this method resets the incoming events time events included . concode_field_sep boolean next concode_elem_sep State[] historyVector concode_elem_sep SCInterfaceImpl sCInterface concode_elem_sep boolean back concode_elem_sep int nextStateIndex concode_elem_sep State[] stateVector concode_elem_sep boolean push concode_fi...
boolean function ( ) { return this . sessionTransacted ; }
return whether the jms session sessions used by thisaccessor are supposed to be transacted . concode_field_sep Log logger concode_elem_sep int sessionAcknowledgeMode concode_elem_sep ConnectionFactory connectionFactory concode_elem_sep boolean sessionTransacted concode_elem_sep Constants sessionConstants concode_field_...
List < TypeReference > function ( ) { return this . thrownExceptions ; }
gets the thrown exceptions . concode_field_sep String name concode_elem_sep List<TypeParameter> typeParameters concode_elem_sep List<TypeReference> thrownExceptions concode_elem_sep int access concode_elem_sep List<MethodParameterDefinition> parameters concode_elem_sep TypeReference returnType concode_elem_sep boolean ...
Pix function ( ) { int loc0 = nativeClone ( mNativePix ) ; if ( loc0 == 0 ) { throw new OutOfMemoryError ( ) ; } return new Pix ( loc0 ) ; }
returns a clone of this pix . this does not create a separate copy , just a new pointer that can be recycled without affecting other clones . concode_field_sep int INDEX_D concode_elem_sep int mNativePix concode_elem_sep int INDEX_H concode_elem_sep int INDEX_W concode_elem_sep boolean mRecycled concode_field_sep boole...
List < String > function ( List < String > arg0 ) { return arg0 ; }
returns the original element list , unchanged . concode_field_sep PlaceHolder placeHolder concode_field_sep String[] createArray concode_elem_sep List<String> create concode_elem_sep List<String> create concode_elem_sep SampleElements<String> samples
void function ( String arg0 ) { this . parentDir = new File ( arg0 ) ; }
sets the parent directory to use for writing temporary files . concode_field_sep File fileToDelete concode_elem_sep File parentDir concode_elem_sep String fileSuffix concode_elem_sep String filePrefix concode_elem_sep Logger LOG concode_elem_sep boolean preserveFolderStructure concode_elem_sep boolean useFilenameHeader...
void function ( String arg0 ) { this . type = arg0 ; }
the type that should be given to the parameter , or the return type of the parameter 's function type . concode_field_sep RefactoringMethodParameter[] EMPTY_ARRAY concode_elem_sep String kind concode_elem_sep String name concode_elem_sep List<RefactoringMethodParameter> EMPTY_LIST concode_elem_sep String id concode_ele...
Time function ( ) { IOPort loc0 = getContainer ( ) ; Actor loc1 = ( Actor ) loc0 . getContainer ( ) ; Director loc2 = loc1 . getDirector ( ) ; return loc2 . getModelTime ( ) ; }
return the current time associated with this receiver . for non-dt receivers , this method reverts to the director 's getcurrenttime method . in dt , there is a local time associated with every receiver . concode_field_sep IOPort _container concode_elem_sep Token[] _tokenCache concode_field_sep IOPort getContainer conc...
double function ( final Int2D arg0 ) { final double loc0 = ( double ) this . x - arg0 . x ; final double loc1 = ( double ) this . y - arg0 . y ; return Math . sqrt ( loc0 * loc0 + loc1 * loc1 ) ; }
returns the distance from this mutableint2d to the specified point . concode_field_sep int x concode_elem_sep int y concode_field_sep int getX concode_elem_sep String toCoordinates concode_elem_sep long manhattanDistance concode_elem_sep long manhattanDistance concode_elem_sep long manhattanDistance concode_elem_sep in...
byte [ ] function ( final Field arg0 ) { if ( originalRaw != null && originalField . equals ( arg0 ) ) { return originalRaw ; } arg0 . validateTypedValue ( typed ) ; return doGetRawValue ( arg0 ) ; }
returns the value as a byte array . the byte array contains a representation of the value as stored in the dbf file . this representation also depends on the specifications of the field i.e. type , length and decimal count the value is to be stored in . if this value was read from the database and the field specificati...
Aggregator function ( ) { return new Aggregator ( "srini_string" ) ; }
creates an aggregator that computes the difference between successive data points . concode_field_sep String text concode_field_sep SamplingAggregator createStandardDeviationAggregator concode_elem_sep SamplingAggregator createDataGapsMarkingAggregator concode_elem_sep CustomAggregator createScaleAggregator concode_ele...
Integer function ( ) { return name ; }
get name concode_field_sep Integer name concode_elem_sep String propertyClass concode_field_sep void setName concode_elem_sep String toIndentedString concode_elem_sep String getPropertyClass concode_elem_sep void setPropertyClass concode_elem_sep int hashCode concode_elem_sep boolean equals concode_elem_sep Model200Res...
void function ( Object arg0 ) { if ( myHost != null ) { myHost . returnData ( arg0 ) ; } }
used to communicate a return object from a plugin tool to the main whitebox user-interface . concode_field_sep String[] args concode_elem_sep boolean cancelOp concode_elem_sep WhiteboxPluginHost myHost concode_elem_sep String previousProgressLabel concode_elem_sep int previousProgress concode_elem_sep boolean amIActive...
void function ( Session arg0 , String arg1 ) { if ( lLog != null ) { lLog . write ( arg0 , arg1 ) ; } }
records a log entry for the specified sql statement , on behalf of the specified session object . concode_field_sep Log lLog concode_elem_sep LockFile lf concode_field_sep void checkpoint concode_elem_sep void releaseLock concode_elem_sep void openLog concode_elem_sep boolean closeLog concode_elem_sep boolean hasLog co...
void function ( Context arg0 , Event arg1 ) { if ( arg1 . getEventType ( ) == Event . DELETE ) { Bitstream loc0 = bitstreamService . find ( arg0 , arg1 . getSubjectID ( ) ) ; log . debug ( "srini_string" ) ; checksumHistoryService . deleteByBitstream ( arg0 , loc0 ) ; log . debug ( "srini_string" ) ; } }
consume an event concode_field_sep Logger log concode_elem_sep ChecksumHistoryService checksumHistoryService concode_elem_sep BitstreamService bitstreamService concode_field_sep void end concode_elem_sep void finish concode_elem_sep void initialize
com . google . api . ads . dfp . axis . v201502 . PremiumRateValue function ( ) { return premiumRateValue ; }
gets the premiumratevalue value for this proposallineitempremium . concode_field_sep com.google.api.ads.dfp.axis.v201502.PremiumRateValue premiumRateValue concode_elem_sep java.lang.Object __equalsCalc concode_elem_sep org.apache.axis.description.TypeDesc typeDesc concode_elem_sep boolean __hashCodeCalc concode_elem_se...
List < Element > function ( Stage arg0 , Iterable < ? extends Module > arg1 ) { RecordingBinder loc0 = new RecordingBinder ( arg0 ) ; for ( Module loc1 : arg1 ) { loc0 . install ( loc1 ) ; } return Collections . unmodifiableList ( loc0 . elements ) ; }
records the elements executed by modules . concode_field_sep RecordingBinder parent concode_elem_sep SourceProvider sourceProvider concode_elem_sep Stage stage concode_elem_sep BindingTargetVisitor<Object,Object> GET_INSTANCE_VISITOR concode_elem_sep PrivateElementsImpl privateElements concode_elem_sep List<Element> el...
void function ( int arg0 ) { this . missingPropertyBehavior = arg0 ; }
set behavior for getstring method when a referred-to system property is not set . set to one of refcapablepropertyresourcebundle.throw _ behavior refcapablepropertyresourcebundle.emptystring _ behavior refcapablepropertyresourcebundle.noop _ behavior the first value is the default . concode_field_sep boolean validated ...
void function ( char [ ] arg0 , int arg1 , int arg2 ) { this . data = arg0 ; this . offset = arg1 ; this . count = arg2 ; }
replaces the character data reference in the biditext object . note that the data is not duplicated , only its reference is written in the biditext object . this method avoids the overhead of creating a character array and copying the source data to it , when the source data is already contained in a character array . ...
GetAirportInformationByISOCountryCodeResponse function ( ) { return new GetAirportInformationByISOCountryCodeResponse ( ) ; }
create an instance of getairportinformationbyisocountrycoderesponse concode_field_sep QName _String_QNAME concode_field_sep GetAirportInformationByAirportCodeResponse createGetAirportInformationByAirportCodeResponse concode_elem_sep GetAirportInformationByCityOrAirportNameResponse createGetAirportInformationByCityOrAir...
Result function ( CompiledStatement arg0 ) { return session . sqlExecuteDirectNoPreChecks ( arg0 . sql ) ; }
executes a ddl statement . it is assumed that the argument is of the correct type . concode_field_sep Session session concode_elem_sep Result emptyResult concode_elem_sep Result updateResult concode_field_sep Result executeInsertSelectStatement concode_elem_sep Result executeDeleteStatement concode_elem_sep Result exec...
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 String name concode_elem_sep List<String> photoUrls concode_elem_sep List<Tag> tags concode_elem_sep Category category concode_elem_sep Long id concode_elem_sep String value concode_elem_sep StatusEnum statu...
int function ( ) { return ( int ) Math . round ( height ) ; }
gets the height of this rectangle . concode_field_sep boolean filled concode_elem_sep double x concode_elem_sep double width concode_elem_sep double y concode_elem_sep Color color concode_elem_sep double height concode_field_sep int getX concode_elem_sep int getY concode_elem_sep void grow concode_elem_sep void setColo...
int function ( int arg0 ) { int loc0 = Arrays . binarySearch ( primeCapacities , arg0 ) ; if ( loc0 < 0 ) { loc0 = - loc0 - 1 ; } return primeCapacities [ loc0 ] ; }
returns a prime number which is > = desiredcapacity and very close to desiredcapacity within 11 % if desiredcapacity > = 1000 . concode_field_sep int[] primeCapacities concode_elem_sep int largestPrime concode_field_sep placeholderType placeHolder
void function ( ) { map . clear ( ) ; total = 0 ; defaultValue = 0 ; }
clears the map , total and default value concode_field_sep double defaultValue concode_elem_sep double total concode_elem_sep MapFactory<K1,ClassicCounter<K2>> outerMF concode_elem_sep long serialVersionUID concode_elem_sep Map<K1,ClassicCounter<K2>> map concode_elem_sep MapFactory<K2,MutableDouble> innerMF concode_fie...
void function ( Object arg0 , JsonGenerator arg1 , Class < ? > arg2 ) { writeTypePrefixForScalar ( arg0 , arg1 ) ; }
alternative version of the prefix-for-scalar method , which is given actual type to use instead of using exact type of the value ; typically a super type of actual value type concode_field_sep PlaceHolder placeHolder concode_field_sep void writeTypePrefixForArray concode_elem_sep void writeTypePrefixForArray concode_el...
void function ( Map < String , Object > arg0 ) { Map < String , Map < String , Object >> loc0 = new HashMap < String , Map < String , Object >> ( ) ; loc0 . put ( "srini_string" , arg0 ) ; pi ( loc0 ) ; }
produce an xml declaration in the output . for example : mkp.xmldeclaration version : ' 1.0 ' concode_field_sep MarkupBuilder builder concode_field_sep void yield concode_elem_sep void yield concode_elem_sep void pi concode_elem_sep void comment concode_elem_sep void yieldUnescaped concode_elem_sep void yieldUnescaped
UsbDevice function ( ) { return mDevice ; }
returns the currently-bound usb device . concode_field_sep int mPortNumber concode_elem_sep UsbDeviceConnection mConnection concode_elem_sep Object mWriteBufferLock concode_elem_sep byte[] mWriteBuffer concode_elem_sep UsbDevice mDevice concode_elem_sep byte[] mReadBuffer concode_elem_sep int DEFAULT_WRITE_BUFFER_SIZE ...
boolean function ( String arg0 , String arg1 ) { try { Thread . sleep ( 300 ) ; } catch ( InterruptedException loc0 ) { throw new IllegalStateException ( loc0 ) ; } return ! envelopeMatching ( payloadWith ( arg0 , arg1 ) ) . isPresent ( ) ; }
method for testing negative conditions . checks whether an envelope containing specified element in the payload has not been dispatched . concode_field_sep List<JsonEnvelope> recordedEnvelopes concode_field_sep Predicate<JsonEnvelope> metadataWith concode_elem_sep boolean notFoundEnvelopeWithMetadataOf concode_elem_sep...
void function ( ) { }
cleanup any per request data concode_field_sep String AUTHENTICATION_PLUGIN_PROP concode_field_sep void init concode_elem_sep boolean doAuthenticate
void function ( ExtendedCall arg0 , NameAddress arg1 , NameAddress arg2 , Message arg3 ) { }
does nothing . callback function called when arriving a new refer method transfer request concode_field_sep PlaceHolder placeHolder concode_field_sep void onCallModifying concode_elem_sep void onCallAccepted concode_elem_sep void onCallClosed concode_elem_sep void onCallTransferSuccess concode_elem_sep void onCallConfi...
void function ( PreparedStatement arg0 ) { if ( arg0 != null ) { try { arg0 . close ( ) ; } catch ( SQLException loc0 ) { loc0 . printStackTrace ( ) ; } } }
close preparedstatement concode_field_sep ApiMgtDAO apiMgtDAO concode_elem_sep DataSource dataSource concode_field_sep Connection getConnection concode_elem_sep void closeAllConnections concode_elem_sep void initializeDB concode_elem_sep void closeResultSet concode_elem_sep void closeConnection
void function ( String arg0 , Throwable arg1 ) { if ( ! allowV ) return ; StackTraceElement loc0 = getCallerStackTraceElement ( ) ; String loc1 = generateTag ( loc0 ) ; if ( sLevel > LEVEL_VERBOSE ) { return ; } Log . v ( loc1 , arg0 , arg1 ) ; }
send a verbose log message . concode_field_sep int sLevel concode_elem_sep boolean allowV concode_elem_sep int LEVEL_FATAL concode_elem_sep boolean allowI concode_elem_sep boolean allowW concode_elem_sep int LEVEL_ERROR concode_elem_sep int LEVEL_WARNING concode_elem_sep String tagPrefix concode_elem_sep boolean allowD...
void function ( ModelMap arg0 ) { arg0 . addAttribute ( "srini_string" , Context . getLocationService ( ) . getAddressTemplate ( ) ) ; }
show addresstemplate concode_field_sep PlaceHolder placeHolder concode_field_sep String add
void function ( boolean arg0 ) { this . fallbackToNoOpCache = arg0 ; }
indicate whether a noopcachemanager should be added at the end of the delegate list.in this case , any getcache requests not handled by the configured cachemanagers willbe automatically handled by the noopcachemanager and hence never return null . concode_field_sep boolean fallbackToNoOpCache concode_elem_sep List<Cach...
JobDeploymentsPath function ( String arg0 ) { deploymentDesc [ MODULE_LABEL ] = arg0 ; return this ; }
set the module label . concode_field_sep int MODULE_TYPE concode_elem_sep int MODULE_SEQUENCE concode_elem_sep int CONTAINER concode_elem_sep int JOBS concode_elem_sep int MODULES concode_elem_sep int JOB_NAME concode_elem_sep int DEPLOYMENT_DESC concode_elem_sep String[] deploymentDesc concode_elem_sep String[] elemen...
boolean function ( ) { return paintSynchronized ; }
returns , whether component operations will happen on the event-dispatcher threads . as the awt is not synchronized , weird things can happen if awt functionality is executed on user threads . concode_field_sep Rectangle2D area concode_elem_sep Log logger concode_elem_sep Graphics2D graphics concode_elem_sep JPanel con...
void function ( String arg0 ) { this . typeStr = arg0 ; }
set the range granularity : day , month , or year . concode_field_sep String endStr concode_elem_sep String typeStr concode_elem_sep String startStr concode_elem_sep Date endDate concode_elem_sep Date startDate concode_field_sep void setStartDate concode_elem_sep String toQuery concode_elem_sep void setEndStr concode_e...
SocketOptions function ( int arg0 ) { this . lingerSeconds = arg0 ; return this ; }
enable/disable so_linger with the specified linger time in seconds concode_field_sep boolean reuseAddress concode_elem_sep int lingerSeconds concode_elem_sep boolean keepAlive concode_elem_sep int KILO_BYTE concode_elem_sep int bufferSize concode_elem_sep int DEFAULT_BUFFER_SIZE_BYTE concode_elem_sep int DEFAULT_BUFFER...
Image function ( ) { return meepleImage ; }
getter method for the meeple image concode_field_sep Image abbotImage concode_elem_sep BufferedImage yellowAbbot concode_elem_sep Color color concode_elem_sep BufferedImage yellowMeeple concode_elem_sep BufferedImage blackAbbot concode_elem_sep BufferedImage blueMeeple concode_elem_sep BufferedImage blueAbbot concode_e...
String function ( ) { StringBuilder loc0 = new StringBuilder ( ) ; loc0 . append ( "srini_string" ) ; if ( getNextMarker ( ) != null ) loc0 . append ( "srini_string" + getNextMarker ( ) + "srini_string" ) ; if ( getByteMatchSets ( ) != null ) loc0 . append ( "srini_string" + getByteMatchSets ( ) ) ; loc0 . append ( "sr...
returns a string representation of this object ; useful for testing and debugging . concode_field_sep String nextMarker concode_elem_sep java.util.List<ByteMatchSetSummary> byteMatchSets concode_field_sep String getNextMarker concode_elem_sep int hashCode concode_elem_sep void setByteMatchSets concode_elem_sep boolean ...
void function ( int arg0 ) { this . printCopies = arg0 ; }
sets the number of print copies that should be make during the next print . concode_field_sep int printCopies concode_elem_sep String defaultURL concode_elem_sep File defaultFile concode_elem_sep PrintHelper printHelper concode_elem_sep boolean isShrinkToPrintableArea concode_field_sep void setDefaultFile concode_elem_...
Extractor < F , Object > function ( String arg0 ) { return new ByNameSingleExtractor < > ( arg0 ) ; }
provides extractor for extracting single field or property from any object using reflection concode_field_sep PlaceHolder placeHolder concode_field_sep Extractor<Object,String> toStringMethod concode_elem_sep String extractedDescriptionOf concode_elem_sep Extractor<F,Object> resultOf concode_elem_sep String extractedDe...
boolean function ( ) { return insideRemark ; }
check if this is the last statement , and if the single line or block comment is not finished yet . concode_field_sep int bufferEnd concode_elem_sep boolean endOfFile concode_elem_sep Reader reader concode_elem_sep int bufferStart concode_elem_sep boolean insideRemark concode_elem_sep int remarkStart concode_elem_sep c...
void function ( SqlSessionTemplate arg0 ) { this . sqlSessionTemplate = arg0 ; }
public setter for the sqlsessiontemplate . concode_field_sep boolean assertUpdates concode_elem_sep Log LOGGER concode_elem_sep String statementId concode_elem_sep SqlSessionTemplate sqlSessionTemplate concode_field_sep void setSqlSessionFactory concode_elem_sep void setAssertUpdates concode_elem_sep void setStatementI...
void function ( Set arg0 ) { }
by default , there is no post processing to be done . concode_field_sep Map nameFeatureMap concode_elem_sep Object NULL_TOKEN concode_field_sep boolean shouldOverrideCopyOperation concode_elem_sep void setName concode_elem_sep boolean canContain concode_elem_sep XMLResource getResource concode_elem_sep String getName c...