idx
int64
0
25k
question
stringlengths
72
5.69k
target
stringlengths
21
481
12,000
attempt to create an xml reader from a class name . given a class name , this method attempts to load and instantiate the class as an xml reader . note that this method will not be usable in environments where the caller perhaps an applet is not permitted to load classes dynamically . concode_field_sep String property ...
XMLReader function ( String arg0 ) { return loadClass ( NewInstance . getClassLoader ( ) , arg0 ) ; }
12,001
sets the primary key of this checkout . concode_field_sep Checkout _checkout concode_field_sep void setExpandoBridgeAttributes concode_elem_sep void setExpandoBridgeAttributes concode_elem_sep void setExpandoBridgeAttributes concode_elem_sep boolean isEscapedModel concode_elem_sep boolean isCachedModel concode_elem_sep...
void function ( long arg0 ) { _checkout . setPrimaryKey ( arg0 ) ; }
12,002
visits an annotation of the class . concode_field_sep ClassVisitor cv concode_elem_sep int api concode_field_sep FieldVisitor visitField concode_elem_sep AnnotationVisitor visitTypeAnnotation concode_elem_sep void visitInnerClass concode_elem_sep void visitEnd concode_elem_sep void visitOuterClass concode_elem_sep void...
AnnotationVisitor function ( String arg0 , boolean arg1 ) { if ( cv != null ) { return cv . visitAnnotation ( arg0 , arg1 ) ; } return null ; }
12,003
initialize the domain registry . concode_field_sep ModelVersion VERSION_5_0 concode_elem_sep ModelVersion CURRENT concode_elem_sep ProfileCloneOperationTransformer INSTANCE concode_elem_sep ModelVersion VERSION_3_0 concode_elem_sep ModelVersion IGNORED_SUBSYSTEMS concode_elem_sep ModelVersion VERSION_1_6 concode_elem_s...
void function ( final TransformerRegistry arg0 ) { initializeChainedDomainRegistry ( arg0 ) ; }
12,004
returns the bar . concode_field_sep String bar concode_elem_sep String foo concode_field_sep void setBar concode_elem_sep void setFoo concode_elem_sep int hashCode concode_elem_sep boolean equals concode_elem_sep String getFoo concode_elem_sep int compareTo
String function ( ) { return bar ; }
12,005
get the current model view matrix . has the side-effect of setting current matrix mode to gl_modelview concode_field_sep MatrixGrabber mGrabber concode_elem_sep boolean mMVPComputed concode_elem_sep float[] mMVP concode_elem_sep float[] mV concode_elem_sep int mX concode_elem_sep int mViewWidth concode_elem_sep int mY ...
void function ( GL10 arg0 ) { mGrabber . getCurrentModelView ( arg0 ) ; mMVPComputed = false ; }
12,006
as of jdk 1.1 , replaced by #setbounds int , int , int , int . 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_elem_sep boolean emulate...
void function ( ) { }
12,007
implement comparable contract compare key of join or head of heap with that of another . concode_field_sep boolean first concode_elem_sep PriorityQueue<ComposableRecordReader<K,?>> q concode_elem_sep ResetableIterator<X>[] iters concode_elem_sep WritableComparator cmp concode_elem_sep JoinCollector jc concode_elem_sep ...
int function ( ComposableRecordReader < K , ? > arg0 ) { return cmp . compare ( key ( ) , arg0 . key ( ) ) ; }
12,008
convenience method for defining methods on a submodule . concode_field_sep PlaceHolder placeHolder concode_field_sep RubyHash toJsonRawObject concode_elem_sep IRubyObject json_create concode_elem_sep void populate concode_elem_sep IRubyObject to_json concode_elem_sep IRubyObject to_json concode_elem_sep IRubyObject to_...
void function ( RubyModule arg0 , String arg1 , Class arg2 ) { RubyModule loc0 = arg0 . defineModuleUnder ( arg1 ) ; loc0 . defineAnnotatedMethods ( arg2 ) ; }
12,009
gets bit value 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 hasMarker c...
boolean function ( byte arg0 , int arg1 ) { return ( arg0 >> arg1 ) == 1 ; }
12,010
this method resets the outgoing events . concode_field_sep long j1 concode_elem_sep long a concode_elem_sep long b concode_elem_sep long c concode_elem_sep long d concode_elem_sep long e concode_elem_sep long f concode_elem_sep long k1 concode_elem_sep long g concode_elem_sep long h concode_elem_sep long i1 concode_ele...
void function ( ) { }
12,011
sets the value of the itemack property . concode_field_sep Layout layout concode_elem_sep RssMode mode concode_elem_sep String filter concode_elem_sep Boolean datetime concode_elem_sep List<Address> address concode_elem_sep String itemack concode_elem_sep String src concode_elem_sep BigInteger limit concode_elem_sep Bi...
void function ( String arg0 ) { this . itemack = arg0 ; }
12,012
the number of byte for each piece . the difference between piece_size and piece_length is that piece_size takes the piece index as argument and gives you the exact size of that piece . it will always be the same as piece_length except in the case of the last piece , which may be smaller . concode_field_sep torrent_info...
int function ( ) { return this . ti . piece_length ( ) ; }
12,013
hex encode the byte data writing it to the given output stream . concode_field_sep Encoder encoder concode_field_sep byte[] decode concode_elem_sep byte[] decode concode_elem_sep int decode
int function ( byte [ ] arg0 , OutputStream arg1 ) { return encoder . encode ( arg0 , 0 , arg0 . length , arg1 ) ; }
12,014
a valid entry should have no issues concode_field_sep SGraphFactory factory concode_elem_sep BasicDiagnostic diagnostics concode_elem_sep SGraphValidator validator concode_elem_sep StextFactory sTextFactory concode_elem_sep State state concode_elem_sep Region region concode_elem_sep Statechart statechart concode_field_...
void function ( ) { prepareStateTest ( ) ; Entry loc0 = factory . createEntry ( ) ; region . getVertices ( ) . add ( loc0 ) ; createTransition ( loc0 , state ) ; assertEquals ( EntryKind . INITIAL , loc0 . getKind ( ) ) ; assertTrue ( validator . validate ( loc0 , diagnostics , new HashMap < Object , Object > ( ) ) ) ;...
12,015
decode a long previously encoded with #zigzagencode long . concode_field_sep long MAGIC[] concode_elem_sep short SHIFT[] concode_field_sep long deinterleave concode_elem_sep long pop_intersect concode_elem_sep long interleave concode_elem_sep long flipFlop concode_elem_sep long pop_xor concode_elem_sep int nextHighestP...
long function ( long arg0 ) { return ( ( arg0 >>> 1 ) ^ - ( arg0 & 1 ) ) ; }
12,016
returns the color . concode_field_sep long serialVersionUID concode_elem_sep Color color concode_elem_sep String label concode_field_sep String getLabel concode_elem_sep void setColor concode_elem_sep void setLabel
Color function ( ) { return color ; }
12,017
sets the msion_internal value concode_field_sep MSIon_isotope MSIon_isotope concode_elem_sep MSIon_immonium MSIon_immonium concode_elem_sep MSIon_neutralloss MSIon_neutralloss concode_elem_sep String MSIon_internal concode_field_sep void setMSIon_neutralloss concode_elem_sep void setMSIon_immonium concode_elem_sep void...
void function ( String arg0 ) { this . MSIon_internal = arg0 ; }
12,018
delete the named file concode_field_sep boolean fsNormalizesPosixSeparator concode_elem_sep FileUtil fileUtil concode_elem_sep FileDescriptor outDescriptor concode_elem_sep Random random concode_elem_sep boolean fsIsIgnoreCase concode_field_sep void renameElement concode_elem_sep java.io.InputStream openInputStreamElem...
boolean function ( String arg0 ) { return ( new File ( arg0 ) ) . delete ( ) ; }
12,019
parses the scheme specific data from a pssh atom . version 0 and 1 pssh atoms are supported . the scheme specific data is only parsed if the data is a valid pssh atom matching the given uuid , or if the data is a valid pssh atom of any type in the case that the passed uuid is null . concode_field_sep String TAG concode...
byte [ ] function ( byte [ ] arg0 , UUID arg1 ) { Pair < UUID , byte [ ] > loc0 = parsePsshAtom ( arg0 ) ; if ( loc0 == null ) { return null ; } if ( arg1 != null && ! arg1 . equals ( loc0 . first ) ) { Log . w ( TAG , "srini_string" + arg1 + "srini_string" + loc0 . first + "srini_string" ) ; return null ; } return loc...
12,020
sets the response body to the utf-8 encoded bytes of body . concode_field_sep SocketPolicy socketPolicy concode_elem_sep long bodyDelayAmount concode_elem_sep Headers.Builder headers concode_elem_sep List<PushPromise> promises concode_elem_sep String CHUNKED_BODY_HEADER concode_elem_sep TimeUnit bodyDelayUnit concode_e...
MockResponse function ( String arg0 ) { return setBody ( new Buffer ( ) . writeUtf8 ( arg0 ) ) ; }
12,021
gets the name of the node . concode_field_sep NXFile file concode_elem_sep NXNode[] children concode_elem_sep EmptyNodeIterator EMPTY_NODE_ITERATOR concode_elem_sep String name concode_elem_sep Map<String,NXNode> childMap concode_elem_sep int childCount concode_elem_sep long childIndex concode_elem_sep int MIN_COUNT_FO...
String function ( ) { return name ; }
12,022
sets the abstracttext as highlighted , if it child abstracttext object they must also be highlighted . concode_field_sep boolean highlight concode_elem_sep boolean hasHighlight concode_elem_sep Rectangle2D.Float bounds concode_elem_sep boolean selected concode_elem_sep boolean hasSelected concode_field_sep boolean isHi...
void function ( boolean arg0 ) { this . highlight = arg0 ; }
12,023
sets the value of the mlimagedatum property . concode_field_sep String role concode_elem_sep String arcrole concode_elem_sep String show concode_elem_sep String actuate concode_elem_sep List<String> nilReason concode_elem_sep String href concode_elem_sep String type concode_elem_sep String title concode_elem_sep String...
void function ( MLImageDatumType arg0 ) { this . mlImageDatum = arg0 ; }
12,024
sets the number of the receiver threads in this receiver . concode_field_sep Map<InetAddress,MembershipKey> groups concode_elem_sep int receiverThreads concode_elem_sep int DEFAULT_RECEIVE_BUFFER_SIZE concode_elem_sep int DEFAULT_HANDLER_THREAD_PRIORITY concode_elem_sep int DEFAULT_RECEIVER_THREAD_PRIORITY concode_elem...
DatagramReceiver function ( int arg0 ) { Contract . checkState ( state == STOPPED , "srini_string" ) ; Contract . checkArgument ( arg0 > 0 , "srini_string" , arg0 ) ; receiverThreads = arg0 ; return this ; }
12,025
creates a bucket ordering strategy that sorts buckets based on a multi-valued calc sug-aggregation concode_field_sep Order KEY_DESC concode_elem_sep Order KEY_ASC concode_elem_sep Order COUNT_ASC concode_elem_sep Order COUNT_DESC concode_field_sep Number getKeyAsNumber concode_elem_sep Bucket getBucketByKey concode_ele...
Order function ( String arg0 , String arg1 , boolean arg2 ) { return new InternalOrder . Aggregation ( arg0 + "srini_string" + arg1 , arg2 ) ; }
12,026
determine the generic value type of the given map field . concode_field_sep PlaceHolder placeHolder concode_field_sep Class<?> getCollectionReturnType concode_elem_sep Class<?> getCollectionReturnType concode_elem_sep Class<?> getMapValueParameterType concode_elem_sep Class<?> getMapKeyReturnType concode_elem_sep Class...
Class < ? > function ( Field arg0 , int arg1 , Map < Integer , Integer > arg2 ) { return ResolvableType . forField ( arg0 ) . getNested ( arg1 , arg2 ) . asMap ( ) . resolveGeneric ( 1 ) ; }
12,027
notes skipped entity . concode_field_sep Logger LOGGER concode_elem_sep org.opengis.filter.Filter filter concode_field_sep void filter concode_elem_sep void characters concode_elem_sep org.opengis.filter.Filter getFilter concode_elem_sep void startPrefixMapping concode_elem_sep void endElement concode_elem_sep void end...
void function ( String arg0 ) { }
12,028
creates a decimaltype by specifying the precision and scale . concode_field_sep DataType StringType concode_elem_sep DataType DateType concode_elem_sep DataType BooleanType concode_elem_sep DataType BinaryType concode_elem_sep DataType TimestampType concode_elem_sep DataType LongType concode_elem_sep DataType DoubleTyp...
DecimalType function ( int arg0 , int arg1 ) { return DecimalType$ . MODULE$ . apply ( arg0 , arg1 ) ; }
12,029
the maximum value of the timestamp range . concode_field_sep java.util.Date beginDate concode_elem_sep java.util.Date endDate concode_field_sep void setBeginDate concode_elem_sep java.util.Date getBeginDate concode_elem_sep TimestampRange withBeginDate concode_elem_sep int hashCode concode_elem_sep boolean equals conco...
void function ( java . util . Date arg0 ) { this . endDate = arg0 ; }
12,030
verify that hash equals to hmachash msg concode_field_sep String HTTP_HEADER_URL_HASH concode_elem_sep Log LOG concode_elem_sep String HTTP_HEADER_REPLY_URL_HASH concode_field_sep void verifyReply concode_elem_sep byte[] generateByteHash concode_elem_sep String toHex concode_elem_sep String buildMsgFrom concode_elem_se...
boolean function ( byte [ ] arg0 , byte [ ] arg1 , SecretKey arg2 ) { byte [ ] loc0 = generateByteHash ( arg1 , arg2 ) ; return Utils . compareBytes ( loc0 , 0 , loc0 . length , arg0 , 0 , arg0 . length ) == 0 ; }
12,031
gets the value of the dataqualitytype property . concode_field_sep DataQualityTypeList dataQualityType concode_elem_sep Map<QName,String> otherAttributes concode_elem_sep XMLGregorianCalendar validFrom concode_elem_sep String type concode_elem_sep Boolean abbreviation concode_elem_sep String value concode_elem_sep XMLG...
DataQualityTypeList function ( ) { return dataQualityType ; }
12,032
mute the bgm . concode_field_sep int lastSelection concode_elem_sep Object player concode_field_sep void stop concode_elem_sep void change concode_elem_sep void unmute
void function ( ) { if ( Main . J2 ) { ( ( SoundPlayer ) player ) . mute ( ) ; } }
12,033
hashcode concode_field_sep String m_reason concode_elem_sep long serialVersionUID concode_elem_sep Status m_status concode_field_sep StatusDetails disconnected concode_elem_sep StatusDetails stopped concode_elem_sep String getReason concode_elem_sep boolean equals concode_elem_sep StatusDetails marginal concode_elem_se...
int function ( ) { return new HashCodeBuilder ( ) . append ( this . getStatus ( ) ) . append ( this . getReason ( ) ) . toHashcode ( ) ; }
12,034
returns the next highest power of two , or the current value if it 's already a power of two or zero concode_field_sep long MAGIC[] concode_elem_sep short SHIFT[] concode_field_sep long deinterleave concode_elem_sep long pop_intersect concode_elem_sep long interleave concode_elem_sep long flipFlop concode_elem_sep long...
int function ( int arg0 ) { arg0 -- ; arg0 |= arg0 >> 1 ; arg0 |= arg0 >> 2 ; arg0 |= arg0 >> 4 ; arg0 |= arg0 >> 8 ; arg0 |= arg0 >> 16 ; arg0 ++ ; return arg0 ; }
12,035
sets the product . concode_field_sep Product product concode_elem_sep int quantity concode_field_sep void incrementQuantity concode_elem_sep Product getProduct concode_elem_sep int getQuantity concode_elem_sep void setQuantity concode_elem_sep void decrementQuantity
void function ( Product arg0 ) { this . product = arg0 ; }
12,036
this method is executed once per superstep after the vertex update function has been invoked for each vertex . concode_field_sep IterationRuntimeContext runtimeContext concode_elem_sep long numberOfVertices concode_field_sep T getPreviousIterationAggregate concode_elem_sep void init concode_elem_sep T getIterationAggre...
void function ( ) { }
12,037
split on space and trim results . concode_field_sep Pattern ABS_URL_RE concode_elem_sep Joiner PATH_ARG_JOINER concode_elem_sep Splitter _SPLITTER concode_elem_sep Joiner _JOINER concode_elem_sep Joiner CSV_JOINER concode_elem_sep Splitter SSV_SPLITTER concode_elem_sep Joiner JOINER concode_elem_sep Joiner PATH_JOINER ...
Iterable < String > function ( CharSequence arg0 ) { return SSV_SPLITTER . split ( arg0 ) ; }
12,038
this returns the start date of a campaignenrollmentrecord . concode_field_sep String externalId concode_elem_sep LocalDate referenceDate concode_elem_sep String campaignName concode_elem_sep CampaignEnrollmentStatus status concode_field_sep String getCampaignName concode_elem_sep String getExternalId concode_elem_sep C...
LocalDate function ( ) { return referenceDate ; }
12,039
a map of the topic 's attributes . attributes in this map include the following : topicarn -- the topic 's arn owner -- the aws account id of the topic 's owner policy -- the json serialization of the topic 's access control policy displayname -- the human-readable name used in the `` from '' field for notifications to...
GetTopicAttributesResult function ( java . util . Map < String , String > arg0 ) { setAttributes ( arg0 ) ; return this ; }
12,040
method to update and return the message log stored in the faces context 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_sep Timer nightlyReset concode_...
MessageLog function ( ) { externalContext . getApplicationMap ( ) . put ( LOG_PATH , messageLog ) ; return ( messageLog ) ; }
12,041
sets the state machine reference of the event . concode_field_sep boolean periodic concode_elem_sep int index concode_elem_sep ITimedStatemachine statemachine concode_field_sep boolean isPeriodic concode_elem_sep ITimedStatemachine getStatemachine concode_elem_sep int getIndex
void function ( ITimedStatemachine arg0 ) { this . statemachine = arg0 ; }
12,042
returns the path element of the shortest path with less than nmaxhops edges between the start vertex and the end vertex . concode_field_sep double epsilon concode_elem_sep String NEGATIVE_UNDIRECTED_EDGE concode_elem_sep V startVertex concode_elem_sep Map<V,BellmanFordPathElement<V,E>> vertexData concode_elem_sep Map<V...
BellmanFordPathElement < V , E > function ( V arg0 ) { return getSeenData ( arg0 ) ; }
12,043
store the managed bean inside the request scope . concode_field_sep Properties buildProperties concode_field_sep String getRequestParameter concode_elem_sep UIComponent findComponent concode_elem_sep ServletContext getServletContext concode_elem_sep Object getManagedBean concode_elem_sep String getActionAttribute conco...
void function ( String arg0 , Object arg1 ) { FacesContext . getCurrentInstance ( ) . getExternalContext ( ) . getRequestMap ( ) . put ( arg0 , arg1 ) ; }
12,044
gets the polygon object that represents the time zone on the image map . concode_field_sep boolean currentlyShowing concode_elem_sep Polygon mapPolygon concode_elem_sep DateFormat dateFormat concode_elem_sep String id concode_elem_sep String abbreviation concode_elem_sep String mapCommandButtonId concode_field_sep bool...
Polygon function ( ) { return mapPolygon ; }
12,045
parses an xml given via its path and returns an androidmanifestreader for it . concode_field_sep XPathExpression versionCodeExpression concode_elem_sep XPathExpression instrumentationTestRunnerExpression concode_elem_sep String XPATH_VERSION_CODE concode_elem_sep XPathExpression packageExpression concode_elem_sep XPath...
AndroidManifestReader function ( Path arg0 , ProjectFilesystem arg1 ) { try ( Reader loc0 = arg1 . getReaderIfFileExists ( arg0 ) . get ( ) ) { return forReader ( loc0 ) ; } }
12,046
checks whether the given string denotes a valid config storage path . such an path must not contain whitespaces or non-alphanumeric characters . concode_field_sep ConfigFactory factory concode_elem_sep ConfigStorage userStorage concode_elem_sep ConfigStorage systemStorage concode_elem_sep String CONFIG_TARGET_KEY conco...
boolean function ( final String arg0 ) { final char [ ] loc0 = arg0 . toCharArray ( ) ; for ( int loc1 = 0 ; loc1 < loc0 . length ; loc1 ++ ) { if ( Character . isJavaIdentifierPart ( loc0 [ loc1 ] ) == false ) { return false ; } } return true ; }
12,047
creates a new transformer . must be called per request , as transformers are not thread-safe . concode_field_sep TransformerHelper transformerHelper concode_elem_sep Log logger concode_field_sep void transform concode_elem_sep TransformerFactory newTransformerFactory concode_elem_sep TransformerFactory getTransformerFa...
Transformer function ( ) { return transformerHelper . createTransformer ( ) ; }
12,048
adds the specified component to the layout . this is not used by this class . concode_field_sep int vgap concode_elem_sep ALIGNMENT align concode_elem_sep int hgap concode_field_sep Dimension preferredLayoutSize concode_elem_sep void removeLayoutComponent concode_elem_sep Dimension minimumLayoutSize concode_elem_sep vo...
void function ( String arg0 , Component arg1 ) { }
12,049
matches links of the given relation concode_field_sep LoadingCache<Link.Rel,Predicate<Link>> LINK_REL_SELECTORS concode_elem_sep LoadingCache<String,Predicate<Link>> MEDIA_TYPE_SELECTORS concode_elem_sep LoadingCache<String,Predicate<Link>> MEDIA_NAME_SELECTORS concode_field_sep Predicate<Link> load concode_elem_sep Pr...
Predicate < Link > function ( final String arg0 ) { checkNotNull ( arg0 , "srini_string" ) ; return relEquals ( Link . Rel . fromValue ( arg0 ) ) ; }
12,050
metodo que permite obtener el nombre de un dispositivo concode_field_sep Integer idDispositivo concode_elem_sep Integer valor concode_elem_sep String nombre concode_elem_sep String estadoDispositivo concode_field_sep Integer getIdDispositivo concode_elem_sep void setIdDispositivo concode_elem_sep Integer getValor conco...
String function ( ) { return nombre ; }
12,051
should this node hold data shards or not . concode_field_sep String hostName concode_elem_sep TransportAddress address concode_elem_sep ImmutableList<DiscoveryNode> EMPTY_LIST concode_elem_sep Version version concode_elem_sep String nodeName concode_elem_sep ImmutableMap<String,String> attributes concode_elem_sep Strin...
boolean function ( ) { return dataNode ( ) ; }
12,052
determines the index of the next header . 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 void remove concode_elem_sep boolean filterHeader
int function ( int arg0 ) { if ( arg0 < - 1 ) return - 1 ; final int loc0 = this . allHeaders . length - 1 ; boolean loc1 = false ; while ( ! loc1 && ( arg0 < loc0 ) ) { arg0 ++ ; loc1 = filterHeader ( arg0 ) ; } return loc1 ? arg0 : - 1 ; }
12,053
tests if some key maps into the specified value in this hashtable . this operation is more expensive than the containskey method . note that this method is identical in functionality to containsvalue , which is part of the map interface in the collections framework . concode_field_sep Entry table[] concode_elem_sep Ent...
boolean function ( Object arg0 ) { if ( arg0 == null ) { throw new NullPointerException ( ) ; } Entry loc0 [ ] = table ; for ( int loc1 = loc0 . length ; loc1 -- > 0 ; ) { for ( Entry loc2 = loc0 [ loc1 ] ; loc2 != null ; loc2 = loc2 . next ) { if ( loc2 . arg0 . equals ( arg0 ) ) { return true ; } } } return false ; }
12,054
sets the value of the codetypename property . concode_field_sep Integer sequenceNumber concode_elem_sep Integer codeTypeObjectId concode_elem_sep String codeTypeName concode_elem_sep Date lastUpdateDate concode_elem_sep Integer parentObjectId concode_elem_sep String description concode_elem_sep String lastUpdateUser co...
void function ( String arg0 ) { this . codeTypeName = arg0 ; }
12,055
test of getstaticlabel method , of class pagedataextractorovertimegui . concode_field_sep PlaceHolder placeHolder concode_field_sep void setUpClass concode_elem_sep void testClearData concode_elem_sep void tearDownClass concode_elem_sep void testGetLabelResource concode_elem_sep void testGetWikiPage concode_elem_sep vo...
void function ( ) { System . out . println ( "srini_string" ) ; PageDataExtractorOverTimeGui loc0 = new PageDataExtractorOverTimeGui ( ) ; String loc1 = loc0 . getStaticLabel ( ) ; assertTrue ( loc1 . length ( ) > 0 ) ; }
12,056
returns the index of the gradle tab with the specified name . concode_field_sep AlternateUIInteractionVersionWrapper alternateUIInteractionVersionWrapper concode_elem_sep Map<GradleTabVersion1,GradleTabVersionWrapper> tabMap concode_elem_sep U basicGradleUI concode_elem_sep GradleInterfaceVersion1 gradleInterfaceWrappe...
int function ( String name ) { return basicGradleUI . getGradleTabIndex ( name ) ; }
12,057
return whether there are any clearable notifications that are n't errors . concode_field_sep boolean legacy concode_elem_sep ArrayMap<String,Entry> mEntries concode_elem_sep boolean autoRedacted concode_elem_sep ArrayList<Entry> mSortedAndFiltered concode_elem_sep Ranking mRankingB concode_elem_sep Environment mEnviron...
boolean function ( ) { for ( Entry loc0 : mSortedAndFiltered ) { if ( loc0 . expanded != null ) { if ( loc0 . notification . isClearable ( ) ) { return true ; } } } return false ; }
12,058
add a node to the cluster concode_field_sep String lastHost concode_elem_sep List<String> nodes concode_field_sep boolean isEmpty concode_elem_sep String toString concode_elem_sep Cluster remove concode_elem_sep Cluster remove
Cluster function ( String arg0 , int arg1 ) { StringBuilder loc0 = new StringBuilder ( ) ; loc0 . append ( arg0 ) ; loc0 . append ( ':' ) ; loc0 . append ( arg1 ) ; return add ( loc0 . toString ( ) ) ; }
12,059
setter for version , that is ready for installation . concode_field_sep boolean wwwFolderInstalled concode_elem_sep String WWW_FOLDER_INSTALLED_FLAG concode_elem_sep String PREVIOUS_RELEASE_VERSION_NAME concode_elem_sep String readyForInstallationReleaseVersionName concode_elem_sep String currentReleaseVersionName conc...
void function ( String arg0 ) { this . readyForInstallationReleaseVersionName = arg0 ; }
12,060
customize the text of the parse username/password login button . concode_field_sep ParseLoginConfig config concode_elem_sep Context context concode_field_sep ParseLoginBuilder setAppLogo concode_elem_sep ParseLoginBuilder setParseSignupButtonText concode_elem_sep ParseLoginBuilder setParseSignupButtonText concode_elem_...
ParseLoginBuilder function ( CharSequence arg0 ) { config . setParseLoginButtonText ( arg0 ) ; return this ; }
12,061
return the current running mode type . may be one of configuration #ui_mode_type_normal configuration.ui _ mode_type_normal , configuration #ui_mode_type_desk configuration.ui _ mode_type_desk , or configuration #ui_mode_type_car configuration.ui _ mode_type_car , or configuration #ui_mode_type_television configuration...
int function ( ) { if ( mService != null ) { try { return mService . getCurrentModeType ( ) ; } catch ( RemoteException loc0 ) { Log . loc0 ( TAG , "srini_string" , loc0 ) ; } } return Configuration . UI_MODE_TYPE_NORMAL ; }
12,062
log a debug message indicating the occurance of some event at some time since a starting time concode_field_sep long mStartTime concode_field_sep void DIALOG concode_elem_sep void ERROR concode_elem_sep void TIME concode_elem_sep void TIME concode_elem_sep void DEBUG concode_elem_sep void WARN
void function ( long arg0 , long arg1 , String arg2 ) { long loc0 = arg0 == 0 ? mStartTime : arg0 ; DEBUG ( arg2 + "srini_string" + ( arg1 - loc0 ) + "srini_string" ) ; }
12,063
runs the callable in the current thread . if no subject is available it will try to run the callable as the system subject . only call this method if using the system subject is the correct action when no other subject exists . concode_field_sep Logger LOGGER concode_elem_sep RolePrincipal ADMIN_ROLE concode_elem_sep S...
V function ( Callable < V > arg0 ) { if ( ThreadContext . getSecurityManager ( ) == null ) { Subject loc0 = getSystemSubject ( ) ; if ( loc0 != null ) { return loc0 . execute ( arg0 ) ; } } else { return arg0 . call ( ) ; } return null ; }
12,064
gets the value of the omssa property . concode_field_sep String xtandemParams concode_elem_sep boolean precursorIonUnit concode_elem_sep int numMissedCleavages concode_elem_sep boolean mascot concode_elem_sep String omssaParams concode_elem_sep double precursorIonTol concode_elem_sep String fastaFile concode_elem_sep b...
boolean function ( ) { return omssa ; }
12,065
splits file names separated by comma character . file names can contain comma characters escaped by backslash ' \ ' concode_field_sep char[] HEX_DIGITS concode_field_sep String formatString concode_elem_sep void appendEscapedTextToBuilder concode_elem_sep void partialURLEncodeVal concode_elem_sep List<String> toLower c...
List < String > function ( String arg0 ) { if ( arg0 == null ) return Collections . < String > emptyList ( ) ; List < String > loc0 = new ArrayList < > ( ) ; for ( String loc1 : arg0 . split ( "srini_string" ) ) { loc0 . add ( loc1 . replaceAll ( "srini_string" , "srini_string" ) ) ; } return loc0 ; }
12,066
doc ggu comment method `` gettypenameoldtonew '' . concode_field_sep boolean initDone concode_elem_sep String INT concode_elem_sep String DECIMAL concode_elem_sep String[] OLD_PERL_TYPES concode_elem_sep String BOOLEAN concode_elem_sep String DATETIME concode_elem_sep String STRING concode_elem_sep String DATE concode_...
String function ( String arg0 ) { initializePerlTypes ( ) ; return perlOldmappingnew . get ( arg0 ) ; }
12,067
the user for this user destination . concode_field_sep Set<String> targetDestinations concode_elem_sep String sourceDestination concode_elem_sep String subscribeDestination concode_elem_sep String user concode_field_sep Set<String> getTargetDestinations concode_elem_sep String getSourceDestination concode_elem_sep Stri...
String function ( ) { return this . user ; }
12,068
returns a new inputstream to the temporary file created during instanciation or null , if this context does not provide a stream . concode_field_sep File inputFile concode_elem_sep String systemId concode_elem_sep InputContext inputCtx concode_elem_sep IOListener ioListener concode_elem_sep Item importRoot concode_elem...
InputStream function ( ) { checkCompleted ( ) ; InputStream loc0 = null ; if ( inputFile != null ) { try { loc0 = new FileInputStream ( inputFile ) ; } catch ( IOException loc1 ) { } } return loc0 ; }
12,069
retrieves the default timezone for a date by using the default locale settings . recommended that you use timezone.getdefault instead . concode_field_sep PlaceHolder placeHolder concode_field_sep Date minus concode_elem_sep TimeDuration minus concode_elem_sep Duration getWeek concode_elem_sep Date plus concode_elem_sep...
TimeZone function ( Date arg0 ) { Calendar loc0 = Calendar . getInstance ( ) ; loc0 . setTime ( arg0 ) ; return loc0 . getTimeZone ( ) ; }
12,070
gets the value of the datacarriedover property . concode_field_sep long serialVersionUID concode_elem_sep XMLGregorianCalendar dataCarriedOverExpirationDate concode_elem_sep DataBalance dataCarriedOver concode_field_sep void setDataCarriedOver concode_elem_sep XMLGregorianCalendar getDataCarriedOverExpirationDate conco...
DataBalance function ( ) { return dataCarriedOver ; }
12,071
if enabled , set the states for this pass and then render . concode_field_sep boolean _enabled concode_elem_sep List<Spatial> _spatials concode_elem_sep RenderContext _context concode_elem_sep long serialVersionUID concode_elem_sep EnumMap<RenderState.StateType,RenderState> _passStates concode_field_sep void updatePass...
void function ( final TextureRenderer arg0 , final int arg1 , final List < Texture > arg2 ) { if ( ! _enabled ) { return ; } _context = ContextManager . getCurrentContext ( ) ; _context . pushEnforcedStates ( ) ; _context . enforceStates ( _passStates ) ; doRender ( arg0 , arg1 , arg2 ) ; _context . popEnforcedStates (...
12,072
set the main application resource . this should be the location of a jar file for scala/java applications , or a python script for pyspark applications . concode_field_sep String EXECUTOR_EXTRA_LIBRARY_PATH concode_elem_sep String DRIVER_EXTRA_LIBRARY_PATH concode_elem_sep String EXECUTOR_CORES concode_elem_sep String ...
SparkLauncher function ( String arg0 ) { checkNotNull ( arg0 , "srini_string" ) ; builder . appResource = arg0 ; return this ; }
12,073
gets the value of the minver property . concode_field_sep List<CTCTStyleLabel> styleLbl concode_elem_sep CTOfficeArtExtensionList extLst concode_elem_sep String minVer concode_elem_sep CTCTCategories catLst concode_elem_sep List<CTCTName> title concode_elem_sep String uniqueId concode_elem_sep List<CTCTDescription> des...
String function ( ) { if ( minVer == null ) { return "srini_string" ; } else { return minVer ; } }
12,074
adds a scad file with the given file name and the given model . a default consts is added before the model . concode_field_sep File root concode_elem_sep List<IScadFile> scadFiles concode_field_sep SaveScadFiles addModelProvider concode_elem_sep SaveScadFiles addModelProvider concode_elem_sep SaveScadFiles addModelProv...
SaveScadFiles function ( String arg0 , IModel arg1 , IColorGenerationContext arg2 ) { return addModels ( arg0 , Arrays . asList ( new Consts ( ) , arg1 ) , arg2 ) ; }
12,075
gets the first direct child of the given node with a node named nodename that has anattribute named attributename with a value that matches one of attributevalues . only direct children are checked . concode_field_sep PlaceHolder placeHolder concode_field_sep boolean nodeMatchesAttributeFilter concode_elem_sep String g...
Node function ( final Node arg0 , final String arg1 , final String arg2 , final List < String > arg3 ) { if ( arg0 == null || arg1 == null ) { return null ; } final List < Node > loc0 = getMatchingChildNodes ( arg0 , arg1 , arg2 , arg3 ) ; if ( loc0 != null && ! loc0 . isEmpty ( ) ) { return loc0 . get ( 0 ) ; } return...
12,076
return the version of jslint in use . concode_field_sep ScriptableObject scope concode_elem_sep Map<Option,Object> options concode_elem_sep ContextFactory contextFactory concode_field_sep JSLintResult lint concode_elem_sep JSLintResult lint concode_elem_sep Map<String,Integer> getDataMembers concode_elem_sep void addOp...
String function ( ) { Scriptable loc0 = ( Scriptable ) scope . get ( "srini_string" , scope ) ; return ( String ) loc0 . get ( "srini_string" , loc0 ) ; }
12,077
sets the value of the buckettype property . concode_field_sep DataBalance initialData concode_elem_sep String bucketType concode_elem_sep DataBalance forfeitedData concode_elem_sep BigInteger daysToExpire concode_elem_sep DataBalance usedData concode_elem_sep DataBalance currentBalance concode_elem_sep BucketStatus buc...
void function ( String arg0 ) { this . bucketType = arg0 ; }
12,078
implements pathhandler #curvetocubicsmoothrel float , float , float , float . concode_field_sep PathHandler INSTANCE concode_field_sep void curvetoCubicRel concode_elem_sep void curvetoQuadraticAbs concode_elem_sep void closePath concode_elem_sep void linetoHorizontalAbs concode_elem_sep void curvetoCubicAbs concode_el...
void function ( float arg0 , float arg1 , float arg2 , float arg3 ) { }
12,079
return the name of the request attribute that identifies that a request is already intercepted . the default implementation takes the tostring representationof the sessionfactory instance and appends #participate_suffix . concode_field_sep Log logger concode_elem_sep SessionFactory sessionFactory concode_elem_sep Strin...
String function ( ) { return getSessionFactory ( ) . toString ( ) + PARTICIPATE_SUFFIX ; }
12,080
checks whether this connection is marked to break the pipeline . concode_field_sep ShipStrategyType shipStrategy concode_elem_sep ExecutionMode dataExchangeMode concode_elem_sep InterestingProperties interestingProps concode_elem_sep TempMode materializationMode concode_elem_sep boolean breakPipeline concode_elem_sep O...
boolean function ( ) { return this . breakPipeline ; }
12,081
read an operation from the stream concode_field_sep FSEditLogOp cachedOp concode_field_sep int getVersion concode_elem_sep boolean isLocalLog concode_elem_sep long getFirstTxId concode_elem_sep String getName concode_elem_sep void resync concode_elem_sep long scanNextOp concode_elem_sep String getCurrentStreamName conc...
FSEditLogOp function ( ) { FSEditLogOp loc0 ; if ( cachedOp != null ) { loc0 = cachedOp ; cachedOp = null ; return loc0 ; } return nextOp ( ) ; }
12,082
sorts the specified array into ascending order . concode_field_sep PlaceHolder placeHolder concode_field_sep placeholderType placeHolder
void function ( T [ ] arg0 ) { int loc0 = arg0 . length ; for ( int loc1 = loc0 / 2 - 1 ; loc1 >= 0 ; loc1 -- ) SortUtils . siftDown ( arg0 , loc1 , loc0 - 1 ) ; for ( int loc1 = loc0 - 1 ; loc1 > 0 ; loc1 -- ) { SortUtils . swap ( arg0 , 0 , loc1 ) ; SortUtils . siftDown ( arg0 , 0 , loc1 - 1 ) ; } }
12,083
setter for the field resource . concode_field_sep boolean isQuestioned concode_elem_sep Map<String,MimeType> body concode_elem_sep Resource resource concode_elem_sep String description concode_elem_sep Map<String,QueryParameter> queryParameters concode_elem_sep ActionType type concode_elem_sep List<String> is concode_e...
void function ( Resource arg0 ) { this . resource = arg0 ; }
12,084
the response object as a result of batchwriteitem call . this is essentially a map of table name to consumedcapacityunits . concode_field_sep java.util.Map<String,java.util.List<WriteRequest>> unprocessedItems concode_elem_sep java.util.Map<String,BatchWriteResponse> responses concode_field_sep BatchWriteItemResult wit...
java . util . Map < String , BatchWriteResponse > function ( ) { return responses ; }
12,085
clears the last obtained response and the stashed fields concode_field_sep ESLogger logger concode_elem_sep RestResponse response concode_elem_sep RestClient restClient concode_elem_sep Stash stash concode_elem_sep RestSpec restSpec concode_field_sep String actualBody concode_elem_sep String bodyAsString concode_elem_s...
void function ( ) { logger . debug ( "srini_string" ) ; response = null ; stash . clear ( ) ; }
12,086
gets the result associated with this response . concode_field_sep ServiceResult result concode_elem_sep Map<String,String> errorDetails concode_elem_sep String errorMessage concode_elem_sep Collection<PropertyDefinitionBase> errorProperties concode_elem_sep ServiceError errorCode concode_field_sep void mapErrorCodeToEr...
ServiceResult function ( ) { return result ; }
12,087
get dos path from long path concode_field_sep String path concode_elem_sep int FA_HIDDEN concode_elem_sep Pattern absolute concode_elem_sep int FA_DIRECTORY concode_elem_sep int FA_READONLY concode_field_sep void deleteFile concode_elem_sep void copyFile concode_elem_sep boolean isFile concode_elem_sep void getDirector...
ClarionString function ( String arg0 ) { return new ClarionString ( arg0 ) ; }
12,088
sums a list of money s . the returned money has the currency of the money s in the given list . if the list is empty the #zero_money is returned . concode_field_sep String DEFAULT_CURRENCY_STRING concode_elem_sep Money ZERO_MONEY concode_field_sep Money getMoneyWithDefaultCurrency concode_elem_sep Money getMoney
Money function ( List < Money > arg0 ) { Money loc0 = null ; for ( Money loc1 : arg0 ) { if ( loc0 == null ) { loc0 = loc1 ; } else { loc0 = loc0 . add ( loc1 ) ; } } if ( loc0 == null ) { loc0 = ZERO_MONEY ; } return loc0 ; }
12,089
sets the value of the progress complete label . concode_field_sep boolean customProgress concode_elem_sep String labelPosition concode_elem_sep boolean customComplete concode_elem_sep String progressCompleteLabel concode_elem_sep String mode concode_elem_sep String progressLabel concode_field_sep boolean isCustomProgre...
void function ( String arg0 ) { progressCompleteLabel = arg0 ; }
12,090
gets the value of the fieldid property . concode_field_sep Long feedAttributeId concode_elem_sep Integer fieldId concode_field_sep Long getFeedAttributeId concode_elem_sep void setFeedAttributeId concode_elem_sep void setFieldId
Integer function ( ) { return fieldId ; }
12,091
the host where redis server is running . concode_field_sep RedisTemplate redisTemplate concode_elem_sep boolean managedListenerContainer concode_elem_sep String channels concode_elem_sep Integer port concode_elem_sep RedisConnectionFactory connectionFactory concode_elem_sep String host concode_elem_sep Command command ...
void function ( String arg0 ) { this . host = arg0 ; }
12,092
sets the value of the searchvalue2 property . concode_field_sep Double searchValue2 concode_elem_sep Double searchValue concode_elem_sep SearchDoubleFieldOperator operator concode_field_sep Double getSearchValue2 concode_elem_sep void setSearchValue concode_elem_sep Double getSearchValue concode_elem_sep void setOperat...
void function ( Double arg0 ) { this . searchValue2 = arg0 ; }
12,093
creates a new inspector for a particular graph type planar / tree / other . concode_field_sep int GRAPH_TYPE_ARBITRARY concode_elem_sep int GRAPH_TYPE_TREE concode_elem_sep int GRAPH_TYPE_PLANAR concode_elem_sep int GRAPH_TYPE_MULTIGRAPH concode_field_sep int checkGraphsType concode_elem_sep void assertUnsupportedGraph...
GraphIsomorphismInspector function ( int arg0 , Graph < V , E > arg1 , Graph < V , E > arg2 , EquivalenceComparator < V , Graph < V , E >> arg3 , EquivalenceComparator < E , Graph < V , E >> arg4 ) { return createAppropriateConcreteInspector ( arg0 , arg1 , arg2 , arg3 , arg4 ) ; }
12,094
returns an xml fragment representing the specified email address grantee . concode_field_sep PlaceHolder placeHolder concode_field_sep byte[] convertToXmlByteArray
XmlWriter function ( EmailAddressGrantee arg0 , XmlWriter arg1 ) { arg1 . start ( "srini_string" , new String [ ] { "srini_string" , "srini_string" } , new String [ ] { "srini_string" , "srini_string" } ) ; arg1 . start ( "srini_string" ) . value ( arg0 . getIdentifier ( ) ) . end ( ) ; arg1 . end ( ) ; return arg1 ; }
12,095
sets the value of the manifestreferencetype property . concode_field_sep CustomerReferenceType manifestReferenceType concode_field_sep CustomerReferenceType getManifestReferenceType
void function ( CustomerReferenceType arg0 ) { this . manifestReferenceType = arg0 ; }
12,096
returns true if this object is equal to the specified object , and false otherwise . concode_field_sep DialShape CHORD concode_elem_sep long serialVersionUID concode_elem_sep String name concode_elem_sep DialShape PIE concode_elem_sep DialShape CIRCLE concode_field_sep Object readResolve concode_elem_sep int hashCode c...
boolean function ( Object arg0 ) { if ( this == arg0 ) { return true ; } if ( ! ( arg0 instanceof DialShape ) ) { return false ; } DialShape loc0 = ( DialShape ) arg0 ; if ( ! this . name . equals ( loc0 . toString ( ) ) ) { return false ; } return true ; }
12,097
create an instance of modifydatastreambyvalueresponse concode_field_sep PlaceHolder placeHolder concode_field_sep ListDatastreams createListDatastreams concode_elem_sep ResumeFindObjectsResponse createResumeFindObjectsResponse concode_elem_sep GetRelationships createGetRelationships concode_elem_sep ModifyObject create...
ModifyDatastreamByValueResponse function ( ) { return new ModifyDatastreamByValueResponse ( ) ; }
12,098
add a custom dictionnary with a string value concode_field_sep int expiry concode_elem_sep boolean payloadSizeEstimatedWhenAdding concode_elem_sep Logger logger concode_elem_sep JSONObject payload concode_elem_sep int preSendConfiguration concode_elem_sep String DEFAULT_CHARACTER_ENCODING concode_elem_sep String charac...
void function ( String arg0 , String arg1 ) { logger . debug ( "srini_string" + arg0 + "srini_string" + arg1 + "srini_string" ) ; put ( arg0 , arg1 , payload , false ) ; }
12,099
returns the value for the setting id , or 0 if unset . concode_field_sep int FLAG_CLEAR_PREVIOUSLY_PERSISTED_SETTINGS concode_elem_sep int DOWNLOAD_BANDWIDTH concode_elem_sep int set concode_elem_sep int DEFAULT_INITIAL_WINDOW_SIZE concode_elem_sep int UPLOAD_BANDWIDTH concode_elem_sep int CLIENT_CERTIFICATE_VECTOR_SIZ...
int function ( int arg0 ) { return values [ arg0 ] ; }