code stringlengths 20 663 | nl stringlengths 68 7.19k |
|---|---|
PhysicalProductType function ( ) { return new PhysicalProductType ( ) ; } | create an instance of physicalproducttype concode_field_sep QName _PhysicalProductTypeSalesTax_QNAME concode_elem_sep QName _PhysicalProductTypeOrderFeeTax_QNAME concode_elem_sep QName _Order_QNAME concode_field_sep JAXBElement<OrderBaseType> createOrder concode_elem_sep ShipToDetailsType createShipToDetailsType concod... |
void function ( BundleContext arg0 ) { context = null ; logger . debug ( "srini_string" ) ; } | called whenever the osgi framework stops our bundle concode_field_sep BundleContext context concode_elem_sep Logger logger concode_field_sep void start concode_elem_sep BundleContext getContext |
void function ( ) { stack . remove ( stack . size ( ) - 1 ) ; } | decrements the tree depth . this removes namespaces defined at the extremity . concode_field_sep ArrayList stack concode_field_sep void define concode_elem_sep Iterator currentPrefixes concode_elem_sep void push concode_elem_sep String getURI |
void function ( ) { if ( readStream == null ) { return ; } try { readStream . close ( ) ; } finally { readStream = null ; } } | implements java.io.closeable . concode_field_sep byte[] readBuffer concode_elem_sep long bytesRead concode_elem_sep int readBufferBlocks concode_elem_sep InputStream readStream concode_elem_sep int compressionType concode_field_sep int getReadBufferBlocks concode_elem_sep void readBlock concode_elem_sep void readBlocks... |
int function ( String arg0 , int arg1 , int arg2 ) { return CMemoryImpl . getInstance ( ) . tie ( arg0 , arg1 , arg2 ) ; } | tie integer to index/key pair concode_field_sep PlaceHolder placeHolder concode_field_sep Object getPrototype concode_elem_sep Object resolveAddress concode_elem_sep int tied concode_elem_sep int instance concode_elem_sep int address concode_elem_sep int address concode_elem_sep void untie concode_elem_sep int getAddre... |
SleeProvider function ( String arg0 ) { ClassLoader loc0 = SleeProviderFactory . class . getClassLoader ( ) ; if ( loc0 == null ) loc0 = ClassLoader . getSystemClassLoader ( ) ; return getSleeProvider ( arg0 , loc0 ) ; } | get an instance of a sleeprovider peer class . this method is equivalent to #getsleeprovider string , classloader getsleeprovider peerclassname , sleeproviderfactory.class.getclassloader . in the case where the sleeproviderfactory 's class loader is null , classloader.getsystemclassloader is used instead . concode_fiel... |
int function ( ) { int loc0 = value . indexOf ( "srini_string" ) ; if ( loc0 == - 1 ) loc0 = value . length ( ) ; String loc1 = value . substring ( 0 , loc0 ) ; try { int loc2 = ( int ) Double . parseDouble ( loc1 ) ; return loc2 ; } catch ( NumberFormatException loc2 ) { return DEFAULT_FONT_SIZE ; } } | maps pixel values ` xxxpx ' . concode_field_sep int sizeIndex concode_elem_sep int size concode_elem_sep int DEFAULT_FONT_SIZE concode_elem_sep double[] SCALE concode_elem_sep String value concode_elem_sep boolean isRelative concode_field_sep int getValue concode_elem_sep int getValue concode_elem_sep int mapValue conc... |
void function ( String arg0 , int arg1 ) { if ( myHost != null && ( ( arg1 != previousProgress ) || ( ! arg0 . equals ( previousProgressLabel ) ) ) ) { myHost . updateProgress ( arg0 , arg1 ) ; } previousProgress = arg1 ; previousProgressLabel = arg0 ; } | used to communicate a progress update between a plugin tool and the main whitebox user interface . concode_field_sep String[] args concode_elem_sep boolean cancelOp concode_elem_sep WhiteboxPluginHost myHost concode_elem_sep String previousProgressLabel concode_elem_sep int previousProgress concode_elem_sep boolean amI... |
double function ( double arg0 ) { double loc0 = 0 ; for ( int loc1 = 0 ; loc1 < coefficients . length ; loc1 ++ ) { loc0 += coefficients [ loc1 ] * Math . pow ( arg0 , loc1 ) ; } return loc0 ; } | returns the function value . concode_field_sep double[] coefficients concode_field_sep int hashCode concode_elem_sep int getOrder concode_elem_sep boolean equals concode_elem_sep double[] getCoefficients |
int function ( HttpServletRequest arg0 ) { Integer loc0 = ( Integer ) EnvUtils . getSafeSession ( FacesContext . getCurrentInstance ( ) ) . getAttribute ( SX_UPLOAD_PROGRESS ) ; if ( null == loc0 ) { return 0 ; } return loc0 . intValue ( ) ; } | tracks the progress of an auxiliary upload with icemobile-sx . if no current upload is in progress , will return 0 , otherwise 1-99 . concode_field_sep String USER_AGENT_SX_PART concode_elem_sep String SESSION_KEY_SX_REGISTERED concode_elem_sep String SX_UPLOAD concode_elem_sep String USER_AGENT_SX_FULL concode_elem_se... |
long function ( ) { return _legacyCoordinator . getOfficeId ( ) ; } | returns the office id of this legacy coordinator . concode_field_sep LegacyCoordinator _legacyCoordinator concode_field_sep void setExpandoBridgeAttributes concode_elem_sep void setExpandoBridgeAttributes concode_elem_sep void setExpandoBridgeAttributes concode_elem_sep void setFacilityId concode_elem_sep boolean isEsc... |
String function ( String arg0 , String arg1 ) { URL loc0 = new URL ( resolveFileURL ( "srini_string" + arg0 ) ) ; URL loc1 = new URL ( resolveFileURL ( "srini_string" + arg1 ) ) ; return loc0 . toString ( ) . replace ( loc1 . toString ( ) + "srini_string" , "srini_string" ) ; } | will be returned relative path / . xml for all os . concode_field_sep PlaceHolder placeHolder concode_field_sep String getPath concode_elem_sep String resolveFileURL |
SQLExceptionTranslator function ( ) { return this . fallbackTranslator ; } | return the fallback exception translator , if any . concode_field_sep SQLExceptionTranslator fallbackTranslator concode_elem_sep Log logger concode_field_sep DataAccessException doTranslate concode_elem_sep String buildMessage concode_elem_sep void setFallbackTranslator concode_elem_sep DataAccessException translate |
void function ( long arg0 ) { addWaitTimeout = arg0 ; } | set value of addwaittimeout concode_field_sep boolean removeEnabled concode_elem_sep long removeWaitTimeout concode_elem_sep boolean removeLocked concode_elem_sep long addWaitTimeout concode_elem_sep boolean addLocked concode_elem_sep Thread remover concode_elem_sep boolean dataAvailable concode_field_sep long getAddWa... |
ManagedCustomer function ( ) { return client ; } | gets the value of the client property . concode_field_sep ManagedCustomer manager concode_elem_sep ManagedCustomer client concode_elem_sep String creationDate concode_elem_sep String expirationDate concode_field_sep String getCreationDate concode_elem_sep ManagedCustomer getManager concode_elem_sep void setClient conco... |
void function ( BigDecimal arg0 ) { this . endTickPxRng = arg0 ; } | sets the value of the endtickpxrng property . concode_field_sep BigDecimal endTickPxRng concode_elem_sep BigDecimal startTickPxRng concode_elem_sep BigDecimal tickIncr concode_elem_sep BigInteger tickRuleTyp concode_field_sep BigDecimal getTickIncr concode_elem_sep void setTickRuleTyp concode_elem_sep void setTickIncr ... |
boolean function ( ) { return modernTls ; } | returns true if this route uses modern tls . concode_field_sep Proxy proxy concode_elem_sep Address address concode_elem_sep boolean modernTls concode_elem_sep InetSocketAddress inetSocketAddress concode_field_sep Route flipTlsMode concode_elem_sep Proxy getProxy concode_elem_sep InetSocketAddress getSocketAddress conc... |
FunctionCodeLocation function ( ) { return code ; } | the object for the lambda function location . concode_field_sep FunctionCodeLocation code concode_elem_sep FunctionConfiguration configuration concode_field_sep GetFunctionResult withConfiguration concode_elem_sep FunctionConfiguration getConfiguration concode_elem_sep GetFunctionResult withCode concode_elem_sep int ha... |
void function ( LongArray arg0 ) { freePage ( arg0 . memoryBlock ( ) ) ; } | frees a longarray . concode_field_sep MemoryMode mode concode_elem_sep TaskMemoryManager taskMemoryManager concode_elem_sep long pageSize concode_elem_sep long used concode_field_sep long getUsed concode_elem_sep void spill concode_elem_sep long spill concode_elem_sep LongArray allocateArray concode_elem_sep MemoryBloc... |
void function ( ) { synchronized ( cache ) { cache . clear ( ) ; } } | remove all cached scp-programs . concode_field_sep SCAddr prmsAddr concode_elem_sep SCSession session concode_elem_sep Map<SCAddr,SCPProgram> cache concode_elem_sep SCAddr constsAddr concode_elem_sep SCAddr sign concode_elem_sep Map<SCAddr,SCPOperator> operators concode_elem_sep String fullName concode_elem_sep String ... |
void function ( ) { preclosed = true ; } | force this element to preclosed status , meaning that an end-tag has been seen but the element can not yet be closed for structural reasons . concode_field_sep ElementType theType concode_elem_sep AttributesImpl theAtts concode_elem_sep Element theNext concode_elem_sep boolean preclosed concode_field_sep Element next c... |
Object function ( ) { return value ; } | get the value produced by the worker thread , or null if it has n't been constructed yet . concode_field_sep Thread thread concode_elem_sep Integer threadPriority concode_elem_sep Object value concode_elem_sep ThreadVar threadVar concode_field_sep void setThreadPriority concode_elem_sep Thread get concode_elem_sep Obje... |
String function ( ) { return id ; } | gets the timezone location used to identify this time zone . concode_field_sep Polygon mapPolygon concode_elem_sep DateFormat dateFormat concode_elem_sep String id concode_elem_sep String mapCommandButtonId concode_field_sep String getUseDaylightTime concode_elem_sep boolean isRelevantComponentId concode_elem_sep Strin... |
String function ( ) { } | returns the short-form name or label for the package . concode_field_sep PlaceHolder placeHolder concode_field_sep long getPackageVersion concode_elem_sep CompPkgNamespaces cloneObject concode_elem_sep void delete concode_elem_sep String getURI |
boolean function ( ) { return disposed ; } | determines if this streamprintservice object is disposed . concode_field_sep boolean disposed concode_elem_sep OutputStream out concode_field_sep String getOutputFormat concode_elem_sep void dispose concode_elem_sep OutputStream getOutputStream |
Coordinate function ( Geometry arg0 ) { Centroid loc0 = new Centroid ( arg0 ) ; return loc0 . getCentroid ( ) ; } | computes the centroid point of a geometry . concode_field_sep Coordinate cg3 concode_elem_sep Coordinate triangleCent3 concode_elem_sep Coordinate lineCentSum concode_elem_sep double totalLength concode_elem_sep int ptCount concode_elem_sep double areasum2 concode_elem_sep Coordinate areaBasePt concode_elem_sep Coordin... |
String function ( InetAddress arg0 ) { Name loc0 = ReverseMap . fromAddress ( arg0 ) ; Record [ ] loc1 = new Lookup ( loc0 , Type . PTR ) . run ( ) ; if ( loc1 == null ) throw new UnknownHostException ( "srini_string" ) ; PTRRecord loc2 = ( PTRRecord ) loc1 [ 0 ] ; return loc2 . getTarget ( ) . toString ( ) ; } | determines the hostname for an address concode_field_sep int IPv6 concode_elem_sep int IPv4 concode_field_sep int addressLength concode_elem_sep Record[] lookupHostName concode_elem_sep InetAddress[] getAllByName concode_elem_sep byte[] parseV4 concode_elem_sep byte[] parseV6 concode_elem_sep int familyOf concode_elem_... |
IJavaScriptUnit function ( ) { return fCompilationUnit ; } | returns the compilation unit . concode_field_sep int fLength concode_elem_sep IJavaScriptUnit fCompilationUnit concode_elem_sep JavaScriptUnit fASTRoot concode_elem_sep int fOffset concode_field_sep int getSelectionLength concode_elem_sep void setASTRoot concode_elem_sep ASTNode getCoveringNode concode_elem_sep ASTNode... |
void function ( ) { requestId = requestService . startRequest ( ) ; } | starts a request , this should be run before each individual test concode_field_sep String requestId concode_elem_sep DSpaceKernel kernel concode_elem_sep RequestService requestService concode_elem_sep DSpaceKernelImpl kernelImpl concode_field_sep DSpaceKernel getKernel concode_elem_sep ServiceManager getServiceManager... |
void function ( Long arg0 ) { this . current = arg0 ; } | sets the value of the current property . concode_field_sep Object parent concode_elem_sep Long current concode_elem_sep List<CTScenario> scenario concode_elem_sep Long show concode_elem_sep List<String> sqref concode_field_sep Object getParent concode_elem_sep Long getShow concode_elem_sep void afterUnmarshal concode_e... |
boolean function ( ContactAction < NotificationMessage > arg0 , NotificationContact arg1 ) { if ( arg0 . isVisible ( arg1 . getNotificationMessage ( ) ) ) return true ; return false ; } | indicates if the given contactaction should be visible for the given notificationcontact . concode_field_sep Map<ContactAction<NotificationMessage>,SIPCommButton> customActionButtons concode_elem_sep ContactAction<NotificationMessage> contactAction concode_elem_sep Logger logger concode_elem_sep Hashtable<String,Notifi... |
List < BlockCode > function ( ) { return clocksCodeToClose ; } | doc amaumont comment method `` getblockscodetoclose '' . concode_field_sep Map<String,ExternalMapperTable> nameToInputTable concode_elem_sep HashMap<String,ExternalMapperTable> nameToVarsTable concode_elem_sep ILanguage language concode_elem_sep List<BlockCode> clocksCodeToClose concode_field_sep boolean isInputTable c... |
void function ( S arg0 ) { if ( length == null ) { length = arg0 . getLength ( ) ; } if ( arg0 . getLength ( ) != length ) { throw new IllegalArgumentException ( arg0 . getAccession ( ) + "srini_string" + arg0 . getLength ( ) + "srini_string" + length ) ; } sequences . add ( arg0 ) ; } | a sequence that has been aligned to other sequences will have inserts . concode_field_sep List<S> sequences concode_elem_sep Integer length concode_field_sep void printConservation concode_elem_sep int getSize concode_elem_sep void printSequenceAlignmentWeb concode_elem_sep int getLength concode_elem_sep List<S> getAli... |
NotificationOptions function ( JSONObject arg0 ) { this . options = arg0 ; SharedPreferences . Editor loc0 = preferences . edit ( ) ; loc0 . putString ( "srini_string" , toString ( ) ) ; loc0 . commit ( ) ; Log . d ( "srini_string" , "srini_string" + arg0 . toString ( ) ) ; return this ; } | parse and save given json properties for the next time arount concode_field_sep SharedPreferences preferences concode_elem_sep JSONObject options concode_elem_sep Context context concode_field_sep Boolean isAutoClear concode_elem_sep String getText concode_elem_sep Boolean isOngoing concode_elem_sep String getColor con... |
void function ( String arg0 ) { this . hrefextend = arg0 ; } | sets the value of the hrefextend property . concode_field_sep String condition concode_elem_sep String hrefextend concode_elem_sep String type concode_elem_sep String value concode_field_sep String getValue concode_elem_sep String getCondition concode_elem_sep void setCondition concode_elem_sep String getType concode_e... |
Dimension function ( Container arg0 ) { return preferredLayoutSize ( arg0 ) ; } | returns the minimum dimensions for this layout . concode_field_sep int vgap concode_elem_sep ImageCanvas ic concode_elem_sep boolean ignoreNonImageWidths concode_elem_sep int hgap concode_field_sep Dimension preferredLayoutSize concode_elem_sep void removeLayoutComponent concode_elem_sep void moveComponents concode_ele... |
String function ( ) { StringBuilder loc0 = new StringBuilder ( ) ; loc0 . append ( "srini_string" ) ; if ( getPayload ( ) != null ) loc0 . append ( "srini_string" + getPayload ( ) ) ; loc0 . append ( "srini_string" ) ; return loc0 . toString ( ) ; } | returns a string representation of this object ; useful for testing and debugging . concode_field_sep java.nio.ByteBuffer payload concode_field_sep java.nio.ByteBuffer getPayload concode_elem_sep void setPayload concode_elem_sep int hashCode concode_elem_sep UpdateThingShadowResult withPayload concode_elem_sep boolean ... |
Map < QName , String > function ( ) { return otherAttributes ; } | gets a map that contains attributes that are n't bound to any typed property on this class . the map is keyed by the name of the attribute and the value is the string value of the attribute . the map returned by this method is live , and you can add new attribute by updating the map directly . because of this design , ... |
int function ( ) { int loc0 = readExpGolombCodeNum ( ) ; return ( ( loc0 % 2 ) == 0 ? - 1 : 1 ) * ( ( loc0 + 1 ) / 2 ) ; } | reads an signed exp-golomb-coded format integer . concode_field_sep byte[] data concode_elem_sep int byteOffset concode_elem_sep int bitOffset concode_elem_sep int byteLimit concode_field_sep int bitsLeft concode_elem_sep boolean readBit concode_elem_sep int getPosition concode_elem_sep int readUnsignedExpGolombCodedIn... |
void function ( ) { try { mCache . run ( "srini_string" , new ThrowingCallableThrowsIOException ( new IOException ( TEST_ERROR_MESSAGE ) ) ) ; Assert . fail ( "srini_string" ) ; } catch ( ThriftIOException loc0 ) { Assert . assertEquals ( TEST_ERROR_MESSAGE , loc0 . getMessage ( ) ) ; } } | tests for replaycallablethrowsioexception s that ioexception s are correctly re-thrown as thriftioexception s. concode_field_sep String TEST_ERROR_MESSAGE concode_elem_sep long mCount concode_elem_sep Exception mException concode_elem_sep Long TEST_MAX_SIZE concode_elem_sep ReplayCache<Long> mCache concode_elem_sep Lon... |
Date function ( ) { return finish ; } | gets the finish date of the task . concode_field_sep boolean summary concode_elem_sep List<Predecessor> predecessors concode_elem_sep String notes concode_elem_sep int level concode_elem_sep boolean collapsed concode_elem_sep String STYLE_BLUE concode_elem_sep String STYLE_DEFAULT concode_elem_sep Date start concode_el... |
java . util . List < T > function ( com . liferay . portal . kernel . dao . orm . DynamicQuery arg0 , int arg1 , int arg2 ) { return getService ( ) . arg0 ( arg0 , arg1 , arg2 ) ; } | performs a dynamic query on the database and returns a range of the matching rows . useful when paginating results . returns a maximum of end - start instances . start and end are not primary keys , they are indexes in the result set . thus , 0 refers to the first result in the set . setting both start and end to com.l... |
int function ( ) { return age ; } | get the age concode_field_sep String name concode_elem_sep int age concode_field_sep void setName concode_elem_sep String getName concode_elem_sep void setAge |
String function ( ) { return this . itemParameterName ; } | returns the item parameter name . concode_field_sep String itemParameterName concode_elem_sep String prefix concode_elem_sep long serialVersionUID concode_elem_sep DateFormat dateFormat concode_elem_sep String seriesParameterName concode_field_sep String generateURL concode_elem_sep String getPrefix concode_elem_sep St... |
java . lang . String function ( ) { return getService ( ) . getOSGiServiceIdentifier ( ) ; } | returns the osgi service identifier . concode_field_sep ServiceTracker<KaleoTaskLocalService,KaleoTaskLocalService> _serviceTracker concode_field_sep com.liferay.portal.kernel.dao.orm.ActionableDynamicQuery getActionableDynamicQuery concode_elem_sep java.util.List<com.liferay.portal.workflow.kaleo.model.KaleoTask> getK... |
void function ( Boolean arg0 ) { this . replaceAll = arg0 ; } | sets the value of the replaceall property . concode_field_sep List<ServiceItemTaskTemplates> taskTemplates concode_elem_sep Boolean replaceAll concode_field_sep List<ServiceItemTaskTemplates> getTaskTemplates concode_elem_sep boolean isReplaceAll |
String function ( ) { return hostAddress ; } | this method returns the host ip address on which the application is running . concode_field_sep String hostName concode_elem_sep String HAWKULAR_APM_KAFKA_POLLING_INTERVAL concode_elem_sep String ENV_KAFKA_ZOOKEEPER concode_elem_sep String HAWKULAR_APM_LOG_JUL concode_elem_sep String HAWKULAR_APM_COLLECTOR_BATCHTIME co... |
Builder function ( ) { return status ( Status . DOWN ) ; } | set status to status #down . concode_field_sep Map<String,Object> details concode_elem_sep Status status concode_field_sep Builder withDetail concode_elem_sep Builder withException concode_elem_sep Health build concode_elem_sep int hashCode concode_elem_sep Builder outOfService concode_elem_sep Builder outOfService con... |
void function ( Integer arg0 ) { this . id = arg0 ; } | sets id . concode_field_sep long serialVersionUID concode_elem_sep Integer id concode_field_sep int hashCode concode_elem_sep boolean equals concode_elem_sep Integer getId concode_elem_sep String toString |
java . lang . String function ( ) { return _kaleoCondition . getUserUuid ( ) ; } | returns the user uuid 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... |
String function ( ) { return message ; } | get the localized validation message . concode_field_sep String id concode_elem_sep String message concode_field_sep String getId |
String function ( String [ ] arg0 , String arg1 ) { StringBuilder loc0 = new StringBuilder ( ) ; loc0 . append ( "srini_string" ) ; for ( int loc1 = 0 ; loc1 < arg0 . length ; loc1 ++ ) { loc0 . append ( arg0 [ loc1 ] ) ; } loc0 . append ( "srini_string" ) ; loc0 . append ( arg1 ) ; return loc0 . toString ( ) ; } | returns the method descriptor , given the argument and return type prototype strings . concode_field_sep String mDeclClass concode_elem_sep String mReturnType concode_elem_sep String[] mArgTypes concode_elem_sep String mMethodName concode_field_sep String getDescriptor concode_elem_sep String getName concode_elem_sep S... |
String function ( final String arg0 , final InputType arg1 ) { final InputStream loc0 = this . getClass ( ) . getResourceAsStream ( arg0 ) ; try { final String loc1 = compile ( loc0 , arg1 ) ; return loc1 ; } finally { closeStream ( loc0 ) ; } } | convenience implementation , taking rules from the classpath . it is recommended to use the stream version , as you can then change rules dynamically . that is a lot of the benefit of rule engines ! . concode_field_sep Logger logger concode_field_sep String listenerToString concode_elem_sep void closeStream concode_ele... |
T function ( P arg0 , C ... arg1 ) { final CallBackProvider < P , T , C , E > loc0 = this . provider ; final T loc1 = skipQueue ( arg0 ) ; for ( C loc2 : arg1 ) { loc0 . callStage3 ( arg0 , loc1 , loc2 ) ; } return loc1 ; } | processes a parameter as if it was in the queue , without ever passing to another thread . concode_field_sep int FINISHED concode_elem_sep int state concode_elem_sep ThreadPoolExecutor pool concode_elem_sep int STAGE_1_ASYNC concode_elem_sep int STAGE_1_SYNC concode_elem_sep AtomicIntegerFieldUpdater STATE_FIELD concod... |
int function ( ) { return podcastService . getOptions ( ) ; } | returns whether podcast folder is public 0 or site 1 concode_field_sep SelectItem[] displayItems concode_elem_sep ResourceLoader rb concode_elem_sep String OPTIONS_PUBLIC concode_elem_sep PodcastService podcastService concode_elem_sep int SITE concode_elem_sep String CHANGE_TO_SITE concode_elem_sep int podOption concod... |
void function ( E arg0 ) { for ( L loc0 : l ) { notify ( loc0 , arg0 ) ; } } | fire event to all . concode_field_sep Collection<L> l concode_field_sep Collection<L> getListeners concode_elem_sep void removeListener concode_elem_sep void notify concode_elem_sep void addListener |
PVector function ( ) { return new PVector ( x , y , z ) ; } | get a copy of this vector . concode_field_sep double[] array concode_elem_sep long serialVersionUID concode_elem_sep double x concode_elem_sep double y concode_elem_sep double z concode_field_sep void add concode_elem_sep void add concode_elem_sep PVector add concode_elem_sep PVector add concode_elem_sep void sub conco... |
BeanDescriptor function ( ) { return beanDescriptor ; } | get bean descriptor . concode_field_sep int defaultPropertyIndex concode_elem_sep PropertyDescriptor[] propertyDescriptors concode_elem_sep EventSetDescriptor[] eventSetDescriptors concode_elem_sep MethodDescriptor[] methodDescriptors concode_elem_sep BeanInfo[] additionalBeanInfo concode_elem_sep BeanDescriptor beanDe... |
void function ( long arg0 ) { this . mapId = arg0 ; } | sets the value of the mapid property . concode_field_sep Object parent concode_elem_sep String xpath concode_elem_sep CTExtensionList extLst concode_elem_sep Boolean denormalized concode_elem_sep long mapId concode_elem_sep String xmlDataType concode_field_sep void setXpath concode_elem_sep Object getParent concode_ele... |
NavPlan function ( MapBotBase arg0 ) { Entity loc0 = arg0 . kb . getRandomItem ( ) ; int loc1 = ( int ) ( 80 * PLAN_TIME_PER_DIST ) ; NavPlan loc2 = new NavPlan ( arg0 , loc0 , loc1 ) ; loc2 . path = new Waypoint [ 1 ] ; loc2 . path [ 0 ] = new Waypoint ( loc0 . getObjectPosition ( ) ) ; loc2 . isSpontaneos = true ; re... | if the bot is stuck it may need the spontaneous plan in some random direction in order to move it out from the stuck position , get again close to it 's known waypoints and be able to find a new plan . concode_field_sep double PLAN_TIME_PER_DIST concode_elem_sep int maximalDistance concode_field_sep double getDistanceF... |
ClassInfo function ( ) { return classInfo ; } | get the class which declared the method . concode_field_sep ClassInfo classInfo concode_elem_sep Code code concode_elem_sep int name concode_elem_sep boolean DEBUG concode_elem_sep int modifiers concode_elem_sep int type concode_elem_sep Exceptions exceptions concode_elem_sep Attribute[] attrs concode_field_sep Catch[]... |
void function ( BigDecimal arg0 ) { this . downPayment = arg0 ; } | sets the value of the downpayment property . concode_field_sep String jumpCreditEIPPayOff concode_elem_sep long serialVersionUID concode_elem_sep String adjustedTerm concode_elem_sep String finalDownPayment concode_elem_sep BigDecimal remainingFinancedAmount concode_elem_sep BigDecimal monthlyPayment concode_elem_sep B... |
Stopwatch function ( ) { elapsedNanos = 0 ; isRunning = false ; return this ; } | sets the elapsed time for this stopwatch to zero , and places it in a stopped state . concode_field_sep Ticker ticker concode_elem_sep long elapsedNanos concode_elem_sep boolean isRunning concode_elem_sep long startTick concode_field_sep long elapsed concode_elem_sep String abbreviate concode_elem_sep Stopwatch createU... |
long function ( UUID arg0 ) { if ( arg0 . version ( ) != 1 ) throw new IllegalArgumentException ( String . format ( "srini_string" , arg0 . version ( ) ) ) ; long loc0 = arg0 . loc0 ( ) ; return ( loc0 / 10000 ) + START_EPOCH ; } | return the unix timestamp contained by the provided time-based uuid . this method is not equivalent to uuid.timestamp . more precisely , a version 1 uuid stores a timestamp that represents the number of 100-nanoseconds intervals since midnight , 15 october 1582 and that is what uuid.timestamp returns . this method howe... |
void function ( Container arg0 , int arg1 , int arg2 , int arg3 , int arg4 , int arg5 , final int arg6 ) { makeCompactGrid ( arg0 , arg1 , arg2 , arg3 , arg4 , arg5 , new Function < Integer , Integer > ( ) { @ Override public Integer apply ( Integer arg7 ) { return arg6 ; } } ) ; } | aligns the first rows cols components of parent in a grid . each component in a column is as wide as the maximum preferred width of the components in that column ; height is similarly determined for each row . the parent is made just big enough to fit them all . concode_field_sep PlaceHolder placeHolder concode_field_s... |
double function ( ) { return this . maxZ ; } | returns the maximum z value . concode_field_sep double log10 concode_elem_sep int[] r concode_elem_sep int[] b concode_elem_sep String paletteName concode_elem_sep double[] tickValues concode_elem_sep double minZ concode_elem_sep boolean stepped concode_elem_sep int[] g concode_elem_sep long serialVersionUID concode_el... |
void function ( BundleContext arg0 ) { logger . debug ( "srini_string" ) ; } | called whenever the osgi framework stops our bundle concode_field_sep Logger logger concode_field_sep void start |
void function ( String arg0 ) { this . toolTipText = arg0 ; } | sets the tool tip text for the annotation . concode_field_sep String toolTipText concode_elem_sep String url concode_field_sep String getURL concode_elem_sep void addEntity concode_elem_sep int hashCode concode_elem_sep boolean equals concode_elem_sep void draw concode_elem_sep String getToolTipText concode_elem_sep vo... |
boolean function ( int arg0 ) { return sourceLines [ arg0 ] != 0 ; } | check if the given result line has been annotated yet . concode_field_sep PersonIdent[] sourceAuthors concode_elem_sep int[] sourceLines concode_elem_sep RawText resultContents concode_elem_sep RevCommit[] sourceCommits concode_elem_sep BlameGenerator generator concode_elem_sep String resultPath concode_elem_sep int la... |
void function ( ) { Collection loc0 = new ArrayList ( currentIndexes . values ( ) ) ; for ( Iterator loc1 = loc0 . iterator ( ) ; loc1 . hasNext ( ) ; ) { Index loc2 = ( Index ) loc1 . next ( ) ; if ( loc2 != null ) { this . disposeIndex ( loc2 ) ; } } currentIndexes . clear ( ) ; } | clears the cache , closes all indexes and deletes them from the file system . concode_field_sep HashMap currentIndexes concode_elem_sep boolean doCache concode_field_sep Index getNewIndex concode_elem_sep Index getNewIndex concode_elem_sep void disposeIndex concode_elem_sep void disposeIndex concode_elem_sep Index getI... |
void function ( FilterConfig arg0 ) { } | initializes the filter . this implementation is a nop . concode_field_sep XLog LOG concode_elem_sep ThreadLocal<String> HOSTNAME_TL concode_field_sep void doFilter concode_elem_sep String get concode_elem_sep void destroy |
String function ( ) { return cacheClusterId ; } | the id of the cache cluster to which the node belongs . concode_field_sep String cacheClusterId concode_elem_sep String preferredAvailabilityZone concode_elem_sep String currentRole concode_elem_sep Endpoint readEndpoint concode_elem_sep String cacheNodeId concode_field_sep NodeGroupMember withCacheNodeId concode_elem_... |
int function ( ) { return count ; } | getter for the counter . concode_field_sep int count concode_elem_sep T object concode_field_sep Comparator<ObjectCountPair> countComparator concode_elem_sep T getObject concode_elem_sep void addCount |
void function ( ) { if ( handles . size ( ) != 1 ) { clearHandles ( ) ; createHandle ( this ) ; } } | initializes the set of handles concode_field_sep HashMap handles concode_elem_sep Context context concode_elem_sep FunctionSource function concode_elem_sep Long id concode_elem_sep Scriptable activation concode_elem_sep int lineNumber concode_elem_sep ContextData contextData concode_elem_sep ScriptSource script concode... |
URI function ( ) { return uri ; } | returns the uri of the module . concode_field_sep long serialVersionUID concode_elem_sep URI uri concode_elem_sep Script script concode_elem_sep URI base concode_field_sep boolean isSandboxed concode_elem_sep URI getBase concode_elem_sep Script getScript |
void function ( DocIdSetIterator arg0 ) { assertUnpositioned ( arg0 ) ; for ( int loc0 = arg0 . nextDoc ( ) ; loc0 != DocIdSetIterator . NO_MORE_DOCS ; loc0 = arg0 . nextDoc ( ) ) { set ( loc0 ) ; } } | does in-place or of the bits provided by the iterator . the state of the iterator after this operation terminates is undefined . concode_field_sep PlaceHolder placeHolder concode_field_sep void set concode_elem_sep int approximateCardinality concode_elem_sep int prevSetBit concode_elem_sep void assertUnpositioned conco... |
void function ( int arg0 , String arg1 ) { this . status = arg0 ; this . errorMessage = arg1 ; } | sets the status code and saves the message so it can be retrieved later . concode_field_sep Map<String,List<Object>> headers concode_elem_sep List<Cookie> cookies concode_elem_sep String redirectUrl concode_elem_sep PrintWriter writer concode_elem_sep String errorMessage concode_elem_sep String characterEncoding concod... |
void function ( float arg0 ) { } | implements anglehandler #anglevalue float . concode_field_sep AngleHandler INSTANCE concode_field_sep void startAngle concode_elem_sep void rad concode_elem_sep void deg concode_elem_sep void endAngle concode_elem_sep void grad |
AuthNContext function ( ) { return authnContext ; } | getauthn returns authentication utilities concode_field_sep AuthN self concode_elem_sep AuthNContext authnContext concode_elem_sep DataSource dataSource concode_field_sep DataSource getDataSource concode_elem_sep String[] getTenantIds concode_elem_sep CSpaceTenant[] getTenants concode_elem_sep AuthN get concode_elem_se... |
TypeV function ( ) { return _val ; } | return val concode_field_sep TypeK _key concode_elem_sep TypeV _val concode_field_sep TypeK getKey concode_elem_sep int hashCode concode_elem_sep boolean equals concode_elem_sep String toString concode_elem_sep boolean eq |
double function ( int arg0 ) { return translateAbsoluteToRelativeX ( ( float ) arg0 ) ; } | pipes to #translateabsolutetorelativex float concode_field_sep double mLeft concode_elem_sep int mHeight concode_elem_sep boolean mHasDefinedBounds concode_elem_sep double mBottom concode_elem_sep int mWidth concode_elem_sep double mDiffY concode_elem_sep double mDiffX concode_elem_sep double mTop concode_elem_sep doub... |
String function ( ) { return this . service ; } | gets requested service . concode_field_sep String baseUrl concode_elem_sep ServiceInfo serviceConfig concode_elem_sep String service concode_elem_sep String request concode_elem_sep HttpServletRequest httpServletRequest concode_elem_sep String version concode_field_sep void setRequest concode_elem_sep String getVersion... |
void function ( ) { } | this is ok ! concode_field_sep int field concode_elem_sep int dummy concode_elem_sep int ASDF concode_elem_sep String first concode_elem_sep String second concode_field_sep void method5 concode_elem_sep void method6 concode_elem_sep void method7 concode_elem_sep void method8 concode_elem_sep void method2 concode_elem_s... |
List < AclEntry > function ( ) { return accessEntries ; } | returns access entries . concode_field_sep int PIVOT_NOT_FOUND concode_elem_sep List<AclEntry> defaultEntries concode_elem_sep List<AclEntry> accessEntries concode_field_sep List<AclEntry> getDefaultEntries concode_elem_sep int calculatePivotOnDefaultEntries |
Operator function ( String arg0 ) { return this . operators . get ( arg0 ) ; } | returns the operator for the given operator name . concode_field_sep Operator SQRT concode_elem_sep Operator COPY concode_elem_sep Operator LT concode_elem_sep Operator LE concode_elem_sep Operator CVR concode_elem_sep Operator IDIV concode_elem_sep Operator BITSHIFT concode_elem_sep Map<String,Operator> operators conc... |
void function ( String arg0 ) { this . exceptionAddress = arg0 ; } | sets the exceptionaddress property . concode_field_sep String exceptionType concode_elem_sep String process concode_elem_sep String parentProcess concode_elem_sep String applicationIdentifier concode_elem_sep String applicationBuild concode_elem_sep String applicationPath concode_elem_sep int parentProcessId concode_el... |
void function ( ) { String loc0 = "srini_string" ; String loc1 = JenaRetrievalService . sanitise ( loc0 ) ; assertThat ( loc1 , is ( "srini_string" ) ) ; } | can we sanitise a sparql param that contains a backslash \ ? concode_field_sep PlaceHolder placeHolder concode_field_sep void testGetProcessedEnvDataSparql01 concode_elem_sep void testGetProcessedSparql02 concode_elem_sep void testGetProcessedSparql01 concode_elem_sep void testReplaceSpaces01 concode_elem_sep void test... |
ServletContext function ( ) { return ( ServletContext ) FacesContext . getCurrentInstance ( ) . getExternalContext ( ) . getContext ( ) ; } | get servlet context . concode_field_sep Properties buildProperties concode_field_sep String getRequestParameter concode_elem_sep UIComponent findComponent concode_elem_sep Object getManagedBean concode_elem_sep String getActionAttribute concode_elem_sep String getBuildAttribute concode_elem_sep void addWarnMessage conc... |
WritableNativeMap function ( Map < String , Object > arg0 ) { WritableNativeMap loc0 = new WritableNativeMap ( ) ; if ( arg0 == null ) { return loc0 ; } for ( Map . Entry < String , Object > loc1 : arg0 . entrySet ( ) ) { addEntry ( loc0 , loc1 . getKey ( ) , loc1 . getValue ( ) ) ; } return loc0 ; } | this method converts a map into a nativemap . value types are supported as with makenativearray . the best way to think of this is a way to generate a java representation of a json object , from java types which have a natural representation in json . concode_field_sep PlaceHolder placeHolder concode_field_sep void add... |
void function ( ) { try { ProductAttribute loc0 = createTextAttributeSimple ( ) ; service . save ( loc0 ) ; assertTrue ( loc0 . getId ( ) != null ) ; service . delete ( loc0 . getCode ( ) ) ; } catch ( ServiceException loc0 ) { fail ( loc0 . getMessage ( ) ) ; } } | test method for com.google.code.magja.service.product.productattributeremoteserviceimpl #delete java.lang.string . concode_field_sep Logger log concode_elem_sep ProductAttributeRemoteService service concode_elem_sep ProductAttributeSet defaultAttributeSet concode_field_sep void testListByAttributeSet112 concode_elem_se... |
Double function ( ) { return maxX ; } | return the maximum x value . concode_field_sep Double maxY concode_elem_sep boolean noLongitudeBound concode_elem_sep boolean noBottomLatitudeBound concode_elem_sep Double minZ concode_elem_sep Double minY concode_elem_sep boolean noTopLatitudeBound concode_elem_sep Double maxX concode_elem_sep Double maxZ concode_elem... |
void function ( boolean arg0 ) { if ( logger . isDebugEnabled ( ) ) logger . debug ( "srini_string" + arg0 ) ; if ( arg0 ) { init ( ) ; } } | signals that configuration is finished . concode_field_sep Logger logger concode_elem_sep boolean notValidated concode_field_sep void setNotValidated concode_elem_sep void init concode_elem_sep void endProcessUpdates concode_elem_sep boolean isNotValidated concode_elem_sep void endProcessValidators concode_elem_sep voi... |
java . lang . String function ( ) { return _shoppingItemFieldLocalService . getOSGiServiceIdentifier ( ) ; } | returns the osgi service identifier . concode_field_sep ShoppingItemFieldLocalService _shoppingItemFieldLocalService concode_field_sep com.liferay.shopping.model.ShoppingItemField deleteShoppingItemField concode_elem_sep com.liferay.shopping.model.ShoppingItemField deleteShoppingItemField concode_elem_sep int getShoppi... |
void function ( ) { } | this method resets the outgoing events . concode_field_sep long exits concode_elem_sep long entries concode_elem_sep boolean e concode_elem_sep SCInterfaceImpl sCInterface concode_elem_sep int nextStateIndex concode_elem_sep boolean e1 concode_elem_sep State[] stateVector concode_field_sep void setExits concode_elem_se... |
void function ( ObjectType arg0 ) { this . catch_type = arg0 ; } | sets the type of the exception to catch . set ` null ' for any . concode_field_sep InstructionHandle end_pc concode_elem_sep ObjectType catch_type concode_elem_sep InstructionHandle start_pc concode_elem_sep InstructionHandle handler_pc concode_field_sep boolean containsTarget concode_elem_sep void setEndPC concode_ele... |
float function ( ) { return to ; } | gets the end point of the transition , a float between 0.0 and 1.0 . defaults to 1.0 . concode_field_sep boolean fired concode_elem_sep boolean submit concode_elem_sep boolean queued concode_elem_sep float fps concode_elem_sep boolean sync concode_elem_sep int sequenceId concode_elem_sep float duration concode_elem_sep... |
void function ( String arg0 ) { this . topicName = arg0 ; } | the name of the topic concode_field_sep Integer proxyPort concode_elem_sep String amazonSNSEndpoint concode_elem_sep String secretKey concode_elem_sep String accessKey concode_elem_sep String subject concode_elem_sep String topicName concode_elem_sep String messageStructure concode_elem_sep String proxyHost concode_ele... |
boolean function ( int arg0 [ ] ) { if ( numXbands <= 0 ) { return false ; } numXbands -- ; arg0 [ 0 ] = region . bands [ curIndex ++ ] ; arg0 [ 2 ] = region . bands [ curIndex ++ ] ; return true ; } | moves the iteration state to the beginning of the next x band in the current y range returning true if one is found and recording the low and high x coordinates of the range in the array at locations 0 and 2 respectively . concode_field_sep int numXbands concode_elem_sep Region region concode_elem_sep int curIndex conc... |
void function ( Stroke arg0 ) { this . drawStroke = arg0 ; } | sets the drawstroke . concode_field_sep boolean drawPath concode_elem_sep boolean fillPath concode_elem_sep double[] xValue concode_elem_sep Stroke drawStroke concode_elem_sep Paint drawPaint concode_elem_sep Paint fillPaint concode_elem_sep Composite composite concode_elem_sep double[] yValue concode_elem_sep boolean ... |
void function ( BundleContext arg0 ) { context = arg0 ; logger . debug ( "srini_string" , ZWaveActivator . getVersion ( ) ) ; } | called whenever the osgi framework starts our bundle concode_field_sep BundleContext context concode_elem_sep Logger logger concode_field_sep Version getVersion concode_elem_sep void stop concode_elem_sep BundleContext getContext |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.