idx int64 0 100k | question stringlengths 68 7.19k | target stringlengths 20 663 |
|---|---|---|
94,800 | create an instance of itemreceiptitemlist concode_field_sep QName _VendorBill_QNAME concode_elem_sep QName _PurchaseOrder_QNAME concode_elem_sep QName _VendorReturnAuthorization_QNAME concode_elem_sep QName _VendorPayment_QNAME concode_elem_sep QName _ItemReceipt_QNAME concode_elem_sep QName _VendorCredit_QNAME concode... | ItemReceiptItemList function ( ) { return new ItemReceiptItemList ( ) ; } |
94,801 | gets the value of the from property . concode_field_sep Integer responseStatusCode concode_elem_sep PrimitiveContent primitiveContent concode_elem_sep String eventCategory concode_elem_sep String resultExpirationTimestamp concode_elem_sep String requestIdentifier concode_elem_sep String from concode_elem_sep String to ... | String function ( ) { return from ; } |
94,802 | must only be called when the input encoded bytes buffer is empty concode_field_sep StringBuilder outputBuf concode_elem_sep CharsetDecoder decoder concode_elem_sep CharBuffer decodedCharBuf concode_elem_sep ByteBuffer encodedBuf concode_field_sep void appendDecodedChars concode_elem_sep String decode concode_elem_sep v... | void function ( ) { CoderResult loc0 ; decodedCharBuf . clear ( ) ; loc0 = decoder . flush ( decodedCharBuf ) ; appendDecodedChars ( ) ; throwIfError ( loc0 ) ; if ( loc0 != UNDERFLOW ) { throw new IllegalStateException ( "srini_string" + loc0 ) ; } } |
94,803 | fill in the stored value , reading it from the given cdr stream . concode_field_sep NotEmpty value concode_field_sep TypeCode _type concode_elem_sep void _write | void function ( InputStream arg0 ) { value = NotEmptyHelper . read ( arg0 ) ; } |
94,804 | this method gets the operator id of the parent operator . concode_field_sep String appId concode_elem_sep int operatorId concode_elem_sep JMSBase base concode_field_sep void setOperatorId concode_elem_sep boolean isExactlyOnce concode_elem_sep JMSBase getBase concode_elem_sep boolean isTransactable concode_elem_sep voi... | int function ( ) { return operatorId ; } |
94,805 | returns the plid of this layout branch . concode_field_sep LayoutBranch _layoutBranch concode_field_sep void setExpandoBridgeAttributes concode_elem_sep void setExpandoBridgeAttributes concode_elem_sep void setExpandoBridgeAttributes concode_elem_sep java.lang.String getName concode_elem_sep void setGroupId concode_ele... | long function ( ) { return _layoutBranch . getPlid ( ) ; } |
94,806 | set the agent slot of this event . concode_field_sep AID agent concode_elem_sep String NAME concode_elem_sep BehaviourID behaviour concode_field_sep BehaviourID getBehaviour concode_elem_sep void setBehaviour concode_elem_sep String getName concode_elem_sep AID getAgent | void function ( AID arg0 ) { agent = arg0 ; } |
94,807 | return the field counts - not public , used for getproperty concode_field_sep Map<String,HashMap<String,Double>> correlation concode_elem_sep RunningStats results concode_field_sep Map<String,Double> getKurtosis concode_elem_sep double getKurtosis concode_elem_sep Double getCorrelation concode_elem_sep Map<String,Doubl... | Map < String , Long > function ( ) { return Collections . unmodifiableMap ( results . counts ) ; } |
94,808 | helper sorting functions . concode_field_sep PlaceHolder placeHolder concode_field_sep void exch concode_elem_sep void show concode_elem_sep void main concode_elem_sep void sort concode_elem_sep void sort concode_elem_sep boolean isSorted concode_elem_sep boolean isSorted concode_elem_sep boolean isSorted concode_elem_... | boolean function ( Comparable arg0 , Comparable arg1 ) { return arg0 . compareTo ( arg1 ) < 0 ; } |
94,809 | indicates that at least this or one of the child instances of abstracttext is selected . concode_field_sep boolean highlight concode_elem_sep boolean hasHighlight concode_elem_sep Rectangle2D.Float bounds concode_elem_sep boolean selected concode_elem_sep boolean hasSelected concode_field_sep boolean isHighlighted conc... | boolean function ( ) { return hasSelected ; } |
94,810 | gets the description of the record . concode_field_sep GregorianCalendar date concode_elem_sep int quantity concode_elem_sep double price concode_elem_sep String description concode_field_sep String getDateString concode_elem_sep int getQuantity concode_elem_sep void setQuantity concode_elem_sep void setDate concode_el... | String function ( ) { return description ; } |
94,811 | returns the public id for this source . concode_field_sep String systemId concode_elem_sep Reader reader concode_elem_sep InputStream inputStream concode_elem_sep String FEATURE concode_elem_sep String publicId concode_field_sep String getSystemId concode_elem_sep void setReader concode_elem_sep Reader getReader concod... | String function ( ) { return publicId ; } |
94,812 | mass spec characteristics concode_field_sep int MASS_START concode_elem_sep int MASS_DEL concode_elem_sep double m_MaxIntensity concode_elem_sep ISpectrumPeak[] m_Peaks concode_elem_sep ScoringTestUtilities[] EMPTY_ARRAY concode_elem_sep double m_SumIntensity concode_elem_sep int NUMBER_PEAKS concode_field_sep double g... | ISpectralScan function ( ) { return null ; } |
94,813 | returns a new bitbuf consisting of all bits from offset s and beyond . concode_field_sep int bitlen concode_elem_sep char hexchars[] concode_elem_sep StringBuffer binbyte concode_elem_sep int masks[] concode_elem_sep byte data[] concode_elem_sep StringBuffer hexbyte concode_field_sep int toInt concode_elem_sep String t... | BitBuf function ( int arg0 ) { return new BitBuf ( this , arg0 , this . bitlen - arg0 ) ; } |
94,814 | check if g1 is isomorphic to a subgraph of g2 . assuming no attributes on edges . concode_field_sep PlaceHolder placeHolder concode_field_sep int[][] getBipartiteMatrix concode_elem_sep int nextPoisson concode_elem_sep int[] get_rmap concode_elem_sep int[][] getBipartiteList concode_elem_sep boolean pseudoSubIsomorphic... | boolean function ( Graph arg0 , Graph arg1 ) { int [ ] [ ] loc0 = getBipartiteMatrix2 ( arg0 , arg1 ) ; int [ ] loc1 = Ullmann . subgraphIsomorphism ( arg0 . adjMatrix ( ) , arg1 . adjMatrix ( ) , loc0 ) ; if ( loc1 == null ) { return false ; } else { return true ; } } |
94,815 | return optionone if it does not equal criteria , else return optiontwo concode_field_sep PlaceHolder placeHolder concode_field_sep T ifEmpty | T function ( T arg0 , T arg1 , T arg2 ) { if ( ! arg0 . equals ( arg1 ) ) { return arg1 ; } return arg2 ; } |
94,816 | sets the value of the createdate property . concode_field_sep String resourceId concode_elem_sep Date lastUpdateDate concode_elem_sep String roleId concode_elem_sep String roleName concode_elem_sep String lastUpdateUser concode_elem_sep String createUser concode_elem_sep String resourceName concode_elem_sep Integer res... | void function ( Date arg0 ) { this . createDate = arg0 ; } |
94,817 | return the non-null adapterclass if iadfaptable has an adapterclass adapter . this method just delegates to iadaptable.getadapter but avoids the hazard from the unconstrained class declaration . concode_field_sep PlaceHolder placeHolder concode_field_sep Class<T> getClass concode_elem_sep EAnnotation getMetamodelAnnota... | @ Nullable T function ( @ Nullable IAdaptable arg0 , @ NonNull Class < T > arg1 ) { return arg0 != null ? arg0 . getAdapter ( arg1 ) : null ; } |
94,818 | save the metrics out to a file . concode_field_sep ExampleMultiMetricsCollector collector concode_elem_sep ExampleMultiMetricsArgumentCollection inputArgs concode_elem_sep ExampleMultiMetricsCollector reducedResultMetrics concode_elem_sep MetricsFile<ExampleMultiMetrics,Integer> metricsFile concode_elem_sep long serial... | void function ( final String arg0 , final AuthHolder arg1 ) { reducedResultMetrics . saveMetrics ( metricsFile , arg1 ) ; } |
94,819 | specify that to run job.type #job_type_periodic_task job . this is the tag for theperiodictask to be set for job.type #job_type_periodic_task job . concode_field_sep int mNetworkType concode_elem_sep int JOB_TYPE_PERIODIC_TASK concode_elem_sep SmartScheduler.JobScheduledCallback mJobScheduledCallback concode_elem_sep i... | Builder function ( String arg0 ) { mPeriodicTaskTag = arg0 ; return this ; } |
94,820 | copy the contents of the given string to the given output writer . closes the writer when done . concode_field_sep int BUFFER_SIZE concode_field_sep String copyToString concode_elem_sep byte[] copyToByteArray concode_elem_sep byte[] copyToByteArray | void function ( String arg0 , Writer arg1 ) { Assert . notNull ( arg0 , "srini_string" ) ; Assert . notNull ( arg1 , "srini_string" ) ; try { arg1 . write ( arg0 ) ; } finally { try { arg1 . close ( ) ; } catch ( IOException loc0 ) { } } } |
94,821 | returns the description of the glyph . concode_field_sep short yMin concode_elem_sep short yMax concode_elem_sep short xMax concode_elem_sep short xMin concode_elem_sep BoundingBox boundingBox concode_elem_sep short numberOfContours concode_elem_sep GlyfDescript glyphDescription concode_field_sep short getNumberOfConto... | GlyphDescription function ( ) { return glyphDescription ; } |
94,822 | gets the value of the minpodduration property . concode_field_sep String videoMidrollFrequency concode_elem_sep Long minVideoAdDuration concode_elem_sep MidrollFrequencyType videoMidrollFrequencyType concode_elem_sep Long maxPodDuration concode_elem_sep Long id concode_elem_sep Long maxVideoAdDuration concode_elem_sep ... | Long function ( ) { return minPodDuration ; } |
94,823 | scales the vector inset2 by the factor scalar and adds it to pt2 . the returned point is pt2 inset by an amount appropriate for a bevel of thickness scalar . concode_field_sep Shape area concode_elem_sep float p[] concode_elem_sep float pt3[] concode_elem_sep float pt2[] concode_elem_sep float pt4[] concode_elem_sep do... | float [ ] function ( float arg0 , float [ ] arg1 ) { arg1 [ 0 ] = pt2 [ 0 ] + inset2 [ 0 ] * arg0 ; arg1 [ 1 ] = pt2 [ 1 ] + inset2 [ 1 ] * arg0 ; return arg1 ; } |
94,824 | process a single callback , waiting as long as the given timeout in seconds for one if there are none pendings . return true if there are more messages waiting to be processed or false if there are none . concode_field_sep CallbackModel callbackModel concode_elem_sep LRCState state concode_elem_sep LRC lrc concode_elem... | boolean function ( double arg0 ) { try { return this . lrc . tickSingle ( arg0 ) ; } catch ( JConcurrentAccessAttempted loc0 ) { throw new CallNotAllowedFromWithinCallback ( loc0 . getMessage ( ) , loc0 ) ; } catch ( Exception loc0 ) { throw new RTIinternalError ( loc0 . getMessage ( ) , loc0 ) ; } } |
94,825 | get the type of this action concode_field_sep PDFObject next concode_elem_sep String type concode_field_sep void setNext concode_elem_sep PDFAction getAction concode_elem_sep PDFObject getNext | String function ( ) { return this . type ; } |
94,826 | returns the problem used to set the g function . concode_field_sep FunctionOptimisationProblem dimp1_h_problem concode_elem_sep FunctionOptimisationProblem dimp1_g_problem concode_elem_sep ContinuousFunction dimp1_h concode_elem_sep ContinuousFunction dimp1_g concode_field_sep void setDIMP1_h concode_elem_sep void setD... | FunctionOptimisationProblem function ( ) { return this . dimp1_g_problem ; } |
94,827 | return the method invoked on the proxied interface . may or may not correspond with a method invoked on an underlying implementation of that interface . concode_field_sep Object proxy concode_elem_sep Method method concode_elem_sep Map<String,Object> userAttributes concode_elem_sep Class<?> targetClass concode_elem_sep... | Method function ( ) { return this . method ; } |
94,828 | returns this process builder 's current environment . when a process builder instance is created , the environment is populated with a copy of the environment , as returned by system #getenv . note that the map returned by this method is not a copy and any changes made to it are reflected in this instance 's state . co... | Map < String , String > function ( ) { return environment ; } |
94,829 | adding the given value to the interval and creates a new boundary object with the new values . concode_field_sep double min concode_elem_sep Boundary EMPTY concode_elem_sep double max concode_field_sep double getSize concode_elem_sep Boundary intersect concode_elem_sep double getMin concode_elem_sep double getMax conco... | Boundary function ( Boundary arg0 ) { return new Boundary ( min + arg0 . getMin ( ) , max + arg0 . getMax ( ) ) ; } |
94,830 | creates a new pair concode_field_sep K Second concode_elem_sep T First concode_field_sep String toString | Pair < U , V > function ( U arg0 , V arg1 ) { return new Pair < U , V > ( arg0 , arg1 ) ; } |
94,831 | returns the parent component for the component being processed . concode_field_sep LinkedList<ComponentConfig> configStack concode_field_sep void handleComponent concode_elem_sep void process concode_elem_sep void initializeStream concode_elem_sep void initializeSegment concode_elem_sep void handleConstant concode_elem... | ComponentConfig function ( ) { if ( configStack . size ( ) > 1 ) { return ( ComponentConfig ) configStack . get ( 1 ) ; } return null ; } |
94,832 | get level debug 's counts concode_field_sep Integer level_WARN concode_elem_sep Integer level_FATAL concode_elem_sep Integer level_ERROR concode_elem_sep Integer month concode_elem_sep Integer level_DEBUG concode_elem_sep Integer year concode_elem_sep String rabbitId concode_elem_sep Integer level_TRACE concode_elem_se... | Integer function ( ) { return level_DEBUG ; } |
94,833 | sets the ticker symbol of this account . concode_field_sep Account _account concode_field_sep void setExpandoBridgeAttributes concode_elem_sep void setExpandoBridgeAttributes concode_elem_sep void setExpandoBridgeAttributes concode_elem_sep java.lang.String getName concode_elem_sep boolean isEscapedModel concode_elem_s... | void function ( java . lang . String arg0 ) { _account . setTickerSymbol ( arg0 ) ; } |
94,834 | the session token portion of the credentials concode_field_sep String accessKeyId concode_elem_sep String secretKey concode_elem_sep String sessionToken concode_elem_sep java.util.Date expiration concode_field_sep void setSecretKey concode_elem_sep String getSecretKey concode_elem_sep void setAccessKeyId concode_elem_s... | Credentials function ( String arg0 ) { setSessionToken ( arg0 ) ; return this ; } |
94,835 | turns the response of an http request into a json object . concode_field_sep char[] hexArray concode_elem_sep String CONTENT_TYPE_JSON concode_field_sep String bytesToHex concode_elem_sep String SHA1 concode_elem_sep boolean isNullOrWhiteSpace | JSONObject function ( HttpResponse arg0 ) { HttpEntity loc0 = arg0 . getEntity ( ) ; String loc1 = EntityUtils . toString ( loc0 ) ; return new JSONObject ( loc1 ) ; } |
94,836 | limits results to snapshots created before given date concode_field_sep Map<String,String> commitProperties concode_elem_sep String author concode_elem_sep int limit concode_elem_sep int skip concode_elem_sep LocalDateTime from concode_elem_sep LocalDateTime to concode_elem_sep CommitId commitId concode_elem_sep Long v... | QueryParamsBuilder function ( LocalDateTime arg0 ) { this . to = arg0 ; return this ; } |
94,837 | gets the module classes which will/has been loaded and may or may not be enabled in a given module instance . concode_field_sep List<Class<? extends IModule>> modules concode_elem_sep List<IModule> loadedModules concode_elem_sep IDiscordClient client concode_elem_sep String MODULE_DIR concode_field_sep List<IModule> ge... | List < Class < ? extends IModule >> function ( ) { return modules ; } |
94,838 | create an instance of evaluate concode_field_sep PlaceHolder placeHolder concode_field_sep EvaluateResponse createEvaluateResponse concode_elem_sep EvaluateBatchResponse createEvaluateBatchResponse concode_elem_sep EvaluateBatch createEvaluateBatch concode_elem_sep EvaluateBatchFault createEvaluateBatchFault concode_el... | Evaluate function ( ) { return new Evaluate ( ) ; } |
94,839 | threadpools can swallow exceptions . make sure they do n't get lost . concode_field_sep TrackingAwaiter INSTANCE concode_elem_sep ConcurrentLinkedQueue<Pair<String,Throwable>> exceptionsThrown concode_field_sep void waitAndMaybeThrowInterrupt concode_elem_sep void assertNoErrors | void function ( CountDownLatch arg0 , String arg1 ) { try { waitAndMaybeThrowInterrupt ( arg0 , arg1 ) ; } catch ( Throwable loc0 ) { exceptionsThrown . add ( Pair . of ( arg1 , loc0 ) ) ; Throwables . propagate ( loc0 ) ; } } |
94,840 | returns the name of the room . concode_field_sep EntityBareJid jid concode_elem_sep String name concode_field_sep EntityBareJid getJid | String function ( ) { return name ; } |
94,841 | setter method concode_field_sep String description concode_elem_sep String categoryName concode_elem_sep String userName concode_elem_sep List displayDetails concode_elem_sep long serialVersionUID concode_elem_sep String status concode_elem_sep int categoryId concode_field_sep void setDisplayDetails concode_elem_sep in... | void function ( String arg0 ) { this . userName = arg0 ; } |
94,842 | sets the periodo1 value for this ctbodyrs . concode_field_sep java.lang.String tipoDocumento concode_elem_sep java.lang.String nombreCliente concode_elem_sep java.lang.Object __equalsCalc concode_elem_sep org.apache.axis.description.TypeDesc typeDesc concode_elem_sep java.lang.String periodo3 concode_elem_sep java.lang... | void function ( java . lang . String arg0 ) { this . periodo1 = arg0 ; } |
94,843 | sets the value of the uuidref property . concode_field_sep JAXBElement<? extends AbstractMDIdentificationType> abstractMDIdentification concode_elem_sep String role concode_elem_sep String arcrole concode_elem_sep String show concode_elem_sep String actuate concode_elem_sep List<String> nilReason concode_elem_sep Strin... | void function ( String arg0 ) { this . uuidref = arg0 ; } |
94,844 | set the meetingid for this particular event . concode_field_sep String TIMESTAMP concode_elem_sep HashMap<String,String> eventMap concode_elem_sep String EVENT concode_elem_sep String MODULE concode_elem_sep String MEETING concode_field_sep HashMap<String,String> toMap concode_elem_sep void setModule concode_elem_sep S... | void function ( String arg0 ) { eventMap . put ( MEETING , arg0 ) ; } |
94,845 | used to set the parameter type when the type information is provided in the query . concode_field_sep String m_typeName concode_elem_sep boolean m_output concode_elem_sep String m_name concode_elem_sep Hashtable m_Typetable concode_elem_sep int m_type concode_elem_sep String m_value concode_field_sep void setName conco... | void function ( String arg0 ) { m_type = map_type ( arg0 ) ; m_typeName = arg0 ; } |
94,846 | the default default value for fields of this type , if it 's a primitive type . concode_field_sep int MESSAGE_SET_ITEM_TAG concode_elem_sep int MESSAGE_SET_MESSAGE_TAG concode_elem_sep int WIRETYPE_FIXED64 concode_elem_sep int MESSAGE_SET_TYPE_ID concode_elem_sep int WIRETYPE_END_GROUP concode_elem_sep int wireType con... | Object function ( ) { return defaultDefault ; } |
94,847 | restituisce la categoria libreoffice ; vedere : https://help.libreoffice.org/calc/functions_by_category/it ad esempio , si puo ' restituire `` data & orario '' oppure `` foglio elettronico '' concode_field_sep PlaceHolder placeHolder concode_field_sep String getName concode_elem_sep String getHelp concode_elem_sep Obje... | String function ( ) { return "srini_string" ; } |
94,848 | give the host application a chance to take over the control when a new url is about to be loaded in the current xwalkview . if xwalkclient is not provided , by default xwalkview will ask activity manager to choose the proper handler for the url . if xwalkclient is provided , return true means the host application handl... | boolean function ( XWalkView arg0 , String arg1 ) { return false ; } |
94,849 | amalgamate all pre-destroy callbacks and return a read only list concode_field_sep HashMap<String,List<LifeCycleCallback>> preDestroyCallbacksMap concode_elem_sep String LIFECYCLE_CALLBACK_COLLECTION concode_elem_sep HashMap<String,List<LifeCycleCallback>> postConstructCallbacksMap concode_elem_sep Logger LOG concode_f... | Collection < LifeCycleCallback > function ( ) { List < LifeCycleCallback > loc0 = new ArrayList < LifeCycleCallback > ( ) ; for ( String loc1 : preDestroyCallbacksMap . keySet ( ) ) { loc0 . addAll ( preDestroyCallbacksMap . get ( loc1 ) ) ; } return Collections . unmodifiableCollection ( loc0 ) ; } |
94,850 | handles rset command concode_field_sep Collection<String> COMMANDS concode_elem_sep Response SYNTAX_ERROR concode_elem_sep Response OK concode_field_sep void init concode_elem_sep void destroy concode_elem_sep Response doRSET concode_elem_sep Collection<String> getImplCommands | Response function ( SMTPSession arg0 , Request arg1 ) { return doRSET ( arg0 , arg1 . getArgument ( ) ) ; } |
94,851 | this method returns all the explicitly added errors and the errors of all paths . concode_field_sep List<PathWrapper> pathWrappers concode_elem_sep String debugInfo concode_elem_sep List<Throwable> errors concode_elem_sep PMap hintsMap concode_field_sep void add concode_elem_sep GHResponse addError concode_elem_sep voi... | List < Throwable > function ( ) { List < Throwable > loc0 = new ArrayList < Throwable > ( ) ; loc0 . addAll ( errors ) ; for ( PathWrapper loc1 : pathWrappers ) { loc0 . addAll ( loc1 . getErrors ( ) ) ; } return loc0 ; } |
94,852 | compares to arguments concode_field_sep String workspace concode_elem_sep Credentials creds concode_elem_sep int hash concode_field_sep int hashCode concode_elem_sep int computeSimpleCredsHashCode concode_elem_sep Credentials getCredentials concode_elem_sep int computeHash concode_elem_sep String getWorkspace concode_e... | boolean function ( Credentials arg0 , Credentials arg1 ) { if ( arg0 == arg1 ) { return true ; } else if ( ( arg0 != null ) && ( arg1 != null ) ) { if ( ( arg0 instanceof SimpleCredentials ) && ( arg1 instanceof SimpleCredentials ) ) { return equals ( ( SimpleCredentials ) arg0 , ( SimpleCredentials ) arg1 ) ; } return... |
94,853 | the contents of the host parameter determine whether your data volume persists on the host container instance and where it is stored . if the host parameter is empty , then the docker daemon assigns a host path for your data volume , but the data is not guaranteed to persist after the containers associated with it stop... | void function ( HostVolumeProperties arg0 ) { this . host = arg0 ; } |
94,854 | sets how many neighboring pixels are used to blur the shadow . set to 0 for no blur . concode_field_sep int blurKernelSize concode_elem_sep Color color concode_elem_sep float xDistance concode_elem_sep int NUM_KERNELS concode_elem_sep int blurPasses concode_elem_sep float[][] GAUSSIAN_BLUR_KERNELS concode_elem_sep floa... | void function ( int arg0 ) { this . blurKernelSize = arg0 ; } |
94,855 | create an instance of esigetbilllistresponsetype.billinfo concode_field_sep QName _EsiGetBillListRequest_QNAME concode_elem_sep QName _EsiGetBillListResponse_QNAME concode_field_sep ESIGetBillListResponseType.BillSize createESIGetBillListResponseTypeBillSize concode_elem_sep ESIGetBillListRequestType createESIGetBillLi... | ESIGetBillListResponseType . BillInfo function ( ) { return new ESIGetBillListResponseType . BillInfo ( ) ; } |
94,856 | by default , do n't exclude any objects from the copy operation . concode_field_sep Map nameFeatureMap concode_elem_sep Object NULL_TOKEN concode_field_sep boolean shouldOverrideCopyOperation concode_elem_sep void setName concode_elem_sep boolean canContain concode_elem_sep XMLResource getResource concode_elem_sep Stri... | Collection function ( Set arg0 ) { return Collections . EMPTY_SET ; } |
94,857 | emits a tuple to the specified task on the specified output stream . this output stream must have been declared as a direct stream , and the specified task must use a direct grouping on this stream to receive the message . the emitted values must be immutable . because no message id is specified , heron will not track ... | void function ( int arg0 , String arg1 , List < Object > arg2 ) { emitDirect ( arg0 , arg1 , arg2 , null ) ; } |
94,858 | the status of the invalidation request . when the invalidation batch is finished , the status is completed . concode_field_sep java.util.Date createTime concode_elem_sep InvalidationBatch invalidationBatch concode_elem_sep String id concode_elem_sep String status concode_field_sep java.util.Date getCreateTime concode_e... | Invalidation function ( String arg0 ) { setStatus ( arg0 ) ; return this ; } |
94,859 | returns a string representation of this object ; useful for testing and debugging . concode_field_sep Boolean result concode_field_sep void setResult concode_elem_sep int hashCode concode_elem_sep Boolean getResult concode_elem_sep boolean equals concode_elem_sep AddCommunicationToCaseResult clone concode_elem_sep AddC... | String function ( ) { StringBuilder loc0 = new StringBuilder ( ) ; loc0 . append ( "srini_string" ) ; if ( getResult ( ) != null ) loc0 . append ( "srini_string" + getResult ( ) ) ; loc0 . append ( "srini_string" ) ; return loc0 . toString ( ) ; } |
94,860 | calculates the percentage of correct questions . concode_field_sep int nCorrect concode_elem_sep int nIncorrect concode_elem_sep int nQuestions concode_field_sep int getnQuestions concode_elem_sep void correct concode_elem_sep void incorrect concode_elem_sep double percentIncorrect concode_elem_sep int questionsAnswere... | double function ( ) { try { return ( ( double ) nCorrect / nQuestions ) * 100 ; } catch ( ArithmeticException loc0 ) { System . out . println ( loc0 . getMessage ( ) ) ; return 0 ; } } |
94,861 | gets the value of the templateref property . concode_field_sep Tlds tlds concode_elem_sep ResourceType templateRef concode_elem_sep Documents documents concode_elem_sep Tutorials tutorials concode_field_sep void setTemplateRef concode_elem_sep Tutorials getTutorials concode_elem_sep void setTutorials concode_elem_sep D... | ResourceType function ( ) { return templateRef ; } |
94,862 | returns true if certificate matches ipaddress . concode_field_sep int ALT_IPA_NAME concode_elem_sep int ALT_DNS_NAME concode_elem_sep Pattern VERIFY_AS_IP_ADDRESS concode_elem_sep OkHostnameVerifier INSTANCE concode_field_sep boolean verifyHostName concode_elem_sep boolean verifyHostName concode_elem_sep List<String> g... | boolean function ( String arg0 , X509Certificate arg1 ) { for ( String loc0 : getSubjectAltNames ( arg1 , ALT_IPA_NAME ) ) { if ( arg0 . equalsIgnoreCase ( loc0 ) ) { return true ; } } return false ; } |
94,863 | it adds an item in the specified itemset of the sequence concode_field_sep int numberOfItems concode_elem_sep List<Itemset> itemsets concode_elem_sep int id concode_field_sep Sequence cloneSequenceMinusItems concode_elem_sep int size concode_elem_sep Itemset get concode_elem_sep int length concode_elem_sep void setID c... | void function ( int arg0 , Item arg1 ) { itemsets . get ( arg0 ) . addItem ( arg1 ) ; numberOfItems ++ ; } |
94,864 | create a new session for interacting with the cluster . user is responsible for destroying the session object . this is a fully local operation no rpcs or blocking . concode_field_sep Logger LOG concode_elem_sep AsyncKuduClient.AsyncKuduClientBuilder clientBuilder concode_elem_sep AsyncKuduClient asyncClient concode_fi... | KuduSession function ( ) { AsyncKuduSession loc0 = asyncClient . newSession ( ) ; return new KuduSession ( loc0 ) ; } |
94,865 | returns the default filter fully configured for the preprocess panel concode_field_sep String PROPERTY_FILE concode_elem_sep long serialVersionUID concode_elem_sep Properties PROPERTIES concode_field_sep boolean getClassifierPreserveOrder concode_elem_sep boolean getClassifierCostSensitiveEval concode_elem_sep int getC... | Object function ( ) { return getObject ( "srini_string" , "srini_string" , weka . filters . Filter . class ) ; } |
94,866 | returns whether the point is in the frustum . concode_field_sep Vector3[] clipSpacePlanePoints concode_elem_sep Plane[] planes concode_elem_sep float[] clipSpacePlanePointsArray concode_elem_sep float[] planePointsArray concode_elem_sep Vector3 tmpV concode_elem_sep Vector3[] planePoints concode_field_sep boolean spher... | boolean function ( Vector3 arg0 ) { for ( int loc0 = 0 ; loc0 < planes . length ; loc0 ++ ) { PlaneSide loc1 = planes [ loc0 ] . testPoint ( arg0 ) ; if ( loc1 == PlaneSide . Back ) return false ; } return true ; } |
94,867 | free up all audio resources used by this mediaactionsound instance . do not call any other methods on a mediaactionsound instance after calling release . concode_field_sep int FOCUS_COMPLETE concode_elem_sep int STOP_VIDEO_RECORDING concode_elem_sep SoundPool mSoundPool concode_elem_sep int mSoundIdToPlay concode_elem_... | void function ( ) { if ( mSoundPool != null ) { mSoundPool . release ( ) ; mSoundPool = null ; } } |
94,868 | used to communicate a progress update between a plugin tool and the main whitebox user interface . concode_field_sep String[] args concode_elem_sep double LnOf2 concode_elem_sep boolean cancelOp concode_elem_sep WhiteboxPluginHost myHost concode_elem_sep String previousProgressLabel concode_elem_sep int previousProgres... | void function ( String arg0 , int arg1 ) { if ( myHost != null && ( ( arg1 != previousProgress ) || ( ! arg0 . equals ( previousProgressLabel ) ) ) ) { myHost . updateProgress ( arg0 , arg1 ) ; } previousProgress = arg1 ; previousProgressLabel = arg0 ; } |
94,869 | this method is invoked by the jaxb implementation on each instance when unmarshalling completes . concode_field_sep Object parent concode_elem_sep STBlipCompression cstate concode_elem_sep List<Object> alphaBiLevelOrAlphaCeilingOrAlphaFloor concode_elem_sep CTOfficeArtExtensionList extLst concode_elem_sep String link c... | void function ( Unmarshaller arg0 , Object arg1 ) { setParent ( arg1 ) ; } |
94,870 | not yet implemented . concode_field_sep PlaceHolder placeHolder concode_field_sep Name getName concode_elem_sep ResourceInfo getInfo concode_elem_sep QueryCapabilities getQueryCapabilities concode_elem_sep void removeFeatureListener concode_elem_sep void addFeatureListener concode_elem_sep Set<Key> getSupportedHints co... | FeatureCollection < FeatureType , Feature > function ( Query arg0 ) { return getFeatures ( ) ; } |
94,871 | returns an immutable array of cookie cookies that this httpstate currently contains . concode_field_sep long serialVersionUID concode_elem_sep TreeSet<Cookie> cookies concode_field_sep void addCookies concode_elem_sep void addCookie concode_elem_sep boolean clearExpired concode_elem_sep void clear concode_elem_sep Stri... | List < Cookie > function ( ) { return new ArrayList < Cookie > ( cookies ) ; } |
94,872 | controls the use of the org.apache.accumulo.core.client.clientsideiteratorscanner in this job . enabling this feature will cause the iterator stackto be constructed within the map task , rather than within the accumulo tserver . to use this feature , all classes needed for those iterators must be available on the class... | InputTableConfig function ( boolean arg0 ) { this . useLocalIterators = arg0 ; return this ; } |
94,873 | gets the value of the minimumauthenticationlevel property . concode_field_sep String transportProfile concode_elem_sep ExtensionType extension concode_elem_sep EndpointReferenceType endpointReference concode_elem_sep boolean requireBusinessLevelSignature concode_elem_sep String minimumAuthenticationLevel concode_elem_s... | String function ( ) { return minimumAuthenticationLevel ; } |
94,874 | invalidate the passed request and the passed servlet context after the test . concode_field_sep WebScopeAwareTestSetup s_aInstance concode_elem_sep String MOCK_CONTEXT_PATH concode_field_sep MockServletContext createDefaultMockServletContext concode_elem_sep MockServletContext createDefaultMockServletContext concode_el... | void function ( @ Nullable final MockHttpServletRequest arg0 , @ Nullable final MockServletContext arg1 ) { if ( arg0 != null ) { arg0 . invalidate ( ) ; } if ( arg1 != null ) { arg1 . invalidate ( ) ; } XMLCleanup . cleanup ( ) ; CommonsCleanup . cleanup ( ) ; } |
94,875 | an array of attribute objects containing the ldap attributes that belong to the computer account . concode_field_sep String computerId concode_elem_sep String computerName concode_elem_sep com.amazonaws.internal.SdkInternalList<Attribute> computerAttributes concode_field_sep void setComputerId concode_elem_sep Computer... | void function ( java . util . Collection < Attribute > arg0 ) { if ( arg0 == null ) { this . computerAttributes = null ; return ; } this . computerAttributes = new com . amazonaws . internal . SdkInternalList < Attribute > ( arg0 ) ; } |
94,876 | the identifier of the workspace . concode_field_sep String errorMessage concode_elem_sep String errorCode concode_elem_sep String workspaceId concode_field_sep void setErrorMessage concode_elem_sep void setWorkspaceId concode_elem_sep FailedWorkspaceChangeRequest withErrorCode concode_elem_sep String getErrorCode conco... | FailedWorkspaceChangeRequest function ( String arg0 ) { setWorkspaceId ( arg0 ) ; return this ; } |
94,877 | for debugging . concode_field_sep Map<Object,Collection<ConfigAttribute>> _compiled concode_elem_sep Logger _log concode_elem_sep RoleVoter _roleVoter concode_elem_sep WebSecurityExpressionHandler _expressionHandler concode_elem_sep AuthenticatedVoter _authenticatedVoter concode_elem_sep Collection<ConfigAttribute> DEN... | Map < Object , Collection < ConfigAttribute >> function ( ) { return Collections . unmodifiableMap ( _compiled ) ; } |
94,878 | allows scheduling a request to stop the workload . concode_field_sep AtomicBoolean stopRequested concode_elem_sep String INSERT_START_PROPERTY concode_elem_sep String INSERT_START_PROPERTY_DEFAULT concode_field_sep void init concode_elem_sep Object initThread concode_elem_sep boolean isStopRequested concode_elem_sep vo... | void function ( ) { stopRequested . set ( true ) ; } |
94,879 | specify that all networks are to be exported concode_field_sep String[] emptyMacros concode_elem_sep DhcpMgr server concode_elem_sep int MACRO_DELETE_OPS concode_elem_sep int DEFAULT_OPTION_COUNT concode_elem_sep boolean allOptions concode_elem_sep boolean allMacros concode_elem_sep Network[] networks concode_elem_sep ... | void function ( ) { allNets = true ; networks = emptyNets ; } |
94,880 | confirm that cloning works . concode_field_sep PlaceHolder placeHolder concode_field_sep void testSerialization2 concode_elem_sep void testSerialization concode_elem_sep void testSetUnits concode_elem_sep void testEquals | void function ( ) { ThermometerPlot loc0 = new ThermometerPlot ( ) ; ThermometerPlot loc1 = ( ThermometerPlot ) loc0 . clone ( ) ; assertTrue ( loc0 != loc1 ) ; assertTrue ( loc0 . getClass ( ) == loc1 . getClass ( ) ) ; assertTrue ( loc0 . equals ( loc1 ) ) ; } |
94,881 | gets the value of the expirationdate property . concode_field_sep boolean stashLimitReached concode_elem_sep long serialVersionUID concode_elem_sep DataBalance dataAdded concode_elem_sep XMLGregorianCalendar expirationDate concode_field_sep void setStashLimitReached concode_elem_sep DataBalance getDataAdded concode_ele... | XMLGregorianCalendar function ( ) { return expirationDate ; } |
94,882 | sets the value of the emailaddress property . concode_field_sep String emailAddressTypeCd concode_elem_sep String emailAddress concode_elem_sep String partyKey concode_field_sep String getPartyKey concode_elem_sep String getEmailAddress concode_elem_sep String getEmailAddressTypeCd concode_elem_sep void setEmailAddress... | void function ( String arg0 ) { this . emailAddress = arg0 ; } |
94,883 | sets the path where the desa export result is stored concode_field_sep Map<String,String> fsParentMap concode_elem_sep String path concode_elem_sep String desaResultPath concode_elem_sep DesaElement rootElement concode_elem_sep Map<String,Integer> elementIds concode_elem_sep String outputPath concode_elem_sep SIP2DESAT... | void function ( String arg0 ) { this . desaResultPath = arg0 ; } |
94,884 | return the spark user for authenticating sasl connections . concode_field_sep ConcurrentHashMap<String,String> shuffleSecretMap concode_elem_sep Logger logger concode_elem_sep String SPARK_SASL_USER concode_field_sep String getSecretKey concode_elem_sep void registerApp concode_elem_sep void registerApp concode_elem_se... | String function ( String arg0 ) { return SPARK_SASL_USER ; } |
94,885 | set the tokenproviderparameters . concode_field_sep ConditionsBean conditionsBean concode_elem_sep List<AuthenticationStatementBean> authBeans concode_elem_sep List<AuthDecisionStatementBean> authDecisionBeans concode_elem_sep TokenProviderParameters tokenParameters concode_elem_sep String issuer concode_elem_sep List<... | void function ( TokenProviderParameters arg0 ) { this . tokenParameters = arg0 ; } |
94,886 | description of the method concode_field_sep PrintWriter pw concode_elem_sep boolean on concode_field_sep String file_to_string concode_elem_sep String file_to_string concode_elem_sep void ps concode_elem_sep void ps concode_elem_sep void print_hashtable concode_elem_sep int string_to_int concode_elem_sep String[] list_... | void function ( long arg0 ) { try { Thread . sleep ( arg0 ) ; } catch ( InterruptedException loc0 ) { org . xhtmlrenderer . util . Uu . p ( stack_to_string ( loc0 ) ) ; } } |
94,887 | briefly display the budgetvalue concode_field_sep char MARK concode_elem_sep ShortFloat durability concode_elem_sep ShortFloat priority concode_elem_sep char SEPARATOR concode_elem_sep ShortFloat quality concode_field_sep float summary concode_elem_sep void incDurability concode_elem_sep void incQuality concode_elem_se... | String function ( ) { return MARK + priority . toStringBrief ( ) + SEPARATOR + durability . toStringBrief ( ) + SEPARATOR + quality . toStringBrief ( ) + MARK ; } |
94,888 | this method will delete the folders recursively concode_field_sep String databaseName concode_elem_sep String carbonStorePath concode_elem_sep String PROPERTY_FILE_NAME concode_elem_sep CarbonTableIdentifier carbonTableIdentifier concode_elem_sep String[] columnIdentifiers concode_elem_sep List<String> dataSet2 concode... | void function ( CarbonFile arg0 ) { if ( arg0 . isDirectory ( ) ) { if ( arg0 . listFiles ( ) != null ) { for ( CarbonFile loc0 : arg0 . listFiles ( ) ) { deleteRecursiveSilent ( loc0 ) ; } } } if ( arg0 . exists ( ) && ! arg0 . delete ( ) ) { return ; } } |
94,889 | returns the uid that is composed from the userid and the appid . concode_field_sep UserHandle ALL concode_elem_sep UserHandle CURRENT_OR_SELF concode_elem_sep int USER_OWNER concode_elem_sep int USER_CURRENT concode_elem_sep int USER_ALL concode_elem_sep int PER_USER_RANGE concode_elem_sep int USER_NULL concode_elem_se... | int function ( int arg0 , int arg1 ) { if ( MU_ENABLED ) { return arg0 * PER_USER_RANGE + ( arg1 % PER_USER_RANGE ) ; } else { return arg1 ; } } |
94,890 | returns the keyframes array where all the textureregions of the animation are stored . concode_field_sep float animationDuration concode_elem_sep int lastFrameNumber concode_elem_sep PlayMode playMode concode_elem_sep float frameDuration concode_elem_sep TextureRegion[] keyFrames concode_elem_sep float lastStateTime co... | TextureRegion [ ] function ( ) { return keyFrames ; } |
94,891 | returns a hash code for this instance . concode_field_sep double x concode_elem_sep double y concode_field_sep double getX concode_elem_sep double getY concode_elem_sep boolean equals concode_elem_sep String toString concode_elem_sep int compareTo | int function ( ) { int loc0 = 193 ; long loc1 = Double . doubleToLongBits ( this . x ) ; loc0 = 37 * loc0 + ( int ) ( loc1 ^ ( loc1 >>> 32 ) ) ; loc1 = Double . doubleToLongBits ( this . y ) ; loc0 = 37 * loc0 + ( int ) ( loc1 ^ ( loc1 >>> 32 ) ) ; return loc0 ; } |
94,892 | getip concode_field_sep String flavor concode_elem_sep String hostname concode_elem_sep String ip concode_elem_sep String nodeId concode_field_sep String getFlavor concode_elem_sep String getHostname concode_elem_sep void setNodeId concode_elem_sep String getNodeId concode_elem_sep void setHostname concode_elem_sep voi... | String function ( ) { return ip ; } |
94,893 | get the registrar mapper singleton . concode_field_sep RegistrarMapper FACTORY concode_elem_sep Map registrarMap concode_field_sep Registrar getRegistrar concode_elem_sep void addRegistrar concode_elem_sep void removeRegistrar | RegistrarMapper function ( ) { return FACTORY ; } |
94,894 | disables the variable by placing a character delimiter at the beginning of the line . concode_field_sep Settings settings concode_elem_sep String FILE_EXTENSION concode_elem_sep char COMMENT_DELIMITER concode_elem_sep MemoryFile memoryFile concode_elem_sep char VARIABLE_DELIMITER concode_elem_sep String name concode_el... | void function ( String arg0 , String arg1 ) { int loc0 = getKeyIndex ( arg0 , arg1 ) ; if ( loc0 < 0 ) { return ; } String loc1 = COMMENT_DELIMITER + this . memoryFile . getLines ( ) . get ( loc0 ) . trim ( ) ; this . memoryFile . getLines ( ) . set ( loc0 , loc1 ) ; this . sections . get ( arg0 ) . settings . remove (... |
94,895 | writes a vector as a typed bytes sequence . concode_field_sep ThreadLocal tbOut concode_elem_sep DataOutput out concode_field_sep void writeInt concode_elem_sep void writeVectorHeader concode_elem_sep void writeByte concode_elem_sep void writeListHeader concode_elem_sep void writeFloat concode_elem_sep void writeBool c... | void function ( ArrayList arg0 ) { writeVectorHeader ( arg0 . size ( ) ) ; for ( Object loc0 : arg0 ) { write ( loc0 ) ; } } |
94,896 | closes the sequence by adding the last point as first concode_field_sep double[] data concode_elem_sep int curr concode_field_sep void add concode_elem_sep void add concode_elem_sep void setSize concode_elem_sep int size concode_elem_sep void addAll concode_elem_sep void addAll concode_elem_sep double[] getDataRaw conc... | void function ( ) { add ( data [ 0 ] , data [ 1 ] ) ; } |
94,897 | returns a string representation of this object ; useful for testing and debugging . concode_field_sep String indexName concode_field_sep int hashCode concode_elem_sep void setIndexName concode_elem_sep boolean equals concode_elem_sep DeleteGlobalSecondaryIndexAction clone concode_elem_sep DeleteGlobalSecondaryIndexActi... | String function ( ) { StringBuilder loc0 = new StringBuilder ( ) ; loc0 . append ( "srini_string" ) ; if ( getIndexName ( ) != null ) loc0 . append ( "srini_string" + getIndexName ( ) ) ; loc0 . append ( "srini_string" ) ; return loc0 . toString ( ) ; } |
94,898 | deletes all the specified cloudentity s synchronously . concode_field_sep GoogleAccountCredential mCredential concode_field_sep List<CloudEntity> getAll concode_elem_sep void deleteAll concode_elem_sep GoogleAccountCredential getCredential concode_elem_sep CloudEntity insert concode_elem_sep CloudEntity update concode_... | void function ( String arg0 , List < String > arg1 ) { EntityListDto loc0 = createEntityListDto ( arg0 , arg1 ) ; getMBSEndpoint ( ) . endpointV1 ( ) . deleteAll ( loc0 ) . execute ( ) ; Log . i ( Consts . TAG , "srini_string" + arg0 + "srini_string" + arg1 ) ; } |
94,899 | returns true if type represents an in-process connection to database . concode_field_sep String S_URL_INTERNAL concode_elem_sep String S_DOT concode_elem_sep String S_FILE concode_elem_sep String url_database concode_elem_sep String S_MEM concode_elem_sep String S_ALIAS concode_elem_sep String S_RES concode_elem_sep St... | boolean function ( String arg0 ) { if ( arg0 == S_FILE || arg0 == S_RES || arg0 == S_MEM ) { return true ; } return false ; } |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.