code
stringlengths
20
663
nl
stringlengths
68
7.19k
void function ( ColumnHeader arg0 ) { arg0 . coverLeft ( ) ; Node loc0 = arg0 . down ; while ( loc0 != arg0 ) { Node loc1 = loc0 . right ; while ( loc1 != loc0 ) { loc1 . coverUp ( ) ; loc1 . head . size -- ; loc1 = loc1 . right ; } loc0 = loc0 . down ; } }
hides a column from the table . concode_field_sep ColumnHeader head concode_elem_sep List<ColumnHeader> columns concode_elem_sep SudokuBoard board concode_field_sep ColumnHeader findBestColumn concode_elem_sep List<Constraint> getRowName concode_elem_sep void addColumn concode_elem_sep boolean isSolved concode_elem_sep...
CountMinSketch function ( int arg0 , int arg1 , int arg2 ) { return new CountMinSketchImpl ( arg0 , arg1 , arg2 ) ; }
creates a countminsketch with given depth , width , and random seed . concode_field_sep int versionNumber concode_field_sep void add concode_elem_sep void add concode_elem_sep long estimateCount concode_elem_sep int getVersionNumber concode_elem_sep CountMinSketch readFrom concode_elem_sep double confidence concode_ele...
boolean function ( ) { return initialized ; }
checks the state of the rule engine . it is recommended to check state of the this component prior to access any methods of this concode_field_sep Log log concode_elem_sep ArrayList<String> protectedTokens concode_elem_sep boolean initialized concode_elem_sep SecretLoadingModule secretLoadingModule concode_elem_sep Str...
ActionConfig function ( ) { return this . config ; }
gets the actionconfig that contains the pattern . concode_field_sep WildcardHelper wildcard concode_elem_sep int[] pattern concode_elem_sep Log log concode_elem_sep ActionConfig config concode_elem_sep List compiledPaths concode_field_sep ActionConfig convertActionConfig concode_elem_sep String convertParam concode_ele...
void function ( String arg0 ) { this . pad = arg0 ; }
sets the value of the pad property . concode_field_sep String pad concode_elem_sep String route concode_elem_sep String pin concode_elem_sep String gate concode_field_sep void setPin concode_elem_sep void setRoute concode_elem_sep String getPad concode_elem_sep void setGate concode_elem_sep String getPin concode_elem_s...
int function ( ) { return 0 ; }
implement the parcelable interface concode_field_sep int mLatitude concode_elem_sep int mSystemId concode_elem_sep String LOG_TAG concode_elem_sep int mLongitude concode_elem_sep int mNetworkId concode_elem_sep boolean DBG concode_elem_sep Creator<CellIdentityCdma> CREATOR concode_elem_sep int mBasestationId concode_fi...
ReplicationTaskStats function ( Integer arg0 ) { setTablesLoaded ( arg0 ) ; return this ; }
the number of tables loaded for this task . concode_field_sep Integer tablesLoading concode_elem_sep Integer fullLoadProgressPercent concode_elem_sep Integer tablesQueued concode_elem_sep Integer tablesLoaded concode_elem_sep Integer tablesErrored concode_elem_sep Long elapsedTimeMillis concode_field_sep void setTables...
java . lang . String function ( ) { return id ; }
gets the value of the id property . concode_field_sep RoleNameType roleName concode_elem_sep List<DescriptionType> description concode_elem_sep java.lang.String id concode_field_sep RoleNameType getRoleName concode_elem_sep void setRoleName concode_elem_sep void setId concode_elem_sep List<DescriptionType> getDescripti...
org . talend . mdm . webservice . WSTransformerProcessStep [ ] function ( ) { return processSteps ; }
gets the processsteps value for this wstransformerv2 . concode_field_sep java.lang.Object __equalsCalc concode_elem_sep java.lang.String name concode_elem_sep java.lang.String description concode_elem_sep boolean __hashCodeCalc concode_elem_sep org.apache.axis.description.TypeDesc typeDesc concode_elem_sep org.talend.m...
void function ( ) { if ( isSingleton ( ) ) { this . initialized = true ; this . singletonInstance = createInstance ( ) ; this . earlySingletonInstance = null ; } }
eagerly create the singleton instance , if necessary . concode_field_sep BeanFactory beanFactory concode_elem_sep Log logger concode_elem_sep T singletonInstance concode_elem_sep boolean singleton concode_elem_sep ClassLoader beanClassLoader concode_elem_sep T earlySingletonInstance concode_elem_sep boolean initialized...
void function ( String arg0 ) { this . id = arg0 ; }
sets the value of the id property . concode_field_sep List<ABCOrder.OrderItems.Item> item concode_elem_sep short quantity concode_elem_sep float price concode_elem_sep String customerNum concode_elem_sep ABCOrder.Header header concode_elem_sep String orderNum concode_elem_sep String id concode_elem_sep ABCOrder.OrderIt...
void function ( WebServiceMessageSender arg0 ) { this . messageSender = arg0 ; }
option to provide a custom webservicemessagesender . for example to perform authentication or use alternative transports concode_field_sep WebServiceMessageFactory messageFactory concode_elem_sep URI outputAction concode_elem_sep String expression concode_elem_sep WebServiceMessageSender messageSender concode_elem_sep ...
EnterpriseArchive function ( ) { return SSOTestBase . createSsoEar ( ) ; }
one time setup for all singlesignonunittestcase unit tests concode_field_sep Logger log concode_field_sep void testNoAuthSingleSignOn concode_elem_sep void testFormAuthSingleSignOn concode_elem_sep void setup concode_elem_sep void tearDown
void function ( float arg0 , float arg1 ) { float loc0 = this . offsetLeft ( ) ; float loc1 = this . offsetTop ( ) ; float loc2 = this . offsetRight ( ) ; float loc3 = this . offsetBottom ( ) ; mChartHeight = arg1 ; mChartWidth = arg0 ; restrainViewPort ( loc0 , loc1 , loc2 , loc3 ) ; }
sets the width and height of the chart . concode_field_sep RectF mContentRect concode_elem_sep float mChartWidth concode_elem_sep float mTransOffsetX concode_elem_sep float mTransOffsetY concode_elem_sep float mMinScaleY concode_elem_sep float mMinScaleX concode_elem_sep Matrix mMatrixTouch concode_elem_sep float mChar...
int function ( int arg0 ) { if ( isfVl ( arg0 ) ) return 3 * ( arg0 / 6 ) + arg0 % 3 ; else return 3 * ( arg0 / 6 ) + 2 - arg0 % 3 ; }
corner - > wedge concode_field_sep pt[] G concode_elem_sep int[] H concode_elem_sep int[] L concode_field_sep int vw concode_elem_sep int tw concode_elem_sep pt G concode_elem_sep int pw concode_elem_sep Iterable<Integer> incidentCorner concode_elem_sep int nw concode_elem_sep int storageCost concode_elem_sep int neigh...
Iterator function ( ) { return new HashedListIterator ( first ) ; }
return an iterator over the entire list . the iterator may be used to delete entries as well as to retrieve existing entries . a knowledgeable user can cast this to a hashedlistiterator and use it to add as well as delete entries . concode_field_sep Object reference concode_elem_sep HashedListElement next concode_elem_...
void function ( Thread arg0 ) { boolean loc0 = false ; try { while ( true ) { try { arg0 . join ( ) ; return ; } catch ( InterruptedException loc1 ) { loc0 = true ; } } } finally { if ( loc0 ) { Thread . currentThread ( ) . interrupt ( ) ; } } }
invokes tojoin . thread #join join uninterruptibly . concode_field_sep PlaceHolder placeHolder concode_field_sep boolean tryAcquireUninterruptibly concode_elem_sep boolean tryAcquireUninterruptibly concode_elem_sep V getUninterruptibly concode_elem_sep V getUninterruptibly concode_elem_sep void awaitUninterruptibly con...
void function ( String arg0 ) { second . set ( arg0 . getBytes ( ) ) ; }
set the second text concode_field_sep Text first concode_elem_sep Text second concode_field_sep void readFields concode_elem_sep void setFirstText concode_elem_sep Text getFirst concode_elem_sep int hashCode concode_elem_sep boolean equals concode_elem_sep Text getSecond concode_elem_sep int compareTo concode_elem_sep ...
String function ( ) { StringBuilder loc0 = new StringBuilder ( ) ; loc0 . append ( "srini_string" ) ; if ( getKeyRotationEnabled ( ) != null ) loc0 . append ( "srini_string" + getKeyRotationEnabled ( ) ) ; loc0 . append ( "srini_string" ) ; return loc0 . toString ( ) ; }
returns a string representation of this object ; useful for testing and debugging . concode_field_sep Boolean keyRotationEnabled concode_field_sep GetKeyRotationStatusResult withKeyRotationEnabled concode_elem_sep int hashCode concode_elem_sep boolean equals concode_elem_sep void setKeyRotationEnabled concode_elem_sep ...
String function ( ) { return comment ; }
returns the main comment concode_field_sep Map<String,String> parameterComments concode_elem_sep Logger logger concode_elem_sep Map<Integer,String> errorComments concode_elem_sep Pattern PARAM_BLOCK concode_elem_sep Pattern COMMENT_BLOCK concode_elem_sep Pattern RETURN_BLOCK concode_elem_sep String comment concode_elem...
Iterable < ProviderMetadata > function ( ProviderMetadata arg0 ) { return filter ( all ( ) , ProviderPredicates . intersectingIso3166Code ( arg0 ) ) ; }
returns the providers that have at least one common iso 3166 code in common regardless of viewableas . concode_field_sep PlaceHolder placeHolder concode_field_sep Iterable<ProviderMetadata> all concode_elem_sep Iterable<ProviderMetadata> fromServiceLoader concode_elem_sep Iterable<ProviderMetadata> viewableAs concode_e...
boolean function ( ) { return _vdocField . getStatusField ( ) ; }
returns the status field of this vdoc field . concode_field_sep vdocField _vdocField concode_field_sep void setExpandoBridgeAttributes concode_elem_sep vdocField getWrappedvdocField concode_elem_sep void setGroupId concode_elem_sep java.lang.String getName concode_elem_sep boolean isEscapedModel concode_elem_sep java.l...
void function ( GridSampler arg0 ) { gridSampler = arg0 ; }
sets the implementation of gridsampler used by the library . one global instance is stored , which may sound problematic . but , the implementation provided ought to be appropriate for the entire platform , and all uses of this library in the whole lifetime of the jvm . for instance , an android activity can swap in an...
User function ( String arg0 , String arg1 , boolean arg2 ) { for ( int loc0 = 0 , loc1 = uUser . size ( ) ; loc0 < loc1 ; loc0 ++ ) { User loc2 = ( User ) uUser . get ( loc0 ) ; if ( ( loc2 != null ) && loc2 . getName ( ) . equals ( arg0 ) ) { throw Trace . error ( Trace . USER_ALREADY_EXISTS , arg0 ) ; } } User loc3 =...
this method is used to create a new user . the collection of users is first checked for a duplicate name , and an exception will be thrown if a user of the same name already exists . concode_field_sep int INSERT concode_elem_sep int DELETE concode_elem_sep User uPublic concode_elem_sep HsqlArrayList uUser concode_elem_...
IROI function ( ) { return roiViewer . getROI ( ) ; }
method that returns the current roi concode_field_sep Composite parent concode_elem_sep Logger logger concode_elem_sep boolean isProfile concode_elem_sep String regionName concode_elem_sep Text nameText concode_elem_sep IPlottingSystem<?> plottingSystem concode_elem_sep String viewName concode_elem_sep Composite region...
String function ( ) { return ( this . type ) ; }
the fully qualified java class name of this element . concode_field_sep String description concode_elem_sep String name concode_elem_sep MBeanFeatureInfo info concode_elem_sep String type concode_elem_sep long serialVersionUID concode_field_sep void setName concode_elem_sep String getName concode_elem_sep void setDescr...
void function ( ) { while ( ! sessions . isEmpty ( ) ) sessions . get ( 0 ) . quit ( ) ; datas . close ( ) ; log . close ( ) ; }
closes the database context . must only be called on the global database context , and not on client instances . concode_field_sep DBNodes marked concode_elem_sep Databases databases concode_elem_sep ClientBlocker blocker concode_elem_sep Sessions sessions concode_elem_sep MainOptions options concode_elem_sep Data data...
int [ ] function ( ) { return _value ; }
returns the byte array value for this signature . if this signature was constructed from a string , it returns the characters of the string as the bytes of the array . concode_field_sep SignatureUseType _use concode_elem_sep SignatureType _type concode_elem_sep int[] _value concode_elem_sep String _stringValue concode_...
boolean function ( String arg0 ) { if ( arg0 . equals ( "srini_string" ) ) return ( true ) ; else if ( arg0 . equals ( "srini_string" ) ) return ( false ) ; else throw new ConversionException ( "srini_string" + arg0 + "srini_string" ) ; }
converts `` yes '' or `` no '' into a boolean value . concode_field_sep DateFormat DURATION_FORMATTER concode_elem_sep NumberFormat NUMBER_FORMATTER concode_elem_sep DateFormat DATE_FORMATTER concode_field_sep String getBooleanForUI
ByteArrayWrapper function ( byte [ ] arg0 , int arg1 , int arg2 ) { int loc0 = arg2 - arg1 ; ensureCapacity ( size + loc0 ) ; copyBytes ( arg0 , arg1 , bytes , size , loc0 ) ; size += loc0 ; return this ; }
appends the internal byte array from offset size with the contents of src from offset start to limit . this increases the size of the internal byte array to size + limit - start . concode_field_sep int size concode_elem_sep byte[] bytes concode_field_sep byte[] releaseBytes concode_elem_sep ByteArrayWrapper set concode...
void function ( final HttpClient arg0 ) { if ( arg0 != null ) { arg0 . getConnectionManager ( ) . shutdown ( ) ; } }
unconditionally close a httpclient . shuts down the underlying connection manager and releases the resources . example code : httpclient httpclient = null ; try httpclient = new defaulthttpclient ... ; catch exception e / / error handling finally httpclientutils.closequietly httpclient ; concode_field_sep PlaceHolder p...
void function ( PrintWriter arg0 ) { thePrintWriter = arg0 ; }
sets the printwriter that is used by all loaded drivers , and alsothe drivermanager . concode_field_sep PrintStream thePrintStream concode_elem_sep PrintWriter thePrintWriter concode_elem_sep int loginTimeout concode_elem_sep SQLPermission logPermission concode_elem_sep List<Driver> theDrivers concode_field_sep boolean...
void function ( ) { Filter loc0 ; loc0 = CompilerUtil . parseFilter ( language , "srini_string" ) ; Assert . assertTrue ( "srini_string" , loc0 instanceof Overlaps ) ; }
overlaps geooperation operation test concode_field_sep Language language concode_field_sep void testRelatePatten concode_elem_sep void within concode_elem_sep void bbox concode_elem_sep void relatePatterns concode_elem_sep void crosses concode_elem_sep void relateBadLongitudInPattern concode_elem_sep void touches conco...
long function ( ) { next_cs_id ++ ; return next_cs_id ; }
retrieves the next compiled statement identifier in the sequence . concode_field_sep Database database concode_elem_sep IntKeyHashMap schemaMap concode_elem_sep LongKeyHashMap sqlLookup concode_elem_sep LongKeyHashMap csidMap concode_elem_sep long next_cs_id concode_field_sep Statement compile concode_elem_sep void res...
void function ( ) { sendPluginResult ( new PluginResult ( PluginResult . Status . OK ) ) ; }
helper for success callbacks that just returns the status.ok by default concode_field_sep String callbackId concode_elem_sep CordovaWebView webView concode_elem_sep int changingThreads concode_elem_sep String LOG_TAG concode_elem_sep boolean finished concode_field_sep boolean isChangingThreads concode_elem_sep String g...
void function ( ) { if ( currentResultSet != null ) { currentResultSet . close ( ) ; } if ( generatedResultSet != null ) { generatedResultSet . close ( ) ; } generatedResultSet = null ; generatedResult = null ; resultIn = null ; }
see comment for getmoreresults . concode_field_sep boolean isEscapeProcessing concode_elem_sep int queryTimeout concode_elem_sep Result errorResult concode_elem_sep int SUCCESS_NO_INFO concode_elem_sep Result batchResultOut concode_elem_sep int maxRows concode_elem_sep JDBCConnection connection concode_elem_sep int rsH...
void function ( ) { synchronized ( loggingBehaviors ) { loggingBehaviors . clear ( ) ; } }
certain logging behaviors are available for debugging beyond those that should be enabled in production . disables all extended logging behaviors . concode_field_sep HashSet<LoggingBehavior> loggingBehaviors concode_elem_sep int DEFAULT_KEEP_ALIVE concode_elem_sep Object LOCK concode_elem_sep String APPLICATION_FIELDS ...
int function ( byte [ ] arg0 , int arg1 , int arg2 ) { if ( peekBufferLength == 0 ) { return 0 ; } int loc0 = Math . min ( peekBufferLength , arg2 ) ; System . arraycopy ( peekBuffer , 0 , arg0 , arg1 , loc0 ) ; updatePeekBuffer ( loc0 ) ; return loc0 ; }
reads from the peek buffer concode_field_sep int peekBufferLength concode_elem_sep int peekBufferPosition concode_elem_sep long streamLength concode_elem_sep byte[] peekBuffer concode_elem_sep long position concode_elem_sep DataSource dataSource concode_elem_sep byte[] SCRATCH_SPACE concode_field_sep int skipFromPeekBu...
Map < String , String > function ( ) { return serverParams ; }
return the parsed server params . concode_field_sep Map<String,String> serverParams concode_field_sep Argument getArgumentList
ContactInformation function ( ) { return contactInformation ; }
returns the contact information concode_field_sep String fees concode_elem_sep String serviceAbstract concode_elem_sep ContactInformation contactInformation concode_elem_sep ForeignCollection<ServiceKeyword> keywords concode_elem_sep String name concode_elem_sep int id concode_elem_sep String onlineResource concode_ele...
void function ( ) { sCInterface . clearEvents ( ) ; }
this method resets the incoming events time events included . concode_field_sep long number concode_elem_sep SCInterfaceImpl sCInterface concode_elem_sep boolean reset concode_elem_sep int nextStateIndex concode_elem_sep State[] stateVector concode_field_sep void init concode_elem_sep SCInterface getSCInterface concode...
void function ( int arg0 ) { _frameTop = _links [ -- _linksTop ] ; _currentFrameBottom = arg0 ; }
free up the stack frame that was last allocated with #link int size . concode_field_sep XObject[] _stackFrames concode_elem_sep int CLEARLIMITATION concode_elem_sep XObject[] m_nulls concode_elem_sep int _linksTop concode_elem_sep int[] _links concode_elem_sep int _currentFrameBottom concode_elem_sep int _frameTop conc...
void function ( boolean arg0 ) { cancelOp = arg0 ; }
used to communicate a cancel operation from the whitebox gui . concode_field_sep String[] args concode_elem_sep boolean cancelOp concode_elem_sep WhiteboxPluginHost myHost concode_elem_sep boolean amIActive concode_field_sep String getName concode_elem_sep void setPluginHost concode_elem_sep void updateProgress concode...
boolean function ( String arg0 , Context arg1 , LoaderCallbackInterface arg2 ) { return AsyncServiceHelper . initOpenCV ( arg0 , arg1 , arg2 ) ; }
loads and initializes opencv library using opencv engine service . concode_field_sep String OPENCV_VERSION_2_4_4 concode_elem_sep String OPENCV_VERSION_2_4_8 concode_elem_sep String OPENCV_VERSION_3_0_0 concode_elem_sep String OPENCV_VERSION_2_4_3 concode_elem_sep String OPENCV_VERSION_2_4_7 concode_elem_sep String OPE...
String function ( ) { return resourceDescription ; }
the description of the resource . concode_field_sep boolean requiredToObtainAuthenticatedToken concode_elem_sep String resourceDescription concode_elem_sep String resourceName concode_elem_sep String consumerKey concode_elem_sep SignatureSecret signatureSecret concode_elem_sep String consumerName concode_elem_sep List<...
float [ ] function ( int [ ] arg0 ) { float [ ] loc0 = new float [ arg0 . length ] ; toFloat ( arg0 , loc0 ) ; return loc0 ; }
convert an array of 16.16 fixed-point values to floating point concode_field_sep int ONE concode_field_sep int toFixed concode_elem_sep int[] toFixed concode_elem_sep void toFixed concode_elem_sep int sqrt concode_elem_sep int divide concode_elem_sep int multiply
double function ( final int arg0 , final int arg1 ) { return cjsjKH . getDcjDk ( arg0 ) * cjsjAB . getSj ( arg1 ) - cjsjKH . getDsjDk ( arg0 ) * cjsjAB . getCj ( arg1 ) ; }
get the dhjs / dk coefficient . concode_field_sep CjSjCoefficient cjsjKH concode_elem_sep CjSjCoefficient cjsjAB concode_field_sep double getdJjsdAlpha concode_elem_sep double getdIjsdh concode_elem_sep double getdIjsdk concode_elem_sep double getdIjsdAlpha concode_elem_sep double getdHjsdBeta concode_elem_sep double g...
void function ( long arg0 ) { _blogsStatsUser . setCompanyId ( arg0 ) ; }
sets the company id of this blogs stats user . concode_field_sep BlogsStatsUser _blogsStatsUser concode_field_sep void setExpandoBridgeAttributes concode_elem_sep void setExpandoBridgeAttributes concode_elem_sep void setExpandoBridgeAttributes concode_elem_sep void setGroupId concode_elem_sep boolean isEscapedModel con...
void function ( int arg0 ) { m_propertyMappingType = arg0 ; }
sets the propertymappingtype . concode_field_sep String m_structureId concode_elem_sep String m_str concode_elem_sep int m_last concode_elem_sep long serialVersionUID concode_elem_sep String m_propertyValue concode_elem_sep String m_propertyDefId concode_elem_sep int m_propertyMappingType concode_elem_sep int m_publish...
long function ( com . liferay . portal . kernel . dao . orm . DynamicQuery arg0 ) { return _assetLocalService . dynamicQueryCount ( arg0 ) ; }
returns the number of rows matching the dynamic query . concode_field_sep AssetLocalService _assetLocalService concode_field_sep com.liferay.ams.model.Asset addAsset concode_elem_sep com.liferay.ams.model.Asset fetchAsset concode_elem_sep java.lang.String getOSGiServiceIdentifier concode_elem_sep void setWrappedService...
Map < String , Model > function ( ) { return this . models ; }
this gets the models concode_field_sep Map<String,Model> models concode_elem_sep String apiVersion concode_elem_sep String swaggerVersion concode_elem_sep String basePath concode_elem_sep List<Api> apis concode_elem_sep String resourcePath concode_elem_sep int priority concode_elem_sep String description concode_field_...
boolean function ( ) { return _shoppingCart . getInsure ( ) ; }
returns the insure of this shopping cart . concode_field_sep ShoppingCart _shoppingCart concode_field_sep java.lang.String getItemIds concode_elem_sep void setExpandoBridgeAttributes concode_elem_sep void setExpandoBridgeAttributes concode_elem_sep void setExpandoBridgeAttributes concode_elem_sep void setInsure concode...
void function ( ) { createTiedLists ( ) ; }
perform the preprocessing methods concode_field_sep ScheduleInformation scheduleInfo concode_field_sep void createTiedLists concode_elem_sep ScheduleInformation getScheduleInformation
void function ( String arg0 ) { this . error = arg0 ; }
sets a possible error retrieving weather data . concode_field_sep Atmosphere atmosphere concode_elem_sep Temperature temperature concode_elem_sep Precipitation precipitation concode_elem_sep String VIRTUAL_TEMP_MINMAX concode_elem_sep Wind wind concode_elem_sep String[] VIRTUAL_PROPERTIES concode_elem_sep String error ...
Object function ( ) { if ( this . equals ( CategoryLabelWidthType . CATEGORY ) ) { return CategoryLabelWidthType . CATEGORY ; } else if ( this . equals ( CategoryLabelWidthType . RANGE ) ) { return CategoryLabelWidthType . RANGE ; } return null ; }
ensures that serialization returns the unique instances . concode_field_sep CategoryLabelWidthType RANGE concode_elem_sep long serialVersionUID concode_elem_sep CategoryLabelWidthType CATEGORY concode_elem_sep String name concode_field_sep boolean equals concode_elem_sep String toString
java . lang . String function ( ) { return description ; }
gets the description value for this wsdatamodel . concode_field_sep java.lang.Object __equalsCalc concode_elem_sep java.lang.String name concode_elem_sep java.lang.String description concode_elem_sep boolean __hashCodeCalc concode_elem_sep java.lang.String xsdSchema concode_elem_sep org.apache.axis.description.TypeDesc...
void function ( ContextualSearchHeuristic arg0 ) { mHeuristics . add ( arg0 ) ; }
adds the given heuristic to the current set being managed . concode_field_sep Set<ContextualSearchHeuristic> mHeuristics concode_field_sep void logContitionState concode_elem_sep void logResultsSeen concode_elem_sep boolean isAnyConditionSatisfiedForAggregrateLogging
void function ( byte [ ] arg0 , int arg1 ) { rawBytes_ = arg0 ; offset_ = arg1 ; if ( numberOfFields_ == - 1 ) { numberOfFields_ = BinaryConverter . byteArrayToInt ( rawBytes_ , arg1 + 4 ) ; length_ = FIXED_LENGTH_ + numberOfFields_ * REPEATED_LENGTH_ ; } else { setNumberOfFields ( numberOfFields_ ) ; } }
positions the overlay structure . this reads the cached data only when it was not previously set by the constructor . concode_field_sep boolean csRsData_ concode_elem_sep int REPEATED_LENGTH_ concode_elem_sep int numberOfFields_ concode_elem_sep byte[] rawBytes_ concode_elem_sep int FIXED_LENGTH_ concode_elem_sep Strin...
void function ( String arg0 ) { File loc0 = new File ( arg0 ) ; boolean loc1 = loc0 . mkdirs ( ) ; if ( ! loc1 ) { LOGGER . log ( Level . FINE , "srini_string" + arg0 ) ; } else { LOGGER . log ( Level . FINEST , "srini_string" + arg0 ) ; } }
ensures that the give folder exists by creating it if needed concode_field_sep String GML_FILE_REGEX concode_elem_sep String XML_FILE_REGEX concode_elem_sep Logger LOGGER concode_elem_sep String GML_XML_FILE_REGEX concode_field_sep String getFolder concode_elem_sep String generateRandomName concode_elem_sep List<String...
Map < String , Object > function ( ) { return ( Map < String , Object > ) get ( PARAMETERS ) ; }
returns a map of the httpservletrequest parameters when in a servlet environment or a generic map of parameters otherwise . concode_field_sep String LOCALE concode_elem_sep String PARAMETERS concode_elem_sep String SESSION concode_elem_sep String ACTION_INVOCATION concode_elem_sep String VALUE_STACK concode_elem_sep Th...
void function ( double [ ] [ ] arg0 ) { if ( arg0 . length == 0 ) { return ; } dimensionCount = arg0 [ 0 ] . length ; root = generateNode ( 0 , arg0 , 0 , arg0 . length - 1 ) ; }
this method build the kdtree from a set of points . this method should be called only once . concode_field_sep KDNode root concode_elem_sep double[] nearestNeighboor concode_elem_sep Random random concode_elem_sep double minDist concode_elem_sep int dimensionCount concode_elem_sep RedBlackTree<KNNPoint> resultKNN conco...
void function ( ) { if ( saveTask != null ) saveTask . shutdown ( ) ; if ( paymentThread != null ) paymentThread . shutdown ( ) ; pManager . saveAll ( ) ; if ( dao != null ) { dao . closeConnections ( ) ; } }
executes clean shutdown concode_field_sep JobsClassLoader classLoader concode_elem_sep PermissionHandler permissionHandler concode_elem_sep Jobs instance concode_elem_sep PlayerManager pManager concode_elem_sep List<Job> jobs concode_elem_sep WeakHashMap<Job,Integer> usedSlots concode_elem_sep DatabaseSaveThread saveTa...
CustomFieldOption function ( ) { return rval ; }
gets the value of the rval property . concode_field_sep CustomFieldOption rval concode_field_sep void setRval
boolean function ( ) { return true ; }
indicates whether resource access is allowed or not . concode_field_sep Logger _logger concode_field_sep ResourceGateway initializeCustomResourceGateway concode_elem_sep void debug concode_elem_sep void acquiredResource concode_elem_sep ResourceGateway getInstance concode_elem_sep ResourceGateway initializeCustomResour...
String function ( ) { return value ; }
gets the value of the value property . concode_field_sep au.org.ecoinformatics.eml.jaxb.eml.ViewType.References references concode_elem_sep List<DateTimeDomainType.Bounds> bounds concode_elem_sep DateTimeDomainType.Bounds.Maximum maximum concode_elem_sep boolean exclusive concode_elem_sep List<String> id concode_elem_s...
void function ( int arg0 ) { if ( arg0 > 0 ) { pixelsPerInch = arg0 ; initializeHash ( ) ; } }
set the pixels-per-inch value . only positive values are legal . concode_field_sep Hashtable unitHash concode_elem_sep String tableWidth concode_elem_sep boolean foStylesheet concode_elem_sep int nominalWidth concode_elem_sep int pixelsPerInch concode_field_sep NodeSetValue adjustColumnWidths concode_elem_sep void init...
org . apache . axis . encoding . Serializer function ( java . lang . String arg0 , java . lang . Class arg1 , javax . xml . namespace . QName arg2 ) { return new org . apache . axis . encoding . ser . BeanSerializer ( arg1 , arg2 , typeDesc ) ; }
get custom serializer concode_field_sep org.apache.axis.description.TypeDesc typeDesc concode_elem_sep java.lang.Object __equalsCalc concode_elem_sep com.netsuite.webservices.platform.messages_2014_2.WriteResponse[] writeResponse concode_elem_sep boolean __hashCodeCalc concode_elem_sep com.netsuite.webservices.platform...
Connector function ( ) { if ( conn == null ) { if ( getInstance ( ) instanceof ZooKeeperInstance ) { conn = new ConnectorImpl ( this ) ; } else { Credentials loc0 = getCredentials ( ) ; conn = getInstance ( ) . getConnector ( loc0 . getPrincipal ( ) , loc0 . getToken ( ) ) ; } } return conn ; }
retrieve a connector concode_field_sep ClientConfiguration clientConf concode_elem_sep AccumuloConfiguration rpcConf concode_elem_sep Connector conn concode_elem_sep Logger log concode_elem_sep Instance inst concode_elem_sep Credentials creds concode_field_sep AccumuloConfiguration getConfiguration concode_elem_sep Acc...
java . lang . String function ( ) { return _team . getUuid ( ) ; }
returns the uuid of this team . concode_field_sep Team _team concode_field_sep void setExpandoBridgeAttributes concode_elem_sep void setExpandoBridgeAttributes concode_elem_sep void setExpandoBridgeAttributes concode_elem_sep java.lang.String getName concode_elem_sep void setGroupId concode_elem_sep boolean isEscapedMo...
void function ( ) { String [ ] loc0 = StringUtils . split ( geolocation , "srini_string" ) ; if ( loc0 . length == 2 ) { latitude = toDouble ( loc0 [ 0 ] ) ; longitude = toDouble ( loc0 [ 1 ] ) ; } }
splits the geolocation into latitude and longitude . concode_field_sep Double latitude concode_elem_sep String thingUid concode_elem_sep Integer interval concode_elem_sep String geolocation concode_elem_sep Double longitude concode_field_sep Integer getInterval concode_elem_sep Double toDouble concode_elem_sep Double g...
WorkflowExecutionOpenCounts function ( Integer arg0 ) { this . openTimers = arg0 ; return this ; }
the count of timers started by this workflow execution that have not fired yet . returns a reference to this object so that method calls can be chained together . constraints : range : 0 - concode_field_sep Integer openDecisionTasks concode_elem_sep Integer openLambdaFunctions concode_elem_sep Integer openChildWorkflow...
String function ( ) { return code ; }
gets the value of the code property . concode_field_sep String image concode_elem_sep String code concode_elem_sep Boolean visible concode_elem_sep Langs langs concode_elem_sep List<Tracked> tracked concode_elem_sep String style concode_elem_sep long serialVersionUID concode_elem_sep Long id concode_elem_sep String lab...
Location function ( ) { return location ; }
returns the location of this event , if any . returns null iff the event was n't associated with any particular location , for example , a progress message . concode_field_sep byte[] messageBytes concode_elem_sep EventKind kind concode_elem_sep Location location concode_elem_sep String tag concode_elem_sep String messa...
List < ? > function ( Value arg0 , String arg1 , String arg2 , Value ... arg3 ) { return ( List < ? > ) client . execute ( policy , key , PackageName , "srini_string" , binName , arg0 , Value . get ( arg1 ) , Value . get ( arg2 ) , Value . get ( arg3 ) ) ; }
select values from list and apply specified lua filter . concode_field_sep Value binName concode_elem_sep String PackageName concode_elem_sep AerospikeClient client concode_elem_sep Key key concode_elem_sep WritePolicy policy concode_field_sep void add concode_elem_sep void add concode_elem_sep void add concode_elem_se...
int function ( int arg0 ) { Calendar loc0 = Calendar . getInstance ( ) ; loc0 . setTimeInMillis ( clarionDateToEpoch ( arg0 ) ) ; return loc0 . get ( Calendar . DAY_OF_MONTH ) ; }
get day 1-31 based on provided date concode_field_sep Long localizedEpoch concode_field_sep int epochToClarionDate concode_elem_sep int date concode_elem_sep int month concode_elem_sep int year concode_elem_sep int today concode_elem_sep int clock concode_elem_sep String age concode_elem_sep long clarionDateToEpoch con...
String function ( ) { return idNumber ; }
gets the value of the idnumber property . concode_field_sep String lastName concode_elem_sep String creditClass concode_elem_sep String idType concode_elem_sep JAXBElement<String> nameTitle concode_elem_sep String homePhone concode_elem_sep JAXBElement<String> employerName concode_elem_sep XMLGregorianCalendar dateOfBi...
Optional < PageRef > function ( ) { if ( ! hasPreviousPage ( ) ) { return Optional . empty ( ) ; } final long loc0 = itemsBefore <= pageSize ? 0 : itemsBefore - pageSize ; return Optional . of ( new PageRef ( loc0 , pageSize ) ) ; }
returns an optional describing reference to the previous page , or the empty optional when this page is the last one . concode_field_sep long skipItems concode_elem_sep int pageSize concode_elem_sep long totalCount concode_elem_sep List<ITEM_T> items concode_elem_sep long itemsBefore concode_field_sep boolean hasNextPa...
XMLIdRefType function ( ) { return new XMLIdRefType ( ) ; }
create an instance of xmlidreftype concode_field_sep QName _Coordinate_QNAME concode_field_sep XMLLaneDefinitions createXMLLaneDefinitions concode_elem_sep XMLMatsimObjectType createXMLMatsimObjectType concode_elem_sep XMLMatsimTimeAttributeType createXMLMatsimTimeAttributeType concode_elem_sep XMLFacilityId createXMLF...
void function ( int arg0 ) { Assertions . checkArgument ( arg0 < limit && arg0 >= 0 ) ; byteOffset = arg0 / 8 ; bitOffset = arg0 - ( byteOffset * 8 ) ; }
sets the index of the current reading position in bits . concode_field_sep byte[] data concode_elem_sep int byteOffset concode_elem_sep int limit concode_elem_sep int bitOffset concode_field_sep int bitsLeft concode_elem_sep boolean readBit concode_elem_sep int getPosition concode_elem_sep int limit concode_elem_sep vo...
URI function ( ) { return to ; }
returns the value of the destination property . concode_field_sep List<Node> referenceProperties concode_elem_sep List<Node> referenceParameters concode_elem_sep EndpointReference replyTo concode_elem_sep EndpointReference faultTo concode_elem_sep URI action concode_elem_sep URI messageId concode_elem_sep EndpointRefer...
void function ( Graphics arg0 , Color arg1 ) { assert ( composedTextLayout != null ) ; Point loc0 = getCaretLocation ( ) ; refillComposedArea ( arg1 , loc0 . x , loc0 . y ) ; composedTextLayout . draw ( ( Graphics2D ) arg0 , loc0 . x , loc0 . y ) ; }
draw text via input method with composed text information . this method can draw texts with some underlines to illustrate converting characters . this method is workaround for textareapainter . because , textareapainter ca n't treat attributedcharacteriterator directly . attributedcharacteriterator has very important i...
PDThread function ( ) { PDThread loc0 = null ; COSDictionary loc1 = ( COSDictionary ) bead . getDictionaryObject ( "srini_string" ) ; if ( loc1 != null ) { loc0 = new PDThread ( loc1 ) ; } return loc0 ; }
this will get the thread that this bead is part of . this is only required for the first bead in a thread , so other beads ` may ' return null . concode_field_sep COSDictionary bead concode_field_sep void setThread concode_elem_sep PDThreadBead getPreviousBead concode_elem_sep void appendBead concode_elem_sep void setP...
BigdataGraph function ( ) { return create ( BigdataRDFFactory . INSTANCE ) ; }
create a new local in-memory bigdata instance . concode_field_sep PlaceHolder placeHolder concode_field_sep BigdataGraph connect concode_elem_sep BigdataGraph connect concode_elem_sep BigdataGraph open
Bitmap function ( ) { return this . thumb ; }
get thumb image concode_field_sep Bitmap thumb concode_elem_sep Drawable icon concode_elem_sep int actionId concode_elem_sep boolean sticky concode_elem_sep String title concode_elem_sep boolean selected concode_field_sep void setIcon concode_elem_sep String getTitle concode_elem_sep int getActionId concode_elem_sep vo...
CmsUUID function ( ServletRequest arg0 ) { CmsResource loc0 = getDetailResource ( arg0 ) ; return loc0 == null ? null : loc0 . getStructureId ( ) ; }
returns the current detail content uid , or null if this is not a request to a content detail page . concode_field_sep String ATTR_DETAIL_CONTENT_RESOURCE concode_elem_sep Log LOG concode_field_sep CmsResource getDetailResource concode_elem_sep boolean isValidDetailPage concode_elem_sep CmsResource initResource
void function ( final Dispatch < ? super T > arg0 ) { onDispatchThreadStart ( ) ; executor . execute ( new Runnable ( ) { public void run ( ) { try { dispatchMessages ( arg0 ) ; } finally { onDispatchThreadExit ( ) ; } } } ) ; }
starts dispatching messages to the given handler . the handler does not need to be thread-safe . concode_field_sep Lock lock concode_elem_sep Condition condition concode_elem_sep int maxQueueSize concode_elem_sep int dispatchers concode_elem_sep Executor executor concode_elem_sep int MAX_QUEUE_SIZE concode_elem_sep Sta...
void function ( Integer arg0 ) { this . trackLeft = arg0 ; }
sets the value of the trackleft property . concode_field_sep Integer dollyForward concode_elem_sep Integer rollAnticlockwise concode_elem_sep Integer zoomIn concode_elem_sep Integer rollClockwise concode_elem_sep Integer zoomOut concode_elem_sep long serialVersionUID concode_elem_sep Integer dollyBackward concode_elem_...
boolean function ( ) { return ! this . started ; }
indicates if the service is stopped . concode_field_sep Context context concode_elem_sep boolean started concode_elem_sep boolean enabled concode_field_sep org.restlet.routing.Filter createOutboundFilter concode_elem_sep void setEnabled concode_elem_sep void stop concode_elem_sep boolean isEnabled concode_elem_sep void...
void function ( boolean arg0 ) { this . stringToBytes = arg0 ; }
sets whether outbound string payloads are to be converted to byte . default is true . concode_field_sep MessageBuilderFactory messageBuilderFactory concode_elem_sep Log logger concode_elem_sep BeanFactory beanFactory concode_elem_sep String charset concode_elem_sep boolean messageBuilderFactorySet concode_elem_sep bool...
boolean function ( State arg0 ) { switch ( arg0 ) { case r1_A : return stateVector [ 0 ] == State . r1_A ; case r1_B : return stateVector [ 0 ] == State . r1_B ; case r2_B : return stateVector [ 1 ] == State . r2_B ; default : return false ; } }
returns true if the given state is currently active otherwise false . concode_field_sep boolean f_available_in_next_cycle concode_elem_sep boolean f_available_in_cycle concode_elem_sep boolean e concode_elem_sep SCInterfaceImpl sCInterface concode_elem_sep boolean f concode_elem_sep int nextStateIndex concode_elem_sep ...
void function ( ) { if ( inputStream != null ) { try { inputStream . close ( ) ; } catch ( Exception loc0 ) { } inputStream = null ; } }
close the connection , but keep all the string information about the connection . concode_field_sep String urlLocation concode_elem_sep String errorMessage concode_elem_sep InputStream inputStream concode_elem_sep URL url concode_field_sep URLAccess doURLAccess concode_elem_sep void dispose
FaceStatus function ( final int arg0 ) { this . inDatas = arg0 ; return this ; }
set number of received data packets . concode_field_sep int inNacks concode_elem_sep int inBytes concode_elem_sep int outNacks concode_elem_sep int inDatas concode_elem_sep int expirationPeriod concode_elem_sep int inInterests concode_elem_sep int outDatas concode_elem_sep FaceScope faceScope concode_elem_sep FacePersi...
int function ( int arg0 ) { checkRange ( arg0 ) ; return 0 ; }
retrieves the designated parameter 's number of digits to right of the decimal point . concode_field_sep int[] types concode_elem_sep int[] modes concode_elem_sep int parameterCount concode_elem_sep int[] nullability concode_elem_sep Result.ResultMetaData rmd concode_elem_sep boolean[] isIdentity concode_elem_sep Strin...
int function ( ) { return objf * 1000 + genf ; }
creates a unique hash code for this reference object . concode_field_sep int objf concode_elem_sep int genf concode_field_sep int getGenerationNumber concode_elem_sep boolean equals concode_elem_sep String toString concode_elem_sep int getObjectNumber
void function ( int arg0 , int arg1 , Object [ ] arg2 ) { int loc0 = 0 ; columnByteValues [ arg0 ] = new byte [ arg2 . length - ( arg1 + 1 ) ] [ ] ; for ( int loc1 = arg1 + 1 ; loc1 < arg2 . length ; loc1 ++ ) { columnByteValues [ arg0 ] [ loc0 ++ ] = ( byte [ ] ) arg2 [ loc1 ] ; } }
set byte array value by index concode_field_sep double[] doubleValues concode_elem_sep int totalSize concode_elem_sep byte[][] byteValues concode_elem_sep int size concode_elem_sep byte[][][] columnByteValues concode_elem_sep long[] longValues concode_elem_sep byte[][][] byteValuesForNonDictionary concode_field_sep lon...
int function ( ) { int loc0 = 0 ; for ( Iterator < String > loc1 = parameterSignatureIterator ( ) ; loc1 . hasNext ( ) ; ) { loc1 . next ( ) ; ++ loc0 ; } return loc0 ; }
get the number of parameters in the signature . concode_field_sep int index concode_elem_sep String signature concode_field_sep String next concode_elem_sep Iterator<String> parameterSignatureIterator concode_elem_sep String getReturnTypeSignature concode_elem_sep boolean compareSignatures concode_elem_sep boolean hasN...
void function ( ) { totalProcessedFiles . incr ( ) ; processedFiles . incr ( ) ; totalDeletedFiles . incr ( ) ; deletedFiles . incr ( ) ; }
report a delete operation at the current system time concode_field_sep CleanerMetrics INSTANCE concode_elem_sep MetricsSource metricSource concode_elem_sep MutableGaugeLong processedFiles concode_elem_sep MutableGaugeLong fileErrors concode_elem_sep MutableCounterLong totalProcessedFiles concode_elem_sep MutableGaugeLo...
void function ( String arg0 ) { this . operid = arg0 == null ? null : arg0 . trim ( ) ; }
this method was generated by mybatis generator . this method sets the value of the database column haiercard.cdtstslog.operid concode_field_sep String operdeptid concode_elem_sep String pkid concode_elem_sep String cardnewsts concode_elem_sep String deptid concode_elem_sep String cardorigsts concode_elem_sep BigDecimal...
void function ( H arg0 ) { }
after-commit callback for the given resource holder . only called when the resource has n't been released yet #shouldreleasebeforecompletion . concode_field_sep H resourceHolder concode_elem_sep K resourceKey concode_elem_sep boolean holderActive concode_field_sep void suspend concode_elem_sep void resume concode_elem_...
String function ( String arg0 ) { String loc0 = "srini_string" ; int loc1 = arg0 . indexOf ( '.' ) ; if ( loc1 >= 0 ) { loc0 = arg0 . substring ( 0 , loc1 ) ; } return loc0 ; }
retrieves the namespace or scope of this variable . this could be one of : system , user . this method is a generic static version used within #getnamespace . concode_field_sep String PACKETSRECEIVED concode_elem_sep String identifier concode_elem_sep List<IVariableChangeListener> variableChangeListeners concode_elem_s...