idx int64 0 100k | question stringlengths 68 7.19k | target stringlengths 20 663 |
|---|---|---|
4,400 | has no records . concode_field_sep ResultSetImpl owner concode_elem_sep ServerPreparedStatement prepStmt concode_elem_sep Field[] metadata concode_elem_sep boolean wasEmpty concode_elem_sep boolean lastRowFetched concode_elem_sep List<ResultSetRow> fetchedRows concode_elem_sep int BEFORE_START_OF_ROWS concode_elem_sep ... | boolean function ( ) { return this . isBeforeFirst ( ) && this . isAfterLast ( ) ; } |
4,401 | gets the value of the countrycode property . concode_field_sep String last4 concode_elem_sep String pdofid concode_elem_sep String countryCode concode_elem_sep String postalCode concode_elem_sep long serialVersionUID concode_elem_sep String type concode_elem_sep boolean isExpired concode_field_sep void setIsExpired con... | String function ( ) { return countryCode ; } |
4,402 | deletes the kaleo timer with the primary key from the database . also notifies the appropriate model listeners . concode_field_sep ServiceTracker<KaleoTimerLocalService,KaleoTimerLocalService> _serviceTracker concode_field_sep java.lang.String getOSGiServiceIdentifier concode_elem_sep com.liferay.portal.workflow.kaleo.... | com . liferay . portal . workflow . kaleo . model . KaleoTimer function ( long arg0 ) { return getService ( ) . deleteKaleoTimer ( arg0 ) ; } |
4,403 | get the entry valid at a specified date . concode_field_sep AbsoluteDate date concode_elem_sep NavigableSet<Transition<T>> data concode_elem_sep S before concode_elem_sep S after concode_field_sep SortedSet<Transition<T>> getTransitions concode_elem_sep S getAfter concode_elem_sep S getBefore concode_elem_sep void addV... | T function ( final AbsoluteDate arg0 ) { final Transition < T > loc0 = data . floor ( new Transition < T > ( arg0 , null , null ) ) ; if ( loc0 == null ) { return data . first ( ) . getBefore ( ) ; } else { return loc0 . getAfter ( ) ; } } |
4,404 | gets the polygon object that represents the time zone on the image map . concode_field_sep Polygon mapPolygon concode_elem_sep String id concode_elem_sep String mapCommandButtonId concode_field_sep boolean isRelevantComponentId concode_elem_sep String getId concode_elem_sep String getMapCommandButtonId | Polygon function ( ) { return mapPolygon ; } |
4,405 | get client id concode_field_sep String clientId concode_elem_sep String authorizeURI concode_elem_sep Set<String> scopes concode_elem_sep String state concode_field_sep String getAuthorizeURI concode_elem_sep void setScopes concode_elem_sep String getState concode_elem_sep void setAuthorizeURI concode_elem_sep void set... | String function ( ) { return clientId ; } |
4,406 | generates a simple exemplar of this class to test serialization . concode_field_sep long serialVersionUID concode_elem_sep double[] p concode_field_sep double nextRandom concode_elem_sep String getParameterName concode_elem_sep String getName concode_elem_sep void setParameter concode_elem_sep String toString concode_e... | Discrete function ( ) { return new Discrete ( .1 , .4 , .9 ) ; } |
4,407 | returns the httpservletrequest this object is based on . concode_field_sep HttpHeaders headers concode_elem_sep String FORM_CHARSET concode_elem_sep HttpServletRequest servletRequest concode_elem_sep ServerHttpAsyncRequestControl asyncRequestControl concode_elem_sep String FORM_CONTENT_TYPE concode_field_sep ServerHttp... | HttpServletRequest function ( ) { return this . servletRequest ; } |
4,408 | transforms a given geographical point into the rotated coordinate system . concode_field_sep double a11 concode_elem_sep double a22 concode_elem_sep double a33 concode_elem_sep double a21 concode_elem_sep double a32 concode_elem_sep double a13 concode_elem_sep double a12 concode_elem_sep double a23 concode_elem_sep dou... | void function ( Point2D arg0 ) { final double [ ] loc0 = new double [ ] { arg0 . getX ( ) } ; final double [ ] loc1 = new double [ ] { arg0 . getY ( ) } ; transform ( loc0 , loc1 ) ; arg0 . setLocation ( loc0 [ 0 ] , loc1 [ 0 ] ) ; } |
4,409 | returns the query . concode_field_sep StringBuilder query concode_elem_sep int binaryDataSize concode_elem_sep List<byte[]> list concode_field_sep int byteSize concode_elem_sep int size concode_elem_sep String toString concode_elem_sep void addBinaryData concode_elem_sep void append concode_elem_sep byte[] getBinaryDat... | String function ( ) { return query . toString ( ) ; } |
4,410 | adds a context type to the registry . if there already is a context type with the same id registered , it is replaced . concode_field_sep Map fContextTypes concode_field_sep Iterator contextTypes concode_elem_sep TemplateContextType getContextType | void function ( TemplateContextType arg0 ) { fContextTypes . put ( arg0 . getId ( ) , arg0 ) ; } |
4,411 | gets the progress completed message . if the completedmessageenabled attribute is set to false an empty string is returned . this ensure that the component will use its default completed message instead of the last entered custom message . concode_field_sep boolean progressMessageEnabled concode_elem_sep boolean interm... | String function ( ) { if ( completedMessageEnabled ) { return completedMessage ; } else { return "srini_string" ; } } |
4,412 | creates a classloader that can be used to load resources from theworkspace . concode_field_sep boolean resolveSimpleProjectReferences concode_field_sep File getFileSystemFile concode_elem_sep void addJavaClasspathEntries concode_elem_sep void addClasspathEntries concode_elem_sep URL[] convertClassPath concode_elem_sep ... | ClassLoader function ( IProject arg0 , ClassLoader arg1 ) { final List < URL > loc0 = Lists . newArrayList ( ) ; addClasspathEntries ( arg0 , loc0 ) ; return URLClassLoader . newInstance ( loc0 . toArray ( new URL [ loc0 . size ( ) ] ) , arg1 ) ; } |
4,413 | close this serial device concode_field_sep String pattern concode_elem_sep boolean base64 concode_elem_sep InputStream inputStream concode_elem_sep CommPortIdentifier portId concode_elem_sep Class<?> type concode_elem_sep int baud concode_elem_sep String port concode_elem_sep Map<String,ItemType> configMap concode_elem... | void function ( ) { serialPort . removeEventListener ( ) ; IOUtils . closeQuietly ( inputStream ) ; IOUtils . closeQuietly ( outputStream ) ; serialPort . close ( ) ; } |
4,414 | sets the value of the attributeselector property . concode_field_sep AttributeValueType attributeValue concode_elem_sep AttributeSelectorType attributeSelector concode_elem_sep AttributeDesignatorType attributeDesignator concode_elem_sep String matchId concode_field_sep String getMatchId concode_elem_sep AttributeValue... | void function ( AttributeSelectorType arg0 ) { this . attributeSelector = arg0 ; } |
4,415 | method that sets the current ticket as a null concode_field_sep int imageable_width concode_elem_sep Component parent concode_elem_sep String m_sName concode_elem_sep int imageable_x concode_elem_sep int imageable_y concode_elem_sep BasicTicket m_ticketcurrent concode_elem_sep HashMap<String,MediaSizeName> mediasizenam... | void function ( ) { m_ticketcurrent = null ; } |
4,416 | returns the user uuid of this definition . concode_field_sep Definition _definition 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_se... | java . lang . String function ( ) { return _definition . getUserUuid ( ) ; } |
4,417 | gets an asn .1 reader whose source is the provided byte array and having an unlimited maximum ber element size . concode_field_sep PlaceHolder placeHolder concode_field_sep ASN1Writer getWriter concode_elem_sep ASN1Writer getWriter concode_elem_sep ASN1Writer getWriter concode_elem_sep ASN1Writer getWriter | ASN1Reader function ( byte [ ] arg0 ) { return getReader ( arg0 , 0 ) ; } |
4,418 | get the method containing the call site . concode_field_sep Method method concode_elem_sep Location location concode_field_sep Location getLocation concode_elem_sep BasicBlock getBasicBlock concode_elem_sep int hashCode concode_elem_sep InstructionHandle getHandle concode_elem_sep boolean equals | Method function ( ) { return method ; } |
4,419 | gets structured selection . concode_field_sep IStructuredSelection structuredSelection concode_field_sep void selectionChanged | IStructuredSelection function ( ) { return structuredSelection ; } |
4,420 | set the space between points . concode_field_sep int numPoints concode_elem_sep double axis1Origin concode_elem_sep int variableAxis concode_elem_sep double spacing concode_elem_sep double axis0Origin concode_elem_sep AxisDirection ordinate0AxisDirection concode_elem_sep int dimension concode_field_sep double getOrdina... | LinearCoordinateSequence function ( final double arg0 ) { this . spacing = arg0 ; return this ; } |
4,421 | replace the default testcontext concode_field_sep long EXTENDED_TIMEOUT concode_elem_sep WebDriver driver concode_elem_sep TestContext context concode_elem_sep long DEFAULT_TIMEOUT concode_field_sep void waitAndAssertFor concode_elem_sep void selectFrom concode_elem_sep void assertSelected concode_elem_sep void waitAnd... | void function ( TestContext arg0 ) { this . context = arg0 ; } |
4,422 | create new instance concode_field_sep List<String> whereItems concode_field_sep WhereBuilder or concode_elem_sep void appendCondition concode_elem_sep WhereBuilder and concode_elem_sep WhereBuilder expr concode_elem_sep WhereBuilder expr concode_elem_sep String toString concode_elem_sep int getWhereItemSize | WhereBuilder function ( String arg0 , String arg1 , Object arg2 ) { WhereBuilder loc0 = new WhereBuilder ( ) ; loc0 . appendCondition ( null , arg0 , arg1 , arg2 ) ; return loc0 ; } |
4,423 | returns true if active scanning should be performed . concode_field_sep String KEY_SELECTOR concode_elem_sep Bundle mBundle concode_elem_sep String KEY_ACTIVE_SCAN concode_elem_sep MediaRouteSelector mSelector concode_field_sep MediaRouteSelector getSelector concode_elem_sep int hashCode concode_elem_sep Bundle asBundl... | boolean function ( ) { return mBundle . getBoolean ( KEY_ACTIVE_SCAN ) ; } |
4,424 | get the fixed-rate tasks as an unmodifiable list of intervaltask objects . concode_field_sep List<CronTask> cronTasks concode_elem_sep List<TriggerTask> triggerTasks concode_elem_sep Set<ScheduledFuture<?>> scheduledFutures concode_elem_sep List<IntervalTask> fixedRateTasks concode_elem_sep TaskScheduler taskScheduler ... | List < IntervalTask > function ( ) { return Collections . unmodifiableList ( this . fixedRateTasks ) ; } |
4,425 | creates an applesource given a sourcepath , flags pair . concode_field_sep Pair<String,ImmutableList<AppleSource>> sourceGroup concode_elem_sep Pair<SourcePath,String> sourcePathWithFlags concode_elem_sep Type type concode_elem_sep SourcePath sourcePath concode_field_sep Pair<SourcePath,String> getSourcePathWithFlags c... | AppleSource function ( Pair < SourcePath , String > arg0 ) { return new AppleSource ( Type . SOURCE_PATH_WITH_FLAGS , null , arg0 , null ) ; } |
4,426 | gets the default database synchronization mode when wal is not in use . concode_field_sep Object sLock concode_elem_sep int sDefaultPageSize concode_elem_sep String TAG concode_field_sep int nativeReleaseMemory concode_elem_sep String getDefaultJournalMode concode_elem_sep int getJournalSizeLimit concode_elem_sep Strin... | String function ( ) { return SystemProperties . get ( "srini_string" , Resources . getSystem ( ) . getString ( com . android . internal . R . string . db_default_sync_mode ) ) ; } |
4,427 | make the canvas ' context current . it is highly recommended that the context is only made current inside the awt thread for example in an overridden paintgl . concode_field_sep Cursor cursor concode_elem_sep AWTGLCanvas canvas concode_elem_sep Map<String,Preferences> preferences concode_elem_sep List<Runnable> execute... | void function ( ) { try { canvas . makeCurrent ( ) ; setGlobals ( ) ; } catch ( LWJGLException loc1 ) { throw new GdxRuntimeException ( loc1 ) ; } } |
4,428 | finds the itemholderinfo for the given viewholder in postlayout list and removes it . concode_field_sep int FLAG_DISAPPEARED concode_elem_sep LongSparseArray<ViewHolder> mOldChangedHolders concode_elem_sep Pools.Pool<InfoRecord> sPool concode_elem_sep ItemHolderInfo preInfo concode_elem_sep int flags concode_elem_sep b... | ItemHolderInfo function ( ViewHolder arg0 ) { return popFromLayoutStep ( arg0 , FLAG_POST ) ; } |
4,429 | the name of the domainname resource . concode_field_sep java.util.Date certificateUploadDate concode_elem_sep String distributionDomainName concode_elem_sep String domainName concode_elem_sep String certificateName concode_field_sep String getCertificateName concode_elem_sep void setCertificateName concode_elem_sep Str... | void function ( String arg0 ) { this . domainName = arg0 ; } |
4,430 | string wrapper for method setroleschemavaluepattern pattern use the x ? pattern constructs to set options . concode_field_sep boolean roleSchemaViaCredential concode_elem_sep char[] p concode_elem_sep Pattern roleSchemaValuePattern concode_elem_sep String u concode_elem_sep String applicationKey concode_elem_sep boolea... | void function ( String arg0 ) { setRoleSchemaValuePattern ( Pattern . compile ( arg0 ) ) ; } |
4,431 | return the total number of elements pumped by this pump . concode_field_sep Handler<T> dataHandler concode_elem_sep WriteStream<T> writeStream concode_elem_sep Handler<Void> drainHandler concode_elem_sep int pumped concode_elem_sep ReadStream<T> readStream concode_field_sep PumpImpl stop concode_elem_sep void incPumped... | int function ( ) { return pumped ; } |
4,432 | gets the status itself . concode_field_sep String description concode_elem_sep ThingStatusDetail statusDetail concode_elem_sep ThingStatus status concode_field_sep ThingStatusDetail getStatusDetail concode_elem_sep int hashCode concode_elem_sep boolean equals concode_elem_sep String toString concode_elem_sep String get... | ThingStatus function ( ) { return status ; } |
4,433 | gets the minimum selectable date . concode_field_sep DateUtil dateUtil concode_field_sep String getSpecialTooltip concode_elem_sep boolean isSpecial concode_elem_sep Color getInvalidForegroundColor concode_elem_sep Date getMaxSelectableDate concode_elem_sep boolean isInvalid concode_elem_sep Date setMinSelectableDate c... | Date function ( ) { return dateUtil . getMinSelectableDate ( ) ; } |
4,434 | set the list of mediatype objects supported by this converter . concode_field_sep List<MediaType> supportedMediaTypes concode_elem_sep Log logger concode_elem_sep Charset defaultCharset concode_field_sep void setDefaultCharset concode_elem_sep T read concode_elem_sep boolean canRead concode_elem_sep boolean canRead con... | void function ( List < MediaType > arg0 ) { Assert . notEmpty ( arg0 , "srini_string" ) ; this . supportedMediaTypes = new ArrayList < > ( arg0 ) ; } |
4,435 | set up the scengine instance with the given statechart file . concode_field_sep StringBuffer inputHistory concode_elem_sep StatechartSimulator engine concode_elem_sep AssertionError simulationError concode_elem_sep String message2 concode_elem_sep String message concode_elem_sep StringBuffer eventHistory concode_elem_s... | void function ( final String arg0 ) { engine = new StatechartSimulator ( ) ; engine . addEventListener ( this ) ; engine . setSimulationParameters ( getDefaultParameterSet ( arg0 ) ) ; engine . initializeEngine ( ) ; } |
4,436 | event handler for the south border . concode_field_sep boolean renderNorth concode_elem_sep boolean renderEast concode_elem_sep boolean renderSouth concode_elem_sep boolean renderWest concode_elem_sep boolean renderCenter concode_field_sep boolean isRenderNorth concode_elem_sep boolean isRenderCenter concode_elem_sep v... | void function ( ValueChangeEvent arg0 ) { setRenderSouth ( ( ( Boolean ) arg0 . getNewValue ( ) ) . booleanValue ( ) ) ; } |
4,437 | returns the state object stored in the current node . concode_field_sep Node next concode_elem_sep Node leftChild concode_elem_sep Node previous concode_elem_sep Node rightChild concode_elem_sep State value concode_field_sep Node getPrevious concode_elem_sep void setLeftChild concode_elem_sep void setNext concode_elem_... | State function ( ) { return value ; } |
4,438 | gets the end point of the transition , a float between 0.0 and 1.0 . defaults to 1.0 . concode_field_sep boolean fired concode_elem_sep boolean submit concode_elem_sep boolean queued concode_elem_sep float fps concode_elem_sep boolean sync concode_elem_sep int sequenceId concode_elem_sep float duration concode_elem_sep... | float function ( ) { return to ; } |
4,439 | the default implementation only creates a new default project . clients may override if they want to contribute generatorspecific project setup concode_field_sep String SCT_GENERATOR_CONSOLE concode_elem_sep MessageConsoleStream error concode_elem_sep String SEXEC_FILE_EXTENSION concode_elem_sep MessageConsoleStream in... | void function ( IProject arg0 , GeneratorEntry arg1 ) { try { NullProgressMonitor loc0 = new NullProgressMonitor ( ) ; arg0 . create ( loc0 ) ; arg0 . open ( loc0 ) ; } catch ( CoreException loc0 ) { loc0 . printStackTrace ( ) ; } } |
4,440 | set a field with the specified value . if the field is not found , it is added . if the field is found , the existing values are replaced . concode_field_sep int responseCode concode_elem_sep String statusLine concode_elem_sep int httpMinorVersion concode_elem_sep String requestLine concode_elem_sep List<String> namesA... | void function ( String arg0 , String arg1 ) { removeAll ( arg0 ) ; add ( arg0 , arg1 ) ; } |
4,441 | method to write a grid3d to raw disk space . concode_field_sep PlaceHolder placeHolder concode_field_sep FileInfo getDefaultFloat32BigEndianFileInfo concode_elem_sep FileInfo getDefaultFloat32BigEndianFileInfo concode_elem_sep FileInfo getDefaultFloat32BigEndianFileInfo concode_elem_sep FileInfo getDefaultFloat32BigEnd... | void function ( Grid3D arg0 , FileInfo arg1 , OutputStream arg2 ) { arg1 . nImages = 1 ; for ( int loc0 = 0 ; loc0 < arg0 . getBuffer ( ) . size ( ) ; loc0 ++ ) { saveRawDataGrid ( arg0 . getBuffer ( ) . get ( loc0 ) , arg1 , arg2 ) ; } arg1 . nImages = arg0 . getSize ( ) [ 2 ] ; } |
4,442 | set whether the progress bar is active . concode_field_sep OutputProgress progressBar concode_elem_sep int percent concode_elem_sep PersistentFacesState state concode_elem_sep OutputProgressRenderBean outputBean concode_elem_sep RenderManager renderManager concode_elem_sep boolean disableStartButton concode_elem_sep Pe... | void function ( boolean arg0 ) { disableStartButton = arg0 ; } |
4,443 | deletes the sync device from the database . also notifies the appropriate model listeners . concode_field_sep SyncDeviceLocalService _syncDeviceLocalService concode_field_sep java.lang.String getOSGiServiceIdentifier concode_elem_sep com.liferay.sync.model.SyncDevice getSyncDeviceByUuidAndCompanyId concode_elem_sep com... | com . liferay . sync . model . SyncDevice function ( com . liferay . sync . model . SyncDevice arg0 ) { return _syncDeviceLocalService . deleteSyncDevice ( arg0 ) ; } |
4,444 | called by the system when the device configuration changes while your activity is running . concode_field_sep CordovaPreferences preferences concode_elem_sep CordovaInterface cordova concode_elem_sep CordovaWebView webView concode_elem_sep String serviceName concode_field_sep boolean onReceivedClientCertRequest concode... | void function ( Configuration arg0 ) { } |
4,445 | the number of successful lookups in the cache . concode_field_sep long cacheCount concode_elem_sep long hitCount concode_elem_sep long cacheSize concode_elem_sep XContentBuilderString CACHE_SIZE concode_elem_sep XContentBuilderString EVICTIONS concode_elem_sep XContentBuilderString HIT_COUNT concode_elem_sep XContentBu... | long function ( ) { return hitCount ; } |
4,446 | get the last submission for a student per assessment concode_field_sep Logger log concode_field_sep List getTotalScores concode_elem_sep Map getItemScores concode_elem_sep MediaData getMedia concode_elem_sep ItemGradingData getLastItemGradingByAgent concode_elem_sep void saveOrUpdateAssessmentGrading concode_elem_sep M... | Map function ( String arg0 , String arg1 , Integer arg2 ) { try { GradingService loc0 = new GradingService ( ) ; return loc0 . getSubmitData ( arg0 , arg1 , arg2 , null ) ; } catch ( Exception loc0 ) { throw new GradingServiceException ( loc0 ) ; } } |
4,447 | equals to resultset.isafterlast . concode_field_sep PlaceHolder placeHolder concode_field_sep boolean next concode_elem_sep boolean previous concode_elem_sep boolean last concode_elem_sep boolean isLast concode_elem_sep boolean isExpressionsFromThisRowSource concode_elem_sep void setRowPosition concode_elem_sep void be... | boolean function ( ) { throw SmallSQLException . create ( Language . RSET_FWDONLY ) ; } |
4,448 | is following with empty user concode_field_sep GitHubResponse response concode_elem_sep UserService service concode_elem_sep GitHubClient client concode_field_sep void getCurrentUser concode_elem_sep void editKey concode_elem_sep void before concode_elem_sep void addEmailNullEmails concode_elem_sep void getUser concode... | void function ( ) { service . isFollowing ( "srini_string" ) ; } |
4,449 | set repository concode_field_sep JAXBDispatcher _jaxbDispatcher concode_elem_sep HashMap<String,Object> _templateAndMatrixParameterValues concode_elem_sep DSDispatcher _dsDispatcher concode_elem_sep JAXBContext _jc concode_elem_sep UriBuilder _uriBuilder concode_field_sep org.jetbrains.idea.maven.services.nexus.Reposit... | void function ( String arg0 ) { _templateAndMatrixParameterValues . put ( "srini_string" , arg0 ) ; } |
4,450 | returns information about the continuation of the animation . concode_field_sep boolean running concode_elem_sep biuoop.KeyboardSensor keyboard concode_elem_sep GameEnvironment environment concode_elem_sep Counter ballsCounter concode_elem_sep LevelInformation level concode_elem_sep AnimationRunner runner concode_elem_... | boolean function ( ) { return ! this . running ; } |
4,451 | gets the value of the jr property . this accessor method returns a reference to the live list , not a snapshot . therefore any modification you make to the returned list will be present inside the jaxb object . this is why there is not a set method for the jr property . for example , to add a new item , do as follows :... | List < Jr > function ( ) { if ( jr == null ) { jr = new ArrayList < Jr > ( ) ; } return this . jr ; } |
4,452 | prompts for the keys directory concode_field_sep File initialDirectory concode_elem_sep ResourceBundle resources concode_field_sep File getUserHome concode_elem_sep File getDirectory concode_elem_sep File getDirectory concode_elem_sep File promptEncryptedBallotsFile | File function ( ) { return getDirectory ( resources . getString ( "srini_string" ) ) ; } |
4,453 | returns the result of interpreting the object as an instance of ` person ' . this implementation returns null ; returning a non-null result will terminate the switch . concode_field_sep SecondaryPackage modelPackage concode_field_sep T doSwitch concode_elem_sep T doSwitch concode_elem_sep T doSwitch concode_elem_sep T ... | T function ( Person arg0 ) { return null ; } |
4,454 | the standard unit used for the datapoint . concode_field_sep Double sampleCount concode_elem_sep Double average concode_elem_sep String unit concode_elem_sep Double maximum concode_elem_sep Double sum concode_elem_sep Double minimum concode_elem_sep java.util.Date timestamp concode_field_sep void setAverage concode_ele... | String function ( ) { return this . unit ; } |
4,455 | extract the green component from a color integer . concode_field_sep Animation background concode_elem_sep int BLACK concode_elem_sep long programStartTime concode_elem_sep int g_fade concode_field_sep void setBg concode_elem_sep void setDimness concode_elem_sep void setColor concode_elem_sep int getRed concode_elem_se... | int function ( int arg0 ) { return ( arg0 >> 8 ) & 0x000000FF ; } |
4,456 | the client key passphrase concode_field_sep int poolSize concode_elem_sep String caCertData concode_elem_sep String resourceName concode_elem_sep String portName concode_elem_sep String oauthToken concode_elem_sep String clientKeyAlgo concode_elem_sep String clientCertFile concode_elem_sep String dnsDomain concode_elem... | String function ( ) { return clientKeyPassphrase ; } |
4,457 | gets the tosubsidiary value for this consolidatedexchangeratefilter . concode_field_sep com.netsuite.webservices.platform.core_2014_2.RecordRef period concode_elem_sep com.netsuite.webservices.platform.core_2014_2.RecordRef fromSubsidiary concode_elem_sep com.netsuite.webservices.platform.core_2014_2.RecordRef toSubsid... | com . netsuite . webservices . platform . core_2014_2 . RecordRef function ( ) { return toSubsidiary ; } |
4,458 | ensures that the capacity is at least equal to the specified minimum . if the current capacity is less than the argument , then a new internal array is allocated with greater capacity . if the required argument is non-positive , this method takes no action . concode_field_sep int len concode_elem_sep byte[] buffer conc... | void function ( int arg0 ) { if ( arg0 <= 0 ) { return ; } int loc0 = this . buffer . length - this . len ; if ( arg0 > loc0 ) { expand ( this . len + arg0 ) ; } } |
4,459 | gets the value of the activitysteptemplateobjectid property . concode_field_sep Integer sequenceNumber concode_elem_sep Date lastUpdateDate concode_elem_sep List<UDFAssignmentType> udf concode_elem_sep String name concode_elem_sep Integer activityStepTemplateObjectId concode_elem_sep String description concode_elem_sep... | Integer function ( ) { return activityStepTemplateObjectId ; } |
4,460 | sets the value of the controlid property . concode_field_sep String startDateTime concode_elem_sep String lastModifiedDateTime concode_elem_sep ExperimentServingStatus servingStatus concode_elem_sep Long campaignId concode_elem_sep String name concode_elem_sep Long id concode_elem_sep Long controlId concode_elem_sep St... | void function ( Long arg0 ) { this . controlId = arg0 ; } |
4,461 | returns the role with the primary key . concode_field_sep Log _log concode_field_sep com.liferay.portal.kernel.model.RoleSoap[] getUserRelatedRoles concode_elem_sep com.liferay.portal.kernel.model.RoleSoap updateRole concode_elem_sep void unsetUserRoles concode_elem_sep boolean hasUserRole concode_elem_sep com.liferay.... | com . liferay . portal . kernel . model . RoleSoap function ( long arg0 ) { try { com . liferay . portal . kernel . model . Role loc0 = RoleServiceUtil . getRole ( arg0 ) ; return com . liferay . portal . kernel . model . RoleSoap . toSoapModel ( loc0 ) ; } catch ( Exception loc0 ) { _log . error ( loc0 , loc0 ) ; thro... |
4,462 | handle an operator concode_field_sep Operator currentOp concode_elem_sep DataType<?> currentType concode_elem_sep String query concode_elem_sep IAccessor<T> accessor concode_elem_sep SelectorBuilder<T> selector concode_elem_sep String currentField concode_field_sep void check concode_elem_sep void less concode_elem_sep... | void function ( int arg0 , int arg1 ) { checkCurrent ( ) ; selector . or ( ) ; } |
4,463 | the normal way to write file data as opposed to header data or padding using this class . concode_field_sep int DEFAULT_BLOCKS_PER_RECORD concode_elem_sep int DEFAULT_COMPRESSION concode_elem_sep byte[] ZERO_BLOCK concode_elem_sep OutputStream writeStream concode_elem_sep boolean debug concode_elem_sep int NO_COMPRESSI... | void function ( int arg0 ) { write ( writeBuffer , arg0 ) ; } |
4,464 | sets the city . concode_field_sep List<String> continent concode_elem_sep List<String> area concode_elem_sep List<String> country concode_elem_sep List<String> citySection concode_elem_sep List<String> province concode_elem_sep List<String> city concode_elem_sep List<String> island concode_elem_sep List<String> extrate... | void function ( List < String > arg0 ) { this . city = arg0 ; } |
4,465 | runs the configured closure of this job concode_field_sep Timer timer concode_elem_sep Runnable procedure concode_elem_sep Logger logger concode_field_sep void setProcedure concode_elem_sep void setTimer | void function ( JobExecutionContext arg0 ) { logger . debug ( "srini_string" , arg0 . getJobDetail ( ) . getKey ( ) . toString ( ) ) ; if ( procedure != null ) { procedure . run ( ) ; } timer . setTerminated ( true ) ; } |
4,466 | get custom deserializer concode_field_sep double cost concode_elem_sep msnydera.swe645.service.ejb.Airport departureAirport concode_elem_sep int availableSeats concode_elem_sep msnydera.swe645.service.ejb.Airplane airplane concode_elem_sep java.lang.Object __equalsCalc concode_elem_sep boolean __hashCodeCalc concode_el... | 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 ) ; } |
4,467 | gets the bucket columns . concode_field_sep StorageDescriptor sd concode_elem_sep int lastAccessTime concode_elem_sep int createTime concode_elem_sep List<HCatFieldSchema> columns concode_elem_sep List<String> values concode_elem_sep String dbName concode_elem_sep HCatTable hcatTable concode_elem_sep Map<String,String>... | List < String > function ( ) { return this . sd . getBucketCols ( ) ; } |
4,468 | deserializes the specified byte array to an object instance . concode_field_sep PlaceHolder placeHolder concode_field_sep byte[] serialize concode_elem_sep int readLine | Serializable function ( byte [ ] arg0 ) { HsqlByteArrayInputStream loc0 = new HsqlByteArrayInputStream ( arg0 ) ; ObjectInputStream loc1 = new ObjectInputStream ( loc0 ) ; return ( Serializable ) loc1 . readObject ( ) ; } |
4,469 | parse the expected and actual strings as json and assert the two are `` not similar '' - i.e. they contain different attribute-value pairs regardless of formatting with a lenient checking extensible , and non-strict array ordering . concode_field_sep PlaceHolder placeHolder concode_field_sep void assertJsonEqual concod... | void function ( String arg0 , String arg1 ) { assertJsonNotEqual ( arg0 , arg1 , false ) ; } |
4,470 | has this effect been fired . only effects that have not been fired are sent to the browser concode_field_sep boolean fired concode_elem_sep boolean submit concode_elem_sep boolean queued concode_elem_sep float fps concode_elem_sep boolean sync concode_elem_sep int sequenceId concode_elem_sep float duration concode_elem... | boolean function ( ) { return fired ; } |
4,471 | return an identifying description for this cache operation . returned value is produced by calling builder #getoperationdescription during object construction . this method is used in #hashcode and #equals . concode_field_sep Set<String> cacheNames concode_elem_sep String key concode_elem_sep Set<String> cacheNames con... | String function ( ) { return this . toString ; } |
4,472 | sets the value of the returnval property . concode_field_sep ManagedObjectReference returnval concode_field_sep ManagedObjectReference getReturnval | void function ( ManagedObjectReference arg0 ) { this . returnval = arg0 ; } |
4,473 | utility method that cleans up the statement and connection . concode_field_sep Logger LOG concode_field_sep placeholderType placeHolder | void function ( Statement arg0 , Connection arg1 ) { cleanup ( arg0 ) ; if ( arg1 != null ) { DatabaseManager . freeConnection ( arg1 ) ; } } |
4,474 | gets the value of the leader property . concode_field_sep LeaderFieldType leader concode_elem_sep List<DataFieldType> datafield concode_elem_sep String id concode_elem_sep List<ControlFieldType> controlfield concode_elem_sep RecordTypeType type concode_field_sep List<ControlFieldType> getControlfield concode_elem_sep R... | LeaderFieldType function ( ) { return leader ; } |
4,475 | method declaration concode_field_sep User uPublic concode_elem_sep String sName concode_elem_sep Hashtable hRight concode_elem_sep boolean bAdministrator concode_elem_sep String sPassword concode_field_sep void setPassword concode_elem_sep String getPassword concode_elem_sep String getName concode_elem_sep void checkPa... | Hashtable function ( ) { return hRight ; } |
4,476 | distance between two locations , including direction of the change positive/negative . when given two values on opposite ends of the keyspace , it will return +0.5 . the behaviour is undefined for invalid locations . concode_field_sep double LOCATION_INVALID concode_field_sep double getLocation concode_elem_sep double ... | double function ( double arg0 , double arg1 ) { double loc0 = arg1 - arg0 ; if ( loc0 > 0.5 ) { return loc0 - 1.0 ; } if ( loc0 <= - 0.5 ) { return loc0 + 1.0 ; } return loc0 ; } |
4,477 | the system identifier , a uri reference ietf rfc 2396 , for this output destination . if the application knows the character encoding of the object pointed to by the system identifier , it can set the encoding using the encoding attribute . if the system id is a relative uri reference see section 5 in ietf rfc 2396 , t... | void function ( String arg0 ) { fSystemId = arg0 ; } |
4,478 | initialize the keypairgeneratorspi with the specified algorithmparameterspec and source of randomness this is a concrete method . it may be overridden by the provider and if the algorithmparameterspec class is invalid throw invalidalgorithmparameterexception . by default this method just throws unsupportedoperationexce... | void function ( AlgorithmParameterSpec arg0 , SecureRandom arg1 ) { throw new java . lang . UnsupportedOperationException ( ) ; } |
4,479 | whether the `` countryid '' http get parameter is set . concode_field_sep Logger log concode_elem_sep DSLContext dsl concode_field_sep Condition storeIdCondition concode_elem_sep boolean storeIdAll concode_elem_sep void initDB concode_elem_sep void initSpark concode_elem_sep Route rentalsPerCategory concode_elem_sep Ro... | boolean function ( Request arg0 ) { return arg0 . queryParams ( "srini_string" ) == null ; } |
4,480 | this method is executed from a server jetty for instance during the integration test phase . this server is called by a junit test that is executed by maven failsafe plugin . concode_field_sep PlaceHolder placeHolder concode_field_sep String server concode_elem_sep String integrationTestJvm concode_elem_sep String unit... | String function ( ) { return server ( ) + "srini_string" ; } |
4,481 | delete file item and parent directory from the subversion repository . concode_field_sep PlaceHolder placeHolder concode_field_sep void addDir concode_elem_sep void modifyFileProps concode_elem_sep void modifyFile concode_elem_sep void addFile | void function ( ISVNEditor arg0 , String arg1 ) { arg0 . openRoot ( - 1 ) ; arg0 . deleteEntry ( arg1 , - 1 ) ; arg0 . closeDir ( ) ; } |
4,482 | gets the bin id . concode_field_sep Integer binId concode_elem_sep Integer dossierPartsTempId concode_elem_sep String name concode_elem_sep String type concode_elem_sep Date creationDate concode_elem_sep byte[] content concode_field_sep Date getCreationDate concode_elem_sep void setName concode_elem_sep void setBinId c... | Integer function ( ) { return binId ; } |
4,483 | this method resets the incoming events time events included . concode_field_sep boolean event1 concode_elem_sep long myVar concode_elem_sep SCInterfaceImpl sCInterface concode_elem_sep boolean return_ID concode_elem_sep int nextStateIndex concode_elem_sep State[] stateVector concode_elem_sep boolean event2 concode_fiel... | void function ( ) { sCInterface . clearEvents ( ) ; } |
4,484 | appends a pair of string to the string buffer , using the separator between and terminator at the end concode_field_sep PlaceHolder placeHolder concode_field_sep String arrayToString concode_elem_sep int rightTrimSize concode_elem_sep String toZeroPaddedString concode_elem_sep String[] split concode_elem_sep String get... | void function ( StringBuffer arg0 , String arg1 , String arg2 , String arg3 , String arg4 ) { arg0 . append ( arg1 ) ; arg0 . append ( arg3 ) ; arg0 . append ( arg2 ) ; arg0 . append ( arg4 ) ; } |
4,485 | add a midievent to the track - note that you should normally use multievents instead of midievents concode_field_sep int midiChannel concode_elem_sep FrinikaSequence sequence concode_elem_sep Vector<MidiMessage> controllerStateMessages concode_elem_sep HashMap<Integer,SortedMap<Long,Integer>> controllerMap concode_elem... | boolean function ( MidiEvent arg0 ) { if ( track . add ( arg0 ) ) { addEventToTickMap ( arg0 ) ; return true ; } else return false ; } |
4,486 | the type of vehicle . concode_field_sep List<Passenger> passengers concode_elem_sep int MIN_SIZE concode_elem_sep int size concode_elem_sep int maxPassengers concode_elem_sep String type concode_field_sep int getSize concode_elem_sep void setSize concode_elem_sep int getAmountOfPassengers concode_elem_sep void setMaxPa... | Type function ( ) { return type ; } |
4,487 | this convenience method allows to read a org.icefaces.apache.commons.fileupload.fileitemstream 's content into a string , using the given character encoding . concode_field_sep int DEFAULT_BUFFER_SIZE concode_field_sep long copy concode_elem_sep long copy | String function ( InputStream arg0 , String arg1 ) { ByteArrayOutputStream loc0 = new ByteArrayOutputStream ( ) ; copy ( arg0 , loc0 , true ) ; return loc0 . toString ( arg1 ) ; } |
4,488 | binds the reference in initial contexts and persists list of all binded references into file . concode_field_sep String PROPERTY_ELEMENT concode_elem_sep Map<String,Reference> bindings concode_elem_sep String REFERENCE_ELEMENT concode_elem_sep String FACTORY_LOCATION_ATTR concode_elem_sep String BIND_NAME_ATTR concode_... | void function ( String arg0 , Reference arg1 ) { bindInternally ( arg0 , arg1 ) ; saveBindings ( ) ; } |
4,489 | returns a copy of this configuration concode_field_sep String brokerURL concode_elem_sep String host concode_elem_sep String login concode_elem_sep String passcode concode_field_sep String getLogin concode_elem_sep void setHost concode_elem_sep void setPasscode concode_elem_sep String getBrokerURL concode_elem_sep void... | StompConfiguration function ( ) { try { StompConfiguration loc0 = ( StompConfiguration ) clone ( ) ; return loc0 ; } catch ( CloneNotSupportedException loc0 ) { throw new RuntimeCamelException ( loc0 ) ; } } |
4,490 | confirm that cloning works . concode_field_sep PlaceHolder placeHolder concode_field_sep void test788597 concode_elem_sep void testAutoPrune concode_elem_sep void testPublicCloneable concode_elem_sep XYSeries createSeriesA concode_elem_sep XYSeries createSeries1 concode_elem_sep void testSerialization concode_elem_sep ... | void function ( ) { DefaultTableXYDataset loc0 = new DefaultTableXYDataset ( ) ; loc0 . addSeries ( createSeries1 ( ) ) ; DefaultTableXYDataset loc1 = ( DefaultTableXYDataset ) loc0 . clone ( ) ; assertTrue ( loc0 != loc1 ) ; assertTrue ( loc0 . getClass ( ) == loc1 . getClass ( ) ) ; assertTrue ( loc0 . equals ( loc1 ... |
4,491 | add receive listeners . it monitors rtcp packets and signalling . concode_field_sep int remoteRTCPPort concode_elem_sep int localPort concode_elem_sep int localRTCPPort concode_elem_sep StreamConnector connector concode_elem_sep MediaStream mediaStream concode_elem_sep MediaLocator inLocator concode_elem_sep boolean st... | void function ( ReceiveStreamListener arg0 ) { } |
4,492 | returns tableoptionwrapper instance concode_field_sep Map<String,TableOption> mapOFOptions concode_elem_sep TableOptionWrapper tableOptionWrapper concode_field_sep void setTableOption concode_elem_sep String get concode_elem_sep String toString concode_elem_sep void populateTableOptions | TableOptionWrapper function ( ) { return tableOptionWrapper ; } |
4,493 | add class loader , might be used for resolving methods/fields concode_field_sep Set<Scanner> scanners concode_elem_sep Set<URL> urls concode_elem_sep ExecutorService executorService concode_elem_sep ClassLoader[] classLoaders concode_elem_sep Serializer serializer concode_elem_sep Predicate<? super String> inputsFilter... | ConfigurationBuilder function ( Collection < ClassLoader > arg0 ) { return addClassLoaders ( arg0 . toArray ( new ClassLoader [ arg0 . size ( ) ] ) ) ; } |
4,494 | adds number to the counter . concode_field_sep int totalAmountOfMatches concode_field_sep void resetCount concode_elem_sep int getTotalCount concode_elem_sep void addMatchToCount | void function ( int arg0 ) { totalAmountOfMatches += arg0 ; } |
4,495 | executes a runnable in another thread . concode_field_sep File fileToWrite concode_elem_sep File cacheDir concode_elem_sep ThreadExecutor threadExecutor concode_elem_sep FileManager fileManager concode_elem_sep File cacheFile concode_elem_sep Context context concode_elem_sep DynamicEntityJsonMapper serializer concode_e... | void function ( Runnable arg0 ) { this . threadExecutor . execute ( arg0 ) ; } |
4,496 | sets the result . if another thread has called #get , they will immediately receive the value . set or setexception must only be called once . concode_field_sep T mResult concode_elem_sep Exception mException concode_elem_sep CountDownLatch mReadyLatch concode_field_sep boolean cancel concode_elem_sep boolean isCancell... | void function ( @ Nullable T arg0 ) { checkNotSet ( ) ; mResult = arg0 ; mReadyLatch . countDown ( ) ; } |
4,497 | log . concode_field_sep XmlDataCollectionConfigDao m_xmlCollectionDao concode_elem_sep XmlCollectionHandler m_collectionHandler concode_field_sep XmlDataCollectionConfigDao getXmlCollectionDao concode_elem_sep void setXmlCollectionDao concode_elem_sep void release concode_elem_sep void release concode_elem_sep RrdRepos... | ThreadCategory function ( ) { return ThreadCategory . getInstance ( getClass ( ) ) ; } |
4,498 | returns true if this snapshot contains a file with a given original name concode_field_sep List<FileInfo> indexFiles concode_elem_sep Map<String,FileInfo> physicalFiles concode_elem_sep String snapshot concode_field_sep List<FileInfo> indexFiles concode_elem_sep String snapshot concode_elem_sep FileInfo findPhysicalInd... | boolean function ( String arg0 ) { return findPhysicalIndexFile ( arg0 ) != null ; } |
4,499 | visit all elements of a single supports rule . concode_field_sep CSSVisitor s_aInstance concode_field_sep void visitTopLevelRule concode_elem_sep void visitNamespaceRule concode_elem_sep void visitStyleRule concode_elem_sep void visitPageRule concode_elem_sep void visitCSS concode_elem_sep void visitAllDeclarationUrls ... | void function ( @ Nonnull final CSSSupportsRule arg0 , @ Nonnull final ICSSVisitor arg1 ) { arg1 . onBeginSupportsRule ( arg0 ) ; try { for ( final ICSSTopLevelRule loc0 : arg0 . getAllRules ( ) ) visitTopLevelRule ( loc0 , arg1 ) ; } finally { arg1 . onEndSupportsRule ( arg0 ) ; } } |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.