idx
int64
0
25k
question
stringlengths
71
7.19k
target
stringlengths
20
663
10,900
gets whether the effect should render new frames automatically which it does by default . if true , you can render frames manually by calling the render instance method of an effect . this is used by effect.parallel . concode_field_sep boolean fired concode_elem_sep boolean submit concode_elem_sep boolean queued concod...
boolean function ( ) { return sync ; }
10,901
add left-over unrecognized option/argument . concode_field_sep List<Option> options concode_elem_sep List<String> args concode_elem_sep long serialVersionUID concode_field_sep Properties getOptionProperties concode_elem_sep Option resolveOption concode_elem_sep Iterator<Option> iterator concode_elem_sep boolean hasOpti...
void function ( String arg0 ) { args . add ( arg0 ) ; }
10,902
setcommandprefix concode_field_sep String m_commandPrefix concode_elem_sep String m_name concode_elem_sep String m_outputMimeType concode_elem_sep String m_graphHeight concode_elem_sep String m_includeDirectory concode_elem_sep String m_defaultReport concode_elem_sep int m_includeRescanInterval concode_elem_sep String ...
void function ( String arg0 ) { m_commandPrefix = arg0 ; }
10,903
relinquishes exclusive write access to the guacamole instruction stream . this function should be called whenever a thread finishes using a guacamoletunnel 's guacamolewriter . concode_field_sep ReentrantLock writerLock concode_elem_sep ReentrantLock readerLock concode_field_sep boolean hasQueuedReaderThreads concode_e...
void function ( ) { writerLock . unlock ( ) ; }
10,904
retrieves the registered compiled statement identifier associated with the specified sql string , or a value less than zero , if no such statement has been registered . concode_field_sep Database database concode_elem_sep LongKeyHashMap sessionUseMap concode_elem_sep IntKeyHashMap schemaMap concode_elem_sep LongKeyHash...
long function ( HsqlName arg0 , String arg1 ) { LongValueHashMap loc0 = ( LongValueHashMap ) schemaMap . get ( arg0 . hashCode ( ) ) ; if ( loc0 == null ) { return - 1 ; } return loc0 . get ( arg1 , - 1 ) ; }
10,905
checks that value is present as at least one of the elements of the array . concode_field_sep Object[] EMPTY concode_elem_sep Object[] sCache concode_elem_sep int CACHE_SIZE concode_field_sep int idealByteArraySize concode_elem_sep int idealObjectArraySize concode_elem_sep int idealShortArraySize concode_elem_sep boole...
boolean function ( T [ ] arg0 , T arg1 ) { for ( T loc0 : arg0 ) { if ( loc0 == null ) { if ( arg1 == null ) return true ; } else { if ( arg1 != null && loc0 . equals ( arg1 ) ) return true ; } } return false ; }
10,906
returns true if the logger instance has info level logging enabled . concode_field_sep ALogger logger concode_elem_sep play.api.Logger logger concode_field_sep void warn concode_elem_sep void warn concode_elem_sep void warn concode_elem_sep void warn concode_elem_sep void warn concode_elem_sep void warn concode_elem_se...
boolean function ( ) { return logger . isInfoEnabled ( ) ; }
10,907
operation label accessor . concode_field_sep java.lang.Object server concode_elem_sep boolean stopped concode_elem_sep boolean clientT concode_elem_sep com.ericsson.otp.erlang.OtpErlangRef send_ref concode_elem_sep java.lang.String cookie concode_elem_sep com.ericsson.otp.erlang.OtpOutputStream os concode_elem_sep com....
int function ( java . util . Dictionary arg0 ) { java . lang . Integer loc0 = ( java . lang . Integer ) arg0 . get ( operation ) ; if ( loc0 == null ) return - 1 ; return loc0 . intValue ( ) ; }
10,908
limit the number of attributes an element can have concode_field_sep SystemProperties s_aInstance concode_elem_sep Logger s_aLogger concode_elem_sep Set<String> s_aWarnedPropertyNames concode_field_sep String removePropertyValue concode_elem_sep String getJavaLibraryPath concode_elem_sep String getPropertyValueOrNull c...
void function ( final int arg0 ) { setPropertyValue ( "srini_string" , Integer . toString ( arg0 ) ) ; setPropertyValue ( "srini_string" , Integer . toString ( arg0 ) ) ; }
10,909
tries to find a file with one of a number of possible names in a search path . concode_field_sep Function<Path,Boolean> IS_REGULAR_FILE concode_elem_sep Function<Path,Boolean> EXISTS concode_elem_sep Function<Path,Boolean> IS_EXECUTABLE concode_field_sep Boolean apply concode_elem_sep Boolean apply concode_elem_sep Boo...
Optional < Path > function ( Set < String > arg0 , Iterable < Path > arg1 , Function < Path , Boolean > arg2 ) { for ( Path loc0 : arg1 ) { for ( String loc1 : arg0 ) { Path loc2 = loc0 . resolve ( loc1 ) ; if ( arg2 . apply ( loc2 ) ) { return Optional . of ( loc2 ) ; } } } return Optional . absent ( ) ; }
10,910
sets the value of the width property . concode_field_sep BigDecimal colspan concode_elem_sep BigDecimal colspanS concode_elem_sep BigDecimal rowspan concode_elem_sep String x concode_elem_sep String width concode_elem_sep String y concode_elem_sep String z concode_elem_sep BigDecimal colspanM concode_field_sep void set...
void function ( String arg0 ) { this . width = arg0 ; }
10,911
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 ; }
10,912
start up the host application . concode_field_sep PlaceHolder placeHolder concode_field_sep void run
void function ( String [ ] arg0 ) { SunSpotHostApplication loc0 = new SunSpotHostApplication ( ) ; loc0 . run ( ) ; }
10,913
returns the progress object with the given id or null if one does not exist . concode_field_sep Throwable _failure concode_elem_sep boolean _reset concode_elem_sep boolean _canceled concode_elem_sep boolean _completionEventsFired concode_elem_sep long _maximum concode_elem_sep boolean _done concode_elem_sep long _value...
AjaxProgress function ( WOSession arg0 , String arg1 ) { AjaxProgress loc0 = null ; NSDictionary loc1 = ( NSDictionary ) arg0 . objectForKey ( AjaxProgressBar . AJAX_PROGRESSES_KEY ) ; if ( loc1 != null ) { loc0 = ( AjaxProgress ) loc1 . objectForKey ( arg1 ) ; } return loc0 ; }
10,914
substracts the given vector from this vector . concode_field_sep Vector2 tmp concode_elem_sep float x concode_elem_sep float y concode_field_sep Vector2 add concode_elem_sep Vector2 add concode_elem_sep float dst2 concode_elem_sep float lengthSquared concode_elem_sep Vector2 set concode_elem_sep Vector2 set concode_ele...
Vector2 function ( Vector2 arg0 ) { x -= arg0 . x ; y -= arg0 . y ; return this ; }
10,915
method used to select the library for these files concode_field_sep String libraryName concode_elem_sep NcbiLibrarySelection librarySelection concode_elem_sep NcbiLibraryStrategy libraryStrategy concode_elem_sep NcbiLibrarySource librarySource concode_elem_sep String accession concode_elem_sep List<SequenceFilePair> pa...
Builder function ( NcbiLibrarySelection arg0 ) { this . librarySelection = arg0 ; return this ; }
10,916
retrieves the canonical path for the given file , in a jdk 1.1 complaint way . 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_elem_sep FileAccessRes fileA...
String function ( File arg0 ) { return arg0 . getCanonicalPath ( ) ; }
10,917
extract a serializable object from the given objectmessage . concode_field_sep PlaceHolder placeHolder concode_field_sep BytesMessage createMessageForByteArray concode_elem_sep byte[] extractByteArrayFromMessage concode_elem_sep Map<String,Object> extractMapFromMessage concode_elem_sep Message toMessage concode_elem_se...
Serializable function ( ObjectMessage arg0 ) { return arg0 . getObject ( ) ; }
10,918
find all principals . concode_field_sep Provider<EntityManager> entityManagerProvider concode_elem_sep DaoUtils daoUtils concode_field_sep PrincipalEntity findById concode_elem_sep PrincipalEntity merge concode_elem_sep void create concode_elem_sep void create concode_elem_sep List<PrincipalEntity> findByPermissionId
List < PrincipalEntity > function ( ) { TypedQuery < PrincipalEntity > loc0 = entityManagerProvider . get ( ) . createQuery ( "srini_string" , PrincipalEntity . class ) ; return daoUtils . selectList ( loc0 ) ; }
10,919
reset base coordinates . round/extend lower and upper bounds if necessary . concode_field_sep int[] precisionDigits concode_elem_sep double[] originalUpperBound concode_elem_sep double[][] baseCoords concode_elem_sep double[] originalLowerBound concode_elem_sep double[] upperBound concode_elem_sep double[] precisionUni...
void function ( ) { for ( int loc0 = 0 ; loc0 < dimension ; loc0 ++ ) { lowerBound [ loc0 ] = originalLowerBound [ loc0 ] ; upperBound [ loc0 ] = originalUpperBound [ loc0 ] ; setPrecisionUnit ( loc0 ) ; } for ( int loc0 = 0 ; loc0 < dimension ; loc0 ++ ) { if ( extendBound [ loc0 ] ) { extendBound ( loc0 ) ; } } initB...
10,920
sets a new description for the output object concode_field_sep String m_sName concode_elem_sep String m_sDescription concode_elem_sep Object m_Object concode_elem_sep IOutputChannel m_OutputChannel concode_field_sep void setName concode_elem_sep String getName concode_elem_sep void setOutputObject concode_elem_sep Stri...
void function ( final String arg0 ) { m_sDescription = arg0 ; }
10,921
get the value associated with the given key . concode_field_sep int fTableSize concode_elem_sep Entry next concode_elem_sep int fNum concode_elem_sep Entry[] fBuckets concode_elem_sep Object value concode_elem_sep Object key concode_field_sep Entry search concode_elem_sep SymbolHash makeClone concode_elem_sep Entry mak...
Object function ( Object arg0 ) { int loc0 = ( arg0 . hashCode ( ) & 0x7FFFFFFF ) % fTableSize ; Entry loc1 = search ( arg0 , loc0 ) ; if ( loc1 != null ) { return loc1 . value ; } return null ; }
10,922
set the scanner caching level concode_field_sep PartitionKey startKey concode_elem_sep boolean startInclusive concode_elem_sep PartitionKey stopKey concode_elem_sep EntityMapper<E> entityMapper concode_elem_sep List<ScanModifier> scanModifiers concode_elem_sep List<Filter> filterList concode_elem_sep HTablePool tablePo...
EntityScannerBuilder < E > function ( int arg0 ) { this . caching = arg0 ; return this ; }
10,923
get the file entries in classpath as an array of path 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[]...
Path [ ] function ( ) { return DistributedCache . getFileClassPaths ( conf ) ; }
10,924
returns the alignment along the x axis for the container . concode_field_sep Container container concode_elem_sep int Y_AXIS concode_elem_sep SizeRequirements[] yChildren concode_elem_sep SizeRequirements yTotal concode_elem_sep int[] spansY concode_elem_sep int X_AXIS concode_elem_sep int[] offsetsX concode_elem_sep i...
float function ( Container arg0 ) { synchronized ( container . getTreeLock ( ) ) { if ( container != arg0 ) throw new AWTError ( "srini_string" ) ; checkTotalRequirements ( ) ; return xTotal . alignment ; } }
10,925
opens a new connection and add it to the pool concode_field_sep String className concode_elem_sep Properties connectionProps concode_elem_sep Map<DataEngineSession,Map<ConnectionProp,Set<CacheConnection>>> dataEngineLevelConnectionPool concode_elem_sep int currentStatements concode_elem_sep int maxStatements concode_el...
CacheConnection function ( ) { CacheConnection loc0 = new CacheConnection ( ) ; loc0 . odaConn = ConnectionManager . getInstance ( ) . openConnection ( driverName , connectionProps , appContext ) ; int loc1 = loc0 . odaConn . getMaxQueries ( ) ; if ( loc1 != 0 ) loc0 . maxStatements = loc1 ; this . getOdaConnections ( ...
10,926
get an iterator to the result list concode_field_sep ArrayList _itemList concode_elem_sep String _nextPreviewPage concode_elem_sep String _searchQuery concode_elem_sep String _baseUrl concode_elem_sep int _start concode_elem_sep String _sessionId concode_elem_sep String _searchResponseString concode_elem_sep AssetItera...
Iterator function ( ) { return _itemList . iterator ( ) ; }
10,927
number of rows in the tensor concode_field_sep SimpleMatrix[] slices concode_elem_sep int numRows concode_elem_sep int numSlices concode_elem_sep Iterator<SimpleTensor> tensors concode_elem_sep Iterator<SimpleMatrix> currentIterator concode_elem_sep int numCols concode_elem_sep long serialVersionUID concode_field_sep S...
int function ( ) { return numRows ; }
10,928
reads in a countminsketch from an input stream . it is the caller 's responsibility toclose the stream . concode_field_sep int versionNumber concode_field_sep void add concode_elem_sep void add concode_elem_sep long estimateCount concode_elem_sep int getVersionNumber concode_elem_sep double confidence concode_elem_sep ...
CountMinSketch function ( InputStream arg0 ) { return CountMinSketchImpl . readFrom ( arg0 ) ; }
10,929
gets the value of the resourceadaptorinterface property . concode_field_sep Description description concode_elem_sep String id concode_elem_sep List<ActivityType> activityType concode_elem_sep ActivityContextInterfaceFactoryInterface activityContextInterfaceFactoryInterface concode_elem_sep ResourceAdaptorInterface res...
ResourceAdaptorInterface function ( ) { return resourceAdaptorInterface ; }
10,930
starts this animation . if the animation has a nonzero startdelay , the animation will start running after that delay elapses . a non-delayed animation will have its initial value s set immediately , followed by calls to animatorlistener #onanimationstart animator for any listeners of this animator.the animation starte...
void function ( ) { }
10,931
returns true if we should retry due a block fetch failure . we will retry if and only if the exception was an ioexception and we have n't retried ` maxretries ' times already . concode_field_sep ExecutorService executorService concode_elem_sep LinkedHashSet<String> outstandingBlocksIds concode_elem_sep int maxRetries c...
boolean function ( Throwable arg0 ) { boolean loc0 = arg0 instanceof IOException || ( arg0 . getCause ( ) != null && arg0 . getCause ( ) instanceof IOException ) ; boolean loc1 = retryCount < maxRetries ; return loc0 && loc1 ; }
10,932
sets the list . concode_field_sep Collection<GrcBoxInterface> list concode_field_sep Collection<GrcBoxInterface> getList
void function ( Collection < GrcBoxInterface > arg0 ) { this . list = arg0 ; }
10,933
java binding of the mpi operation mpi_info_dup . concode_field_sep long handle concode_elem_sep long NULL concode_field_sep String getKey concode_elem_sep String getKey concode_elem_sep void set concode_elem_sep void set concode_elem_sep int size concode_elem_sep int size concode_elem_sep Info newEnv concode_elem_sep S...
Info function ( ) { MPI . check ( ) ; return new Info ( dup ( handle ) ) ; }
10,934
this method was generated by mybatis generator . this method sets the value of the database column actobf.ovelim concode_field_sep String apcode concode_elem_sep String recsts concode_elem_sep Long bokbal concode_elem_sep String oveexp concode_elem_sep String frzsts concode_elem_sep Long cifbal concode_elem_sep Long ov...
void function ( Long arg0 ) { this . ovelim = arg0 ; }
10,935
alias to fold1 concode_field_sep List<T> list concode_field_sep T foldr concode_elem_sep T fold1 concode_elem_sep Seq<T> compact concode_elem_sep int compareTo concode_elem_sep boolean empty concode_elem_sep T head concode_elem_sep Iterator<T> iterator concode_elem_sep Seq<Seq<T>> partition concode_elem_sep Seq<T> reje...
T function ( BinaryFunction < T , T , T > arg0 ) { return this . fold1 ( arg0 ) ; }
10,936
gets the manager value for this pendinginvitation . concode_field_sep com.google.api.ads.adwords.axis.v201409.mcm.ManagedCustomer manager concode_elem_sep java.lang.Object __equalsCalc concode_elem_sep com.google.api.ads.adwords.axis.v201409.mcm.ManagedCustomer client concode_elem_sep boolean __hashCodeCalc concode_ele...
com . google . api . ads . adwords . axis . v201409 . mcm . ManagedCustomer function ( ) { return manager ; }
10,937
sets data export header util . concode_field_sep DataExportHeaderUtil dataExportHeaderUtil concode_elem_sep Logger logger concode_elem_sep MarcXmlFormatterService marcXmlFormatterService concode_field_sep void processSuccessReportEntity concode_elem_sep String processMarcXmlString concode_elem_sep DataExportHeaderUtil ...
void function ( DataExportHeaderUtil arg0 ) { this . dataExportHeaderUtil = arg0 ; }
10,938
sets prods has changes . concode_field_sep Boolean prodsHasChanges concode_elem_sep List<GFAPwdTtItemResponse> ttitem concode_elem_sep ProdsBefore prodsBefore concode_field_sep void setProdsBefore concode_elem_sep ProdsBefore getProdsBefore concode_elem_sep List<GFAPwdTtItemResponse> getTtitem concode_elem_sep void set...
void function ( Boolean arg0 ) { this . prodsHasChanges = arg0 ; }
10,939
closes the camera driver if still in use . concode_field_sep String TAG concode_elem_sep Context context concode_elem_sep boolean initialized concode_elem_sep AutoFocusManager autoFocusManager concode_elem_sep Camera camera concode_elem_sep CameraConfigurationManager configManager concode_elem_sep PreviewCallback previ...
void function ( ) { if ( camera != null ) { camera . release ( ) ; camera = null ; } }
10,940
creates an uninitializedmessageexception for messagetype . concode_field_sep ExtensionRegistryLite EMPTY_REGISTRY concode_field_sep MessageType parseDelimitedFrom concode_elem_sep MessageType parseDelimitedFrom concode_elem_sep MessageType parsePartialDelimitedFrom concode_elem_sep MessageType parsePartialDelimitedFrom...
UninitializedMessageException function ( MessageType arg0 ) { if ( arg0 instanceof AbstractMessageLite ) { return ( ( AbstractMessageLite ) arg0 ) . newUninitializedMessageException ( ) ; } return new UninitializedMessageException ( arg0 ) ; }
10,941
set the name concode_field_sep String firstName concode_elem_sep String password concode_elem_sep String name concode_elem_sep Long id concode_elem_sep String email concode_field_sep void setPassword concode_elem_sep String getPassword concode_elem_sep String getName concode_elem_sep void setEmail concode_elem_sep void...
void function ( String arg0 ) { this . name = arg0 ; }
10,942
list of properties from all local notifications from given type . concode_field_sep Context context concode_field_sep Notification cancel concode_elem_sep void cancelAll concode_elem_sep List<Integer> getIdsByType concode_elem_sep List<Notification> getAll concode_elem_sep List<Notification> getByType concode_elem_sep ...
List < JSONObject > function ( Notification . Type arg0 ) { ArrayList < JSONObject > loc0 = new ArrayList < JSONObject > ( ) ; List < Notification > loc1 = getByType ( arg0 ) ; for ( Notification loc2 : loc1 ) { loc0 . add ( loc2 . getOptions ( ) . getDict ( ) ) ; } return loc0 ; }
10,943
logs a message at warn level . usage example : logger.warn `` something bad happened when connecting to % s : % d '' , host , port ; if the format string is invalid or the arguments are insufficient , an error will be logged and execution will continue . concode_field_sep java.util.logging.Logger logger concode_field_s...
void function ( String arg0 , Object ... arg1 ) { warn ( null , arg0 , arg1 ) ; }
10,944
invoked when the mouse button has been clicked pressed and released on a component . concode_field_sep Point lastMousePosition concode_elem_sep DocumentViewController documentViewController concode_field_sep void mouseReleased concode_elem_sep void mouseDragged concode_elem_sep void mouseExited concode_elem_sep void mo...
void function ( MouseEvent arg0 ) { }
10,945
gets the value of the limit property . concode_field_sep String owner concode_elem_sep XMLGregorianCalendar createTimeLowerBound concode_elem_sep XMLGregorianCalendar createTimeUpperBound concode_elem_sep int limit concode_elem_sep Integer typeId concode_elem_sep String tagLabel concode_elem_sep Integer starNum concode...
int function ( ) { return limit ; }
10,946
available caches . concode_field_sep int port concode_elem_sep String server concode_elem_sep int refreshInterval concode_elem_sep APIClient apiClient concode_field_sep Builder server concode_elem_sep Builder port concode_elem_sep Builder refreshInterval concode_elem_sep Oblivion build concode_elem_sep Builder builder ...
List < String > function ( ) { return apiClient . caches ( ) ; }
10,947
shortcut of #valueof string valueof firstnamecomponent.getname + '' # '' + secondnamecomponent . concode_field_sep int nextId concode_elem_sep Map<String,T> constants concode_field_sep T newConstant concode_elem_sep boolean exists concode_elem_sep String checkNotNullAndNotEmpty concode_elem_sep T newInstance concode_el...
T function ( Class < ? > arg0 , String arg1 ) { if ( arg0 == null ) { throw new NullPointerException ( "srini_string" ) ; } if ( arg1 == null ) { throw new NullPointerException ( "srini_string" ) ; } return valueOf ( arg0 . getName ( ) + '#' + arg1 ) ; }
10,948
the path on the container to mount the host volume at . concode_field_sep Boolean readOnly concode_elem_sep String containerPath concode_elem_sep String sourceVolume concode_field_sep void setSourceVolume concode_elem_sep String getSourceVolume concode_elem_sep MountPoint withContainerPath concode_elem_sep MountPoint w...
String function ( ) { return this . containerPath ; }
10,949
pops the current sfsb invocation off the invocation call stack concode_field_sep ThreadLocal<Integer> sfsbCreationBeanNestingLevel concode_elem_sep ThreadLocal<ArrayList<Map<String,ExtendedEntityManager>>> SFSBInvocationStack concode_elem_sep ThreadLocal<Map<String,ExtendedEntityManager>> sfsbCreationTimeXPCRegistratio...
Map < String , ExtendedEntityManager > function ( ) { ArrayList < Map < String , ExtendedEntityManager >> loc0 = currentSFSBCallStack ( ) ; Map < String , ExtendedEntityManager > loc1 = loc0 . remove ( loc0 . size ( ) - 1 ) ; loc0 . trimToSize ( ) ; return loc1 ; }
10,950
gets all headers from this parsehttprequest . concode_field_sep Map<String,String> headers concode_elem_sep Method method concode_elem_sep ParseHttpBody body concode_elem_sep String url concode_field_sep Builder addHeaders concode_elem_sep Builder setHeaders concode_elem_sep Builder addHeader concode_elem_sep ParseHttp...
Map < String , String > function ( ) { return headers ; }
10,951
removes a property change listener . concode_field_sep PropertyChangeSupport propertyChangeSupport_ concode_elem_sep boolean exceptionOccured_ concode_elem_sep String copyright concode_elem_sep long length_ concode_elem_sep WorkingEventSupport workingEventSupport_ concode_elem_sep ErrorEventSupport errorEventSupport_ c...
void function ( PropertyChangeListener arg0 ) { propertyChangeSupport_ . removePropertyChangeListener ( arg0 ) ; }
10,952
to be invoked only by the jackson json serializer . concode_field_sep String PERSIST_CONFIG concode_elem_sep String RELOAD_CONFIG concode_elem_sep boolean isInitialized concode_elem_sep Path persistDirPath concode_elem_sep Configuration conf concode_elem_sep String className concode_elem_sep String COMMIT_STATE_FILENAM...
HashMap < String , StatePair > function ( ) { return pool ; }
10,953
deregisters classloaders from the project so gc can remove them later . concode_field_sep Vector<FilterChain> filterChains concode_elem_sep Reader primaryReader concode_elem_sep Project project concode_elem_sep int DEFAULT_BUFFER_SIZE concode_elem_sep int bufferSize concode_field_sep void setBufferSize concode_elem_sep...
void function ( List < AntClassLoader > arg0 ) { for ( Iterator < AntClassLoader > loc0 = arg0 . iterator ( ) ; loc0 . hasNext ( ) ; ) { loc0 . next ( ) . cleanup ( ) ; } }
10,954
set url concode_field_sep HttpURLConnection conn concode_elem_sep Proxy proxy concode_elem_sep int BUFFER_SIZE concode_elem_sep int readTimeOut concode_elem_sep String charSet concode_elem_sep int connectionTimeOut concode_elem_sep boolean proxySwitcher concode_elem_sep String urlStr concode_elem_sep URL url concode_fi...
HttpClient function ( String arg0 ) { this . urlStr = arg0 ; return this ; }
10,955
returns the distribution 's mean value . concode_field_sep com.codahale.metrics.Snapshot snapshot concode_field_sep double getValue concode_elem_sep double get99thPercentile concode_elem_sep long[] getValues concode_elem_sep int size concode_elem_sep long getMin concode_elem_sep double getMedian concode_elem_sep long g...
double function ( ) { return snapshot . getMean ( ) ; }
10,956
set whether ev event number will be included in filter . concode_field_sep boolean _nnEnabled concode_elem_sep Logger log concode_elem_sep int _ev concode_elem_sep boolean _evEnabled concode_elem_sep Color _color concode_elem_sep int _type concode_elem_sep int _nn concode_field_sep boolean filter concode_elem_sep boole...
void function ( boolean arg0 ) { log . debug ( "srini_string" + arg0 ) ; _evEnabled = arg0 ; }
10,957
sets the value of the issuer property . concode_field_sep String actor concode_elem_sep IDPListType idpList concode_elem_sep Boolean mustUnderstand concode_elem_sep Boolean isPassive concode_elem_sep NameIDType issuer concode_elem_sep String providerName concode_field_sep void setIDPList concode_elem_sep void setProvid...
void function ( NameIDType arg0 ) { this . issuer = arg0 ; }
10,958
returns a hash code value for the object . this method is supported for the benefit of hashtables such as those provided by java.util.hashtable . concode_field_sep PlaceHolder placeHolder concode_field_sep Iterator getRegisteredClasses concode_elem_sep ObjectDescription getSuperClassObjectDescription concode_elem_sep O...
int function ( ) { return getClass ( ) . hashCode ( ) ; }
10,959
closes the connection with the remote permanently . this instance should be not be reused after closing . concode_field_sep TachyonConf mTachyonConf concode_elem_sep boolean mConnected concode_elem_sep TProtocol mProtocol concode_elem_sep String mMode concode_elem_sep long mServiceVersion concode_elem_sep InetSocketAdd...
void function ( ) { disconnect ( ) ; mClosed = true ; }
10,960
return the data field of this event , if available . concode_field_sep T data concode_elem_sep String comment concode_elem_sep String id concode_elem_sep String event concode_elem_sep Duration retry concode_field_sep ServerSentEvent<T> build concode_elem_sep ServerSentEvent<T> build concode_elem_sep Builder<T> builder ...
Optional < T > function ( ) { return Optional . ofNullable ( this . data ) ; }
10,961
getter for javaimportnodes . concode_field_sep List<JetFileStamp> jetFileStamps concode_elem_sep String perlXMLFileName concode_elem_sep String javaXMLFileName concode_elem_sep LanguageType languageType concode_elem_sep Document javaXMLDocument concode_elem_sep Document perlXMLDocument concode_elem_sep Node[] perlImpor...
Node [ ] function ( ) { return this . javaImportNodes ; }
10,962
gets the totalnumberofpages value for this pagedrecordset . concode_field_sep int totalNumberOfRecords concode_elem_sep int pageNumber concode_elem_sep java.lang.Object __equalsCalc concode_elem_sep boolean __hashCodeCalc concode_elem_sep org.apache.axis.description.TypeDesc typeDesc concode_elem_sep int totalNumberOfP...
int function ( ) { return totalNumberOfPages ; }
10,963
add an item to that itemset concode_field_sep double expectedsupport concode_elem_sep List<ItemUApriori> items concode_field_sep boolean isLexicallySmallerthan concode_elem_sep void printWithoutSupport concode_elem_sep double getExpectedSupport concode_elem_sep ItemsetUApriori cloneItemSetMinusOneItem concode_elem_sep ...
void function ( ItemUApriori arg0 ) { items . add ( arg0 ) ; }
10,964
. all assertion consumer service end points concode_field_sep X509Certificate signingCertificate concode_elem_sep List<SingleLogoutService> singleLogoutServices concode_elem_sep String signingAlgorithm concode_elem_sep boolean authnRequestsSigned concode_elem_sep List<String> nameIDFormats concode_elem_sep String alias...
List < AssertionConsumerService > function ( ) { return assertionConsumerServices ; }
10,965
obtains the objectinfo meta-data for the associated copy-always objects , corresponding one-for-one with the #copyalwaysids . concode_field_sep List copyAlwaysIds concode_elem_sep String containerClass concode_elem_sep String hints concode_elem_sep String copyParentId concode_elem_sep List alwaysCopyEObjectInfoList con...
List function ( ) { return alwaysCopyEObjectInfoList ; }
10,966
returns a bits representing all documents from dv that have a value . concode_field_sep PlaceHolder placeHolder concode_field_sep RandomAccessOrds singleton concode_elem_sep SortedNumericDocValues singleton concode_elem_sep Bits unwrapSingletonBits concode_elem_sep NumericDocValues emptyNumeric concode_elem_sep SortedN...
Bits function ( final SortedSetDocValues arg0 , final int arg1 ) { return new Bits ( ) { @ Override public boolean get ( int arg2 ) { arg0 . setDocument ( arg2 ) ; return arg0 . nextOrd ( ) != SortedSetDocValues . NO_MORE_ORDS ; } @ Override public int length ( ) { return arg1 ; } } ; }
10,967
setter method to set the userid of logged in user concode_field_sep String campaignResponse concode_elem_sep String campaignID concode_elem_sep String CSRID concode_elem_sep String source concode_elem_sep String accountID concode_elem_sep String campaignModify concode_elem_sep String retailerSegment concode_elem_sep St...
void function ( String arg0 ) { CSRID = arg0 ; }
10,968
gets the component id of the selectbooleancheckbox , under the map ui , corresponding to this time zone . concode_field_sep DateFormat dateFormat concode_elem_sep String id concode_elem_sep String mapCommandButtonId concode_elem_sep String checkboxId concode_field_sep String getUseDaylightTime concode_elem_sep String g...
String function ( ) { return checkboxId ; }
10,969
send a 8 bit data byte to the lcd display . lcd_dc is always a 1 for data concode_field_sep byte[] data concode_elem_sep int SPI_CS concode_elem_sep int LCD_RESET concode_elem_sep int LCD_DC concode_field_sep void delay concode_elem_sep void lcdCommand concode_elem_sep void long_delay concode_elem_sep void main concode...
void function ( int arg0 ) { int loc0 ; IOPort0 . setPinHigh ( LCD_DC ) ; IOPort0 . setPinLow ( SPI_CS ) ; SPI0 . send ( arg0 ) ; IOPort0 . setPinHigh ( SPI_CS ) ; }
10,970
signals that a task is starting . concode_field_sep GrailsConsole ui concode_field_sep void buildFinished concode_elem_sep void targetFinished concode_elem_sep void taskFinished concode_elem_sep void messageLogged concode_elem_sep void buildStarted concode_elem_sep void targetStarted
void function ( final BuildEvent arg0 ) { }
10,971
lookup a participant concode_field_sep HashMap<String,TaxiParticipantBA> participants concode_elem_sep HashMap<String,BAParticipantManager> managers concode_elem_sep String txID concode_field_sep void cancel concode_elem_sep BAParticipantManager getManager concode_elem_sep TaxiParticipantBA removeParticipant concode_el...
TaxiParticipantBA function ( String arg0 ) { return participants . get ( arg0 ) ; }
10,972
returns the type of interval observed . concode_field_sep int sampleCount concode_elem_sep List<Event> eventList concode_elem_sep int colourStateCount concode_elem_sep int intervalCount concode_elem_sep int[][] lineageCount concode_elem_sep Type units concode_field_sep boolean isBinaryCoalescent concode_elem_sep Event ...
IntervalType function ( int arg0 ) { return getEvent ( arg0 ) . getType ( ) ; }
10,973
verify that corrupt read_only_shared replicas are n't counted towards the corrupt replicas total . concode_field_sep Path PATH concode_elem_sep MiniDFSCluster cluster concode_elem_sep int RO_NODE_INDEX concode_elem_sep long seed concode_elem_sep int RETRIES concode_elem_sep short NUM_DATANODES concode_elem_sep Extended...
void function ( ) { client . reportBadBlocks ( new LocatedBlock [ ] { new LocatedBlock ( extendedBlock , new DatanodeInfo [ ] { readOnlyDataNode } ) } ) ; waitForLocations ( 1 ) ; NumberReplicas loc0 = blockManager . countNodes ( storedBlock ) ; assertThat ( loc0 . corruptReplicas ( ) , is ( 0 ) ) ; }
10,974
stop reconciling positions . concode_field_sep StyledTextXtextAdapter styledTextXtextAdapter concode_elem_sep ISemanticHighlightingCalculator calculator concode_elem_sep ITextAttributeProvider attributeProvider concode_elem_sep HighlightingPresenter presenter concode_elem_sep List<AttributedPosition> removedPositions c...
void function ( ) { removedPositions . clear ( ) ; removedPositionCount = 0 ; addedPositions . clear ( ) ; }
10,975
gets the method of which this is a signature . concode_field_sep ClassRegistry registry concode_elem_sep boolean see concode_elem_sep Class returnValue concode_elem_sep Method method concode_elem_sep boolean truncate concode_elem_sep Class declaring concode_elem_sep Class[] parameters concode_elem_sep Class[] exception...
Method function ( ) { return method ; }
10,976
schedules a task to run in the future with a fixed delay between repeated executions . concode_field_sep SimpleTimer instance concode_elem_sep ScheduledExecutorService executor concode_elem_sep Logger log concode_elem_sep int instanceThreadPoolSize concode_elem_sep int DEFAULT_THREAD_POOL_SIZE concode_field_sep int get...
ScheduledFuture < ? > function ( Runnable arg0 , long arg1 , long arg2 ) { return executor . scheduleWithFixedDelay ( arg0 , arg1 , arg2 , TimeUnit . MILLISECONDS ) ; }
10,977
return type metadata object concode_field_sep java.lang.String cmsContentId concode_elem_sep java.lang.String displayName concode_elem_sep java.lang.Object __equalsCalc concode_elem_sep org.apache.axis.description.TypeDesc typeDesc concode_elem_sep boolean __hashCodeCalc concode_elem_sep java.lang.Long id concode_field...
org . apache . axis . description . TypeDesc function ( ) { return typeDesc ; }
10,978
returns chmcommons.entrytype compressed or uncompressed concode_field_sep ChmCommons.EntryType entryType concode_elem_sep int offset concode_elem_sep String name concode_elem_sep int length concode_elem_sep int name_length concode_field_sep void setName concode_elem_sep int getNameLength concode_elem_sep void setLength...
ChmCommons . EntryType function ( ) { return entryType ; }
10,979
accessor for whether there was a warning concode_field_sep boolean _isWarning concode_elem_sep String _radiRptValue concode_elem_sep long _id concode_elem_sep String _radiRptLabel concode_field_sep void setRadiRptValue concode_elem_sep String getRadiRptLabel concode_elem_sep String getRadRptValue concode_elem_sep void ...
boolean function ( ) { return _isWarning ; }
10,980
get player view render value . can assume two values : 1 or 2 . concode_field_sep int RDF_UNDERWATER concode_elem_sep Origin viewOffset concode_elem_sep int fov concode_elem_sep Angles viewAngles concode_elem_sep float[] blend concode_elem_sep int RDF_UVGOGGLES concode_elem_sep int RDF_NOWORLDMODEL concode_elem_sep Ang...
int function ( ) { return render ; }
10,981
get custom deserializer concode_field_sep java.lang.String listId concode_elem_sep java.lang.Object __equalsCalc concode_elem_sep java.lang.String name concode_elem_sep boolean __hashCodeCalc concode_elem_sep org.apache.axis.description.TypeDesc typeDesc concode_field_sep void setName concode_elem_sep org.apache.axis.d...
org . apache . axis . encoding . Deserializer function ( java . lang . String arg0 , java . lang . Class arg1 , javax . xml . namespace . QName arg2 ) { return new org . apache . axis . encoding . ser . BeanDeserializer ( arg1 , arg2 , typeDesc ) ; }
10,982
a list of stackevents structures . concode_field_sep String nextToken concode_elem_sep com.amazonaws.internal.SdkInternalList<StackEvent> stackEvents concode_field_sep void setNextToken concode_elem_sep int hashCode concode_elem_sep boolean equals concode_elem_sep java.util.List<StackEvent> getStackEvents concode_elem_...
void function ( java . util . Collection < StackEvent > arg0 ) { if ( arg0 == null ) { this . stackEvents = null ; return ; } this . stackEvents = new com . amazonaws . internal . SdkInternalList < StackEvent > ( arg0 ) ; }
10,983
returns the number of pieces . concode_field_sep List<Long> lengths concode_elem_sep String name concode_elem_sep long length concode_elem_sep List<List<String>> files concode_elem_sep byte[] info_hash concode_elem_sep int piece_length concode_elem_sep byte[] piece_hashes concode_elem_sep String announce concode_elem_s...
int function ( ) { return piece_hashes . length / 20 ; }
10,984
unbinds a name from ctx , and removes parents if they are empty concode_field_sep PlaceHolder placeHolder concode_field_sep void bind concode_elem_sep void bind concode_elem_sep Context createSubcontext concode_elem_sep Context createSubcontext concode_elem_sep void rebind concode_elem_sep void rebind
void function ( Context arg0 , Name arg1 ) { arg0 . unbind ( arg1 ) ; int loc0 = arg1 . size ( ) ; while ( -- loc0 > 0 ) { Name loc1 = arg1 . getPrefix ( loc0 ) ; if ( arg0 . listBindings ( loc1 ) . hasMore ( ) ) break ; else arg0 . unbind ( loc1 ) ; } }
10,985
analyze the hourly accesses in the given date concode_field_sep int[] hourCounts concode_elem_sep LogfileReader reader concode_elem_sep int[] hourSuccessCounts concode_elem_sep int[] dailyCounts concode_field_sep int numberOfAccesses concode_elem_sep void printHourlyCounts concode_elem_sep void printDailyCounts concode...
void function ( int arg0 , int arg1 , int arg2 ) { while ( reader . hasNext ( ) ) { LogEntry loc0 = reader . next ( ) ; if ( ( loc0 . getYear ( ) == arg2 ) && ( loc0 . getMonth ( ) == arg1 ) && ( loc0 . getDay ( ) == arg0 ) ) { int loc1 = loc0 . getHour ( ) ; hourCounts [ loc1 ] ++ ; } } }
10,986
returns true if the point 's coordinates equal x , y concode_field_sep Parcelable.Creator<PointF> CREATOR concode_elem_sep float x concode_elem_sep float y concode_field_sep void set concode_elem_sep void set concode_elem_sep void offset concode_elem_sep void negate concode_elem_sep float length concode_elem_sep float ...
boolean function ( float arg0 , float arg1 ) { return this . x == arg0 && this . y == arg1 ; }
10,987
gets the parent object in the object tree representing the unmarshalled xml document . concode_field_sep Object parent concode_elem_sep List<CTOMathArg> e concode_field_sep void afterUnmarshal concode_elem_sep void setParent concode_elem_sep List<CTOMathArg> getE
Object function ( ) { return this . parent ; }
10,988
gets a logger named after a class ' fully qualified name . concode_field_sep java.util.logging.Logger logger concode_field_sep void warn concode_elem_sep void warn concode_elem_sep void warn concode_elem_sep void warn concode_elem_sep void debug concode_elem_sep void debug concode_elem_sep void debug concode_elem_sep v...
Logger function ( Class < ? > arg0 ) { return get ( arg0 . getName ( ) ) ; }
10,989
returns the message . concode_field_sep boolean resourcesInitialized concode_elem_sep ResourceBundle resources concode_elem_sep OutputStream out concode_field_sep void output concode_elem_sep void initResources concode_elem_sep String getString concode_elem_sep void error concode_elem_sep void error concode_elem_sep vo...
String function ( String arg1 , String arg0 ) { return getText ( arg1 , arg0 , null , null ) ; }
10,990
create an instance of datastashactivitydetailtype concode_field_sep PlaceHolder placeHolder concode_field_sep DataStashBucketType createDataStashBucketType concode_elem_sep ExpirationInfoType createExpirationInfoType concode_elem_sep DataStashInfoType createDataStashInfoType concode_elem_sep ForfeitureInfoType createFo...
DataStashActivityDetailType function ( ) { return new DataStashActivityDetailType ( ) ; }
10,991
attempt to convert a typed value to a float using the supplied type converter . concode_field_sep PlaceHolder placeHolder concode_field_sep int toInt concode_elem_sep T convertTypedValue concode_elem_sep double toDouble concode_elem_sep boolean toBoolean concode_elem_sep long toLong concode_elem_sep byte toByte concode...
float function ( TypeConverter arg0 , TypedValue arg1 ) { return ( Float ) arg0 . convertValue ( arg1 . getValue ( ) , arg1 . getTypeDescriptor ( ) , TypeDescriptor . valueOf ( Float . class ) ) ; }
10,992
navigates to the last page . does nothing if the set is already on the last page or has no items . concode_field_sep PlaceHolder placeHolder concode_field_sep boolean hasPrevPage concode_elem_sep int getIdxOfFirstItemOnPageAsInt concode_elem_sep T getFirstOnPage concode_elem_sep boolean hasNextPage concode_elem_sep int...
void function ( PageableCollection < ? > arg0 ) { long loc0 = arg0 . getPageIdx ( ) ; if ( loc0 > 0 ) { arg0 . setPageIdx ( 0 ) ; } }
10,993
returns the projection matrix calculated from camera parameters . concode_field_sep int frameHeight concode_elem_sep int[] debugImageColors concode_elem_sep Bitmap debugBitmap concode_elem_sep int frameWidth concode_elem_sep String TAG concode_elem_sep byte[] debugImageData concode_elem_sep ARToolKit instance concode_e...
float [ ] function ( ) { if ( ! initedNative ) return null ; return NativeInterface . arwGetProjectionMatrix ( ) ; }
10,994
returns the working copy remembered for the compilation unit encoded in the given editor input . note : this method must not be part of the public iworkingcopymanager api . concode_field_sep ICompilationUnitDocumentProvider fDocumentProvider concode_elem_sep boolean fIsShuttingDown concode_elem_sep Map fMap concode_fie...
IJavaScriptUnit function ( IEditorInput arg0 , boolean arg1 ) { IJavaScriptUnit loc0 = fMap == null ? null : ( IJavaScriptUnit ) fMap . get ( arg0 ) ; if ( loc0 == null ) loc0 = fDocumentProvider . getWorkingCopy ( arg0 ) ; if ( loc0 != null && ( ! arg1 || JavaModelUtil . isPrimary ( loc0 ) ) ) return loc0 ; return nul...
10,995
get current 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 ClarionString getShortPath concode_elem_sep boolean isFile ...
ClarionString function ( ) { if ( path == null ) { path = FileServer . getInstance ( ) . getPath ( ) ; } return new ClarionString ( path ) ; }
10,996
get method parameter annotations . concode_field_sep Set<Class<? extends Annotation>> PARAMETER_ANNOTATIONS concode_elem_sep Annotation[] methodAnnotations concode_elem_sep Annotation[][] parameterAnnotations concode_elem_sep Method am concode_elem_sep Set<Class<? extends Annotation>> METHOD_ANNOTATIONS concode_elem_se...
Annotation [ ] [ ] function ( ) { return parameterAnnotations . clone ( ) ; }
10,997
sets the value of the arcrole property . concode_field_sep String role concode_elem_sep String arcrole concode_elem_sep MultiCurveType multiCurve concode_elem_sep String show concode_elem_sep java.lang.Boolean owns concode_elem_sep String actuate concode_elem_sep List<String> nilReason concode_elem_sep String href conc...
void function ( String arg0 ) { this . arcrole = arg0 ; }
10,998
gets the board of this net list . used for example to get access to the items of the net . concode_field_sep Vector<Net> net_arr concode_elem_sep int max_legal_net_no concode_elem_sep board.BasicBoard board concode_elem_sep int hidden_net_no concode_field_sep Net add concode_elem_sep int max_net_no concode_elem_sep voi...
board . BasicBoard function ( ) { return this . board ; }
10,999
pauses all audio output on this player . play can be resumed with a call to resume . not implemented in this player . concode_field_sep Voice voice concode_elem_sep int sampleRate concode_elem_sep int bytesPlayed concode_elem_sep byte[] byteLinearData concode_elem_sep String voice16kName concode_elem_sep boolean debug ...
void function ( ) { if ( Logger . logLevel >= Logger . LOG_DETAIL ) { Logger . println ( "srini_string" ) ; } }