code stringlengths 20 663 | nl stringlengths 68 7.19k |
|---|---|
RMIClientSocketFactory function ( ) { return ( ( TCPEndpoint ) ep ) . getClientSocketFactory ( ) ; } | return the client socket factory associated with this ref . note : there is a jdk-internal dependency on the existence of this method in the implementation of javax.management.remote.rmi.rmiconnector . concode_field_sep Channel ch concode_elem_sep Endpoint ep concode_elem_sep ObjID id concode_elem_sep boolean isLocal c... |
ResultMatcher function ( final int arg0 ) { return new ResultMatcher ( ) { @ Override public void match ( MvcResult arg1 ) throws Exception { int loc0 = getErrorCount ( getModelAndView ( arg1 ) . getModelMap ( ) ) ; assertEquals ( "srini_string" , arg0 , loc0 ) ; } } ; } | assert the total number of errors in the model . concode_field_sep PlaceHolder placeHolder concode_field_sep ResultMatcher attributeErrorCount concode_elem_sep ResultMatcher hasNoErrors concode_elem_sep ResultMatcher hasErrors concode_elem_sep int getErrorCount concode_elem_sep ResultMatcher attributeHasFieldErrors con... |
void function ( String arg0 ) { this . publicIp = arg0 ; } | the elastic ip address . concode_field_sep String domain concode_elem_sep String publicIp concode_elem_sep String allocationId concode_field_sep String getDomain concode_elem_sep void setAllocationId concode_elem_sep AllocateAddressResult withAllocationId concode_elem_sep String getPublicIp concode_elem_sep AllocateAdd... |
Builder function ( URL arg0 ) { if ( arg0 == null ) throw new IllegalArgumentException ( "srini_string" ) ; HttpUrl loc0 = HttpUrl . get ( arg0 ) ; if ( loc0 == null ) throw new IllegalArgumentException ( "srini_string" + arg0 ) ; return arg0 ( loc0 ) ; } | sets the url target of this request . concode_field_sep Headers.Builder headers concode_elem_sep String method concode_elem_sep Object tag concode_elem_sep RequestBody body concode_elem_sep URI javaNetUri concode_elem_sep HttpUrl url concode_elem_sep CacheControl cacheControl concode_field_sep Headers headers concode_e... |
void function ( java . lang . String arg0 ) { _jiraChangeGroup . setJiraUserId ( arg0 ) ; } | sets the jira user id of this j i r a change group . concode_field_sep JIRAChangeGroup _jiraChangeGroup concode_field_sep boolean isFinderCacheEnabled concode_elem_sep void setExpandoBridgeAttributes concode_elem_sep void setExpandoBridgeAttributes concode_elem_sep void setExpandoBridgeAttributes concode_elem_sep boole... |
void function ( int arg0 ) { while ( MainWindow . getInterface ( ) . stoped == 1 || MainWindow . getInterface ( ) . stoped == 2 ) try { Thread . sleep ( 100 ) ; } catch ( InterruptedException loc0 ) { loc0 . printStackTrace ( ) ; } ia . setAction ( Action . turnCounterClockwise ) ; ia . getScript ( ) . setCurrentLine (... | turn counter clockwise . concode_field_sep boolean lock concode_elem_sep Intelligence ia concode_elem_sep Tank tankPhy concode_field_sep void moveForward concode_elem_sep int radar concode_elem_sep void unlock concode_elem_sep void doNothing concode_elem_sep void bePrepared concode_elem_sep boolean isLocked concode_ele... |
String function ( ) { return grammarName ; } | returns grammar name . concode_field_sep int sampleRate concode_elem_sep String acousticModelPath concode_elem_sep String grammarPath concode_elem_sep String grammarName concode_elem_sep String dictionaryPath concode_elem_sep String languageModelPath concode_elem_sep boolean useGrammar concode_field_sep String getGramm... |
void function ( SortOrder arg0 ) { this . sortOrder = arg0 ; } | sets the value of the sortorder property . concode_field_sep String field concode_elem_sep SortOrder sortOrder concode_field_sep void setField concode_elem_sep String getField concode_elem_sep SortOrder getSortOrder |
void function ( DiskImageDescription arg0 ) { this . image = arg0 ; } | sets the value of the image property for this object . concode_field_sep DiskImageVolumeDescription volume concode_elem_sep Long bytesConverted concode_elem_sep DiskImageDescription image concode_elem_sep String description concode_elem_sep String availabilityZone concode_field_sep Long getBytesConverted concode_elem_s... |
HashMap < Integer , HandlerEntry > function ( ) { return m_messageHandlers ; } | retrieves a hashmap of message command code to command handler name concode_field_sep boolean m_isStatus concode_elem_sep HandlerEntry m_defaultMsgHandler concode_elem_sep String m_dispatcher concode_elem_sep HashMap<Integer,HandlerEntry> m_messageHandlers concode_elem_sep HashMap<Class<? extends Command>,HandlerEntry>... |
void function ( final InsertionLocation arg0 ) { this . insertionLocation = arg0 ; } | configure where user content should be inserted , either before or after the quoted content . concode_field_sep int headerInsertionPoint concode_elem_sep StringBuilder quotedContent concode_elem_sep InsertionLocation insertionLocation concode_elem_sep long serialVersionUID concode_elem_sep StringBuilder userContent con... |
LongValue function ( ) { return pop ( ) . longValue ( ) ; } | pops the top longvalue from the stack . concode_field_sep TopValue TOP_VALUE concode_elem_sep Value[] values concode_elem_sep int actualMaxSize concode_elem_sep int currentSize concode_field_sep DoubleValue dpop concode_elem_sep Value getBottom concode_elem_sep Value pop concode_elem_sep void setTop concode_elem_sep in... |
MucConfigFormManager function ( String arg0 ) { if ( ! answerForm . hasField ( MUC_ROOMCONFIG_ROOMSECRET ) ) { throw new MucConfigurationNotSupportedException ( MUC_ROOMCONFIG_ROOMSECRET ) ; } answerForm . setAnswer ( MUC_ROOMCONFIG_ROOMSECRET , arg0 ) ; return this ; } | set the room secret , aka the room password . if set and enabled , the password is required to join the room . note that this does only set it by does not enable password protection . use #setandenablepassword string to set a password and make the room protected . concode_field_sep MultiUserChat multiUserChat concode_e... |
Uri function ( String arg0 ) { if ( arg0 == null || arg0 . isEmpty ( ) ) return Uri . EMPTY ; if ( arg0 . equalsIgnoreCase ( DEFAULT_SOUND ) ) { return RingtoneManager . getDefaultUri ( RingtoneManager . TYPE_NOTIFICATION ) ; } return parse ( arg0 ) ; } | parse path path to native uri . 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 Uri parse co... |
TypeLiteral < T > function ( Class < T > arg0 ) { return new TypeLiteral < > ( arg0 ) ; } | gets type literal for the given class instance . concode_field_sep Class<? super T> rawType concode_elem_sep int hashCode concode_elem_sep Type type concode_field_sep Class<? super T> getRawType concode_elem_sep Type resolveType concode_elem_sep TypeLiteral<?> resolve concode_elem_sep TypeLiteral<?> getFieldType concod... |
void function ( int arg0 ) { this . sessionAcknowledgeMode = arg0 ; } | set the jms acknowledgement mode that is used when creating a jms session to send a message.default is session #auto_acknowledge . vendor-specific extensions to the acknowledgment mode can be set here as well . note that inside an ejb , the parameters to the create queue/topic session boolean transacted , int acknowled... |
void function ( ) { type = true ; order = false ; } | sorts the objects on the left side of the reference point . concode_field_sep boolean width concode_elem_sep int position concode_elem_sep boolean type concode_elem_sep boolean order concode_field_sep void sortAsc concode_elem_sep int compare concode_elem_sep void sortRight concode_elem_sep void sortAbove concode_elem_... |
java . sql . Date function ( Date arg0 ) { Calendar loc0 = Calendar . getInstance ( ) ; loc0 . setTime ( arg0 ) ; long loc1 = loc0 . getTime ( ) . getTime ( ) ; java . sql . Date loc2 = new java . sql . Date ( loc1 ) ; return loc2 ; } | convert from date java.util.date to sqldate java.sql.date concode_field_sep PlaceHolder placeHolder concode_field_sep Date sqlDate2date concode_elem_sep Date string2date concode_elem_sep Date string2date concode_elem_sep int diff concode_elem_sep String date2string concode_elem_sep String date2string |
Dimension function ( Component arg0 , String arg1 ) { FontMetrics loc0 = arg0 . getFontMetrics ( arg0 . getFont ( ) ) ; int loc1 = loc0 . getHeight ( ) ; int loc2 = loc0 . stringWidth ( arg1 ) ; return new Dimension ( loc2 + 2 , loc1 + 2 ) ; } | returns the size of the given text computed towards to the given component . concode_field_sep PlaceHolder placeHolder concode_field_sep void updateComponentTreeUI0 concode_elem_sep void updateComponentTreeUI concode_elem_sep int getStringWidth concode_elem_sep int getComponentIndex concode_elem_sep int getStringHeight... |
void function ( ) { geneTagger = new Tagger ( AbnerTagger . BIOCREATIVE ) ; } | initializes the hmm model for lingpipe concode_field_sep int NLPBA concode_elem_sep int BIOCREATIVE concode_elem_sep AbnerTagger abnerTagger concode_elem_sep Tagger geneTagger concode_field_sep Tagger getTagger concode_elem_sep AbnerTagger getInstance |
T function ( Object [ ] arg0 ) { constructor . setAccessible ( true ) ; try { return constructor . newInstance ( arg0 ) ; } catch ( InvocationTargetException loc0 ) { throw loc0 . getCause ( ) ; } } | returns an instance of t , constructed using this constructor , with the supplied arguments . concode_field_sep ParameterListKey assistedParameters concode_elem_sep List<Parameter> allParameters concode_elem_sep Constructor<T> constructor concode_field_sep ParameterListKey getAssistedParameters concode_elem_sep Set<Cla... |
WebElement function ( RemoteWebElement arg0 ) { RemoteWebDriver loc0 = ( RemoteWebDriver ) arg0 . getWrappedDriver ( ) ; if ( loc0 == null ) { return arg0 ; } return create ( loc0 , elementAugmentors , arg0 ) ; } | enhance the interfaces implemented by this instance of webelement iff that instance is a org.openqa.selenium.remote.remotewebelement . the webelement that is returned may well be a dynamic proxy . you can not rely on the concrete implementing class to remain constant . concode_field_sep Map<String,AugmenterProvider> el... |
String function ( ) { return name ; } | gets the name of this instance concode_field_sep AtomicInteger refCount concode_elem_sep String name concode_field_sep int refCount concode_elem_sep void decRef concode_elem_sep boolean tryIncRef concode_elem_sep void closeInternal concode_elem_sep void incRef concode_elem_sep void alreadyClosed |
GVTLineMetrics function ( CharacterIterator arg0 , int arg1 , int arg2 , FontRenderContext arg3 ) { return new GVTLineMetrics ( awtFont . getLineMetrics ( arg0 , arg1 , arg2 , arg3 ) , scale ) ; } | returns a gvtlinemetrics object created with the specified arguments . concode_field_sep float size concode_elem_sep Map fontCache concode_elem_sep float scale concode_elem_sep Font awtFont concode_elem_sep float FONT_SIZE concode_field_sep int canDisplayUpTo concode_elem_sep int canDisplayUpTo concode_elem_sep int can... |
CancellationTokenSource function ( ) { return ConnectorServices . createCancellationTokenSource ( ) ; } | creates a new cancellationtokensource that can be used to cancel one or more org.gradle.tooling.longrunningoperation executions . concode_field_sep PlaceHolder placeHolder concode_field_sep GradleConnector newConnector concode_elem_sep GradleConnector useInstallation concode_elem_sep GradleConnector forProjectDirectory... |
List < Cart > function ( ) { if ( cart == null ) { cart = new ArrayList < Cart > ( ) ; } return this . cart ; } | gets the value of the cart property . this accessor method returns a reference to the live list , not a snapshot . therefore any modification you make to the returned list will be present inside the jaxb object . this is why there is not a set method for the cart property . for example , to add a new item , do as follo... |
MemorySegment function ( int arg0 , Object arg1 ) { ensureInitialized ( ) ; return factory . allocateUnpooledSegment ( arg0 , arg1 ) ; } | allocates some unpooled memory and creates a new memory segment that represents that memory . this method is similar to #allocateunpooledsegment int , but additionally sets the owner of the memory segment . concode_field_sep Factory factory concode_field_sep MemorySegment wrapPooledHeapMemory concode_elem_sep MemorySeg... |
void function ( String arg0 ) { if ( arg0 != null && arg0 . length ( ) > 0 ) { System . arg0 . println ( "srini_string" + arg0 ) ; } System . arg0 . println ( "srini_string" ) ; System . exit ( 1 ) ; } | prints out usage information , with optional error message concode_field_sep PlaceHolder placeHolder concode_field_sep void main |
SnapshotEventStore function ( ) { return eventStore ; } | returns the event store this snapshotter uses to load domain events and store snapshot events . concode_field_sep Executor executor concode_elem_sep Logger logger concode_elem_sep SnapshotEventStore eventStore concode_elem_sep TransactionManager transactionManager concode_elem_sep String typeIdentifier concode_elem_sep... |
void function ( String arg0 ) { this . zipCode = arg0 ; } | sets the value of the zipcode property . concode_field_sep String zipCode concode_elem_sep long serialVersionUID concode_field_sep String getZipCode |
List < Column > function ( ) { return usingColumns ; } | returns the `` using '' list of net.sf.jsqlparser.schema.column s if any concode_field_sep boolean natural concode_elem_sep boolean left concode_elem_sep List<Column> usingColumns concode_elem_sep boolean full concode_elem_sep FromItem rightItem concode_elem_sep boolean outer concode_elem_sep boolean right concode_elem... |
T [ ] function ( Class < T > arg0 , String arg1 ) { return newInstances ( arg0 , arg1 , ',' ) ; } | get class instances for the given class references string concode_field_sep Bundle bundle concode_elem_sep Class<?> clazz concode_field_sep Class<?>[] loadClasses concode_elem_sep Class<?>[] loadClasses concode_elem_sep Class<?> loadClass concode_elem_sep Class<?> loadClass concode_elem_sep Class<?> get concode_elem_se... |
URI function ( ) { return this . secondaryUri ; } | gets the endpoint for the secondary location for the storage account . concode_field_sep URI secondaryUri concode_elem_sep URI primaryUri concode_field_sep boolean AreUrisEqual concode_elem_sep void setSecondaryUri concode_elem_sep boolean validateLocationMode concode_elem_sep URI getPrimaryUri concode_elem_sep void As... |
boolean function ( ) { return this . copyAllAttributes ; } | whether to copy all http session attributes . concode_field_sep Collection<String> attributeNames concode_elem_sep boolean copyHttpSessionId concode_elem_sep String HTTP_SESSION_ID_ATTR_NAME concode_elem_sep boolean copyAllAttributes concode_elem_sep boolean createSession concode_field_sep boolean isCopyHttpSessionId c... |
Integer function ( ) { return integer ; } | get integer minimum : 10.0 maximum : 100.0 concode_field_sep byte[] _byte concode_elem_sep String password concode_elem_sep BigDecimal number concode_elem_sep Float _float concode_elem_sep Integer integer concode_elem_sep Double _double concode_elem_sep String string concode_elem_sep DateTime dateTime concode_elem_sep ... |
ResourceInfo function ( String arg0 ) { ResourceInfo loc0 ; loc0 = this . loader . resolve ( arg0 ) ; if ( ! loc0 . isResolved ( ) ) { if ( ( fallbackPath != null ) && ( ! arg0 . startsWith ( fallbackPath ) ) ) { loc0 = this . loader . resolve ( applyFallback ( arg0 ) ) ; } } return loc0 ; } | tries to resolve the file using the supplied loader 's resolution algorithm but use the fallback location in case resolution failed . concode_field_sep String fallbackPath concode_elem_sep IResourceLoader loader concode_elem_sep String DEFAULT_PATH_SEPARATOR concode_field_sep void setFallbackPath concode_elem_sep Fallb... |
IPolypeptide function ( final IPolypeptide arg0 ) { return null ; } | build a ploypeptide by putting the two peptides together concode_field_sep IDOnlyProtein[] EMPTY_ARRAY concode_elem_sep Map<String,IDOnlyProtein> gUsedProteins concode_elem_sep String m_Id concode_field_sep String getSequenceId concode_elem_sep boolean equivalent concode_elem_sep boolean isUnambiguous concode_elem_sep ... |
Context function ( ) { return context ; } | get application context . concode_field_sep Class<?> defaultReceiver concode_elem_sep Class<?> receiver concode_elem_sep String PREF_KEY concode_elem_sep Context context concode_elem_sep Options options concode_elem_sep NotificationCompat.Builder builder concode_field_sep void cancel concode_elem_sep boolean wasInThePa... |
boolean function ( ) { return disableOptimizations ; } | returns true if yahoo yui compressor will disable all the built-in micro optimizations during javascript compression . this corresponds to -- disable-optimizations command line option . concode_field_sep boolean preserveAllSemiColons concode_elem_sep int lineBreak concode_elem_sep ErrorReporter errorReporter concode_el... |
void function ( ) { } | initializes the controller class . this method is automatically called after the fxml file has been loaded . concode_field_sep TextField streetField concode_elem_sep TextField cityField concode_elem_sep TextField birthdayField concode_elem_sep TextField postalCodeField concode_elem_sep Stage dialogStage concode_elem_se... |
ConditionEvaluationReport function ( ) { return this . parent ; } | the parent report from a parent beanfactory if there is one . concode_field_sep ConditionEvaluationReport parent concode_elem_sep Condition condition concode_elem_sep SortedMap<String,ConditionAndOutcomes> outcomes concode_elem_sep List<String> exclusions concode_elem_sep AncestorsMatchedCondition ANCESTOR_CONDITION co... |
void function ( String arg0 ) { this . mVersion = arg0 ; } | sets the version of the item in the database concode_field_sep boolean mComplete concode_elem_sep String mVersion concode_elem_sep String mId concode_elem_sep String mText concode_field_sep String getVersion concode_elem_sep String getText concode_elem_sep boolean equals concode_elem_sep void setId concode_elem_sep Str... |
List < Suffix > function ( ) { return this . suffixes ; } | used by fortressanttask #addsuffixes to retrieve list of suffixes as defined in input xml file . concode_field_sep List<Suffix> suffixes concode_field_sep void addSuffix |
void function ( int arg0 ) { this . connectTimeout = arg0 ; } | set the underlying urlconnection 's connect timeout in milliseconds . a timeout value of 0 specifies an infinite timeout . default is the system 's default timeout . concode_field_sep int connectTimeout concode_elem_sep Proxy proxy concode_elem_sep boolean bufferRequestBody concode_elem_sep boolean outputStreaming conc... |
String function ( ) { return this . name ; } | this will return the name of the startup concode_field_sep String name concode_elem_sep String fileName concode_elem_sep String description concode_elem_sep boolean isEdited concode_elem_sep String artifactContainerName concode_field_sep void setName concode_elem_sep void setFileName concode_elem_sep String getArtifact... |
void function ( DocumentEvent arg0 ) { documentChanged ( ) ; } | from the documentlistener interface . override if you like , but see documentchanged . concode_field_sep PlaceHolder placeHolder concode_field_sep void documentChanged concode_elem_sep void changedUpdate concode_elem_sep void insertUpdate |
vn . dtt . sol . ns . danhgiavesinh . dao . model . DANHGIAVESINHXA function ( long arg0 ) { return getPersistence ( ) . create ( arg0 ) ; } | creates a new d a n h g i a v e s i n h x a with the primary key . does not add the d a n h g i a v e s i n h x a to the database . concode_field_sep DANHGIAVESINHXAPersistence _persistence concode_field_sep int countAll concode_elem_sep void cacheResult concode_elem_sep void cacheResult concode_elem_sep List<DANHGIAVE... |
void function ( Parcel arg0 , int arg1 ) { arg0 . writeInt ( mCapabilities . size ( ) ) ; for ( Entry < Integer , String > loc0 : mCapabilities . entrySet ( ) ) { arg0 . writeInt ( loc0 . getKey ( ) . intValue ( ) ) ; arg0 . writeString ( loc0 . getValue ( ) ) ; } } | implement the parcelable interface . concode_field_sep int RO_NETWORK_TYPE concode_elem_sep int RO_AVAILABLE_FWD_BW concode_elem_sep String DEFAULT concode_elem_sep String BULK_UPLOAD concode_elem_sep int RO_AVAILABLE_REV_BW concode_elem_sep boolean LOCAL_LOGV concode_elem_sep int RW_MAX_ALLOWED_LATENCY concode_elem_se... |
boolean function ( ) { if ( actor == null ) return false ; ChangeEvent loc0 = Pools . obtain ( ChangeEvent . class ) ; try { return actor . fire ( loc0 ) ; } finally { Pools . free ( loc0 ) ; } } | fires a change event on the selection 's actor , if any . called internally when the selection changes , depending on #setprogrammaticchangeevents boolean . concode_field_sep Actor actor concode_elem_sep OrderedSet<T> selected concode_elem_sep boolean multiple concode_elem_sep T lastSelected concode_elem_sep boolean pr... |
double [ ] function ( double arg0 , double ... arg1 ) { validateParameters ( arg1 ) ; final double loc0 = arg1 [ 0 ] ; final double loc1 = arg1 [ 1 ] ; return new double [ ] { 1 / ( loc0 - arg0 ) , 1 / ( loc1 - arg0 ) } ; } | computes the value of the gradient at x . the components of the gradient vector are the partial derivatives of the function with respect to each of the parameters lower bound and higher bound . concode_field_sep double hi concode_elem_sep double lo concode_field_sep UnivariateFunction derivative concode_elem_sep double... |
int function ( ) { return st_maxopenfd ; } | maximum number of open file descriptors . concode_field_sep int st_ro_evict concode_elem_sep int st_alloc_buckets concode_elem_sep int st_cache_miss concode_elem_sep int st_page_dirty concode_elem_sep int st_page_trickle concode_elem_sep int st_pages concode_elem_sep int st_hash_max_nowait concode_elem_sep int st_io_wa... |
byte [ ] function ( ) { if ( encoding == null ) { encoding = ASN1 . encode ( this ) ; } return encoding ; } | returns asn .1 encoded form of this x. 509 tbscertlist value . concode_field_sep AlgorithmIdentifier signature concode_elem_sep Date thisUpdate concode_elem_sep List<RevokedCertificate> revokedCertificates concode_elem_sep Date revocationDate concode_elem_sep Extensions crlExtensions concode_elem_sep byte[] encoding co... |
long function ( ) { return this . currentValue ; } | get the currentvalue value . concode_field_sep String unit concode_elem_sep long limit concode_elem_sep UsageName name concode_elem_sep long currentValue concode_field_sep String unit concode_elem_sep UsageInner withLimit concode_elem_sep UsageInner withUnit concode_elem_sep UsageInner withCurrentValue concode_elem_sep... |
List < PackageVersionType > function ( ) { if ( this . packageVersions == null ) { this . packageVersions = new ArrayList < PackageVersionType > ( ) ; } return this . packageVersions ; } | gets the value of the packageversions property . this accessor method returns a reference to the live list , not a snapshot . therefore any modification you make to the returned list will be present inside the jaxb object . this is why there is not a set method for the packageversions property . for example , to add a ... |
boolean function ( String arg0 , Kind arg1 ) { String loc0 = arg0 + arg1 . extension ; return arg1 . equals ( getKind ( ) ) && ( loc0 . equals ( toUri ( ) . getPath ( ) ) || toUri ( ) . getPath ( ) . endsWith ( "srini_string" + loc0 ) ) ; } | this implementation compares the path of its uri to the given simple name . this method returns true if the given kind is equal to the kind of this object , and if the path is equal to simplename + kind.extension or if it ends with '' / '' + simplename + kind.extension . this method calls #getkind and #touri anddoes no... |
void function ( ) { assert Platform . isFxApplicationThread ( ) ; getStage ( ) . close ( ) ; } | closes this window . concode_field_sep Window owner concode_elem_sep Stage stage concode_elem_sep boolean sizeToScene concode_elem_sep String toolStylesheet concode_elem_sep Parent root concode_elem_sep double CLAMP_FACTOR concode_elem_sep EventHandler<WindowEvent> closeRequestHandler concode_elem_sep Scene scene conco... |
boolean function ( ) { return match ; } | indicates whether or not this explanation models a match . concode_field_sep boolean match concode_elem_sep String description concode_elem_sep List<Explanation> details concode_elem_sep float value concode_field_sep float getValue concode_elem_sep String getSummary concode_elem_sep Explanation noMatch concode_elem_sep... |
void function ( XMLGregorianCalendar arg0 ) { this . date = arg0 ; } | sets the value of the date property . concode_field_sep XMLGregorianCalendar date concode_field_sep XMLGregorianCalendar getDate |
float [ ] [ ] function ( ) { float [ ] [ ] loc0 = new float [ nrows ] [ ] ; for ( int loc1 = 0 ; loc1 < nrows ; loc1 ++ ) { loc0 [ loc1 ] = Arrays . copyOf ( matrix [ loc1 ] , ncols ) ; } return loc0 ; } | returns a copy of the linear combination matrix . concode_field_sep int nrows concode_elem_sep RenderingHints hints concode_elem_sep int ncols concode_elem_sep float[][] matrix concode_field_sep WritableRaster filter concode_elem_sep Point2D getPoint2D concode_elem_sep Rectangle2D getBounds2D concode_elem_sep Rendering... |
EJBHome function ( ) { try { return homeHandle . getEJBHome ( ) ; } catch ( RemoteException loc0 ) { loc0 . printStackTrace ( ) ; throw new EJBException ( loc0 ) ; } } | obtain the home interface of the enterprise bean . concode_field_sep boolean session concode_elem_sep boolean statelessSession concode_elem_sep HomeHandle homeHandle concode_elem_sep long serialVersionUID concode_elem_sep Class remote concode_elem_sep Class pkClass concode_elem_sep Class home concode_field_sep Class ge... |
String function ( ) { return selectedPanel ; } | gets the selected panel name . concode_field_sep String selectedColor concode_elem_sep String selectedMineral concode_elem_sep String selectedPanel concode_elem_sep String selectedFruit concode_field_sep void setSelectedFruit concode_elem_sep String getSelectedMineral concode_elem_sep String getSelectedFruit concode_el... |
ListStreamsResult function ( Stream ... arg0 ) { if ( this . streams == null ) { setStreams ( new java . util . ArrayList < Stream > ( arg0 . length ) ) ; } for ( Stream loc0 : arg0 ) { this . streams . add ( loc0 ) ; } return this ; } | a list of stream descriptors associated with the current account and endpoint . note : this method appends the values to the existing list if any . use #setstreams java.util.collection or #withstreams java.util.collection if you want to override theexisting values . concode_field_sep String lastEvaluatedStreamArn conco... |
void function ( LogNode arg0 ) { mLogNode = arg0 ; } | sets the lognode data will be sent to . concode_field_sep int ERROR concode_elem_sep int VERBOSE concode_elem_sep int WARN concode_elem_sep int NONE concode_elem_sep int ASSERT concode_elem_sep int DEBUG concode_elem_sep LogNode mLogNode concode_elem_sep int INFO concode_field_sep void println concode_elem_sep void pri... |
void function ( ) { new IPMatcher ( "srini_string" ) ; } | test method for org.dspace.authenticate.ipmatcher #ipmatcher java.lang.string . concode_field_sep IPMatcher ip6FullMatcher concode_elem_sep String IP6_FULL_ADDRESS2 concode_elem_sep IPMatcher ip6MaskedMatcher concode_elem_sep int increment concode_elem_sep String IP6_FULL_ADDRESS1 concode_elem_sep String IP6_MASKED_ADD... |
TestBrowser function ( WebDriver arg0 ) { return new TestBrowser ( arg0 ) ; } | creates a test browser . concode_field_sep Class<? extends WebDriver> FIREFOX concode_elem_sep String GET concode_elem_sep String HEAD concode_elem_sep String PUT concode_elem_sep String POST concode_elem_sep String DELETE concode_elem_sep Class<? extends WebDriver> HTMLUNIT concode_field_sep Map<String,String> inMemor... |
ChannelTypeRegistry function ( ) { return Activator . channelTypeRegistry ; } | returns the channeltyperegistry concode_field_sep ChannelTypeRegistry channelTypeRegistry concode_elem_sep BundleContext context concode_elem_sep ServiceBinder channelTypeServiceBinder concode_elem_sep ServiceBinder thingTypeServiceBinder concode_elem_sep ThingTypeRegistry thingTypeRegistry concode_field_sep ThingTypeR... |
boolean function ( ) { return this instanceof InstanceBinding ; } | is this a constant binding ? this returns true for constant bindings as well as toinstance bindings . concode_field_sep Provider<T> provider concode_elem_sep InternalFactory<? extends T> internalFactory concode_elem_sep Object source concode_elem_sep Injector injector concode_elem_sep Scoping scoping concode_elem_sep K... |
int function ( ) { return puntuacion ; } | metodo que devuelve la puntuacion concode_field_sep Random rand concode_elem_sep Canvas canvas concode_elem_sep ArrayList<Segmento> serpiente concode_elem_sep Color color concode_elem_sep int SIZE concode_elem_sep int puntuacion concode_field_sep boolean move concode_elem_sep ArrayList<Segmento> getSerpiente concode_el... |
String function ( ) { return this . value ; } | the current value for the configuration option . concode_field_sep String namespace concode_elem_sep String resourceName concode_elem_sep String optionName concode_elem_sep String value concode_field_sep void setOptionName concode_elem_sep ConfigurationOptionSetting withNamespace concode_elem_sep String getResourceName... |
UserDBResourceDAO function ( String arg0 ) { SqlMapClient loc0 = TadpoleSQLManager . getInstance ( TadpoleSystemInitializer . getUserDB ( ) ) ; UserDBResourceDAO loc1 = ( UserDBResourceDAO ) loc0 . queryForObject ( "srini_string" , arg0 ) ; return loc1 ; } | find api concode_field_sep Logger logger concode_field_sep void updateResourceHeader concode_elem_sep boolean userDBResourceDuplication concode_elem_sep List<UserDBResourceDAO> userDbErdTree concode_elem_sep List<ResourceManagerDAO> userDbResource concode_elem_sep void insertResourceData concode_elem_sep String getReso... |
void function ( ) { if ( allowCDATA ) { lexicalHandler . startCDATA ( ) ; } } | start of character data . concode_field_sep boolean allowPrefixMappings concode_elem_sep boolean allowIgnorableWhitespace concode_elem_sep boolean allowProcessingInstructions concode_elem_sep boolean allowDTDs concode_elem_sep boolean allowCDATA concode_elem_sep boolean allowDocuments concode_elem_sep ContentHandler co... |
I function ( ) { return ( I ) createIndexer ( true , 0 ) ; } | returns createindexer true , 0 . concode_field_sep int imageWidth concode_elem_sep Buffer[] image concode_elem_sep Object opaque concode_elem_sep int DEPTH_DOUBLE concode_elem_sep int DEPTH_SHORT concode_elem_sep int DEPTH_USHORT concode_elem_sep int DEPTH_BYTE concode_elem_sep int sampleRate concode_elem_sep int DEPTH... |
void function ( ) { for ( int loc0 = this . filters . size ( ) ; loc0 -- > 0 ; ) { Filter loc1 = this . filters . get ( loc0 ) ; loc1 . destroy ( ) ; } } | clean up all the filters supplied , calling each one 's destroy method in turn , but in reverse order . concode_field_sep FilterChain originalChain concode_elem_sep List<? extends Filter> filters concode_elem_sep List<? extends Filter> additionalFilters concode_elem_sep int currentPosition concode_field_sep void init c... |
ITextViewer function ( ) { return fViewer ; } | returns the viewer , null if not available . concode_field_sep IDocument fDocument concode_elem_sep ITextViewer fViewer concode_elem_sep CharSequence fPrefix concode_elem_sep int fOffset concode_field_sep IDocument getDocument concode_elem_sep int hashCode concode_elem_sep int getInvocationOffset concode_elem_sep boole... |
void function ( ) { containingMap . remove ( handle ) ; while ( portals . size ( ) > 0 ) { ( ( StatementPortal ) portals . remove ( 1 ) ) . close ( ) ; } } | releases resources for this instance and all associated statementportals , and removes this instance from the containing map . concode_field_sep List portals concode_elem_sep Session session concode_elem_sep String query concode_elem_sep Result ackResult concode_elem_sep String handle concode_elem_sep Map containingMap... |
void function ( ) { } | runtimeexception is not declared . concode_field_sep PlaceHolder placeHolder concode_field_sep void method1 concode_elem_sep void method1 concode_elem_sep void method3 concode_elem_sep void method4 concode_elem_sep String doStuff |
void function ( Screen arg0 ) { if ( this . screen != null ) this . screen . hide ( ) ; this . screen = arg0 ; if ( this . screen != null ) { this . screen . show ( ) ; this . screen . resize ( Gdx . graphics . getWidth ( ) , Gdx . graphics . getHeight ( ) ) ; } } | sets the current screen . screen #hide is called on any old screen , and screen #show is called on the newscreen , if any . concode_field_sep Screen screen concode_field_sep void resume concode_elem_sep void resize concode_elem_sep void dispose concode_elem_sep void render concode_elem_sep void pause concode_elem_sep S... |
MappedType function ( Element arg0 ) { int loc0 = getIndex ( arg0 ) ; if ( loc0 < 0 ) { return null ; } return uiObjectList . get ( loc0 ) ; } | returns the uiobject associated with the given element . concode_field_sep ElementMapper.FreeNode next concode_elem_sep ElementMapper.FreeNode freeList concode_elem_sep int index concode_elem_sep ArrayList<MappedType> uiObjectList concode_field_sep void removeImpl concode_elem_sep Iterator<MappedType> iterator concode_... |
void function ( int arg0 ) { if ( arg0 < 0 || arg0 > max ) { throw new IllegalArgumentException ( description + "srini_string" + arg0 + "srini_string" ) ; } } | checks that a numeric value is within the range 0 . . max concode_field_sep boolean numericok concode_elem_sep HashMap strings concode_elem_sep int max concode_elem_sep int CASE_UPPER concode_elem_sep String prefix concode_elem_sep HashMap values concode_elem_sep String description concode_elem_sep int CASE_SENSITIVE c... |
String function ( java . lang . Object arg0 ) { if ( arg0 == null ) { return "srini_string" ; } return arg0 . toString ( ) . replace ( "srini_string" , "srini_string" ) ; } | convert the given object to string with each line indented by 4 spaces except the first line . concode_field_sep BigDecimal justNumber concode_field_sep NumberOnly justNumber concode_elem_sep BigDecimal getJustNumber concode_elem_sep int hashCode concode_elem_sep boolean equals concode_elem_sep String toString concode_... |
JSONArray function ( JSONObject arg0 ) { if ( arg0 . has ( TAG_VALUES ) ) { JSONObject loc0 = arg0 . getJSONObject ( TAG_VALUES ) ; if ( loc0 . has ( TAG_ITEMS ) ) { JSONArray loc1 = loc0 . getJSONArray ( TAG_ITEMS ) ; return loc1 ; } } return null ; } | utility method to get the combo items of a formitem object . concode_field_sep HashMap<String,TagObject> tagsMap concode_elem_sep TagsManager tagsManager concode_elem_sep String TAGSFILENAME concode_elem_sep String[] tagsArrays concode_elem_sep String jsonString concode_elem_sep boolean hasForm concode_elem_sep String ... |
List < UnpackedBakedQuad > function ( VertexFormat arg0 , TRSRTransformation arg1 , TextureAtlasSprite arg2 , TextureAtlasSprite arg3 , float arg4 , EnumFacing arg5 , int arg6 ) { List < UnpackedBakedQuad > loc0 = convertTextureHorizontal ( arg0 , arg1 , arg2 , arg3 , arg4 , arg5 , arg6 ) ; List < UnpackedBakedQuad > l... | takes a texture and converts it into bakedquads . the conversion is done by scanning the texture horizontally and vertically and creating `` strips '' of the texture . strips that are of the same size and follow each other are converted into one bigger quad . the resulting list of quads is the texture represented as a ... |
ConfigurationBuilder function ( boolean arg0 ) { this . isEnabledGroupedChatList = arg0 ; return this ; } | setting if grouped chat list support enabled concode_field_sep PlatformType platformType concode_elem_sep CallsProvider callsProvider concode_elem_sep DeviceCategory deviceCategory concode_elem_sep boolean enableContactsLogging concode_elem_sep boolean enableNetworkLogging concode_elem_sep boolean isOnClientPrivacyEnab... |
HandlerMethodReturnValueHandlerComposite function ( List < ? extends HandlerMethodReturnValueHandler > arg0 ) { if ( arg0 != null ) { for ( HandlerMethodReturnValueHandler loc0 : arg0 ) { this . returnValueHandlers . add ( loc0 ) ; } } return this ; } | add the given handlermethodreturnvaluehandler s. concode_field_sep Log logger concode_elem_sep List<HandlerMethodReturnValueHandler> returnValueHandlers concode_field_sep boolean supportsReturnType concode_elem_sep boolean isAsyncReturnValue concode_elem_sep HandlerMethodReturnValueHandlerComposite addHandler concode_e... |
boolean function ( ) { return STATE_Running . equals ( m_state ) || STATE_NotStarted . equals ( m_state ) || STATE_Suspended . equals ( m_state ) ; } | state is open concode_field_sep String STATE_Aborted concode_elem_sep boolean m_throwException concode_elem_sep String STATE_Suspended concode_elem_sep CLogger log concode_elem_sep String ACTION_Suspend concode_elem_sep String ACTION_Resume concode_elem_sep String m_state concode_elem_sep String STATE_Terminated concod... |
void function ( Blob arg0 ) { store . setIcon ( id , arg0 ) ; } | sets the icon of this instance . in pdstore every instance can be given an icon . if the instance already has an icon , the icon will be overwritten . if the given icon is null , an existing icon will be removed . concode_field_sep GUID typeId concode_elem_sep PDStore store concode_elem_sep GUID id concode_elem_sep GUI... |
SharedPreferencesHelper function ( ) { when ( mMockBrokenEditor . commit ( ) ) . thenReturn ( false ) ; when ( mMockBrokenSharedPreferences . edit ( ) ) . thenReturn ( mMockBrokenEditor ) ; return new SharedPreferencesHelper ( mMockBrokenSharedPreferences ) ; } | creates a mocked sharedpreferences that fails when writing . concode_field_sep SharedPreferencesHelper mMockBrokenSharedPreferencesHelper concode_elem_sep SharedPreferences.Editor mMockBrokenEditor concode_elem_sep SharedPreferencesHelper mMockSharedPreferencesHelper concode_elem_sep String TEST_NAME concode_elem_sep S... |
int function ( ) { return this . propertyValueList . size ( ) ; } | return the number of propertyvalue entries in the list . concode_field_sep boolean converted concode_elem_sep List<PropertyValue> propertyValueList concode_elem_sep Set<String> processedProperties concode_field_sep MutablePropertyValues add concode_elem_sep void removePropertyValue concode_elem_sep void removePropertyV... |
boolean function ( Class arg0 ) { return arg0 . equals ( Form . class ) ; } | determines if the command object being submitted is a valid type concode_field_sep Log log concode_field_sep void validate |
void function ( ) { assertEquals ( 0x1D4 , OctetUtil . bytesToShort ( new byte [ ] { 1 , ( byte ) 0xD4 } , 0 ) ) ; } | this is test from igor.skornyakov concode_field_sep PlaceHolder placeHolder concode_field_sep void shortConversion concode_elem_sep void testShortEncode concode_elem_sep void testAnotherShortConversion concode_elem_sep void intConversion |
float function ( Vector3 arg0 ) { return normal . dot ( arg0 ) + d ; } | calculates the shortest signed distance between the plane and the given point . concode_field_sep float d concode_elem_sep long serialVersionUID concode_elem_sep Vector3 normal concode_field_sep Vector3 getNormal concode_elem_sep void set concode_elem_sep void set concode_elem_sep void set concode_elem_sep void set con... |
void function ( ) { while ( true ) { final int loc0 = readTag ( ) ; if ( loc0 == 0 || ! skipField ( loc0 ) ) { return ; } } } | reads and discards an entire message . this will read either until eof or until an endgroup tag , whichever comes first . concode_field_sep ByteBuf buf concode_elem_sep int lastTag concode_elem_sep Recycler<ByteBufCodedInputStream> RECYCLER concode_elem_sep int TAG_TYPE_BITS concode_elem_sep int TAG_TYPE_MASK concode_e... |
void function ( String arg0 ) { this . selectedIncludePath = arg0 ; } | sets the selected content include path to the specified path . concode_field_sep boolean tableRender concode_elem_sep String selectedIncludePath concode_elem_sep boolean customRender concode_elem_sep boolean layoutRender concode_elem_sep boolean extendedRender concode_field_sep String getSelectedIncludePath concode_ele... |
void function ( ) { dsm . startup ( ) ; String loc0 = "srini_string" ; dsm . registerService ( loc0 , "srini_string" ) ; String loc1 = dsm . getServiceByName ( loc0 , String . class ) ; assertNotNull ( loc1 ) ; assertEquals ( "srini_string" , loc1 ) ; dsm . unregisterService ( loc0 ) ; } | test method for org.dspace.servicemanager.dspaceservicemanager #unregisterservice java.lang.string . concode_field_sep DSpaceConfigurationService configurationService concode_elem_sep int value concode_elem_sep DSpaceServiceManager dsm concode_field_sep void init concode_elem_sep void init concode_elem_sep void testGet... |
RailwayNode function ( Point arg0 , List < RailwayNode > arg1 ) { if ( isNodeAt ( arg0 ) ) { return __nodeMap . get ( arg0 ) ; } else { RailwayNode loc0 = new RailwayNode ( arg0 , arg1 ) ; add ( loc0 ) ; return loc0 ; } } | creates a new node when there 's no node at the given position yet . if there 's already a node , return this existing node it might have different neighbors then the given list of neighbor nodes . concode_field_sep Map<Point,RailwayNode> __nodeMap concode_field_sep void add concode_elem_sep boolean isNodeAt concode_el... |
void function ( int arg0 , int arg1 ) { int loc0 = findRoot ( arg0 ) ; int loc1 = findRoot ( arg1 ) ; if ( loc0 == loc1 ) return ; id [ loc0 ] = loc1 ; } | this union method will take o n time for each union call . concode_field_sep int id[] concode_field_sep int findRoot concode_elem_sep boolean isConnected concode_elem_sep void main |
Object function ( Object arg0 , int arg1 ) { final DetailAST loc0 = ( DetailAST ) arg0 ; int loc1 = 0 ; AST loc2 = loc0 . getFirstChild ( ) ; while ( loc1 < arg1 ) { loc2 = loc2 . getNextSibling ( ) ; loc1 ++ ; } return loc2 ; } | returns the child of parent at index . concode_field_sep Object root concode_elem_sep String[] COLUMN_NAMES concode_field_sep int getChildCount concode_elem_sep void setParseTree concode_elem_sep DetailAST createArtificialTreeRoot concode_elem_sep boolean isCellEditable concode_elem_sep Object getValueAt concode_elem_s... |
long function ( ) { return _jiraIssue . getJiraIssueId ( ) ; } | returns the jira issue id of this j i r a issue . concode_field_sep JIRAIssue _jiraIssue concode_field_sep void setExpandoBridgeAttributes concode_elem_sep void setExpandoBridgeAttributes concode_elem_sep void setExpandoBridgeAttributes concode_elem_sep void setIssueNumber concode_elem_sep boolean isEscapedModel concod... |
void function ( DiffInfo [ ] arg0 , DistributedFileSystem arg1 ) { Arrays . sort ( arg0 , DiffInfo . targetComparator ) ; for ( DiffInfo loc0 : arg0 ) { if ( loc0 . target != null ) { if ( ! arg1 . exists ( loc0 . target . getParent ( ) ) ) { arg1 . mkdirs ( loc0 . target . getParent ( ) ) ; } arg1 . rename ( loc0 . ge... | finish the rename operations : move all the intermediate files/directories from the tmp dir to the final targets . concode_field_sep PlaceHolder placeHolder concode_field_sep Path createTargetTmpDir concode_elem_sep void syncDiff concode_elem_sep boolean checkNoChange concode_elem_sep DiffInfo[] getDiffs concode_elem_s... |
void function ( SqlService arg0 ) { m_sqlService = arg0 ; } | dependency : sqlservice . concode_field_sep List<String> keys concode_elem_sep SqlService m_sqlService concode_elem_sep List<UserAuditRegistration> registeredItems concode_elem_sep boolean m_autoDdl concode_field_sep void init concode_elem_sep List<UserAuditRegistration> getRegisteredItems concode_elem_sep void setAuto... |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.