code
stringlengths
20
663
nl
stringlengths
68
7.19k
void function ( int arg0 ) { if ( ( arg0 <= 0 ) || ( arg0 & ( arg0 - 1 ) ) != 0 ) { throw new IllegalArgumentException ( "srini_string" ) ; } }
validates an alignment . concode_field_sep DexFile file concode_elem_sep boolean prepared concode_elem_sep String name concode_elem_sep int fileOffset concode_elem_sep int alignment concode_field_sep int getAlignment concode_elem_sep int getFileOffset concode_elem_sep void throwIfPrepared concode_elem_sep void prepare ...
ViewQuery function ( int arg0 ) { ViewQuery loc0 = mCachedQueries . get ( arg0 ) ; if ( loc0 == null ) { if ( mView == null ) { loc0 = new ViewQuery ( mView ) ; } else { loc0 = new ViewQuery ( mView . findViewById ( arg0 ) ) ; } mCachedQueries . append ( arg0 , loc0 ) ; } return loc0 ; }
get the view query based on the given view id . this id can be the child view of the root view concode_field_sep int INITIAL_CACHE_SIZE concode_elem_sep View mView concode_elem_sep SparseArray<ViewQuery> mCachedQueries concode_field_sep ViewQuery image concode_elem_sep ViewQuery image concode_elem_sep ViewQuery onClick...
HiveConf function ( ) { return hiveConf ; }
get hive conf concode_field_sep HiveConf hiveConf concode_elem_sep String hostname concode_elem_sep List<String> addedProperties concode_elem_sep boolean startedHiveService concode_elem_sep int binaryPort concode_elem_sep int httpPort concode_field_sep void verifyStarted concode_elem_sep void verifyNotStarted concode_e...
void function ( String arg0 ) { throwIfImmutable ( ) ; List < String > loc0 = getTransferEncoding ( ) ; if ( loc0 == null ) { loc0 = new ArrayList < > ( ) ; } loc0 . add ( arg0 ) ; setDatasetMetadata ( TRANSFER_ENCODING_KEY , loc0 ) ; }
convenience method to add a new transfer-encoding to a dataset concode_field_sep Logger log concode_elem_sep Map<String,Map<String,Object>> fileLevel concode_elem_sep String DATASET_URN_KEY concode_elem_sep String EMPTY_ID concode_elem_sep Map<String,Object> datasetLevel concode_elem_sep String cachedId concode_elem_se...
void function ( final int arg0 ) { if ( arg0 + this . length <= this . data . length ) { return ; } int loc0 = 2 * this . data . length ; int loc1 = this . length + arg0 ; byte [ ] loc2 = new byte [ loc0 > loc1 ? loc0 : loc1 ] ; System . arraycopy ( data , 0 , loc2 , 0 , this . length ) ; this . data = loc2 ; }
ensures the capacity of the vector , when it 's too small for the data that needs to be put in , it will be resized concode_field_sep byte[] data concode_elem_sep int DEFAULT_SIZE concode_elem_sep int length concode_field_sep ByteVector putInt concode_elem_sep ByteVector putString concode_elem_sep void checkIndex conco...
String function ( ) { return RevisionUtils . extract ( "srini_string" ) ; }
returns the revision string . concode_field_sep boolean isspd concode_elem_sep double[][] L concode_elem_sep long serialVersionUID concode_elem_sep int n concode_field_sep boolean isSPD concode_elem_sep Matrix getL concode_elem_sep Matrix solve
long [ ] function ( ) { return blockIds ; }
get the array of blocks . concode_field_sep String blockPoolId concode_elem_sep List<Integer> volumeIndexes concode_elem_sep long[] blockIds concode_elem_sep List<byte[]> volumeIds concode_field_sep List<byte[]> getVolumeIds concode_elem_sep String toString concode_elem_sep List<Integer> getVolumeIndexes
String function ( ) { return jobTracker ; }
gets the value of the jobtracker property . concode_field_sep List<String> jobXml concode_elem_sep CONFIGURATION configuration concode_elem_sep String jobTracker concode_elem_sep String nameNode concode_field_sep List<String> getJobXml concode_elem_sep CONFIGURATION getConfiguration concode_elem_sep void setJobTracker ...
boolean function ( long arg0 ) { long loc0 = System . currentTimeMillis ( ) ; for ( QueueEntry loc1 : entries . values ( ) ) if ( loc0 - loc1 . submissionTime > arg0 ) return true ; return false ; }
returns true if too much time is spent since some runnable is submitted into the queueuntil they get executed . concode_field_sep Runnable item concode_elem_sep boolean queued concode_elem_sep ExecutorService executors concode_elem_sep Map<Runnable,QueueEntry> entries concode_elem_sep Set<QueueEntry> inProgress concode...
CodeExceptionGen function ( InstructionHandle arg0 ) { return startInstructionToHandlerMap . get ( arg0 ) ; }
if the given instruction is the start of an exception handler , get the codeexceptiongen object representing the handler . concode_field_sep IdentityHashMap<InstructionHandle,List<CodeExceptionGen>> codeToHandlerMap concode_elem_sep IdentityHashMap<InstructionHandle,CodeExceptionGen> startInstructionToHandlerMap concod...
void function ( Date arg0 ) { _subscription . setModifiedDate ( arg0 ) ; }
sets the modified date of this subscription . concode_field_sep Subscription _subscription concode_field_sep long getClassNameId concode_elem_sep void setExpandoBridgeAttributes concode_elem_sep void setExpandoBridgeAttributes concode_elem_sep void setExpandoBridgeAttributes concode_elem_sep void setGroupId concode_ele...
Page < OsiFunctionsDTO > function ( Pageable arg0 ) { log . debug ( "srini_string" ) ; Page < OsiFunctions > loc0 = osiFunctionRepository . findAll ( arg0 ) ; return null ; }
get all the osifunctions . concode_field_sep OsiFunctionRepository osiFunctionRepository concode_elem_sep Logger log concode_field_sep OsiFunctionsDTO save concode_elem_sep OsiFunctionsDTO findOne concode_elem_sep void delete
Map < K , V > function ( int arg0 ) { return new HashMap < K , V > ( arg0 ) ; }
answer a new map which uses hashing for lookup and has initial size size . concode_field_sep PlaceHolder placeHolder concode_field_sep Set<T> createHashedSet concode_elem_sep Set<T> createHashedSet
int function ( ) { return style ; }
returns basic text style . concode_field_sep int startIndex concode_elem_sep Color background concode_elem_sep int length concode_elem_sep int style concode_elem_sep Color foreground concode_elem_sep List<CustomStyle> customStyles concode_field_sep boolean isWaved concode_elem_sep int getStartIndex concode_elem_sep boo...
Component function ( ) { return null ; }
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...
void function ( MLCartesianCSType arg0 ) { this . mlCartesianCS = arg0 ; }
sets the value of the mlcartesiancs property . concode_field_sep String role concode_elem_sep String arcrole concode_elem_sep String show concode_elem_sep String actuate concode_elem_sep List<String> nilReason concode_elem_sep String href concode_elem_sep String type concode_elem_sep String title concode_elem_sep MLCar...
char function ( ) { index = begin ; return current ( ) ; }
this method sets the index value to the beginning of the range and returns the character there . concode_field_sep int index concode_elem_sep int end concode_elem_sep String text concode_elem_sep int begin concode_field_sep char next concode_elem_sep char current concode_elem_sep char previous concode_elem_sep char las...
void function ( ) { System . out . println ( "srini_string" ) ; DummySampler loc0 = new DummySampler ( ) ; String loc1 = "srini_string" ; String loc2 = loc0 . getResponseData ( ) ; Assert . assertEquals ( loc1 , loc2 ) ; }
test of getresponsedata method , of class dummysampler . concode_field_sep PlaceHolder placeHolder concode_field_sep void testGetRequestData concode_elem_sep void setUpClass concode_elem_sep void testSetResponseData concode_elem_sep void testGetResponseCode concode_elem_sep void testGetResponseTime concode_elem_sep voi...
String function ( ) { return mode ; }
gets the mode of the progress bar . concode_field_sep String progressLabel concode_elem_sep String progressCompleteLabelField concode_elem_sep String progressCompleteLabel concode_elem_sep String labelPosition concode_elem_sep boolean progressCompleteLabelCustomValue concode_elem_sep boolean customProgress concode_elem...
Type function ( ParameterizedType arg0 , int arg1 ) { Type [ ] loc0 = arg0 . getActualTypeArguments ( ) ; if ( arg1 + 1 > loc0 . length ) return null ; return loc0 [ arg1 ] ; }
get component type . concode_field_sep PlaceHolder placeHolder concode_field_sep Iterable<ConfigVisitorNode> getChildren concode_elem_sep BeanInfo getTempBeanInfo concode_elem_sep BeanInfo getTempBeanInfo concode_elem_sep BeanInfo getTempBeanInfo concode_elem_sep Class<?> getType concode_elem_sep Class<?> getType conco...
String function ( ) { return selectedMineral ; }
gets the selected mineral name . concode_field_sep String selectedFruit concode_elem_sep String selectedColor concode_elem_sep String selectedMineral concode_elem_sep String selectedPanel concode_field_sep void setSelectedFruit concode_elem_sep String getSelectedFruit concode_elem_sep void setSelectedMineral concode_el...
boolean function ( ) { boolean loc0 = dataset . delete ( ) ; if ( loc0 ) { } else { } return loc0 ; }
example of deleting a dataset . concode_field_sep Dataset dataset concode_field_sep boolean doesDatasetExist concode_elem_sep Table createTable concode_elem_sep Dataset updateDataset concode_elem_sep Table getTable concode_elem_sep Dataset reloadDataset concode_elem_sep Page<Table> list
float [ ] function ( ) { return hitPoint ; }
returns the hit point of the input and the affected gvrsceneobject concode_field_sep Object recyclerLock concode_elem_sep SensorEvent next concode_elem_sep GVRCursorController controller concode_elem_sep int MAX_RECYCLED concode_elem_sep String TAG concode_elem_sep boolean isOver concode_elem_sep SensorEvent recyclerTo...
TypeCode function ( ) { return OrbRestricted . Singleton . create_interface_tc ( id ( ) , "srini_string" ) ; }
get the type code of the dynstruct . concode_field_sep PlaceHolder placeHolder concode_field_sep DynStruct extract concode_elem_sep DynStruct read concode_elem_sep void insert concode_elem_sep DynStruct narrow concode_elem_sep String id concode_elem_sep void write concode_elem_sep DynStruct unchecked_narrow
String function ( ) { lock . lock ( ) ; try { return id ; } finally { lock . unlock ( ) ; } }
returns the subscription uuid . concode_field_sep Lock lock concode_elem_sep String topicId concode_elem_sep String DEFAULT_DATA_STORE_ID concode_elem_sep String clientToken concode_elem_sep UnparsedNotificationCallback notificationCallback concode_elem_sep Long expiration concode_elem_sep long serialVersionUID concode...
boolean function ( File arg0 ) { return false ; }
returns true if the given directory represents a disk drive , and false otherwise . this default implementation always returns false . concode_field_sep FileSystemView defaultFileSystemView concode_field_sep boolean isFileSystem concode_elem_sep boolean isFileSystemRoot concode_elem_sep Boolean isTraversable concode_el...
RenderedImage function ( RenderContext arg0 ) { return getSource ( ) . createRendering ( arg0 ) ; }
forward the call blocking until source is set if need be . concode_field_sep Filter src concode_elem_sep Rectangle2D bounds concode_elem_sep Map props concode_field_sep void setSource concode_elem_sep boolean isDynamic concode_elem_sep Object getProperty concode_elem_sep void setProperties concode_elem_sep Shape getDep...
int function ( int arg0 , int arg1 , boolean arg2 ) { int loc0 = size ; size += 1 ; setLeft ( loc0 , arg0 , arg2 ) ; setRight ( loc0 , arg1 ) ; return loc0 ; }
insert a new node into the data array , growing the array as necessary . concode_field_sep int root concode_elem_sep DynamicIntArray data concode_elem_sep int ELEMENT_SIZE concode_elem_sep int RIGHT_OFFSET concode_elem_sep int size concode_elem_sep int LEFT_OFFSET concode_elem_sep int lastAdd concode_elem_sep int NULL ...
Object function ( Item arg0 , State arg1 ) { if ( eventPublisher != null && arg0 != null ) { eventPublisher . post ( ItemEventFactory . createStateEvent ( arg0 . getName ( ) , arg1 ) ) ; } return null ; }
posts a status update for a specified item to the event bus . t concode_field_sep ItemRegistry itemRegistry concode_elem_sep EventPublisher eventPublisher concode_field_sep Object sendCommand concode_elem_sep Object sendCommand concode_elem_sep Object sendCommand concode_elem_sep Object sendCommand concode_elem_sep voi...
int function ( SQLiteDatabase arg0 , String arg1 ) { return arg0 . delete ( arg1 , getSelection ( ) , getSelectionArgs ( ) ) ; }
execute delete using the current internal state as where clause . concode_field_sep StringBuilder mSelection concode_elem_sep ArrayList<String> mSelectionArgs concode_field_sep String getSelection concode_elem_sep Cursor query concode_elem_sep Cursor query concode_elem_sep String[] getSelectionArgs concode_elem_sep Sel...
long function ( ) { return centralDirectorySize ; }
returns the size of the central directory in bytes . concode_field_sep Charset charset concode_elem_sep long expectedEntries concode_elem_sep Map<String,ZipFileEntry> entries concode_elem_sep boolean maybeZip64 concode_elem_sep boolean isZip64 concode_elem_sep long centralDirectoryOffset concode_elem_sep long zip64EndO...
void function ( String arg0 ) { this . name = arg0 ; }
sets the name of the field . concode_field_sep boolean image concode_elem_sep String field concode_elem_sep TreeSet<Field> fields concode_elem_sep String name concode_elem_sep String contentId concode_elem_sep String description concode_elem_sep TreeSet<Attachment> attachments concode_elem_sep String type concode_elem_...
boolean function ( Registry arg0 , SAMLSSOServiceProviderDO arg1 ) { SAMLSSOServiceProviderDAO loc0 = new SAMLSSOServiceProviderDAO ( arg0 ) ; return loc0 . addServiceProvider ( arg1 ) ; }
add a relying party service provider for saml sso concode_field_sep IdentityPersistenceManager manager concode_field_sep OpenIDAdminDO getOpenIDAdmin concode_elem_sep String getParameterValue concode_elem_sep boolean isServiceProviderExists concode_elem_sep boolean hasXMPPSettings concode_elem_sep SAMLSSOServiceProvide...
A function ( ConnectionCallable < A > arg0 , Application arg1 ) { return withTransaction ( "srini_string" , arg0 , arg1 ) ; }
execute a block of code , in the scope of a jdbc transaction . the connection and all created statements are automatically released . the transaction is automatically committed , unless an exception occurs . concode_field_sep PlaceHolder placeHolder concode_field_sep void withConnection concode_elem_sep void withConnec...
byte [ ] function ( int arg0 , boolean arg1 , byte arg2 ) { byte [ ] loc0 = new byte [ arg0 ] ; for ( int loc1 = 0 ; loc1 < arg0 ; loc1 ++ ) { byte loc2 ; do { loc2 = randomByte ( ) ; } while ( arg1 && loc2 == arg2 ) ; loc0 [ loc1 ] = loc2 ; } return loc0 ; }
create an array of random bytes concode_field_sep Random random concode_field_sep int randomInt concode_elem_sep String randomUnicodeString concode_elem_sep void assertIllegalStateException concode_elem_sep void assertNullPointerException concode_elem_sep char randomChar concode_elem_sep short randomShort concode_elem_...
void function ( ) { }
this method is executed once per superstep after the vertex update function has been invoked for each vertex . concode_field_sep IterationRuntimeContext runtimeContext concode_elem_sep long numberOfVertices concode_field_sep T getPreviousIterationAggregate concode_elem_sep void init concode_elem_sep T getIterationAggre...
String function ( ) { return sCountryFlagLarge ; }
gets the value of the scountryflaglarge property . concode_field_sep String sCountryFlag concode_elem_sep String sCoach concode_elem_sep ArrayOfString sMidFields concode_elem_sep ArrayOfString sForwards concode_elem_sep String sName concode_elem_sep int iCompeted concode_elem_sep ArrayOfString sDefenders concode_elem_s...
Point3 function ( Point3 arg0 ) { return o2w == null ? new Point3 ( arg0 ) : w2o . transformP ( arg0 ) ; }
transform the given point from world space to object space . a new point3 object is returned . concode_field_sep Shader[] shaders concode_elem_sep Matrix4 o2w concode_elem_sep Matrix4 w2o concode_elem_sep BoundingBox bounds concode_elem_sep Geometry geometry concode_elem_sep Modifier[] modifiers concode_field_sep Shade...
void function ( String arg0 , String arg1 ) { if ( LOG . VERBOSE >= LOGLEVEL ) Log . v ( arg0 , arg1 ) ; }
verbose log message . 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 s...
List < Integer > function ( ) { if ( placeholderTypes == null ) { placeholderTypes = new ArrayList < Integer > ( ) ; } return this . placeholderTypes ; }
gets the value of the placeholdertypes 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 placeholdertypes property . for example , to add ...
String function ( ) { return sourcepath ; }
to get source path . concode_field_sep String outputdir concode_elem_sep String bootclasspath concode_elem_sep String classpath concode_elem_sep String extdirs concode_elem_sep String encoding concode_elem_sep String sourcepath concode_elem_sep String target concode_field_sep String getClasspath concode_elem_sep void s...
void function ( int arg0 ) { _phanphoi . setHopdongid ( arg0 ) ; }
sets the hopdongid of this phanphoi . concode_field_sep Phanphoi _phanphoi concode_field_sep void setExpandoBridgeAttributes concode_elem_sep boolean isEscapedModel concode_elem_sep boolean isCachedModel concode_elem_sep com.liferay.portlet.expando.model.ExpandoBridge getExpandoBridge concode_elem_sep int getId concode...
void function ( int arg0 , int arg1 , int arg2 , int arg3 , ColorModel arg4 , int [ ] arg5 , int arg6 , int arg7 ) { consumer . setPixels ( arg0 , arg1 , arg2 , arg3 , arg4 , arg5 , arg6 , arg7 ) ; }
this function delivers a rectangle of pixels where any pixel m , n is stored in the array as an int at index n scansize + m + offset . concode_field_sep ImageConsumer consumer concode_field_sep void imageComplete concode_elem_sep void setProperties concode_elem_sep Object clone concode_elem_sep void setDimensions conco...
Span function ( TInfo arg0 , String arg1 ) { if ( arg0 . traceId == 0 ) { return Span . NULL_SPAN ; } TraceInfo loc0 = new TraceInfo ( arg0 . traceId , arg0 . parentId ) ; return new Span ( org . apache . htrace . Trace . startSpan ( arg1 , loc0 ) ) ; }
continue a trace by starting a new span with a given parent and description . concode_field_sep PlaceHolder placeHolder concode_field_sep void data concode_elem_sep void offNoFlush concode_elem_sep Span start concode_elem_sep boolean isTracing concode_elem_sep long currentTraceId concode_elem_sep Span currentTrace conc...
Type function ( ) { return elementType ; }
returns the type of the elements of this set . concode_field_sep String digest concode_elem_sep Type elementType concode_field_sep Type computeCommonType concode_elem_sep Level getLevel concode_elem_sep boolean isInstance concode_elem_sep boolean usesHierarchy concode_elem_sep int hashCode concode_elem_sep boolean equa...
void function ( FolderId arg0 ) { this . oldParentFolderId = arg0 ; }
sets the oldparentfolderid . concode_field_sep FolderId parentFolderId concode_elem_sep EventType eventType concode_elem_sep FolderId oldParentFolderId concode_elem_sep Date timestamp concode_field_sep void setParentFolderId concode_elem_sep EventType getEventType concode_elem_sep void loadFromXml concode_elem_sep void...
RequestMatcher function ( ) { return new AbstractJsonPathRequestMatcher ( ) { @ Override public void matchInternal ( MockClientHttpRequest arg0 ) throws IOException , ParseException { JsonPathRequestMatchers . this . jsonPathHelper . assertValueIsBoolean ( arg0 . getBodyAsString ( ) ) ; } } ; }
evaluate the json path expression against the request content and assert that the result is a boolean . concode_field_sep JsonPathExpectationsHelper jsonPathHelper concode_field_sep RequestMatcher doesNotExist concode_elem_sep RequestMatcher isNumber concode_elem_sep RequestMatcher isEmpty concode_elem_sep void match c...
LoggingConfig function ( String arg0 ) { this . prefix = arg0 ; return this ; }
the prefix to use for stored access log files . returns a reference to this object so that method calls can be chained together . concode_field_sep String bucket concode_elem_sep String prefix concode_field_sep String getBucket concode_elem_sep String getPrefix concode_elem_sep LoggingConfig withBucket concode_elem_sep...
ResourceDescriptor function ( JavaEEResourceType arg0 , String arg1 ) { for ( ResourceDescriptor loc0 : getResourceDescriptors ( arg0 ) ) { if ( loc0 . getName ( ) . equals ( arg1 ) ) { return loc0 ; } } return null ; }
return descriptors based on resource type and given name . concode_field_sep LocalStringManagerImpl localStrings concode_elem_sep Map<JavaEEResourceType,Set<Class>> invalidResourceTypeScopes concode_elem_sep Map<JavaEEResourceType,Set<ResourceDescriptor>> resourceDescriptors concode_field_sep void addResourceDescriptor...
org . apache . axis . description . TypeDesc function ( ) { return typeDesc ; }
return type metadata object concode_field_sep org.apache.axis.description.TypeDesc typeDesc concode_elem_sep java.lang.Object __equalsCalc concode_elem_sep java.lang.String name concode_elem_sep boolean __hashCodeCalc concode_elem_sep java.lang.String real_name concode_elem_sep java.math.BigInteger id concode_elem_sep ...
String function ( ) { return poll ( DEFAULT_TIMEOUT ) ; }
returns the changes received by other sessions for the shared diagram . the method returns an empty xml node if no change was received within 10 seconds . concode_field_sep mxSharedState diagram concode_elem_sep StringBuffer buffer concode_elem_sep int DEFAULT_TIMEOUT concode_elem_sep String id concode_elem_sep long la...
List < String > function ( ) { return myUrls ; }
returns all urls specified in gitconfig in remote . . url . if you need url to fetch , use #getfirsturl , because only the first url is fetched by git , others are ignored . concode_field_sep List<String> myPushRefSpecs concode_elem_sep List<String> myUrls concode_elem_sep String ORIGIN_NAME concode_elem_sep GitRemote ...
T function ( ) { return acquire ( null , null ) ; }
acquires an object of type t from the pool . this operation is blocking if no resourceis available . each call of #acquire should be paired with another call of #release object after the use of this resource completes to return this resource to the pool . concode_field_sep AtomicInteger mCurrentCapacity concode_elem_se...
void function ( com . netsuite . webservices . platform . core_2014_2 . RecordRef arg0 ) { this . solution = arg0 ; }
sets the solution value for this topicsolution . concode_field_sep com.netsuite.webservices.platform.core_2014_2.RecordRef solution concode_elem_sep java.lang.Object __equalsCalc concode_elem_sep boolean __hashCodeCalc concode_elem_sep org.apache.axis.description.TypeDesc typeDesc concode_elem_sep java.lang.String mess...
List function ( ) { return edges ; }
get the list of edges concode_field_sep List edges concode_elem_sep int label concode_field_sep void removeEdge concode_elem_sep void removeEdge concode_elem_sep int getLabel concode_elem_sep void setLabel concode_elem_sep String toString concode_elem_sep void connectDirected concode_elem_sep void addEdge concode_elem_...
void function ( Context arg0 , int arg1 , UUID arg2 , String arg3 , List < String > arg4 ) { String loc0 = RDFConfiguration . getURIGenerator ( ) . generateIdentifier ( arg0 , arg1 , arg2 , arg3 , arg4 ) ; if ( loc0 != null ) { RDFConfiguration . getRDFStorage ( ) . delete ( loc0 ) ; } else { throw new RDFMissingIdenti...
this is a shortcut to generate an rdf identifier for a dspaceobject and to delete the identified data from the named graph . concode_field_sep Logger log concode_elem_sep AuthorizeService authorizeService concode_field_sep Model loadModel concode_elem_sep boolean isPublicBoolean concode_elem_sep Model convertAndStore c...
Provider < T > function ( Class < T > arg0 , String arg1 ) { return new JndiProvider < T > ( arg0 , arg1 ) ; }
creates a provider which looks up objects in jndi using the given name . example usage : bind datasource.class . toprovider fromjndi datasource.class , `` java : ... '' ; concode_field_sep Context context concode_elem_sep String name concode_elem_sep Class<T> type concode_field_sep T get
java . lang . String function ( ) { return value ; }
gets the value value for this customfieldvalueforissuedata . concode_field_sep com.intellij.tasks.mantis.model.ObjectRef field concode_elem_sep java.lang.Object __equalsCalc concode_elem_sep boolean __hashCodeCalc concode_elem_sep java.lang.String value concode_elem_sep org.apache.axis.description.TypeDesc typeDesc con...
String function ( ) { return id ; }
obtiene el valor de la propiedad id . concode_field_sep List<SignaturePropertyType> signatureProperty concode_elem_sep String id concode_field_sep List<SignaturePropertyType> getSignatureProperty concode_elem_sep void setId
void function ( Boolean arg0 ) { this . isNegated = arg0 ; }
sets the value of the isnegated property . concode_field_sep Long labelId concode_elem_sep Boolean isNegated concode_field_sep Boolean isIsNegated concode_elem_sep Long getLabelId concode_elem_sep void setLabelId
VersionValue function ( BytesRef arg0 ) { Maps loc0 = maps ; VersionValue loc1 = loc0 . current . get ( arg0 ) ; if ( loc1 != null ) { return loc1 ; } loc1 = loc0 . old . get ( arg0 ) ; if ( loc1 != null ) { return loc1 ; } return tombstones . get ( arg0 ) ; }
returns the live version add or delete for this uid . concode_field_sep Map<BytesRef,VersionValue> current concode_elem_sep AtomicLong ramBytesUsedTombstones concode_elem_sep int BASE_BYTES_PER_BYTESREF concode_elem_sep Map<BytesRef,VersionValue> old concode_elem_sep Map<BytesRef,VersionValue> tombstones concode_elem_s...
void function ( String arg0 ) { this . name = arg0 ; }
set name concode_field_sep String image concode_elem_sep String name concode_elem_sep String description concode_elem_sep int id concode_elem_sep MyDate expirationDate concode_field_sep String getName concode_elem_sep void setId concode_elem_sep MyDate getExpirationDate concode_elem_sep int getId concode_elem_sep void ...
Class < ? extends Command > function ( ) { return ( Class < ? extends Command > ) ( ( ParameterizedType ) getClass ( ) . getGenericSuperclass ( ) ) . getActualTypeArguments ( ) [ 0 ] ; }
returns the type of the openhab command that this zwavecommandconverter converts to . concode_field_sep PlaceHolder placeHolder concode_field_sep Object convertFromCommandToValue concode_elem_sep ZWAVE_TYPE convert
java . util . List function ( com . liferay . portal . kernel . dao . orm . DynamicQuery arg0 , int arg1 , int arg2 ) { return _portalPreferencesLocalService . arg0 ( arg0 , arg1 , arg2 ) ; }
performs a dynamic query on the database and returns a range of the matching rows . useful when paginating results . returns a maximum of end - start instances . start and end are not primary keys , they are indexes in the result set . thus , 0 refers to the first result in the set . setting both start and end to com.l...
void function ( int arg0 , int arg1 ) { emitter . killParticles ( arg0 , arg1 ) ; for ( Influencer loc0 : influencers ) loc0 . killParticles ( arg0 , arg1 ) ; }
generally called by the emitter . this method will notify all the sub systems that a given amount of particles has been killed . concode_field_sep BoundingBox boundingBox concode_elem_sep ParticleControllerRenderer<?,?> renderer concode_elem_sep Matrix4 transform concode_elem_sep float deltaTime concode_elem_sep String...
int function ( String arg0 , String arg1 , String arg2 ) { return native_loadLanguage ( mJniData , arg0 , arg1 , arg2 ) ; }
loads the language : it 's not set , but prepared for use later . concode_field_sep int mJniData concode_elem_sep String TAG concode_field_sep void native_shutdown concode_elem_sep int native_getRate concode_elem_sep int isLanguageAvailable concode_elem_sep void native_setup concode_elem_sep String[] native_getLanguage...
void function ( ) { mc . closeHandle ( this ) ; }
close concode_field_sep ValidManagedConnectionFactory mcf concode_elem_sep ValidManagedConnection mc concode_field_sep int getResourceAdapterProperty concode_elem_sep String getManagedConnectionFactoryProperty
ConfigurationInformation [ ] function ( ) { return configServiceAdminStub . getConfigurationList ( ) ; }
get current configuration list concode_field_sep Log log concode_elem_sep ConfigServiceAdminStub configServiceAdminStub concode_elem_sep String serviceName concode_field_sep void addExistingConfiguration concode_elem_sep String getConfiguration concode_elem_sep void activateService concode_elem_sep void create concode_...
Vector2 function ( float arg0 , float arg1 ) { this . x += arg0 ; this . y += arg1 ; return this ; }
adds the given components to this vector concode_field_sep long serialVersionUID concode_elem_sep float x concode_elem_sep float y concode_elem_sep Vector2 Zero concode_elem_sep Vector2 X concode_elem_sep Vector2 Y concode_field_sep Vector2 sub concode_elem_sep Vector2 sub concode_elem_sep Vector2 rotate concode_elem_s...
void function ( ) { }
this method resets the outgoing events . concode_field_sep int nextStateIndex concode_elem_sep State[] stateVector concode_field_sep void reactMain_region_A concode_elem_sep void init concode_elem_sep void exit concode_elem_sep void reactMain_region_B concode_elem_sep void exitAction concode_elem_sep boolean isStateAct...
void function ( ) { PaintMap loc0 = new PaintMap ( ) ; PaintMap loc1 = ( PaintMap ) TestUtilities . serialised ( loc0 ) ; assertEquals ( loc0 , loc1 ) ; }
a check for serialization . concode_field_sep PlaceHolder placeHolder concode_field_sep void testSerialization2 concode_elem_sep void testKeysOfDifferentClasses concode_elem_sep void testGetPaint concode_elem_sep void testCloning concode_elem_sep void testPut concode_elem_sep void testEquals
void function ( int arg0 ) { if ( cacheId == arg0 ) { cacheId = - 1 ; cache = null ; } map . remove ( arg0 ) ; }
remove an object from the map . concode_field_sep HashMap<Integer,Object> map concode_elem_sep Object cache concode_elem_sep int maxElements concode_elem_sep int lastId concode_elem_sep int cacheId concode_field_sep Object getObject concode_elem_sep int addObject
void function ( DockerOperation arg0 ) { this . operation = arg0 ; }
which operation to use concode_field_sep boolean followRedirectFilter concode_elem_sep Integer maxTotalConnections concode_elem_sep Integer port concode_elem_sep boolean tlsVerify concode_elem_sep boolean secure concode_elem_sep String password concode_elem_sep String certPath concode_elem_sep Integer maxPerRouteConnec...
byte [ ] function ( byte [ ] arg0 , byte [ ] arg1 ) { return longToByteArray ( encrypt ( byteArrayToLong ( arg0 ) , byteArrayToLong ( arg1 ) ) ) ; }
encrypt a block of plaintext using the given key . the block size is 64 bits . the length of the key and the block must be eight bytes . concode_field_sep PlaceHolder placeHolder concode_field_sep byte[] longToByteArray concode_elem_sep long byteArrayToLong concode_elem_sep byte[] decrypt concode_elem_sep long decrypt
String function ( Reader arg0 ) { StringWriter loc0 = new StringWriter ( ) ; copy ( arg0 , loc0 ) ; return loc0 . toString ( ) ; }
copy the contents of the given reader into a string . closes the reader when done . concode_field_sep int BUFFER_SIZE concode_field_sep int readFully concode_elem_sep int readFully concode_elem_sep int readFully concode_elem_sep int readFully concode_elem_sep List<String> readAllLines concode_elem_sep void readAllLines...
void function ( int arg0 , int arg1 ) { steps . add ( new Step ( arg0 , arg1 ) ) ; }
append a step to the path . concode_field_sep int x concode_elem_sep int y concode_elem_sep ArrayList steps concode_field_sep int getX concode_elem_sep int getX concode_elem_sep boolean contains concode_elem_sep int getY concode_elem_sep int getY concode_elem_sep void prependStep concode_elem_sep int hashCode concode_e...
void function ( Integer arg0 ) { this . workFlRlId = arg0 ; }
setter method concode_field_sep Integer workFlRlId concode_elem_sep Integer workFlLevel concode_elem_sep String workFlModifiedBy concode_elem_sep Date workFlModifiedDate concode_elem_sep Integer deptId concode_elem_sep String workFlCreatedBy concode_elem_sep long serialVersionUID concode_elem_sep Integer workFlTat conc...
TextHitInfo function ( int arg0 ) { return new TextHitInfo ( arg0 - 1 , false ) ; }
creates a texthitinfo at the specified offset , associated with the character before the offset . concode_field_sep int charIndex concode_elem_sep boolean isLeadingEdge concode_field_sep TextHitInfo getOtherHit concode_elem_sep TextHitInfo trailing concode_elem_sep boolean isLeadingEdge concode_elem_sep TextHitInfo get...
String function ( ) { return show ; }
gets the value of the show property . concode_field_sep String displayLabel concode_elem_sep String role concode_elem_sep String xmlLang concode_elem_sep String arcrole concode_elem_sep String show concode_elem_sep String actuate concode_elem_sep String type concode_elem_sep String title concode_elem_sep String script ...
OAuthServerConfiguration function ( ) { return ( OAuthServerConfiguration ) PrivilegedCarbonContext . getThreadLocalCarbonContext ( ) . getOSGiService ( OAuthServerConfiguration . class ) ; }
returns the oauthserverconfiguration instance concode_field_sep Log log concode_field_sep String getAccessTokenValidator concode_elem_sep String getHostName concode_elem_sep String getUserInfoResponseBuilder concode_elem_sep String getLoginPageURL concode_elem_sep String getLoginPageURL concode_elem_sep String getRealm...
Iterable < Artifact > function ( ) { return ruleContext . getPrerequisiteArtifacts ( "srini_string" , Mode . HOST ) . list ( ) ; }
returns the javac bootclasspath artifacts . concode_field_sep ImmutableList<String> SOURCE_JAR_COMMAND_LINE_ARGS concode_elem_sep String SINGLEJAR_MAX_MEMORY concode_elem_sep RuleContext ruleContext concode_field_sep AnalysisEnvironment getAnalysisEnvironment concode_elem_sep PathFragment outputDir concode_elem_sep Art...
void function ( String arg0 , int arg1 , int arg2 ) { ProjectComboBO loc0 = new ProjectComboBO ( ) ; this . mtxProjectList = loc0 . getProjectComboList ( arg0 , arg1 , arg2 , LIST_ALL_PROJECT ) ; if ( this . strProjectID . length ( ) < 2 ) { this . strProjectID = this . mtxProjectList . getCell ( 0 , 0 ) ; } }
method setprojectlist . concode_field_sep String strRealPath concode_elem_sep String strApprover concode_elem_sep int intCurrentPage concode_elem_sep String strGroup concode_elem_sep String strAccount concode_elem_sep int intTotalPage concode_elem_sep String strExcelFile concode_elem_sep StringMatrix mtxGroupList conco...
boolean function ( String arg0 , boolean arg1 ) { if ( arg0 == null || arg0 . equals ( "srini_string" ) ) { return false ; } if ( arg1 ) { String loc0 = arg0 . toUpperCase ( ) ; return ( loc0 . equals ( "srini_string" ) || loc0 . equals ( I18nManager . getText ( "srini_string" ) . toUpperCase ( ) ) ) ; } else { return ...
check whether the given string looks like a waypoint type concode_field_sep PlaceHolder placeHolder concode_field_sep boolean fieldLooksLikeTimestamp concode_elem_sep Field[] guessFields concode_elem_sep boolean fieldLooksLikeSegment concode_elem_sep boolean fieldLooksLikeLatitude concode_elem_sep boolean isHeaderRow c...
void function ( ) { mThrown . expect ( UnsupportedOperationException . class ) ; mThrown . expectMessage ( "srini_string" ) ; DataNettyBuffer loc0 = new DataNettyBuffer ( mBuffer , LENGTH ) ; loc0 . getNettyOutput ( ) ; }
tests that an exception is thrown when the unsupported datanettybuffer #getnettyoutput method is used . concode_field_sep ByteBuf mBuffer concode_elem_sep ExpectedException mThrown concode_elem_sep int LENGTH concode_field_sep void bufferAlreadyReleased concode_elem_sep void before concode_elem_sep void singleNioBuffer...
boolean function ( String arg0 ) { throw new UnsupportedOperationException ( ) ; }
callback for when an unrecognized option is parsed . concode_field_sep String DRIVER_JAVA_OPTIONS concode_elem_sep String DRIVER_LIBRARY_PATH concode_elem_sep String DRIVER_CORES concode_elem_sep String NUM_EXECUTORS concode_elem_sep String[][] opts concode_elem_sep String EXECUTOR_CORES concode_elem_sep String PY_FILE...
void function ( Orderbook arg0 ) { }
receives the market orderbooks concode_field_sep BrokerPropertiesService propertiesService concode_elem_sep double[] marketPrice concode_elem_sep double buyLimitPriceMax concode_elem_sep double meanMarketPrice concode_elem_sep double buyLimitPriceMin concode_elem_sep Logger log concode_elem_sep HashMap<Integer,Order> l...
List < Option > function ( ) { if ( option == null ) { option = new ArrayList < Toption > ( ) ; } return new ArrayList < Option > ( this . option ) ; }
gets the value of the option 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 option property . for example , to add a new item , do as f...
Map < String , StudySpaceParameters > function ( ) { return this . studySpaceParameters ; }
returns all the parameters related to all studyspaces in system . concode_field_sep Logger LOGGER concode_elem_sep WiseConfiguration configuration concode_elem_sep StudySpaceParametersProvider studySpaceParametersProvider concode_elem_sep Map<String,StudySpaceParameters> studySpaceParameters concode_field_sep boolean r...
void function ( XMLGregorianCalendar arg0 ) { this . shipDate = arg0 ; }
sets the value of the shipdate property . concode_field_sep List<Items.Item> item concode_elem_sep int quantity concode_elem_sep BigDecimal usPrice concode_elem_sep String comment concode_elem_sep XMLGregorianCalendar shipDate concode_elem_sep String productName concode_elem_sep String partNum concode_field_sep XMLGreg...
String function ( ) { return code ; }
gets the value of the code property . concode_field_sep String code concode_elem_sep Boolean visible concode_elem_sep Boolean documentation concode_elem_sep Langs langs concode_elem_sep long serialVersionUID concode_elem_sep Long id concode_elem_sep Integer position concode_elem_sep String label concode_elem_sep Descri...
void function ( String arg0 ) { this . ip = arg0 ; }
sets the value of the ip property . concode_field_sep String reference concode_elem_sep String port concode_elem_sep String ip concode_elem_sep String active concode_elem_sep String pwCaseFileName concode_elem_sep String device concode_elem_sep ParametersType parameters concode_field_sep void setPWCaseFileName concode_...
PureInflowActivationSpec function ( ) { return spec ; }
get activation spec class concode_field_sep MessageEndpointFactory endpointFactory concode_elem_sep PureInflowActivationSpec spec concode_elem_sep PureInflowResourceAdapter ra concode_field_sep MessageEndpointFactory getMessageEndpointFactory concode_elem_sep void stop concode_elem_sep void start
String function ( ) { StringBuilder loc0 = new StringBuilder ( ) ; loc0 . append ( "srini_string" ) ; if ( streamingDistributionConfig != null ) loc0 . append ( "srini_string" + streamingDistributionConfig + "srini_string" ) ; if ( eTag != null ) loc0 . append ( "srini_string" + eTag + "srini_string" ) ; loc0 . append ...
returns a string representation of this object ; useful for testing and debugging . concode_field_sep StreamingDistributionConfig streamingDistributionConfig concode_elem_sep String eTag concode_field_sep void setStreamingDistributionConfig concode_elem_sep String getETag concode_elem_sep int hashCode concode_elem_sep ...
void function ( boolean arg0 ) { this . readRevision = arg0 ; }
sets the value of the readrevision property . concode_field_sep String profileName concode_elem_sep String profileDescription concode_elem_sep long writeRevisionId concode_elem_sep long internalServiceId concode_elem_sep boolean readRevision concode_elem_sep String description concode_elem_sep SAccessMethod notificatio...
GetReusableDelegationSetResult function ( DelegationSet arg0 ) { setDelegationSet ( arg0 ) ; return this ; }
a complex type that contains the information about the nameservers for the specified delegation set id . concode_field_sep DelegationSet delegationSet concode_field_sep void setDelegationSet concode_elem_sep int hashCode concode_elem_sep DelegationSet getDelegationSet concode_elem_sep boolean equals concode_elem_sep Ge...
Integer function ( ) { return month ; }
gets the value of the month property . concode_field_sep Integer month concode_elem_sep Integer year concode_elem_sep Integer day concode_field_sep void setMonth concode_elem_sep Integer getYear concode_elem_sep void setDay concode_elem_sep void setYear concode_elem_sep Integer getDay
Object function ( ) { return initAsNull ; }
gets the value of the initasnull property . concode_field_sep String format concode_elem_sep List<Extra> extras concode_elem_sep Object initAsTarget concode_elem_sep Long mipLevels concode_elem_sep String type concode_elem_sep FxSurfaceInitVolumeCommon initVolume concode_elem_sep FxSurfaceInitPlanarCommon initPlanar co...
DataSink < T > function ( Configuration arg0 ) { this . parameters = arg0 ; return this ; }
pass a configuration to the outputformat concode_field_sep int parallelism concode_elem_sep int[] sortKeyPositions concode_elem_sep DataSet<T> data concode_elem_sep Order[] sortOrders concode_elem_sep OutputFormat<T> format concode_elem_sep String name concode_elem_sep TypeInformation<T> type concode_elem_sep Configura...
void function ( String arg0 ) { this . dbPwd = arg0 ; }
a method to set new password , which should be used to access the database concode_field_sep String db concode_elem_sep DbConnectionStrings instance concode_elem_sep String host concode_elem_sep String dbUsr concode_elem_sep String dbPwd concode_elem_sep String port concode_field_sep void setHost concode_elem_sep Strin...
InstanceStatusEvent function ( java . util . Date arg0 ) { setNotBefore ( arg0 ) ; return this ; }
the earliest scheduled start time for the event . concode_field_sep java.util.Date notAfter concode_elem_sep String code concode_elem_sep String description concode_elem_sep java.util.Date notBefore concode_field_sep void setCode concode_elem_sep void setCode concode_elem_sep InstanceStatusEvent withDescription concode...