code stringlengths 20 663 | nl stringlengths 68 7.19k |
|---|---|
void function ( IFolder arg0 , ICollection arg1 , String arg2 , HttpServletRequest arg3 ) { final ICollection loc0 = arg1 . getCollection ( arg0 . getName ( ) ) ; if ( ! loc0 . exists ( ) ) { loc0 . create ( ) ; } copyAllFromTo ( arg0 , loc0 , arg3 ) ; } | copy a folder from workspace to either sandbox or registry concode_field_sep Logger logger concode_field_sep IFolder getSourceFolder concode_elem_sep String getActivatedLocation concode_elem_sep String getPublishedEndpoint concode_elem_sep void copyFileInto concode_elem_sep String getUser concode_elem_sep ICollection g... |
S function ( ) { return store ; } | gets the store concode_field_sep long serialVersionUID concode_elem_sep String CHECKPOINT_KEY_SEPARATOR concode_elem_sep Logger logger concode_elem_sep S store concode_elem_sep String applicationId concode_field_sep String generateKey concode_elem_sep String getApplicationId concode_elem_sep void setApplicationAttribut... |
Validator function ( final Validator arg0 ) { return new InversionValidator ( arg0 ) ; } | creates a new validator that is satisfied when another validator is not failing logical not . concode_field_sep PlaceHolder placeHolder concode_field_sep Validator or concode_elem_sep Validator and |
void function ( String arg0 ) { addInfoMessage ( null , arg0 ) ; } | add information message . concode_field_sep PlaceHolder placeHolder concode_field_sep String getRequestParameter concode_elem_sep Application getApplication concode_elem_sep Object getElValue concode_elem_sep ServletContext getServletContext concode_elem_sep Object getManagedBean concode_elem_sep String getJsfEl concod... |
int function ( ) { return datum . httpPort ; } | get the http port concode_field_sep TaskAttemptStarted datum concode_field_sep TaskID getTaskId concode_elem_sep String getTrackerName concode_elem_sep ContainerId getContainerId concode_elem_sep EventType getEventType concode_elem_sep Object getDatum concode_elem_sep String getAvataar concode_elem_sep int getShufflePo... |
Edit function ( S arg0 , S arg1 , Edit arg2 ) { while ( arg2 . beginA < arg2 . endA && arg2 . beginB < arg2 . endB && equals ( arg0 , arg2 . beginA , arg1 , arg2 . beginB ) ) { arg2 . beginA ++ ; arg2 . beginB ++ ; } while ( arg2 . beginA < arg2 . endA && arg2 . beginB < arg2 . endB && equals ( arg0 , arg2 . endA - 1 ,... | modify the edit to remove common leading and trailing items . the supplied edit e is reduced in size by moving the beginning aand b points so the edit does not cover any items that are in common between the two sequences . the ending a and b points are also shifted to remove common items from the end of the region . co... |
JSTypeExpression function ( JSTypeExpression arg0 ) { if ( arg0 . isOptionalArg ( ) || arg0 . isVarArgs ( ) ) { return arg0 ; } else { return new JSTypeExpression ( new Node ( Token . EQUALS , arg0 . root ) , arg0 . sourceName ) ; } } | make the given type expression into an optional type expression , if possible . concode_field_sep Node root concode_elem_sep long serialVersionUID concode_elem_sep String sourceName concode_field_sep boolean isOptionalArg concode_elem_sep boolean isVarArgs concode_elem_sep int hashCode concode_elem_sep boolean equals c... |
Arc function ( ) { return array [ pointer ] ; } | returns element at pointer concode_field_sep int pointer concode_elem_sep Arc[] array concode_elem_sep boolean noCheck concode_field_sep void pp concode_elem_sep void mm concode_elem_sep void set concode_elem_sep void setPointer concode_elem_sep void setRelative concode_elem_sep Arc[] getArray concode_elem_sep int getP... |
void function ( Integer arg0 ) { this . masterId = arg0 ; } | sets the masterid . concode_field_sep Integer masterId concode_elem_sep String detailText concode_elem_sep Integer detailId concode_elem_sep Master master concode_field_sep void setDetailText concode_elem_sep Integer getMasterId concode_elem_sep void setDetailId concode_elem_sep String toString concode_elem_sep Master ... |
HKXFile function ( Node arg0 ) { int loc0 = Integer . parseInt ( DOMUtils . getNodeAttr ( "srini_string" , arg0 ) ) ; String loc1 = DOMUtils . getNodeAttr ( "srini_string" , arg0 ) ; HKXFile loc2 = new HKXFile ( loc1 , loc0 ) ; return loc2 ; } | retrieves the hkxfile based on a given root node . concode_field_sep File tagFile concode_field_sep Document getDocument concode_elem_sep Node getSectionNode concode_elem_sep Node getRootNode |
void function ( StringBuilder arg0 , ETrafficLightColor arg1 ) { arg0 . append ( arg1 . toString ( ) . substring ( 0 , 1 ) ) ; arg0 . append ( "srini_string" ) ; arg0 . append ( getColorFrequency ( arg1 ) ) ; } | append a string containing the color and its frequency to the given builder . concode_field_sep int[] mapping concode_elem_sep long serialVersionUID concode_field_sep void add concode_elem_sep void add concode_elem_sep void add concode_elem_sep int compareTo concode_elem_sep int getColorFrequency concode_elem_sep Asses... |
BigInteger function ( ) { return refresh ; } | gets the value of the refresh property . concode_field_sep Layout layout concode_elem_sep RssMode mode concode_elem_sep String filter concode_elem_sep Boolean datetime concode_elem_sep List<Address> address concode_elem_sep String itemack concode_elem_sep String src concode_elem_sep BigInteger limit concode_elem_sep Bi... |
double function ( int arg0 ) { return values . get ( arg0 ) ; } | gets a particular function value concode_field_sep DoubleVector values concode_elem_sep DoubleVector points concode_field_sep void setFunctionValue concode_elem_sep DoubleVector getFunctionValues concode_elem_sep double getPointValue concode_elem_sep boolean isEmpty concode_elem_sep void main concode_elem_sep void sort... |
boolean function ( ) { return ( currSize == 0 ) ? true : false ; } | checks whether this set equals the empty set . concode_field_sep int currSize concode_elem_sep SetElement top concode_elem_sep SetElement root concode_elem_sep int element concode_elem_sep SetElement nextElement concode_field_sep void add concode_elem_sep int firstElement concode_elem_sep int[] getArray concode_elem_se... |
void function ( Rectangle arg0 ) { model . addRect ( arg0 ) ; view . repaint ( ) ; } | add a new rectangle to the model and update the view accordingly concode_field_sep View view concode_elem_sep ThreadLocal<Integer> percentageDone concode_elem_sep Model model concode_field_sep void exit concode_elem_sep int executeLongOperationStep concode_elem_sep void addView concode_elem_sep Integer initialValue con... |
void function ( final Map < String , String > arg0 ) { this . additionalHeaders = arg0 ; } | additional headers to be passed to api.ai service . must not be used in normal cases . concode_field_sep Boolean resetContexts concode_elem_sep List<Entity> entities concode_elem_sep Map<String,String> additionalHeaders concode_elem_sep Location location concode_elem_sep List<AIContext> contexts concode_field_sep Locat... |
Timestamp function ( String arg0 ) { if ( arg0 == null ) { throw new java . lang . IllegalArgumentException ( Trace . getMessage ( Trace . HsqlDateTime_null_string ) ) ; } arg0 = arg0 + zerodatetime . substring ( arg0 . length ( ) ) ; return Timestamp . valueOf ( arg0 ) ; } | converts a string in jdbc timestamp escape format to a timestamp value . concode_field_sep Calendar today concode_elem_sep String zerodatetime concode_elem_sep Calendar tempCalGMT1 concode_elem_sep SimpleDateFormat sdfd concode_elem_sep SimpleDateFormat sdfts concode_elem_sep Date currentDate concode_elem_sep String sd... |
Giocatore function ( int arg0 ) { if ( this . isEmpty ( ) ) return null ; Giocatore loc0 = null ; for ( int loc1 = arg0 + 1 ; loc1 < MAXPLAYERS ; loc1 ++ ) { loc0 = listaPlayers . get ( loc1 ) ; if ( loc0 == null ) continue ; break ; } return loc0 ; } | richiede il primo giocatore non nullo partendo da un indice concode_field_sep ArrayList<Giocatore> listaPlayers concode_elem_sep int MAXPLAYERS concode_elem_sep int nullnumber concode_field_sep void remPlayer concode_elem_sep int getSize concode_elem_sep void setArmate concode_elem_sep int addPlayer concode_elem_sep in... |
long function ( Resource arg0 ) { return mLeasePoolStrategy . remainingTime ( arg0 ) ; } | returns the amount of time in milliseconds remaining on the lease held on the @a resource . concode_field_sep LeasePoolStrategy<Resource> mLeasePoolStrategy concode_field_sep void release concode_elem_sep Resource acquire |
int function ( final HttpParams arg0 ) { if ( arg0 == null ) { throw new IllegalArgumentException ( "srini_string" ) ; } return arg0 . getIntParameter ( CoreConnectionPNames . SO_LINGER , - 1 ) ; } | obtains value of the coreconnectionpnames #so_linger parameter.if not set , defaults to -1 . concode_field_sep PlaceHolder placeHolder concode_field_sep void setSoReuseaddr concode_elem_sep void setTcpNoDelay concode_elem_sep void setConnectionTimeout concode_elem_sep void setSoTimeout concode_elem_sep boolean getSoReu... |
MaxBuilder function ( String arg0 ) { return new MaxBuilder ( arg0 ) ; } | create a new max aggregation with the given name . concode_field_sep PlaceHolder placeHolder concode_field_sep GeoBoundsBuilder geoBounds concode_elem_sep DateRangeBuilder dateRange concode_elem_sep DateHistogramBuilder dateHistogram concode_elem_sep RangeBuilder range concode_elem_sep SumBuilder sum concode_elem_sep G... |
com . liferay . announcements . kernel . model . AnnouncementsFlag function ( com . liferay . announcements . kernel . model . AnnouncementsFlag arg0 ) { return _announcementsFlagLocalService . deleteAnnouncementsFlag ( arg0 ) ; } | deletes the announcements flag from the database . also notifies the appropriate model listeners . concode_field_sep AnnouncementsFlagLocalService _announcementsFlagLocalService concode_field_sep com.liferay.announcements.kernel.model.AnnouncementsFlag getAnnouncementsFlag concode_elem_sep java.lang.String getOSGiServi... |
void function ( Short arg0 ) { this . maxAttributes = arg0 ; } | sets the value of the maxattributes property . concode_field_sep Byte max concode_elem_sep Short maxAttributes concode_elem_sep String value concode_field_sep void setMax concode_elem_sep String getValue concode_elem_sep Byte getMax concode_elem_sep void setValue concode_elem_sep Short getMaxAttributes |
Response < T > function ( StatusType arg0 ) { return ResponseImpl . create ( arg0 ) ; } | creates a response with the given status code.if code is ok , this function will be equivalent to #ok . concode_field_sep PlaceHolder placeHolder concode_field_sep Headers headers concode_elem_sep Optional<T> payload concode_elem_sep Response<P> withPayload concode_elem_sep Response<T> of concode_elem_sep Response<T> w... |
void function ( SessionDescription arg0 ) { this . remoteSdpDescription = arg0 ; } | set remote sdp description of this call concode_field_sep String DISCONNECTED concode_elem_sep List<CallListener> listeners concode_elem_sep String ALERTING concode_elem_sep String MOVING_REMOTELY concode_elem_sep String DIALING concode_elem_sep Request initialRequest concode_elem_sep String BUSY concode_elem_sep boole... |
void function ( String arg0 , Object arg1 , Class < ? > ... arg2 ) { if ( ! active ) throw new IllegalStateException ( ) ; GeoServerExtensionsHelper . singleton ( arg0 , arg1 , arg2 ) ; } | directly register singleton for use with geoserverextensions #bean string and geoserverextensions #bean class . if geoserverextensions has been configured with a context concode_field_sep Boolean active concode_elem_sep Boolean isSpringContext concode_elem_sep ApplicationContext context concode_field_sep void init conc... |
StringBuilder function ( float arg0 ) { return getSB ( ) . append ( arg0 ) ; } | returns a stringbuilder containing the text representation of the specified primitive value.this method will not allocate temporary objects . concode_field_sep int current concode_elem_sep ThreadLocal<State> threadLocalState concode_elem_sep int MASK concode_elem_sep StringBuilder[] ringbuffer concode_field_sep boolean... |
boolean function ( AttributeSet arg0 ) { return addAllInternal ( arg0 , myInterface ) ; } | adds all of the elements in the specified set to this attribute set . concode_field_sep Class myInterface concode_elem_sep long serialVersionUID concode_elem_sep HashMap attributeMap concode_field_sep boolean add concode_elem_sep boolean containsKey concode_elem_sep void writeObject concode_elem_sep void clear concode_... |
HashMap < EPCFunction , Transition > function ( ) { return functionActivityMapping ; } | returns a mapping of the input epc functions to the corresponding transitions in the converted model . concode_field_sep HashMap<EPCFunction,Transition> functionActivityMapping concode_elem_sep HashMap<EPCConnector,Place> xorconnectorChoiceMapping concode_field_sep String getName concode_elem_sep String getHtmlDescript... |
String function ( ) { return publicKey ; } | this method gives us the public key of the wallet in this device . it is used as identifier of the wallet concode_field_sep String walletIcon concode_elem_sep WalletCategory walletCategory concode_elem_sep int iconResource concode_elem_sep WalletType walletType concode_elem_sep String walletName concode_elem_sep String... |
boolean function ( ) { return true ; } | determine whether the eventiterator returns a flat sequence of events , or whether it can return nested event iterators concode_field_sep PullEvent event concode_field_sep PullEvent next |
void function ( SVAbstractMenuItem arg0 ) { } | adds a child entry to the submenu . concode_field_sep String name concode_elem_sep int id concode_elem_sep JMenuItem mi concode_field_sep String getValue concode_elem_sep void performAction |
void function ( final BindingBuilder < ? > arg0 , final DynamicConfiguration arg1 ) { BindingBuilderFactory . addBinding ( arg0 , arg1 ) ; } | add a binding represented by the binding builder to the hk2 dynamic configuration . concode_field_sep ServiceLocatorFactory factory concode_field_sep DynamicConfiguration getConfiguration concode_elem_sep void bind concode_elem_sep ServiceBindingBuilder<T> newBinder concode_elem_sep ScopedBindingBuilder<T> newBinder co... |
String function ( ) { try { return new String ( bytes , "srini_string" ) ; } catch ( UnsupportedEncodingException loc0 ) { throw new RuntimeException ( "srini_string" ) ; } } | constructs a new string by decoding the bytes as utf-8 . concode_field_sep int hash concode_elem_sep byte[] bytes concode_elem_sep ByteStringMicro EMPTY concode_field_sep void copyTo concode_elem_sep void copyTo concode_elem_sep byte byteAt concode_elem_sep ByteStringMicro copyFromUtf8 concode_elem_sep int size concode... |
String function ( ) { return this . changeToken ; } | the changetoken that you used to submit the deletexssmatchset request . you can also use this value to query the status of the request . for more information , see getchangetokenstatus . concode_field_sep String changeToken concode_field_sep void setChangeToken concode_elem_sep int hashCode concode_elem_sep boolean equ... |
long function ( ) { return _sampleLARBooking . getPrimaryKey ( ) ; } | returns the primary key of this sample l a r booking . concode_field_sep SampleLARBooking _sampleLARBooking concode_field_sep void setExpandoBridgeAttributes concode_elem_sep void setExpandoBridgeAttributes concode_elem_sep void setExpandoBridgeAttributes concode_elem_sep void setGroupId concode_elem_sep boolean isEsca... |
void function ( String arg0 , String arg1 ) { top . add ( new NSDecl ( arg0 , arg1 ) ) ; } | add a new declaration to the current scope . this is visible within the current scope as well as from any nested scopes . concode_field_sep String NS_PREFIX_PREFIX concode_elem_sep List<List<NSDecl>> stack concode_elem_sep List<NSDecl> top concode_elem_sep int size concode_elem_sep int nsPrefixCount concode_field_sep v... |
List < String > function ( ) { if ( nilReason == null ) { nilReason = new ArrayList < String > ( ) ; } return this . nilReason ; } | gets the value of the nilreason 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 nilreason property . for example , to add a new item , d... |
int function ( long arg0 ) { return ( ( int ) ( arg0 ^ ( arg0 >>> 32 ) ) ) * 31 ; } | returns a hashcode for the specified value . concode_field_sep PlaceHolder placeHolder concode_field_sep int fastCeil |
void function ( ) { mDuration = 0 ; mTimestamp = 0 ; } | clears the duration and timestamp . concode_field_sep long mDuration concode_elem_sep long mLastKnownPosition concode_elem_sep String TAG concode_elem_sep long mTimestamp concode_elem_sep boolean mIsPlaying concode_field_sep void onFinished concode_elem_sep long getPosition concode_elem_sep long getDuration concode_ele... |
Set < String > function ( ) { return Collections . unmodifiableSet ( this . optionArgs . keySet ( ) ) ; } | return the set of all option arguments present on the command line . concode_field_sep Map<String,List<String>> optionArgs concode_elem_sep List<String> nonOptionArgs concode_field_sep void addOptionArg concode_elem_sep List<String> getOptionValues concode_elem_sep void addNonOptionArg concode_elem_sep boolean contains... |
void function ( Statement arg0 ) { this . filterStatement = arg0 ; } | sets the value of the filterstatement property . concode_field_sep Statement filterStatement concode_field_sep Statement getFilterStatement |
boolean function ( ) { return needToInitWorkspace ; } | used to know if the nodes need to wait concode_field_sep RemoteCommand needToInitWorkspaceCommand concode_elem_sep RPCService rpcService concode_elem_sep CountDownLatch lock concode_elem_sep boolean needToInitWorkspace concode_elem_sep boolean disabled concode_elem_sep RemoteCommand shouldIWaitCommand concode_elem_sep ... |
AMLCDDQAReportByPartyKeyAnswerSetSetType function ( ) { return answerSet ; } | gets the value of the answerset property . concode_field_sep AMLCDDQAReportByPartyKeyAnswerSetSetType answerSet concode_elem_sep String questionCD concode_elem_sep String questionText concode_field_sep void setAnswerSet concode_elem_sep String getQuestionText concode_elem_sep void setQuestionText concode_elem_sep Strin... |
float function ( int arg0 ) { return getNumber ( arg0 , 0 ) ; } | returns the float at the given index , or 0.0 f if it does not exist or is the wrong type . concode_field_sep ArrayList<Object> list concode_field_sep void add concode_elem_sep void add concode_elem_sep Json.Object getObject concode_elem_sep Json.Object getObject concode_elem_sep void set concode_elem_sep boolean isObj... |
void function ( Object arg0 , String arg1 ) { Log . d ( arg0 . getClass ( ) . getSimpleName ( ) , arg1 ) ; } | logs message . concode_field_sep String sMeasureTag concode_elem_sep long sMeasureStartTime concode_field_sep void stopMeasure concode_elem_sep void startMeasure concode_elem_sep void toastMessage |
List < URL > function ( String arg0 ) { return Collections . list ( Thread . currentThread ( ) . getContextClassLoader ( ) . getResources ( arg0 ) ) ; } | get a list of url s from the context classloader for all the resources found at the specified path . concode_field_sep Log log concode_elem_sep VFS instance concode_elem_sep List<Class<? extends VFS>> USER_IMPLEMENTATIONS concode_elem_sep Class<?>[] IMPLEMENTATIONS concode_field_sep Class<?> getClass concode_elem_sep v... |
ActionRevision function ( java . util . Date arg0 ) { setCreated ( arg0 ) ; return this ; } | the date and time when the most recent version of the action was created , in timestamp format . concode_field_sep String revisionId concode_elem_sep String revisionChangeId concode_elem_sep java.util.Date created concode_field_sep void setRevisionChangeId concode_elem_sep String getRevisionChangeId concode_elem_sep vo... |
Query function ( Query arg0 ) { String loc0 = getSchema ( ) . getTypeName ( ) ; if ( arg0 . getTypeName ( ) == null || ! arg0 . getTypeName ( ) . equals ( loc0 ) ) { return new DefaultQuery ( loc0 , arg0 . getFilter ( ) , arg0 . getMaxFeatures ( ) , arg0 . getPropertyNames ( ) , arg0 . getHandle ( ) ) ; } return arg0 ;... | ensure query modified with typename . this method will make copy of the provided query , using defaultquery , if query.gettypename is not equal to getschema . gettypename . concode_field_sep Logger LOGGER concode_elem_sep QueryCapabilities queryCapabilities concode_elem_sep Set hints concode_field_sep Name getName conc... |
void function ( int arg0 ) { this . interestedRevision = arg0 ; } | set the interestedrevision of the mock concode_field_sep int interestedRevision concode_elem_sep ServletRequest request concode_elem_sep RWikiObjectService rwikiObjectService concode_elem_sep RWikiObject mock concode_elem_sep RWikiObject rwikiObject concode_field_sep void init concode_elem_sep void setMock concode_elem... |
void function ( CTPresetColor arg0 ) { this . prstClr = arg0 ; } | sets the value of the prstclr property . concode_field_sep CTSRgbColor srgbClr concode_elem_sep CTHslColor hslClr concode_elem_sep CTSchemeColor schemeClr concode_elem_sep CTSystemColor sysClr concode_elem_sep CTPresetColor prstClr concode_elem_sep long idx concode_elem_sep CTScRgbColor scrgbClr concode_field_sep CTSys... |
void function ( Bitmap arg0 , Mat arg1 , boolean arg2 ) { if ( arg0 == null ) throw new java . lang . IllegalArgumentException ( "srini_string" ) ; if ( arg1 == null ) throw new java . lang . IllegalArgumentException ( "srini_string" ) ; nBitmapToMat2 ( arg0 , arg1 . nativeObj , arg2 ) ; } | converts android bitmap to opencv mat . this function converts an android bitmap image to the opencv mat . ` argb_8888 ' and ` rgb_565 ' input bitmap formats are supported . the output mat is always created of the same size as the input bitmap and of the ` cv_8uc4 ' type , it keeps the image in rgba format . this funct... |
ArrayList < Double > function ( ) { return state . a . size ( ) == 0 ? null : state . a ; } | terminates the max n lookup and return the final result . concode_field_sep ArrayList<Double> a concode_elem_sep State state concode_elem_sep int n concode_field_sep boolean getAscending concode_elem_sep void init concode_elem_sep void binaryInsert concode_elem_sep Comparator<T> getComparator concode_elem_sep boolean m... |
Set < URL > function ( ) { return parseClassPath ( System . getProperty ( "srini_string" ) ) ; } | parses the classpath into an array of urls concode_field_sep PlaceHolder placeHolder concode_field_sep void checkManifest concode_elem_sep void checkJarHell concode_elem_sep void checkJarHell concode_elem_sep void main concode_elem_sep void checkVersionFormat concode_elem_sep void checkJavaVersion concode_elem_sep void... |
void function ( ActionEvent arg0 ) { if ( tabs != null && tabs . size ( ) > tabIndex ) { tabs . remove ( tabIndex ) ; if ( tabIndex > 0 ) { tabIndex -- ; } } } | remove a tab from paneltabset . concode_field_sep String msg concode_elem_sep MsgString next concode_elem_sep int tabIndex concode_elem_sep int tabLabelIndex concode_elem_sep String newTabContent concode_elem_sep boolean isKey concode_elem_sep int index concode_elem_sep List tabs concode_elem_sep String newTabLabel con... |
ClassLoader function ( IProject arg0 , ClassLoader arg1 ) { final List < URL > loc0 = Lists . newArrayList ( ) ; addClasspathEntries ( arg0 , loc0 ) ; return URLClassLoader . newInstance ( loc0 . toArray ( new URL [ loc0 . size ( ) ] ) , arg1 ) ; } | creates a classloader that can be used to load resources from theworkspace . concode_field_sep boolean resolveSimpleProjectReferences concode_field_sep File getFileSystemFile concode_elem_sep void addJavaClasspathEntries concode_elem_sep void addClasspathEntries concode_elem_sep URL[] convertClassPath concode_elem_sep ... |
String function ( int [ ] arg0 ) { StringBuilder loc0 = new StringBuilder ( ) ; for ( int loc1 : arg0 ) { if ( loc0 . length ( ) > 0 ) loc0 . append ( '.' ) ; loc0 . append ( loc1 ) ; } return loc0 . toString ( ) ; } | convert a parsed version back to a string . concode_field_sep int[] v1_7_8_6 concode_elem_sep int[] v1_7_9 concode_elem_sep int[] v1_7_5 concode_field_sep int[] splitVersion concode_elem_sep int compare concode_elem_sep int[] parseVersion concode_elem_sep int[] grow concode_elem_sep boolean hasPushStatusBug concode_ele... |
CTFrame . Sz function ( ) { return sz ; } | gets the value of the sz property . concode_field_sep String val concode_elem_sep CTFrameScrollbar scrollbar concode_elem_sep Object parent concode_elem_sep CTRel sourceFileName concode_elem_sep BooleanDefaultTrue linkedToFile concode_elem_sep BooleanDefaultTrue noResizeAllowed concode_elem_sep CTFrame.Sz sz concode_el... |
void function ( Set < String > arg0 ) { tags = arg0 ; } | rules can have tags - non-hierarchical keywords or terms for describing them . this method is used for setting the tags to this rule . this property can be changed only when the rule is not in active state . the tags are used to filter the rules . concode_field_sep String uid concode_elem_sep Visibility visibility conc... |
Bitmap function ( String arg0 ) { if ( arg0 == null ) { throw new NullPointerException ( "srini_string" ) ; } synchronized ( this ) { return map . get ( arg0 ) ; } } | returns the bitmap for key if it exists in the cache . if a bitmap was returned , it is moved to the headof the queue . this returns null if a bitmap is not cached . concode_field_sep int size concode_elem_sep int maxSize concode_elem_sep LinkedHashMap<String,Bitmap> map concode_field_sep void trimToSize concode_elem_s... |
String function ( ) { return portgroupKey ; } | gets the value of the portgroupkey property . concode_field_sep String switchUuid concode_elem_sep String portgroupKey concode_elem_sep ManagedObjectReference _this concode_field_sep void setThis concode_elem_sep ManagedObjectReference getThis concode_elem_sep void setPortgroupKey concode_elem_sep void setSwitchUuid co... |
byte [ ] function ( File arg0 ) { ByteArrayOutputStream loc0 = new ByteArrayOutputStream ( ) ; FileInputStream loc1 = new FileInputStream ( arg0 ) ; try { IOTools . flow ( loc1 , loc0 ) ; } finally { loc1 . close ( ) ; } return loc0 . toByteArray ( ) ; } | loads file into memory . concode_field_sep PlaceHolder placeHolder concode_field_sep void testWriteChar concode_elem_sep void testBug52121 concode_elem_sep void flowBytes |
void function ( final int arg0 , final int arg1 , final float arg2 ) { if ( ( arg0 < 0 ) || ( arg0 >= m_nRows ) || ( arg1 < 0 ) || ( arg1 >= m_nCols ) ) { throw new MatrixException ( MatrixException . INVALID_INDEX ) ; } m_aValues [ arg0 ] [ arg1 ] = arg2 ; } | set the value of element r , c . concode_field_sep int m_nRows concode_elem_sep float m_aValues[][] concode_elem_sep int m_nCols concode_field_sep Matrix add concode_elem_sep float[][] values concode_elem_sep Matrix subtract concode_elem_sep float[][] copyValues2D concode_elem_sep int columnCount concode_elem_sep RowVe... |
void function ( String arg0 , String arg1 , Throwable arg2 ) { println ( ERROR , arg0 , arg1 , arg2 ) ; } | prints a message at error priority . concode_field_sep int ERROR concode_elem_sep int VERBOSE concode_elem_sep int WARN concode_elem_sep int NONE concode_elem_sep int ASSERT concode_elem_sep int DEBUG concode_elem_sep LogNode mLogNode concode_elem_sep int INFO concode_field_sep void println concode_elem_sep void printl... |
Pair < A , B > function ( @ Nullable A arg0 , @ Nullable B arg1 ) { return new Pair < > ( arg0 , arg1 ) ; } | creates a new pair containing the given elements in order . concode_field_sep A first concode_elem_sep B second concode_field_sep A getFirst concode_elem_sep int hashCode concode_elem_sep boolean equals concode_elem_sep B getSecond concode_elem_sep String toString concode_elem_sep Function<Pair<A,B>,A> firstFunction co... |
void function ( boolean arg0 ) { testing = arg0 ; } | used for testing purpose only . concode_field_sep AmazonS3 s3 concode_elem_sep boolean resumeExistingDownload concode_elem_sep DownloadImpl download concode_elem_sep long expectedFileLength concode_elem_sep ScheduledExecutorService executor concode_elem_sep boolean testing concode_elem_sep long origStartingByte concode... |
int function ( ) { return pointNumBytes ; } | return number of bytes per dimension 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 indexOptions concode_elem_sep boolean storePayloads concode_elem_sep... |
void function ( Message arg0 ) { if ( tcp_conn != null ) { last_time = System . currentTimeMillis ( ) ; byte [ ] loc0 = arg0 . toString ( ) . getBytes ( ) ; tcp_conn . send ( loc0 ) ; } } | sends a message concode_field_sep TcpConnection tcp_conn concode_elem_sep ConnectionIdentifier connection_id concode_elem_sep long last_time concode_elem_sep TransportListener listener concode_elem_sep String PROTO_TCP concode_elem_sep String text concode_field_sep void halt concode_elem_sep long getLastTimeMillis conc... |
String function ( ) { return lastUpdateUser ; } | gets the value of the lastupdateuser property . concode_field_sep Date lastUpdateDate concode_elem_sep String name concode_elem_sep String description concode_elem_sep String lastUpdateUser concode_elem_sep String createUser concode_elem_sep Integer userObjectId concode_elem_sep String userName concode_elem_sep Integer... |
int function ( Any arg0 ) { return arg0 . extract_ulong ( ) ; } | extract the int from given any . this method uses the servicecontextholder . concode_field_sep PlaceHolder placeHolder concode_field_sep int read concode_elem_sep void insert concode_elem_sep String id concode_elem_sep TypeCode type concode_elem_sep void write |
int function ( ) { return _startNode ; } | get start to end should ` close ' the iterator , i.e. subsequent call to next should return end . concode_field_sep int _position concode_elem_sep int _startNode concode_elem_sep int _last concode_elem_sep boolean _includeSelf concode_elem_sep boolean _isRestartable concode_elem_sep int _markedNode concode_field_sep DT... |
ProcessOutput function ( String arg0 , @ NonNls String [ ] arg1 ) { return getProcessOutput ( arg0 , arg1 , - 1 ) ; } | executes a process and returns its stdout and stderr outputs as lists of lines . concode_field_sep Logger LOG concode_elem_sep int SUBSTITUTE concode_elem_sep String PATH_ENV_VARIABLE concode_field_sep String getRemoteSourcesLocalPath concode_elem_sep VirtualFile findSkeletonsDir concode_elem_sep boolean isRemote conco... |
Databases . Database function ( ) { return new Databases . Database ( ) ; } | create an instance of databases.database concode_field_sep QName _Metamodel_QNAME concode_field_sep Table createTable concode_elem_sep xml.meta.Fact.AdditionDimensions.Dimension createFactAdditionDimensionsDimension concode_elem_sep Cube createCube concode_elem_sep Cube.CubeDimensions.Dimension createCubeCubeDimensions... |
void function ( long arg0 ) { _assetTagStats . setCompanyId ( arg0 ) ; } | sets the company id of this asset tag stats . concode_field_sep AssetTagStats _assetTagStats concode_field_sep long getClassNameId concode_elem_sep boolean isFinderCacheEnabled concode_elem_sep void setExpandoBridgeAttributes concode_elem_sep void setExpandoBridgeAttributes concode_elem_sep void setExpandoBridgeAttribu... |
CascadingStyleSheet function ( @ Nonnull final CascadingStyleSheet arg0 , @ Nonnull @ Nonempty final List < CSSMediaQuery > arg1 ) { return getWrappedInMediaQuery ( arg0 , arg1 , false ) ; } | get the css wrapped in the specified media query . note : all existing rule objects are reused , so modifying them also modifies the original css ! concode_field_sep MediaQueryTools s_aInstance concode_field_sep boolean canWrapInMediaQuery concode_elem_sep boolean canWrapInMediaQuery concode_elem_sep List<CSSMediaQuery... |
void function ( ) { if ( numEntries < 1 ) { throw new IllegalStateException ( "srini_string" ) ; } numEntries -- ; } | forgets about an entry from this pool . this method is used to indicate that an entry #allocentry allocated from this pool has been lost and will not be returned . concode_field_sep LinkedList<BasicPoolEntry> freeEntries concode_elem_sep HttpRoute route concode_elem_sep Log log concode_elem_sep int maxEntries concode_e... |
int function ( ) { return size ; } | gets the size value for this correlation . concode_field_sep int in_queue concode_elem_sep int size concode_elem_sep java.lang.Object __equalsCalc concode_elem_sep org.apache.axis.description.TypeDesc typeDesc concode_elem_sep boolean __hashCodeCalc concode_elem_sep com.omniture.www.Correlation_rel_id[] rel_ids concode... |
SimpleFeatureCollection function ( Filter arg0 ) { return getFeatures ( new DefaultQuery ( getSchema ( ) . getTypeName ( ) , arg0 ) ) ; } | retrieve all feature matching the filter . concode_field_sep Logger LOGGER concode_elem_sep QueryCapabilities queryCapabilities concode_elem_sep Set hints concode_field_sep Name getName concode_elem_sep ResourceInfo getInfo concode_elem_sep QueryCapabilities getQueryCapabilities concode_elem_sep Set getSupportedHints c... |
String function ( String arg0 , CordovaInterface arg1 ) { return FileHelper . getRealPath ( Uri . parse ( arg0 ) , arg1 ) ; } | returns the real path of the given uri . if the given uri is a content : / / uri , the real path is retrieved from the media store . concode_field_sep String _DATA concode_elem_sep String LOG_TAG concode_field_sep String getRealPathFromURI_API11to18 concode_elem_sep String stripFileProtocol concode_elem_sep String getM... |
org . apache . axis . description . TypeDesc function ( ) { return typeDesc ; } | return type metadata object concode_field_sep java.lang.String keyValue concode_elem_sep java.lang.Object __equalsCalc concode_elem_sep org.apache.axis.description.TypeDesc typeDesc concode_elem_sep boolean __hashCodeCalc concode_elem_sep com.marketo.www.mktows.ListKeyType keyType concode_field_sep com.marketo.www.mkto... |
void function ( String arg0 ) { FacesContext loc0 = FacesContext . getCurrentInstance ( ) ; ELContext loc1 = loc0 . getELContext ( ) ; ExpressionFactory loc2 = loc0 . getApplication ( ) . getExpressionFactory ( ) ; loc2 . createValueExpression ( loc1 , getJsfEl ( arg0 ) , Object . class ) . setValue ( loc1 , null ) ; } | remove the managed bean based on the bean name . concode_field_sep Properties buildProperties concode_field_sep String getRequestParameter concode_elem_sep UIComponent findComponent concode_elem_sep ServletContext getServletContext concode_elem_sep Object getManagedBean concode_elem_sep String getActionAttribute concod... |
void function ( final OutputStream arg0 , final Document arg1 ) { final OutputFormat loc0 = OutputFormat . createPrettyPrint ( ) ; final XMLWriter loc1 = new XMLWriter ( arg0 , loc0 ) ; loc1 . write ( arg1 ) ; loc1 . flush ( ) ; } | write document to a file concode_field_sep OutputStream output concode_elem_sep File file concode_elem_sep List<ResourceXMLParser.Entity> entities concode_elem_sep Logger log4j concode_field_sep void addEntity concode_elem_sep void addNode concode_elem_sep void addNodes concode_elem_sep String joinStrings concode_elem_... |
String function ( ) { return correction ; } | the correction message to be displayed for this error . the correction message should indicate how the user can fix the error . the field is omitted if there is no correction message associated with the error code . concode_field_sep String severity concode_elem_sep AnalysisError[] EMPTY_ARRAY concode_elem_sep String c... |
Geofence function ( double arg0 , double arg1 , float arg2 ) { return new Geofence ( arg0 , arg1 , arg2 ) ; } | create a circular geofence on a flat , horizontal plane . concode_field_sep double mLatitude concode_elem_sep int TYPE_HORIZONTAL_CIRCLE concode_elem_sep double mLongitude concode_elem_sep float mRadius concode_elem_sep Parcelable.Creator<Geofence> CREATOR concode_elem_sep int mType concode_field_sep void checkType con... |
void function ( String arg0 , String arg1 , String arg2 ) { getLog ( ) . error ( "srini_string" + arg0 + "srini_string" + arg1 + "srini_string" + arg2 ) ; } | write to the log file type error concode_field_sep PlaceHolder placeHolder concode_field_sep void logErrorStack concode_elem_sep void logWarn concode_elem_sep Log getLog concode_elem_sep Category getLog concode_elem_sep void logInfo concode_elem_sep void logDebug concode_elem_sep void logFatal |
DbSchema function ( ) { return lastMatchedSchema ; } | get the last matched schema if the last match was a schema . concode_field_sep int KEYWORD concode_elem_sep DbTableOrView lastMatchedTable concode_elem_sep HashMap<String,DbTableOrView> aliases concode_elem_sep DbTableOrView lastTable concode_elem_sep int FUNCTION concode_elem_sep String query concode_elem_sep String q... |
double function ( double arg0 , double arg1 , double arg2 ) { if ( arg0 <= 0.0 || arg1 <= 0.0 ) { return 0.0 ; } return GammaFunction . incompleteGammaQ ( arg1 , arg2 / arg0 ) ; } | cumulative density function of the gamma distribution concode_field_sep double shape concode_elem_sep UnivariateFunction pdfFunction concode_elem_sep double scale concode_elem_sep double logFacor concode_elem_sep double factor concode_field_sep UnivariateFunction getProbabilityDensityFunction concode_elem_sep void setS... |
void function ( String arg0 , String arg1 ) { TagField loc0 = createField ( arg0 , arg1 ) ; setField ( loc0 ) ; } | create and set field with name of vorbiscommentkey concode_field_sep List<MetadataBlockDataPicture> images concode_elem_sep VorbisCommentTag tag concode_field_sep Artwork getFirstArtwork concode_elem_sep VorbisCommentTag getVorbisCommentTag concode_elem_sep List<String> getAll concode_elem_sep int getFieldCountIncludin... |
void function ( LockSet arg0 ) { if ( arg0 . array . length != array . length ) { array = new int [ arg0 . array . length ] ; } System . arraycopy ( arg0 . array , 0 , array , 0 , array . length ) ; this . defaultLockCount = arg0 . defaultLockCount ; } | make this lockset the same as the given one . concode_field_sep int INVALID concode_elem_sep int DEFAULT_CAPACITY concode_elem_sep int[] array concode_elem_sep int BOTTOM concode_elem_sep int TOP concode_elem_sep int defaultLockCount concode_field_sep void setLockCount concode_elem_sep boolean identicalSubset concode_e... |
void function ( ) { one = 1 ; two = 2 ; } | simplest form of an illegal layout . concode_field_sep int a concode_elem_sep int b concode_elem_sep int c concode_elem_sep int d concode_elem_sep int two concode_elem_sep int one concode_elem_sep int e concode_elem_sep int f concode_elem_sep int g concode_elem_sep int h concode_field_sep void foo concode_elem_sep void... |
double function ( double arg0 , double arg1 , double arg2 ) { return 2 * arg1 * arg0 + arg2 ; } | find the derivate of the quadratic at a point . concode_field_sep double ONE_OVER_2PI concode_elem_sep double PI concode_elem_sep double SQRT2 concode_field_sep void ZeroVector concode_elem_sep double fastexp6 concode_elem_sep double min2 concode_elem_sep int min2 concode_elem_sep void Similarity concode_elem_sep doubl... |
void function ( ) { defaultTexturedShaderProgram . enable ( ) ; } | enables the default shader program . concode_field_sep Logger logger concode_elem_sep GLSLMaterial activeMaterial concode_elem_sep Set<GLSLMaterial> progamaticShaders concode_elem_sep GLSLMaterial defaultShaderProgram concode_elem_sep GLSLMaterial defaultTexturedShaderProgram concode_field_sep void bindTexture concode_... |
org . omg . CORBA . Object function ( ) { throw new NO_IMPLEMENT ( ) ; } | get the interface repository definition interfacedef for this object . by default , forwards request to the delegate . concode_field_sep Delegate delegate concode_field_sep POA _default_POA concode_elem_sep String[] _all_interfaces concode_elem_sep boolean _is_a concode_elem_sep Delegate _get_delegate concode_elem_sep ... |
void function ( final int arg0 , final boolean arg1 , @ Nullable final String arg2 , final String arg3 , final Object ... arg4 ) { if ( arg1 && arg3 != null ) { if ( arg2 != null ) { Timber . tag ( arg2 ) ; Timber . log ( arg0 , arg3 , arg4 ) ; } } } | conditionally logs message produced by factory . message will be logged only if logging on specified level is enabled and condition is true . concode_field_sep PlaceHolder placeHolder concode_field_sep void splittedMessage concode_elem_sep void tagged concode_elem_sep String get |
void function ( String arg0 ) { this . callCharge = arg0 ; } | setter method concode_field_sep String callCharge concode_elem_sep String tariffType concode_elem_sep String recordType concode_elem_sep String destination concode_elem_sep long serialVersionUID concode_elem_sep String cdrId concode_elem_sep String callType concode_elem_sep String conversationDuration concode_elem_sep ... |
void function ( String arg0 ) { this . measureType = arg0 ; } | sets the value of the measuretype property . concode_field_sep int personId concode_elem_sep String measureType concode_field_sep int getPersonId concode_elem_sep String getMeasureType concode_elem_sep void setPersonId |
MarkerOptions function ( String arg0 , LatLng arg1 ) { final BitmapDescriptor loc0 = BitmapDescriptorFactory . fromResource ( R . drawable . map_marker_unselected ) ; return new MarkerOptions ( ) . arg1 ( arg1 ) . title ( arg0 ) . loc0 ( loc0 ) . anchor ( 0.5f , 0.85526f ) . visible ( false ) ; } | creates a marker for a session . concode_field_sep int MAX_DISK_CACHE_BYTES concode_elem_sep String TILE_PATH concode_elem_sep String[] mapTileAssets concode_elem_sep String TYPE_ICON_PREFIX concode_elem_sep String TAG concode_elem_sep String ICON_RESOURCE_PREFIX concode_field_sep DiskLruCache openDiskCache concode_ele... |
String function ( String arg0 ) { if ( arg0 == null ) { return null ; } int loc0 = arg0 . lastIndexOf ( "srini_string" ) ; if ( loc0 >= 0 ) { return arg0 . substring ( loc0 ) ; } else { return "srini_string" ; } } | gets the extension of a file name , like '' . png '' or '' . jpg '' . concode_field_sep PlaceHolder placeHolder concode_field_sep String getReadableFileSize concode_elem_sep String getMimeType concode_elem_sep File getFileFromUri concode_elem_sep byte[] fileToByteArray |
boolean function ( ) { if ( queueSize <= 0 ) { return true ; } int loc0 = delegate . getQueue ( ) . loc0 ( ) ; boolean loc1 = loc0 < queueSize ; if ( LOG . isTraceEnabled ( ) ) { LOG . trace ( "srini_string" , new Object [ ] { loc0 , queueSize , loc1 } ) ; } return loc1 ; } | can the task be scheduled or executed ? concode_field_sep ScheduledThreadPoolExecutor delegate concode_elem_sep long queueSize concode_elem_sep Logger LOG concode_field_sep Future<T> submit concode_elem_sep Future<?> submit concode_elem_sep Future<T> submit concode_elem_sep ScheduledThreadPoolExecutor getScheduledThrea... |
boolean function ( ) { return keepAliveDefault ; } | returns true if and only if the connection is kept alive unlessthe `` connection '' header is set to `` close '' explicitly . concode_field_sep AsciiString protocolName concode_elem_sep String HTTP_1_0_STRING concode_elem_sep HttpVersion HTTP_1_0 concode_elem_sep Pattern VERSION_PATTERN concode_elem_sep String HTTP_1_1... |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.