idx int64 0 25k | question stringlengths 68 5.14k | target stringlengths 20 503 |
|---|---|---|
2,800 | gets the minimum decode interval . concode_field_sep boolean mDecodePreviewFrame concode_elem_sep int mBackgroundColor concode_elem_sep boolean mForceOldAnimationCode concode_elem_sep int mMinDecodeIntervalMs concode_elem_sep boolean mUseLastFrameForPreview concode_field_sep ImageDecodeOptionsBuilder setUseLastFrameFor... | int function ( ) { return mMinDecodeIntervalMs ; } |
2,801 | get enums . concode_field_sep Set<Double> enums concode_elem_sep double min concode_elem_sep double max concode_field_sep double getMin concode_elem_sep double getMax concode_elem_sep int hashCode concode_elem_sep boolean equals concode_elem_sep String toString | Set < Double > function ( ) { return enums ; } |
2,802 | get / delete -- > delete the meal_products having the passed id . concode_field_sep Meal_productsDao meal_productsDao concode_field_sep String updateMeal_products concode_elem_sep String create | String function ( long arg0 ) { try { Meal_products loc0 = new Meal_products ( arg0 ) ; meal_productsDao . delete ( loc0 ) ; } catch ( Exception loc0 ) { return "srini_string" + loc0 . toString ( ) ; } return "srini_string" ; } |
2,803 | gets the file creation time in millisecond concode_field_sep int NOT_REGISTERED concode_elem_sep int TYPE_RAW_DATA concode_elem_sep int TYPE_TAG_DATA concode_elem_sep String name concode_elem_sep int TYPE_RECONSTRUCTED_DATA concode_elem_sep FileAttribute attribute concode_elem_sep double transactionTime concode_elem_se... | long function ( ) { return attribute . getCreationTime ( ) ; } |
2,804 | convert between decimal degrees and scoords . concode_field_sep double DATELINE_D concode_elem_sep float SOUTH_POLE_F concode_elem_sep float LON_RANGE_F concode_elem_sep double NORTH_POLE_DEG_D concode_elem_sep double DATELINE_DEG_D concode_elem_sep double SOUTH_POLE_D concode_elem_sep double DEGREES_TO_MILS concode_el... | double function ( int arg0 ) { return ( ( arg0 ) / ( 60.0 * 60.0 * 1000.0 ) ) ; } |
2,805 | sets the `` mode '' for the browser . historically , the ` browser ' argument for getnewbrowsersession implied the mode for the browser . for example , iehta indicated hta mode for ie , whereas iexplore indicated the default user mode . using this method allows a browser mode to be specified independently of the base b... | BrowserConfigurationOptions function ( String arg0 ) { put ( BROWSER_MODE , arg0 ) ; return this ; } |
2,806 | prints out the dates stored in this class to the console . concode_field_sep ArrayList<ArrayList<Integer>> tempMergArr concode_elem_sep ArrayList<ArrayList<Integer>> startArray concode_elem_sep ArrayList<ArrayList<Integer>> dates concode_field_sep int twoThousandSixteenDates concode_elem_sep ArrayList<ArrayList<Integer... | void function ( ) { for ( int loc0 = 0 ; loc0 < dates . size ( ) ; loc0 ++ ) { System . out . println ( dates . get ( loc0 ) ) ; } } |
2,807 | populates the extracted event to the listener . concode_field_sep byte BIN_EMPTY_EVENT_LIST[] concode_elem_sep byte BIN_EMPTY_ARRAY[] concode_elem_sep RpcEventListener listener concode_elem_sep boolean TRACE_ENABLED concode_elem_sep byte BIN_EMPTY_STRING[] concode_elem_sep Socket socket concode_elem_sep Logger logger c... | byte [ ] function ( Object [ ] arg0 ) { try { EventParser loc0 = new EventParser ( ) ; HmDatapointInfo loc1 = loc0 . parse ( arg0 ) ; listener . eventReceived ( loc1 , loc0 . getValue ( ) ) ; } finally { return BIN_EMPTY_STRING ; } } |
2,808 | sets the value of the message property . concode_field_sep String message concode_field_sep String getMessage | void function ( String arg0 ) { this . message = arg0 ; } |
2,809 | get selector preferred view mode concode_field_sep String PREF_SELECTOR_MODE concode_elem_sep int ENABLE_WORDNET concode_elem_sep String PREF_CACHE concode_elem_sep String PREF_SELECTOR concode_elem_sep String PREF_ENABLE_FRAMENET concode_elem_sep int ENABLE_FRAMENET concode_elem_sep String PREF_ENTRY_IMPORT concode_el... | SelectorViewMode function ( final Context arg0 ) { return SelectorViewMode . getPref ( arg0 ) ; } |
2,810 | retrieve the specific lock mode defined . concode_field_sep LockMode lockMode concode_elem_sep Lockable lockable concode_field_sep void lock | LockMode function ( ) { return lockMode ; } |
2,811 | create an instance of jaxbelement concode_field_sep QName _UpdateLineDesignationRequest_QNAME concode_elem_sep QName _UpdateLineDesignationResponse_QNAME concode_field_sep UpdateLineDesignationResponseType createUpdateLineDesignationResponseType concode_elem_sep UpdateLineDesignationRequestType createUpdateLineDesignat... | JAXBElement < UpdateLineDesignationResponseType > function ( UpdateLineDesignationResponseType arg0 ) { return new JAXBElement < UpdateLineDesignationResponseType > ( _UpdateLineDesignationResponse_QNAME , UpdateLineDesignationResponseType . class , null , arg0 ) ; } |
2,812 | get the most likely allele if isinformative log10thresholdforinformative is true , or no_call otherwise concode_field_sep double log10LikelihoodOfMostLikely concode_elem_sep Allele mostLikely concode_elem_sep Allele secondMostLikely concode_elem_sep double log10LikelihoodOfSecondBest concode_elem_sep double INFORMATIVE... | Allele function ( final double arg0 ) { return isInformative ( arg0 ) ? mostLikely : Allele . NO_CALL ; } |
2,813 | sets the width and height of the dimension . concode_field_sep float width concode_elem_sep float height concode_field_sep float getHeight concode_elem_sep String toString concode_elem_sep float getWidth concode_elem_sep Dimension toDimension | void function ( int arg0 , int arg1 ) { width = arg0 ; height = arg1 ; } |
2,814 | get parameter value from request scope . concode_field_sep Properties buildProperties concode_field_sep UIComponent findComponent concode_elem_sep ServletContext getServletContext concode_elem_sep Object getManagedBean concode_elem_sep String getActionAttribute concode_elem_sep String getBuildAttribute concode_elem_sep... | String function ( String arg0 ) { return FacesContext . getCurrentInstance ( ) . getExternalContext ( ) . getRequestParameterMap ( ) . get ( arg0 ) ; } |
2,815 | get custom deserializer concode_field_sep org.talend.mdm.webservice.WSCustomForm wsCustomForm concode_elem_sep org.apache.axis.description.TypeDesc typeDesc concode_elem_sep java.lang.Object __equalsCalc concode_elem_sep boolean __hashCodeCalc concode_field_sep org.talend.mdm.webservice.WSCustomForm getWsCustomForm con... | org . apache . axis . encoding . Deserializer function ( java . lang . String arg0 , java . lang . Class arg1 , javax . xml . namespace . QName arg2 ) { return new org . apache . axis . encoding . ser . BeanDeserializer ( arg1 , arg2 , typeDesc ) ; } |
2,816 | this ugliness exists because of bug http://jira.pentaho.com/browse/biserver-3478 . once this is fixed , we can move this initialization into a one liner for each setting in the class construction . the logic needs to be that if the config file does not exist , we can fall over to the pentaho.xml file for the attribute ... | void function ( ) { String loc0 = PentahoSystem . getSystemSetting ( "srini_string" , "srini_string" , null ) ; INSERT_STMT = ( loc0 != null ) ? loc0 : PentahoSystem . getSystemSetting ( "srini_string" , Messages . getInstance ( ) . getString ( "srini_string" ) ) ; } |
2,817 | creates a zip file and includes the given files . concode_field_sep PlaceHolder placeHolder concode_field_sep int packDirectory concode_elem_sep int packDirectory concode_elem_sep int unzipFile | void function ( File [ ] arg0 , File arg1 ) { ZipWriter loc0 = ZipWriter . createZipFile ( arg1 ) ; loc0 . addFiles ( arg0 ) ; loc0 . close ( ) ; } |
2,818 | returns the workbench project that this module is contained in , or null if the module is outside of the workspace . concode_field_sep ModuleDelegate delegate concode_elem_sep ModuleFactory factory concode_elem_sep ModuleType moduleType concode_elem_sep String id2 concode_elem_sep String name concode_elem_sep IProject ... | IProject function ( ) { return project ; } |
2,819 | concatenate an encodedstringvalue into a single string . concode_field_sep byte[] mData concode_elem_sep boolean LOCAL_LOGV concode_elem_sep boolean DEBUG concode_elem_sep int mCharacterSet concode_elem_sep String TAG concode_field_sep int getCharacterSet concode_elem_sep void appendTextString concode_elem_sep EncodedS... | String function ( EncodedStringValue [ ] arg0 ) { StringBuilder loc0 = new StringBuilder ( ) ; int loc1 = arg0 . length - 1 ; for ( int loc2 = 0 ; loc2 <= loc1 ; loc2 ++ ) { loc0 . append ( arg0 [ loc2 ] . getString ( ) ) ; if ( loc2 < loc1 ) { loc0 . append ( "srini_string" ) ; } } return loc0 . toString ( ) ; } |
2,820 | returns the uuid of this website . concode_field_sep Website _website concode_field_sep long getClassNameId concode_elem_sep void setExpandoBridgeAttributes concode_elem_sep void setExpandoBridgeAttributes concode_elem_sep void setExpandoBridgeAttributes concode_elem_sep boolean isEscapedModel concode_elem_sep boolean ... | java . lang . String function ( ) { return _website . getUuid ( ) ; } |
2,821 | take any actions for a certain period of time . concode_field_sep double currentTime concode_elem_sep Intersection intersection concode_elem_sep int id concode_elem_sep TrackModel trackModel concode_field_sep double traversalDistance concode_elem_sep double traversalDistance concode_elem_sep double traversalDistance co... | void function ( double arg0 ) { currentTime += arg0 ; } |
2,822 | return the version number of the certificate . concode_field_sep String VERSION concode_elem_sep int V3 concode_elem_sep int V2 concode_elem_sep int version concode_elem_sep int V1 concode_elem_sep String IDENT concode_elem_sep String NAME concode_field_sep int getVersion concode_elem_sep void encode concode_elem_sep i... | String function ( ) { return ( "srini_string" + ( version + 1 ) ) ; } |
2,823 | close the socket if this has n't already happened . concode_field_sep int port concode_elem_sep DatagramSocket socket concode_field_sep int defaultSCOSCPort concode_elem_sep void close concode_elem_sep int defaultSCLangOSCPort | void function ( ) { super . finalize ( ) ; socket . close ( ) ; } |
2,824 | calls a global pause of pdxupdater and pdxrenderer2d . this could case flickering because the frame buffer does n't get cleared anymore and no draw calls are made . concode_field_sep PdxRenderer2D renderer2D concode_elem_sep PdxMusic music concode_elem_sep PdxTextures textures concode_elem_sep PdxSounds sounds concode_... | void function ( ) { updater . pause ( ) ; renderer2D . pause ( ) ; } |
2,825 | implements preserveaspectratiohandler #xmaxymid . concode_field_sep PreserveAspectRatioHandler INSTANCE concode_field_sep void xMaxYMax concode_elem_sep void xMinYMin concode_elem_sep void none concode_elem_sep void endPreserveAspectRatio concode_elem_sep void xMidYMin concode_elem_sep void xMaxYMin concode_elem_sep vo... | void function ( ) { } |
2,826 | get the instruction which performs the call . concode_field_sep Method method concode_elem_sep Location location concode_field_sep Location getLocation concode_elem_sep BasicBlock getBasicBlock concode_elem_sep int hashCode concode_elem_sep boolean equals concode_elem_sep Method getMethod | InstructionHandle function ( ) { return location . getHandle ( ) ; } |
2,827 | returns the kaleo definition id 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 isEscap... | long function ( ) { return _kaleoCondition . getKaleoDefinitionId ( ) ; } |
2,828 | sets the whiteboxpluginhost to which the plugin tool is tied . this is the class that the plugin will send all feedback messages , progress updates , and return objects . concode_field_sep String[] args concode_elem_sep double LnOf2 concode_elem_sep boolean cancelOp concode_elem_sep WhiteboxPluginHost myHost concode_el... | void function ( WhiteboxPluginHost arg0 ) { myHost = arg0 ; } |
2,829 | gets the value of the validationsuccess property . concode_field_sep Guid activityId concode_elem_sep TraceInfo traceInfo concode_elem_sep Boolean validationSuccess concode_elem_sep long serialVersionUID concode_field_sep void setTraceInfo concode_elem_sep void setValidationSuccess concode_elem_sep TraceInfo getTraceIn... | Boolean function ( ) { return validationSuccess ; } |
2,830 | returns the weighttwo of the directed edge . concode_field_sep double weightTwo concode_elem_sep int v concode_elem_sep int w concode_elem_sep double weight concode_field_sep int other concode_elem_sep double weight concode_elem_sep int from concode_elem_sep String toString concode_elem_sep int to | double function ( ) { return weightTwo ; } |
2,831 | sets the value of the markreceived property . concode_field_sep Double amount concode_elem_sep Long line concode_elem_sep Long orderLine concode_elem_sep String memo concode_elem_sep Boolean markReceived concode_elem_sep String account concode_elem_sep CustomFieldList customFieldList concode_field_sep void setOrderLine... | void function ( Boolean arg0 ) { this . markReceived = arg0 ; } |
2,832 | deletes a file concode_field_sep PlaceHolder placeHolder concode_field_sep placeholderType placeHolder | void function ( File arg0 ) { boolean loc0 = arg0 . delete ( ) ; if ( ! loc0 ) { loc0 = true ; } } |
2,833 | gets the . concode_field_sep ArrayList<String> columns concode_elem_sep ArrayList<HashMap<String,String>> table concode_elem_sep ArrayList<String> dataTypes concode_field_sep void addColumn concode_elem_sep void addColumn concode_elem_sep void addRowAt concode_elem_sep int getcolCount concode_elem_sep String stringValu... | String function ( final int arg0 , final String arg1 ) { return table . get ( arg0 ) . get ( arg1 ) ; } |
2,834 | create a string representing the argument signature of amethod . each element in the array is the fully qualified class name of the corresponding argument in the methods signature . concode_field_sep Log logger concode_elem_sep String MBEAN_SUFFIX concode_elem_sep String IDENTITY_OBJECT_NAME_KEY concode_field_sep Class... | String [ ] function ( Method arg0 ) { Class < ? > [ ] loc0 = arg0 . getParameterTypes ( ) ; String [ ] loc1 = new String [ loc0 . length ] ; for ( int loc2 = 0 ; loc2 < loc0 . length ; loc2 ++ ) { loc1 [ loc2 ] = loc0 [ loc2 ] . getName ( ) ; } return loc1 ; } |
2,835 | returns a classloader for a set of directories . concode_field_sep String RESOURCE_URI_SCHEME concode_elem_sep URL[] urls concode_elem_sep Configuration conf concode_elem_sep LocalFileSystem localFS concode_elem_sep Charset UTF8 concode_elem_sep String STDIN_AS_SOURCE concode_field_sep FSDataOutputStream createWithChec... | ClassLoader function ( List < String > arg0 ) { return AccessController . doPrivileged ( new GetClassLoader ( urls ( null , arg0 ) ) ) ; } |
2,836 | counts the number of temporary blobs in the backing store . concode_field_sep AzureBlobStorageTestAccount testAccount concode_elem_sep InMemoryBlockBlobStore backingStore concode_elem_sep FileSystem fs concode_field_sep void testDelete concode_elem_sep void testRecover concode_elem_sep void setUp concode_elem_sep void ... | int function ( ) { int loc0 = 0 ; for ( String loc1 : backingStore . getKeys ( ) ) { if ( loc1 . contains ( NativeAzureFileSystem . AZURE_TEMP_FOLDER ) ) { loc0 ++ ; } } return loc0 ; } |
2,837 | returns the sequence of vertices on an eulerian path . concode_field_sep Stack<Integer> path concode_elem_sep int v concode_elem_sep int w concode_elem_sep boolean isUsed concode_field_sep int other concode_elem_sep boolean certifySolution concode_elem_sep boolean hasEulerianPath concode_elem_sep boolean hasEulerianPat... | Iterable < Integer > function ( ) { return path ; } |
2,838 | setter for the field reportemail . concode_field_sep String reportEmail concode_elem_sep String theDate concode_elem_sep Date reportRequestDate concode_elem_sep String reportFormat concode_elem_sep String user concode_field_sep void setReportFormat concode_elem_sep String getReportEmail concode_elem_sep void setTheDate... | void function ( String arg0 ) { this . reportEmail = arg0 ; } |
2,839 | adds the key to this set if it is not already present . concode_field_sep TreeSet<Key> set concode_field_sep Key ceiling concode_elem_sep Key max concode_elem_sep SET<Key> intersects concode_elem_sep boolean isEmpty concode_elem_sep void main concode_elem_sep SET<Key> union concode_elem_sep void delete concode_elem_sep... | void function ( Key arg0 ) { if ( arg0 == null ) throw new NullPointerException ( "srini_string" ) ; set . add ( arg0 ) ; } |
2,840 | sets the value of the question2 property . concode_field_sep String question7 concode_elem_sep String question6 concode_elem_sep String question3 concode_elem_sep String question2 concode_elem_sep String question5 concode_elem_sep long serialVersionUID concode_elem_sep String question4 concode_elem_sep String question1... | void function ( String arg0 ) { this . question2 = arg0 ; } |
2,841 | return a byte array with the content of buffer . this method returns the byte array that backs buffer if one exists , otherwiseit creates a new byte array with the content between the current position of buffer and its limit . concode_field_sep int NUM_DECODERS concode_elem_sep ConcurrentLinkedQueue<CharsetDecoder> DEC... | byte [ ] function ( ByteBuffer arg0 ) { if ( arg0 . hasArray ( ) ) { return arg0 . array ( ) ; } else { arg0 . mark ( ) ; byte [ ] loc0 = new byte [ arg0 . remaining ( ) ] ; arg0 . get ( loc0 ) ; arg0 . reset ( ) ; return loc0 ; } } |
2,842 | test checks that authentication fails for incorrect password if ` constant-principal-transformer ' is used . concode_field_sep String DEP_SECURITY_DOMAIN concode_elem_sep String ROLE1 concode_elem_sep String[] allPossibleRoles concode_elem_sep String USER1 concode_elem_sep String ELYTRON_SECURITY concode_elem_sep Prope... | void function ( @ ArquillianResource URL arg0 ) { URL loc0 = RolesPrintingServletUtils . loc0 ( arg0 , allPossibleRoles ) ; Utils . makeCallWithBasicAuthn ( loc0 , USER1 , "srini_string" , SC_UNAUTHORIZED ) ; } |
2,843 | return the most recent transitions 's target state . concode_field_sep State[] states concode_elem_sep int[] labels concode_elem_sep boolean is_final concode_elem_sep CharsRef previous concode_elem_sep State[] NO_STATES concode_elem_sep Comparator<CharsRef> comparator concode_elem_sep State root concode_elem_sep HashMa... | State function ( ) { assert hasChildren ( ) : "srini_string" ; return states [ states . length - 1 ] ; } |
2,844 | get the storage type . concode_field_sep AttributeAccess attributeAccess concode_elem_sep List<AccessConstraintDefinition> NO_CONSTRAINTS concode_elem_sep TargetResource targetResource concode_elem_sep String attributeName concode_elem_sep ModelNode currentValue concode_field_sep ModelNode getCurrentValue concode_elem_... | AttributeAccess . Storage function ( ) { return attributeAccess == null ? null : attributeAccess . getStorageType ( ) ; } |
2,845 | set the count of named parameters in the sql statement . each parameter name counts once ; repeated occurrences do not count here . concode_field_sep int totalParameterCount concode_elem_sep List<int[]> parameterIndexes concode_elem_sep int namedParameterCount concode_elem_sep String originalSql concode_elem_sep List<S... | void function ( int arg0 ) { this . namedParameterCount = arg0 ; } |
2,846 | returns true if the cell at rowindex and columnindexis editable . concode_field_sep HashSet m_Listeners concode_elem_sep Object[][] m_Data concode_elem_sep ResultSetHelper m_Helper concode_field_sep boolean isNumericAt concode_elem_sep boolean isNullAt concode_elem_sep void addTableModelListener concode_elem_sep int ge... | boolean function ( int arg0 , int arg1 ) { return false ; } |
2,847 | getter method to get the description of detailed problem type concode_field_sep Integer subsubCategoryParentId concode_elem_sep Integer subsubCategoryStatus concode_elem_sep String subsubCategoryName concode_elem_sep String callBackType concode_elem_sep String subsubCategoryModifiedBy concode_elem_sep long serialVersio... | String function ( ) { return subsubCategoryDesc ; } |
2,848 | sets the string for `` undo '' concode_field_sep int minimalTextWidth concode_elem_sep String ok concode_elem_sep String undo concode_elem_sep String no concode_elem_sep int minimalTextHeight concode_elem_sep String _default concode_elem_sep String yes concode_field_sep String getStringDefault concode_elem_sep void set... | void function ( String arg0 ) { checkNull ( arg0 ) ; this . undo = arg0 ; } |
2,849 | this method gets the statistics counter . concode_field_sep int averageCounter concode_elem_sep int reverseCounter concode_elem_sep int quadraticCounter concode_elem_sep int formatCounter concode_elem_sep int statisticCounter concode_field_sep int getQuadraticCounter concode_elem_sep int getFormatCounter concode_elem_s... | int function ( ) { return statisticCounter ; } |
2,850 | the id for the origin access identity . for example : e74fte3ajfj256a . concode_field_sep CloudFrontOriginAccessIdentityConfig cloudFrontOriginAccessIdentityConfig concode_elem_sep String id concode_elem_sep String s3CanonicalUserId concode_field_sep void setCloudFrontOriginAccessIdentityConfig concode_elem_sep CloudFr... | void function ( String arg0 ) { this . id = arg0 ; } |
2,851 | gets the value of the item property . this accessor method returns a reference to the live list , not a snapshot . therefore any modification you make to the returned list will be present inside the jaxb object . this is why there is not a set method for the item property . for example , to add a new item , do as follo... | List < SalesOrderItem > function ( ) { if ( item == null ) { item = new ArrayList < SalesOrderItem > ( ) ; } return this . item ; } |
2,852 | stats will be activated with positive statsintervalseconds concode_field_sep long operationTimeoutMs concode_elem_sep int numListenerThreads concode_elem_sep boolean useTcpNoDelay concode_elem_sep boolean useTls concode_elem_sep int numIoThreads concode_elem_sep int connectionsPerBroker concode_elem_sep Authentication ... | long function ( ) { return statsIntervalSeconds ; } |
2,853 | static builder to create a detachedcriteria for the given entity , by its class . concode_field_sep CriteriaImpl impl concode_elem_sep Criteria criteria concode_field_sep DetachedCriteria add concode_elem_sep Criteria getExecutableCriteria concode_elem_sep DetachedCriteria setFetchMode concode_elem_sep DetachedCriteria... | DetachedCriteria function ( Class arg0 ) { return new DetachedCriteria ( arg0 . getName ( ) ) ; } |
2,854 | verbose log message . concode_field_sep int WARN concode_elem_sep int VERBOSE concode_elem_sep int ERROR concode_elem_sep int LOGLEVEL concode_elem_sep int DEBUG concode_elem_sep int INFO concode_field_sep boolean isLoggable concode_elem_sep void d concode_elem_sep void d concode_elem_sep void d concode_elem_sep void s... | void function ( String arg0 , String arg1 ) { if ( LOG . VERBOSE >= LOGLEVEL ) Log . v ( arg0 , arg1 ) ; } |
2,855 | set the transaction mode that is used when creating a jms session . default is `` false '' . note that within a jta transaction , the parameters passed to create queue/topic session boolean transacted , int acknowledgemode method are not taken into account . depending on the java ee transaction context , the container ... | void function ( boolean arg0 ) { this . sessionTransacted = arg0 ; } |
2,856 | method called by a thread to release the lock . concode_field_sep int licenses concode_elem_sep int counter concode_field_sep int getAvailableLicenses concode_elem_sep int getNumLicenses concode_elem_sep void acquire | void function ( ) { if ( counter < licenses ) { counter = counter + 1 ; notify ( ) ; } } |
2,857 | add a variable to the internal map . concode_field_sep Environment m_systemWide concode_elem_sep Map<String,String> m_envVars concode_field_sep Set<String> getVariableNames concode_elem_sep void main concode_elem_sep Environment getSystemWide concode_elem_sep boolean containsEnvVariables concode_elem_sep void removeVar... | void function ( String arg0 , String arg1 ) { m_envVars . put ( arg0 , arg1 ) ; } |
2,858 | sets the value of the hashdata property . concode_field_sep HashDataType hashData concode_elem_sep String hashAlgorithm concode_elem_sep String friendlyName concode_elem_sep byte[] hashValue concode_field_sep String getHashAlgorithm concode_elem_sep HashDataType getHashData concode_elem_sep String getFriendlyName conco... | void function ( HashDataType arg0 ) { this . hashData = arg0 ; } |
2,859 | answers if this iauthorizationprincipal has permission to manage this channel . concode_field_sep IAuthorizationService authorizationService concode_elem_sep Class type concode_elem_sep String principalString concode_elem_sep String key concode_field_sep boolean canRender concode_elem_sep String getKey concode_elem_sep... | boolean function ( String arg0 ) { return getAuthorizationService ( ) . canPrincipalManage ( this , arg0 ) ; } |
2,860 | getter for content config . concode_field_sep String MARKET_URL_FORMAT concode_elem_sep String storeUrl concode_elem_sep String jsonString concode_elem_sep String storeIdentifier concode_elem_sep ContentConfig contentConfig concode_elem_sep String STORE_PACKAGE_IDENTIFIER concode_field_sep void setStoreIdentifier conco... | ContentConfig function ( ) { return contentConfig ; } |
2,861 | ensure the current event is an end tag , and ensure its name . concode_field_sep String myTargetNs concode_elem_sep Logger LOG concode_elem_sep XMLStreamReader myParser concode_field_sep boolean hasName concode_elem_sep QName getName concode_elem_sep void ensureNextElement concode_elem_sep String resolvePrefix concode_... | void function ( String arg0 ) { ensureEndTag ( ) ; ensureName ( arg0 ) ; } |
2,862 | gets the value of the switchaudit property . concode_field_sep ExtensionOnlyType switchAudit concode_elem_sep List<ExtensionType> extension concode_field_sep List<ExtensionType> getExtension concode_elem_sep void setSwitchAudit | ExtensionOnlyType function ( ) { return switchAudit ; } |
2,863 | returns the subset of the headers in response 's request that impact the content of response 's body . concode_field_sep String QUOTED_STRING concode_elem_sep String TOKEN concode_elem_sep Pattern PARAMETER concode_field_sep Set<String> varyFields concode_elem_sep Set<String> varyFields concode_elem_sep boolean hasVary... | Headers function ( Response arg0 ) { Headers loc0 = arg0 . networkResponse ( ) . request ( ) . headers ( ) ; Headers loc1 = arg0 . headers ( ) ; return varyHeaders ( loc0 , loc1 ) ; } |
2,864 | returns the population variance of the values that have been added . double.nan is returned if no values have been added . concode_field_sep SumOfSquares sumsq concode_elem_sep Min min concode_elem_sep Max max concode_elem_sep Variance variance concode_elem_sep Mean mean concode_elem_sep SumOfLogs sumLog concode_elem_s... | double function ( ) { Variance loc0 = new Variance ( _getSecondMoment ( ) ) ; loc0 . setBiasCorrected ( false ) ; return loc0 . getResult ( ) ; } |
2,865 | compares this tick unit to an arbitrary object . concode_field_sep double size concode_elem_sep long serialVersionUID concode_elem_sep int minorTickCount concode_field_sep double getSize concode_elem_sep int hashCode concode_elem_sep boolean equals concode_elem_sep int getMinorTickCount concode_elem_sep String valueToS... | int function ( Object arg0 ) { if ( arg0 instanceof TickUnit ) { TickUnit loc0 = ( TickUnit ) arg0 ; if ( this . size > loc0 . getSize ( ) ) { return 1 ; } else if ( this . size < loc0 . getSize ( ) ) { return - 1 ; } else { return 0 ; } } else { return - 1 ; } } |
2,866 | sends a rtp packet from this socket concode_field_sep byte[] payload concode_elem_sep DatagramPacket txDatagram concode_elem_sep int r_port concode_elem_sep DatagramSocket socket concode_elem_sep DatagramPacket rxDatagram concode_elem_sep InetAddress r_addr concode_field_sep void receive concode_elem_sep DatagramSocket... | void function ( RtpPacket arg0 ) { txDatagram . setData ( arg0 . getPacket ( ) ) ; txDatagram . setAddress ( r_addr ) ; txDatagram . setPort ( r_port ) ; if ( ! socket . isClosed ( ) ) socket . send ( txDatagram ) ; } |
2,867 | getter for #name . concode_field_sep boolean onDelete concode_elem_sep boolean before concode_elem_sep String function concode_elem_sep String name concode_elem_sep boolean onTruncate concode_elem_sep String comment concode_elem_sep boolean forEachRow concode_elem_sep boolean onInsert concode_elem_sep boolean onUpdate ... | String function ( ) { return name ; } |
2,868 | returns the base g. concode_field_sep BigInteger p concode_elem_sep BigInteger q concode_elem_sep BigInteger a concode_elem_sep BigInteger y concode_field_sep BigInteger getY concode_elem_sep BigInteger getP concode_elem_sep BigInteger getQ | BigInteger function ( ) { return this . a ; } |
2,869 | encodes a byte array into base64 format . no blanks or line breaks are inserted in the output . concode_field_sep char[] map1 concode_elem_sep String systemLineSeparator concode_elem_sep byte[] map2 concode_field_sep byte[] decodeLines concode_elem_sep String encodeLines concode_elem_sep String encodeLines concode_elem... | char [ ] function ( byte [ ] arg0 ) { return encode ( arg0 , 0 , arg0 . length ) ; } |
2,870 | tells the camera to stop drawing preview frames . concode_field_sep String TAG concode_elem_sep Context context concode_elem_sep boolean initialized concode_elem_sep AutoFocusManager autoFocusManager concode_elem_sep Camera camera concode_elem_sep CameraConfigurationManager configManager concode_elem_sep boolean previe... | void function ( ) { if ( autoFocusManager != null ) { autoFocusManager . stop ( ) ; autoFocusManager = null ; } if ( camera != null && previewing ) { camera . stopPreview ( ) ; previewCallback . setHandler ( null , 0 ) ; previewing = false ; } } |
2,871 | get the previous patternmatchelement . concode_field_sep PatternElement patternElement concode_elem_sep InstructionHandle matchedInstruction concode_elem_sep PatternElementMatch prev concode_elem_sep BasicBlock basicBlock concode_elem_sep int matchCount concode_field_sep int getMatchCount concode_elem_sep BasicBlock ge... | PatternElementMatch function ( ) { return prev ; } |
2,872 | determine whether the dagpath is directed . directed paths will have a sequence of steps that respect edge ordering , and the source will be strictly before the target in the graph . concode_field_sep PLUSObject head concode_elem_sep boolean directed concode_elem_sep PLUSObject tail concode_elem_sep LineageDAG sourceDA... | boolean function ( ) { return directed ; } |
2,873 | builds a clientconfiguration instance with default configurationvalues suitable for most use cases . concode_field_sep PlaceHolder placeHolder concode_field_sep ClientConfiguration getInRegionOptimizedConfig concode_elem_sep ClientConfiguration getConfig | ClientConfiguration function ( ) { return new ClientConfiguration ( ) ; } |
2,874 | initialize global controller that will be used for all security-related operations . the global controller takes precedence over already installed context - specific controllers and cause any subsequent call to context #setsecuritycontroller securitycontroller to throw an exception . the method can only be called once ... | void function ( SecurityController arg0 ) { if ( arg0 == null ) throw new IllegalArgumentException ( ) ; if ( global != null ) { throw new SecurityException ( "srini_string" ) ; } global = arg0 ; } |
2,875 | creates a header element . called from #parseheaderelement . concode_field_sep char[] ALL_DELIMITERS concode_elem_sep char PARAM_DELIMITER concode_elem_sep char ELEM_DELIMITER concode_elem_sep BasicHeaderValueParser DEFAULT concode_field_sep HeaderElement parseHeaderElement concode_elem_sep HeaderElement parseHeaderEle... | HeaderElement function ( final String arg0 , final String arg1 , final NameValuePair [ ] arg2 ) { return new BasicHeaderElement ( arg0 , arg1 , arg2 ) ; } |
2,876 | run `` hammeraitoff.txt '' concode_field_sep PlaceHolder placeHolder concode_field_sep void testWagnerIV concode_elem_sep void testWagnerV concode_elem_sep void testCassini concode_elem_sep void testRotatedPole concode_elem_sep void testLambertConic concode_elem_sep void testGnomonic concode_elem_sep void testLambertAz... | void function ( ) { runScript ( "srini_string" ) ; } |
2,877 | the deploy name to be used . for examples see docs for eclipsewtp concode_field_sep List<WbProperty> properties concode_elem_sep String contextPath concode_elem_sep Project project concode_elem_sep List<WbResource> resources concode_elem_sep Set<Configuration> rootConfigurations concode_elem_sep XmlFileContentMerger fi... | String function ( ) { return deployName ; } |
2,878 | digests the custom quote response and extracts the last trade price concode_field_sep Random RANDOM concode_field_sep OMElement createStandardQuoteRequest concode_elem_sep OMElement createCustomQuoteRequest concode_elem_sep OMElement createPlaceOrderRequest concode_elem_sep String parseStandardQuoteResponse concode_ele... | String function ( OMElement arg0 ) { AXIOMXPath loc0 = new AXIOMXPath ( "srini_string" ) ; loc0 . addNamespace ( "srini_string" , "srini_string" ) ; OMElement loc1 = ( OMElement ) loc0 . selectSingleNode ( arg0 ) ; if ( loc1 != null ) { return loc1 . getText ( ) ; } else { throw new Exception ( "srini_string" + arg0 ) ... |
2,879 | returns true if #start has been called on this stopwatch , and #stop has not been called since the last call to start . 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 ... | boolean function ( ) { return isRunning ; } |
2,880 | default read timeout in milliseconds . concode_field_sep boolean followProtocolRedirects concode_elem_sep HostnameVerifier hostnameVerifier concode_elem_sep ConnectionPool connectionPool concode_elem_sep List<String> DEFAULT_TRANSPORTS concode_elem_sep RouteDatabase routeDatabase concode_elem_sep ProxySelector proxySel... | int function ( ) { return readTimeout ; } |
2,881 | wraps an object in a proxy when possible . concode_field_sep PlatformContext platformCtx concode_elem_sep PlatformTarget target concode_field_sep Object inStreamOutObject concode_elem_sep void inStreamAsync concode_elem_sep long inLongOutLong concode_elem_sep Object outObject concode_elem_sep void inStreamOutStream con... | Object function ( PlatformTarget obj ) { return obj == null ? null : new PlatformTargetProxyImpl ( obj , platformCtx ) ; } |
2,882 | helper method - loads a testmodel from the testmodel directory concode_field_sep String VALIDATION_TESTMODEL_DIR concode_elem_sep IModelSequencer sequencer concode_field_sep Statechart loadStatechartFromResource concode_elem_sep String getModelDirectory concode_elem_sep Statechart loadStatechart concode_elem_sep Statec... | ExecutionFlow function ( String arg0 ) { Statechart loc0 = loadStatechartFromResource ( arg0 ) ; final ExecutionFlow loc1 = sequencer . transform ( loc0 ) ; return loc1 ; } |
2,883 | set cache timeout . cache timeout in seconds . concode_field_sep String backupMirrorHost concode_elem_sep int port concode_elem_sep int connectionRetryDelay concode_elem_sep String searchBase concode_elem_sep int CONNECTION_RETRY_DELAY_DEFAULT concode_elem_sep String backupMirrorProtocol concode_elem_sep int connection... | void function ( int arg0 ) { this . cacheTimeout = arg0 ; } |
2,884 | replaces the enumeration from the stream with a real one . this ensures that the correct flag is set for system . concode_field_sep long serialVersionUID concode_elem_sep String name concode_elem_sep IOCase SYSTEM concode_elem_sep IOCase INSENSITIVE concode_elem_sep boolean sensitive concode_elem_sep IOCase SENSITIVE c... | Object function ( ) { return forName ( name ) ; } |
2,885 | unsetter for declarative services . concode_field_sep Logger logger concode_field_sep Class<?> getActionClass concode_elem_sep void setSqueezeServer concode_elem_sep void activate concode_elem_sep String getActionClassName concode_elem_sep void deactivate | void function ( SqueezeServer arg0 ) { Squeezebox . arg0 = null ; } |
2,886 | cancel the local notification . create an intent that looks similar , to the one that was registered using schedule . making sure the notification id in the action is the same . now we can search for such an intent using the ` getservice ' method and cancel it . concode_field_sep Class<?> defaultReceiver concode_elem_s... | void function ( ) { Intent loc0 = new Intent ( context , receiver ) . setAction ( options . getIdStr ( ) ) ; PendingIntent loc1 = PendingIntent . getBroadcast ( context , 0 , loc0 , 0 ) ; getAlarmMgr ( ) . cancel ( loc1 ) ; getNotMgr ( ) . cancel ( options . getId ( ) ) ; unpersist ( ) ; } |
2,887 | convenience that passes through to typeinfodataaccess concode_field_sep DKDBTableDataAccess _tableDataAccess concode_elem_sep Logger _log concode_elem_sep String USERNAME_KEY concode_elem_sep DKDBConnectionInfo _connectionInfo concode_elem_sep String PASSWORD_KEY concode_elem_sep boolean _caseSensitive concode_elem_sep... | DKDBType function ( String arg0 ) { return _typeInfoDataAccess . getType ( arg0 ) ; } |
2,888 | specify the http server 's port . default is 8080 . concode_field_sep HttpServer server concode_elem_sep String hostname concode_elem_sep Log logger concode_elem_sep int backlog concode_elem_sep Executor executor concode_elem_sep int shutdownDelay concode_elem_sep Map<String,HttpHandler> contexts concode_elem_sep List<... | void function ( int arg0 ) { this . port = arg0 ; } |
2,889 | creates a new projects entry with the primary key . does not add the projects entry to the database . concode_field_sep ProjectsEntryLocalService _service concode_field_sep com.liferay.portal.kernel.dao.orm.ActionableDynamicQuery getActionableDynamicQuery concode_elem_sep int getProjectsEntriesCount concode_elem_sep co... | com . liferay . so . model . ProjectsEntry function ( long arg0 ) { return getService ( ) . createProjectsEntry ( arg0 ) ; } |
2,890 | accessor for the blip id concode_field_sep int drawingNumber concode_elem_sep Origin origin concode_elem_sep int column concode_elem_sep DrawingGroup drawingGroup concode_elem_sep ShapeType type concode_elem_sep MsoDrawingRecord msoDrawingRecord concode_elem_sep WorkbookSettings workbookSettings concode_elem_sep int bl... | int function ( ) { if ( ! initialized ) { initialize ( ) ; } return blipId ; } |
2,891 | get the interceptor instance . concode_field_sep ImmediateInterceptorFactory FACTORY concode_elem_sep LogDiagnosticContextRecoveryInterceptor INSTANCE concode_field_sep Object processInvocation concode_elem_sep ImmediateInterceptorFactory getFactory | LogDiagnosticContextRecoveryInterceptor function ( ) { return INSTANCE ; } |
2,892 | saves the directory of the given file under the given key to the settings . concode_field_sep PlaceHolder placeHolder concode_field_sep File getLastDir concode_elem_sep File getLastDir concode_elem_sep File getLastDir | void function ( File arg0 , String arg1 ) { if ( arg0 . exists ( ) && arg0 . isFile ( ) ) arg0 = arg0 . getParentFile ( ) ; if ( arg0 . exists ( ) ) Settings . getInstance ( ) . saveSetting ( arg1 , "srini_string" , arg0 . getAbsolutePath ( ) ) ; } |
2,893 | json object as string . concode_field_sep long interval concode_elem_sep JSONObject options concode_elem_sep AssetUtil assets concode_elem_sep String EXTRA concode_elem_sep Context context concode_field_sep Boolean isAutoClear concode_elem_sep int getIdAsInt concode_elem_sep String getText concode_elem_sep long getRepe... | String function ( ) { return options . toString ( ) ; } |
2,894 | create an instance of driver concode_field_sep QName _Description_QNAME concode_elem_sep QName _Year_QNAME concode_elem_sep QName _Manufacturer_QNAME concode_field_sep Slot createSlot concode_elem_sep Port createPort concode_elem_sep JAXBElement<String> createYear concode_elem_sep Extension createExtension concode_elem... | Driver function ( ) { return new Driver ( ) ; } |
2,895 | the description for the deployment resource . concode_field_sep java.util.Date createdDate concode_elem_sep java.util.Map<String,java.util.Map<String,MethodSnapshot>> apiSummary concode_elem_sep String description concode_elem_sep String id concode_field_sep CreateDeploymentResult clearApiSummaryEntries concode_elem_se... | String function ( ) { return this . description ; } |
2,896 | unwraps the given proxy if it is one concode_field_sep Map<Class,Class> PROXY_FACTORIES concode_elem_sep Set<String> EXCLUDES concode_field_sep T createProxy concode_elem_sep Object getProxyInstance concode_elem_sep Serializable getIdentifier concode_elem_sep Class getProxyClass concode_elem_sep boolean isInitialized c... | Object function ( Object arg0 ) { if ( isProxy ( arg0 ) ) { return ( ( EntityProxy ) arg0 ) . getTarget ( ) ; } return arg0 ; } |
2,897 | method for referring to ticker from a given page so that it is instantiated in request scope . concode_field_sep int pollInterval concode_field_sep void run | String function ( ) { return "srini_string" ; } |
2,898 | computes the logarithm base 2 rounded up of an integer . this is essentially equivalent to math.ceil math.log n / math.log 2 except it 's 3 times faster . concode_field_sep int[] buckets concode_elem_sep short interval concode_elem_sep int cutoff concode_elem_sep short num_linear_buckets concode_elem_sep short exp_buck... | int function ( final int arg0 ) { int loc0 = 0 ; while ( arg0 > 1 << loc0 ) { loc0 ++ ; } return loc0 ; } |
2,899 | sets the null-cascaded flag of a property value . concode_field_sep short BOX_RELATIVE_MASK concode_elem_sep short NON_CSS_ORIGIN concode_elem_sep short BLOCK_HEIGHT_RELATIVE_MASK concode_elem_sep short USER_ORIGIN concode_elem_sep short INLINE_AUTHOR_ORIGIN concode_elem_sep short OVERRIDE_ORIGIN concode_elem_sep short... | void function ( int arg0 , boolean arg1 ) { if ( arg1 ) masks [ arg0 ] |= NULL_CASCADED_MASK ; else masks [ arg0 ] &= ~ NULL_CASCADED_MASK ; } |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.