code stringlengths 20 663 | nl stringlengths 68 7.19k |
|---|---|
void function ( Context arg0 ) { setup ( arg0 ) ; try { while ( arg0 . nextKeyValue ( ) ) { map ( arg0 . getCurrentKey ( ) , arg0 . getCurrentValue ( ) , arg0 ) ; } } finally { cleanup ( arg0 ) ; } } | expert users can override this method for more complete control over the execution of the mapper . concode_field_sep PlaceHolder placeHolder concode_field_sep void cleanup concode_elem_sep void setup concode_elem_sep void map |
String function ( ) { return "srini_string" ; } | used to retrieve a short description of what the plugin tool does . 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 searchEnabled ; } | whether the contents of the field are searchable . concode_field_sep String sourceField concode_elem_sep Boolean returnEnabled concode_elem_sep Long defaultValue concode_elem_sep Boolean facetEnabled concode_elem_sep Boolean sortEnabled concode_elem_sep Boolean searchEnabled concode_field_sep void setDefaultValue conco... |
TOdkaz function ( ) { return odkazVystup ; } | gets the value of the odkazvystup property . concode_field_sep TOdkaz odkazVystup concode_elem_sep String oduvodneni concode_field_sep void setOduvodneni concode_elem_sep void setOdkazVystup concode_elem_sep String getOduvodneni |
Socket function ( String arg0 , int arg1 ) { return new Socket ( arg0 , arg1 ) ; } | creates a socket and connects it to the specified remote host at the specified remote port . this socket is configured using the socket options established for this factory . concode_field_sep HsqlSocketFactory sslImpl concode_elem_sep HsqlSocketFactory plainImpl concode_field_sep HsqlSocketFactory getPlainImpl concode... |
long function ( ) { return sequenceNumber ; } | gets the sequence number of this response . concode_field_sep long sequenceNumber concode_elem_sep String entityBody concode_elem_sep String viewNumber concode_elem_sep String iceFacesId concode_field_sep String getICEfacesID concode_elem_sep String getViewNumber concode_elem_sep String getEntityBody concode_elem_sep b... |
void function ( ) { bookmarkedConferences . clear ( ) ; } | removes all bookmarkedconferences from bookmarks . concode_field_sep List<BookmarkedURL> bookmarkedURLS concode_elem_sep List<BookmarkedConference> bookmarkedConferences concode_field_sep List<BookmarkedConference> getBookmarkedConferences concode_elem_sep void removeBookmarkedURL concode_elem_sep String toXML concode_... |
void function ( ) { for ( TransportLoggerView loc0 : transportLoggerViews ) { loc0 . disableLogging ( ) ; } } | disable logging for all transport loggers at once . concode_field_sep Logger log concode_elem_sep WeakReference<TransportLogger> transportLogger concode_elem_sep Set<TransportLoggerView> transportLoggerViews concode_elem_sep ObjectName name concode_elem_sep String nextTransportName concode_elem_sep int id concode_elem_... |
Entry function ( ISelection arg0 ) { IStructuredSelection loc0 = ( IStructuredSelection ) arg0 ; Object loc1 = loc0 . getFirstElement ( ) ; if ( loc1 == null ) return null ; return ( ( EntryEditPart ) loc1 ) . resolveSemanticElement ( ) ; } | unwraps the given selection concode_field_sep Entry entry concode_field_sep EntryKind getEntryKind concode_elem_sep void selectionChanged concode_elem_sep void run |
int function ( ) { return length ; } | get the length of the msa where it is assumed that all sequence position concode_field_sep List<S> sequences concode_elem_sep Integer length concode_field_sep void printConservation concode_elem_sep int getSize concode_elem_sep void printSequenceAlignmentWeb concode_elem_sep void addAlignedSequence concode_elem_sep Lis... |
long function ( AtomicLongFieldUpdater < T > arg0 , T arg1 , long arg2 ) { while ( true ) { long loc0 = arg0 . get ( arg1 ) ; long loc1 = addCap ( loc0 , arg2 ) ; if ( arg0 . compareAndSet ( arg1 , loc0 , loc1 ) ) { return loc0 ; } } } | adds n to requested field and returns the value prior toaddition once the addition is successful uses cas semantics . if overflows then sets requested field to long.max _ value . concode_field_sep PlaceHolder placeHolder concode_field_sep long multiplyCap concode_elem_sep long addCap |
String function ( ) { return getClass ( ) . getName ( ) ; } | returns a string representation of the stemmer concode_field_sep long serialVersionUID concode_field_sep String globalInfo concode_elem_sep void main concode_elem_sep String stem concode_elem_sep String getRevision |
void function ( ) { if ( context != null ) { context . actionNames = null ; String [ ] loc0 = getActionNames ( ) ; for ( String loc1 : loc0 ) context . actionHash . remove ( loc1 ) ; } actions . clear ( ) ; } | removes all actions from the action set . concode_field_sep boolean loaded concode_elem_sep JEditActionContext context concode_elem_sep Object placeholder concode_elem_sep Hashtable<String,Object> actions concode_elem_sep URL uri concode_field_sep void initKeyBindings concode_elem_sep void removeAction concode_elem_sep... |
Set < DependencyCycle > function ( ) { return Collections . unmodifiableSet ( cycles ) ; } | returns the set of all java package dependency cycles . concode_field_sep Map<JavaPackage,Set<DependencyCycle>> packageCycles concode_elem_sep Map<JavaPackage,Set<Dependency>> packageCycleSegments concode_elem_sep Map<String,JavaSource> sources concode_elem_sep String WILDCARD concode_elem_sep Set<Dependency> cycleSegm... |
List < ToolIdentity > function ( ) { return identity ; } | returns a list of identity information objects about the file , one for each reporting tool concode_field_sep Logger logger concode_elem_sep DocumentBuilderFactory docBuilderFactory concode_elem_sep Document toolOutput concode_elem_sep List<ToolIdentity> identity concode_elem_sep Namespace ns concode_elem_sep Document ... |
void function ( ) { assertStack ( "srini_string" , "srini_string" ) ; assertStack ( "srini_string" , "srini_string" ) ; } | subtract two integers . be careful about the ordering , because subtraction is not commutative . concode_field_sep Timeout globalTimeout concode_field_sep void test_idiv concode_elem_sep void test_mul concode_elem_sep void test_add concode_elem_sep void test_mod |
Decompressor function ( ) { checkNativeCodeLoaded ( ) ; int loc0 = conf . getInt ( CommonConfigurationKeys . IO_COMPRESSION_CODEC_SNAPPY_BUFFERSIZE_KEY , CommonConfigurationKeys . IO_COMPRESSION_CODEC_SNAPPY_BUFFERSIZE_DEFAULT ) ; return new SnappyDecompressor ( loc0 ) ; } | create a new decompressor for use by this compressioncodec . concode_field_sep Configuration conf concode_field_sep void checkNativeCodeLoaded concode_elem_sep Configuration getConf concode_elem_sep CompressionOutputStream createOutputStream concode_elem_sep CompressionOutputStream createOutputStream concode_elem_sep C... |
void function ( Date arg0 ) { this . dataInicio = arg0 ; } | define valor do atributo datainicio . concode_field_sep String nomeFilho concode_elem_sep String deleta concode_elem_sep String grava concode_elem_sep Date dataFim concode_elem_sep String altera concode_elem_sep Integer idUsuario concode_elem_sep Integer idMenu concode_elem_sep String link concode_elem_sep String image... |
Map < QName , String > function ( ) { return otherAttributes ; } | gets a map that contains attributes that are n't bound to any typed property on this class . the map is keyed by the name of the attribute and the value is the string value of the attribute . the map returned by this method is live , and you can add new attribute by updating the map directly . because of this design , ... |
void function ( String arg0 ) { this . invalidLoginCount = arg0 ; } | setter method to set the invalid login count concode_field_sep String lastName concode_elem_sep String invalidLoginCount concode_elem_sep String emailId concode_elem_sep Timestamp userLastLogin concode_elem_sep long serialVersionUID concode_elem_sep String userId concode_elem_sep String firstName concode_elem_sep Strin... |
XPathContext function ( ) { return new EarlyEvaluationContext ( getConfiguration ( ) , executable . getCollationTable ( ) ) ; } | construct a dynamic context for early evaluation of constant subexpressions concode_field_sep boolean backwardsCompatible concode_elem_sep String defaultElementNamespace concode_elem_sep String baseURI concode_elem_sep String defaultFunctionNamespace concode_elem_sep Configuration config concode_elem_sep LocationMap lo... |
void function ( String arg0 ) { this . message = arg0 ; } | set the message to used when displaying the violation . concode_field_sep String severity concode_elem_sep int severityLevel concode_elem_sep int line concode_elem_sep String popupMessage concode_elem_sep String source concode_elem_sep String message concode_elem_sep String type concode_field_sep void setSource concode... |
void function ( View arg0 ) { view = arg0 ; } | sets the view for which this controller exists concode_field_sep String NEW concode_elem_sep String VIEWPROCS concode_elem_sep View view concode_elem_sep String COPY concode_elem_sep String CUT concode_elem_sep String OPEN concode_elem_sep String QUIT concode_elem_sep String PASTE concode_elem_sep String VIEWM concode_... |
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 ) ; } | get custom deserializer concode_field_sep org.apache.axis.description.TypeDesc typeDesc concode_elem_sep long placementId concode_elem_sep java.lang.Object __equalsCalc concode_elem_sep boolean active concode_elem_sep boolean __hashCodeCalc concode_field_sep long getPlacementId concode_elem_sep org.apache.axis.descript... |
boolean function ( ) { return ( exceptions . size ( ) != 0 ) ; } | gets whether this operation can possibly throw an exception . this is just a convenient wrapper for getexceptions . size ! = 0 . concode_field_sep int BRANCH_RETURN concode_elem_sep int BRANCH_GOTO concode_elem_sep int BRANCH_IF concode_elem_sep TypeList sources concode_elem_sep int BRANCH_THROW concode_elem_sep int BR... |
void function ( ) { for ( ServiceDaemon loc0 : m_serviceDaemons ) { loc0 . resume ( ) ; } } | resume concode_field_sep List<ServiceDaemon> m_serviceDaemons concode_field_sep void stop concode_elem_sep void setServiceDaemons concode_elem_sep void start concode_elem_sep void stopService concode_elem_sep void pause concode_elem_sep Map<String,String> status |
int function ( T arg0 , Comparator < ? super T > arg1 ) { Objects . requireNonNull ( arg1 , "srini_string" ) ; IntUnaryOperator loc0 = midIndex -> { T midVal = get ( midIndex ) ; return arg1 . compare ( midVal , arg0 ) ; } ; return IndexedSeqModule . Search . binarySearch ( this , loc0 ) ; } | searches this sequence for a specific element using a binary search . the sequence must already be sorted into ascending order according to the specified comparator . if it is not sorted , the results are undefined . concode_field_sep long serialVersionUID concode_field_sep Iterator<? extends IndexedSeq<T>> sliding con... |
Engine . Delete function ( Engine . Delete arg0 ) { return arg0 ; } | called before the delete occurs . concode_field_sep List<IndexingOperationListener> listeners concode_elem_sep Logger logger concode_field_sep Engine.Index preIndex concode_elem_sep Engine.Index preIndex concode_elem_sep void postIndex concode_elem_sep void postIndex concode_elem_sep void postIndex concode_elem_sep voi... |
double function ( double arg0 , double arg1 ) { return arg1 / arg0 ; } | get the standard deviation in the calculation on ln a + / - sd_a concode_field_sep PlaceHolder placeHolder concode_field_sep double aA concode_elem_sep double var_aA concode_elem_sep double A_plusMinus_B concode_elem_sep double aA_plusMinus_bB concode_elem_sep double AB concode_elem_sep double var_AB concode_elem_sep d... |
void function ( int arg0 ) { } | handle the connection disconnect concode_field_sep String password concode_elem_sep boolean sdkInited concode_elem_sep String TAG concode_elem_sep EMConnectionListener connectionListener concode_elem_sep HXSDKModel hxModel concode_elem_sep String hxId concode_elem_sep HXSDKHelper me concode_elem_sep Context appContext ... |
HCatPartition function ( String arg0 ) { this . sd . setLocation ( arg0 ) ; return this ; } | setter for partition directory location . concode_field_sep StorageDescriptor sd concode_elem_sep int lastAccessTime concode_elem_sep int createTime concode_elem_sep List<HCatFieldSchema> columns concode_elem_sep List<String> values concode_elem_sep String dbName concode_elem_sep HCatTable hcatTable concode_elem_sep Ma... |
void function ( int arg0 ) { states . get ( arg0 ) . makeFinal ( ) ; } | makes the given state a final state concode_field_sep Map<Integer,State> states concode_elem_sep int stateNum concode_elem_sep boolean finalState concode_elem_sep Map<Character,Integer> transitions concode_field_sep boolean returnFinal concode_elem_sep void reset concode_elem_sep void addRangeTransitions concode_elem_s... |
GetISD function ( ) { return new GetISD ( ) ; } | create an instance of getisd concode_field_sep QName _String_QNAME concode_field_sep GetCurrencyCodeByCurrencyNameResponse createGetCurrencyCodeByCurrencyNameResponse concode_elem_sep GetISDResponse createGetISDResponse concode_elem_sep GetGMTbyCountry createGetGMTbyCountry concode_elem_sep GetGMTbyCountryResponse crea... |
TypeCode function ( ) { return OrbRestricted . Singleton . create_interface_tc ( id ( ) , "srini_string" ) ; } | get the type code of the codecfactory . concode_field_sep String UNSUPPORTED concode_field_sep CodecFactory extract concode_elem_sep CodecFactory read concode_elem_sep void insert concode_elem_sep CodecFactory narrow concode_elem_sep String id concode_elem_sep void write concode_elem_sep CodecFactory unchecked_narrow |
double function ( ) { long loc0 = getElapsedTime ( ) ; if ( loc0 < 1000 ) return 0 ; return ( double ) uploadedBytes / 1024 * 8 / ( loc0 / 1000 ) ; } | gets the average upload rate in kbit/s . concode_field_sep long currentTime concode_elem_sep int numberOfRetries concode_elem_sep String uploadId concode_elem_sep ArrayList<String> successfullyUploadedFiles concode_elem_sep long totalBytes concode_elem_sep long startTime concode_elem_sep int totalFiles concode_elem_sep... |
void function ( java . lang . String arg0 ) { _links . setImageName ( arg0 ) ; } | sets the image name of this links . concode_field_sep Links _links concode_field_sep void setExpandoBridgeAttributes concode_elem_sep void setGroupId concode_elem_sep java.lang.String getName concode_elem_sep boolean isEscapedModel concode_elem_sep boolean isCachedModel concode_elem_sep int compareTo concode_elem_sep L... |
SVGBuilder function ( boolean arg0 ) { this . closeInputStream = arg0 ; return this ; } | whether or not to close the input stream after reading ie . after calling #build . default is true concode_field_sep boolean whiteMode concode_elem_sep InputStream data concode_elem_sep Integer replaceColor concode_elem_sep ColorFilter fillColorFilter concode_elem_sep boolean closeInputStream concode_elem_sep ColorFilt... |
void function ( boolean arg0 ) { this . forceHttps = arg0 ; } | set to true to force login form access to be via https . if this value is true the default is false , and the incoming request for the protected resource which triggered the interceptor was not already https , then the client will first be redirected to an https url , even if serversideredirect is set to true . concode... |
ClearableStringBuilder function ( char [ ] arg0 , int arg1 , int arg2 ) { sb . append ( arg0 , arg1 , arg2 ) ; return this ; } | appends a character array to the buffer . concode_field_sep StringBuilder sb concode_field_sep String get concode_elem_sep ClearableStringBuilder clear concode_elem_sep ClearableStringBuilder chop concode_elem_sep int length concode_elem_sep String getAndClear |
void function ( NativeWebRequest arg0 , Callable < T > arg1 ) { } | this implementation is empty . concode_field_sep PlaceHolder placeHolder concode_field_sep Object handleTimeout concode_elem_sep void beforeConcurrentHandling concode_elem_sep void preProcess concode_elem_sep void postProcess |
boolean function ( ) { return field . isVolatile ( ) ; } | return true if the field includes the volatile modifier . concode_field_sep com.badlogic.gwtref.client.Field field concode_field_sep Class getElementType concode_elem_sep boolean isAccessible concode_elem_sep boolean isStatic concode_elem_sep String getName concode_elem_sep void set concode_elem_sep void setAccessible ... |
int function ( ) { return 0 ; } | this method will always return 0 concode_field_sep SessionContext sessionContext concode_elem_sep Hashtable data concode_field_sep String getModule concode_elem_sep String[] getParameterValues concode_elem_sep String getScheme concode_elem_sep String getRemoteAddr concode_elem_sep String getRequestURI concode_elem_sep ... |
String function ( ) { TimeZone loc0 = TimeZone . getTimeZone ( id ) ; Calendar loc1 = Calendar . getInstance ( loc0 ) ; if ( loc0 . inDaylightTime ( loc1 . getTime ( ) ) ) { return "srini_string" ; } return "srini_string" ; } | gets the state of daylight time in this time zone . concode_field_sep Polygon mapPolygon concode_elem_sep DateFormat dateFormat concode_elem_sep String id concode_elem_sep String mapCommandButtonId concode_field_sep String getUseDaylightTime concode_elem_sep String getLocation concode_elem_sep boolean isRelevantCompone... |
int function ( int arg0 , double arg1 ) { return hash ( arg0 , Double . doubleToLongBits ( arg1 ) ) ; } | double support which is done using the same techinque as float hashing except we convert to a long not to an int . concode_field_sep int SEED concode_elem_sep int PRIME concode_field_sep placeholderType placeHolder |
long function ( com . liferay . portal . kernel . dao . orm . DynamicQuery arg0 ) { return _feedLocalService . dynamicQueryCount ( arg0 ) ; } | returns the number of rows matching the dynamic query . concode_field_sep FeedLocalService _feedLocalService concode_field_sep com.liferay.twitter.model.Feed fetchFeed concode_elem_sep java.lang.String getOSGiServiceIdentifier concode_elem_sep void setWrappedService concode_elem_sep com.liferay.portal.kernel.dao.orm.Ac... |
String function ( ) { return _return ; } | gets the value of the return property . concode_field_sep String _return concode_field_sep void setReturn |
ClassDescription function ( final int arg0 ) { return ( ClassDescription ) this . classes . get ( arg0 ) ; } | returns a class description . concode_field_sep HashMap classesMap concode_elem_sep MappingModel mappingModel concode_elem_sep ArrayList sources concode_elem_sep ArrayList classes concode_elem_sep Comments modelComments concode_elem_sep HashMap includeComments concode_field_sep void addClassDescription concode_elem_sep... |
TokenReference function ( ) { return attachedReference ; } | get the attached tokenreference concode_field_sep TokenReference unAttachedReference concode_elem_sep Date expires concode_elem_sep byte[] entropy concode_elem_sep String tokenId concode_elem_sep long keySize concode_elem_sep Date created concode_elem_sep boolean computedKey concode_elem_sep TokenReference attachedRefe... |
ActivityTaskFailedEventAttributes function ( String arg0 ) { this . reason = arg0 ; return this ; } | the reason provided for the failure if any . returns a reference to this object so that method calls can be chained together . constraints : length : 0 - 256 concode_field_sep String reason concode_elem_sep Long startedEventId concode_elem_sep String details concode_elem_sep Long scheduledEventId concode_field_sep Acti... |
ShareToMessengerParamsBuilder function ( Uri arg0 ) { mExternalUri = arg0 ; return this ; } | sets an external uri that messenger can use to download the content on facebook 's servers instead of requiring the messenger application to upload the content . the content returned by the this uri must be exactly the same as the content specified by #geturi . if the content is different , messenger may fail to send t... |
String function ( @ Nonnull final byte [ ] arg0 , @ Nonnull final Charset arg1 ) { try { return CharsetManager . getAsString ( Base64 . decode ( arg0 ) , arg1 ) ; } catch ( final Throwable loc0 ) { return null ; } } | decode the byte array and convert it to a string . concode_field_sep Base64Helper s_aInstance concode_field_sep String safeEncode concode_elem_sep String safeEncode concode_elem_sep byte[] safeDecode concode_elem_sep byte[] safeDecode |
void function ( int arg0 , int arg1 , int arg2 ) { if ( arg0 < 0 || arg0 >= getWidth ( ) ) { throw new IllegalArgumentException ( "srini_string" ) ; } else if ( arg1 < 0 || arg1 >= getHeight ( ) ) { throw new IllegalArgumentException ( "srini_string" ) ; } nativeSetPixel ( mNativePix , arg0 , arg1 , arg2 ) ; } | sets the android.graphics.color at the specified location . concode_field_sep int INDEX_D concode_elem_sep long mNativePix concode_elem_sep int INDEX_H concode_elem_sep int INDEX_W concode_elem_sep boolean mRecycled concode_field_sep boolean nativeInvert concode_elem_sep void nativeSetPixel concode_elem_sep Pix createF... |
Reader function ( ) { if ( reader == null ) { reader = new InputStreamReader ( byteStream ( ) , charset ( ) ) ; } return reader ; } | returns the response as a character stream decoded with the charset of the content-type header . if that header is either absent or lacks a charset , this will attempt to decode the response body as utf-8 . concode_field_sep Request request concode_elem_sep RawHeaders headers concode_elem_sep int code concode_elem_sep ... |
int function ( ) { return factory . getHistoryInterval ( ) ; } | gets the interval between timing history report generation . concode_field_sep TimingsFactory factory concode_field_sep void setHistoryLength concode_elem_sep Timing ofStart concode_elem_sep Timing ofStart concode_elem_sep void setVerboseTimingsEnabled concode_elem_sep int getHistoryLength concode_elem_sep Timing of co... |
TimeRange function ( ) { return TimeService . newTimeRange ( this . startingListViewDate , this . endingListViewDate ) ; } | get a timerange object for the list view start/end dates . concode_field_sep String LIST_VIEW_DATE_FORMAT_DISPLAY concode_elem_sep Time startingListViewDate concode_elem_sep ResourceLoader rb concode_elem_sep String SHOW_DAY concode_elem_sep int LIST_VIEW_STARTING_DAY concode_elem_sep int LIST_VIEW_ENDING_YEAR concode_... |
int [ ] function ( String arg0 ) { return new Version ( arg0 ) . getNumericVersion ( ) ; } | returns the given version as a numeric array concode_field_sep String MC_PACKAGE_NAME concode_elem_sep Version SERVER_VERSION concode_elem_sep Version BUKKIT_VERSION concode_field_sep Version getVersion concode_elem_sep String getVersionTag concode_elem_sep List<Player> getOnlinePlayers concode_elem_sep String getMCPac... |
Collection < T > function ( MultiMapConfig . ValueCollectionType arg0 , int arg1 ) { switch ( arg0 ) { case SET : return arg1 <= 0 ? new HashSet < T > ( ) : new HashSet < T > ( arg1 ) ; case LIST : return new LinkedList < T > ( ) ; default : throw new IllegalArgumentException ( "srini_string" + arg0 + "srini_string" + ... | picks right collection type , like java.util.set or java.util.list depending on the com.hazelcast.config.multimapconfig #valuecollectiontype and creates it . concode_field_sep PlaceHolder placeHolder concode_field_sep Collection<T> emptyCollection concode_elem_sep MultiMapConfig.ValueCollectionType findCollectionType |
double function ( double arg0 , int arg1 , int arg2 , double arg3 , double arg4 , int arg5 ) { double loc0 = arg4 ( arg0 , arg1 - 1 , pmt ( arg0 , arg2 , arg3 , arg4 , arg5 ) , arg3 , arg5 ) * arg0 ; if ( arg5 == 1 ) loc0 /= ( 1 + arg0 ) ; return loc0 ; } | emulates excel/calc 's ipmt interest_rate , period , number_payments , pv , fv , type function , which calculates the portion of the payment at a given period that is the interest on previous balance . concode_field_sep PlaceHolder placeHolder concode_field_sep double fv concode_elem_sep double fv concode_elem_sep doub... |
void function ( ) { holder . set ( this ) ; } | save this state into the current thread 's local storage concode_field_sep FileInfo fileInfo concode_elem_sep ThreadLocal holder concode_elem_sep UploadConfig uploadConfig concode_field_sep UploadStateHolder take concode_elem_sep UploadConfig getUploadConfig concode_elem_sep void run concode_elem_sep FileInfo getFileIn... |
String function ( ) { return ( this . name ) ; } | return the name of this node . concode_field_sep String name concode_elem_sep HashMap attributes concode_elem_sep TreeNode parent concode_elem_sep String body concode_elem_sep ArrayList children concode_field_sep TreeNode findChild concode_elem_sep String findAttribute concode_elem_sep void addAttribute concode_elem_se... |
Font function ( ) { return ( font ) ; } | returns the font in use for this component . concode_field_sep MenuContainer parent concode_elem_sep Object tree_lock concode_elem_sep MenuComponentPeer peer concode_elem_sep String name concode_elem_sep Toolkit toolkit concode_elem_sep long serialVersionUID concode_elem_sep Font font concode_field_sep void setName con... |
int function ( ) { return namespaceID ; } | namespace id of the file system . assigned to the file system at formatting and never changes after that . shared by all file system components . concode_field_sep int namespaceID concode_elem_sep NodeType storageType concode_elem_sep long cTime concode_elem_sep String clusterID concode_elem_sep int layoutVersion conco... |
java . lang . String function ( ) { return url ; } | gets the url value for this filterdata . concode_field_sep com.intellij.tasks.mantis.model.AccountData owner concode_elem_sep java.math.BigInteger project_id concode_elem_sep java.lang.String filter_string concode_elem_sep java.lang.Object __equalsCalc concode_elem_sep java.lang.Boolean is_public concode_elem_sep java.... |
void function ( String arg0 ) { this . name = arg0 ; } | sets the value of the name property . concode_field_sep String extension concode_elem_sep String name concode_elem_sep String description concode_elem_sep String className concode_elem_sep long settingsId concode_elem_sep long oid concode_elem_sep boolean defaultSerializer concode_elem_sep String contentType concode_el... |
ITimedStatemachine function ( ) { return statemachine ; } | returns the state machine reference of the event . concode_field_sep boolean periodic concode_elem_sep int index concode_elem_sep ITimedStatemachine statemachine concode_field_sep boolean isPeriodic concode_elem_sep int getIndex concode_elem_sep void setStatemachine |
Date function ( ) { return new Date ( getLastMillisecond ( ) ) ; } | returns the date/time that marks the end of the time period . this method returns a new date instance every time it is called . concode_field_sep TimeZone DEFAULT_TIME_ZONE concode_elem_sep Calendar WORKING_CALENDAR concode_field_sep RegularTimePeriod next concode_elem_sep RegularTimePeriod createInstance concode_elem_... |
void function ( IDisplayModeManagerListener arg0 ) { if ( ! listeners . contains ( arg0 ) ) listeners . add ( arg0 ) ; } | adds listener to receive color chnage notifications . concode_field_sep Logger LOG concode_elem_sep java.util.List<IDisplayModeManagerListener> listeners concode_elem_sep int[] classPriorities concode_elem_sep String propertyPrefix concode_elem_sep Map<Integer,Color> colors concode_field_sep void restoreMapping concode... |
boolean function ( ) { return this . delegate != null ; } | is the delegate set ? concode_field_sep PicketLinkLogger logger concode_elem_sep AttributeManager delegate concode_field_sep Map<String,Object> getAttributes concode_elem_sep void setDelegate |
void function ( PVector arg0 ) { float [ ] loc0 = getObjectFromScreenPosition ( arg0 . x , arg0 . y ) ; this . innerTransformationCenter . x = loc0 [ 0 ] - ( float ) innerOffsetX ; this . innerTransformationCenter . y = loc0 [ 1 ] - ( float ) innerOffsetY ; } | set inner transformation center . concode_field_sep long MEMORY_THRESHOLD_BYTES concode_elem_sep PVector transformationCenter concode_elem_sep int TILE_WIDTH concode_elem_sep double innerOffsetX concode_elem_sep Vector<Object> recent_images concode_elem_sep float offsetX concode_elem_sep float offsetY concode_elem_sep ... |
long function ( ) { return ord ; } | return the number of values which have been added . concode_field_sep long ord concode_elem_sep int BPV_SHIFT concode_elem_sep byte[] blocks concode_elem_sep int MIN_VALUE_EQUALS_0 concode_elem_sep long[] values concode_elem_sep int MAX_BLOCK_SIZE concode_elem_sep boolean finished concode_elem_sep int MIN_BLOCK_SIZE co... |
play . api . Application function ( ) { return application ; } | get the underlying scala application . concode_field_sep play.api.Application application concode_elem_sep Configuration configuration concode_elem_sep Injector injector concode_field_sep Configuration configuration concode_elem_sep Injector injector |
void function ( Address arg0 ) { this . address = arg0 ; } | sets the value of the address property . concode_field_sep String firstName concode_elem_sep String lastName concode_elem_sep Address address concode_elem_sep Integer age concode_field_sep void setLastName concode_elem_sep Integer getAge concode_elem_sep void setFirstName concode_elem_sep Person withAddress concode_ele... |
HttpResponseFactory function ( ) { return new DefaultHttpResponseFactory ( ) ; } | creates an instance of defaulthttpresponsefactory to be usedby http connections for creating httpresponse objects . this method can be overridden in a super class in order to provide a different implementation of the httpresponsefactory interface . concode_field_sep SSLIOSessionHandler sslHandler concode_elem_sep NHttp... |
Long function ( ) { return petId ; } | get petid concode_field_sep Long id concode_elem_sep DateTime shipDate concode_elem_sep String value concode_elem_sep StatusEnum status concode_elem_sep Boolean complete concode_elem_sep Long petId concode_elem_sep Integer quantity concode_field_sep StatusEnum fromValue concode_elem_sep DateTime getShipDate concode_ele... |
String function ( ) { return countryCd ; } | gets the value of the countrycd property . concode_field_sep String zipCode concode_elem_sep String city concode_elem_sep String countryCd concode_elem_sep String stateProvince concode_elem_sep String isActive concode_elem_sep String poBox concode_elem_sep String addressTypeCd concode_elem_sep String buildingNum concod... |
String function ( Piece arg0 ) { if ( arg0 == null ) { return "srini_string" ; } String loc0 ; switch ( arg0 . getColor ( ) ) { case Piece . COLOR_BLACK : loc0 = "srini_string" ; break ; case Piece . COLOR_WHITE : loc0 = "srini_string" ; break ; default : loc0 = "srini_string" ; break ; } return loc0 ; } | returns the name of the specified piece . the name is based on color the first letter represents the color : b = black , w = white , ? = unknown a two letter empty string is returned in case the specified piece is null concode_field_sep Game game concode_field_sep int convertColumnStrToColumnInt concode_elem_sep int co... |
void function ( ) { if ( datasetObservers != null ) { for ( DataSetObserver loc0 : datasetObservers ) { loc0 . onInvalidated ( ) ; } } } | notifies observers about invalidating data concode_field_sep List<DataSetObserver> datasetObservers concode_field_sep void notifyDataChangedEvent concode_elem_sep void unregisterDataSetObserver concode_elem_sep void registerDataSetObserver concode_elem_sep View getEmptyItem |
void function ( Locale arg0 ) { this . locale = arg0 ; } | sets the locale . concode_field_sep String streetName concode_elem_sep int streetNumber concode_elem_sep String city concode_elem_sep String countryCode concode_elem_sep String description concode_elem_sep Locale locale concode_field_sep String getCountryCode concode_elem_sep void setCity concode_elem_sep void setDescr... |
com . liferay . social . kernel . model . SocialActivityLimit function ( com . liferay . social . kernel . model . SocialActivityLimit arg0 ) { return getService ( ) . updateSocialActivityLimit ( arg0 ) ; } | updates the social activity limit in the database or adds it if it does not yet exist . also notifies the appropriate model listeners . concode_field_sep SocialActivityLimitLocalService _service concode_field_sep java.lang.String getOSGiServiceIdentifier concode_elem_sep com.liferay.social.kernel.model.SocialActivityLi... |
float function ( int arg0 , float arg1 ) { int loc0 = ( int ) arg1 ; int loc1 = loc0 + 1 ; if ( loc1 == bufferSize ) { return channels [ arg0 ] [ loc0 ] ; } float loc2 = arg1 - loc0 ; return channels [ arg0 ] [ loc0 ] + loc2 * ( channels [ arg0 ] [ loc1 ] - channels [ arg0 ] [ loc0 ] ) ; } | returns the interpolated value of a sample in the given channel , at the given offset from the beginning of the buffer , for instance , getsample 0 , 30.5 f will return an interpolated sample value in channel 0 that is between the value at 30 and the value at 31 . concode_field_sep float[][] channels concode_elem_sep i... |
AssetUtil function ( Context arg0 ) { return new AssetUtil ( arg0 ) ; } | static method to retrieve class instance . concode_field_sep String DEFAULT_SOUND concode_elem_sep String STORAGE_FOLDER concode_elem_sep Context context concode_field_sep void copyFile concode_elem_sep Uri getUriForResourcePath concode_elem_sep Uri getUriFromAsset concode_elem_sep String getBaseName concode_elem_sep U... |
boolean function ( String arg0 , HashMap < String , Boolean > arg1 ) { Boolean loc0 = arg1 . get ( arg0 ) ; return ( loc0 == null ) ? false : loc0 . booleanValue ( ) ; } | check to see if the data associated with the key is required to be populated in the contact object . concode_field_sep String[] whereArgs concode_elem_sep CordovaInterface mApp concode_elem_sep String where concode_elem_sep String LOG_TAG concode_field_sep JSONArray search concode_elem_sep JSONObject getContactById con... |
void function ( IndexModule arg0 ) { } | called before a new index is created on a node . the given module can be used to regsiter index-leve extensions . concode_field_sep PlaceHolder placeHolder concode_field_sep Collection<Module> nodeModules concode_elem_sep String name concode_elem_sep String description concode_elem_sep Settings additionalSettings conco... |
String function ( ) { return name ; } | gets the name concode_field_sep java.util.Date date concode_elem_sep Top other concode_elem_sep String address concode_elem_sep Top top concode_elem_sep String name concode_elem_sep int count concode_elem_sep long id concode_field_sep void setName concode_elem_sep void setOther concode_elem_sep void init concode_elem_s... |
void function ( String arg0 , String arg1 ) { Set < String > loc0 = relatedEntities . get ( arg0 ) ; if ( loc0 == null ) { loc0 = new HashSet < String > ( ) ; relatedEntities . put ( arg0 , loc0 ) ; } loc0 . add ( arg1 ) ; } | add an entity to the existing related entity map concode_field_sep HashMap<String,Set<Object>> primaryFilters concode_elem_sep HashMap<String,Object> otherInfo concode_elem_sep HashMap<String,Set<String>> relatedEntities concode_elem_sep String entityType concode_elem_sep String entityId concode_elem_sep Long startTime... |
TextRange function ( final Project arg0 , final Document arg1 , int arg2 , boolean arg3 ) { return null ; } | return text range of expression which can be evaluated . concode_field_sep PlaceHolder placeHolder concode_field_sep ExpressionInfo getExpressionInfoAtOffset concode_elem_sep String formatTextForEvaluation concode_elem_sep boolean isCodeFragmentEvaluationSupported concode_elem_sep String evaluateMessage concode_elem_se... |
boolean function ( PathElement arg0 ) { return true ; } | gets whether a child resource should be removed via the addition of a step to invoke the `` remove '' operation for its address . if this method returns false then the child resource will simply be discarded along with their parent . note : if a subclass returns false from this method , it must ensure that it itselfwil... |
T [ ] function ( T [ ] arg0 , T [ ] arg1 , Class < T > arg2 ) { T [ ] loc0 = ( T [ ] ) Array . newInstance ( arg2 , arg0 . length + arg1 . length ) ; System . arraycopy ( arg0 , 0 , loc0 , 0 , arg0 . length ) ; System . arraycopy ( arg1 , 0 , loc0 , arg0 . length , arg1 . length ) ; return loc0 ; } | concatenates 2 arrays concode_field_sep PlaceHolder placeHolder concode_field_sep int binarySearch concode_elem_sep int binarySearch |
void function ( String arg0 , String arg1 , Object ... arg2 ) { if ( LOG . ERROR >= LOGLEVEL ) Log . e ( arg0 , String . format ( arg1 , arg2 ) ) ; } | error log message with printf formatting . concode_field_sep int WARN concode_elem_sep int VERBOSE concode_elem_sep int ERROR concode_elem_sep int LOGLEVEL concode_elem_sep int DEBUG concode_elem_sep int INFO concode_field_sep boolean isLoggable concode_elem_sep void d concode_elem_sep void d concode_elem_sep void d co... |
ApiResponse function ( StopRunRequest arg0 ) { return computeDbApiConnection . doRequest ( arg0 , "srini_string" , ApiResponse . class ) ; } | stop database polling concode_field_sep ComputeDbApiConnection computeDbApiConnection concode_field_sep ResubmitFailedTasksResponse resubmitFailedTasks concode_elem_sep ApiResponse createRun concode_elem_sep RunStatusResponse getRunStatus concode_elem_sep ApiResponse start concode_elem_sep GetBackendsResponse getBacken... |
void function ( XMLStreamWriter arg0 , String arg1 , String arg2 , String arg3 ) { try { arg0 . writeAttribute ( arg1 , arg2 , arg3 ) ; } catch ( XMLStreamException loc0 ) { throw logger . processingError ( loc0 ) ; } } | write an xml attribute concode_field_sep ThreadLocal<Stack<String>> registeredNSStack concode_elem_sep PicketLinkLogger logger concode_field_sep void writeNameSpace concode_elem_sep XMLOutputFactory getXMLOutputFactory concode_elem_sep void writeCharacters concode_elem_sep void flush concode_elem_sep void setPrefix con... |
boolean function ( Iterator < ? > arg0 , Object arg1 ) { if ( arg0 != null ) { while ( arg0 . hasNext ( ) ) { Object loc0 = arg0 . next ( ) ; if ( ObjectUtils . nullSafeEquals ( loc0 , arg1 ) ) { return true ; } } } return false ; } | check whether the given iterator contains the given element . concode_field_sep Enumeration<E> enumeration concode_elem_sep Map<K,List<V>> map concode_field_sep Iterator<E> toIterator concode_elem_sep E next concode_elem_sep void mergePropertiesIntoMap concode_elem_sep boolean containsInstance concode_elem_sep Collecti... |
BigDecimal function ( ) { return dist ; } | gets the value of the dist property . concode_field_sep BigDecimal clashmag concode_elem_sep BigDecimal dist concode_elem_sep String atom concode_elem_sep BigInteger cid concode_field_sep BigInteger getCid concode_elem_sep void setDist concode_elem_sep BigDecimal getClashmag concode_elem_sep String getAtom concode_elem... |
List < String > function ( ) { List < String > loc0 = new ArrayList < String > ( ) ; for ( String loc1 : groups . keySet ( ) ) loc0 . add ( loc1 ) ; Collections . sort ( loc0 ) ; return loc0 ; } | gets a list of all known groups . concode_field_sep String PARTIAL concode_elem_sep String GROUPS_SRC concode_elem_sep HashMap<String,String> pagenames concode_elem_sep String YES concode_elem_sep MetaEntityList entityList concode_elem_sep String SUPPORT_SRC concode_elem_sep HashMap<String,HashMap<String,String>> suppo... |
void function ( int arg0 ) { Stack loc0 = ( Stack ) ht . get ( Thread . currentThread ( ) ) ; if ( loc0 != null && arg0 < loc0 . size ( ) ) loc0 . setSize ( arg0 ) ; } | set maximum depth of this diagnostic context . if the current depth is smaller or equal to maxdepth , then no action is taken . this method is a convenient alternative to multiple #pop calls . moreover , it is often the case that at the end ofcomplex call sequences , the depth of the ndc is unpredictable . the setmaxde... |
List < String > function ( ) { return new ArrayList < String > ( mPurchaseMap . keySet ( ) ) ; } | returns a list of all owned product ids . concode_field_sep Map<String,SkuDetails> mSkuMap concode_elem_sep Map<String,Purchase> mPurchaseMap concode_field_sep void erasePurchase concode_elem_sep void addSkuDetails concode_elem_sep Purchase getPurchase concode_elem_sep boolean hasDetails concode_elem_sep List<Purchase>... |
PanelTabSet function ( ) { return dynamicTabSet ; } | gets the dynamictabset paneltabset object . concode_field_sep String removedTab concode_elem_sep List tabItems concode_elem_sep String newTabContent concode_elem_sep int index concode_elem_sep int tabIndex concode_elem_sep List tabs concode_elem_sep String newTabLabel concode_elem_sep String label concode_elem_sep Pane... |
void function ( ) { System . out . println ( "srini_string" ) ; BetaDistribution loc0 = new BetaDistribution ( 2 , 5 ) ; loc0 . rand ( ) ; assertEquals ( 0.1597191 , loc0 . sd ( ) , 1E-7 ) ; } | test of sd method , of class beta . concode_field_sep PlaceHolder placeHolder concode_field_sep void setUpClass concode_elem_sep void testVar concode_elem_sep void testEntropy concode_elem_sep void testCdf concode_elem_sep void tearDownClass concode_elem_sep void testNpara concode_elem_sep void testP concode_elem_sep v... |
Snapshot function ( Snapshot arg0 , Snapshot arg1 ) { int loc0 = arg0 == null ? Snapshot . INVALID_ID : arg0 . getId ( ) ; Snapshot loc1 = getPrior ( loc0 , true ) ; if ( loc1 != null && ( arg1 == null || Snapshot . ID_COMPARATOR . compare ( loc1 , arg1 ) > 0 ) ) { return loc1 ; } return arg1 ; } | update the prior snapshot . concode_field_sep List<D> diffs concode_field_sep D addDiff concode_elem_sep D getDiffById concode_elem_sep D getDiff concode_elem_sep boolean changedBetweenSnapshots concode_elem_sep void clear concode_elem_sep Snapshot getSnapshotById concode_elem_sep Snapshot getPrior concode_elem_sep Sna... |
String function ( ) { return getUrl ( ) ; } | portability wrapper . many app servers call the url setting `` database '' . concode_field_sep Properties connProperties concode_elem_sep int loginTimeout concode_elem_sep String driver concode_elem_sep PrintWriter logWriter concode_elem_sep ConnectionDefaults connectionDefaults concode_elem_sep String url concode_fiel... |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.