code
stringlengths
20
663
nl
stringlengths
68
7.19k
TestSummary function ( ) { Preconditions . checkNotNull ( summary . target , "srini_string" ) ; Preconditions . checkNotNull ( summary . status , "srini_string" ) ; return summary ; }
within-package , it is possible to read directly from an incompletely-built testsummary . used to pass builders around directly . concode_field_sep TestSummary summary concode_elem_sep List<Long> testTimes concode_elem_sep List<Path> coverageFiles concode_elem_sep boolean built concode_elem_sep List<Path> passedLogs co...
int function ( String arg0 ) { checkNotNull ( arg0 , "srini_string" ) ; Stat loc0 = client . checkExists ( ) . forPath ( arg0 ) ; if ( loc0 != null ) { return loc0 . getVersion ( ) ; } return - 1 ; }
returns the version of the node if it exists or -1 if it does n't . concode_field_sep Logger LOG concode_elem_sep CuratorFramework client concode_elem_sep StateStorageHelper<T> storage concode_field_sep StateHandle<T> add concode_elem_sep StateHandle<T> add concode_elem_sep void removeAndDiscardState concode_elem_sep L...
com . liferay . portal . model . Phone function ( com . liferay . portal . model . Phone arg0 ) { return _phoneLocalService . updatePhone ( arg0 ) ; }
updates the phone in the database or adds it if it does not yet exist . also notifies the appropriate model listeners . concode_field_sep PhoneLocalService _phoneLocalService concode_field_sep com.liferay.portal.model.Phone getPhone concode_elem_sep void setWrappedService concode_elem_sep void setWrappedPhoneLocalServi...
void function ( String arg0 , String arg1 ) { try { restApiAdminStub . updateApiForTenant ( qualifiedName , arg0 , arg1 ) ; } catch ( Exception loc0 ) { throw new AxisFault ( "srini_string" + loc0 . getMessage ( ) , loc0 ) ; } }
update the api in the gateway concode_field_sep String qualifiedDefaultApiName concode_elem_sep String backendURLl concode_elem_sep String qualifiedName concode_elem_sep RestApiAdminStub restApiAdminStub concode_field_sep void addPrototypeApiScriptImpl concode_elem_sep void addPrototypeApiScriptImpl concode_elem_sep vo...
void function ( ObjectOutputStream arg0 ) { arg0 . writeObject ( identifier ) ; arg0 . writeObject ( persister . getEntityName ( ) ) ; }
custom serialization routine used during serialization of a session/persistencecontext for increased performance . concode_field_sep Serializable identifier concode_elem_sep int hashCode concode_elem_sep EntityPersister persister concode_field_sep boolean sameIdentifier concode_elem_sep int generateHashCode concode_ele...
ConditionsTreeNode function ( ConditionsTreeNode arg0 ) { return add ( arg0 , Operator . AND ) ; }
adds the expression as the second argument of an and clause to this node . concode_field_sep ConditionsTreeNode mLeft concode_elem_sep ConditionsTreeNode mParent concode_elem_sep Parcelable.Creator<ConditionsTreeNode> CREATOR concode_elem_sep int mRightMPTTMarker concode_elem_sep int mLeftMPTTMarker concode_elem_sep Co...
boolean function ( ) { return this . useSizeFromParent ; }
returns , whether the parent 's defined size is used during the layouting , or whether the childs are used to compute the size . concode_field_sep boolean useSizeFromParent concode_field_sep Dimension preferredLayoutSize concode_elem_sep void removeLayoutComponent concode_elem_sep Dimension minimumLayoutSize concode_el...
KernelParamsWrapper function ( Accumulation arg0 , INDArray arg1 ) { resultOp = arg0 ; setResultArray ( arg1 ) ; return this ; }
set the op that this result is for concode_field_sep boolean closeInvoked concode_elem_sep Op resultOp concode_elem_sep Object[] kernelParameters concode_elem_sep Multimap<INDArray,CublasPointer> arrayToPointer concode_elem_sep List<CublasPointer> pointersToFree concode_elem_sep List<CublasPointer> resultPointers conco...
void function ( int arg0 , Throwable arg1 ) { Object [ ] loc0 = listeners . toArray ( ) ; for ( int loc1 = 0 ; loc1 < loc0 . length ; loc1 ++ ) { ( ( ThrowableListener ) loc0 [ loc1 ] ) . onThrowable ( arg0 , arg1 ) ; } }
fire onthrowable to all registered listeners . concode_field_sep int WARNING concode_elem_sep int ERROR concode_elem_sep List listeners concode_elem_sep int UNKNOWN concode_field_sep void add concode_elem_sep void add concode_elem_sep void addError concode_elem_sep void addThrowableListener concode_elem_sep void remove...
void function ( String arg0 , Map < String , String > arg1 ) { arg1 . put ( CLIENT_ID_NAME , clientid ) ; arg1 . put ( REDIRECT_URI , arg0 ) ; throw new Redirect ( authorizationURL , arg1 ) ; }
first step of the oauth2 process . this redirects the user to the authorisation page on the oauth2 provider . concode_field_sep String REDIRECT_URI concode_elem_sep String CLIENT_ID_NAME concode_elem_sep String clientid concode_elem_sep String authorizationURL concode_elem_sep String accessTokenURL concode_elem_sep Str...
int function ( ) { return readTimeout ; }
default read timeout in milliseconds . concode_field_sep boolean followProtocolRedirects concode_elem_sep HostnameVerifier hostnameVerifier concode_elem_sep ConnectionPool connectionPool concode_elem_sep List<String> DEFAULT_TRANSPORTS concode_elem_sep RouteDatabase routeDatabase concode_elem_sep ProxySelector proxySel...
void function ( final CoordinateReferenceSystem arg0 ) { GeometryUtils . checkDimension ( "srini_string" , arg0 , 1 ) ; this . crs = arg0 ; }
set the coordinate reference system in which the coordinate is given . concode_field_sep double ordinate concode_elem_sep CoordinateReferenceSystem crs concode_field_sep double getOrdinate concode_elem_sep double[] getCoordinate concode_elem_sep DirectPosition getPosition concode_elem_sep CoordinateReferenceSystem getC...
void function ( ) { Assert . assertEquals ( PrincipalFormat . FQN , this . authenticator . getRoleFormat ( ) ) ; this . authenticator . setRoleFormat ( "srini_string" ) ; Assert . assertEquals ( PrincipalFormat . BOTH , this . authenticator . getRoleFormat ( ) ) ; }
test role format . concode_field_sep Engine engine concode_elem_sep Context context concode_elem_sep NegotiateAuthenticator authenticator concode_field_sep void testAllowGuestLogin concode_elem_sep void testChallengeGET concode_elem_sep void testNegotiate concode_elem_sep void testChallengePOST concode_elem_sep void te...
boolean function ( Object arg0 , String arg1 ) { try { getPropertyValue ( arg0 , arg1 ) ; return true ; } catch ( Exception loc0 ) { return false ; } }
returns true , if the specified instance has the specified property . concode_field_sep PlaceHolder placeHolder concode_field_sep Object getPropertyValue concode_elem_sep Object getPropertyValue concode_elem_sep String toGetterString
FieldData function ( int arg0 ) { int loc0 = binarySearch ( arg0 ) ; if ( loc0 < 0 || mData [ loc0 ] == DELETED ) { return null ; } else { return mData [ loc0 ] ; } }
gets the fielddata mapped from the specified fieldnumber , or null if no such mapping has been made . concode_field_sep boolean mGarbage concode_elem_sep FieldData[] mData concode_elem_sep int mSize concode_elem_sep FieldData DELETED concode_elem_sep int[] mFieldNumbers concode_field_sep boolean isEmpty concode_elem_se...
Result < T > function ( Result < T > arg0 , Iterable < ? extends ModelProblem > arg1 ) { return new Result < > ( arg0 . hasErrors ( ) || hasErrors ( arg1 ) , arg0 . get ( ) , concat ( arg0 . getProblems ( ) , arg1 ) ) ; }
new result that includes the given concode_field_sep T value concode_elem_sep boolean errors concode_elem_sep Function<Result<?>,Iterable<? extends ModelProblem>> GET_PROBLEMS concode_elem_sep Iterable<? extends ModelProblem> problems concode_field_sep boolean hasErrors concode_elem_sep boolean hasErrors concode_elem_s...
com . liferay . shopping . model . ShoppingOrderItem function ( com . liferay . shopping . model . ShoppingOrderItem arg0 ) { return _shoppingOrderItemLocalService . addShoppingOrderItem ( arg0 ) ; }
adds the shopping order item to the database . also notifies the appropriate model listeners . concode_field_sep ShoppingOrderItemLocalService _shoppingOrderItemLocalService concode_field_sep java.lang.String getOSGiServiceIdentifier concode_elem_sep void setWrappedService concode_elem_sep com.liferay.portal.kernel.dao...
void function ( Object arg0 , Object arg1 ) { tab . put ( arg0 , arg1 ) ; }
adds an attribute with the given name and value to the set . if the set already contains an attribute with the given name , the attribute value is updated . concode_field_sep AttributeSet EMPTY concode_elem_sep long serialVersionUID concode_elem_sep Hashtable tab concode_field_sep boolean containsAttributeLocally conco...
MapMaker function ( MapMaker arg0 ) { return arg0 . weakKeys ( ) ; }
configures the given map maker to use weak keys , if possible ; does nothing otherwise i.e. , in gwt . this is sometimes acceptable , when only server-side code could generate enough volume that reclamation becomes important . concode_field_sep PlaceHolder placeHolder concode_field_sep T[] newArray
void function ( String arg0 ) { this . apellido2 = arg0 ; }
modifica el segundo apellido del titular de la cuenta concode_field_sep String apellido2 concode_elem_sep String numCuenta concode_elem_sep String apellido1 concode_elem_sep double tipoInt concode_elem_sep double saldo concode_elem_sep String nombre concode_field_sep void transferencia concode_elem_sep void setNumCuent...
List function ( ) { return alwaysCopyEObjectInfoList ; }
obtains the objectinfo meta-data for the associated copy-always objects , corresponding one-for-one with the #copyalwaysids . concode_field_sep List copyAlwaysIds concode_elem_sep String containerClass concode_elem_sep String hints concode_elem_sep String copyParentId concode_elem_sep List alwaysCopyEObjectInfoList con...
void function ( InternalFrameEvent arg0 ) { listener . windowDeactivated ( null ) ; }
invoked when an internal frame is de-activated . concode_field_sep WindowListener listener concode_field_sep void internalFrameOpened concode_elem_sep void internalFrameActivated concode_elem_sep void internalFrameClosed concode_elem_sep void internalFrameIconified concode_elem_sep void internalFrameDeiconified concode...
void function ( Object arg0 ) { Object loc0 = valueTable . remove ( arg0 ) ; if ( loc0 != null ) { keyTable . remove ( loc0 ) ; } }
remove a key , value - entry by its value concode_field_sep Hashtable keyTable concode_elem_sep Hashtable valueTable concode_field_sep Object getKeyByValue concode_elem_sep Object getValueByKey concode_elem_sep void removeByKey concode_elem_sep void put
Sun function ( Calendar arg0 , double arg1 , double arg2 , Integer arg3 ) { return getSunInfo ( arg0 , arg1 , arg2 , arg3 , false ) ; }
calculates all sun rise and sets at the specified coordinates . concode_field_sep double J2 concode_elem_sep double C2 concode_elem_sep double E concode_elem_sep double JD_ONE_MINUTE_FRACTION concode_elem_sep double MINUTES_PER_DAY concode_elem_sep double J1 concode_elem_sep int CURVE_TIME_INTERVAL concode_elem_sep dou...
void function ( String arg0 ) { this . uuidref = arg0 ; }
sets the value of the uuidref property . concode_field_sep String role concode_elem_sep JAXBElement<? extends AbstractGeneralOperationParameterType> abstractGeneralOperationParameter concode_elem_sep String arcrole concode_elem_sep String show concode_elem_sep String actuate concode_elem_sep List<String> nilReason conc...
void function ( String arg0 ) { this . name = arg0 ; }
sets the name of the searchcomponent . the name of the component is usually the name defined for it in the configuration . concode_field_sep Map<String,Class<? extends SearchComponent>> standard_components concode_elem_sep String name concode_field_sep String getVersion concode_elem_sep void prepare concode_elem_sep vo...
int function ( byte [ ] arg0 , int arg1 ) { int loc0 = 0 ; for ( int loc1 = 0 ; loc1 < 4 ; loc1 ++ ) { loc0 = ( loc0 << 8 ) | ( arg0 [ arg1 + loc1 ] & 0xff ) ; } return loc0 ; }
returns 4 bytes from the buffer as integer value . concode_field_sep char[] hc concode_field_sep byte[] cloneSubarray concode_elem_sep byte[] cloneArray concode_elem_sep void checkBounds concode_elem_sep void xorArrays concode_elem_sep byte[] unpackBytes concode_elem_sep String hexEncode
JoinSequence function ( String arg0 , String [ ] arg1 , String arg2 ) { for ( String loc0 : arg1 ) { conditions . append ( "srini_string" ) . append ( arg0 ) . append ( '.' ) . append ( loc0 ) . append ( arg2 ) ; } return this ; }
add a condition to this sequence . typical usage here might be : addcondition `` a '' , `` c1 '' , `` c2 '' , '' ? '' to represent : '' ... a.c1 = ? and a.c2 = ? ... '' concode_field_sep StringBuilder conditions concode_elem_sep JoinSequence next concode_elem_sep SessionFactoryImplementor factory concode_elem_sep boole...
void function ( String arg0 ) { set ( RECEIPT , arg0 ) ; }
set the receipt header . applies to any client frame other than connect . 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 co...
boolean function ( ) { return this . type == TYPE_UNMAPPABLE_CHAR ; }
returns true if this result represents an unmappable-character error . concode_field_sep int TYPE_UNDERFLOW concode_elem_sep WeakHashMap<Integer,CoderResult> _unmappableErrors concode_elem_sep int TYPE_MALFORMED_INPUT concode_elem_sep int TYPE_OVERFLOW concode_elem_sep CoderResult UNDERFLOW concode_elem_sep CoderResult...
Example function ( ) { return new Example ( ) ; }
create an instance of example concode_field_sep QName _ResourceReference_QNAME concode_elem_sep QName _Resource_QNAME concode_field_sep Content createContent concode_elem_sep JAXBElement<ResourceType> createResource concode_elem_sep Navigation createNavigation concode_elem_sep Node createNode concode_elem_sep JspxPages...
String function ( String arg0 ) { arg0 = arg0 . replaceAll ( "srini_string" , "srini_string" ) ; arg0 = arg0 . replaceAll ( "srini_string" , "srini_string" ) ; arg0 = arg0 . replaceAll ( "srini_string" , "srini_string" ) ; return ( arg0 ) ; }
method to remove any tags the user may have put in the passed string an example of a troublesome tag would be a closing div tag as a nickname concode_field_sep String color concode_elem_sep String DEFAULT_NICK concode_elem_sep String buttonImage concode_elem_sep Log log concode_elem_sep boolean minimized concode_elem_s...
void function ( int [ ] arg0 ) { int loc0 = arg0 . length ; for ( int loc1 = 0 ; loc1 < loc0 ; loc1 ++ ) { for ( int loc2 = 0 ; loc2 < loc0 ; loc2 ++ ) { if ( arg0 [ loc1 ] == loc2 ) System . out . print ( "srini_string" ) ; else System . out . print ( "srini_string" ) ; } System . out . println ( ) ; } System . out . ...
print out n-by-n placement of queens from permutation q in ascii . concode_field_sep PlaceHolder placeHolder concode_field_sep void permQueen concode_elem_sep void enumerate concode_elem_sep void main concode_elem_sep boolean isConsistent concode_elem_sep boolean isConsistent
void function ( String arg0 , String arg1 ) { i ( arg0 , arg1 , null ) ; }
prints a message at info 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 ILogNode mLogNode concode_elem_sep int INFO concode_field_sep void println concode_elem_sep void printl...
float function ( float [ ] arg0 ) { return ( float ) Math . sqrt ( arg0 [ 0 ] * arg0 [ 0 ] + arg0 [ 1 ] * arg0 [ 1 ] + arg0 [ 2 ] * arg0 [ 2 ] ) ; }
compute the magnitude length of a vector concode_field_sep PlaceHolder placeHolder concode_field_sep void minus concode_elem_sep void minus concode_elem_sep void scalarMultiply concode_elem_sep void scalarMultiply concode_elem_sep float dot concode_elem_sep void cross concode_elem_sep void cross concode_elem_sep void p...
void function ( float arg0 ) { this . to = arg0 ; ea . add ( "srini_string" , arg0 ) ; }
sets the end point of the transition , a float between 0.0 and 1.0 . defaults to 1.0 . 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...
void function ( boolean arg0 ) { if ( arg0 != fEnabled ) { fEnabled = arg0 ; updateEnableState ( ) ; } }
sets the enable state of the dialog field . concode_field_sep String fLabelText concode_elem_sep IDialogFieldListener fDialogFieldListener concode_elem_sep Label fLabel concode_elem_sep boolean fEnabled concode_field_sep Label getLabelControl concode_elem_sep boolean isOkToUse concode_elem_sep void refresh concode_elem...
void function ( int arg0 ) { this . missingPosValueBehavior = arg0 ; }
set behavior for getstring string , string method when a positional index like % 4 is used but no subs value was given for that index . set to one of refcapablepropertyresourcebundle.throw _ behavior refcapablepropertyresourcebundle.emptystring _ behavior refcapablepropertyresourcebundle.noop _ behavior the first value...
void function ( JFileChooser arg0 ) { setDirFromSettings ( arg0 , new File ( "srini_string" ) ) ; }
sets the given jfilechooser to the location that has been savedas the last directory within the settings , if available . concode_field_sep PlaceHolder placeHolder concode_field_sep void clearFileFilters concode_elem_sep void rememberDir concode_elem_sep void rememberDir concode_elem_sep FileFilter createFileFilter con...
void function ( ValueChangeEvent arg0 ) { tempStyle = ( String ) arg0 . getNewValue ( ) ; if ( ! currentStyle . equalsIgnoreCase ( tempStyle ) ) { currentStyle = tempStyle ; ExternalContext loc0 = FacesContext . getCurrentInstance ( ) . getExternalContext ( ) ; loc0 . redirect ( loc0 . getRequestContextPath ( ) + "srin...
applies temp style to to the current style and image directory and manually refreshes the icons in the navigation tree . the page will reload based on navigation rules to ensure the theme is applied ; this is necessary because of difficulties encountered by updating the stylesheet reference within the of the document ....
int function ( ) { return count ; }
returns the number of keys in this hashtable . concode_field_sep Entry table[] concode_elem_sep Entry next concode_elem_sep float loadFactor concode_elem_sep int count concode_elem_sep int threshold concode_elem_sep Object value concode_elem_sep int hash concode_elem_sep int key concode_field_sep boolean contains conco...
void function ( Object arg0 ) { dispatcher . cancel ( arg0 ) ; }
cancels all scheduled tasks tagged with tag . requests that are already in flight might not be canceled . concode_field_sep boolean followProtocolRedirects concode_elem_sep HostnameVerifier hostnameVerifier concode_elem_sep ConnectionPool connectionPool concode_elem_sep List<String> DEFAULT_TRANSPORTS concode_elem_sep ...
TreeNode function ( Any arg0 ) { return read ( arg0 . create_input_stream ( ) ) ; }
extract the tree treenode from the unversal corba wrapper , any . concode_field_sep boolean active concode_elem_sep String _id concode_elem_sep TypeCode typeCode concode_field_sep TreeNode read concode_elem_sep void insert concode_elem_sep String id concode_elem_sep TypeCode type concode_elem_sep void write
CallGraph function ( ) { return callGraph ; }
get the self call graph for the class . concode_field_sep ClassContext classContext concode_elem_sep boolean hasSynchronization concode_elem_sep CallGraph callGraph concode_elem_sep boolean DEBUG concode_elem_sep HashSet<Method> calledMethodSet concode_field_sep boolean hasSynchronization concode_elem_sep Iterator<Call...
int function ( ) { return preInstructions_ ; }
returns whether the cover letter contains special instructions that should be followed prior to applying or removing the ptf . possible values are : #special_instructions_no special_instructions_no #special_instructions_yes special_instructions_yes #special_instructions_immediate special_instructions_immediate #special...
void function ( Stage arg0 ) { this . stage = arg0 ; }
sets new snapshot stage concode_field_sep int numberOfFiles concode_elem_sep long totalSize concode_elem_sep int processedFiles concode_elem_sep boolean aborted concode_elem_sep String failure concode_elem_sep long startTime concode_elem_sep long indexVersion concode_elem_sep long time concode_elem_sep long processedSi...
CTPicture function ( ) { return pic ; }
gets the value of the pic property . concode_field_sep CTPositiveSize2D ext concode_elem_sep CTGroupShape grpSp concode_elem_sep CTGraphicFrame graphicFrame concode_elem_sep CTMarker from concode_elem_sep CTPicture pic concode_elem_sep CTShape sp concode_elem_sep CTConnector cxnSp concode_field_sep CTPositiveSize2D get...
Class < ? extends Annotation > function ( ) { return null ; }
returns the scope annotation , or null if that is n't known for this instance . concode_field_sep Scoping SINGLETON_INSTANCE concode_elem_sep Scoping EAGER_SINGLETON concode_elem_sep Scoping UNSCOPED concode_elem_sep Scoping SINGLETON_ANNOTATION concode_field_sep V acceptVisitor concode_elem_sep V acceptVisitor concode...
int function ( ) { int loc0 = semaphore . loc0 ( ) ; if ( loc0 == 0 ) { return 0 ; } else { return TOTAL_PERMITS - loc0 ; } }
returns the number of references currently being held . concode_field_sep int TOTAL_PERMITS concode_elem_sep Semaphore semaphore concode_field_sep Releasable tryAcquire concode_elem_sep Releasable idempotentRelease concode_elem_sep Releasable acquire concode_elem_sep Releasable acquireUninterruptibly concode_elem_sep R...
void function ( int arg0 , int arg1 ) { int loc0 = arg1 * rowSize + ( arg0 >> 5 ) ; bits [ loc0 ] |= 1 << ( arg0 & 0x1f ) ; }
sets the given bit to true . concode_field_sep int width concode_elem_sep int[] bits concode_elem_sep int height concode_elem_sep int rowSize concode_field_sep void setRegion concode_elem_sep int getHeight concode_elem_sep int[] getTopLeftOnBit concode_elem_sep int hashCode concode_elem_sep boolean get concode_elem_sep...
int function ( int arg0 ) { return PlatformDependent . getInt ( memoryAddress + arg0 * EPOLL_EVENT_SIZE ) ; }
return the events for the epoll_event on this index . concode_field_sep long memoryAddress concode_elem_sep int EPOLL_EVENT_SIZE concode_elem_sep int length concode_elem_sep int EPOLL_DATA_OFFSET concode_field_sep long memoryAddress concode_elem_sep long allocate concode_elem_sep int length concode_elem_sep void increa...
void function ( MemoryPressureListener arg0 ) { mListeners . remove ( arg0 ) ; }
remove a listener previously added with #addmemorypressurelistener . concode_field_sep Set<MemoryPressureListener> mListeners concode_elem_sep String ACTION_TRIM_MEMORY_MODERATE concode_elem_sep ComponentCallbacks2 mCallbacks concode_elem_sep String ACTION_TRIM_MEMORY_UI_HIDDEN concode_elem_sep String ACTION_TRIM_MEMOR...
Instances function ( JSONNode arg0 ) { return toInstances ( arg0 , true ) ; }
turns a json object , if possible , into an instances object only header . concode_field_sep String SPARSE concode_elem_sep String SPARSE_SEPARATOR concode_elem_sep String CLASS concode_elem_sep String TYPE concode_elem_sep String NAME concode_elem_sep String DATEFORMAT concode_elem_sep String RELATION concode_elem_sep...
boolean function ( ) { return bRFlag ; }
returns r-flag . concode_field_sep boolean bRFlag concode_elem_sep boolean isRawValueSet concode_elem_sep byte rawValue concode_elem_sep byte RFLAG_SET concode_elem_sep short LENGTH concode_elem_sep Logger log concode_elem_sep short TYPE concode_elem_sep boolean bLFlag concode_elem_sep byte LFLAG_SET concode_field_sep ...
void function ( int arg0 ) { this . armies = arg0 ; }
sets the number of armies on the territory concode_field_sep Continent continent concode_elem_sep int armies concode_elem_sep String name concode_elem_sep Set<Territory> links concode_elem_sep int id concode_elem_sep int owner concode_field_sep void setName concode_elem_sep Set<Territory> getLinkedTerritories concode_e...
void function ( T arg0 ) { }
called when view is detached from view hierarchy and allows for some additional cleanup by the viewmanager subclass . concode_field_sep PlaceHolder placeHolder concode_field_sep Map<String,String> getNativeProps concode_elem_sep Map<String,Object> getExportedViewConstants concode_elem_sep String getName concode_elem_se...
HostImageProfileSummary function ( ) { return returnval ; }
gets the value of the returnval property . concode_field_sep HostImageProfileSummary returnval concode_field_sep void setReturnval
Builder function ( Exception arg0 ) { Assert . notNull ( arg0 , "srini_string" ) ; return withDetail ( "srini_string" , arg0 . getClass ( ) . getName ( ) + "srini_string" + arg0 . getMessage ( ) ) ; }
record detail for given exception . concode_field_sep Map<String,Object> details concode_elem_sep Status status concode_field_sep Builder withDetail concode_elem_sep Health build concode_elem_sep int hashCode concode_elem_sep Builder outOfService concode_elem_sep Builder outOfService concode_elem_sep boolean equals con...
boolean function ( ) { checkClosed ( ) ; return false ; }
returns whether this is an ` interactive ' stream . returns false if we do n't know . concode_field_sep byte LF_BYTE concode_elem_sep int DEFAULT_BUFFER_SIZE concode_elem_sep boolean closed concode_field_sep boolean readable concode_elem_sep void checkReadable concode_elem_sep void checkClosed concode_elem_sep long tel...
boolean function ( String arg0 ) { return false ; }
allows plugins to handle a link being clicked . return true here to cancel the navigation . concode_field_sep CordovaPreferences preferences concode_elem_sep CordovaInterface cordova concode_elem_sep CordovaWebView webView concode_elem_sep String serviceName concode_field_sep boolean onReceivedClientCertRequest concode...
NBTTagCompound function ( ItemStack arg0 ) { initNBT ( arg0 ) ; return arg0 . getTagCompound ( ) ; }
gets the nbttagcompound in an itemstack . tries to init it previously in case there is n't one present concode_field_sep PlaceHolder placeHolder concode_field_sep NBTTagCompound getCompound concode_elem_sep void setFloat concode_elem_sep void setByte concode_elem_sep byte getByte concode_elem_sep boolean verifyExistanc...
double function ( ) { if ( currentLocation != null ) return ( currentLocation . getLatitude ( ) ) ; return ( initialLatitude ) ; }
get current latitude . note : returns initiallatitude if currentlocation is null . concode_field_sep DISTANCE distance concode_elem_sep double initialLongitude concode_elem_sep COORDINATES coord concode_elem_sep ACCURACY accuracy concode_elem_sep double initialLatitude concode_elem_sep Location currentLocation concode_...
CTOleLink function ( ) { return oleLink ; }
gets the value of the olelink property . concode_field_sep CTOleLink oleLink concode_elem_sep Object parent concode_elem_sep CTExtensionList extLst concode_elem_sep CTExternalBook externalBook concode_elem_sep CTDdeLink ddeLink concode_field_sep void setExternalBook concode_elem_sep void setOleLink concode_elem_sep Obj...
String function ( ) { return getClass ( ) . getName ( ) + "srini_string" + x + "srini_string" + y + "srini_string" ; }
returns a string that represents the value of this mxpoint . concode_field_sep double x concode_elem_sep double y concode_elem_sep long serialVersionUID concode_field_sep Point getPoint concode_elem_sep double getX concode_elem_sep void setY concode_elem_sep void setX concode_elem_sep double getY concode_elem_sep boole...
String function ( Object arg0 , boolean arg1 ) { SortedSet < String > loc0 = wrappedMap . get ( arg0 ) ; if ( loc0 == null || loc0 . isEmpty ( ) ) { return null ; } String loc1 = loc0 . first ( ) ; return arg1 ? OAuth . arg1 ( loc1 ) : loc1 ; }
returns the first value from the set of all values for the given parameter name . if the key passed to this method contains special characters , you must first percent encode it using oauth #percentencode string , otherwise the lookup will fail that 's because upon storing values in this map , keys get percent-encoded ...
void function ( double [ ] arg0 ) { for ( int loc0 = 0 ; loc0 < arg0 . length ; loc0 ++ ) { System . out . println ( arg0 [ loc0 ] ) ; } }
display @param array 's content to console concode_field_sep Formatter formatter concode_field_sep void printDoubleArrayToFile concode_elem_sep void print2DTabbedDoubleArrayToConole concode_elem_sep void printFloatArrayToFile concode_elem_sep void printFloatArrayToConole concode_elem_sep void print2DDoubleArrayToFile c...
CTSchemeColor function ( ) { return schemeClr ; }
gets the value of the schemeclr property . concode_field_sep CTSRgbColor srgbClr concode_elem_sep Object parent concode_elem_sep Integer sx concode_elem_sep CTSchemeColor schemeClr concode_elem_sep Integer sy concode_elem_sep Long dist concode_elem_sep Integer dir concode_elem_sep Long blurRad concode_elem_sep Integer ...
String function ( ) { return status ; }
not-null value . concode_field_sep String suicherenyuanID2 concode_elem_sep java.util.Date addTime concode_elem_sep String orderId concode_elem_sep String sPdtgVehicleno concode_elem_sep String sPdtgEmplname concode_elem_sep String detailId concode_elem_sep java.util.Date editTime concode_elem_sep String dispatchNumber...
T function ( String arg0 ) { return ( T ) session . getAttribute ( arg0 ) ; }
returns the object bound with the specified name in this session , or null if no object is bound under the name . concode_field_sep HttpSession session concode_field_sep long lastAccessedTime concode_elem_sep int maxInactiveInterval concode_elem_sep void maxInactiveInterval concode_elem_sep long creationTime concode_el...
void function ( String [ ] arg0 , String arg1 , ClassLoader arg2 ) { Thread . currentThread ( ) . setContextClassLoader ( arg2 ) ; createMainMethodRunner ( arg1 , arg0 , arg2 ) . run ( ) ; }
launch the application given the archive file and a fully configured classloader . concode_field_sep PlaceHolder placeHolder concode_field_sep String getMainClass concode_elem_sep MainMethodRunner createMainMethodRunner concode_elem_sep List<Archive> getClassPathArchives concode_elem_sep Archive createArchive concode_e...
String function ( ) { return name ; }
name of the parameter . this uniquely distinguishes parametervalue among other parametersfor the same build . this must be the same as parameterdefinition #getname . concode_field_sep String name concode_elem_sep String description concode_field_sep ParameterDefinition getDefinition concode_elem_sep VariableResolver<St...
RxWebTarget < RxListenableFutureInvoker > function ( final WebTarget arg0 ) { return Rx . from ( arg0 , RxListenableFutureInvoker . class ) ; }
create a new org.glassfish.jersey.client.rx.rxwebtarget reactive client target instance initialized with givenjax-rs client web target instance and parametrized with invoker based on the com.google.common.util.concurrent.listenablefuture listenable future from guava . reactive requests , invoked using org.glassfish.jer...
String function ( ) { return receiptHandle ; }
gets the value of the receipthandle property . concode_field_sep String messageId concode_elem_sep String receiptHandle concode_elem_sep String md5OfBody concode_elem_sep String body concode_field_sep void setReceiptHandle concode_elem_sep String getMessageId concode_elem_sep String getBody concode_elem_sep String getM...
boolean function ( ) { return corruptRequest ; }
get the status of the corrupt request flag . concode_field_sep String filetype concode_elem_sep boolean noOp concode_elem_sep boolean checksumError concode_elem_sep String filepath concode_elem_sep String destination concode_elem_sep String onBehalfOf concode_elem_sep String packaging concode_elem_sep String userAgent ...
void function ( ) { fetchAllOutstanding ( ) ; }
initiates the fetch of all blocks provided in the constructor , with possible retries in the event of transient ioexceptions . concode_field_sep ExecutorService executorService concode_elem_sep LinkedHashSet<String> outstandingBlocksIds concode_elem_sep int maxRetries concode_elem_sep RetryingBlockFetchListener current...
void function ( final String arg0 ) { this . name = arg0 ; }
sets the value of the name property . concode_field_sep MessageDestinationUsageEnum usage concode_elem_sep String link concode_elem_sep String label concode_elem_sep QName type concode_elem_sep List<Description> descriptions concode_elem_sep String version concode_elem_sep String uuid concode_elem_sep Object idref conc...
boolean function ( Class arg0 ) { return OrderFrequency . class . isAssignableFrom ( arg0 ) ; }
determines if the command object being submitted is a valid type concode_field_sep Log log concode_field_sep void validate
void function ( String arg0 ) { if ( arg0 == null ) { this . district = "srini_string" ; } else { this . district = arg0 ; } }
sets the district concode_field_sep String gradeName concode_elem_sep String districtCode concode_elem_sep String seed concode_elem_sep String school concode_elem_sep String district concode_elem_sep String schoolCode concode_elem_sep String enrollment concode_field_sep void setSchoolCode concode_elem_sep String getSee...
void function ( ) { }
this method resets the outgoing events . concode_field_sep boolean e concode_elem_sep SCInterfaceImpl sCInterface concode_elem_sep boolean f concode_elem_sep State[] historyVector concode_elem_sep long x concode_elem_sep long y concode_elem_sep int nextStateIndex concode_elem_sep long z concode_elem_sep State[] stateVe...
void function ( ) { jniDispose ( addr ) ; }
needs to be called when the shape is no longer used , e.g. after a fixture was created based on the shape . concode_field_sep long addr concode_field_sep void jniSetRadius concode_elem_sep void jniDispose concode_elem_sep Type getType concode_elem_sep float jniGetRadius concode_elem_sep float getRadius concode_elem_sep...
java . lang . String function ( ) { return getService ( ) . getOSGiServiceIdentifier ( ) ; }
returns the osgi service identifier . concode_field_sep AccountLocalService _service concode_field_sep com.liferay.portal.kernel.dao.orm.ActionableDynamicQuery getActionableDynamicQuery concode_elem_sep com.liferay.portal.kernel.model.Account createAccount concode_elem_sep java.util.List<com.liferay.portal.kernel.model...
String function ( Iterable arg0 ) { return arg0 == null ? "srini_string" : TextUtils . join ( DEFAULT_JOIN_SEPARATOR , arg0 ) ; }
join collection to string , separator is #default_join_separator join null = '' '' ; join = '' '' ; join a , b = `` a , b '' ; concode_field_sep CharSequence DEFAULT_JOIN_SEPARATOR concode_field_sep boolean isEmpty
Map < String , String > function ( ) { return makeEnvMap ; }
returns make environment variable names and values as a map . concode_field_sep Map<String,String> makeEnvMap concode_field_sep placeholderType placeHolder
int function ( ) { return resultCode ; }
gets the result code . concode_field_sep int resultCode concode_elem_sep String resultMessage concode_field_sep String getResultMessage concode_elem_sep void setResultMessage concode_elem_sep void setResultCode
int function ( ) { return cacheSize ; }
return the current cache size in kb . todo : currently unused . expose via jmx ? concode_field_sep CacheEntry[] cache concode_elem_sep int cacheMaxSize concode_elem_sep long hitsCount concode_elem_sep int maxAllocateIterations concode_elem_sep long desiredEntryAccessRatio concode_elem_sep int spareNotFoundEntries conco...
Vector function ( ) { return m_VectorData ; }
returns the data hold by the paramlistitem object . concode_field_sep byte ITEMTYPE_ARRAY concode_elem_sep String m_label concode_elem_sep byte ITEMTYPE_FIELD concode_elem_sep boolean m_isArray concode_elem_sep Vector m_VectorData concode_elem_sep Logger LOGGER concode_elem_sep Class m_containerComponentType concode_el...
void function ( String arg0 ) { name = arg0 ; }
this method is used for setting a friendly name of the rule . this property can be changed only when the rule is not in active state . concode_field_sep String uid concode_elem_sep Visibility visibility concode_elem_sep Configuration configuration concode_elem_sep List<ConfigDescriptionParameter> configDescriptions con...
void function ( String arg0 ) { this . dsLocation = arg0 ; }
sets the value of the dslocation property . concode_field_sep ArrayOfString altIDs concode_elem_sep String dsID concode_elem_sep String logMessage concode_elem_sep String pid concode_elem_sep boolean versionable concode_elem_sep String mimeType concode_elem_sep String dsLabel concode_elem_sep String formatURI concode_e...
ResultSet function ( final PreparedStatement arg0 ) { final ResultSet loc0 = arg0 . executeQuery ( ) ; registerResultSet ( loc0 ) ; return loc0 ; }
using the given statement object . the returned resultset is registered to be closed at teardown . concode_field_sep List<Blob> m_blobs concode_elem_sep List<ResultSet> m_resultSets concode_elem_sep List<ConnectionFactoryEventListener> m_listeners concode_elem_sep List<ConnectionRegistration> m_connectionRegistrations ...
SocketAddress function ( ) { return new InetSocketAddress ( address , port ) ; }
gets the socket address of the host this packet will be sent to/is coming from concode_field_sep InetAddress address concode_elem_sep int offset concode_elem_sep int port concode_elem_sep int length concode_elem_sep byte[] buffer concode_field_sep void setLength concode_elem_sep int getPort concode_elem_sep void setAdd...
Object [ ] function ( ) { return oData ; }
returns the array of fields in the database row . concode_field_sep Node nPrimaryNode concode_elem_sep Object[] oData concode_elem_sep int tableId concode_elem_sep int iPos concode_field_sep int getRealSize concode_elem_sep int getStorageSize concode_elem_sep void keepInMemory concode_elem_sep void clearNodeLinks conco...
void function ( ) { submit . setStatus ( false ) ; Iterator loc0 = componentList . iterator ( ) ; FormElement loc1 ; while ( loc0 . hasNext ( ) ) { loc1 = ( FormElement ) loc0 . next ( ) ; loc1 . reset ( ) ; } }
resets the formelement 's to their original state . concode_field_sep LinkedFormElement zip concode_elem_sep FormElement firstName concode_elem_sep FormElement lastName concode_elem_sep SubmitButton submit concode_elem_sep LinkedFormElement city concode_elem_sep ArrayList componentList concode_elem_sep LinkedFormElemen...
void function ( String arg0 , String arg1 ) { Log . d ( arg0 , arg1 ) ; }
send a #debug_level log message . concode_field_sep boolean DEBUG_SYSOUT concode_elem_sep int DEBUG_LEVEL concode_field_sep void printMyLog concode_elem_sep void printCallHierarchy concode_elem_sep void print concode_elem_sep void print concode_elem_sep String callMethodAndLine concode_elem_sep void e concode_elem_sep ...
int function ( ) { return _numElements ; }
the number of items in the list . concode_field_sep ByteBuffer _b concode_elem_sep int PROPERTIES_PER_ELEMENT concode_elem_sep int _numElements concode_elem_sep int BYTES_PER_PROPERTY concode_field_sep void add concode_elem_sep void add concode_elem_sep void set concode_elem_sep void set concode_elem_sep void setProper...
int function ( ) { return space == null ? ( int ) objNum : space . hashCode ( ) ^ ( int ) objNum ; }
get the hashcode . concode_field_sep long serialVersionUID concode_elem_sep int DGC_ID concode_elem_sep int REGISTRY_ID concode_elem_sep Object lock concode_elem_sep int ACTIVATOR_ID concode_elem_sep long next concode_elem_sep UID space concode_elem_sep long objNum concode_field_sep ObjID read concode_elem_sep boolean ...
List < RepositoryCommit > function ( String arg0 , Repository arg1 , String arg2 ) { return getCommits ( arg0 , arg1 , arg2 , getCutoffDate ( ) ) ; }
get all commits for the specified repository : branch that are in the cache . concode_field_sep Map<String,ObjectCache<List<RepositoryCommit>>> cache concode_elem_sep CommitCache instance concode_elem_sep Logger logger concode_elem_sep int cacheDays concode_field_sep List<RepositoryCommit> reduce concode_elem_sep Commi...
int function ( ) { try { return Integer . parseInt ( propertyConfigurationService . getConfigValue ( BALLOT_CRYPTING_KEY_SIZE ) ) ; } catch ( PropertyConfigurationException loc0 ) { throw new CryptoConfigurationRuntimeException ( "srini_string" , loc0 ) ; } }
retrieves the ballotcipher key size from the propertyconfigurationservice #ballot_crypting_key_size . concode_field_sep PropertyConfigurationService propertyConfigurationService concode_elem_sep int GCM_MAC_LENGTH concode_elem_sep CertificateUtils certificateUtils concode_elem_sep Key integrityCheckSecretKey concode_el...
void function ( ThemedReactContext arg0 , T arg1 ) { }
called when view is detached from view hierarchy and allows for some additional cleanup by the viewmanager subclass . concode_field_sep PlaceHolder placeHolder concode_field_sep Map<String,String> getNativeProps concode_elem_sep Map<String,Object> getExportedViewConstants concode_elem_sep String getName concode_elem_se...
boolean function ( User arg0 ) { if ( result . containsKey ( arg0 ) ) { return true ; } else { throw new DoNotUserForMap ( "srini_string" ) ; } }
the method determines whether user contain in bank . concode_field_sep Map<User,List<Account>> result concode_field_sep boolean transferMoney concode_elem_sep int getRequisites concode_elem_sep void addUser concode_elem_sep void addAccountToUser concode_elem_sep void deleteUser concode_elem_sep void deleteAccountFromUs...
String function ( ) { String loc0 , loc1 ; loc0 = UIManager . getString ( "srini_string" ) ; if ( loc0 == null ) loc0 = RedoName ; loc1 = getPresentationName ( ) ; if ( ( loc1 == null ) || ( loc1 . length ( ) == 0 ) ) return loc0 ; else return loc0 + ' ' + loc1 ; }
calculates a localized name for presenting the redo action to the user . the default implementation returns the concatenation of the string & #x201c ; redo & #x201d ; and the action name , which is determined by calling #getpresentationname . the string & #x201c ; redo & #x201d ; is retrieved from the javax.swing.uiman...