idx int64 0 25k | question stringlengths 71 7.19k | target stringlengths 20 663 |
|---|---|---|
22,500 | get the element id the will receive focus during next update . concode_field_sep Pattern ClientIdPattern concode_field_sep void manageFocus concode_elem_sep void setFocus concode_elem_sep boolean isFocusSet concode_elem_sep String getReceivedFocus | String function ( FacesContext arg0 ) { return ( String ) arg0 . getExternalContext ( ) . getRequestMap ( ) . get ( FocusController . class . getName ( ) ) ; } |
22,501 | sets the value of the name property . concode_field_sep String name concode_elem_sep List<Serializable> content concode_field_sep String getName concode_elem_sep List<Serializable> getContent | void function ( String arg0 ) { this . name = arg0 ; } |
22,502 | iterating method that is manually synchronized concode_field_sep List<Integer> s concode_elem_sep ThreadLocal<Random> s_random concode_field_sep Object getInt concode_elem_sep boolean removeInt concode_elem_sep int size concode_elem_sep boolean addAll concode_elem_sep boolean containsInt concode_elem_sep void clear con... | boolean function ( Collection < Integer > arg0 ) { boolean loc0 = true ; synchronized ( s ) { for ( Integer loc1 : arg0 ) loc0 &= this . removeInt ( loc1 ) ; } return loc0 ; } |
22,503 | get message concode_field_sep Integer code concode_elem_sep String type concode_elem_sep String message concode_field_sep String toIndentedString concode_elem_sep ModelApiResponse code concode_elem_sep String getType concode_elem_sep int hashCode concode_elem_sep void setCode concode_elem_sep boolean equals concode_ele... | String function ( ) { return message ; } |
22,504 | return true if object is between lower and upper concode_field_sep String[] args concode_elem_sep List<Runnable> initThreadHooks concode_elem_sep boolean hard concode_elem_sep Logger log concode_elem_sep List<Runnable> shutdownHooks concode_field_sep void setHardAssert concode_elem_sep void initThread concode_elem_sep ... | boolean function ( ClarionObject arg0 , ClarionObject arg1 , ClarionObject arg2 ) { return ( arg0 . compareTo ( arg1 ) >= 0 && arg0 . compareTo ( arg2 ) <= 0 ) ; } |
22,505 | returns the docvalues generation of this field , or -1 if no docvalues updates exist for it . concode_field_sep DocValuesType docValuesType concode_elem_sep int number concode_elem_sep boolean omitNorms concode_elem_sep int pointDimensionCount concode_elem_sep int pointNumBytes concode_elem_sep IndexOptions indexOption... | long function ( ) { return dvGen ; } |
22,506 | visits the enclosing class of the class . this method must be called only if the class has an enclosing class . concode_field_sep ClassVisitor cv concode_elem_sep int api concode_field_sep FieldVisitor visitField concode_elem_sep void visitInnerClass concode_elem_sep void visitEnd concode_elem_sep void visitAttribute c... | void function ( String arg0 , String arg1 , String arg2 ) { if ( cv != null ) { cv . visitOuterClass ( arg0 , arg1 , arg2 ) ; } } |
22,507 | set the id or position of this effect in a sequence 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 String sequence concode_elem_sep f... | void function ( int arg0 ) { this . sequenceId = arg0 ; } |
22,508 | gets the owners for the lockedobject concode_field_sep String path concode_elem_sep int lockDepth concode_elem_sep String[] owner concode_elem_sep boolean exclusive concode_elem_sep String type concode_elem_sep String id concode_elem_sep LockedObject parent concode_elem_sep Logger LOGGER concode_elem_sep long expiresAt... | String [ ] function ( ) { return owner ; } |
22,509 | password setter method . concode_field_sep String hostname concode_elem_sep String password concode_elem_sep Folder folder concode_elem_sep String protocol concode_elem_sep Session session concode_elem_sep Store store concode_elem_sep String mbox concode_elem_sep URLName url concode_elem_sep String username concode_fie... | void function ( String arg0 ) { this . password = arg0 ; } |
22,510 | gets the current value of the wasb_bytes_read_last_second counter . concode_field_sep PlaceHolder placeHolder concode_field_sep long getCurrentTotalBytesRead concode_elem_sep long getCurrentBytesWritten concode_elem_sep long getLongGaugeValue concode_elem_sep long getCurrentTotalBytesWritten concode_elem_sep long getCu... | long function ( AzureFileSystemInstrumentation arg0 ) { return getLongGaugeValue ( arg0 , WASB_BYTES_READ ) ; } |
22,511 | returns whether this component should be shown on the palette . for more detail , see javadoc for com.google.appinventor.client.editor.simple.componentdatabase #gethelpstring string . concode_field_sep SimpleEditor editor concode_elem_sep SimpleComponentDatabase COMPONENT_DATABASE concode_elem_sep boolean showOnPalette... | boolean function ( ) { return showOnPalette ; } |
22,512 | gets the value of the slotbehavior property . concode_field_sep String videoMidrollFrequency concode_elem_sep Long minVideoAdDuration concode_elem_sep MidrollFrequencyType videoMidrollFrequencyType concode_elem_sep Long maxPodDuration concode_elem_sep Long id concode_elem_sep Long maxVideoAdDuration concode_elem_sep Ad... | AdRuleSlotBehavior function ( ) { return slotBehavior ; } |
22,513 | a list of event instances . note : this method appends the values to the existing list if any . use #setevents java.util.collection or #withevents java.util.collection if you want to override theexisting values . returns a reference to this object so that method calls can be chained together . concode_field_sep String ... | DescribeEventsResult function ( Event ... arg0 ) { if ( getEvents ( ) == null ) setEvents ( new java . util . ArrayList < Event > ( arg0 . length ) ) ; for ( Event loc0 : arg0 ) { getEvents ( ) . add ( loc0 ) ; } return this ; } |
22,514 | setter method for callbackworkflowruleid concode_field_sep int subSubCatId concode_elem_sep String classificationName concode_elem_sep String circleName concode_elem_sep String subSubCategoryName concode_elem_sep int subCatId concode_elem_sep String callBackWorkFlowName concode_elem_sep long serialVersionUID concode_el... | void function ( int arg0 ) { this . callBackWorkFlowRuleID = arg0 ; } |
22,515 | prints a string to standard error , followed by a newline . concode_field_sep boolean NOCONSOLE concode_field_sep byte[] inf concode_elem_sep void stack concode_elem_sep void stack concode_elem_sep void stack concode_elem_sep void stack concode_elem_sep void outln concode_elem_sep void outln concode_elem_sep void debug... | void function ( final Object arg0 , final Object ... arg1 ) { err ( ( arg0 instanceof Throwable ? message ( ( Throwable ) arg0 ) : arg0 ) + NL , arg1 ) ; } |
22,516 | gets the change type . concode_field_sep String artifactCompleteName concode_elem_sep PathElement parent concode_elem_sep int hashcode concode_elem_sep long serialVersionUID concode_elem_sep String repositoryName concode_elem_sep ChangeType changeType concode_elem_sep Date lastProcessedDate concode_elem_sep String orig... | ChangeType function ( ) { return changeType ; } |
22,517 | gets the name value for this tax . concode_field_sep long serialVersionUID concode_elem_sep double percentage concode_elem_sep java.lang.Object __equalsCalc concode_elem_sep java.lang.String name concode_elem_sep boolean __hashCodeCalc concode_elem_sep java.lang.String id concode_elem_sep org.apache.axis.description.Ty... | java . lang . String function ( ) { return name ; } |
22,518 | converts a hexadecimal character to an integer . concode_field_sep Charset charset concode_elem_sep Charset DEFAULT_CHARSET concode_elem_sep char[] DIGITS_LOWER concode_elem_sep char[] DIGITS_UPPER concode_elem_sep String DEFAULT_CHARSET_NAME concode_field_sep byte[] encode concode_elem_sep Object encode concode_elem_s... | int function ( final char arg0 , final int arg1 ) { final int loc0 = Character . loc0 ( arg0 , 16 ) ; if ( loc0 == - 1 ) { throw new DecoderException ( "srini_string" + arg0 + "srini_string" + arg1 ) ; } return loc0 ; } |
22,519 | sets the property set . propertyset determines which property will be loaded on found item . if propertyset is null , all first class property are loaded on found item . concode_field_sep PropertySet propertySet concode_field_sep void internalValidate concode_elem_sep void writeAttributesToXml concode_elem_sep Property... | void function ( PropertySet arg0 ) { this . propertySet = arg0 ; } |
22,520 | 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_field_sep HsqlArrayList listVisibleUsers concode_elem_sep void removeSchemaReference concode_elem_sep String[] getIni... | User function ( ) { return GranteeManager . systemAuthorisation ; } |
22,521 | 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 ) ; } |
22,522 | loads and compiles a fragment shader , returning the opengl object id . concode_field_sep String TAG concode_field_sep boolean validateProgram concode_elem_sep int compileVertexShader concode_elem_sep int compileShader concode_elem_sep int linkProgram | int function ( String arg0 ) { return compileShader ( GL_FRAGMENT_SHADER , arg0 ) ; } |
22,523 | sets the value of the src property . concode_field_sep Layout layout concode_elem_sep String flavour concode_elem_sep String src concode_elem_sep String width concode_elem_sep BigDecimal refresh concode_elem_sep Label label concode_elem_sep String height concode_field_sep Label getLabel concode_elem_sep String getSrc c... | void function ( String arg0 ) { this . src = arg0 ; } |
22,524 | load the given resource from the class path . not to be overridden by application developers , who should obtain instances of this class from the static #getinstance method.protected for testability . concode_field_sep Map<DataSource,SQLErrorCodes> dataSourceCache concode_elem_sep String SQL_ERROR_CODE_DEFAULT_PATH con... | Resource function ( String arg0 ) { return new ClassPathResource ( arg0 , getClass ( ) . getClassLoader ( ) ) ; } |
22,525 | calls #generatecontentidfromaddrspec string with #generaterfc822addrspec as parameter . concode_field_sep String CID_URL_SCHEME concode_field_sep String generateCidFromAddrSpec concode_elem_sep String generateRFC822AddrSpec concode_elem_sep String convertCidToContentID concode_elem_sep String convertContentIDToCid conc... | String function ( ) { return generateContentIDFromAddrSpec ( generateRFC822AddrSpec ( ) ) ; } |
22,526 | sets the company id of this user tracker path . concode_field_sep UserTrackerPath _userTrackerPath concode_field_sep boolean isFinderCacheEnabled concode_elem_sep void setExpandoBridgeAttributes concode_elem_sep void setExpandoBridgeAttributes concode_elem_sep void setExpandoBridgeAttributes concode_elem_sep boolean is... | void function ( long arg0 ) { _userTrackerPath . setCompanyId ( arg0 ) ; } |
22,527 | sets the point for this state . concode_field_sep Note myNote concode_elem_sep String name concode_elem_sep boolean selected concode_elem_sep char SS concode_elem_sep Automaton automaton concode_elem_sep String[] labels concode_elem_sep int id concode_elem_sep String label concode_elem_sep Point point concode_elem_sep ... | void function ( Point arg0 ) { this . point = arg0 ; getAutomaton ( ) . distributeStateEvent ( new AutomataStateEvent ( getAutomaton ( ) , this , false , true , false ) ) ; } |
22,528 | get the binaryfile manager concode_field_sep BinaryFileManager instance concode_elem_sep File binaryFile concode_field_sep void setBinaryPath concode_elem_sep File buildFilePath concode_elem_sep File buildFilePath concode_elem_sep File buildFlvFilePath concode_elem_sep File buildThumbFilePath concode_elem_sep File buil... | BinaryFileManager function ( ) { return instance ; } |
22,529 | convenience method for defining methods on a submodule . concode_field_sep PlaceHolder placeHolder concode_field_sep RubyHash toJsonRawObject concode_elem_sep IRubyObject json_create concode_elem_sep void populate concode_elem_sep IRubyObject to_json concode_elem_sep IRubyObject to_json concode_elem_sep IRubyObject to_... | void function ( RubyModule arg0 , String arg1 , Class arg2 ) { RubyModule loc0 = arg0 . defineModuleUnder ( arg1 ) ; loc0 . defineAnnotatedMethods ( arg2 ) ; } |
22,530 | get version count concode_field_sep int m_databaseCount concode_elem_sep String ALLOW_CLIENT_QUERY_DB_PWD concode_elem_sep int m_versionCount concode_elem_sep CLogger log concode_elem_sep int m_no concode_elem_sep int s_no concode_field_sep String getMainVersion concode_elem_sep String getDbPwd concode_elem_sep String ... | int function ( ) { return m_versionCount ; } |
22,531 | get the class name . concode_field_sep ValueNumber ref concode_elem_sep String fieldName concode_elem_sep String fieldSig concode_elem_sep String className concode_field_sep boolean isStatic concode_elem_sep String getFieldSig concode_elem_sep String toString concode_elem_sep String getFieldName concode_elem_sep boolea... | String function ( ) { return className ; } |
22,532 | sets the class whose objects this query searches for . concode_field_sep String _filterString concode_elem_sep String _variableString concode_elem_sep String _importString concode_elem_sep boolean _needsCompilation concode_elem_sep Map _variables concode_elem_sep PersistenceManagerImpl _persistenceManager concode_elem_... | void function ( Class arg0 ) { _searchedClass = arg0 ; _needsCompilation = true ; } |
22,533 | sets the value of the activitydesc property . concode_field_sep String activityCode concode_elem_sep XMLGregorianCalendar createdDate concode_elem_sep XMLGregorianCalendar processingDate concode_elem_sep long serialVersionUID concode_elem_sep String reasonCode concode_elem_sep String msisdn concode_elem_sep XMLGregoria... | void function ( String arg0 ) { this . activityDesc = arg0 ; } |
22,534 | generate the offset based on file index and offset within single file concode_field_sep HdfsReaderFactory.ReaderType readerType concode_elem_sep String curSingleFileOffset concode_elem_sep SingleFileHdfsReader curReader concode_elem_sep int curFileIndex concode_elem_sep Logger LOG concode_elem_sep int numRetries concod... | String function ( int arg0 , String arg1 ) { return arg0 + DELIMITER + arg1 ; } |
22,535 | get the server header . applies to the connected frame . concode_field_sep String CONTENT_LENGTH concode_elem_sep String ACK concode_elem_sep Map<String,List<String>> headers concode_elem_sep String LOGIN concode_elem_sep String SERVER concode_elem_sep String SESSION concode_elem_sep String PASSCODE concode_elem_sep St... | String function ( ) { return getFirst ( SERVER ) ; } |
22,536 | reference to a pre-configured redisconnectionfactory instance to use . concode_field_sep RedisTemplate redisTemplate concode_elem_sep boolean managedListenerContainer concode_elem_sep String channels concode_elem_sep Integer port concode_elem_sep RedisConnectionFactory connectionFactory concode_elem_sep String host con... | void function ( RedisConnectionFactory arg0 ) { this . connectionFactory = arg0 ; } |
22,537 | makes the specified adjustable track if the view area expands and the specified adjustable is located near the of the view . concode_field_sep PlaceHolder placeHolder concode_field_sep boolean contains concode_elem_sep void moveAdjustable concode_elem_sep void selectRow concode_elem_sep void selectRow concode_elem_sep ... | void function ( Adjustable arg0 ) { if ( arg0 == null ) { return ; } arg0 . addAdjustmentListener ( new TrackingAdjustmentListener ( ) ) ; } |
22,538 | set the headers concode_field_sep FhirContext CTX concode_elem_sep String PROCESSING concode_elem_sep UriInfo theUriInfo concode_elem_sep JaxRsExceptionInterceptor DEFAULT_EXCEPTION_HANDLER concode_elem_sep String ERROR concode_elem_sep HttpHeaders theHeaders concode_field_sep List<IServerInterceptor> getInterceptors c... | void function ( final HttpHeaders arg0 ) { this . theHeaders = arg0 ; } |
22,539 | sets the value . concode_field_sep int[] indexValues concode_elem_sep double[] attributeValues concode_elem_sep int numberAttributes concode_field_sep int numAttributes concode_elem_sep int locateIndex concode_elem_sep int[] getIndexValues concode_elem_sep int getNumberAttributes concode_elem_sep double valueSparse con... | void function ( int arg0 , double arg1 ) { int loc0 = locateIndex ( arg0 ) ; if ( loc0 ( loc0 ) == arg0 ) { this . attributeValues [ loc0 ] = arg1 ; } else { } } |
22,540 | this function get maximum id that can be assigned to new interviewer . concode_field_sep InterviewManager interviewManager concode_elem_sep Logger LOGGER concode_field_sep String saveProfile concode_elem_sep String addInterviewer concode_elem_sep InterviewManager getInstance concode_elem_sep Interviewer getInterviewer | String function ( StudySpace arg0 ) { return arg0 . getNewId ( ) ; } |
22,541 | getter for symmetric key . concode_field_sep SymmetricKey SymmetricKey concode_field_sep placeholderType placeHolder | SymmetricKey function ( ) { return this . SymmetricKey ; } |
22,542 | check that this class implements publiccloneable . concode_field_sep PlaceHolder placeHolder concode_field_sep void testCloning concode_elem_sep void testSerialization concode_elem_sep void testHashcode concode_elem_sep void testGetLegendItemSeriesIndex concode_elem_sep void testEquals | void function ( ) { AreaRenderer loc0 = new AreaRenderer ( ) ; assertTrue ( loc0 instanceof PublicCloneable ) ; } |
22,543 | gets the value of the rtept 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 rtept property . for example , to add a new item , do as fol... | List < WptType > function ( ) { if ( rtept == null ) { rtept = new ArrayList < WptType > ( ) ; } return this . rtept ; } |
22,544 | increment the element value must be a number . concode_field_sep CacheImpl forcedCacheImpl concode_elem_sep CacheImpl cacheImpl concode_field_sep void add concode_elem_sep void add concode_elem_sep void init concode_elem_sep void set concode_elem_sep void set concode_elem_sep boolean safeReplace concode_elem_sep void r... | long function ( String arg0 , int arg1 ) { return cacheImpl . incr ( arg0 , arg1 ) ; } |
22,545 | method to add the passed userbean to the current user list concode_field_sep String DEFAULT_COLOR concode_elem_sep Vector colorList concode_elem_sep boolean stamp concode_elem_sep String[] ALL_COLORS concode_elem_sep Log log concode_elem_sep ChatState singleton concode_elem_sep Random generator concode_elem_sep Vector ... | void function ( UserBean arg0 ) { arg0 . setColor ( generateColorCode ( ) ) ; userList . add ( arg0 ) ; } |
22,546 | put existing or newly-instantiated attribute type in the model concode_field_sep PlaceHolder placeHolder concode_field_sep String handleSubmit concode_elem_sep Collection<String> getDatatypes concode_elem_sep Collection<String> getHandlers concode_elem_sep void showForm | LocationAttributeType function ( @ RequestParam ( value = "srini_string" , required = false ) LocationAttributeType arg0 ) { if ( arg0 == null ) { arg0 = new LocationAttributeType ( ) ; } return arg0 ; } |
22,547 | test method for org.openpreservation.jhove.jhovereleasedetails #getbuilddate . concode_field_sep PlaceHolder placeHolder concode_field_sep void testEqualsContract concode_elem_sep void testToString concode_elem_sep void testGetVersion concode_elem_sep void testGetInstance | void function ( ) { ReleaseDetails loc0 = ReleaseDetails . getInstance ( ) ; SimpleDateFormat loc1 = new SimpleDateFormat ( "srini_string" ) ; Date loc2 = loc1 . parse ( "srini_string" ) ; assertTrue ( loc0 . getBuildDate ( ) . equals ( loc2 ) ) ; } |
22,548 | do nothing concode_field_sep long serialVersionUID concode_field_sep void warn concode_elem_sep void warn concode_elem_sep void trace concode_elem_sep void trace concode_elem_sep void debug concode_elem_sep void debug concode_elem_sep boolean isInfoEnabled concode_elem_sep boolean isErrorEnabled concode_elem_sep boolea... | void function ( Object arg0 ) { } |
22,549 | subclasses may override this concode_field_sep long serialVersionUID concode_field_sep boolean declaresTables concode_elem_sep void bind concode_elem_sep boolean declaresWindows concode_elem_sep Configuration configuration concode_elem_sep void toSQL concode_elem_sep boolean generatesCast concode_elem_sep int hashCode ... | boolean function ( ) { return false ; } |
22,550 | this method sets the base url name for data files associated with the file . the baseurl should be null by default , which is an indicator to the loader that it should look for any associated files starting from the same place as the url passed into the load url method . note : users of setbaseurl would then use load u... | void function ( URL arg0 ) { baseUrl = arg0 ; } |
22,551 | number of brokers currently running . concode_field_sep String confPath concode_elem_sep int maxBrokers concode_elem_sep Path dataDir concode_elem_sep int runningBrokers concode_elem_sep String id concode_elem_sep int availableBrokers concode_elem_sep Map<String,IndexStats> indexStats concode_field_sep int getAvailable... | int function ( ) { return runningBrokers ; } |
22,552 | returns the transparency mode for this paint object . concode_field_sep ColorSpaceType colorSpace concode_elem_sep boolean isSimpleLookup concode_elem_sep SoftReference<int[][]> gradients concode_elem_sep int transparency concode_elem_sep SoftReference<int[]> gradient concode_elem_sep CycleMethod cycleMethod concode_el... | int function ( ) { return transparency ; } |
22,553 | this method is called after the operation was committed . it commits the change to the indexes . concode_field_sep int filePos concode_elem_sep int IN_MEMORY concode_elem_sep int STORED concode_elem_sep Row row concode_elem_sep short state concode_elem_sep short INSERT concode_elem_sep short operation concode_elem_sep ... | void function ( ) { table . commit ( operation , row ) ; } |
22,554 | return the custom data provided by the client . concode_field_sep String mUrl concode_elem_sep String mOriginalUrl concode_elem_sep byte[] mFlattenedData concode_elem_sep String mTouchIconUrlFromLink concode_elem_sep int mId concode_elem_sep String mTitle concode_elem_sep Object mCustomData concode_elem_sep int sNextId... | Object function ( ) { return mCustomData ; } |
22,555 | process a comet event . this method will rarely need to be provided by a subclass , unless it needs to reassociate a particular object with the thread that is processing the request . concode_field_sep String info concode_elem_sep Log containerLog concode_elem_sep ObjectName controller concode_elem_sep Log log concode_... | void function ( Request arg0 , Response arg1 , CometEvent arg2 ) { getNext ( ) . arg2 ( arg0 , arg1 , arg2 ) ; } |
22,556 | returns the lower bound . concode_field_sep double upperBound concode_elem_sep int alpha concode_elem_sep double lowerBound concode_field_sep int hashCode concode_elem_sep boolean equals concode_elem_sep Object clone concode_elem_sep double getUpperBound concode_elem_sep Paint getPaint concode_elem_sep int getAlpha | double function ( ) { return this . lowerBound ; } |
22,557 | ignore the time . concode_field_sep boolean ignoreTime concode_elem_sep int minId concode_elem_sep ArrayList<Location> specific_block_locations concode_elem_sep HashMap<String,MatchRule> entity_filters concode_elem_sep ArrayList<CommandSender> shared_players concode_elem_sep int limit concode_elem_sep PrismProcessType ... | void function ( boolean arg0 ) { this . ignoreTime = arg0 ; } |
22,558 | gets the value of the status property . concode_field_sep List<ABCOrder.OrderItems.Item> item concode_elem_sep short quantity concode_elem_sep float price concode_elem_sep String customerNum concode_elem_sep ABCOrder.Header header concode_elem_sep String orderNum concode_elem_sep String id concode_elem_sep ABCOrder.Ord... | String function ( ) { return status ; } |
22,559 | returns the response for the http redirect that triggered this response , or null if this response was n't triggered by an automatic redirect . the body of the returned response should not be read because it has already been consumed by the redirecting client . concode_field_sep Request request concode_elem_sep RawHead... | Response function ( ) { return redirectedBy ; } |
22,560 | gets the target component for an action . concode_field_sep MCTHousing targetHousing concode_elem_sep AbstractComponent inspectorComponent concode_elem_sep Set<JComponent> targetViewComponents concode_elem_sep AbstractComponent targetComponent concode_elem_sep Collection<View> selectedManifestations concode_elem_sep Ac... | AbstractComponent function ( ) { if ( targetComponent == null ) { if ( selectedManifestations . isEmpty ( ) ) return targetHousing != null ? targetHousing . getWindowComponent ( ) : null ; else return selectedManifestations . iterator ( ) . next ( ) . getManifestedComponent ( ) ; } return targetComponent ; } |
22,561 | inserts a new element in this buffer . if #remainingcapacity is zero , the oldest element is discarded . concode_field_sep Deque<SingleMetric> buffer concode_elem_sep int capacity concode_field_sep int size concode_elem_sep int remainingCapacity concode_elem_sep void reInsert concode_elem_sep List<SingleMetric> remove | void function ( SingleMetric arg0 ) { if ( arg0 == null ) { return ; } if ( remainingCapacity ( ) == 0 ) { buffer . removeLast ( ) ; } buffer . addFirst ( arg0 ) ; } |
22,562 | only the provider scope should have a null parent , it is an illegal state if a zone or region are orphaned concode_field_sep Location otherRegion concode_elem_sep Location otherZone concode_elem_sep Location host concode_elem_sep Location provider concode_elem_sep Location region concode_elem_sep Location orphanedZone... | void function ( ) { NullEqualToIsParentOrIsGrandparentOfCurrentLocation loc0 = new NullEqualToIsParentOrIsGrandparentOfCurrentLocation ( Suppliers . ofInstance ( orphanedRegion ) ) ; Hardware loc1 = new HardwareBuilder ( ) . id ( "srini_string" ) . location ( region ) . build ( ) ; loc0 . apply ( loc1 ) ; } |
22,563 | returns the id nguoi tao of this ke hoach kiem dem nuoc . concode_field_sep KeHoachKiemDemNuoc _keHoachKiemDemNuoc concode_field_sep void setExpandoBridgeAttributes concode_elem_sep void setExpandoBridgeAttributes concode_elem_sep void setExpandoBridgeAttributes concode_elem_sep java.util.Date getNgayXuatBan concode_el... | int function ( ) { return _keHoachKiemDemNuoc . getIdNguoiTao ( ) ; } |
22,564 | sets the value of the label property . concode_field_sep Layout layout concode_elem_sep Boolean sendOnFinish concode_elem_sep String mapping concode_elem_sep List<Address> address concode_elem_sep BigDecimal min concode_elem_sep String styling concode_elem_sep String flavour concode_elem_sep BigDecimal max concode_elem... | void function ( Label arg0 ) { this . label = arg0 ; } |
22,565 | returns true if the given username is a valid e-mail . concode_field_sep PersonValidator personValidator concode_elem_sep Log log concode_elem_sep Pattern EMAIL_PATTERN concode_field_sep boolean supports concode_elem_sep void validate concode_elem_sep boolean isUserNameValid | boolean function ( String arg0 ) { if ( StringUtils . isBlank ( arg0 ) ) { return false ; } Matcher loc0 = EMAIL_PATTERN . loc0 ( arg0 ) ; return loc0 . matches ( ) ; } |
22,566 | todo : concode_field_sep BigInteger m_rS concode_elem_sep BigInteger m_Y concode_elem_sep boolean m_isInited concode_elem_sep ConnectStrsTask m_cstAs concode_elem_sep IfcGetUsers m_getUsers concode_elem_sep Stack<EnumNAPMsgType> m_stackProtocol concode_elem_sep String m_Trans concode_elem_sep boolean m_isVerified conco... | void function ( EnumNAPMsgType [ ] arg0 ) { this . m_stackProtocol = new Stack < EnumNAPMsgType > ( ) ; for ( int loc0 = arg0 . length - 1 ; loc0 >= 0 ; loc0 -- ) { this . m_stackProtocol . push ( arg0 [ loc0 ] ) ; } } |
22,567 | the number of trusted signers for this cache behavior . concode_field_sep Integer quantity concode_elem_sep com.amazonaws.internal.ListWithAutoConstructFlag<String> items concode_elem_sep Boolean enabled concode_field_sep TrustedSigners withEnabled concode_elem_sep TrustedSigners withQuantity concode_elem_sep TrustedSi... | Integer function ( ) { return quantity ; } |
22,568 | gets when an box2dentity begins contact with a platform used for when the player begins contact with a platform concode_field_sep ContactManager contactManager concode_elem_sep Player player concode_field_sep ContactManager createInstance concode_elem_sep void endContact concode_elem_sep void preSolve concode_elem_sep ... | void function ( Contact arg0 ) { player . setOnGround ( true ) ; } |
22,569 | computes a linear congruential random number a random number of times . concode_field_sep int x concode_elem_sep int w concode_elem_sep AtomicLong seq concode_elem_sep long seed concode_elem_sep AtomicInteger seq concode_elem_sep long multiplier concode_elem_sep boolean started concode_elem_sep long mask concode_elem_s... | int function ( int arg0 ) { int loc0 = ( arg0 >>> 4 ) & 7 ; while ( loc0 -- > 0 ) { arg0 = ( arg0 * 2147483647 ) % 16807 ; } return arg0 ; } |
22,570 | validates the object . we use this opportunity to call listeners who have registered during the deserialization process , as listeners are not serialized . this method is called by the serialization system after the entire graph is read . this object has registered itself to the system with a priority of 10 . other cal... | void function ( ) { fireDatasetChanged ( ) ; } |
22,571 | getinputstreams . concode_field_sep List<RandomAccessFile> listRandomAccessFile concode_elem_sep String identifier concode_elem_sep FileCleaner fileCleaner concode_elem_sep byte[] data concode_elem_sep int SLEEP_TIME concode_elem_sep int containerType concode_elem_sep List<FixupStream> listFixupStream concode_elem_sep ... | List < InputStream > function ( ) { return listInputStream ; } |
22,572 | 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 ArrayList < Object > ( ) ; } return this . content ; } |
22,573 | move the square a few pixels down . concode_field_sep int xPosition concode_elem_sep int size concode_elem_sep String color concode_elem_sep int yPosition concode_elem_sep boolean isVisible concode_field_sep void erase concode_elem_sep void changeColor concode_elem_sep void makeVisible concode_elem_sep void draw concod... | void function ( ) { moveVertical ( 20 ) ; } |
22,574 | returns a mask of modifiers defined in keyevent for the keys pressed in this state . concode_field_sep MonocleWindow window concode_elem_sep int modifiers concode_elem_sep IntSet keysPressed concode_field_sep void copyTo concode_elem_sep void pressKey concode_elem_sep MonocleWindow getWindow concode_elem_sep int getMod... | int function ( ) { return modifiers ; } |
22,575 | if true run each crtjvapgm in a separate job . using a value of true setting will ignore the `` wait for optimizations '' attribute . if false will run each crtjvapgm in serial waiting for the first to end before the next crtjbapgm is run . concode_field_sep boolean optimizeInParallel_ concode_elem_sep PrintStream out_... | void function ( boolean arg0 ) { optimizeInParallel_ = arg0 ; } |
22,576 | get the configured debug level . concode_field_sep Logger logger concode_elem_sep Level debugLevel concode_field_sep void setUseParentHandlers concode_elem_sep String getName concode_elem_sep void log concode_elem_sep void log concode_elem_sep void log concode_elem_sep void log concode_elem_sep void log concode_elem_se... | Level function ( ) { return debugLevel ; } |
22,577 | returns the display height desired for the guacamole session over the tunnel being requested . concode_field_sep String VIDEO_PARAMETER concode_elem_sep String AUTH_TOKEN_PARAMETER concode_elem_sep String AUDIO_PARAMETER concode_elem_sep String IDENTIFIER_PARAMETER concode_elem_sep String AUTH_PROVIDER_IDENTIFIER_PARAM... | Integer function ( ) { return getIntegerParameter ( HEIGHT_PARAMETER ) ; } |
22,578 | returns an instance of logger with the default name concode_field_sep String FATAL_PREFIX concode_elem_sep Logger DEFAULT_LOG concode_elem_sep Logger logger concode_elem_sep Marker fatalMarker concode_elem_sep Object[] NULL_ARRAY concode_field_sep void warn concode_elem_sep void warn concode_elem_sep void warn concode_... | SPLogger function ( ) { return new SPLogger ( SPLogger . DEFAULT_LOG ) ; } |
22,579 | returns true if certificate matches ipaddress . concode_field_sep int ALT_IPA_NAME concode_elem_sep int ALT_DNS_NAME concode_elem_sep Pattern VERIFY_AS_IP_ADDRESS concode_elem_sep OkHostnameVerifier INSTANCE concode_field_sep boolean verifyHostName concode_elem_sep boolean verifyHostName concode_elem_sep List<String> g... | boolean function ( String arg0 , X509Certificate arg1 ) { for ( String loc0 : getSubjectAltNames ( arg1 , ALT_IPA_NAME ) ) { if ( arg0 . equalsIgnoreCase ( loc0 ) ) { return true ; } } return false ; } |
22,580 | gets the value of the value property . concode_field_sep String id concode_elem_sep String value concode_field_sep void setvalue concode_elem_sep void setId concode_elem_sep String getId | String function ( ) { return value ; } |
22,581 | changes milliseconds into date with format : mm/dd/yy hh : mm : ss concode_field_sep InetAddress myip concode_elem_sep Float theSum concode_elem_sep ArrayList<String> keyWords concode_elem_sep String theEvent concode_elem_sep boolean IAmGauge concode_elem_sep String theDate concode_elem_sep boolean IAmCounter concode_e... | String function ( long arg0 ) { SimpleDateFormat loc0 = new SimpleDateFormat ( "srini_string" ) ; Date loc1 = new Date ( arg0 ) ; return loc0 . format ( loc1 ) ; } |
22,582 | create a new file object from two file paths . concode_field_sep String LOG_TAG concode_field_sep long getFreeDiskSpace concode_elem_sep boolean testSaveLocationExists concode_elem_sep long freeSpaceCalculation concode_elem_sep String getTempDirectoryPath concode_elem_sep boolean testFileExists | File function ( String arg0 , String arg1 ) { File loc0 ; if ( arg1 . startsWith ( arg0 ) ) { loc0 = new File ( arg1 ) ; } else { loc0 = new File ( arg0 + "srini_string" + arg1 ) ; } return loc0 ; } |
22,583 | returns a string representation of the entry containing x-index and value concode_field_sep Object mData concode_elem_sep int mXIndex concode_elem_sep float mVal concode_field_sep float getVal concode_elem_sep int getXIndex concode_elem_sep void setData concode_elem_sep void setXIndex concode_elem_sep boolean equalTo c... | String function ( ) { return "srini_string" + mXIndex + "srini_string" + getVal ( ) ; } |
22,584 | create a certificatehandler instance from the supplied inputstream . the inputstream is expected to contain the certificate in either der format or pem format . the contents of the inputstream is expected to only contain a single certificate . concode_field_sep CertificateHandlerFactory f concode_field_sep CertificateH... | CertificateHandler function ( InputStream arg0 ) { return ( new X509Handler ( arg0 ) ) ; } |
22,585 | returns the first templates with the given name . concode_field_sep String fTemplateTag concode_elem_sep int TEMPLATE_PARSE_EXCEPTION concode_elem_sep String CONTEXT_ATTRIBUTE concode_elem_sep int TEMPLATE_IO_EXCEPTION concode_elem_sep ContextTypeRegistry fRegistry concode_elem_sep String DESCRIPTION_ATTRIBUTE concode_... | Template function ( String arg0 ) { for ( Iterator loc0 = fTemplates . loc0 ( ) ; loc0 . hasNext ( ) ; ) { Template loc1 = ( Template ) loc0 . next ( ) ; if ( loc1 . getName ( ) . equals ( arg0 ) ) { return loc1 ; } } return null ; } |
22,586 | returns the complete command line with command and arguments , as linkedlist concode_field_sep String name concode_elem_sep String parameters concode_field_sep void setName concode_elem_sep void setParameters concode_elem_sep String getName concode_elem_sep StringBuilder toCommandLine concode_elem_sep String getParamet... | List < String > function ( ) { if ( name == null ) { throw new JemRuntimeException ( "srini_string" ) ; } List < String > loc0 = new LinkedList < String > ( ) ; loc0 . add ( name ) ; if ( parameters != null ) { loc0 . add ( parameters ) ; } return loc0 ; } |
22,587 | put the pen down . moving afterwards will leave a line on the canvas . concode_field_sep int xPosition concode_elem_sep Random random concode_elem_sep Canvas canvas concode_elem_sep Color color concode_elem_sep int SQIGGLE_COUNT concode_elem_sep int SQIGGLE_SIZE concode_elem_sep int yPosition concode_elem_sep int rotat... | void function ( ) { penDown = true ; } |
22,588 | set the sigma size . concode_field_sep int alphaSize concode_elem_sep HashMap<Byte,Pair<Long,Integer>> alphabetMap concode_elem_sep int sampledSASize concode_elem_sep int bits concode_elem_sep int numContexts concode_elem_sep int sampledSABits concode_elem_sep byte EOF concode_elem_sep int samplingBase concode_elem_sep... | void function ( int arg0 ) { this . sigmaSize = arg0 ; } |
22,589 | sets the value of the feeamount property . concode_field_sep CFS2 cfs concode_elem_sep Reason reason concode_elem_sep BigDecimal feeAmount concode_elem_sep VanityName vanity concode_field_sep CFS2 getCfs concode_elem_sep BigDecimal getFeeAmount concode_elem_sep Reason getReason concode_elem_sep void setReason concode_e... | void function ( BigDecimal arg0 ) { this . feeAmount = arg0 ; } |
22,590 | find delegate by element language . delegate must be registered as language extension . concode_field_sep LanguageExtension<IntroduceParameterObjectDelegate> EP_NAME concode_field_sep boolean isEnabledOn concode_elem_sep PsiElement createNewParameterInitializerAtCallSite concode_elem_sep List<P> getAllMethodParameters ... | IntroduceParameterObjectDelegate < M , P , C > function ( @ NotNull PsiElement arg0 ) { return EP_NAME . forLanguage ( arg0 . getLanguage ( ) ) ; } |
22,591 | returns the current time of audio playback in seconds . concode_field_sep SourceDataLine dataLine concode_elem_sep boolean isPlaying concode_elem_sep ArrayList<Integer> scrubIndex concode_elem_sep long startTimeMS concode_elem_sep long totalTimeMS concode_elem_sep long currOffset concode_elem_sep long currTimeMS concod... | int function ( ) { return ( int ) ( currTimeMS / 1000 ) ; } |
22,592 | set property concode_field_sep String DEFAULT_LANGUAGE concode_elem_sep String DEFAULT_WINDOW_TAB_PLACEMENT concode_elem_sep String P_AUTO_COMMIT concode_elem_sep Logger log concode_elem_sep String DEFAULT_ORG concode_elem_sep String P_MENU_COLLAPSED concode_elem_sep String DEFAULT_CLIENT concode_elem_sep Properties pr... | void function ( String arg0 , boolean arg1 ) { setProperty ( arg0 , arg1 ? "srini_string" : "srini_string" ) ; } |
22,593 | called before the thrift handler method 's arguments are read . concode_field_sep PlaceHolder placeHolder concode_field_sep void handlerError concode_elem_sep void postRead concode_elem_sep Object getContext concode_elem_sep void preWrite concode_elem_sep void postWrite | void function ( Object arg0 , String arg1 ) { } |
22,594 | error log message with printf formatting . concode_field_sep int WARN concode_elem_sep int VERBOSE concode_elem_sep int ERROR concode_elem_sep int LOGLEVEL concode_elem_sep int DEBUG concode_elem_sep int INFO concode_field_sep boolean isLoggable concode_elem_sep void d concode_elem_sep void d concode_elem_sep void d co... | void function ( String arg0 , String arg1 , Object ... arg2 ) { if ( LOG . ERROR >= LOGLEVEL ) Log . e ( arg0 , String . format ( arg1 , arg2 ) ) ; } |
22,595 | this function is kept to provide backward compatibility . concode_field_sep ImpersonationProvider sip concode_elem_sep String CONF_HADOOP_PROXYUSER concode_field_sep void refreshSuperUserGroupsConfiguration concode_elem_sep void refreshSuperUserGroupsConfiguration concode_elem_sep void refreshSuperUserGroupsConfigurati... | void function ( UserGroupInformation arg0 , String arg1 , Configuration arg2 ) { authorize ( arg0 , arg1 ) ; } |
22,596 | reset the aggregator concode_field_sep double sum concode_field_sep void addNextValue concode_elem_sep void addNextValue concode_elem_sep String getReport concode_elem_sep ArrayList<String> getCombinerOutput concode_elem_sep double getSum | void function ( ) { sum = 0 ; } |
22,597 | put geo longitude . concode_field_sep long id concode_elem_sep String principalId concode_elem_sep Map<String,String> properties concode_elem_sep String type concode_field_sep void putAgent concode_elem_sep void setProperties concode_elem_sep void putTimestamp concode_elem_sep void putServerIpAddress concode_elem_sep S... | void function ( final String arg0 ) { put ( "srini_string" , arg0 ) ; } |
22,598 | repeat interval day , week , month , year , aso . concode_field_sep long interval concode_elem_sep JSONObject options concode_elem_sep AssetUtil assets concode_elem_sep String EXTRA concode_elem_sep Context context concode_field_sep Boolean isAutoClear concode_elem_sep String getText concode_elem_sep int getBadgeNumber... | long function ( ) { return interval ; } |
22,599 | returns the class name id of this web d a v props . concode_field_sep WebDAVProps _webDAVProps concode_field_sep void setExpandoBridgeAttributes concode_elem_sep void setExpandoBridgeAttributes concode_elem_sep void setExpandoBridgeAttributes concode_elem_sep boolean isEscapedModel concode_elem_sep boolean isCachedMode... | long function ( ) { return _webDAVProps . getClassNameId ( ) ; } |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.