code
stringlengths
20
663
nl
stringlengths
68
7.19k
double function ( ) { if ( calculator . getCount ( ) == 0 ) return 0.0 ; return getCurrentSample ( ) . getThroughput ( ) ; }
returns the throughput associated to this sampler in requests per second . may be slightly skewed because it takes the timestamps of the first and last samples as the total time passed , and the test may actually have started before that start time and ended after that end time . concode_field_sep long firstTime concod...
void function ( ) { }
invoked when the parse process ends . concode_field_sep PositiveBoundedRangeModel dayModel concode_elem_sep LogHandler logHandler concode_elem_sep SimulationParser simParser concode_elem_sep String name concode_field_sep void init concode_elem_sep void parseStarted concode_elem_sep String getName concode_elem_sep JComp...
java . lang . Boolean function ( ) { return isPrimary ; }
gets the isprimary value for this partners . concode_field_sep java.lang.Double contribution concode_elem_sep com.netsuite.webservices.platform.core_2014_2.RecordRef partner concode_elem_sep com.netsuite.webservices.platform.core_2014_2.RecordRef partnerRole concode_elem_sep java.lang.Boolean isPrimary concode_elem_sep...
void function ( String arg0 ) { if ( loggingEnabled ( ) ) { long loc0 = getCurrentTime ( ) ; setStartTime ( arg0 , loc0 ) ; } }
sets the start time . ideally , this is the earliest time available during the startup of a java applet or application . this time is later used to analyze the difference between the initial startup time and other events in the system such as an applet 's init time . concode_field_sep Vector times concode_elem_sep Stri...
com . floreantpos . model . Terminal function ( ) { return currentTerminal ; }
return the value associated with the column : currentterminal concode_field_sep java.util.Date modifiedTime concode_elem_sep java.lang.String lastName concode_elem_sep java.util.Date lastClockInTime concode_elem_sep java.lang.Integer autoId concode_elem_sep String PROP_CURRENT_TERMINAL concode_elem_sep String PROP_LAST...
void function ( SqueezeServer arg0 ) { Squeezebox . arg0 = arg0 ; }
setter for declarative services . adds the squeezeserver instance . concode_field_sep Logger logger concode_field_sep Class<?> getActionClass concode_elem_sep void activate concode_elem_sep void unsetSqueezeServer concode_elem_sep String getActionClassName concode_elem_sep void deactivate
void function ( ) { throw new UnsupportedOperationException ( ) ; }
throws an error if a vertex is attempted to be removed concode_field_sep int numNodes concode_elem_sep Iterator<Vertex> it concode_elem_sep List<Vertex> verts concode_field_sep Vertex next concode_elem_sep Iterator<Vertex> iterator concode_elem_sep Graph readGraph concode_elem_sep boolean hasNext concode_elem_sep void ...
Charset function ( ) { return this . charset ; }
return the charset to use for reading from the @linkplain #getresource resource , or null if none specified . concode_field_sep Charset charset concode_elem_sep Resource resource concode_elem_sep String encoding concode_field_sep String getEncoding concode_elem_sep Resource getResource concode_elem_sep Reader getReader...
void function ( String arg0 ) { this . value = arg0 ; }
setter of the property value . concode_field_sep String name concode_elem_sep String comment concode_elem_sep String type concode_elem_sep String value concode_field_sep void setName concode_elem_sep String getValue concode_elem_sep boolean sameParameterAs concode_elem_sep String getName concode_elem_sep String getType...
int function ( ) { return ( rmap . size ( ) ) ; }
number of values v in v ' . concode_field_sep Hashtable<K,HashSet<V>> map concode_elem_sep Hashtable<V,HashSet<K>> rmap concode_field_sep int sizeKeys concode_elem_sep Set<K> keys concode_elem_sep boolean containsKey concode_elem_sep Set<V> values concode_elem_sep boolean isEmpty concode_elem_sep boolean checkFunctiona...
boolean function ( ) { return itsConnected ; }
return the current connection status . concode_field_sep SortedLinkedList itsPoints concode_elem_sep Set<PointDescription> itsAsyncPoints concode_elem_sep HashMap<String,ExternalSystem> theirExternalSystems concode_elem_sep boolean itsKeepRunning concode_elem_sep String itsName concode_elem_sep Thread itsThread concode...
void function ( final ElectionContext arg0 ) { String loc0 = arg0 . electionPath + LeaderElector . ELECTION_NODE ; zkCmdExecutor . ensureExists ( loc0 , zkClient ) ; this . context = arg0 ; }
set up any zookeeper nodes needed for leader election . concode_field_sep ElectionWatcher watcher concode_elem_sep String myNode concode_elem_sep ContextKey contextKey concode_elem_sep Map<ContextKey,ElectionContext> electionContexts concode_elem_sep String ELECTION_NODE concode_elem_sep boolean canceled concode_elem_s...
PropertyHolder function ( Component arg0 , String arg1 , PropertyData arg2 , PropertyHolder arg3 , MetadataBuildingContext arg4 ) { return new ComponentPropertyHolder ( arg0 , arg1 , arg2 , arg3 , arg4 ) ; }
build a component property holder concode_field_sep PlaceHolder placeHolder concode_field_sep placeholderType placeHolder
void function ( ) { statsPersistingService . flushStats ( ) ; statsDelegatingService . flushStats ( ) ; }
performs all queues flash concode_field_sep Logger log concode_elem_sep StatsDelegatingServiceImpl statsDelegatingService concode_elem_sep StatsPersistingServiceImpl statsPersistingService concode_field_sep StatsInfo getStats concode_elem_sep void fileDownloadedRemotely concode_elem_sep void fileDownloaded concode_elem...
String function ( ) { String loc0 = "srini_string" + degree + "srini_string" + "srini_string" + polyToString ( polynomial ) + "srini_string" ; return loc0 ; }
returns a human readable form of this field . concode_field_sep int polynomial concode_elem_sep int degree concode_field_sep int add concode_elem_sep int inverse concode_elem_sep String elementToStr concode_elem_sep int mult concode_elem_sep byte[] getEncoded concode_elem_sep int getRandomElement concode_elem_sep int g...
void function ( Listener arg0 ) { listeners . add ( arg0 ) ; }
registers new listener concode_field_sep List<Listener> listeners concode_elem_sep boolean initialized concode_field_sep void init concode_elem_sep List<Listener> listeners concode_elem_sep void doInit concode_elem_sep void doCheckAndNotify concode_elem_sep void checkAndNotify concode_elem_sep void remove
void function ( ) { String loc0 = "srini_string" ; final File loc1 = gui . showSaveDialog ( FreeCol . getSaveDirectory ( ) , loc0 ) ; if ( loc1 != null ) { saveGame ( loc1 ) ; } }
opens a dialog where the user should specify the filename and saves the game . concode_field_sep Logger logger concode_elem_sep FreeColClient freeColClient concode_elem_sep MapTransform currentMapTransform concode_elem_sep GUI gui concode_field_sep void transform concode_elem_sep void loadGame concode_elem_sep void loa...
void function ( String arg0 ) { this . projectId = arg0 ; }
sets the value of the projectid property . concode_field_sep String developerId concode_elem_sep String contents concode_elem_sep int id concode_elem_sep String projectId concode_field_sep void setDeveloperId concode_elem_sep String getDeveloperId concode_elem_sep String getContents concode_elem_sep void setId concode_...
int function ( ) { return findAvailableTcpPort ( PORT_RANGE_MIN ) ; }
find an available tcp port randomly selected from the range @value #port_range_min , @value #port_range_max . concode_field_sep int PORT_RANGE_MAX concode_elem_sep Random random concode_elem_sep int PORT_RANGE_MIN concode_field_sep SortedSet<Integer> findAvailableTcpPorts concode_elem_sep SortedSet<Integer> findAvailab...
boolean function ( ) { return false ; }
true if the store supports transactions insert , update , delete , false otherwise concode_field_sep Map<Name,RecordDescriptor> descriptors concode_field_sep List<Name> getDomainQueriables concode_elem_sep List<Name> getQueriables concode_elem_sep boolean supportsGetRepositoryItem
ORecord function ( final ORID arg0 ) { return underlying . remove ( arg0 ) ; }
remove record with specified identifier concode_field_sep String profilerPrefix concode_elem_sep int excludedCluster concode_elem_sep OCache underlying concode_elem_sep String profilerMetadataPrefix concode_field_sep int getSize concode_elem_sep void freeCluster concode_elem_sep void setEnable concode_elem_sep void sta...
void function ( String arg0 , String arg1 , Throwable arg2 ) { if ( LOG . INFO >= LOGLEVEL ) Log . i ( arg0 , arg1 , arg2 ) ; }
info log message . concode_field_sep int WARN concode_elem_sep int VERBOSE concode_elem_sep int ERROR concode_elem_sep int LOGLEVEL concode_elem_sep int DEBUG concode_elem_sep int INFO concode_field_sep boolean isLoggable concode_elem_sep void d concode_elem_sep void d concode_elem_sep void d concode_elem_sep void setL...
void function ( com . amazon . ec2 . DescribeSnapshotsType arg0 ) { this . localDescribeSnapshots = arg0 ; }
auto generated setter method concode_field_sep com.amazon.ec2.DescribeSnapshotsType localDescribeSnapshots concode_elem_sep javax.xml.namespace.QName MY_QNAME concode_field_sep java.lang.String generatePrefix concode_elem_sep com.amazon.ec2.DescribeSnapshotsType getDescribeSnapshots concode_elem_sep void serialize conc...
int function ( int arg0 ) { return ZZ_CMAP_A [ ZZ_CMAP_Y [ ZZ_CMAP_Z [ arg0 >> 13 ] | ( ( arg0 >> 7 ) & 0x3f ) ] | ( arg0 & 0x7f ) ] ; }
translates characters to character classes chosen bits are 8 , 6 , 7 total runtime size is 1040 bytes concode_field_sep int ZZ_NO_MATCH concode_elem_sep String[] ZZ_ERROR_MSG concode_elem_sep CharSequence zzBuffer concode_elem_sep int ZZ_UNKNOWN_ERROR concode_elem_sep int ZZ_PUSHBACK_2BIG concode_elem_sep int ZZ_LEXSTA...
void function ( HashMap < String , String > arg0 ) { parameter = arg0 ; }
set the parameters . note : all keys of the map must be in upper case concode_field_sep String[] availableLocale concode_elem_sep String password concode_elem_sep long serialVersionUID concode_elem_sep String[] availableLanguages concode_elem_sep HashMap<String,String> parameter concode_elem_sep String applicationUrl c...
void function ( MBeanServer arg0 ) { this . server = arg0 ; }
specify the mbeanserver instance with which all beans should be registered . the mbeanexporter will attempt to locate an existing mbeanserver if none is supplied . concode_field_sep int REGISTRATION_FAIL_ON_EXISTING concode_elem_sep int REGISTRATION_IGNORE_EXISTING concode_elem_sep MBeanServer server concode_elem_sep L...
String function ( @ Nullable Collection < VcsException > arg0 ) { if ( arg0 == null ) { return "srini_string" ; } StringBuilder loc0 = new StringBuilder ( ) ; for ( VcsException loc1 : arg0 ) { for ( String loc2 : loc1 . getMessages ( ) ) { loc0 . append ( loc2 . replace ( "srini_string" , "srini_string" ) ) . append (...
splits the given vcsexceptions to one string . exceptions are separated by < br / > line separator is also replaced by < br / > concode_field_sep String NO_CURRENT_BRANCH concode_field_sep void imply concode_elem_sep String code concode_elem_sep void notifyMessages concode_elem_sep JTextField getTextField concode_elem_...
void function ( ) { float loc0 = - 64 * ( ( GlState . r_newrefdef . time / 40.0f ) - ( int ) ( GlState . r_newrefdef . time / 40.0f ) ) ; if ( loc0 == 0.0f ) { loc0 = - 64.0f ; } beginScrolling ( loc0 ) ; GlState . gl . glDrawArrays ( Gl1Context . _GL_POLYGON , pos , numverts ) ; endScrolling ( ) ; }
drawglflowingpoly version that handles scrolling texture concode_field_sep Polygon next concode_elem_sep Polygon chain concode_elem_sep int numverts concode_elem_sep int flags concode_elem_sep int pos concode_field_sep void setY concode_elem_sep void setX concode_elem_sep void setS1 concode_elem_sep void setT2 concode_...
void function ( TransportClient arg0 ) { }
invoked when the connection associated with the given client has been invalidated . no further requests will come from this client . concode_field_sep PlaceHolder placeHolder concode_field_sep void receive concode_elem_sep StreamManager getStreamManager
Object function ( String arg0 ) { return getValueBinding ( getJsfEl ( arg0 ) ) . getValue ( FacesContext . getCurrentInstance ( ) ) ; }
get managed bean based on the bean name . concode_field_sep PlaceHolder placeHolder concode_field_sep String getRequestParameter concode_elem_sep Application getApplication concode_elem_sep Object getElValue concode_elem_sep ServletContext getServletContext concode_elem_sep String getJsfEl concode_elem_sep void resetMa...
Intent function ( ) { return ShadowApplication . getInstance ( ) . getNextStartedService ( ) ; }
non-android accessor that delegates to the application to consume and return the next intent on thestarted services stack . concode_field_sep PlaceHolder placeHolder concode_field_sep Intent peekNextStartedActivity concode_elem_sep void clearStartedServices concode_elem_sep Intent peekNextStartedService concode_elem_se...
void function ( CTDLbls arg0 ) { this . dLbls = arg0 ; }
sets the value of the dlbls property . concode_field_sep List<CTLineSer> ser concode_elem_sep CTDLbls dLbls concode_elem_sep CTChartLines dropLines concode_elem_sep CTExtensionList extLst concode_elem_sep CTChartLines hiLowLines concode_elem_sep CTUpDownBars upDownBars concode_elem_sep List<CTUnsignedInt> axId concode_...
boolean function ( String arg0 , String arg1 ) { String loc0 = ! useExternalFiles ? String . format ( "srini_string" , compiledUrl , arg0 ) : String . format ( externalPathFormat , arg0 ) ; Log . v ( Constants . Tag , String . format ( useExternalFiles ? FS_FORMAT : ASSET_FORMAT , loc0 ) ) ; return ! useExternalFiles |...
used to check if a file exists concode_field_sep Context myContext concode_elem_sep String FS_FORMAT concode_elem_sep String compiledUrl concode_elem_sep String externalPathFormat concode_elem_sep String ASSET_FORMAT concode_elem_sep boolean useExternalFiles concode_field_sep InputStream getFileStreamFor
PackageOperator function ( ) { return packageOperator ; }
gets the value of the packageoperator property . concode_field_sep PackageOperator packageOperator concode_field_sep void setPackageOperator
Double function ( ) { if ( array . length > 0 ) { Double loc0 = array [ 0 ] ; array = Arrays . copyOfRange ( array , 1 , array . length ) ; return loc0 ; } throw new NoSuchElementException ( ) ; }
retrieves and removes the head of this queue . this method differs from poll only in that it throws an exception if this queue is empty . concode_field_sep Double[] array concode_field_sep boolean add concode_elem_sep String toString concode_elem_sep Double poll concode_elem_sep Double peek concode_elem_sep Double elem...
void function ( ) { ArgsHandler loc0 = ArgsHandler . INSTANCE ; if ( loc0 . getPort ( ) != null ) { portText . setText ( loc0 . getPort ( ) ) ; } if ( loc0 . shouldStartServerAtLaunch ( ) ) { startServerBtn . toggleButton ( ) ; } if ( loc0 . memoryModeEnabled ( ) ) { saveMsgTextField . get ( ) . setEnabled ( false ) ; ...
checks command line arguments and toggles components if necessary . if the user has chosen a different port , then specifies it in the port text field . if the user has chosen to auto-start the smtp server , then it toggles automatically the `` start server '' button . concode_field_sep JLabel receivedLabel concode_ele...
void function ( String arg0 ) { this . columnName = arg0 ; }
this is called by liquibase to set the parameter `` columnname '' onto this change . concode_field_sep String columnName concode_elem_sep String tableNames concode_elem_sep String genericIdSql concode_elem_sep String idExceptions concode_elem_sep String[] tableNamesArray concode_elem_sep String genericUpdateSql concode...
void function ( DeliveryManager arg0 ) { this . deliveryManager = arg0 ; }
sets the delivery manager concode_field_sep CarbonNotificationManager notificationManager concode_elem_sep ExecutorService executor concode_elem_sep SubscriptionManager subscriptionManager concode_elem_sep TopicManager topicManager concode_elem_sep DeliveryManager deliveryManager concode_field_sep void init concode_ele...
String function ( ) { String loc0 = Platform . getPlatform ( ) . getName ( ) + "srini_string" ; if ( jrubyHome . startsWith ( "srini_string" ) ) { loc0 = jrubyHome . substring ( jrubyHome . indexOf ( "srini_string" ) + "srini_string" . length ( ) ) + loc0 ; } else { loc0 = "srini_string" + loc0 ; } return loc0 + System...
gets the path within the jar file of the jruby-cext native library . concode_field_sep String libName concode_elem_sep String jrubyHome concode_elem_sep Native INSTANCE concode_elem_sep Ruby runtime concode_elem_sep Library shim concode_field_sep IRubyObject callMethod concode_elem_sep IRubyObject callMethod concode_el...
float function ( ) { return mPositionY ; }
get the positiony . concode_field_sep boolean mTouchable concode_elem_sep Color mHolePolyColor concode_elem_sep VertexBufferObjectManager mVertexBuffObjManager concode_elem_sep Boolean bChange concode_elem_sep Vector<Polygon> mCurrPolygons concode_elem_sep FixtureDef FIXTURE_DEF concode_elem_sep Engine mEngine concode_...
void function ( int arg0 ) { this . threadID = arg0 ; }
sets the id of the thread originating this log record . concode_field_sep long sequenceNumber concode_elem_sep String sourceMethodName concode_elem_sep int initThreadId concode_elem_sep Level level concode_elem_sep Throwable thrown concode_elem_sep boolean sourceInitialized concode_elem_sep String message concode_elem_...
void function ( WorkflowStepObjectVO arg0 ) { this . escalationStep = arg0 ; }
setter method to set the escalation step concode_field_sep WorkflowStepObjectVO escalationStep concode_elem_sep EscalateTicketObjectVO escalation concode_field_sep void setEscalation concode_elem_sep WorkflowStepObjectVO getEscalationStep concode_elem_sep EscalateTicketObjectVO getEscalation
boolean function ( ) { return parent != null && parent . name . equals ( "srini_string" ) && ! name . equals ( "srini_string" ) ; }
returns true if this process comes from the zygote . concode_field_sep long serialVersionUID concode_elem_sep Proc parent concode_elem_sep List<Proc> children concode_elem_sep int operationCount concode_elem_sep String name concode_elem_sep int id concode_elem_sep Map<Integer,LinkedList<Operation>> stacks concode_elem_...
void function ( ) { clear ( ) ; this . referenceCount = 0 ; }
reset this resource holder - transactional state as well as reference count . concode_field_sep int referenceCount concode_elem_sep boolean rollbackOnly concode_elem_sep boolean synchronizedWithTransaction concode_elem_sep boolean isVoid concode_elem_sep Date deadline concode_field_sep boolean isSynchronizedWithTransac...
int function ( long arg0 ) { if ( arg0 < 17 ) return 6 ; return ( int ) Math . floor ( arg0 / ( Math . log ( arg0 ) - 1.5 ) ) ; }
get a high bound for pi n , the number of primes less or equal n. concode_field_sep PlaceHolder placeHolder concode_field_sep BigInt product concode_elem_sep BitSet sieveOfEratosthenes concode_elem_sep void sieveOfEratosthenes
VehicleInfoType function ( ) { return new VehicleInfoType ( ) ; }
create an instance of vehicleinfotype concode_field_sep QName _MitchellClaim_QNAME concode_field_sep MitchellClaimType createMitchellClaimType concode_elem_sep JAXBElement<MitchellClaimType> createMitchellClaim concode_elem_sep VehicleListType createVehicleListType concode_elem_sep LossInfoType createLossInfoType
void function ( Period arg0 ) { if ( arg0 == null ) { throw new IllegalArgumentException ( "srini_string" ) ; } }
checks whether the period is non-null . concode_field_sep PeriodPrinter iPrinter concode_elem_sep PeriodParser iParser concode_elem_sep Locale iLocale concode_field_sep PeriodFormatter withLocale concode_elem_sep void checkPeriodAmount concode_elem_sep void checkParser concode_elem_sep boolean isParser concode_elem_sep...
void function ( ) { containingMap . remove ( handle ) ; }
releases resources for this instance and removes this instance from the containing map . concode_field_sep Session session concode_elem_sep Result ackResult concode_elem_sep String handle concode_elem_sep Result bindResult concode_elem_sep Object[] parameters concode_elem_sep String lcQuery concode_elem_sep Map contain...
void function ( final String arg0 ) { }
report the end of an entity . this method is empty . concode_field_sep boolean inDTD concode_elem_sep String OPEN_TAG_COMMENT concode_elem_sep String CLOSE_TAG_COMMENT concode_elem_sep ArrayList comment concode_field_sep void startCDATA concode_elem_sep void clearComments concode_elem_sep void startEntity concode_elem_...
void function ( String arg0 , List < String > arg1 ) { if ( sFileSystemOwner . equals ( arg0 ) || arg1 . contains ( sFileSystemSuperGroup ) ) { return ; } throw new AccessControlException ( ExceptionMessage . PERMISSION_DENIED . getMessage ( arg0 + "srini_string" ) ) ; }
checks whether the user is a super user or in super group . concode_field_sep String sFileSystemOwner concode_elem_sep String sFileSystemSuperGroup concode_elem_sep boolean sPermissionCheckEnabled concode_field_sep void checkOwner concode_elem_sep void initializeFileSystem concode_elem_sep void checkPermission concode_...
void function ( ) { setFlaggedForRollback ( true ) ; }
flag the current test-managed transaction for rollback . invoking this method will not end the current transaction . rather , the value of this flag will be used to determine whether or not the current test-managed transaction should be rolled back or committed once it is @linkplain #end ended . concode_field_sep Place...
String function ( String arg0 ) { return arg0 ; }
return a record id to use internally in the database . this is needed for databases mysql that have limits on key lengths . the hash code ensures that the record id will be unique , even if the db only considers a prefix of a very long record id . concode_field_sep PlaceHolder placeHolder concode_field_sep String getIn...
CTExtensionList function ( ) { return extLst ; }
gets the value of the extlst property . concode_field_sep Object parent concode_elem_sep CTExtensionList extLst concode_elem_sep String name concode_elem_sep Long count concode_elem_sep List<CTFutureMetadataBlock> bk concode_field_sep void setName concode_elem_sep Object getParent concode_elem_sep String getName concod...
AnnotationVisitor function ( int arg0 , TypePath arg1 , String arg2 , boolean arg3 ) { if ( api < Opcodes . ASM5 ) { throw new RuntimeException ( ) ; } if ( cv != null ) { return cv . visitTypeAnnotation ( arg0 , arg1 , arg2 , arg3 ) ; } return null ; }
visits an annotation on a type in the class signature . concode_field_sep ClassVisitor cv concode_elem_sep int api concode_field_sep FieldVisitor visitField concode_elem_sep void visitInnerClass concode_elem_sep void visitEnd concode_elem_sep void visitOuterClass concode_elem_sep void visitAttribute concode_elem_sep vo...
Color function ( Color arg0 , Color arg1 , int arg2 ) { return new Color ( arg0 . getDevice ( ) , arg0 . getRed ( ) + ( arg1 . getRed ( ) - arg0 . getRed ( ) ) * arg2 / 255 , arg0 . getGreen ( ) + ( arg1 . getGreen ( ) - arg0 . getGreen ( ) ) * arg2 / 255 , arg0 . getBlue ( ) + ( arg1 . getBlue ( ) - arg0 . getBlue ( )...
calculates a mixed color from two colors by interpolating the rgb parts using a mix ratio . concode_field_sep PlaceHolder placeHolder concode_field_sep void fillVerticalGradientRectangle concode_elem_sep void fillVerticalGradientRoundedRectangle
void function ( String arg0 ) { this . byteMatchSetId = arg0 ; }
the bytematchsetid for a bytematchset . you use bytematchsetid to get information about a bytematchset , update a bytematchset , remove a bytematchset from a rule , and delete a bytematchset from aws waf . bytematchsetid is returned by createbytematchset and by listbytematchsets . concode_field_sep String name concode_...
String function ( ) { return m_status ; }
get_statusm concode_field_sep Integer m_linkedIfindex concode_elem_sep Interface m_linkedInterface concode_elem_sep String m_status concode_elem_sep Integer m_ifindex concode_elem_sep Integer m_linkedNodeId concode_elem_sep String m_lastPollTime concode_elem_sep Integer m_linktypeid concode_elem_sep Map<Integer,String>...
List < PostProcessAction > function ( ) { if ( postProcessActions == null ) { postProcessActions = new ArrayList < PostProcessAction > ( ) ; } return this . postProcessActions ; }
gets the value of the postprocessactions 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 postprocessactions property . for example , to ...
double function ( ) { return readRatioAvg ; }
returns the time the average worker spent reading input data , divided by the longest time spent by any worker in any segment . concode_field_sep double readRatioMax concode_elem_sep List<String> substeps concode_elem_sep double computeRatioAvg concode_elem_sep Function<ExplainQueryStep,QueryStep> FROM_PB_FUNCTION conc...
String function ( ) { return taskName ; }
return the name of this task . concode_field_sep boolean running concode_elem_sep int taskCount concode_elem_sep String currentTaskName concode_elem_sep TaskInfo lastTaskInfo concode_elem_sep long totalTimeNS concode_elem_sep long startTimeNS concode_elem_sep List<TaskInfo> taskList concode_elem_sep String taskName con...
int function ( ) { return parameterCount ; }
retrieves the number of parameters in the preparedstatement object for which this parametermetadata object contains information . concode_field_sep int[] types concode_elem_sep int[] modes concode_elem_sep int parameterCount concode_elem_sep int[] nullability concode_elem_sep Result.ResultMetaData rmd concode_elem_sep ...
void function ( String arg0 ) { if ( this . saveId != null ) { throw new IllegalStateException ( "srini_string" ) ; } this . saveId = arg0 ; }
set the text id this tile entity is saved to disk with . if this is not set , then load and save of the `` id '' tag must be performed manually . concode_field_sep String saveId concode_elem_sep GlowBlock block concode_field_sep Block getBlock concode_elem_sep void saveNbt concode_elem_sep GlowBlockState getState conco...
java . util . List < TagDescription > function ( ) { if ( tagDescriptions == null ) { tagDescriptions = new com . amazonaws . internal . SdkInternalList < TagDescription > ( ) ; } return tagDescriptions ; }
information about the tags . concode_field_sep com.amazonaws.internal.SdkInternalList<TagDescription> tagDescriptions concode_field_sep DescribeTagsResult withTagDescriptions concode_elem_sep DescribeTagsResult withTagDescriptions concode_elem_sep void setTagDescriptions concode_elem_sep int hashCode concode_elem_sep b...
Calendar function ( ) { return _date ; }
returns the file timestamp . this usually the last modification time . concode_field_sep String _name concode_elem_sep Calendar _date concode_elem_sep int DIRECTORY_TYPE concode_elem_sep int UNKNOWN_TYPE concode_elem_sep int WRITE_PERMISSION concode_elem_sep String _rawListing concode_elem_sep int READ_PERMISSION conco...
List < TYPE > function ( Iterator < TYPE > arg0 ) { List < TYPE > loc0 = new ArrayList < > ( ) ; while ( arg0 . hasNext ( ) ) { loc0 . add ( arg0 . next ( ) ) ; } return loc0 ; }
collects the remaining objects of the given iterator into a list . concode_field_sep Iterable<TYPE> iterable concode_field_sep FluentIterable<TYPE> filter concode_elem_sep Iterator<TYPE> iterator concode_elem_sep Optional<TYPE> last concode_elem_sep FluentIterable<TYPE> last concode_elem_sep Spliterator<TYPE> spliterat...
ProxySelector function ( ) { Logger . log ( getClass ( ) , LogLevel . TRACE , "srini_string" ) ; Win32IESettings loc0 = readSettings ( ) ; ProxySelector loc1 = createPacSelector ( loc0 ) ; if ( loc1 == null ) { loc1 = createFixedProxySelector ( loc0 ) ; } return loc1 ; }
getproxyselector concode_field_sep PlaceHolder placeHolder concode_field_sep ProxySelector createFixedProxySelector concode_elem_sep ProxyBypassListSelector buildLocalBypassSelector concode_elem_sep Properties parseProxyList concode_elem_sep void addSelectorForProtocol concode_elem_sep ProxySelector setByPassListOnSele...
void function ( ) { assertEquals ( "srini_string" , Util . checkString ( "srini_string" , 5 , null ) ) ; assertEquals ( "srini_string" , Util . checkString ( "srini_string" , 1 , null ) ) ; assertEquals ( "srini_string" , Util . checkString ( "srini_string" , 0 , null ) ) ; }
check the normalization of a string concode_field_sep PlaceHolder placeHolder concode_field_sep void test3GetUppercaseCountry concode_elem_sep void test1CheckURL concode_elem_sep void test2GetUppercaseCountry concode_elem_sep void test1CollectionToList concode_elem_sep void test3CheckURL concode_elem_sep void test3Coll...
Operation function ( String arg0 , Value arg1 ) { Packer loc0 = new Packer ( ) ; loc0 . packRawShort ( APPEND ) ; loc0 . packArrayBegin ( 1 ) ; arg1 . pack ( loc0 ) ; byte [ ] loc1 = loc0 . toByteArray ( ) ; return new Operation ( Operation . Type . CDT_MODIFY , arg0 , Value . get ( loc1 ) ) ; }
create list append operation . server appends value to end of list bin . server returns list size . concode_field_sep int POP_RANGE concode_elem_sep int POP concode_elem_sep int APPEND_ITEMS concode_elem_sep int REMOVE concode_elem_sep int SIZE concode_elem_sep int SET concode_elem_sep int GET_RANGE concode_elem_sep in...
String [ ] function ( ) { return args ; }
return the command line arguments concode_field_sep String[] args concode_elem_sep String[] shellCommandsToExecute concode_elem_sep boolean disableInternalCommands concode_elem_sep int historySize concode_field_sep boolean getDisableInternalCommands concode_elem_sep String[] getShellCommandsToExecute concode_elem_sep i...
long function ( ) { return Math . max ( 1 , System . currentTimeMillis ( ) - startTime ) ; }
builds how long it took to execute the search . concode_field_sep long startTime concode_field_sep long startTime
Image function ( ) { return getSWTImage ( SWT . ICON_QUESTION ) ; }
return the image to be used when displaying a question . concode_field_sep PlaceHolder placeHolder concode_field_sep Image getErrorImage concode_elem_sep Image getWarningImage concode_elem_sep Image getInfoImage concode_elem_sep Image getSWTImage
ISourceLink function ( URI arg0 ) { return new JSDebugSourceLink ( arg0 ) ; }
create source link for location concode_field_sep PlaceHolder placeHolder concode_field_sep IJSInspectExpression createInspectExpression concode_elem_sep boolean watchpointExists concode_elem_sep IJSExceptionBreakpoint exceptionBreakpointExists concode_elem_sep IJSWatchpoint createWatchpoint concode_elem_sep ILineBreak...
CacheManager function ( Resource arg0 ) { return new CacheManager ( parseConfiguration ( arg0 ) ) ; }
build an ehcache cachemanager from the given configuration resource . concode_field_sep PlaceHolder placeHolder concode_field_sep Configuration parseConfiguration
void function ( String arg0 , String arg1 , Throwable arg2 ) { if ( LOG . INFO >= LOGLEVEL ) Log . i ( arg0 , arg1 , arg2 ) ; }
info log message . concode_field_sep int WARN concode_elem_sep int VERBOSE concode_elem_sep int ERROR concode_elem_sep int LOGLEVEL concode_elem_sep int DEBUG concode_elem_sep int INFO concode_field_sep boolean isLoggable concode_elem_sep void d concode_elem_sep void d concode_elem_sep void d concode_elem_sep void setL...
CacheSubnetGroup function ( Subnet ... arg0 ) { if ( getSubnets ( ) == null ) setSubnets ( new java . util . ArrayList < Subnet > ( arg0 . length ) ) ; for ( Subnet loc0 : arg0 ) { getSubnets ( ) . add ( loc0 ) ; } return this ; }
a list of subnets associated with the cache subnet group . note : this method appends the values to the existing list if any . use #setsubnets java.util.collection or #withsubnets java.util.collection if you want to override theexisting values . returns a reference to this object so that method calls can be chained tog...
void function ( UserBean arg0 ) { arg0 . setColor ( generateColorCode ( ) ) ; userList . add ( arg0 ) ; }
method to add the passed userbean to the current user list concode_field_sep String DEFAULT_COLOR concode_elem_sep Vector colorList concode_elem_sep boolean stamp concode_elem_sep String[] ALL_COLORS concode_elem_sep Log log concode_elem_sep ChatState singleton concode_elem_sep Random generator concode_elem_sep Vector ...
ManagedObjectReference function ( ) { return returnval ; }
gets the value of the returnval property . concode_field_sep ManagedObjectReference returnval concode_field_sep void setReturnval
void function ( boolean arg0 ) { if ( mIsGpsEnabled != arg0 ) { mIsGpsEnabled = arg0 ; if ( mIsRunning ) { unregisterFromLocationUpdates ( ) ; registerForLocationUpdates ( ) ; maybeReportError ( "srini_string" ) ; } } }
sets whether to use the gps . concode_field_sep boolean mIsGpsEnabled concode_elem_sep String TAG concode_elem_sep long mNativeObject concode_elem_sep boolean mIsGpsProviderAvailable concode_elem_sep boolean mIsNetworkProviderAvailable concode_elem_sep LocationManager mLocationManager concode_elem_sep boolean mIsRunnin...
String function ( ) { return cacheControl ; }
returns the cache control response header override if it has been specified , or null otherwise . concode_field_sep String expires concode_elem_sep String cacheControl concode_elem_sep String RESPONSE_HEADER_CONTENT_ENCODING concode_elem_sep String RESPONSE_HEADER_CONTENT_DISPOSITION concode_elem_sep String[] PARAMETER...
void function ( String arg0 , String arg1 ) { Message loc0 = new Message ( arg0 ) ; MessageEvent loc1 = new MessageEvent ( ) ; loc1 . setDisplayed ( true ) ; loc1 . setPacketID ( arg1 ) ; loc0 . addExtension ( loc1 ) ; con . sendPacket ( loc0 ) ; }
sends the notification that the message was displayed to the sender of the original message concode_field_sep XMPPConnection con concode_elem_sep List messageEventRequestListeners concode_elem_sep PacketFilter packetFilter concode_elem_sep PacketListener packetListener concode_elem_sep List messageEventNotificationList...
void function ( ) { receiveBuffer . shutdown ( ) ; }
shuts down the queue buffer . once this method has been called , the queue buffer is not operational and all subsequent calls to it may fail concode_field_sep SendQueueBuffer sendBuffer concode_elem_sep ExecutorService executor concode_elem_sep ReceiveQueueBuffer receiveBuffer concode_elem_sep AtomicInteger threadCount...
org . omg . CORBA . TypeCode function ( ) { return DefinitionKindHelper . type ( ) ; }
get the typecode . concode_field_sep DefinitionKind value concode_field_sep void _read concode_elem_sep void _write
java . lang . String function ( ) { return getService ( ) . getOSGiServiceIdentifier ( ) ; }
returns the osgi service identifier . concode_field_sep ServiceTracker<AppLocalService,AppLocalService> _serviceTracker concode_field_sep com.liferay.marketplace.model.App fetchAppByUuidAndCompanyId concode_elem_sep com.liferay.portal.kernel.dao.orm.ExportActionableDynamicQuery getExportActionableDynamicQuery concode_e...
String function ( final IGPO arg0 , final URI arg1 ) { final Value loc0 = arg0 . getValue ( RDFS . LABEL ) ; if ( loc0 instanceof Literal ) { return ( ( Literal ) loc0 ) . getLabel ( ) ; } return null ; }
return the string value of the property iff it exists and otherwise null . concode_field_sep Logger log concode_elem_sep IObjectManager om concode_field_sep Void call concode_elem_sep Integer getLinkWeight concode_elem_sep void main
View function ( View arg0 ) { final EAnnotation loc0 = arg0 . getEAnnotation ( TREE_LAYOUT_ANNOTATION ) ; if ( loc0 != null ) { return ( View ) arg0 . eResource ( ) . getEObject ( loc0 . getDetails ( ) . get ( TREE_NODE_PARENT_URI ) ) ; } return null ; }
returns the parent view of a tree node from the parent view annotation . 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...
String function ( ) { return marker ; }
an optional pagination token provided by a previous events request . if this parameter is specified , the response includes only records beyond the marker , up to the value specified by maxrecords . concode_field_sep String marker concode_elem_sep com.amazonaws.internal.ListWithAutoConstructFlag<Event> events concode_f...
void function ( String arg0 , Service arg1 ) { if ( ! gatewayInUse ( arg0 ) ) { serviceRepo . put ( arg0 , arg1 ) ; } }
add a service with a given gateway concode_field_sep GSMServiceRepository me concode_elem_sep Map<String,Service> serviceRepo concode_field_sep void removeService concode_elem_sep GSMServiceRepository getInstence concode_elem_sep boolean gatewayInUse concode_elem_sep Service getService
boolean function ( ) { return ! empty ; }
have any changes actually been recorded , or is this empty ? concode_field_sep boolean reinstated concode_elem_sep Item item concode_elem_sep List<Metadatum> constant concode_elem_sep boolean newItem concode_elem_sep boolean withdrawn concode_elem_sep boolean empty concode_elem_sep Collection oldOwningCollection concod...
void function ( AsteriskAgentImpl arg0 , AgentState arg1 ) { logger . info ( "srini_string" + arg0 . getAgentId ( ) + "srini_string" + arg1 ) ; synchronized ( arg0 ) { arg0 . updateState ( arg1 ) ; } }
set state of agent . concode_field_sep AsteriskServerImpl server concode_elem_sep Map<String,AsteriskAgentImpl> ringingAgents concode_elem_sep Log logger concode_elem_sep Map<String,AsteriskAgentImpl> agents concode_field_sep void handleAgentCallbackLoginEvent concode_elem_sep void handleAgentsEvent concode_elem_sep vo...
Map < Name , String > function ( ) { return headers ; }
all the received message headers in a map keyed by eslheaders.name . the string mapped value is the parsed content of the header line ie , it does not include the header name . concode_field_sep Integer contentLength concode_elem_sep List<String> body concode_elem_sep Logger log concode_elem_sep Map<Name,String> header...
String function ( ) { return label ; }
this method is used for getting the label of the template . concode_field_sep String uid concode_elem_sep Visibility visibility concode_elem_sep List<ConfigDescriptionParameter> configDescriptions concode_elem_sep String description concode_elem_sep String label concode_elem_sep List<Trigger> triggers concode_elem_sep ...
void function ( Integer [ ] arg0 , int arg1 , int arg2 ) { assert arg1 > 2 && arg2 > 2 ; Integer loc0 = arg0 [ arg1 ] ; arg0 [ arg1 ] = arg0 [ arg2 ] ; arg0 [ arg2 ] = loc0 ; }
swapping two values concode_field_sep int lockedCity concode_elem_sep double[][] taskCities concode_elem_sep double minDistance concode_elem_sep Integer[] minPath concode_field_sep Object call concode_elem_sep void tspRecusion concode_elem_sep void totalDistance concode_elem_sep double euclideanDistance concode_elem_se...
Prispevok function ( Prispevok arg0 ) { return prispevkyRepository . save ( arg0 ) ; }
upravi prispevok v databaze concode_field_sep PrispevkyRepository prispevkyRepository concode_field_sep ArrayList<Prispevok> najdiPrispevky concode_elem_sep Prispevok savePrispevok concode_elem_sep Prispevok findPrispevok concode_elem_sep Boolean deletePrispevok concode_elem_sep Collection<Prispevok> getAllPrispevky
void function ( Serializable arg0 ) { this . compileData = arg0 ; }
sets the compilation data used for creating expression evaluators . concode_field_sep Serializable compileData concode_elem_sep String name concode_elem_sep JRSourceCompileTask compileTask concode_elem_sep JRCompilationSourceCode source concode_elem_sep File sourceFile concode_elem_sep List<JRExpression> expressions co...
void function ( ) { }
before add mode any actions concode_field_sep String retUrl concode_elem_sep String redirect_plus concode_elem_sep T edited concode_elem_sep String MODE_EDIT concode_elem_sep String REDIRECT_YES concode_elem_sep String REDIRECT_PLUS concode_elem_sep String mode concode_elem_sep T lastCreatedObject concode_elem_sep long...
void function ( ServiceStateChangeListener arg0 ) { globalListeners . add ( arg0 ) ; }
register a global listener , which receives notifications from the state change events of all services in the jvm concode_field_sep Object stateChangeLock concode_elem_sep STATE failureState concode_elem_sep Map<String,String> blockerMap concode_elem_sep Exception failureCause concode_elem_sep List<LifecycleEvent> life...
void function ( CompilerInput arg0 ) { inputs . add ( arg0 ) ; arg0 . setModule ( this ) ; }
adds a source code input to this module . concode_field_sep int depth concode_elem_sep DiagnosticType CIRCULAR_DEPENDENCY_ERROR concode_elem_sep String name concode_elem_sep List<JSModule> deps concode_elem_sep List<CompilerInput> inputs concode_elem_sep long serialVersionUID concode_field_sep List<String> getSortedDep...
void function ( Closure arg0 ) { ConfigureUtil . configure ( arg0 , getModule ( ) ) ; }
configures idea module information . for examples see docs for ideamodule . concode_field_sep IdeaWorkspace workspace concode_elem_sep IdeaModule module concode_elem_sep IdeaProject project concode_elem_sep String targetVersion concode_field_sep IdeaModule getModule concode_elem_sep void workspace concode_elem_sep void...
String function ( ) { return channelName ; }
gets the user-friendly name of the channel concode_field_sep int majorNumber concode_elem_sep int minorNumber concode_elem_sep String channelNumber concode_elem_sep String channelName concode_elem_sep JSONObject rawData concode_elem_sep String channelId concode_field_sep void setName concode_elem_sep void setRawData co...
JobBuilder function ( JobDataMap arg0 ) { jobDataMap = arg0 ; return this ; }
replace the jobdetail 's jobdatamap with thegiven jobdatamap . concode_field_sep boolean shouldRecover concode_elem_sep Class<? extends Job> jobClass concode_elem_sep boolean durability concode_elem_sep String description concode_elem_sep JobKey key concode_elem_sep JobDataMap jobDataMap concode_field_sep JobDetail bui...