code stringlengths 20 663 | nl stringlengths 68 7.19k |
|---|---|
com . intellij . tasks . mantis . model . ProjectData [ ] function ( ) { return subprojects ; } | gets the subprojects value for this projectdata . concode_field_sep java.lang.String file_path concode_elem_sep com.intellij.tasks.mantis.model.ProjectData[] subprojects concode_elem_sep com.intellij.tasks.mantis.model.ObjectRef access_min concode_elem_sep java.lang.String description concode_elem_sep boolean __hashCod... |
void function ( float arg0 , float arg1 ) { } | implements pathhandler #curvetoquadraticsmoothabs float , float . concode_field_sep PathHandler INSTANCE concode_field_sep void curvetoCubicRel concode_elem_sep void curvetoQuadraticAbs concode_elem_sep void closePath concode_elem_sep void linetoHorizontalAbs concode_elem_sep void curvetoCubicAbs concode_elem_sep void ... |
java . util . List < T > function ( com . liferay . portal . kernel . dao . orm . DynamicQuery arg0 , int arg1 , int arg2 , com . liferay . portal . kernel . util . OrderByComparator < T > arg3 ) { return _ddmStorageLinkLocalService . arg0 ( arg0 , arg1 , arg2 , arg3 ) ; } | performs a dynamic query on the database and returns an ordered range of the matching rows . useful when paginating results . returns a maximum of end - start instances . start and end are not primary keys , they are indexes in the result set . thus , 0 refers to the first result in the set . setting both start and end... |
void function ( String arg0 ) { fields . add ( arg0 ) ; } | specific stored fields can be specified to be retrieved per document to get , similar to the fields parameter of the get api . concode_field_sep String routing concode_elem_sep Collection<String> fields concode_elem_sep String index concode_elem_sep String id concode_elem_sep Object source concode_elem_sep String type ... |
float function ( float arg0 ) { return arg0 / D2R ; } | convert radians to degrees concode_field_sep float PI concode_elem_sep float D2R concode_elem_sep float THREESQRT2OVERPI concode_elem_sep float THREEOVERPI concode_field_sep float rebaseZ100 concode_elem_sep Complex rebaseZ100 concode_elem_sep float mva2pu concode_elem_sep float[] mva2pu concode_elem_sep float deg2rad ... |
void function ( final String arg0 ) { if ( Strings . isNullOrEmpty ( arg0 ) ) { configuration . remove ( MESSAGE_KEY ) ; } else { configuration . put ( MESSAGE_KEY , arg0 ) ; } } | sets or clears task message of current or last run . concode_field_sep String ID_KEY concode_elem_sep String VISIBLE_KEY concode_elem_sep Map<String,String> configuration concode_elem_sep String UPDATED_KEY concode_elem_sep String ENABLED_KEY concode_elem_sep String ALERT_EMAIL_KEY concode_elem_sep String REPOSITORY_ID... |
Timestamp function ( ) { return m_P_Date ; } | method getp_date concode_field_sep Timestamp m_P_Date concode_elem_sep int m_Log_ID concode_elem_sep int s_Log_ID concode_elem_sep long serialVersionUID concode_elem_sep String m_P_Msg concode_elem_sep int m_P_ID concode_elem_sep BigDecimal m_P_Number concode_field_sep int getLog_ID concode_elem_sep void setP_ID concod... |
void function ( boolean arg0 ) { mSpeedRequired = arg0 ; } | indicates whether the provider must provide speed information . not all fixes are guaranteed to contain such information . concode_field_sep int ACCURACY_COARSE concode_elem_sep int mPowerRequirement concode_elem_sep int POWER_HIGH concode_elem_sep Parcelable.Creator<Criteria> CREATOR concode_elem_sep int POWER_LOW con... |
boolean function ( ) { return repeat ; } | if repeat is enabled return true , return false if repeat is disabled . concode_field_sep int nextSongId concode_elem_sep boolean consume concode_elem_sep long bitrate concode_elem_sep String error concode_elem_sep String MPD_STATE_STOPPED concode_elem_sep int nextSong concode_elem_sep boolean random concode_elem_sep i... |
void function ( ) { _closed = false ; visits = 0 ; } | prepares the node for matching against a new list of tokens . concode_field_sep int visits concode_elem_sep node previous concode_elem_sep char binary concode_elem_sep char unary concode_elem_sep boolean _closed concode_elem_sep long serialVersionUID concode_elem_sep Object token concode_field_sep boolean mustClose con... |
void function ( boolean arg0 ) { oldAscending = this . ascending ; this . ascending = arg0 ; } | set sortcolumnname type . concode_field_sep String sortColumnName concode_elem_sep String oldSort concode_elem_sep boolean oldAscending concode_elem_sep boolean ascending concode_field_sep String getSortColumnName concode_elem_sep boolean isDefaultAscending concode_elem_sep void sort concode_elem_sep boolean isAscendin... |
Application function ( String arg0 ) { int loc0 = dao . getApplicationIdForAppRegistration ( arg0 ) ; return dao . getApplicationById ( loc0 ) ; } | get details of an application referred by an application registration workflow . concode_field_sep Log log concode_elem_sep ApiMgtDAO dao concode_field_sep AccessTokenRequest populateTokenRequest concode_elem_sep AccessTokenRequest createAccessTokenRequest concode_elem_sep void handleException concode_elem_sep void han... |
String function ( ) { return this . originalSql ; } | exposes the original sql string . concode_field_sep int totalParameterCount concode_elem_sep List<int[]> parameterIndexes concode_elem_sep int namedParameterCount concode_elem_sep String originalSql concode_elem_sep List<String> parameterNames concode_elem_sep int unnamedParameterCount concode_field_sep int[] getParame... |
void function ( String arg0 ) { this . status = arg0 ; } | sets the value of the status property . concode_field_sep Boolean hybrid concode_elem_sep Boolean rechargeable concode_elem_sep Boolean hasSufficientFundsToRenew concode_elem_sep Boolean canPurchaseAddOnData concode_elem_sep String language concode_elem_sep long serialVersionUID concode_elem_sep Boolean modifiable conc... |
Navigation function ( ) { return new Navigation ( ) ; } | create an instance of navigation concode_field_sep QName _ResourceReference_QNAME concode_elem_sep QName _Resource_QNAME concode_field_sep Example createExample concode_elem_sep Content createContent concode_elem_sep JAXBElement<ResourceType> createResource concode_elem_sep Node createNode concode_elem_sep JspxPages cr... |
String function ( Result arg0 ) { try { String loc0 = loc0 ( arg0 ) ; if ( loc0 == null ) { loc0 = "srini_string" ; } return new String ( contentAsBytes ( arg0 ) , loc0 ) ; } catch ( RuntimeException loc0 ) { throw loc0 ; } catch ( Throwable loc0 ) { throw new RuntimeException ( loc0 ) ; } } | extracts the content as string . 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>... |
String function ( Node arg0 ) { Preconditions . checkArgument ( arg0 . isGetProp ( ) ) ; return arg0 . getLastChild ( ) . getString ( ) ; } | assumes the node type is correct and returns the property name not fully qualified . concode_field_sep String exportPropertyFunction concode_elem_sep String PROTOTYPE_PROPERTY concode_elem_sep AbstractCompiler compiler concode_elem_sep String exportSymbolFunction concode_field_sep void process concode_elem_sep void ann... |
Iterator < R > function ( final Iterator < T > arg0 , final IFunction < T , R > arg1 ) { return new Iterator < R > ( ) { @ Override public boolean hasNext ( ) { return arg0 . hasNext ( ) ; } @ Override public R next ( ) { return arg1 . apply ( arg0 . next ( ) ) ; } @ Override public void remove ( ) { arg0 . remove ( ) ... | transform the iterator by applying a function to each element concode_field_sep PlaceHolder placeHolder concode_field_sep Iterable<T> nullToEmpty concode_elem_sep T getFirst concode_elem_sep Iterator<R> limit |
void function ( String arg0 ) { this . messageId = arg0 ; } | setter for the messageid property concode_field_sep String feedbackDeviceGenerationId concode_elem_sep String connectionAuthenticationMethod concode_elem_sep FeedbackStatusCodeEnum ack concode_elem_sep String messageId concode_elem_sep String feedbackDeviceId concode_elem_sep ByteArrayInputStream bodyStream concode_ele... |
int function ( Object arg0 ) { if ( myVisitedElements . containsKey ( arg0 ) ) { return ( ( Integer ) myVisitedElements . get ( arg0 ) ) . intValue ( ) ; } return - 1 ; } | returns the path depth number if the element is in the current path or -1 if it is n't . concode_field_sep int linkCount concode_elem_sep Map myVisitedElements concode_elem_sep Iterator myElements concode_elem_sep boolean done concode_field_sep boolean isVisited concode_elem_sep void beginVisit concode_elem_sep Iterato... |
JmsTemplate function ( ) { return this . jmsTemplate ; } | return the jmstemplate for the gateway . concode_field_sep JmsTemplate jmsTemplate concode_elem_sep Log logger concode_field_sep void afterPropertiesSet concode_elem_sep JmsTemplate createJmsTemplate concode_elem_sep ConnectionFactory getConnectionFactory concode_elem_sep void initGateway concode_elem_sep void setJmsTe... |
void function ( String arg0 ) { this . fieldName = arg0 ; } | sets a filtering using regular expression on the field name . concode_field_sep Set<String> loggerNames concode_elem_sep boolean constantField concode_elem_sep String fieldName concode_elem_sep Pattern fieldNamePattern concode_elem_sep boolean loggers concode_elem_sep String methodName concode_elem_sep boolean transien... |
ProjectType function ( ) { if ( this . projectTypes . getDefaultItem ( ) != null ) { return this . projectTypes . getDefaultItem ( ) ; } String loc0 = getDefaults ( ) . get ( "srini_string" ) ; if ( loc0 != null ) { return this . projectTypes . getContent ( ) . get ( loc0 ) ; } return null ; } | return the default type to use or null if the metadata does not define anydefault . concode_field_sep String DEFAULT_ATTRIBUTE concode_elem_sep String VALUES_EL concode_elem_sep MetadataHolder<String,ProjectType> projectTypes concode_elem_sep Map<K,T> content concode_elem_sep String ID_ATTRIBUTE concode_elem_sep Map<St... |
Class < SubResourceTail > function ( ) { return SubResourceTail . class ; } | this path is expected to be collected by reader . concode_field_sep PlaceHolder placeHolder concode_field_sep Class<NoPathSubResource> getNoPath concode_elem_sep Class<String> getStringClass concode_elem_sep Class<T> getAnyClass concode_elem_sep Class<?> getWildcardClass concode_elem_sep Class<?>[] getClasses |
Object function ( MethodInvocation arg0 , Remote arg1 ) { return invokeRemoteMethod ( arg0 , arg1 ) ; } | perform a raw method invocation on the given rmi stub , letting reflection exceptions through as-is . concode_field_sep Log logger concode_elem_sep String ORACLE_CONNECTION_EXCEPTION concode_field_sep boolean isCorbaConnectFailure concode_elem_sep Exception convertRmiAccessException concode_elem_sep Exception convertRm... |
long function ( ) { long loc0 = this . time_connect - this . time_start ; return loc0 ; } | temps de connexion concode_field_sep long time_start concode_elem_sep String ua concode_elem_sep Map headerFields concode_elem_sep int respondeCode concode_elem_sep long time_end concode_elem_sep String urlPath concode_elem_sep long time_connect concode_field_sep void checkServerTrusted concode_elem_sep void setUserAge... |
boolean function ( ) { return httpRequest != null ; } | convenience method to determine if this transaction has an http request message . concode_field_sep HttpRequest httpRequest concode_elem_sep HttpResponse httpResponse concode_field_sep HttpRequest getHttpRequest concode_elem_sep HttpResponse getHttpResponse concode_elem_sep boolean hasHttpResponse concode_elem_sep void... |
int function ( ) { return encCipher . getOutputSize ( 1 + hash_size ) ; } | returns the minimal possible size of the generic stream | block cipher structure under this connection state . concode_field_sep Cipher decCipher concode_elem_sep int hash_size concode_elem_sep byte[] read_seq_num concode_elem_sep byte[] write_seq_num concode_elem_sep Logger.Stream logger concode_elem_sep int block_siz... |
String function ( JSONArray arg0 ) { JSONObject loc0 = arg0 . optJSONObject ( 0 ) ; if ( loc0 != null ) { JSONArray loc1 = loc0 . loc1 ( ) ; if ( loc1 != null ) { return rowToString ( loc1 ) + toString ( loc1 , arg0 ) ; } } return null ; } | produce a comma delimited text from a jsonarray of jsonobjects . the first row will be a list of names obtained by inspecting the first jsonobject . concode_field_sep PlaceHolder placeHolder concode_field_sep String getValue concode_elem_sep JSONObject rowToJSONObject concode_elem_sep JSONArray toJSONArray concode_elem... |
GraphicsNode function ( ) { return rootGN ; } | returns the gvt tree associated with this renderer concode_field_sep AffineTransform usr2dev concode_elem_sep int offScreenWidth concode_elem_sep boolean isDoubleBuffered concode_elem_sep int IMAGE_TYPE concode_elem_sep RenderingHints renderingHints concode_elem_sep RenderingHints defaultRenderingHints concode_elem_sep... |
boolean function ( int arg0 ) { return ( arg0 & ACCESS_TEST ) == 0 ; } | returns whether a given set of modifiers implies package access . concode_field_sep Class<?>[] ORDERED_PRIMITIVE_TYPES concode_elem_sep int ACCESS_TEST concode_field_sep boolean isAccessible concode_elem_sep float getObjectTransformationCost concode_elem_sep float getPrimitivePromotionCost concode_elem_sep int compareP... |
String function ( ) { StringBuilder loc0 = new StringBuilder ( ) ; loc0 . append ( "srini_string" ) ; if ( table != null ) loc0 . append ( "srini_string" + table + "srini_string" ) ; loc0 . append ( "srini_string" ) ; return loc0 . toString ( ) ; } | returns a string representation of this object ; useful for testing and debugging . concode_field_sep TableDescription table concode_field_sep TableDescription getTable concode_elem_sep int hashCode concode_elem_sep void setTable concode_elem_sep boolean equals concode_elem_sep DescribeTableResult withTable |
int function ( ) { int loc0 = this . values [ 0 ] ; for ( int loc1 : this . values ) { loc0 = this . max ( loc0 , loc1 ) ; } return loc0 ; } | max from values . concode_field_sep int[] values concode_field_sep placeholderType placeHolder |
void function ( ) { StandardXYBarPainter loc0 = new StandardXYBarPainter ( ) ; StandardXYBarPainter loc1 = new StandardXYBarPainter ( ) ; assertEquals ( loc0 , loc1 ) ; } | check that the equals method distinguishes all fields . concode_field_sep PlaceHolder placeHolder concode_field_sep void testCloning concode_elem_sep void testSerialization concode_elem_sep void testHashcode |
Stream function ( BytesReference arg0 ) { return streams . get ( arg0 ) ; } | returns the stream that is registered for the given type concode_field_sep Map<BytesReference,Stream> streams concode_field_sep void registerStream concode_elem_sep PipelineAggregator readResult |
double function ( ) { return Double . longBitsToDouble ( readLong ( ) ) ; } | read a double . like datainputstream.readdouble except little endian . concode_field_sep String EMBEDDED_COPYRIGHT concode_elem_sep byte[] work concode_elem_sep InputStream is concode_elem_sep DataInputStream dis concode_field_sep int read concode_elem_sep String readLine concode_elem_sep char readChar concode_elem_sep... |
long function ( ) { return timestampMillis ; } | returns the timestamp , expressed in milliseconds . concode_field_sep long timestampMillis concode_elem_sep T value concode_field_sep T getValue concode_elem_sep int hashCode concode_elem_sep boolean equals concode_elem_sep String toString |
org . apache . axis . encoding . Serializer function ( java . lang . String arg0 , java . lang . Class arg1 , javax . xml . namespace . QName arg2 ) { return new org . apache . axis . encoding . ser . BeanSerializer ( arg1 , arg2 , typeDesc ) ; } | get custom serializer concode_field_sep org.apache.axis.description.TypeDesc typeDesc concode_elem_sep java.lang.Object __equalsCalc concode_elem_sep org.eclipse.birt.report.soapengine.api.Update[] update concode_elem_sep boolean __hashCodeCalc concode_field_sep org.apache.axis.description.TypeDesc getTypeDesc concode_... |
int function ( ) { return fireDelay ; } | gets the delay before firing the ability effect . concode_field_sep int fireDelay concode_elem_sep int BOW concode_elem_sep int clientId concode_elem_sep Item ammo concode_elem_sep int CROSSBOW concode_elem_sep int STAFF concode_elem_sep SkillRequirement requirement concode_elem_sep AbilityType type concode_elem_sep in... |
Future < T > function ( Callable < T > arg0 ) { SettableFuture < T > loc0 = SettableFuture . create ( ) ; runOnFxThread ( ( ) -> callCallableAndSetFuture ( arg0 , loc0 ) ) ; return loc0 ; } | calls the given callable on the javafx application thread at some unspecified timein the future and returns a future that is set on finish or error . concode_field_sep long CONDITION_SLEEP_IN_MILLIS concode_elem_sep int SEMAPHORE_LOOPS_COUNT concode_elem_sep long SEMAPHORE_SLEEP_IN_MILLIS concode_field_sep void sleep c... |
boolean function ( String arg0 , String arg1 , String arg2 ) { return isAuthorityControlled ( makeFieldKey ( arg0 , arg1 , arg2 ) ) ; } | predicate - is field authority-controlled ? concode_field_sep int defaultMinConfidence concode_elem_sep Map<String,Boolean> controlled concode_elem_sep Logger log concode_elem_sep MetadataAuthorityManager cached concode_elem_sep Map<String,Boolean> isAuthorityRequired concode_elem_sep Map<String,Integer> minConfidence ... |
int function ( ) { return _navigationLocalService . getNAVIGATIONsCount ( ) ; } | returns the number of n a v i g a t i o ns . concode_field_sep NAVIGATIONLocalService _navigationLocalService concode_field_sep void setWrappedService concode_elem_sep vn.dtt.cmon.dm.dao.model.NAVIGATION updateNAVIGATION concode_elem_sep vn.dtt.cmon.dm.dao.model.NAVIGATION deleteNAVIGATION concode_elem_sep vn.dtt.cmon.... |
SecondaryDatabase function ( ) { return shipmentByPartDb ; } | return the shipment-by-part index . concode_field_sep String SHIPMENT_STORE concode_elem_sep SecondaryDatabase supplierByCityDb concode_elem_sep TupleSerialFactory factory concode_elem_sep String SHIPMENT_PART_INDEX concode_elem_sep String SUPPLIER_STORE concode_elem_sep String SUPPLIER_CITY_INDEX concode_elem_sep Envi... |
int function ( ) { return _maxSize ; } | get the maxsize . concode_field_sep int _size concode_elem_sep HostPortHttpField _authority concode_elem_sep String _method concode_elem_sep HttpScheme _scheme concode_elem_sep int _maxSize concode_elem_sep String _path concode_elem_sep long _contentLength concode_elem_sep int _status concode_elem_sep HttpFields _field... |
com . netsuite . webservices . platform . core_2014_2 . types . SearchTextNumberFieldOperator function ( ) { return operator ; } | gets the operator value for this searchtextnumberfield . concode_field_sep org.apache.axis.description.TypeDesc typeDesc concode_elem_sep java.lang.String searchValue2 concode_elem_sep java.lang.Object __equalsCalc concode_elem_sep boolean __hashCodeCalc concode_elem_sep java.lang.String searchValue concode_elem_sep co... |
void function ( Boolean arg0 ) { this . precursor = arg0 ; } | sets the value of the precursor property . concode_field_sep String fragment concode_elem_sep int mass concode_elem_sep int length concode_elem_sep String checksum concode_elem_sep Boolean precursor concode_elem_sep XMLGregorianCalendar modified concode_elem_sep String value concode_elem_sep int version concode_field_s... |
int function ( ) { return _port ; } | returns the port where the packet is going to be sent or where it came from . concode_field_sep int READ_REQUEST concode_elem_sep InetAddress _address concode_elem_sep int DATA concode_elem_sep int ERROR concode_elem_sep int WRITE_REQUEST concode_elem_sep int SEGMENT_SIZE concode_elem_sep int _type concode_elem_sep int... |
void function ( ) { } | real men do n't use xhtml . concode_field_sep int field concode_elem_sep int dummy concode_elem_sep int ASDF concode_elem_sep String first concode_elem_sep String second concode_field_sep void method5 concode_elem_sep void method6 concode_elem_sep void method7 concode_elem_sep void method8 concode_elem_sep void method1... |
String function ( Reader arg0 ) { return FileUtils . readFully ( arg0 , bufferSize ) ; } | read data from the reader and return the contents as a string . 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 se... |
void function ( String arg0 ) { this . p12FileName = arg0 ; } | the name of the p12 file which has the private key to use with the google service account . concode_field_sep GoogleCalendarApiName apiName concode_elem_sep String emailAddress concode_elem_sep String p12FileName concode_elem_sep String clientId concode_elem_sep List<String> scopes concode_elem_sep List<String> DEFAULT... |
byte [ ] function ( ) { return modulus ; } | obtiene el valor de la propiedad modulus . concode_field_sep byte[] modulus concode_elem_sep byte[] exponent concode_field_sep void setModulus concode_elem_sep void setExponent concode_elem_sep byte[] getExponent |
void function ( ) { keepAlive = false ; if ( ! Thread . currentThread ( ) . equals ( runnerThread ) ) { close ( ) ; } } | signals this object to close , including exiting the thread running the request handling loop concode_field_sep Thread runnerThread concode_elem_sep Server server concode_elem_sep boolean keepAlive concode_elem_sep RowOutputBinary rowOut concode_elem_sep Session session concode_elem_sep byte[] mainBuffer concode_elem_s... |
void function ( boolean arg0 ) { this . urlDecode = arg0 ; } | set if the request path should be url-decoded . default is `` true '' . concode_field_sep boolean urlDecode concode_field_sep MultiValueMap<String,String> decodeMatrixVariables concode_elem_sep Map<String,String> decodePathVariables concode_elem_sep boolean shouldUrlDecode concode_elem_sep String getPathWithinApplicati... |
String function ( ) { return bibiid ; } | gets bibiid . concode_field_sep Integer startPage concode_elem_sep String requestType concode_elem_sep String deliveryLocation concode_elem_sep String requestingInstitution concode_elem_sep String bibliographicId concode_elem_sep String itemBarcode concode_elem_sep String dueDate concode_elem_sep String titleIdentifier... |
com . netsuite . webservices . platform . core_2014_2 . RecordRef function ( ) { return customRecordType ; } | gets the customrecordtype value for this getselectvaluefielddescription . concode_field_sep com.netsuite.webservices.platform.core_2014_2.GetSelectValueFilter filter concode_elem_sep java.lang.String field concode_elem_sep java.lang.String sublist concode_elem_sep com.netsuite.webservices.platform.core_2014_2.types.Rec... |
void function ( final ByteBuffer arg0 , final char arg1 ) { arg0 . put ( ( byte ) '%' ) ; arg0 . put ( ( byte ) 'U' ) ; arg0 . put ( HEX_DIGITS [ ( arg1 >> 12 ) & 0x0f ] ) ; arg0 . put ( HEX_DIGITS [ ( arg1 >> 8 ) & 0x0f ] ) ; arg0 . put ( HEX_DIGITS [ ( arg1 >> 4 ) & 0x0f ] ) ; arg0 . put ( HEX_DIGITS [ arg1 & 0x0f ] ... | append % uxxxx to the given byte buffer . the caller must assure , that bb.remaining > = 6 . concode_field_sep byte[] HEX_DIGITS concode_elem_sep ZipEncoding UTF8_ZIP_ENCODING concode_elem_sep Map<String,SimpleEncodingHolder> simpleEncodings concode_elem_sep char[] highChars concode_elem_sep String UTF_DASH_8 concode_e... |
int function ( ) { return notesOld ; } | available if delivered by activityinterface.userphotos concode_field_sep String owner concode_elem_sep String server concode_elem_sep int notesNew concode_elem_sep String secret concode_elem_sep String type concode_elem_sep String title concode_elem_sep int faves concode_elem_sep int commentsOld concode_elem_sep int vi... |
void function ( Block arg0 ) { Buffer loc0 = buffers . get ( arg0 ) ; bufferMgr . unpin ( loc0 ) ; pins . remove ( arg0 ) ; if ( ! pins . contains ( arg0 ) ) buffers . remove ( arg0 ) ; } | unpins the specified block . concode_field_sep BufferMgr bufferMgr concode_elem_sep List<Block> pins concode_elem_sep Map<Block,Buffer> buffers concode_field_sep Block pinNew concode_elem_sep Buffer getBuffer concode_elem_sep void pin concode_elem_sep void unpinAll |
int function ( int arg0 ) { if ( arg0 < 0x10000 ) { return getCharWidth ( ( char ) arg0 ) ; } else { return - 1 ; } } | helper method for getting the width of a unicode char from the current fontstate . this also performs some guessing on widths on various versions of space that might not exists in the font . concode_field_sep FontTriplet triplet concode_elem_sep int WEIGHT_LIGHT concode_elem_sep int WEIGHT_BOLD concode_elem_sep Log log... |
de . uhh . l2g . plugins . migration . model . LegacySegment function ( de . uhh . l2g . plugins . migration . model . LegacySegment arg0 ) { return _legacySegmentLocalService . addLegacySegment ( arg0 ) ; } | adds the legacy segment to the database . also notifies the appropriate model listeners . concode_field_sep LegacySegmentLocalService _legacySegmentLocalService concode_field_sep de.uhh.l2g.plugins.migration.model.LegacySegment getLegacySegment concode_elem_sep void setWrappedService concode_elem_sep void setWrappedLeg... |
TabState function ( ) { return tabContents . get ( currentNode ) ; } | gets the tabstate model for the currently selected navigation node . . concode_field_sep NavigationTreeFactory navigationTreeFactory concode_elem_sep Node currentNode concode_elem_sep NavigationPanelCollapsibleFactory navigationPanelCollapsible concode_elem_sep HashMap<Node,TabState> tabContents concode_field_sep void ... |
Serializable function ( ) { return credentials ; } | getter for the credentials . override if you need more dynamic credentials than just setting the values . concode_field_sep TransportProvider defaultTransportProvider concode_elem_sep String REGEXP_PROPERTY_DELIMITER concode_elem_sep String serviceURI concode_elem_sep Serializable credentials concode_elem_sep Transport... |
boolean function ( ) { return false ; } | tasks that should never log at start can override this . concode_field_sep boolean disableCounting concode_elem_sep int maxDepthLogStart concode_elem_sep int algLineNum concode_elem_sep int DEFAULT_LOG_STEP concode_elem_sep int logStepCount concode_elem_sep boolean runInBackground concode_elem_sep int deltaPri concode_... |
int function ( String arg0 , int arg1 ) { for ( ++ arg1 ; arg1 < arg0 . length ( ) ; ++ arg1 ) { if ( arg0 . charAt ( arg1 ) == '`' ) { if ( ++ arg1 >= arg0 . length ( ) || arg0 . charAt ( arg1 ) != '`' ) { return arg1 ; } } } return - 1 ; } | ` abc ` d concode_field_sep int VERSION_COMMENT concode_elem_sep int DATABASE concode_elem_sep int OTHER concode_elem_sep char[] _VERSION_COMMENT concode_elem_sep int VERSION concode_elem_sep int LAST_INSERT_ID concode_elem_sep int SESSION_INCREMENT concode_elem_sep int IDENTITY concode_elem_sep char[] _IDENTITY concod... |
V function ( ) { return pair . reference ; } | returns the current value of the reference . concode_field_sep T reference concode_elem_sep int stamp concode_elem_sep Pair<V> pair concode_field_sep void set concode_elem_sep int getStamp concode_elem_sep boolean weakCompareAndSet concode_elem_sep boolean compareAndSet concode_elem_sep boolean casPair concode_elem_sep... |
void function ( boolean arg0 ) { m_enabled = arg0 ; } | setter for enabled property . concode_field_sep boolean m_enabled concode_elem_sep String m_coLocate concode_field_sep void setCoLocate concode_elem_sep int hashCode concode_elem_sep boolean isEnabled concode_elem_sep boolean equals concode_elem_sep String getCoLocate |
int function ( ) { return 31 + 7 * raProperty ; } | returns a hash code value for the object . concode_field_sep long serialVersionUID concode_elem_sep Integer raProperty concode_elem_sep Map<ValidActivationSpec,ValidActivation> activations concode_field_sep Integer getRaProperty concode_elem_sep void endpointActivation concode_elem_sep void stop concode_elem_sep void e... |
Stroke function ( final ObjectInputStream arg0 ) { final boolean loc0 = arg0 . readBoolean ( ) ; if ( ! loc0 ) { return null ; } final boolean loc1 = arg0 . readBoolean ( ) ; if ( loc1 ) { return ( Stroke ) arg0 . readObject ( ) ; } return readBasicStroke ( arg0 ) ; } | reconstitutes a stroke from the provided object input stream . according to the scheme found in writestroke . by default strokes are not serializable . concode_field_sep long DEFAULT_ACTIVITY_STEP_RATE concode_elem_sep int ACTIVITY_SCHEDULER_FRAME_DELAY concode_elem_sep Iterator NULL_ITERATOR concode_elem_sep int PATH_... |
void function ( OutputStream arg0 ) { DerOutputStream loc0 = new DerOutputStream ( ) ; id . encode ( loc0 , DerValue . createTag ( DerValue . TAG_CONTEXT , false , ( byte ) 1 ) ) ; arg0 . write ( loc0 . toByteArray ( ) ) ; } | encode the identity in der form to the stream . concode_field_sep String IDENT concode_elem_sep String ID concode_elem_sep UniqueIdentity id concode_elem_sep String NAME concode_field_sep void set concode_elem_sep String getName concode_elem_sep Object get concode_elem_sep Enumeration<String> getElements concode_elem_s... |
void function ( Point2D arg0 ) { this . point = arg0 ; } | sets the xy coordinates of the bounding box containing the outlier ellipse . concode_field_sep double radius concode_elem_sep Point2D point concode_field_sep Point2D getPoint concode_elem_sep double getX concode_elem_sep double getY concode_elem_sep boolean equals concode_elem_sep boolean overlaps concode_elem_sep Stri... |
boolean function ( CordovaWebView arg0 , ICordovaClientCertRequest arg1 ) { return false ; } | called when he system received an ssl client certificate request . plugin can use the supplied clientcertrequest to process this certificate challenge . concode_field_sep CordovaPreferences preferences concode_elem_sep CordovaInterface cordova concode_elem_sep CordovaWebView webView concode_elem_sep String serviceName ... |
PyEvaluationResult function ( @ NotNull final PyFile arg0 ) { return myResultMap . get ( arg0 ) ; } | get evaluation result by file concode_field_sep Map<PyFile,PyEvaluationResult> myResultMap concode_field_sep void cache |
void function ( double arg0 ) { this . min = arg0 ; } | sets the min . concode_field_sep double totalTime concode_elem_sep int count concode_elem_sep double max concode_elem_sep double min concode_field_sep void setMax concode_elem_sep double getMin concode_elem_sep double getMax concode_elem_sep double getAvgSecs concode_elem_sep void setTotalTime concode_elem_sep double g... |
long function ( ) { return _announcementsDelivery . getDeliveryId ( ) ; } | returns the delivery id of this announcements delivery . concode_field_sep AnnouncementsDelivery _announcementsDelivery concode_field_sep boolean isFinderCacheEnabled concode_elem_sep void setExpandoBridgeAttributes concode_elem_sep void setExpandoBridgeAttributes concode_elem_sep void setExpandoBridgeAttributes concod... |
String function ( ) { return toWKT ( Citations . OGC , getIndentation ( ) , false ) ; } | returns a string representation for this object . the default implementation returns the same string similar than #towkt , except that no exception is thrown if the string contains non-standard keywords . for example the wkt specification do not defines any keyword for @linkplain org.opengis.referencing.cs.coordinatesy... |
String function ( ) { String loc0 = getName ( ) ; String loc1 = getVersion ( ) ; if ( loc1 != null && loc1 . trim ( ) . length ( ) > 0 ) { loc0 += ' ' + loc1 . trim ( ) ; } return loc0 ; } | returns the name and version of this robot or team . concode_field_sep String fullClassName concode_elem_sep String jarFile concode_elem_sep String author concode_elem_sep String robocodeVersion concode_elem_sep String teamId concode_elem_sep String name concode_elem_sep String description concode_elem_sep Object fileS... |
void function ( ValueChangeEvent arg0 ) { setRenderCenter ( ( ( Boolean ) arg0 . getNewValue ( ) ) . booleanValue ( ) ) ; } | event handler for the center border . concode_field_sep boolean renderNorth concode_elem_sep boolean renderEast concode_elem_sep boolean renderSouth concode_elem_sep boolean renderWest concode_elem_sep boolean renderCenter concode_field_sep void south concode_elem_sep boolean isRenderNorth concode_elem_sep boolean isRe... |
void function ( String arg0 ) { this . title = arg0 == null ? null : arg0 . trim ( ) ; } | this method was generated by mybatis generator . this method sets the value of the database column news.title concode_field_sep Integer sortord concode_elem_sep String picurl concode_elem_sep String description concode_elem_sep Integer id concode_elem_sep String title concode_elem_sep Integer type concode_elem_sep Stri... |
Paint function ( ) { return this . highlightPaint ; } | returns the highlight paint . concode_field_sep double rotateX concode_elem_sep Paint outlinePaint concode_elem_sep int size concode_elem_sep AffineTransform transform concode_elem_sep Paint highlightPaint concode_elem_sep double rotateY concode_elem_sep Stroke outlineStroke concode_elem_sep Paint fillPaint concode_ele... |
ArrayList < Recipe > function ( User arg0 ) { return recipeDao . getRecommendationsPreferences ( arg0 . id ) ; } | this method returns maximum 5 random recipes that this user likes , does n't dislike , and do n't have allergies to concode_field_sep UserDao userDao concode_elem_sep RecipeDao recipeDao concode_field_sep ArrayList<Recipe> reOrderByPreferences concode_elem_sep ArrayList<Recipe> searchRecipes concode_elem_sep ArrayList<... |
String function ( String arg0 ) { String loc0 = ipMap . get ( arg0 ) ; if ( StringUtils . isBlank ( loc0 ) ) return null ; return loc0 . split ( "srini_string" ) [ 1 ] ; } | return the ipaddress of the client on this websocket session concode_field_sep ConcurrentLinkedQueue<String> heartbeats concode_elem_sep Logger logger concode_elem_sep Map<String,String> outPutMap concode_elem_sep Map<String,String> ipMap concode_elem_sep ConcurrentLinkedQueue<Subscription> subscriptions concode_elem_s... |
int function ( ) { return this . code ; } | an exit code appropriate for use in system.exit . concode_field_sep ExitStatus OK concode_elem_sep int code concode_elem_sep ExitStatus ERROR concode_elem_sep String name concode_elem_sep boolean hangup concode_field_sep String getName concode_elem_sep boolean isHangup concode_elem_sep String toString concode_elem_sep ... |
void function ( ) { Mockito . when ( query . list ( ) ) . thenReturn ( new ArrayList < GameTracking > ( ) ) ; Assert . assertNotNull ( gameTrackingDao . listTracking ( ) ) ; } | method under test : listtracking scenario : when tracking is available expectation : it will return a list of tracking concode_field_sep GameTrackingDao gameTrackingDao concode_elem_sep Session session concode_elem_sep Query query concode_elem_sep SessionFactory sessionFactory concode_field_sep void testGetTopGamesWhen... |
void function ( List < String > arg0 ) { this . materialTypes = arg0 ; } | sets material types . concode_field_sep boolean isDeleted concode_elem_sep String fieldName concode_elem_sep List<String> availability concode_elem_sep List<String> materialTypes concode_elem_sep Integer pageSize concode_elem_sep List<String> useRestrictions concode_elem_sep String fieldValue concode_elem_sep String ca... |
void function ( MyError arg0 ) { this . myError = arg0 ; } | sets the value of the myerror property . concode_field_sep List<MyMessage> myMessage concode_elem_sep MyError myError concode_field_sep MyError getMyError concode_elem_sep Object createTestInstance concode_elem_sep int hashCode concode_elem_sep List<MyMessage> getMyMessage concode_elem_sep boolean equals concode_elem_s... |
void function ( Date arg0 ) { setDate ( NAME_CREATION_DATE , arg0 ) ; } | sets the creation date parameter . concode_field_sep String NAME_CREATION_DATE concode_elem_sep String NAME_FILENAME concode_elem_sep String TYPE_ATTACHMENT concode_elem_sep String TYPE_INLINE concode_elem_sep String NAME_MODIFICATION_DATE concode_elem_sep String NAME_READ_DATE concode_elem_sep String type concode_elem... |
String function ( ) { return options . toString ( ) ; } | json object as string . concode_field_sep long interval concode_elem_sep JSONObject options concode_elem_sep AssetUtil assets concode_elem_sep String EXTRA concode_elem_sep Context context concode_field_sep Boolean isAutoClear concode_elem_sep long getRepeatInterval concode_elem_sep String getText concode_elem_sep int ... |
Collection < PropertyDefinitionBase > function ( ) { return this . errorProperties ; } | gets information about property errors associated with the response . if result is set to success , errorproperties returns null . errorproperties is only available for some error codes . for example , when the error code is errorinvalidpropertyforoperation , errorproperties will contain the definition of the property ... |
ByteBuffer function ( ReadableByteChannel arg0 ) { ByteBuffer loc0 = ByteBuffer . allocate ( BUFFER_SIZE ) ; try { int loc1 = arg0 . read ( loc0 ) ; Assert . state ( loc1 != - 1 , "srini_string" ) ; loc0 . flip ( ) ; return loc0 ; } catch ( InterruptedIOException loc1 ) { return null ; } } | return the payload data for the given source readablebytechannel or null ifthe channel timed out whilst reading . concode_field_sep long sequence concode_elem_sep ByteBuffer data concode_elem_sep String SEQ_HEADER concode_elem_sep char[] HEX_CHARS concode_elem_sep Log logger concode_elem_sep int BUFFER_SIZE concode_fie... |
boolean function ( ) { return ! socket . isClosed ( ) && ! socket . isInputShutdown ( ) && ! socket . isOutputShutdown ( ) ; } | returns true if this connection is alive . concode_field_sep int httpMinorVersion concode_elem_sep byte[] HTTP_11 concode_elem_sep Route route concode_elem_sep long idleStartTimeNs concode_elem_sep InputStream in concode_elem_sep SpdyConnection spdyConnection concode_elem_sep Socket socket concode_elem_sep byte[] SPDY3... |
void function ( final StringBuilder arg0 , final int arg1 , final boolean arg2 ) { if ( arg2 ) { arg0 . append ( StringHelper . getRepeated ( INDENT_STRING , arg1 ) ) ; } } | emits the indentation characters for the current level concode_field_sep long serialVersionUID concode_elem_sep String INDENT_STRING concode_field_sep String getJSONString concode_elem_sep String getJSONString concode_elem_sep void appendNewLine |
FileGetFromTaskHeaders function ( String arg0 ) { this . ocpBatchFileUrl = arg0 ; return this ; } | set the ocpbatchfileurl value . concode_field_sep String ocpBatchFileMode concode_elem_sep String clientRequestId concode_elem_sep String requestId concode_elem_sep DateTimeRfc1123 ocpCreationTime concode_elem_sep String eTag concode_elem_sep Long contentLength concode_elem_sep DateTimeRfc1123 lastModified concode_elem... |
void function ( Comparator < ? extends T > arg0 , boolean arg1 ) { this . comparators . add ( new InvertibleComparator ( arg0 , arg1 ) ) ; } | add a comparator to the end of the chain using the provided sort order . concode_field_sep List<InvertibleComparator> comparators concode_field_sep int compare concode_elem_sep void setComparator concode_elem_sep void setComparator concode_elem_sep int hashCode concode_elem_sep boolean equals concode_elem_sep void setD... |
Estimator function ( double arg0 ) { return m_Estimators [ ( int ) arg0 ] ; } | get a probability estimator for a value concode_field_sep NormalEstimator[] m_Estimators concode_field_sep double getProbability concode_elem_sep String toString concode_elem_sep void main concode_elem_sep void addValue concode_elem_sep String getRevision |
int function ( ) { return System . identityHashCode ( this ) ; } | return the identity hashcode of this instance . this is proper , since instances of this class compare by identity see #equals . concode_field_sep InsnList insns concode_elem_sep IntList successors concode_elem_sep int primarySuccessor concode_elem_sep int label concode_field_sep boolean canThrow concode_elem_sep int g... |
com . liferay . portal . model . UserGroup function ( long arg0 ) { return _userGroupService . getUserGroup ( arg0 ) ; } | returns the user group with the primary key . concode_field_sep UserGroupService _userGroupService concode_field_sep void deleteUserGroup concode_elem_sep com.liferay.portal.model.UserGroup addUserGroup concode_elem_sep com.liferay.portal.model.UserGroup addUserGroup concode_elem_sep void setWrappedService concode_elem... |
Map < String , Object > function ( ) { HashMap < String , Object > loc0 = new HashMap < String , Object > ( ) ; loc0 . putAll ( map ) ; return loc0 ; } | returns a copy of the parameters concode_field_sep Logger LOGGER concode_elem_sep Map<String,Object> map concode_field_sep Long getLong concode_elem_sep void setParameters concode_elem_sep Integer getInt concode_elem_sep void set concode_elem_sep void replaceParameters concode_elem_sep Vec3D getVec3D concode_elem_sep v... |
void function ( ServletContextAttributeEvent arg0 ) { log ( "srini_string" + arg0 . getName ( ) + "srini_string" + arg0 . getValue ( ) + "srini_string" ) ; } | record the fact that a servlet context attribute was replaced . concode_field_sep ServletContext context concode_field_sep void log concode_elem_sep void contextInitialized concode_elem_sep void contextDestroyed concode_elem_sep void attributeAdded concode_elem_sep void attributeRemoved |
Boolean function ( ) { return enable ; } | this method was generated by mybatis generator . this method returns the value of the database column sys_user_thirdparty . enable _ concode_field_sep Integer createBy concode_elem_sep String provider concode_elem_sep Date createTime concode_elem_sep Integer updateBy concode_elem_sep String openId concode_elem_sep Bool... |
String function ( ) { return this . request . getLocalAddr ( ) ; } | the default behavior of this method is to return getlocaladdr on the wrapped request object . concode_field_sep ServletRequest request concode_field_sep void setRequest concode_elem_sep int getLocalPort concode_elem_sep String getRemoteAddr concode_elem_sep ServletRequest getRequest concode_elem_sep String getRemoteHos... |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.