idx
int64
0
25k
question
stringlengths
71
7.19k
target
stringlengths
20
663
9,700
gets the procedure value for this wsstoredprocedure . concode_field_sep org.apache.axis.description.TypeDesc typeDesc concode_elem_sep java.lang.Object __equalsCalc concode_elem_sep java.lang.String name concode_elem_sep java.lang.String description concode_elem_sep boolean __hashCodeCalc concode_elem_sep java.lang.Str...
java . lang . String function ( ) { return procedure ; }
9,701
to be closed at teardown . concode_field_sep List<Blob> m_blobs concode_elem_sep List<ResultSet> m_resultSets concode_elem_sep List<ConnectionFactoryEventListener> m_listeners concode_elem_sep List<ConnectionRegistration> m_connectionRegistrations concode_elem_sep Connection m_connection concode_elem_sep boolean m_roll...
void function ( ResultSet arg0 ) { m_resultSets . add ( arg0 ) ; }
9,702
returns a map/list which contains the first line of each line group as key and the rest of the lines as a string value . concode_field_sep int nextStartLineNumber concode_elem_sep String[] sectionContinuations concode_elem_sep String[] ignoredStarts concode_elem_sep LineNumberReader reader concode_elem_sep String[] def...
HashMappedList function ( ) { HashMappedList loc0 = new HashMappedList ( ) ; while ( true ) { HsqlArrayList loc1 = getSection ( ) ; if ( loc1 . size ( ) < 1 ) { break ; } String loc2 = ( String ) loc1 . get ( 0 ) ; String loc3 = LineGroupReader . convertToString ( loc1 , 1 ) ; loc0 . put ( loc2 , loc3 ) ; } return loc0...
9,703
creates a new shopping order item with the primary key . does not add the shopping order item to the database . concode_field_sep ShoppingOrderItemLocalService _shoppingOrderItemLocalService concode_field_sep java.lang.String getOSGiServiceIdentifier concode_elem_sep void setWrappedService concode_elem_sep com.liferay....
com . liferay . shopping . model . ShoppingOrderItem function ( long arg0 ) { return _shoppingOrderItemLocalService . createShoppingOrderItem ( arg0 ) ; }
9,704
sets the connroutepnames #forced_route forced_route parameter value . concode_field_sep HttpHost NO_HOST concode_elem_sep HttpRoute NO_ROUTE concode_field_sep void setLocalAddress concode_elem_sep HttpRoute getForcedRoute concode_elem_sep void setDefaultProxy concode_elem_sep InetAddress getLocalAddress concode_elem_se...
void function ( final HttpParams arg0 , final HttpRoute arg1 ) { Args . notNull ( arg0 , "srini_string" ) ; arg0 . setParameter ( FORCED_ROUTE , arg1 ) ; }
9,705
calculates the hash code the byte sequences at offset in thevalue at position . this method must be implemented if @ code getslice is implemented . concode_field_sep PlaceHolder placeHolder concode_field_sep T getObject concode_elem_sep byte getByte concode_elem_sep short getShort concode_elem_sep int getRetainedSizeIn...
long function ( int arg0 , int arg1 , int arg2 ) { throw new UnsupportedOperationException ( ) ; }
9,706
is executed after dependency injection is done to perform any initialization . concode_field_sep PlatformIdentDao platformIdentDao concode_elem_sep MethodIdentToSensorTypeDao methodIdentToSensorTypeDao concode_elem_sep Logger log concode_elem_sep AgentStatusDataProvider agentStatusDataProvider concode_elem_sep boolean ...
void function ( ) { if ( log . isInfoEnabled ( ) ) { log . info ( "srini_string" ) ; } }
9,707
return the number of rings in this collection . concode_field_sep List order concode_elem_sep Map pubRings concode_field_sep void encode concode_elem_sep boolean contains concode_elem_sep Iterator<PGPPublicKeyRing> iterator concode_elem_sep PGPPublicKeyRingCollection removePublicKeyRing concode_elem_sep Iterator<PGPPub...
int function ( ) { return order . size ( ) ; }
9,708
set if labels and tickmarks are visible . concode_field_sep Axis[] axis concode_elem_sep Base base concode_field_sep BaseGrid setFrameVisible concode_elem_sep BaseGrid setAxisLabel concode_elem_sep BaseGrid setAxisLabel concode_elem_sep boolean isLabelVisible concode_elem_sep boolean isFrameVisible concode_elem_sep voi...
BaseGrid function ( int arg0 , boolean arg1 ) { axis [ arg0 ] . setLabelVisible ( arg1 ) ; return this ; }
9,709
communicate with the gpio of the opensprinkler pi device to push and update local station state to the device . concode_field_sep GpioPinDigitalOutput SR_DAT_OUTPUT_PIN concode_elem_sep GpioPinDigitalOutput SR_CLK_OUTPUT_PIN concode_elem_sep GpioPinDigitalOutput SR_NOE_OUTPUT_PIN concode_elem_sep GpioPinDigitalOutput S...
void function ( ) { SR_CLK_OUTPUT_PIN . low ( ) ; SR_LAT_OUTPUT_PIN . low ( ) ; for ( int loc0 = 1 ; loc0 <= numberOfStations ; loc0 ++ ) { SR_CLK_OUTPUT_PIN . low ( ) ; SR_DAT_OUTPUT_PIN . setState ( stationState [ numberOfStations - loc0 ] ) ; SR_CLK_OUTPUT_PIN . high ( ) ; } SR_LAT_OUTPUT_PIN . high ( ) ; }
9,710
implements this method in the interface with an empty method body . concode_field_sep PlaceHolder placeHolder concode_field_sep void mouseReleased concode_elem_sep void mouseExited concode_elem_sep void mouseClicked concode_elem_sep void mousePressed
void function ( MouseEvent arg0 ) { }
9,711
get a sax2 org.xml.sax.ext.lexicalhandler for the output . concode_field_sep ContentHandler handler concode_elem_sep String systemId concode_elem_sep String FEATURE concode_elem_sep LexicalHandler lexhandler concode_field_sep void setHandler concode_elem_sep String getSystemId concode_elem_sep void setLexicalHandler co...
LexicalHandler function ( ) { return lexhandler ; }
9,712
the system id or error number code of the error . concode_field_sep String code concode_elem_sep String message concode_field_sep ErrorDetails withCode concode_elem_sep int hashCode concode_elem_sep void setCode concode_elem_sep boolean equals concode_elem_sep ErrorDetails clone concode_elem_sep String getMessage conco...
String function ( ) { return this . code ; }
9,713
sets the preset dictionary to be used for inflation to dictionary . see #needsdictionary for details . concode_field_sep boolean needsDictionary concode_elem_sep int inLength concode_elem_sep long streamHandle concode_elem_sep int inRead concode_elem_sep boolean finished concode_elem_sep CloseGuard guard concode_field_...
void function ( byte [ ] arg0 ) { setDictionary ( arg0 , 0 , arg0 . length ) ; }
9,714
disconnect from zk , so we can stop this client stub factory . concode_field_sep String zkPassword concode_elem_sep Class<T> interfaze concode_elem_sep int poolSize concode_elem_sep Logger LOG concode_elem_sep String zkUserName concode_elem_sep Consumer zkConsumer concode_elem_sep String state concode_elem_sep String s...
void function ( ) { if ( zkConsumer != null ) { zkConsumer . close ( ) ; zkConsumer = null ; } }
9,715
loads and initializes opencv library from current application package . roughly , it 's an analog of system.loadlibrary `` opencv_java '' . concode_field_sep String OPENCV_VERSION_2_4_4 concode_elem_sep String OPENCV_VERSION_2_4_3 concode_elem_sep String OPENCV_VERSION_2_4_9 concode_elem_sep String OPENCV_VERSION_2_4_2...
boolean function ( boolean arg0 ) { return StaticHelper . initOpenCV ( arg0 ) ; }
9,716
set the command . concode_field_sep String sqlStatement concode_elem_sep Session session concode_elem_sep boolean create concode_elem_sep int currentRowNumber concode_elem_sep int rowScanCount concode_elem_sep long modificationMetaId concode_elem_sep ArrayList<Parameter> parameters concode_elem_sep boolean prepareAlway...
void function ( Command arg0 ) { this . command = arg0 ; }
9,717
sets the value of the return property . concode_field_sep XMLGregorianCalendar _return concode_field_sep XMLGregorianCalendar getReturn
void function ( XMLGregorianCalendar arg0 ) { this . _return = arg0 ; }
9,718
the arrangement should be able to handle null blocks in the layout . concode_field_sep double EPSILON concode_field_sep void testNR concode_elem_sep void testGridNotFull_FF concode_elem_sep void testGridNotFull_NN concode_elem_sep void testNullBlock_FF concode_elem_sep void testNN concode_elem_sep void testRR concode_e...
void function ( ) { BlockContainer loc0 = new BlockContainer ( new GridArrangement ( 1 , 1 ) ) ; loc0 . add ( null ) ; Size2D loc1 = loc0 . arrange ( null , RectangleConstraint . NONE ) ; assertEquals ( 0.0 , loc1 . getWidth ( ) , EPSILON ) ; assertEquals ( 0.0 , loc1 . getHeight ( ) , EPSILON ) ; }
9,719
gets the value of the downpayment property . concode_field_sep Boolean selectable concode_elem_sep long serialVersionUID concode_elem_sep String adjustedTerm concode_elem_sep String type concode_elem_sep BigDecimal remainingFinancedAmountWithTax concode_elem_sep BigDecimal finalDownPayment concode_elem_sep BigDecimal r...
BigDecimal function ( ) { return downPayment ; }
9,720
unschedules a point . concode_field_sep SortedLinkedList theirQueue concode_elem_sep HashMap<String,PointData> theirLastData concode_elem_sep HashMap<String,PointDescription> theirPoints concode_field_sep void updateCollectionTime concode_elem_sep void updateCollectionTime concode_elem_sep int compare concode_elem_sep ...
void function ( PointDescription arg0 ) { String loc0 = arg0 . getFullName ( ) ; synchronized ( theirPoints ) { theirPoints . remove ( loc0 ) ; } synchronized ( theirQueue ) { theirQueue . remove ( arg0 ) ; } synchronized ( theirLastData ) { theirLastData . remove ( loc0 ) ; } }
9,721
returns the current maximum idle lifetime in seconds for a background revalidation worker thread . if a worker thread is idle for this long , and there are more than the core number of worker threads alive , the worker will be reclaimed . concode_field_sep int DEFAULT_ASYNCHRONOUS_WORKERS_MAX concode_elem_sep float heu...
int function ( ) { return asynchronousWorkerIdleLifetimeSecs ; }
9,722
tests the tempblockmeta #getpath method . concode_field_sep long TEST_BLOCK_SIZE concode_elem_sep TempBlockMeta mTempBlockMeta concode_elem_sep long TEST_BLOCK_ID concode_elem_sep long[] TEST_TIER_CAPACITY_BYTES concode_elem_sep long TEST_SESSION_ID concode_elem_sep int TEST_TIER_ORDINAL concode_elem_sep String mTestDi...
void function ( ) { Assert . assertEquals ( PathUtils . concatPath ( mTestDirPath , "srini_string" , TEST_SESSION_ID % 1024 , String . format ( "srini_string" , TEST_SESSION_ID , TEST_BLOCK_ID ) ) , mTempBlockMeta . getPath ( ) ) ; }
9,723
tells the camera to stop drawing preview frames . concode_field_sep AutoFocusCallback autoFocusCallback concode_elem_sep int MAX_FRAME_HEIGHT concode_elem_sep String TAG concode_elem_sep CameraManager cameraManager concode_elem_sep boolean reverseImage concode_elem_sep CameraConfigurationManager configManager concode_e...
void function ( ) { if ( camera != null && previewing ) { if ( ! useOneShotPreviewCallback ) { camera . setPreviewCallback ( null ) ; } camera . stopPreview ( ) ; previewCallback . setHandler ( null , 0 ) ; autoFocusCallback . setHandler ( null , 0 ) ; previewing = false ; } }
9,724
returns the opt record from the additional section , if one is present . concode_field_sep int tsigstart concode_elem_sep int MAXLENGTH concode_elem_sep Record[] emptyRecordArray concode_elem_sep TSIG tsigkey concode_elem_sep int sig0start concode_elem_sep List[] sections concode_elem_sep int TSIG_INTERMEDIATE concode_...
OPTRecord function ( ) { Record [ ] loc0 = getSectionArray ( Section . ADDITIONAL ) ; for ( int loc1 = 0 ; loc1 < loc0 . length ; loc1 ++ ) if ( loc0 [ loc1 ] instanceof OPTRecord ) return ( OPTRecord ) loc0 [ loc1 ] ; return null ; }
9,725
append an optional parameter . concode_field_sep CapacityPolicy capacityPolicy concode_elem_sep byte[] bytes concode_elem_sep int bytesLength concode_elem_sep CapacityPolicy DEFAULT_CAPACITY_POLICY concode_field_sep int getCommandLengthValue concode_elem_sep int appendAll concode_elem_sep void normalizeCommandLength co...
int function ( OptionalParameter arg0 ) { return append ( arg0 . serialize ( ) ) ; }
9,726
get custom deserializer concode_field_sep java.lang.Double amount concode_elem_sep org.apache.axis.description.TypeDesc typeDesc concode_elem_sep java.lang.Long line concode_elem_sep java.lang.Long orderLine concode_elem_sep java.lang.Object __equalsCalc concode_elem_sep java.lang.String memo concode_elem_sep boolean _...
org . apache . axis . encoding . Deserializer function ( java . lang . String arg0 , java . lang . Class arg1 , javax . xml . namespace . QName arg2 ) { return new org . apache . axis . encoding . ser . BeanDeserializer ( arg1 , arg2 , typeDesc ) ; }
9,727
queries whether i have been cancelled , by cancellation of my progress monitor . 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 void catchException concode_elem_sep IClipboardSupport getClipb...
boolean function ( ) { return getProgressMonitor ( ) . isCanceled ( ) ; }
9,728
compares two objects in reverse order . concode_field_sep Comparator<? super E> comparator concode_elem_sep long serialVersionUID concode_field_sep int hashCode concode_elem_sep boolean equals
int function ( final E arg0 , final E arg1 ) { return comparator . compare ( arg1 , arg0 ) ; }
9,729
sets the results value for this producttemplatepage . concode_field_sep org.apache.axis.description.TypeDesc typeDesc concode_elem_sep java.lang.Integer startIndex concode_elem_sep java.lang.Object __equalsCalc concode_elem_sep boolean __hashCodeCalc concode_elem_sep java.lang.Integer totalResultSetSize concode_elem_se...
void function ( com . google . api . ads . dfp . axis . v201502 . ProductTemplate [ ] arg0 ) { this . results = arg0 ; }
9,730
sets the target housing for an action . concode_field_sep MCTHousing targetHousing concode_elem_sep AbstractComponent inspectorComponent concode_elem_sep Set<JComponent> targetViewComponents concode_elem_sep AbstractComponent targetComponent concode_elem_sep Collection<View> selectedManifestations concode_elem_sep Acti...
void function ( MCTHousing arg0 ) { this . targetHousing = arg0 ; }
9,731
post-process the entitymanagerfactory after it has been initialized . concode_field_sep boolean generateDdl concode_elem_sep boolean showSql concode_elem_sep Database database concode_elem_sep String databasePlatform concode_field_sep void setGenerateDdl concode_elem_sep boolean isGenerateDdl concode_elem_sep void setD...
void function ( EntityManagerFactory arg0 ) { }
9,732
check whether the datanode can be started . concode_field_sep File TEST_DATA_DIR concode_elem_sep File hdfsDir concode_elem_sep Log LOG concode_elem_sep Configuration config concode_elem_sep String THIS_HOST concode_field_sep void testSecondaryNodePorts concode_elem_sep boolean canStartNameNode concode_elem_sep void ru...
boolean function ( Configuration arg0 ) { DataNode loc0 = null ; try { loc0 = DataNode . createDataNode ( new String [ ] { } , arg0 ) ; } catch ( IOException loc1 ) { if ( loc1 instanceof java . net . BindException ) return false ; throw loc1 ; } finally { if ( loc0 != null ) loc0 . shutdown ( ) ; } return true ; }
9,733
get timestamp yyyy-mm-ddthh : mi : ss concode_field_sep Logger log concode_field_sep Date getDateWithOffset concode_elem_sep Date cast concode_elem_sep Calendar cast concode_elem_sep boolean isInFuture concode_elem_sep Calendar getDate concode_elem_sep String toString concode_elem_sep boolean isInPast concode_elem_sep ...
Calendar function ( Date arg0 ) { if ( arg0 == null ) { return null ; } Calendar loc0 = Calendar . getInstance ( ) ; loc0 . setTime ( arg0 ) ; loc0 . set ( Calendar . MILLISECOND , 0 ) ; return loc0 ; }
9,734
checks to see if the index given exists in the database . concode_field_sep boolean caseSensitive concode_elem_sep LinkedHashMap<String,Arguments> pushedIndexes concode_elem_sep String database concode_elem_sep String folder concode_elem_sep boolean changed concode_elem_sep Manager Database concode_elem_sep LinkedHashM...
boolean function ( Object arg0 ) { return this . Indexes . containsKey ( parseIndice ( arg0 ) ) ; }
9,735
generate the name to use to set the header defined by the specified headername to the protocol specific message . concode_field_sep String inboundPrefix concode_elem_sep Log logger concode_elem_sep String outboundPrefix concode_field_sep String toHeaderName concode_elem_sep void setInboundPrefix concode_elem_sep void s...
String function ( String arg0 ) { String loc0 = arg0 ; if ( StringUtils . hasText ( this . outboundPrefix ) && ! loc0 . startsWith ( this . outboundPrefix ) ) { loc0 = this . outboundPrefix + arg0 ; } return loc0 ; }
9,736
delete the attribute value . concode_field_sep String NAME concode_elem_sep X500Principal dnPrincipal concode_elem_sep X500Name dnName concode_elem_sep String DN_PRINCIPAL concode_elem_sep String IDENT concode_elem_sep String DN_NAME concode_field_sep void encode concode_elem_sep void set concode_elem_sep String getNam...
void function ( String arg0 ) { if ( arg0 . equalsIgnoreCase ( DN_NAME ) ) { dnName = null ; dnPrincipal = null ; } else { throw new IOException ( "srini_string" + "srini_string" ) ; } }
9,737
convert this standard java object to a cos object . concode_field_sep COSDictionary nameDictionary concode_elem_sep PDDocumentCatalog catalog concode_field_sep void setDests concode_elem_sep PDDestinationNameTreeNode getDests concode_elem_sep PDEmbeddedFilesNameTreeNode getEmbeddedFiles concode_elem_sep void setJavascr...
COSDictionary function ( ) { return nameDictionary ; }
9,738
log a warning for the resource at the provided address and the given attributes . the detail message is a default ` attributes are not understood in the target model version and this resource will need to be ignored on the target host . ' concode_field_sep PathAddress address concode_elem_sep ControllerLogger logger co...
void function ( PathAddress arg0 , Set < String > arg1 ) { logAttributeWarning ( arg0 , null , null , arg1 ) ; }
9,739
tests the equals method . concode_field_sep Quarter q1Y1900 concode_elem_sep Quarter q4Y9999 concode_elem_sep Quarter q2Y1900 concode_elem_sep Quarter q3Y9999 concode_field_sep void testParseQuarter concode_elem_sep void testDateConstructor1 concode_elem_sep void testGetStart concode_elem_sep void testGetLastMillisecon...
void function ( ) { Quarter loc0 = new Quarter ( 2 , 2002 ) ; Quarter loc1 = new Quarter ( 2 , 2002 ) ; assertTrue ( loc0 . equals ( loc1 ) ) ; }
9,740
get the human readable label of the group concode_field_sep boolean advanced concode_elem_sep String name concode_elem_sep String context concode_elem_sep String description concode_elem_sep String label concode_field_sep String getName concode_elem_sep boolean isAdvanced concode_elem_sep String toString concode_elem_s...
String function ( ) { return label ; }
9,741
setter for symmetrickey object concode_field_sep String generationId concode_elem_sep String utcTimeDefault concode_elem_sep DeviceConnectionState connectionState concode_elem_sep Boolean forceUpdate concode_elem_sep String deviceId concode_elem_sep String statusReason concode_elem_sep long cloudToDeviceMessageCount co...
void function ( SymmetricKey arg0 ) { this . symmetricKey = arg0 ; }
9,742
gets the name of the method that is the source of this log record . concode_field_sep long sequenceNumber concode_elem_sep String sourceMethodName concode_elem_sep int initThreadId concode_elem_sep Level level concode_elem_sep Throwable thrown concode_elem_sep boolean sourceInitialized concode_elem_sep String message c...
String function ( ) { initSource ( ) ; return sourceMethodName ; }
9,743
returns the time stamp , when all stack traces were collected at the jobmanager . concode_field_sep int sampleId concode_elem_sep double[] subTaskBackPressureRatio concode_elem_sep long endTimestamp concode_elem_sep double maxSubTaskBackPressureRatio concode_field_sep double getMaxBackPressureRatio concode_elem_sep int...
long function ( ) { return endTimestamp ; }
9,744
gets the value of the resourceadaptortypeversion property . concode_field_sep ResourceAdaptorTypeName resourceAdaptorTypeName concode_elem_sep List<LibraryRef> libraryRef concode_elem_sep List<EventTypeRef> eventTypeRef concode_elem_sep Description description concode_elem_sep ResourceAdaptorTypeVersion resourceAdaptor...
ResourceAdaptorTypeVersion function ( ) { return resourceAdaptorTypeVersion ; }
9,745
reserved for future use . concode_field_sep String nextToken concode_elem_sep com.amazonaws.internal.SdkInternalList<PublicKey> publicKeyList concode_field_sep void setPublicKeyList concode_elem_sep ListPublicKeysResult withPublicKeyList concode_elem_sep ListPublicKeysResult withPublicKeyList concode_elem_sep java.util...
void function ( String arg0 ) { this . nextToken = arg0 ; }
9,746
sets the response cache to be used to read and write cached responses . if unset , the responsecache #getdefault system-wide default response cache will be used . concode_field_sep boolean followProtocolRedirects concode_elem_sep HostnameVerifier hostnameVerifier concode_elem_sep ConnectionPool connectionPool concode_e...
OkHttpClient function ( ResponseCache arg0 ) { this . responseCache = arg0 ; return this ; }
9,747
identifier for tracking the progress of the request . to use this id to query the operation status , use getoperationdetail . type : string default : none constraints : maximum 255 characters . concode_field_sep String operationId concode_field_sep int hashCode concode_elem_sep boolean equals concode_elem_sep UpdateDom...
void function ( String arg0 ) { this . operationId = arg0 ; }
9,748
initialise the verticle . this is called by vert.x when the verticle instance is deployed . do n't call it yourself . concode_field_sep Context context concode_elem_sep Vertx vertx concode_field_sep void stop concode_elem_sep void stop concode_elem_sep List<String> processArgs concode_elem_sep String deploymentID conco...
void function ( Vertx arg0 , Context arg1 ) { this . vertx = arg0 ; this . context = arg1 ; }
9,749
returns the sha-256 of certificate 's public key . in okhttp 3.1.2 and earlier , this returned a sha-1 hash of the public key . both types are supported , but sha-256 is preferred . concode_field_sep List<Pin> pins concode_elem_sep CertificatePinner DEFAULT concode_elem_sep String pattern concode_elem_sep List<Pin> pin...
String function ( Certificate arg0 ) { if ( ! ( arg0 instanceof X509Certificate ) ) { throw new IllegalArgumentException ( "srini_string" ) ; } return "srini_string" + sha256 ( ( X509Certificate ) arg0 ) . base64 ( ) ; }
9,750
gets the status 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 __hashCodeCalc...
com . intellij . tasks . mantis . model . ObjectRef function ( ) { return status ; }
9,751
dom : implements nodelist #item int . concode_field_sep List list concode_field_sep int getLength
Node function ( int arg0 ) { if ( ( arg0 < 0 ) || ( arg0 > list . size ( ) ) ) return null ; return ( Node ) list . get ( arg0 ) ; }
9,752
reinitialise . concode_field_sep int[] jj_expentry concode_elem_sep SimpleCharStream jj_input_stream concode_elem_sep Token jj_nt concode_elem_sep int jj_ntk concode_elem_sep int[] jj_la1_0 concode_elem_sep boolean jj_initialized_once concode_elem_sep int jj_gen concode_elem_sep int[] jj_la1 concode_elem_sep java.util....
void function ( ParserTokenManager arg0 ) { token_source = arg0 ; token = new Token ( ) ; jj_ntk = - 1 ; jj_gen = 0 ; for ( int loc0 = 0 ; loc0 < 10 ; loc0 ++ ) jj_la1 [ loc0 ] = - 1 ; }
9,753
sets the value of the g property . concode_field_sep int r concode_elem_sep int b concode_elem_sep int g concode_elem_sep List<JAXBElement<?>> egColorTransform concode_field_sep int getG concode_elem_sep void setR concode_elem_sep void setB concode_elem_sep List<JAXBElement<?>> getEGColorTransform concode_elem_sep int ...
void function ( int arg0 ) { this . g = arg0 ; }
9,754
prints out instructions on how to use the program . concode_field_sep boolean statusMsgs concode_elem_sep BufferedWriter logWriter concode_elem_sep boolean errorMsgs concode_elem_sep SimpleDateFormat timestampFormatter concode_field_sep void printGeneratingQueries concode_elem_sep void setLogFile concode_elem_sep void ...
void function ( String arg0 ) { printMessage ( "srini_string" + arg0 ) ; }
9,755
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 _wallEntryLocalService . arg0 ( arg0 , arg1 , arg2 , arg3 ) ; }
9,756
get the name of the parameter . concode_field_sep String viewName concode_elem_sep String name concode_field_sep void setName concode_elem_sep void setViewName concode_elem_sep int hashCode concode_elem_sep boolean equals concode_elem_sep String getViewName
String function ( ) { return name ; }
9,757
performs the depth first traversion of all elements 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 Iterator getElementLinks concode_elem_sep vo...
void function ( ) { if ( done ) return ; while ( myElements . hasNext ( ) ) { Object loc0 = myElements . next ( ) ; if ( ! isVisited ( loc0 ) ) { visit ( loc0 , 1 ) ; } } }
9,758
sets the preserve flag . concode_field_sep Comments comments concode_elem_sep String registerKey concode_elem_sep Class superClass concode_elem_sep Class objectClass concode_elem_sep TypeInfo[] constructorDescription concode_elem_sep String description concode_elem_sep boolean preserve concode_elem_sep String source co...
void function ( final boolean arg0 ) { this . preserve = arg0 ; }
9,759
marks the message as ready to deliver and set the final sequence number to be ordered concode_field_sep SequenceNumberManager sequenceNumberManager concode_elem_sep ConcurrentMap<MessageID,MessageInfo> messageCache concode_elem_sep long sequenceNumber concode_elem_sep MessageID messageID concode_elem_sep boolean readyT...
void function ( MessageID arg0 , long arg1 ) { markReadyToDeliverV2 ( arg0 , arg1 ) ; }
9,760
gets the number of messages . concode_field_sep Set<LocalizedMessage> messages concode_field_sep void add concode_elem_sep void reset concode_elem_sep SortedSet<LocalizedMessage> getMessages
int function ( ) { return messages . size ( ) ; }
9,761
logs out the admin user user concode_field_sep String USERNAME_KEY concode_elem_sep String USER_ID_KEY concode_elem_sep String IS_AUTH_KEY concode_elem_sep String IS_ADMIN_KEY concode_field_sep void loginAdmin concode_elem_sep void loginUser concode_elem_sep void logoutUser concode_elem_sep User getUser concode_elem_se...
void function ( Request arg0 ) { arg0 . session ( ) . removeAttribute ( IS_ADMIN_KEY ) ; }
9,762
set session factory concode_field_sep Log log concode_elem_sep DbSessionFactory sessionFactory concode_field_sep List<Condition> getActiveConditions concode_elem_sep Condition getConditionByUuid concode_elem_sep List<Condition> getConditionHistory concode_elem_sep Condition saveOrUpdate
void function ( DbSessionFactory arg0 ) { this . sessionFactory = arg0 ; }
9,763
called when view is detached from view hierarchy and allows for some additional cleanup by the viewmanager subclass . concode_field_sep PlaceHolder placeHolder concode_field_sep Map<String,String> getNativeProps concode_elem_sep Map<String,Object> getExportedViewConstants concode_elem_sep String getName concode_elem_se...
void function ( T arg0 ) { }
9,764
read an integer from packet , and advance the read position past it . integers are encoded as two unsigned bytes with the high-order byte first , and , as far as i can tell , in little-endian order within each byte . concode_field_sep int len concode_elem_sep int pos concode_elem_sep Log log concode_elem_sep StringMana...
int function ( ) { int loc0 = buf [ pos ++ ] & 0xFF ; int loc1 = buf [ pos ++ ] & 0xFF ; validatePos ( pos ) ; return ( loc0 << 8 ) + loc1 ; }
9,765
returns a clone of the collection . concode_field_sep long serialVersionUID concode_elem_sep List items concode_field_sep void add concode_elem_sep Iterator iterator concode_elem_sep void addAll concode_elem_sep LegendItem get concode_elem_sep int getItemCount concode_elem_sep boolean equals
Object function ( ) { LegendItemCollection loc0 = ( LegendItemCollection ) super . loc0 ( ) ; loc0 . items = ( List ) ObjectUtilities . deepClone ( this . items ) ; return loc0 ; }
9,766
return the asn .1 encoded representation of this object . concode_field_sep Extensions extensions concode_elem_sep X509CertificateHolder[] EMPTY_CERTS concode_elem_sep OCSPRequest req concode_field_sep Extension getExtension concode_elem_sep int getVersionNumber concode_elem_sep ASN1ObjectIdentifier getSignatureAlgOID ...
byte [ ] function ( ) { ByteArrayOutputStream loc0 = new ByteArrayOutputStream ( ) ; ASN1OutputStream loc1 = new ASN1OutputStream ( loc0 ) ; loc1 . writeObject ( req ) ; return loc0 . toByteArray ( ) ; }
9,767
this code is executed after the method is called . concode_field_sep Map calls concode_field_sep Map getCalls concode_elem_sep List statistic concode_elem_sep boolean doInvoke concode_elem_sep void reset concode_elem_sep Object beforeInvoke
Object function ( Object arg0 , String arg1 , Object [ ] arg2 , Object arg3 ) { ( ( List ) calls . get ( arg1 ) ) . add ( new Long ( System . currentTimeMillis ( ) ) ) ; return arg3 ; }
9,768
removes a changelistener from the model . concode_field_sep ChangeEvent changeEvent concode_elem_sep EventListenerList listenerList concode_elem_sep Color selectedColor concode_field_sep ChangeListener[] getChangeListeners concode_elem_sep void fireStateChanged concode_elem_sep Color getSelectedColor concode_elem_sep v...
void function ( ChangeListener arg0 ) { listenerList . remove ( ChangeListener . class , arg0 ) ; }
9,769
validates if parent node type is constants #nt_resource . concode_field_sep InputStream stream concode_elem_sep Log LOG concode_elem_sep String mimeType concode_field_sep void printWarning concode_elem_sep Content getContent concode_elem_sep Value createValue concode_elem_sep boolean isEmpty concode_elem_sep void destr...
NodeImpl function ( PropertyImpl arg0 ) { NodeImpl loc0 = arg0 . getParent ( ) ; if ( ! loc0 . isNodeType ( "srini_string" ) ) { throw new Exception ( "srini_string" ) ; } return loc0 ; }
9,770
change the indent of , possible muti-line , code range . the current indent is removed , a new indent added . the first line of the code will not be changed . it is considered to have no indent as it might start in the middle of a line concode_field_sep PlaceHolder placeHolder concode_field_sep String getIndentString c...
String function ( String arg0 , int arg1 , int arg2 , int arg3 , String arg4 , String arg5 ) { return IndentManipulation . changeIndent ( arg0 , arg1 , arg2 , arg3 , arg4 , arg5 ) ; }
9,771
setsnmpinterfaceid concode_field_sep String m_ipHostname concode_elem_sep String m_collectFlag concode_elem_sep int m_ifIndex concode_elem_sep String m_ifName concode_elem_sep String m_snmpStatus concode_elem_sep String m_ifAlias concode_elem_sep long serialVersionUID concode_elem_sep int m_ifType concode_elem_sep int ...
void function ( int arg0 ) { m_id = arg0 ; }
9,772
sets the exceptionlistener instance to which notifications of exceptions are send while parsing the xml data . see the description of xmldecoder class for more information on the exceptionlistener . concode_field_sep Object owner concode_elem_sep Iterator iterator concode_elem_sep boolean isStreamClosed concode_elem_se...
void function ( ExceptionListener arg0 ) { if ( arg0 == null ) { arg0 = DefaultExceptionListener . INSTANCE ; } exceptionListener = arg0 ; }
9,773
deletes all files from the given file system . concode_field_sep String PARAM_IGFS_ENDPOINT_NO_EMBED concode_elem_sep String PARAM_IGFS_ENDPOINT_NO_LOCAL_TCP concode_elem_sep String PARAM_IGFS_ENDPOINT_NO_LOCAL_SHMEM concode_field_sep IOException cast concode_elem_sep IOException cast concode_elem_sep String parameter ...
void function ( FileSystem arg0 ) { FileStatus [ ] loc0 = arg0 . listStatus ( new Path ( "srini_string" ) ) ; if ( loc0 != null ) { for ( FileStatus loc1 : loc0 ) arg0 . delete ( loc1 . getPath ( ) , true ) ; } }
9,774
returns the ad-hoc chat room name . concode_field_sep String adHocChatRoomName concode_elem_sep AdHocChatRoomProviderWrapper parentProvider concode_elem_sep String adHocChatRoomID concode_elem_sep AdHocChatRoom adHocChatRoom concode_field_sep String getAdHocChatRoomID concode_elem_sep AdHocChatRoom getAdHocChatRoom con...
String function ( ) { return adHocChatRoomName ; }
9,775
get the partial listing of file status concode_field_sep HdfsFileStatus[] partialListing concode_elem_sep int remainingEntries concode_field_sep boolean hasMore concode_elem_sep byte[] getLastName concode_elem_sep int getRemainingEntries
HdfsFileStatus [ ] function ( ) { return partialListing ; }
9,776
the topic 's arn . concode_field_sep String topicArn concode_field_sep Topic withTopicArn concode_elem_sep int hashCode concode_elem_sep boolean equals concode_elem_sep String toString concode_elem_sep String getTopicArn
void function ( String arg0 ) { this . topicArn = arg0 ; }
9,777
writes the entire character buffer buf to the target . concode_field_sep Object lock concode_field_sep void flush concode_elem_sep boolean checkError concode_elem_sep void close concode_elem_sep Writer append concode_elem_sep Writer append concode_elem_sep Writer append
void function ( char [ ] arg0 ) { write ( arg0 , 0 , arg0 . length ) ; }
9,778
returns true if the child exited normally . concode_field_sep int status concode_field_sep boolean WIFSIGNALED concode_elem_sep int WSTOPSIG concode_elem_sep int WTERMSIG concode_elem_sep int WEXITSTATUS concode_elem_sep boolean WCOREDUMP concode_elem_sep boolean WIFCONTINUED concode_elem_sep boolean WIFSTOPPED
boolean function ( ) { return PosixJNI . WIfExited ( status ) ; }
9,779
used to unlock a block after the block is accessed , if the block is to be removed , delete the block file . concode_field_sep BlockWorker mWorker concode_elem_sep StorageTierAssoc mStorageTierAssoc concode_elem_sep Logger LOG concode_field_sep long getServiceVersion concode_elem_sep void accessBlock concode_elem_sep b...
boolean function ( final long arg0 , final long arg1 ) { return RpcUtils . call ( new RpcCallable < Boolean > ( ) { @ Override public Boolean call ( ) throws AlluxioException { mWorker . unlockBlock ( arg1 , arg0 ) ; return true ; } } ) ; }
9,780
sets the value of the this property . concode_field_sep List<String> devicePath concode_elem_sep ManagedObjectReference _this concode_field_sep ManagedObjectReference getThis concode_elem_sep List<String> getDevicePath
void function ( ManagedObjectReference arg0 ) { this . _this = arg0 ; }
9,781
implemented annotation callback method . this method is called when a pages annotations been initialized but before the page has been painted . this method blocks the concode_field_sep DocumentViewController documentViewController concode_elem_sep Logger logger concode_field_sep void removeAnnotation concode_elem_sep v...
void function ( Page arg0 ) { }
9,782
this method initializes required object to test currentweather class . concode_field_sep CurrentWeather currentWeather concode_field_sep void testUpdate
void function ( ) { this . currentWeather = new CurrentWeather ( ) ; }
9,783
whether the current entry will use the data descriptor to store crc and size information concode_field_sep int UFT8_NAMES_FLAG concode_elem_sep boolean strongEncryptionFlag concode_elem_sep boolean encryptionFlag concode_elem_sep boolean languageEncodingFlag concode_elem_sep int DATA_DESCRIPTOR_FLAG concode_elem_sep in...
void function ( boolean arg0 ) { dataDescriptorFlag = arg0 ; }
9,784
performs a dynamic query on the database and returns the matching rows . concode_field_sep CompetenceLocalService _competenceLocalService concode_field_sep com.liferay.lms.model.Competence addCompetence concode_elem_sep com.liferay.lms.model.Competence addCompetence concode_elem_sep com.liferay.lms.model.Competence add...
java . util . List function ( com . liferay . portal . kernel . dao . orm . DynamicQuery arg0 ) { return _competenceLocalService . arg0 ( arg0 ) ; }
9,785
tests if all filegoups are created concode_field_sep Logger LOG concode_elem_sep List<MetsExportTestElement> testElements concode_elem_sep TemporaryFolder tmp concode_field_sep void getModNameTest concode_elem_sep void saveInvalidMods concode_elem_sep String getTargetPath concode_elem_sep void saveInvalidDC concode_ele...
void function ( ) { HashMap < String , FileGrp > loc0 = MetsUtils . initFileGroups ( ) ; assertEquals ( 5 , loc0 . keySet ( ) . size ( ) ) ; }
9,786
notifies observers about invalidating data concode_field_sep List<DataSetObserver> datasetObservers concode_field_sep void notifyDataChangedEvent concode_elem_sep void unregisterDataSetObserver concode_elem_sep void registerDataSetObserver concode_elem_sep View getEmptyItem
void function ( ) { if ( datasetObservers != null ) { for ( DataSetObserver loc0 : datasetObservers ) { loc0 . onInvalidated ( ) ; } } }
9,787
creates instance from given stringtokenizer . concode_field_sep boolean mEditable concode_elem_sep CellCollection mCellCollection concode_elem_sep Object mCellCollectionLock concode_elem_sep CellGroup mSector concode_elem_sep int mRowIndex concode_elem_sep boolean mValid concode_elem_sep int mColumnIndex concode_elem_s...
Cell function ( StringTokenizer arg0 ) { Cell loc0 = new Cell ( ) ; loc0 . setValue ( Integer . parseInt ( arg0 . nextToken ( ) ) ) ; loc0 . setNote ( CellNote . deserialize ( arg0 . nextToken ( ) ) ) ; loc0 . setEditable ( arg0 . nextToken ( ) . equals ( "srini_string" ) ) ; return loc0 ; }
9,788
scales the text size of this rendertheme by the given factor . concode_field_sep int MATCHING_CACHE_SIZE concode_elem_sep float baseTextSize concode_elem_sep ArrayList<Rule> rulesList concode_elem_sep int RENDER_THEME_VERSION concode_elem_sep int mapBackground concode_elem_sep LRUCache<MatchingCacheKey,List<RenderInstr...
void function ( float arg0 ) { for ( int loc0 = 0 , loc1 = this . rulesList . size ( ) ; loc0 < loc1 ; ++ loc0 ) { this . rulesList . get ( loc0 ) . scaleTextSize ( arg0 * this . baseTextSize ) ; } }
9,789
attempts to safely retrieve a property with the specified name from the this action 's relevant command parameters map . concode_field_sep HostRoleCommand hostRoleCommand concode_elem_sep AuditLogger auditLogger concode_elem_sep ExecutionCommand executionCommand concode_elem_sep ActionLog actionLog concode_field_sep Ho...
String function ( String arg0 ) { Map < String , String > loc0 = getCommandParameters ( ) ; return ( loc0 == null ) ? null : loc0 . get ( arg0 ) ; }
9,790
sets the fldfilterchecked value for this transactioncolumncustomfieldfilter . concode_field_sep java.lang.Boolean fldFilterChecked concode_elem_sep com.netsuite.webservices.platform.core_2014_2.RecordRef fldFilter concode_elem_sep java.lang.Boolean fldFilterNotNull concode_elem_sep java.lang.String fldFilterVal concode...
void function ( java . lang . Boolean arg0 ) { this . fldFilterChecked = arg0 ; }
9,791
flag to indicate that the registration is enabled . concode_field_sep int order concode_elem_sep boolean asyncSupported concode_elem_sep boolean enabled concode_elem_sep String name concode_elem_sep Map<String,String> initParameters concode_field_sep void setName concode_elem_sep void setOrder concode_elem_sep Map<Stri...
void function ( boolean arg0 ) { this . enabled = arg0 ; }
9,792
metodo que retorna el arraylist clasificaciones concode_field_sep ArrayList<Clasificacion> clasificaciones concode_field_sep ArrayList<Tarea> darTodasLasTareas concode_elem_sep ArrayList<Tarea> darTareasOrdenadasPorFechaConInsercion concode_elem_sep void realizarTarea concode_elem_sep void exportarTareasPendientes conc...
ArrayList < Clasificacion > function ( ) { return clasificaciones ; }
9,793
called when the audio state changes . concode_field_sep List<Call> mUnmodifiableCalls concode_elem_sep boolean mCanAddCall concode_elem_sep List<Call> mCalls concode_elem_sep AudioState mAudioState concode_elem_sep Map<String,Call> mCallByTelecomCallId concode_elem_sep List<Listener> mListeners concode_elem_sep InCallA...
void function ( Phone arg0 , AudioState arg1 ) { }
9,794
get the value of cvssauthentication . concode_field_sep SortedSet<VulnerableSoftware> vulnerableSoftware concode_elem_sep String description concode_elem_sep String matchedCPE concode_elem_sep String cwe concode_elem_sep float cvssScore concode_elem_sep String cvssAccessVector concode_elem_sep String cvssIntegrityImpac...
String function ( ) { return cvssAuthentication ; }
9,795
gets the string value of the name object . this is the same as getname concode_field_sep int HEX_CHAR concode_elem_sep Logger logger concode_elem_sep String name concode_field_sep String convertHexChars concode_elem_sep String getName concode_elem_sep int hashCode concode_elem_sep boolean equals
String function ( ) { return name ; }
9,796
returns the list of stream mappings for this configuration . concode_field_sep List<StreamConfig> streamList concode_elem_sep List<TypeHandlerConfig> handlerList concode_elem_sep String source concode_field_sep void setSource concode_elem_sep String getSource concode_elem_sep void setTypeHandlerList concode_elem_sep vo...
List < StreamConfig > function ( ) { return streamList ; }
9,797
returns the http response headers associated with the plugin content . concode_field_sep long mContentLength concode_elem_sep Map<String,String[]> mHeaders concode_elem_sep InputStream mStream concode_elem_sep int mStatusCode concode_field_sep int getStatusCode concode_elem_sep long getContentLength concode_elem_sep In...
Map < String , String [ ] > function ( ) { return mHeaders ; }
9,798
gets the value of the isactive property . concode_field_sep List<LabelType> types concode_elem_sep String name concode_elem_sep String description concode_elem_sep Long id concode_elem_sep Boolean isActive concode_field_sep void setName concode_elem_sep String getName concode_elem_sep void setId concode_elem_sep Long g...
Boolean function ( ) { return isActive ; }
9,799
determine if sd card exists . concode_field_sep String LOG_TAG concode_field_sep File constructFilePaths concode_elem_sep long getFreeExternalStorageSpace concode_elem_sep boolean testFileExists concode_elem_sep long getFreeSpaceInBytes
boolean function ( ) { String loc0 = Environment . getExternalStorageState ( ) ; boolean loc1 ; if ( loc0 . equals ( Environment . MEDIA_MOUNTED ) ) { loc1 = true ; } else { loc1 = false ; } return loc1 ; }