idx
int64
0
25k
question
stringlengths
71
7.19k
target
stringlengths
20
663
18,800
inject the mocked std-out printstream into the system class before each test concode_field_sep PrintStream realStdOut concode_elem_sep ByteArrayOutputStream stdOutBuffer concode_field_sep void testMessage concode_elem_sep void testMessageFromElves concode_elem_sep void testMessageFromOrcs concode_elem_sep void tearDown
void function ( ) { this . stdOutBuffer = new ByteArrayOutputStream ( ) ; System . setOut ( new PrintStream ( stdOutBuffer ) ) ; }
18,801
returns the hash code of the map . calls object #hashcode onevery entry . concode_field_sep HashMap<K,V> data concode_elem_sep boolean keysImmutable concode_elem_sep ImmutableMap EMPTY_MAP concode_elem_sep long serialVersionUID concode_elem_sep boolean valuesImmutable concode_field_sep int size concode_elem_sep boolean...
int function ( ) { return data . hashCode ( ) ; }
18,802
get custom deserializer concode_field_sep com.google.api.ads.adwords.axis.v201502.mcm.LinkStatus linkStatus concode_elem_sep java.lang.Long managerCustomerId concode_elem_sep org.apache.axis.description.TypeDesc typeDesc concode_elem_sep java.lang.Object __equalsCalc concode_elem_sep boolean __hashCodeCalc concode_elem...
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 ) ; }
18,803
write a message with trace level error to the trace system . concode_field_sep int SETTING concode_elem_sep TraceWriter traceWriter concode_elem_sep int DATABASE concode_elem_sep int FUNCTION concode_elem_sep int PAGE_STORE concode_elem_sep int SEQUENCE concode_elem_sep String module concode_elem_sep int CONSTRAINT con...
void function ( Throwable arg0 , String arg1 , Object ... arg2 ) { if ( isEnabled ( TraceSystem . ERROR ) ) { arg1 = MessageFormat . format ( arg1 , arg2 ) ; traceWriter . write ( TraceSystem . ERROR , module , arg1 , arg0 ) ; } }
18,804
set the owning beanfactory . we need to save a reference so that we can use the getbean method on every invocation . concode_field_sep String targetBeanName concode_elem_sep long serialVersionUID concode_elem_sep BeanFactory beanFactory concode_elem_sep Log logger concode_elem_sep Class<?> targetClass concode_field_sep...
void function ( BeanFactory arg0 ) { if ( this . targetBeanName == null ) { throw new IllegalStateException ( "srini_string" ) ; } this . beanFactory = arg0 ; }
18,805
gets a map that contains attributes that are n't bound to any typed property on this class . the map is keyed by the name of the attribute and the value is the string value of the attribute . the map returned by this method is live , and you can add new attribute by updating the map directly . because of this design , ...
Map < QName , String > function ( ) { return otherAttributes ; }
18,806
gets the description property value . concode_field_sep Pattern regex concode_elem_sep String defaultValue concode_elem_sep String name concode_elem_sep String description concode_elem_sep String value concode_elem_sep String group concode_field_sep void setName concode_elem_sep void setDefaultValue concode_elem_sep Pa...
String function ( ) { return description ; }
18,807
provides a snapshot view of all v s. concode_field_sep ConcurrentHashMap<K,V> store concode_field_sep V compute concode_elem_sep V get concode_elem_sep void clear
Iterable < V > function ( ) { return store . values ( ) ; }
18,808
this method returns true if this layer should be traced concode_field_sep boolean isModified concode_elem_sep int MAX_LAYERS concode_elem_sep float alpha concode_elem_sep ColorInterface layerColor concode_elem_sep String LayerDescription concode_elem_sep boolean isVisible concode_field_sep void setVisible concode_elem_...
boolean function ( ) { return isVisible ; }
18,809
returns a filter that filters based on file size . concode_field_sep IOFileFilter svnFilter concode_elem_sep IOFileFilter cvsFilter concode_field_sep IOFileFilter fileFileFilter concode_elem_sep IOFileFilter nameFileFilter concode_elem_sep IOFileFilter makeFileOnly concode_elem_sep IOFileFilter trueFileFilter concode_e...
IOFileFilter function ( long arg0 , boolean arg1 ) { return new SizeFileFilter ( arg0 , arg1 ) ; }
18,810
get the value for the given key , returned as a boolean . values 'n' , ` no ' , ' 0 ' , ` false ' or ` off ' are considered false . values ` y ' , ` yes ' , ' 1 ' , ` true ' or ` on ' are considered true . case insensitive . if the key does not exist , or has any other value , then the default result is returned . conc...
boolean function ( String arg0 , boolean arg1 ) { if ( arg0 . length ( ) > PROP_NAME_MAX ) { throw new IllegalArgumentException ( "srini_string" + PROP_NAME_MAX ) ; } return native_get_boolean ( arg0 , arg1 ) ; }
18,811
returns the minor version number of the http protocol . concode_field_sep String protocol concode_elem_sep int major concode_elem_sep int minor concode_elem_sep long serialVersionUID concode_field_sep boolean lessEquals concode_elem_sep int hashCode concode_elem_sep boolean isComparable concode_elem_sep boolean equals ...
int function ( ) { return minor ; }
18,812
compute inverse fast fourier transform of complex data , in place . concode_field_sep PlaceHolder placeHolder concode_field_sep void bitreverse concode_elem_sep void transform concode_elem_sep double test concode_elem_sep double num_flops concode_elem_sep void main concode_elem_sep void transform_internal concode_elem_...
void function ( double arg0 [ ] ) { transform_internal ( arg0 , + 1 ) ; int loc0 = arg0 . length ; int loc1 = loc0 / 2 ; double loc2 = 1 / ( ( double ) loc1 ) ; for ( int loc3 = 0 ; loc3 < loc0 ; loc3 ++ ) arg0 [ loc3 ] *= loc2 ; }
18,813
gets the total number of machines . concode_field_sep int OTHER_POLICY_DIFFERENT_RATING concode_elem_sep int SPACE_SHARED concode_elem_sep String os concode_elem_sep double timeZone concode_elem_sep int ADVANCE_RESERVATION concode_elem_sep double costPerBw concode_elem_sep int OTHER_POLICY_SAME_RATING concode_elem_sep ...
int function ( ) { return getHostList ( ) . size ( ) ; }
18,814
sets the value of the opretmsg property . concode_field_sep String opRetMsg concode_elem_sep String opRetCode concode_field_sep void setOpRetCode concode_elem_sep String toString concode_elem_sep String getOpRetMsg concode_elem_sep String getOpRetCode
void function ( String arg0 ) { this . opRetMsg = arg0 ; }
18,815
returns the create date of this b b b participant . concode_field_sep BBBParticipant _bbbParticipant concode_field_sep void setBbbParticipantId concode_elem_sep void setExpandoBridgeAttributes concode_elem_sep void setExpandoBridgeAttributes concode_elem_sep void setExpandoBridgeAttributes concode_elem_sep java.lang.St...
java . util . Date function ( ) { return _bbbParticipant . getCreateDate ( ) ; }
18,816
getter method for the classificationid concode_field_sep int subSubCatId concode_elem_sep String classificationName concode_elem_sep String circleName concode_elem_sep String subSubCategoryName concode_elem_sep int subCatId concode_elem_sep String callBackWorkFlowName concode_elem_sep long serialVersionUID concode_elem...
int function ( ) { return classificationId ; }
18,817
it returns the number of projections included in this pseudosequence concode_field_sep Sequence sequence concode_elem_sep List<Integer> firstItemset concode_elem_sep List<Integer> firstItem concode_elem_sep List<Long> timeShift concode_field_sep boolean isFirstItemset concode_elem_sep Item getItemAtInItemsetAt concode_...
int function ( ) { return firstItemset . size ( ) ; }
18,818
get the json representation of the matched element . example : map ip : 127.0.0.1 , status :200 will return `` ip '' : `` 127.0.0.1 '' , `` status '' :200 if pretty is set to true , json will return prettyprint json string . concode_field_sep Gson GSON concode_elem_sep String subject concode_elem_sep Gson PRETTY_GSON c...
String function ( Boolean arg0 ) { if ( capture == null ) { return "srini_string" ; } if ( capture . isEmpty ( ) ) { return "srini_string" ; } this . cleanMap ( ) ; Gson loc0 ; if ( arg0 ) { loc0 = PRETTY_GSON ; } else { loc0 = GSON ; } return loc0 . toJson ( capture ) ; }
18,819
check serialization of a more complex instance . concode_field_sep double EPSILON concode_field_sep void testGetRangeLowerBound concode_elem_sep void testCloning concode_elem_sep void testSerialization1 concode_elem_sep void testRemove concode_elem_sep void testAdd concode_elem_sep void testGetRangeUpperBound concode_e...
void function ( ) { DefaultStatisticalCategoryDataset loc0 = new DefaultStatisticalCategoryDataset ( ) ; loc0 . add ( 1.2 , 3.4 , "srini_string" , "srini_string" ) ; DefaultStatisticalCategoryDataset loc1 = ( DefaultStatisticalCategoryDataset ) TestUtilities . serialised ( loc0 ) ; assertEquals ( loc0 , loc1 ) ; }
18,820
gets the type value for this remoteavatar . concode_field_sep java.lang.String owner concode_elem_sep java.lang.String base64Data concode_elem_sep boolean system concode_elem_sep org.apache.axis.description.TypeDesc typeDesc concode_elem_sep java.lang.Object __equalsCalc concode_elem_sep boolean __hashCodeCalc concode_...
java . lang . String function ( ) { return type ; }
18,821
serializes the ` type ' byte followed by the message itself . concode_field_sep byte id concode_field_sep BlockTransferMessage fromByteBuffer concode_elem_sep byte id concode_elem_sep Type type
ByteBuffer function ( ) { ByteBuf loc0 = Unpooled . buffer ( encodedLength ( ) + 1 ) ; loc0 . writeByte ( type ( ) . id ) ; encode ( loc0 ) ; assert loc0 . writableBytes ( ) == 0 : "srini_string" + loc0 . writableBytes ( ) ; return loc0 . nioBuffer ( ) ; }
18,822
sets the user name of this account . concode_field_sep Account _account concode_field_sep void setExpandoBridgeAttributes concode_elem_sep void setExpandoBridgeAttributes concode_elem_sep void setExpandoBridgeAttributes concode_elem_sep java.lang.String getName concode_elem_sep boolean isEscapedModel concode_elem_sep b...
void function ( java . lang . String arg0 ) { _account . setUserName ( arg0 ) ; }
18,823
returns true if this is the default scope . in this case a new instance will be provided for each injection . concode_field_sep Scoping SINGLETON_INSTANCE concode_elem_sep Scoping EAGER_SINGLETON concode_elem_sep Scoping UNSCOPED concode_elem_sep Scoping SINGLETON_ANNOTATION concode_field_sep V acceptVisitor concode_el...
boolean function ( ) { return getScopeInstance ( ) == Scopes . NO_SCOPE ; }
18,824
returns the internal bugzilla id number for this product version . if it is not in the bugzilla database , this will return null . concode_field_sep Map<String,Object> internalState concode_field_sep void setName concode_elem_sep Boolean getIsActive concode_elem_sep String getName concode_elem_sep Map<Object,Object> ge...
Integer function ( ) { return ( Integer ) getInternalState ( ) . get ( "srini_string" ) ; }
18,825
enables client certificate authentication concode_field_sep boolean requireClientAuth concode_elem_sep ProtocolServerConfigurationChildBuilder<T,S> parentConfigurationBuilder concode_elem_sep Map<String,SslEngineConfigurationBuilder> sniDomains concode_elem_sep SslEngineConfigurationBuilder defaultDomainConfigurationBu...
SslConfigurationBuilder function ( boolean arg0 ) { this . requireClientAuth = arg0 ; return this ; }
18,826
gets the value of the doc 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 doc property . for example , to add a new item , do as follows...
List < Doc > function ( ) { if ( doc == null ) { doc = new ArrayList < Doc > ( ) ; } return this . doc ; }
18,827
obtains the objectinfo meta-data for the associated copy-always objects , corresponding one-for-one with the #copyalwaysids . concode_field_sep List copyAlwaysIds concode_elem_sep String containerClass concode_elem_sep String hints concode_elem_sep String copyParentId concode_elem_sep List alwaysCopyEObjectInfoList con...
List function ( ) { return alwaysCopyEObjectInfoList ; }
18,828
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 ) ; }
18,829
sets the loopmode of the animation . concode_field_sep float speed concode_elem_sep LoopMode loopMode concode_elem_sep boolean resuming concode_elem_sep List<CinematicEventListener> listeners concode_elem_sep float initialDuration concode_elem_sep PlayState playState concode_elem_sep float time concode_field_sep void p...
void function ( LoopMode arg0 ) { this . loopMode = arg0 ; }
18,830
retrieves the value for the given key and applies all the passed manipulations . concode_field_sep int PLUS_DAYS_PATTERN_BEGIN_INDEX concode_elem_sep int SPLIT_PATTERN_BEGIN_INDEX concode_elem_sep int MINUS_DAYS_PATTERN_BEGIN_INDEX concode_elem_sep TaskContext taskContext concode_elem_sep int DATETIME_PATTERN_BEGIN_IND...
Object function ( KeyInformation arg0 ) { Object loc0 = getValue ( arg0 ) ; List < String > loc1 = arg0 . getManipulations ( ) ; if ( loc1 . size ( ) > 0 ) { String loc2 = loc0 != null ? loc0 . toString ( ) : "srini_string" ; loc0 = manipulateValue ( loc1 , loc2 ) ; } return loc0 ; }
18,831
closes the split . concode_field_sep String LOG_PER_ROW_COUNT concode_elem_sep Method getCounter concode_elem_sep Table htable concode_elem_sep TaskAttemptContext context concode_elem_sep int rowcount concode_elem_sep ResultScanner scanner concode_elem_sep String HBASE_COUNTER_GROUP_NAME concode_elem_sep long numStale ...
void function ( ) { this . scanner . close ( ) ; try { this . htable . close ( ) ; } catch ( IOException loc0 ) { LOG . warn ( "srini_string" , loc0 ) ; } }
18,832
pushes a value onto the stack . concode_field_sep int fDepth concode_elem_sep int[] fData concode_field_sep int pop concode_elem_sep void print concode_elem_sep int size concode_elem_sep int elementAt concode_elem_sep void clear concode_elem_sep void ensureCapacity concode_elem_sep int peek
void function ( int arg0 ) { ensureCapacity ( fDepth + 1 ) ; fData [ fDepth ++ ] = arg0 ; }
18,833
select and set if specified the character encoding to be used to interpret request parameters for this request . concode_field_sep String encoding concode_elem_sep FilterConfig filterConfig concode_elem_sep boolean ignore concode_field_sep void init concode_elem_sep void destroy concode_elem_sep String selectEncoding
void function ( ServletRequest arg0 , ServletResponse arg1 , FilterChain arg2 ) { if ( ignore || ( arg0 . getCharacterEncoding ( ) == null ) ) { String loc0 = selectEncoding ( arg0 ) ; if ( loc0 != null ) arg0 . setCharacterEncoding ( loc0 ) ; } arg2 . doFilter ( arg0 , arg1 ) ; }
18,834
read a 3 byte utf8 sequence . concode_field_sep int INVALID concode_field_sep int utf8Read4 concode_elem_sep boolean contains concode_elem_sep int decodePercent concode_elem_sep int decodeNibbles concode_elem_sep int utf8Read2 concode_elem_sep int decodeHex concode_elem_sep CharSequence decode concode_elem_sep CharSequ...
int function ( int arg0 , int arg1 , int arg2 ) { if ( ( arg1 & 0xC0 ) != 0x80 ) { return INVALID ; } if ( arg0 == 0xE0 && arg1 < 0xA0 ) { return INVALID ; } if ( ( arg2 & 0xC0 ) != 0x80 ) { return INVALID ; } return ( arg0 << 12 ) + ( arg1 << 6 ) + arg2 - 0xE2080 ; }
18,835
value of type such as class name or regular expression concode_field_sep YAMLTypeFilterType type concode_elem_sep String value concode_field_sep String getValue concode_elem_sep YAMLTypeFilterType getType concode_elem_sep void setType
void function ( String arg0 ) { this . value = arg0 ; }
18,836
remove a shuffle 's metadata from the shufflemanager . concode_field_sep PlaceHolder placeHolder concode_field_sep void stop concode_elem_sep org.apache.spark.shuffle.ShuffleReader<K,C> getReader concode_elem_sep org.apache.spark.shuffle.ShuffleWriter<K,V> getWriter concode_elem_sep org.apache.spark.shuffle.ShuffleHand...
boolean function ( int arg0 ) { throw new RuntimeException ( ) ; }
18,837
default targetthreadname named `` main '' concode_field_sep ConcurrentHashMap<String,DelayQueue<Message>> messageMap concode_elem_sep ConcurrentHashMap<Integer,SimpleTimerTask> repeatedTaskMap concode_elem_sep MessageCenter instance concode_field_sep void sendDelayMessage concode_elem_sep void sendDelayMessage concode_...
void function ( Message arg0 ) { sendMessage ( "srini_string" , arg0 ) ; }
18,838
gets the value of the statuscode property . concode_field_sep List<PassInfo> eligiblePass concode_elem_sep String statusDescription concode_elem_sep String subscriberNumber concode_elem_sep long serialVersionUID concode_elem_sep BigInteger sequenceId concode_elem_sep String statusCode concode_field_sep BigInteger getSe...
String function ( ) { return statusCode ; }
18,839
describes `` main '' frameworks to be shown on top of the tree concode_field_sep ExtensionPointName<ProjectCategory> EXTENSION_POINT_NAME concode_field_sep String getGroupName concode_elem_sep String getDisplayName concode_elem_sep int getWeight concode_elem_sep ModuleBuilder createModuleBuilder concode_elem_sep String...
String [ ] function ( ) { return ArrayUtil . EMPTY_STRING_ARRAY ; }
18,840
set custom column concode_field_sep PO po concode_field_sep byte[] getPdfAttachment concode_elem_sep int compare concode_elem_sep int getUpdatedBy concode_elem_sep boolean save concode_elem_sep boolean save concode_elem_sep boolean isActive concode_elem_sep boolean delete concode_elem_sep boolean delete concode_elem_se...
void function ( String arg0 , Object arg1 ) { po . set_CustomColumn ( arg0 , arg1 ) ; }
18,841
extract the parts of the given request that are relevant to oauth . parameters include oauth authorization headers and the usual request parameters in the query string and/or form encoded body . the header parameters come first , followed by the rest in the order they came from request.getparametermap . concode_field_s...
OAuthMessage function ( HttpServletRequest arg0 , String arg1 ) { if ( arg1 == null ) { arg1 = arg0 . getRequestURL ( ) . toString ( ) ; } int loc0 = arg1 . indexOf ( '?' ) ; if ( loc0 >= 0 ) { arg1 = arg1 . substring ( 0 , loc0 ) ; } return new HttpRequestMessage ( arg0 , arg1 ) ; }
18,842
gets the value of the label property . concode_field_sep Layout layout concode_elem_sep String mapping concode_elem_sep List<Address> address concode_elem_sep String styling concode_elem_sep String flavour concode_elem_sep String upValue concode_elem_sep Boolean bindClickToWidget concode_elem_sep Label label concode_el...
Label function ( ) { return label ; }
18,843
the transformers . concode_field_sep List<Relocator> relocators concode_elem_sep List<ResourceTransformer> resourceTransformers concode_field_sep List<ResourceTransformer> getResourceTransformers concode_elem_sep List<Relocator> getRelocators concode_elem_sep void setRelocators
void function ( List < ResourceTransformer > arg0 ) { this . resourceTransformers = arg0 ; }
18,844
subverts the fact that limit int is final , for the benefit of mappedbytebufferadapter . concode_field_sep int UNSET_MARK concode_elem_sep int _elementSizeShift concode_elem_sep int limit concode_elem_sep int effectiveDirectAddress concode_elem_sep MemoryBlock block concode_elem_sep int position concode_elem_sep int ma...
void function ( int arg0 ) { if ( arg0 < 0 || arg0 > capacity ) { throw new IllegalArgumentException ( "srini_string" + capacity + "srini_string" + arg0 ) ; } limit = arg0 ; if ( position > arg0 ) { position = arg0 ; } if ( ( mark != UNSET_MARK ) && ( mark > arg0 ) ) { mark = UNSET_MARK ; } }
18,845
get the product name . concode_field_sep long serialVersionUID concode_elem_sep String processName concode_elem_sep Collection<String> allSubProductNames concode_elem_sep Collection<String> directSubProductNames concode_elem_sep String productName concode_field_sep String getProcessName concode_elem_sep void setProcess...
String function ( ) { return productName ; }
18,846
get token end column number . concode_field_sep int bufpos concode_elem_sep boolean prevCharIsLF concode_elem_sep int bufsize concode_elem_sep int available concode_elem_sep java.io.Reader inputStream concode_elem_sep int line concode_elem_sep boolean staticFlag concode_elem_sep int bufcolumn[] concode_elem_sep int tab...
int function ( ) { return bufcolumn [ bufpos ] ; }
18,847
get the generators of the separators of the triangulated graph , i.e. all vertices that generate a minimal separator of triangulated graph . concode_field_sep Set<E> fillEdges concode_elem_sep LinkedList<V> meo concode_elem_sep List<V> generators concode_elem_sep Map<Set<V>,Integer> fullComponentCount concode_elem_sep ...
List < V > function ( ) { if ( generators == null ) { computeMinimalTriangulation ( ) ; } return generators ; }
18,848
puts a single value into the table . concode_field_sep int[][] data concode_elem_sep int count concode_elem_sep int targetSearchValue concode_elem_sep int sortedColumn concode_elem_sep int targetSearchColumn concode_field_sep void putPair concode_elem_sep void add concode_elem_sep void swap concode_elem_sep int binaryS...
void function ( int arg0 , int arg1 , int arg2 ) { data [ arg1 ] [ arg0 ] = arg2 ; if ( arg1 == sortedColumn ) { sortedColumn = - 1 ; } }
18,849
converts an array of bytes into an array of characters representing the hexadecimal values of each byte in order . the returned array will be double the length of the passed array , as it takes two characters to represent any given byte . concode_field_sep char[] DIGITS_LOWER concode_elem_sep char[] DIGITS_UPPER concod...
char [ ] function ( byte [ ] arg0 , char [ ] arg1 ) { int loc0 = arg0 . length ; char [ ] loc1 = new char [ loc0 << 1 ] ; for ( int loc2 = 0 , loc3 = 0 ; loc2 < loc0 ; loc2 ++ ) { loc1 [ loc3 ++ ] = arg1 [ ( 0xF0 & arg0 [ loc2 ] ) >>> 4 ] ; loc1 [ loc3 ++ ] = arg1 [ 0x0F & arg0 [ loc2 ] ] ; } return loc1 ; }
18,850
set the alternate text for this hotspot . concode_field_sep String coords concode_elem_sep String shape concode_elem_sep String alt concode_field_sep String getCoords concode_elem_sep String getShape concode_elem_sep String getAlt concode_elem_sep void setCoords concode_elem_sep void setShape
void function ( String arg0 ) { this . alt = arg0 ; }
18,851
get the cobbler style -- url : http://$http_server/$media_url to be filled out by cobbler . not spacewalk . concode_field_sep String protocol concode_elem_sep String COBBLER_URL_BASE_PATH concode_elem_sep KickstartableTree ksTree concode_elem_sep String host concode_elem_sep String COBBLER_SERVER_VARIABLE concode_elem_...
String function ( ) { StringBuilder loc0 = new StringBuilder ( ) ; loc0 . append ( protocol + host + "srini_string" + COBBLER_MEDIA_VARIABLE ) ; log . debug ( "srini_string" + loc0 ) ; return loc0 . toString ( ) ; }
18,852
specify the address of the socks proxy the connection should use . read the java networking and proxies guide to understand the proxies complexity . be aware that this method only handles socks proxies , not https proxies . use #withproxy proxy instead . concode_field_sep String KEY_ALGORITHM concode_elem_sep ApnsDeleg...
ApnsServiceBuilder function ( String arg0 , int arg1 ) { Proxy loc0 = new Proxy ( Proxy . Type . SOCKS , new InetSocketAddress ( arg0 , arg1 ) ) ; return withProxy ( loc0 ) ; }
18,853
returns the total number of uncompressed bytes input so far . concode_field_sep int uncompressedDirectBufOff concode_elem_sep Log LOG concode_elem_sep int userBufOff concode_elem_sep int DEFAULT_WORK_FACTOR concode_elem_sep int workFactor concode_elem_sep boolean keepUncompressedBuf concode_elem_sep boolean finished co...
long function ( ) { checkStream ( ) ; return getBytesRead ( stream ) ; }
18,854
convert the given object to string with each line indented by 4 spaces except the first line . concode_field_sep List<List<Long>> arrayArrayOfInteger concode_elem_sep List<String> arrayOfString concode_elem_sep List<List<ReadOnlyFirst>> arrayArrayOfModel concode_field_sep void setArrayArrayOfInteger concode_elem_sep vo...
String function ( java . lang . Object arg0 ) { if ( arg0 == null ) { return "srini_string" ; } return arg0 . toString ( ) . replace ( "srini_string" , "srini_string" ) ; }
18,855
sets the value of the adunionidtype property . concode_field_sep String adUnionIdType concode_elem_sep Long id concode_field_sep void setId concode_elem_sep Long getId concode_elem_sep String getAdUnionIdType
void function ( String arg0 ) { this . adUnionIdType = arg0 ; }
18,856
get the hive short version , with major/minor/change version numbers . concode_field_sep Logger LOG concode_elem_sep Package myPackage concode_elem_sep HiveVersionAnnotation version concode_field_sep String getVersion concode_elem_sep String getUrl concode_elem_sep Package getPackage concode_elem_sep String getSrcCheck...
String function ( ) { return version != null ? version . shortVersion ( ) : "srini_string" ; }
18,857
get the y component of inclination vector . this element called p in dsst corresponds to hy for the org.orekit.orbits.equinoctialorbit concode_field_sep AbsoluteDate date concode_elem_sep double lm concode_elem_sep double A concode_elem_sep double period concode_elem_sep double B concode_elem_sep double C concode_elem_...
double function ( ) { return p ; }
18,858
gets the dex file magic number corresponding to this instance . concode_field_sep boolean ALIGN_64BIT_REGS_SUPPORT concode_elem_sep int targetApiLevel concode_elem_sep boolean ALIGN_64BIT_REGS_IN_OUTPUT_FINISHER concode_elem_sep boolean forceJumbo concode_field_sep placeholderType placeHolder
String function ( ) { return DexFormat . apiToMagic ( targetApiLevel ) ; }
18,859
create a user agent string using the configured user agent if defined , otherwise using a combination of the environment name and this client name concode_field_sep HttpRequestRetryHandler httpRequestRetryHandler concode_elem_sep CredentialsProvider credentialsProvider concode_elem_sep SchemeRegistry registry concode_e...
String function ( String arg0 ) { final String loc0 = environmentName == null ? arg0 : String . format ( "srini_string" , environmentName , arg0 ) ; return configuration . getUserAgent ( ) . or ( loc0 ) ; }
18,860
create an instance of mutatemanagerresults concode_field_sep QName _ResponseHeader_QNAME concode_elem_sep QName _ApiExceptionFault_QNAME concode_elem_sep QName _RequestHeader_QNAME concode_field_sep ManagedCustomerReturnValue createManagedCustomerReturnValue concode_elem_sep ManagedCustomerServiceError createManagedCus...
MutateManagerResults function ( ) { return new MutateManagerResults ( ) ; }
18,861
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 ( ) ; }
18,862
setdetectors concode_field_sep XMLGregorianCalendar m_dateStamp concode_elem_sep List<PluginConfig> m_policies concode_elem_sep String m_name concode_elem_sep boolean m_default concode_elem_sep Duration m_scanInterval concode_elem_sep List<PluginConfig> m_detectors concode_elem_sep long serialVersionUID concode_field_s...
void function ( final List < PluginConfig > arg0 ) { m_detectors = arg0 ; }
18,863
set the the style of join used connect line segments of this series . concode_field_sep Integer xAxis concode_elem_sep List<Object> data concode_elem_sep String color concode_elem_sep Boolean shadow concode_elem_sep String fillAxis concode_elem_sep Boolean show concode_elem_sep String fillToValue concode_elem_sep Integ...
void function ( LineJoin arg0 ) { this . lineJoin = arg0 ; }
18,864
suppress the specified device included in the block device mapping . concode_field_sep String noDevice concode_elem_sep EbsInstanceBlockDeviceSpecification ebs concode_elem_sep String virtualName concode_elem_sep String deviceName concode_field_sep EbsInstanceBlockDeviceSpecification getEbs concode_elem_sep void setVir...
void function ( String arg0 ) { this . noDevice = arg0 ; }
18,865
the identifier 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 UpdateDeploymentResult clearApiSummaryEntries concode_elem_sep...
void function ( String arg0 ) { this . id = arg0 ; }
18,866
returns a copy of this route with flipped tls mode . concode_field_sep Proxy proxy concode_elem_sep Address address concode_elem_sep boolean modernTls concode_elem_sep InetSocketAddress inetSocketAddress concode_field_sep Proxy getProxy concode_elem_sep InetSocketAddress getSocketAddress concode_elem_sep int hashCode c...
Route function ( ) { return new Route ( address , proxy , inetSocketAddress , ! modernTls ) ; }
18,867
returns all codes known in this terminology concode_field_sep CodePhrase FUNCTION concode_elem_sep CodePhrase CREATION concode_elem_sep CodePhrase PERSISTENT concode_elem_sep CodePhrase EVENT concode_elem_sep CodePhrase CHANGE concode_elem_sep CodePhrase SETTING concode_elem_sep CodePhrase REVISION concode_elem_sep Cod...
Set < CodePhrase > function ( ) { return null ; }
18,868
gets the creates the time . concode_field_sep StorageDescriptor sd concode_elem_sep int lastAccessTime concode_elem_sep int createTime concode_elem_sep List<HCatFieldSchema> columns concode_elem_sep List<String> values concode_elem_sep String dbName concode_elem_sep HCatTable hcatTable concode_elem_sep Map<String,Strin...
int function ( ) { return this . createTime ; }
18,869
get token beginning line number . concode_field_sep int bufpos concode_elem_sep boolean prevCharIsLF concode_elem_sep int tabSize concode_elem_sep int bufsize concode_elem_sep int available concode_elem_sep java.io.Reader inputStream concode_elem_sep int line concode_elem_sep boolean staticFlag concode_elem_sep int buf...
int function ( ) { return bufline [ tokenBegin ] ; }
18,870
returns a supplier that always supplies instance . concode_field_sep long serialVersionUID concode_elem_sep Supplier<T> delegate concode_elem_sep long expirationNanos concode_elem_sep long durationNanos concode_elem_sep T instance concode_elem_sep Function<? super F,T> function concode_elem_sep Supplier<F> supplier con...
Supplier < T > function ( @ Nullable T arg0 ) { return new SupplierOfInstance < T > ( arg0 ) ; }
18,871
initialize wsrealm by carbon concode_field_sep WSProfileConfigurationManager profileManager concode_elem_sep Log log concode_elem_sep WSClaimManager claimManager concode_elem_sep String CONNECTION_ERROR_MESSAGE concode_elem_sep WSUserStoreManager userStoreMan concode_elem_sep String DEFAULT_LOCAL_IP concode_elem_sep St...
void function ( RealmConfiguration arg0 , Map < String , ClaimMapping > arg1 , Map < String , ProfileConfiguration > arg2 , int arg3 ) { ConfigurationContext loc0 = UserMgtWSAPIDSComponent . getCcServiceInstance ( ) . getClientConfigContext ( ) ; init ( arg0 , loc0 ) ; }
18,872
convience method to clear a passed arraylist basically clones the functionality of a vector.removeall concode_field_sep LogBean singleton concode_elem_sep MessageLog messageLog concode_elem_sep ChatState state concode_elem_sep Log log concode_elem_sep String autoLoad concode_elem_sep ArrayList controlLog concode_elem_s...
ArrayList function ( ArrayList arg0 ) { for ( int loc0 = 0 , loc1 = arg0 . size ( ) ; loc0 < loc1 ; loc0 ++ ) { arg0 . remove ( 0 ) ; } return ( arg0 ) ; }
18,873
return the script 's name concode_field_sep int offset concode_elem_sep int MAX_NAME_LENGTH concode_elem_sep String sourceName concode_field_sep String computeSourceName concode_elem_sep int getOffset concode_elem_sep RuntimeException createError
String function ( ) { return sourceName ; }
18,874
create an instance of collection concode_field_sep QName _Dst_QNAME concode_elem_sep QName _Status_QNAME concode_elem_sep QName _Depth_QNAME concode_elem_sep QName _Responsedescription_QNAME concode_elem_sep QName _Timeout_QNAME concode_elem_sep QName _Href_QNAME concode_elem_sep QName _Src_QNAME concode_field_sep Prop...
Collection function ( ) { return new Collection ( ) ; }
18,875
the dns name of the s3 origin . returns a reference to this object so that method calls can be chained together . concode_field_sep String originAccessIdentity concode_elem_sep String dNSName concode_field_sep void setOriginAccessIdentity concode_elem_sep S3Origin withOriginAccessIdentity concode_elem_sep String getDNS...
S3Origin function ( String arg0 ) { this . dNSName = arg0 ; return this ; }
18,876
get this node 's width , as defined in the style . concode_field_sep CSSNode mParent concode_elem_sep CSSStyle style concode_elem_sep CSSNode nextChild concode_elem_sep ArrayList<CSSNode> mChildren concode_elem_sep int lineIndex concode_elem_sep MeasureFunction mMeasureFunction concode_elem_sep CachedCSSLayout lastLayo...
float function ( ) { return style . dimensions [ DIMENSION_WIDTH ] ; }
18,877
moves the iterator past the next element . concode_field_sep Node next concode_elem_sep int currentSize concode_elem_sep Object data concode_elem_sep Node previous concode_elem_sep Node position concode_elem_sep Node first concode_field_sep void add concode_elem_sep void set concode_elem_sep boolean hasNext concode_ele...
Object function ( ) { if ( ! hasNext ( ) ) throw new NoSuchElementException ( ) ; previous = position ; if ( position == null ) position = first ; else position = position . next ; return position . data ; }
18,878
returns the project from session . concode_field_sep Logger log concode_elem_sep boolean IS_DEBUG concode_field_sep User getUserFromSession concode_elem_sep Collection getDevelopersForProject concode_elem_sep DynaValidatorForm getTaskFormFromSession concode_elem_sep void setTaskFormIntoSession concode_elem_sep void set...
Project function ( HttpServletRequest arg0 ) { return ( Project ) arg0 . getSession ( ) . getAttribute ( Constants_Scope . PROJECT_KEY ) ; }
18,879
write an info message to the logs concode_field_sep Logger log concode_elem_sep String name concode_elem_sep int debugLevel concode_elem_sep Vector<LogMessage> messages concode_field_sep void clearLogs concode_elem_sep void warn concode_elem_sep void warn concode_elem_sep void debug concode_elem_sep void debug concode_...
void function ( final String arg0 ) { messages . add ( new LogMessage ( arg0 , LogMessage . Type . INFO ) ) ; log . info ( arg0 ) ; }
18,880
set the content-type for the resource . concode_field_sep long lastUpdated concode_elem_sep String name concode_elem_sep long id concode_elem_sep String contentType concode_elem_sep String uuid concode_elem_sep String token concode_field_sep void setName concode_elem_sep void setUiid concode_elem_sep String getName con...
void function ( String arg0 ) { this . contentType = arg0 ; }
18,881
no failures should occur during this test method . if the extended persistence context is not shared as expected , an ejbexception will be thrown indicating failure . concode_field_sep SessionContext ctx concode_elem_sep EntityManager em concode_field_sep void noop concode_elem_sep void induceTwoLevelCreationViaJNDILoo...
void function ( ) { SecondDAO loc0 = ( SecondDAO ) ctx . lookup ( "srini_string" ) ; loc0 . noop ( ) ; }
18,882
mix multiple hashcodes into one . concode_field_sep long HASHPRIME concode_field_sep placeholderType placeHolder
int function ( int arg0 , int arg1 , int arg2 ) { long loc0 = arg0 * HASHPRIME + arg1 ; return ( int ) ( loc0 * HASHPRIME + arg2 ) ; }
18,883
reinitialise . concode_field_sep int bufpos concode_elem_sep boolean prevCharIsLF concode_elem_sep int bufsize concode_elem_sep int available concode_elem_sep int tabSize concode_elem_sep java.io.Reader inputStream concode_elem_sep int line concode_elem_sep boolean staticFlag concode_elem_sep int bufcolumn[] concode_el...
void function ( java . io . InputStream arg0 , String arg1 , int arg2 , int arg3 ) { ReInit ( arg0 , arg1 , arg2 , arg3 , 4096 ) ; }
18,884
plots line segments connecting points i , a i to standard draw . concode_field_sep PlaceHolder placeHolder concode_field_sep double stddevp concode_elem_sep double stddevp concode_elem_sep void plotBars concode_elem_sep void plotPoints concode_elem_sep double min concode_elem_sep double min concode_elem_sep int min con...
void function ( double [ ] arg0 ) { int loc0 = arg0 . length ; StdDraw . setXscale ( 0 , loc0 - 1 ) ; StdDraw . setPenRadius ( ) ; for ( int loc1 = 1 ; loc1 < loc0 ; loc1 ++ ) { StdDraw . line ( loc1 - 1 , arg0 [ loc1 - 1 ] , loc1 , arg0 [ loc1 ] ) ; } }
18,885
returns the hash code to use when placing an object of this type into hash maps . this method is implemented since we overrode #equals object , to keep findbugs happy . concode_field_sep Color color concode_field_sep void setColor concode_elem_sep boolean equals concode_elem_sep Color getColor concode_elem_sep void pai...
int function ( ) { return color . hashCode ( ) ; }
18,886
convert the given object to string with each line indented by 4 spaces except the first line . concode_field_sep Map<String,Map<String,String>> mapMapOfString concode_elem_sep Map<String,InnerEnum> mapOfEnumString concode_elem_sep String value concode_field_sep InnerEnum fromValue concode_elem_sep void setMapMapOfStrin...
String function ( java . lang . Object arg0 ) { if ( arg0 == null ) { return "srini_string" ; } return arg0 . toString ( ) . replace ( "srini_string" , "srini_string" ) ; }
18,887
set local properties , e.g. via the `` props '' tag in xml bean definitions , allowing for merging multiple properties sets into one . concode_field_sep Log logger concode_elem_sep String fileEncoding concode_elem_sep PropertiesPersister propertiesPersister concode_elem_sep Resource[] locations concode_elem_sep boolean...
void function ( Properties ... arg0 ) { this . localProperties = arg0 ; }
18,888
the host name of the page concode_field_sep String utmcmd concode_elem_sep String hostName concode_elem_sep String utmcct concode_elem_sep String eventCategory concode_elem_sep Integer eventValue concode_elem_sep String pageTitle concode_elem_sep String eventLabel concode_elem_sep String pageURL concode_elem_sep String...
void function ( String arg0 ) { hostName = arg0 ; }
18,889
convert a byte array to a hex string for debugging purposes concode_field_sep String name concode_elem_sep JarEntry entry concode_elem_sep CodeSigner[] signers concode_elem_sep char[] hexc concode_elem_sep ArrayList<byte[]> manifestHashes concode_elem_sep boolean skip concode_elem_sep Provider instance concode_elem_sep...
String function ( byte [ ] arg0 ) { StringBuffer loc0 = new StringBuffer ( arg0 . length * 2 ) ; for ( int loc1 = 0 ; loc1 < arg0 . length ; loc1 ++ ) { loc0 . append ( hexc [ ( arg0 [ loc1 ] >> 4 ) & 0x0f ] ) ; loc0 . append ( hexc [ arg0 [ loc1 ] & 0x0f ] ) ; } return loc0 . toString ( ) ; }
18,890
sets the description value for this tagdata . concode_field_sep java.util.Calendar date_updated concode_elem_sep com.intellij.tasks.mantis.model.AccountData user_id concode_elem_sep java.util.Calendar date_created concode_elem_sep java.lang.Object __equalsCalc concode_elem_sep java.lang.String name concode_elem_sep jav...
void function ( java . lang . String arg0 ) { this . description = arg0 ; }
18,891
sets owning institution item id . concode_field_sep String owningInstitutionItemId concode_elem_sep String lastUpdatedBy concode_elem_sep Integer collectionGroupId concode_elem_sep List<BibliographicEntity> bibliographicEntities concode_elem_sep String callNumberType concode_elem_sep String customerCode concode_elem_se...
void function ( String arg0 ) { this . owningInstitutionItemId = arg0 ; }
18,892
sets the delaywhileidle property default value is @literal false . concode_field_sep Integer timeToLive concode_elem_sep String restrictedPackageName concode_elem_sep Boolean dryRun concode_elem_sep Map<String,String> data concode_elem_sep String collapseKey concode_elem_sep Boolean delayWhileIdle concode_field_sep Str...
Builder function ( boolean arg0 ) { delayWhileIdle = arg0 ; return this ; }
18,893
retrieves the internal state of this object , as a string . the retreived value is : super.tostring + '' running = '' + running + '' , starttime = '' + starttime + '' , total = '' + total + '' '' ; concode_field_sep boolean running concode_elem_sep long total concode_elem_sep long startTime concode_elem_sep long lastSt...
String function ( ) { return super . toString ( ) + "srini_string" + running + "srini_string" + startTime + "srini_string" + total + "srini_string" ; }
18,894
the clearspacelockoutprovider will retrieve lockout information from clearspace 's user properties . concode_field_sep String USER_URL_PREFIX concode_elem_sep Logger Log concode_field_sep boolean isTimeoutSupported concode_elem_sep void unsetDisabledStatus concode_elem_sep Element modifyUser concode_elem_sep boolean is...
LockOutFlag function ( String arg0 ) { try { return checkUserDisabled ( getUserByUsername ( arg0 ) ) ; } catch ( UserNotFoundException loc0 ) { Log . warn ( loc0 . getMessage ( ) , loc0 ) ; return null ; } }
18,895
if this is set to true the crl reported contains the delta crl indicator crl extension . #setcompletecrlenabled boolean and #setdeltacrlindicatorenabled boolean excluded each other . concode_field_sep boolean completeCRLEnabled concode_elem_sep boolean deltaCRLIndicator concode_elem_sep byte[] issuingDistributionPoint ...
Builder function ( boolean arg0 ) { this . deltaCRLIndicator = arg0 ; return this ; }
18,896
returns the 2 norm of this vector . this is the square root of the sum of the squares of the elements . concode_field_sep double DOUBLE_PREC concode_elem_sep double x concode_elem_sep double y concode_elem_sep double z concode_field_sep void add concode_elem_sep void add concode_elem_sep void sub concode_elem_sep void ...
double function ( ) { return Math . sqrt ( x * x + y * y + z * z ) ; }
18,897
as of jdk 1.1 , replaced by #setbounds int , int , int , int . this method returns . concode_field_sep InnerInputCorrectJavaDocParagraphCheck anon concode_elem_sep byte NUL_2 concode_elem_sep byte NUL concode_field_sep void foo6 concode_elem_sep void foo6 concode_elem_sep void foo6 concode_elem_sep void foo7 concode_el...
void function ( ) { }
18,898
convenience wrapper for #get that re-throws get 's exceptions asruntimeexceptions . concode_field_sep T mResult concode_elem_sep Exception mException concode_elem_sep CountDownLatch mReadyLatch concode_field_sep boolean cancel concode_elem_sep boolean isCancelled concode_elem_sep void set concode_elem_sep void checkNot...
T function ( ) { try { return get ( ) ; } catch ( InterruptedException | ExecutionException loc0 ) { throw new RuntimeException ( loc0 ) ; } }
18,899
adds the kaleo action to the database . also notifies the appropriate model listeners . concode_field_sep ServiceTracker<KaleoActionLocalService,KaleoActionLocalService> _serviceTracker concode_field_sep java.lang.String getOSGiServiceIdentifier concode_elem_sep java.util.List<com.liferay.portal.workflow.kaleo.model.Ka...
com . liferay . portal . workflow . kaleo . model . KaleoAction function ( com . liferay . portal . workflow . kaleo . model . KaleoAction arg0 ) { return getService ( ) . addKaleoAction ( arg0 ) ; }