idx
int64
0
100k
question
stringlengths
68
7.19k
target
stringlengths
20
663
9,300
todo concode_field_sep long st_objectsteals concode_elem_sep int st_hash_len concode_elem_sep int st_cur_maxid concode_elem_sep int st_maxobjects concode_elem_sep long st_maxlsteals concode_elem_sep int st_partitions concode_elem_sep long st_part_max_nowait concode_elem_sep long st_objs_wait concode_elem_sep int st_nlo...
long function ( ) { return st_maxosteals ; }
9,301
returns the xml element name of the extension sub-packet root element . always returns `` x '' concode_field_sep String id concode_field_sep String getItemDetailsXML concode_elem_sep String getNamespace concode_elem_sep String toXML concode_elem_sep String getNode
String function ( ) { return "srini_string" ; }
9,302
gets the value of the type property . concode_field_sep String production concode_elem_sep String name concode_elem_sep Ingredients ingredients concode_elem_sep Type type concode_elem_sep Value value concode_elem_sep String energy concode_field_sep void setName concode_elem_sep int compare concode_elem_sep String getNa...
Type function ( ) { return type ; }
9,303
gets the size of the range . concode_field_sep long start concode_elem_sep long end concode_field_sep long getStart concode_elem_sep int hashCode concode_elem_sep boolean equals concode_elem_sep String toString concode_elem_sep long getEnd
long function ( ) { return end - start + 1 ; }
9,304
get a list of timelineputerror instances concode_field_sep int FORBIDDEN_RELATION concode_elem_sep int IO_EXCEPTION concode_elem_sep int EXPIRED_ENTITY concode_elem_sep String entityType concode_elem_sep int ACCESS_DENIED concode_elem_sep int errorCode concode_elem_sep String entityId concode_elem_sep List<TimelinePutE...
List < TimelinePutError > function ( ) { return errors ; }
9,305
gets the tabbed pane object bound to this bean . concode_field_sep String tabPlacement concode_elem_sep HtmlSelectOneRadio selectedTabObject concode_elem_sep PanelTabSet tabSet concode_elem_sep String selectedTabFocus concode_elem_sep boolean tabbedPane1Visible concode_elem_sep boolean tabbedPane2Visible concode_elem_s...
PanelTabSet function ( ) { return tabSet ; }
9,306
sets the value of the algorithm property . concode_field_sep List<Object> content concode_elem_sep String algorithm concode_field_sep List<Object> getContent concode_elem_sep String getAlgorithm
void function ( String arg0 ) { this . algorithm = arg0 ; }
9,307
converts an array of raw binary data into a string of ascii 0 and 1 characters . concode_field_sep char[] EMPTY_CHAR_ARRAY concode_elem_sep byte[] EMPTY_BYTE_ARRAY concode_elem_sep int BIT_2 concode_elem_sep int BIT_3 concode_elem_sep int BIT_6 concode_elem_sep int BIT_4 concode_elem_sep int BIT_5 concode_elem_sep int[...
String function ( byte [ ] arg0 ) { return new String ( toAsciiChars ( arg0 ) ) ; }
9,308
called when a the builder or one of its nested children has changed and any parent should be notified of its invalidation . concode_field_sep AbstractMessage.BuilderParent parent concode_elem_sep boolean isClean concode_elem_sep BType builder concode_elem_sep MType message concode_field_sep BType getBuilder concode_ele...
void function ( ) { if ( builder != null ) { message = null ; } if ( isClean && parent != null ) { parent . markDirty ( ) ; isClean = false ; } }
9,309
port getter concode_field_sep int port concode_elem_sep String ip concode_field_sep String getIp concode_elem_sep String toString
int function ( ) { return port ; }
9,310
returns the total number of items that have been added to the ring . concode_field_sep int eventCount concode_elem_sep Event[] ring concode_elem_sep int newPos concode_elem_sep int capacity concode_field_sep void add concode_elem_sep int indexOfOldest concode_elem_sep Event get concode_elem_sep void clear
int function ( ) { return eventCount ; }
9,311
returns the session id of the socks5 bytestream initialization request . concode_field_sep Bytestream bytestreamRequest concode_elem_sep Cache<String,Integer> ADDRESS_BLACKLIST concode_elem_sep int CONNECTION_FAILURE_THRESHOLD concode_elem_sep Socks5BytestreamManager manager concode_elem_sep long BLACKLIST_LIFETIME con...
String function ( ) { return this . bytestreamRequest . getSessionID ( ) ; }
9,312
get tags concode_field_sep String name concode_elem_sep List<String> photoUrls concode_elem_sep List<Tag> tags concode_elem_sep Category category concode_elem_sep Long id concode_elem_sep String value concode_elem_sep StatusEnum status concode_field_sep void setName concode_elem_sep StatusEnum fromValue concode_elem_se...
List < Tag > function ( ) { return tags ; }
9,313
gest parameter value from the the session scope . concode_field_sep Properties buildProperties concode_field_sep String getRequestParameter concode_elem_sep UIComponent findComponent concode_elem_sep ServletContext getServletContext concode_elem_sep Object getManagedBean concode_elem_sep String getActionAttribute conco...
String function ( String arg0 ) { FacesContext loc0 = FacesContext . getCurrentInstance ( ) ; HttpServletRequest loc1 = ( HttpServletRequest ) loc0 . getExternalContext ( ) . getRequest ( ) ; HttpSession loc2 = loc1 . getSession ( ) ; return loc1 . getParameter ( arg0 ) ; }
9,314
get the jedis connection using hostname ans port concode_field_sep Jedis jedisConnection concode_elem_sep int port concode_elem_sep Logger logger concode_elem_sep String hostName concode_elem_sep JedisPool jedisPool concode_field_sep boolean isConnected concode_elem_sep Jedis getConnectionFromPool
Jedis function ( String arg0 , int arg1 ) { return getConnectionFromPool ( arg0 , arg1 ) ; }
9,315
creates a compositecontext that can be used to performcompositing operations according to this alphacomposite settings . concode_field_sep int SRC_OVER concode_elem_sep AlphaComposite DstAtop concode_elem_sep AlphaComposite Src concode_elem_sep int rule concode_elem_sep AlphaComposite SrcOver concode_elem_sep float alp...
CompositeContext function ( ColorModel arg0 , ColorModel arg1 , RenderingHints arg2 ) { return new AlphaCompositeContext ( this , arg0 , arg1 ) ; }
9,316
sets the name of the physical file the logical file this holds messages for is associated with concode_field_sep String fileName concode_elem_sep List<String[]> messages concode_elem_sep Map<String,FlatFileTransactionInformation> flatFileIdentifierToTransactionInfomationMap concode_field_sep void addFileErrorMessage co...
void function ( String arg0 ) { this . fileName = arg0 ; }
9,317
returns a string representation of the edge . by default , the format is : fromvertex.tostring + '' - > '' + tovertex.tostring concode_field_sep String str concode_elem_sep Vertex vertexA concode_elem_sep Vertex vertexB concode_field_sep void setString concode_elem_sep Vertex getVertexA concode_elem_sep Vertex getOppos...
String function ( ) { return this . str ; }
9,318
create a new builder for a message with the given payload . concode_field_sep T payload concode_elem_sep MessageHeaderAccessor headerAccessor concode_elem_sep Message<T> originalMessage concode_field_sep MessageBuilder<T> setHeaders concode_elem_sep MessageBuilder<T> removeHeaders concode_elem_sep MessageBuilder<T> cop...
MessageBuilder < T > function ( T arg0 ) { return new MessageBuilder < > ( arg0 , new MessageHeaderAccessor ( ) ) ; }
9,319
returns this address 's explicitly-specified http proxy , or null to delegate to the http client 's proxy selector . concode_field_sep Proxy proxy concode_elem_sep List<String> transports concode_elem_sep int uriPort concode_elem_sep SSLSocketFactory sslSocketFactory concode_elem_sep HostnameVerifier hostnameVerifier c...
Proxy function ( ) { return proxy ; }
9,320
compares the specified object with this tupledesc for equality . two tupledescs are considered equal if they are the same size and if the n-th type in this tupledesc is equal to the n-th type in td . concode_field_sep TDItem[] tdItems concode_elem_sep String fieldName concode_elem_sep long serialVersionUID concode_elem...
boolean function ( Object arg0 ) { if ( ! ( arg0 instanceof TupleDesc ) ) return false ; TupleDesc loc0 = ( TupleDesc ) arg0 ; if ( this . tdItems . length != loc0 . tdItems . length ) return false ; for ( int loc1 = 0 ; loc1 < tdItems . length ; loc1 ++ ) { if ( ! tdItems [ loc1 ] . fieldType . equals ( loc0 . tdItems...
9,321
close io resources concode_field_sep Node<TerminalGate> baggageClaim concode_elem_sep GraphSearchStrategy<TerminalGate,WeightedGraph<TerminalGate>> searchStrategy concode_elem_sep Map<String,Departure> departures concode_elem_sep WeightedGraph<TerminalGate> conveyorRoutes concode_elem_sep RoutingInput routingInput conc...
void function ( ) { try { routingInput . close ( ) ; } catch ( IOException loc0 ) { loc0 . printStackTrace ( ) ; } }
9,322
suspend the stopwatch for later resumption . this method suspends the watch until it is resumed . the watch will not include time between the suspend and resume calls in the total time . concode_field_sep long NANO_2_MILLIS concode_elem_sep State runningState concode_elem_sep long startTimeMillis concode_elem_sep long ...
void function ( ) { if ( this . runningState != State . RUNNING ) { throw new IllegalStateException ( "srini_string" ) ; } this . stopTime = System . nanoTime ( ) ; this . runningState = State . SUSPENDED ; }
9,323
broadcasts the given event to all listeners . concode_field_sep BroadcastDispatch<T> broadcast concode_elem_sep ProxyDispatchAdapter<T> source concode_elem_sep Class<T> type concode_field_sep void add concode_elem_sep void add concode_elem_sep void add concode_elem_sep void removeAll concode_elem_sep void removeAll con...
void function ( MethodInvocation arg0 ) { broadcast . dispatch ( arg0 ) ; }
9,324
tests the behavior of the differencekind #get int method . concode_field_sep PlaceHolder placeHolder concode_field_sep void testGetString concode_elem_sep void testGetByName
void function ( ) { int loc0 = - 1 ; for ( DifferenceKind loc1 : DifferenceKind . VALUES ) { assertSame ( DifferenceKind . get ( loc1 . getValue ( ) ) , loc1 ) ; if ( loc1 . getValue ( ) > loc0 ) { loc0 = loc1 . getValue ( ) ; } } assertNull ( DifferenceKind . get ( ++ loc0 ) ) ; }
9,325
gets the tosubsidiary value for this budgetexchangerate . concode_field_sep java.lang.Double averageRate concode_elem_sep java.lang.Double historicalRate concode_elem_sep com.netsuite.webservices.platform.core_2014_2.RecordRef period concode_elem_sep com.netsuite.webservices.platform.core_2014_2.RecordRef fromSubsidiar...
com . netsuite . webservices . platform . core_2014_2 . RecordRef function ( ) { return toSubsidiary ; }
9,326
used to verify whether the exception thrown from the bottom layer is the one expected . concode_field_sep int DB_SIZE concode_elem_sep boolean FAIL concode_elem_sep String logpath concode_elem_sep boolean OK concode_elem_sep int BUF_SIZE concode_elem_sep int LAH_SIZE concode_elem_sep String dbpath concode_field_sep boo...
boolean function ( ChainException arg0 , String arg1 ) { boolean loc0 = true ; while ( true ) { String loc1 = arg0 . getClass ( ) . getName ( ) ; if ( loc1 . equals ( arg1 ) ) { return ( ! loc0 ) ; } if ( arg0 . prev == null ) { return loc0 ; } arg0 = ( ChainException ) arg0 . prev ; } }
9,327
returns the id of the query to be sent to the service . concode_field_sep int id concode_elem_sep String query concode_field_sep void setId concode_elem_sep void setQuery concode_elem_sep String getQuery
int function ( ) { return id ; }
9,328
returns the flatness , or maximum distance of a control point from the line connecting the end points , of the quadratic curve specified by the control points stored in the indicated array at the indicated index . concode_field_sep int LOWEDGE concode_elem_sep int ABOVE concode_elem_sep int BELOW concode_elem_sep int I...
double function ( double arg0 [ ] , int arg1 ) { return Line2D . ptSegDist ( arg0 [ arg1 + 0 ] , arg0 [ arg1 + 1 ] , arg0 [ arg1 + 4 ] , arg0 [ arg1 + 5 ] , arg0 [ arg1 + 2 ] , arg0 [ arg1 + 3 ] ) ; }
9,329
returns the nth modelcreator object from this list . if the index number n is greater than the size of the list as indicated by #getsize , then this method returns null . concode_field_sep PlaceHolder placeHolder concode_field_sep void add concode_elem_sep long getSize concode_elem_sep void prepend concode_elem_sep voi...
ModelCreator function ( long arg0 ) { }
9,330
returns all registered available codec names concode_field_sep String DEFAULT_CODEC concode_elem_sep Map<String,Codec> codecs concode_elem_sep String LUCENE_DEFAULT_CODEC concode_elem_sep String BEST_COMPRESSION_CODEC concode_field_sep Codec codec
String [ ] function ( ) { return codecs . keySet ( ) . toArray ( new String [ 0 ] ) ; }
9,331
sets the portlet id of this journal content search . concode_field_sep JournalContentSearch _journalContentSearch concode_field_sep void setExpandoBridgeAttributes concode_elem_sep void setGroupId concode_elem_sep boolean isEscapedModel concode_elem_sep boolean isCachedModel concode_elem_sep long getContentSearchId con...
void function ( java . lang . String arg0 ) { _journalContentSearch . setPortletId ( arg0 ) ; }
9,332
validates the specified columns for mapping . concode_field_sep Logger logger concode_elem_sep SchemaAnalyzer analyzer concode_elem_sep Set<String> mappedColumns concode_elem_sep Map<String,Mapper> mappers concode_field_sep SingleColumnMapper getSingleColumnMapper concode_elem_sep boolean maps concode_elem_sep Mapper g...
void function ( Columns arg0 ) { for ( Mapper loc0 : mappers . values ( ) ) { loc0 . validate ( arg0 ) ; } }
9,333
sets the company id of this app . concode_field_sep App _app concode_field_sep void setExpandoBridgeAttributes concode_elem_sep void setExpandoBridgeAttributes concode_elem_sep void setExpandoBridgeAttributes concode_elem_sep void setGroupId concode_elem_sep boolean isEscapedModel concode_elem_sep boolean isCachedModel...
void function ( long arg0 ) { _app . setCompanyId ( arg0 ) ; }
9,334
flag to avoid interactive error dialogs during automated testing . concode_field_sep boolean ignoreErrors concode_elem_sep ISafeRunnableRunner runner concode_elem_sep String message concode_field_sep ISafeRunnableRunner getRunner concode_elem_sep void handleException concode_elem_sep void setIgnoreErrors concode_elem_s...
boolean function ( ) { return ignoreErrors ; }
9,335
returns the offsets . this method accepts an optional array , which will be used to store the offsets if not null this avoids allocating a new array . if this array is too small to hold all the offsets , the array will be filled and the remaining factors discarded . concode_field_sep RenderingHints hints concode_elem_s...
float [ ] function ( float [ ] arg0 ) { if ( arg0 == null ) arg0 = new float [ this . offsets . length ] ; System . arraycopy ( this . offsets , 0 , arg0 , 0 , Math . min ( this . offsets . length , arg0 . length ) ) ; return arg0 ; }
9,336
returns a saxbuilder using the parser class defined by the metamatrix.xmlparser.class system property . if the system property does not exist , returns a saxbuilder using the org.apache.xerces.parsers.saxparser . concode_field_sep String PARSER_PROPERTY_NAME concode_elem_sep String PARSER_NAME concode_field_sep String ...
SAXBuilder function ( boolean arg0 ) { return new SAXBuilder ( getParserClassName ( ) , arg0 ) ; }
9,337
create an instance of encryptionmethodtype concode_field_sep QName _EncryptionMethodTypeOAEPparams_QNAME concode_elem_sep QName _AgreementMethodTypeKANonce_QNAME concode_elem_sep QName _EncryptedKey_QNAME concode_elem_sep QName _ReferenceListKeyReference_QNAME concode_elem_sep QName _EncryptedData_QNAME concode_elem_se...
EncryptionMethodType function ( ) { return new EncryptionMethodType ( ) ; }
9,338
specify custom default properties , with string keys and string values . applied to each activationspec object before it gets populated with listener-specific settings . allows for configuring vendor-specific properties beyond the spring-defined settings in jmsactivationspecconfig . concode_field_sep Map<String,String>...
void function ( Map < String , String > arg0 ) { this . defaultProperties = arg0 ; }
9,339
crear la base datos ejecuntando un script concode_field_sep String DRIVER concode_elem_sep Connection con concode_elem_sep String PASS concode_elem_sep String USER concode_elem_sep String SERVER concode_elem_sep String DATA_BASE concode_field_sep Connection getConnection concode_elem_sep void eliminar concode_elem_sep ...
void function ( ) { }
9,340
saves a bitmap object to disk for analysis . concode_field_sep Logger LOGGER concode_field_sep Matrix getTransformationMatrix concode_elem_sep void convertARGB8888ToYUV420SP concode_elem_sep void convertRGB565ToYUV420SP concode_elem_sep void convertYUV420SPToARGB8888 concode_elem_sep int getYUVByteSize concode_elem_sep...
void function ( final Bitmap arg0 ) { saveBitmap ( arg0 , "srini_string" ) ; }
9,341
returns the time in ns when this connection became idle . undefined if this connection is not idle . 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 co...
long function ( ) { return spdyConnection == null ? idleStartTimeNs : spdyConnection . getIdleStartTimeNs ( ) ; }
9,342
to use a custom xmlrpcrequestprocessor as server . concode_field_sep boolean contentLengthOptional concode_elem_sep String basicUserName concode_elem_sep boolean enabledForExceptions concode_elem_sep String basicEncoding concode_elem_sep String basicPassword concode_elem_sep java.util.TimeZone timeZone concode_elem_sep...
void function ( XmlRpcRequestProcessor arg0 ) { this . xmlRpcServer = arg0 ; }
9,343
this method was generated by mybatis generator . this method sets the value of the database column reply.opposecount concode_field_sep Integer zancount concode_elem_sep Integer topicid concode_elem_sep Date createtime concode_elem_sep Integer pointid concode_elem_sep Integer opposecount concode_elem_sep Byte enable con...
void function ( Integer arg0 ) { this . opposecount = arg0 ; }
9,344
executes a query and returns the results as a list concode_field_sep Shillelagh shillelagh concode_elem_sep StringBuilder query concode_elem_sep Class<? extends T> tableObject concode_field_sep Cursor toCursor concode_elem_sep void checkColumnName concode_elem_sep Observable<T> toObservable concode_elem_sep String toSt...
List < T > function ( ) { return shillelagh . rawQuery ( tableObject , query . toString ( ) ) ; }
9,345
adds the specified field to set of excluded fields , if it is not already present . concode_field_sep Set<Class<? extends Annotation>> excludedAnnotations concode_elem_sep Map<Class<?>,Set<String>> excludedFields concode_elem_sep Map<Class<?>,List<Method>> extraMethods concode_field_sep AbstractClassInfoStrategy remove...
AbstractClassInfoStrategy function ( final Class < ? > arg0 , final String arg1 ) { Set < String > loc0 = excludedFields . get ( arg0 ) ; if ( loc0 == null ) { loc0 = new HashSet < String > ( ) ; excludedFields . put ( arg0 , loc0 ) ; } loc0 . add ( arg1 ) ; return this ; }
9,346
add a static field . concode_field_sep boolean isStatic concode_elem_sep int arrayLevel concode_elem_sep ArrayList<ClassObj> imports concode_elem_sep String className concode_elem_sep boolean isPrivate concode_elem_sep Type type concode_elem_sep boolean isNative concode_elem_sep Type baseType concode_elem_sep LinkedHas...
void function ( FieldObj arg0 ) { staticFields . put ( arg0 . name , arg0 ) ; }
9,347
gets the y-coordinate . concode_field_sep int y concode_elem_sep String mode concode_elem_sep String dummy concode_elem_sep Effect effectPanelGroup concode_elem_sep Effect effectSelectManyListBox concode_elem_sep Effect effectInputText concode_elem_sep Effect effectCommandButton concode_elem_sep Effects effectsBean con...
int function ( ) { return y ; }
9,348
traces and logs a thrown exception . concode_field_sep int TOTAL_WORK concode_elem_sep IClipboardSupport clipboardSupport concode_elem_sep int WORK_UNIT concode_elem_sep IProgressMonitor monitor concode_field_sep boolean isCancelled concode_elem_sep void catchException concode_elem_sep IClipboardSupport getClipboardOpe...
void function ( String arg0 , RuntimeException arg1 ) { ClipboardPlugin . throwing ( getClass ( ) , arg0 , arg1 ) ; throw arg1 ; }
9,349
updates the checkout in the database or adds it if it does not yet exist . also notifies the appropriate model listeners . concode_field_sep CheckoutLocalService _service concode_field_sep com.liferay.portal.kernel.dao.orm.ActionableDynamicQuery getActionableDynamicQuery concode_elem_sep int getCheckoutsCount concode_e...
com . liferay . ams . model . Checkout function ( com . liferay . ams . model . Checkout arg0 ) { return getService ( ) . updateCheckout ( arg0 ) ; }
9,350
get an object by name . concode_field_sep String trainingType concode_elem_sep Map<String,Object> contents concode_elem_sep long serialVersionUID concode_field_sep void set concode_elem_sep Map<String,Object> getContents concode_elem_sep void setTrainingType concode_elem_sep String getTrainingType concode_elem_sep void...
Object function ( final String arg0 ) { return this . contents . get ( arg0 ) ; }
9,351
sets the segment_length value for this video_tracking . concode_field_sep java.lang.String daily_visitors_tracked concode_elem_sep java.lang.String conversion_level concode_elem_sep java.lang.String segments_tracked concode_elem_sep java.lang.String segment_length concode_elem_sep java.lang.Object __equalsCalc concode_...
void function ( java . lang . String arg0 ) { this . segment_length = arg0 ; }
9,352
specify the set of classes that this exception resolver should apply to . the exception mappings and the default error view will only apply to handlers of the specified types ; the specified types may be interfaces or superclasses of handlers as well . if no handlers or handler classes are set , the exception mappings ...
void function ( Class < ? > ... arg0 ) { this . mappedHandlerClasses = arg0 ; }
9,353
this method is particularly used for pta tostring method . represent this object 's information as a string . concode_field_sep HashMap<Integer,Integer> numOut concode_elem_sep Node parent concode_elem_sep byte symbol concode_elem_sep boolean isVisited concode_elem_sep int nodeLevel concode_elem_sep HashMap<Integer,Nod...
String function ( ) { StringBuilder loc0 = new StringBuilder ( ) ; loc0 . append ( "srini_string" ) . append ( nodeID ) . append ( "srini_string" ) . append ( symbol ) . append ( "srini_string" ) . append ( numReached ) . append ( "srini_string" ) . append ( numAccepted ) . append ( "srini_string" ) ; if ( ! this . isL...
9,354
warning log message with printf formatting . concode_field_sep int WARN concode_elem_sep int VERBOSE concode_elem_sep int ERROR concode_elem_sep int LOGLEVEL concode_elem_sep int DEBUG concode_elem_sep int INFO concode_field_sep boolean isLoggable concode_elem_sep void d concode_elem_sep void d concode_elem_sep void d ...
void function ( String arg0 , String arg1 , Object ... arg2 ) { if ( LOG . WARN >= LOGLEVEL ) Log . w ( arg0 , String . format ( arg1 , arg2 ) ) ; }
9,355
shuffling algorithm , randomly permutes the specified int array using a default source of randomness concode_field_sep String NUMBERS_AND_LETTERS concode_elem_sep String LETTERS concode_elem_sep String CAPITAL_LETTERS concode_elem_sep String LOWER_CASE_LETTERS concode_elem_sep String NUMBERS concode_field_sep String ge...
int [ ] function ( int [ ] arg0 ) { if ( arg0 == null ) { return null ; } return shuffle ( arg0 , getRandom ( arg0 . length ) ) ; }
9,356
get user passwod concode_field_sep int SEARCH_REQUEST concode_elem_sep int FILTER_AND concode_elem_sep String passwd concode_elem_sep int BIND_REQUEST concode_elem_sep String orgUnit concode_elem_sep int SEARCH_REP_ENTRY concode_elem_sep int msgId concode_elem_sep String dn concode_elem_sep String baseObj concode_elem_...
String function ( ) { return passwd ; }
9,357
gets the value of the signtoken property . concode_field_sep String canonicalizationMethod concode_elem_sep Boolean encryptToken concode_elem_sep String requestHandler concode_elem_sep ClaimsProcessorsType claimsProcessors concode_elem_sep String stsName concode_elem_sep KeyProviderType keyProvider concode_elem_sep Ser...
boolean function ( ) { if ( signToken == null ) { return true ; } else { return signToken ; } }
9,358
sets the value of the autorizovanakonverze property . concode_field_sep TLogicky autorizovanaKonverze concode_elem_sep List<TVystup> vystup concode_elem_sep String oduvodneni concode_elem_sep TOdkaz odkazVstup concode_field_sep void setOduvodneni concode_elem_sep TOdkaz getOdkazVstup concode_elem_sep void setOdkazVstup...
void function ( TLogicky arg0 ) { this . autorizovanaKonverze = arg0 ; }
9,359
method declaration concode_field_sep String scriptHelp[] concode_elem_sep String insertHelp[] concode_elem_sep String createTableHelp[] concode_elem_sep String dropIndexHelp[] concode_elem_sep String testHelp[] concode_elem_sep String deleteHelp[] concode_elem_sep String selectHelp[] concode_elem_sep Random rRandom con...
int function ( int arg0 ) { arg0 = rRandom . nextInt ( ) % arg0 ; return arg0 < 0 ? - arg0 : arg0 ; }
9,360
returns the metics of this glyph with the specified kerning value applied . concode_field_sep String orientation concode_elem_sep TextPaintInfo cacheTPI concode_elem_sep GraphicsNode glyphChildrenNode concode_elem_sep int glyphCode concode_elem_sep TextPaintInfo tpi concode_elem_sep Point2D vertOrigin concode_elem_sep ...
GVTGlyphMetrics function ( float arg0 , float arg1 ) { return new GVTGlyphMetrics ( getHorizAdvX ( ) - arg0 , getVertAdvY ( ) - arg1 , getGeometryBounds ( ) , GlyphMetrics . COMPONENT ) ; }
9,361
specifies if the search term should be treated as case sensitive . concode_field_sep boolean wholeWord concode_elem_sep ArrayList<String> terms concode_elem_sep boolean caseSensitive concode_elem_sep String term concode_field_sep String getTerm concode_elem_sep boolean equals concode_elem_sep boolean isWholeWord concod...
boolean function ( ) { return caseSensitive ; }
9,362
gets the pssprotocolo value for this createssfromuraout . concode_field_sep org.apache.axis.description.TypeDesc typeDesc concode_elem_sep java.lang.Object __equalsCalc concode_elem_sep boolean __hashCodeCalc concode_elem_sep int pssid concode_elem_sep java.lang.String pmsgerr concode_elem_sep java.lang.String pssproto...
java . lang . String function ( ) { return pssprotocolo ; }
9,363
reads the project artifact id from the pom . concode_field_sep String pomFilePath concode_elem_sep Document pomDoc concode_field_sep String getVersion concode_elem_sep Document getPomDoc concode_elem_sep String getPomInfo concode_elem_sep String getNodeContent concode_elem_sep Node getChild concode_elem_sep String getG...
String function ( ) { return getPomInfo ( "srini_string" ) ; }
9,364
returns the number of times an app has been displayed as a featured app ad . concode_field_sep int displayCount concode_elem_sep Context context concode_elem_sep String TAPJOY_FEATURED_APP concode_elem_sep TapjoyURLConnection tapjoyURLConnection concode_elem_sep String currencyID concode_elem_sep TapjoyFeaturedAppNotif...
int function ( String arg0 ) { SharedPreferences loc0 = context . getSharedPreferences ( TapjoyConstants . TJC_FEATURED_APP_PREFERENCE , 0 ) ; int loc1 = loc0 . getInt ( arg0 , 0 ) ; TapjoyLog . i ( TAPJOY_FEATURED_APP , "srini_string" + loc1 + "srini_string" + arg0 ) ; return loc1 ; }
9,365
return number of indexrecord entries in this spill . concode_field_sep ByteBuffer buf concode_elem_sep LongBuffer entries concode_field_sep void writeToFile concode_elem_sep void writeToFile concode_elem_sep IndexRecord getIndex concode_elem_sep void putIndex
int function ( ) { return entries . capacity ( ) / ( MapTask . MAP_OUTPUT_INDEX_RECORD_LENGTH / 8 ) ; }
9,366
send a message to all players online . also replaces the '' % player % '' variable to the player 's name . concode_field_sep PlaceHolder placeHolder concode_field_sep String replaceVars concode_elem_sep void broadcastFMessage concode_elem_sep void sendMessage concode_elem_sep String HEADER concode_elem_sep String repla...
void function ( String arg0 , String ... arg1 ) { for ( Player loc0 : Bukkit . getOnlinePlayers ( ) ) { loc0 . sendMessage ( MessageM . replaceAll ( arg0 . replaceAll ( "srini_string" , loc0 . getName ( ) ) , arg1 ) ) ; } Bukkit . getConsoleSender ( ) . sendMessage ( MessageM . replaceAll ( arg0 . replaceAll ( "srini_s...
9,367
gets the ids . concode_field_sep List<Integer> mIds concode_elem_sep Operation mOperation concode_field_sep void setIds concode_elem_sep Operation getOperation concode_elem_sep void setOperation concode_elem_sep JSONArray getJSONIds
List < Integer > function ( ) { return mIds ; }
9,368
sets the size threshold beyond which files are written directly to disk . concode_field_sep int sizeThreshold concode_elem_sep int DEFAULT_SIZE_THRESHOLD concode_elem_sep File repository concode_elem_sep FileCleaningTracker fileCleaningTracker concode_field_sep FileCleaningTracker getFileCleaningTracker concode_elem_se...
void function ( int arg0 ) { this . sizeThreshold = arg0 ; }
9,369
returns the email address of this entry . concode_field_sep Entry _entry concode_field_sep void setExpandoBridgeAttributes concode_elem_sep void setExpandoBridgeAttributes concode_elem_sep void setExpandoBridgeAttributes concode_elem_sep void setGroupId concode_elem_sep boolean isEscapedModel concode_elem_sep boolean i...
java . lang . String function ( ) { return _entry . getEmailAddress ( ) ; }
9,370
returns true iff the checksum is not null and if the file has not been written by a lucene version greater or equal to lucene 4.8 concode_field_sep Version writtenBy concode_elem_sep String name concode_elem_sep long length concode_elem_sep String checksum concode_elem_sep BytesRef hash concode_field_sep void writeTo c...
boolean function ( ) { return checksum != null && ( writtenBy == null || writtenBy . onOrAfter ( Version . LUCENE_4_8 ) == false ) ; }
9,371
get one client by id . concode_field_sep Logger log concode_elem_sep ClientRepository clientRepository concode_elem_sep ClientMapper clientMapper concode_elem_sep ClientSearchRepository clientSearchRepository concode_field_sep Page<ClientDTO> search concode_elem_sep ClientDTO save concode_elem_sep Page<ClientDTO> findA...
ClientDTO function ( Long arg0 ) { log . debug ( "srini_string" , arg0 ) ; Client loc0 = clientRepository . findOne ( arg0 ) ; ClientDTO loc1 = clientMapper . clientToClientDTO ( loc0 ) ; return loc1 ; }
9,372
returns the default factory . depending on the default factory 's implementation , this may return a singleton instance or new instances with each invokation . concode_field_sep HashMap<String,CombiningAlgFactoryProxy> registeredFactories concode_elem_sep CombiningAlgFactoryProxy defaultFactoryProxy concode_field_sep v...
CombiningAlgFactory function ( ) { return defaultFactoryProxy . getFactory ( ) ; }
9,373
set the color of this message concode_field_sep int[] colors concode_elem_sep int COLOR_RED concode_elem_sep SpannableString canvas concode_elem_sep int COLOR_BLUE concode_elem_sep int icon concode_elem_sep int COLOR_GREEN concode_elem_sep int COLOR_GREY concode_elem_sep String sender concode_elem_sep int COLOR_DEFAULT...
void function ( int arg0 ) { this . color = arg0 ; }
9,374
the line within the fulltext this date group is found on concode_field_sep String _fullText concode_elem_sep boolean _isRecurring concode_elem_sep Tree _syntaxTree concode_elem_sep Date _recurringUntil concode_elem_sep Map<String,List<ParseLocation>> _parseLocations concode_elem_sep boolean _isTimeInferred concode_elem...
int function ( ) { return _line ; }
9,375
send request to broker and get reply by hook or crook takes ownership of request message and destroys it when sent . concode_field_sep ZContext ctx concode_elem_sep ZMQ.Socket client concode_elem_sep String broker concode_elem_sep long timeout concode_elem_sep Formatter log concode_elem_sep boolean verbose concode_fiel...
void function ( String arg0 , ZMsg arg1 ) { assert ( arg1 != null ) ; arg1 . addFirst ( arg0 ) ; arg1 . addFirst ( MDP . C_CLIENT . newFrame ( ) ) ; arg1 . addFirst ( "srini_string" ) ; if ( verbose ) { log . format ( "srini_string" , arg0 ) ; arg1 . dump ( log . out ( ) ) ; } arg1 . send ( client ) ; }
9,376
create an instance of jaxbelement concode_field_sep QName _GetFlightsDepartures_QNAME concode_elem_sep QName _GetFlightsDestinationResponse_QNAME concode_elem_sep QName _GetFlightsDeparturesResponse_QNAME concode_elem_sep QName _GetFlightsDestination_QNAME concode_elem_sep QName _GetFlight_QNAME concode_elem_sep QName ...
JAXBElement < GetFlightsDestination > function ( GetFlightsDestination arg0 ) { return new JAXBElement < GetFlightsDestination > ( _GetFlightsDestination_QNAME , GetFlightsDestination . class , null , arg0 ) ; }
9,377
returns the resource type name . concode_field_sep String m_description concode_elem_sep CmsUUID m_structureId concode_elem_sep String m_title concode_elem_sep Date m_lastModified concode_elem_sep String m_size concode_elem_sep String m_resourcePath concode_elem_sep String m_previewContent concode_elem_sep Map<String,S...
String function ( ) { return m_resourceType ; }
9,378
the volume raid level . concode_field_sep String volumeType concode_elem_sep String mountPoint concode_elem_sep Integer size concode_elem_sep Integer raidLevel concode_elem_sep Integer iops concode_elem_sep Integer numberOfDisks concode_field_sep void setIops concode_elem_sep void setMountPoint concode_elem_sep VolumeC...
void function ( Integer arg0 ) { this . raidLevel = arg0 ; }
9,379
gets the value of the arg0 property . concode_field_sep String arg0 concode_field_sep void setArg0
String function ( ) { return arg0 ; }
9,380
gets the value of the trgrpxtyp property . concode_field_sep String trgrTrdSessSubID concode_elem_sep String trgrSym concode_elem_sep String trgrSecIDSrc concode_elem_sep String trgrTrdSessID concode_elem_sep String trgrPxTyp concode_elem_sep TriggerPriceDirectionEnumT trgrPxDir concode_elem_sep String trgrSecDesc conc...
String function ( ) { return trgrPxTyp ; }
9,381
crops an image inside of the bounds specified by #resize int , int rather thandistorting the aspect ratio . this cropping technique scales the image so that it fills the requested bounds and then crops the extra . concode_field_sep boolean centerInside concode_elem_sep float rotationPivotY concode_elem_sep float rotati...
Builder function ( ) { if ( centerInside ) { throw new IllegalStateException ( "srini_string" ) ; } centerCrop = true ; return this ; }
9,382
gets the value of the sproject property . concode_field_sep SProject sProject concode_field_sep void setSProject
SProject function ( ) { return sProject ; }
9,383
get a dialectconfiguration for a named dialect concode_field_sep Map<String,Dialect> map concode_field_sep Iterator iterator concode_elem_sep void compileAll concode_elem_sep void addDialect concode_elem_sep void addStaticImport concode_elem_sep List<KnowledgeBuilderResult> addResults concode_elem_sep void addImport
Dialect function ( final String arg0 ) { return this . map . get ( arg0 ) ; }
9,384
returns the ssl socket factory , or null if this is not an https address . concode_field_sep Proxy proxy concode_elem_sep List<String> transports concode_elem_sep int uriPort concode_elem_sep SSLSocketFactory sslSocketFactory concode_elem_sep HostnameVerifier hostnameVerifier concode_elem_sep OkAuthenticator authentica...
SSLSocketFactory function ( ) { return sslSocketFactory ; }
9,385
devolve o numero do cartao concode_field_sep Numero num concode_elem_sep Cor cor concode_field_sep int getValor concode_elem_sep boolean equals concode_elem_sep Cor getCor concode_elem_sep String toString concode_elem_sep int compareTo
Numero function ( ) { return num ; }
9,386
creates an httpentity based on properties of the given message.the content of the entity is created by wrapping sessioninputbuffer with a content decoder depending on thetransfer mechanism used by the message . the content of the entity is not retrieved by this method . concode_field_sep ContentLengthStrategy lenStrate...
HttpEntity function ( final SessionInputBuffer arg0 , final HttpMessage arg1 ) { Args . notNull ( arg0 , "srini_string" ) ; Args . notNull ( arg1 , "srini_string" ) ; return doDeserialize ( arg0 , arg1 ) ; }
9,387
sets the create date of this o auth token . concode_field_sep OAuthToken _oAuthToken concode_field_sep void setExpandoBridgeAttributes concode_elem_sep void setExpandoBridgeAttributes concode_elem_sep void setExpandoBridgeAttributes concode_elem_sep java.lang.String getGadgetKey concode_elem_sep boolean isEscapedModel ...
void function ( Date arg0 ) { _oAuthToken . setCreateDate ( arg0 ) ; }
9,388
add information message . concode_field_sep PlaceHolder placeHolder concode_field_sep String getRequestParameter concode_elem_sep Application getApplication concode_elem_sep Object getElValue concode_elem_sep ServletContext getServletContext concode_elem_sep Object getManagedBean concode_elem_sep String getJsfEl concod...
void function ( String arg0 ) { addInfoMessage ( null , arg0 ) ; }
9,389
return the `` output '' flashmap with attributes to save for a subsequent request . concode_field_sep PlaceHolder placeHolder concode_field_sep ThemeResolver getThemeResolver concode_elem_sep Theme getTheme concode_elem_sep Map<String,?> getInputFlashMap concode_elem_sep TimeZone getTimeZone concode_elem_sep LocaleReso...
FlashMap function ( HttpServletRequest arg0 ) { return ( FlashMap ) arg0 . getAttribute ( DispatcherServlet . OUTPUT_FLASH_MAP_ATTRIBUTE ) ; }
9,390
logs a message with org.apach3.log.priority.error . concode_field_sep String name concode_elem_sep Logger logger concode_field_sep void warn concode_elem_sep void warn concode_elem_sep void trace concode_elem_sep void trace concode_elem_sep void debug concode_elem_sep void debug concode_elem_sep boolean isInfoEnabled c...
void function ( Object arg0 ) { if ( arg0 != null ) { getLogger ( ) . error ( String . valueOf ( arg0 ) ) ; } }
9,391
returns the future result of evaluating glob `` pattern '' against this package 's directory , using the package 's cache of previously-started globs if possible . concode_field_sep Predicate<Path> childDirectoryPredicate concode_elem_sep ThreadPoolExecutor globExecutor concode_elem_sep PackageIdentifier packageId conc...
Future < List < Path >> function ( String arg0 , boolean arg1 ) { Future < List < Path >> loc0 = globCache . get ( Pair . of ( arg0 , arg1 ) ) ; if ( loc0 == null ) { loc0 = safeGlob ( arg0 , arg1 ) ; setGlobPaths ( arg0 , arg1 , loc0 ) ; } return loc0 ; }
9,392
returns the insets of the border . concode_field_sep BufferedImage image concode_elem_sep Insets imageInsets concode_elem_sep boolean fillContentArea concode_elem_sep boolean VERBOSE concode_elem_sep Insets borderInsets concode_field_sep void paintBorder concode_elem_sep boolean isBorderOpaque
Insets function ( Component arg0 ) { return ( Insets ) borderInsets . clone ( ) ; }
9,393
this method resets the outgoing events . concode_field_sep ITimer timer concode_elem_sep boolean[] timeEvents concode_elem_sep int nextStateIndex concode_elem_sep State[] stateVector concode_field_sep void entryAction_main_region_Start concode_elem_sep void enterSequence_main_region_Start_default concode_elem_sep void ...
void function ( ) { }
9,394
returns the akismet data with the primary key . concode_field_sep AkismetDataLocalService _service concode_field_sep java.lang.String getOSGiServiceIdentifier concode_elem_sep com.liferay.akismet.model.AkismetData createAkismetData concode_elem_sep com.liferay.portal.kernel.dao.orm.ActionableDynamicQuery getActionableD...
com . liferay . akismet . model . AkismetData function ( long arg0 ) { return getService ( ) . getAkismetData ( arg0 ) ; }
9,395
gets the length of side c the side that opposite to angle at vertex b concode_field_sep Point3D pA concode_elem_sep Point3D pB concode_elem_sep Point3D pC concode_field_sep Double getSemiperimeter concode_elem_sep Point3D getVertexA concode_elem_sep Point3D getIncenter concode_elem_sep Point3D getCentroid concode_elem_...
Double function ( ) { return new Vector3D ( pA , pB ) . length ( ) ; }
9,396
validate read permission for admin on customer : purchase concode_field_sep Subject NO_SUCH_SUBJECT concode_elem_sep List<List<Authorizable>> outputTabHierarcyList concode_elem_sep String RESOURCE_PATH concode_elem_sep String JUNIOR_ANALYST_DB concode_elem_sep HiveAuthzPrivileges loadTabPrivileges concode_elem_sep Hive...
void function ( ) { inputTabHierarcyList . add ( buildObjectHierarchy ( SERVER1 , CUSTOMER_DB , PURCHASES_TAB ) ) ; testAuth . authorize ( HiveOperation . QUERY , queryPrivileges , ANALYST_SUBJECT , inputTabHierarcyList , outputTabHierarcyList ) ; }
9,397
stops the timer . the ontimeout method will not be fired . concode_field_sep boolean active concode_elem_sep boolean SINGLE_THREAD concode_elem_sep TimerListener listener concode_elem_sep long time concode_elem_sep String label concode_field_sep void init concode_elem_sep String getLabel concode_elem_sep long getTime c...
void function ( ) { active = false ; listener = null ; }
9,398
returns the local name of the given node . if the node 's name begins with a namespace prefix , this is the part after the colon ; otherwise it 's the full node name . this method is copied from org.apache.xml.utils.domhelper concode_field_sep PlaceHolder placeHolder concode_field_sep String getLocalNameOfNode concode_...
String function ( Node arg0 ) { String loc0 = arg0 . getNodeName ( ) ; int loc1 = loc0 . indexOf ( ':' ) ; return ( loc1 < 0 ) ? loc0 : loc0 . substring ( loc1 + 1 ) ; }
9,399
initialize the proxygroup for the jaxb generated runtime classes that might require proxies . the ordering of the tuples is important . to setup bidirectional proxies for org.a.foo and org.b.foo you should pass in : new class org.a.foo.class , org.b.foo.class concode_field_sep HashMap faceToProxyMap concode_elem_sep Cl...
Object function ( Object arg0 , Class arg1 , Class [ ] arg2 ) { ProxyGroup loc0 = new ProxyGroup ( arg2 ) ; return loc0 . wrap ( arg0 , arg1 ) ; }