code
stringlengths
20
663
nl
stringlengths
68
7.19k
List < View > function ( List < IGraphicalEditPart > arg0 ) { final List < View > loc0 = new ArrayList < View > ( ) ; for ( final IGraphicalEditPart loc1 : arg0 ) { loc0 . add ( loc1 . getNotationView ( ) ) ; } return loc0 ; }
returns a list of view elements of the given edit parts . concode_field_sep String TREE_NODE_POSITION concode_elem_sep String TREE_NODE_PARENT_URI concode_elem_sep String TREE_LAYOUT_ANNOTATION concode_field_sep int getTreeNodePosition concode_elem_sep ArrayList<IGraphicalEditPart> getOrderedTreeChildren concode_elem_s...
String function ( ) { if ( needToEnd ) { doUnchanged ( objectifiedLeft . length , objectifiedRight . length ) ; needToEnd = false ; } return sb . toString ( ) ; }
called once we have been visited by the revision and it 's deltas . the visitor methods will have been used to generate an xhtml representation of the revision deltas . concode_field_sep StringBuffer sb concode_elem_sep String leftContent concode_elem_sep Object[] objectifiedLeft concode_elem_sep int leftLineNum concod...
PrintWriter function ( ) { return logwriter ; }
get the log writer for this managedconnectionfactory instance . concode_field_sep ConnectionManager cm concode_elem_sep long serialVersionUID concode_elem_sep PrintWriter logwriter concode_elem_sep Logger log concode_elem_sep ResourceAdapter ra concode_field_sep ManagedConnection createManagedConnection concode_elem_se...
String function ( ) { return this . antValue ; }
getter for the `` ant '' property . concode_field_sep String CAMEL concode_elem_sep Date date concode_elem_sep int TWO concode_elem_sep String antValue concode_elem_sep String ANT concode_elem_sep String beeValue concode_elem_sep int twoValue concode_elem_sep Date MAY concode_elem_sep String camelValue concode_elem_sep...
String function ( ValidationDescriptor arg0 ) { IEclipsePreferences loc0 = ModelerCore . getPreferences ( ModelerCore . PLUGIN_ID ) ; return loc0 . get ( getFullName ( arg0 ) , "srini_string" ) ; }
obtains the current preference value for the specified descriptor . concode_field_sep char DELIMITER concode_elem_sep List validationDescriptors concode_elem_sep boolean HEADLESS concode_elem_sep Set optionNames concode_field_sep String getValidOption concode_elem_sep List getValidationDescriptors concode_elem_sep void...
boolean function ( InputStream arg0 ) { arg0 . mark ( TarFileStreamReader . TAR_FILE_GRANULARITY ) ; TarFileStreamReader loc0 = new TarFileStreamReader ( arg0 ) ; boolean loc1 = loc0 . iterator ( ) . hasNext ( ) ; arg0 . reset ( ) ; return loc1 ; }
peak into the stream for the ova signature . concode_field_sep String DISK_FILE_SUFFIX concode_elem_sep String MANIFEST_FILE_SUFFIX concode_elem_sep DataField VMDK_SIGNATURE_FIELD concode_elem_sep ObjectMapper mapper concode_elem_sep String VMDK_FILE_SIGNATURE concode_elem_sep Logger logger concode_elem_sep Map<String,...
void function ( boolean arg0 ) { this . shouldFail = arg0 ; }
sets a flag indicating if methods of this class should fail with ignitecheckedexception . concode_field_sep CacheStoreSession ses concode_elem_sep AtomicInteger putAllCnt concode_elem_sep boolean shouldFail concode_elem_sep String lastMtd concode_elem_sep Collection<Transaction> txs concode_elem_sep AtomicInteger loadC...
void function ( Criteria arg0 , List arg1 ) { BeanUtils . safeSetFieldValue ( arg0 , "srini_string" , arg1 ) ; }
set order entries . concode_field_sep Logger logger concode_field_sep Integer getNumber concode_elem_sep String removeOrders concode_elem_sep Projection findProjection concode_elem_sep Criterion buildCriterion concode_elem_sep Criterion[] buildCriterion concode_elem_sep Query distinct concode_elem_sep Criteria distinct...
void function ( Collection < ? extends FSQueue > arg0 , Resource arg1 , ResourceType arg2 ) { computeSharesInternal ( arg0 , arg1 , arg2 , true ) ; }
compute the steady fair share of the given queues . the steady fair share is an allocation of shares considering all queues , i.e. , active and inactive . concode_field_sep int COMPUTE_FAIR_SHARES_ITERATIONS concode_field_sep void computeSharesInternal concode_elem_sep int computeShare concode_elem_sep long getFairShar...
CustomerGateway function ( String arg0 ) { this . state = arg0 ; return this ; }
the current state of the customer gateway pending | available | deleting | deleted . returns a reference to this object so that method calls can be chained together . concode_field_sep String customerGatewayId concode_elem_sep String ipAddress concode_elem_sep String state concode_elem_sep String bgpAsn concode_elem_se...
String function ( ) { String loc0 = getEventHeaders ( ) . get ( EslEventHeaderNames . EVENT_SUBCLASS ) ; if ( loc0 == null ) { return "srini_string" ; } return loc0 ; }
convenience method . concode_field_sep boolean decodeEventHeaders concode_elem_sep Map<Name,String> messageHeaders concode_elem_sep Map<String,String> eventHeaders concode_elem_sep Logger log concode_elem_sep List<String> eventBody concode_field_sep Map<Name,String> getMessageHeaders concode_elem_sep String getEventDat...
E function ( final String arg0 , @ Nullable final int [ ] arg1 ) { this . bundle . putIntArray ( arg0 , arg1 ) ; return ( E ) this ; }
sets an array of int values in the object . concode_field_sep Bundle bundle concode_elem_sep Bundle bundle concode_field_sep E putStringArrayList concode_elem_sep SharePhoto getPhoto concode_elem_sep E putPhotoArrayList concode_elem_sep E putDoubleArray concode_elem_sep double getDouble concode_elem_sep E putDouble con...
String function ( String arg0 ) { StringBuffer loc0 = new StringBuffer ( ) ; loc0 . append ( IFRAME_PREFIX ) ; loc0 . append ( arg0 ) ; loc0 . append ( IFRAME_SUFFIX ) ; return loc0 . toString ( ) ; }
generates iframe markup with the specified source as the url to the iframe content . does not modify the source path concode_field_sep String IFRAME_SUFFIX concode_elem_sep String IFRAME_PREFIX concode_elem_sep String SOURCE_CODE_ULR concode_elem_sep String LIFERAY_SCRIPT concode_field_sep String generateSourceCodeIFra...
String function ( ) { return this . name ; }
return the name of the source folder . concode_field_sep Map<String,ClassLoaderFile> files concode_elem_sep Map<String,SourceFolder> sourceFolders concode_elem_sep String name concode_elem_sep long serialVersionUID concode_field_sep void add concode_elem_sep Set<Entry<String,ClassLoaderFile>> getFilesEntrySet concode_e...
DirectoryScannerConfig function ( DirectoryScannerConfig arg0 ) { final Object loc0 = copy ( arg0 ) ; return ( DirectoryScannerConfig ) loc0 ; }
creates an xml clone of the given bean . in other words , this method xml-serializes the given bean , and xml-deserializes a copy of that bean . concode_field_sep String file concode_elem_sep Logger LOG concode_elem_sep JAXBContext context concode_elem_sep String NAMESPACE concode_field_sep Marshaller createMarshaller ...
Group function ( JSONArray arg0 ) { throw new JSONException ( "srini_string" ) ; }
only the groupparser needs to implement this . concode_field_sep PlaceHolder placeHolder concode_field_sep placeholderType placeHolder
void function ( ) { XYIntervalSeries loc0 = new XYIntervalSeries ( "srini_string" ) ; loc0 . add ( 1.0 , 0.5 , 1.5 , 2.0 , 1.9 , 2.01 ) ; XYIntervalSeries loc1 = ( XYIntervalSeries ) loc0 . clone ( ) ; assertTrue ( loc0 != loc1 ) ; assertTrue ( loc0 . getClass ( ) == loc1 . getClass ( ) ) ; assertTrue ( loc0 . equals (...
confirm that cloning works . concode_field_sep double EPSILON concode_elem_sep SeriesChangeEvent lastEvent concode_field_sep void testClear concode_elem_sep void testIndexOf2 concode_elem_sep void testSetMaximumItemCount2 concode_elem_sep void testRemove concode_elem_sep void seriesChanged concode_elem_sep void testAdd...
boolean function ( ) { return highlight ; }
is the abstarcttext highlighted , all of its children must also be highlighted . concode_field_sep boolean highlight concode_elem_sep boolean hasHighlight concode_elem_sep Rectangle2D.Float bounds concode_elem_sep boolean selected concode_elem_sep boolean hasSelected concode_field_sep void setHighlighted concode_elem_s...
void function ( String arg0 ) { this . password = arg0 ; }
sets the password . concode_field_sep String password concode_elem_sep String userName concode_field_sep String getPassword concode_elem_sep void setUserName concode_elem_sep String getUserName
void function ( String arg0 ) { this . _return = arg0 ; }
sets the value of the return property . concode_field_sep String _return concode_field_sep String getReturn
int function ( ) { return createCount ; }
returns the number of times #create object returned a value . concode_field_sep int evictionCount concode_elem_sep int putCount concode_elem_sep int hitCount concode_elem_sep int size concode_elem_sep int createCount concode_elem_sep int maxSize concode_elem_sep LinkedHashMap<K,V> map concode_elem_sep int missCount con...
long function ( ) { return messageNumber ; }
returns the number of the message concode_field_sep long messageNumber concode_elem_sep byte[] payload concode_elem_sep boolean showColor concode_elem_sep Color color concode_elem_sep long totalHops concode_elem_sep long numberOfTotalMessage concode_field_sep byte[] getPayload concode_elem_sep boolean isShowColor conco...
void function ( String arg0 ) { this . customFieldType = arg0 ; }
sets the value of the customfieldtype property . concode_field_sep CustomFieldVisibility visibility concode_elem_sep CustomFieldEntityType entityType concode_elem_sep CustomFieldDataType dataType concode_elem_sep String name concode_elem_sep String description concode_elem_sep Long id concode_elem_sep Boolean isActive ...
int function ( byte [ ] arg0 ) { return getOrientation ( new ByteArrayInputStream ( arg0 ) ) ; }
gets orientation information from jpeg byte array . concode_field_sep int APP1_EXIF_MAGIC concode_elem_sep int MARKER_RST7 concode_elem_sep int MARKER_SOI concode_elem_sep int MARKER_TEM concode_elem_sep int MARKER_EOI concode_elem_sep int MARKER_APP1 concode_elem_sep int MARKER_RST0 concode_elem_sep int MARKER_SOS con...
void function ( final Double arg0 ) { this . marks = arg0 ; }
set the value related to the column : marks . concode_field_sep Exam examIdexam concode_elem_sep Date modifiedTime concode_elem_sep Map<Serializable,Integer> SAVED_HASHES concode_elem_sep long serialVersionUID concode_elem_sep Integer hashCode concode_elem_sep Integer isabsent concode_elem_sep Double marks concode_elem...
void function ( HsqlProperties arg0 ) { if ( arg0 == null ) { return ; } arg0 . setPropertyIfNotExists ( SC_KEY_NO_SYSTEM_EXIT , "srini_string" ) ; }
tranlates unspecified no_system_exit property to false , the default typically required when a server is started from the command line . concode_field_sep PlaceHolder placeHolder concode_field_sep int getDefaultPort concode_elem_sep String[] listLocalInetAddressNames concode_elem_sep void translateDefaultDatabaseProper...
IPRange function ( java . util . Collection < Tag > arg0 ) { if ( arg0 == null ) { this . tags = null ; } else { com . amazonaws . internal . ListWithAutoConstructFlag < Tag > loc0 = new com . amazonaws . internal . ListWithAutoConstructFlag < Tag > ( arg0 . size ( ) ) ; loc0 . addAll ( arg0 ) ; this . tags = loc0 ; } ...
the list of tags for the ip range . returns a reference to this object so that method calls can be chained together . concode_field_sep String status concode_elem_sep String cIDRIP concode_elem_sep com.amazonaws.internal.ListWithAutoConstructFlag<Tag> tags concode_field_sep IPRange withStatus concode_elem_sep int hashC...
void function ( String [ ] arg0 ) { Main loc0 = new Main ( ) ; try { loc0 . run ( arg0 ) ; } catch ( Exception loc1 ) { System . err . println ( Messages . getString ( "srini_string" ) ) ; loc1 . printStackTrace ( System . err ) ; System . exit ( 1 ) ; } }
the persistent naming service entry point . concode_field_sep int port concode_elem_sep String directory concode_elem_sep boolean cold concode_elem_sep String iorf concode_elem_sep int PORT concode_field_sep Parser initializeParser concode_elem_sep byte[] getDefaultKey concode_elem_sep void run
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.Integer split concode_elem_sep java.lang.Object __equalsCalc concode_elem_sep boolean __hashCodeCalc concode_elem_sep org.apache.axis.description.TypeDesc typeDesc concode_elem_sep java.lang.Long userId concode_field_sep java.lang.Integer getSplit concode_elem_sep org...
void function ( ) { stopWaiting = true ; if ( waiting ) notify ( ) ; }
break the pull , allowing the calling thread to exit concode_field_sep boolean waiting concode_elem_sep boolean stopWaiting concode_elem_sep Vector vector concode_field_sep Object pull concode_elem_sep int size concode_elem_sep Object get concode_elem_sep boolean isEmpty concode_elem_sep void put concode_elem_sep Objec...
void function ( ) { if ( _current . _parent == null ) { throw new EmptyStackException ( ) ; } _current = _current . _parent ; }
pop a context from the stack . this method should be called somewhere in the body of an endelement , as it clears the context that was used for namespace resolution within the body of the corresponding element . concode_field_sep Frame _current concode_elem_sep Frame _parent concode_elem_sep HashMap<String,String> _bin...
void function ( Object arg0 ) { synchronized ( cache ) { cache . remove ( arg0 ) ; } }
removes this item from the object cache . concode_field_sep Map cache concode_elem_sep ReadWriteLock lock concode_elem_sep Object value concode_field_sep Object getValue concode_elem_sep boolean writeLock concode_elem_sep void writeLock concode_elem_sep void writeUnLock concode_elem_sep void writeUnLock concode_elem_se...
String function ( ) { return this . s3BucketName ; }
the name of the amazon s3 bucket used to store configuration history for the delivery channel . concode_field_sep ConfigSnapshotDeliveryProperties configSnapshotDeliveryProperties concode_elem_sep String snsTopicARN concode_elem_sep String s3BucketName concode_elem_sep String name concode_elem_sep String s3KeyPrefix co...
Iterator < T > function ( ) { return new RingBufferIterator ( buf ) ; }
returns an iterator over the elements of the ring buffer in the range hd +1 . . hr concode_field_sep Lock lock concode_elem_sep AtomicBoolean processing concode_elem_sep T[] buf concode_elem_sep long offset concode_elem_sep long current concode_elem_sep long low concode_elem_sep Condition buffer_full concode_elem_sep b...
BundleContext function ( ) { return context ; }
returns the bundle context of this bundle concode_field_sep Logger logger concode_elem_sep BundleContext context concode_field_sep void stop concode_elem_sep void start
void function ( ReviewDb arg0 , UpdateUI arg1 ) { }
invoked between updateschema adds new columns/tables and pruneschema removes deleted columns/tables . concode_field_sep Provider<? extends SchemaVersion> prior concode_elem_sep Class<Schema_133> C concode_elem_sep int versionNbr concode_field_sep void upgradeFrom concode_elem_sep List<SchemaVersion> pending concode_ele...
String function ( ) { return infoRelease ; }
obtains the release of the versioned module or informal unit . this data is read from the version information for the package . concode_field_sep String UNAVAILABLE concode_elem_sep String infoRelease concode_elem_sep String PROPERTY_TIMESTAMP concode_elem_sep String infoPackage concode_elem_sep String infoModule conco...
String function ( ) { return extractor ; }
gets the full class name of the extractor in a string format , e.g. com.example.car.speedextractor . concode_field_sep Pattern NAME_PATTERN concode_elem_sep String name concode_elem_sep String extractor concode_elem_sep MapAttributeConfigReadOnly readOnly concode_field_sep MapAttributeConfig setName concode_elem_sep St...
String function ( Date arg0 , String arg1 , Locale arg2 ) { Format loc0 = new SimpleDateFormat ( arg1 , arg2 ) ; return loc0 . format ( arg0 ) ; }
format a date by parameter string as format . concode_field_sep String DATE_PATTERN concode_elem_sep String LONG_DATE_FORMAT_STRING concode_elem_sep DateFormat LONG_DATE_FORMAT concode_elem_sep String SHORT_DATE_FORMAT_STRING concode_elem_sep String[] INDONESIAN_MONTH concode_elem_sep int MILLISECONDS_IN_A_DAY concode_...
void function ( @ RequestBody JobBasicInfo arg0 ) { motechSchedulerService . deleteJob ( arg0 ) ; }
deletes the job based on the given jobinfo . concode_field_sep JobsRecords previousJobsRecords concode_elem_sep MotechSchedulerService motechSchedulerService concode_elem_sep MotechSchedulerDatabaseService motechSchedulerDatabaseService concode_elem_sep List<String> params concode_elem_sep String key concode_field_sep ...
com . liferay . shopping . model . ShoppingItemPrice function ( long arg0 ) { return _shoppingItemPriceLocalService . deleteShoppingItemPrice ( arg0 ) ; }
deletes the shopping item price with the primary key from the database . also notifies the appropriate model listeners . concode_field_sep ShoppingItemPriceLocalService _shoppingItemPriceLocalService concode_field_sep java.lang.String getOSGiServiceIdentifier concode_elem_sep void setWrappedService concode_elem_sep com...
void function ( ) { dirty = true ; }
set dirty for save . save is a noop if not dirty concode_field_sep JSONCodec codec concode_elem_sep boolean dirty concode_elem_sep long date concode_elem_sep File cache concode_elem_sep long THRESHOLD concode_elem_sep Reporter reporter concode_elem_sep Comparator<ResourceDescriptor> RESOURCE_DESCRIPTOR_COMPARATOR conco...
ArrayDeque < E > function ( ) { return new ArrayDeque < E > ( ) ; }
creates an empty arraydeque . concode_field_sep PlaceHolder placeHolder concode_field_sep SynchronousQueue<E> newSynchronousQueue concode_elem_sep ConcurrentLinkedQueue<E> newConcurrentLinkedQueue concode_elem_sep ConcurrentLinkedQueue<E> newConcurrentLinkedQueue concode_elem_sep PriorityBlockingQueue<E> newPriorityBlo...
Function < Object , E > function ( @ Nullable E arg0 ) { return new ConstantFunction < E > ( arg0 ) ; }
creates a function that returns value for any input . concode_field_sep long serialVersionUID concode_elem_sep Predicate<T> predicate concode_elem_sep V defaultValue concode_elem_sep Function<A,? extends B> f concode_elem_sep Function<B,C> g concode_elem_sep Supplier<T> supplier concode_elem_sep Map<K,? extends V> map ...
Card function ( ) { if ( this . isEmpty ( ) ) { return null ; } size -- ; return cards . get ( size ) ; }
deals a card from this deck . concode_field_sep List<Card> cards concode_elem_sep int size concode_field_sep int size concode_elem_sep boolean isEmpty concode_elem_sep String toString concode_elem_sep void shuffle
void function ( int arg0 , int arg1 , int arg2 ) { data [ 0 ] [ arg0 ] = arg1 ; data [ 1 ] [ arg0 ] = arg2 ; sortedColumn = - 1 ; }
puts a key , value pair into the table at a given index . concode_field_sep int[][] data concode_elem_sep int count concode_elem_sep int targetSearchValue concode_elem_sep int sortedColumn concode_elem_sep int targetSearchColumn concode_field_sep void add concode_elem_sep void swap concode_elem_sep int binarySearch con...
String function ( ) { return region ; }
to be removed in jclouds 1.6 warning especially on ec2 clones that may not support regions , this value is fragile . consider alternate means to determine context . concode_field_sep String instanceId concode_elem_sep String volumeId concode_elem_sep String region concode_elem_sep String device concode_elem_sep Date at...
boolean function ( ) { return WFSFileUtils . deleteDirectory ( this . file ) ; }
delete the actual directory if it does exist concode_field_sep File file concode_field_sep CellDelegate createCellDelegate concode_elem_sep Writer getWriter concode_elem_sep void cleanupDirectory concode_elem_sep boolean exists concode_elem_sep String[] loadCellNames concode_elem_sep File getFile concode_elem_sep boole...
Dialog function ( ) { return dialog ; }
gets the curre sip dialog . concode_field_sep boolean isReliableProvReceived concode_elem_sep int INITIALIZED concode_elem_sep String dialogID concode_elem_sep ProxyAuthorizationHeader proxyAuthorizationHeader concode_elem_sep AuthorizationHeader authorizationHeader concode_elem_sep Dialog dialog concode_elem_sep boole...
boolean function ( int arg0 [ ] ) { curIndex += numXbands * 2 ; numXbands = 0 ; if ( curIndex >= region . endIndex ) { return false ; } arg0 [ 1 ] = region . bands [ curIndex ++ ] ; arg0 [ 3 ] = region . bands [ curIndex ++ ] ; numXbands = region . bands [ curIndex ++ ] ; return true ; }
moves the iteration state to the beginning of the next y range in the region returning true if one is found and recording the low and high y coordinates of the range in the array at locations 1 and 3 respectively . concode_field_sep int numXbands concode_elem_sep Region region concode_elem_sep int curIndex concode_fiel...
void function ( ) { SecurityConfiguration . setKeyStorePass ( null ) ; }
test method for org.jboss.security.config.securityconfiguration #setkeystorepass java.lang.string . concode_field_sep PlaceHolder placeHolder concode_field_sep void testGetCipherAlgorithm concode_elem_sep void testSetIterationCount concode_elem_sep void testGetKeyStoreURL concode_elem_sep void testGetSalt concode_elem_...
List < List < SequentialPattern >> function ( ) { return levels ; }
get a list of list of sequential patterns such that at position i , there is a list of sequential patterns containing i items . concode_field_sep List<List<SequentialPattern>> levels concode_elem_sep String name concode_elem_sep int sequenceCount concode_field_sep List<SequentialPattern> getLevel concode_elem_sep void ...
void function ( int arg0 ) { this . totalConnectTimeout = arg0 ; }
sets the maximum timeout to connect to socks5 proxies . default is 10000ms . when accepting a socks5 bytestream request smack tries to connect to all socks5 proxies given by the initiator until a connection is established . this timeout divided by the number of socks5 proxies determines the timeout for every connection...
void function ( String arg0 ) { this . pointerToReceptor = arg0 ; }
sets the value of the pointertoreceptor property . concode_field_sep Integer jobID concode_elem_sep String pointerToReceptor concode_elem_sep VinaParams vinaParams concode_elem_sep String pointerToMolecule concode_elem_sep Integer workUnitID concode_elem_sep String ownerID concode_field_sep void setJobID concode_elem_s...
void function ( Runnable arg0 ) { if ( ! isActive ( ) || delegateQueue . isShutdown ( ) ) { throw new InactiveSessionException ( null ) ; } delegateQueue . execute ( arg0 ) ; }
run the provided command if we 're active and our delegate queue is not shut down . concode_field_sep RepositorySessionStoreDelegate delegate concode_elem_sep SessionStatus status concode_elem_sep ExecutorService storeWorkQueue concode_elem_sep ExecutorService delegateQueue concode_elem_sep long lastSyncTimestamp conco...
boolean function ( ) { return false ; }
should the runnable force its execution in case it gets rejected ? concode_field_sep PlaceHolder placeHolder concode_field_sep void onAfter concode_elem_sep void doRun concode_elem_sep void onFailure concode_elem_sep void run concode_elem_sep void onRejection
void function ( ) { }
postorder traversal from the root concode_field_sep PlaceHolder placeHolder concode_field_sep java.util.Iterator iterator concode_elem_sep boolean isEmpty concode_elem_sep void inorder concode_elem_sep void preorder
void function ( ) { degree ++ ; }
increases the degree of current node . concode_field_sep boolean marked concode_elem_sep FibonacciHeapNode<E> parent concode_elem_sep FibonacciHeapNode<E> left concode_elem_sep FibonacciHeapNode<E> right concode_elem_sep int degree concode_elem_sep E element concode_elem_sep FibonacciHeapNode<E> child concode_field_sep...
String function ( String arg0 ) { return Encode . forCssUrl ( arg0 ) ; }
encodes for css url contexts . concode_field_sep Log log concode_elem_sep String defaultDateCache concode_field_sep String formatDate concode_elem_sep String formatDate concode_elem_sep String encodeForUriComponent concode_elem_sep String encodeForXmlComment concode_elem_sep Locale normalizeLocale concode_elem_sep Stri...
DetectedProperties function ( String arg0 ) { setFrameRate ( arg0 ) ; return this ; }
the detected frame rate of the input file , in frames per second . concode_field_sep String frameRate concode_elem_sep Long fileSize concode_elem_sep Integer width concode_elem_sep Long durationMillis concode_elem_sep Integer height concode_field_sep void setDurationMillis concode_elem_sep void setFileSize concode_elem...
CTBorderPr function ( ) { return diagonal ; }
gets the value of the diagonal property . concode_field_sep Boolean diagonalDown concode_elem_sep Object parent concode_elem_sep CTBorderPr bottom concode_elem_sep CTBorderPr start concode_elem_sep CTBorderPr vertical concode_elem_sep CTBorderPr right concode_elem_sep Boolean diagonalUp concode_elem_sep CTBorderPr hori...
void function ( AWSMobileClient arg0 ) { instance = arg0 ; }
sets the singleton instance of the aws mobile client . concode_field_sep String cognitoIdentityPoolID concode_elem_sep CognitoSyncManager syncManager concode_elem_sep AWSMobileClient instance concode_elem_sep IdentityManager identityManager concode_elem_sep Context applicationContext concode_elem_sep Context context co...
List < OnmsResource > function ( ) { return m_resourceDao . findNodeSourceResources ( ) ; }
findnodesourceresources concode_field_sep ResourceDao m_resourceDao concode_elem_sep GraphDao m_graphDao concode_elem_sep EventProxy m_eventProxy concode_field_sep GraphDao getGraphDao concode_elem_sep ResourceDao getResourceDao concode_elem_sep ThreadCategory log concode_elem_sep List<OnmsResource> findNodeResources c...
void function ( RedisSerializer arg0 ) { this . serializer = arg0 ; }
reference to a pre-configured redisserializer instance to use . concode_field_sep RedisTemplate redisTemplate concode_elem_sep boolean managedListenerContainer concode_elem_sep String channels concode_elem_sep Integer port concode_elem_sep RedisConnectionFactory connectionFactory concode_elem_sep String host concode_el...
long function ( ) { return tstamp ; }
gets tasks deployment timestamp . concode_field_sep Set<Class<?>> rsrcs concode_elem_sep Map<String,Class<?>> rsrcsByAlias concode_elem_sep File file concode_elem_sep long tstamp concode_elem_sep ClassLoader clsLdr concode_elem_sep Type type concode_elem_sep String uri concode_elem_sep String md5 concode_field_sep Stri...
boolean function ( Object arg0 ) { if ( arg0 == this ) { return true ; } if ( ! ( arg0 instanceof QName ) ) { return false ; } if ( ( namespaceURI == ( ( QName ) arg0 ) . namespaceURI ) && ( localPart == ( ( QName ) arg0 ) . localPart ) ) { return true ; } return false ; }
tests this qname for equality with another object . if the given object is not a qname or is null then this method returns false . for two qnames to be considered equal requires that both localpart and namespaceuri must be equal . this method uses string.equals to check equality of localpart and namespaceuri . any clas...
Iterable < Edge > function ( Iterable < ? extends Vertex > arg0 ) { return new IterableBased ( arg0 ) ; }
returns an iterable over all edges incident on the vertices returned by the given iterable over vertices . note that this method assumes that the given iterable will return all vertices in the connected component , otherwise the behavior of this method is undefined . concode_field_sep Set<? extends Vertex> vertices con...
void function ( Collection < String > arg0 ) { if ( arg0 == null ) { this . ignoredUserNames = null ; } else { this . ignoredUserNames = ImmutableSet . copyOf ( arg0 ) ; } }
if no ignoredusernames collection is configured all user-names are supported otherwiseexact string equality matching is done to determine ignored usernames . the property defaults to null all user names concode_field_sep Set<String> supportedUserNames concode_elem_sep Set<Pattern> ignoredUserNamePatterns concode_elem_s...
int function ( ) { return lineNumber ; }
gets the line number that the node is on in a content specification . concode_field_sep Node parent concode_elem_sep String translationUniqueId concode_elem_sep String text concode_elem_sep int lineNumber concode_elem_sep String SPACER concode_elem_sep String uniqueId concode_field_sep Node getParent concode_elem_sep S...
void function ( String arg0 ) { this . root = arg0 ; }
sets the value of the root property . concode_field_sep Object parent concode_elem_sep Children children concode_elem_sep String kind concode_elem_sep Values values concode_elem_sep String root concode_elem_sep String name concode_elem_sep Location location concode_elem_sep String label concode_elem_sep String id conco...
void function ( Boolean arg0 ) { this . nimbusDaemon = arg0 ; }
when nimbusdaemon is true , the local cluster will be started with a nimbus thrift server , allowing communication through for example org.apache.storm.utils.nimbusclient concode_field_sep Boolean nimbusDaemon concode_elem_sep Integer portsPerSupervisor concode_elem_sep Map daemonConf concode_elem_sep Integer superviso...
void function ( List < CarbonTomcatValve > arg0 ) { for ( CarbonTomcatValve loc0 : arg0 ) { addValve ( loc0 ) ; } }
add carbontomcatvalves . this is generally called by the carbon webapp-mgt component concode_field_sep List<CarbonTomcatValve> valves concode_field_sep void addValve concode_elem_sep void invokeValves concode_elem_sep boolean isValveExists
void function ( LevelConstraint arg0 ) { this . structuralValidation = arg0 ; }
sets the value of the structuralvalidation property . concode_field_sep MultiValuesConstraint acceptablePolicies concode_elem_sep LevelConstraint referenceDataExistence concode_elem_sep CertificateConstraints signingCertificate concode_elem_sep LevelConstraint signatureIntact concode_elem_sep LevelConstraint structural...
void function ( String arg0 ) { this . dealerCode = arg0 ; }
sets the value of the dealercode property . concode_field_sep String partnerTransactionId concode_elem_sep String dealerCode concode_elem_sep String rspServiceVersion concode_elem_sep XMLGregorianCalendar partnerTimestamp concode_elem_sep String authenticatedId concode_elem_sep long serialVersionUID concode_elem_sep St...
void function ( String [ ] arg0 ) { setupDB ( ) ; final HttpServer loc0 = startServer ( ) ; System . out . println ( String . format ( "srini_string" + "srini_string" , BASE_URI ) ) ; System . in . read ( ) ; loc0 . stop ( ) ; }
main method . concode_field_sep String BASE_URI concode_field_sep HttpServer startServer concode_elem_sep void setupDB
void function ( InputStream arg0 ) { VisualSignatureParser loc0 = new VisualSignatureParser ( arg0 ) ; loc0 . parse ( ) ; visualSignature = loc0 . getDocument ( ) ; }
reads the visual signature from the given input stream . concode_field_sep int preferedSignatureSize concode_elem_sep COSDocument visualSignature concode_elem_sep int pageNo concode_field_sep void setPreferedSignatureSize concode_elem_sep int getPreferedSignatureSize concode_elem_sep int getPage concode_elem_sep void c...
boolean function ( ) { return getOptions ( ) . getRepeatInterval ( ) > 0 ; }
if it 's a repeating notification . concode_field_sep Class<?> defaultReceiver concode_elem_sep Class<?> receiver concode_elem_sep String PREF_KEY concode_elem_sep Context context concode_elem_sep Options options concode_elem_sep NotificationCompat.Builder builder concode_field_sep void cancel concode_elem_sep boolean ...
String function ( Node arg0 ) { String loc0 = arg0 . getNodeName ( ) ; int loc1 = loc0 . indexOf ( ':' ) ; return ( loc1 < 0 ) ? loc0 : loc0 . substring ( loc1 + 1 ) ; }
returns the local name of the given node . if the node 's name begins with a namespace prefix , this is the part after the colon ; otherwise it 's the full node name . this method is copied from org.apache.xml.utils.domhelper concode_field_sep PlaceHolder placeHolder concode_field_sep String getLocalNameOfNode concode_...
void function ( Context arg0 , int arg1 , String arg2 ) { Dialog loc0 = new AlertDialog . Builder ( arg0 ) . setTitle ( arg1 ) . setPositiveButton ( android . R . string . ok , null ) . setMessage ( arg2 ) . create ( ) ; loc0 . show ( ) ; }
show alert dialog concode_field_sep PlaceHolder placeHolder concode_field_sep placeholderType placeHolder
BigInteger function ( ) { return refresh ; }
gets the value of the refresh property . concode_field_sep Layout layout concode_elem_sep List<Address> address concode_elem_sep BigInteger refresh concode_elem_sep Label label concode_field_sep Layout getLayout concode_elem_sep Label getLabel concode_elem_sep void setRefresh concode_elem_sep void setLabel concode_elem...
String function ( int arg0 ) { return namesAndValues [ arg0 * 2 ] ; }
returns the field at position . concode_field_sep List<String> namesAndValues concode_elem_sep String[] namesAndValues concode_field_sep Builder add concode_elem_sep Builder add concode_elem_sep Builder addLenient concode_elem_sep Builder addLenient concode_elem_sep Builder set concode_elem_sep List<String> values conc...
String function ( ) { return studentRefId ; }
gets the value of the studentrefid property . concode_field_sep String studentRefId concode_elem_sep Boolean communicationsIndicator concode_elem_sep Boolean financialResponsibilityIndicator concode_elem_sep String restrictions concode_elem_sep Boolean custodialIndicator concode_elem_sep BigInteger contactSequence conc...
int function ( ) { return super . hashCode ( ) ; }
syncmode objects use the object hashcode . concode_field_sep SyncMode INTERNAL_CLOCK concode_elem_sep SyncMode MIDI_TIME_CODE concode_elem_sep SyncMode MIDI_SYNC concode_elem_sep String name concode_elem_sep SyncMode NO_SYNC concode_field_sep void setSequence concode_elem_sep void setSequence concode_elem_sep long getM...
List < AndesBinding > function ( String arg0 ) { List < AndesBinding > loc0 = new ArrayList < AndesBinding > ( ) ; if ( andesBindings . get ( arg0 ) != null ) { loc0 . addAll ( ( andesBindings . get ( arg0 ) ) . values ( ) ) ; } return loc0 ; }
get bindings belonging to an exchange concode_field_sep Map<String,AndesExchange> andesExchanges concode_elem_sep MessageStore messageStore concode_elem_sep AndesContextStore andesContextStore concode_elem_sep Map<String,AndesQueue> andesQueues concode_elem_sep Map<String,Map<String,AndesBinding>> andesBindings concode...
ZonedDateTime function ( ) { return this . authenticationDate ; }
gets the authentication date . concode_field_sep Principal principal concode_elem_sep List<CredentialMetaData> credentials concode_elem_sep Map<String,Object> attributes concode_elem_sep ZonedDateTime authenticationDate concode_elem_sep Map<String,HandlerResult> successes concode_elem_sep Map<String,Class<? extends Exc...
DoubleUnaryOperator function ( DoubleUnaryOperator arg0 ) { Objects . requireNonNull ( arg0 ) ; return ( double loc0 ) -> arg0 . applyAsDouble ( applyAsDouble ( loc0 ) ) ; }
returns a composed operator that first applies this operator to its input , and then applies the after operator to the result.if evaluation of either operator throws an exception , it is relayed to the caller of the composed operator . concode_field_sep PlaceHolder placeHolder concode_field_sep double applyAsDouble con...
String function ( ) { return zip ; }
return zip concode_field_sep String zip concode_elem_sep String city concode_elem_sep String street concode_elem_sep String state concode_field_sep String getState concode_elem_sep String getStreet concode_elem_sep String getFullAddress concode_elem_sep String getCity
List < String > function ( ) { Set < String > loc0 = new LinkedHashSet < > ( ) ; for ( MediaTypeFileExtensionResolver loc1 : this . resolvers ) { loc0 . addAll ( loc1 . getAllFileExtensions ( ) ) ; } return new ArrayList < > ( loc0 ) ; }
at startup this method returns extensions explicitly registered with either pathextensioncontentnegotiationstrategy or parametercontentnegotiationstrategy . at runtime if there is a `` path extension '' strategy and its pathextensioncontentnegotiationstrategy #setusejaf boolean usejaf property is set to `` true '' , th...
void function ( ) { GradientBarPainter loc0 = new GradientBarPainter ( 0.1 , 0.2 , 0.3 ) ; GradientBarPainter loc1 = ( GradientBarPainter ) TestUtilities . serialised ( loc0 ) ; assertEquals ( loc0 , loc1 ) ; }
serialize an instance , restore it , and check for equality . concode_field_sep PlaceHolder placeHolder concode_field_sep void testCloning concode_elem_sep void testHashcode concode_elem_sep void testEquals
StringBuilder function ( ) { return stringToHex ( stringData ) ; }
gets a hexadecimal stringbuffer representation of this object 's data , which is converted to hexadecimal form . concode_field_sep Reference reference concode_elem_sep char[] hexChar concode_elem_sep StringBuilder stringData concode_field_sep String getHexString concode_elem_sep StringBuilder stringToHex concode_elem_s...
Cloner function ( ) { return defaultCloner ; }
retrieve the default cloner used to clone the content of each element in the collection . concode_field_sep Cloner defaultCloner concode_field_sep Object getClone concode_elem_sep boolean canClone concode_elem_sep Object clone concode_elem_sep Object cloneObject concode_elem_sep Object clonePrimitive concode_elem_sep T...
void function ( View arg0 ) { arg0 . setSystemUiVisibility ( View . SYSTEM_UI_FLAG_LAYOUT_STABLE | View . SYSTEM_UI_FLAG_LAYOUT_HIDE_NAVIGATION | View . SYSTEM_UI_FLAG_LAYOUT_FULLSCREEN | View . SYSTEM_UI_FLAG_HIDE_NAVIGATION | View . SYSTEM_UI_FLAG_FULLSCREEN | View . SYSTEM_UI_FLAG_IMMERSIVE ) ; }
this snippet hides the system bars concode_field_sep PlaceHolder placeHolder concode_field_sep void showSystemUI concode_elem_sep Bitmap snapShotWithoutStatusBar concode_elem_sep int getStatusHeight concode_elem_sep Bitmap snapShotWithStatusBar concode_elem_sep int getScreenWidth concode_elem_sep int getScreenHeight
String function ( String arg0 ) { return generateIFrameWithContextPath ( SOURCE_CODE_ULR + arg0 ) ; }
generates iframe markup with the specified source as the url to the iframe content . modifies the source path by prepending the source code loading servlet path . concode_field_sep String IFRAME_SUFFIX concode_elem_sep String IFRAME_PREFIX concode_elem_sep String SOURCE_CODE_ULR concode_field_sep String getContextPathS...
boolean function ( String arg0 ) { return arg0 == null || arg0 . length ( ) == 0 ; }
null-safe length check . concode_field_sep String DEFAULT_KEYVALUE_SEPARATOR concode_elem_sep String DEFAULT_SEPARATOR concode_field_sep String padFront concode_elem_sep StringBuilder appendKeyValue concode_elem_sep StringBuilder appendKeyValue concode_elem_sep String repeat concode_elem_sep String domainNamePointerToH...
int function ( ) { return this . serviceMode ; }
reports cellular service mode . concode_field_sep String password concode_elem_sep String ALLOW_MAGIC concode_elem_sep String CARRIER_IMAGE_ID concode_elem_sep String PPP_UNIT_NUMBER concode_elem_sep String ADD_DEFAULT_ROUTE concode_elem_sep String ALLOW_BSD_COMP concode_elem_sep String USERNAME concode_elem_sep String...
int function ( ) { return toPriority ( facility , severity ) ; }
returns the value of this priority . concode_field_sep Severity severity concode_elem_sep Facility facility concode_field_sep Facility getFacility concode_elem_sep Severity getSeverity concode_elem_sep int getPriority concode_elem_sep int toPriority concode_elem_sep String toString
String function ( ) { String loc0 = System . getProperty ( "srini_string" ) ; if ( loc0 == null ) { loc0 = DEFAULT_FORMAT_MASK ; } return loc0 ; }
check for the system property override , if it exists concode_field_sep String DEFAULT_LANGUAGE concode_elem_sep String DEFINE_LANGUAGE concode_elem_sep long serialVersionUID concode_elem_sep String DEFAULT_COUNTRY concode_elem_sep ThreadLocal<SimpleDateFormat> df concode_elem_sep String DATE_FORMAT_MASK concode_elem_s...
void function ( int arg0 ) { this . minUnique = arg0 ; }
sets the minimal number of unique peptides required for a protein , ignored if negative . concode_field_sep double ratioResolution concode_elem_sep boolean ignoreNullIntensities concode_elem_sep MatchValidationLevel peptideValidation concode_elem_sep MatchValidationLevel psmValidation concode_elem_sep boolean ignoreMis...
void function ( Credentials arg0 ) { addAll ( arg0 , true ) ; }
copy all of the credentials from one credential object into another . existing secrets and tokens are overwritten . concode_field_sep Log LOG concode_elem_sep Map<Text,byte[]> secretKeysMap concode_elem_sep Map<Text,Token<? extends TokenIdentifier>> tokenMap concode_elem_sep byte[] TOKEN_STORAGE_MAGIC concode_elem_sep ...
boolean function ( ) { return true ; }
beanshell scripts do require a config interface . concode_field_sep Class<?>[] scriptInterfaces concode_elem_sep boolean wasModifiedForTypeCheck concode_elem_sep String scriptSourceLocator concode_elem_sep ClassLoader beanClassLoader concode_elem_sep Object scriptClassMonitor concode_elem_sep Class<?> scriptClass conco...