idx int64 0 25k | question stringlengths 71 7.19k | target stringlengths 20 663 |
|---|---|---|
8,600 | invoke all registered destruction callbacks . to be called on servletcontext shutdown . concode_field_sep Map<String,Runnable> destructionCallbacks concode_elem_sep PortletContext portletContext concode_field_sep String getConversationId concode_elem_sep Object get concode_elem_sep Object resolveContextualObject concod... | void function ( ) { for ( Runnable loc0 : this . destructionCallbacks . values ( ) ) { loc0 . run ( ) ; } this . destructionCallbacks . clear ( ) ; } |
8,601 | initialize this converter . concode_field_sep PlaceHolder placeHolder concode_field_sep Iterable<DO> convertRecord concode_elem_sep State getFinalState concode_elem_sep SO convertSchema concode_elem_sep void close | Converter < SI , SO , DI , DO > function ( WorkUnitState arg0 ) { return this ; } |
8,602 | sets the values of the given rectangle to this rectangle . concode_field_sep float x concode_elem_sep float width concode_elem_sep Rectangle tmp concode_elem_sep float y concode_elem_sep Rectangle tmp2 concode_elem_sep long serialVersionUID concode_elem_sep float height concode_field_sep Rectangle setY concode_elem_sep... | Rectangle function ( Rectangle arg0 ) { this . x = arg0 . x ; this . y = arg0 . y ; this . width = arg0 . width ; this . height = arg0 . height ; return this ; } |
8,603 | return type metadata object concode_field_sep java.lang.Object __equalsCalc concode_elem_sep boolean __hashCodeCalc concode_elem_sep com.google.api.ads.dfp.axis.v201502.Value value concode_elem_sep org.apache.axis.description.TypeDesc typeDesc concode_elem_sep java.lang.String key concode_field_sep java.lang.String get... | org . apache . axis . description . TypeDesc function ( ) { return typeDesc ; } |
8,604 | gets the value of the operation property . concode_field_sep FileDownloadParams params concode_elem_sep String operation concode_field_sep void setOperation concode_elem_sep FileDownloadParams getParams concode_elem_sep void setParams | String function ( ) { return operation ; } |
8,605 | getter for paymentstatus concode_field_sep PendingStatusCodeType pendingReason concode_elem_sep String protectionEligibilityType concode_elem_sep PaymentStatusCodeType paymentStatus concode_elem_sep String protectionEligibility concode_field_sep String getProtectionEligibilityType concode_elem_sep boolean isWhitespaceN... | PaymentStatusCodeType function ( ) { return paymentStatus ; } |
8,606 | set the entity id concode_field_sep int FORBIDDEN_RELATION concode_elem_sep int IO_EXCEPTION concode_elem_sep int EXPIRED_ENTITY concode_elem_sep String entityType concode_elem_sep int ACCESS_DENIED concode_elem_sep int errorCode concode_elem_sep String entityId concode_elem_sep List<TimelinePutError> errors concode_el... | void function ( String arg0 ) { this . entityId = arg0 ; } |
8,607 | returns whether apps contains component . concode_field_sep ArrayList<ApplicationInfo> added concode_elem_sep ArrayList<ApplicationInfo> modified concode_elem_sep int DEFAULT_APPLICATIONS_NUMBER concode_elem_sep ArrayList<ApplicationInfo> data concode_elem_sep ArrayList<ApplicationInfo> removed concode_elem_sep IconCac... | boolean function ( ArrayList < ApplicationInfo > arg0 , ComponentName arg1 ) { final int loc0 = arg0 . size ( ) ; for ( int loc1 = 0 ; loc1 < loc0 ; loc1 ++ ) { final ApplicationInfo loc2 = arg0 . get ( loc1 ) ; if ( loc2 . componentName . equals ( arg1 ) ) { return true ; } } return false ; } |
8,608 | sets the subject . concode_field_sep Integer HTML concode_elem_sep boolean emailUser concode_elem_sep Integer initial concode_elem_sep Integer UPDATE concode_elem_sep String subject concode_elem_sep Integer format concode_elem_sep long serialVersionUID concode_elem_sep String body concode_elem_sep Integer TEXT concode_... | void function ( String arg0 ) { this . subject = arg0 ; } |
8,609 | returns the reference date and time of an enrollment . concode_field_sep String scheduleName concode_elem_sep DateTime enrollmentDateTime concode_elem_sep DateTime dueStart concode_elem_sep Map<String,String> metadata concode_elem_sep String currentMilestoneName concode_elem_sep DateTime maxStart concode_elem_sep DateT... | DateTime function ( ) { return referenceDateTime ; } |
8,610 | adds exec id to this parameters . concode_field_sep Boolean tty concode_elem_sep Boolean detach concode_elem_sep String execId concode_field_sep Boolean isTty concode_elem_sep StartExecParams withTty concode_elem_sep int hashCode concode_elem_sep boolean equals concode_elem_sep String getExecId concode_elem_sep StartEx... | StartExecParams function ( @ NotNull String arg0 ) { requireNonNull ( arg0 ) ; this . execId = arg0 ; return this ; } |
8,611 | returns true if user is root , false if not , or if we do n't know concode_field_sep ESLogger logger concode_elem_sep long MAX_NUMBER_OF_THREADS concode_elem_sep boolean LOCAL_SECCOMP concode_elem_sep long MAX_SIZE_VIRTUAL_MEMORY concode_elem_sep boolean LOCAL_MLOCKALL concode_elem_sep boolean LOCAL_SECCOMP_ALL concode... | boolean function ( ) { if ( Constants . WINDOWS ) { return false ; } try { return JNACLibrary . geteuid ( ) == 0 ; } catch ( UnsatisfiedLinkError loc0 ) { return false ; } } |
8,612 | sets the name on the contract concode_field_sep BigDecimal EXPRESS_CONTRACT_CEILING concode_elem_sep String contractId concode_elem_sep String name concode_elem_sep Date contractActivationDate concode_elem_sep String businessNumber concode_elem_sep BigDecimal amountRequested concode_elem_sep ContractStatus status conco... | void function ( String arg0 ) { this . name = arg0 ; } |
8,613 | pushes an item into the queue . concode_field_sep Node head concode_elem_sep byte data concode_elem_sep Node prev concode_elem_sep int totalItems concode_elem_sep Node tail concode_elem_sep Node next concode_field_sep byte pop concode_elem_sep void removeAll concode_elem_sep boolean contains concode_elem_sep int size c... | void function ( byte arg0 ) { Node loc0 = new Node ( arg0 ) ; if ( head == null ) head = tail = loc0 ; else { tail . next = loc0 ; loc0 . prev = tail ; tail = loc0 ; } totalItems += 1 ; } |
8,614 | gibt die anzahl der geokontakte in der datenbank zurueck . performanter als cursor : : getcount . concode_field_sep String TAG concode_elem_sep String WHERE_NAME_LIKE concode_elem_sep String ORDER_BY_NAME concode_elem_sep KegelverwaltungDatenbank mDb concode_elem_sep String WHERE_NAME_EQUALS concode_field_sep Cursor la... | int function ( ) { final Cursor loc0 = mDb . getReadableDatabase ( ) . rawQuery ( "srini_string" + VereinTbl . TABLE_NAME , null ) ; if ( loc0 . moveToFirst ( ) == false ) { return 0 ; } return loc0 . getInt ( 0 ) ; } |
8,615 | creates a type 1 uuid time-based uuid with the timestamp of @param when , in milliseconds . concode_field_sep long lastNanos concode_elem_sep long clockSeqAndNode concode_elem_sep UUIDGen instance concode_elem_sep long MIN_CLOCK_SEQ_AND_NODE concode_elem_sep long START_EPOCH concode_elem_sep long MAX_CLOCK_SEQ_AND_NODE... | UUID function ( long arg0 ) { return new UUID ( createTime ( fromUnixTimestamp ( arg0 ) ) , clockSeqAndNode ) ; } |
8,616 | returns the specially constructed system_authorization_name user object for the current database object . concode_field_sep HashMappedList userList concode_elem_sep GranteeManager granteeManager concode_elem_sep Routine pwCheckFunction concode_elem_sep Routine extAuthenticationFunction concode_field_sep void setPasswor... | User function ( ) { return GranteeManager . systemAuthorisation ; } |
8,617 | mandatory argument to set the first pdb and optionally chain id to be aligned . concode_field_sep String cacheFilePath concode_elem_sep String saveOutputDir concode_elem_sep boolean printFatCat concode_elem_sep String searchFile concode_elem_sep boolean show3d concode_elem_sep int nrCPU concode_elem_sep boolean isDomai... | void function ( String arg0 ) { this . pdb1 = arg0 ; } |
8,618 | set the workersizeid value . concode_field_sep Long availableCapacity concode_elem_sep String siteMode concode_elem_sep String unit concode_elem_sep Boolean excludeFromCapacityAllocation concode_elem_sep ComputeModeOptions computeMode concode_elem_sep Long totalCapacity concode_elem_sep Integer workerSizeId concode_ele... | StampCapacityInner function ( Integer arg0 ) { this . workerSizeId = arg0 ; return this ; } |
8,619 | setup before testing . concode_field_sep String webUrl concode_elem_sep WebClient webClient concode_field_sep void testFlowEntryExit concode_elem_sep void testFacesFlowScope concode_elem_sep void setUp concode_elem_sep void tearDownClass concode_elem_sep void tearDown | void function ( ) { } |
8,620 | executes a search for all env records and returns the facet values for the environment field . concode_field_sep int FACET_VALUES_TO_RETURN concode_elem_sep Logger logger concode_field_sep void dumpFirstNDocs concode_elem_sep Query queryForRecordTypeAndSomeTerm concode_elem_sep FacetResult doFacetQueryForField concode_... | FacetResult function ( IndexSearcher arg0 ) { Query loc0 = new QueryParser ( IndexConstants . FLD_DOC_INDEX_TYPE , new StandardAnalyzer ( ) ) . parse ( IndexConstants . DocTypes . ENV_RECORD ) ; return doFacetQueryForField ( arg0 , loc0 , IndexConstants . FLD_ENVIRONMENT ) ; } |
8,621 | calls #startcapturing packetcapturinghandler , string with a null mac address . concode_field_sep PcapHandle pcapHandle concode_elem_sep Logger logger concode_elem_sep int SNAPLEN concode_elem_sep PcapNetworkInterfaceWrapper pcapNetworkInterface concode_elem_sep int READ_TIMEOUT concode_field_sep void stopCapturing con... | boolean function ( final PacketCapturingHandler arg0 ) { return startCapturing ( arg0 , null ) ; } |
8,622 | get custom deserializer concode_field_sep java.lang.String nomeOperacao concode_elem_sep java.lang.String mensagemRetorno concode_elem_sep java.lang.Object __equalsCalc concode_elem_sep boolean __hashCodeCalc concode_elem_sep org.apache.axis.description.TypeDesc typeDesc concode_elem_sep boolean sucesso concode_field_s... | 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 ) ; } |
8,623 | for internal use only - a test class does n't use this method . concode_field_sep PlaceHolder placeHolder concode_field_sep void waitForEvent | void function ( ) { synchronized ( this ) { this . notify ( ) ; } } |
8,624 | invoked when the mouse exits a component . concode_field_sep Point lastMousePosition concode_elem_sep DocumentViewController documentViewController concode_field_sep void mouseReleased concode_elem_sep void mouseDragged concode_elem_sep void mouseEntered concode_elem_sep void mouseClicked concode_elem_sep void mouseMov... | void function ( MouseEvent arg0 ) { } |
8,625 | returns a random long within 0 - long.max _ value concode_field_sep Random RANDOM concode_field_sep float nextFloat concode_elem_sep float nextFloat concode_elem_sep int nextInt concode_elem_sep int nextInt concode_elem_sep boolean nextBoolean concode_elem_sep double nextDouble concode_elem_sep double nextDouble concod... | long function ( ) { return nextLong ( 0 , Long . MAX_VALUE ) ; } |
8,626 | set the file position of the start of the dataset data . the value set here is not written to the file . concode_field_sep UInt dataStartFilePos concode_elem_sep List<ParameterNameValue> nameValParams concode_elem_sep UInt nextSetFilePos concode_elem_sep String name concode_elem_sep int rowCount concode_elem_sep List<C... | void function ( UInt arg0 ) { dataStartFilePos = arg0 ; } |
8,627 | an array of structures that represent the workspaces that could not be created . note : this method appends the values to the existing list if any . use #setfailedrequests java.util.collection or #withfailedrequests java.util.collection if you want to overridethe existing values . concode_field_sep com.amazonaws.intern... | CreateWorkspacesResult function ( FailedCreateWorkspaceRequest ... arg0 ) { if ( this . failedRequests == null ) { setFailedRequests ( new com . amazonaws . internal . SdkInternalList < FailedCreateWorkspaceRequest > ( arg0 . length ) ) ; } for ( FailedCreateWorkspaceRequest loc0 : arg0 ) { this . failedRequests . add ... |
8,628 | get adempiere server manager concode_field_sep Properties m_ctx concode_elem_sep ArrayList<AdempiereServer> m_servers concode_elem_sep AdempiereServerMgr m_serverMgr concode_elem_sep Timestamp m_start concode_elem_sep CLogger log concode_field_sep AdempiereServer getServer concode_elem_sep boolean startAll concode_elem... | AdempiereServerMgr function ( ) { if ( m_serverMgr == null ) { m_serverMgr = new AdempiereServerMgr ( ) ; m_serverMgr . startServers ( ) ; m_serverMgr . log . info ( m_serverMgr . toString ( ) ) ; } return m_serverMgr ; } |
8,629 | unimplemented method to be to be used in manageremailalert class concode_field_sep String thirdNurseOnCall concode_elem_sep String secondNurseOnCall concode_elem_sep String firstNurseOnCall concode_elem_sep String firstDoctorOnCall concode_elem_sep String secondDoctorOnCall concode_field_sep void setFirstDoctorOnCallPh... | void function ( ) { } |
8,630 | convert the given object to string with each line indented by 4 spaces except the first line . concode_field_sep Integer name concode_elem_sep String property concode_elem_sep Integer _123Number concode_elem_sep Integer snakeCase concode_field_sep void setName concode_elem_sep Integer getName concode_elem_sep String ge... | String function ( java . lang . Object arg0 ) { if ( arg0 == null ) { return "srini_string" ; } return arg0 . toString ( ) . replace ( "srini_string" , "srini_string" ) ; } |
8,631 | returns the status of this member request . concode_field_sep MemberRequest _memberRequest 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_... | int function ( ) { return _memberRequest . getStatus ( ) ; } |
8,632 | gets the value of the href property . concode_field_sep String role concode_elem_sep String arcrole concode_elem_sep String show concode_elem_sep String actuate concode_elem_sep List<String> nilReason concode_elem_sep String href concode_elem_sep String remoteSchema concode_elem_sep String type concode_elem_sep String ... | String function ( ) { return href ; } |
8,633 | get the minimum element in the tree and remove it from the tree concode_field_sep Node right concode_elem_sep Node root concode_elem_sep int size concode_elem_sep T key concode_elem_sep Node parent concode_elem_sep boolean allowSameElementMultipleTimes concode_elem_sep Node left concode_field_sep void add concode_elem_... | T function ( ) { if ( root == null ) { return null ; } Node loc0 = root ; while ( loc0 . left != null ) { loc0 = loc0 . left ; } T loc1 = loc0 . key ; performDelete ( loc0 ) ; return loc1 ; } |
8,634 | this method gets called when a bound property is changed . concode_field_sep FormActionListener actionListener concode_elem_sep String DOCUMENT_PROPERTY_NAME concode_elem_sep FormItemListener itemListener concode_elem_sep FormTextfieldListener formTextfieldListener concode_elem_sep boolean enabled concode_field_sep voi... | void function ( final PropertyChangeEvent arg0 ) { if ( FormValidator . DOCUMENT_PROPERTY_NAME . equals ( arg0 . getPropertyName ( ) ) ) { final Document loc0 = ( Document ) arg0 . getOldValue ( ) ; loc0 . removeDocumentListener ( this ) ; final Document loc1 = ( Document ) arg0 . getOldValue ( ) ; loc1 . addDocumentLi... |
8,635 | this method deletes all groups and therefore renders logging impossible . concode_field_sep EntityManager entityManager concode_elem_sep Logger LOGGER concode_elem_sep long serialVersionUID concode_field_sep int deletePolicies concode_elem_sep int deleteRuleDataProvider concode_elem_sep void persistPolicies concode_ele... | int function ( ) { LOGGER . log ( Level . SEVERE , "srini_string" ) ; return entityManager . createQuery ( "srini_string" ) . executeUpdate ( ) ; } |
8,636 | returns the log sequence number of the buffer concode_field_sep int writeCount concode_elem_sep int modifiedBy concode_elem_sep int readCount concode_elem_sep Block blk concode_elem_sep int logSequenceNumber concode_elem_sep int pinCount concode_elem_sep int pins concode_elem_sep Page contents concode_elem_sep int bloc... | int function ( ) { return logSequenceNumber ; } |
8,637 | invoked when the mouse enters a component . concode_field_sep Point lastMousePosition concode_elem_sep DocumentViewModel documentViewModel concode_elem_sep AbstractDocumentView parentComponent concode_elem_sep DocumentViewController documentViewController concode_field_sep void mouseReleased concode_elem_sep void insta... | void function ( MouseEvent arg0 ) { } |
8,638 | gets the element value . concode_field_sep String image concode_elem_sep String IMAGE_ALERT concode_elem_sep boolean set concode_elem_sep String IMAGE_BLANK concode_elem_sep String value concode_elem_sep String IMAGE_PROGRESS concode_field_sep void setValue concode_elem_sep boolean getIsSet concode_elem_sep void reset ... | String function ( ) { return this . value ; } |
8,639 | gets the coordinate this hot pixel is based at . concode_field_sep double SAFE_ENV_EXPANSION_FACTOR concode_elem_sep Coordinate originalPt concode_elem_sep Coordinate p1Scaled concode_elem_sep Coordinate pt concode_elem_sep Envelope safeEnv concode_elem_sep double maxy concode_elem_sep Coordinate ptScaled concode_elem_... | Coordinate function ( ) { return originalPt ; } |
8,640 | returns issuer name for this certificate which can be used only for comparison . concode_field_sep byte[] requestId concode_elem_sep Location header concode_elem_sep TLV cert concode_elem_sep String label concode_elem_sep byte[] id concode_elem_sep Location body concode_field_sep boolean isIssuedBy concode_elem_sep TLV... | TLV function ( ) { return cert . child . child . skipOptional ( 0xa0 ) . next . next ; } |
8,641 | add the contents of a collection to a lazylist concode_field_sep String[] __EMTPY_STRING_ARRAY concode_field_sep boolean contains concode_elem_sep Iterator iterator concode_elem_sep int size concode_elem_sep List getList concode_elem_sep List getList concode_elem_sep Object get concode_elem_sep Object addCollection con... | Object function ( Object arg0 , Collection arg1 ) { Iterator loc0 = arg1 . iterator ( ) ; while ( loc0 . hasNext ( ) ) arg0 = LazyList . add ( arg0 , loc0 . next ( ) ) ; return arg0 ; } |
8,642 | github bean , which gives github api access , with fail as ratelimithandler . fail means `` fail immediately . '' , and throw error . concode_field_sep AppConfig appConfig concode_elem_sep double CACHE_SIZE_MB concode_field_sep Cache cache concode_elem_sep GitHub gitHub concode_elem_sep GitHub gitHubWait concode_elem_s... | GitHub function ( ) { return gitHub ( RateLimitHandler . FAIL ) ; } |
8,643 | utility method that calculates the number of rows required for a specified number of columns . concode_field_sep int columns concode_elem_sep int intValue concode_elem_sep int NUMBER_OF_ITEMS concode_elem_sep DataModel rowDataModel concode_elem_sep SelectItem[] columnsItems concode_elem_sep Object column concode_elem_s... | void function ( ) { rows = NUMBER_OF_ITEMS / columns ; if ( ( NUMBER_OF_ITEMS % columns ) != 0 ) { rows += 1 ; } } |
8,644 | returns a row if in memory cache . concode_field_sep DataFileCache dataFileCache concode_elem_sep StopWatch makeRowTimer concode_elem_sep long bytesCapacity concode_elem_sep CachedObject[] rowTable concode_elem_sep StopWatch sortTimer concode_elem_sep long cacheBytesLength concode_elem_sep StopWatch saveAllTimer concod... | CachedObject function ( int arg0 ) { return ( CachedObject ) cacheMap . get ( arg0 ) ; } |
8,645 | determines whether the copy button is disabled . this should only occur when there is no node selected , which occurs at initialization and when a node is deleted . concode_field_sep SelectItem[] componentList concode_elem_sep NodeUserObject selectedNodeObject concode_elem_sep DefaultMutableTreeNode rootTreeNode concod... | boolean function ( ) { return ( selectedNode == null || selectedNodeObject == null ) ; } |
8,646 | method called when exit from the step concode_field_sep String summary concode_elem_sep WizardModel model concode_elem_sep List<WizardListener> listeners concode_field_sep WizardStepModel next concode_elem_sep void setSummary concode_elem_sep WizardModel getModel concode_elem_sep String getSummary concode_elem_sep void... | void function ( ) { } |
8,647 | reads a given number of input registers from the slave . note that the number of input registers returned i.e. array length will be according to the number received in the slave response . concode_field_sep WriteSingleRegisterRequest m_WriteSingleRegisterRequest concode_elem_sep ReadInputDiscretesRequest m_ReadInputDis... | InputRegister [ ] function ( int arg0 , int arg1 ) { m_ReadInputRegistersRequest . setReference ( arg0 ) ; m_ReadInputRegistersRequest . setWordCount ( arg1 ) ; m_Transaction . setRequest ( m_ReadInputRegistersRequest ) ; m_Transaction . execute ( ) ; return ( ( ReadInputRegistersResponse ) m_Transaction . getResponse ... |
8,648 | returns a numeric representation of the edge that been hit . the numeric logic follows mylines logic concode_field_sep Point upperLeft concode_elem_sep double width concode_elem_sep double height concode_field_sep java.util.List intersectionPoints concode_elem_sep Line[] myLines concode_elem_sep double getHeight concod... | int function ( Point arg0 ) { Line [ ] loc0 = this . myLines ( ) ; int loc1 = 0 ; while ( loc1 < 4 ) { if ( arg0 . isInLine ( loc0 [ loc1 ] ) ) { break ; } loc1 ++ ; } return loc1 ; } |
8,649 | returns the error message given the error code . this method is be used when throwing exception other than hsqlexception . concode_field_sep String MESSAGE_TAG concode_elem_sep int SQL_STATE_DIGITS concode_elem_sep int ERROR_CODE_BASE concode_elem_sep int bundleHandle concode_elem_sep String errPropsName concode_elem_s... | String function ( final int arg0 ) { return getResourceString ( arg0 ) ; } |
8,650 | sets the value of the grammars property . concode_field_sep Grammars grammars concode_elem_sep List<Doc> doc concode_elem_sep List<Resources> resources concode_elem_sep List<Object> any concode_elem_sep List<Object> resourceTypeOrMethodOrRepresentation concode_field_sep Grammars getGrammars concode_elem_sep List<Object... | void function ( Grammars arg0 ) { this . grammars = arg0 ; } |
8,651 | specify quartz schedulerlisteners to be registered with the scheduler . concode_field_sep Log logger concode_elem_sep Map<String,Calendar> calendars concode_elem_sep String[] jobSchedulingDataLocations concode_elem_sep TriggerListener[] globalTriggerListeners concode_elem_sep PlatformTransactionManager transactionManag... | void function ( SchedulerListener ... arg0 ) { this . schedulerListeners = arg0 ; } |
8,652 | get the string representation of this remote object . concode_field_sep RemoteRef ref concode_elem_sep long serialVersionUID concode_elem_sep WeakHashMap stubs concode_field_sep void deleteStub concode_elem_sep RemoteRef getRef concode_elem_sep void addStub concode_elem_sep int hashCode concode_elem_sep void writeObjec... | String function ( ) { if ( ref == null ) return getClass ( ) . toString ( ) ; return ( ref . toString ( ) ) ; } |
8,653 | fetch an imageicon relative to the calling location and using a description . concode_field_sep PlaceHolder placeHolder concode_field_sep boolean isRightMouseButton concode_elem_sep boolean isShiftLeftMouseButton | ImageIcon function ( String arg0 , String arg1 ) { String loc0 = "srini_string" ; if ( arg0 . startsWith ( loc0 ) ) { arg0 = arg0 . substring ( loc0 . length ( ) ) ; } return IconUtilitities . getImageIcon ( arg0 , arg1 ) ; } |
8,654 | returns the text that corresponds to applying the patches in the list of nodes in the path . assume that the text of the first node is plaintext and not deltatext . concode_field_sep List path concode_field_sep void add concode_elem_sep int size concode_elem_sep Node last | List function ( List arg0 , boolean arg1 ) { Iterator loc0 = path . iterator ( ) ; TrunkNode loc1 = ( TrunkNode ) loc0 . next ( ) ; loc1 . patch0 ( arg0 , arg1 ) ; while ( loc0 . hasNext ( ) ) { Node loc2 = ( Node ) loc0 . next ( ) ; loc2 . patch ( arg0 , arg1 ) ; } return arg0 ; } |
8,655 | method to stop the progress bar concode_field_sep int PAUSE_AMOUNT_S concode_elem_sep PortableRenderer renderer concode_elem_sep int percent concode_elem_sep boolean isRunning concode_elem_sep SelectItem[] AVAILABLE_MODES concode_elem_sep String PUSH_GROUP concode_elem_sep Boolean isIndeterminate concode_elem_sep Threa... | String function ( ) { stop ( ) ; return "srini_string" ; } |
8,656 | deerializes elements from a string obtained from the system clipboard and pastes them into the specified target element . concode_field_sep String IGNORE_RECYCLE_HINT_ID concode_elem_sep String PASTE_SELECTION_FROM_STRING concode_elem_sep String PASTE_TO_TARGET_PARENT concode_elem_sep String MERGE_HINT_STRONG concode_e... | Collection function ( String arg0 , EObject arg1 , final Map arg2 , IProgressMonitor arg3 ) { return pasteElementsFromStringDelagate ( arg0 , new PasteTarget ( arg1 ) , arg2 , arg3 ) ; } |
8,657 | gets a summary of the restapi at the date and time that the deployment resource was created . concode_field_sep java.util.Date createdDate concode_elem_sep java.util.Map<String,java.util.Map<String,MethodSnapshot>> apiSummary concode_elem_sep String description concode_elem_sep String id concode_field_sep UpdateDeploym... | UpdateDeploymentResult function ( java . util . Map < String , java . util . Map < String , MethodSnapshot >> arg0 ) { setApiSummary ( arg0 ) ; return this ; } |
8,658 | sets the date of the beginning of spring . concode_field_sep Calendar spring concode_elem_sep SeasonName name concode_elem_sep Calendar winter concode_elem_sep Calendar autumn concode_elem_sep Calendar summer concode_field_sep void setName concode_elem_sep void setAutumn concode_elem_sep Calendar getNextSeason concode_... | void function ( Calendar arg0 ) { this . spring = arg0 ; } |
8,659 | fornisce il nome di chi ha inviato il pacchetto concode_field_sep long sender concode_elem_sep long opt_parameter concode_elem_sep comandi_t comando concode_field_sep MessaggioComandi creaMsgEliminato concode_elem_sep MessaggioComandi creaMsgKickplayer concode_elem_sep MessaggioComandi creaMSGconnected concode_elem_sep... | long function ( ) { return sender ; } |
8,660 | sets the value of the ritype property . concode_field_sep String displayLabel concode_elem_sep String role concode_elem_sep String arcrole concode_elem_sep String show concode_elem_sep String riType concode_elem_sep String actuate concode_elem_sep String id concode_elem_sep String href concode_elem_sep String type conc... | void function ( String arg0 ) { this . riType = arg0 ; } |
8,661 | returns a string representation of this object ; useful for testing and debugging . concode_field_sep Commit commit concode_field_sep void setCommit concode_elem_sep GetCommitResult withCommit concode_elem_sep int hashCode concode_elem_sep boolean equals concode_elem_sep GetCommitResult clone concode_elem_sep Commit ge... | String function ( ) { StringBuilder loc0 = new StringBuilder ( ) ; loc0 . append ( "srini_string" ) ; if ( getCommit ( ) != null ) loc0 . append ( "srini_string" + getCommit ( ) ) ; loc0 . append ( "srini_string" ) ; return loc0 . toString ( ) ; } |
8,662 | returns a range of all the membership requests . 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 to com.liferay.portal.kernel.dao.orm.queryu... | java . util . List < com . liferay . portal . kernel . model . MembershipRequest > function ( int arg0 , int arg1 ) { return _membershipRequestLocalService . getMembershipRequests ( arg0 , arg1 ) ; } |
8,663 | build a url to facebook 's old pre-graph api with the given parameters . one of the parameter keys must be `` method '' and its value should be a valid rest server api method . see http://developers.facebook.com/docs/reference/rest/ example : bundle parameters = new bundle ; parameters.putstring `` method '' , `` auth.... | PreparedUrl function ( Bundle arg0 ) { if ( ! arg0 . containsKey ( "srini_string" ) ) { throw new IllegalArgumentException ( "srini_string" + "srini_string" * "srini_string" + "srini_string" ) ; } return requestUrl ( null , arg0 , "srini_string" ) ; } |
8,664 | returns the hostname of this virtual host . concode_field_sep VirtualHost _virtualHost concode_field_sep boolean isFinderCacheEnabled concode_elem_sep void setExpandoBridgeAttributes concode_elem_sep void setExpandoBridgeAttributes concode_elem_sep void setExpandoBridgeAttributes concode_elem_sep boolean isEscapedModel... | java . lang . String function ( ) { return _virtualHost . getHostname ( ) ; } |
8,665 | gets the dayparts value for this dayparttargeting . concode_field_sep com.google.api.ads.dfp.axis.v201502.DayPart[] dayParts concode_elem_sep java.lang.Object __equalsCalc concode_elem_sep com.google.api.ads.dfp.axis.v201502.DeliveryTimeZone timeZone concode_elem_sep boolean __hashCodeCalc concode_elem_sep org.apache.a... | com . google . api . ads . dfp . axis . v201502 . DayPart [ ] function ( ) { return dayParts ; } |
8,666 | the port that the embedded server listens on . concode_field_sep boolean persistSession concode_elem_sep InetAddress address concode_elem_sep String contextPath concode_elem_sep String displayName concode_elem_sep MimeMappings mimeMappings concode_elem_sep int port concode_elem_sep Ssl ssl concode_elem_sep File documen... | int function ( ) { return this . port ; } |
8,667 | the method converts the int to list concode_field_sep PlaceHolder placeHolder concode_field_sep CarbonDictionarySortInfo createColumnSortInfo concode_elem_sep CarbonDictionarySortModel[] prepareDictionarySortModels concode_elem_sep CarbonDictionarySortInfo getDictionarySortInfo concode_elem_sep CarbonDictionarySortMode... | List < Integer > function ( int [ ] arg0 ) { Integer [ ] loc0 = ArrayUtils . toObject ( arg0 ) ; return Arrays . asList ( loc0 ) ; } |
8,668 | throws an assertionexception if the current thread is not the ui thread . concode_field_sep Handler sMainHandler concode_field_sep void runOnUiThread concode_elem_sep boolean isOnUiThread concode_elem_sep void assertNotOnUiThread | void function ( ) { SoftAssertions . assertCondition ( isOnUiThread ( ) , "srini_string" ) ; } |
8,669 | confirmation details of the action performed . concode_field_sep String message concode_field_sep int hashCode concode_elem_sep boolean equals concode_elem_sep UpdateAssessmentResult clone concode_elem_sep String getMessage concode_elem_sep String toString concode_elem_sep UpdateAssessmentResult withMessage | void function ( String arg0 ) { this . message = arg0 ; } |
8,670 | gets the value of the publicationplace property . concode_field_sep String publicationPlace concode_elem_sep List<ResponsibleParty> recipient concode_elem_sep ResponsibleParty publisher concode_elem_sep String communicationType concode_field_sep void setPublicationPlace concode_elem_sep ResponsibleParty getPublisher co... | String function ( ) { return publicationPlace ; } |
8,671 | return the value associated with the column : cost_per_hour concode_field_sep java.util.Date modifiedTime concode_elem_sep java.lang.String lastName concode_elem_sep java.util.Date lastClockInTime concode_elem_sep java.lang.Integer autoId concode_elem_sep String PROP_CURRENT_TERMINAL concode_elem_sep String PROP_LAST_N... | java . lang . Double function ( ) { return costPerHour == null ? Double . valueOf ( 0 ) : costPerHour ; } |
8,672 | enlarge this byte vector so that it can receive n more bytes . concode_field_sep byte[] data concode_elem_sep int length concode_field_sep ByteVector put12 concode_elem_sep ByteVector putByte concode_elem_sep ByteVector putInt concode_elem_sep ByteVector putUTF8 concode_elem_sep ByteVector putShort concode_elem_sep Byt... | void function ( final int arg0 ) { int loc0 = 2 * data . length ; int loc1 = length + arg0 ; byte [ ] loc2 = new byte [ loc0 > loc1 ? loc0 : loc1 ] ; System . arraycopy ( data , 0 , loc2 , 0 , length ) ; data = loc2 ; } |
8,673 | saves boolean user data in shared preferences . concode_field_sep SharedPreferences mSharedPreferences concode_field_sep int getInt concode_elem_sep void saveInt concode_elem_sep void saveString concode_elem_sep boolean getBoolean concode_elem_sep void saveFloat concode_elem_sep float getFloat concode_elem_sep String g... | void function ( String arg0 , boolean arg1 ) { SharedPreferences . Editor loc0 = mSharedPreferences . edit ( ) ; loc0 . putBoolean ( arg0 , arg1 ) ; loc0 . commit ( ) ; } |
8,674 | removes all the entries added into responseparameters . < p > returns a reference to this object so that method calls can be chained together . concode_field_sep java.util.Map<String,Boolean> responseParameters concode_elem_sep java.util.Map<String,String> responseModels concode_elem_sep String statusCode concode_field... | GetMethodResponseResult function ( ) { this . responseParameters = null ; return this ; } |
8,675 | flush underlying stream to writer . concode_field_sep String DEFAULT_LINE_END concode_elem_sep int INITIAL_STRING_SIZE concode_elem_sep char DEFAULT_SEPARATOR concode_elem_sep Writer rawWriter concode_elem_sep ResultSetHelper resultService concode_elem_sep PrintWriter pw concode_elem_sep char separator concode_elem_sep... | void function ( ) { pw . flush ( ) ; } |
8,676 | gets the value of the isunlimited property . concode_field_sep JAXBElement<String> licenseType concode_elem_sep LicenseManagerStatus serverStatus concode_elem_sep Boolean isUnlimited concode_elem_sep JAXBElement<Long> totalQuantity concode_elem_sep Integer totalBorrowed concode_elem_sep Double usagePercent concode_elem... | Boolean function ( ) { return isUnlimited ; } |
8,677 | returns the relevance as a percentage no decimal places formatted according to the locale passed in . concode_field_sep Workgroup workgroup concode_elem_sep List<String> agentJIDs concode_elem_sep String sessionID concode_elem_sep Date startDate concode_elem_sep float relevance concode_field_sep Date getStartDate conco... | String function ( Locale arg0 ) { NumberFormat loc0 = DecimalFormat . getPercentInstance ( arg0 ) ; loc0 . setMaximumFractionDigits ( 0 ) ; return loc0 . loc0 ( relevance ) ; } |
8,678 | unique identifier of the key . concode_field_sep String keyArn concode_elem_sep String keyId concode_field_sep String getKeyArn concode_elem_sep KeyListEntry withKeyId concode_elem_sep int hashCode concode_elem_sep void setKeyId concode_elem_sep boolean equals concode_elem_sep KeyListEntry clone concode_elem_sep void s... | String function ( ) { return this . keyId ; } |
8,679 | waits until the given thread can be executed , throwing an unchecked exception of the given timeout expires . concode_field_sep Lock sLock concode_elem_sep Condition sCondition concode_elem_sep Map<String,ScheduledTimer> sTimers concode_field_sep void removeTimer concode_elem_sep void schedule concode_elem_sep void add... | void function ( String arg0 , long arg1 , TimeUnit arg2 ) { try ( LockResource loc0 = new LockResource ( sLock ) ) { while ( ! sTimers . containsKey ( arg0 ) ) { if ( ! sCondition . await ( arg1 , arg2 ) ) { throw new RuntimeException ( "srini_string" + arg0 + "srini_string" ) ; } } } } |
8,680 | resets the search pattern ; concode_field_sep int iFirstWildCard concode_elem_sep boolean optimised concode_elem_sep int[] wildCardType concode_elem_sep Character escapeChar concode_elem_sep boolean isIgnoreCase concode_elem_sep int PERCENT_CHAR concode_elem_sep boolean isNull concode_elem_sep int iLen concode_elem_sep... | void function ( String arg0 ) { normalize ( arg0 , true ) ; } |
8,681 | returns the descriptor of the method described by this object . concode_field_sep String name concode_elem_sep Map<String,String> DESCRIPTORS concode_elem_sep String desc concode_field_sep Type[] getArgumentTypes concode_elem_sep String getName concode_elem_sep Type getReturnType concode_elem_sep int hashCode concode_e... | String function ( ) { return desc ; } |
8,682 | gets the value of the status property . concode_field_sep AdGroupAdApprovalStatus approvalStatus concode_elem_sep List<String> disapprovalReasons concode_elem_sep Ad ad concode_elem_sep AdGroupAdExperimentData experimentData concode_elem_sep Boolean trademarkDisapproved concode_elem_sep List<String> trademarks concode_... | AdGroupAdStatus function ( ) { return status ; } |
8,683 | exposes the array offset for the array backing a non-direct bytebuffer , even if the bytebuffer is read-only . concode_field_sep PlaceHolder placeHolder concode_field_sep byte[] unsafeArray concode_elem_sep FileChannel newFileChannel concode_elem_sep void freeDirectBuffer concode_elem_sep FileDescriptor getFD | int function ( ByteBuffer arg0 ) { return ( ( ByteArrayBuffer ) arg0 ) . arrayOffset ; } |
8,684 | get a vector with a topological order of the states concode_field_sep Vector<Integer> _topological_order concode_elem_sep Vector<MyBitSet> _dag concode_elem_sep Vector<Integer> _state_to_scc concode_elem_sep Vector<MyBitSet> _reachability concode_elem_sep boolean _graph_is_disjoint concode_elem_sep Vector<MyBitSet> _sc... | Vector < Integer > function ( ) { return _topological_order ; } |
8,685 | sets the value of the noeditpoints property . concode_field_sep Boolean noResize concode_elem_sep Boolean noChangeShapeType concode_elem_sep Boolean noAdjustHandles concode_elem_sep Boolean noSelect concode_elem_sep Boolean noGrp concode_elem_sep CTOfficeArtExtensionList extLst concode_elem_sep Boolean noRot concode_el... | void function ( Boolean arg0 ) { this . noEditPoints = arg0 ; } |
8,686 | returns the class that should be passed to javac in order to run the annotation processor this class represents . concode_field_sep NestedSet<Artifact> processorClasspath concode_elem_sep ImmutableSet<String> processorClasses concode_field_sep JavaPluginInfoProvider merge concode_elem_sep NestedSet<Artifact> getProcess... | ImmutableSet < String > function ( ) { return processorClasses ; } |
8,687 | return the uncompressed bytes . concode_field_sep byte[] bytes concode_elem_sep int crc32 concode_field_sep void writeTo concode_elem_sep String string concode_elem_sep int hashCode concode_elem_sep void assertConsistent concode_elem_sep CompressedXContent readCompressedString concode_elem_sep boolean equals concode_el... | byte [ ] function ( ) { try { return CompressorFactory . uncompress ( new BytesArray ( bytes ) ) . toBytes ( ) ; } catch ( IOException loc0 ) { throw new IllegalStateException ( "srini_string" , loc0 ) ; } } |
8,688 | confirm that cloning works . concode_field_sep PlaceHolder placeHolder concode_field_sep void testPublicCloneable concode_elem_sep void testSerialization concode_elem_sep void testHashCode concode_elem_sep void testEquals | void function ( ) { Crosshair loc0 = new Crosshair ( 1.0 , new GradientPaint ( 1.0f , 2.0f , Color . red , 3.0f , 4.0f , Color . BLUE ) , new BasicStroke ( 1.0f ) ) ; Crosshair loc1 = ( Crosshair ) loc0 . clone ( ) ; assertTrue ( loc0 != loc1 ) ; assertTrue ( loc0 . getClass ( ) == loc1 . getClass ( ) ) ; assertTrue ( ... |
8,689 | gets the value of the packageentry 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 packageentry property . for example , to add a new it... | List < PackageEntry > function ( ) { if ( packageEntry == null ) { packageEntry = new ArrayList < PackageEntry > ( ) ; } return this . packageEntry ; } |
8,690 | return string version of tree to debug concode_field_sep List<List<Integer>> codes concode_elem_sep InternalNode root concode_field_sep char getNextCharFromBitStream concode_elem_sep InternalNode getRoot concode_elem_sep List<Integer> getCode concode_elem_sep void buildCodeList | String function ( ) { StringBuilder loc0 = new StringBuilder ( ) ; toString ( "srini_string" , root , loc0 ) ; return loc0 . toString ( ) ; } |
8,691 | read the treenode from the common data reprentation cdr stream . concode_field_sep boolean active concode_elem_sep String _id concode_elem_sep TypeCode typeCode concode_field_sep TreeNode extract concode_elem_sep void insert concode_elem_sep String id concode_elem_sep TypeCode type concode_elem_sep void write | TreeNode function ( InputStream arg0 ) { TreeNode loc0 = new TreeNode ( ) ; loc0 . name = arg0 . read_string ( ) ; int loc1 = arg0 . read_long ( ) ; loc0 . children = new TreeNode [ loc1 ] ; for ( int loc2 = 0 ; loc2 < loc0 . children . length ; ++ loc2 ) loc0 . children [ loc2 ] = TreeNodeHelper . read ( arg0 ) ; retu... |
8,692 | gets the value of the createuser property . concode_field_sep String epsId concode_elem_sep Integer fundingSourceObjectId concode_elem_sep Double amount concode_elem_sep Date lastUpdateDate concode_elem_sep Double fundShare concode_elem_sep String lastUpdateUser concode_elem_sep String createUser concode_elem_sep Integ... | String function ( ) { return createUser ; } |
8,693 | sets the url of the resource to be downloaded . concode_field_sep String TARGET concode_elem_sep Frame frame concode_field_sep placeholderType placeHolder | void function ( String arg0 ) { frame . setUrl ( arg0 ) ; } |
8,694 | returns the notificationtype of notification . concode_field_sep NotificationType notificationType concode_field_sep placeholderType placeHolder | NotificationType function ( ) { return notificationType ; } |
8,695 | whether str is ack concode_field_sep String ACK concode_elem_sep String OPTION concode_elem_sep String[] dialog_methods concode_elem_sep String INFO concode_elem_sep String BYE concode_elem_sep String INVITE concode_elem_sep String REGISTER concode_elem_sep String UPDATE concode_elem_sep String OPTIONS concode_elem_sep... | boolean function ( String arg0 ) { return same ( arg0 , ACK ) ; } |
8,696 | true iff the algorithm should be run with false discovery rate tests . concode_field_sep int numDependenceJudgements concode_elem_sep int numFalseDependenceJudgements concode_elem_sep int depth concode_elem_sep SepsetMap sepsets concode_elem_sep boolean aggressivelyPreventCycles concode_elem_sep TetradLogger logger con... | boolean function ( ) { return fdr ; } |
8,697 | closes both underlying scans . concode_field_sep Scan s1 concode_elem_sep Scan s2 concode_field_sep boolean next concode_elem_sep int getInt concode_elem_sep Constant getVal concode_elem_sep void beforeFirst concode_elem_sep String getString concode_elem_sep boolean hasField | void function ( ) { s1 . close ( ) ; s2 . close ( ) ; } |
8,698 | the cmis query to execute against the repository . if not specified , the consumer will retrieve every node from the content repository by iterating the content tree recursively concode_field_sep String password concode_elem_sep Logger LOG concode_elem_sep int pageSize concode_elem_sep Session session concode_elem_sep ... | void function ( String arg0 ) { this . query = arg0 ; } |
8,699 | adds a string property as string literal optionally . adds quotes and does json string escaping , as described at json.org . concode_field_sep StringBuilder params concode_field_sep JSONBuilder item concode_elem_sep JSONBuilder beginArray concode_elem_sep JSONBuilder beginMap concode_elem_sep JSONBuilder beginMap conco... | JSONBuilder function ( String arg0 , String arg1 , boolean arg2 ) { appendCommaAndKey ( arg0 ) ; if ( arg2 ) { params . append ( arg1 ) ; } else { arg1 = escapeString ( arg1 ) ; params . append ( '"' ) . append ( arg1 ) . append ( '"' ) ; } return this ; } |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.