idx
int64
0
25k
question
stringlengths
71
7.19k
target
stringlengths
20
663
15,700
sets whether the receiver allows or denies outgoing presence or not . concode_field_sep boolean allow concode_elem_sep boolean filterPresence_out concode_elem_sep PrivacyRule rule concode_elem_sep Type type concode_elem_sep String SUBSCRIPTION_NONE concode_elem_sep boolean filterPresence_in concode_elem_sep boolean fil...
void function ( boolean arg0 ) { this . filterPresence_out = arg0 ; }
15,701
assert the following key is not held within the specified cache s . concode_field_sep PlaceHolder placeHolder concode_field_sep void assertCacheHit concode_elem_sep CacheManager createSimpleCacheManager
void function ( Object arg0 , Cache ... arg1 ) { for ( Cache loc0 : arg1 ) { assertNull ( "srini_string" + loc0 + "srini_string" + arg0 , loc0 . get ( arg0 ) ) ; } }
15,702
returns true if the given state is currently active otherwise false . concode_field_sep boolean e concode_elem_sep SCInterfaceImpl sCInterface concode_elem_sep boolean guard concode_elem_sep int nextStateIndex concode_elem_sep boolean done concode_elem_sep State[] stateVector concode_field_sep void init concode_elem_se...
boolean function ( State arg0 ) { switch ( arg0 ) { case main_region_A : return stateVector [ 0 ] == State . main_region_A ; case main_region_B : return stateVector [ 0 ] == State . main_region_B ; default : return false ; } }
15,703
obtain a new instance of dbxclient and store it in configuration . concode_field_sep String remotePath concode_elem_sep String query concode_elem_sep String clientIdentifier concode_elem_sep String localPath concode_elem_sep String newRemotePath concode_elem_sep DbxClient client concode_elem_sep DropboxUploadMode uploa...
void function ( ) { DbxRequestConfig loc0 = new DbxRequestConfig ( clientIdentifier , Locale . getDefault ( ) . toString ( ) ) ; DbxClient loc1 = new DbxClient ( loc0 , accessToken ) ; this . client = loc1 ; }
15,704
find the _ fields constant that matches fieldid , throwing an exception if it is not found . concode_field_sep String _fieldName concode_elem_sep ByteBuffer super_column concode_elem_sep String column_family concode_elem_sep short _thriftId concode_elem_sep Map<_Fields,FieldMetaData> metaDataMap concode_elem_sep TField...
_Fields function ( int arg0 ) { _Fields loc0 = findByThriftId ( arg0 ) ; if ( loc0 == null ) throw new IllegalArgumentException ( "srini_string" + arg0 + "srini_string" ) ; return loc0 ; }
15,705
the date and time when the event occurred . returns a reference to this object so that method calls can be chained together . concode_field_sep java.util.Date date concode_elem_sep String sourceIdentifier concode_elem_sep String sourceType concode_elem_sep String message concode_field_sep String getMessage concode_elem...
Event function ( java . util . Date arg0 ) { this . date = arg0 ; return this ; }
15,706
returns jedis instance to pool . concode_field_sep JedisPoolConfig jedisPoolConfig concode_elem_sep redis.clients.jedis.JedisPoolConfig DEFAULT_POOL_CONFIG concode_elem_sep JedisPool jedisPool concode_field_sep State makeState concode_elem_sep void commit concode_elem_sep void beginCommit concode_elem_sep Jedis getJedi...
void function ( Jedis arg0 ) { arg0 . close ( ) ; }
15,707
uses the default math context concode_field_sep MathContext mathContext concode_field_sep Number getNumber concode_elem_sep float getRate concode_elem_sep MathContext getMatchContext concode_elem_sep String numberToPrice concode_elem_sep String numberToPrice concode_elem_sep Number convertNumber concode_elem_sep Number...
BigDecimal function ( double arg0 , double arg1 ) { BigDecimal loc0 = BigDecimal . valueOf ( arg0 ) . multiply ( BigDecimal . valueOf ( arg1 ) , getMatchContext ( ) ) ; return loc0 ; }
15,708
gets the value of the ldinst property . concode_field_sep String ldInst concode_elem_sep String doName concode_elem_sep Byte lnInst concode_elem_sep String prefix concode_elem_sep String value concode_elem_sep String fc concode_elem_sep String lnClass concode_field_sep void setLnInst concode_elem_sep String getPrefix c...
String function ( ) { return ldInst ; }
15,709
returns the result of interpreting the object as an instance of ` curve fitting ' . this implementation returns null ; returning a non-null result will terminate the switch . concode_field_sep ComponentPackage modelPackage concode_field_sep T caseChartPreferences concode_elem_sep T caseMarkerLine concode_elem_sep T cas...
T function ( CurveFitting arg0 ) { return null ; }
15,710
convert the given url from vm format file : / / / to eclipse format file : / . concode_field_sep String VM_FORMAT concode_elem_sep String ECLIPSE_FORMAT concode_field_sep String eclipseUrlToVm
String function ( String arg0 ) { if ( arg0 == null ) { return null ; } if ( arg0 . startsWith ( VM_FORMAT ) ) { arg0 = ECLIPSE_FORMAT + arg0 . substring ( VM_FORMAT . length ( ) ) ; } arg0 = URIUtilities . uriEncode ( arg0 ) ; return arg0 ; }
15,711
the current version of the configuration . for example : e2qwruhapomqzl . concode_field_sep StreamingDistributionConfig streamingDistributionConfig concode_elem_sep String eTag concode_field_sep void setStreamingDistributionConfig concode_elem_sep String getETag concode_elem_sep int hashCode concode_elem_sep boolean eq...
void function ( String arg0 ) { this . eTag = arg0 ; }
15,712
returns the number of free objects detected . this may be called after readnextobject returns false , signifying that all the objects have been read and all the free objects counted . concode_field_sep int _bytesPerEntry concode_elem_sep int[] _index concode_elem_sep int[] _fieldSizes concode_elem_sep int _entriesRead ...
int function ( ) { return _freeCount ; }
15,713
sets the flags of this element type . concode_field_sep int theFlags concode_elem_sep int theModel concode_elem_sep String theName concode_elem_sep int theMemberOf concode_elem_sep AttributesImpl theAtts concode_elem_sep ElementType theParent concode_elem_sep Schema theSchema concode_elem_sep String theNamespace concod...
void function ( int arg0 ) { theFlags = arg0 ; }
15,714
this input parameter is ignored for the moment . concode_field_sep Entropy entropy concode_elem_sep long keySize concode_elem_sep String computedKeyAlgorithm concode_elem_sep String c14nAlgorithm concode_elem_sep ReceivedKey receivedKey concode_elem_sep String encryptWith concode_elem_sep String keywrapAlgorithm concod...
void function ( String arg0 ) { this . c14nAlgorithm = arg0 ; }
15,715
retrieves the compiledstatement object having the specified compiled statement identifier , or null if no such compiledstatement object exists . concode_field_sep Database database concode_elem_sep IntKeyHashMap validationMap concode_elem_sep Hashtable sqlMap concode_elem_sep IntKeyHashMap csidMap concode_elem_sep int ...
CompiledStatement function ( int arg0 ) { return ( CompiledStatement ) csidMap . get ( arg0 ) ; }
15,716
simple util function which formats the time in milliseconds concode_field_sep PlaceHolder placeHolder concode_field_sep String returnDate concode_elem_sep ArrayList<String> returnListItems concode_elem_sep ArrayList<String> returnListNames concode_elem_sep ArrayList<Long> returnListDates concode_elem_sep void setTimein...
String function ( long arg0 ) { SimpleDateFormat loc0 = new SimpleDateFormat ( "srini_string" ) ; Date loc1 = new Date ( ) ; loc1 . setTime ( arg0 ) ; String loc2 = loc0 . format ( loc1 ) ; return loc2 ; }
15,717
constructs a standard memberclasses annotation . concode_field_sep CstString ACCESS_FLAGS_STRING concode_elem_sep CstString VALUE_STRING concode_elem_sep CstType SIGNATURE_TYPE concode_elem_sep CstString NAME_STRING concode_elem_sep CstType ANNOTATION_DEFAULT_TYPE concode_elem_sep CstType ENCLOSING_CLASS_TYPE concode_e...
Annotation function ( TypeList arg0 ) { CstArray loc0 = makeCstArray ( arg0 ) ; Annotation loc1 = new Annotation ( MEMBER_CLASSES_TYPE , SYSTEM ) ; loc1 . put ( new NameValuePair ( VALUE_STRING , loc0 ) ) ; loc1 . setImmutable ( ) ; return loc1 ; }
15,718
returns true if the buffer is currently pinned that is , if it has a nonzero pin count . concode_field_sep int modifiedBy concode_elem_sep Block blk concode_elem_sep int logSequenceNumber concode_elem_sep int pins concode_elem_sep int counter concode_elem_sep Page contents concode_field_sep void assignToBlock concode_e...
boolean function ( ) { return pins > 0 ; }
15,719
gets the local contact url concode_field_sep Vector<NameAddress> route concode_elem_sep NameAddress local_contact concode_elem_sep NameAddress remote_name concode_elem_sep NameAddress remote_contact concode_elem_sep String remote_tag concode_elem_sep String local_tag concode_elem_sep long remote_cseq concode_elem_sep N...
NameAddress function ( ) { return local_contact ; }
15,720
sets time range filter . concode_field_sep TimeRangeFilter timeRangeFilter concode_elem_sep List<ComponentFilter> componentFilters concode_elem_sep List<PropertyFilter> propFilters concode_elem_sep String name concode_elem_sep Log LOG concode_elem_sep IsNotDefinedFilter isNotDefinedFilter concode_field_sep void setName...
void function ( TimeRangeFilter arg0 ) { this . timeRangeFilter = arg0 ; }
15,721
returns previous day accepted by specified filter . this method looks for appropriate day up to a year back in time . if no such day was found within one year this method will return null . concode_field_sep boolean trading concode_elem_sep Schedule schedule concode_elem_sep List<Session> sessions concode_elem_sep bool...
Day function ( DayFilter arg0 ) { for ( int loc0 = 1 ; loc0 <= 366 ; loc0 ++ ) { Day loc1 = schedule . getDayById ( dayId - loc0 ) ; if ( arg0 . accept ( loc1 ) ) return loc1 ; } return null ; }
15,722
get custom serializer concode_field_sep java.lang.Double contribution concode_elem_sep java.lang.Boolean isPrimary concode_elem_sep com.netsuite.webservices.platform.core_2014_2.RecordRef salesRole concode_elem_sep java.lang.Object __equalsCalc concode_elem_sep boolean __hashCodeCalc concode_elem_sep com.netsuite.webse...
org . apache . axis . encoding . Serializer function ( java . lang . String arg0 , java . lang . Class arg1 , javax . xml . namespace . QName arg2 ) { return new org . apache . axis . encoding . ser . BeanSerializer ( arg1 , arg2 , typeDesc ) ; }
15,723
returns the ipentahosession for the current thread concode_field_sep Log logger concode_elem_sep ThreadLocal<IPentahoSession> perThreadSession concode_field_sep void removeSession concode_elem_sep void setSession
IPentahoSession function ( ) { IPentahoSession loc0 = perThreadSession . get ( ) ; if ( loc0 == null ) { logger . debug ( Messages . getInstance ( ) . getString ( "srini_string" , Thread . currentThread ( ) . getName ( ) ) ) ; } return loc0 ; }
15,724
returns the generated x. 509 certificate . concode_field_sep File privateKey concode_elem_sep InternalLogger logger concode_elem_sep Date DEFAULT_NOT_BEFORE concode_elem_sep File certificate concode_elem_sep X509Certificate cert concode_elem_sep Date DEFAULT_NOT_AFTER concode_elem_sep PrivateKey key concode_field_sep F...
X509Certificate function ( ) { return cert ; }
15,725
returns the document in which we parsed the rtf data . concode_field_sep int pos concode_elem_sep RTFScanner scanner concode_elem_sep Document doc concode_field_sep void parseDocument concode_elem_sep void parseHeader concode_elem_sep void parseFile concode_elem_sep void parse
Document function ( ) { return doc ; }
15,726
returns the jsonpath to find links with the given relation type . concode_field_sep Method compileMethod concode_elem_sep String pathTemplate concode_elem_sep MediaType mediaType concode_elem_sep Object emptyFilters concode_field_sep List<Link> findLinksWithRel concode_elem_sep List<Link> findLinksWithRel concode_elem_...
JsonPath function ( String arg0 ) { return ( JsonPath ) ReflectionUtils . invokeMethod ( compileMethod , null , String . format ( pathTemplate , arg0 ) , emptyFilters ) ; }
15,727
string wrapper for method setroleschemavaluepattern pattern use the x ? pattern constructs to set options . concode_field_sep boolean roleSchemaViaCredential concode_elem_sep char[] p concode_elem_sep Pattern roleSchemaValuePattern concode_elem_sep String u concode_elem_sep String applicationKey concode_elem_sep boolea...
void function ( String arg0 ) { setRoleSchemaValuePattern ( Pattern . compile ( arg0 ) ) ; }
15,728
gets the value of the overriddenteamaccesstype property . concode_field_sep Long teamId concode_elem_sep String userRecordTeamAssociationType concode_elem_sep TeamAccessType overriddenTeamAccessType concode_elem_sep TeamAccessType defaultTeamAccessType concode_field_sep void setTeamId concode_elem_sep void setUserRecor...
TeamAccessType function ( ) { return overriddenTeamAccessType ; }
15,729
removes and returns the last item . concode_field_sep boolean ordered concode_elem_sep int size concode_elem_sep short[] items concode_field_sep void mul concode_elem_sep void insert concode_elem_sep short random concode_elem_sep boolean removeAll concode_elem_sep void truncate concode_elem_sep int hashCode concode_ele...
short function ( ) { return items [ -- size ] ; }
15,730
helper method - loads a testmodel from the given uri concode_field_sep String VALIDATION_TESTMODEL_DIR concode_elem_sep IModelSequencer sequencer concode_field_sep ExecutionFlow loadExecutionFlowFromResource concode_elem_sep Statechart loadStatechartFromResource concode_elem_sep String getModelDirectory
Statechart function ( URI arg0 ) { ResourceSet loc0 = new ResourceSetImpl ( ) ; Resource loc1 = loc0 . getResource ( arg0 , true ) ; Statechart loc2 = ( Statechart ) EcoreUtil . getObjectByType ( loc1 . getContents ( ) , SGraphPackage . Literals . STATECHART ) ; return loc2 ; }
15,731
report an individual error event . this endpoint accepts < strong > either < / strong > an oauth token , < strong > or < / strong > an < a href = `` https://support.google.com/cloud/answer/6158862 '' > api key < / a > for authentication . to use an api key , append it to the url as the value of a ` key ` parameter . fo...
UnaryCallable < ReportErrorEventRequest , ReportErrorEventResponse > function ( ) { return reportErrorEventCallable ; }
15,732
evaluate the xpath and assert that content does n't exist . concode_field_sep XpathExpectationsHelper xpathHelper concode_field_sep ResultMatcher node concode_elem_sep ResultMatcher number concode_elem_sep ResultMatcher number concode_elem_sep ResultMatcher string concode_elem_sep ResultMatcher string concode_elem_sep ...
ResultMatcher function ( ) { return result -> { MockHttpServletResponse loc0 = result . getResponse ( ) ; xpathHelper . doesNotExist ( loc0 . getContentAsByteArray ( ) , getDefinedEncoding ( loc0 ) ) ; } ; }
15,733
returns the filters of the filter set . concode_field_sep Set<Filter> filters concode_field_sep int hashCode concode_elem_sep boolean equals concode_elem_sep void clear concode_elem_sep void addFilter concode_elem_sep void removeFilter concode_elem_sep String toString concode_elem_sep boolean accept
Set < Filter > function ( ) { return filters ; }
15,734
returns the address of this route . concode_field_sep Proxy proxy concode_elem_sep Address address concode_elem_sep boolean modernTls concode_elem_sep InetSocketAddress inetSocketAddress concode_field_sep Route flipTlsMode concode_elem_sep Proxy getProxy concode_elem_sep InetSocketAddress getSocketAddress concode_elem_...
Address function ( ) { return address ; }
15,735
returns true if this importdeclaration correctly matches to the given clazz concode_field_sep long serialVersionUID concode_elem_sep String target concode_field_sep void writeExternal concode_elem_sep String getTarget concode_elem_sep int hashCode concode_elem_sep boolean equals concode_elem_sep void readExternal conco...
boolean function ( Class < ? > arg0 ) { if ( this . target . equals ( arg0 . getName ( ) ) ) { return true ; } if ( this . target . endsWith ( "srini_string" ) ) { String loc0 = this . target . substring ( 0 , this . target . indexOf ( "srini_string" ) ) ; if ( loc0 . equals ( arg0 . getPackage ( ) . getName ( ) ) ) { ...
15,736
appends the given array to the stringbuffer in one line , separates it by semicolon and begins a new line concode_field_sep String mode concode_elem_sep Logger log concode_elem_sep Geometry zone concode_field_sep Integer getTripLocation concode_elem_sep void addTripValues concode_elem_sep String getMode concode_elem_se...
void function ( Number [ ] arg0 , StringBuffer arg1 ) { for ( int loc0 = 0 ; loc0 < arg0 . length ; loc0 ++ ) { arg1 . append ( "srini_string" + String . valueOf ( arg0 [ loc0 ] ) ) ; } arg1 . append ( "srini_string" ) ; }
15,737
registers a protocol under its name concode_field_sep int defaultPort concode_elem_sep CodecLookupService codecLookup concode_elem_sep String name concode_elem_sep SyncedStringMap dynamicPacketLookup concode_elem_sep ConcurrentHashMap<String,Protocol> PROTOCOL_MAP concode_elem_sep HandlerLookupService handlerLookup con...
void function ( Protocol arg0 ) { PROTOCOL_MAP . put ( arg0 . getName ( ) , arg0 ) ; }
15,738
indicates whether the image conversion mode is set to bitmap mode , i.e. the image shall be converted to a bitmap . concode_field_sep QName CONVERSION_MODE concode_elem_sep String CONVERSION_MODE_BITMAP concode_field_sep placeholderType placeHolder
boolean function ( Map arg0 ) { if ( arg0 == null ) { return false ; } String loc0 = ( String ) arg0 . get ( CONVERSION_MODE ) ; return isConversionModeBitmap ( loc0 ) ; }
15,739
fetch and format a message with one string argument . this is the most common usage . concode_field_sep MessageFormat messageFormat concode_elem_sep ResourceBundle textResources concode_field_sep void println concode_elem_sep void println concode_elem_sep void println concode_elem_sep void println concode_elem_sep void...
String function ( String arg0 , String arg1 ) { return format ( arg0 , new Object [ ] { arg1 } ) ; }
15,740
add a specific number of children to this expression . the children are popped off the head of the expressions . concode_field_sep String[] usage concode_elem_sep FindOptions options concode_elem_sep LinkedList<String> arguments concode_elem_sep Configuration conf concode_elem_sep String[] help concode_elem_sep LinkedL...
void function ( Deque < Expression > arg0 , int arg1 ) { for ( int loc0 = 0 ; loc0 < arg1 ; loc0 ++ ) { addChild ( arg0 . pop ( ) ) ; } }
15,741
merges fields specified by a fieldmask from one message to another . concode_field_sep String FIELD_SEPARATOR_REGEX concode_elem_sep String FIELD_PATH_SEPARATOR concode_elem_sep String FIELD_PATH_SEPARATOR_REGEX concode_elem_sep boolean replaceMessageFields concode_elem_sep boolean replaceRepeatedFields concode_field_s...
void function ( FieldMask arg0 , Message arg1 , Message . Builder arg2 , MergeOptions arg3 ) { new FieldMaskTree ( arg0 ) . merge ( arg1 , arg2 , arg3 ) ; }
15,742
return the direct index to use for retrieval . concode_field_sep InvertedIndex II concode_elem_sep InvertedIndex CII concode_elem_sep DirectIndex DiI concode_elem_sep TagLexicon TL concode_elem_sep ComparableLexicon CL concode_elem_sep boolean loadSuccess concode_elem_sep Lexicon L concode_elem_sep Index ind concode_el...
DirectIndex function ( ) { return DiI ; }
15,743
returns the resource block permission id of this resource block permission . concode_field_sep ResourceBlockPermission _resourceBlockPermission concode_field_sep boolean isFinderCacheEnabled concode_elem_sep void setExpandoBridgeAttributes concode_elem_sep void setExpandoBridgeAttributes concode_elem_sep void setExpand...
long function ( ) { return _resourceBlockPermission . getResourceBlockPermissionId ( ) ; }
15,744
test method for com.flatironschool.javacs.myarraylist #remove int . concode_field_sep List<Integer> mal concode_elem_sep List<Integer> list concode_field_sep void testClear concode_elem_sep void testSet concode_elem_sep void testContainsAll concode_elem_sep void testAddIntT concode_elem_sep void testIterator concode_el...
void function ( ) { Integer loc0 = mal . remove ( 1 ) ; assertThat ( loc0 , is ( new Integer ( 2 ) ) ) ; assertThat ( mal . size ( ) , is ( 2 ) ) ; assertThat ( mal . get ( 1 ) , is ( new Integer ( 3 ) ) ) ; }
15,745
check if array is sorted - useful for debugging . concode_field_sep int MEDIAN_OF_3_CUTOFF concode_elem_sep int INSERTION_SORT_CUTOFF concode_field_sep void insertionSort concode_elem_sep void exch concode_elem_sep void show concode_elem_sep int median3 concode_elem_sep void main concode_elem_sep void sort concode_elem...
boolean function ( Comparable [ ] arg0 ) { for ( int loc0 = 1 ; loc0 < arg0 . length ; loc0 ++ ) if ( less ( arg0 [ loc0 ] , arg0 [ loc0 - 1 ] ) ) return false ; return true ; }
15,746
create a pie slice . concode_field_sep Color color concode_elem_sep String legend concode_elem_sep String label concode_elem_sep int percent concode_field_sep String getLegend concode_elem_sep String getLabel concode_elem_sep Color getColor concode_elem_sep int getPercentage
Slice function ( final int arg0 , final Color arg1 , final String arg2 , final String arg3 ) { checkArgument ( arg0 >= 0 , "srini_string" , arg0 ) ; return new Slice ( arg0 , arg1 , arg2 , arg3 ) ; }
15,747
called on page transitions concode_field_sep PluginManager pluginManager concode_elem_sep int expectedBridgeSecret concode_elem_sep String LOG_TAG concode_elem_sep NativeToJsMessageQueue jsMessageQueue concode_field_sep void jsSetNativeToJsBridgeMode concode_elem_sep boolean isSecretEstablished concode_elem_sep boolean...
void function ( ) { expectedBridgeSecret = - 1 ; }
15,748
return a new instance with the give reduced set of columns concode_field_sep PlaceHolder placeHolder concode_field_sep boolean isSimplifiedBy concode_elem_sep Optional<LocalProperty<E>> withConstants concode_elem_sep Optional<LocalProperty<T>> translate concode_elem_sep Set<E> getColumns
LocalProperty < E > function ( Set < E > arg0 ) { if ( ! arg0 . equals ( getColumns ( ) ) ) { throw new IllegalArgumentException ( String . format ( "srini_string" , this , arg0 ) ) ; } return this ; }
15,749
gets the source positions list . concode_field_sep CatchBuilder unprocessedCatches concode_elem_sep OutputFinisher unprocessedInsns concode_elem_sep int positionInfo concode_elem_sep DalvInsnList insns concode_elem_sep CatchTable catches concode_elem_sep PositionList positions concode_elem_sep LocalList locals concode_...
PositionList function ( ) { finishProcessingIfNecessary ( ) ; return positions ; }
15,750
sets drink liquid concode_field_sep Map<Ingredient,Integer> mainIngredients concode_elem_sep Liquid liquid concode_elem_sep String name concode_elem_sep Map<Ingredient,Integer> optionalIngredients concode_elem_sep Map<Tare,Integer> tare concode_field_sep void setName concode_elem_sep String getName concode_elem_sep Map...
void function ( Liquid arg0 ) { this . liquid = arg0 ; }
15,751
retrieves the category the featureset was classified as . concode_field_sep float probability concode_elem_sep Collection<T> featureset concode_elem_sep K category concode_field_sep float getProbability concode_elem_sep Collection<T> getFeatureset concode_elem_sep String toString
K function ( ) { return category ; }
15,752
converts a long value with seconds since 1/1/1904 to date . concode_field_sep PlaceHolder placeHolder concode_field_sep placeholderType placeHolder
Date function ( long arg0 ) { return new Date ( ( arg0 - 2082844800L ) * 1000L ) ; }
15,753
retrieves the generated id for the savepoint that this savepoint object represents . concode_field_sep String name concode_elem_sep jdbcConnection connection concode_field_sep String getSavepointName concode_elem_sep String toString
int function ( ) { throw Util . notSupported ; }
15,754
any received message body lines concode_field_sep Integer contentLength concode_elem_sep List<String> body concode_elem_sep Logger log concode_elem_sep Map<Name,String> headers concode_field_sep void addBodyLine concode_elem_sep boolean hasHeader concode_elem_sep void addHeader concode_elem_sep Map<Name,String> getHead...
List < String > function ( ) { return body ; }
15,755
method description concode_field_sep BareJID clcon_user concode_field_sep ClusterRepoItem getItemInstance concode_elem_sep String getPropertyKey concode_elem_sep BareJID getRepoUser concode_elem_sep String getConfigKey
String [ ] function ( ) { return new String [ ] { DNSResolver . getDefaultHostname ( ) } ; }
15,756
build sortorder concode_field_sep String CACHED_NUMBER_LABEL concode_elem_sep Uri CONTENT_URI concode_elem_sep String CACHED_NAME concode_elem_sep String TYPE concode_elem_sep String DURATION concode_elem_sep String NEW concode_elem_sep String NUMBER concode_elem_sep String CACHED_NUMBER_TYPE concode_elem_sep int OUTGO...
String function ( int arg0 ) { String loc0 = DEFAULT_SORT_ORDER + "srini_string" + arg0 ; return loc0 ; }
15,757
get int64 concode_field_sep byte[] _byte concode_elem_sep String password concode_elem_sep BigDecimal number concode_elem_sep Float _float concode_elem_sep Integer integer concode_elem_sep Double _double concode_elem_sep String string concode_elem_sep DateTime dateTime concode_elem_sep byte[] binary concode_elem_sep In...
Long function ( ) { return int64 ; }
15,758
sets the lognode data will be sent to . . concode_field_sep LogNode mNext concode_field_sep void println concode_elem_sep LogNode getNext
void function ( LogNode arg0 ) { mNext = arg0 ; }
15,759
the default implementation only creates a new default project . clients may override if they want to contribute generatorspecific project setup concode_field_sep String SCT_GENERATOR_CONSOLE concode_elem_sep IGeneratorBridge bridge concode_elem_sep MessageConsoleStream error concode_elem_sep Injector injector concode_e...
void function ( IProject arg0 , GeneratorEntry arg1 ) { GeneratorUtils . createEmptyProject ( arg0 ) ; }
15,760
api to evict a document type object . concode_field_sep Logger LOGGER concode_elem_sep DocumentTypeDao documentTypeDao concode_field_sep List<DocumentType> getDocTypeByBatchInstanceIdentifier concode_elem_sep List<DocumentType> getDocTypeByBatchClassIdentifier concode_elem_sep List<DocumentType> getDocTypeByBatchClassI...
void function ( DocumentType arg0 ) { documentTypeDao . evict ( arg0 ) ; }
15,761
retrieve the content type of the request . concode_field_sep HttpServletRequest request concode_field_sep String getCharacterEncoding concode_elem_sep String toString concode_elem_sep int getContentLength concode_elem_sep InputStream getInputStream
String function ( ) { return request . getContentType ( ) ; }
15,762
creates a service name for the batch environment service . concode_field_sep ServiceName BATCH_THREAD_POOL_NAME concode_elem_sep ServiceName BASE_BATCH_THREAD_POOL_NAME concode_field_sep ServiceName beanManagerServiceName concode_elem_sep ServiceName jobOperatorServiceName concode_elem_sep ServiceName jobOperatorServic...
ServiceName function ( final DeploymentUnit arg0 ) { return arg0 . getServiceName ( ) . append ( "srini_string" ) . append ( "srini_string" ) ; }
15,763
gets the value of the value property . concode_field_sep String id concode_elem_sep String value concode_field_sep void setvalue concode_elem_sep void setId concode_elem_sep String getId
String function ( ) { return value ; }
15,764
returns the index indexsettings concode_field_sep Path translogPath concode_elem_sep ByteSizeValue DEFAULT_BUFFER_SIZE concode_elem_sep IndexSettings indexSettings concode_elem_sep ShardId shardId concode_elem_sep BigArrays bigArrays concode_elem_sep ByteSizeValue bufferSize concode_field_sep BigArrays getBigArrays con...
IndexSettings function ( ) { return indexSettings ; }
15,765
sets the value of the type property . concode_field_sep List<JAXBElement<String>> numberOrCaptionOrTitle concode_elem_sep BigInteger level concode_elem_sep String type concode_field_sep BigInteger getLevel concode_elem_sep String getType concode_elem_sep List<JAXBElement<String>> getNumberOrCaptionOrTitle concode_elem_...
void function ( String arg0 ) { this . type = arg0 ; }
15,766
returns the arbitrary string provided by the client associated with this subscription that is delivered to the target address with each notification or null for none . concode_field_sep Lock lock concode_elem_sep String topicId concode_elem_sep String DEFAULT_DATA_STORE_ID concode_elem_sep String clientToken concode_el...
String function ( ) { lock . lock ( ) ; try { return clientToken ; } finally { lock . unlock ( ) ; } }
15,767
is this a div operator . concode_field_sep EquationExpression inverse concode_elem_sep EquationExpression opposite concode_elem_sep Boolean containsSymbolicValues concode_field_sep T translateImpl concode_elem_sep boolean isSqrt concode_elem_sep boolean containsSymbolicValuesImpl concode_elem_sep boolean isSpecialSymbo...
boolean function ( ) { return false ; }
15,768
returns the opcode . concode_field_sep int size concode_elem_sep String name concode_elem_sep String description concode_elem_sep OperandToken[] tokens concode_elem_sep String opcode concode_elem_sep OperandTokenType type concode_field_sep int getSize concode_elem_sep String getName concode_elem_sep OperandTokenType ge...
String function ( ) { return opcode ; }
15,769
remove the managed bean based on the bean name . 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 concod...
void function ( String arg0 ) { FacesContext loc0 = FacesContext . getCurrentInstance ( ) ; ELContext loc1 = loc0 . getELContext ( ) ; ExpressionFactory loc2 = loc0 . getApplication ( ) . getExpressionFactory ( ) ; loc2 . createValueExpression ( loc1 , getJsfEl ( arg0 ) , Object . class ) . setValue ( loc1 , null ) ; }
15,770
returns the underlying shortbuffer . if you modify the buffer contents they wil be uploaded on the call to #bind . if you need immediate uploading use #setindices short , int , int . concode_field_sep IntBuffer tmpHandle concode_elem_sep boolean isDirty concode_elem_sep int usage concode_elem_sep boolean isBound concod...
ShortBuffer function ( ) { isDirty = true ; return buffer ; }
15,771
sets the value of the field property . concode_field_sep String field concode_elem_sep List<String> values concode_elem_sep PredicateOperator operator concode_field_sep List<String> getValues concode_elem_sep String getField concode_elem_sep void setOperator concode_elem_sep PredicateOperator getOperator
void function ( String arg0 ) { this . field = arg0 ; }
15,772
an action listener method called from the `` done '' button clicked when the user has completed all uploads concode_field_sep String RENDER_GROUP concode_elem_sep UploadModel uploadModel concode_elem_sep PortableRenderer portableRenderer concode_elem_sep String BEAN_NAME concode_elem_sep MediaHelper mediaHelper concode...
void function ( ActionEvent arg0 ) { uploadsCompleted ( uploadModel , mediaStore ) ; }
15,773
attempt to match the regular expression and line position provided at construction to the physical line . concode_field_sep Pattern pattern concode_elem_sep int startPosition concode_elem_sep int physicalLine concode_field_sep String toString concode_elem_sep String readPhysicalLines
boolean function ( int arg0 , int arg1 , FlatFileParser . LineReader arg2 ) { String loc0 = readPhysicalLines ( arg2 , physicalLine ) ; if ( loc0 == null ) return false ; if ( startPosition >= loc0 . length ( ) ) return false ; Matcher loc1 = pattern . loc1 ( loc0 ) ; return loc1 . find ( startPosition ) ; }
15,774
performs a dynamic query on the database and returns an ordered range of the matching rows . useful when paginating results . returns a maximum of end - start instances . start and end are not primary keys , they are indexes in the result set . thus , 0 refers to the first result in the set . setting both start and end...
java . util . List < T > function ( com . liferay . portal . kernel . dao . orm . DynamicQuery arg0 , int arg1 , int arg2 , com . liferay . portal . kernel . util . OrderByComparator < T > arg3 ) { return getService ( ) . arg0 ( arg0 , arg1 , arg2 , arg3 ) ; }
15,775
checks each of this object 's arguments for resolution , throwing a sqlexception if any arguments have not yet been resolved . concode_field_sep int iReturnType concode_elem_sep Expression eArg[] concode_elem_sep boolean bConnection concode_elem_sep Hashtable methodCache concode_elem_sep int iArgType[] concode_elem_sep...
void function ( ) { for ( int loc0 = 0 ; loc0 < iArgCount ; loc0 ++ ) { if ( eArg [ loc0 ] != null ) { eArg [ loc0 ] . checkResolved ( ) ; } } }
15,776
resets and returns elapsed time in milliseconds . concode_field_sep Logger logger concode_elem_sep long startNS concode_field_sep void resetAndLog
long function ( ) { long loc0 = System . nanoTime ( ) ; try { return TimeValue . nsecToMSec ( loc0 - startNS ) ; } finally { startNS = loc0 ; } }
15,777
randomly determine whether this call should result in a network failure in accordance with configured behavior . when true , #failureexception should be thrown . concode_field_sep int DEFAULT_DELAY_MS concode_elem_sep long delayMs concode_elem_sep int DEFAULT_VARIANCE_PERCENT concode_elem_sep Random random concode_elem...
boolean function ( ) { int loc0 = random . nextInt ( 100 ) ; return loc0 < failurePercent ; }
15,778
hashes a filename into the corresponding local directory , in a manner consistent with spark 's diskblockmanager.getfile . concode_field_sep Logger logger concode_elem_sep Executor directoryCleaner concode_elem_sep String appId concode_elem_sep ConcurrentMap<AppExecId,ExecutorShuffleInfo> executors concode_elem_sep Tra...
File function ( String [ ] arg0 , int arg1 , String arg2 ) { int loc0 = JavaUtils . nonNegativeHash ( arg2 ) ; String loc1 = arg0 [ loc0 % arg0 . length ] ; int loc2 = ( loc0 / arg0 . length ) % arg1 ; return new File ( new File ( loc1 , String . format ( "srini_string" , loc2 ) ) , arg2 ) ; }
15,779
visits the end of the class . this method , which is the last one to be called , is used to inform the visitor that all the fields and methods of the class have been visited . concode_field_sep ClassVisitor cv concode_elem_sep int api concode_field_sep FieldVisitor visitField concode_elem_sep AnnotationVisitor visitTyp...
void function ( ) { if ( cv != null ) { cv . visitEnd ( ) ; } }
15,780
returns true if type represents an in-process connection to a file backed database . concode_field_sep String S_URL_PREFIX concode_elem_sep String S_DOT concode_elem_sep String S_FILE concode_elem_sep String url_database concode_elem_sep String S_MEM concode_elem_sep String S_ALIAS concode_elem_sep String S_HSQLS conco...
boolean function ( String arg0 ) { if ( arg0 == S_FILE || arg0 == S_RES ) { return true ; } return false ; }
15,781
calculates the humidex feels like temperature from temperature and humidity . concode_field_sep PlaceHolder placeHolder concode_field_sep Double celsiusToFahrenheit concode_elem_sep String getWindDirection concode_elem_sep Double millimetersToInches concode_elem_sep double getSeaLevelPressure concode_elem_sep Double mp...
double function ( double arg0 , int arg1 ) { Double loc0 = 7.5 * arg0 / ( 237.7 + arg0 ) ; Double loc1 = 6.112 * Math . pow ( 10 , loc0 ) * arg1 / 100 ; return arg0 + ( 5d / 9d ) * ( loc1 - 10 ) ; }
15,782
evaluates the given expression to true or false . the given variables will be substituted in the expression . concode_field_sep String IGNORED_KEYWORDS_REGEX concode_elem_sep JexlEngine JEXL_STRICT concode_elem_sep JexlEngine JEXL concode_elem_sep Pattern NUMERIC_PATTERN concode_elem_sep Map<String,String> EL_SQL_MAP c...
boolean function ( String arg0 , Map < String , Object > arg1 ) { Object loc0 = evaluate ( arg0 , arg1 ) ; return ( loc0 != null && loc0 instanceof Boolean ) ? ( Boolean ) loc0 : false ; }
15,783
adds a publisher to the list of publishers concode_field_sep String _pages concode_elem_sep String _date concode_elem_sep List _author concode_elem_sep String _edition concode_elem_sep DocumentType _type concode_elem_sep String _title concode_elem_sep String _enum concode_elem_sep List _publisher concode_elem_sep List ...
void function ( Agent arg0 ) { _publisher . add ( arg0 ) ; }
15,784
returns the string representation for this object . concode_field_sep ArrayList<String> attributes concode_field_sep String getName concode_elem_sep String[] getValues concode_elem_sep Class<? extends Attribute> getCategory concode_elem_sep void addValue
String function ( ) { CPStringBuilder loc0 = new CPStringBuilder ( ) ; if ( attributes . size ( ) > 0 ) loc0 . append ( attributes . get ( 0 ) ) ; for ( int loc1 = 1 ; loc1 < attributes . size ( ) ; loc1 ++ ) loc0 . append ( "srini_string" + attributes . get ( loc1 ) ) ; return loc0 . toString ( ) ; }
15,785
entering 25 cents should make the display report 10 minutes parking time . concode_field_sep PayStation ps concode_field_sep void shouldNotAddToEmpty concode_elem_sep void shouldResetToZero concode_elem_sep void shouldClearAfterCancel concode_elem_sep void shouldClearMapOnCancel concode_elem_sep void shouldReturnReceip...
void function ( ) { ps . addPayment ( 25 ) ; assertEquals ( "srini_string" , 10 , ps . readDisplay ( ) ) ; }
15,786
called on page transitions concode_field_sep PluginManager pluginManager concode_elem_sep int expectedBridgeSecret concode_elem_sep String LOG_TAG concode_elem_sep NativeToJsMessageQueue jsMessageQueue concode_field_sep void jsSetNativeToJsBridgeMode concode_elem_sep boolean isSecretEstablished concode_elem_sep boolean...
void function ( ) { expectedBridgeSecret = - 1 ; }
15,787
retrieves prefix + '' in '' + elapsedtime + '' ms. '' concode_field_sep boolean running concode_elem_sep long total concode_elem_sep long startTime concode_elem_sep long lastStart concode_field_sep void zero concode_elem_sep long currentElapsedTime concode_elem_sep void stop concode_elem_sep void start concode_elem_sep...
String function ( String arg0 ) { return arg0 + "srini_string" + currentElapsedTime ( ) + "srini_string" ; }
15,788
enable/disable wrapping of text . concode_field_sep Font font concode_elem_sep TextPrinter printer concode_elem_sep boolean printLineNumbers concode_elem_sep String title concode_elem_sep String[] pageText concode_elem_sep int wrapOffset concode_elem_sep int pages concode_elem_sep boolean newLine concode_elem_sep boole...
void function ( boolean arg0 ) { wrapText = arg0 ; }
15,789
returns an unmodifiable view of the set of compilation units . concode_field_sep Map<String,CompiledClass> exposedClassFileMap concode_elem_sep Map<String,CompiledClass> classFileMapBySource concode_elem_sep Map<String,CompilationUnit> unitMap concode_elem_sep TypeOracleMediator mediator concode_elem_sep Map<String,Com...
Collection < CompilationUnit > function ( ) { return exposedUnits ; }
15,790
the number of accepted routes . concode_field_sep java.util.Date lastStatusChange concode_elem_sep Integer acceptedRouteCount concode_elem_sep String outsideIpAddress concode_elem_sep String statusMessage concode_elem_sep String status concode_field_sep String getOutsideIpAddress concode_elem_sep VgwTelemetry withStatu...
Integer function ( ) { return this . acceptedRouteCount ; }
15,791
sets the wsviewpk value for this wsgetview . concode_field_sep org.apache.axis.description.TypeDesc typeDesc concode_elem_sep java.lang.Object __equalsCalc concode_elem_sep boolean __hashCodeCalc concode_elem_sep org.talend.mdm.webservice.WSViewPK wsViewPK concode_field_sep org.apache.axis.description.TypeDesc getTypeD...
void function ( org . talend . mdm . webservice . WSViewPK arg0 ) { this . wsViewPK = arg0 ; }
15,792
always return 0 . concode_field_sep PlaceHolder placeHolder concode_field_sep AttributeSet getResolveParent concode_elem_sep Object getAttribute concode_elem_sep boolean containsAttributes concode_elem_sep Enumeration getAttributeNames concode_elem_sep boolean isDefined concode_elem_sep boolean isEqual concode_elem_sep...
int function ( ) { return 0 ; }
15,793
sets up file for writing concode_field_sep Logger log concode_elem_sep JsonParser jsonParser concode_elem_sep FileSystem fs concode_field_sep BufferedReader getFileToRead concode_elem_sep String getPathNoFile concode_elem_sep File processUnsplitFile concode_elem_sep List<File> split concode_elem_sep void setFilePropert...
BufferedOutputStream function ( String arg0 ) { Path loc0 = new Path ( arg0 ) ; BufferedOutputStream loc1 = new BufferedOutputStream ( new GZIPOutputStream ( fs . create ( loc0 , true ) ) ) ; return loc1 ; }
15,794
two objects that are equal are required to return the same hashcode . concode_field_sep PlaceHolder placeHolder concode_field_sep void testCloning concode_elem_sep void testFindRangeBounds concode_elem_sep void testPublicCloneable concode_elem_sep void testSerialization concode_elem_sep void testEquals
void function ( ) { WaterfallBarRenderer loc0 = new WaterfallBarRenderer ( ) ; WaterfallBarRenderer loc1 = new WaterfallBarRenderer ( ) ; assertTrue ( loc0 . equals ( loc1 ) ) ; int loc2 = loc0 . hashCode ( ) ; int loc3 = loc1 . hashCode ( ) ; assertEquals ( loc2 , loc3 ) ; }
15,795
gets the value of the label property . concode_field_sep List<Node> node concode_elem_sep NavigationDefault navigationDefault concode_elem_sep String label concode_field_sep void setNavigationDefault concode_elem_sep NavigationDefault getNavigationDefault concode_elem_sep void setLabel concode_elem_sep List<Node> getNo...
String function ( ) { return label ; }
15,796
gets the cache 's current number of entries . concode_field_sep Map<K,CacheEntry<K,V>> cache concode_elem_sep CacheEntry<K,V> before concode_elem_sep long lastUpdate concode_elem_sep CacheEntry<K,V> header concode_elem_sep long expirationThreshold concode_elem_sep List<EvictionListener<V>> evictionListeners concode_ele...
int function ( ) { return cache . size ( ) ; }
15,797
static helper so that it can be used both by the instance method , and in static init . concode_field_sep Map<Integer,Bug> bugs concode_elem_sep int idSequence concode_field_sep Bug getBug concode_elem_sep List<Bug> getAllBugs concode_elem_sep void saveOrUpdate
void function ( Bug arg0 ) { if ( arg0 . getId ( ) == null ) { arg0 . setId ( idSequence ++ ) ; } bugs . put ( arg0 . getId ( ) , arg0 ) ; }
15,798
gets the component id of the commandbutton , in the map ui , corresponding to this time zone . concode_field_sep Polygon mapPolygon concode_elem_sep String id concode_elem_sep String mapCommandButtonId concode_field_sep boolean isRelevantComponentId concode_elem_sep String getId concode_elem_sep Polygon getMapPolygon
String function ( ) { return mapCommandButtonId ; }
15,799
returns the modified date of this microblogs entry . concode_field_sep MicroblogsEntry _microblogsEntry concode_field_sep void setExpandoBridgeAttributes concode_elem_sep void setExpandoBridgeAttributes concode_elem_sep void setExpandoBridgeAttributes concode_elem_sep boolean isEscapedModel concode_elem_sep boolean isC...
Date function ( ) { return _microblogsEntry . getModifiedDate ( ) ; }