idx int64 0 25k | question stringlengths 68 5.61k | target stringlengths 21 500 |
|---|---|---|
17,000 | 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... | com . intellij . tasks . mantis . model . ProjectData [ ] function ( ) { return subprojects ; } |
17,001 | 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 ... | void function ( float arg0 , float arg1 ) { } |
17,002 | 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... | 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 ) ; } |
17,003 | 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 ... | void function ( String arg0 ) { fields . add ( arg0 ) ; } |
17,004 | 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 ... | float function ( float arg0 ) { return arg0 / D2R ; } |
17,005 | 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... | void function ( final String arg0 ) { if ( Strings . isNullOrEmpty ( arg0 ) ) { configuration . remove ( MESSAGE_KEY ) ; } else { configuration . put ( MESSAGE_KEY , arg0 ) ; } } |
17,006 | 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... | Timestamp function ( ) { return m_P_Date ; } |
17,007 | 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... | void function ( boolean arg0 ) { mSpeedRequired = arg0 ; } |
17,008 | 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... | boolean function ( ) { return repeat ; } |
17,009 | 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 ( ) { _closed = false ; visits = 0 ; } |
17,010 | 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... | void function ( boolean arg0 ) { oldAscending = this . ascending ; this . ascending = arg0 ; } |
17,011 | 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... | Application function ( String arg0 ) { int loc0 = dao . getApplicationIdForAppRegistration ( arg0 ) ; return dao . getApplicationById ( loc0 ) ; } |
17,012 | 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... | String function ( ) { return this . originalSql ; } |
17,013 | 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... | void function ( String arg0 ) { this . status = arg0 ; } |
17,014 | 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... | Navigation function ( ) { return new Navigation ( ) ; } |
17,015 | 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 ( 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 ) ; } } |
17,016 | 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... | String function ( Node arg0 ) { Preconditions . checkArgument ( arg0 . isGetProp ( ) ) ; return arg0 . getLastChild ( ) . getString ( ) ; } |
17,017 | 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 | 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 ( ) ... |
17,018 | 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... | void function ( String arg0 ) { this . messageId = arg0 ; } |
17,019 | 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... | int function ( Object arg0 ) { if ( myVisitedElements . containsKey ( arg0 ) ) { return ( ( Integer ) myVisitedElements . get ( arg0 ) ) . intValue ( ) ; } return - 1 ; } |
17,020 | 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... | JmsTemplate function ( ) { return this . jmsTemplate ; } |
17,021 | 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... | void function ( String arg0 ) { this . fieldName = arg0 ; } |
17,022 | 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... | 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 ; } |
17,023 | 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 | Class < SubResourceTail > function ( ) { return SubResourceTail . class ; } |
17,024 | 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... | Object function ( MethodInvocation arg0 , Remote arg1 ) { return invokeRemoteMethod ( arg0 , arg1 ) ; } |
17,025 | 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... | long function ( ) { long loc0 = this . time_connect - this . time_start ; return loc0 ; } |
17,026 | 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... | boolean function ( ) { return httpRequest != null ; } |
17,027 | 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... | int function ( ) { return encCipher . getOutputSize ( 1 + hash_size ) ; } |
17,028 | 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... | 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 ; } |
17,029 | 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... | GraphicsNode function ( ) { return rootGN ; } |
17,030 | 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... | boolean function ( int arg0 ) { return ( arg0 & ACCESS_TEST ) == 0 ; } |
17,031 | 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 | 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 ( ) ; } |
17,032 | max from values . concode_field_sep int[] values concode_field_sep placeholderType placeHolder | int function ( ) { int loc0 = this . values [ 0 ] ; for ( int loc1 : this . values ) { loc0 = this . max ( loc0 , loc1 ) ; } return loc0 ; } |
17,033 | 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 | void function ( ) { StandardXYBarPainter loc0 = new StandardXYBarPainter ( ) ; StandardXYBarPainter loc1 = new StandardXYBarPainter ( ) ; assertEquals ( loc0 , loc1 ) ; } |
17,034 | 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 | Stream function ( BytesReference arg0 ) { return streams . get ( arg0 ) ; } |
17,035 | 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... | double function ( ) { return Double . longBitsToDouble ( readLong ( ) ) ; } |
17,036 | 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 | long function ( ) { return timestampMillis ; } |
17,037 | 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_... | 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 ) ; } |
17,038 | 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... | int function ( ) { return fireDelay ; } |
17,039 | 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... | Future < T > function ( Callable < T > arg0 ) { SettableFuture < T > loc0 = SettableFuture . create ( ) ; runOnFxThread ( ( ) -> callCallableAndSetFuture ( arg0 , loc0 ) ) ; return loc0 ; } |
17,040 | 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 ... | boolean function ( String arg0 , String arg1 , String arg2 ) { return isAuthorityControlled ( makeFieldKey ( arg0 , arg1 , arg2 ) ) ; } |
17,041 | 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.... | int function ( ) { return _navigationLocalService . getNAVIGATIONsCount ( ) ; } |
17,042 | 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... | SecondaryDatabase function ( ) { return shipmentByPartDb ; } |
17,043 | 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... | int function ( ) { return _maxSize ; } |
17,044 | 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... | com . netsuite . webservices . platform . core_2014_2 . types . SearchTextNumberFieldOperator function ( ) { return operator ; } |
17,045 | 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... | void function ( Boolean arg0 ) { this . precursor = arg0 ; } |
17,046 | 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... | int function ( ) { return _port ; } |
17,047 | 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... | void function ( ) { } |
17,048 | 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... | String function ( Reader arg0 ) { return FileUtils . readFully ( arg0 , bufferSize ) ; } |
17,049 | 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... | void function ( String arg0 ) { this . p12FileName = arg0 ; } |
17,050 | 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 | byte [ ] function ( ) { return modulus ; } |
17,051 | 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 ( ) { keepAlive = false ; if ( ! Thread . currentThread ( ) . equals ( runnerThread ) ) { close ( ) ; } } |
17,052 | 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... | void function ( boolean arg0 ) { this . urlDecode = arg0 ; } |
17,053 | 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... | String function ( ) { return bibiid ; } |
17,054 | 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... | com . netsuite . webservices . platform . core_2014_2 . RecordRef function ( ) { return customRecordType ; } |
17,055 | 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... | 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 ] ... |
17,056 | 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... | int function ( ) { return notesOld ; } |
17,057 | 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 | void function ( Block arg0 ) { Buffer loc0 = buffers . get ( arg0 ) ; bufferMgr . unpin ( loc0 ) ; pins . remove ( arg0 ) ; if ( ! pins . contains ( arg0 ) ) buffers . remove ( arg0 ) ; } |
17,058 | 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... | int function ( int arg0 ) { if ( arg0 < 0x10000 ) { return getCharWidth ( ( char ) arg0 ) ; } else { return - 1 ; } } |
17,059 | 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... | de . uhh . l2g . plugins . migration . model . LegacySegment function ( de . uhh . l2g . plugins . migration . model . LegacySegment arg0 ) { return _legacySegmentLocalService . addLegacySegment ( arg0 ) ; } |
17,060 | 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 ... | TabState function ( ) { return tabContents . get ( currentNode ) ; } |
17,061 | 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... | Serializable function ( ) { return credentials ; } |
17,062 | 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_... | boolean function ( ) { return false ; } |
17,063 | ` 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... | 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 ; } |
17,064 | 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... | V function ( ) { return pair . reference ; } |
17,065 | 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 | void function ( boolean arg0 ) { m_enabled = arg0 ; } |
17,066 | 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... | int function ( ) { return 31 + 7 * raProperty ; } |
17,067 | 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_... | 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 ) ; } |
17,068 | 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 ( OutputStream arg0 ) { DerOutputStream loc0 = new DerOutputStream ( ) ; id . encode ( loc0 , DerValue . createTag ( DerValue . TAG_CONTEXT , false , ( byte ) 1 ) ) ; arg0 . write ( loc0 . toByteArray ( ) ) ; } |
17,069 | 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... | void function ( Point2D arg0 ) { this . point = arg0 ; } |
17,070 | 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 ... | boolean function ( CordovaWebView arg0 , ICordovaClientCertRequest arg1 ) { return false ; } |
17,071 | get evaluation result by file concode_field_sep Map<PyFile,PyEvaluationResult> myResultMap concode_field_sep void cache | PyEvaluationResult function ( @ NotNull final PyFile arg0 ) { return myResultMap . get ( arg0 ) ; } |
17,072 | 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... | void function ( double arg0 ) { this . min = arg0 ; } |
17,073 | 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... | long function ( ) { return _announcementsDelivery . getDeliveryId ( ) ; } |
17,074 | 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 ( ) { return toWKT ( Citations . OGC , getIndentation ( ) , false ) ; } |
17,075 | 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... | String function ( ) { String loc0 = getName ( ) ; String loc1 = getVersion ( ) ; if ( loc1 != null && loc1 . trim ( ) . length ( ) > 0 ) { loc0 += ' ' + loc1 . trim ( ) ; } return loc0 ; } |
17,076 | 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 ( ValueChangeEvent arg0 ) { setRenderCenter ( ( ( Boolean ) arg0 . getNewValue ( ) ) . booleanValue ( ) ) ; } |
17,077 | 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... | void function ( String arg0 ) { this . title = arg0 == null ? null : arg0 . trim ( ) ; } |
17,078 | 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... | Paint function ( ) { return this . highlightPaint ; } |
17,079 | 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<... | ArrayList < Recipe > function ( User arg0 ) { return recipeDao . getRecommendationsPreferences ( arg0 . id ) ; } |
17,080 | 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... | String function ( String arg0 ) { String loc0 = ipMap . get ( arg0 ) ; if ( StringUtils . isBlank ( loc0 ) ) return null ; return loc0 . split ( "srini_string" ) [ 1 ] ; } |
17,081 | 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 ... | int function ( ) { return this . code ; } |
17,082 | 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 ( ) { Mockito . when ( query . list ( ) ) . thenReturn ( new ArrayList < GameTracking > ( ) ) ; Assert . assertNotNull ( gameTrackingDao . listTracking ( ) ) ; } |
17,083 | 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 ( List < String > arg0 ) { this . materialTypes = arg0 ; } |
17,084 | 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 ( MyError arg0 ) { this . myError = arg0 ; } |
17,085 | 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... | void function ( Date arg0 ) { setDate ( NAME_CREATION_DATE , arg0 ) ; } |
17,086 | 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 ... | String function ( ) { return options . toString ( ) ; } |
17,087 | 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 ... | Collection < PropertyDefinitionBase > function ( ) { return this . errorProperties ; } |
17,088 | 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... | 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 ; } } |
17,089 | 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... | boolean function ( ) { return ! socket . isClosed ( ) && ! socket . isInputShutdown ( ) && ! socket . isOutputShutdown ( ) ; } |
17,090 | 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 | void function ( final StringBuilder arg0 , final int arg1 , final boolean arg2 ) { if ( arg2 ) { arg0 . append ( StringHelper . getRepeated ( INDENT_STRING , arg1 ) ) ; } } |
17,091 | 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... | FileGetFromTaskHeaders function ( String arg0 ) { this . ocpBatchFileUrl = arg0 ; return this ; } |
17,092 | 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... | void function ( Comparator < ? extends T > arg0 , boolean arg1 ) { this . comparators . add ( new InvertibleComparator ( arg0 , arg1 ) ) ; } |
17,093 | 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 | Estimator function ( double arg0 ) { return m_Estimators [ ( int ) arg0 ] ; } |
17,094 | 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... | int function ( ) { return System . identityHashCode ( this ) ; } |
17,095 | 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... | com . liferay . portal . model . UserGroup function ( long arg0 ) { return _userGroupService . getUserGroup ( arg0 ) ; } |
17,096 | 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... | Map < String , Object > function ( ) { HashMap < String , Object > loc0 = new HashMap < String , Object > ( ) ; loc0 . putAll ( map ) ; return loc0 ; } |
17,097 | 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 | void function ( ServletContextAttributeEvent arg0 ) { log ( "srini_string" + arg0 . getName ( ) + "srini_string" + arg0 . getValue ( ) + "srini_string" ) ; } |
17,098 | 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... | Boolean function ( ) { return enable ; } |
17,099 | 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... | String function ( ) { return this . request . getLocalAddr ( ) ; } |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.