idx
int64
0
25k
question
stringlengths
71
7.19k
target
stringlengths
20
663
22,600
returns the type of precipitation , internal use only . concode_field_sep Double rain concode_elem_sep Double total concode_elem_sep Double snow concode_elem_sep Integer probability concode_elem_sep String type concode_field_sep void setSnow concode_elem_sep Integer getProbability concode_elem_sep void setRain concode_...
String function ( ) { return type ; }
22,601
get the reducer class for the job . concode_field_sep JobID jobId concode_elem_sep Credentials credentials concode_elem_sep UserGroupInformation ugi concode_elem_sep org.apache.hadoop.mapred.JobConf conf concode_field_sep String[] toTimestampStrs concode_elem_sep JobID getJobID concode_elem_sep Path[] getLocalCacheArch...
Class < ? extends Reducer < ? , ? , ? , ? >> function ( ) { return ( Class < ? extends Reducer < ? , ? , ? , ? >> ) conf . getClass ( REDUCE_CLASS_ATTR , Reducer . class ) ; }
22,602
returns the primary key of this phone . concode_field_sep Phone _phone concode_field_sep long getClassNameId concode_elem_sep void setExpandoBridgeAttributes concode_elem_sep boolean isEscapedModel concode_elem_sep boolean isCachedModel concode_elem_sep int compareTo concode_elem_sep Phone getWrappedModel concode_elem_...
long function ( ) { return _phone . getPrimaryKey ( ) ; }
22,603
stop the pumper as soon as possible . note that it may continue to block on the input stream but it will really stop the thread as soon as it gets eof or any byte , and it will be marked as finished . concode_field_sep boolean autoflush concode_elem_sep OutputStream os concode_elem_sep boolean closeWhenExhausted concod...
void function ( ) { finish = true ; notifyAll ( ) ; }
22,604
gets the value of the dsbindmechanismpid property . concode_field_sep String dsBindMapLabel concode_elem_sep List<DatastreamBinding> dsBinding concode_elem_sep String dsBindMapID concode_elem_sep String state concode_elem_sep DatastreamBindingMap.DsBindings dsBindings concode_elem_sep String dsBindMechanismPID concode_...
String function ( ) { return dsBindMechanismPID ; }
22,605
the type of the action . concode_field_sep String opType concode_elem_sep XContentBuilderString _TYPE concode_elem_sep String index concode_elem_sep Throwable cause concode_elem_sep String type concode_elem_sep XContentBuilderString ERROR concode_elem_sep XContentBuilderString _ID concode_elem_sep DocWriteResponse resp...
String function ( ) { if ( failure != null ) { return failure . getType ( ) ; } return response . getType ( ) ; }
22,606
used to save or update a tipo . concode_field_sep Session session concode_elem_sep Transaction transaction concode_field_sep void eliminarTipo concode_elem_sep Tipo listarTipoPorId concode_elem_sep List<Tipo> listarTipo
void function ( Tipo arg0 ) { try { session . saveOrUpdate ( arg0 ) ; } catch ( Exception loc0 ) { transaction . rollback ( ) ; loc0 . printStackTrace ( ) ; } }
22,607
converts the last path segment to a long . this supports a common convention for content uris where an id is stored in the last segment . concode_field_sep PlaceHolder placeHolder concode_field_sep Uri.Builder appendId concode_elem_sep Uri withAppendedId
long function ( Uri arg0 ) { String loc0 = arg0 . getLastPathSegment ( ) ; return loc0 == null ? - 1 : Long . parseLong ( loc0 ) ; }
22,608
get the notbefore value . concode_field_sep Long expires concode_elem_sep Long created concode_elem_sep Long updated concode_elem_sep Boolean enabled concode_elem_sep Long notBefore concode_field_sep DateTime expires concode_elem_sep Attributes withExpires concode_elem_sep Attributes withNotBefore concode_elem_sep Date...
DateTime function ( ) { if ( this . notBefore == null ) { return null ; } return new DateTime ( this . notBefore * 1000L , DateTimeZone . UTC ) ; }
22,609
sets the value of the alphabet property . concode_field_sep Generation generation concode_elem_sep List<ExtensionType> extension concode_elem_sep LengthType length concode_elem_sep AlphabetType alphabet concode_elem_sep ActivationLimitType activationLimit concode_field_sep void setLength concode_elem_sep void setActiva...
void function ( AlphabetType arg0 ) { this . alphabet = arg0 ; }
22,610
provides serialization support . concode_field_sep ChartRenderingInfo owner concode_elem_sep long serialVersionUID concode_elem_sep List subplotInfo concode_elem_sep Rectangle2D dataArea concode_elem_sep Rectangle2D plotArea concode_field_sep PlotRenderingInfo getSubplotInfo concode_elem_sep void setPlotArea concode_el...
void function ( ObjectInputStream arg0 ) { arg0 . defaultReadObject ( ) ; this . dataArea = ( Rectangle2D ) SerialUtilities . readShape ( arg0 ) ; this . plotArea = ( Rectangle2D ) SerialUtilities . readShape ( arg0 ) ; }
22,611
similar to #hflushfi01_a but for a pipeline 's 1st datanode concode_field_sep PlaceHolder placeHolder concode_field_sep void hFlushFi03_c concode_elem_sep void hFlushFi02_c concode_elem_sep void hFlushFi03_b concode_elem_sep void hFlushFi01_c concode_elem_sep void hFlushFi02_b concode_elem_sep void hFlushFi03_a concode...
void function ( ) { final String loc0 = FiTestUtil . getMethodName ( ) ; runDiskErrorTest ( new HdfsConfiguration ( ) , loc0 , AppendTestUtil . BLOCK_SIZE , new DerrAction ( loc0 , 1 ) , 1 , false ) ; }
22,612
create an instance of jaxbelement concode_field_sep QName _TimeResponse_QNAME concode_elem_sep QName _NetworkResponse_QNAME concode_elem_sep QName _Mem_QNAME concode_elem_sep QName _Time_QNAME concode_elem_sep QName _MemResponse_QNAME concode_elem_sep QName _Network_QNAME concode_field_sep Mem createMem concode_elem_se...
JAXBElement < TimeResponse > function ( TimeResponse arg0 ) { return new JAXBElement < TimeResponse > ( _TimeResponse_QNAME , TimeResponse . class , null , arg0 ) ; }
22,613
checks if is auto fetch . concode_field_sep DataType dbDataType concode_elem_sep Set<Class<?>> SUPPORTED_VERSION_FIELD_TYPES concode_elem_sep GenerationType generationType concode_elem_sep boolean nullable concode_elem_sep int FLAG_AUTO_FETCH concode_elem_sep int flags concode_elem_sep int FLAG_ID concode_elem_sep Stri...
boolean function ( ) { return ( ( flags & FLAG_AUTO_FETCH ) == FLAG_AUTO_FETCH ) ; }
22,614
obtains the fragment mappings . concode_field_sep String PREFIX concode_elem_sep FragmentMappingRoot fragmentRoot concode_elem_sep EObject root concode_field_sep void addFragment concode_elem_sep boolean containsFragments concode_elem_sep void setFragmentRoots concode_elem_sep EObject getFragmentReference concode_elem_...
List function ( ) { return ( fragmentRoot == null ) ? null : fragmentRoot . getNested ( ) ; }
22,615
equality comparison . concode_field_sep Hashtable _all concode_field_sep Enumeration all concode_elem_sep boolean add concode_elem_sep boolean add concode_elem_sep boolean contains concode_elem_sep int size concode_elem_sep void not_null concode_elem_sep int hashCode concode_elem_sep boolean is_superset_of concode_elem...
boolean function ( symbol_set arg0 ) { if ( arg0 == null || arg0 . size ( ) != size ( ) ) return false ; try { return is_subset_of ( arg0 ) ; } catch ( internal_error loc0 ) { loc0 . crash ( ) ; return false ; } }
22,616
called when an end block is encountered concode_field_sep char[] tokenBuffer concode_elem_sep StringBuffer unitBuffer concode_elem_sep Reader reader concode_elem_sep int BRACE_CLOSE concode_elem_sep int PAREN_CLOSE concode_elem_sep int BRACKET_OPEN concode_elem_sep int END concode_elem_sep boolean didPushChar concode_e...
void function ( int arg0 ) { }
22,617
returns width in 1/1000ths of point size of character at code point i concode_field_sep LineMetrics lineMetrics concode_elem_sep int ascender concode_elem_sep int descender concode_elem_sep int FONT_FACTOR concode_elem_sep Font f1 concode_elem_sep Graphics2D graphics concode_elem_sep FontMetrics fmt concode_elem_sep St...
int function ( int arg0 , String arg1 , int arg2 , int arg3 ) { int loc0 ; setFont ( arg1 , arg2 , arg3 ) ; loc0 = internalCharWidth ( arg0 ) * 1000 ; return loc0 ; }
22,618
sets the value of the act property . concode_field_sep String tpl concode_elem_sep Boolean can concode_elem_sep String act concode_elem_sep String wta concode_elem_sep String wtd concode_elem_sep String planAct concode_elem_sep Short rdelay concode_elem_sep String plat concode_field_sep boolean isSetWtd concode_elem_se...
void function ( String arg0 ) { this . act = arg0 ; }
22,619
gets the value of the title property . concode_field_sep String title concode_field_sep void setTitle
String function ( ) { return title ; }
22,620
authority to use username and password concode_field_sep String messageName concode_elem_sep String protocolClassName concode_elem_sep Protocol protocol concode_elem_sep boolean reflectionProtocol concode_elem_sep int port concode_elem_sep String protocolLocation concode_elem_sep boolean singleParameter concode_elem_se...
void function ( String arg0 ) { this . uriAuthority = arg0 ; }
22,621
returns the estimated number of blocks in the materialized table . it does not include the one-time cost of materializing the records . concode_field_sep Plan srcplan concode_elem_sep Transaction tx concode_field_sep Schema schema concode_elem_sep int distinctValues concode_elem_sep int recordsOutput concode_elem_sep S...
int function ( ) { TableInfo loc0 = new TableInfo ( "srini_string" , srcplan . schema ( ) ) ; double loc1 = ( double ) ( BLOCK_SIZE / loc0 . recordLength ( ) ) ; return ( int ) Math . ceil ( srcplan . recordsOutput ( ) / loc1 ) ; }
22,622
gets the value of the flavour property . concode_field_sep Layout layout concode_elem_sep List<JAXBElement<?>> pageOrGroupOrLine concode_elem_sep String flavour concode_elem_sep String name concode_elem_sep Boolean nowidget concode_elem_sep String align concode_elem_sep String clazz concode_elem_sep String target conco...
String function ( ) { return flavour ; }
22,623
returns the assertion 's source text after removing line breaks . limitation : line comments within the assertion 's source text are not handled . concode_field_sep String normalizedText concode_elem_sep List<Integer> textOffsets concode_elem_sep List<Integer> lineOffsets concode_elem_sep int firstLine concode_field_se...
String function ( ) { return normalizedText ; }
22,624
returns the human-readable name used for rendering in html . this may contain arbitrary character , and it can change . concode_field_sep PlaceHolder placeHolder concode_field_sep String getName concode_elem_sep Set<String> getMembers
String function ( ) { return getName ( ) ; }
22,625
returns a previously stored object . if the id is null the result is null , too . concode_field_sep boolean hasFailed concode_elem_sep ElementHandler parent concode_elem_sep StringBuffer buffer concode_elem_sep Context context concode_elem_sep boolean allowsSubelements concode_field_sep ElementHandler getParent concode...
Object function ( String arg0 ) { return arg0 == null ? null : parent . getObject ( arg0 ) ; }
22,626
reset the buffer to empty . this must only be called from the compositor thread . concode_field_sep DisplayPortMetrics[] mMetrics concode_elem_sep long[] mTimestamps concode_elem_sep String LOGTAG concode_elem_sep int mTail concode_elem_sep int BUFFER_SIZE concode_elem_sep int mHead concode_field_sep boolean add concod...
void function ( ) { mHead = ( mTail + BUFFER_SIZE - 1 ) % BUFFER_SIZE ; }
22,627
returns the number of sync devices . concode_field_sep ServiceTracker<SyncDeviceLocalService,SyncDeviceLocalService> _serviceTracker concode_field_sep com.liferay.sync.model.SyncDevice getSyncDeviceByUuidAndCompanyId concode_elem_sep java.lang.String getOSGiServiceIdentifier concode_elem_sep com.liferay.sync.model.Sync...
int function ( ) { return getService ( ) . getSyncDevicesCount ( ) ; }
22,628
test ttsservicemacos.getavailablevoices concode_field_sep PlaceHolder placeHolder concode_field_sep void getSupportedFormatsTest concode_elem_sep void synthesizeTest
void function ( ) { Assume . assumeTrue ( "srini_string" . equals ( System . getProperty ( "srini_string" ) ) ) ; MacTTSService loc0 = new MacTTSService ( ) ; Assert . assertFalse ( "srini_string" , loc0 . getAvailableVoices ( ) . isEmpty ( ) ) ; }
22,629
short form of the bitmaptomat bmp , mat , unpremultiplyalpha = false . concode_field_sep PlaceHolder placeHolder concode_field_sep void matToBitmap concode_elem_sep void matToBitmap concode_elem_sep Mat loadResource concode_elem_sep Mat loadResource concode_elem_sep String exportResource concode_elem_sep String exportR...
void function ( Bitmap arg0 , Mat arg1 ) { bitmapToMat ( arg0 , arg1 , false ) ; }
22,630
calls inputstream #read_string . concode_field_sep PlaceHolder placeHolder concode_field_sep String extract concode_elem_sep void insert concode_elem_sep String id concode_elem_sep TypeCode type concode_elem_sep void write
String function ( InputStream arg0 ) { return arg0 . read_string ( ) ; }
22,631
returns true if bytes is a well-formed utf-8 byte sequence according tounicode 6.0 . note that this is a stronger criterion than simply whether the bytes can be decoded . for example , some versions of the jdk decoder will accept `` non-shortest form '' byte sequences , but encoding never reproduces these . such byte s...
boolean function ( byte [ ] arg0 ) { return isWellFormed ( arg0 , 0 , arg0 . length ) ; }
22,632
send a message to all plugins . concode_field_sep CordovaWebView app concode_elem_sep CordovaInterface ctx concode_elem_sep HashMap<String,List<String>> urlMap concode_elem_sep int SLOW_EXEC_WARNING_THRESHOLD concode_elem_sep HashMap<String,CordovaPlugin> pluginMap concode_elem_sep HashMap<String,PluginEntry> entryMap ...
Object function ( String arg0 , Object arg1 ) { Object loc0 = this . ctx . onMessage ( arg0 , arg1 ) ; if ( loc0 != null ) { return loc0 ; } for ( CordovaPlugin loc1 : this . pluginMap . values ( ) ) { loc0 = loc1 . onMessage ( arg0 , arg1 ) ; if ( loc0 != null ) { return loc0 ; } } return null ; }
22,633
get custom serializer concode_field_sep com.netsuite.webservices.platform.core_2014_2.RecordRef childTab concode_elem_sep java.lang.String childDescr concode_elem_sep java.lang.Object __equalsCalc concode_elem_sep boolean __hashCodeCalc concode_elem_sep org.apache.axis.description.TypeDesc typeDesc concode_field_sep vo...
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 ) ; }
22,634
the set of sites corresponding to u.s. national labs and other dept. of energy facilities . concode_field_sep Location loc concode_elem_sep UsRegion state concode_field_sep EnumSet<NshmpSite> nehrp concode_elem_sep int compare concode_elem_sep EnumSet<NshmpSite> wus concode_elem_sep EnumSet<NshmpSite> alaska concode_el...
EnumSet < NshmpSite > function ( ) { return EnumSet . of ( DIABLO_CANYON_CA , SAN_ONOFRE_CA , PALO_VERDE_AZ , HANFORD_SITE_WA , IDAHO_NATIONAL_LAB_ID , LOS_ALAMOS_NATIONAL_LAB_NM ) ; }
22,635
removes the link from this instance through role `` probability '' to the given instance , if the link exists . if there is no such link , nothing happens . if the given instance is null , nothing happens . concode_field_sep GUID roleNextPageId concode_elem_sep GUID typeId concode_elem_sep GUID roleRequestURLId concode...
void function ( Object arg0 ) { if ( arg0 == null ) return ; store . removeLink ( this . id , roleProbabilityId , arg0 ) ; }
22,636
get the result . concode_field_sep T result concode_field_sep void setResult
T function ( ) { return result ; }
22,637
get login timeout . concode_field_sep PlaceHolder placeHolder concode_field_sep Connection getConnection concode_elem_sep Connection getConnection concode_elem_sep void setLogWriter concode_elem_sep void setLoginTimeout concode_elem_sep boolean isWrapperFor concode_elem_sep Logger getParentLogger concode_elem_sep Print...
int function ( ) { return 0 ; }
22,638
f0 - > `` while '' f1 - > '' '' f2 - > expression f3 - > '' '' f4 - > statement concode_field_sep PlaceHolder placeHolder concode_field_sep placeholderType placeHolder
void function ( WhileStatement arg0 , A arg1 ) { arg0 . f0 . accept ( this , arg1 ) ; arg0 . f1 . accept ( this , arg1 ) ; arg0 . f2 . accept ( this , arg1 ) ; arg0 . f3 . accept ( this , arg1 ) ; arg0 . f4 . accept ( this , arg1 ) ; }
22,639
converts map of strings to sparseannotations . concode_field_sep Logger log concode_field_sep Map<String,String> asMap concode_elem_sep MastershipRole translate concode_elem_sep org.onosproject.grpc.Device.MastershipRole translate concode_elem_sep DeviceDescription translate concode_elem_sep org.onosproject.grpc.Device...
SparseAnnotations function ( Map < String , String > arg0 ) { DefaultAnnotations . Builder loc0 = DefaultAnnotations . loc0 ( ) ; arg0 . entrySet ( ) . forEach ( e -> { if ( e . getValue ( ) != null ) { loc0 . set ( e . getKey ( ) , e . getValue ( ) ) ; } else { loc0 . remove ( e . getKey ( ) ) ; } } ) ; return loc0 . ...
22,640
get the node label concode_field_sep ArrayList<BaseNode> outgoingNodes concode_elem_sep ArrayList<BaseEdge> incoming concode_elem_sep ArrayList<BaseEdge> outgoing concode_elem_sep ArrayList<BaseNode> incomingNodes concode_elem_sep BaseSummaryNode parent concode_elem_sep List<BaseEdge> NO_EDGES concode_elem_sep boolean ...
String function ( ) { return label ; }
22,641
use max_follower to determine 1.0 score / granularity everyone over max_follower will have 1.0 score , should be improved for now to work with a value in interval 0,1 concode_field_sep float SIX_HOURS concode_elem_sep float ONE_DAY concode_elem_sep float THREE_HOURS concode_elem_sep float THREE_DAYS concode_elem_sep fl...
float function ( TweetObject arg0 ) { return ( arg0 . getNumberOfAuthorFollowers ( ) / MAX_FOLLOWER ) ; }
22,642
used to communicate feedback pop-up messages between a plugin tool and the main whitebox user-interface . concode_field_sep String[] args concode_elem_sep boolean cancelOp concode_elem_sep WhiteboxPluginHost myHost concode_elem_sep String previousProgressLabel concode_elem_sep int previousProgress concode_elem_sep bool...
void function ( String arg0 ) { if ( myHost != null ) { myHost . showFeedback ( arg0 ) ; } else { System . out . println ( arg0 ) ; } }
22,643
the string that matches the query string specified in the suggestrequest . concode_field_sep Long score concode_elem_sep String suggestion concode_elem_sep String id concode_field_sep int hashCode concode_elem_sep boolean equals concode_elem_sep SuggestionMatch clone concode_elem_sep SuggestionMatch withSuggestion conc...
String function ( ) { return this . suggestion ; }
22,644
get parameter value from the web.xml file 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 concode_elem_...
String function ( String arg0 ) { ServletContext loc0 = ( ServletContext ) FacesContext . getCurrentInstance ( ) . getExternalContext ( ) . getContext ( ) ; return loc0 . getInitParameter ( arg0 ) ; }
22,645
returns an instance of yarnexception concode_field_sep PlaceHolder placeHolder concode_field_sep Void unwrapAndThrowException concode_elem_sep T instantiateException
YarnException function ( Throwable arg0 ) { return new YarnException ( arg0 ) ; }
22,646
a debugging utility that prints to stdout the component 's minimum , preferred , and maximum sizes . concode_field_sep PlaceHolder placeHolder concode_field_sep void makeGrid concode_elem_sep void makeCompactGrid concode_elem_sep SpringLayout.Constraints getConstraintsForCell
void function ( Component arg0 ) { System . out . println ( "srini_string" + arg0 . getMinimumSize ( ) ) ; System . out . println ( "srini_string" + arg0 . getPreferredSize ( ) ) ; System . out . println ( "srini_string" + arg0 . getMaximumSize ( ) ) ; }
22,647
rubystring string #to_json_raw this method creates a json text from the result of a call to #to_json_raw_object of this string . 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_js...
IRubyObject function ( ThreadContext arg0 , IRubyObject arg1 , IRubyObject [ ] arg2 ) { RubyHash loc0 = toJsonRawObject ( arg0 , Utils . ensureString ( arg1 ) ) ; return Generator . generateJson ( arg0 , loc0 , Generator . HASH_HANDLER , arg2 ) ; }
22,648
whether the contents of the field are searchable . returns a reference to this object so that method calls can be chained together . concode_field_sep String sourceFields concode_elem_sep Boolean returnEnabled concode_elem_sep String defaultValue concode_elem_sep Boolean facetEnabled concode_elem_sep Boolean searchEnab...
LiteralArrayOptions function ( Boolean arg0 ) { this . searchEnabled = arg0 ; return this ; }
22,649
generates an error in the messager that was used to initialize this handlerlibrary . concode_field_sep boolean resolutionResetNeeded concode_elem_sep JavacAnnotationHandler<T> handler concode_elem_sep SortedSet<Long> priorities concode_elem_sep SortedSet<Long> prioritiesRequiringResolutionReset concode_elem_sep Map<Str...
void function ( String arg0 ) { javacError ( arg0 , null ) ; }
22,650
this method will empty the level cache concode_field_sep long lruCacheMemorySize concode_elem_sep Map<String,Cacheable> lruCacheMap concode_elem_sep int BYTE_CONVERSION_CONSTANT concode_elem_sep LogService LOGGER concode_elem_sep long currentSize concode_field_sep void initCache concode_elem_sep void removeKey concode_...
void function ( ) { synchronized ( lruCacheMap ) { lruCacheMap . clear ( ) ; } }
22,651
fetch data from resultset by given column names and types use default fetcher concode_field_sep PlaceHolder placeHolder concode_field_sep Object[][] fetchedResultToObjectArray
LinkedList < ArrayList < Object >> function ( ResultSet arg0 , String [ ] arg1 , String [ ] arg2 ) { dbUtilsDataFetcher loc0 = new dbUtilsDataFetcher ( ) ; return dbUtils . fetchDataByColumns ( arg0 , arg1 , arg2 , loc0 ) ; }
22,652
navigates a xml document through an xpath and creates a specific weatherbug data object location , station , and so on . java reflection errors are silently ignored . concode_field_sep Class[] ELEM_CLASS_ARRAY concode_field_sep String fixDegrees concode_elem_sep int getInt concode_elem_sep URL getURL concode_elem_sep S...
Object function ( Document arg0 , String arg1 , Class arg2 ) { List loc0 = bind ( arg0 , arg1 , arg2 ) ; if ( loc0 . isEmpty ( ) ) { return null ; } else { return loc0 . get ( 0 ) ; } }
22,653
returns the object pointed by the specified url connection uconn . concode_field_sep PlaceHolder placeHolder concode_field_sep placeholderType placeHolder
Object function ( URLConnection arg0 , Class [ ] arg1 ) { Object loc0 = getContent ( arg0 ) ; for ( int loc1 = 0 ; loc1 < arg1 . length ; loc1 ++ ) { if ( arg1 [ loc1 ] . isInstance ( loc0 ) ) { return loc0 ; } } return null ; }
22,654
clears both the request and response for the current request . application code should never need to call this directly . concode_field_sep ThreadLocal<HttpServletResponse> resp concode_elem_sep ThreadLocal<HttpServletRequest> req concode_field_sep void set concode_elem_sep HttpServletRequest getRequest concode_elem_se...
void function ( ) { RequestThreadLocal . set ( null , null ) ; }
22,655
obtains value of the coreprotocolpnames #http_element_charset parameter.if not set , defaults to us-ascii . concode_field_sep PlaceHolder placeHolder concode_field_sep ProtocolVersion getVersion concode_elem_sep boolean useExpectContinue concode_elem_sep void setHttpElementCharset concode_elem_sep void setVersion conco...
String function ( final HttpParams arg0 ) { if ( arg0 == null ) { throw new IllegalArgumentException ( "srini_string" ) ; } String loc0 = ( String ) arg0 . getParameter ( CoreProtocolPNames . HTTP_ELEMENT_CHARSET ) ; if ( loc0 == null ) { loc0 = HTTP . DEFAULT_PROTOCOL_CHARSET ; } return loc0 ; }
22,656
writes the isofile without calculating the dcf hash as described in the oma dcf specification 5.3 . concode_field_sep IsoBufferWrapper originalIso concode_elem_sep BoxParser boxParser concode_elem_sep List<Box> boxes concode_field_sep List<Sample<? extends TrackMetaDataContainer>> getTrack concode_elem_sep String bytes...
void function ( IsoOutputStream arg0 ) { try { for ( Box loc0 : boxes ) { loc0 . getBox ( arg0 ) ; } } finally { arg0 . flush ( ) ; } }
22,657
return integer tied to key + index pair concode_field_sep PlaceHolder placeHolder concode_field_sep Object getPrototype concode_elem_sep Object resolveAddress concode_elem_sep int tie concode_elem_sep int instance concode_elem_sep int address concode_elem_sep int address concode_elem_sep void untie concode_elem_sep int...
int function ( String arg0 , int arg1 ) { return CMemoryImpl . getInstance ( ) . tied ( arg0 , arg1 ) ; }
22,658
return a string representation of this object , which exposes only information that should be public . concode_field_sep String name concode_field_sep String getName
String function ( ) { StringBuffer loc0 = new StringBuffer ( "srini_string" ) ; loc0 . append ( this . name ) ; loc0 . append ( "srini_string" ) ; return ( loc0 . toString ( ) ) ; }
22,659
same as #get , included for completeness . concode_field_sep long _fuzzy_sum_cache concode_elem_sep int _Lscale concode_elem_sep long[] _t concode_elem_sep Unsafe _unsafe concode_elem_sep AtomicLongFieldUpdater<CAT> _resizerUpdater concode_elem_sep int MAX_SPIN concode_elem_sep long _resizers concode_elem_sep long _fuz...
int function ( ) { return ( int ) _cat . sum ( 0 ) ; }
22,660
used by the whitebox gui to tell if this plugin is still running . concode_field_sep String[] args concode_elem_sep boolean cancelOp concode_elem_sep WhiteboxPluginHost myHost concode_elem_sep String previousProgressLabel concode_elem_sep int previousProgress concode_elem_sep boolean amIActive concode_field_sep String ...
boolean function ( ) { return amIActive ; }
22,661
get the set of node names allowed by this nodetest . this is returned as a set of integer fingerprints . a null value indicates that all names are permitted i.e. that there are no constraints on the node name . the default implementation returns null . concode_field_sep PlaceHolder placeHolder concode_field_sep boolean...
IntHashSet function ( ) { return null ; }
22,662
this method resets the incoming events time events included . concode_field_sep boolean e concode_elem_sep SCInterfaceImpl sCInterface concode_elem_sep boolean f concode_elem_sep long x concode_elem_sep boolean jc concode_elem_sep int nextStateIndex concode_elem_sep boolean jd concode_elem_sep State[] stateVector conco...
void function ( ) { sCInterface . clearEvents ( ) ; }
22,663
stops all delayed events . concode_field_sep Map<HmDatapointInfo,Timer> delayedEvents concode_elem_sep Logger logger concode_field_sep void start concode_elem_sep void execute
void function ( ) { for ( Timer loc0 : delayedEvents . values ( ) ) { loc0 . cancel ( ) ; } delayedEvents . clear ( ) ; }
22,664
specify if the csv file is fixed width . defaults to false concode_field_sep char delimiter concode_elem_sep boolean fixedWidth concode_elem_sep char fillChar concode_elem_sep boolean ignoreValueDelimiter concode_elem_sep boolean ignoreDelimiter concode_elem_sep int fill concode_elem_sep int FILLNONE concode_elem_sep i...
void function ( boolean arg0 ) { this . fixedWidth = arg0 ; }
22,665
maps a ast to its associated symtabast . concode_field_sep ASTManager INSTANCE concode_elem_sep Map mCheckNodes concode_elem_sep Map mMap concode_elem_sep SymTabAST mCompleteTree concode_elem_sep Map mTrees concode_field_sep void buildTree concode_elem_sep void removeCheck concode_elem_sep void addTree concode_elem_sep...
void function ( AST arg0 , SymTabAST arg1 ) { mMap . put ( arg0 , arg1 ) ; }
22,666
determine the relative order of this and that , as specified by comparable . the timestamp is most significant ; that is , if the timestamps are different , return 1 or -1 . if this contains only a timestamp with no nonce etc. , return -1 or 0 . the treatment of the nonce etc. is murky , although 0 is returned only if ...
int function ( UsedNonce arg0 ) { return ( arg0 == null ) ? 1 : sortKey . compareTo ( arg0 . sortKey ) ; }
22,667
returns strategy plugin id . concode_field_sep String ALL_ID concode_elem_sep String id concode_elem_sep StrategyType type concode_field_sep StrategyType getType concode_elem_sep InitializationStrategy before concode_elem_sep InitializationStrategy afterAll concode_elem_sep InitializationStrategy beforeAll concode_elem...
String function ( ) { return id ; }
22,668
get the columns found in `` insert into col1 , col2 . . ... '' concode_field_sep boolean returningAllColumns concode_elem_sep Select select concode_elem_sep boolean useSelectBrackets concode_elem_sep List<Column> columns concode_elem_sep ItemsList itemsList concode_elem_sep boolean useValues concode_elem_sep List<Selec...
List < Column > function ( ) { return columns ; }
22,669
checks if the operator of this relation is a slice gt , gte , lte , lt . concode_field_sep Operator relationType concode_field_sep Restriction newIsNotRestriction concode_elem_sep List<Term> toTerms concode_elem_sep Restriction newLikeRestriction concode_elem_sep boolean isLIKE concode_elem_sep boolean onToken concode_...
boolean function ( ) { return relationType == Operator . GT || relationType == Operator . GTE || relationType == Operator . LTE || relationType == Operator . LT ; }
22,670
returns the next previous of the current graphicsnode . if the current graphics node does not have a previous sibling , returns null and retains the current node . concode_field_sep GraphicsNode gvtRoot concode_elem_sep GraphicsNode currentNode concode_elem_sep GraphicsNode treeRoot concode_field_sep GraphicsNode paren...
GraphicsNode function ( ) { GraphicsNode loc0 = getPreviousSibling ( currentNode ) ; if ( loc0 != null ) { currentNode = loc0 ; } return loc0 ; }
22,671
moves the file entry from a trashed folder to the new folder . concode_field_sep DLTrashService _dlTrashService concode_field_sep java.lang.String getOSGiServiceIdentifier concode_elem_sep com.liferay.portal.kernel.repository.model.Folder moveFolderFromTrash concode_elem_sep com.liferay.portal.kernel.repository.model.F...
com . liferay . portal . kernel . repository . model . FileEntry function ( long arg0 , long arg1 , com . liferay . portal . service . ServiceContext arg2 ) { return _dlTrashService . moveFileEntryFromTrash ( arg0 , arg1 , arg2 ) ; }
22,672
returns the error message given the error code . this method is be used when throwing exception other than hsqlexception . concode_field_sep String MESSAGE_TAG concode_elem_sep int SQL_STATE_DIGITS concode_elem_sep int ERROR_CODE_BASE concode_elem_sep int bundleHandle concode_elem_sep String errPropsName concode_elem_s...
String function ( final int arg0 ) { return getResourceString ( arg0 ) ; }
22,673
sets the value of the airportcode property . concode_field_sep String airportCode concode_field_sep String getAirportCode
void function ( String arg0 ) { this . airportCode = arg0 ; }
22,674
saves parameters for startactivityforresult . concode_field_sep Activity activity concode_elem_sep CordovaPlugin permissionResultCallback concode_elem_sep int resultCode concode_elem_sep int activityResultRequestCode concode_elem_sep Intent intent concode_elem_sep Bundle savedPluginState concode_elem_sep String TAG con...
void function ( Bundle arg0 ) { if ( activityResultCallback != null ) { String loc0 = activityResultCallback . getServiceName ( ) ; arg0 . putString ( "srini_string" , loc0 ) ; } if ( pluginManager != null ) { arg0 . putBundle ( "srini_string" , pluginManager . onSaveInstanceState ( ) ) ; } }
22,675
template method that allows for manipulating the imagewriteparam before it is used to write an image.default implementation is empty . concode_field_sep List<MediaType> readableMediaTypes concode_elem_sep File cacheDir concode_elem_sep MediaType defaultContentType concode_field_sep void setDefaultContentType concode_el...
void function ( ImageWriteParam arg0 ) { }
22,676
submits the given runnable/callable/task for execution in a separate thread ; supported keys in the map include : tags add ' l tags to put on the resulting task , description string , and others as described in the reference below concode_field_sep PlaceHolder placeHolder concode_field_sep Task<T> submitInternal concod...
Task < ? > function ( Map < ? , ? > arg0 , Runnable arg1 ) { return submitInternal ( arg0 , arg1 ) ; }
22,677
called before the indexing occurs . concode_field_sep PlaceHolder placeHolder concode_field_sep void postIndexUnderLock concode_elem_sep Engine.Index preIndex concode_elem_sep void postIndex concode_elem_sep void postDeleteUnderLock concode_elem_sep void postDelete concode_elem_sep Engine.Delete preDelete concode_elem_...
Engine . Create function ( Engine . Create arg0 ) { return arg0 ; }
22,678
query whether the given string is an implemented rewire algorithm . concode_field_sep EdgeLabeler<N,E> el concode_elem_sep Graph<N,E> graph concode_field_sep void add concode_elem_sep Rewire<N,L> factory concode_elem_sep void rewire concode_elem_sep Constructor<? extends Rewire<N,L>> factory_con concode_elem_sep String...
boolean function ( String arg0 ) { try { Class . forName ( alg2class_name ( arg0 ) ) ; } catch ( ClassNotFoundException loc0 ) { return false ; } return true ; }
22,679
called when blojsomservlet is taken out of service concode_field_sep String DEFAULT_IP_WHITELIST_FILE concode_elem_sep String IP_BLACKLIST_IP concode_elem_sep String IP_WHITELIST_IP concode_elem_sep BlojsomConfiguration _blojsomConfiguration concode_elem_sep boolean DEFAULT_DELETE_IPSPAM concode_elem_sep String DELETE_...
void function ( ) { }
22,680
convenience wrapper for adderror . concode_field_sep CompilerConfiguration configuration concode_elem_sep LinkedList warnings concode_elem_sep LinkedList errors concode_field_sep Message getLastError concode_elem_sep boolean hasErrors concode_elem_sep Exception getException concode_elem_sep List getWarnings concode_ele...
void function ( String arg0 , CSTNode arg1 , SourceUnit arg2 ) { addError ( new LocatedMessage ( arg0 , arg1 , arg2 ) ) ; }
22,681
get the file this stack frame points to . js traces return the full path to the file here , while java traces only return the file name the path is not known . concode_field_sep int mLine concode_elem_sep String mFileName concode_elem_sep String mFile concode_elem_sep int mColumn concode_elem_sep String mMethod concode...
String function ( ) { return mFile ; }
22,682
stop the current video concode_field_sep int mItemId concode_elem_sep MediaItem mCurrentItem concode_elem_sep LocalSessionManager mLocalSessionManager concode_elem_sep boolean mPaused concode_elem_sep DummyPlayer mPlayer concode_elem_sep int mSessionId concode_elem_sep boolean mSessionValid concode_elem_sep RemoteSessi...
void function ( ) { Log . v ( TAG , "srini_string" , mName ) ; if ( ! mSessionValid ) { return ; } checkPlayer ( ) ; mPlayer . stop ( ) ; mCurrentItem = null ; mPaused = false ; updateStatus ( ) ; }
22,683
sets follow concode_field_sep long serialVersionUID concode_elem_sep int count concode_elem_sep double[][] locations concode_elem_sep String[] language concode_elem_sep long[] follow concode_elem_sep String[] track concode_elem_sep String filterLevel concode_field_sep String toLocationsString concode_elem_sep HttpParam...
FilterQuery function ( long ... arg0 ) { this . follow = arg0 ; return this ; }
22,684
get the non read only results from the query , causing the query to be run . concode_field_sep Class<?> targetClass concode_elem_sep List<PropertyCriteria> criteria concode_field_sep Property<V> getSingleResult concode_elem_sep Property<V> getFirstWritableResult concode_elem_sep Property<V> getWritableSingleResult conc...
Map < String , Property < V >> function ( ) { return getResultList ( true ) ; }
22,685
add a `` public '' directive . this directive indicates that any cache may store the response , even if the response would normally be non-cacheable or cacheable only within a private cache . concode_field_sep long maxAge concode_elem_sep boolean cachePrivate concode_elem_sep boolean noTransform concode_elem_sep long s...
CacheControl function ( ) { this . cachePublic = true ; return this ; }
22,686
returns the sample standard deviation in the subarray a lo . . hi , nan if no such value . concode_field_sep PlaceHolder placeHolder concode_field_sep double stddevp concode_elem_sep double stddevp concode_elem_sep double min concode_elem_sep double min concode_elem_sep int min concode_elem_sep double max concode_elem_...
double function ( double [ ] arg0 , int arg1 , int arg2 ) { return Math . sqrt ( var ( arg0 , arg1 , arg2 ) ) ; }
22,687
get custom serializer concode_field_sep int spellTreshold concode_elem_sep java.lang.String conceptName concode_elem_sep org.talend.mdm.webservice.WSWhereItem wsWhereItem concode_elem_sep java.lang.Object __equalsCalc concode_elem_sep boolean __hashCodeCalc concode_elem_sep org.apache.axis.description.TypeDesc typeDesc...
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 ) ; }
22,688
creates a new feed with the primary key . does not add the feed to the database . concode_field_sep FeedPersistence _persistence concode_field_sep int countAll concode_elem_sep void cacheResult concode_elem_sep void cacheResult concode_elem_sep List<Feed> findWithDynamicQuery concode_elem_sep List<Feed> findWithDynamic...
Feed function ( long arg0 ) { return getPersistence ( ) . create ( arg0 ) ; }
22,689
the error message for an individual record result . concode_field_sep String recordId concode_elem_sep String errorMessage concode_elem_sep String errorCode concode_field_sep void setRecordId concode_elem_sep void setErrorMessage concode_elem_sep String getRecordId concode_elem_sep PutRecordBatchResponseEntry withError...
String function ( ) { return this . errorMessage ; }
22,690
gets the value of the itembins property . concode_field_sep RecordRef item concode_elem_sep String itemName concode_elem_sep Double quantity concode_elem_sep String itemBlank concode_elem_sep String itemUnitsLabel concode_elem_sep InventoryDetail inventoryDetail concode_elem_sep String itemBins concode_elem_sep String ...
String function ( ) { return itemBins ; }
22,691
add message to inbound message list and add to flow control buffers . concode_field_sep List<AndesMessage> messageList concode_field_sep void registerClear concode_elem_sep AndesMessage registerPopMessage concode_elem_sep List<AndesMessage> getMessageList concode_elem_sep void clear concode_elem_sep int getTotalChunkCo...
void function ( AndesMessage arg0 , AndesChannel arg1 ) { arg1 . recordAdditionToBuffer ( arg0 . getContentChunkList ( ) . size ( ) ) ; messageList . add ( arg0 ) ; }
22,692
returns the median . concode_field_sep Number q1 concode_elem_sep Number q3 concode_elem_sep long serialVersionUID concode_elem_sep Number median concode_elem_sep Number minRegularValue concode_elem_sep Number mean concode_elem_sep Number minOutlier concode_elem_sep Number maxRegularValue concode_elem_sep List outliers...
Number function ( ) { return this . median ; }
22,693
this is setter method for subsubcategoryname concode_field_sep Integer subCategoryID concode_elem_sep String subCategoryName concode_field_sep Integer getSubCategoryID concode_elem_sep String getSubCategoryName concode_elem_sep void setSubCategoryID
void function ( String arg0 ) { this . subCategoryName = arg0 ; }
22,694
gets the recurrenceid value for this billingschedulerecurrence . concode_field_sep java.util.Calendar recurrenceDate concode_elem_sep org.apache.axis.description.TypeDesc typeDesc concode_elem_sep java.lang.Double amount concode_elem_sep java.lang.Object __equalsCalc concode_elem_sep java.lang.Long count concode_elem_s...
java . lang . Long function ( ) { return recurrenceId ; }
22,695
helper for success callbacks that just returns the status.ok by default concode_field_sep String callbackId concode_elem_sep CordovaWebView webView concode_elem_sep int changingThreads concode_elem_sep String LOG_TAG concode_elem_sep boolean finished concode_field_sep boolean isChangingThreads concode_elem_sep String g...
void function ( ) { sendPluginResult ( new PluginResult ( PluginResult . Status . OK ) ) ; }
22,696
returns an immutablemapparameter instance containing three entries . concode_field_sep String UNMODIFIABLE_MESSAGE concode_elem_sep Map<K,V> entries concode_elem_sep String DUPLICATED_KEY_MESSAGE concode_elem_sep Map<K,V> map concode_field_sep Set<Entry<K,V>> entrySet concode_elem_sep boolean containsKey concode_elem_s...
ImmutableMapParameter < K , V > function ( K arg0 , V arg1 , K arg2 , V arg3 , K arg4 , V arg5 ) { Map < K , V > loc0 = new HashMap < K , V > ( ) ; putAndWarnDuplicateKeys ( loc0 , arg0 , arg1 ) ; putAndWarnDuplicateKeys ( loc0 , arg2 , arg3 ) ; putAndWarnDuplicateKeys ( loc0 , arg4 , arg5 ) ; return new ImmutableMapPa...
22,697
set a named property . we do nothing here , so all properties are effectively read-only . concode_field_sep Scriptable parent concode_elem_sep int dim concode_elem_sep List<Object> list concode_elem_sep Scriptable prototype concode_field_sep Scriptable getPrototype concode_elem_sep void setPrototype concode_elem_sep bo...
void function ( String arg0 , Scriptable arg1 , Object arg2 ) { }
22,698
returns the indicated part of the given java.util.date object . concode_field_sep Calendar today concode_elem_sep String zerodatetime concode_elem_sep Calendar tempCalGMT concode_elem_sep SimpleDateFormat sdfd concode_elem_sep SimpleDateFormat sdfts concode_elem_sep Date currentDate concode_elem_sep String sdfdPattern ...
int function ( java . util . Date arg0 , int arg1 ) { synchronized ( tempCalDefault ) { tempCalDefault . setTime ( arg0 ) ; return tempCalDefault . get ( arg1 ) ; } }
22,699
returns a string representation of this object ; useful for testing and debugging . concode_field_sep String instanceId concode_field_sep String getInstanceId concode_elem_sep Instance withInstanceId concode_elem_sep int hashCode concode_elem_sep boolean equals concode_elem_sep Instance clone concode_elem_sep void setI...
String function ( ) { StringBuilder loc0 = new StringBuilder ( ) ; loc0 . append ( "srini_string" ) ; if ( getInstanceId ( ) != null ) loc0 . append ( "srini_string" + getInstanceId ( ) ) ; loc0 . append ( "srini_string" ) ; return loc0 . toString ( ) ; }