idx int64 0 25k | question stringlengths 71 7.19k | target stringlengths 20 663 |
|---|---|---|
13,900 | gets the value of the end property . concode_field_sep Boolean diagonalDown concode_elem_sep Object parent concode_elem_sep CTBorderPr bottom concode_elem_sep CTBorderPr start concode_elem_sep CTBorderPr vertical concode_elem_sep CTBorderPr right concode_elem_sep Boolean diagonalUp concode_elem_sep CTBorderPr horizonta... | CTBorderPr function ( ) { return end ; } |
13,901 | checks that the class implements publiccloneable . concode_field_sep PlaceHolder placeHolder concode_field_sep void testAddURLSeries concode_elem_sep void testCloning concode_elem_sep void testSerialization concode_elem_sep void testEquals | void function ( ) { CustomXYURLGenerator loc0 = new CustomXYURLGenerator ( ) ; assertTrue ( loc0 instanceof PublicCloneable ) ; } |
13,902 | sets the value of the mandateid property . concode_field_sep Boolean migratingMandate concode_elem_sep MandateType type concode_elem_sep String mandateOperationReason concode_elem_sep String domesticMandateCountry concode_elem_sep String contractRef concode_elem_sep SignatureResubmitRequiredRule resendMandateForSignatu... | void function ( String arg0 ) { this . mandateId = arg0 ; } |
13,903 | creates the sql encoder . concode_field_sep String outputName concode_elem_sep DataFileEncoder dataFileEncoder concode_elem_sep String WIKIPEDIA_ENCODING concode_elem_sep int fileCounter concode_elem_sep long LIMIT_SQL_FILE_SIZE concode_elem_sep String PATH_OUTPUT_DATA_FILES concode_elem_sep File dataFile concode_elem_... | void function ( ) { this . dataFileEncoder = new DataFileEncoder ( ) ; } |
13,904 | adds the specified number of pieces to the specified hole . this method does not add to points . concode_field_sep int[][] holes concode_elem_sep int[] points concode_field_sep void addPoints concode_elem_sep boolean isHoleEmpty concode_elem_sep int getPieces concode_elem_sep int getPoints | void function ( int arg0 , int arg1 , int arg2 ) { this . holes [ arg0 ] [ arg1 ] += arg2 ; } |
13,905 | grey . an operation is in progress on an instance within the command timeout . concode_field_sep Integer pending concode_elem_sep Integer severe concode_elem_sep Integer warning concode_elem_sep Integer noData concode_elem_sep Integer ok concode_elem_sep Integer degraded concode_elem_sep Integer unknown concode_elem_se... | void function ( Integer arg0 ) { this . pending = arg0 ; } |
13,906 | clear all values concode_field_sep HashMap<StructuredQName,Object> params concode_field_sep Object get concode_elem_sep Collection<StructuredQName> getKeys concode_elem_sep int getNumberOfKeys concode_elem_sep void put | void function ( ) { params . clear ( ) ; } |
13,907 | returns config associated with ws endpoint . concode_field_sep Map<String,EndpointConfig> endpointConfigMap concode_field_sep boolean isEmpty concode_elem_sep void registerEndpointConfig | EndpointConfig function ( final String arg0 ) { return endpointConfigMap . get ( arg0 ) ; } |
13,908 | an integer indicating the type of condition . concode_field_sep String name concode_elem_sep String namespace concode_elem_sep String value concode_elem_sep boolean specified concode_field_sep boolean getSpecified concode_elem_sep String getValue concode_elem_sep String getLocalName concode_elem_sep String getNamespace... | short function ( ) { return SAC_ATTRIBUTE_CONDITION ; } |
13,909 | add record to queue uses offer method . if queue is empty nothing will happen . concode_field_sep boolean active concode_elem_sep BlockingQueue<RSSIResponseRecord> inputQueue concode_elem_sep int mobile_nodeid concode_field_sep void setMobile_nodeid concode_elem_sep void setActive concode_elem_sep boolean canInsert con... | boolean function ( RSSIResponseRecord arg0 ) { inputQueue . offer ( arg0 ) ; return true ; } |
13,910 | returns the object that represents the vm instance 's dalvik-specific runtime environment . concode_field_sep VMRuntime THE_ONE concode_field_sep long getMinimumHeapSize concode_elem_sep long nativeMinimumHeapSize concode_elem_sep void trackExternalFree concode_elem_sep long setMinimumHeapSize concode_elem_sep boolean ... | VMRuntime function ( ) { return THE_ONE ; } |
13,911 | getter for property ` artifactid ' . concode_field_sep String groupId concode_elem_sep String property concode_elem_sep String artifactId concode_elem_sep String version concode_elem_sep Boolean allowSnapshots concode_field_sep String getVersion concode_elem_sep void setArtifactId concode_elem_sep void setGroupId conco... | String function ( ) { return artifactId ; } |
13,912 | gets the collection element . concode_field_sep int DEFAULT_SIZE concode_elem_sep ArrayList<Format> list concode_field_sep void add concode_elem_sep boolean contains concode_elem_sep int size concode_elem_sep void addAll concode_elem_sep void intersection concode_elem_sep boolean isEmpty concode_elem_sep String toStrin... | Format function ( int arg0 ) { return list . get ( arg0 ) ; } |
13,913 | the value in milliseconds which gets passed down to java.net.socket #setsotimeout int used by the underlying thrift transport . concode_field_sep int port concode_elem_sep boolean useThriftFramedTransport concode_elem_sep int retryDownedHostsQueueSize concode_elem_sep List<String> autoDiscoveryDataCenters concode_elem_... | void function ( int arg0 ) { this . cassandraThriftSocketTimeout = arg0 ; } |
13,914 | returns the number of opened file descriptors associated with the current process , or -1 if not supported . concode_field_sep OperatingSystemMXBean osMxBean concode_elem_sep ProcessProbe INSTANCE concode_elem_sep Method getProcessCpuLoad concode_elem_sep Method getProcessCpuTime concode_elem_sep Method getCommittedVir... | long function ( ) { if ( getOpenFileDescriptorCountField == null ) { return - 1 ; } try { return ( Long ) getOpenFileDescriptorCountField . invoke ( osMxBean ) ; } catch ( Exception loc0 ) { return - 1 ; } } |
13,915 | returns the matched type 's type qualified name using ' . ' character as separator e.g. enclosing type names + ' . ' + simple name . concode_field_sep PlaceHolder placeHolder concode_field_sep String getQualifiedName concode_elem_sep IPackageFragmentRoot getPackageFragmentRoot concode_elem_sep IType getType concode_ele... | String function ( ) { return getType ( ) . getTypeQualifiedName ( '.' ) ; } |
13,916 | removing headers is not supported . concode_field_sep String headerName concode_elem_sep Header[] allHeaders concode_elem_sep int currentIndex concode_field_sep Object next concode_elem_sep Header nextHeader concode_elem_sep boolean hasNext concode_elem_sep int findNext concode_elem_sep boolean filterHeader | void function ( ) { throw new UnsupportedOperationException ( "srini_string" ) ; } |
13,917 | set a tabbed pane object which will be bound to this object concode_field_sep String tabPlacement concode_elem_sep HtmlSelectOneRadio selectedTabObject concode_elem_sep PanelTabSet tabSet concode_elem_sep String selectedTabFocus concode_elem_sep boolean tabbedPane1Visible concode_elem_sep boolean tabbedPane2Visible con... | void function ( PanelTabSet arg0 ) { this . tabSet = arg0 ; } |
13,918 | calculates the 2d cross product between this and the given vector . concode_field_sep long serialVersionUID concode_elem_sep float x concode_elem_sep float y concode_elem_sep Vector2 Zero concode_elem_sep Vector2 X concode_elem_sep Vector2 Y concode_field_sep Vector2 sub concode_elem_sep Vector2 sub concode_elem_sep Ve... | float function ( Vector2 arg0 ) { return this . x * arg0 . y - this . y * arg0 . x ; } |
13,919 | stub method needed to satisfy java 8 compilers when compiling lambdas . concode_field_sep PlaceHolder placeHolder concode_field_sep CallSite altMetafactory | CallSite function ( MethodHandles . Lookup arg0 , String arg1 , MethodType arg2 , MethodType arg3 , MethodHandle arg4 , MethodType arg5 ) { throw new UnsupportedOperationException ( ) ; } |
13,920 | gets the timestamp concode_field_sep int packet_len concode_elem_sep byte[] packet concode_field_sep long getSscr concode_elem_sep void setSscr concode_elem_sep boolean hasPadding concode_elem_sep void setExtension concode_elem_sep int getSequenceNumber concode_elem_sep byte[] getPacket concode_elem_sep boolean hasMark... | long function ( ) { if ( packet_len >= 12 ) return getLong ( packet , 4 , 8 ) ; else return 0 ; } |
13,921 | accessor method for today 's date in iso format concode_field_sep FeatureSettings featureSettings concode_elem_sep FeatureCollectorRepository featureCollectorRepository concode_elem_sep String todayDateISO concode_elem_sep String returnDate concode_elem_sep ScopeRepository projectRepo concode_elem_sep String query conc... | String function ( ) { return todayDateISO ; } |
13,922 | sets the value of the features property . concode_field_sep Boolean isVoucherOriginated concode_elem_sep Boolean isSet concode_elem_sep String businessDescription concode_elem_sep long cfsId concode_elem_sep String link concode_elem_sep FinalPeriodFees finalPeriodFees concode_elem_sep Boolean isVisible concode_elem_sep... | void function ( Features arg0 ) { this . features = arg0 ; } |
13,923 | return type metadata object concode_field_sep java.lang.String argument concode_elem_sep org.apache.axis.description.TypeDesc typeDesc concode_elem_sep java.lang.Object __equalsCalc concode_elem_sep boolean __hashCodeCalc concode_elem_sep com.google.api.ads.adwords.axis.v201409.cm.ProductConditionOperand operand concod... | org . apache . axis . description . TypeDesc function ( ) { return typeDesc ; } |
13,924 | updates this mac instance with the data from the specified buffer input from the specified offset and length len . concode_field_sep Engine ENGINE concode_elem_sep Provider provider concode_elem_sep boolean isInitMac concode_elem_sep MacSpi spiImpl concode_elem_sep String algorithm concode_field_sep int getMacLength co... | void function ( byte [ ] arg0 , int arg1 , int arg2 ) { if ( ! isInitMac ) { throw new IllegalStateException ( ) ; } if ( arg0 == null ) { return ; } if ( ( arg1 < 0 ) || ( arg2 < 0 ) || ( ( arg1 + arg2 ) > arg0 . length ) ) { throw new IllegalArgumentException ( "srini_string" ) ; } spiImpl . engineUpdate ( arg0 , arg... |
13,925 | returns true iff target is a _ test or test_suite . concode_field_sep boolean isExplicit concode_elem_sep Label expectedLabel concode_elem_sep Rule rule concode_elem_sep String CONSTRAINTS_ATTR concode_field_sep boolean isLocalTestRule concode_elem_sep Map<String,String> getExecutionInfo concode_elem_sep void acceptLab... | boolean function ( Target arg0 ) { return isTestRule ( arg0 ) || isTestSuiteRule ( arg0 ) ; } |
13,926 | specifies the ip range . returns a reference to this object so that method calls can be chained together . concode_field_sep String status concode_elem_sep String cIDRIP concode_field_sep IPRange withStatus concode_elem_sep int hashCode concode_elem_sep boolean equals concode_elem_sep IPRange clone concode_elem_sep Str... | IPRange function ( String arg0 ) { this . cIDRIP = arg0 ; return this ; } |
13,927 | sets the value of the creditorscheme property . concode_field_sep CreditorScheme creditorScheme concode_field_sep CreditorScheme getCreditorScheme | void function ( CreditorScheme arg0 ) { this . creditorScheme = arg0 ; } |
13,928 | gets the next n bits and increases input pointer . this is equivalent to peekbits followed by dropbits , except for correct error handling . concode_field_sep int bits_in_buffer concode_elem_sep int buffer concode_elem_sep int window_start concode_elem_sep byte[] window concode_elem_sep int window_end concode_field_sep... | int function ( int arg0 ) { int loc0 = peekBits ( arg0 ) ; if ( loc0 >= 0 ) dropBits ( arg0 ) ; return loc0 ; } |
13,929 | removes the unit from this square if it was present . concode_field_sep Map<Direction,Square> neighbours concode_elem_sep List<Unit> occupants concode_field_sep Square getSquareAt concode_elem_sep List<Unit> getOccupants concode_elem_sep boolean isAccessibleTo concode_elem_sep void link concode_elem_sep boolean put con... | void function ( Unit arg0 ) { assert arg0 != null ; occupants . remove ( arg0 ) ; } |
13,930 | sets the value of the startdate property . concode_field_sep XMLGregorianCalendar endDate concode_elem_sep XMLGregorianCalendar startDate concode_field_sep XMLGregorianCalendar getStartDate concode_elem_sep XMLGregorianCalendar getEndDate concode_elem_sep void setEndDate | void function ( XMLGregorianCalendar arg0 ) { this . startDate = arg0 ; } |
13,931 | makes this tag object immutable by making the attribute map unmodifiable . immutable tags can not be made mutable again . they can only be copied into new mutable tag objects . concode_field_sep boolean isMutable concode_elem_sep int columnNumber concode_elem_sep int pos concode_elem_sep HttpTagType httpTagType concode... | XmlTag function ( ) { if ( isMutable ) { isMutable = false ; if ( attributes != null ) { attributes . makeImmutable ( ) ; text = null ; } } return this ; } |
13,932 | checks if the given bytebuffer starts with an increasing sequence of bytes starting atthe given value of length equal to or greater than the given length . concode_field_sep Method sCleanerCleanMethod concode_elem_sep Method sByteBufferCleanerMethod concode_elem_sep Logger LOG concode_field_sep boolean equalConstantByt... | boolean function ( int arg0 , int arg1 , ByteBuffer arg2 ) { if ( arg2 == null ) { return false ; } arg2 . rewind ( ) ; if ( arg2 . remaining ( ) != arg1 ) { return false ; } for ( int loc0 = 0 ; loc0 < arg1 ; loc0 ++ ) { if ( arg2 . get ( ) != ( byte ) ( arg0 + loc0 ) ) { return false ; } } return true ; } |
13,933 | sets the value of the premiumfeaturetype property . concode_field_sep String premiumFeatureType concode_field_sep String getPremiumFeatureType | void function ( String arg0 ) { this . premiumFeatureType = arg0 ; } |
13,934 | sets the value of this tuple to the vector difference of itself and tuple t1 this = this - t1 . concode_field_sep double w concode_elem_sep double x concode_elem_sep double y concode_elem_sep double z concode_elem_sep long serialVersionUID concode_field_sep void add concode_elem_sep void add concode_elem_sep void scale... | void function ( Tuple4d arg0 ) { x -= arg0 . x ; y -= arg0 . y ; z -= arg0 . z ; w -= arg0 . w ; } |
13,935 | check if the current state is in the set . concode_field_sep Vector states concode_field_sep boolean add concode_elem_sep void addAll concode_elem_sep void clear concode_elem_sep AccessibleState[] toArray concode_elem_sep String toString concode_elem_sep boolean remove | boolean function ( AccessibleState arg0 ) { return states . contains ( arg0 ) ; } |
13,936 | tests a simple invocation of the get method . concode_field_sep PlaceHolder placeHolder concode_field_sep void testGetMultipleTimes concode_elem_sep ConcurrentInitializer<Object> createInitializer concode_elem_sep void testGetConcurrent | void function ( ) { assertNotNull ( "srini_string" , createInitializer ( ) . get ( ) ) ; } |
13,937 | getter for drawablelink . concode_field_sep int lineStyle concode_elem_sep Color backgroundColor concode_elem_sep int lineJoin concode_elem_sep int lineCap concode_elem_sep int[] lineDash concode_elem_sep Color foregroundColor concode_elem_sep IExtremityDrawableLink extremity2 concode_elem_sep IExtremityDrawableLink ex... | IDrawableLink function ( ) { return this . drawableLink ; } |
13,938 | add an address to the list of the failed servers list . concode_field_sep int recheckServersTimeout concode_elem_sep LinkedList<Pair<Long,String>> failedServers concode_field_sep boolean isFailedServer | void function ( InetSocketAddress arg0 ) { final long loc0 = EnvironmentEdgeManager . currentTime ( ) + recheckServersTimeout ; failedServers . addFirst ( new Pair < > ( loc0 , arg0 . toString ( ) ) ) ; } |
13,939 | appends the given user-agent string to the client 's existing one and returns it . concode_field_sep String DEFAULT_ENCODING concode_field_sep HttpEntity newStringEntity concode_elem_sep HttpRequestBase createHttpRequest concode_elem_sep void configureHeaders concode_elem_sep HttpEntity newBufferedHttpEntity | String function ( ClientConfiguration arg0 , String arg1 ) { if ( arg0 . getUserAgent ( ) . contains ( arg1 ) ) { return arg0 . getUserAgent ( ) ; } else { return arg0 . getUserAgent ( ) + "srini_string" + arg1 ; } } |
13,940 | create a mockhttpservletrequestbuilder for a get request . concode_field_sep PlaceHolder placeHolder concode_field_sep MockHttpServletRequestBuilder patch concode_elem_sep MockHttpServletRequestBuilder patch concode_elem_sep MockHttpServletRequestBuilder head concode_elem_sep MockHttpServletRequestBuilder head concode_... | MockHttpServletRequestBuilder function ( URI arg0 ) { return new MockHttpServletRequestBuilder ( HttpMethod . GET , arg0 ) ; } |
13,941 | creates the log-entry format with level info and logs under the loggers name org.openhab.model.script . < loggername > concode_field_sep String LOGGER_NAME_PREFIX concode_field_sep void logError concode_elem_sep void logWarn concode_elem_sep void logDebug | void function ( String arg0 , String arg1 , Object ... arg2 ) { LoggerFactory . getLogger ( LOGGER_NAME_PREFIX . concat ( arg0 ) ) . info ( arg1 , arg2 ) ; } |
13,942 | gets a tool displayable name of the resource adapter . concode_field_sep PlaceHolder placeHolder concode_field_sep String getSpecVersion concode_elem_sep String[] getInteractionSpecsSupported concode_elem_sep boolean supportsLocalTransactionDemarcation concode_elem_sep boolean supportsExecuteWithInputAndOutputRecord co... | String function ( ) { return null ; } |
13,943 | replaces the bits with new values . concode_field_sep int _mask concode_elem_sep int _shift_count concode_field_sep byte clearByte concode_elem_sep byte setByte concode_elem_sep short setShortValue concode_elem_sep int set concode_elem_sep boolean isSet concode_elem_sep int clear concode_elem_sep int getRawValue concod... | int function ( final int arg0 , final int arg1 ) { return ( arg0 & ~ _mask ) | ( ( arg1 << _shift_count ) & _mask ) ; } |
13,944 | the requested facet information . concode_field_sep Hits hits concode_elem_sep SearchStatus status concode_elem_sep com.amazonaws.internal.SdkInternalMap<String,BucketInfo> facets concode_field_sep SearchResult withStatus concode_elem_sep SearchResult addFacetsEntry concode_elem_sep void setHits concode_elem_sep Search... | void function ( java . util . Map < String , BucketInfo > arg0 ) { this . facets = arg0 == null ? null : new com . amazonaws . internal . SdkInternalMap < String , BucketInfo > ( arg0 ) ; } |
13,945 | set provider type concode_field_sep ProviderType myProviderType concode_elem_sep ProviderType PROVIDER concode_field_sep void loadState concode_elem_sep State getState concode_elem_sep ProviderType getProviderType | void function ( ProviderType arg0 ) { myProviderType = arg0 ; } |
13,946 | adds a name/value pair to the formatted output in name = value format . concode_field_sep ValueHolder next concode_elem_sep ValueHolder holderTail concode_elem_sep String name concode_elem_sep String className concode_elem_sep boolean omitNullValues concode_elem_sep ValueHolder holderHead concode_elem_sep Object value ... | ToStringHelper function ( String arg0 , char arg1 ) { return addHolder ( arg0 , String . valueOf ( arg1 ) ) ; } |
13,947 | the work location with the cluster name as a sub directory . note , currently , we do n't use it in es at all , we should strive to see if we can keep it like that , but if we do , we have the infra for it . concode_field_sep Path workFile concode_elem_sep Path logsFile concode_elem_sep Settings settings concode_elem_s... | Path function ( ) { return workWithClusterFile ; } |
13,948 | getter for value . concode_field_sep long mTimestamp concode_elem_sep String mValue concode_field_sep long getTimestamp | String function ( ) { return mValue ; } |
13,949 | register a listener will be called when current theme changed . concode_field_sep String PREF concode_elem_sep SparseArray<int[]> mStyles concode_elem_sep int mThemeCount concode_elem_sep int THEME_UNDEFINED concode_elem_sep String KEY_THEME concode_elem_sep ThemeManager mInstance concode_elem_sep EventDispatcher mDisp... | void function ( @ NonNull OnThemeChangedListener arg0 ) { if ( mDispatcher != null ) mDispatcher . registerListener ( arg0 ) ; } |
13,950 | sets the size value for this adunitsize . concode_field_sep com.google.api.ads.dfp.axis.v201405.Size size concode_elem_sep java.lang.String fullDisplayString concode_elem_sep com.google.api.ads.dfp.axis.v201405.AdUnitSize[] companions concode_elem_sep com.google.api.ads.dfp.axis.v201405.EnvironmentType environmentType ... | void function ( com . google . api . ads . dfp . axis . v201405 . Size arg0 ) { this . size = arg0 ; } |
13,951 | example of getting a topic policy . concode_field_sep String projectId concode_field_sep TopicName deleteTopic concode_elem_sep TestIamPermissionsResponse testTopicPermissions concode_elem_sep Topic createTopic concode_elem_sep ListTopicSubscriptionsPagedResponse listTopicSubscriptions concode_elem_sep String getProjec... | Policy function ( String arg0 ) { try ( TopicAdminClient loc0 = TopicAdminClient . create ( ) ) { TopicName loc1 = TopicName . create ( projectId , arg0 ) ; Policy loc2 = loc0 . getIamPolicy ( loc1 . toString ( ) ) ; if ( loc2 == null ) { } return loc2 ; } } |
13,952 | returns the user name of this app . concode_field_sep App _app concode_field_sep void setExpandoBridgeAttributes concode_elem_sep void setExpandoBridgeAttributes concode_elem_sep void setExpandoBridgeAttributes concode_elem_sep boolean isDownloaded concode_elem_sep boolean isEscapedModel concode_elem_sep boolean isCach... | java . lang . String function ( ) { return _app . getUserName ( ) ; } |
13,953 | setting #writecoalescing is meaningful if you are using write-behind com.hazelcast.core.mapstore . when #writecoalescing is true , only the latest store operation on a key in the #writedelayseconds time-window will be reflected to com.hazelcast.core.mapstore . default value is @value #default_write_coalescing . concode... | MapStoreConfig function ( boolean arg0 ) { this . writeCoalescing = arg0 ; return this ; } |
13,954 | disposes this selection tracker . this removes all listeners currently registered . concode_field_sep ListenerList fListeners concode_elem_sep ListenerList postListeners concode_elem_sep String fPartId concode_field_sep void removeSelectionListener concode_elem_sep void addSelectionListener concode_elem_sep ISelection ... | void function ( ) { synchronized ( fListeners ) { Object [ ] loc0 = fListeners . getListeners ( ) ; for ( int loc1 = 0 ; loc1 < loc0 . length ; loc1 ++ ) { fListeners . remove ( loc0 [ loc1 ] ) ; postListeners . remove ( loc0 [ loc1 ] ) ; } } } |
13,955 | return the value associated with the column : id . concode_field_sep Set<CountryCurrency> countryCurrencies concode_elem_sep Map<Serializable,Integer> SAVED_HASHES concode_elem_sep Integer hashCode concode_elem_sep Set<CountryName> countryNames concode_elem_sep String iso3166A3 concode_elem_sep long serialVersionUID co... | Integer function ( ) { return this . id ; } |
13,956 | adds the list type to the database . also notifies the appropriate model listeners . concode_field_sep ListTypeLocalService _listTypeLocalService concode_field_sep com.liferay.portal.model.ListType getListType concode_elem_sep java.lang.String getOSGiServiceIdentifier concode_elem_sep void setWrappedService concode_ele... | com . liferay . portal . model . ListType function ( com . liferay . portal . model . ListType arg0 ) { return _listTypeLocalService . addListType ( arg0 ) ; } |
13,957 | returns ntp packet reference identifier as ip address . concode_field_sep PlaceHolder placeHolder concode_field_sep String getModeName concode_elem_sep String getReferenceClock concode_elem_sep String getHostAddress | String function ( NtpV3Packet arg0 ) { int loc0 = ( arg0 == null ) ? 0 : arg0 . getReferenceId ( ) ; return getHostAddress ( loc0 ) ; } |
13,958 | sets the ip address of the machine to which this datagram is being sent . concode_field_sep DatagramPacket packet concode_field_sep DatagramPacket getDatagramPacket concode_elem_sep void setLength concode_elem_sep int getPort concode_elem_sep IpAddress getIpAddress concode_elem_sep void setData concode_elem_sep void se... | void function ( IpAddress arg0 ) { packet . setAddress ( arg0 . getInetAddress ( ) ) ; } |
13,959 | inserts a record to be sorted . concode_field_sep LongArray pointerArray concode_elem_sep LongArray array concode_elem_sep PackedRecordPointer packedRecordPointer concode_elem_sep int initialSize concode_elem_sep int limit concode_elem_sep boolean useRadixSort concode_elem_sep int pos concode_elem_sep SortComparator SO... | void function ( long arg0 , int arg1 ) { if ( ! hasSpaceForAnotherRecord ( ) ) { throw new IllegalStateException ( "srini_string" ) ; } array . set ( pos , PackedRecordPointer . packPointer ( arg0 , arg1 ) ) ; pos ++ ; } |
13,960 | get the hazelcast instance concode_field_sep Log log concode_elem_sep ConfigurationContextService configContextService concode_field_sep void unsetConfigurationContextService concode_elem_sep void setConfigurationContextService concode_elem_sep ConfigurationContextService getConfigurationContextService | HazelcastInstance function ( ) { BundleContext loc0 = FrameworkUtil . getBundle ( ClusteringService . class ) . getBundleContext ( ) ; ServiceReference loc1 = loc0 . getServiceReference ( HazelcastInstance . class ) ; if ( loc1 == null ) { return null ; } return ( HazelcastInstance ) loc0 . getService ( loc1 ) ; } |
13,961 | attempt to convert a typed value to an int using the supplied type converter . concode_field_sep PlaceHolder placeHolder concode_field_sep T convertTypedValue concode_elem_sep double toDouble concode_elem_sep boolean toBoolean concode_elem_sep long toLong concode_elem_sep float toFloat concode_elem_sep byte toByte conc... | int function ( TypeConverter arg0 , TypedValue arg1 ) { return ( Integer ) arg0 . convertValue ( arg1 . getValue ( ) , arg1 . getTypeDescriptor ( ) , TypeDescriptor . valueOf ( Integer . class ) ) ; } |
13,962 | gets the value of the attachinfo property . concode_field_sep DataHandler attachinfo concode_elem_sep String name concode_field_sep void setName concode_elem_sep String getName concode_elem_sep void setAttachinfo | DataHandler function ( ) { return attachinfo ; } |
13,963 | flush the current data block if it has any data in it . concode_field_sep int DEFAULT_RCDSIZE concode_elem_sep int currBlkIdx concode_elem_sep InputStream inStream concode_elem_sep int DEFAULT_BLKSIZE concode_elem_sep int recsPerBlock concode_elem_sep int currRecIdx concode_elem_sep OutputStream outStream concode_elem_... | void function ( ) { if ( outStream == null ) { throw new IOException ( "srini_string" ) ; } if ( currRecIdx > 0 ) { writeBlock ( ) ; } } |
13,964 | set system property to value . if securitymanager denies property modification , print debug trace concode_field_sep Logger logger concode_field_sep int intProperty concode_elem_sep boolean booleanProperty concode_elem_sep boolean booleanProperty concode_elem_sep double sysPropertyDouble concode_elem_sep double doubleP... | void function ( String arg0 , String arg1 ) { setProperty ( arg0 , arg1 ) ; } |
13,965 | returns the attributes . concode_field_sep Path path concode_elem_sep BasicFileAttributes attributes concode_field_sep Path getPath concode_elem_sep String toString | BasicFileAttributes function ( ) { return attributes ; } |
13,966 | test different references are returned for any of string instances that are equal to each other but not interned . concode_field_sep PlaceHolder placeHolder concode_field_sep void testStrongIntern concode_elem_sep void testWeakIntern | void function ( ) { String loc0 = "srini_string" ; String loc1 = "srini_string" . substring ( 0 , 3 ) ; String loc2 = new String ( "srini_string" ) ; assertNotSame ( loc0 , loc1 ) ; assertNotSame ( loc0 , loc2 ) ; assertNotSame ( loc1 , loc2 ) ; } |
13,967 | since 4.1 concode_field_sep Log log concode_elem_sep ClientConnectionOperator connOperator concode_elem_sep ConnPoolByRoute pool concode_elem_sep AbstractConnPool connectionPool concode_elem_sep SchemeRegistry schemeRegistry concode_elem_sep ConnPerRouteBean connPerRoute concode_field_sep ClientConnectionOperator creat... | int function ( ) { return pool . getMaxTotalConnections ( ) ; } |
13,968 | non java-doc . concode_field_sep int id concode_elem_sep Connection source concode_field_sep Connection getSource | int function ( ) { return this . id ; } |
13,969 | get the list of exceptions , thrown by this method . concode_field_sep SourceGiopRmicCompiler rmic concode_elem_sep MethodGenerator previous concode_elem_sep Method method concode_elem_sep int hashCharPosition concode_field_sep String getRda concode_elem_sep String getStubParaWriteStatement concode_elem_sep String getA... | String function ( ) { StringBuilder loc0 = new StringBuilder ( ) ; Class [ ] loc1 = method . getExceptionTypes ( ) ; for ( int loc2 = 0 ; loc2 < loc1 . length ; loc2 ++ ) { loc0 . append ( rmic . name ( loc1 [ loc2 ] ) ) ; if ( loc2 < loc1 . length - 1 ) loc0 . append ( "srini_string" ) ; } return loc0 . toString ( ) ;... |
13,970 | the next option created uses sep as a means to separate argument values . example : option opt = optionbuilder.withvalueseparator ' : ' . create 'd ' ; commandline line = parser.parse args ; string propertyname = opt.getvalue 0 ; string propertyvalue = opt.getvalue 1 ; concode_field_sep int numberOfArgs concode_elem_se... | OptionBuilder function ( char arg0 ) { instance . valuesep = arg0 ; return instance ; } |
13,971 | gets the value of the stateprovince property . concode_field_sep String zipCode concode_elem_sep String city concode_elem_sep String countryCd concode_elem_sep String stateProvince concode_elem_sep String accountKey concode_elem_sep String poBox concode_elem_sep String addressTypeCd concode_elem_sep String buildingNum ... | String function ( ) { return stateProvince ; } |
13,972 | looks up the value from the threadcontext map . concode_field_sep PlaceHolder placeHolder concode_field_sep placeholderType placeHolder | String function ( final LogEvent arg0 , final String arg1 ) { return arg0 . getContextMap ( ) . get ( arg1 ) ; } |
13,973 | return the context path . concode_field_sep PrintWriter myLogWriter concode_elem_sep Hashtable myAttributes concode_elem_sep ClassLoaderInterface classLoaderInterface concode_field_sep Enumeration getServletNames concode_elem_sep String getServerInfo concode_elem_sep URL getResource concode_elem_sep String getServletCo... | String function ( ) { return ( null ) ; } |
13,974 | sets the value of the status property . concode_field_sep List<ABCOrder.OrderItems.Item> item concode_elem_sep short quantity concode_elem_sep float price concode_elem_sep String customerNum concode_elem_sep ABCOrder.Header header concode_elem_sep String orderNum concode_elem_sep String id concode_elem_sep ABCOrder.Ord... | void function ( String arg0 ) { this . status = arg0 ; } |
13,975 | gets the value of the helloworldresult property . concode_field_sep String helloWorldResult concode_field_sep void setHelloWorldResult | String function ( ) { return helloWorldResult ; } |
13,976 | create an instance of treatmentdto concode_field_sep PlaceHolder placeHolder concode_field_sep PatientDto createPatientDto concode_elem_sep DrugTreatmentType createDrugTreatmentType concode_elem_sep ProviderDto createProviderDto concode_elem_sep RadiologyType createRadiologyType concode_elem_sep SurgeryType createSurge... | TreatmentDto function ( ) { return new TreatmentDto ( ) ; } |
13,977 | returns the user id mapper with the primary key . concode_field_sep UserIdMapperLocalService _service concode_field_sep java.lang.String getOSGiServiceIdentifier concode_elem_sep com.liferay.portal.kernel.dao.orm.ActionableDynamicQuery getActionableDynamicQuery concode_elem_sep com.liferay.portal.model.UserIdMapper fet... | com . liferay . portal . model . UserIdMapper function ( long arg0 ) { return getService ( ) . getUserIdMapper ( arg0 ) ; } |
13,978 | compute the covering radius of the second assignment . concode_field_sep List<DistanceEntry<E>> secondAssignments concode_elem_sep DBID id2 concode_elem_sep DBID id1 concode_elem_sep List<DistanceEntry<E>> firstAssignments concode_field_sep double computeFirstCover concode_elem_sep void addToFirst concode_elem_sep void... | double function ( boolean arg0 ) { double loc0 = 0. ; for ( DistanceEntry < E > loc1 : secondAssignments ) { double loc2 = arg0 ? loc1 . getDistance ( ) : ( loc1 . getEntry ( ) . getCoveringRadius ( ) + loc1 . getDistance ( ) ) ; loc0 = loc2 > loc0 ? loc2 : loc0 ; } return loc0 ; } |
13,979 | we use a basic hashcode implementation , since this class will likely not be used as a hashmap key concode_field_sep TypeID typeID concode_elem_sep String fieldID concode_field_sep boolean equals concode_elem_sep boolean equals concode_elem_sep String getFieldID concode_elem_sep TypeID getTypeID concode_elem_sep void w... | int function ( ) { return 37 * 17 + typeID . hashCode ( ) + 37 * 17 + fieldID . hashCode ( ) ; } |
13,980 | resets this messagerecorder . concode_field_sep int DEFAULT_MSG_LIMIT concode_elem_sep int errorMsgLimit concode_elem_sep int errorMsgCount concode_elem_sep int warningMsgCount concode_elem_sep String contextMsgCache concode_elem_sep int infoMsgCount concode_elem_sep long startTime concode_elem_sep List<String> context... | void function ( ) { errorMsgCount = 0 ; warningMsgCount = 0 ; infoMsgCount = 0 ; contextMsgCache = null ; contexts . clear ( ) ; this . startTime = System . currentTimeMillis ( ) ; } |
13,981 | get custom deserializer concode_field_sep com.google.api.ads.adwords.axis.v201502.cm.JobStats stats concode_elem_sep com.google.api.ads.adwords.axis.v201502.cm.ApiErrorReason failureReason concode_elem_sep java.lang.Object __equalsCalc concode_elem_sep boolean __hashCodeCalc concode_elem_sep com.google.api.ads.adwords.... | 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 ) ; } |
13,982 | serve all urls with the index view . concode_field_sep long lastWriteTime concode_elem_sep boolean ignore concode_elem_sep String collidingId concode_elem_sep Logger LOGGER concode_elem_sep Random random concode_elem_sep File home concode_field_sep void schedule concode_elem_sep void init concode_elem_sep void doIgnore... | void function ( StaplerRequest arg0 , StaplerResponse arg1 ) { arg1 . setStatus ( SC_INTERNAL_SERVER_ERROR ) ; arg0 . getView ( this , "srini_string" ) . forward ( arg0 , arg1 ) ; } |
13,983 | set the protocol to use in the redirect request . concode_field_sep String httpRedirectCode concode_elem_sep String hostName concode_elem_sep String protocol concode_elem_sep String replaceKeyWith concode_elem_sep String replaceKeyPrefixWith concode_field_sep void setReplaceKeyPrefixWith concode_elem_sep String getprot... | void function ( String arg0 ) { this . protocol = arg0 ; } |
13,984 | toggle the slidingmenu . if it is open , it will be closed , and vice versa . concode_field_sep boolean mEnableSlide concode_elem_sep Activity mActivity concode_elem_sep View mViewBehind concode_elem_sep boolean mOnPostCreateCalled concode_elem_sep boolean mBroadcasting concode_elem_sep View mViewAbove concode_elem_sep... | void function ( ) { mSlidingMenu . toggle ( ) ; } |
13,985 | test . concode_field_sep PlaceHolder placeHolder concode_field_sep void getJndiAndSpringDataSources concode_elem_sep void testGetFieldValue concode_elem_sep void testSetFieldValue concode_elem_sep void setProperty concode_elem_sep void setUp concode_elem_sep void testGetJndiAndSpringDataSources concode_elem_sep void ge... | void function ( ) { getJndiDataSources ( ) ; setProperty ( Parameter . DATASOURCES , "srini_string" ) ; getJndiDataSources ( ) ; setProperty ( Parameter . DATASOURCES , "srini_string" ) ; getJndiDataSources ( ) ; setProperty ( Parameter . DATASOURCES , null ) ; } |
13,986 | passes the baton to the other thread , unblocking it , and blocks until the baton is passed back . after finish is called , simply returns without doing anything . concode_field_sep int count concode_field_sep void start concode_elem_sep void await concode_elem_sep void finish | void function ( ) { if ( count < Integer . MAX_VALUE ) { count ++ ; notifyAll ( ) ; await ( count + 1 ) ; } } |
13,987 | was the change set accepted by the filter concode_field_sep Class<? extends ChangeSetFilter> filter concode_elem_sep boolean accepted concode_elem_sep String message concode_field_sep Class<? extends ChangeSetFilter> getFilter concode_elem_sep String getMessage concode_elem_sep String toString | boolean function ( ) { return accepted ; } |
13,988 | sets 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 String getUserName | void function ( String arg0 ) { this . userName = arg0 ; } |
13,989 | get new drawable with provided color . concode_field_sep AppCompatActivity mActivity concode_elem_sep Drawable mOldBackground concode_elem_sep Handler mHandler concode_elem_sep ActionBar mActionBar concode_elem_sep int mNewColor concode_elem_sep View mToolbar concode_elem_sep Drawable.Callback drawableCallback concode_... | Drawable function ( int arg0 ) { return new ColorDrawable ( arg0 ) ; } |
13,990 | whether queuing of work instances to this queue is enabled for this nuxeo instance . concode_field_sep int maxThreads concode_elem_sep int capacity concode_elem_sep Set<String> categories concode_elem_sep Boolean processing concode_elem_sep int clearCompletedAfterSeconds concode_elem_sep Boolean queuing concode_elem_se... | boolean function ( ) { return ! Boolean . FALSE . equals ( queuing ) ; } |
13,991 | returns this hightlighter 's reconciler . concode_field_sep StyledTextXtextAdapter styledTextXtextAdapter concode_elem_sep XtextSourceViewerConfiguration fConfiguration concode_elem_sep IPreferenceStore preferenceStore concode_elem_sep XtextSourceViewer fSourceViewer concode_elem_sep XtextPresentationReconciler fPresen... | XtextStyledTextHighlightingReconciler function ( ) { return fReconciler ; } |
13,992 | sets specific search group stats to retrieve the stats for . mainly affects search when enabled . concode_field_sep CommonStatsFlags ALL concode_elem_sep String[] groups concode_elem_sep String[] fieldDataFields concode_elem_sep String[] completionDataFields concode_elem_sep EnumSet<Flag> flags concode_elem_sep CommonS... | CommonStatsFlags function ( String ... arg0 ) { this . groups = arg0 ; return this ; } |
13,993 | gets the current list of displayed resources . concode_field_sep int fSyncDirection concode_elem_sep boolean fDeleteLocalFiles concode_elem_sep List<ISyncResource> fCurrentResources concode_elem_sep int fPresentationType concode_elem_sep boolean fDeleteRemoteFiles concode_field_sep Object[] getChildren concode_elem_sep... | ISyncResource [ ] function ( ) { return fCurrentResources . toArray ( new ISyncResource [ fCurrentResources . size ( ) ] ) ; } |
13,994 | gets the locales which are available from the current message source . concode_field_sep Log log concode_elem_sep MutableMessageSource activeMessageSource concode_elem_sep Set<MutableMessageSource> availableMessageSources concode_field_sep MutableMessageSource getActiveMessageSource concode_elem_sep void removePresenta... | Collection < Locale > function ( ) { return activeMessageSource . getLocales ( ) ; } |
13,995 | just a quick test to see if arc-slogger is in the database , and if it has the correct owner . concode_field_sep CardFactory f concode_field_sep void test_getRandomCombinationWithoutRepetition_oneTenth concode_elem_sep void test_getRandomCombinationWithoutRepetition_tooLarge | void function ( ) { Card loc0 = f . getCard ( "srini_string" , null ) ; Assert . assertNull ( loc0 . getOwner ( ) ) ; } |
13,996 | get a database connection instance from the identity persistence manager concode_field_sep Log log concode_elem_sep boolean isKeyCacheInistialized concode_field_sep Cache getKeyManagerCache concode_elem_sep void removeFromKeyManagerCache concode_elem_sep String getTenantDomainFromTenantId concode_elem_sep API getAPI co... | Connection function ( ) { return IdentityDatabaseUtil . getDBConnection ( ) ; } |
13,997 | returns the fully qualified name of this qname concode_field_sep String EMPTY_STRING concode_elem_sep String localPart concode_elem_sep String prefix concode_elem_sep String namespaceURI concode_field_sep String getPrefix concode_elem_sep QName valueOf concode_elem_sep int hashCode concode_elem_sep boolean equals conco... | String function ( ) { return ( ( prefix . equals ( EMPTY_STRING ) ) ? localPart : prefix + ':' + localPart ) ; } |
13,998 | gets the value of the maskonattach property . concode_field_sep String maskOnAttach concode_elem_sep InitialEventSelectorMethodName initialEventSelectorMethodName concode_elem_sep EventTypeRef eventTypeRef concode_elem_sep EventResourceOption eventResourceOption concode_elem_sep String lastInTransaction concode_elem_se... | String function ( ) { if ( maskOnAttach == null ) { return "srini_string" ; } else { return maskOnAttach ; } } |
13,999 | the code for a continent geo location . note : only continent locations have a continent code . valid values : af | an | as | eu | oc | na | sa constraint : specifying continentcode with either countrycode or subdivisioncode returns an invalidinput error . concode_field_sep String countryCode concode_elem_sep String su... | GeoLocation function ( String arg0 ) { setContinentCode ( arg0 ) ; return this ; } |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.