code
stringlengths
20
663
nl
stringlengths
68
7.19k
java . lang . Boolean function ( ) { return useNormalPrinterForTicket == null ? Boolean . valueOf ( false ) : useNormalPrinterForTicket ; }
return the value associated with the column : unpft concode_field_sep String REF concode_elem_sep String PROP_KITCHEN_PRINTER_NAME concode_elem_sep String PROP_USE_NORMAL_PRINTER_FOR_TICKET concode_elem_sep String PROP_USE_NORMAL_PRINTER_FOR_KITCHEN concode_elem_sep String PROP_RECEIPT_PRINTER_NAME concode_elem_sep Str...
int function ( ) { return this . evaluationType ; }
returns the type of evaluation this result is about . this indicates if the result is about a global variable , a code snippet , an import or a package declaration . use getevaluationid to get the object itself . concode_field_sep char[] evaluationID concode_elem_sep int evaluationType concode_elem_sep int T_IMPORT con...
void function ( java . lang . String arg0 ) { this . lineItemCreativeAssociationActionType = arg0 ; }
sets the lineitemcreativeassociationactiontype value for this lineitemcreativeassociationaction . concode_field_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 lineItemCreativeAssociationActionType...
java . lang . String function ( ) { return _location . getDescription ( ) ; }
returns the description of this location . concode_field_sep Location _location concode_field_sep long getLocationId concode_elem_sep void setCountry concode_elem_sep void setExpandoBridgeAttributes concode_elem_sep void setExpandoBridgeAttributes concode_elem_sep void setExpandoBridgeAttributes concode_elem_sep void s...
boolean function ( ) { try { EdigeoDataStore . class . getName ( ) ; Geometry . class . getName ( ) ; } catch ( Exception loc0 ) { return false ; } return true ; }
test to see if this datastore is available , if it has all the appropriate libraries to construct a datastore . this datastore just checks for the edigeodatastore and geometry implementations . concode_field_sep Param PARAM_PATH concode_elem_sep Param PARAM_OBJ concode_field_sep DataStore createDataStore concode_elem_s...
void function ( Identity arg0 , Object arg1 ) { try { jcsCache . put ( arg0 . toString ( ) , arg1 ) ; } catch ( CacheException loc0 ) { throw new RuntimeCacheException ( loc0 ) ; } }
makes object obj persistent to the objectcache under the key oid . concode_field_sep String regionName concode_elem_sep String DEFAULT_REGION concode_elem_sep JCS jcsCache concode_field_sep Object lookup concode_elem_sep void clear concode_elem_sep String toString concode_elem_sep String getRegionName concode_elem_sep ...
void function ( File arg0 , List < RuntimeDefinition > arg1 , int arg2 , IProgressMonitor arg3 ) { Set < IRuntimeDetector > loc0 = RuntimeCoreActivator . getDefault ( ) . getRuntimeDetectors ( ) ; searchDirectory ( arg0 , arg1 , arg2 , loc0 , arg3 ) ; }
allows all runtime detectors to search through a directory for their runtime types . concode_field_sep int DEPTH concode_field_sep List<RuntimeDefinition> searchForRuntimes concode_elem_sep List<RuntimeDefinition> searchForRuntimes concode_elem_sep void searchForRuntimes
String function ( ) { return fieldComments ; }
getter method for mandatory field comments concode_field_sep String fieldComments concode_elem_sep String fieldName concode_elem_sep Integer isMandatory concode_elem_sep Integer orderOfFields concode_field_sep void setIsMandatory concode_elem_sep Integer getIsMandatory concode_elem_sep void setOrderOfFields concode_ele...
void function ( ) { unregisterFromLocationUpdates ( ) ; ActivityStatus . getInstance ( ) . unregisterListener ( this ) ; mShouldRunAfterActivityResume = false ; }
stop listening for location updates . concode_field_sep boolean mIsGpsEnabled concode_elem_sep boolean mShouldRunAfterActivityResume concode_elem_sep String TAG concode_elem_sep Context mContext concode_elem_sep LocationManager mLocationManager concode_elem_sep boolean mIsRunning concode_elem_sep LocationProviderImpl m...
String function ( ) { return instanceType ; }
the instance type for the modified reserved instances . constraints : allowed values : t1.micro , m1.small , m1.medium , m1.large , m1.xlarge , m3.medium , m3.large , m3.xlarge , m3 .2 xlarge , m4.large , m4.xlarge , m4 .2 xlarge , m4 .4 xlarge , m4 .10 xlarge , t2.micro , t2.small , t2.medium , t2.large , m2.xlarge , ...
String function ( ) { return value ; }
gets the value of the value property . concode_field_sep String value concode_elem_sep String key concode_field_sep String getKey concode_elem_sep void setValue concode_elem_sep void setKey
void function ( ) { assertTrue ( "srini_string" , readFirstLineOfFile ( CORRECT_ROLE_AND_UNDEPLOY ) . contains ( DESTROY_METHOD_PASS + HelloBean . HELLO ) ) ; }
check whether servlet which uses runas with correct role needed for secured ejb invocation can correctly invoked that ejb method in httpservlet.destroy method during undeploying application . concode_field_sep String DEPLOYMENT concode_elem_sep String incorrectRoleResult concode_elem_sep File CORRECT_ROLE_AND_UNDEPLOY ...
void function ( ) { printInfo ( Module . GUI , "srini_string" ) ; canceled = true ; }
cancel the currently active task . this forces the application to abort as soon as possible . concode_field_sep int verbosity concode_elem_sep UserInterface ui concode_elem_sep boolean canceled concode_field_sep void printDetailed concode_elem_sep void printWarning concode_elem_sep void taskStart concode_elem_sep void ...
Notification function ( int arg0 ) { Notification loc0 = get ( arg0 ) ; if ( loc0 != null ) { loc0 . clear ( ) ; } return loc0 ; }
clear local notification specified by id . concode_field_sep Context context concode_field_sep Notification cancel concode_elem_sep void cancelAll concode_elem_sep List<Integer> getIdsByType concode_elem_sep List<Notification> getAll concode_elem_sep List<Notification> getByType concode_elem_sep NotificationManager get...
Timestamp function ( BigDecimal arg0 ) { return DateUtil . getTimestamp ( arg0 . longValue ( ) , ( ( arg0 . remainder ( BigDecimal . ONE ) . multiply ( BigDecimal . valueOf ( MILLIS_TO_NANOS_CONVERTOR ) ) ) . intValue ( ) ) ) ; }
utility function to convert a bigdecimal value to timestamp . concode_field_sep String[] defaultPattern concode_elem_sep String DEFAULT_DATE_FORMAT concode_elem_sep DateTimeFormatter formatter concode_elem_sep TimeZone DEFAULT_TIME_ZONE concode_elem_sep String DEFAULT_TIMESTAMP_FORMAT concode_elem_sep String DEFAULT_TI...
String function ( ) { return _abstract ; }
gets the value of the abstract property . concode_field_sep Boolean current concode_elem_sep String name concode_elem_sep SLDType sld concode_elem_sep String title concode_elem_sep String _abstract concode_elem_sep URLType legendURL concode_field_sep void setName concode_elem_sep Boolean isCurrent concode_elem_sep Stri...
List < VideoDecoder > function ( ) { List < VideoDecoder > loc0 = new ArrayList < VideoDecoder > ( ) ; int loc1 = native_get_num_video_decoders ( ) ; for ( int loc2 = 0 ; loc2 < loc1 ; ++ loc2 ) { loc0 . add ( VideoDecoder . values ( ) [ native_get_video_decoder_type ( loc2 ) ] ) ; } return loc0 ; }
returns the list of video decoder types concode_field_sep PlaceHolder placeHolder concode_field_sep void native_init concode_elem_sep int native_get_video_decoder_type concode_elem_sep int native_get_num_video_decoders concode_elem_sep int native_get_audio_decoder_type concode_elem_sep List<AudioDecoder> getAudioDecode...
double function ( Coordinate arg0 , Coordinate arg1 , Coordinate arg2 ) { return ( arg1 . x - arg0 . x ) * ( arg2 . y - arg0 . y ) - ( arg2 . x - arg0 . x ) * ( arg1 . y - arg0 . y ) ; }
returns twice the signed area of the triangle p1-p2-p3 , positive if a , b , c are oriented ccw , and negative if cw . concode_field_sep Coordinate cg3 concode_elem_sep Coordinate triangleCent3 concode_elem_sep Coordinate centSum concode_elem_sep double totalLength concode_elem_sep Coordinate basePt concode_elem_sep do...
void function ( String arg0 ) { this . options = arg0 ; }
maps terms to their stems , serialized as a json document . the document has a single object with one property `` stems '' whose value is an object mapping terms to their stems . the maximum size of a stemming document is 500 kb . example : `` stems '' : `` people '' : `` person '' , `` walking '' : `` walk '' concode_...
String function ( String arg0 ) { StringBuilder loc0 = new StringBuilder ( ) ; loc0 . append ( "srini_string" ) ; loc0 . append ( Character . toTitleCase ( arg0 . charAt ( 0 ) ) ) ; loc0 . append ( arg0 . substring ( 1 ) ) ; return loc0 . toString ( ) ; }
converts the string to a getter property . concode_field_sep PlaceHolder placeHolder concode_field_sep Object getPropertyValue concode_elem_sep Object getPropertyValue concode_elem_sep boolean hasProperty
BindingImpl < T > function ( Class < ? extends Annotation > arg0 ) { checkNotNull ( arg0 , "srini_string" ) ; checkNotAnnotated ( ) ; return setBinding ( binding . withKey ( Key . get ( this . binding . getKey ( ) . getTypeLiteral ( ) , arg0 ) ) ) ; }
sets the binding to a copy with the specified annotation on the bound key concode_field_sep String SINGLE_INSTANCE_AND_SCOPE concode_elem_sep String CONSTANT_VALUE_ALREADY_SET concode_elem_sep String ANNOTATION_ALREADY_SPECIFIED concode_elem_sep String IMPLEMENTATION_ALREADY_SET concode_elem_sep String BINDING_TO_NULL ...
String function ( ) { return inReplyTo ; }
gets the parent message id . concode_field_sep String titleId concode_elem_sep String inReplyTo concode_elem_sep Date timeSent concode_elem_sep String appUrl concode_elem_sep String body concode_elem_sep String title concode_elem_sep Type type concode_elem_sep String senderId concode_elem_sep List<Url> urls concode_ele...
boolean function ( ) { return selectAll ; }
gets the selected all state of the doucment pages view . concode_field_sep ArrayList<WeakReference<AbstractPageViewComponent>> selectedPageText concode_elem_sep float oldUserZoom concode_elem_sep float userZoom concode_elem_sep int MAX_PAGE_SIZE_READ_AHEAD concode_elem_sep UndoCaretaker undoCaretaker concode_elem_sep i...
AdGroupChangeData function ( ) { return new AdGroupChangeData ( ) ; }
create an instance of adgroupchangedata concode_field_sep QName _ApiExceptionFault_QNAME concode_elem_sep QName _RequestHeader_QNAME concode_elem_sep QName _ResponseHeader_QNAME concode_field_sep FeedChangeData createFeedChangeData concode_elem_sep JAXBElement<SoapHeader> createRequestHeader concode_elem_sep CustomerCh...
String function ( java . lang . Object arg0 ) { if ( arg0 == null ) { return "srini_string" ; } return arg0 . toString ( ) . replace ( "srini_string" , "srini_string" ) ; }
convert the given object to string with each line indented by 4 spaces except the first line . concode_field_sep String name concode_elem_sep List<String> photoUrls concode_elem_sep List<Tag> tags concode_elem_sep Category category concode_elem_sep Long id concode_elem_sep String value concode_elem_sep StatusEnum statu...
void function ( UIXRenderingContext arg0 , UINode arg1 ) { }
called to render the portion after the contents . default implementation does nothing . concode_field_sep PlaceHolder placeHolder concode_field_sep void renderInCompositeContext concode_elem_sep void renderWithNode concode_elem_sep void _endCompositeContext concode_elem_sep CompositeRenderingContext _startCompositeCont...
boolean function ( ) { return this . streamId != null ; }
returns true if field streamid is set has been assigned a value and false otherwise concode_field_sep String _fieldName concode_elem_sep org.apache.thrift.protocol.TStruct STRUCT_DESC concode_elem_sep String componentId concode_elem_sep org.apache.thrift.protocol.TField COMPONENT_ID_FIELD_DESC concode_elem_sep String s...
java . lang . String function ( ) { return _asset . getSerialNumber ( ) ; }
returns the serial number of this asset . concode_field_sep Asset _asset concode_field_sep void setExpandoBridgeAttributes concode_elem_sep void setExpandoBridgeAttributes concode_elem_sep void setExpandoBridgeAttributes concode_elem_sep boolean isEscapedModel concode_elem_sep boolean isCachedModel concode_elem_sep int...
void function ( float [ ] arg0 , int arg1 , int arg2 ) { while ( 2 * arg1 <= arg2 ) { int loc0 = 2 * arg1 ; if ( loc0 < arg2 && arg0 [ loc0 ] < arg0 [ loc0 + 1 ] ) { loc0 ++ ; } if ( arg0 [ arg1 ] >= arg0 [ loc0 ] ) { break ; } swap ( arg0 , arg1 , loc0 ) ; arg1 = loc0 ; } }
to restore the max-heap condition when a node 's priority is decreased . we move down the heap , exchanging the node at position k with the larger of that node 's two children if necessary and stopping when the node at k is not smaller than either child or the bottom is reached . note that if n is even and k is n/2 , t...
ByteBufferAllocator function ( ) { return new HeapByteBufferAllocator ( ) ; }
creates an instance of heapbytebufferallocator to be usedby http connections for allocating java.nio.bytebuffer objects . this method can be overridden in a super class in order to provide a different implementation of the bytebufferallocator interface . concode_field_sep SSLSetupHandler sslHandler concode_elem_sep NHt...
String function ( ) { if ( ! this . pubkeyOnly ) { throw new DisabledException ( "srini_string" ) ; } return this . splitToken ; }
in order to not have to generate a private key server side , the key name request is expected to have a token in it that splits the key name from the pubkey content . behavior can be disabled in which case keygen is used . concode_field_sep boolean pubkeyOnly concode_elem_sep ElasticPersistence persistence concode_elem...
String function ( ) { return promotionCode ; }
gets the value of the promotioncode property . concode_field_sep BigDecimal amount concode_elem_sep BigInteger durationInMonths concode_elem_sep BigDecimal monthlyCredit concode_elem_sep String promotionCode concode_elem_sep String description concode_elem_sep long serialVersionUID concode_elem_sep BigDecimal appliedAm...
boolean function ( ) { return getProgressMonitor ( ) . isCanceled ( ) ; }
queries whether i have been cancelled , by cancellation of my progress monitor . concode_field_sep int TOTAL_WORK concode_elem_sep IClipboardSupport clipboardSupport concode_elem_sep int WORK_UNIT concode_elem_sep IProgressMonitor monitor concode_field_sep void catchException concode_elem_sep IClipboardSupport getClipb...
BluetoothGattCharacteristic function ( ) { return mCharacteristic ; }
returns the characteristic this descriptor belongs to . concode_field_sep int PERMISSION_WRITE_ENCRYPTED concode_elem_sep UUID mUuid concode_elem_sep BluetoothGattCharacteristic mCharacteristic concode_elem_sep int PERMISSION_READ concode_elem_sep int PERMISSION_WRITE_ENCRYPTED_MITM concode_elem_sep int PERMISSION_WRIT...
Integer function ( ) { if ( this . type == Type . DECIMAL_TYPE ) { return typeQualifiers . getPrecision ( ) ; } return this . type . getMaxPrecision ( ) ; }
maximum precision for numeric types . returns null for non-numeric types . concode_field_sep TypeQualifiers typeQualifiers concode_elem_sep String typeName concode_elem_sep Type type concode_field_sep TypeQualifiers getTypeQualifiers concode_elem_sep TTypeDesc toTTypeDesc concode_elem_sep Type getType concode_elem_sep ...
String function ( InputStream arg0 ) { return readToString ( new InputStreamReader ( arg0 ) ) ; }
returns a string read from a specified inputstream . concode_field_sep Logger logger concode_field_sep void writeToFile concode_elem_sep void writeToFile concode_elem_sep void writeToFile concode_elem_sep void writeToWriter concode_elem_sep String getExtension concode_elem_sep String readFileToString concode_elem_sep S...
java . util . List < com . liferay . so . model . ProjectsEntry > function ( int arg0 , int arg1 ) { return _projectsEntryLocalService . getProjectsEntries ( arg0 , arg1 ) ; }
returns a range of all the projects entries . 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.liferay.portal.kernel.dao.orm.queryutil...
long function ( ) { long loc0 = nativeGetEnabledTags ( ) ; sEnabledTags = loc0 ; return loc0 ; }
caches a copy of the enabled-tag bits . the `` master '' copy is held by the native code , and comes from the property_trace_tag_enableflags property . if the native code has n't yet read the property , we will cause it to do one-time initialization . we do n't want to do this during class init , because this class is ...
de . uhh . l2g . plugins . model . Category function ( long arg0 ) { return _categoryLocalService . deleteCategory ( arg0 ) ; }
deletes the category with the primary key from the database . also notifies the appropriate model listeners . concode_field_sep CategoryLocalService _categoryLocalService concode_field_sep void setWrappedService concode_elem_sep de.uhh.l2g.plugins.model.Category fetchCategory concode_elem_sep de.uhh.l2g.plugins.model.C...
int function ( ) { notSupported ( ) ; return - 1 ; }
returns the current position in the result set as a row number . concode_field_sep ResultSetImpl owner concode_elem_sep Field[] metadata concode_elem_sep boolean useBufferRowExplicit concode_elem_sep MysqlIO io concode_elem_sep boolean wasEmpty concode_elem_sep int columnCount concode_elem_sep boolean noMoreRows concod...
boolean function ( Object arg0 ) { if ( ! ( arg0 instanceof Range ) ) { return false ; } Range loc0 = ( Range ) arg0 ; if ( ! ( this . lower == loc0 . lower ) ) { return false ; } if ( ! ( this . upper == loc0 . upper ) ) { return false ; } return true ; }
tests this object for equality with an arbitrary object . concode_field_sep long serialVersionUID concode_elem_sep double lower concode_elem_sep double upper concode_field_sep Range expandToInclude concode_elem_sep boolean intersects concode_elem_sep boolean intersects concode_elem_sep Range shift concode_elem_sep Rang...
String function ( String arg0 ) { try { return canonicalPath ( arg0 ) ; } catch ( Exception loc0 ) { return absolutePath ( arg0 ) ; } }
retrieves the canonical path for the given path , or the absolute path if attemting to retrieve the canonical path fails . concode_field_sep boolean fsNormalizesPosixSeparator concode_elem_sep Random random concode_elem_sep boolean fsIsIgnoreCase concode_field_sep IOException toIOException concode_elem_sep void renameO...
void function ( Session arg0 , boolean arg1 ) { try { if ( isDelete ) { tTable . insertNoCheckRollback ( arg0 , row , arg1 ) ; } else { tTable . deleteNoCheckRollback ( arg0 , row , arg1 ) ; } } catch ( Exception loc0 ) { } }
undoes the single row delete or insert represented by this object . concode_field_sep Table tTable concode_elem_sep boolean isDelete concode_elem_sep Row row concode_elem_sep long SCN concode_field_sep void logRollback concode_elem_sep void commit concode_elem_sep void logAction
boolean function ( Socket arg0 , int arg1 ) { boolean loc0 = send ( arg0 , arg1 ) ; if ( loc0 ) { destroy ( ) ; } return loc0 ; }
sends frame to socket if it contains data . use this method to send a frame and destroy the data after . concode_field_sep byte[] data concode_elem_sep boolean more concode_elem_sep int MORE concode_elem_sep int REUSE concode_elem_sep int DONTWAIT concode_field_sep boolean hasSameData concode_elem_sep ZFrame recvFrame ...
List < String > function ( ) { return this . peopleIds ; }
list of ids for taggable people to tag with this content . see documentation for taggable friends . concode_field_sep Uri contentUrl concode_elem_sep String ref concode_elem_sep List<String> peopleIds concode_elem_sep String placeId concode_field_sep List<String> readUnmodifiableStringList concode_elem_sep E setContent...
Object function ( SwingController arg0 , JScrollPane arg1 , AbstractDocumentView arg2 ) { MouseWheelListenerPageChanger loc0 = null ; if ( arg0 != null && arg1 != null ) { loc0 = new MouseWheelListenerPageChanger ( arg0 , arg1 , arg2 ) ; arg1 . addMouseWheelListener ( loc0 ) ; } return loc0 ; }
install a mousewheellistenerpagechanger as a mousewheellistener concode_field_sep AbstractDocumentView documentView concode_elem_sep SwingController controller concode_elem_sep JScrollPane scrollpane concode_elem_sep boolean changingPage concode_field_sep void uninstall concode_elem_sep void mouseWheelMoved
FileItem function ( ) { return this . fileItem ; }
return the underlying org.apache.commons.fileupload.fileitem instance . there is hardly any need to access this . concode_field_sep long size concode_elem_sep Log logger concode_elem_sep FileItem fileItem concode_field_sep String getOriginalFilename concode_elem_sep boolean isAvailable concode_elem_sep long getSize con...
void function ( ) { this . rows = 0 ; this . columns = 0 ; for ( int loc0 = 0 ; loc0 < this . data . length ; loc0 ++ ) { if ( this . data [ loc0 ] != null ) { Arrays . fill ( this . data [ loc0 ] , null ) ; } } }
clears the table . concode_field_sep Object[][] data concode_elem_sep int rowIncrement concode_elem_sep long serialVersionUID concode_elem_sep int columns concode_elem_sep int columnIncrement concode_elem_sep int rows concode_field_sep Object getObject concode_elem_sep int getRowCount concode_elem_sep void setData conc...
Location function ( List < Location > arg0 ) { return scanLocations ( arg0 , new LocationPredicate ( ) { @ Override public boolean accept ( Location arg1 , Location arg2 ) { int loc0 = arg2 . getEnd ( ) . compareTo ( arg1 . getEnd ( ) ) ; return loc0 > 0 ; } } ) ; }
scans through a list of locations to find the location with the highest end concode_field_sep Location EMPTY concode_field_sep Point getStart concode_elem_sep boolean isCircular concode_elem_sep Sequence<C> getSubSequence concode_elem_sep Point getEnd concode_elem_sep List<Location> getSubLocations concode_elem_sep Loc...
ValidationResultMessage function ( final PackageMaterialProperties arg0 ) { return new MavenPackageConfig ( arg0 , null ) . validate ( ) ; }
validates the package configuration . concode_field_sep PlaceHolder placeHolder concode_field_sep PackageMaterialProperties getRepositoryConfiguration concode_elem_sep PackageMaterialProperties getPackageConfiguration concode_elem_sep ValidationResultMessage isRepositoryConfigurationValid
boolean function ( ) { return true ; }
performs arbitrary actions as the window 's shell is being closed directly , and possibly veto the close . this method is called from a shelllistener associated with the window , for example when the user clicks the window 's close button . it is not called when the window is being closed for other reasons , such as if...
void function ( Profile arg0 ) { ProfileManager . getInstance ( ) . setCurrentProfile ( arg0 ) ; }
setter for the profile that is currently logged in to the application . if the access token is invalidated , the current profile will not be updated . it 's only updated when there is an explicit logout , login or when permissions change via the com.facebook.login.loginmanager . concode_field_sep String MIDDLE_NAME_KEY...
String function ( ) { return set . toString ( ) ; }
gets a string representation of the set . concode_field_sep CharSet ASCII_ALPHA_UPPER concode_elem_sep CharSet ASCII_NUMERIC concode_elem_sep Map<String,CharSet> COMMON concode_elem_sep CharSet EMPTY concode_elem_sep long serialVersionUID concode_elem_sep Set<CharRange> set concode_elem_sep CharSet ASCII_ALPHA concode_...
String function ( ) { return this . securityDomain ; }
returns the security domain associated with the bean concode_field_sep String securityDomain concode_elem_sep SecurityRolesMetaData securityRoles concode_elem_sep Set<String> declaredRoles concode_elem_sep String runAsRole concode_elem_sep String runAsPrincipal concode_elem_sep Map<String,Collection<String>> securityRo...
void function ( String arg0 ) { this . password = arg0 ; }
sets the password . concode_field_sep String password concode_elem_sep String userName concode_field_sep String getPassword concode_elem_sep void setUserName concode_elem_sep String getUserName
Map < String , String > function ( Iterable < ? extends Map . Entry > arg0 ) { Map < String , String > loc0 = new HashMap < String , String > ( ) ; if ( arg0 != null ) { for ( Map . Entry loc1 : arg0 ) { String loc2 = toString ( loc1 . getKey ( ) ) ; if ( ! loc0 . containsKey ( loc2 ) ) { loc0 . put ( loc2 , toString (...
construct a map containing a copy of the given parameters . if several parameters have the same name , the map will contain the first value , only . concode_field_sep String OAUTH_SIGNATURE concode_elem_sep String OAUTH_TIMESTAMP concode_elem_sep String CONSUMER_KEY_UNKNOWN concode_elem_sep String OAUTH_CONSUMER_KEY co...
java . math . BigInteger function ( ) { return size ; }
gets the size value for this projectattachmentdata . concode_field_sep java.util.Calendar date_submitted concode_elem_sep java.lang.String filename concode_elem_sep java.math.BigInteger size concode_elem_sep java.lang.String content_type concode_elem_sep java.math.BigInteger user_id concode_elem_sep java.lang.Object __...
CloudFrontOriginAccessIdentity function ( CloudFrontOriginAccessIdentityConfig arg0 ) { this . cloudFrontOriginAccessIdentityConfig = arg0 ; return this ; }
the current configuration information for the identity . returns a reference to this object so that method calls can be chained together . concode_field_sep CloudFrontOriginAccessIdentityConfig cloudFrontOriginAccessIdentityConfig concode_elem_sep String id concode_elem_sep String s3CanonicalUserId concode_field_sep vo...
boolean function ( Number arg0 ) { return checkInteger ( arg0 , 31 ) ; }
returns true if the provided number is in the range of a integer . concode_field_sep Number number concode_elem_sep BigDecimal DOUBLE_MAX_BIG_DECIMAL concode_elem_sep BigDecimal DOUBLE_MIN_BIG_DECIMAL concode_elem_sep BigDecimal FLOAT_MAX_BIG_DECIMAL concode_elem_sep BigDecimal FLOAT_MIN_BIG_DECIMAL concode_elem_sep Pa...
int function ( int arg0 ) { return arg0 * _block_size ; }
calculate the storage size of a set of smalldocumentblocks concode_field_sep byte[] _data concode_elem_sep int _blocks_per_big_block concode_elem_sep byte _default_fill concode_elem_sep int _block_size concode_field_sep List extract concode_elem_sep void read concode_elem_sep SmallDocumentBlock makeEmptySmallDocumentBl...
void function ( String arg0 ) { setFromString ( arg0 , DIVIDER ) ; }
the string is divided according to the divider character usually , '' / '' . we assume that we can always just divide on the rightmost divider character , rather than trying to parse up escape sequences . if the divider character is n't found in the word , then the whole string becomes the word , and lemma and tag are ...
int function ( ) { log . finest ( "srini_string" ) ; return 0 ; }
returns maximum limit on number of active concurrent connections concode_field_sep Logger log concode_field_sep String getEISProductVersion concode_elem_sep String getUserName concode_elem_sep String getEISProductName
String function ( String arg0 ) { return getDistributedObjectName ( arg0 , null , null ) ; }
convenience method to obtain the name of hazelcast distributed object corresponding to the cache identified by the given cachename , assuming null uri and classloader prefixes . this is equivalent toinvoking #getdistributedobjectname string , uri , classloader with null passed as uri and classloader arguments . concode...
int function ( ) { return this . forumId ; }
returns the id of the forum this topic belongs to concode_field_sep boolean moderated concode_elem_sep int TYPE_NORMAL concode_elem_sep boolean paginate concode_elem_sep int TYPE_ANNOUNCE concode_elem_sep int voteId concode_elem_sep int type concode_elem_sep String title concode_elem_sep String lastPostTime concode_ele...
UriBuilder function ( String arg0 ) { assert arg0 != null ; this . host = arg0 ; return this ; }
sets the host part of the uri . concode_field_sep StringBuilder path concode_elem_sep String scheme concode_elem_sep LinkedList<QueryParameter> queryParameters concode_elem_sep String EQUAL concode_elem_sep char FORWARD_SLASH concode_elem_sep String host concode_elem_sep String AMPERSAND concode_elem_sep String value c...
void function ( String arg0 ) { this . branchContractedIcon = arg0 ; }
set the value of the branchcontractedicon property . concode_field_sep String branchContractedIcon concode_elem_sep boolean expanded concode_elem_sep String tooltip concode_elem_sep String branchExpandedIcon concode_elem_sep String icon concode_elem_sep String action concode_elem_sep DefaultMutableTreeNode wrapper conc...
int function ( ) { final int loc0 = rbbi . loc0 ( ) ; return ( loc0 == BreakIterator . DONE ) ? BreakIterator . DONE : loc0 + scriptIterator . getScriptStart ( ) ; }
retrieve the current break position . concode_field_sep BreakIteratorWrapper rbbi concode_elem_sep char text[] concode_elem_sep ScriptIterator scriptIterator concode_elem_sep BreakIteratorWrapper wordBreakers[] concode_elem_sep ICUTokenizerConfig config concode_field_sep int next concode_elem_sep BreakIteratorWrapper g...
String function ( Date arg0 ) { Calendar loc0 = Calendar . getInstance ( ) ; loc0 . setTime ( arg0 ) ; return CmisUtils . convertToString ( loc0 ) ; }
gets the atom date . concode_field_sep PlaceHolder placeHolder concode_field_sep Calendar parseCalendar
void function ( ) { Cujo loc0 = findEmployee ( ) ; Cujo loc1 = loc0 . createInstance ( ) ; for ( CujoProperty loc2 : loc0 . readProperties ( ) ) { loc2 . copy ( loc0 , loc1 ) ; } System . out . println ( "srini_string" + loc1 ) ; }
how to copy all properties from bo to another object ? concode_field_sep PlaceHolder placeHolder concode_field_sep void copySomeProperties concode_elem_sep void employeeValidator concode_elem_sep void selectFromDatabase concode_elem_sep void main concode_elem_sep void writeAndRead concode_elem_sep Employee findEmployee...
int function ( ) { return stringData . length ( ) ; }
the length of the the underlying object 's data . concode_field_sep Reference reference concode_elem_sep char[] hexChar concode_elem_sep StringBuilder stringData concode_field_sep String getHexString concode_elem_sep StringBuilder stringToHex concode_elem_sep String getDecryptedLiteralString concode_elem_sep String enc...
File function ( ) { return new File ( root , "srini_string" ) ; }
root directory that stores jacoco.exec files . each exec file is stored in its own directory . concode_field_sep File root concode_field_sep void addExecFiles concode_elem_sep File getSourcesDir concode_elem_sep String toString concode_elem_sep File getClassesDir concode_elem_sep List<File> getExecFiles concode_elem_se...
GetOptions function ( String arg0 ) { checkArgument ( getIfNoneMatch ( ) == null , "srini_string" ) ; checkArgument ( getIfModifiedSince ( ) == null , "srini_string" ) ; this . ifMatch = checkNotNull ( arg0 , "srini_string" ) ; return this ; }
the object 's etag hash should match the parameter etag . not compatible with #ifetagdoesntmatch string or #ifmodifiedsince date concode_field_sep List<String> ranges concode_elem_sep Date ifUnmodifiedSince concode_elem_sep Date ifModifiedSince concode_elem_sep String ifNoneMatch concode_elem_sep GetOptions NONE concod...
String function ( ) { return actionFired ; }
get the modified id of the fired action . concode_field_sep String param concode_elem_sep String actionFired concode_elem_sep String orientation concode_field_sep void setOrientation concode_elem_sep String getParam concode_elem_sep String getOrientation concode_elem_sep void setParam concode_elem_sep void primaryListe...
int function ( char arg0 ) { while ( ( index < length ) && ( arg0 == chars [ index ] ) ) index ++ ; return ( index ) ; }
advance the current parsing position while it is pointing at the specified character , or until it moves past the end of the string . return the final value . concode_field_sep int index concode_elem_sep int length concode_elem_sep String string concode_elem_sep char chars[] concode_field_sep int findText concode_elem_...
void function ( Locale arg0 , String arg1 , Object ... arg2 ) { out . printf ( arg0 , arg1 , arg2 ) ; out . flush ( ) ; }
print a formatted string to standard output using the specified locale , format string , and arguments , and flush standard output . concode_field_sep String CHARSET_NAME concode_elem_sep Locale LOCALE concode_elem_sep PrintWriter out concode_field_sep void println concode_elem_sep void println concode_elem_sep void pr...
void function ( int arg0 ) { this . revalidationQueueSize = arg0 ; }
sets the current maximum queue size for background revalidations . concode_field_sep int DEFAULT_ASYNCHRONOUS_WORKERS_MAX concode_elem_sep float heuristicCoefficient concode_elem_sep long heuristicDefaultLifetime concode_elem_sep float DEFAULT_HEURISTIC_COEFFICIENT concode_elem_sep int asynchronousWorkersMax concode_el...
Optional < String > function ( final TelephonyManager arg0 ) { return getSimInformation ( new Supplier < String > ( ) { @ Nullable @ Override public String get ( ) { return arg0 . getSimOperatorName ( ) ; } } ) ; }
sim operator name concode_field_sep Optional<String> simCountry concode_elem_sep String phoneType concode_elem_sep boolean roaming concode_elem_sep String dataActivityTypeShort concode_elem_sep String iMEIv concode_elem_sep Logger log concode_elem_sep String networkName concode_elem_sep Location lastLocation concode_el...
void function ( X509Certificate [ ] arg0 , String arg1 ) { throw new UnsupportedOperationException ( "srini_string" ) ; }
checks if client is trusted given the certificate chain and authorization type string , e.g. , `` rsa '' . concode_field_sep RuntimeException _lastRuntimeException concode_elem_sep Object _alias concode_elem_sep CertificateException _lastCertException concode_elem_sep boolean interactive concode_elem_sep LocalStringsIm...
String function ( ) { final VirtualFile loc0 = _parent . get ( ) ; if ( loc0 == null || loc0 . getParent ( ) == null ) return "srini_string" ; else { final String loc1 = loc0 . getUnixPathWithoutContainer ( ) ; if ( loc1 . isEmpty ( ) ) return getName ( ) ; else return loc1 + VIRTUAL_FILE_SEPARATOR + getName ( ) ; } }
get the unix path starting at container concode_field_sep String INODE_DIRECTORY_MIME_TYPE concode_elem_sep TreePath path concode_elem_sep long serialVersionUID concode_elem_sep WeakReference<VirtualFile> _parent concode_elem_sep FileIFace file concode_elem_sep String name concode_elem_sep Set<VirtualFile> children con...
void function ( ) { Hour loc0 = new Hour ( 15 , new Day ( 29 , MonthConstants . MARCH , 2002 ) ) ; Hour loc1 = new Hour ( 15 , new Day ( 29 , MonthConstants . MARCH , 2002 ) ) ; assertTrue ( loc0 . equals ( loc1 ) ) ; }
tests the equals method . concode_field_sep PlaceHolder placeHolder concode_field_sep void testDateConstructor1 concode_elem_sep void testGetStart concode_elem_sep void testGetLastMillisecond concode_elem_sep void testGetSerialIndex concode_elem_sep void testParseHour concode_elem_sep void testGetFirstMillisecondWithTi...
void function ( long [ ] arg0 ) { this . feedAttributeIds = arg0 ; }
sets the feedattributeids value for this feeditemattributeerror . concode_field_sep java.lang.Integer validationErrorCode concode_elem_sep java.lang.String errorInformation concode_elem_sep java.lang.Object __equalsCalc concode_elem_sep boolean __hashCodeCalc concode_elem_sep long[] feedAttributeIds concode_elem_sep or...
IProject function ( Statechart arg0 ) { return ResourcesPlugin . getWorkspace ( ) . getRoot ( ) . getFile ( new Path ( arg0 . eResource ( ) . getURI ( ) . toPlatformString ( true ) ) ) . getProject ( ) ; }
get the iproject containing the given statechart concode_field_sep SGenFactory factory concode_field_sep void setDefaultValue concode_elem_sep FeatureParameterValue createParameterValue concode_elem_sep FeatureConfiguration createDefaultFeatureConfiguration concode_elem_sep boolean projectExists concode_elem_sep Featur...
String function ( ) { return "srini_string" ; }
returns the string representation of the tag manager . concode_field_sep ITagManager m_manager concode_elem_sep Map<ITreeNode<CTag>,Tag> m_allTags concode_elem_sep Tag m_root concode_elem_sep InternalListener m_listener concode_elem_sep ListenerProvider<ITagManagerListener> m_listeners concode_field_sep Tag findTag con...
ToStringHelper function ( Object arg0 ) { return new ToStringHelper ( arg0 . getClass ( ) . getSimpleName ( ) ) ; }
creates an instance of tostringhelper . this is helpful for implementing object #tostring . specification by example : / / returns `` classname '' moreobjects.tostringhelper this . tostring ; / / returns `` classname x = 1 '' moreobjects.tostringhelper this . add `` x '' , 1 . tostring ; / / returns `` myobject x = 1 '...
void function ( ) { Blacksmith loc0 = new OrcBlacksmith ( ) ; Weapon loc1 = loc0 . manufactureWeapon ( WeaponType . SPEAR ) ; verifyWeapon ( loc1 , WeaponType . SPEAR , OrcWeapon . class ) ; }
testing orcblacksmith to produce a spear asserting that the weapon is an instance of orcweapon . concode_field_sep PlaceHolder placeHolder concode_field_sep void testElfBlacksmithWithShortSword concode_elem_sep void testElfBlacksmithWithSpear concode_elem_sep void verifyWeapon concode_elem_sep void testOrcBlacksmithWit...
String function ( ) { return iface ; }
returns the interface this method was called with concode_field_sep String iface concode_elem_sep int ASYNC concode_elem_sep String method concode_elem_sep int NO_REPLY concode_elem_sep String objectpath concode_elem_sep String destination concode_elem_sep int flags concode_elem_sep String source concode_field_sep Stri...
Integer function ( ) { return count ; }
number of applications returned . concode_field_sep String previous concode_elem_sep List<ApplicationInfoDTO> list concode_elem_sep String next concode_elem_sep Integer count concode_field_sep ApplicationListDTO next concode_elem_sep String getPrevious concode_elem_sep String toIndentedString concode_elem_sep Applicati...
String function ( ) { StringBuilder loc0 = new StringBuilder ( ) ; loc0 . append ( "srini_string" ) ; if ( getResourceType ( ) != null ) loc0 . append ( "srini_string" + getResourceType ( ) + "srini_string" ) ; if ( getResourceName ( ) != null ) loc0 . append ( "srini_string" + getResourceName ( ) ) ; loc0 . append ( "...
returns a string representation of this object ; useful for testing and debugging . concode_field_sep String resourceName concode_elem_sep String resourceType concode_field_sep void setResourceName concode_elem_sep int hashCode concode_elem_sep String getResourceType concode_elem_sep Resource withResourceType concode_e...
void function ( float arg0 ) { int loc0 = appearanceTokens . indexOf ( Operator . getOperator ( "srini_string" ) ) ; if ( loc0 != - 1 ) { appearanceTokens . set ( loc0 - 1 , new COSFloat ( arg0 ) ) ; } }
set the font size . concode_field_sep List<Object> appearanceTokens concode_field_sep float getFontSize concode_elem_sep COSName getFontName concode_elem_sep List<Object> getStreamTokens concode_elem_sep List<Object> getTokens
void function ( ) { if ( myDao == null ) { throw new DaoException ( "srini_string" ) ; } myDao . refresh ( this ) ; }
convenient call for org.greenrobot.greendao.abstractdao #refresh object . entity must attached to an entity context . concode_field_sep Employer employers concode_elem_sep String jobPositionDescription concode_elem_sep Long jobPositionId concode_elem_sep int jobPositionLevel concode_elem_sep Long employers__resolvedKey...
void function ( ) { barcodeView . resume ( ) ; beepManager . updatePrefs ( ) ; inactivityTimer . start ( ) ; }
call from activity #onresume . concode_field_sep String TAG concode_elem_sep Handler handler concode_elem_sep CameraPreview.StateListener stateListener concode_elem_sep Activity activity concode_elem_sep BeepManager beepManager concode_elem_sep BarcodeCallback callback concode_elem_sep int orientationLock concode_elem_...
Builder function ( HeldCertificate arg0 ) { this . issuedBy = arg0 ; return this ; }
set the certificate that signs this certificate . if unset , a self-signed certificate will be generated . concode_field_sep String hostname concode_elem_sep long duration concode_elem_sep HeldCertificate issuedBy concode_elem_sep X509Certificate certificate concode_elem_sep String serialNumber concode_elem_sep KeyPair...
void function ( String arg0 ) { this . id = arg0 ; }
sets the value of the id property . concode_field_sep Object parent concode_elem_sep String id concode_elem_sep String progId concode_elem_sep CTOleItems oleItems concode_field_sep void setOleItems concode_elem_sep void setProgId concode_elem_sep Object getParent concode_elem_sep void afterUnmarshal concode_elem_sep St...
void function ( String arg0 ) { this . key = arg0 ; }
the key for the tag . concode_field_sep String value concode_elem_sep String key concode_field_sep String getKey concode_elem_sep String getValue concode_elem_sep Tag withValue concode_elem_sep int hashCode concode_elem_sep void setValue concode_elem_sep boolean equals concode_elem_sep Tag clone concode_elem_sep String...
Color function ( String arg0 ) { return map . get ( arg0 ) ; }
convenience method to lookup a color by name . the invocation of this method is equivalent to the expression colors.getcolors . get name concode_field_sep ObjectMap<String,Color> map concode_field_sep ObjectMap<String,Color> getColors concode_elem_sep void reset concode_elem_sep Color put
String function ( ) { return iText ; }
gets the product name . itext group nv requests that you retain the itext producer line in every pdf that is created or manipulated using itext . concode_field_sep String iText concode_elem_sep String release concode_elem_sep String key concode_elem_sep Version version concode_elem_sep String iTextVersion concode_field...
String function ( ) { return url . getFile ( ) ; }
get the value of file concode_field_sep URL url concode_field_sep String getAnchor concode_elem_sep String getPort concode_elem_sep boolean equals concode_elem_sep String toString concode_elem_sep String getHost concode_elem_sep String getProto concode_elem_sep int getPortNo
IProject function ( EObject arg0 ) { return ResourcesPlugin . getWorkspace ( ) . getRoot ( ) . getFile ( new Path ( arg0 . eResource ( ) . getURI ( ) . toPlatformString ( true ) ) ) . getProject ( ) ; }
get the iproject containing the given eobject concode_field_sep SGenFactory factory concode_field_sep void setDefaultValue concode_elem_sep FeatureParameterValue createParameterValue concode_elem_sep boolean projectOpened concode_elem_sep FeatureConfiguration createDefaultFeatureConfiguration concode_elem_sep boolean p...
int function ( Context arg0 ) { return getDefaultTextAttribute ( arg0 , android . R . attr . textColorHighlight ) . getDefaultColor ( ) ; }
utility method that returns the default text highlight color as define by the theme concode_field_sep PlaceHolder placeHolder concode_field_sep ColorStateList getDefaultTextColorHint concode_elem_sep ColorStateList getDefaultTextColor concode_elem_sep ColorStateList getDefaultTextAttribute
void function ( Configuration arg0 , long arg1 ) { arg0 . setLong ( MAPPER_MAX_SKIP_RECORDS , arg1 ) ; }
set the number of acceptable skip records surrounding the bad record per bad record in mapper . the number includes the bad record as well . to turn the feature of detection/skipping of bad records off , set the value to 0 . the framework tries to narrow down the skipped range by retrying until this threshold is met or...