idx int64 0 25k | question stringlengths 72 5.69k | target stringlengths 21 481 |
|---|---|---|
23,000 | create a new item view that can be re-bound to other item data later . concode_field_sep MenuView mMenuView concode_elem_sep int mMenuLayoutRes concode_elem_sep Context mSystemContext concode_elem_sep MenuBuilder mMenu concode_elem_sep LayoutInflater mSystemInflater concode_elem_sep int mItemLayoutRes concode_elem_sep ... | MenuView . ItemView function ( ViewGroup arg0 ) { return ( MenuView . ItemView ) mSystemInflater . inflate ( mItemLayoutRes , arg0 , false ) ; } |
23,001 | reader bytes from an input stream and write then to an output stream . concode_field_sep Charset UTF8 concode_field_sep long getSize concode_elem_sep String readFromAsString concode_elem_sep Charset getCharset concode_elem_sep void writeToAsString | void function ( InputStream arg0 , OutputStream arg1 ) { ReaderWriter . writeTo ( arg0 , arg1 ) ; } |
23,002 | if the index is created because of a constraint . such indexes are to be dropped once the constraint is dropped . concode_field_sep boolean belongsToConstraint concode_elem_sep boolean unique concode_elem_sep boolean scan concode_elem_sep boolean persistent concode_elem_sep boolean spatial concode_elem_sep boolean hash... | boolean function ( ) { return belongsToConstraint ; } |
23,003 | getrowheaderlist concode_field_sep String[] m_rowHeaders concode_elem_sep Set<OnmsNode>[] m_rowNodes concode_elem_sep AggregateStatus[][] m_statusTable concode_elem_sep Set<OnmsNode>[] m_columnNodes concode_elem_sep String m_label concode_elem_sep String[] m_columnHeaders concode_elem_sep SimpleWebTable m_webTable conc... | List < String > function ( ) { return asLinkedList ( m_rowHeaders ) ; } |
23,004 | add property to the namespace . concode_field_sep Map<String,String> properties concode_elem_sep long serialVersionUID concode_elem_sep String namespaceName concode_field_sep Map<String,String> getProperties concode_elem_sep String getNamespaceName concode_elem_sep byte[] createProtobufOutput concode_elem_sep String to... | void function ( String arg0 , String arg1 ) { if ( properties == null ) { properties = new HashMap < String , String > ( ) ; } properties . put ( arg0 , arg1 ) ; } |
23,005 | deferred install , for when we 'll be running on another thread concode_field_sep FileInfo fileInfo concode_elem_sep boolean asyncLifecycle concode_elem_sep ThreadLocal holder concode_elem_sep UploadConfig uploadConfig concode_elem_sep String iframeContent concode_field_sep UploadStateHolder take concode_elem_sep void ... | void function ( ) { install ( ) ; } |
23,006 | determines whether a segment contains a black point concode_field_sep BitMatrix image concode_elem_sep int CORR concode_elem_sep int width concode_elem_sep int rightInit concode_elem_sep int downInit concode_elem_sep int INIT_SIZE concode_elem_sep int height concode_elem_sep int leftInit concode_elem_sep int upInit con... | boolean function ( int arg0 , int arg1 , int arg2 , boolean arg3 ) { if ( arg3 ) { for ( int loc0 = arg0 ; loc0 <= arg1 ; loc0 ++ ) { if ( image . get ( loc0 , arg2 ) ) { return true ; } } } else { for ( int loc0 = arg0 ; loc0 <= arg1 ; loc0 ++ ) { if ( image . get ( arg2 , loc0 ) ) { return true ; } } } return false ;... |
23,007 | gets the value of the algorithm property . concode_field_sep long serialVersionUID concode_elem_sep List<Object> content concode_elem_sep String algorithm concode_field_sep List<Object> getContent concode_elem_sep void setAlgorithm | String function ( ) { return algorithm ; } |
23,008 | prints the array . concode_field_sep PlaceHolder placeHolder concode_field_sep void reverseLevelOrder concode_elem_sep int heightOfTree concode_elem_sep int maximumSumByLeve concode_elem_sep int getDeepestNode concode_elem_sep void deleteNode concode_elem_sep Node createMirror concode_elem_sep boolean isStructurallyIde... | void function ( int [ ] arg0 , int arg1 ) { System . out . println ( ) ; for ( int loc0 = 0 ; loc0 < arg1 ; loc0 ++ ) { System . out . print ( arg0 [ loc0 ] + "srini_string" ) ; } } |
23,009 | retrieves a byte sequence representing the md5 digest of the specified byte sequence . concode_field_sep MessageDigest md5 concode_field_sep String encode | byte [ ] function ( byte [ ] arg0 ) { synchronized ( MD5 . class ) { if ( md5 == null ) { try { md5 = MessageDigest . getInstance ( "srini_string" ) ; } catch ( NoSuchAlgorithmException loc0 ) { throw new RuntimeException ( loc0 . toString ( ) ) ; } } return md5 . digest ( arg0 ) ; } } |
23,010 | this function should throw an exception or return a value . do not return null . concode_field_sep CLibrary INSTANCE concode_elem_sep Base base concode_field_sep void openURL concode_elem_sep File getDefaultSketchbookFolder concode_elem_sep void initBase concode_elem_sep void openFolder concode_elem_sep void setLookAnd... | File function ( ) { File loc0 = new File ( System . getProperty ( "srini_string" ) ) ; return new File ( loc0 , "srini_string" ) ; } |
23,011 | sets the value of the oid property . concode_field_sep Long oid concode_field_sep Long getOid | void function ( Long arg0 ) { this . oid = arg0 ; } |
23,012 | get value to be used as attribute ` member ' in some parent ldapobject concode_field_sep PlaceHolder placeHolder concode_field_sep void checkUuid concode_elem_sep void addMember concode_elem_sep LDAPQuery createQueryForUserSearch concode_elem_sep Set<String> getExistingMemberships concode_elem_sep LDAPObject addUserToL... | String function ( LDAPObject arg0 , MembershipType arg1 ) { return arg1 == MembershipType . DN ? arg0 . getDn ( ) . toString ( ) : arg0 . getAttributeAsString ( arg0 . getRdnAttributeName ( ) ) ; } |
23,013 | gets the value of the inhibitortype property . concode_field_sep List<String> inhibitorTarget concode_elem_sep String inhibitorType concode_elem_sep String inhibitorKey concode_field_sep void setInhibitorType concode_elem_sep List<String> getInhibitorTarget concode_elem_sep String getInhibitorKey concode_elem_sep void ... | String function ( ) { return inhibitorType ; } |
23,014 | this method is used to call a method of dao class to edit a retailer filter concode_field_sep PlaceHolder placeHolder concode_field_sep ArrayList getSubCategoryList concode_elem_sep boolean createRetailerFilter concode_elem_sep FilterVO editFilter concode_elem_sep ArrayList getSearchSubCategoryList concode_elem_sep Arr... | boolean function ( FilterVO arg0 , String arg1 ) { boolean loc0 = false ; FilterDAO loc1 = new FilterDAO ( ) ; loc0 = loc1 . editRetailerFilter ( arg0 , arg1 ) ; return loc0 ; } |
23,015 | the method info , inherited from class useraction . concode_field_sep Input input concode_elem_sep UserAction[] actions concode_elem_sep Tracker tracker concode_field_sep void select concode_elem_sep void show concode_elem_sep void execute concode_elem_sep void execute concode_elem_sep void execute concode_elem_sep voi... | String function ( ) { return String . format ( "srini_string" , this . key ( ) , "srini_string" ) ; } |
23,016 | appends the string specified in the constructor to the string passed as argument . concode_field_sep String toAppend concode_elem_sep String[] strings concode_field_sep String with concode_elem_sep String quote concode_elem_sep Object quote concode_elem_sep boolean isEmpty concode_elem_sep String concat concode_elem_se... | String function ( String arg0 ) { if ( ! arg0 . endsWith ( toAppend ) ) return concat ( arg0 , toAppend ) ; return arg0 ; } |
23,017 | put service ticket in request scope . concode_field_sep String CAS_ACCESS_DENIED_REASON concode_field_sep String getTicketGrantingTicketId concode_elem_sep void putLoginTicket concode_elem_sep String getLoginTicketFromFlowScope concode_elem_sep Credential getCredential concode_elem_sep void putTicketGrantingTicketIntoM... | void function ( final RequestContext arg0 , final ServiceTicket arg1 ) { arg0 . getRequestScope ( ) . put ( "srini_string" , arg1 . getId ( ) ) ; } |
23,018 | for caches that do not override #sizeof , this returns the number of entries in the cache . for all other caches , this returns the sum of the sizes of the entries in this cache . concode_field_sep int evictionCount concode_elem_sep int putCount concode_elem_sep int hitCount concode_elem_sep int size concode_elem_sep i... | int function ( ) { return size ; } |
23,019 | the gvrsceneobject that triggered this cursorevent . concode_field_sep Cursor cursor concode_elem_sep Object recyclerLock concode_elem_sep CursorEvent next concode_elem_sep boolean isColliding concode_elem_sep KeyEvent keyEvent concode_elem_sep float[] hitPoint concode_elem_sep boolean isActive concode_elem_sep int rec... | void function ( GVRSceneObject arg0 ) { this . object = arg0 ; } |
23,020 | set the current log level . 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 concode_elem_sep ... | void function ( int arg0 ) { LOGLEVEL = arg0 ; Log . i ( "srini_string" , "srini_string" + arg0 ) ; } |
23,021 | returns the package name of the main form . concode_field_sep String formName concode_elem_sep String YOUNG_ANDROID_FORM_NAME concode_elem_sep String packageName concode_field_sep String getFormName concode_elem_sep String toString concode_elem_sep String getQualifiedFormName | String function ( ) { return packageName ; } |
23,022 | the logging level . concode_field_sep String logLevel concode_elem_sep String roleArn concode_field_sep LoggingOptionsPayload withRoleArn concode_elem_sep void setLogLevel concode_elem_sep void setLogLevel concode_elem_sep int hashCode concode_elem_sep boolean equals concode_elem_sep String getLogLevel concode_elem_sep... | LoggingOptionsPayload function ( String arg0 ) { setLogLevel ( arg0 ) ; return this ; } |
23,023 | get the reduce counters for the job concode_field_sep JobID jobId concode_elem_sep Counters mapCounters concode_elem_sep long finishTime concode_elem_sep int failedReduces concode_elem_sep int failedMaps concode_elem_sep JobFinished datum concode_elem_sep int finishedMaps concode_elem_sep Counters totalCounters concode... | Counters function ( ) { return reduceCounters ; } |
23,024 | we must simulate container shutdown , which should clear threads . concode_field_sep DefaultListableBeanFactory beanFactory concode_elem_sep Resource CONTEXT concode_elem_sep int INITIAL_COUNT concode_field_sep void testReuseInSameThread concode_elem_sep void setUp concode_elem_sep void testCanGetStatsViaMixin concode_... | void function ( ) { this . beanFactory . destroySingletons ( ) ; } |
23,025 | builds a csv list from the specified string , separator string and quote string . all arguments are assumed to be non-null . separates each list element with the value of the separator argument . prepends and appends each element with the value of the quote argument . no attempt is made to escape the quote character se... | String function ( String [ ] arg0 , String arg1 , String arg2 ) { int loc0 = arg0 . length ; StringBuffer loc1 = new StringBuffer ( loc0 * 16 ) ; for ( int loc2 = 0 ; loc2 < loc0 ; loc2 ++ ) { loc1 . append ( arg2 ) ; loc1 . append ( arg0 [ loc2 ] ) ; loc1 . append ( arg2 ) ; if ( loc2 + 1 < loc0 ) { loc1 . append ( ar... |
23,026 | enqueue request with callback concode_field_sep Call mCurrentCall concode_elem_sep Gson mGson concode_elem_sep String mName concode_elem_sep String mValue concode_field_sep void cancel concode_elem_sep String getValue concode_elem_sep String getName concode_elem_sep OkHttpClient getClient concode_elem_sep String buildQ... | Call function ( Request arg0 , com . squareup . okhttp . Callback arg1 ) { mCurrentCall = getClient ( ) . newCall ( arg0 ) ; if ( arg1 != null ) mCurrentCall . enqueue ( arg1 ) ; return mCurrentCall ; } |
23,027 | parses xml file . concode_field_sep PlaceHolder placeHolder concode_field_sep BinTreeNode parseExprNode concode_elem_sep BinTree parseExprTree | BinTree function ( String arg0 ) { return readCommutativeExpr ( new File ( arg0 ) ) ; } |
23,028 | search for a publisher of the given type in a project and return it , or null if it is not found . concode_field_sep PlaceHolder placeHolder concode_field_sep Cause.UpstreamCause getUpstreamCause concode_elem_sep List<ArtifactoryProjectAction> getArtifactoryProjectAction concode_elem_sep T getLatestAction concode_elem_... | T function ( AbstractProject < ? , ? > arg0 , Class < T > arg1 ) { T loc0 = new PublisherFindImpl < T > ( ) . find ( arg0 , arg1 ) ; if ( loc0 != null ) { return loc0 ; } loc0 = new PublisherFlexible < T > ( ) . find ( arg0 , arg1 ) ; return loc0 ; } |
23,029 | by default delegates to object #hashcode . the dynamic proxies ' hashcode willdelegate to this method . subclasses can override this method to provide custom equality . concode_field_sep Object[] NO_ARGS concode_field_sep boolean equals concode_elem_sep Object handleInvocation concode_elem_sep Object invoke concode_ele... | int function ( ) { return super . hashCode ( ) ; } |
23,030 | sets an object value in the object . concode_field_sep Bundle bundle concode_elem_sep Bundle bundle concode_field_sep E putStringArrayList concode_elem_sep SharePhoto getPhoto concode_elem_sep E putPhotoArrayList concode_elem_sep E putDoubleArray concode_elem_sep double getDouble concode_elem_sep E putDouble concode_el... | E function ( final String arg0 , @ Nullable final ShareOpenGraphObject arg1 ) { this . bundle . putParcelable ( arg0 , arg1 ) ; return ( E ) this ; } |
23,031 | should we load extensions assumes they have already been pushed to the device concode_field_sep String bootstrapClassNames concode_elem_sep boolean loadExtensions concode_elem_sep String serverPort concode_elem_sep String mainActivityClassName concode_field_sep String getServerPort concode_elem_sep String getBootstrapC... | boolean function ( ) { return loadExtensions ; } |
23,032 | get the sequence that was used in creating the fingerprint . concode_field_sep long timeStamp concode_elem_sep long sequence concode_elem_sep Log logger concode_elem_sep String fingerprintHash concode_field_sep Fingerprint createFingerprint concode_elem_sep Fingerprint createFingerprint concode_elem_sep Fingerprint cre... | long function ( ) { return Math . abs ( sequence ) ; } |
23,033 | returns the sequence of the firmware update process . concode_field_sep Collection<ProgressStep> sequence concode_elem_sep boolean pending concode_elem_sep Integer progress concode_elem_sep FirmwareUID firmwareUID concode_elem_sep ProgressStep progressStep concode_field_sep FirmwareUID getFirmwareUID concode_elem_sep i... | Collection < ProgressStep > function ( ) { return sequence ; } |
23,034 | function hastrianglecollision check eventually collision concode_field_sep GameInputHandler inputHandler concode_elem_sep Node collisionNode concode_elem_sep Node player concode_field_sep void update | boolean function ( Node arg0 , Node arg1 ) { List < TriMesh > loc0 = arg0 . descendantMatches ( TriMesh . class ) ; for ( TriMesh loc1 : loc0 ) { if ( hasTriangleCollision ( loc1 , arg1 ) ) return true ; } return false ; } |
23,035 | get the id of the comment concode_field_sep String Path concode_elem_sep String resourcePath concode_elem_sep long commentID concode_elem_sep String commentPath concode_elem_sep String text concode_elem_sep long time concode_elem_sep String user concode_field_sep void setResourcePath concode_elem_sep String getText con... | long function ( ) { return commentID ; } |
23,036 | this method is used to ping a remote host to test for icmp support . if the remote host responds within the specified period , defined by retries and timeouts , then the response time is returned . concode_field_sep int m_pingerId concode_elem_sep JnaIcmpMessenger m_messenger concode_elem_sep RequestTracker<JnaPingRequ... | Number function ( final InetAddress arg0 , final long arg1 , final int arg2 ) { return ping ( arg0 , arg1 , arg2 , DEFAULT_PACKET_SIZE ) ; } |
23,037 | returns the log-density values of a set of normal distributions with different means . concode_field_sep double PSI concode_elem_sep int chisqDistribution concode_elem_sep double logPSI concode_elem_sep int undefinedDistribution concode_elem_sep int normalDistribution concode_field_sep double pchisq concode_elem_sep do... | DoubleVector function ( double arg0 , DoubleVector arg1 , double arg2 ) { DoubleVector loc0 = new DoubleVector ( arg1 . size ( ) ) ; for ( int loc1 = 0 ; loc1 < arg1 . size ( ) ; loc1 ++ ) { loc0 . set ( loc1 , dnormLog ( arg0 , arg1 . get ( loc1 ) , arg2 ) ) ; } return loc0 ; } |
23,038 | generate all rooms in a given maze where initially all walls are up . rooms are placed randomly and of random sizes such that the maze can turn out to be too small to accommodate the requested number of rooms class attribute rooms . in that case less rooms are produced . concode_field_sep int rooms concode_elem_sep int... | int function ( ) { int loc0 = 0 ; int loc1 = 0 ; while ( loc0 < MAX_TRIES && loc1 <= rooms ) { if ( placeRoom ( ) ) loc1 ++ ; else loc0 ++ ; } return loc1 ; } |
23,039 | converts host type src to card type dest . note that in place of to x , y one can not use #from from y , x in general , because compatibility need not be symmetric , see compatibility checks . concode_field_sep PlaceHolder placeHolder concode_field_sep void output concode_elem_sep void array_to concode_elem_sep void ar... | void function ( APDU_Serializable arg0 , APDU_Serializable arg1 ) { if ( ! arg1 . is_compatible_with ( arg0 ) ) throw new IllegalArgumentException ( "srini_string" ) ; convert ( arg0 , arg1 ) ; return ; } |
23,040 | create an instance of jaxbelement concode_field_sep QName _SyncToken_QNAME concode_elem_sep QName _Dst_QNAME concode_elem_sep QName _SyncLevel_QNAME concode_elem_sep QName _Status_QNAME concode_elem_sep QName _Depth_QNAME concode_elem_sep QName _Responsedescription_QNAME concode_elem_sep QName _Timeout_QNAME concode_el... | JAXBElement < String > function ( String arg0 ) { return new JAXBElement < String > ( _Href_QNAME , String . class , null , arg0 ) ; } |
23,041 | return the top match for given prefix , or null if there is no matching term . concode_field_sep TreeMap<Double,String> ranks concode_elem_sep TernaryST tst concode_elem_sep TreeMap<String,Double> wordWeight concode_field_sep Iterable<String> topMatches concode_elem_sep Iterable<String> spellCheck concode_elem_sep doub... | String function ( String arg0 ) { return topMatches ( arg0 , 1 ) . iterator ( ) . next ( ) ; } |
23,042 | gets the component id for the specified task id . the component id maps to a component id specified for a spout or bolt in the topology definition . concode_field_sep StormTopology _topology concode_elem_sep String _stormId concode_elem_sep Map<Integer,String> _taskToComponent concode_elem_sep Map<String,List<Integer>>... | String function ( int arg0 ) { if ( arg0 == Constants . SYSTEM_TASK_ID ) { return Constants . SYSTEM_COMPONENT_ID ; } else { return _taskToComponent . get ( arg0 ) ; } } |
23,043 | a propertyeditor may choose to make available a full custom component that edits its property value . it is the responsibility of the propertyeditor to hook itself up to its editor component itself and to report property value changes by firing a propertychange event . the higher-level code that calls getcustomeditor m... | Component function ( ) { return null ; } |
23,044 | script groovy do job concode_field_sep String cron concode_elem_sep String descricao concode_elem_sep String groovy concode_elem_sep Long id concode_elem_sep String value concode_elem_sep StatusEnum status concode_field_sep String getDescricao concode_elem_sep void setDescricao concode_elem_sep Job cron concode_elem_se... | Job function ( String arg0 ) { this . groovy = arg0 ; return this ; } |
23,045 | the elastic ip eip address for the cluster . concode_field_sep String elasticIp concode_elem_sep String status concode_field_sep ElasticIpStatus withStatus concode_elem_sep int hashCode concode_elem_sep boolean equals concode_elem_sep ElasticIpStatus clone concode_elem_sep String toString concode_elem_sep ElasticIpStat... | void function ( String arg0 ) { this . elasticIp = arg0 ; } |
23,046 | disposes this indexbufferobject and all its associated opengl resources . concode_field_sep boolean isDirty concode_elem_sep int usage concode_elem_sep boolean isBound concode_elem_sep int bufferHandle concode_elem_sep ShortBuffer buffer concode_elem_sep ByteBuffer byteBuffer concode_elem_sep boolean isDirect concode_e... | void function ( ) { Gdx . gl20 . glBindBuffer ( GL20 . GL_ELEMENT_ARRAY_BUFFER , 0 ) ; Gdx . gl20 . glDeleteBuffer ( bufferHandle ) ; bufferHandle = 0 ; BufferUtils . disposeUnsafeByteBuffer ( byteBuffer ) ; } |
23,047 | test of offer method , of class stablepriorityqueue . concode_field_sep PlaceHolder placeHolder concode_field_sep void setUpClass concode_elem_sep void testElement concode_elem_sep void setUp concode_elem_sep void tearDownClass concode_elem_sep void tearDown | void function ( ) { System . out . println ( "srini_string" ) ; StablePriorityQueue < Integer > loc0 = new StablePriorityQueue < Integer > ( 1 ) ; Integer loc1 = 10 ; assertTrue ( loc0 . offer ( loc1 ) ) ; Object loc2 = loc0 . peek ( ) ; assertEquals ( loc1 , loc2 ) ; } |
23,048 | converts the specified java object into ibm i format in the specified byte array . concode_field_sep int SIZE concode_elem_sep long serialVersionUID concode_elem_sep float defaultValue concode_field_sep int getByteLength concode_elem_sep Object clone concode_elem_sep float toFloat concode_elem_sep float toFloat concode... | int function ( Object arg0 , byte [ ] arg1 , int arg2 ) { BinaryConverter . floatToByteArray ( ( ( Float ) arg0 ) . floatValue ( ) , arg1 , arg2 ) ; return SIZE ; } |
23,049 | create a new camel context instance . concode_field_sep PlaceHolder placeHolder concode_field_sep void testSchedulerIsolation concode_elem_sep QuartzComponent getQuartzComponent concode_elem_sep void afterTests concode_elem_sep Scheduler getDefaultScheduler concode_elem_sep void testSchedulerIsolationManaged concode_el... | DefaultCamelContext function ( ) { return new DefaultCamelContext ( ) ; } |
23,050 | gets an arbitrary attribute value from the service request concode_field_sep String service concode_elem_sep AttributeManager attributeManager concode_field_sep void setAttribute concode_elem_sep String[] getValues concode_elem_sep Vector getListAttribute concode_elem_sep String[] getNames concode_elem_sep void setList... | String function ( String arg0 ) { return this . attributeManager . getAttribute ( arg0 ) ; } |
23,051 | get text field from combobox concode_field_sep String NO_CURRENT_BRANCH concode_field_sep void imply concode_elem_sep String code concode_elem_sep void notifyMessages concode_elem_sep void showOperationError concode_elem_sep void showOperationError concode_elem_sep String bold concode_elem_sep ListCellRendererWrapper<V... | JTextField function ( JComboBox arg0 ) { return ( JTextField ) arg0 . getEditor ( ) . getEditorComponent ( ) ; } |
23,052 | gets the assertion . concode_field_sep String assertion concode_field_sep placeholderType placeHolder | String function ( ) { return assertion ; } |
23,053 | sets the internal file attributes of the entry . concode_field_sep short version concode_elem_sep short minVersion concode_elem_sep short internalAttributes concode_elem_sep Compression method concode_elem_sep short flags concode_elem_sep EnumSet<Feature> featureSet concode_elem_sep long crc concode_elem_sep int bit co... | void function ( short arg0 ) { this . internalAttributes = arg0 ; } |
23,054 | get the target concode_field_sep Codec codec concode_elem_sep Map<String,ReflectInfo> cachedFields concode_elem_sep Field field concode_elem_sep Class<?> cls concode_elem_sep boolean cached concode_elem_sep Object target concode_field_sep byte[] encode concode_elem_sep IDLProxyObject doSetFieldValue concode_elem_sep vo... | Object function ( ) { return target ; } |
23,055 | sets the email column rendered state . concode_field_sep boolean renderFirstName concode_elem_sep List personListDB concode_elem_sep boolean multipleSelection concode_elem_sep Person[] personsList concode_elem_sep boolean renderLastName concode_elem_sep boolean renderPhone concode_elem_sep List selectedRows concode_ele... | void function ( boolean arg0 ) { this . renderEmail = arg0 ; } |
23,056 | transitory effects do not alter the display state . example : pulsate , shake however other effects change css style properties , and in some cases the application needs to be aware of these changes . for refreshing a page for example when css changes need to be sent to the application you need to set the transitory pr... | void function ( boolean arg0 ) { this . transitory = arg0 ; } |
23,057 | method declaration concode_field_sep boolean bDelete concode_elem_sep Table tTable concode_elem_sep Object oRow[] concode_field_sep placeholderType placeHolder | void function ( ) { try { if ( bDelete ) { tTable . insertNoCheck ( oRow , null , false ) ; } else { tTable . deleteNoCheck ( oRow , null , false ) ; } } catch ( Exception loc0 ) { } } |
23,058 | returns the primary key of this vcms discussion . concode_field_sep VcmsDiscussion _vcmsDiscussion concode_field_sep java.util.Date getPostedDate concode_elem_sep void setApproved concode_elem_sep void setExpandoBridgeAttributes concode_elem_sep void setGroupId concode_elem_sep boolean isEscapedModel concode_elem_sep V... | java . lang . String function ( ) { return _vcmsDiscussion . getPrimaryKey ( ) ; } |
23,059 | returns a string representation of this object ; useful for testing and debugging . concode_field_sep String name concode_elem_sep String value concode_field_sep void setName concode_elem_sep String getValue concode_elem_sep String getName concode_elem_sep Attribute withValue concode_elem_sep int hashCode concode_elem_... | String function ( ) { StringBuilder loc0 = new StringBuilder ( ) ; loc0 . append ( "srini_string" ) ; if ( getName ( ) != null ) loc0 . append ( "srini_string" + getName ( ) + "srini_string" ) ; if ( getValue ( ) != null ) loc0 . append ( "srini_string" + getValue ( ) ) ; loc0 . append ( "srini_string" ) ; return loc0 ... |
23,060 | requests interruption of the accessibility feedback from all accessibility services . concode_field_sep AccessibilityManager sInstance concode_field_sep void onAccessibilityStateChanged concode_elem_sep boolean removeAccessibilityStateChangeListener concode_elem_sep boolean isEnabled concode_elem_sep List<ServiceInfo> ... | void function ( ) { } |
23,061 | retrun either first or second based on condition 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 ... | ClarionObject function ( boolean arg0 , ClarionObject arg1 , ClarionObject arg2 ) { if ( arg1 == null ) arg1 = new ClarionNumber ( 1 ) ; if ( arg2 == null ) arg2 = new ClarionNumber ( 0 ) ; return arg0 ? arg1 : arg2 ; } |
23,062 | test of verifywritepermissionsrecursive method , of class fileoperations . concode_field_sep CASUALSessionData sd concode_elem_sep String adbIniResource concode_field_sep void testWriteStreamToFile concode_elem_sep void testReadTextFromResource concode_elem_sep void testListFolderFiles concode_elem_sep void tearDownCla... | void function ( ) { System . out . println ( "srini_string" ) ; String loc0 = sd . getTempFolder ( ) + "srini_string" ; new File ( loc0 ) . createNewFile ( ) ; FileOperations loc1 = new FileOperations ( ) ; boolean loc2 = loc1 . verifyWritePermissionsRecursive ( sd . getTempFolder ( ) ) ; assert ( loc2 ) ; } |
23,063 | append a long value . concode_field_sep char mode concode_elem_sep boolean comma concode_elem_sep int top concode_elem_sep int maxdepth concode_elem_sep Writer writer concode_elem_sep JSONObject stack[] concode_field_sep void pop concode_elem_sep JSONWriter array concode_elem_sep JSONWriter end concode_elem_sep JSONWri... | JSONWriter function ( long arg0 ) { return this . append ( Long . toString ( arg0 ) ) ; } |
23,064 | should be overridden in subclasses and used to perform rendering . concode_field_sep PlaceHolder placeHolder concode_field_sep void onDrawFrame concode_elem_sep boolean configureARScene concode_elem_sep void onSurfaceChanged concode_elem_sep void onSurfaceCreated | void function ( GL10 arg0 ) { GLES10 . glClear ( GLES10 . GL_COLOR_BUFFER_BIT | GLES10 . GL_DEPTH_BUFFER_BIT ) ; } |
23,065 | get all the second level keys stored under the given first level key . concode_field_sep Map<K1,Map<K2,V>> data concode_field_sep UnmodifiableMap<K2,V> getSecondMap concode_elem_sep List<V> getValues concode_elem_sep boolean containsKey concode_elem_sep Collection<V> getValuesByFirstKey concode_elem_sep boolean isEmpty... | Set < K2 > function ( K1 arg0 ) { Map < K2 , V > loc0 = data . get ( arg0 ) ; if ( loc0 == null ) { return CollectionUtils . emptySet ( ) ; } return loc0 . keySet ( ) ; } |
23,066 | determine if this set is an improper subset of another . concode_field_sep BitSet _elements concode_elem_sep terminal_set EMPTY concode_field_sep boolean add concode_elem_sep boolean add concode_elem_sep boolean contains concode_elem_sep boolean contains concode_elem_sep boolean intersects concode_elem_sep void not_nul... | boolean function ( terminal_set arg0 ) { not_null ( arg0 ) ; BitSet loc0 = ( BitSet ) arg0 . _elements . clone ( ) ; loc0 . or ( _elements ) ; return loc0 . equals ( arg0 . _elements ) ; } |
23,067 | returns a string that is mostly compatible with protobuffer 's textformat . note that groups which are deprecated are not serialized with the correct field name . this is implemented using reflection , so it is not especially fast nor is it guaranteed to find all fields if you have method removal turned on for proguard... | String function ( ) { return MessageNanoPrinter . print ( this ) ; } |
23,068 | getter for property ` allowsnapshots ' . concode_field_sep String groupId concode_elem_sep String property concode_elem_sep String artifactId concode_elem_sep String version concode_elem_sep Boolean allowSnapshots concode_field_sep String getVersion concode_elem_sep void setArtifactId concode_elem_sep void setGroupId c... | Boolean function ( ) { return allowSnapshots ; } |
23,069 | gets the value of the statuscode property . concode_field_sep URI value concode_elem_sep StatusCodeType statusCode concode_field_sep URI getValue concode_elem_sep void setStatusCode concode_elem_sep void setValue | StatusCodeType function ( ) { return statusCode ; } |
23,070 | get the status of cglib enhancements concode_field_sep SqlMapExecutorDelegate delegate concode_elem_sep SessionScope sessionScope concode_elem_sep boolean closed concode_field_sep void setUserConnection concode_elem_sep void startTransaction concode_elem_sep void startTransaction concode_elem_sep DataSource getDataSour... | boolean function ( ) { return delegate . isEnhancementEnabled ( ) ; } |
23,071 | sets the value of the query property . concode_field_sep String query concode_field_sep String getQuery | void function ( String arg0 ) { this . query = arg0 ; } |
23,072 | gets the value of the postremove property . concode_field_sep PostPersist postPersist concode_elem_sep EntityListeners entityListeners concode_elem_sep AccessType access concode_elem_sep PostUpdate postUpdate concode_elem_sep IdClass idClass concode_elem_sep PrePersist prePersist concode_elem_sep String description con... | PostRemove function ( ) { return postRemove ; } |
23,073 | id for the local notification as a string . 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 long getRepeatInterval c... | String function ( ) { return getId ( ) . toString ( ) ; } |
23,074 | 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 ; } |
23,075 | checks whether a word contains a sequence of 1 's concode_field_sep int firstInt concode_elem_sep int len concode_elem_sep int MAX_LITERAL_LENGTH concode_elem_sep int MIN_ALLOWED_SET_BIT concode_elem_sep int ALL_ZEROS_LITERAL concode_elem_sep int MAX_ALLOWED_INTEGER concode_elem_sep int lastInt concode_elem_sep int exc... | boolean function ( int arg0 ) { return ( arg0 & 0xC0000000 ) == SEQUENCE_BIT ; } |
23,076 | tests that the concurrency on a singleton bean with lock type read works as expected concode_field_sep ReadOnlySingletonBean readOnlySingletonBean concode_elem_sep Logger log concode_elem_sep LongWritesSingletonBean longWritesSingletonBean concode_elem_sep int num concode_elem_sep ReadOnlySingletonBeanDescriptorWithExp... | void function ( ) { testReadOnlySingleton ( readOnlySingletonBean ) ; } |
23,077 | sets the value of the delete property . concode_field_sep CTScaling scaling concode_elem_sep CTBoolean auto concode_elem_sep CTTickMark majorTickMark concode_elem_sep CTLblAlgn lblAlgn concode_elem_sep CTLblOffset lblOffset concode_elem_sep CTExtensionList extLst concode_elem_sep CTBoolean noMultiLvlLbl concode_elem_se... | void function ( CTBoolean arg0 ) { this . delete = arg0 ; } |
23,078 | create a new niftyjmedisplay for use with the batched nifty renderer . nifty will use texture atlases for rendering . every graphical asset you 're rendering through nifty will be placed into a texture atlas . the goal is to render all nifty components in a single or at least very few draw calls . this should speed up ... | NiftyJmeDisplay function ( final AssetManager arg0 , final InputManager arg1 , final AudioRenderer arg2 , final ViewPort arg3 ) { return newNiftyJmeDisplay ( arg0 , arg1 , arg2 , arg3 , new BatchRenderConfiguration ( ) ) ; } |
23,079 | this implementation is empty . concode_field_sep PlaceHolder placeHolder concode_field_sep void configureDefaultServletHandling concode_elem_sep void configureViewResolvers concode_elem_sep void configureContentNegotiation concode_elem_sep void addFormatters concode_elem_sep void extendMessageConverters concode_elem_se... | void function ( AsyncSupportConfigurer arg0 ) { } |
23,080 | gets the value of the pgencounter property . concode_field_sep byte[] p concode_elem_sep byte[] q concode_elem_sep byte[] seed concode_elem_sep byte[] g concode_elem_sep byte[] pgenCounter concode_elem_sep byte[] y concode_elem_sep byte[] j concode_field_sep byte[] getG concode_elem_sep void setY concode_elem_sep byte[... | byte [ ] function ( ) { return pgenCounter ; } |
23,081 | main method , used to run the application . concode_field_sep Logger log concode_elem_sep Environment env concode_field_sep void initApplication concode_elem_sep void addDefaultProfile | void function ( String [ ] arg0 ) { SpringApplication loc0 = new SpringApplication ( Application . class ) ; loc0 . setShowBanner ( false ) ; SimpleCommandLinePropertySource loc1 = new SimpleCommandLinePropertySource ( arg0 ) ; addDefaultProfile ( loc0 , loc1 ) ; loc0 . run ( arg0 ) ; } |
23,082 | retrieves the byte position in the blob value designated by this blob object at which pattern begins . concode_field_sep BlobDataID blob concode_elem_sep boolean isClosed concode_elem_sep SessionInterface session concode_field_sep int setBytes concode_elem_sep int setBytes concode_elem_sep void truncate concode_elem_se... | long function ( Blob arg0 , long arg1 ) { byte [ ] loc0 = arg0 . getBytes ( 1 , ( int ) arg0 . length ( ) ) ; return position ( loc0 , arg1 ) ; } |
23,083 | remove a header from this message . does nothing if header is not found . concode_field_sep Map<String,String> headers concode_elem_sep List<Attachment> attachments concode_elem_sep String characterSet concode_elem_sep Map<RecipientType,List<EmailAddress>> recipients concode_elem_sep String subject concode_elem_sep Lis... | void function ( String arg0 ) { if ( headers != null && ! headers . isEmpty ( ) && headers . containsKey ( arg0 ) ) { headers . remove ( arg0 ) ; } } |
23,084 | returns whether on not the character has been hit on its leading edge . concode_field_sep int charIndex concode_elem_sep boolean leadingEdge concode_field_sep int getCharIndex | boolean function ( ) { return leadingEdge ; } |
23,085 | check whether the value is less than or equal to 0 . concode_field_sep int MAX_NODE_NAME_LEN concode_field_sep int checkInteger concode_elem_sep String validateActionName concode_elem_sep T notNull concode_elem_sep Date checkDateOozieTZ concode_elem_sep String checkFrequency concode_elem_sep boolean isMember concode_el... | int function ( int arg0 , String arg1 ) { if ( arg0 > 0 ) { throw new IllegalArgumentException ( XLog . format ( "srini_string" , arg1 , arg0 ) ) ; } return arg0 ; } |
23,086 | a value that indicates the starting point for the next set of response records in a subsequent request . if a value is returned in a response , you can retrieve the next set of records by providing this returned marker value in the marker parameter and retrying the command . if the marker field is empty , all response ... | DescribeClusterParametersResult function ( String arg0 ) { this . marker = arg0 ; return this ; } |
23,087 | get a version by its name concode_field_sep JiraSite site concode_elem_sep Logger LOGGER concode_elem_sep JiraRestService service concode_elem_sep Set<String> projectKeys concode_elem_sep HashMap<Long,String> knownStatuses concode_field_sep List<Issue> getIssuesFromJqlSearch concode_elem_sep void replaceFixVersion conc... | Version function ( String arg0 , String arg1 ) { LOGGER . fine ( "srini_string" + arg0 ) ; List < Version > loc0 = getVersions ( arg0 ) ; if ( loc0 == null ) { return null ; } for ( Version loc1 : loc0 ) { if ( loc1 . getName ( ) . equals ( arg1 ) ) { return loc1 ; } } return null ; } |
23,088 | returns lifetime coefficient used in heuristic freshness caching . concode_field_sep int DEFAULT_ASYNCHRONOUS_WORKERS_MAX concode_elem_sep float heuristicCoefficient concode_elem_sep long heuristicDefaultLifetime concode_elem_sep float DEFAULT_HEURISTIC_COEFFICIENT concode_elem_sep int asynchronousWorkersMax concode_el... | float function ( ) { return heuristicCoefficient ; } |
23,089 | gets the results value for this userteamassociationpage . concode_field_sep java.lang.Integer startIndex concode_elem_sep java.lang.Object __equalsCalc concode_elem_sep boolean __hashCodeCalc concode_elem_sep java.lang.Integer totalResultSetSize concode_elem_sep com.google.api.ads.dfp.axis.v201502.UserTeamAssociation[]... | com . google . api . ads . dfp . axis . v201502 . UserTeamAssociation [ ] function ( ) { return results ; } |
23,090 | method to convert from mouse click x point in the image to sidescan x point . concode_field_sep PlaceHolder placeHolder concode_field_sep LocationType convertImagePointXToLocation concode_elem_sep double calcHeightFrom2XIndexesOfSidescanLine concode_elem_sep double calcSlantDistanceFrom2XIndexesOf2SidescanLines concode... | SidescanPoint function ( int arg0 , SidescanLine arg1 , boolean arg2 , BufferedImage arg3 ) { return arg1 . calcPointFromIndex ( convertImagePointXToSidescanLinePointX ( arg0 , arg1 , arg3 ) , arg2 ) ; } |
23,091 | determine the generic value type of the given map class if it declares one through a generic superclass or generic interface . concode_field_sep PlaceHolder placeHolder concode_field_sep Class<?> getCollectionReturnType concode_elem_sep Class<?> getCollectionReturnType concode_elem_sep Class<?> getMapValueParameterType... | Class < ? > function ( Class < ? extends Map > arg0 ) { return ResolvableType . forClass ( arg0 ) . asMap ( ) . resolveGeneric ( 1 ) ; } |
23,092 | creates a new style for diagam inlining concode_field_sep String INLINE_STYLE concode_elem_sep String DOMAIN_ID concode_field_sep List<Diagram> getSubDiagramHierachy concode_elem_sep BooleanValueStyle getInlineStyle concode_elem_sep void openEditor concode_elem_sep IEditorPart openEditor concode_elem_sep TransactionalE... | BooleanValueStyle function ( ) { BooleanValueStyle loc0 = NotationFactory . eINSTANCE . createBooleanValueStyle ( ) ; loc0 . setName ( INLINE_STYLE ) ; loc0 . setBooleanValue ( true ) ; return loc0 ; } |
23,093 | get lastname concode_field_sep String password concode_elem_sep String phone concode_elem_sep String lastName concode_elem_sep Integer userStatus concode_elem_sep String username concode_elem_sep Long id concode_elem_sep String firstName concode_elem_sep String email concode_field_sep String getPhone concode_elem_sep U... | String function ( ) { return lastName ; } |
23,094 | tests that the key is out of bounds and exception will be thrown . concode_field_sep PlaceHolder placeHolder concode_field_sep void testGetValue01 concode_elem_sep void testGetValue02 concode_elem_sep void doNegativeTest concode_elem_sep void testIsReadOnly03 concode_elem_sep void testIsReadOnly02 concode_elem_sep void... | void function ( ) { ArrayELResolver loc0 = new ArrayELResolver ( ) ; ELContext loc1 = new StandardELContext ( ELManager . getExpressionFactory ( ) ) ; String [ ] loc2 = new String [ ] { "srini_string" } ; loc0 . isReadOnly ( loc1 , loc2 , new Integer ( 1 ) ) ; } |
23,095 | returns the list of xts participant recovery modules to be installed at startup and removed at shutdown . concode_field_sep List<String> coordinatorRecoveryModules concode_elem_sep List<String> participantRecoveryModules concode_field_sep List<String> getCoordinatorRecoveryModules concode_elem_sep void setCoordinatorRe... | List < String > function ( ) { return participantRecoveryModules ; } |
23,096 | gets the identifier of the timeseries . concode_field_sep double[] values concode_elem_sep String id concode_field_sep double getValue concode_elem_sep double[] getValues concode_elem_sep int size concode_elem_sep void setValue concode_elem_sep boolean equals concode_elem_sep String toString | String function ( ) { return id ; } |
23,097 | sets the number of rows to display per page . null will be ignored . concode_field_sep String name concode_elem_sep Integer rows concode_elem_sep Boolean string concode_elem_sep String sortDirection concode_elem_sep Integer page concode_elem_sep Boolean stream concode_elem_sep int DEFAULT_ROWS concode_elem_sep String l... | void function ( Integer arg0 ) { if ( arg0 != null ) { this . rows = arg0 ; } } |
23,098 | formats a warningvalue as a string suitable for including in a header . for example , you can : warningvalue wv = ... ; httpresponse resp = ... ; resp.addheader `` warning '' , wv.tostring ; concode_field_sep Pattern WARN_DATE_PATTERN concode_elem_sep String ASCTIME_DATE concode_elem_sep String HOST concode_elem_sep Da... | String function ( ) { if ( warnDate != null ) { return String . format ( "srini_string" % s , warnCode , warnAgent , warnText , DateUtils . formatDate ( warnDate ) ) ; } else { return String . format ( "srini_string" , warnCode , warnAgent , warnText ) ; } } |
23,099 | enable or disable a number of bits . concode_field_sep int ADDRESS_BITS concode_elem_sep long[] data concode_elem_sep int BITS concode_elem_sep int ADDRESS_MASK concode_elem_sep int maxLength concode_field_sep int nextClearBit concode_elem_sep long getBitMask concode_elem_sep void expandCapacity concode_elem_sep void s... | void function ( int arg0 , int arg1 , boolean arg2 ) { for ( int loc0 = arg1 - 1 ; loc0 >= arg0 ; loc0 -- ) { set ( loc0 , arg2 ) ; } if ( arg2 ) { if ( arg1 > maxLength ) { maxLength = arg1 ; } } else { if ( arg1 >= maxLength ) { maxLength = arg0 ; } } } |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.