code
stringlengths
20
663
nl
stringlengths
68
7.19k
boolean function ( String arg0 , Set < String > arg1 ) { Map < Integer , Boolean > loc0 = new HashMap < > ( ) ; int loc1 = 0 ; for ( String loc2 : arg1 ) { loc1 = Math . loc1 ( loc1 , loc2 . length ( ) ) ; } return wordBreakTopDownOneSolutionUtil ( arg0 , arg1 , 0 , loc1 , loc0 ) ; }
check if any one solution exists . https://leetcode.com/problems/word-break/ concode_field_sep PlaceHolder placeHolder concode_field_sep String breakWordDP concode_elem_sep String breakWord concode_elem_sep void main concode_elem_sep boolean wordBreakTopDownOneSolutionUtil concode_elem_sep List<String> wordBreakTopDown...
String function ( ) { return serialNumber ; }
gets the value of the serialnumber property . concode_field_sep String deviceType concode_elem_sep String serialNumber concode_elem_sep long productID concode_elem_sep long serialVersionUID concode_elem_sep XMLGregorianCalendar firstUseDate concode_elem_sep XMLGregorianCalendar lastUseDate concode_elem_sep String devic...
void function ( String arg0 ) { this . modifiedDate = arg0 ; }
sets the value of the modifieddate property . concode_field_sep String modifiedDate concode_field_sep String getModifiedDate
String function ( ) { System . out . println ( "srini_string" + android . os . Build . VERSION . SDK_INT ) ; System . out . println ( "srini_string" + android . os . Build . VERSION . RELEASE ) ; System . out . println ( "srini_string" + android . os . Build . VERSION . CODENAME ) ; String loc0 = android . os . Build ....
this method return device name like device manufacture + model name . concode_field_sep PlaceHolder placeHolder concode_field_sep String getDeviceId concode_elem_sep boolean isConnected concode_elem_sep String getDeviceName
E function ( int arg0 ) { if ( mGarbage ) { gc ( ) ; } return ( E ) mValues [ arg0 ] ; }
given an index in the range 0 ... size -1 , returns the value from the indexth key-value mapping that this sparsearray stores . concode_field_sep Object DELETED concode_elem_sep int[] mKeys concode_elem_sep boolean mGarbage concode_elem_sep int mSize concode_elem_sep Object[] mValues concode_field_sep int keyAt concode...
String function ( ) { return name ; }
returns the name associated with this connection . concode_field_sep Authorization parent concode_elem_sep String name concode_elem_sep GuacamoleConfiguration config concode_field_sep void init concode_elem_sep TagHandler childElement concode_elem_sep void complete concode_elem_sep GuacamoleConfiguration asGuacamoleCon...
SVNRepository function ( long arg0 ) { return getPersistence ( ) . remove ( arg0 ) ; }
removes the s v n repository with the primary key from the database . also notifies the appropriate model listeners . concode_field_sep SVNRepositoryPersistence _persistence concode_field_sep int countAll concode_elem_sep void cacheResult concode_elem_sep void cacheResult concode_elem_sep List<SVNRepository> findWithDy...
boolean function ( ) { ServiceLoader < Processor > loc0 = ServiceLoader . load ( Processor . class , new PathClassLoader ( Options . getClassPathEntries ( ) ) ) ; Iterator < Processor > loc1 = loc0 . loc1 ( ) ; return loc1 . hasNext ( ) ; }
check whether any javax.annotation.processing.processor services are defined on the declared classpath . this is checked here to avoid batch compiling sources in case any might have annotations that should be processed . concode_field_sep File tmpDirectory concode_field_sep void collectGeneratedInputs concode_elem_sep ...
int function ( ) { return m_template . getStylesheetComposed ( ) . getImportCountComposed ( ) ; }
return the import level associated with the stylesheet into which this template is composed . concode_field_sep String m_targetString concode_elem_sep TemplateSubPatternAssociation m_next concode_elem_sep long serialVersionUID concode_elem_sep String m_pattern concode_elem_sep ElemTemplate m_template concode_elem_sep S...
void function ( Bitmap arg0 , Canvas arg1 ) { arg1 . drawBitmap ( arg0 , 0 , 0 , null ) ; }
draws a provided bitmap into a canvas . used for convenience from the native side and other static helper methods . concode_field_sep PlaceHolder placeHolder concode_field_sep Bitmap createBitmap concode_elem_sep Picture recordBitmapIntoPicture
void function ( Long arg0 ) { this . rejects = arg0 ; }
number of emails rejected by amazon ses . concode_field_sep Long rejects concode_elem_sep Long complaints concode_elem_sep Long bounces concode_elem_sep Long deliveryAttempts concode_elem_sep java.util.Date timestamp concode_field_sep Long getDeliveryAttempts concode_elem_sep void setBounces concode_elem_sep SendDataPo...
Money function ( ) { return amount ; }
gets the value of the amount property . concode_field_sep Money amount concode_field_sep void setAmount
void function ( ) { getPersistence ( ) . removeAll ( ) ; }
removes all the checkouts from the database . concode_field_sep CheckoutPersistence _persistence concode_field_sep int countAll concode_elem_sep void cacheResult concode_elem_sep void cacheResult concode_elem_sep List<Checkout> findWithDynamicQuery concode_elem_sep List<Checkout> findWithDynamicQuery concode_elem_sep L...
float function ( TypeConverter arg0 , TypedValue arg1 ) { return ( Float ) arg0 . convertValue ( arg1 . getValue ( ) , arg1 . getTypeDescriptor ( ) , TypeDescriptor . valueOf ( Float . class ) ) ; }
attempt to convert a typed value to a float using the supplied type converter . concode_field_sep PlaceHolder placeHolder concode_field_sep int toInt concode_elem_sep T convertTypedValue concode_elem_sep double toDouble concode_elem_sep boolean toBoolean concode_elem_sep long toLong concode_elem_sep T convert concode_e...
ASTModelPath function ( IParseFile arg0 ) { String [ ] loc0 = new String [ nodes . length ] ; System . arraycopy ( nodes , 0 , loc0 , 0 , nodes . length ) ; String loc1 = this . file . getPath ( ) ; for ( int loc2 = 0 ; loc2 < loc0 . length ; loc2 ++ ) { if ( loc0 [ loc2 ] . equals ( loc1 ) ) loc0 [ loc2 ] = arg0 . get...
creates a new path replacing the file of this path with file where ever the original file occures . concode_field_sep IParseFile file concode_elem_sep String[] nodes concode_elem_sep IGenericFactory<ASTModelPath> FACTORY concode_elem_sep int hashCode concode_elem_sep boolean hashCodeValid concode_field_sep ASTModelPath...
Path function ( final Path arg0 ) { if ( isEmptyLocalName ( ) ) { return arg0 ; } return new Path ( arg0 , getLocalName ( ) ) ; }
get the full path concode_field_sep long blocksize concode_elem_sep String owner concode_elem_sep long length concode_elem_sep FsPermission permission concode_elem_sep byte storagePolicy concode_elem_sep FileEncryptionInfo feInfo concode_elem_sep short block_replication concode_elem_sep byte[] EMPTY_NAME concode_elem_s...
void function ( final BatchInstanceID arg0 , final String arg1 ) { Assert . notNull ( arg0 ) ; final String loc0 = arg0 . getID ( ) ; BackUpFileService . backUpBatch ( loc0 , batchInstanceService . getSystemFolderForBatchInstanceId ( loc0 ) ) ; }
to get the xml file before start of processing . concode_field_sep Logger LOGGER concode_elem_sep FileBoundExporter fileBoundExporter concode_elem_sep BatchInstanceService batchInstanceService concode_field_sep void exportContent concode_elem_sep void postProcess
void function ( float arg0 ) { priority . setValue ( UtilityFunctions . or ( priority . getValue ( ) , arg0 ) ) ; }
increase priority value by a percentage of the remaining range concode_field_sep char MARK concode_elem_sep ShortFloat durability concode_elem_sep ShortFloat priority concode_elem_sep char SEPARATOR concode_elem_sep ShortFloat quality concode_field_sep float summary concode_elem_sep String toStringBrief concode_elem_se...
void function ( ) { CellEditorListener [ ] loc0 = getCellEditorListeners ( ) ; for ( int loc1 = 0 ; loc1 < loc0 . length ; loc1 ++ ) { loc0 [ loc1 ] . editingCanceled ( changeEvent ) ; } }
notifies all registered listeners that the editing of the cell has has been canceled . concode_field_sep EventListenerList listenerList concode_elem_sep long serialVersionUID concode_elem_sep ChangeEvent changeEvent concode_field_sep void addCellEditorListener concode_elem_sep boolean isCellEditable concode_elem_sep vo...
String function ( ) { return userCircle ; }
this is getter method for usercircle concode_field_sep List userPackages concode_elem_sep List userDepartmentList concode_elem_sep String userCircle concode_elem_sep String userCircleSignIn concode_elem_sep String userEmail concode_elem_sep String userContact concode_elem_sep List userFunctions concode_elem_sep String ...
String function ( File arg0 , String arg1 ) { return getMimeTypes ( ) . getContentType ( arg0 , arg1 ) ; }
returns the content type from the file and file name . concode_field_sep MimeTypes _mimeTypes concode_field_sep MimeTypes getMimeTypes concode_elem_sep boolean isWebImage concode_elem_sep void setMimeTypes concode_elem_sep Set<String> getExtensions concode_elem_sep String getExtensionContentType
int function ( ) { return _blogsStatsUser . getRatingsTotalEntries ( ) ; }
returns the ratings total entries of this blogs stats user . concode_field_sep BlogsStatsUser _blogsStatsUser concode_field_sep void setExpandoBridgeAttributes concode_elem_sep void setExpandoBridgeAttributes concode_elem_sep void setExpandoBridgeAttributes concode_elem_sep void setGroupId concode_elem_sep boolean isEs...
boolean function ( String arg0 ) { if ( arg0 == null ) { return false ; } if ( arg0 . equalsIgnoreCase ( this . name ) ) { return true ; } final String loc0 = loc0 ( ) ; return ( loc0 != null ) && arg0 . equalsIgnoreCase ( loc0 ) ; }
returns true if the given name matches the @linkplain #name name , @linkplain #identifier identifier or any other identification string ofthis code list element . the comparison is case-insensitive . concode_field_sep long serialVersionUID concode_elem_sep String identifier concode_elem_sep String name concode_elem_sep...
T function ( PrivilegedAction < T > arg0 , AccessControlContext arg1 ) { return arg0 . run ( ) ; }
calls action.run . concode_field_sep PlaceHolder placeHolder concode_field_sep void checkPermission concode_elem_sep T doPrivilegedWithCombiner concode_elem_sep T doPrivilegedWithCombiner concode_elem_sep AccessControlContext getContext
Resource function ( String arg0 ) { setParentId ( arg0 ) ; return this ; }
the parent resource 's identifier . concode_field_sep String path concode_elem_sep String pathPart concode_elem_sep java.util.Map<String,Method> resourceMethods concode_elem_sep String id concode_elem_sep String parentId concode_field_sep Resource withPath concode_elem_sep java.util.Map<String,Method> getResourceMethod...
String function ( ) { Token loc0 = getRoot ( true ) ; return loc0 . getText ( ) ; }
returns the text of the root . uses getroot true to get the root , so you will only receive null in return if the root token returns it . concode_field_sep PlaceHolder placeHolder concode_field_sep boolean hasChildren concode_elem_sep Reduction asReduction concode_elem_sep void addChildrenOf concode_elem_sep int getMea...
int function ( ) { return getPersistence ( ) . countAll ( ) ; }
returns the number of class names . concode_field_sep ClassNamePersistence _persistence concode_field_sep void cacheResult concode_elem_sep void cacheResult concode_elem_sep List<ClassName> findWithDynamicQuery concode_elem_sep List<ClassName> findWithDynamicQuery concode_elem_sep List<ClassName> findWithDynamicQuery c...
Any [ ] function ( InputStream arg0 ) { Any [ ] loc0 = new Any [ arg0 . read_long ( ) ] ; for ( int loc1 = 0 ; loc1 < loc0 . length ; loc1 ++ ) { loc0 [ loc1 ] = arg0 . read_any ( ) ; } return loc0 ; }
reads the any from the corba input stream . this implementation first creates an instance of anyseqholder and then delegates functionalityto its _ read method . concode_field_sep PlaceHolder placeHolder concode_field_sep Any[] extract concode_elem_sep void insert concode_elem_sep String id concode_elem_sep TypeCode typ...
int function ( int arg0 ) { if ( arg0 < 1 || arg0 > 32 ) throw new RuntimeException ( "srini_string" + arg0 ) ; if ( arg0 == 32 ) return readInt ( ) ; int loc0 = 0 ; for ( int loc1 = 0 ; loc1 < arg0 ; loc1 ++ ) { loc0 <<= 1 ; boolean loc2 = readBoolean ( ) ; if ( loc2 ) loc0 |= 1 ; } return loc0 ; }
read the next r bits from standard input and return as an r-bit int . concode_field_sep int buffer concode_elem_sep int EOF concode_elem_sep int N concode_elem_sep BufferedInputStream in concode_field_sep long readLong concode_elem_sep short readShort concode_elem_sep void fillBuffer concode_elem_sep double readDouble ...
void function ( AffineTransform arg0 ) { pageMatrix = new AffineTransform ( arg0 ) ; }
call this method in order to inform this class about the transformation that is necessary to map the pattern 's coordinate space to the default coordinate system of the parent 's content stream in our case the flipping of the page . concode_field_sep List<Entry> paintList concode_elem_sep AffineTransform pageMatrix con...
Set < InjectionPoint > function ( ) { return InjectionPoint . forInstanceMethodsAndFields ( instance . getClass ( ) ) ; }
returns the instance methods and fields of instance that will be injected to fulfillthis request . concode_field_sep T instance concode_elem_sep Object source concode_elem_sep TypeLiteral<T> type concode_field_sep R acceptVisitor concode_elem_sep void applyTo concode_elem_sep TypeLiteral<T> getType concode_elem_sep Obj...
NodeId function ( NodeClass arg0 ) { NodeId loc0 = null ; if ( NodeClass . Object . equals ( arg0 ) ) { loc0 = Identifiers . BaseObjectType ; } else if ( NodeClass . Variable . equals ( arg0 ) ) { loc0 = Identifiers . BaseDataVariableType ; } return loc0 ; }
returns the basetype for a given nodeclass concode_field_sep Logger LOG concode_field_sep ExpandedNodeId getTypeDefinition concode_elem_sep ExpandedNodeId toExpandedNodeId concode_elem_sep void addReferenceListToNode concode_elem_sep boolean NodeIsValid concode_elem_sep ReferenceDescription mapReferenceNodeToDesc conco...
long function ( ) { return compatability_hash ; }
gets the compatability_hash value for this compatability . concode_field_sep org.apache.axis.description.TypeDesc typeDesc concode_elem_sep long compatability_hash concode_elem_sep java.lang.Object __equalsCalc concode_elem_sep java.lang.String report_suite concode_elem_sep boolean __hashCodeCalc concode_elem_sep java....
int function ( ) { return _datagroupLocalService . getDATAGROUPsCount ( ) ; }
returns the number of d a t a g r o u ps . concode_field_sep DATAGROUPLocalService _datagroupLocalService concode_field_sep vn.dtt.cmon.dm.dao.model.DATAGROUP addDATAGROUP concode_elem_sep vn.dtt.cmon.dm.dao.model.DATAGROUP createDATAGROUP concode_elem_sep int countAll concode_elem_sep void setWrappedService concode_el...
IEntityLock function ( EntityIdentifier arg0 , int arg1 , String arg2 , int arg3 ) { return newLock ( arg0 . getType ( ) , arg0 . getKey ( ) , arg1 , arg2 , arg3 ) ; }
returns a lock for the entity , lock type and owner if no conflicting locks exist . concode_field_sep IEntityLockStore lockStore concode_elem_sep Log log concode_elem_sep int lockToleranceMillis concode_elem_sep int defaultLockPeriod concode_elem_sep boolean multiServer concode_elem_sep IEntityLockService singleton con...
void function ( String arg0 ) { this . lastName = arg0 ; }
sets the value of the lastname property . concode_field_sep String firstName concode_elem_sep String lastName concode_elem_sep String prefix concode_elem_sep String middleName concode_elem_sep String title concode_elem_sep String suffix concode_field_sep String getSuffix concode_elem_sep String getPrefix concode_elem_s...
PromptCommand function ( String arg0 ) { PromptCommand loc0 = null ; int loc1 ; for ( loc1 = 0 ; loc1 < cmds . length ; loc1 ++ ) { loc0 = cmds [ loc1 ] . parse ( arg0 . trim ( ) ) ; if ( loc0 != null ) { return loc0 ; } } throw new ParseException ( "srini_string" ) ; }
analiza la orden introducida por el usuario y genera el comando correspondiente . concode_field_sep PromptCommand[] cmds concode_field_sep placeholderType placeHolder
double [ ] function ( int arg0 ) { double loc0 = mRenderer . getXAxisMin ( arg0 ) ; double loc1 = mRenderer . getXAxisMax ( arg0 ) ; double loc2 = mRenderer . getYAxisMin ( arg0 ) ; double loc3 = mRenderer . getYAxisMax ( arg0 ) ; return new double [ ] { loc0 , loc1 , loc2 , loc3 } ; }
returns the current chart range . concode_field_sep AbstractChart mChart concode_elem_sep XYMultipleSeriesRenderer mRenderer concode_field_sep void setXRange concode_elem_sep void checkRange concode_elem_sep void setYRange
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 java.lang.String cardCvv concode_elem_sep java.lang.String cardNumTwo concode_elem_sep org.apache.axis.description.TypeDesc typeDesc concode_elem_sep java.lang.String nameOnCard concode_elem_sep java.lang.String cardNumOne concode_elem_sep java.lang.Object __equalsCalc concode_...
void function ( ) { this . manager . replyRejectPacket ( this . bytestreamRequest ) ; }
rejects the socks5 bytestream request by sending a reject error to the initiator . concode_field_sep Bytestream bytestreamRequest concode_elem_sep int CONNECTION_FAILURE_THRESHOLD concode_elem_sep Socks5BytestreamManager manager concode_elem_sep Cache<String,Integer> ADDRESS_BLACKLIST concode_elem_sep long BLACKLIST_LI...
void function ( ) { AreaRenderer loc0 = new AreaRenderer ( ) ; AreaRenderer loc1 = ( AreaRenderer ) loc0 . clone ( ) ; assertTrue ( loc0 != loc1 ) ; assertTrue ( loc0 . getClass ( ) == loc1 . getClass ( ) ) ; assertTrue ( loc0 . equals ( loc1 ) ) ; }
confirm that cloning works . concode_field_sep PlaceHolder placeHolder concode_field_sep void testPublicCloneable concode_elem_sep void testSerialization concode_elem_sep void testHashcode concode_elem_sep void testGetLegendItemSeriesIndex concode_elem_sep void testEquals
void function ( ) { assertEquals ( callSubstitution ( "srini_string" ) , "srini_string" ) ; }
test substitution if last word partially matched . concode_field_sep RadixTreeSubstitution _substitution concode_elem_sep RadixTree _tree concode_field_sep void testSubstitutionForNullTree concode_elem_sep void init concode_elem_sep void testBackTrack concode_elem_sep void testLastWordExactlyMatched concode_elem_sep St...
SortedRangeSet function ( Type arg0 , Object arg1 , Object ... arg2 ) { List < Range > loc0 = new ArrayList < > ( arg2 . length + 1 ) ; loc0 . add ( Range . equal ( arg0 , arg1 ) ) ; for ( Object loc1 : arg2 ) { loc0 . add ( Range . equal ( arg0 , loc1 ) ) ; } return copyOf ( arg0 , loc0 ) ; }
provided discrete values that are unioned together to form the sortedrangeset concode_field_sep NavigableMap<Marker,Range> lowIndexedRanges concode_elem_sep Type type concode_elem_sep List<Range> ranges concode_field_sep void checkTypeCompatibility concode_elem_sep Object getSingleValue concode_elem_sep Range getSpan c...
double function ( ) { return ele ; }
gets the value of the ele property . concode_field_sep double lon concode_elem_sep Calendar time concode_elem_sep double lat concode_elem_sep double ele concode_field_sep double getLat concode_elem_sep Calendar getTime concode_elem_sep void setLon concode_elem_sep double getLon concode_elem_sep void setEle concode_elem...
boolean function ( ) { return settings . getBoolean ( Keys . web . debugMode , false ) ; }
is gitblit running in debug mode ? concode_field_sep IStoredSettings settings concode_elem_sep ServerStatus serverStatus concode_elem_sep Logger logger concode_elem_sep XssFilter xssFilter concode_elem_sep File baseFolder concode_elem_sep TimeZone timezone concode_elem_sep ServerSettings settingsModel concode_elem_sep ...
ConnectionMetaDataVersion1 function ( ) { return new DefaultConnectionMetaData ( ) ; }
this is used by consumers 1.0-milestone-3 and later concode_field_sep Logger LOGGER concode_elem_sep ProtocolToModelAdapter adapter concode_elem_sep ProviderConnection connection concode_elem_sep ServiceRegistry services concode_field_sep void executeBuild concode_elem_sep ProjectVersion3 getModel concode_elem_sep Buil...
String function ( ) { return "srini_string" ; }
returns a string that represents the description of the file that is being received . if there is no description available , returns null . concode_field_sep Date date concode_elem_sep String fileName concode_elem_sep Contact sender concode_elem_sep long fileSize concode_elem_sep ProtocolProviderServiceYahooImpl yahooP...
int function ( int arg0 ) { int loc0 = 0 ; if ( isPersisted ( arg0 ) ) loc0 |= Settings . PERSISTED ; if ( persistValue ( arg0 ) ) loc0 |= Settings . PERSIST_VALUE ; return loc0 ; }
returns the flags for the setting id , or 0 if unset . concode_field_sep int FLAG_CLEAR_PREVIOUSLY_PERSISTED_SETTINGS concode_elem_sep int DOWNLOAD_BANDWIDTH concode_elem_sep int set concode_elem_sep int DEFAULT_INITIAL_WINDOW_SIZE concode_elem_sep int UPLOAD_BANDWIDTH concode_elem_sep int CLIENT_CERTIFICATE_VECTOR_SIZ...
ImageFailure function ( ImageFailureCode arg0 ) { setFailureCode ( arg0 ) ; return this ; }
the code associated with the failure . concode_field_sep ImageIdentifier imageId concode_elem_sep String failureCode concode_elem_sep String failureReason concode_field_sep void setImageId concode_elem_sep String getFailureReason concode_elem_sep ImageFailure withFailureReason concode_elem_sep ImageIdentifier getImageI...
Packet function ( ) { try { return resultQueue . take ( ) ; } catch ( InterruptedException loc0 ) { throw new RuntimeException ( loc0 ) ; } }
returns the next available packet . the method call will block not return until a packet is available . concode_field_sep ArrayBlockingQueue<Packet> resultQueue concode_elem_sep boolean cancelled concode_elem_sep PacketFilter packetFilter concode_elem_sep Connection connection concode_field_sep void cancel concode_elem...
void function ( Boolean arg0 ) { this . allCapable = arg0 ; }
sets whether or not the given list grid action is capable of acting on rows even when none are selected concode_field_sep String GEN_SKUS concode_elem_sep String actionId concode_elem_sep String REORDER concode_elem_sep String displayText concode_elem_sep String urlPostfix concode_elem_sep String ADD concode_elem_sep S...
ByteBuffer function ( ) { ByteBuffer loc0 = m_rotKeys . duplicate ( ) ; loc0 . order ( ByteOrder . nativeOrder ( ) ) ; return loc0 ; }
returns the buffer with rotation keys of this animation channel . rotation keys consist of a time value double and a quaternion 4d vector of floats , resulting in a total of 24 bytes per entry . the buffer contains #getnumrotkeys of these entries.if there are rotation keys , there will also be at least one scaling and ...
String function ( URL arg0 ) { String loc0 = arg0 . getPath ( ) ; if ( loc0 != null ) { loc0 = loc0 . substring ( 1 ) ; } return loc0 ; }
retruns the path attribute of the passed url , stripped out of the leading '' / '' . returns null if the url does not have a path . concode_field_sep boolean isIntroUrl concode_elem_sep boolean hasProtocol concode_elem_sep URL urlInst concode_field_sep void parseUrl concode_elem_sep boolean isIntroUrl concode_elem_sep ...
void function ( int arg0 ) { this . corePoolSize = arg0 ; }
set the thread pool size of the core render service . the default is 10 . this number will need to be adjusted based on the characteristics of the application . note that increasing the number of threads past a certain number based on os , jvm , etc can actually decrease performance as thread context switching becomes ...
void function ( String arg0 ) { this . comment = arg0 ; }
sets the value of the comment property . concode_field_sep List<Items.Item> item concode_elem_sep int quantity concode_elem_sep BigDecimal usPrice concode_elem_sep String comment concode_elem_sep XMLGregorianCalendar shipDate concode_elem_sep String productName concode_elem_sep String partNum concode_field_sep XMLGrego...
String function ( ) { return startToCloseTimeout ; }
the maximum duration for this decision task . the task is considered timed out if it does not completed within this duration . the duration is specified in seconds ; an integer greater than or equal to 0 . the value `` none '' can be used to specify unlimited duration . constraints : length : 0 - 8 concode_field_sep St...
boolean function ( Context arg0 , String arg1 ) { return getBoolean ( arg0 , arg1 , false ) ; }
get boolean preferences , default is false concode_field_sep String PREFERENCE_NAME concode_field_sep long getLong concode_elem_sep long getLong concode_elem_sep int getInt concode_elem_sep int getInt concode_elem_sep boolean putFloat concode_elem_sep boolean putInt concode_elem_sep boolean putString concode_elem_sep S...
void function ( ) { DumbSlave loc0 = j . createSlave ( "srini_string" , "srini_string" , null ) ; assertSame ( loc0 . getLabelString ( ) , "srini_string" ) ; loc0 . setLabelString ( "srini_string" ) ; assertSame ( loc0 . getLabelString ( ) , "srini_string" ) ; }
make sure we can reset the label of an existing slave . concode_field_sep JenkinsRule j concode_field_sep void laxParsing concode_elem_sep void parseAndVerify concode_elem_sep void parseShouldFail concode_elem_sep void parserError concode_elem_sep void dataCompatibilityWithHostNameWithWhitespace concode_elem_sep void p...
ResourceTag function ( Tag ... arg0 ) { if ( this . tagsList == null ) { setTagsList ( new com . amazonaws . internal . SdkInternalList < Tag > ( arg0 . length ) ) ; } for ( Tag loc0 : arg0 ) { this . tagsList . add ( loc0 ) ; } return this ; }
note : this method appends the values to the existing list if any . use #settagslist java.util.collection or #withtagslist java.util.collection if you want to override theexisting values . concode_field_sep String resourceId concode_elem_sep com.amazonaws.internal.SdkInternalList<Tag> tagsList concode_field_sep String ...
TestParams function ( ) { return testParams ; }
returns the testparams object for the test represented by the corresponding configuredtarget . concode_field_sep String testRuleClass concode_elem_sep int shards concode_elem_sep ImmutableList<Artifact> coverageArtifacts concode_elem_sep TestParams testParams concode_elem_sep ImmutableList<Artifact> testStatusArtifacts...
String function ( Item arg0 ) { List < MetadataValue > loc0 = itemService . getMetadata ( arg0 , params [ 0 ] , params [ 1 ] , params [ 2 ] , params [ 3 ] ) ; for ( MetadataValue loc1 : loc0 ) { if ( ( loc1 . getValue ( ) ) . indexOf ( ccShib ) != - 1 ) { return loc1 . getValue ( ) ; } } return null ; }
returns first value that matches creative commons ` shibboleth ' , or null if no matching values . nb : this method will succeed only for metadata fields holding cc uris concode_field_sep ItemService itemService concode_elem_sep String[] params concode_elem_sep String ccShib concode_field_sep String keyedItemValue conc...
String function ( ) { return emailId ; }
gets email id . concode_field_sep String lastUpdatedBy concode_elem_sep Date lastUpdatedDate concode_elem_sep String loginId concode_elem_sep Date createdDate concode_elem_sep Integer institutionId concode_elem_sep String userDescription concode_elem_sep String createdBy concode_elem_sep String emailId concode_elem_sep...
ASN1Encodable function ( ) { return token ; }
return the token associated with this control a utf8string . concode_field_sep ASN1ObjectIdentifier type concode_elem_sep DERUTF8String token concode_field_sep ASN1ObjectIdentifier getType
String function ( ) { return commandLine ; }
returns the commnd line concode_field_sep List<Option> options concode_elem_sep String commandLine concode_field_sep List<Option> getOptions concode_elem_sep Properties parseArg
String function ( final InputStream arg0 , Charset arg1 ) { return new ByteSource ( ) { public InputStream openStream ( ) { return arg0 ; } } . asCharSource ( arg1 ) . read ( ) ; }
reads all input into memory , close the steam , and return as a string . reads the input concode_field_sep PlaceHolder placeHolder concode_field_sep InputStream wrapString concode_elem_sep InputStream wrapString concode_elem_sep void copy concode_elem_sep void write concode_elem_sep void write
int function ( ) { return _axis ; }
get the axis that this selector should be evaluated on concode_field_sep int CHILD_AXIS concode_elem_sep int HOVER_PSEUDOCLASS concode_elem_sep int selectorID concode_elem_sep Selector siblingSelector concode_elem_sep String _name concode_elem_sep int _axis concode_elem_sep int FOCUS_PSEUDOCLASS concode_elem_sep int _p...
int function ( ) { return cancelledOrderCount ; }
gets the cancelledordercount concode_field_sep int holdingCount concode_elem_sep int tradeStockCount concode_elem_sep int newUserCount concode_elem_sep int cancelledOrderCount concode_elem_sep int sumLogoutCount concode_elem_sep int deletedOrderCount concode_elem_sep int sumLoginCount concode_elem_sep int orderCount co...
boolean function ( Object arg0 , Object arg1 ) { Object loc0 = securityTokens . get ( arg0 ) ; return ( loc0 == null || loc0 . equals ( arg1 ) ) ; }
check a submitted security token . the submitted token must be equal to the token present in the repository . if no token is present for the context , then returns true . concode_field_sep Hashtable<Object,Object> securityTokens concode_elem_sep Hashtable<Object,Object> readOnlyContexts concode_field_sep void setWritab...
String function ( String arg0 ) { try { return decode ( arg0 , "srini_string" ) ; } catch ( UnsupportedEncodingException loc0 ) { throw IIOPLogger . ROOT_LOGGER . unavailableISOLatin1Decoder ( ) ; } }
decode a uri string according to rfc 2396 . concode_field_sep PlaceHolder placeHolder concode_field_sep String encode
boolean function ( ) { return disableStartButton ; }
gets the disabled state for the start button . concode_field_sep OutputProgress progressBar concode_elem_sep int percent concode_elem_sep PersistentFacesState state concode_elem_sep OutputProgressRenderBean outputBean concode_elem_sep RenderManager renderManager concode_elem_sep boolean disableStartButton concode_elem_...
List < AbstractBuild > function ( ) { buildType = getBuildType ( ) ; if ( buildType != null ) { if ( buildType . length ( ) == 0 || buildType . equals ( NON_SCANNED ) ) { return getNotScannedBuilds ( ) ; } else { return getAllBuilds ( ) ; } } else { return getNotScannedBuilds ( ) ; } }
method for returning builds as per buildtype . concode_field_sep String PLUGIN_JS_URL concode_elem_sep String buildType concode_elem_sep AbstractProject project concode_elem_sep String NON_SCANNED concode_field_sep String getUrlName concode_elem_sep List<AbstractBuild> getNotScannedBuilds concode_elem_sep void doSelect...
void function ( int arg0 ) { mKeyCodes . remove ( arg0 ) ; }
removes a keycode used to invoke this action . concode_field_sep long NO_ID concode_elem_sep long mId concode_elem_sep Drawable mIcon concode_elem_sep CharSequence mLabel1 concode_elem_sep CharSequence mLabel2 concode_elem_sep ArrayList mKeyCodes concode_field_sep void setIcon concode_elem_sep void addKeyCode concode_e...
Integer function ( ) { return m_id ; }
getid concode_field_sep Long m_priority concode_elem_sep StatusDetails m_statusDetails concode_elem_sep String m_name concode_elem_sep long serialVersionUID concode_elem_sep Set<String> m_locations concode_elem_sep Integer m_id concode_elem_sep Set<GWTMonitoredService> m_services concode_field_sep void setName concode_...
String function ( ) { return this . name ; }
this gets the name concode_field_sep Collection<Comment> comments concode_elem_sep String name concode_field_sep void setName concode_elem_sep Collection<Comment> getComments concode_elem_sep void setComments
String function ( ) { return name ; }
gets the name . concode_field_sep String code concode_elem_sep String name concode_field_sep void setName concode_elem_sep void setCode concode_elem_sep String getCode
boolean function ( ) { return ! mScroller . isFinished ( ) ; }
returns whether the overscroller is scrolling . concode_field_sep float mFinalAnimatedScroll concode_elem_sep OverScroller mScroller concode_elem_sep float mStackScrollP concode_elem_sep DeckViewConfig mConfig concode_elem_sep DeckViewLayoutAlgorithm mLayoutAlgorithm concode_elem_sep ObjectAnimator mScrollAnimator conc...
void function ( ) { this . newLineOk = true ; }
forces a linebreak on the next call to writetag or writeclosetag . concode_field_sep int OPEN_TAG_INCREASE concode_elem_sep int CLOSE_TAG_DECREASE concode_elem_sep int indentLevel concode_elem_sep boolean OPEN concode_elem_sep int INDENT_ONLY concode_elem_sep String lineSeparator concode_elem_sep String indentString co...
Builder function ( final AppGroupPrivacy arg0 ) { this . privacy = arg0 ; return this ; }
sets the privacy for the group that will be created concode_field_sep String name concode_elem_sep String description concode_elem_sep AppGroupPrivacy privacy concode_field_sep Builder setName concode_elem_sep String getName concode_elem_sep Builder readFrom concode_elem_sep Builder readFrom concode_elem_sep AppGroupCr...
byte [ ] function ( int arg0 ) { return mStripBytes . get ( arg0 ) ; }
gets the strip at the specified index . concode_field_sep byte[] USER_COMMENT_JIS concode_elem_sep byte[] USER_COMMENT_ASCII concode_elem_sep byte[] mThumbnail concode_elem_sep ByteOrder mByteOrder concode_elem_sep ArrayList<byte[]> mStripBytes concode_elem_sep String TAG concode_elem_sep byte[] USER_COMMENT_UNICODE co...
void function ( ) { String loc0 = uniqueString ( ) ; String loc1 = isNull ( loc0 ) ; String loc2 = loc0 + "srini_string" ; assertEquals ( loc2 , loc1 ) ; }
generate is null predicate on a column . concode_field_sep PlaceHolder placeHolder concode_field_sep void shouldNotUseBetweenSymmetricRhsMinMaxReversed concode_elem_sep void shouldGenerateIsFalsePredicate concode_elem_sep void shouldNotUseBetweenPredicateMinMaxReversed concode_elem_sep void shouldAddPositiveOffsetToNum...
Type function ( String arg0 ) { return fieldToType . get ( arg0 ) ; }
the type of the given field . concode_field_sep SerdeObjectPayloadFix serdePayloadFix concode_elem_sep Set<Type> types concode_elem_sep Object2IntLinkedOpenHashMap<Type> typeToSize concode_elem_sep Map<String,Type> fieldToType concode_elem_sep Map<Type,Object2IntLinkedOpenHashMap<String>> typeToFieldToIndex concode_ele...
void function ( boolean arg0 ) { NameNode loc0 = cluster . getNameNode ( ) ; if ( arg0 ) { NameNodeAdapter . enterSafeMode ( loc0 , false ) ; NameNodeAdapter . saveNamespace ( loc0 ) ; } shutdown ( ) ; initCluster ( false ) ; }
restart the cluster , optionally saving a new checkpoint . concode_field_sep String name1 concode_elem_sep MiniDFSCluster cluster concode_elem_sep Path snapshotPath2 concode_elem_sep byte[] value1 concode_elem_sep String name2 concode_elem_sep Path snapshotPath3 concode_elem_sep Configuration conf concode_elem_sep int ...
long function ( ) { return fileSize ; }
get the file size . concode_field_sep FreeSpaceBitSet freeSpace concode_elem_sep String fileName concode_elem_sep FileLock fileLock concode_elem_sep long writeBytes concode_elem_sep FileChannel file concode_elem_sep long fileSize concode_elem_sep FileChannel encryptedFile concode_elem_sep long readBytes concode_elem_se...
String function ( ) { return firstName ; }
gets the value of the firstname property . concode_field_sep String firstName concode_elem_sep String lastName concode_elem_sep String fullName concode_elem_sep String nameSuffix concode_elem_sep String additionalTitle concode_elem_sep String middleName concode_elem_sep long serialVersionUID concode_elem_sep String sho...
long function ( String arg0 ) { return getDateFromBuildID ( arg0 , false ) ; }
returns the date/time from the build id in format yyyymmddhm concode_field_sep String HTML_CLOSE concode_elem_sep int ERR concode_elem_sep int OK concode_elem_sep String OK_IMAGE concode_elem_sep RGB rgb concode_elem_sep NumberFormat PERCENT_FORMAT concode_elem_sep String FAIL_IMAGE_EXPLAINED concode_elem_sep String OK...
void function ( CordovaPlugin arg0 , int arg1 , String arg2 ) { PermissionHelper . requestPermissions ( arg0 , arg1 , new String [ ] { arg2 } ) ; }
requests a `` dangerous '' permission for the application at runtime . this is a helper method alternative to cordovainterface.requestpermission that does not require the project to be built with cordova-android 5.0.0 + concode_field_sep String LOG_TAG concode_field_sep boolean hasPermission concode_elem_sep void deliv...
String function ( final byte [ ] arg0 , int arg1 , int arg2 ) { if ( arg0 == null ) { throw new IllegalArgumentException ( "srini_string" ) ; } try { return new String ( arg0 , arg1 , arg2 , Consts . ASCII . name ( ) ) ; } catch ( UnsupportedEncodingException loc0 ) { throw new Error ( "srini_string" ) ; } }
converts the byte array of ascii characters to a string . this method is to be used when decoding content of http elements such as response headers concode_field_sep PlaceHolder placeHolder concode_field_sep String getString concode_elem_sep String getString concode_elem_sep byte[] getAsciiBytes concode_elem_sep byte[]...
void function ( final Object arg0 , final Object arg1 ) { writeLock ( arg0 ) ; SoftReference loc0 = new SoftReference ( arg1 ) ; cache . put ( arg0 , loc0 ) ; writeUnLock ( arg0 ) ; }
stores a value concode_field_sep Map cache concode_elem_sep Map locks concode_field_sep void writeLock concode_elem_sep void writeUnLock concode_elem_sep Object get concode_elem_sep void clear concode_elem_sep Set<Object> getKeys concode_elem_sep void remove concode_elem_sep Object peek
boolean function ( String arg0 ) { return StringUtils . isNotBlank ( arg0 ) ; }
as implemented requires that the given id be non-null and non-whitespace . concode_field_sep int regexpFlags concode_elem_sep Collection<Pattern> eidBlacklist concode_field_sep boolean isSearchableEid concode_elem_sep int getRegexpFlags concode_elem_sep Collection<Pattern> eidBlacklistAsPatterns concode_elem_sep void s...
boolean function ( short arg0 ) { return arg0 == STATE_READY || arg0 == STATE_ACTIVE || arg0 == STATE_NEW ; }
test whether a process state is one where the process can execute , i.e. , not #state_suspended and not one of the completed or terminated states . concode_field_sep short STATE_ACTIVE concode_elem_sep short STATE_COMPLETED_OK concode_elem_sep short[] ALL_STATES concode_elem_sep short STATE_COMPLETED_WITH_FAULT concode...
java . util . List < T > function ( com . liferay . portal . kernel . dao . orm . DynamicQuery arg0 , int arg1 , int arg2 , com . liferay . portal . kernel . util . OrderByComparator < T > arg3 ) { return getService ( ) . arg0 ( arg0 , arg1 , arg2 , arg3 ) ; }
performs a dynamic query on the database and returns an ordered range of the matching rows . useful when paginating results . returns a maximum of end - start instances . start and end are not primary keys , they are indexes in the result set . thus , 0 refers to the first result in the set . setting both start and end...
MogBondOutlier function ( ) { return new MogBondOutlier ( ) ; }
create an instance of mogbondoutlier concode_field_sep PlaceHolder placeHolder concode_field_sep BondOutlier createBondOutlier concode_elem_sep WwPDBValidationInformation createWwPDBValidationInformation concode_elem_sep Entry createEntry concode_elem_sep ModelledSubgroup createModelledSubgroup concode_elem_sep MogAngl...
String function ( VaultSession arg0 , char [ ] arg1 ) { String loc0 = arg0 . addSecuredAttribute ( VAULT_BLOCK , ATTRIBUTE_NAME , arg1 ) ; LOGGER . trace ( "srini_string" + loc0 + "srini_string" ) ; return loc0 ; }
adds into @value #vault_block secret attribute value named @value #attribute_name concode_field_sep String WRONG_VAULT_BLOCK concode_elem_sep String KEY_STORE concode_elem_sep String ATTRIBUTE_NAME concode_elem_sep char[] ATTRIBUTE_VALUE concode_elem_sep char[] ANOTHER_ATTRIBUTE_VALUE concode_elem_sep String VAULT_ALIA...
void function ( PropertyContainer arg0 , Map < String , Object > arg1 ) { Map < String , Object > loc0 = arg1 == null ? new HashMap < String , Object > ( ) : arg1 ; try ( Transaction loc1 = db . beginTx ( ) ) { setProperties ( arg0 , arg1 ) ; ensureHasOnlyTheseProperties ( arg0 , loc0 . keySet ( ) ) ; loc1 . success ( ...
set all properties on an entity , deleting any properties that existed on the entity but not in the provided map . concode_field_sep GraphDatabaseAPI db concode_field_sep Object emptyArrayOfType concode_elem_sep void ensureHasOnlyTheseProperties concode_elem_sep void setProperties concode_elem_sep void setProperty conc...
LogNode function ( ) { return mLogNode ; }
returns the next lognode in the linked list . concode_field_sep int ERROR concode_elem_sep int VERBOSE concode_elem_sep int WARN concode_elem_sep int NONE concode_elem_sep int ASSERT concode_elem_sep int DEBUG concode_elem_sep LogNode mLogNode concode_elem_sep int INFO concode_field_sep void println concode_elem_sep vo...
void function ( Class < T > arg0 ) { if ( ! arg0 . isInterface ( ) ) { Preconditions . checkArgument ( ! arg0 . getSimpleName ( ) . startsWith ( "srini_string" ) || arg0 . getSuperclass ( ) == null , "srini_string" , arg0 . getSimpleName ( ) , arg0 . getSuperclass ( ) . getSimpleName ( ) ) ; } }
checks that the given provider class either refers to an interface or to a value class . concode_field_sep PlaceHolder placeHolder concode_field_sep Iterable<S> filterByProvider concode_elem_sep Iterable<C> getProviders concode_elem_sep NestedSet<Artifact> getMiddlemanFor concode_elem_sep PathFragment getUniqueDirector...
List < Doc > function ( ) { if ( doc == null ) { doc = new ArrayList < Doc > ( ) ; } return this . doc ; }
gets the value of the doc 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 doc property . for example , to add a new item , do as follows...
Route function ( ) { return route ; }
returns the route used by this connection . concode_field_sep int httpMinorVersion concode_elem_sep byte[] HTTP_11 concode_elem_sep Route route concode_elem_sep long idleStartTimeNs concode_elem_sep InputStream in concode_elem_sep SpdyConnection spdyConnection concode_elem_sep Socket socket concode_elem_sep byte[] SPDY...
String function ( Configuration arg0 ) { FileSystem loc0 = FileSystem . getLocal ( arg0 ) ; Path loc1 = new Path ( outputDir , "srini_string" ) ; return UtilsForTests . slurpHadoop ( loc1 , loc0 ) ; }
reads the output file into a string concode_field_sep Path outputDir concode_elem_sep Path workDir concode_elem_sep Path inputDir concode_field_sep void createAndRunJob concode_elem_sep void testCustomRecordDelimiters concode_elem_sep void testDefaultRecordDelimiters concode_elem_sep void createInputFile
void function ( Coordinate arg0 , int arg1 ) { addIntersectionNode ( arg0 , arg1 ) ; }
adds an intersection node for a given point and segment to this segment string . concode_field_sep Object data concode_elem_sep SegmentNodeList nodeList concode_elem_sep Coordinate[] pts concode_field_sep List getNodedSubstrings concode_elem_sep void getNodedSubstrings concode_elem_sep int getSegmentOctant concode_elem...