idx int64 0 25k | question stringlengths 71 7.19k | target stringlengths 20 663 |
|---|---|---|
16,300 | sets the value of the dealercode property . concode_field_sep CodeAndDescription channelInfo concode_elem_sep String dealerName concode_elem_sep String defaultDealerLanguage concode_elem_sep String defaultPaymentVendor concode_elem_sep String dealerCode concode_elem_sep long serialVersionUID concode_elem_sep String def... | void function ( String arg0 ) { this . dealerCode = arg0 ; } |
16,301 | gets the title stored for this stream , which is the same as the status , unless the status is null . as opposed to getstatus this never returns null . concode_field_sep long lastUpdated concode_elem_sep StreamInfoListener listener concode_elem_sep boolean online concode_elem_sep long lastViewerStats concode_elem_sep S... | String function ( ) { if ( status == null ) { return "srini_string" ; } return status ; } |
16,302 | test of skip method , of class readerinputstream . concode_field_sep String filename concode_elem_sep OutputStream outStream concode_elem_sep Logger logger1 concode_elem_sep String filename2 concode_elem_sep Logger logger0 concode_elem_sep String basedir concode_field_sep void setUpClass concode_elem_sep void testRead_... | void function ( ) { logger1 . info ( "srini_string" ) ; ReaderInputStream loc0 = new ReaderInputStream ( new FileReader ( filename ) ) ; long loc1 = 0L ; long loc2 = 0L ; long loc3 = loc0 . skip ( loc1 ) ; assertEquals ( loc2 , loc3 ) ; loc0 . close ( ) ; } |
16,303 | method getparametername concode_field_sep String m_Info concode_elem_sep Object m_Parameter concode_elem_sep String m_Info_To concode_elem_sep String m_ParameterName concode_elem_sep Object m_Parameter_To concode_elem_sep long serialVersionUID concode_field_sep String getInfo concode_elem_sep String getParameterAsStrin... | String function ( ) { return m_ParameterName ; } |
16,304 | parse the localconcept files needed to create grib1 tables for use by the cdm concode_field_sep String PARAM_NUM_ID concode_elem_sep String DESCRIPTION_ID concode_elem_sep String TABLE_VERSION_ID concode_elem_sep HashMap<String,HashMap<String,HashMap<String,String>>> localConcepts concode_elem_sep Charset ENCODING conc... | void function ( String arg0 , String arg1 ) { try ( InputStream loc0 = new FileInputStream ( arg0 ) ) { addLocalConcept ( loc0 , arg1 ) ; } } |
16,305 | create the composite concode_field_sep PlaceHolder placeHolder concode_field_sep Group createGroup concode_elem_sep Text createSingleText concode_elem_sep Button createPushButton concode_elem_sep Combo createCombo concode_elem_sep Button createCheckBox concode_elem_sep int getButtonWidthHint concode_elem_sep Label crea... | Composite function ( Composite arg0 , Font arg1 , int arg2 , int arg3 , int arg4 ) { Composite loc0 = new Composite ( arg0 , SWT . NONE ) ; loc0 . setLayout ( new GridLayout ( arg2 , false ) ) ; loc0 . setFont ( arg1 ) ; GridData loc1 = new GridData ( arg4 ) ; loc1 . horizontalSpan = arg3 ; loc0 . setLayoutData ( loc1 ... |
16,306 | returns true if the current time is greater than the end time , regardless of looping . concode_field_sep TrackEntry next concode_elem_sep float mix concode_elem_sep Array<TrackEntry> tracks concode_elem_sep float lastTime concode_elem_sep float mixDuration concode_elem_sep AnimationStateData data concode_elem_sep Trac... | boolean function ( ) { return time >= endTime ; } |
16,307 | username for the cmis repository concode_field_sep String password concode_elem_sep Logger LOG concode_elem_sep int pageSize concode_elem_sep Session session concode_elem_sep boolean readContent concode_elem_sep String query concode_elem_sep String repositoryId concode_elem_sep int readCount concode_elem_sep String url... | void function ( String arg0 ) { this . username = arg0 ; } |
16,308 | keycloak-732 concode_field_sep AdapterTestStrategy testStrategy concode_elem_sep AbstractKeycloakRule keycloakRule concode_elem_sep TomcatServer tomcat concode_field_sep void testLoginSSOMax concode_elem_sep void testLoginSSOIdleRemoveExpiredUserSessions concode_elem_sep String getBaseDirectory concode_elem_sep void te... | void function ( ) { testStrategy . testSingleSessionInvalidated ( ) ; } |
16,309 | gets the raw target . concode_field_sep IndexType indexType concode_elem_sep InstructionCodec format concode_elem_sep int index concode_elem_sep int opcode concode_elem_sep int target concode_elem_sep long literal concode_field_sep void encode concode_elem_sep DecodedInstruction withIndex concode_elem_sep int getIndex ... | int function ( ) { return target ; } |
16,310 | decodes a protocol data unit into a textual representation . currently , the transport layer protocol control information tpci and the application layer protocol control information apci is decoded . decoding might be extended in the future . the optional knx destination address helps to determine the exact transport l... | String function ( final byte [ ] arg0 , final KNXAddress arg1 ) { if ( arg0 . length < 1 ) throw new KNXIllegalArgumentException ( "srini_string" ) ; final String loc0 = decodeTPCI ( arg0 [ 0 ] & 0xff , arg1 ) ; if ( arg0 . length > 1 ) return loc0 + "srini_string" + decodeAPCI ( getAPDUService ( arg0 ) ) ; return loc0... |
16,311 | gets the value of the status property . concode_field_sep Long totalEstimatedConcurrentUsers concode_elem_sep List<String> adTags concode_elem_sep DateTime lastModifiedDateTime concode_elem_sep DateTime startDateTime concode_elem_sep List<String> contentUrls concode_elem_sep String liveStreamEventCode concode_elem_sep ... | LiveStreamEventStatus function ( ) { return status ; } |
16,312 | deletes the address with the primary key from the database . also notifies the appropriate model listeners . concode_field_sep AddressLocalService _service concode_field_sep java.lang.String getOSGiServiceIdentifier concode_elem_sep java.util.List<com.liferay.portal.kernel.model.Address> getAddresses concode_elem_sep j... | com . liferay . portal . kernel . model . Address function ( long arg0 ) { return getService ( ) . deleteAddress ( arg0 ) ; } |
16,313 | gets the selected all state of the doucment pages view . concode_field_sep ArrayList<WeakReference<AbstractPageViewComponent>> selectedPageText concode_elem_sep float oldUserZoom concode_elem_sep int dirtyTimerInterval concode_elem_sep float userZoom concode_elem_sep int MAX_PAGE_SIZE_READ_AHEAD concode_elem_sep UndoCa... | boolean function ( ) { return selectAll ; } |
16,314 | returns the additional data for this alert . this a string-string map that allows implementations to place additional data in the alert . concode_field_sep DateTime dateTime concode_elem_sep AlertType alertType concode_elem_sep Map<String,String> data concode_elem_sep String name concode_elem_sep String externalId conc... | Map < String , String > function ( ) { return data ; } |
16,315 | register a metric with this sensor concode_field_sep Metrics registry concode_elem_sep List<Stat> stats concode_elem_sep String name concode_elem_sep List<KafkaMetric> metrics concode_elem_sep Time time concode_elem_sep MetricConfig config concode_elem_sep Sensor[] parents concode_field_sep void checkQuotas concode_ele... | void function ( String arg0 , String arg1 , MeasurableStat arg2 , MetricConfig arg3 ) { KafkaMetric loc0 = new KafkaMetric ( this , Utils . notNull ( arg0 ) , Utils . notNull ( arg1 ) , Utils . notNull ( arg2 ) , arg3 == null ? this . config : arg3 , time ) ; this . registry . registerMetric ( loc0 ) ; this . metrics .... |
16,316 | enqueue batch_size + 1 messages . shutdown the runnable . without passing time , assert that the runnable sends all data and isshutdown returns false until all data is sent . concode_field_sep int FLUSH_SIZE concode_elem_sep CWPublisherRunnable<CWMetricKey> runnable concode_elem_sep long time concode_elem_sep int count... | void function ( ) { harness . enqueueRandom ( FLUSH_SIZE + 1 ) ; harness . getRunnable ( ) . shutdown ( ) ; harness . runAndAssert ( 0 , FLUSH_SIZE ) ; Assert . assertFalse ( harness . getRunnable ( ) . isShutdown ( ) ) ; harness . runAndAssert ( FLUSH_SIZE , 1 ) ; Assert . assertTrue ( harness . getRunnable ( ) . isSh... |
16,317 | print values , one item per line . concode_field_sep PlaceHolder placeHolder concode_field_sep double[] randomVector concode_elem_sep void main concode_elem_sep void sort | void function ( double [ ] arg0 ) { for ( double loc0 : arg0 ) { System . out . println ( loc0 ) ; } } |
16,318 | gets the value of the symmetricalgorithmkeylength property . concode_field_sep long symmetricAlgorithmKeyLength concode_elem_sep int symmetricAlgorithmOIDReference concode_field_sep void setSymmetricAlgorithmOIDReference concode_elem_sep void setSymmetricAlgorithmKeyLength concode_elem_sep int getSymmetricAlgorithmOIDR... | long function ( ) { return symmetricAlgorithmKeyLength ; } |
16,319 | sets the activitygroupid value for this activity . concode_field_sep java.lang.String expectedURL concode_elem_sep org.apache.axis.description.TypeDesc typeDesc concode_elem_sep java.lang.Object __equalsCalc concode_elem_sep java.lang.String name concode_elem_sep boolean __hashCodeCalc concode_elem_sep java.lang.Intege... | void function ( java . lang . Integer arg0 ) { this . activityGroupId = arg0 ; } |
16,320 | records a failure connecting to failedroute . concode_field_sep Set<Route> failedRoutes concode_field_sep void connected concode_elem_sep int failedRoutesCount concode_elem_sep boolean shouldPostpone | void function ( Route arg0 , IOException arg1 ) { failedRoutes . add ( arg0 ) ; if ( ! ( arg1 instanceof SSLHandshakeException ) ) { failedRoutes . add ( arg0 . flipTlsMode ( ) ) ; } } |
16,321 | handles a property change event from the frame list . calls framechanged when the current frame changes . concode_field_sep AbstractTreeViewer viewer concode_field_sep TreeFrame createFrame concode_elem_sep AbstractTreeViewer getViewer concode_elem_sep Frame getSelectionFrame concode_elem_sep Frame getCurrentFrame conc... | void function ( PropertyChangeEvent arg0 ) { if ( FrameList . P_CURRENT_FRAME . equals ( arg0 . getProperty ( ) ) ) { frameChanged ( ( TreeFrame ) arg0 . getNewValue ( ) ) ; } } |
16,322 | inserts a sizef value into the mapping of this bundle , replacing any existing value for the given key . either key or value may be null . concode_field_sep Bundle bundle concode_field_sep Bundler putIntegerArrayList concode_elem_sep Bundler putStringArrayList concode_elem_sep Bundler putBundle concode_elem_sep Bundler... | Bundler function ( String arg0 , SizeF arg1 ) { bundle . putSizeF ( arg0 , arg1 ) ; return this ; } |
16,323 | parse the json string into a s3eventnotification object . the function will try its best to parse input json string as best as it can . it will not fail even if the json string contains unknown properties . the function will throw amazonclientexception if the input json string is not valid json . concode_field_sep Stri... | S3EventNotification function ( String arg0 ) { return Jackson . fromJsonString ( arg0 , S3EventNotification . class ) ; } |
16,324 | returns the current page visible in the part . concode_field_sep int pageLimit concode_elem_sep Hashtable<Object,PageBag> pages concode_elem_sep int ticket concode_elem_sep IFormPart masterPart concode_elem_sep IManagedForm managedForm concode_elem_sep ScrolledPageBook pageBook concode_elem_sep IStructuredSelection cur... | IDetailsPage function ( ) { Control loc0 = pageBook . getCurrentPage ( ) ; if ( loc0 != null ) { Object loc1 = loc0 . getData ( ) ; if ( loc1 instanceof IDetailsPage ) return ( IDetailsPage ) loc1 ; } return null ; } |
16,325 | filters to snapshots or changes with a given property on changed properties list . concode_field_sep List<Filter> filters concode_elem_sep boolean newObjectChanges concode_elem_sep Map<String,String> commitProperties concode_elem_sep String author concode_elem_sep int limit concode_elem_sep int DEFAULT_SKIP concode_ele... | QueryBuilder function ( String arg0 ) { Validate . argumentIsNotNull ( arg0 ) ; addFilter ( new PropertyFilter ( arg0 ) ) ; return this ; } |
16,326 | to be invoked only by the jackson json serializer . concode_field_sep String PERSIST_CONFIG concode_elem_sep String RELOAD_CONFIG concode_elem_sep boolean isInitialized concode_elem_sep Path persistDirPath concode_elem_sep Configuration conf concode_elem_sep String className concode_elem_sep String COMMIT_STATE_FILENAM... | long function ( ) { return VERSION ; } |
16,327 | generate a key based on the supplied values . concode_field_sep int width concode_elem_sep ConcurrentHashMap<String,Position> positions concode_elem_sep int height concode_field_sep void add concode_elem_sep void add concode_elem_sep Iterator<Position> iterator concode_elem_sep boolean contains concode_elem_sep void re... | String function ( int arg0 , int arg1 ) { return arg0 + "srini_string" + arg1 ; } |
16,328 | returns true if this connection has been idle for longer than keepalivedurationns . 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 So... | boolean function ( long arg0 ) { return getIdleStartTimeNs ( ) < System . nanoTime ( ) - arg0 ; } |
16,329 | utility method for quick access to an element and qualifier given the type id . concode_field_sep Context ourContext concode_elem_sep MetadataField field concode_field_sep void update concode_elem_sep int getID concode_elem_sep DCType[] findAll concode_elem_sep void delete concode_elem_sep DCType find concode_elem_sep ... | String [ ] function ( Context arg0 , int arg1 ) { MetadataField loc0 = MetadataField . find ( arg0 , arg1 ) ; String [ ] loc1 = new String [ 2 ] ; if ( loc0 == null ) { return loc1 ; } else { loc1 [ 0 ] = loc0 . getElement ( ) ; loc1 [ 1 ] = loc0 . getQualifier ( ) ; return loc1 ; } } |
16,330 | tests the reading of a parent package with content concode_field_sep PlaceHolder placeHolder concode_field_sep void testEmptyPackage concode_elem_sep void testGetClass concode_elem_sep void testFullPackage | void function ( ) { final Set < Class < ? >> loc0 = Classes . getClasses ( "srini_string" ) ; assertEquals ( loc0 . size ( ) , 0 ) ; loc0 . clear ( ) ; } |
16,331 | the list of user-supplied arguments . concode_field_sep com.amazonaws.internal.SdkInternalList<String> args concode_elem_sep String name concode_field_sep void setName concode_elem_sep String getName concode_elem_sep SupportedProductConfig withArgs concode_elem_sep SupportedProductConfig withArgs concode_elem_sep int h... | void function ( java . util . Collection < String > arg0 ) { if ( arg0 == null ) { this . args = null ; return ; } this . args = new com . amazonaws . internal . SdkInternalList < String > ( arg0 ) ; } |
16,332 | the action has been activated . the argument of the method represents the ` real ' action sitting in the workbench ui . concode_field_sep IWorkbenchWindow window concode_field_sep void init concode_elem_sep void selectionChanged concode_elem_sep void dispose | void function ( IAction arg0 ) { MergeRequirementWizard loc0 = new MergeRequirementWizard ( ) ; WizardDialog loc1 = new WizardDialog ( Display . getDefault ( ) . getActiveShell ( ) , loc0 ) ; loc1 . open ( ) ; } |
16,333 | unregisters the cookiespecfactory with the given id . concode_field_sep ConcurrentHashMap<String,CookieSpecFactory> registeredSpecs concode_field_sep CookieSpec getCookieSpec concode_elem_sep CookieSpec getCookieSpec concode_elem_sep CookieSpecProvider lookup concode_elem_sep void setItems concode_elem_sep List<String>... | void function ( final String arg0 ) { Args . notNull ( arg0 , "srini_string" ) ; registeredSpecs . remove ( arg0 . toLowerCase ( Locale . ENGLISH ) ) ; } |
16,334 | main concode_field_sep int solution concode_field_sep void print concode_elem_sep void solutionOne concode_elem_sep boolean isPrime | void function ( final String [ ] arg0 ) { solutionOne ( ) ; } |
16,335 | return eperson for log into context . concode_field_sep Map<String,EPerson> persons concode_elem_sep Logger log concode_elem_sep String TOKEN_HEADER concode_elem_sep Map<String,String> tokens concode_field_sep boolean logout concode_elem_sep String generateToken concode_elem_sep String login | EPerson function ( String arg0 ) { return persons . get ( arg0 ) ; } |
16,336 | returns an empty pcollectionlist that is part of the given pipeline . longer pcollectionlists can be created by calling #and on the result . concode_field_sep Pipeline pipeline concode_elem_sep List<PCollection<T>> pcollections concode_field_sep Collection<? extends PValue> expand concode_elem_sep List<PCollection<T>> ... | PCollectionList < T > function ( Pipeline arg0 ) { return new PCollectionList < > ( arg0 ) ; } |
16,337 | this method returns the value of a field as a string concode_field_sep Logger logger concode_elem_sep DateFormat dateFormat concode_elem_sep Node data concode_elem_sep String CONNECTIONS_DATE_FORMAT concode_elem_sep String xml concode_elem_sep NamespaceContext nameSpaceCtx concode_elem_sep long serialVersionUID concode... | String function ( FieldEntry arg0 ) { XPathExpression loc0 = ( XPathExpression ) arg0 . getPath ( ) ; return getFieldUsingXPath ( loc0 ) ; } |
16,338 | get builder for kafkareporter override if testing an extension of kafkareporter concode_field_sep PlaceHolder placeHolder concode_field_sep KafkaReporter.Builder<? extends KafkaReporter.Builder> getBuilderFromContext concode_elem_sep void expectMetricsWithValues concode_elem_sep void expectMetrics concode_elem_sep void... | KafkaReporter . Builder < ? extends KafkaReporter . Builder > function ( KafkaPusher arg0 ) { return KafkaReporter . BuilderFactory . newBuilder ( ) . withKafkaPusher ( arg0 ) ; } |
16,339 | writes the error to the specified printwriter . concode_field_sep boolean debug concode_elem_sep Object output concode_elem_sep Throwable base concode_field_sep void println concode_elem_sep void println concode_elem_sep void dispatch concode_elem_sep void stacktrace concode_elem_sep void report concode_elem_sep void r... | void function ( PrintWriter arg0 ) { this . output = arg0 ; dispatch ( base , false ) ; arg0 . flush ( ) ; } |
16,340 | avoid need to suppress warnings on string - > object cases . concode_field_sep List<String> excludeFileList concode_elem_sep List<String> excludePkgList concode_elem_sep List<InputSource> jaxbBindingFiles concode_elem_sep boolean packageNameChanged concode_elem_sep JavaModel javaModel concode_elem_sep Map<String,String... | T function ( String arg0 , Class < T > arg1 ) { return arg1 . cast ( get ( arg0 ) ) ; } |
16,341 | there is some ambiguity here . an absolute path is a slash relative name without a scheme or an authority . so either this method was incorrectly named or its implementation is incorrect . this method returns true even if there is a scheme and authority . concode_field_sep char SEPARATOR_CHAR concode_elem_sep Pattern h... | boolean function ( ) { return isUriPathAbsolute ( ) ; } |
16,342 | creates a bottom mapping . concode_field_sep Map<Variable,AliasLE> locs concode_elem_sep ITypeBinding outerType concode_elem_sep IVariableBinding var concode_elem_sep boolean frozen concode_elem_sep Map<ObjectLabel,Set<Variable>> refMap concode_field_sep void removeRef concode_elem_sep Set<Variable> getVariables concod... | AliasingLE function ( ) { return new AliasingLE ( null , null ) ; } |
16,343 | output the values separated by colons exactly as the parse method would like to see them . null values are output as the empty string . concode_field_sep String stringValue concode_elem_sep String groupId concode_elem_sep String scope concode_elem_sep String artifactId concode_elem_sep String type concode_elem_sep Stri... | String function ( ) { if ( stringValue == null ) { stringValue = String . format ( "srini_string" , defaultString ( groupId ) , defaultString ( artifactId ) , defaultString ( type ) , defaultString ( version ) , defaultString ( scope ) ) ; } return stringValue ; } |
16,344 | gets the session value of session for this instance of messageproducerresources . concode_field_sep Session session concode_elem_sep MessageProducer messageProducer concode_elem_sep TransactionCommitStrategy commitStrategy concode_field_sep MessageProducer getMessageProducer concode_elem_sep TransactionCommitStrategy g... | Session function ( ) { return session ; } |
16,345 | returns the thread used by this callback . concode_field_sep boolean running concode_elem_sep Object lifecycle concode_elem_sep Object spaceAvailable concode_elem_sep Object workAvailable concode_elem_sep ClientComms clientComms concode_elem_sep int INBOUND_QUEUE_SIZE concode_elem_sep Thread callbackThread concode_elem... | Thread function ( ) { return callbackThread ; } |
16,346 | string passwd concode_field_sep boolean mode concode_elem_sep String passwd concode_elem_sep int port concode_elem_sep String cpid concode_elem_sep int freenum concode_elem_sep int suspendtime concode_elem_sep String ftpip concode_elem_sep int maxsize concode_elem_sep String user concode_elem_sep int timeout concode_fi... | String function ( ) { return passwd ; } |
16,347 | create a multi-bool script param component . this is several checkboxs grouped in columns concode_field_sep PlaceHolder placeHolder concode_field_sep void installParamListener concode_elem_sep void installStringParamListener concode_elem_sep JCheckBox createBooleanParamComponent concode_elem_sep JXButton createToggleBu... | MultiboolPanel function ( MultiboolScriptParam arg0 ) { final MultiboolPanel loc0 = new MultiboolPanel ( arg0 ) ; loc0 . setEnabled ( arg0 . isEnabled ( ) ) ; loc0 . setVisible ( arg0 . getVisible ( ) ) ; installParamListener ( loc0 , arg0 ) ; return loc0 ; } |
16,348 | whether to base64-encode byte properties when reading andwriting json . when set to true , a custom com.google.gson.typeadapter will beregistered via gsonbuilder #registertypehierarchyadapter class , object which serializes a byte property to and from a base64-encoded stringinstead of a json array . note : use of this ... | void function ( boolean arg0 ) { this . base64EncodeByteArrays = arg0 ; } |
16,349 | set a floating point variable value by name . concode_field_sep List<ExpressionValue> variables concode_elem_sep long serialVersionUID concode_elem_sep Map<String,Integer> varMap concode_field_sep void defineVariable concode_elem_sep int size concode_elem_sep boolean variableExists concode_elem_sep String getVariableNa... | void function ( final String arg0 , final double arg1 ) { setVariable ( arg0 , new ExpressionValue ( arg1 ) ) ; } |
16,350 | set the value of the branchexpandedicon property . concode_field_sep String tooltip concode_elem_sep String branchExpandedIcon concode_elem_sep String icon concode_elem_sep DefaultMutableTreeNode wrapper concode_elem_sep long serialVersionUID concode_elem_sep boolean leaf concode_elem_sep String leafIcon concode_elem_s... | void function ( String arg0 ) { this . branchExpandedIcon = arg0 ; } |
16,351 | obtain a json string representation of the specified field . concode_field_sep StringBuilder sb concode_elem_sep boolean detailed concode_field_sep RecordWriter detailed concode_elem_sep String asDetailedString concode_elem_sep String asDetailedString concode_elem_sep String asDetailedString concode_elem_sep String asD... | String function ( Field arg0 ) { return new RecordWriter ( ) . append ( arg0 ) . toString ( ) ; } |
16,352 | sets the value of the bw property . concode_field_sep String layout concode_elem_sep Boolean showCaptions concode_elem_sep Boolean bw concode_elem_sep CTExtensionList extLst concode_elem_sep STPhotoAlbumFrameShape frame concode_field_sep String getLayout concode_elem_sep CTExtensionList getExtLst concode_elem_sep void ... | void function ( Boolean arg0 ) { this . bw = arg0 ; } |
16,353 | returns the icon width , which for this icon is 10 pixels . concode_field_sep PlaceHolder placeHolder concode_field_sep int getIconHeight concode_elem_sep void paintIcon | int function ( ) { return 10 ; } |
16,354 | no limit to number of attempts . true or false ? concode_field_sep String itemNumbering concode_elem_sep String submissionMessage concode_elem_sep java.util.Date dueDate concode_elem_sep java.util.Date feedbackDate concode_elem_sep boolean formatByAssessment concode_elem_sep boolean autoSave concode_elem_sep boolean un... | boolean function ( ) { return unlimitedAttempts ; } |
16,355 | set the current error message for this download . concode_field_sep String mUrl concode_elem_sep String mErrorMessage concode_elem_sep String mFileName concode_elem_sep DownloadRunnable mRunnable concode_elem_sep Notification mNotification concode_elem_sep int mProgress concode_elem_sep boolean mIsAborted concode_elem_... | void function ( String arg0 ) { mErrorMessage = arg0 ; } |
16,356 | get the value of the last header of the given name . the name is case-insensitive . concode_field_sep String REQUEST concode_elem_sep String DEFAULT_CHARSET concode_elem_sep String method concode_elem_sep String ACCEPT_ENCODING concode_elem_sep List<Map.Entry<String,String>> headers concode_elem_sep String CONTENT_ENCO... | String function ( String arg0 ) { String loc0 = null ; for ( Map . Entry < String , String > loc1 : headers ) { if ( equalsIgnoreCase ( arg0 , loc1 . getKey ( ) ) ) { loc0 = loc1 . getValue ( ) ; } } return loc0 ; } |
16,357 | parses a new xml schema document . note that if the inputsource does not have a system id , xsom will fail to resolve them . concode_field_sep EntityResolver entityResolver concode_elem_sep ErrorHandler userErrorHandler concode_elem_sep ParserContext context concode_elem_sep AnnotationParserFactory apFactory concode_fi... | void function ( InputSource arg0 ) { context . parse ( arg0 ) ; } |
16,358 | shut down the output side of this socket . subsequent writes will fail with an ioexception . concode_field_sep InetAddress address concode_elem_sep int port concode_elem_sep int localport concode_elem_sep FileDescriptor fd concode_field_sep InetAddress getInetAddress concode_elem_sep int getLocalPort concode_elem_sep i... | void function ( ) { throw new IOException ( "srini_string" ) ; } |
16,359 | returns the name of the protocol such as 0 in `` http/1 .0 '' . concode_field_sep AsciiString protocolName concode_elem_sep String HTTP_1_0_STRING concode_elem_sep HttpVersion HTTP_1_0 concode_elem_sep Pattern VERSION_PATTERN concode_elem_sep String HTTP_1_1_STRING concode_elem_sep boolean keepAliveDefault concode_elem... | int function ( ) { return minorVersion ; } |
16,360 | this method tests the specified object for equality with this object . the two objects will be considered equal if and only if all of the following conditions are met . the specified object is not null . the specified object is an instance of parseposition . the specified object has the same index and error index as th... | boolean function ( Object arg0 ) { if ( ! ( arg0 instanceof ParsePosition ) ) return false ; ParsePosition loc0 = ( ParsePosition ) arg0 ; return index == loc0 . index && error_index == loc0 . error_index ; } |
16,361 | converts an unsigned 32 bit integer , stored in a long , into an array of bytes . concode_field_sep int MAX_SIZE concode_field_sep long generateSsrc concode_elem_sep long bytesToUIntLong | byte [ ] function ( long arg0 ) { int loc0 = ( int ) arg0 ; byte [ ] loc1 = new byte [ 4 ] ; loc1 [ 0 ] = ( byte ) ( ( loc0 >>> 24 ) & 0x000000FF ) ; loc1 [ 1 ] = ( byte ) ( ( loc0 >> 16 ) & 0x000000FF ) ; loc1 [ 2 ] = ( byte ) ( ( loc0 >> 8 ) & 0x000000FF ) ; loc1 [ 3 ] = ( byte ) ( loc0 & 0x00FF ) ; return loc1 ; } |
16,362 | closes the csv file . concode_field_sep int nbrCols concode_elem_sep int nbrRows concode_elem_sep String newline concode_elem_sep OutputStreamWriter writer concode_field_sep void writeHeader concode_elem_sep String toCsvValue concode_elem_sep void doWriteData concode_elem_sep void writeData | void function ( ) { this . writer . close ( ) ; } |
16,363 | setter for property includefiles . concode_field_sep List<FileMatch> includeFiles concode_elem_sep String name concode_elem_sep String rootDirectory concode_elem_sep Action[] actions concode_elem_sep List<FileMatch> excludeFiles concode_field_sep void setName concode_elem_sep String getName concode_elem_sep void setAct... | void function ( FileMatch [ ] arg0 ) { synchronized ( this . includeFiles ) { this . includeFiles . clear ( ) ; if ( arg0 == null ) return ; this . includeFiles . addAll ( Arrays . asList ( arg0 ) ) ; } } |
16,364 | returns the value of the totalsize field - the total length of the structure is totalsize + 4 value of this field + size of this field . concode_field_sep short flags1 concode_elem_sep short unknown1 concode_elem_sep short flags3 concode_elem_sep String ISO1 concode_elem_sep short flags2 concode_elem_sep String fileNam... | int function ( ) { return totalSize ; } |
16,365 | test of sizes with time units . concode_field_sep double DOTS_PER_INCH concode_elem_sep double POINTS_PER_INCH concode_field_sep void testGetValue concode_elem_sep void testPoints concode_elem_sep void testAngles concode_elem_sep void testIsAbsolute concode_elem_sep void testPixels concode_elem_sep void testGetUnits co... | void function ( ) { double loc0 = 90 ; Size loc1 = new Size ( 90 , SizeUnits . S ) ; double loc2 = loc1 . pixels ( ) ; assertEquals ( "srini_string" , loc0 , loc2 , 0.01 ) ; loc1 = new Size ( 90 , SizeUnits . MS ) ; loc2 = loc1 . pixels ( ) ; assertEquals ( "srini_string" , loc0 , loc2 , 0.01 ) ; } |
16,366 | returns next hop ipv4 address . concode_field_sep short LENGTH concode_elem_sep int rawValue concode_elem_sep Logger log concode_elem_sep short TYPE concode_elem_sep short VALUE_LENGTH concode_field_sep PcepVersion getVersion concode_elem_sep NexthopIPv4addressTlv read concode_elem_sep short getType concode_elem_sep in... | int function ( ) { return rawValue ; } |
16,367 | sets the value of the href property . concode_field_sep String role concode_elem_sep String arcrole concode_elem_sep String show concode_elem_sep java.lang.Boolean owns concode_elem_sep String actuate concode_elem_sep List<String> nilReason concode_elem_sep String href concode_elem_sep String remoteSchema concode_elem_... | void function ( String arg0 ) { this . href = arg0 ; } |
16,368 | reset to new initial value concode_field_sep long lastValue concode_elem_sep long currValue concode_elem_sep int dataType concode_elem_sep HsqlName name concode_elem_sep long increment concode_elem_sep long startValue concode_field_sep long getValue concode_elem_sep long getValue concode_elem_sep HsqlName getName conco... | void function ( long arg0 ) { startValue = currValue = lastValue = arg0 ; } |
16,369 | returns the message that indicates the cause of this inferenceissue . concode_field_sep int severity concode_elem_sep String message concode_field_sep int getSeverity concode_elem_sep int hashCode concode_elem_sep boolean equals | String function ( ) { return message ; } |
16,370 | get the objectmanager . concode_field_sep ObjectManager objectManager concode_elem_sep char DIVIDER concode_elem_sep Log logger concode_elem_sep String componentName concode_field_sep String getComponentName concode_elem_sep void setLogger concode_elem_sep String generateID concode_elem_sep String generateID concode_el... | ObjectManager function ( ) { return this . objectManager ; } |
16,371 | removes given popupmessagehandler . concode_field_sep List<SystrayPopupMessageListener> earlyAddedListeners concode_elem_sep Logger logger concode_elem_sep PopupMessageHandler activePopupHandler concode_elem_sep BundleContext bundleContext concode_elem_sep Hashtable<String,PopupMessageHandler> popupHandlerSet concode_f... | void function ( PopupMessageHandler arg0 ) { popupHandlerSet . remove ( arg0 . getClass ( ) . getName ( ) ) ; } |
16,372 | handle the file list item selection . change the directory on the list or change the name of the saved file if the user selected a file . concode_field_sep OnHandleFileListener mOnHandleFileListener concode_elem_sep Button mNewFolderButton concode_elem_sep TextView mCurrentPathTextView concode_elem_sep SaveLoadClickLis... | void function ( final AdapterView < ? > arg0 , final int arg1 ) { final String loc0 = ( ( FileData ) arg0 . getItemAtPosition ( arg1 ) ) . getFileName ( ) ; final String loc1 = mCurrentLocation . getAbsolutePath ( ) + File . separator + loc0 ; changeDirectory ( loc1 ) ; } |
16,373 | deletes the e d department from the database . also notifies the appropriate model listeners . concode_field_sep EDDepartmentLocalService _edDepartmentLocalService concode_field_sep com.vportal.portlet.edirectory.model.EDDepartment getDepartmentByD_G concode_elem_sep void setWrappedService concode_elem_sep void setWrap... | void function ( com . vportal . portlet . edirectory . model . EDDepartment arg0 ) { _edDepartmentLocalService . deleteEDDepartment ( arg0 ) ; } |
16,374 | sets the startindex value for this baseratepage . 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_sep co... | void function ( java . lang . Integer arg0 ) { this . startIndex = arg0 ; } |
16,375 | check if this command can by executed by this user session . concode_field_sep PlaceHolder placeHolder concode_field_sep int getMaximalArgsCountNeeded concode_elem_sep CmdType getType concode_elem_sep int getMinimalArgsCountNeeded concode_elem_sep void execute | boolean function ( final Session arg0 ) { return true ; } |
16,376 | creates a block wrap setting of the specified type . the wrap created may be customized by the ` wrap first element ' flag . it affects a situation when there are multiple blocks that share the same wrap object . it determines if the first block should be wrapped when subsequent blocks exceeds right margin . example : ... | Wrap function ( final WrapType arg0 , final boolean arg1 ) { return myFactory . createWrap ( arg0 , arg1 ) ; } |
16,377 | the dataidmembermap is a map of the dataid tokens in the group conditions to the actual dataids used for the current member triggers . because most condition types have only one dataid the map will typically have 1 entry per condition . but because a condition could have multiple dataids e.g comparecondition has data1i... | void function ( Map < String , Map < String , String >> arg0 ) { this . dataIdMemberMap = arg0 ; } |
16,378 | return the nested map with the specified key or empty map if the specified map contains no mapping for the key . concode_field_sep Mode mode concode_elem_sep T properties concode_field_sep PropertySource<?> toPropertySource concode_elem_sep void postProcessContent concode_elem_sep void copyIfSet concode_elem_sep Proper... | Map < String , Object > function ( Map < String , Object > arg0 , String arg1 ) { Object loc0 = arg0 . get ( arg1 ) ; if ( loc0 == null ) { return Collections . emptyMap ( ) ; } return ( Map < String , Object > ) loc0 ; } |
16,379 | 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 ( ) ; } |
16,380 | gets the value of the startindex property . concode_field_sep Integer startIndex concode_elem_sep Integer totalResultSetSize concode_elem_sep List<WorkflowRequest> results concode_field_sep void setStartIndex concode_elem_sep void setTotalResultSetSize concode_elem_sep List<WorkflowRequest> getResults concode_elem_sep ... | Integer function ( ) { return startIndex ; } |
16,381 | checks whether the string contains only digit characters . null and empty string will return false . concode_field_sep PlaceHolder placeHolder concode_field_sep boolean isNumber | boolean function ( final String arg0 ) { if ( StringUtils . isEmpty ( arg0 ) ) { return false ; } for ( int loc0 = 0 ; loc0 < arg0 . length ( ) ; loc0 ++ ) { if ( ! Character . isDigit ( arg0 . charAt ( loc0 ) ) ) { return false ; } } return true ; } |
16,382 | fails a test with the given message . concode_field_sep PlaceHolder placeHolder concode_field_sep void assertNull concode_elem_sep void assertNull concode_elem_sep void assertTrue concode_elem_sep void assertTrue concode_elem_sep void assertNotNull concode_elem_sep void assertNotNull concode_elem_sep void failNotSame c... | void function ( String arg0 ) { throw new AssertionFailedError ( arg0 ) ; } |
16,383 | returns all class descriptions in this module concode_field_sep Map<String,InterceptorEnvironment> interceptorEnvironment concode_elem_sep String defaultSecurityDomain concode_elem_sep EEDefaultResourceJndiNames defaultResourceJndiNames concode_elem_sep Map<String,InterceptorClassDescription> interceptorClassOverrides ... | Collection < EEModuleClassDescription > function ( ) { return classDescriptions . values ( ) ; } |
16,384 | this function fills a rectangle with a vertical gradient . this implementation does not use the gradient mechanism based on background patterns since they do not work stable on all systems . concode_field_sep PlaceHolder placeHolder concode_field_sep void fillVerticalGradientRoundedRectangle concode_elem_sep Color mixC... | void function ( Graphics arg0 , Rectangle arg1 , Color arg2 , Color arg3 ) { arg0 . pushState ( ) ; arg0 . setForegroundColor ( arg3 ) ; arg0 . setBackgroundColor ( arg2 ) ; arg0 . fillGradient ( arg1 . x , arg1 . y , arg1 . width , arg1 . height , true ) ; arg0 . popState ( ) ; } |
16,385 | get custom serializer concode_field_sep java.lang.Object __equalsCalc concode_elem_sep org.apache.axis.description.TypeDesc typeDesc concode_elem_sep java.lang.Long targetingCampaignId concode_elem_sep boolean __hashCodeCalc concode_field_sep void setTargetingCampaignId concode_elem_sep org.apache.axis.description.Type... | 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 ) ; } |
16,386 | gets the statuscpe value for this elementoresetsipagent . concode_field_sep java.lang.String tipo concode_elem_sep java.lang.String macAddress concode_elem_sep java.lang.String serialNumber concode_elem_sep java.lang.Object __equalsCalc concode_elem_sep org.apache.axis.description.TypeDesc typeDesc concode_elem_sep boo... | java . lang . String function ( ) { return statusCPE ; } |
16,387 | check that a default instance returns empty error codes for an unknown database . concode_field_sep PlaceHolder placeHolder concode_field_sep void testDataSourceWithNullMetadata concode_elem_sep void testDB2RecognizedFromMetadata concode_elem_sep void testSQLServerRecognizedFromMetadata concode_elem_sep void assertIsOr... | void function ( ) { SQLErrorCodes loc0 = SQLErrorCodesFactory . getInstance ( ) . getErrorCodes ( "srini_string" ) ; assertTrue ( loc0 . getBadSqlGrammarCodes ( ) . length == 0 ) ; assertTrue ( loc0 . getDataIntegrityViolationCodes ( ) . length == 0 ) ; } |
16,388 | clears all earcons associated with this fragment concode_field_sep Bundle mNonSpeechParams concode_elem_sep Set<Integer> mEarcons concode_elem_sep Bundle mSpeechParams concode_elem_sep Set<Integer> mHaptics concode_elem_sep CharSequence mText concode_field_sep void addEarcon concode_elem_sep void setNonSpeechParams con... | void function ( ) { mEarcons . clear ( ) ; } |
16,389 | setter for endtime concode_field_sep Server server concode_elem_sep String identifier concode_elem_sep ScapActionDetails scapActionDetails concode_elem_sep Long comparableId concode_elem_sep XccdfProfile profile concode_elem_sep Date startTime concode_elem_sep Long id concode_elem_sep Date endTime concode_elem_sep Stri... | void function ( Date arg0 ) { this . endTime = arg0 ; } |
16,390 | verifica se um numero eh inteiro . concode_field_sep PlaceHolder placeHolder concode_field_sep int getMinValue concode_elem_sep void comparaInteiros concode_elem_sep Double strFormatToDouble concode_elem_sep int getMaxValue concode_elem_sep Double changeBigDecimalToDouble concode_elem_sep Integer convertToInteger conco... | boolean function ( final String arg0 ) { if ( arg0 == null ) { return false ; } boolean loc0 = false ; for ( int loc1 = 0 ; loc1 < arg0 . length ( ) ; loc1 ++ ) { final char loc2 = arg0 . charAt ( loc1 ) ; if ( loc1 == 0 && ( loc2 == '-' ) ) continue ; if ( ( loc2 >= '0' ) && ( loc2 <= '9' ) ) { loc0 = true ; continue ... |
16,391 | create a group of groups for use as an id concode_field_sep String sourceField concode_elem_sep String name concode_elem_sep Accumulator accumulator concode_field_sep Accumulator average concode_elem_sep Accumulator getAccumulator concode_elem_sep String getName concode_elem_sep Accumulator min concode_elem_sep Accumul... | List < Group > function ( final Group ... arg0 ) { return Arrays . asList ( arg0 ) ; } |
16,392 | retrieves the code . concode_field_sep EnumSet<Code> ATTRIBUTE_CODE_SET concode_elem_sep Code code concode_elem_sep String colHeader concode_elem_sep String colShort concode_elem_sep Map<String,Code> tag2code concode_elem_sep int maxCount concode_elem_sep SourceBuilder sourceBuilder concode_field_sep int getMaxCount co... | Code function ( ) { return this . code ; } |
16,393 | retrieves a possible spelling correction for the specified range of text . returns null if no correction can be found . the view is used to get the current locale and resources . concode_field_sep int TRIE_OFF concode_elem_sep char[] mTrie concode_elem_sep int INCREMENT concode_elem_sep Object sLock concode_elem_sep Lo... | String function ( CharSequence arg0 , final int arg1 , final int arg2 , View arg3 ) { return getInstance ( arg3 ) . lookup ( arg0 , arg1 , arg2 ) ; } |
16,394 | returns the actioncontext specific to the current thread . concode_field_sep String LOCALE concode_elem_sep String PARAMETERS concode_elem_sep String SESSION concode_elem_sep String ACTION_INVOCATION concode_elem_sep String VALUE_STACK concode_elem_sep ThreadLocal<ActionContext> actionContext concode_elem_sep String AC... | ActionContext function ( ) { return actionContext . get ( ) ; } |
16,395 | sets the tool tip text to show for the frame . this can form part of the tool tip for actions like the back and forward actions . concode_field_sep String name concode_elem_sep FrameList parent concode_elem_sep int index concode_elem_sep String toolTipText concode_field_sep void setName concode_elem_sep FrameList getPa... | void function ( String arg0 ) { this . toolTipText = arg0 ; } |
16,396 | returns true if thrown can be thrown by invoked without wrapping . concode_field_sep F factory concode_elem_sep Assisted DEFAULT_ANNOTATION concode_elem_sep Key<?> producedType concode_elem_sep Map<Method,List<Key<?>>> paramTypes concode_elem_sep Map<Method,Key<?>> returnTypesByMethod concode_elem_sep Injector injector... | boolean function ( Method arg0 , Throwable arg1 ) { if ( arg1 instanceof Error || arg1 instanceof RuntimeException ) { return true ; } for ( Class < ? > loc0 : arg0 . getExceptionTypes ( ) ) { if ( loc0 . isInstance ( arg1 ) ) { return true ; } } return false ; } |
16,397 | gets the c register number , as a nibble . this will throw if the value is out of the range of an unsigned nibble . concode_field_sep IndexType indexType concode_elem_sep InstructionCodec format concode_elem_sep int index concode_elem_sep int opcode concode_elem_sep int target concode_elem_sep long literal concode_fiel... | short function ( ) { int loc0 = getC ( ) ; if ( ( loc0 & ~ 0xf ) != 0 ) { throw new DexException ( "srini_string" + Hex . u8 ( loc0 ) ) ; } return ( short ) loc0 ; } |
16,398 | returns the value . concode_field_sep boolean readable concode_elem_sep boolean virtual concode_elem_sep Object defaultValue concode_elem_sep Number maxValue concode_elem_sep HmChannel channel concode_elem_sep String description concode_elem_sep boolean readOnly concode_elem_sep HmValueType type concode_elem_sep Object... | Object function ( ) { return value ; } |
16,399 | sets the number of entries expected to be in the zip file . this value should be set by reading the end of central directory record . see zip format section 4.4.22 concode_field_sep Charset charset concode_elem_sep long expectedEntries concode_elem_sep Map<String,ZipFileEntry> entries concode_elem_sep boolean maybeZip6... | void function ( long arg0 ) { this . expectedEntries = arg0 ; if ( expectedEntries > 0xffff ) { setZip64 ( true ) ; } } |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.