idx
int64
0
25k
question
stringlengths
71
7.19k
target
stringlengths
20
663
4,800
initializes the shuffleclient , specifying this executor 's appid . must be called before any other method on the shuffleclient . concode_field_sep PlaceHolder placeHolder concode_field_sep void fetchBlocks
void function ( String arg0 ) { }
4,801
initialize the iterator concode_field_sep PlaceHolder placeHolder concode_field_sep E next concode_elem_sep boolean hasNext concode_elem_sep void close concode_elem_sep void remove
void function ( ) { }
4,802
remove lock file . note : applications enforce the semantics of this file - this method simply removes any file with a given name . concode_field_sep PlaceHolder placeHolder concode_field_sep void createLockFile
boolean function ( FileSystem arg0 , Path arg1 ) { if ( ! arg0 . exists ( arg1 ) ) return false ; if ( arg0 . getFileStatus ( arg1 ) . isDir ( ) ) throw new IOException ( "srini_string" + arg1 + "srini_string" ) ; return arg0 . delete ( arg1 , false ) ; }
4,803
throws a saxnotrecognizedexception exception when the given property does not signify a lexicalhandler . the property name for a lexical handler is http://xml.org/sax/properties/lexical-handler . concode_field_sep EntityResolver entityResolver concode_elem_sep ContentHandler contentHandler concode_elem_sep ErrorHandler...
void function ( String arg0 , Object arg1 ) { if ( "srini_string" . equals ( arg0 ) ) { lexicalHandler = ( LexicalHandler ) arg1 ; } else { throw new SAXNotRecognizedException ( arg0 ) ; } }
4,804
revokes permission at the scope from the role to perform the action on resources of the type . for example , this method could be used to revoke a group scope permission to edit blog posts . depending on the scope , the value of primkey will have different meanings . for more information , see com.liferay.portal.model....
void function ( long arg0 , long arg1 , java . lang . String arg2 , int arg3 , java . lang . String arg4 , long arg5 , java . lang . String arg6 ) { try { ResourcePermissionServiceUtil . removeResourcePermission ( arg0 , arg1 , arg2 , arg3 , arg4 , arg5 , arg6 ) ; } catch ( Exception loc0 ) { _log . error ( loc0 , loc0...
4,805
returns the phase name . concode_field_sep Calendar firstQuarter concode_elem_sep double illumination concode_elem_sep Calendar thirdQuarter concode_elem_sep MoonPhaseName name concode_elem_sep Calendar _new concode_elem_sep int age concode_elem_sep Calendar full concode_field_sep void setName concode_elem_sep int getA...
MoonPhaseName function ( ) { return name ; }
4,806
an invalid connector is defined as one that is either 1 null , 2 belongs to an instance of a null block , 3 or already has a block connected to it . if a connector is invalid , this returns true . otherwise , return false . concode_field_sep PlaceHolder placeHolder concode_field_sep BlockLink connectBlocks concode_elem...
boolean function ( BlockConnector arg0 ) { if ( arg0 == null ) return true ; if ( arg0 . hasBlock ( ) ) return true ; return false ; }
4,807
creates a connection factory instance . concode_field_sep Logger log concode_elem_sep String name concode_elem_sep long serialVersionUID concode_elem_sep PrintWriter logwriter concode_elem_sep ResourceAdapter ra concode_field_sep void setName concode_elem_sep ManagedConnection createManagedConnection concode_elem_sep v...
Object function ( ConnectionManager arg0 ) { log . trace ( "srini_string" ) ; return new MultipleConnectionFactory1Impl ( this , arg0 ) ; }
4,808
checks if at least one parameter value of the list of parameters specified is set . if not , a parameter exception is thrown . concode_field_sep List<Parameter<?>> parameters concode_field_sep String getDescription
void function ( ) { for ( Parameter < ? > loc0 : parameters ) { if ( loc0 . isDefined ( ) ) { return ; } } throw new WrongParameterValueException ( "srini_string" + "srini_string" + OptionUtil . optionsNamesToString ( parameters ) + "srini_string" ) ; }
4,809
combines a collection of strings into a single string , separated by the given character set concode_field_sep String[] EMPTY_STRING_ARRAY concode_elem_sep Pattern DIACRITICS_AND_FRIENDS concode_field_sep String capitalise concode_elem_sep String capitalise concode_elem_sep String stripDiacritics concode_elem_sep Strin...
String function ( int arg0 , int arg1 , String arg2 , Collection < String > arg3 ) { return combineArray ( arg0 , arg1 , arg2 , arg3 . toArray ( EMPTY_STRING_ARRAY ) ) ; }
4,810
method for updating app creation events . concode_field_sep PlaceHolder placeHolder concode_field_sep Event[] getEventsOfApplication concode_elem_sep void deleteAllEventsofAppVersion
void function ( String arg0 , Event arg1 ) { int loc0 = CarbonContext . getThreadLocalCarbonContext ( ) . getTenantId ( ) ; EventsDAO loc1 = new EventsDAO ( ) ; loc1 . addAppCreationEvent ( arg0 , arg1 , loc0 ) ; }
4,811
default implementation throws an ioexception . concode_field_sep int CANCEL concode_elem_sep Instances m_instances concode_elem_sep int m_retrieval concode_elem_sep int STRUCTURE_READY concode_elem_sep int WRITE concode_elem_sep int WAIT concode_elem_sep int m_writeMode concode_field_sep void cancel concode_elem_sep vo...
String function ( ) { throw new Exception ( "srini_string" ) ; }
4,812
sets the value of the sourceaddress property . concode_field_sep XMLGregorianCalendar dateTime concode_elem_sep String reason concode_elem_sep XmlSigningCertificateType signingCertificate concode_elem_sep String sourceAddress concode_elem_sep XmlCertificateChainType certificateChain concode_elem_sep XmlBasicSignatureTy...
void function ( String arg0 ) { this . sourceAddress = arg0 ; }
4,813
removes an object from memory cache . does not release the file storage . concode_field_sep DataFileCache dataFileCache concode_elem_sep StopWatch makeRowTimer concode_elem_sep long bytesCapacity concode_elem_sep CachedObject[] rowTable concode_elem_sep StopWatch sortTimer concode_elem_sep long cacheBytesLength concode...
CachedObject function ( int arg0 ) { CachedObject loc0 = ( CachedObject ) cacheMap . remove ( arg0 ) ; if ( loc0 == null ) { return null ; } cacheBytesLength -= loc0 . getStorageSize ( ) ; return loc0 ; }
4,814
checks whether we are currently running on appengine . concode_field_sep PlaceHolder placeHolder concode_field_sep Flyway createFlyway
boolean function ( ) { return System . getProperty ( "srini_string" ) != null ; }
4,815
the date when the mfa device was enabled for the user . concode_field_sep java.util.Date enableDate concode_elem_sep String serialNumber concode_elem_sep String userName concode_field_sep String getSerialNumber concode_elem_sep MFADevice withSerialNumber concode_elem_sep void setSerialNumber concode_elem_sep void setUs...
void function ( java . util . Date arg0 ) { this . enableDate = arg0 ; }
4,816
sets whether this dmcongviec is trangthai . concode_field_sep dmcongviec _dmcongviec concode_field_sep void setExpandoBridgeAttributes concode_elem_sep void setMacv concode_elem_sep boolean isEscapedModel concode_elem_sep boolean isCachedModel concode_elem_sep com.liferay.portlet.expando.model.ExpandoBridge getExpandoB...
void function ( boolean arg0 ) { _dmcongviec . setTrangthai ( arg0 ) ; }
4,817
apply css changes to the rendered componenent concode_field_sep String CSS_UPDATE_FIELD concode_elem_sep String cssString concode_elem_sep Logger log concode_elem_sep String DISPLAY_ON concode_elem_sep String DISPLAY_OFF concode_elem_sep String lastCssString concode_field_sep boolean equals concode_elem_sep String getL...
void function ( FacesContext arg0 , UIComponent arg1 ) { apply ( arg0 , arg1 , null , null , null ) ; }
4,818
sets the x and y-coordinates of ellipse center concode_field_sep long serialVersionUID concode_elem_sep float x concode_elem_sep float width concode_elem_sep float y concode_elem_sep float height concode_field_sep boolean contains concode_elem_sep boolean contains concode_elem_sep void set concode_elem_sep void set con...
Ellipse function ( float arg0 , float arg1 ) { this . x = arg0 ; this . y = arg1 ; return this ; }
4,819
sets the value of the tid property . concode_field_sep Integer index concode_elem_sep String attributeName concode_elem_sep Long oid concode_elem_sep Integer value concode_elem_sep Long tid concode_field_sep Long getTid concode_elem_sep void setAttributeName concode_elem_sep Integer getValue concode_elem_sep Integer ge...
void function ( Long arg0 ) { this . tid = arg0 ; }
4,820
throws an illegalargumentexception if value is negative . concode_field_sep PlaceHolder placeHolder concode_field_sep void that concode_elem_sep void that concode_elem_sep void validArraySlice concode_elem_sep void validArraySlice concode_elem_sep T notNull concode_elem_sep T notNull concode_elem_sep int validArrayInde...
int function ( final int arg0 ) { return notNegative ( arg0 , "srini_string" ) ; }
4,821
serializes and deserializes the specified object and verifies that the re-serialized object is equal to the provided object , that the hashcodes are identical , and that the class of the re-serialized object is identical to that of the original . gwt warning : under gwt , this method simply returns its input , as prope...
T function ( T arg0 ) { T loc0 = reserialize ( arg0 ) ; new EqualsTester ( ) . addEqualityGroup ( arg0 , loc0 ) . testEquals ( ) ; Assert . assertEquals ( arg0 . getClass ( ) , loc0 . getClass ( ) ) ; return loc0 ; }
4,822
calculates the set of values of nodes reachable from the start nodes . concode_field_sep Map<N,Set<T>> cachedNodeValues concode_elem_sep N node concode_elem_sep int component concode_elem_sep Set<NodeDetails<N,T>> componentMembers concode_elem_sep int minSeen concode_elem_sep Set<NodeDetails<N,T>> strongComponents conc...
Set < T > function ( ) { try { return doSearch ( ) ; } finally { startNodes . clear ( ) ; } }
4,823
set the default init-method setting for the document that 's currently parsed . concode_field_sep String autowireCandidates concode_elem_sep String initMethod concode_elem_sep String lazyInit concode_elem_sep String dependencyCheck concode_elem_sep String autowire concode_elem_sep String merge concode_elem_sep String d...
void function ( String arg0 ) { this . initMethod = arg0 ; }
4,824
returns the total width of the specified byte array . concode_field_sep FontRenderContext gRC concode_elem_sep long serialVersionUID concode_elem_sep Font font concode_field_sep Rectangle2D getStringBounds concode_elem_sep Rectangle2D getStringBounds concode_elem_sep Rectangle2D getStringBounds concode_elem_sep Rectang...
int function ( byte [ ] arg0 , int arg1 , int arg2 ) { int loc0 = 0 ; for ( int loc1 = arg1 ; loc1 < arg2 ; loc1 ++ ) loc0 = charWidth ( ( char ) arg0 [ loc1 ] ) ; return loc0 ; }
4,825
sets the volume concode_field_sep double volume concode_elem_sep String symbol concode_elem_sep BigDecimal high concode_elem_sep BigDecimal low concode_elem_sep BigDecimal price concode_elem_sep String companyName concode_elem_sep double change concode_elem_sep BigDecimal open concode_field_sep void setOpen concode_ele...
void function ( double arg0 ) { this . volume = arg0 ; }
4,826
create an instance of structlinktype.smlink concode_field_sep PlaceHolder placeHolder concode_field_sep StructLinkType createStructLinkType concode_elem_sep FileType.FContent createFileTypeFContent concode_elem_sep BehaviorType createBehaviorType concode_elem_sep FileType.FLocat createFileTypeFLocat concode_elem_sep Me...
StructLinkType . SmLink function ( ) { return new StructLinkType . SmLink ( ) ; }
4,827
the invalidation 's information . returns a reference to this object so that method calls can be chained together . concode_field_sep Invalidation invalidation concode_field_sep void setInvalidation concode_elem_sep int hashCode concode_elem_sep boolean equals concode_elem_sep GetInvalidationResult clone concode_elem_s...
GetInvalidationResult function ( Invalidation arg0 ) { this . invalidation = arg0 ; return this ; }
4,828
associates an statementportal withwith odbcpreparedstatement . concode_field_sep List portals concode_elem_sep Session session concode_elem_sep String query concode_elem_sep Result ackResult concode_elem_sep String handle concode_elem_sep Map containingMap concode_field_sep void close
void function ( StatementPortal arg0 ) { portals . add ( arg0 ) ; }
4,829
converts the supplied value to a string . subclasses may implement special formatting by overriding this method . concode_field_sep double size concode_elem_sep long serialVersionUID concode_elem_sep int minorTickCount concode_field_sep double getSize concode_elem_sep int hashCode concode_elem_sep boolean equals concod...
String function ( double arg0 ) { return String . valueOf ( arg0 ) ; }
4,830
gets the value of the fileid property . concode_field_sep Long fileId concode_field_sep void setFileId
Long function ( ) { return fileId ; }
4,831
the id of the certificate . concode_field_sep String certificateArn concode_elem_sep String certificateId concode_elem_sep java.util.Date creationDate concode_elem_sep String status concode_field_sep Certificate withStatus concode_elem_sep Certificate withStatus concode_elem_sep Certificate withCreationDate concode_ele...
String function ( ) { return this . certificateId ; }
4,832
retrieves whether this factory produces secure sockets . concode_field_sep HsqlSocketFactory sslImpl concode_elem_sep HsqlSocketFactory plainImpl concode_field_sep Socket createSocket concode_elem_sep HsqlSocketFactory getPlainImpl concode_elem_sep HsqlSocketFactory newFactory concode_elem_sep HsqlSocketFactory getInst...
boolean function ( ) { return false ; }
4,833
the expression that is evaluated for ranking or thresholding while processing a search request . concode_field_sep NamedRankExpression options concode_elem_sep OptionStatus status concode_field_sep RankExpressionStatus withStatus concode_elem_sep RankExpressionStatus withOptions concode_elem_sep int hashCode concode_el...
void function ( NamedRankExpression arg0 ) { this . options = arg0 ; }
4,834
filtered server map data query for the last `` period '' up to now concode_field_sep ServiceTypeRegistryService registry concode_elem_sep FilterBuilder filterBuilder concode_elem_sep FilteredMapService filteredMapService concode_elem_sep Logger logger concode_field_sep FilterMapWrap getFilteredServerMapData concode_ele...
FilterMapWrap function ( @ RequestParam ( "srini_string" ) String arg0 , @ RequestParam ( "srini_string" ) String arg1 , @ RequestParam ( "srini_string" ) long arg2 , @ RequestParam ( value = "srini_string" , required = false ) String arg3 , @ RequestParam ( value = "srini_string" , required = false ) String arg4 , @ R...
4,835
gets and sets the createdtime for a apiendpointurlsdto concode_field_sep String environmentName concode_elem_sep String createdTime concode_elem_sep APIEnvironmentURLsDTO environmentURLs concode_elem_sep String lastUpdatedTime concode_elem_sep String environmentType concode_field_sep void setLastUpdatedTime concode_ele...
String function ( ) { return createdTime ; }
4,836
creates a new meetups entry with the primary key . does not add the meetups entry to the database . concode_field_sep ServiceTracker<MeetupsEntryLocalService,MeetupsEntryLocalService> _serviceTracker concode_field_sep java.lang.String getOSGiServiceIdentifier concode_elem_sep com.liferay.portal.kernel.dao.orm.Actionabl...
com . liferay . social . networking . model . MeetupsEntry function ( long arg0 ) { return getService ( ) . createMeetupsEntry ( arg0 ) ; }
4,837
set the exitcode value . concode_field_sep String taskRootDirectory concode_elem_sep Integer exitCode concode_elem_sep DateTime startTime concode_elem_sep String taskRootDirectoryUrl concode_elem_sep DateTime endTime concode_elem_sep JobReleaseTaskState state concode_elem_sep TaskSchedulingError schedulingError concode...
JobReleaseTaskExecutionInformation function ( Integer arg0 ) { this . exitCode = arg0 ; return this ; }
4,838
returns connector type concode_field_sep Logger logger concode_elem_sep String dscAlarmUserCode concode_elem_sep int baudRate concode_elem_sep String DEFAULT_PASSWORD concode_elem_sep int[] baudRates concode_elem_sep String apiSerialPort concode_elem_sep DSCAlarmConnectorType connectorType concode_elem_sep String DEFAU...
DSCAlarmConnectorType function ( ) { return connectorType ; }
4,839
gets the value of the returnval property . concode_field_sep RetrieveResult returnval concode_field_sep void setReturnval
RetrieveResult function ( ) { return returnval ; }
4,840
the index the document was fetched from . concode_field_sep XContentBuilderString FIELDS concode_elem_sep Map<String,Object> sourceAsMap concode_elem_sep XContentBuilderString EXISTS concode_elem_sep XContentBuilderString _TYPE concode_elem_sep String index concode_elem_sep byte[] sourceAsBytes concode_elem_sep BytesHo...
String function ( ) { return index ; }
4,841
gets the num samples . concode_field_sep int maxFrameRate concode_elem_sep int P3D_MODE concode_elem_sep String frameTitle concode_elem_sep String DEFAULT_DATA_FOLDER_PATH concode_elem_sep String DEFAULT_3D_MODEL_PATH concode_elem_sep boolean vSync concode_elem_sep int windowHeight concode_elem_sep int ARCHITECTURE_64_...
int function ( ) { return numSamples ; }
4,842
sets the countrycode . concode_field_sep String streetName concode_elem_sep int streetNumber concode_elem_sep String city concode_elem_sep String countryCode concode_elem_sep String description concode_elem_sep Locale locale concode_field_sep String getCountryCode concode_elem_sep void setCity concode_elem_sep void set...
void function ( String arg0 ) { this . countryCode = arg0 ; }
4,843
gets the number of hours including fractional hours . concode_field_sep int MINUTES concode_elem_sep int DAYS concode_elem_sep TimeSpan MAX_VALUE concode_elem_sep int MILLISECONDS concode_elem_sep int SECONDS concode_elem_sep TimeSpan MIN_VALUE concode_elem_sep Log LOG concode_elem_sep long serialVersionUID concode_ele...
double function ( ) { return ( ( this . time / 1000.0d ) / 60.0d ) / 60.0d ; }
4,844
return the current transformer 's name . concode_field_sep ObjectManager objectManager concode_elem_sep char DIVIDER concode_elem_sep Log logger concode_elem_sep String componentName concode_field_sep ObjectManager getObjectManager concode_elem_sep void setLogger concode_elem_sep String generateID concode_elem_sep Stri...
String function ( ) { return this . componentName ; }
4,845
return the skewness for the requested field concode_field_sep Map<String,HashMap<String,Double>> correlation concode_elem_sep RunningStats results concode_field_sep Map<String,Double> getKurtosis concode_elem_sep double getKurtosis concode_elem_sep Double getCorrelation concode_elem_sep Map<String,Long> getFieldCounts ...
double function ( String arg0 ) { checkField ( arg0 , results . skewness ) ; return results . skewness . get ( arg0 ) ; }
4,846
the description of a slider image . concode_field_sep String mUrl concode_elem_sep int mEmptyPlaceHolderRes concode_elem_sep int mRes concode_elem_sep ImageLoadListener mLoadListener concode_elem_sep Bundle mBundle concode_elem_sep ScaleType mScaleType concode_elem_sep int mErrorPlaceHolderRes concode_elem_sep File mFi...
BaseSliderView function ( String arg0 ) { mDescription = arg0 ; return this ; }
4,847
sets an element in the first data bank . the offset specified in the constructor is added to i before updating the underlying data array . concode_field_sep int banks concode_elem_sep int TYPE_BYTE concode_elem_sep int TYPE_FLOAT concode_elem_sep int offset concode_elem_sep int size concode_elem_sep int TYPE_INT concod...
void function ( int arg0 , float arg1 ) { setElem ( arg0 , ( int ) arg1 ) ; }
4,848
reports the virtual machine has resumed . this can happen asynchronously , due to a user action in the browser without explicitly resuming the vm through concode_field_sep PlaceHolder placeHolder concode_field_sep void scriptContentChanged concode_elem_sep void scriptAdded concode_elem_sep void navigated concode_elem_s...
void function ( ) { }
4,849
gets the property value . concode_field_sep PropertyChangeSupport propertyChangeSupport concode_elem_sep String value concode_field_sep String getJavaInitializationString concode_elem_sep Component getCustomEditor concode_elem_sep boolean supportsCustomEditor concode_elem_sep void setValue concode_elem_sep void paintVa...
Object function ( ) { return value ; }
4,850
cast the passed object into the policy . if the object has a different java type , create an instance of the _ policystub , using the same delegate , as for the passed parameter . hence , unlike java type cast , this method may return a different object , than has been passed . concode_field_sep PlaceHolder placeHolder...
Policy function ( org . omg . CORBA . Object arg0 ) { if ( arg0 == null ) return null ; else if ( arg0 instanceof Policy ) return ( Policy ) arg0 ; else { Delegate loc0 = ( ( ObjectImpl ) arg0 ) . _get_delegate ( ) ; return new _PolicyStub ( loc0 ) ; } }
4,851
this will return the value indication if the denominator of the fractional value is reduced/truncated . concode_field_sep String FRACTIONAL_DISPLAY_ROUND concode_elem_sep String LABEL_PREFIX_TO_VALUE concode_elem_sep String FRACTIONAL_DISPLAY_DECIMAL concode_elem_sep COSDictionary numberFormatDictionary concode_elem_se...
boolean function ( ) { return this . getDictionary ( ) . getBoolean ( "srini_string" , false ) ; }
4,852
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 concode_elem_sep Connection m_connection concode_elem_sep boolean m_roll...
void function ( ResultSet arg0 ) { m_resultSets . add ( arg0 ) ; }
4,853
gets the topic . its the url of the content that is subscribed . concode_field_sep String mode concode_elem_sep Integer topicId concode_elem_sep Logger LOGGER concode_elem_sep Integer retryCount concode_elem_sep HttpAgent httpAgentImpl concode_elem_sep String topic concode_elem_sep String callbackUrl concode_elem_sep L...
String function ( ) { return topic ; }
4,854
returns the line number for an offset within this context . not all contexts support line numbers , so this may return 0 . concode_field_sep int fEndOffsetInParent concode_elem_sep LocationCtxContainer fParent concode_elem_sep int fOffsetInParent concode_elem_sep int fSequenceNumber concode_field_sep ILocationCtx getPa...
int function ( int arg0 ) { return 0 ; }
4,855
gets the mime type of the resource . concode_field_sep String sourceURL concode_elem_sep String mimeType concode_field_sep String getURL concode_elem_sep void setMIMEType
String function ( ) { if ( mimeType == null ) { mimeType = FileTypeResolver . getMIMEType ( getURL ( ) . toString ( ) ) ; } return mimeType ; }
4,856
updates state of agent , if the call in a queue was redirect to the next agent because the ringed agent does n't answer the call . after reset state , put the next agent in charge . concode_field_sep AsteriskServerImpl server concode_elem_sep Map<String,AsteriskAgentImpl> ringingAgents concode_elem_sep Log logger conco...
void function ( String arg0 , AsteriskAgentImpl arg1 ) { synchronized ( ringingAgents ) { if ( ringingAgents . containsKey ( arg0 ) ) { updateAgentState ( ringingAgents . get ( arg0 ) , AgentState . AGENT_IDLE ) ; } ringingAgents . put ( arg0 , arg1 ) ; } }
4,857
gets eventuali variabili di istanza concode_field_sep String city concode_elem_sep String nation concode_elem_sep String mauthor concode_elem_sep String uuid concode_elem_sep String cap concode_elem_sep String trusted_mobile concode_elem_sep String fiscalCode concode_elem_sep String cauthor concode_elem_sep List<String...
Object function ( String arg0 , Object arg1 ) { return this . others . put ( arg0 , arg1 ) ; }
4,858
closes all sessions registered with this sessionmanager . concode_field_sep Session sysLobSession concode_elem_sep long sessionIdCount concode_elem_sep LongKeyHashMap sessionMap concode_elem_sep Session sysSession concode_field_sep void removeSession concode_elem_sep Session getSysSessionForScript concode_elem_sep Sess...
void function ( ) { Session [ ] loc0 = getAllSessions ( ) ; for ( int loc1 = 0 ; loc1 < loc0 . length ; loc1 ++ ) { loc0 [ loc1 ] . close ( ) ; } }
4,859
gets the width of the dimension object . concode_field_sep float width concode_elem_sep float height concode_field_sep float getHeight concode_elem_sep void set concode_elem_sep void set concode_elem_sep String toString concode_elem_sep Dimension toDimension
float function ( ) { return width ; }
4,860
constructor concode_field_sep EStructuralFeature eFeature concode_elem_sep Log log concode_elem_sep long serialVersionUID concode_field_sep Getter getGetter concode_elem_sep void set concode_elem_sep String getMethodName concode_elem_sep Class getReturnType concode_elem_sep Object get concode_elem_sep Member getMember ...
void function ( EStructuralFeature arg0 ) { this . eFeature = arg0 ; if ( log . isDebugEnabled ( ) ) { log . debug ( "srini_string" + StoreUtil . toString ( arg0 ) ) ; } }
4,861
register a corsconfiguration for the specified path pattern . concode_field_sep Map<String,CorsConfiguration> corsConfigurations concode_elem_sep UrlPathHelper urlPathHelper concode_elem_sep PathMatcher pathMatcher concode_field_sep void setAlwaysUseFullPath concode_elem_sep Map<String,CorsConfiguration> getCorsConfigu...
void function ( String arg0 , CorsConfiguration arg1 ) { this . corsConfigurations . put ( arg0 , arg1 ) ; }
4,862
returns an object that can test connection . cancellablerunnable #cancel should cancel the process . concode_field_sep int LOGIN_ANONYMOUSLY concode_elem_sep int NO_FEATURES concode_elem_sep int BASIC_HTTP_AUTHORIZATION concode_elem_sep int STATE_UPDATING concode_elem_sep TaskRepositoryType myType concode_elem_sep bool...
CancellableConnection function ( ) { return null ; }
4,863
restores the annotation state in this instance to the annotation specified as a param . this method is ment to bue used in concode_field_sep AnnotationComponent annotationComponent concode_elem_sep Rectangle2D.Float userSpaceRectangle concode_field_sep void apply concode_elem_sep void synchronizeState
void function ( Annotation arg0 ) { if ( arg0 . getBorderStyle ( ) == null ) { arg0 . setBorderStyle ( new BorderStyle ( ) ) ; } arg0 . setUserSpaceRectangle ( userSpaceRectangle ) ; }
4,864
root/preferences/native / os concode_field_sep String NameStartChar concode_elem_sep String Name concode_elem_sep Tag parent concode_elem_sep String NameChar concode_elem_sep List<Object> content concode_elem_sep String name concode_elem_sep Map<String,String> attributes concode_elem_sep SimpleDateFormat format concode...
Collection < Tag > function ( String arg0 ) { return select ( arg0 , ( Tag ) null ) ; }
4,865
the file before it is compressed concode_field_sep String gpsDateStamp concode_elem_sep String gpsLatitudeRef concode_elem_sep String gpsLongitude concode_elem_sep String gpsLatitude concode_elem_sep String whiteBalance concode_elem_sep String orientation concode_elem_sep String model concode_elem_sep String focalLengt...
void function ( String arg0 ) { this . inFile = new ExifInterface ( arg0 ) ; }
4,866
factory method to create a proxy connection based on the account settings of the protocol provider . concode_field_sep String transport concode_elem_sep List<String> returnedAddresses concode_elem_sep SipAccountIDImpl account concode_elem_sep InetSocketAddress socketAddress concode_field_sep String getTransport concode...
ProxyConnection function ( ProtocolProviderServiceSipImpl arg0 ) { if ( arg0 . getAccountID ( ) . getAccountPropertyBoolean ( PROXY_AUTO_CONFIG , true ) ) return new AutoProxyConnection ( ( SipAccountIDImpl ) arg0 . getAccountID ( ) , arg0 . getDefaultTransport ( ) ) ; else return new ManualProxyConnection ( ( SipAccou...
4,867
forwards a message . for the receiver of this message it looks as if sender has sent the message . concode_field_sep ActorRef actor concode_elem_sep MessageDecorator decorator concode_elem_sep long serialVersionUID concode_elem_sep UUID leaderSessionID concode_field_sep ActorRef actor concode_elem_sep String path conco...
void function ( Object arg0 , ActorGateway arg1 ) { Object loc0 = decorator . decorate ( arg0 ) ; actor . tell ( loc0 , arg1 . actor ( ) ) ; }
4,868
the name of the source file we are importing into . concode_field_sep Option<List<Type>> NOT_FOUND concode_elem_sep List<Position> onDemandImportPositions concode_elem_sep List<QName> explicitImports concode_elem_sep Collection<String> TOPICS concode_elem_sep Reporter reporter concode_elem_sep String sourceName concode...
String function ( ) { return sourceName ; }
4,869
create an instance of h4 concode_field_sep PlaceHolder placeHolder concode_field_sep I createI concode_elem_sep Small createSmall concode_elem_sep B createB concode_elem_sep Block createBlock concode_elem_sep Colgroup createColgroup concode_elem_sep A createA concode_elem_sep Tbody createTbody concode_elem_sep Td creat...
H4 function ( ) { return new H4 ( ) ; }
4,870
a dummy . c file to be included in xcode projects . this is needed if the target does not have any source files but xcode requires one . concode_field_sep String archiveFileNameSuffix concode_elem_sep String TMP_DSYM_BUNDLE_SUFFIX concode_elem_sep RuleContext ruleContext concode_field_sep Artifact entitlements concode_...
Artifact function ( ) { return scopedArtifact ( ruleContext . getPrerequisiteArtifact ( "srini_string" , Mode . TARGET ) . getRootRelativePath ( ) ) ; }
4,871
if subclasses override this , they should call super.close . concode_field_sep Tuple next concode_field_sep Tuple next concode_elem_sep boolean hasNext concode_elem_sep Tuple readNext
void function ( ) { next = null ; }
4,872
sets the current allocated ram . concode_field_sep long currentAllocatedSize concode_elem_sep List<Double> currentAllocatedMips concode_elem_sep double mips concode_elem_sep int userId concode_elem_sep boolean inMigration concode_elem_sep CloudletScheduler cloudletScheduler concode_elem_sep String uid concode_elem_sep ...
void function ( int arg0 ) { this . currentAllocatedRam = arg0 ; }
4,873
gets rendermanager concode_field_sep DateFormat selectedFormat concode_elem_sep ArrayList checkedTimeZoneList concode_elem_sep DateFormat serverFormat concode_elem_sep int renderInterval concode_elem_sep ArrayList allTimeZoneList concode_elem_sep TimeZone selectedTimeZone concode_elem_sep TimeZone serverTimeZone concod...
RenderManager function ( ) { return null ; }
4,874
wraps the provided iterator so it logs the returned rows/rt for debugging purposes . note that this is only meant for debugging as this can log a very large amount of logging at info . concode_field_sep Comparator<UnfilteredRowIterator> partitionComparator concode_elem_sep Serializer serializer concode_field_sep Partit...
UnfilteredPartitionIterator function ( UnfilteredPartitionIterator arg0 , final String arg1 , final boolean arg2 ) { class Logging extends Transformation < UnfilteredRowIterator > { public UnfilteredRowIterator applyToPartition ( UnfilteredRowIterator arg3 ) { return UnfilteredRowIterators . loggingIterator ( arg3 , ar...
4,875
sets the value of the cascadedelete property . concode_field_sep String relationshipName concode_elem_sep String field concode_elem_sep boolean deprecatedAndHidden concode_elem_sep String childSObject concode_elem_sep boolean cascadeDelete concode_field_sep String getChildSObject concode_elem_sep void setField concode_...
void function ( boolean arg0 ) { this . cascadeDelete = arg0 ; }
4,876
add a new encryption zone . does not assume that the fsdirectory lock is held . concode_field_sep CipherSuite suite concode_elem_sep boolean allowNestedEZ concode_elem_sep long inodeId concode_elem_sep String keyName concode_elem_sep int maxListEncryptionZonesResponses concode_elem_sep TreeMap<Long,EncryptionZoneInt> e...
void function ( Long arg0 , CipherSuite arg1 , CryptoProtocolVersion arg2 , String arg3 ) { final EncryptionZoneInt loc0 = new EncryptionZoneInt ( arg0 , arg1 , arg2 , arg3 ) ; if ( encryptionZones == null ) { encryptionZones = new TreeMap < > ( ) ; } encryptionZones . put ( arg0 , loc0 ) ; }
4,877
generates a simple exemplar of this class to test serialization . concode_field_sep long serialVersionUID concode_elem_sep BayesUpdaterClassifier classifier concode_elem_sep String name concode_field_sep void setName concode_elem_sep String getName concode_elem_sep BayesUpdaterClassifier getClassifier concode_elem_sep ...
PcRunner function ( ) { return PcRunner . serializableInstance ( ) ; }
4,878
converts an angle in radians to degrees concode_field_sep int MILLION concode_elem_sep int EARTH_RADIUS_KM concode_field_sep double bearing concode_elem_sep double bearing concode_elem_sep double distanceKm concode_elem_sep double distanceKm
double function ( double arg0 ) { return ( Math . toDegrees ( arg0 ) + 360 ) % 360 ; }
4,879
returns a short string code for each log level . concode_field_sep File mLogFile concode_elem_sep File mLogFileFinal concode_elem_sep String DEFAULT_LOG_PREFIX concode_elem_sep String TAG concode_elem_sep String mCode concode_elem_sep PrintWriter mLogWriter concode_elem_sep long mStartTime concode_field_sep void warn c...
String function ( ) { return mCode ; }
4,880
get company in id concode_field_sep PlaceHolder placeHolder concode_field_sep boolean deleteCompany concode_elem_sep List<Company> lstCompany concode_elem_sep Company getCompanySell concode_elem_sep boolean updateCompany concode_elem_sep boolean insertCompany
Company function ( int arg0 , String arg1 ) { return CompanyDAO . getCompany ( arg0 , arg1 ) ; }
4,881
sets the ossturbonetin value for this ossturbonetvelocidadeprofilein . concode_field_sep org.apache.axis.description.TypeDesc typeDesc concode_elem_sep java.lang.Object __equalsCalc concode_elem_sep int velocidadeUploadSiebel concode_elem_sep boolean __hashCodeCalc concode_elem_sep com.gvt.www.ws.eai.oss.ossturbonet.OS...
void function ( com . gvt . www . ws . eai . oss . ossturbonet . OSSTurbonetIn arg0 ) { this . ossTurbonetIn = arg0 ; }
4,882
returns the day after date . concode_field_sep Calendar CALENDAR concode_field_sep long nextWeek concode_elem_sep long incrementMonth concode_elem_sep long previousWeek concode_elem_sep boolean isFirstOfYear concode_elem_sep long getEndOfMonth concode_elem_sep long endOfDayInMillis concode_elem_sep int getDaysDiff conc...
Date function ( Date arg0 ) { return new Date ( addDays ( arg0 . getTime ( ) , 1 ) ) ; }
4,883
this is getter method for roaming concode_field_sep String calledNo concode_elem_sep String cdrCallType concode_elem_sep String balAftCall concode_elem_sep String calledIMSI concode_elem_sep String location concode_elem_sep String calledLocation concode_elem_sep long serialVersionUID concode_elem_sep String recordType ...
String function ( ) { return roaming ; }
4,884
create an assessment without a default section . section must be created later . this facilitates batch uploads such as qti import where the section titles are all named in the incoming document . concode_field_sep Log log concode_field_sep List getBasicInfoOfAllActiveAssessments concode_elem_sep List getBasicInfoOfAll...
AssessmentIfc function ( String arg0 , String arg1 , String arg2 , String arg3 ) { try { AssessmentService loc0 = new AssessmentService ( ) ; return loc0 . createAssessmentWithoutDefaultSection ( arg0 , arg1 , arg2 , arg3 ) ; } catch ( Exception loc0 ) { throw new AssessmentServiceException ( loc0 ) ; } }
4,885
adds view to specified cache . creates a cache list if it is null . concode_field_sep WheelView wheel concode_elem_sep List<View> emptyItems concode_elem_sep List<View> items concode_field_sep int recycleItems concode_elem_sep View getCachedView concode_elem_sep View getItem concode_elem_sep void recycleView concode_el...
List < View > function ( View arg0 , List < View > arg1 ) { if ( arg1 == null ) { arg1 = new LinkedList < View > ( ) ; } arg1 . add ( arg0 ) ; return arg1 ; }
4,886
construct a full error message concode_field_sep int FUNCTION concode_elem_sep int BINARY_EXPR concode_elem_sep int kind concode_elem_sep int TEMPLATE_RESULT concode_elem_sep int INSTRUCTION concode_elem_sep int UPDATING_EXPR concode_elem_sep int UNARY_EXPR concode_elem_sep int FUNCTION_RESULT concode_elem_sep String e...
String function ( ItemType arg0 , ItemType arg1 , NamePool arg2 ) { return "srini_string" + getMessage ( ) + "srini_string" + arg0 . toString ( arg2 ) + "srini_string" + arg1 . toString ( arg2 ) ; }
4,887
opens properites window of the datasource and selects the provided category if available . concode_field_sep PropertiesSupport INSTANCE concode_elem_sep Map<PropertiesProvider,Class<? extends DataSource>> providers concode_field_sep PropertiesSupport sharedInstance concode_elem_sep PropertiesCustomizer<X> getCustomizer...
void function ( DataSource arg0 , int arg1 ) { if ( arg0 == null ) throw new IllegalArgumentException ( "srini_string" ) ; PropertiesConfigurator . editProperties ( arg0 , arg1 ) ; }
4,888
retrieves fully qualified trash class name , for the given class . concode_field_sep String MOTECH_PREFIX concode_elem_sep String MOTECHPLATFORM_PREFIX concode_field_sep boolean isHistoryClassName concode_elem_sep String getPackage concode_elem_sep String restId concode_elem_sep String getEntityClassName concode_elem_s...
String function ( String arg0 ) { return String . format ( "srini_string" , getPackage ( arg0 ) , getSimpleName ( arg0 ) , Constants . HistoryTrash . TRASH_SUFFIX ) ; }
4,889
encodes an arbitrary array of input as a web-safe base64 string . concode_field_sep char[] ALPHABET concode_elem_sep byte[] DECODE concode_elem_sep char[] WHITESPACE concode_field_sep byte[] decodeWebSafe concode_elem_sep byte[] decodeMime concode_elem_sep byte getByte concode_elem_sep String encodeMime concode_elem_se...
String function ( byte [ ] arg0 ) { return encodeWebSafe ( arg0 ) ; }
4,890
returns the mvcc version of this resource action . concode_field_sep ResourceAction _resourceAction concode_field_sep void setName concode_elem_sep boolean isFinderCacheEnabled concode_elem_sep void setExpandoBridgeAttributes concode_elem_sep void setExpandoBridgeAttributes concode_elem_sep void setExpandoBridgeAttribu...
long function ( ) { return _resourceAction . getMvccVersion ( ) ; }
4,891
calculates a mixed color from two colors by interpolating the rgb parts using a mix ratio . concode_field_sep PlaceHolder placeHolder concode_field_sep void fillVerticalGradientRectangle concode_elem_sep void fillVerticalGradientRoundedRectangle
Color function ( Color arg0 , Color arg1 , int arg2 ) { return new Color ( arg0 . getDevice ( ) , arg0 . getRed ( ) + ( arg1 . getRed ( ) - arg0 . getRed ( ) ) * arg2 / 255 , arg0 . getGreen ( ) + ( arg1 . getGreen ( ) - arg0 . getGreen ( ) ) * arg2 / 255 , arg0 . getBlue ( ) + ( arg1 . getBlue ( ) - arg0 . getBlue ( )...
4,892
a predicate that returns true for skykey s that have the given skyfunctionname . concode_field_sep LoadingCache<String,SkyFunctionName> skyFunctionNameCache concode_elem_sep SkyFunctionName FOR_TESTING concode_elem_sep String name concode_field_sep String getName concode_elem_sep Predicate<SkyKey> functionIsIn concode_...
Predicate < SkyKey > function ( final SkyFunctionName arg0 ) { return new Predicate < SkyKey > ( ) { @ Override public boolean apply ( SkyKey arg1 ) { return arg0 . equals ( arg1 . arg0 ( ) ) ; } } ; }
4,893
saturate a float value , clamping values below 0 to 0 and above 1 to 1 concode_field_sep Color baseColor concode_elem_sep String targetColorKey concode_elem_sep String baseColorKey concode_elem_sep Color actualColor concode_elem_sep String mustContrastColorKey concode_elem_sep Color mustContrastColor concode_elem_sep C...
float function ( float arg0 ) { return Math . max ( 0 , Math . min ( 1 , arg0 ) ) ; }
4,894
encrypt a string with the aes encryption standard using the application 's secret key . the provider used is by default this uses the platform default jsse provider . this can be overridden by defining application.crypto.provider in application.conf . the transformation algorithm used is the provider specific implement...
String function ( String arg0 ) { return crypto . encryptAES ( arg0 ) ; }
4,895
static builder to create a detachedcriteria for the given entity . concode_field_sep CriteriaImpl impl concode_elem_sep Criteria criteria concode_field_sep DetachedCriteria add concode_elem_sep Criteria getExecutableCriteria concode_elem_sep DetachedCriteria setFetchMode concode_elem_sep DetachedCriteria setProjection ...
DetachedCriteria function ( String arg0 , String arg1 ) { return new DetachedCriteria ( arg0 , arg1 ) ; }
4,896
`` interface abc : operation myopp2 myparamopp param1 : integer , param2 : boolean : string in event event2 var myint : integer in event myintevent : integer concode_field_sep ILinker linker concode_elem_sep StextResourceFactory factory concode_elem_sep IParser parser concode_field_sep StextResource getResource concode...
Scope function ( ) { return createInterfaceScope ( "srini_string" ) ; }
4,897
handles the ? remove uri concode_field_sep String _xml concode_field_sep void handleRoster concode_elem_sep void handleUnsubscribe concode_elem_sep void handleSubscribe concode_elem_sep String retrieveJID concode_elem_sep void handleMessage concode_elem_sep String getXML concode_elem_sep void handleConference
void function ( URI arg0 ) { String loc0 = retrieveJID ( arg0 ) ; Roster loc1 = Roster . getInstanceFor ( SparkManager . getConnection ( ) ) ; RosterEntry loc2 = loc1 . getEntry ( loc0 ) ; loc1 . removeEntry ( loc2 ) ; }
4,898
define valor do atributo idperfilacesso . concode_field_sep String aprovaBaseConhecimento concode_elem_sep String permiteLeituraGravacao concode_elem_sep Integer idPerfilAcesso concode_elem_sep Date dataFim concode_elem_sep String nomePasta concode_elem_sep String permiteLeitura concode_elem_sep long serialVersionUID c...
void function ( Integer arg0 ) { this . idPerfilAcesso = arg0 ; }
4,899
remove a tab from paneltabset . concode_field_sep String msg concode_elem_sep MsgString next concode_elem_sep String newTabContent concode_elem_sep boolean isKey concode_elem_sep int tabIndex concode_elem_sep List tabs concode_elem_sep String newTabLabel concode_elem_sep MsgString label concode_elem_sep MsgString conte...
void function ( ActionEvent arg0 ) { if ( tabs != null && tabs . size ( ) > tabIndex ) { tabs . remove ( tabIndex ) ; if ( tabIndex > 0 ) { tabIndex -- ; } } }