idx int64 0 100k | question stringlengths 68 7.19k | target stringlengths 20 663 |
|---|---|---|
36,800 | whether this is an oauth access token . concode_field_sep long serialVersionUID concode_elem_sep String verifier concode_elem_sep Authentication userAuthentication concode_elem_sep String callbackUrl concode_elem_sep String secret concode_elem_sep String consumerKey concode_elem_sep boolean accessToken concode_elem_sep... | boolean function ( ) { return accessToken ; } |
36,801 | the ipset returned in the createipset response . concode_field_sep IPSet iPSet concode_elem_sep String changeToken concode_field_sep void setIPSet concode_elem_sep void setChangeToken concode_elem_sep int hashCode concode_elem_sep boolean equals concode_elem_sep String getChangeToken concode_elem_sep CreateIPSetResult ... | CreateIPSetResult function ( IPSet arg0 ) { setIPSet ( arg0 ) ; return this ; } |
36,802 | gets the spelltreshold value for this wsgetitems . concode_field_sep org.apache.axis.description.TypeDesc typeDesc concode_elem_sep int maxItems concode_elem_sep int spellTreshold concode_elem_sep java.lang.Boolean totalCountOnFirstResult concode_elem_sep java.lang.String conceptName concode_elem_sep org.talend.mdm.web... | int function ( ) { return spellTreshold ; } |
36,803 | callback for remaining command line arguments after either #handle string , string or #handleunknown string return `` false '' . this will be called at the end of parsing evenwhen there are no remaining arguments . concode_field_sep String DRIVER_JAVA_OPTIONS concode_elem_sep String DRIVER_LIBRARY_PATH concode_elem_sep... | void function ( List < String > arg0 ) { throw new UnsupportedOperationException ( ) ; } |
36,804 | get the result . concode_field_sep T result concode_field_sep void setResult | T function ( ) { return result ; } |
36,805 | creates a new jdbc connections based on provided dbcp properties . concode_field_sep Logger log concode_elem_sep String jdbcUrl concode_elem_sep String driverName concode_elem_sep String databasePassword concode_elem_sep Properties properties concode_elem_sep String databaseUserName concode_field_sep void init concode_... | Connection function ( ) { Connection loc0 = DriverManager . getConnection ( jdbcUrl , properties ) ; loc0 . setAutoCommit ( false ) ; return loc0 ; } |
36,806 | set an execution error concode_field_sep ParserRuleContext sqlExpr concode_elem_sep Exception exception concode_elem_sep boolean withReturn concode_elem_sep ResultSet rs concode_elem_sep Connection conn concode_elem_sep State state concode_elem_sep PreparedStatement pstmt concode_elem_sep ParserRuleContext sqlSelect co... | void function ( Exception arg0 ) { exception = arg0 ; } |
36,807 | writes some the bitwise operations . type is one of bitwise_or , bitwise_and , bitwise_xor concode_field_sep WriterController controller concode_elem_sep MethodCaller arrayGet concode_elem_sep int[] stdCompareCodes concode_elem_sep MethodCaller arraySet concode_field_sep MethodCaller getArraySetCaller concode_elem_sep ... | boolean function ( int arg0 , boolean arg1 ) { arg0 = arg0 - BITWISE_OR ; if ( arg0 < 0 || arg0 > 2 ) return false ; if ( ! arg1 ) { int loc0 = getBitwiseOperationBytecode ( arg0 ) ; controller . getMethodVisitor ( ) . visitInsn ( loc0 ) ; controller . getOperandStack ( ) . replace ( getNormalOpResultType ( ) , 2 ) ; }... |
36,808 | generates a large irreducible polynomial and prints out its representation in ascii and hex . concode_field_sep PlaceHolder placeHolder concode_field_sep void printIrreducibles concode_elem_sep long mod concode_elem_sep int getMaxBit concode_elem_sep boolean getBit concode_elem_sep boolean getBit concode_elem_sep boole... | void function ( ) { CRCPolynomial loc0 = CRCPolynomial . createIrreducible ( 127 ) ; System . out . println ( loc0 . toPolynomialString ( ) ) ; System . out . println ( loc0 . toHexString ( ) ) ; } |
36,809 | resource string str_scan_status_progress scan in progress : 0 scanned 1 & frasl ; s concode_field_sep String STR_SCAN_STATUS_PROGRESS concode_elem_sep String STR_SCAN_STATUS_NONE concode_elem_sep String STR_OPEN_FILE_ERROR concode_elem_sep String STR_ABOUT_INFO1 concode_elem_sep String STR_SYSTEM_STATUS concode_elem_se... | String function ( Object ... arg0 ) { return format ( STR_SCAN_STATUS_PROGRESS , arg0 ) ; } |
36,810 | returns the underlying servlet . can return null if this object was created using the deprecated constructor . concode_field_sep ServletContext servletctx concode_elem_sep GenericServlet servlet concode_elem_sep ObjectWrapper wrapper concode_field_sep TemplateModel get concode_elem_sep boolean isEmpty | GenericServlet function ( ) { return servlet ; } |
36,811 | gets the total time that has elapsed since the initial starttime in milliseconds . concode_field_sep long initialStartTime concode_elem_sep long maxTime concode_elem_sep long aggregateElapsedTime concode_elem_sep boolean isRunning concode_elem_sep long serialVersionUID concode_elem_sep int maxMillis concode_elem_sep lo... | long function ( ) { return System . currentTimeMillis ( ) - this . initialStartTime ; } |
36,812 | when the message is a request sets if the sender of the message requests to be notified when the message is displayed . when the message is a notification sets if the message was displayed or not . concode_field_sep String DISPLAYED concode_elem_sep String ELEMENT concode_elem_sep String OFFLINE concode_elem_sep String... | void function ( boolean arg0 ) { this . displayed = arg0 ; setCancelled ( false ) ; } |
36,813 | sets the value of the port property . concode_field_sep int port concode_elem_sep String name concode_elem_sep String state concode_elem_sep String id concode_field_sep void setName concode_elem_sep com.prapps.chess.server.uci.thread.State getState concode_elem_sep String getName concode_elem_sep int getPort concode_el... | void function ( int arg0 ) { this . port = arg0 ; } |
36,814 | get the maximum size of the core thread pool . concode_field_sep RejectionHandler rejectionHandler concode_elem_sep RenderThreadFactory threadFactory concode_elem_sep int corePoolSize concode_elem_sep int renderQueueCapacity concode_elem_sep Log log concode_elem_sep ThreadPoolExecutor renderService concode_elem_sep Sch... | int function ( ) { return maxPoolSize ; } |
36,815 | return the process id for this process . concode_field_sep PlaceHolder placeHolder concode_field_sep String getIpAddress concode_elem_sep String getHost | int function ( ) { String loc0 = ManagementFactory . getRuntimeMXBean ( ) . getName ( ) ; return loc0 . indexOf ( '@' ) != - 1 ? Integer . parseInt ( loc0 . split ( "srini_string" ) [ 0 ] ) : - 1 ; } |
36,816 | build int out of bytes . concode_field_sep float HALF_PI concode_elem_sep float TWO_PI concode_elem_sep double TWO_PI_D concode_elem_sep double HALF_PI_D concode_field_sep short BuildShortBE concode_elem_sep short BuildShortBE concode_elem_sep float sinh concode_elem_sep double sinh concode_elem_sep long BuildLongLE co... | int function ( byte arg0 [ ] , int arg1 , boolean arg2 ) { if ( arg2 ) return BuildIntegerBE ( arg0 , arg1 ) ; return BuildIntegerLE ( arg0 , arg1 ) ; } |
36,817 | setter for userselectedoptions concode_field_sep AddressType secondaryAddress concode_elem_sep String giftReceipt concode_elem_sep String giftMessage concode_elem_sep ReceiverInfoType receiverInfo concode_elem_sep String giftWrapName concode_elem_sep PaymentItemInfoType paymentItemInfo concode_elem_sep BasicAmountType ... | void function ( UserSelectedOptionType arg0 ) { this . userSelectedOptions = arg0 ; } |
36,818 | returns the number of contacts . concode_field_sep ContactLocalService _contactLocalService concode_field_sep java.lang.String getOSGiServiceIdentifier concode_elem_sep void setWrappedService concode_elem_sep com.liferay.portal.kernel.dao.orm.ActionableDynamicQuery getActionableDynamicQuery concode_elem_sep com.liferay... | int function ( ) { return _contactLocalService . getContactsCount ( ) ; } |
36,819 | sets the type of an identifier . concode_field_sep int VARIABLE_CLASS concode_elem_sep int TYPE_DEFINED concode_elem_sep HashMap<String,Integer> declarationRecord concode_elem_sep HashMap<String,DefinedType> typeMap concode_elem_sep int TYPE_CLASS concode_elem_sep String UNKNOWN_TYPE concode_elem_sep String STRING_TYPE... | void function ( String arg0 , String arg1 ) { typeRecord . put ( arg0 , arg1 ) ; } |
36,820 | updates all storydata stored with the provided storydata 's ` key_id ' should only be 1 row of data in the content provider , but content provider implementation will update every row that matches . concode_field_sep Uri tagsURI concode_elem_sep Uri storyURI concode_elem_sep ContentResolver cr concode_field_sep ArrayLi... | int function ( StoryData arg0 ) { String loc0 = "srini_string" ; String [ ] loc1 = { String . valueOf ( arg0 . KEY_ID ) } ; return updateStoryData ( arg0 , loc0 , loc1 ) ; } |
36,821 | this method is called after visiting each child in #visitchildren . this method is first called before the first child is visited ; at that point currentresult will be the initialvalue in the default implementation , the initial value is returned by a call to #defaultresult . this method is not called after the last ch... | boolean function ( RuleNode arg0 , T arg1 ) { return true ; } |
36,822 | if true , derives the system properties user language , region , country , screen size , color depth , and file encoding and adds to the default request . this is initialization level configuration must be set while creating googleanalytics object . concode_field_sep boolean useHttps concode_elem_sep String httpsUrl co... | GoogleAnalyticsConfig function ( boolean arg0 ) { this . discoverRequestParameters = arg0 ; return this ; } |
36,823 | returns the source set that compiles the code under test . defaults to project.sourcesets.main . concode_field_sep Set<SourceSet> testSourceSets concode_elem_sep boolean automatedPublishing concode_elem_sep NamedDomainObjectContainer<PluginDeclaration> plugins concode_elem_sep SourceSet pluginSourceSet concode_field_se... | SourceSet function ( ) { return pluginSourceSet ; } |
36,824 | returns the composition of two functions . for f : a - > b and g : b - > c , composition is defined as the function h such that h a == g f a for each a . concode_field_sep long serialVersionUID concode_elem_sep Predicate<T> predicate concode_elem_sep V defaultValue concode_elem_sep Function<A,? extends B> f concode_ele... | Function < A , C > function ( Function < B , C > arg0 , Function < A , ? extends B > arg1 ) { return new FunctionComposition < A , B , C > ( arg0 , arg1 ) ; } |
36,825 | returns the hostname verifier , or null if this is not an https address . concode_field_sep Proxy proxy concode_elem_sep int uriPort concode_elem_sep SSLSocketFactory sslSocketFactory concode_elem_sep HostnameVerifier hostnameVerifier concode_elem_sep String uriHost concode_field_sep SSLSocketFactory getSslSocketFactor... | HostnameVerifier function ( ) { return hostnameVerifier ; } |
36,826 | adds a boolean property to a map only if the value is non-null , otherwise the key/value pair will not be added at all . concode_field_sep StringBuilder params concode_field_sep JSONBuilder item concode_elem_sep JSONBuilder item concode_elem_sep JSONBuilder item concode_elem_sep JSONBuilder item concode_elem_sep JSONBu... | JSONBuilder function ( String arg0 , Boolean arg1 ) { if ( arg1 == null ) { return this ; } return entry ( arg0 , arg1 . booleanValue ( ) ) ; } |
36,827 | invalidates the authentication state by resetting its parameters . concode_field_sep Credentials credentials concode_elem_sep AuthScheme authScheme concode_elem_sep AuthScope authScope concode_field_sep AuthScheme getAuthScheme concode_elem_sep AuthScope getAuthScope concode_elem_sep boolean isValid concode_elem_sep vo... | void function ( ) { this . authScheme = null ; this . authScope = null ; this . credentials = null ; } |
36,828 | called when the activity is becoming visible to the user . concode_field_sep CordovaPreferences preferences concode_elem_sep CordovaInterface cordova concode_elem_sep CordovaWebView webView concode_elem_sep String serviceName concode_field_sep boolean onReceivedClientCertRequest concode_elem_sep boolean onOverrideUrlLo... | void function ( ) { } |
36,829 | the time of the last refresh of the check . concode_field_sep Boolean hasFlaggedResources concode_elem_sep TrustedAdvisorCategorySpecificSummary categorySpecificSummary concode_elem_sep String checkId concode_elem_sep TrustedAdvisorResourcesSummary resourcesSummary concode_elem_sep String timestamp concode_elem_sep Str... | String function ( ) { return this . timestamp ; } |
36,830 | get the byte stream that was set with setoutputstream . concode_field_sep String systemId concode_elem_sep String FEATURE concode_elem_sep OutputStream outputStream concode_elem_sep Writer writer concode_field_sep void setWriter concode_elem_sep String getSystemId concode_elem_sep void setOutputStream concode_elem_sep ... | OutputStream function ( ) { return outputStream ; } |
36,831 | add data point to time series . timestamp is `` now '' . concode_field_sep Map<String,String> mTags concode_elem_sep String mDeviceID concode_elem_sep List<DataPoint> mDataPoints concode_elem_sep String mMetric concode_field_sep String getDeviceID concode_elem_sep List<DataPoint> getDataPoints concode_elem_sep void set... | void function ( T arg0 ) { long loc0 = System . currentTimeMillis ( ) / 1000 ; DataPoint < T > loc1 = new DataPoint < T > ( loc0 , arg0 ) ; mDataPoints . add ( loc1 ) ; } |
36,832 | get the list of - lib entries and - cp entry into a url array . concode_field_sep String ANT_PRIVATEDIR concode_elem_sep String MAIN_CLASS concode_elem_sep int EXIT_CODE_ERROR concode_elem_sep String ANTHOME_PROPERTY concode_elem_sep String ANTLIBDIR_PROPERTY concode_elem_sep String USER_LIBDIR concode_elem_sep boolean... | URL [ ] function ( final String arg0 , final List < String > arg1 ) { final List < URL > loc0 = new ArrayList < URL > ( ) ; if ( arg0 != null ) { addPath ( arg0 , false , loc0 ) ; } for ( final String loc1 : arg1 ) { addPath ( loc1 , true , loc0 ) ; } return loc0 . toArray ( new URL [ loc0 . size ( ) ] ) ; } |
36,833 | return next uid as long concode_field_sep long stop concode_elem_sep Lock mutex concode_elem_sep long start concode_elem_sep long value concode_elem_sep ThreadLocal<Delta> ranges concode_field_sep long update concode_elem_sep int nextInt concode_elem_sep Delta initialValue | long function ( ) { Delta loc0 = ranges . get ( ) ; if ( loc0 . start <= loc0 . stop ) { mutex . lock ( ) ; value = loc0 . update ( value ) ; mutex . unlock ( ) ; } return loc0 . start ++ ; } |
36,834 | insert the dynvalue into the given any . concode_field_sep PlaceHolder placeHolder concode_field_sep DynValue extract concode_elem_sep DynValue read concode_elem_sep DynValue narrow concode_elem_sep String id concode_elem_sep TypeCode type concode_elem_sep void write concode_elem_sep DynValue unchecked_narrow | void function ( Any arg0 , DynValue arg1 ) { arg0 . insert_Object ( arg1 ) ; } |
36,835 | gets the user name . concode_field_sep String password concode_elem_sep String userName concode_field_sep void setPassword concode_elem_sep String getPassword concode_elem_sep void setUserName | String function ( ) { return userName ; } |
36,836 | sets the value of the description property . concode_field_sep String patientAware concode_elem_sep List<org.astm.ccr.CCRCodedDataObjectType.Signature> signature concode_elem_sep CodedDescriptionType description concode_elem_sep List<String> commentID concode_elem_sep List<SourceType> source concode_elem_sep List<Inter... | void function ( CodedDescriptionType arg0 ) { this . description = arg0 ; } |
36,837 | pipeline setup , dn1 throws an outofmemoryexception right after it received a setup request from dn0 . client gets an ioexception and determine dn1 bad . concode_field_sep short REPLICATION concode_elem_sep long BLOCKSIZE concode_elem_sep Configuration conf concode_field_sep void pipeline_Fi_05 concode_elem_sep void pi... | void function ( ) { final String loc0 = FiTestUtil . getMethodName ( ) ; runReceiverOpWriteBlockTest ( loc0 , 1 , new OomAction ( loc0 , 1 ) ) ; } |
36,838 | general helper functions concode_field_sep int[] pq concode_elem_sep int NMAX concode_elem_sep Key[] keys concode_elem_sep IndexMinPQ<Key> copy concode_elem_sep int N concode_elem_sep int[] qp concode_field_sep Integer next concode_elem_sep int delMin concode_elem_sep Key keyOf concode_elem_sep void sink concode_elem_s... | boolean function ( int arg0 , int arg1 ) { return keys [ pq [ arg0 ] ] . compareTo ( keys [ pq [ arg1 ] ] ) > 0 ; } |
36,839 | get custom deserializer concode_field_sep java.lang.Integer startIndex concode_elem_sep java.lang.Object __equalsCalc concode_elem_sep boolean __hashCodeCalc concode_elem_sep org.apache.axis.description.TypeDesc typeDesc concode_elem_sep java.lang.Integer totalResultSetSize concode_elem_sep com.google.api.ads.dfp.axis.... | 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 ) ; } |
36,840 | converts a wire type to a thrift type . concode_field_sep PlaceHolder placeHolder concode_field_sep BlockInfo fromThrift concode_elem_sep BlockLocation fromThrift concode_elem_sep CommandLineJobInfo fromThrift concode_elem_sep FileBlockInfo fromThrift concode_elem_sep FileInfo fromThrift concode_elem_sep JobConfInfo fr... | alluxio . thrift . FileBlockInfo function ( FileBlockInfo arg0 ) { return arg0 . toThrift ( ) ; } |
36,841 | propagate all global keys matching a prefix concode_field_sep ConfTree confTree concode_elem_sep MapOperations globalOptions concode_elem_sep Logger log concode_field_sep void mergeSingleComponentMapPrefix concode_elem_sep int getComponentOptInt concode_elem_sep void setComponentOpt concode_elem_sep void resolve concod... | void function ( ConfTree arg0 , String arg1 ) { Map < String , String > loc0 = arg0 . loc0 ; for ( Map . Entry < String , String > loc1 : loc0 . entrySet ( ) ) { String loc2 = loc1 . getKey ( ) ; if ( loc2 . startsWith ( arg1 ) ) { set ( loc2 , loc1 . getValue ( ) ) ; } } } |
36,842 | edits an expression for array creation overridable . the default implementation performs nothing . concode_field_sep NewOp next concode_elem_sep int maxLocals concode_elem_sep int pos concode_elem_sep NewOp newList concode_elem_sep String type concode_elem_sep int maxStack concode_field_sep boolean loopBody concode_ele... | void function ( NewArray arg0 ) { } |
36,843 | returns the fixed height . concode_field_sep LengthConstraintType widthConstraintType concode_elem_sep Range widthRange concode_elem_sep double width concode_elem_sep RectangleConstraint NONE concode_elem_sep Range heightRange concode_elem_sep double height concode_elem_sep LengthConstraintType heightConstraintType con... | double function ( ) { return this . height ; } |
36,844 | called from the subclass when writing to set the instance value concode_field_sep int recordId concode_elem_sep boolean container concode_elem_sep int instance concode_elem_sep int pos concode_elem_sep Logger logger concode_elem_sep int length concode_elem_sep int streamLength concode_elem_sep EscherRecordType type con... | void function ( int arg0 ) { instance = arg0 ; } |
36,845 | asserts that the message back matches the block response protocols . concode_field_sep int WORKER_CAPACITY_BYTES concode_elem_sep BlockWorkerClient mBlockWorkerClient concode_elem_sep BlockMasterClient mBlockMasterClient concode_elem_sep ManuallyScheduleHeartbeat sManuallySchedule concode_elem_sep FileSystem mFileSyste... | void function ( final DataServerMessage arg0 , final ByteBuffer arg1 , final long arg2 , final long arg3 , final long arg4 ) { Assert . assertEquals ( arg1 , arg0 . getReadOnlyData ( ) ) ; Assert . assertEquals ( arg2 , arg0 . getBlockId ( ) ) ; Assert . assertEquals ( arg3 , arg0 . getOffset ( ) ) ; Assert . assertEqu... |
36,846 | get the name of a jdbc transaction isolation level concode_field_sep boolean ENABLE_BINARY_STREAMS concode_elem_sep CoreMessageLogger LOG concode_elem_sep Map OBSOLETE_PROPERTIES concode_elem_sep Map<Integer,String> ISOLATION_LEVELS concode_elem_sep Map RENAMED_PROPERTIES concode_elem_sep Properties GLOBAL_PROPERTIES c... | String function ( int arg0 ) { return ISOLATION_LEVELS . get ( arg0 ) ; } |
36,847 | adds the result . concode_field_sep T result concode_elem_sep double score concode_elem_sep List<ResultDetails<T>> resultDetails concode_elem_sep List<T> results concode_field_sep T getResult concode_elem_sep List<T> getResults concode_elem_sep void setResultDetails concode_elem_sep List<ResultDetails<T>> getResultDeta... | void function ( T arg0 , double arg1 ) { if ( results == null ) { results = new ArrayList < > ( ) ; } if ( resultDetails == null ) { resultDetails = new ArrayList < > ( ) ; } results . add ( arg0 ) ; resultDetails . add ( new ResultDetails < T > ( arg0 , arg1 ) ) ; } |
36,848 | sets the ` dead ' bytes . these bytes are left if the content of the box has been parsed but not all bytes have been used up . concode_field_sep Container parent concode_elem_sep boolean isParsed concode_elem_sep long offset concode_elem_sep long contentStartPosition concode_elem_sep ByteBuffer deadBytes concode_elem_s... | void function ( ByteBuffer arg0 ) { deadBytes = arg0 ; } |
36,849 | factory method to instantiate object types . returns a pre-defined instance for java.lang.object.class and java.lang.string.class . concode_field_sep Type String concode_elem_sep Type ResultTree concode_elem_sep Type Element concode_elem_sep Type Comment concode_elem_sep Type Node concode_elem_sep Type Int concode_elem... | Type function ( Class arg0 ) { if ( arg0 == java . lang . Object . class ) { return Type . Object ; } else if ( arg0 == java . lang . String . class ) { return Type . String ; } else { return new ObjectType ( arg0 ) ; } } |
36,850 | opens a cursor that returns the primary keys of entities qualifying for the join . the join operation is performed as the returned cursor is accessed . the operations performed with the cursor will not be transaction protected , and cursorconfig #default is used implicitly . concode_field_sep Cursor[] cursors concode_e... | ForwardCursor < PK > function ( ) { return keys ( null , null ) ; } |
36,851 | simply notifies the socket lock that it should stop waiting . this will happen both when we 've successfully created a socket and when there 's been an error creating the socket . concode_field_sep Object answerLock concode_elem_sep long startTime concode_elem_sep int relayWaitTime concode_elem_sep Offerer offerer conc... | void function ( ) { log . info ( "srini_string" ) ; synchronized ( this . socketLock ) { log . info ( "srini_string" ) ; finishedWaitingForSocket = true ; this . socketLock . notify ( ) ; } } |
36,852 | gets the value of the throttleflag property . concode_field_sep Boolean upsellFlag concode_elem_sep Boolean throttleFlag concode_elem_sep Boolean dpfFlag concode_elem_sep long serialVersionUID concode_field_sep void setThrottleFlag concode_elem_sep Boolean isDPFFlag concode_elem_sep Boolean isUpsellFlag concode_elem_se... | Boolean function ( ) { return throttleFlag ; } |
36,853 | compute the intra-set similarity of an item collection . concode_field_sep CorrelationMatrix itemCorrelations concode_field_sep List<Integer> diversifySequential | double function ( Collection < Integer > arg0 , CorrelationMatrix arg1 ) { double loc0 = 0 ; for ( int loc1 = 0 ; loc1 < arg0 . size ( ) ; loc1 ++ ) for ( int loc2 = loc1 + 1 ; loc2 < arg0 . size ( ) ; loc2 ++ ) loc0 += arg1 . get ( loc1 , loc2 ) ; return loc0 ; } |
36,854 | converts the specified long to ibm i format . concode_field_sep long defaultValue concode_elem_sep int SIZE concode_elem_sep long serialVersionUID concode_field_sep int getByteLength concode_elem_sep long toLong concode_elem_sep long toLong concode_elem_sep Object clone concode_elem_sep Object toObject concode_elem_sep... | byte [ ] function ( long arg0 ) { byte [ ] loc0 = new byte [ SIZE ] ; BinaryConverter . longToByteArray ( arg0 , loc0 , 0 ) ; return loc0 ; } |
36,855 | get the bind number for the specific user from the ipaddress concode_field_sep Map<String,UserBindss> userBindTable concode_elem_sep Date startTime concode_elem_sep AtomicInteger currBinds concode_elem_sep AtomicInteger totalFailedBinds concode_elem_sep AtomicInteger totalBinds concode_elem_sep AtomicInteger messageSen... | int function ( final User arg0 , final InetAddress arg1 ) { if ( this . userBindTable . get ( arg0 . getName ( ) ) == null ) { return 0 ; } else { return this . userBindTable . get ( arg0 . getName ( ) ) . bindsFromInetAddress ( arg1 ) . get ( ) ; } } |
36,856 | checks if the specified state has at least one exit action . concode_field_sep PlaceHolder placeHolder concode_field_sep boolean hasEntryAction concode_elem_sep boolean containsOnlyEventsOfType concode_elem_sep boolean oneIncomingTransitionEntersCompositeWithEntryActions concode_elem_sep boolean hasAtLeastOneAction con... | boolean function ( State arg0 ) { EList < Expression > loc0 = getFirstExitActions ( arg0 ) ; if ( loc0 != null && ! loc0 . isEmpty ( ) ) { return true ; } return false ; } |
36,857 | a list of deployment configurations , including built-in configurations such as codedeploydefault.oneatatime . concode_field_sep String nextToken concode_elem_sep com.amazonaws.internal.SdkInternalList<String> deploymentConfigsList concode_field_sep void setDeploymentConfigsList concode_elem_sep void setNextToken conco... | java . util . List < String > function ( ) { if ( deploymentConfigsList == null ) { deploymentConfigsList = new com . amazonaws . internal . SdkInternalList < String > ( ) ; } return deploymentConfigsList ; } |
36,858 | sets the value of the colpagecount property . concode_field_sep Object parent concode_elem_sep String ref concode_elem_sep long firstHeaderRow concode_elem_sep long firstDataCol concode_elem_sep Long rowPageCount concode_elem_sep Long colPageCount concode_elem_sep long firstDataRow concode_field_sep void setFirstDataCo... | void function ( Long arg0 ) { this . colPageCount = arg0 ; } |
36,859 | gets the value of the content 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 content property . for example , to add a new item , do as... | List < Object > function ( ) { if ( content == null ) { content = new ArrayList < Object > ( ) ; } return this . content ; } |
36,860 | stops the server concode_field_sep ScheduleManager scheduleManager concode_elem_sep InetAddress listenAddress concode_elem_sep Map<String,String> handlers concode_elem_sep DatabaseManager databaseManager concode_elem_sep ServerSocket socket concode_elem_sep IndexManager indexManager concode_elem_sep int listenPort conc... | void function ( ) { try { socket . close ( ) ; } catch ( IOException loc0 ) { throw new RuntimeException ( loc0 ) ; } } |
36,861 | get custom serializer concode_field_sep java.lang.String mostRecentConversionDate concode_elem_sep java.lang.Integer numConversionEvents concode_elem_sep com.google.api.ads.adwords.axis.v201409.cm.Money conversionValue concode_elem_sep java.lang.Integer numConvertedClicks concode_elem_sep java.lang.Object __equalsCalc ... | org . apache . axis . encoding . Serializer function ( java . lang . String arg0 , java . lang . Class arg1 , javax . xml . namespace . QName arg2 ) { return new org . apache . axis . encoding . ser . BeanSerializer ( arg1 , arg2 , typeDesc ) ; } |
36,862 | test of beginjackoff method , of class table . concode_field_sep PlaceHolder placeHolder concode_field_sep void testHasWinner concode_elem_sep void setUpClass concode_elem_sep void testGetTrickPlayers concode_elem_sep void testJackOff concode_elem_sep void testGameScore concode_elem_sep void tearDownClass concode_elem_... | void function ( ) { System . out . println ( "srini_string" ) ; Table loc0 = null ; loc0 . beginJackOff ( ) ; fail ( "srini_string" ) ; } |
36,863 | creates a new worker pool . concode_field_sep int workerCount concode_elem_sep String pattern concode_elem_sep String name concode_elem_sep WorkerPool workerPool concode_field_sep void setName concode_elem_sep NettyWorkerPoolBuilder withWorkerCount concode_elem_sep void setWorkerCount concode_elem_sep NettyWorkerPoolBu... | WorkerPool function ( ) { int loc0 = workerCount > 0 ? workerCount : NettyHelper . DEFAULT_IO_THREADS ; workerPool = new NioWorkerPool ( Executors . newCachedThreadPool ( ) , loc0 , new CamelNettyThreadNameDeterminer ( pattern , name ) ) ; return workerPool ; } |
36,864 | return the date before which this attribute certificate is not valid . concode_field_sep X509Extensions extensions concode_elem_sep AttributeCertificate attrCert concode_elem_sep Attribute[] EMPTY_ARRAY concode_field_sep int getVersion concode_elem_sep AttributeCertificateIssuer getIssuer concode_elem_sep BigInteger ge... | Date function ( ) { return CertUtils . recoverDate ( attrCert . getAcinfo ( ) . getAttrCertValidityPeriod ( ) . getNotBeforeTime ( ) ) ; } |
36,865 | test if string has valid x10 address of form `` h.u '' , e.g. a. 10 concode_field_sep byte m_code concode_elem_sep HashMap<Integer,Integer> s_unitCodeToInt concode_elem_sep HashMap<Integer,String> s_houseCodeToString concode_field_sep byte s_addressToByte concode_elem_sep byte code concode_elem_sep String s_houseToStri... | boolean function ( String arg0 ) { String [ ] loc0 = arg0 . split ( "srini_string" ) ; if ( loc0 . length != 2 ) { return false ; } return loc0 [ 0 ] . matches ( "srini_string" ) && loc0 [ 1 ] . matches ( "srini_string" ) ; } |
36,866 | add a new event to the queue . adding a new event to the queue preserves the temporal order of the events in the queue . concode_field_sep long serial concode_elem_sep SortedSet<SimEvent> sortedSet concode_field_sep Iterator<SimEvent> iterator concode_elem_sep boolean removeAll concode_elem_sep int size concode_elem_se... | void function ( SimEvent arg0 ) { arg0 . setSerial ( serial ++ ) ; sortedSet . add ( arg0 ) ; } |
36,867 | to set cc addresses . concode_field_sep String EMPTY_STRING concode_elem_sep String subject concode_elem_sep String CARRIAGE_RETUN_NEW_LINE concode_elem_sep boolean isContentHtml concode_elem_sep String fromName concode_elem_sep String replyTo concode_elem_sep List<String> ccAddresses concode_elem_sep char SEMICOLON co... | void function ( List < String > arg0 ) { this . ccAddresses = arg0 ; } |
36,868 | the id of the decisiontaskcompleted event corresponding to the decision task that resulted in the cancelworkflowexecution decision for this cancellation request . this information can be useful for diagnosing problems by tracing back the chain of events leading up to this event . returns a reference to this object so t... | WorkflowExecutionCanceledEventAttributes function ( Long arg0 ) { this . decisionTaskCompletedEventId = arg0 ; return this ; } |
36,869 | returns error message concode_field_sep Log LOG concode_elem_sep ImmutableSet<String> retiredEndPoints concode_elem_sep UriInfo rootUri concode_field_sep Response noPathPost concode_elem_sep Response noPath concode_elem_sep Response wrongPathPost concode_elem_sep String getUnknownPathMsg concode_elem_sep Response noPat... | Response function ( String arg0 ) { ResponseBuilder loc0 = Response . serverError ( ) ; loc0 . entity ( arg0 ) ; loc0 . type ( MediaType . TEXT_PLAIN_TYPE ) ; return loc0 . build ( ) ; } |
36,870 | two objects that are equal are required to return the same hashcode . concode_field_sep PlaceHolder placeHolder concode_field_sep void testCloning concode_elem_sep void testSerialization concode_elem_sep void testEquals | void function ( ) { CyclicNumberAxis loc0 = new CyclicNumberAxis ( 10 , 0 , "srini_string" ) ; CyclicNumberAxis loc1 = new CyclicNumberAxis ( 10 , 0 , "srini_string" ) ; assertTrue ( loc0 . equals ( loc1 ) ) ; int loc2 = loc0 . hashCode ( ) ; int loc3 = loc1 . hashCode ( ) ; assertEquals ( loc2 , loc3 ) ; } |
36,871 | returns the token type such as bearer , mac , etc concode_field_sep String tokenKey concode_elem_sep long expiresIn concode_elem_sep long issuedAt concode_elem_sep Map<String,String> parameters concode_elem_sep long serialVersionUID concode_elem_sep String tokenType concode_elem_sep String refreshToken concode_field_se... | String function ( ) { return tokenType ; } |
36,872 | this function tests if the value x is a positive integer concode_field_sep double[] COEFFICIENTS concode_elem_sep double SQRT_2PI concode_field_sep double logValue concode_elem_sep boolean isInteger concode_elem_sep double series concode_elem_sep double factorial concode_elem_sep boolean isNegativeInteger concode_elem_... | boolean function ( double arg0 ) { return isInteger ( arg0 ) && arg0 > 0 ; } |
36,873 | sets the stage of this dialog . concode_field_sep ComboBox<String> categoryField concode_elem_sep TextField distributionKindField concode_elem_sep Item item concode_elem_sep Stage dialogStage concode_elem_sep TextField useField concode_elem_sep boolean okClicked concode_elem_sep TextField dateField concode_elem_sep Tex... | void function ( Stage arg0 ) { this . dialogStage = arg0 ; } |
36,874 | saves parameters for startactivityforresult . concode_field_sep Activity activity concode_elem_sep CordovaPlugin permissionResultCallback concode_elem_sep int resultCode concode_elem_sep int activityResultRequestCode concode_elem_sep Intent intent concode_elem_sep Bundle savedPluginState concode_elem_sep String TAG con... | void function ( Bundle arg0 ) { if ( activityResultCallback != null ) { String loc0 = activityResultCallback . getServiceName ( ) ; arg0 . putString ( "srini_string" , loc0 ) ; } if ( pluginManager != null ) { arg0 . putBundle ( "srini_string" , pluginManager . onSaveInstanceState ( ) ) ; } } |
36,875 | provide a specific processmanager implementation the default is to use sigarprocessmanager if sigar.jar isavailable in the classpath , otherwise linuxprocessmanager on linux and purejavaprocessmanager on other platforms . concode_field_sep File templateProfileDir concode_elem_sep int maxTasksPerProcess concode_elem_sep... | DefaultOfficeManagerConfiguration function ( ProcessManager arg0 ) { checkArgumentNotNull ( "srini_string" , arg0 ) ; this . processManager = arg0 ; return this ; } |
36,876 | set the nextlink value . concode_field_sep String nextLink concode_field_sep String nextLink | CatalogItemList function ( String arg0 ) { this . nextLink = arg0 ; return this ; } |
36,877 | convenience method for constructing composite formats . given operation op , object class inf , set of paths p return : tbl , , tbl , , ... , tbl , concode_field_sep Parser.Node root concode_field_sep ComposableRecordReader<K,TupleWritable> getRecordReader concode_elem_sep void setFormat concode_elem_sep void addUserId... | String function ( String arg0 , Class < ? extends InputFormat > arg1 , Path ... arg2 ) { ArrayList < String > loc0 = new ArrayList < String > ( arg2 . length ) ; for ( Path loc1 : arg2 ) { loc0 . add ( loc1 . toString ( ) ) ; } return compose ( arg0 , arg1 , loc0 . toArray ( new String [ 0 ] ) ) ; } |
36,878 | truncates the blob value that this blob object represents to be len bytes in length . concode_field_sep BlobDataID blob concode_elem_sep boolean isClosed concode_elem_sep SessionInterface session concode_field_sep int setBytes concode_elem_sep int setBytes concode_elem_sep boolean isClosed concode_elem_sep void checkCl... | void function ( long arg0 ) { try { blob . truncate ( session , arg0 ) ; } catch ( HsqlException loc0 ) { throw Util . sqlException ( loc0 ) ; } } |
36,879 | called after the indexing operation occurred . concode_field_sep PlaceHolder placeHolder concode_field_sep void postIndexUnderLock concode_elem_sep void postDeleteByQuery concode_elem_sep Engine.Index preIndex concode_elem_sep void postDeleteUnderLock concode_elem_sep void postDelete concode_elem_sep Engine.Create preC... | void function ( Engine . Index arg0 ) { } |
36,880 | gets the end offset of this constant pool in the byte which it came from . concode_field_sep CstType definer concode_elem_sep ParseObserver observer concode_elem_sep int endOffset concode_elem_sep DirectClassFile cf concode_elem_sep int offset concode_elem_sep AttributeFactory attributeFactory concode_field_sep void se... | int function ( ) { parseIfNecessary ( ) ; return endOffset ; } |
36,881 | defines whether to retry and at which consistency level on a write timeout . concode_field_sep FallthroughRetryPolicy INSTANCE concode_field_sep RetryDecision onUnavailable concode_elem_sep RetryDecision onReadTimeout | RetryDecision function ( Statement arg0 , ConsistencyLevel arg1 , WriteType arg2 , int arg3 , int arg4 , int arg5 ) { return RetryDecision . rethrow ( ) ; } |
36,882 | adds the app to the database . also notifies the appropriate model listeners . concode_field_sep AppLocalService _appLocalService concode_field_sep com.liferay.marketplace.model.App fetchAppByUuidAndCompanyId concode_elem_sep java.lang.String getOSGiServiceIdentifier concode_elem_sep void setWrappedService concode_elem... | com . liferay . marketplace . model . App function ( com . liferay . marketplace . model . App arg0 ) { return _appLocalService . addApp ( arg0 ) ; } |
36,883 | sets the mode-specific abbreviation set . concode_field_sep boolean loaded concode_elem_sep boolean expandOnInput concode_elem_sep Hashtable<String,Hashtable<String,String>> modes concode_elem_sep long abbrevsModTime concode_elem_sep int posParamCount concode_elem_sep boolean abbrevsChanged concode_elem_sep Hashtable<S... | void function ( Hashtable < String , Hashtable < String , String >> arg0 ) { abbrevsChanged = true ; Abbrevs . arg0 = arg0 ; } |
36,884 | get radius of this circle concode_field_sep HAWQPoint center concode_elem_sep double radius concode_field_sep void init concode_elem_sep HAWQPoint getCenter concode_elem_sep boolean equals concode_elem_sep String toString | double function ( ) { return radius ; } |
36,885 | retrieves the blob value designated by this blob instance as a stream . concode_field_sep BlobDataID blob concode_elem_sep boolean isClosed concode_elem_sep SessionInterface session concode_elem_sep BlobDataID originalBlob concode_elem_sep int colIndex concode_elem_sep boolean isWritable concode_elem_sep JDBCResultSet ... | InputStream function ( ) { return new BlobInputStream ( session , blob , 0 , length ( ) ) ; } |
36,886 | gets the value of the libraryvendor property . concode_field_sep LibraryName libraryName concode_elem_sep Description description concode_elem_sep String id concode_elem_sep LibraryVersion libraryVersion concode_elem_sep LibraryVendor libraryVendor concode_field_sep void setLibraryVersion concode_elem_sep void setLibra... | LibraryVendor function ( ) { return libraryVendor ; } |
36,887 | modify the user 's plaintext by applying a series of patches against it . concode_field_sep String file concode_elem_sep LinkedList<Object[]> editStack concode_elem_sep boolean mergeChanges concode_elem_sep boolean deltaOk concode_elem_sep diff_match_patch dmp concode_elem_sep int serverVersion concode_elem_sep Pattern... | void function ( LinkedList < Patch > arg0 ) { String loc0 = this . getClientText ( ) ; Object [ ] loc1 = this . dmp . patch_apply ( arg0 , loc0 ) ; if ( ! loc0 . equals ( loc1 [ 0 ] ) ) { this . setClientText ( ( String ) loc1 [ 0 ] ) ; } } |
36,888 | get the notifications count . notifications should be enabled during object instantiation . concode_field_sep String mUrl concode_elem_sep int notificationcount concode_elem_sep Boolean notification concode_elem_sep long siteid concode_elem_sep String error concode_elem_sep String token concode_field_sep Boolean syncUs... | int function ( ) { return notificationcount ; } |
36,889 | shorten text for display in lists etc. . concode_field_sep String ELLIPSIS concode_elem_sep boolean isAndroid concode_elem_sep int DEFAULT_MAX_TEXT_LENGTH concode_elem_sep String TAG concode_field_sep boolean isHttpUrlAvailable concode_elem_sep long getSDCardMegsFree concode_elem_sep boolean isInternetAvailable concode... | String function ( String arg0 ) { if ( arg0 != null && arg0 . length ( ) > DEFAULT_MAX_TEXT_LENGTH ) { int loc0 = arg0 . indexOf ( "srini_string" , DEFAULT_MAX_TEXT_LENGTH ) ; if ( loc0 >= DEFAULT_MAX_TEXT_LENGTH ) { arg0 = arg0 . substring ( 0 , loc0 + 1 ) + ELLIPSIS ; } } return arg0 ; } |
36,890 | gets the value of the mechanism property . concode_field_sep String mechanism concode_field_sep void setMechanism | String function ( ) { return mechanism ; } |
36,891 | whether the flags specify `` readable '' , either read/write or read-only . concode_field_sep int APPEND concode_elem_sep int EXCL concode_elem_sep int CREAT concode_elem_sep int WRONLY concode_elem_sep int flags concode_elem_sep int RDONLY concode_elem_sep int RDWR concode_elem_sep int TRUNC concode_elem_sep int TEXT ... | boolean function ( ) { return ( ( flags & RDWR ) != 0 ) || isReadOnly ( ) ; } |
36,892 | test whether debug option is set concode_field_sep String fileName concode_elem_sep String execString concode_elem_sep Map<String,String> vars concode_elem_sep Options options concode_elem_sep String main concode_elem_sep CommandLine commandLine concode_field_sep String getExecString concode_elem_sep void printHelp con... | boolean function ( ) { if ( commandLine . hasOption ( "srini_string" ) ) { return true ; } return false ; } |
36,893 | a complex type that specifies the whitelisted cookies , if any , that you want cloudfront to forward to your origin that is associated with this cache behavior . returns a reference to this object so that method calls can be chained together . concode_field_sep CookieNames whitelistedNames concode_elem_sep String forwa... | CookiePreference function ( CookieNames arg0 ) { this . whitelistedNames = arg0 ; return this ; } |
36,894 | returns all the assets . concode_field_sep AssetPersistence _persistence concode_field_sep int countAll concode_elem_sep void cacheResult concode_elem_sep void cacheResult concode_elem_sep List<Asset> findWithDynamicQuery concode_elem_sep List<Asset> findWithDynamicQuery concode_elem_sep List<Asset> findWithDynamicQuer... | List < Asset > function ( ) { return getPersistence ( ) . findAll ( ) ; } |
36,895 | performs a dynamic query on the database and returns the matching rows . concode_field_sep JIRAChangeItemLocalService _service concode_field_sep java.lang.String getOSGiServiceIdentifier concode_elem_sep com.liferay.portal.kernel.dao.orm.ActionableDynamicQuery getActionableDynamicQuery concode_elem_sep com.liferay.soci... | java . util . List < T > function ( com . liferay . portal . kernel . dao . orm . DynamicQuery arg0 ) { return getService ( ) . arg0 ( arg0 ) ; } |
36,896 | returns whether the message finishes sending or not . it will check if the message is a send message , so do n't call this on a recv message . concode_field_sep ByteBuffer mData concode_elem_sep int REQUEST_HEADER_LENGTH concode_elem_sep int RESPONSE_HEADER_LENGTH concode_elem_sep int ERROR_RESPONSE_HEADER_LENGTH conco... | boolean function ( ) { isSend ( true ) ; return mHeader . remaining ( ) == 0 && mData . remaining ( ) == 0 ; } |
36,897 | return the targeted delivery time of this message , in milliseconds . concode_field_sep Message next concode_elem_sep int sPoolSize concode_elem_sep Bundle data concode_elem_sep int FLAG_IN_USE concode_elem_sep int flags concode_elem_sep int MAX_POOL_SIZE concode_elem_sep long when concode_elem_sep Handler target conco... | long function ( ) { return when ; } |
36,898 | specify whether to prevent http response caching for any view resolved by this handlerexceptionresolver . default is `` false '' . switch this to `` true '' in order to automatically generate http response headers that suppress response caching . concode_field_sep int order concode_elem_sep String HEADER_CACHE_CONTROL ... | void function ( boolean arg0 ) { this . preventResponseCaching = arg0 ; } |
36,899 | auto generated getter method concode_field_sep com.amazon.ec2.DescribeNetworkInterfaceAttributeType localDescribeNetworkInterfaceAttribute concode_elem_sep javax.xml.namespace.QName MY_QNAME concode_field_sep java.lang.String generatePrefix concode_elem_sep void serialize concode_elem_sep void serialize concode_elem_se... | com . amazon . ec2 . DescribeNetworkInterfaceAttributeType function ( ) { return localDescribeNetworkInterfaceAttribute ; } |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.