code
stringlengths
20
663
nl
stringlengths
68
7.19k
double function ( ) { return durations . stream ( ) . mapToDouble ( t -> t ) . sorted ( ) . sum ( ) ; }
compute the total duration note : the sum function implements kahan summation algorithm concode_field_sep List<Double> durations concode_elem_sep List<Vector> controls concode_field_sep Vector getControl concode_elem_sep double getDuration concode_elem_sep int size concode_elem_sep void addControl concode_elem_sep Stri...
void function ( ) { int loc0 = getFirstDisplayLine ( ) + firstScrollLineIndex ; int loc1 = getFirstDisplayLine ( ) + lastScrollLineIndex + 1 ; textLines . add ( loc0 , new TextLine ( ) ) ; textLines . remove ( loc1 ) ; view . repaint ( ) ; }
scrolls the display up by one line . concode_field_sep ArrayList textLines concode_elem_sep JTextBuffer view concode_elem_sep int lastScrollLineIndex concode_elem_sep int firstScrollLineIndex concode_elem_sep int width concode_elem_sep int currentStyle concode_elem_sep int height concode_field_sep StyledText[] getLineT...
void function ( boolean arg0 ) { try { _myMulticastSocket . setLoopbackMode ( arg0 ) ; } catch ( SocketException loc0 ) { Logger . printError ( "srini_string" , "srini_string" + loc0 ) ; } }
disable/enable local loopback of multicast datagrams . the option is used by the platform 's networking code as a hint for setting whether multicast data will be looped back to the local socket . concode_field_sep int _myDatagramSize concode_elem_sep MulticastSocket _myMulticastSocket concode_elem_sep boolean isRunning...
void function ( ) { }
the final call you receive before your activity is destroyed . concode_field_sep CordovaPreferences preferences concode_elem_sep CordovaInterface cordova concode_elem_sep CordovaWebView webView concode_elem_sep String id concode_field_sep boolean onOverrideUrlLoading concode_elem_sep Uri remapUri concode_elem_sep void ...
boolean function ( ) { return _oNode == null ; }
determine if this tree node is empty . description : check if this tree node contains a value . concurrency issues : - preconditions : - postconditions : - concode_field_sep EvaluationTree _tRight concode_elem_sep EvaluationTree _tLeft concode_elem_sep Object _oNode concode_field_sep String createSpaces concode_elem_se...
JSONBuilder function ( String arg0 ) { appendCommaAndKey ( arg0 ) ; params . append ( "srini_string" ) ; return this ; }
begins a named object . concode_field_sep StringBuilder params concode_field_sep JSONBuilder item concode_elem_sep JSONBuilder item concode_elem_sep JSONBuilder item concode_elem_sep JSONBuilder item concode_elem_sep JSONBuilder item concode_elem_sep JSONBuilder item concode_elem_sep JSONBuilder item concode_elem_sep S...
boolean [ ] function ( InputStream arg0 ) { boolean [ ] loc0 = new boolean [ arg0 . read_long ( ) ] ; arg0 . read_boolean_array ( loc0 , 0 , loc0 . length ) ; return loc0 ; }
reads the boolean from the corba input stream . concode_field_sep PlaceHolder placeHolder concode_field_sep boolean[] extract concode_elem_sep void insert concode_elem_sep String id concode_elem_sep TypeCode type concode_elem_sep void write
boolean function ( ) { return empty ; }
returns whether or not this result contains any resource id listings . this will return false if either the set of successfully resolved resource identifiers or the map of failed resources is not empty . concode_field_sep Map failures concode_elem_sep Set resources concode_elem_sep boolean empty concode_field_sep Set g...
void function ( Competition arg0 ) { }
handles the competition instance that arrives at beginning of game . here we capture all the customer records so we can keep track of their subscriptions and usage profiles . concode_field_sep Logger log concode_elem_sep double cash concode_elem_sep BrokerContext master concode_field_sep void initialize
void function ( OutputStream arg0 ) { ObjectReferenceTemplateHelper . write ( arg0 , value ) ; }
write the stored value into the cdr stream . concode_field_sep ObjectReferenceTemplate value concode_field_sep void _read concode_elem_sep org.omg.CORBA.TypeCode _type
void function ( ) { System . out . println ( "srini_string" ) ; TestElement loc0 = new JobStatistics ( ) ; JobStatisticsGui loc1 = new JobStatisticsGui ( ) ; loc1 . modifyTestElement ( loc0 ) ; }
test of modifytestelement method , of class jobstatisticsgui . concode_field_sep PlaceHolder placeHolder concode_field_sep void testCreateTestElement concode_elem_sep void testGetStaticLabel concode_elem_sep void setUpClass concode_elem_sep void testInit concode_elem_sep void setUp concode_elem_sep void tearDownClass c...
String function ( ) { return super . toString ( ) + "srini_string" + running + "srini_string" + startTime + "srini_string" + total + "srini_string" ; }
retrieves the internal state of this object , as a string . the retreived value is : super.tostring + '' running = '' + running + '' , starttime = '' + starttime + '' , total = '' + total + '' '' ; concode_field_sep boolean running concode_elem_sep long total concode_elem_sep long startTime concode_elem_sep long lastSt...
void function ( ) { if ( updater == null ) { updater = new StatisticsUpdater ( ) ; System . out . println ( "srini_string" + id + "srini_string" + hostname + "srini_string" + port ) ; } }
method description concode_field_sep String password concode_elem_sep int cpuNo concode_elem_sep String urlPath concode_elem_sep MBeanServerConnection server concode_elem_sep StatisticsUpdater updater concode_elem_sep Timer updateTimer concode_elem_sep String id concode_elem_sep String userName concode_elem_sep JMXConn...
void function ( ObjectOutputStream arg0 ) { arg0 . defaultWriteObject ( ) ; SerialUtilities . writeShape ( this . dataArea , arg0 ) ; SerialUtilities . writeShape ( this . plotArea , arg0 ) ; }
provides serialization support . concode_field_sep ChartRenderingInfo owner concode_elem_sep long serialVersionUID concode_elem_sep List subplotInfo concode_elem_sep Rectangle2D dataArea concode_elem_sep Rectangle2D plotArea concode_field_sep PlotRenderingInfo getSubplotInfo concode_elem_sep void setPlotArea concode_el...
Operator function ( Operator arg0 ) { return arg0 == Operator . LINKS_TO ? Operator . EQUALS : arg0 ; }
perform any necessary normalization on operator so that it can beproperly utilized in store methods i.e. convert a utilityoperator to a functional one . concode_field_sep PlaceHolder placeHolder concode_field_sep TObject normalizeValue
List < TextRenderEvent > function ( ) { return alLabels ; }
returns all cached labels . concode_field_sep ArrayList<WrappedInstruction> alPlanes concode_elem_sep ArrayList<MarkerInstruction> alMarkers concode_elem_sep List<Object> al3D concode_elem_sep int FLUSH_MARKER concode_elem_sep int FLUSH_LABLE concode_elem_sep int FLUSH_ALL concode_elem_sep ArrayList<WrappedInstruction>...
void function ( int arg0 ) { mSoundPool . stop ( mSoundPoolMap . get ( arg0 ) ) ; }
stop a sound concode_field_sep SoundPool mSoundPool concode_elem_sep AudioManager mAudioManager concode_elem_sep HashMap<Integer,Integer> mSoundPoolMap concode_elem_sep Context mContext concode_elem_sep SoundManager _instance concode_field_sep void loadSounds concode_elem_sep void addSound concode_elem_sep void cleanup...
BeanDefinitionBuilder function ( int arg0 ) { this . beanDefinition . setRole ( arg0 ) ; return this ; }
set the role of this definition . concode_field_sep int constructorArgIndex concode_elem_sep AbstractBeanDefinition beanDefinition concode_field_sep BeanDefinitionBuilder addConstructorArgValue concode_elem_sep BeanDefinitionBuilder setAutowireMode concode_elem_sep BeanDefinitionBuilder addConstructorArgReference conco...
ContainerListOptions function ( String arg0 ) { add ( "srini_string" , checkNotNull ( arg0 , "srini_string" ) ) ; return this ; }
for a string value x , returns container names that are greater in value than the specified marker . concode_field_sep Map<String,String> queryParams concode_field_sep ContainerListOptions add concode_elem_sep ContainerListOptions path concode_elem_sep ContainerListOptions endMarker concode_elem_sep ContainerListOption...
boolean function ( Object arg0 ) { return myVisitedElements . containsKey ( arg0 ) ; }
returns true if this element was already visited . concode_field_sep int linkCount concode_elem_sep Map myVisitedElements concode_elem_sep Iterator myElements concode_elem_sep boolean done concode_field_sep void beginVisit concode_elem_sep Iterator getElementLinks concode_elem_sep void endVisit concode_elem_sep void pe...
boolean function ( ) { return true ; }
will return true since @example can be used in field documentation . concode_field_sep String NAME concode_elem_sep String HEADER concode_field_sep boolean inPackage concode_elem_sep String createHTML concode_elem_sep String getName concode_elem_sep boolean inOverview concode_elem_sep boolean inMethod concode_elem_sep ...
ValueBuilder function ( Class < T > arg0 ) { Expression loc0 = ExpressionBuilder . faultBodyExpression ( arg0 ) ; return new ValueBuilder ( loc0 ) ; }
returns a predicate and value builder for the fault message body as a specific type concode_field_sep PlaceHolder placeHolder concode_field_sep ValueBuilder constant concode_elem_sep ValueBuilder sendTo concode_elem_sep ValueBuilder systemProperty concode_elem_sep ValueBuilder systemProperty concode_elem_sep ValueBuild...
boolean function ( String arg0 ) { return ! namespaceIsAbsolute ( arg0 ) ; }
method namespaceisrelative concode_field_sep PlaceHolder placeHolder concode_field_sep void checkTraversability concode_elem_sep void assertNotRelativeNS concode_elem_sep void checkForRelativeNamespace concode_elem_sep boolean namespaceIsAbsolute concode_elem_sep boolean namespaceIsAbsolute
void function ( BigInteger arg0 ) { this . bytes = arg0 ; }
sets the value of the bytes property . concode_field_sep DeletedFlagType deleted concode_elem_sep BigInteger bytes concode_elem_sep String id concode_elem_sep String value concode_elem_sep String space concode_field_sep void setSpace concode_elem_sep String getValue concode_elem_sep DeletedFlagType getDeleted concode_e...
AuditEvent function ( PersistentAuditEvent arg0 ) { Instant loc0 = arg0 . getAuditEventDate ( ) . atZone ( ZoneId . systemDefault ( ) ) . toInstant ( ) ; return new AuditEvent ( Date . from ( loc0 ) , arg0 . getPrincipal ( ) , arg0 . getAuditEventType ( ) , convertDataToObjects ( arg0 . getData ( ) ) ) ; }
convert a persistentauditevent to an auditevent concode_field_sep PlaceHolder placeHolder concode_field_sep Map<String,String> convertDataToStrings concode_elem_sep Map<String,Object> convertDataToObjects
Dimension function ( ) { return new Dimension ( ( int ) format . getWidth ( ) , ( int ) format . getHeight ( ) ) ; }
return graphics size , in / 72ths of an inch concode_field_sep int orientation concode_elem_sep PageBook book concode_elem_sep PageFormat format concode_elem_sep int moveableCount concode_elem_sep double yscale concode_elem_sep boolean deleted concode_elem_sep List<PrintObject> objects concode_elem_sep int x concode_el...
boolean function ( String arg0 , JSONArray arg1 , CallbackContext arg2 ) { CordovaArgs loc0 = new CordovaArgs ( arg1 ) ; return execute ( arg0 , loc0 , arg2 ) ; }
executes the request . this method is called from the webview thread . to do a non-trivial amount of work , use : cordova.getthreadpool . execute runnable ; to run on the ui thread , use : cordova.getactivity . runonuithread runnable ; concode_field_sep CordovaInterface cordova concode_elem_sep CordovaWebView webView c...
com . liferay . socialcoding . model . SVNRevision function ( long arg0 ) { return _svnRevisionLocalService . getSVNRevision ( arg0 ) ; }
returns the s v n revision with the primary key . concode_field_sep SVNRevisionLocalService _svnRevisionLocalService concode_field_sep java.lang.String getOSGiServiceIdentifier concode_elem_sep com.liferay.socialcoding.model.SVNRevision getFirstSVNRevision concode_elem_sep void setWrappedService concode_elem_sep com.li...
void function ( ) { allPersons . clear ( ) ; allTags . clear ( ) ; }
clears all persons and tags from the address book . concode_field_sep UniquePersonList allPersons concode_elem_sep UniqueTagList allTags concode_field_sep boolean containsPerson concode_elem_sep void removePerson concode_elem_sep void removeTag concode_elem_sep UniquePersonList getAllPersons concode_elem_sep UniqueTagL...
void function ( String arg0 ) { this . lastFailureMessage = arg0 ; }
the message indicating that logs failed to be delivered . concode_field_sep String bucketName concode_elem_sep String lastFailureMessage concode_elem_sep Boolean loggingEnabled concode_elem_sep java.util.Date lastSuccessfulDeliveryTime concode_elem_sep java.util.Date lastFailureTime concode_elem_sep String s3KeyPrefix ...
void function ( ) { GL . glColor4f ( r , g , b , a ) ; }
bind this colour to the gl context concode_field_sep Color yellow concode_elem_sep Color gray concode_elem_sep float b concode_elem_sep Color lightGray concode_elem_sep SGL GL concode_elem_sep float g concode_elem_sep Color black concode_elem_sep Color pink concode_elem_sep Color transparent concode_elem_sep Color dark...
UninitializedMessageException function ( MessageType arg0 ) { if ( arg0 instanceof AbstractMessageLite ) { return ( ( AbstractMessageLite ) arg0 ) . newUninitializedMessageException ( ) ; } return new UninitializedMessageException ( arg0 ) ; }
creates an uninitializedmessageexception for messagetype . concode_field_sep ExtensionRegistryLite EMPTY_REGISTRY concode_field_sep MessageType parseDelimitedFrom concode_elem_sep MessageType parseDelimitedFrom concode_elem_sep MessageType parsePartialDelimitedFrom concode_elem_sep MessageType parsePartialDelimitedFrom...
java . util . List < com . liferay . portal . model . UserGroup > function ( long arg0 ) { return getService ( ) . getUserUserGroups ( arg0 ) ; }
returns all the user groups to which the user belongs . concode_field_sep UserGroupService _service concode_field_sep void deleteUserGroup concode_elem_sep com.liferay.portal.model.UserGroup addUserGroup concode_elem_sep com.liferay.portal.model.UserGroup addUserGroup concode_elem_sep void addTeamUserGroups concode_ele...
String function ( Uri arg0 , CordovaInterface arg1 ) { return FileHelper . getRealPath ( arg0 . toString ( ) , arg1 ) ; }
returns the real path of the given uri . if the given uri is a content : / / uri , the real path is retrieved from the media store . concode_field_sep String _DATA concode_elem_sep String LOG_TAG concode_field_sep String stripFileProtocol concode_elem_sep String getMimeType concode_elem_sep String getMimeTypeForExtensi...
SelectItem [ ] function ( String arg0 , String arg1 , int arg2 , int arg3 ) { int loc0 = arg3 - arg2 + 1 ; SelectItem [ ] loc1 = new SelectItem [ loc0 ] ; for ( int loc2 = 0 ; loc2 < loc0 ; loc2 ++ ) { String loc3 = arg0 + Integer . toString ( arg2 + loc2 ) + arg1 ; loc1 [ loc2 ] = buildSelectItem ( loc3 ) ; } return l...
utility method for building selectitem from a series of localised entries in a messagebundle . the selectitem value is the messagebundle key , and the label is the localised messagebundle value . concode_field_sep Log logger concode_elem_sep Effect valueChangeEffect concode_field_sep void effectChangeListener concode_e...
ConfigurationMetadataRepositoryJsonBuilder function ( InputStream arg0 ) { return withJsonResource ( arg0 , this . defaultCharset ) ; }
add the content of a configurationmetadatarepository defined by thespecified inputstream json document using the default charset . if thismetadata repository holds items that were loaded previously , these are ignored . leaves the stream open when done . concode_field_sep Charset defaultCharset concode_elem_sep List<Si...
double function ( final double [ ] arg0 ) { final double [ ] loc0 = NeighbourhoodFunction . loc0 ( arg0 ) ; double loc1 = 0 ; for ( int loc2 = 0 ; loc2 < loc0 . length ; loc2 ++ ) loc1 += loc0 [ loc2 ] * loc2 ; return loc1 ; }
returns the average of the distances between reachable pairs of nodes . concode_field_sep Logger LOGGER concode_field_sep double[] compute concode_elem_sep double[] compute concode_elem_sep double[] compute concode_elem_sep double effectiveDiameter concode_elem_sep double effectiveDiameter concode_elem_sep double harmo...
void function ( Description arg0 ) { this . description = arg0 ; }
sets the value of the description property . concode_field_sep SecurityPermissionSpec securityPermissionSpec concode_elem_sep Description description concode_elem_sep String id concode_field_sep void setId concode_elem_sep String getId concode_elem_sep Description getDescription concode_elem_sep SecurityPermissionSpec ...
String function ( long arg0 ) { return formatDate ( new Date ( arg0 ) , ' ' ) ; }
format the specified date and time into a rfc 1123 date string . concode_field_sep Calendar cal concode_elem_sep int year concode_elem_sep int minute concode_elem_sep int month concode_elem_sep int hour concode_elem_sep int dayOfWeek concode_elem_sep int dayOfMonth concode_elem_sep int second concode_field_sep String f...
void function ( ) { sCISafe . clearOutEvents ( ) ; }
this method resets the outgoing events . concode_field_sep long number3 concode_elem_sep boolean numberPressed concode_elem_sep boolean reset concode_elem_sep int nextStateIndex concode_elem_sep long numberPressedValue concode_elem_sep SCIUserImpl sCIUser concode_elem_sep long number1 concode_elem_sep SCISafeImpl sCISa...
void function ( String arg0 ) { this . code = arg0 ; }
sets the value of the code property . concode_field_sep String code concode_elem_sep Boolean visible concode_elem_sep Boolean documentation concode_elem_sep Langs langs concode_elem_sep long serialVersionUID concode_elem_sep Long id concode_elem_sep String label concode_elem_sep Integer position concode_elem_sep Descri...
java . lang . String function ( ) { return _kaleoCondition . getUserName ( ) ; }
returns the user name of this kaleo condition . concode_field_sep KaleoCondition _kaleoCondition concode_field_sep void setExpandoBridgeAttributes concode_elem_sep void setExpandoBridgeAttributes concode_elem_sep void setExpandoBridgeAttributes concode_elem_sep void setGroupId concode_elem_sep boolean isEscapedModel co...
HttpServer function ( String arg0 , Class < ? extends Servlet > arg1 , Map < String , String > arg2 ) { if ( arg0 == null ) { throw new IllegalArgumentException ( "srini_string" ) ; } return create ( URI . create ( arg0 ) , arg1 , arg2 ) ; }
create a httpserver that registers the declaredservlet class . concode_field_sep PlaceHolder placeHolder concode_field_sep placeholderType placeHolder
String function ( ) { return location ; }
get the location the text of the identifier object is associated with concode_field_sep String BL concode_elem_sep String TR concode_elem_sep String TL concode_elem_sep String BR concode_elem_sep String location concode_elem_sep String text concode_field_sep void setLocation concode_elem_sep String getText concode_elem...
Movie function ( Movie arg0 ) { Movie loc0 = new Movie ( ) ; for ( Track loc1 : arg0 . getTracks ( ) ) { loc0 . addTrack ( new ChangeTimeScaleTrack ( loc1 , timeScale , ismvBuilder . getFragmentIntersectionFinder ( ) . sampleNumbers ( loc1 , arg0 ) ) ) ; } return loc0 ; }
returns a new movie in that all tracks have the timescale 10000000 . cts & dts are modified in a way that even with more than one framerate the fragments exactly begin at the same time . concode_field_sep Logger LOG concode_elem_sep ManifestWriter manifestWriter concode_elem_sep boolean debugOutput concode_elem_sep Fil...
javax . xml . stream . XMLStreamReader function ( javax . xml . namespace . QName arg0 ) { return localAssignPrivateIpAddressesResponse . getPullParser ( MY_QNAME ) ; }
databinding method to get an xml representation of this object concode_field_sep javax.xml.namespace.QName MY_QNAME concode_elem_sep com.amazon.ec2.AssignPrivateIpAddressesResponseType localAssignPrivateIpAddressesResponse concode_field_sep java.lang.String generatePrefix concode_elem_sep void serialize concode_elem_se...
Set < Long > function ( String arg0 , Collection < String > arg1 , Long arg2 , Integer arg3 ) { return this . phenotypeAssociationDao . findPrivateEvidenceId ( arg2 , arg3 ) ; }
find private evidence id that the user can modifiable or own concode_field_sep LiteratureEvidenceDao literatureEvidenceDao concode_elem_sep PhenotypeAssociationDao phenotypeAssociationDao concode_elem_sep GenericExperimentDao genericExperimentDao concode_elem_sep ExperimentalEvidenceDao experimentalEvidenceDao concode_...
org . eclipse . core . resources . mapping . ResourceChangeValidator function ( ) { if ( instance == null ) instance = new org . eclipse . core . resources . mapping . ResourceChangeValidator ( ) ; return instance ; }
return the singleton change validator . concode_field_sep org.eclipse.core.resources.mapping.ResourceChangeValidator instance concode_field_sep IResourceChangeDescriptionFactory createDeltaFactory concode_elem_sep IStatus combineResults concode_elem_sep IStatus validateChange concode_elem_sep IResource[] getRootResourc...
long function ( ) { return st_perm_failed ; }
todo concode_field_sep long st_msgs_dropped concode_elem_sep long st_connection_drop concode_elem_sep long st_perm_failed concode_elem_sep long st_msgs_queued concode_elem_sep long st_connect_fail concode_field_sep long getConnectFail concode_elem_sep long getConnectionDrop concode_elem_sep long getMsgsQueued concode_e...
void function ( ) { final CommandLineArgs loc0 = new CommandLineArgs ( "srini_string" ) ; final Option loc1 = loc0 . findOption ( "srini_string" ) . iterator ( ) . next ( ) ; Assert . assertEquals ( "srini_string" , "srini_string" , loc1 . key ( ) ) ; Assert . assertEquals ( "srini_string" , "srini_string" , loc1 . val...
can find partial options . concode_field_sep PlaceHolder placeHolder concode_field_sep void getAllOptions concode_elem_sep void getOptionsWhenNone concode_elem_sep void findGNUOption concode_elem_sep void findExceptionOption concode_elem_sep void findJavaLikeOption concode_elem_sep void findShortOptionWithValue concode...
org . apache . axis . description . TypeDesc function ( ) { return typeDesc ; }
return type metadata object concode_field_sep pe.com.grupobbva.ohc.pe29.CtDatosRelacion[] datosRelacion concode_elem_sep java.lang.String codigoCliente concode_elem_sep java.lang.String apellido concode_elem_sep java.lang.String situacion concode_elem_sep java.lang.String oficinaPrincipal concode_elem_sep java.lang.Obj...
com . liferay . mail . model . Folder function ( long arg0 ) { return getService ( ) . deleteFolder ( arg0 ) ; }
deletes the folder with the primary key from the database . also notifies the appropriate model listeners . concode_field_sep FolderLocalService _service concode_field_sep java.lang.String getOSGiServiceIdentifier concode_elem_sep com.liferay.portal.kernel.dao.orm.ActionableDynamicQuery getActionableDynamicQuery concod...
void function ( GAffineTransform arg0 ) { int loc0 = pathPoints . loc0 ( ) ; for ( int loc1 = 0 ; loc1 < loc0 ; loc1 ++ ) { MyPoint loc2 = pathPoints . get ( loc1 ) ; arg0 . transform ( loc2 , loc2 ) ; } }
transforms this path concode_field_sep EuclidianViewInterfaceSlim view concode_elem_sep GRectangle bounds concode_elem_sep ArrayList<MyPoint> pathPoints concode_elem_sep GGeneralPath gp concode_elem_sep double largestCoord concode_elem_sep boolean needClosePath concode_elem_sep float MAX_COORD_VALUE concode_field_sep G...
void function ( QueueBrowser arg0 ) { if ( arg0 != null ) { try { arg0 . close ( ) ; } catch ( JMSException loc0 ) { logger . trace ( "srini_string" , loc0 ) ; } catch ( Throwable loc0 ) { logger . trace ( "srini_string" , loc0 ) ; } } }
close the given jms queuebrowser and ignore any thrown exception . this is useful for typical finally blocks in manual jms code . concode_field_sep Log logger concode_field_sep void rollbackIfNecessary concode_elem_sep void commitIfNecessary concode_elem_sep JmsException convertJmsAccessException concode_elem_sep void ...
void function ( java . lang . Long arg0 ) { this . companyId = arg0 ; }
sets the companyid value for this proposalcompanyassociation . concode_field_sep java.lang.Long companyId concode_elem_sep java.lang.Object __equalsCalc concode_elem_sep boolean __hashCodeCalc concode_elem_sep com.google.api.ads.dfp.axis.v201405.ProposalCompanyAssociationType type concode_elem_sep org.apache.axis.descr...
Hashtable < Node , FunctionalDependency > function ( ) { return this . fdependencies ; }
gets the functional dependencies . concode_field_sep Hashtable<Node,FunctionalDependency> fdependencies concode_elem_sep Hashtable<Node,Node> binding concode_elem_sep List<Triple> rhs concode_field_sep MatchingResult matchLHS concode_elem_sep List<String> getSourceOntologyURIs concode_elem_sep List<String> getTargetDat...
void function ( List < HandshakeInterceptor > arg0 ) { this . interceptors . clear ( ) ; if ( arg0 != null ) { this . interceptors . addAll ( arg0 ) ; } }
configure one or more websocket handshake request interceptors . concode_field_sep boolean running concode_elem_sep Log logger concode_elem_sep WebSocketHandler wsHandler concode_elem_sep List<HandshakeInterceptor> interceptors concode_elem_sep HandshakeHandler handshakeHandler concode_field_sep void stop concode_elem_...
BigInteger function ( int arg0 ) { BigInteger loc0 = randomPositiveBigInteger ( arg0 ) ; return RANDOM_SOURCE . nextBoolean ( ) ? loc0 : loc0 . negate ( ) ; }
equivalent to calling randompositivebiginteger numbits and then flipping the sign with 50 % probability . concode_field_sep int ARRAY_SIZE concode_elem_sep int[] biggestBinomials concode_elem_sep int ARRAY_MASK concode_elem_sep int MAX_EXPONENT concode_elem_sep Random RANDOM_SOURCE concode_field_sep BigInteger randomBi...
void function ( ) { if ( ! serverIsOpen ( ) ) { return ; } serverSocket . close ( ) ; serverSocket = null ; serverInput = null ; serverOutput = null ; }
close an open connection to the server . concode_field_sep Proxy proxy concode_elem_sep int DEFAULT_CONNECT_TIMEOUT concode_elem_sep int connectTimeout concode_elem_sep int DEFAULT_READ_TIMEOUT concode_elem_sep InputStream serverInput concode_elem_sep int defaultSoTimeout concode_elem_sep int defaultConnectTimeout conc...
boolean function ( ) { return this . currentPositionInEntireResult == 0 ; }
are we on the first row of the result set ? concode_field_sep ResultSet owner concode_elem_sep ServerPreparedStatement prepStmt concode_elem_sep boolean wasEmpty concode_elem_sep boolean lastRowFetched concode_elem_sep List fetchedRows concode_elem_sep int BEFORE_START_OF_ROWS concode_elem_sep long statementIdOnServer ...
void function ( String arg0 , Throwable arg1 ) { wtf ( arg0 , null , arg1 ) ; }
prints a message at assert priority . 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 void print...
MandateStatus function ( ) { return status ; }
gets the value of the status property . concode_field_sep Boolean migratingMandate concode_elem_sep String totalCollected concode_elem_sep String totalInFlight concode_elem_sep MandateType type concode_elem_sep XMLGregorianCalendar creationDate concode_elem_sep String mandateOperationReason concode_elem_sep String user...
void function ( String arg0 , String arg1 ) { assertDoesNotContain ( "srini_string" + arg1 + "srini_string" + arg0 + "srini_string" , arg0 , arg1 ) ; }
assert that the given substring needle is not present in the given string haystack . concode_field_sep PlaceHolder placeHolder concode_field_sep boolean contains concode_elem_sep void assertContains concode_elem_sep void assertContains
void function ( ) { if ( bufferMode == LAST_UPDATE ) { analogUpdates . removeAllElements ( ) ; } bufferMode = ALL_UPDATES ; }
sets the buffering mode of the listener to record and return all analogupdates , beginning at the time this mode is first enabled . concode_field_sep int LAST_UPDATE concode_elem_sep Vector analogUpdates concode_elem_sep int ALL_UPDATES concode_elem_sep int bufferMode concode_field_sep void setModeLastAnalogUpdate conc...
ConfigRevision function ( ConfigFileData arg0 , User arg1 , ConfigChannel arg2 ) { String loc0 = arg0 . getPath ( ) ; ConfigurationManager loc1 = ConfigurationManager . getInstance ( ) ; ConfigFile loc2 = loc1 . lookupConfigFile ( arg1 , arg2 . getId ( ) , loc0 ) ; if ( loc2 == null ) { return create ( arg0 , arg1 , ar...
creates or updates a config file depending on the data in the given configfileform . . i.e. if a file with the given path exists , it updates the file with that path . else it creates a new file of the path . . concode_field_sep ConfigFileBuilder HELPER concode_field_sep void validateForCreate concode_elem_sep ConfigRe...
void function ( Collection < IRegion > arg0 , IValidationContext arg1 , IReporter arg2 ) { validateJavaElement ( arg0 , arg1 , arg2 , false ) ; }
validate the java element concode_field_sep IFile file concode_elem_sep boolean disconnected concode_elem_sep IDocument document concode_elem_sep EditorValidationContext context concode_elem_sep int count concode_elem_sep boolean disabled concode_elem_sep Set<IDocument> reporters concode_elem_sep Map<IValidator,IProjec...
short function ( ) { return cpt_Anio ; }
gets the cpt_anio value for this carpetassdtcarpetassdtitem . concode_field_sep short cpt_Anio concode_elem_sep org.apache.axis.description.TypeDesc typeDesc concode_elem_sep int cpt_Nro concode_elem_sep java.lang.Object __equalsCalc concode_elem_sep java.lang.String cpt_TituloCarpeta concode_elem_sep boolean __hashCod...
DiscoveryResultFlag function ( ) { return this . flag ; }
returns the flag of this result object . the flag signals e.g. if the result is discoveryresultflag #new or has been marked as discoveryresultflag #ignored . in the latter case the result object should be regarded as known by the system so that further processing should be skipped . concode_field_sep ThingUID bridgeUID...
Path [ ] function ( Path arg0 , String arg1 ) { try ( DirectoryStream < Path > loc0 = Files . newDirectoryStream ( arg0 , arg1 ) ) { return toArray ( loc0 ) ; } }
returns an array of all files in the given directory matching the glob . concode_field_sep PlaceHolder placeHolder concode_field_sep InputStream openFileURLStream concode_elem_sep void deleteSubDirectories concode_elem_sep Path[] toArray concode_elem_sep boolean exists concode_elem_sep Path append concode_elem_sep bool...
void function ( int arg0 ) { flushBits ( ) ; out . write ( arg0 & 0xff ) ; out . write ( arg0 >> 8 ) ; bytesWritten += 2 ; }
write a 16 bit unsigned value to the out stream concode_field_sep long bytesWritten concode_elem_sep int bitBuf concode_elem_sep OutputStream out concode_elem_sep int bitPos concode_field_sep void initBits concode_elem_sep int setBit concode_elem_sep void writeFloat concode_elem_sep void writeUBits concode_elem_sep byt...
String function ( ) { return url ; }
get the value of url . concode_field_sep boolean needsUpdate concode_elem_sep String oldSchemaVersionUrl concode_elem_sep String id concode_elem_sep String url concode_elem_sep long timestamp concode_field_sep String getOldSchemaVersionUrl concode_elem_sep void setNeedsUpdate concode_elem_sep long getTimestamp concode_...
boolean function ( ) { return ( ipAddress & 0x00000007 ) == 3 ; }
check if the ip address is belongs to a class c ip address . concode_field_sep int ipAddress concode_field_sep int hashCode concode_elem_sep boolean equals concode_elem_sep boolean isClassB concode_elem_sep int getIPAddress concode_elem_sep String toString concode_elem_sep int parseIPAddress concode_elem_sep boolean is...
void function ( final Map arg0 ) { if ( arg0 == null ) { throw new IllegalArgumentException ( "srini_string" ) ; } this . map . clear ( ) ; this . map . putAll ( arg0 ) ; }
sets objects from the given map . concode_field_sep Map map concode_field_sep Object lookup concode_elem_sep boolean matchUriRequestPattern concode_elem_sep void unregister concode_elem_sep void setHandlers concode_elem_sep void register
void function ( float arg0 ) { this . overCache = arg0 ; }
sets the percentage of the view that is cached in each direction . default is 0.5 . eg , 0.75 will cache 75 % of the width of the view to the left and right of the view , and 75 % of the height of the view above and below the view . concode_field_sep SpriteCache spriteCache concode_elem_sep boolean canCacheMoreS concod...
String function ( ) { return projectName ; }
returns the project name . concode_field_sep String DELIM concode_elem_sep long modificationDate concode_elem_sep String projectType concode_elem_sep String projectName concode_elem_sep long creationDate concode_elem_sep long projectId concode_field_sep void setDateModified concode_elem_sep long getDateCreated concode_...
String function ( final String arg0 ) { }
encodes the string , so that the string can safely be used in csv files . if the string does not need quoting , the original string is returned unchanged . concode_field_sep String separator concode_field_sep String undoQuoting concode_elem_sep void applyQuote concode_elem_sep boolean isQuotingNeeded concode_elem_sep S...
Boolean function ( ) { return normal ; }
boolean value that is true if the instance is operating normally , or false if the instance is in an error state . concode_field_sep Boolean normal concode_elem_sep String statusType concode_elem_sep String message concode_elem_sep String status concode_field_sep Boolean getNormal concode_elem_sep DBInstanceStatusInfo ...
ContentProviderSimpleAdapter function ( Context arg0 ) { return new ContentProviderSimpleAdapter ( MediaStore . Images . Media . EXTERNAL_CONTENT_URI , arg0 ) ; }
creates and returns a simpleadapter for external photos concode_field_sep Uri[] mUris concode_field_sep int getSize concode_elem_sep Uri get concode_elem_sep ContentProviderSimpleAdapter getInternalPhotoSimpleAdapter concode_elem_sep boolean isLazy
TDatum function ( ) { return datumUzavreni ; }
gets the value of the datumuzavreni property . concode_field_sep TDatum datumOtevreni concode_elem_sep TDatum datumUzavreni concode_field_sep void setDatumOtevreni concode_elem_sep void setDatumUzavreni concode_elem_sep TDatum getDatumOtevreni
String function ( final TSDB arg0 , final byte [ ] arg1 ) { try { return metricNameAsync ( arg0 , arg1 ) . joinUninterruptibly ( ) ; } catch ( RuntimeException loc0 ) { throw loc0 ; } catch ( Exception loc0 ) { throw new RuntimeException ( "srini_string" , loc0 ) ; } }
extracts the name of the metric id contained in a row key . concode_field_sep PlaceHolder placeHolder concode_field_sep Deferred<String> metricNameAsync
boolean function ( ) { return this . continuationToken != null ; }
returns a value that indicates whether there are more results available from the server . concode_field_sep int length concode_elem_sep Integer pageSize concode_elem_sep ArrayList<T> results concode_elem_sep ResultContinuation continuationToken concode_field_sep Integer getPageSize concode_elem_sep ArrayList<T> getResu...
ResourceList function ( ) { return resourceList_ ; }
returns the resource list from which all information for the model is gathered . concode_field_sep PropertyChangeSupport propertyChangeSupport_ concode_elem_sep boolean exceptionOccured_ concode_elem_sep String copyright concode_elem_sep long length_ concode_elem_sep WorkingEventSupport workingEventSupport_ concode_ele...
ChildWorkflowExecutionCanceledEventAttributes function ( WorkflowType arg0 ) { this . workflowType = arg0 ; return this ; }
the type of the child workflow execution . returns a reference to this object so that method calls can be chained together . concode_field_sep WorkflowExecution workflowExecution concode_elem_sep Long startedEventId concode_elem_sep WorkflowType workflowType concode_elem_sep String details concode_elem_sep Long initiat...
int function ( VectorType arg0 , int arg1 ) { switch ( arg0 ) { case BINARY : return 8 * ( ( arg1 / 64 ) ) ; case REAL : return 4 * arg1 ; default : throw new IllegalArgumentException ( "srini_string" + arg0 ) ; } }
returns the size in bytes expected to be taken up by the serialization of this vector in lucene format . concode_field_sep RealVector realInstance concode_field_sep Vector createZeroVector concode_elem_sep Vector generateRandomVector
void function ( GameState arg0 , float arg1 ) { }
called after the main game logic update , once a frame/full update cycle concode_field_sep PlaceHolder placeHolder concode_field_sep String getName concode_elem_sep void postInitialise concode_elem_sep void preInitialise concode_elem_sep void initialise concode_elem_sep void preUpdate concode_elem_sep void preShutdown ...
void function ( String arg0 ) { this . target = arg0 ; }
sets the value of the target property . concode_field_sep Layout layout concode_elem_sep String path concode_elem_sep String flavour concode_elem_sep String name concode_elem_sep Boolean bindClickToWidget concode_elem_sep Label label concode_elem_sep Widgetinfo widgetinfo concode_elem_sep String activeScope concode_ele...
Ir function ( final MessageSchema arg0 ) { return generate ( arg0 , null ) ; }
generate a complete uk.co.real _ logic.sbe.ir.ir for a given schema . concode_field_sep int version concode_elem_sep List<Token> tokenList concode_elem_sep ByteOrder byteOrder concode_field_sep void add concode_elem_sep void add concode_elem_sep void add concode_elem_sep void add concode_elem_sep void add concode_elem_...
FileInputStream function ( Context arg0 ) { return arg0 . openFileInput ( TICL_STATE_FILENAME ) ; }
opens #ticl_state_filename for reading . concode_field_sep int MAX_TICL_FILE_SIZE_BYTES concode_elem_sep Random random concode_elem_sep String TICL_STATE_FILENAME concode_field_sep boolean doesStateFileExist concode_elem_sep AndroidTiclStateWithDigest createDigestedState concode_elem_sep AndroidInvalidationClientImpl r...
boolean function ( Object arg0 ) { return arg0 instanceof NodePair && first . equals ( ( ( NodePair ) arg0 ) . first ) && second . equals ( ( ( NodePair ) arg0 ) . second ) ; }
equality of each component . concode_field_sep OneToManyMap<NodePair,Node> ipMap concode_elem_sep Map<Node,Node> classMap concode_elem_sep Node first concode_elem_sep Node second concode_field_sep Node getFirst concode_elem_sep int hashCode concode_elem_sep Node getSecond concode_elem_sep Node getTemp
Highlights function ( HostHighlight arg0 ) { hosts . put ( arg0 . elementId ( ) , arg0 ) ; return this ; }
adds highlighting information for a host . concode_field_sep String s concode_elem_sep Map<String,LinkHighlight> links concode_elem_sep Map<String,DeviceHighlight> devices concode_elem_sep String MAX concode_elem_sep int delayMs concode_elem_sep Map<String,HostHighlight> hosts concode_elem_sep String MIN concode_elem_s...
int function ( int arg0 ) { int loc0 = Fixed . div ( FIXED_DIGITS , arg0 , resolution ) ; int loc1 = Fixed . round ( FIXED_DIGITS , loc0 ) ; return Fixed . mul ( FIXED_DIGITS , loc1 , resolution ) ; }
fits an y coordinate to the grid . concode_field_sep int FIXED_DIGITS concode_elem_sep int numScanlines concode_elem_sep Scanline[] scanlines concode_elem_sep PolyEdge edgePoolLast concode_elem_sep int maxY concode_elem_sep int ONE concode_elem_sep PolyEdge edgePool concode_elem_sep int maxX concode_elem_sep int resolu...
void function ( String arg0 ) { this . investigator = arg0 ; }
set the campaign investigator . concode_field_sep String path concode_elem_sep String investigator concode_elem_sep ArrayList<String> knownPaths concode_elem_sep String name concode_elem_sep String description concode_elem_sep int campaign_id concode_elem_sep ResearchGroup research_group concode_field_sep void setName ...
void function ( double arg0 ) { this . jLabelTimer . setText ( String . format ( "srini_string" , arg0 , _ ( "srini_string" ) ) ) ; }
sets the label for the execution delay in `` run '' mode to the given value . adds `` sec '' postfix automatically . concode_field_sep JMenuItem jMenuItemStep concode_elem_sep JButton jButtonPlay concode_elem_sep JSlider jSlider concode_elem_sep JMenuItem jMenuItemStop concode_elem_sep JMenuItem jMenuItemPlay concode_e...
T function ( ) { return value ; }
returns the item that was emitted by the observable after this time interval . concode_field_sep long intervalInMilliseconds concode_elem_sep T value concode_field_sep long getIntervalInMilliseconds concode_elem_sep int hashCode concode_elem_sep boolean equals concode_elem_sep String toString
TextEncryptor function ( CharSequence arg0 , CharSequence arg1 ) { return new HexEncodingTextEncryptor ( standard ( arg0 , arg1 ) ) ; }
creates a text encryptor that uses standard password-based encryption . encrypted text is hex-encoded . concode_field_sep TextEncryptor NO_OP_TEXT_INSTANCE concode_field_sep BytesEncryptor standard concode_elem_sep String encrypt concode_elem_sep TextEncryptor noOpText concode_elem_sep TextEncryptor queryableText conco...
SuperAdapter function ( String arg0 ) { SuperAdapter loc0 = adapters . get ( arg0 ) ; if ( loc0 == null ) { Com . DPrintf ( "srini_string" + arg0 + "srini_string" ) ; } return loc0 ; }
returns the adapter from the repository given by its id . concode_field_sep HashMap<String,SuperAdapter> adapters concode_field_sep String getID concode_elem_sep void register
ThreadFactoryBuilder function ( boolean arg0 ) { this . daemon = arg0 ; return this ; }
sets daemon or not for new threads created with this threadfactory . concode_field_sep Boolean daemon concode_elem_sep UncaughtExceptionHandler uncaughtExceptionHandler concode_elem_sep Integer priority concode_elem_sep String nameFormat concode_elem_sep ThreadFactory backingThreadFactory concode_field_sep ThreadFactor...
void function ( int arg0 ) { switch ( arg0 ) { case 401 : System . err . println ( "srini_string" ) ; break ; default : break ; } System . exit ( arg0 ) ; }
print usage message exit with error code . concode_field_sep int port concode_elem_sep String host concode_elem_sep ArrayList<Event> events concode_elem_sep ArrayList<Broker> subscribers concode_field_sep boolean subscribe concode_elem_sep boolean unsubscribe concode_elem_sep boolean leave concode_elem_sep boolean publ...
String function ( ) { return makeEntityReference ( true ) ; }
get the space reference for this entity reference , this ignored any id and only returns the reference to the entity space concode_field_sep String originalReference concode_elem_sep char SEPARATOR concode_elem_sep boolean empty concode_elem_sep char PERIOD concode_elem_sep String prefix concode_elem_sep String entityI...
List < Notification > function ( Notification . Type arg0 , List < Integer > arg1 ) { ArrayList < Notification > loc0 = new ArrayList < Notification > ( ) ; for ( int loc1 : arg1 ) { Notification loc2 = get ( loc1 ) ; if ( loc2 != null && loc2 . isScheduled ( ) ) { loc0 . add ( loc2 ) ; } } return loc0 ; }
list of local notifications with matching id from given type . concode_field_sep Context context concode_field_sep Notification cancel concode_elem_sep void cancelAll concode_elem_sep List<Integer> getIdsByType concode_elem_sep List<Notification> getAll concode_elem_sep List<Notification> getByType concode_elem_sep Not...