id stringlengths 14 17 | content stringlengths 80 3.92k |
|---|---|
concode_data_1401 | start the service . this method is invoked on the execution thread . by default this method does nothing . concode_field_sep Logger logger concode_elem_sep Service delegate concode_field_sep void doStop concode_elem_sep void run concode_elem_sep Throwable failureCause concode_elem_sep String serviceName concode_elem_se... |
concode_data_1402 | get jsonobject value . concode_field_sep List<Object> mArray concode_field_sep void add concode_elem_sep long getLong concode_elem_sep int getInt concode_elem_sep void addAll concode_elem_sep void addAll concode_elem_sep Object get concode_elem_sep int length concode_elem_sep double getDouble concode_elem_sep JSONArray... |
concode_data_1403 | computes the determinant of the matrix using leibniz 's formula a direct implementation of leibniz determinant equation . this is of little practical use because of its slow runtime of o n ! where n is the width of the matrix . lu decomposition should be used instead . one advantage of leibniz 's equation is how simpli... |
concode_data_1404 | get a dish by site url concode_field_sep CustomDishRepository customDishRepository concode_elem_sep SimpleDishRepository simpleDishRepository concode_elem_sep DishRepository dishRepository concode_elem_sep DishFilterService dishFilterService concode_elem_sep Logger log concode_field_sep Page<SimpleDish> findAllSimpleDi... |
concode_data_1405 | generates a new unique id and returns it as a string . the contents of the string is supposed to be unique with respect to all strings generated by other instances of this class . todo : we should consider using java.util.uuid for this instead . concode_field_sep Logger LOG concode_elem_sep Class MYCLASS concode_elem_s... |
concode_data_1406 | this method is called to flush the error queue . subclasses may want to print summary information in this method . concode_field_sep int limit concode_elem_sep String name concode_elem_sep boolean flushed concode_elem_sep int errorCount concode_field_sep void enqueue concode_elem_sep void enqueue concode_elem_sep void ... |
concode_data_1407 | called as a result of a previous service addition request . concode_field_sep int RETVAL_MALFORMED concode_elem_sep int RETVAL_OK concode_elem_sep int RETVAL_ERROR concode_elem_sep int RETVAL_NOENTRY concode_field_sep void onServiceRegistration concode_elem_sep void onServiceRemove concode_elem_sep void onServiceUnregi... |
concode_data_1408 | get the list of registered scopes concode_field_sep String clientIpAddress concode_elem_sep String clientId concode_elem_sep List<String> allowedGrantTypes concode_elem_sep boolean isConfidential concode_elem_sep List<String> applicationCertificates concode_elem_sep UserSubject subject concode_elem_sep List<String> red... |
concode_data_1409 | deletes a directory and all of its contents . concode_field_sep Logger LOG concode_field_sep void act concode_elem_sep void traverseDir concode_elem_sep Collection<SourceUnit> readAllFiles concode_elem_sep File createTempDir concode_elem_sep Collection<String> readFileNames
|
concode_data_1410 | returns the operation string . @return the operation string . concode_field_sep Pattern FORMAT concode_elem_sep String[] packages concode_elem_sep String operation concode_elem_sep String[] classes concode_field_sep QualifiedName makeOuterClassOf concode_elem_sep boolean isClass concode_elem_sep QualifiedName makeOpera... |
concode_data_1411 | argument will be declared valid . concode_field_sep int TYPE_STRING concode_elem_sep boolean valueBoolean concode_elem_sep int TYPE_DOUBLE_UNSIGNED concode_elem_sep int TYPE_INTEGER_UNSIGNED concode_elem_sep boolean valid concode_elem_sep int TYPE_RADIO concode_elem_sep int TYPE_DOUBLE_SIGNED concode_elem_sep String de... |
concode_data_1412 | ejecuta una ronda . concode_field_sep AtomicLong rondas concode_elem_sep List<? extends Piloto> pilotos concode_elem_sep AtomicLong timeout concode_elem_sep List<Observador> observadores concode_elem_sep Partida partida concode_elem_sep Semaphore semaforo concode_field_sep void rondaTerminada concode_elem_sep void exce... |
concode_data_1413 | return the path originally requested by the client . concode_field_sep int status concode_elem_sep int INFINITY concode_elem_sep HttpServletRequest request concode_elem_sep URI base concode_elem_sep HttpServletResponse response concode_field_sep URI lookup concode_elem_sep int getDepth concode_elem_sep InputStream read... |
concode_data_1414 | tests if output of idutils #createfileid long is valid . concode_field_sep PlaceHolder placeHolder concode_field_sep void getRandomNonNegativeLong concode_elem_sep void createRpcId
|
concode_data_1415 | creates a copied list of the property descriptors and returns it . concode_field_sep List<PropertyDescriptor<?>> propertyDescriptors concode_elem_sep Map<PropertyDescriptor<?>,Object> propertyValuesByDescriptor concode_field_sep Map<PropertyDescriptor<?>,Object> copyPropertyValues concode_elem_sep boolean usesDefaultVa... |
concode_data_1416 | convert the reader into an inputstream . note : this uses the default encoding . concode_field_sep Reader reader concode_elem_sep String dataSourceName concode_field_sep String getDataSourceName concode_elem_sep String getNiceFileName concode_elem_sep String toString concode_elem_sep void setDataSourceName
|
concode_data_1417 | sets the failed attrib . concode_field_sep BigDecimal expDataUnitId concode_elem_sep BigDecimal dataUnitId concode_elem_sep Timestamp createTimeStamp concode_elem_sep String actValue concode_elem_sep String errorCode concode_elem_sep String srcFileName concode_elem_sep String errorMsg concode_elem_sep String failedAttr... |
concode_data_1418 | register a profile in the profilemanager . concode_field_sep ProfileManager manager concode_field_sep ProfileManager getManager concode_elem_sep void notInitialized concode_elem_sep boolean isInitiated concode_elem_sep void reset concode_elem_sep void setManager concode_elem_sep void remove
|
concode_data_1419 | determines whether or not the bridge method is the bridge for thesupplied candidate method . concode_field_sep PlaceHolder placeHolder concode_field_sep Method searchCandidates concode_elem_sep boolean isVisibilityBridgeMethodPair concode_elem_sep Method searchForMatch concode_elem_sep boolean isBridgedCandidateFor con... |
concode_data_1420 | draw this ball at its current position onto the canvas . concode_field_sep int xPosition concode_elem_sep boolean dirArriba concode_elem_sep Canvas canvas concode_elem_sep int ySpeed concode_elem_sep int ballDegradation concode_elem_sep Color color concode_elem_sep int diameter concode_elem_sep boolean dirIzquierda con... |
concode_data_1421 | resolve a variable name . used by the el evaluator implemenation . concode_field_sep Map<String,Method> functions concode_elem_sep ThreadLocal<ELEvaluator> current concode_elem_sep Context context concode_elem_sep ExpressionEvaluator evaluator concode_elem_sep Map<String,Object> vars concode_field_sep void setVariables... |
concode_data_1422 | this test does n't work the way you might expect . if you take the uri.create `` hdfs : / / localhost :1234 / foo/bar/baz ? please = dont & show = up '' . getpath it will return / foo/bar/baz . if you go through hadoop 's path using path #path string then hadoop injects the query params into the path , so when you call... |
concode_data_1423 | return the horizontal position of this ball concode_field_sep int xPosition concode_elem_sep Canvas canvas concode_elem_sep int ySpeed concode_elem_sep int ballDegradation concode_elem_sep Color color concode_elem_sep int diameter concode_elem_sep int yPosition concode_elem_sep int groundPosition concode_elem_sep int G... |
concode_data_1424 | this method is used to get a float value in a specified unit . concode_field_sep String _cssText concode_elem_sep RGBColor rgbColorValue concode_elem_sep float floatValue concode_elem_sep Rect rectValue concode_elem_sep Counter counter concode_elem_sep short primitiveType concode_field_sep void setStringValue concode_e... |
concode_data_1425 | marks a block to move into this dir view , which is used by the evictor . concode_field_sep BlockMetadataManagerView mManagerView concode_elem_sep StorageDir mDir concode_elem_sep long mBlocksToMoveOutSize concode_elem_sep long mBlocksToMoveInSize concode_elem_sep StorageTierView mTierView concode_elem_sep Set<Long> mB... |
concode_data_1426 | get a new instance of a wsdlfactory . this method follows almost the same basic sequence of steps that jaxp follows to determine the fully-qualified class name of the class which implements wsdlfactory . the steps in order are : check the javax.wsdl.factory.wsdlfactory system property . check the lib/wsdl . properties ... |
concode_data_1427 | get groups which i was mentioned concode_field_sep List<String> toAtUserList concode_elem_sep Set<String> atMeGroupList concode_elem_sep EaseAtMessageHelper instance concode_field_sep boolean isAtMeMsg concode_elem_sep void cleanToAtUserList concode_elem_sep boolean hasAtMeMsg concode_elem_sep boolean containsAtAll con... |
concode_data_1428 | returns the description of the property with the provided name on the provided object 's interface . concode_field_sep Object[] NO_ARGUMENTS concode_field_sep PropertyDescriptor[] propertyDescriptorsFor
|
concode_data_1429 | set the minute of hour . concode_field_sep int offsetHours concode_elem_sep int offsetMinutes concode_elem_sep double seconds concode_elem_sep int minutes concode_elem_sep int hour concode_elem_sep String TIME_PATTERN concode_field_sep int getOffsetHours concode_elem_sep Date toDate concode_elem_sep String toISO8601 co... |
concode_data_1430 | returns the value as a plain string denominated in btc . the result is unformatted with no trailing zeroes . for instance , a value of 150000 satoshis gives an output string of `` 0.0015 '' btc concode_field_sep Coin MICROCOIN concode_elem_sep int SMALLEST_UNIT_EXPONENT concode_elem_sep long COIN_VALUE concode_elem_sep... |
concode_data_1431 | adds a panel on the stack . concode_field_sep UIStack uiStack concode_field_sep JPanel getCurrentPanel concode_elem_sep JPanel restart concode_elem_sep void show concode_elem_sep JPanel back concode_elem_sep JPanel back
|
concode_data_1432 | absent any annotations of xml mapping , the value of the nillable attribute on elements . concode_field_sep boolean defaultNillable concode_elem_sep boolean defaultExtensibleElements concode_elem_sep boolean qualifyAttributes concode_elem_sep int defaultMinOccurs concode_elem_sep boolean defaultExtensibleAttributes con... |
concode_data_1433 | obtain a list of all errors in the given instance . the list contains org.xml.sax.saxparseexception saxparseexception s. concode_field_sep ArrayList<Source> sources concode_elem_sep JAXPValidator validator concode_field_sep boolean isSchemaValid concode_elem_sep void addSchemaSource concode_elem_sep boolean isInstanceV... |
concode_data_1434 | registers a listener that is notified of each comparison with outcome other than comparisonresult #equal . concode_field_sep DifferenceEvaluator differenceEvaluator concode_elem_sep ComparisonResult[] comparisonResultsToCheck concode_elem_sep ComparisonResult[] CHECK_FOR_IDENTICAL concode_elem_sep Source controlSource ... |
concode_data_1435 | sets the conduit selector concode_field_sep ConduitSelector conduitSelector concode_elem_sep Map<String,Object> requestContext concode_elem_sep Bus bus concode_elem_sep List<Interceptor<? extends Message>> inInterceptors concode_elem_sep long synchronousTimeout concode_elem_sep List<Interceptor<? extends Message>> outI... |
concode_data_1436 | determine the fault mode for the underlying fault message for use on server side only . concode_field_sep PlaceHolder placeHolder concode_field_sep boolean isDOMPresent concode_elem_sep boolean isRequestor concode_elem_sep boolean isTrue concode_elem_sep boolean isOutbound concode_elem_sep boolean isEmptyPartialRespons... |
concode_data_1437 | hide keyboard concode_field_sep PlaceHolder placeHolder concode_field_sep void showSoftInput
|
concode_data_1438 | gets the run id . concode_field_sep Timestamp lastModifiedTimeStamp concode_elem_sep Timestamp fetcherStartTimestamp concode_elem_sep Timestamp createTimeStamp concode_elem_sep long serialVersionUID concode_elem_sep BigDecimal batchId concode_elem_sep String errorMsg concode_elem_sep OutcomeType outcomeType concode_ele... |
concode_data_1439 | get the tenant domain concode_field_sep boolean passiveAuth concode_elem_sep Map<String,String[]> requestQueryParams concode_elem_sep long serialVersionUID concode_elem_sep String commonAuthCallerPath concode_elem_sep boolean forceAuth concode_elem_sep String type concode_elem_sep Map<String,String> requestHeaders conc... |
concode_data_1440 | not supported . this method is used to get the rect value . concode_field_sep String _cssText concode_elem_sep RGBColor rgbColorValue concode_elem_sep float floatValue concode_elem_sep Rect rectValue concode_elem_sep Counter counter concode_elem_sep short primitiveType concode_field_sep void setStringValue concode_elem... |
concode_data_1441 | return playlists as a collection concode_field_sep String appPath concode_elem_sep Keys keys concode_elem_sep Machine machine concode_elem_sep String logPath concode_elem_sep Options options concode_elem_sep HashMap<Integer,Playlist> playlists concode_elem_sep DefaultListModel genreListModel concode_elem_sep Logger log... |
concode_data_1442 | initializes our documents object and underlying database connection . concode_field_sep Connection con concode_elem_sep PreparedStatement findByFileNameSQL concode_elem_sep PreparedStatement findByIDSQL concode_elem_sep PreparedStatement deleteItemSQL concode_elem_sep PreparedStatement newItemSQL concode_elem_sep Prepa... |
concode_data_1443 | sets the value of the paramname property . concode_field_sep List<DescriptionType> description concode_elem_sep CString paramName concode_elem_sep java.lang.String id concode_elem_sep XsdStringType paramValue concode_field_sep CString getParamName concode_elem_sep XsdStringType getParamValue concode_elem_sep void setPa... |
concode_data_1444 | returns true if the given uri was visited , meaning it was requested at some point since initialization . concode_field_sep ImageResourceLoader _imageResourceLoader concode_elem_sep UriResolver _uriResolver concode_field_sep void onLayoutException concode_elem_sep void onRenderException concode_elem_sep void shrinkImag... |
concode_data_1445 | retrieve the key in the servletcontext where the instance ofthe davrepository associated with a named davservlet can be found . concode_field_sep DAVProcessor processor concode_elem_sep ServletContext context concode_elem_sep DAVLogger logger concode_elem_sep DAVRepository repository concode_elem_sep ServletConfig conf... |
concode_data_1446 | writes any object to the output stream . concode_field_sep Hessian2Output _out concode_field_sep void flush concode_elem_sep Hessian2Output getHessian2Output concode_elem_sep void setCloseStreamOnClose concode_elem_sep boolean isCloseStreamOnClose concode_elem_sep void close
|
concode_data_1447 | a file should be added only once - even if it was found twice , because of a sym link . concode_field_sep CPD cpd concode_elem_sep String BASE_TEST_RESOURCE_PATH concode_elem_sep int files concode_elem_sep int expectedFilesCount concode_elem_sep boolean canTestSymLinks concode_field_sep void addedFile concode_elem_sep ... |
concode_data_1448 | tests the blockcontaineridgenerator #setnextcontainerid long method . concode_field_sep long TEST_ID concode_elem_sep BlockContainerIdGenerator mGenerator concode_field_sep void getNewContainerId concode_elem_sep void before
|
concode_data_1449 | tests ranknupdate with various sized input matrices concode_field_sep int N concode_elem_sep Random rand concode_field_sep void symmRankNMinus_U concode_elem_sep void checkSymmRankNMinus_U concode_elem_sep void symmRankNMinus_L concode_elem_sep void checkRankNUpdate concode_elem_sep void checkSymmRankNMinus_L
|
concode_data_1450 | test method for notificationcontroller #registerusersession serversession , servermessage . verifies that method throws nullpointerexception when serversession id is null . concode_field_sep ServerMessage mockServerMessage concode_elem_sep ServerSession mockServerSession concode_elem_sep HashMap<String,Object> testEven... |
concode_data_1451 | returns the size image needed to render the document without anything going off the side . could be different than the dimensions passed into layout because of text that could n't break or a table that 's set to be too big . concode_field_sep Dimension dim concode_elem_sep XHTMLPanel panel concode_field_sep void layout... |
concode_data_1452 | inner matrix that stores the decomposition concode_field_sep DenseMatrix64F QR concode_elem_sep int numRows concode_elem_sep int minLength concode_elem_sep double v[] concode_elem_sep double tau concode_elem_sep boolean error concode_elem_sep int numCols concode_elem_sep double gammas[] concode_elem_sep double gamma co... |
concode_data_1453 | method to find a file , first by finding it as a file either by the absolute or relative path , then as a url , and then finally seeing if it is on the classpath . caller is responsible for closing the inputstream . concode_field_sep int TIMEOUT concode_field_sep placeholderType placeHolder
|
concode_data_1454 | returns the quantity associated with a line item . concode_field_sep OrderLineType lineItem concode_elem_sep java.util.Iterator iter concode_field_sep String getItemDescription concode_elem_sep Object next concode_elem_sep java.util.Currency getItemPriceCurrency concode_elem_sep String getItemPartNumber concode_elem_se... |
concode_data_1455 | sets the cytoband of a gistic concode_field_sep boolean AMPLIFIED concode_elem_sep boolean DELETED concode_elem_sep int gisticID concode_elem_sep int peakStart concode_elem_sep ArrayList<CanonicalGene> genes_in_ROI concode_elem_sep String cytoband concode_elem_sep boolean amp concode_elem_sep int NO_SUCH_GISTIC concode... |
concode_data_1456 | create an instance of validateaccess concode_field_sep QName _SignCertificateResponse_QNAME concode_elem_sep QName _Access_QNAME concode_elem_sep QName _CheckServiceAccessResponse_QNAME concode_elem_sep QName _SignCertificateRequest_QNAME concode_elem_sep QName _CertificateChainInfo_QNAME concode_elem_sep QName _Regist... |
concode_data_1457 | get the return format requested concode_field_sep PlaceHolder placeHolder concode_field_sep HashSet<String> getCancerStudyIDs concode_elem_sep String getCaseSetId concode_elem_sep ArrayList<String> getSampleIds concode_elem_sep String getCancerStudyId concode_elem_sep ArrayList<String> getGeneticProfileId
|
concode_data_1458 | save a dishcollection . concode_field_sep DishCollectionRepository dishCollectionRepository concode_elem_sep Logger log concode_field_sep DishCollection findOneByName concode_elem_sep DishCollection findOne concode_elem_sep Page<DishCollection> findAll concode_elem_sep void delete
|
concode_data_1459 | calculates the hash of the hash of the contents . this is a standard operation in bitcoin . concode_field_sep Sha256Hash ZERO_HASH concode_elem_sep byte[] bytes concode_field_sep Sha256Hash hashFileContents concode_elem_sep int hashCode concode_elem_sep boolean equals concode_elem_sep Sha256Hash create concode_elem_sep... |
concode_data_1460 | destroy the workflow application service . concode_field_sep String HADOOP_NN_KERBEROS_NAME concode_elem_sep String APP_LIB_PATH_LIST concode_elem_sep String HADOOP_USER concode_elem_sep String CONF_PREFIX concode_elem_sep String SYSTEM_LIB_PATH concode_elem_sep String HADOOP_UGI concode_elem_sep String HADOOP_JT_KERBE... |
concode_data_1461 | get current date and time formatted as iso 8601 string . concode_field_sep String TIMEZONE_MODE concode_elem_sep String eventTimezone concode_field_sep String get12HourTime concode_elem_sep String getTimeZoneDateString concode_elem_sep Date getDateObject concode_elem_sep String get24HourTime concode_elem_sep TimeZone g... |
concode_data_1462 | create a diffbuilder from all kind of types supported by input #from object . concode_field_sep DifferenceEvaluator differenceEvaluator concode_elem_sep ComparisonResult[] comparisonResultsToCheck concode_elem_sep ComparisonResult[] CHECK_FOR_IDENTICAL concode_elem_sep Source controlSource concode_elem_sep ComparisonRe... |
concode_data_1463 | puts the specified name/value pair in the specified json object . concode_field_sep Logger LOG concode_field_sep int extractInt concode_elem_sep Collection<InetSocketAddress> getInetAddresses
|
concode_data_1464 | returns the orthogonal ` v ' matrix . concode_field_sep SingularValueDecomposition<DenseMatrix64F> svd concode_elem_sep DenseMatrix64F mat concode_elem_sep T U concode_elem_sep T V concode_elem_sep T W concode_field_sep T getW concode_elem_sep SingularValueDecomposition getSVD concode_elem_sep double getSingleValue con... |
concode_data_1465 | the alias associated with this certificate . concode_field_sep X509Certificate mCert concode_elem_sep String mAlias concode_elem_sep String mSubjectSecondary concode_elem_sep String mSubjectPrimary concode_elem_sep String mString concode_field_sep String getSubjectPrimary concode_elem_sep X509Certificate getCertificate... |
concode_data_1466 | launches the sip and turn servers . concode_field_sep Logger LOG concode_elem_sep TurnServer m_turnServer concode_field_sep void stop concode_elem_sep void start
|
concode_data_1467 | sets the value of the projectsecret property . concode_field_sep byte[] projectSecret concode_elem_sep String csr concode_elem_sep String project concode_field_sep void setCsr concode_elem_sep String getCsr concode_elem_sep byte[] getProjectSecret concode_elem_sep void setProject concode_elem_sep String getProject
|
concode_data_1468 | format date . concode_field_sep PlaceHolder placeHolder concode_field_sep FetcherTesterExecCallable getExecutorCallable concode_elem_sep FetcherTesterWaitCallable getWaiterCallable
|
concode_data_1469 | counts the number of times the specified eigenvalue appears . concode_field_sep PlaceHolder placeHolder concode_field_sep void hasOffDiagonal concode_elem_sep void shouldNotChange concode_elem_sep void zeroDiagonalNotZeroOff concode_elem_sep void multipleEigenvalues
|
concode_data_1470 | factory that just takes a service . used in tools and unit tests . concode_field_sep Map<String,String> nsPrefixMap concode_field_sep String getJavascriptName concode_elem_sep String getJavascriptName concode_elem_sep String transformURI concode_elem_sep String defineFallbackPrefix concode_elem_sep void initialize conc... |
concode_data_1471 | returns the customized configuration for the user . concode_field_sep IConfigurationFactory SINGLETON concode_elem_sep ConfigurationHandler handler concode_field_sep IConfigurationFactory getInstance
|
concode_data_1472 | returns the proposal identified by the supplied token . concode_field_sep Map<String,FederationModel> federationPullResults concode_elem_sep INotificationManager notificationManager concode_elem_sep IStoredSettings settings concode_elem_sep List<FederationModel> federationRegistrations concode_elem_sep IRuntimeManager ... |
concode_data_1473 | not supported , class is immutable . sets the string representation of the current value . concode_field_sep String _cssText concode_elem_sep RGBColor rgbColorValue concode_elem_sep float floatValue concode_elem_sep Rect rectValue concode_elem_sep Counter counter concode_elem_sep short primitiveType concode_field_sep v... |
concode_data_1474 | moves to the next log block in reverse order , and positions it after the last record in that block . concode_field_sep Block blk concode_elem_sep int currentrec concode_elem_sep Page pg concode_field_sep BasicLogRecord next concode_elem_sep void add concode_elem_sep void set concode_elem_sep BasicLogRecord previous co... |
concode_data_1475 | looks up the target object by ejb local reference . concode_field_sep long serialVersionUID concode_field_sep void ejbCreate concode_elem_sep void setMessageDrivenContext concode_elem_sep void ejbRemove
|
concode_data_1476 | get the list of accepted encryption algorithms . a request can contain a wst : encryptionalgorithm uri to use to encrypt an issued token . the algorithm specified must be contained in this list . the default algorithms are 3-des , aes-128 , aes-128 gcm , aes-192 , aes-192 gcm , aes-256 and aes-256 gcm . concode_field_s... |
concode_data_1477 | implements bundleactivator.stop . does nothing since the framework will automatically unregister any registered services . concode_field_sep IEnvironments environments concode_elem_sep HashMap<String,RestConnectionFactory> factories concode_elem_sep AutoSIMRestConfig config concode_field_sep void start
|
concode_data_1478 | create a new table with the specified headers and row data . concode_field_sep int emptyWidth concode_elem_sep String[] headers concode_elem_sep String EMPTY concode_elem_sep Object[][] data concode_elem_sep Borders borders concode_elem_sep int columns concode_elem_sep int[] columnWidths concode_elem_sep int bitmask co... |
concode_data_1479 | the actual target . concode_field_sep String xpath concode_elem_sep Detail test concode_elem_sep Detail control concode_elem_sep ComparisonType type concode_elem_sep Object value concode_elem_sep Node target concode_field_sep Object getValue concode_elem_sep Detail getTestDetails concode_elem_sep ComparisonType getType... |
concode_data_1480 | the component we are decorating . concode_field_sep ActivityGraphsHelper impl concode_field_sep void setParameters concode_elem_sep void addInState concode_elem_sep void setSynch concode_elem_sep Object findStateByName concode_elem_sep boolean isAddingActivityGraphAllowed concode_elem_sep void setInStates concode_elem_... |
concode_data_1481 | tests the webutils #convertmstoclocktime long method with one second . concode_field_sep PlaceHolder placeHolder concode_field_sep void convertToClockTimeWithOneMinute30Seconds concode_elem_sep void convertToClockTimeWithOneDay4Hours10Minutes45SecondsWithStopwatch concode_elem_sep void convertToClockTimeWithNegativeVal... |
concode_data_1482 | returns a string representation of the enumeration value . concode_field_sep VisibilityKindEnum VK_PACKAGE concode_elem_sep java.util.List typeName concode_elem_sep VisibilityKindEnum VK_PRIVATE concode_elem_sep VisibilityKindEnum VK_PUBLIC concode_elem_sep java.lang.String literalName concode_elem_sep VisibilityKindEn... |
concode_data_1483 | get the downlinks of this node . concode_field_sep int edgeOffset concode_elem_sep FigNode figure concode_elem_sep float UPLINK_FACTOR concode_elem_sep List<ClassdiagramNode> uplinks concode_elem_sep int rank concode_elem_sep List<ClassdiagramNode> downlinks concode_elem_sep int NORANK concode_elem_sep int column conco... |
concode_data_1484 | return the runtime directory of the oozie instance . the directory is created under tmp and it is always a new directory per services initialization . concode_field_sep String OOZIE_HOME_DIR concode_elem_sep String CONF_SYSTEM_ID concode_elem_sep String systemId concode_elem_sep Services SERVICES concode_elem_sep Strin... |
concode_data_1485 | returns the boolean value for the currentvalue . if the currentvalue can not be interpreted as a boolean , the defaultvalue is returned . concode_field_sep boolean spaceDelimited concode_elem_sep String SINCE concode_elem_sep String defaultValue concode_elem_sep boolean caseSensitive concode_elem_sep String SPACE_DELIM... |
concode_data_1486 | puts the slider back in its original position , but makes it seem as if it has moved , allowing onprogresschanged to be called concode_field_sep PlaceHolder placeHolder concode_field_sep Bitmap StringToBitMap concode_elem_sep void erase concode_elem_sep Bitmap getMorph concode_elem_sep boolean isGood concode_elem_sep B... |
concode_data_1487 | test method for net.sf.marineapi.nmea.util.time #gethour . concode_field_sep Time time concode_field_sep void testDateRoundTrip concode_elem_sep void testParseTimeWithOneDecimal concode_elem_sep void testSetNegativeMinutes concode_elem_sep void testFormatTimeWithOneDecimal concode_elem_sep void testSetMinutes concode_e... |
concode_data_1488 | get date from datepicker concode_field_sep String SHORT_FORMAT concode_elem_sep String FULL_FORMAT concode_elem_sep String NORMAL_DAY_OF_WEEK_FORMAT concode_elem_sep String NORMAL_FORMAT concode_field_sep Date stringToDate concode_elem_sep String getDateTime concode_elem_sep String getStringTimeFromTime concode_elem_se... |
concode_data_1489 | sets the created date . concode_field_sep long serialVersionUID concode_elem_sep String isSystemDerived concode_elem_sep String isActive concode_elem_sep BigDecimal predecessorId concode_elem_sep String srcFileName concode_elem_sep BigDecimal successorId concode_elem_sep BigDecimal feedId concode_elem_sep String checks... |
concode_data_1490 | determine if one collection of assertions contains another collection of assertion , using the equal method from the assertion interface . concode_field_sep org.apache.cxf.transport.Assertor obj concode_elem_sep String INDENT concode_field_sep Assertor createAsserter concode_elem_sep boolean isEmptyPolicyOperator conco... |
concode_data_1491 | begin normal traversal of a subtree rooted at n . this gives the visitor the option of changing internal state or returning a new visitor which will be used to visit the children of n . this method is typically called by the method #enter node , node enter parent , n . if a subclass overrides the method #enter node , n... |
concode_data_1492 | gets the value of the paramvalue property . concode_field_sep List<DescriptionType> description concode_elem_sep CString paramName concode_elem_sep java.lang.String id concode_elem_sep XsdStringType paramValue concode_field_sep CString getParamName concode_elem_sep void setParamName concode_elem_sep void setParamValue ... |
concode_data_1493 | from string . concode_field_sep PlaceHolder placeHolder concode_field_sep ConfigSetUpDTO configSetUp concode_elem_sep PubFilesOperationResp destFileExists concode_elem_sep ItemList<FeedConfigResponse> runFeeds concode_elem_sep RestCallStatus runFeed concode_elem_sep PubFilesOperationResp execShellCommand concode_elem_s... |
concode_data_1494 | call viewconfiguration #getscaledpagingtouchslop . if running on a pre - @android . os.build.version _ codes #froyo device , returns viewconfiguration #getscaledtouchslop . concode_field_sep ViewConfigurationVersionImpl IMPL concode_field_sep placeholderType placeHolder
|
concode_data_1495 | parse a string into a typenode ast node , applying substitutions . concode_field_sep ExtensionInfo ext concode_elem_sep int EXPR concode_elem_sep int DECL concode_elem_sep Position pos concode_elem_sep int MEMB concode_elem_sep int STMT concode_elem_sep int TYPE concode_elem_sep int FILE concode_field_sep ClassMember p... |
concode_data_1496 | test method for net.sf.marineapi.nmea.parser.rmbparser #setsteerto compasspoint . concode_field_sep String EXAMPLE concode_elem_sep RMBSentence rmb concode_elem_sep RMBSentence empty concode_field_sep void testGetVelocity concode_elem_sep void testGetCrossTrackError concode_elem_sep void testArrivalStatus concode_elem_... |
concode_data_1497 | if a handler is connected , call its org.bitcoinj.protocols.channels.paymentchannelserver #close method thus disconnecting the tcp connection . concode_field_sep Coin bestValueToMe concode_elem_sep long refundTransactionUnlockTimeSecs concode_elem_sep PaymentChannelServer connectedHandler concode_elem_sep Transaction c... |
concode_data_1498 | add propertychangelistener . concode_field_sep Element m_SignedPart concode_elem_sep int m_SignMode concode_elem_sep String PROP_SIGNEDELEMENT concode_elem_sep Element m_WrappingPayloadElemnt concode_elem_sep String PROP_REFERRINGELEMENT concode_elem_sep WrappingAttackMode m_CurrWrappingMode concode_elem_sep String PRO... |
concode_data_1499 | returns the client instance concode_field_sep List<String> approvedScope concode_elem_sep List<String> requestedScope concode_elem_sep String audience concode_elem_sep UserSubject subject concode_elem_sep Client client concode_elem_sep String grantType concode_field_sep UserSubject getSubject concode_elem_sep void setC... |
concode_data_1500 | description of the accessibility service . statically set from accessibilityservice #service_meta_data meta-data . concode_field_sep AccessibilityServiceInfoVersionImpl IMPL concode_elem_sep int FEEDBACK_ALL_MASK concode_field_sep ResolveInfo getResolveInfo concode_elem_sep ResolveInfo getResolveInfo concode_elem_sep R... |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.