idx int64 0 25k | question stringlengths 68 5.61k | target stringlengths 21 500 |
|---|---|---|
4,500 | gets the horizontal boolean value for the charts orientation . concode_field_sep String chart concode_elem_sep String DEFAULT_STRING concode_elem_sep String clickedValue concode_elem_sep boolean pie3D concode_elem_sep boolean axis concode_elem_sep Chart chartObject concode_elem_sep boolean horizontal concode_elem_sep b... | boolean function ( ) { return horizontal ; } |
4,501 | return the #key associated with this revision . concode_field_sep int VARIABLE_SIZE concode_elem_sep int size concode_elem_sep ByteBuffer bytes concode_elem_sep Action type concode_elem_sep L locator concode_elem_sep V value concode_elem_sep long version concode_elem_sep K key concode_field_sep long getVersion concode_... | K function ( ) { return key ; } |
4,502 | convert an array of string to hash map concode_field_sep PlaceHolder placeHolder concode_field_sep void divideArrIntoHalfArr concode_elem_sep void showStringArray concode_elem_sep void testshowArrayList concode_elem_sep void calculateAvg concode_elem_sep int findSmallestMultiple concode_elem_sep void showMap concode_el... | ArrayList < K > function ( HashMap < K , V > arg0 ) { ArrayList < K > loc0 = new ArrayList ( ) ; for ( K loc1 : arg0 . keySet ( ) ) loc0 . add ( loc1 ) ; return loc0 ; } |
4,503 | get the prefix value . concode_field_sep String container concode_elem_sep String prefix concode_elem_sep String format concode_field_sep String container concode_elem_sep ExportRDBParametersInner withContainer concode_elem_sep ExportRDBParametersInner withFormat concode_elem_sep ExportRDBParametersInner withPrefix con... | String function ( ) { return this . prefix ; } |
4,504 | return an iterator of all children of this node . if there are no children , an empty iterator is returned . concode_field_sep String name concode_elem_sep HashMap attributes concode_elem_sep TreeNode parent concode_elem_sep String body concode_elem_sep ArrayList children concode_field_sep TreeNode findChild concode_el... | Iterator function ( ) { if ( children == null ) return ( Collections . EMPTY_LIST . iterator ( ) ) ; else return ( children . iterator ( ) ) ; } |
4,505 | destroy the singleton instance , if any . concode_field_sep BeanFactory beanFactory concode_elem_sep Log logger concode_elem_sep T singletonInstance concode_elem_sep boolean singleton concode_elem_sep ClassLoader beanClassLoader concode_elem_sep T earlySingletonInstance concode_elem_sep boolean initialized concode_fiel... | void function ( ) { if ( isSingleton ( ) ) { destroyInstance ( this . singletonInstance ) ; } } |
4,506 | should this node hold data shards or not . concode_field_sep String hostName concode_elem_sep TransportAddress address concode_elem_sep ImmutableList<DiscoveryNode> EMPTY_LIST concode_elem_sep Version version concode_elem_sep String nodeName concode_elem_sep ImmutableMap<String,String> attributes concode_elem_sep Strin... | boolean function ( ) { String loc0 = attributes . get ( "srini_string" ) ; if ( loc0 == null ) { return ! clientNode ( ) ; } return Booleans . parseBooleanExact ( loc0 ) ; } |
4,507 | method settotaltimesheet . concode_field_sep int intTotalPage concode_elem_sep int intSearchStatus concode_elem_sep Collection arrListing concode_elem_sep int intRejectedTimesheets concode_elem_sep int intTotalTimesheet concode_elem_sep int intSearchSortBy concode_elem_sep String strSearchToDate concode_elem_sep int in... | void function ( int arg0 ) { this . intTotalTimesheet = arg0 ; } |
4,508 | getter method to get the modified date concode_field_sep String deptName concode_elem_sep String deptOffDays concode_elem_sep Integer deptParentId concode_elem_sep Date deptCreatedDate concode_elem_sep Integer deptId concode_elem_sep long serialVersionUID concode_elem_sep Integer deptStartTime concode_elem_sep String d... | Date function ( ) { return deptModifiedDate ; } |
4,509 | sets the ` dead ' bytes . these bytes are left if the content of the box has been parsed but not all bytes have been used up . concode_field_sep ContainerBox parent concode_elem_sep ByteBuffer deadBytes concode_elem_sep byte[] userType concode_elem_sep Logger LOG concode_elem_sep String type concode_elem_sep ByteBuffer... | void function ( ByteBuffer arg0 ) { deadBytes = arg0 ; } |
4,510 | removes an input from this module . concode_field_sep int depth concode_elem_sep String name concode_elem_sep List<JSModule> deps concode_elem_sep List<CompilerInput> inputs concode_elem_sep long serialVersionUID concode_field_sep void add concode_elem_sep void add concode_elem_sep List<String> getSortedDependencyNames... | void function ( CompilerInput arg0 ) { arg0 . setModule ( null ) ; inputs . remove ( arg0 ) ; } |
4,511 | the natural string representation of a word , a series of hex digits . concode_field_sep ArchitecturalWord value concode_field_sep Word lsh concode_elem_sep Word minus concode_elem_sep Word minus concode_elem_sep Word minus concode_elem_sep Word fromIntSignExtend concode_elem_sep boolean LT concode_elem_sep Word fromLo... | String function ( ) { return value . toString ( ) ; } |
4,512 | listen to events on all paths of the tree concode_field_sep List<SelectiveTree<T>> treeStack concode_elem_sep Tree<T> base concode_field_sep Tree<T> build concode_elem_sep TreeBuilder<T> builder concode_elem_sep TreeBuilder<T> builder concode_elem_sep TreeBuilder<T> convert concode_elem_sep TreeBuilder<T> convert conco... | TreeBuilder < T > function ( Listener < T > arg0 ) { return listen ( arg0 , PathUtil . allpathSelector ( ) ) ; } |
4,513 | returns the number of tick units in this collection . this method is required for the xml writer . concode_field_sep List tickUnits concode_elem_sep long serialVersionUID concode_field_sep void add concode_elem_sep TickUnit getLargerTickUnit concode_elem_sep TickUnit getCeilingTickUnit concode_elem_sep TickUnit getCeil... | int function ( ) { return this . tickUnits . size ( ) ; } |
4,514 | f0 - > block | assignmentstatement | arrayassignmentstatement | ifstatement | whilestatement | printstatement | messagesendstatement concode_field_sep PlaceHolder placeHolder concode_field_sep placeholderType placeHolder | R function ( Statement arg0 ) { R loc0 = null ; arg0 . f0 . accept ( this ) ; return loc0 ; } |
4,515 | shows an alert dialog box . concode_field_sep PlaceHolder placeHolder concode_field_sep String getMedia concode_elem_sep float getBolderFontWeight concode_elem_sep void handleElement concode_elem_sep String getDefaultFontFamily concode_elem_sep ExternalResourceSecurity getExternalResourceSecurity concode_elem_sep Strin... | void function ( String arg0 ) { System . err . println ( arg0 ) ; } |
4,516 | 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 ( ) ; } |
4,517 | configure the transaction to write and synchronously flush the log it when commits . this behavior may be set for a database environment using the environment.setmutableconfig method . any value specified to this method overrides that setting . the default is false for this class and true for the database environment .... | void function ( final boolean arg0 ) { this . sync = arg0 ; } |
4,518 | experimental , will be replaced . this allows handlers to be notified when other handlers are added . concode_field_sep JkHandler next concode_elem_sep int LAST concode_elem_sep WorkerEnv wEnv concode_elem_sep int HANDLE_RECEIVE_PACKET concode_elem_sep int HANDLE_THREAD_END concode_elem_sep int OK concode_elem_sep int ... | void function ( JkHandler arg0 ) { } |
4,519 | sends an email via smtp concode_field_sep String hostname concode_elem_sep String password concode_elem_sep Integer port concode_elem_sep Logger logger concode_elem_sep boolean popBeforeSmtp concode_elem_sep String from concode_elem_sep boolean tls concode_elem_sep String username concode_field_sep placeholderType plac... | boolean function ( @ ParamDoc ( name = "srini_string" ) String arg0 , @ ParamDoc ( name = "srini_string" ) String arg1 , @ ParamDoc ( name = "srini_string" ) String arg2 ) { return sendMail ( arg0 , arg1 , arg2 , null ) ; } |
4,520 | find the _ fields constant that matches name , or null if its not found . concode_field_sep org.apache.thrift.protocol.TField SCRIPT_FIELD_DESC concode_elem_sep String _fieldName concode_elem_sep org.apache.thrift.protocol.TStruct STRUCT_DESC concode_elem_sep short _thriftId concode_elem_sep Map<_Fields,org.apache.thri... | _Fields function ( String arg0 ) { return byName . get ( arg0 ) ; } |
4,521 | add a single entity into the existing entity list concode_field_sep List<TimelineEntity> entities concode_field_sep void addEntities concode_elem_sep void setEntities concode_elem_sep List<TimelineEntity> getEntities | void function ( TimelineEntity arg0 ) { entities . add ( arg0 ) ; } |
4,522 | set the strategy that will be used to configure the embedded database instance . call this when you wish to use an embedded database type not already supported . concode_field_sep boolean generateUniqueDatabaseName concode_elem_sep DataSourceFactory dataSourceFactory concode_elem_sep String DEFAULT_DATABASE_NAME concod... | void function ( EmbeddedDatabaseConfigurer arg0 ) { this . databaseConfigurer = arg0 ; } |
4,523 | obtains the content-encoding header . the default implementation returns the value of the #contentencoding contentencoding attribute . concode_field_sep Header contentEncoding concode_elem_sep boolean chunked concode_elem_sep Header contentType concode_field_sep boolean isChunked concode_elem_sep void setContentEncodin... | Header function ( ) { return this . contentEncoding ; } |
4,524 | serialize an instance , restore it , and check for equality . concode_field_sep PlaceHolder placeHolder concode_field_sep void test9999Previous concode_elem_sep void testDateConstructor1 concode_elem_sep void testGetStart concode_elem_sep void testGetLastMillisecond concode_elem_sep void testGetSerialIndex concode_elem... | void function ( ) { Year loc0 = new Year ( 1999 ) ; Year loc1 = ( Year ) TestUtilities . serialised ( loc0 ) ; assertEquals ( loc0 , loc1 ) ; } |
4,525 | get the injector for the item to be bound . concode_field_sep AtomicInteger refcnt concode_elem_sep ServiceController<?> controller concode_elem_sep String name concode_elem_sep InjectedValue<ManagedReferenceFactory> managedReferenceFactory concode_elem_sep Object source concode_elem_sep InjectedValue<ServiceBasedNamin... | InjectedValue < ManagedReferenceFactory > function ( ) { return managedReferenceFactory ; } |
4,526 | unwraps the given selection concode_field_sep Entry entry concode_field_sep EntryKind getEntryKind concode_elem_sep void selectionChanged concode_elem_sep void run | Entry function ( ISelection arg0 ) { IStructuredSelection loc0 = ( IStructuredSelection ) arg0 ; Object loc1 = loc0 . getFirstElement ( ) ; if ( loc1 == null ) return null ; return ( ( EntryEditPart ) loc1 ) . resolveSemanticElement ( ) ; } |
4,527 | used to determine if the given predicate is valid i.e. returns true for all items in this map . concode_field_sep PlaceHolder placeHolder concode_field_sep Object findResult concode_elem_sep Object findResult concode_elem_sep Object findResult concode_elem_sep Object findResult concode_elem_sep List<U> findResults conc... | boolean function ( Map < K , V > arg0 , BiPredicate < K , V > arg1 ) { for ( Map . Entry < K , V > loc0 : arg0 . entrySet ( ) ) { if ( arg1 . test ( loc0 . getKey ( ) , loc0 . getValue ( ) ) == false ) { return false ; } } return true ; } |
4,528 | set up a month equal to jan 1900 . request the previous month , it should be null . concode_field_sep Month jan1900 concode_elem_sep Month dec9999 concode_elem_sep Month nov9999 concode_elem_sep Month feb1900 concode_field_sep void testDateConstructor1 concode_elem_sep void testParseMonth concode_elem_sep void testGetS... | void function ( ) { Month loc0 = ( Month ) this . jan1900 . loc0 ( ) ; assertNull ( loc0 ) ; } |
4,529 | get preferred enable bnc flag concode_field_sep String PREF_SELECTOR_MODE concode_elem_sep int ENABLE_WORDNET concode_elem_sep String PREF_CACHE concode_elem_sep String PREF_SELECTOR concode_elem_sep String PREF_ENABLE_FRAMENET concode_elem_sep int ENABLE_FRAMENET concode_elem_sep String PREF_ENTRY_IMPORT concode_elem_... | boolean function ( final Context arg0 ) { final SharedPreferences loc0 = PreferenceManager . getDefaultSharedPreferences ( arg0 ) ; return loc0 . getBoolean ( Settings . PREF_ENABLE_BNC , true ) ; } |
4,530 | get the default formatted representation of the specified formattable . concode_field_sep String SIMPLEST_FORMAT concode_field_sep Formatter append concode_elem_sep Formatter append concode_elem_sep Formatter append concode_elem_sep Formatter append | String function ( final Formattable arg0 ) { return String . format ( SIMPLEST_FORMAT , arg0 ) ; } |
4,531 | returns the protocol provider instance that this member has originated in . concode_field_sep String participantID concode_elem_sep byte[] image concode_elem_sep List<WhiteboardParticipantListener> whiteboardParticipantListeners concode_elem_sep Logger logger concode_elem_sep ContactJabberImpl participant concode_elem_... | ProtocolProviderService function ( ) { return this . getWhiteboardSession ( ) . getProtocolProvider ( ) ; } |
4,532 | returns the size of the random exponent in bits . concode_field_sep int primeSize concode_elem_sep int exponentSize concode_field_sep int getPrimeSize | int function ( ) { return exponentSize ; } |
4,533 | set the resource adapter concode_field_sep long serialVersionUID concode_elem_sep String cfProperty concode_elem_sep PrintWriter logwriter concode_elem_sep ResourceAdapter ra concode_field_sep ManagedConnection createManagedConnection concode_elem_sep void setCfProperty concode_elem_sep void setLogWriter concode_elem_s... | void function ( ResourceAdapter arg0 ) { this . ra = arg0 ; } |
4,534 | set remote subject explicitly concode_field_sep InetAddress _remoteAddr concode_elem_sep Subject _subject concode_elem_sep AtomicInteger uniqueId concode_elem_sep Integer _reqID concode_elem_sep Map _storm_conf concode_elem_sep ThreadLocal<ReqContext> ctxt concode_field_sep Principal principal concode_elem_sep Subject ... | void function ( Subject arg0 ) { _subject = arg0 ; } |
4,535 | gets the value of the templateref property . concode_field_sep Tlds tlds concode_elem_sep ResourceType templateRef concode_elem_sep Documents documents concode_elem_sep Tutorials tutorials concode_field_sep void setTemplateRef concode_elem_sep Tutorials getTutorials concode_elem_sep void setTutorials concode_elem_sep D... | ResourceType function ( ) { return templateRef ; } |
4,536 | places the rgba values from the given color object into the destination array . concode_field_sep PlaceHolder placeHolder concode_field_sep int getBrightness concode_elem_sep Color getColor concode_elem_sep Color getForegroundColorFromBackgroundColor concode_elem_sep Color getRandomColor | void function ( Color arg0 , float [ ] arg1 ) { arg0 . getRGBComponents ( arg1 ) ; } |
4,537 | required . the workflowid of the workflow execution to be signaled . constraints : length : 1 - 256 concode_field_sep String signalName concode_elem_sep String input concode_elem_sep String control concode_elem_sep String runId concode_elem_sep String workflowId concode_field_sep void setSignalName concode_elem_sep Str... | String function ( ) { return workflowId ; } |
4,538 | sets the color . concode_field_sep String color concode_elem_sep long serialVersionUID concode_elem_sep Number value concode_field_sep Number getValue concode_elem_sep void setValue concode_elem_sep String getColor | void function ( String arg0 ) { this . color = arg0 ; } |
4,539 | returns a canonical form of this correlation key set . concode_field_sep String version concode_elem_sep Set<CorrelationKey> correlationKeys concode_elem_sep String VERSION_2 concode_elem_sep String VERSION_1 concode_elem_sep long serialVersionUID concode_field_sep CorrelationKeySet add concode_elem_sep int compare con... | String function ( ) { StringBuffer loc0 = new StringBuffer ( ) ; for ( CorrelationKey loc1 : correlationKeys ) { if ( loc0 . length ( ) > 0 ) { loc0 . append ( "srini_string" ) ; } loc0 . append ( "srini_string" ) . append ( escapeRightBracket ( loc1 . toCanonicalString ( ) ) ) . append ( "srini_string" ) ; } return "s... |
4,540 | gets the value of the repository 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 repository property . for example , to add a new item ,... | List < String > function ( ) { if ( repository == null ) { repository = new ArrayList < > ( ) ; } return this . repository ; } |
4,541 | the unique id of this pipeline concode_field_sep String DESCRIPTION_KEY concode_elem_sep String description concode_elem_sep String id concode_elem_sep String PROCESSORS_KEY concode_elem_sep String ON_FAILURE_KEY concode_elem_sep CompoundProcessor compoundProcessor concode_field_sep List<Processor> flattenAllProcessors... | String function ( ) { return id ; } |
4,542 | tell the introspector to go look for other beaninfo itself . concode_field_sep PlaceHolder placeHolder concode_field_sep MethodDescriptor[] getMethodDescriptors concode_elem_sep int getDefaultPropertyIndex concode_elem_sep int getDefaultEventIndex concode_elem_sep EventSetDescriptor[] getEventSetDescriptors concode_ele... | BeanInfo [ ] function ( ) { return null ; } |
4,543 | the filter invocation definition source . concode_field_sep ProtectedResourceDetailsService protectedResourceDetailsService concode_elem_sep boolean requireAuthenticated concode_elem_sep Log LOG concode_elem_sep FilterInvocationSecurityMetadataSource objectDefinitionSource concode_elem_sep MessageSourceAccessor message... | void function ( FilterInvocationSecurityMetadataSource arg0 ) { this . objectDefinitionSource = arg0 ; } |
4,544 | add a cell to the current row of the table concode_field_sep int indexRow concode_elem_sep Repository functions concode_elem_sep String currentCell concode_elem_sep List currentRow concode_elem_sep List functionOccurences concode_elem_sep int indexCol concode_elem_sep List rows concode_elem_sep HashMap tableAttributes ... | void function ( String arg0 ) { if ( ! "srini_string" . equals ( currentCell ) ) { newCell ( ) ; } addText ( arg0 ) ; } |
4,545 | gets the id of the entity that sent out this packet . concode_field_sep int packetId concode_elem_sep int hopsNumber concode_elem_sep int last concode_elem_sep int netServiceType concode_elem_sep double bandwidth concode_elem_sep DecimalFormat num concode_elem_sep long pingSize concode_elem_sep Vector<Double> entryTime... | int function ( ) { return srcId ; } |
4,546 | generates a new non-guessable random string used for token/customer strings , secrets and verifier . concode_field_sep ConcurrentHashMap<String,Token> accessTokenByTokenString concode_elem_sep String owner concode_elem_sep ConcurrentHashMap<String,Consumer> consumerByConsumerKey concode_elem_sep Set<String> roles conco... | String function ( ) { final String loc0 = UUID . randomUUID ( ) . toString ( ) ; return loc0 . replaceAll ( "srini_string" , "srini_string" ) ; } |
4,547 | returns the index of the rule that has the focus . a rule is said to have focus when it 's ready to be fired , i.e. , the variables are filled such as the rule 's conditions are satisfied . concode_field_sep AbstractKnowledgeBase knowledgeBase concode_elem_sep int ruleIndex concode_field_sep void setObjects concode_ele... | int function ( ) { return ruleIndex ; } |
4,548 | this method was generated by mybatis generator . this method returns the value of the database column portal_access_key_record . org_guid concode_field_sep String accessKeyId concode_elem_sep String accessKeySecret concode_elem_sep String orgGuid concode_elem_sep Date activeTime concode_elem_sep Date createdTime concod... | String function ( ) { return orgGuid ; } |
4,549 | utility method for generating random double values in the range specified by the low and high attributes . used during the storeiventory initialization . concode_field_sep Random random concode_elem_sep RandomNumberGenerator randomNumberGenerator concode_field_sep int getRandomInteger concode_elem_sep void main concode... | double function ( double arg0 , double arg1 ) { double loc0 = random . nextDouble ( ) ; double loc1 = loc0 * ( arg1 - arg0 ) ; return loc1 + arg0 ; } |
4,550 | check if the http proxy should also be used for all other protocols . concode_field_sep PlaceHolder placeHolder concode_field_sep void installHttpSelector concode_elem_sep void installSocksSelector concode_elem_sep Properties parseSettings concode_elem_sep boolean hasProxySettings concode_elem_sep void installSecureSel... | boolean function ( Properties arg0 ) { return Boolean . parseBoolean ( arg0 . getProperty ( "srini_string" , "srini_string" ) ) ; } |
4,551 | create an ijavascriptunit info from the given compilation unit on disk . concode_field_sep HierarchyResolver hierarchyResolver concode_elem_sep String focusQualifiedName concode_elem_sep TypeHierarchy hierarchy concode_elem_sep NameLookup nameLookup concode_elem_sep Map infoToHandle concode_field_sep void worked concod... | ICompilationUnit function ( Openable arg0 , IFile arg1 ) { final char [ ] loc0 = arg0 . getElementName ( ) . toCharArray ( ) ; return new ResourceCompilationUnit ( arg1 , arg1 . getLocationURI ( ) ) { public char [ ] getFileName ( ) { return super . arg1 . getFullPath ( ) . toString ( ) . toCharArray ( ) ; } } ; } |
4,552 | gets the value of the query property . concode_field_sep String query concode_field_sep void setQuery | String function ( ) { return query ; } |
4,553 | returns the object reference template sequence repository id . concode_field_sep PlaceHolder placeHolder concode_field_sep ObjectReferenceTemplate[] extract concode_elem_sep ObjectReferenceTemplate[] read concode_elem_sep void insert concode_elem_sep TypeCode type concode_elem_sep void write | String function ( ) { return "srini_string" ; } |
4,554 | sets the value of the third property . concode_field_sep TrainOrderItem third concode_elem_sep TrainOrderItem first concode_elem_sep TrainOrderItem second concode_field_sep TrainOrderItem getThird concode_elem_sep void setSecond concode_elem_sep void setFirst concode_elem_sep TrainOrderItem getFirst concode_elem_sep Tr... | void function ( TrainOrderItem arg0 ) { this . third = arg0 ; } |
4,555 | it returns the number of pseudosequences that the database has concode_field_sep int numberOfElementsProjectedDatabase concode_elem_sep List<PseudoSequence> pseudoSequences concode_elem_sep int cumulativeSum concode_elem_sep int elementsProjectedDatabase concode_elem_sep int cumulativeSumNumberOfProjections concode_fie... | int function ( ) { return pseudoSequences . size ( ) ; } |
4,556 | removes the activity interpreter from the list of available interpreters . concode_field_sep SocialActivityInterpreterLocalService _service concode_field_sep java.lang.String getOSGiServiceIdentifier concode_elem_sep com.liferay.social.kernel.model.SocialActivityFeedEntry interpret concode_elem_sep com.liferay.social.k... | void function ( com . liferay . social . kernel . model . SocialActivityInterpreter arg0 ) { getService ( ) . deleteActivityInterpreter ( arg0 ) ; } |
4,557 | saves the information of an existing category concode_field_sep Result result concode_elem_sep CategoryRepository categoryRepository concode_elem_sep CategoryService categoryService concode_field_sep void add concode_elem_sep void edit concode_elem_sep void addSave concode_elem_sep void up concode_elem_sep void list co... | void function ( Category arg0 ) { this . categoryService . update ( arg0 ) ; this . result . redirectTo ( this ) . list ( ) ; } |
4,558 | register a new listener to the specified list of render groups . concode_field_sep IcePushClientLibrary icePushClient concode_elem_sep GWTPushContext instance concode_field_sep GWTPushContext getInstance concode_elem_sep void removePushEventListener | void function ( PushEventListener arg0 , String arg1 ) { String loc0 = icePushClient . createPushId ( ) ; arg0 . setPushId ( loc0 ) ; icePushClient . addGroupMember ( arg1 , loc0 ) ; arg0 . setGroup ( arg1 ) ; icePushClient . register ( loc0 , arg0 ) ; } |
4,559 | default implementation that returns the display name . concode_field_sep PlaceHolder placeHolder concode_field_sep SearchIndexBuilder makeSearchIndex concode_elem_sep void sendError concode_elem_sep void sendError concode_elem_sep void sendError concode_elem_sep void sendError concode_elem_sep void sendError concode_el... | String function ( ) { return getDisplayName ( ) ; } |
4,560 | returns the corresponding access flags of the given access level . concode_field_sep int PROTECTED concode_elem_sep int PRIVATE concode_elem_sep int ACCESS_MASK concode_elem_sep int PACKAGE_VISIBLE concode_elem_sep int PUBLIC concode_field_sep int accessLevel concode_elem_sep int replaceAccessFlags | int function ( int arg0 ) { switch ( arg0 ) { case PRIVATE : return ClassConstants . INTERNAL_ACC_PRIVATE ; default : return 0 ; case PROTECTED : return ClassConstants . INTERNAL_ACC_PROTECTED ; case PUBLIC : return ClassConstants . INTERNAL_ACC_PUBLIC ; } } |
4,561 | create an instance of jaxbelement concode_field_sep QName _CommonName_QNAME concode_field_sep CAURI createCAURI concode_elem_sep RequestFilter createRequestFilter concode_elem_sep OIDCollection createOIDCollection concode_elem_sep OID createOID concode_elem_sep CertificateValidity createCertificateValidity concode_elem... | JAXBElement < String > function ( String arg0 ) { return new JAXBElement < String > ( _CommonName_QNAME , String . class , null , arg0 ) ; } |
4,562 | sets the return value from this transaction . most of the time this should be called in #dointransaction session and it will be propagatedas a return type to #execute concode_field_sep T returnValue concode_field_sep void doInTransaction concode_elem_sep T execute | void function ( T arg0 ) { this . returnValue = arg0 ; } |
4,563 | sets the valueid value for this customlistcustomvalue . concode_field_sep java.lang.Long valueId concode_elem_sep java.lang.Boolean isInactive concode_elem_sep java.lang.Object __equalsCalc concode_elem_sep boolean __hashCodeCalc concode_elem_sep com.netsuite.webservices.setup.customization_2014_2.LanguageValue[] value... | void function ( java . lang . Long arg0 ) { this . valueId = arg0 ; } |
4,564 | gets the length in bytes of the padding presence field expected in the payload . this is determined by the #paddingpresent flag . concode_field_sep short ACK concode_elem_sep short PRIORITY concode_elem_sep short PADDED concode_elem_sep short END_STREAM concode_elem_sep short END_HEADERS concode_elem_sep short value co... | int function ( ) { return paddingPresent ( ) ? 1 : 0 ; } |
4,565 | removes a the dish at the given index on the ticket that is currently selected . caller should make sure currticket field is not null and index is valid . concode_field_sep long empID concode_elem_sep LogInScreen loginPanel concode_elem_sep ArrayList<Integer> listOfManagerIds concode_elem_sep int MCportNumber concode_e... | boolean function ( int arg0 ) { currTicket . removeDishFromTicket ( arg0 ) ; return true ; } |
4,566 | sets whether the executor should print progress results to `` standard out '' system #out . all progress messages are logged using the configured logging framework independent of the value set here . concode_field_sep String REMOTE_EXECUTOR_CLASS concode_elem_sep boolean printUpdatesToSysout concode_elem_sep String LOC... | void function ( boolean arg0 ) { this . printUpdatesToSysout = arg0 ; } |
4,567 | sets the value of the title 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 type concode_elem_sep String title concode_elem_sep JAXBElement<?... | void function ( String arg0 ) { this . title = arg0 ; } |
4,568 | create an instance of chargeinfotype.frequency concode_field_sep PlaceHolder placeHolder concode_field_sep OrderInfoType createOrderInfoType concode_elem_sep CouponInfoType createCouponInfoType concode_elem_sep ChargeInfoType createChargeInfoType concode_elem_sep PeriodicChargeInfoType createPeriodicChargeInfoType conc... | ChargeInfoType . Frequency function ( ) { return new ChargeInfoType . Frequency ( ) ; } |
4,569 | an optional attribute value of the token . tokens which are not used as syntactic sugar will often contain meaningful values that will be used later on by the compiler or interpreter . this attribute value is often different from the image . any subclass of token that actually wants to return a non-null value can overr... | Object function ( ) { return null ; } |
4,570 | pre : cierto post : getestado = this.estado . concode_field_sep String descripcion concode_elem_sep String especie concode_elem_sep String estado concode_elem_sep double precio concode_elem_sep String titulo concode_elem_sep String rutaImagen concode_elem_sep int idAnuncio concode_elem_sep String tipoIntercambio concod... | String function ( ) { return estado ; } |
4,571 | sets the first name of the user . concode_field_sep String firstName concode_elem_sep String lastName concode_elem_sep String password concode_elem_sep Integer id concode_elem_sep String email concode_elem_sep String username concode_field_sep void setPassword concode_elem_sep void setLastName concode_elem_sep String g... | void function ( String arg0 ) { this . firstName = arg0 ; } |
4,572 | reads the first entity with the given key in the datastore concode_field_sep Logger log concode_elem_sep Key applicationRootKey concode_field_sep void updateObjects concode_elem_sep void writeObject concode_elem_sep void updateDependents concode_elem_sep void deleteObjects concode_elem_sep void deleteObject concode_ele... | E function ( Class < E > arg0 , String arg1 ) { assertIsNonNullArgument ( arg0 , "srini_string" ) ; assertIsNonNullArgument ( arg1 , "srini_string" ) ; log . config ( LogBuilder . createSystemMessage ( ) . addMessage ( "srini_string" + arg0 . toString ( ) + "srini_string" + arg1 + "srini_string" ) . toString ( ) ) ; re... |
4,573 | information about the resource group . concode_field_sep ResourceGroup resourceGroup concode_field_sep int hashCode concode_elem_sep boolean equals concode_elem_sep DescribeResourceGroupResult clone concode_elem_sep void setResourceGroup concode_elem_sep String toString concode_elem_sep ResourceGroup getResourceGroup | DescribeResourceGroupResult function ( ResourceGroup arg0 ) { setResourceGroup ( arg0 ) ; return this ; } |
4,574 | handle an outgoing message by inserting any current arjuna context attached to the context into the message headers and handle an incoming message by retrieving the context from the headers and attaching it to the context , concode_field_sep Set<QName> headers concode_field_sep boolean handleMessageOutbound concode_ele... | boolean function ( SOAPMessageContext arg0 ) { final boolean loc0 = ( Boolean ) arg0 . get ( MessageContext . MESSAGE_OUTBOUND_PROPERTY ) ; if ( loc0 ) { return handleMessageOutbound ( arg0 ) ; } else { return handlemessageInbound ( arg0 ) ; } } |
4,575 | the background color of the highlighted line of script text . concode_field_sep int gutterTextPaddingLeft concode_elem_sep Logger LOG concode_elem_sep Font gutterTextFont concode_elem_sep Color background concode_elem_sep Color gutterBorderColor concode_elem_sep Style plain concode_elem_sep Map<String,Style> styles con... | Color function ( ) { return highlightedBackground ; } |
4,576 | gets the value of the content 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 content property . for example , to add a new item , do as... | List < Object > function ( ) { if ( content == null ) { content = new ArrayListWml < Object > ( this ) ; } return this . content ; } |
4,577 | writes a key-value pair to the outputstream . concode_field_sep OutputStreamCounter os concode_elem_sep byte NEWLINE concode_elem_sep Document document concode_elem_sep Rectangle pageSize concode_elem_sep byte EQUALS concode_elem_sep boolean closeStream concode_elem_sep boolean pause concode_elem_sep byte LT concode_el... | void function ( String arg0 , String arg1 ) { os . write ( SPACE ) ; write ( arg0 ) ; os . write ( EQUALS ) ; os . write ( QUOTE ) ; write ( arg1 ) ; os . write ( QUOTE ) ; } |
4,578 | set the new frequency , maintaining the phase concode_field_sep double n0 concode_elem_sep double n1 concode_elem_sep double k concode_elem_sep double fs concode_field_sep double getK concode_elem_sep void getSamples concode_elem_sep void getSamples concode_elem_sep double getFs concode_elem_sep void addSamples concode... | void function ( double arg0 ) { double loc0 = 2.0 * Math . PI * arg0 / fs ; k = getK ( arg0 ) ; double loc1 = Math . acos ( n0 ) ; if ( n1 > n0 ) loc1 = 2 * Math . PI - loc1 ; n0 = Math . cos ( loc1 ) ; n1 = Math . cos ( loc0 + loc1 ) ; } |
4,579 | first is a class with a method with arguments testclass1 #method1 testclass2 . next is a class with typed method testclass3 #method2 testclass4 , testclass5 . concode_field_sep Object mUse6 concode_elem_sep String ftpClient concode_elem_sep Class mUse1 concode_elem_sep Class mUse4 concode_elem_sep Class mUse2 concode_e... | void function ( ) { } |
4,580 | retrieve the input stream for the request . concode_field_sep HttpServletRequest request concode_field_sep String getCharacterEncoding concode_elem_sep String getContentType concode_elem_sep String toString concode_elem_sep int getContentLength | InputStream function ( ) { return request . getInputStream ( ) ; } |
4,581 | parses the specified step name in a linkwizardstep value . concode_field_sep WikiServiceAsync wikiService concode_elem_sep Map<LinkWizardStep,WizardStep> steps concode_elem_sep Config config concode_field_sep WizardStep createAttachmentSelectorStep concode_elem_sep WizardStep getStep concode_elem_sep WizardStep getStep... | LinkWizardStep function ( String arg0 ) { try { return LinkWizardStep . valueOf ( arg0 ) ; } catch ( Exception loc0 ) { return null ; } } |
4,582 | converts an array of class names to class types concode_field_sep String[] EMPTY_STRING concode_elem_sep Class[] PRIMITIVES concode_elem_sep String[] PRIMITIVE_NAMES concode_field_sep String[] toTypeNameArray concode_elem_sep String paramString concode_elem_sep PropertyDescriptor getPropertyDescriptor concode_elem_sep ... | Class [ ] function ( String [ ] arg0 ) { if ( arg0 == null ) return null ; Class [ ] loc0 = new Class [ arg0 . length ] ; for ( int loc1 = 0 ; loc1 < arg0 . length ; loc1 ++ ) { loc0 [ loc1 ] = forName ( arg0 [ loc1 ] ) ; } return loc0 ; } |
4,583 | returns next label . concode_field_sep String template concode_elem_sep boolean useFormatter concode_elem_sep AtomicLong counter concode_elem_sep long maxCount concode_elem_sep List<String> labels concode_field_sep List<String> getLabels concode_elem_sep int size concode_elem_sep String formatLabel concode_elem_sep voi... | String function ( ) { if ( labels != null ) { return labels . get ( ( ( Long ) counter . getAndIncrement ( ) ) . intValue ( ) ) ; } else { maxCount = counter . getAndIncrement ( ) ; return formatLabel ( maxCount ) ; } } |
4,584 | add unique indicators to the list of indicators managed by this class only unique indicators are added such that if a 50 day simple moving average is used in both the buy and sell triggers then it only needs to be included in the results object once so that duplicate redundant lines do not appear in the display chart .... | void function ( List < Indicator > arg0 ) { for ( Indicator loc0 : arg0 ) { if ( loc0 . getIndicatorStrategy ( ) . isDisplayIndicatorStrategy ( ) && ! this . indicators . contains ( loc0 ) ) { this . indicators . add ( loc0 ) ; } } } |
4,585 | draw a pentagon on the screen . concode_field_sep Random random concode_elem_sep Canvas myCanvas concode_field_sep void square concode_elem_sep void drawSquare concode_elem_sep void colorScribble concode_elem_sep void clear concode_elem_sep void drawSpiral concode_elem_sep void drawTriangle concode_elem_sep void drawPo... | void function ( ) { Pen loc0 = new Pen ( 120 , 160 , myCanvas ) ; loc0 . setColor ( Color . GREEN ) ; for ( int loc1 = 0 ; loc1 < 5 ; loc1 ++ ) { loc0 . move ( 80 ) ; loc0 . turn ( - 72 ) ; } } |
4,586 | adds parent directory of the file or the file itself , if it is a directory to the set of unreadable directories . concode_field_sep Logger logger concode_elem_sep Set<File> unwritableDirectories concode_elem_sep String MBEAN_NAME concode_elem_sep Set<File> unreadableDirectories concode_elem_sep BlacklistedDirectories ... | File function ( File arg0 ) { File loc0 = getDirectory ( arg0 ) ; if ( instance . unreadableDirectories . add ( loc0 ) ) { logger . warn ( "srini_string" , loc0 ) ; return loc0 ; } return null ; } |
4,587 | getter jumlah makhluk sampai sekarang ini . concode_field_sep ListMakhluk listM concode_elem_sep Board m concode_field_sep Vector<Makhluk> getList concode_elem_sep Board getBoard concode_elem_sep void update concode_elem_sep void createMakhluk concode_elem_sep void printExt | int function ( ) { return listM . size ( ) ; } |
4,588 | handle security exception concode_field_sep LocationService locationService concode_elem_sep ToneGenerator toneGenerator concode_elem_sep int PERMISSION_DENIED_ERROR_CODE concode_elem_sep Location lastLocation concode_elem_sep Integer PROVIDER_ID concode_elem_sep Config config concode_field_sep void onCreate concode_el... | void function ( SecurityException arg0 ) { JSONObject loc0 = JSONErrorFactory . getJSONError ( PERMISSION_DENIED_ERROR_CODE , arg0 . getMessage ( ) ) ; locationService . handleError ( loc0 ) ; } |
4,589 | writes count characters from str starting at offset to the target . concode_field_sep String TOKEN_NULL concode_elem_sep Object lock concode_field_sep void flush concode_elem_sep boolean checkError concode_elem_sep void close concode_elem_sep Writer append concode_elem_sep Writer append concode_elem_sep Writer append | void function ( String arg0 , int arg1 , int arg2 ) { if ( arg2 < 0 ) { throw new StringIndexOutOfBoundsException ( ) ; } char loc0 [ ] = new char [ arg2 ] ; arg0 . getChars ( arg1 , arg1 + arg2 , loc0 , 0 ) ; synchronized ( lock ) { write ( loc0 , 0 , loc0 . length ) ; } } |
4,590 | get the id assigned by zookeeper to this node concode_field_sep PlaceHolder placeHolder concode_field_sep String[] getAllClusterNodeAddresses concode_elem_sep String getCoordinatorNodeAddress concode_elem_sep boolean isClusteringEnabled | String function ( ) { ClusterManagementBeans loc0 = new ClusterManagementBeans ( ) ; return loc0 . getMyNodeID ( ) ; } |
4,591 | returns total number of bytes of input read by the inflater . the result value is limited by integer.max _ value . concode_field_sep boolean needsDictionary concode_elem_sep int inLength concode_elem_sep long streamHandle concode_elem_sep boolean finished concode_elem_sep int inRead concode_field_sep boolean needsDicti... | int function ( ) { if ( streamHandle == - 1 ) { throw new IllegalStateException ( ) ; } long loc0 = getTotalInImpl ( streamHandle ) ; return ( loc0 <= Integer . MAX_VALUE ? ( int ) loc0 : Integer . MAX_VALUE ) ; } |
4,592 | sets the flag that indicates whether or not the type is constrained . concode_field_sep Comments comments concode_elem_sep boolean nullable concode_elem_sep String name concode_elem_sep String description concode_elem_sep Class type concode_elem_sep boolean constrained concode_field_sep String getName concode_elem_sep ... | void function ( final boolean arg0 ) { this . constrained = arg0 ; } |
4,593 | converts a java map to scala . concode_field_sep PlaceHolder placeHolder concode_field_sep scala.collection.Seq<T> toSeq concode_elem_sep scala.collection.Seq<T> toSeq concode_elem_sep T[] asArray concode_elem_sep scala.collection.Seq<T> emptySeq concode_elem_sep scala.reflect.ClassTag<C> classTag concode_elem_sep scal... | scala . collection . immutable . Map < A , B > function ( Map < A , B > arg0 ) { return play . utils . Conversions . newMap ( scala . collection . JavaConverters . mapAsScalaMapConverter ( arg0 ) . asScala ( ) . toSeq ( ) ) ; } |
4,594 | an optional pagination token provided by a previous request . if this parameter is specified , the response includes only records beyond the marker , up to the value specified by maxrecords . returns a reference to this object so that method calls can be chained together . concode_field_sep String marker concode_elem_s... | DescribeDBParameterGroupsResult function ( String arg0 ) { this . marker = arg0 ; return this ; } |
4,595 | gets the instruction format . concode_field_sep int nextOpcode concode_elem_sep InsnFormat format concode_elem_sep boolean hasResult concode_elem_sep int opcode concode_elem_sep int family concode_field_sep int getNextOpcode concode_elem_sep String getName concode_elem_sep int getFamily concode_elem_sep boolean hasResu... | InsnFormat function ( ) { return format ; } |
4,596 | get container concode_field_sep C container concode_elem_sep long serialVersionUID concode_elem_sep Map<String,UiAction> actions concode_elem_sep DisplayMode displayMode concode_field_sep Map<String,UiAction> getActions concode_elem_sep DisplayMode getDisplayMode | C function ( ) { return container ; } |
4,597 | gets the source positions list . concode_field_sep CatchBuilder unprocessedCatches concode_elem_sep OutputFinisher unprocessedInsns concode_elem_sep int positionInfo concode_elem_sep DalvInsnList insns concode_elem_sep CatchTable catches concode_elem_sep PositionList positions concode_elem_sep LocalList locals concode_... | LocalList function ( ) { finishProcessingIfNecessary ( ) ; return locals ; } |
4,598 | sets the fontmapping attribute of the fontresolver object concode_field_sep HashMap available_fonts_hash concode_elem_sep HashMap instance_hash concode_field_sep void init concode_elem_sep void flushCache concode_elem_sep FSFont resolveFont concode_elem_sep Font resolveFont concode_elem_sep FSFont resolveFont concode_e... | void function ( String arg0 , Font arg1 ) { available_fonts_hash . put ( arg0 , arg1 . deriveFont ( 1f ) ) ; } |
4,599 | resolve msg in one of the resource bundles used by the system . concode_field_sep String PUBLISHER_ATTRIBUTE concode_elem_sep String _name concode_elem_sep String LANGUAGE_ATTRIBUTE concode_elem_sep OS UNDEFINED concode_elem_sep String VERSION_TAG concode_elem_sep String CLASS_ATTRIBUTE concode_elem_sep String RESOURCE... | String function ( String arg0 , Object arg1 ) { return resolveMessage ( arg0 , new Object [ ] { arg1 } ) ; } |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.