code
stringlengths
20
663
nl
stringlengths
68
7.19k
void function ( ActionEvent arg0 ) { setDisplayPhoneNumber ( phoneNumber ) ; }
method to verify the phone number concode_field_sep String phoneNumber concode_elem_sep long age concode_elem_sep String displayName concode_elem_sep String name concode_elem_sep long displayAge concode_elem_sep String displayPhoneNumber concode_elem_sep String email concode_elem_sep String displayEmail concode_field_s...
void function ( TaggedLineString arg0 ) { this . line = arg0 ; linePts = arg0 . getParentCoordinates ( ) ; simplifySection ( 0 , linePts . length - 1 , 0 ) ; }
simplifies the given taggedlinestring using the distance tolerance specified . concode_field_sep Coordinate[] linePts concode_elem_sep double distanceTolerance concode_elem_sep TaggedLineString line concode_elem_sep LineSegmentIndex outputIndex concode_elem_sep LineIntersector li concode_elem_sep LineSegmentIndex input...
void function ( final PullToRefreshBase < ? > arg0 , final int arg1 , final int arg2 , final int arg3 , final int arg4 , final boolean arg5 ) { overScrollBy ( arg0 , arg1 , arg2 , arg3 , arg4 , 0 , arg5 ) ; }
helper method for overscrolling that encapsulates all of the necessary function . this should only be used on adapterview 's such as listview as it just calls through to overscrollby with the scrollrange = 0 . adapterview 's do not have a scroll range i.e. getscrolly does n't work . concode_field_sep String LOG_TAG con...
TransportServer function ( String arg0 , int arg1 , List < TransportServerBootstrap > arg2 ) { return new TransportServer ( this , arg0 , arg1 , rpcHandler , arg2 ) ; }
create a server which will attempt to bind to a specific host and port . concode_field_sep boolean closeIdleConnections concode_elem_sep Logger logger concode_elem_sep RpcHandler rpcHandler concode_elem_sep TransportConf conf concode_elem_sep MessageDecoder decoder concode_elem_sep MessageEncoder encoder concode_field_...
JSONWriter function ( ) { return this . end ( 'k' , '}' ) ; }
end an object . this method most be called to balance calls to object . concode_field_sep char mode concode_elem_sep boolean comma concode_elem_sep int top concode_elem_sep int maxdepth concode_elem_sep Writer writer concode_elem_sep JSONObject stack[] concode_field_sep void pop concode_elem_sep JSONWriter array concod...
void function ( RMIClientSocketFactory arg0 ) { this . clientSocketFactory = arg0 ; }
set a custom rmi client socket factory to use for the rmi registry . if the given object also implements java.rmi.server.rmiserversocketfactory , it will automatically be registered as server socket factory too . concode_field_sep Registry registry concode_elem_sep RMIClientSocketFactory clientSocketFactory concode_ele...
String function ( GroovyObject arg0 , String arg1 ) { return getNoSuffixViewURI ( getLogicalControllerName ( arg0 ) , arg1 ) ; }
obtains a view uri of the given controller and view name without the suffix concode_field_sep String SLASH_STR concode_elem_sep String PATH_TO_VIEWS concode_elem_sep String SLASH_UNDR concode_elem_sep String EXTENSION concode_elem_sep String BLANK concode_elem_sep String UNDERSCORE concode_elem_sep char SLASH concode_e...
int function ( ) { return hitCount ; }
returns the number of times #get returned a value that wasalready present in the cache . concode_field_sep int evictionCount concode_elem_sep int putCount concode_elem_sep int hitCount concode_elem_sep int size concode_elem_sep int createCount concode_elem_sep int maxSize concode_elem_sep LinkedHashMap<K,V> map concode...
void function ( String arg0 ) { sendPluginResult ( new PluginResult ( PluginResult . Status . ERROR , arg0 ) ) ; }
helper for error callbacks that just returns the status.error 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 ...
double function ( ) { double loc0 = 0 ; City loc1 , loc2 ; for ( int loc3 = 1 ; loc3 < _tour . size ( ) ; loc3 ++ ) { loc1 = _tour . get ( loc3 - 1 ) ; loc2 = _tour . get ( loc3 ) ; loc0 += _distanceMatrix [ loc1 . id - 1 ] [ loc2 . id - 1 ] ; } return loc0 ; }
calculates the length of the tour concode_field_sep ArrayList<City> _tour concode_elem_sep double[][] _distanceMatrix concode_elem_sep double _length concode_field_sep void mutate concode_elem_sep double length concode_elem_sep void save concode_elem_sep String toString concode_elem_sep int compareTo
UnreservedBandwidthTlv function ( final int arg0 ) { return new UnreservedBandwidthTlv ( arg0 ) ; }
returns newly created unreservedbandwidthtlv object . concode_field_sep short TYPE concode_elem_sep int rawValue concode_elem_sep Logger log concode_elem_sep short LENGTH concode_field_sep PcepVersion getVersion concode_elem_sep int getInt concode_elem_sep UnreservedBandwidthTlv read concode_elem_sep short getType conc...
void function ( PackageAction arg0 ) { this . packageAction = arg0 ; }
sets the value of the packageaction property . concode_field_sep Statement filterStatement concode_elem_sep PackageAction packageAction concode_field_sep PackageAction getPackageAction concode_elem_sep Statement getFilterStatement concode_elem_sep void setFilterStatement
String function ( ) { String loc0 = "srini_string" ; loc0 += m ; if ( c != null ) loc0 += c ; for ( int loc1 = 0 ; loc1 < av . size ( ) ; loc1 ++ ) loc0 += ( AttributeField ) av . elementAt ( loc1 ) ; return loc0 ; }
gets a string rapresentation of the mediadescriptor . concode_field_sep ConnectionField c concode_elem_sep Vector av concode_elem_sep MediaField m concode_field_sep ConnectionField getConnection concode_elem_sep MediaField getMedia concode_elem_sep Vector getAttributes concode_elem_sep Vector getAttributes concode_elem...
void function ( ) { }
this method resets the outgoing events . concode_field_sep boolean e concode_elem_sep SCInterfaceImpl sCInterface concode_elem_sep boolean f concode_elem_sep int nextStateIndex concode_elem_sep State[] stateVector concode_field_sep void reactSyncFork_main_region__sync0 concode_elem_sep void init concode_elem_sep SCInte...
SearchBuilder function ( String arg0 ) { try { return JsonSerializer . fromString ( arg0 , SearchBuilder . class ) ; } catch ( IOException loc0 ) { throw new IndexException ( loc0 , "srini_string" , loc0 . getMessage ( ) ) ; } }
returns the searchbuilder represented by the specified json string . concode_field_sep ConditionBuilder<?,?> filterBuilder concode_elem_sep boolean refresh concode_elem_sep ConditionBuilder<?,?> queryBuilder concode_elem_sep SortBuilder sortBuilder concode_field_sep SearchBuilder filter concode_elem_sep String toJson c...
long function ( ) { start = System . currentTimeMillis ( ) ; return start ; }
start the timer concode_field_sep long stop concode_elem_sep long elapsed concode_elem_sep long start concode_field_sep long current concode_elem_sep long stop concode_elem_sep String format
String function ( ) { return id ; }
gets the value of the id property . concode_field_sep byte[] digestValue concode_elem_sep DigestMethodType digestMethod concode_elem_sep TransformsType transforms concode_elem_sep String id concode_elem_sep String type concode_elem_sep String uri concode_field_sep TransformsType getTransforms concode_elem_sep void setD...
java . lang . String function ( ) { return _clusterGroupLocalService . getOSGiServiceIdentifier ( ) ; }
returns the osgi service identifier . concode_field_sep ClusterGroupLocalService _clusterGroupLocalService concode_field_sep void setWrappedService concode_elem_sep com.liferay.portal.kernel.dao.orm.ActionableDynamicQuery getActionableDynamicQuery concode_elem_sep com.liferay.portal.model.ClusterGroup addClusterGroup c...
int function ( ) { return m_ticks ; }
getticks concode_field_sep int POP concode_elem_sep boolean m_verbose concode_elem_sep int SUB concode_elem_sep int m_registers[] concode_elem_sep int SP concode_elem_sep int R3 concode_elem_sep int R2 concode_elem_sep TrapHandler m_TH concode_elem_sep int BNE concode_elem_sep int R1 concode_elem_sep int NUMGENREG conc...
Process function ( String [ ] arg0 , String [ ] arg1 , File arg2 ) { return Runtime . getRuntime ( ) . exec ( getWithoutEmptyParams ( arg0 ) , getWithoutEmptyParams ( arg1 ) , arg2 ) ; }
passes the commands directly to runtime.exec with the passed envp concode_field_sep Logger LOG concode_field_sep String[] getWithoutEmptyParams concode_elem_sep char[] loadFileText concode_elem_sep char[] loadText concode_elem_sep IProcessList getProcessList
void function ( String arg0 ) { this . causeOfDeath = arg0 ; }
sets the value of the causeofdeath property . concode_field_sep List<DateTimeType> dateTime concode_elem_sep List<org.astm.ccr.CCRCodedDataObjectType.Signature> signature concode_elem_sep CodedDescriptionType description concode_elem_sep List<String> commentID concode_elem_sep List<SourceType> source concode_elem_sep S...
ConnectionFactoryBuilder function ( long arg0 ) { assert arg0 > 0 : "srini_string" ; maxReconnectDelay = arg0 ; return this ; }
set the maximum reconnect delay . concode_field_sep long maxReconnectDelay concode_elem_sep int readBufSize concode_elem_sep long opTimeout concode_elem_sep AuthDescriptor authDescriptor concode_elem_sep int timeoutExceptionThreshold concode_elem_sep long authWaitTime concode_elem_sep OperationQueueFactory writeQueueFa...
void function ( ) { flush ( true ) ; }
flush data to persistent store . collect sync metrics . concode_field_sep long numSync concode_elem_sep long totalTimeSync concode_field_sep void flushAndSync concode_elem_sep long getNumSync concode_elem_sep void abort concode_elem_sep String generateReport concode_elem_sep void writeRaw concode_elem_sep void create c...
boolean function ( Object arg0 ) { if ( this == arg0 ) { return true ; } if ( this . getClass ( ) . isInstance ( arg0 ) ) { if ( this . hashCode ( ) != arg0 . hashCode ( ) ) { return false ; } BasicObject loc0 = ( BasicObject ) arg0 ; return this . getID ( ) . equals ( loc0 . getID ( ) ) ; } return false ; }
returns true if the specified object is semantically equal to this instance . note : this method is consistent with compareto . concode_field_sep long serialVersionUID concode_elem_sep BaseID id concode_field_sep String getName concode_elem_sep int hashCode concode_elem_sep Object clone concode_elem_sep void setID conc...
void function ( PdfWriter arg0 , Document arg1 ) { }
called when the document is closed . note that this method is called with the page number equal to the last page plus one . concode_field_sep PlaceHolder placeHolder concode_field_sep void onSection concode_elem_sep void onParagraph concode_elem_sep void onParagraphEnd concode_elem_sep void onOpenDocument concode_elem_...
boolean function ( ) { fireEditingStopped ( ) ; return true ; }
stop editing the cell and accept any partial value that has been entered into the cell . concode_field_sep EventListenerList listenerList concode_elem_sep long serialVersionUID concode_elem_sep ChangeEvent changeEvent concode_field_sep void addCellEditorListener concode_elem_sep boolean isCellEditable concode_elem_sep ...
void function ( ) { mementos . clear ( ) ; }
clears the memento map . concode_field_sep Map<XosFunctionDescriptor,XosFunction.Memento> mementos concode_elem_sep String level concode_elem_sep String name concode_elem_sep int id concode_elem_sep String mac concode_field_sep String name concode_elem_sep void setMemento concode_elem_sep String toString concode_elem_s...
String function ( MockHttpServletResponse arg0 ) { return arg0 . isCharset ( ) ? arg0 . getCharacterEncoding ( ) : null ; }
get the response encoding if explicitly defined in the response , code null otherwise . concode_field_sep XpathExpectationsHelper xpathHelper concode_field_sep ResultMatcher node concode_elem_sep ResultMatcher number concode_elem_sep ResultMatcher number concode_elem_sep ResultMatcher string concode_elem_sep ResultMatc...
TransportFrameDecoder function ( ) { return new TransportFrameDecoder ( ) ; }
creates a lengthfieldbasedframedecoder where the first 8 bytes are the length of the frame . this is used before all decoders . concode_field_sep PlaceHolder placeHolder concode_field_sep PooledByteBufAllocator createPooledByteBufAllocator concode_elem_sep EventLoopGroup createEventLoop concode_elem_sep ThreadFactory c...
Boolean function ( ) { return ccDefault ; }
gets the value of the ccdefault property . concode_field_sep XMLGregorianCalendar ccExpireDate concode_elem_sep String internalId concode_elem_sep String ccNumber concode_elem_sep Boolean ccDefault concode_elem_sep RecordRef paymentMethod concode_elem_sep RecordRef cardState concode_elem_sep XMLGregorianCalendar validf...
void function ( int arg0 , int arg1 , int arg2 ) { if ( DEBUG ) log ( arg0 , arg1 , arg2 ) ; arg1 ( arg1 ) ; arg2 ( arg2 ) ; dataColumn . writeInteger ( arg0 ) ; statistics . updateStats ( arg0 ) ; ++ valueCount ; }
writes the current value concode_field_sep int valueCount concode_elem_sep ColumnDescriptor path concode_elem_sep long rowsWrittenSoFar concode_elem_sep RunLengthBitPackingHybridEncoder repetitionLevelColumn concode_elem_sep int MIN_SLAB_SIZE concode_elem_sep RunLengthBitPackingHybridEncoder definitionLevelColumn conco...
int function ( Date arg0 ) { if ( null == modifiedSince ) return 1 ; if ( 0 >= modifiedSince . compareTo ( arg0 ) ) return 2 ; else return - 1 ; }
has the object been modified since the client has last checked ? concode_field_sep Date modifiedSince concode_elem_sep Date unmodifiedSince concode_elem_sep String[] ifNoneMatch concode_elem_sep String[] ifMatch concode_field_sep void setNoneMatch concode_elem_sep void setNoneMatch concode_elem_sep void setModifiedSinc...
Object function ( Object arg0 ) { Map loc0 = ConvertUtil . convertBundleToMap ( rb ) ; BeanUtils . copyProperties ( arg0 , loc0 ) ; return arg0 ; }
utility method to populate a javabean-style object with values from a properties file concode_field_sep ResourceBundle rb concode_elem_sep Log log concode_field_sep placeholderType placeHolder
void function ( ) { map = new int [ defaultCapacity / 32 ] ; capacity = defaultCapacity ; limitPos = 0 ; }
resets to blank with original capacity concode_field_sep int limitPos concode_elem_sep int defaultCapacity concode_elem_sep int[] map concode_elem_sep int capacity concode_field_sep int setByte concode_elem_sep int compare concode_elem_sep int set concode_elem_sep int set concode_elem_sep byte set concode_elem_sep void...
int function ( ) { return this . indexMap . size ( ) ; }
returns the number of items values in the collection . concode_field_sep long serialVersionUID concode_elem_sep ArrayList keys concode_elem_sep ArrayList values concode_elem_sep HashMap indexMap concode_field_sep void sortByValues concode_elem_sep Comparable getKey concode_elem_sep int getIndex concode_elem_sep void re...
int function ( ) { return clusters . size ( ) ; }
returns the number of clusters . concode_field_sep Centroid<? super L> centroid concode_elem_sep List<L> elements concode_elem_sep ArrayList<Cluster<K>> clusters concode_field_sep void add concode_elem_sep Collection<K> cluster concode_elem_sep Cluster<K> nearestCluster concode_elem_sep Centroid<? super L> centroid con...
boolean function ( ) { return systemAssembled ; }
tells whether the file has been assembled . concode_field_sep int RUNNING concode_elem_sep File systemFile concode_elem_sep int RUNNABLE concode_elem_sep int EDITED concode_elem_sep int TERMINATED concode_elem_sep boolean systemEdited concode_elem_sep int NO_FILE concode_elem_sep File file concode_elem_sep int NEW_EDIT...
void function ( long arg0 ) { tickIfNecessary ( ) ; count . add ( arg0 ) ; m1Rate . update ( arg0 ) ; m5Rate . update ( arg0 ) ; m15Rate . update ( arg0 ) ; }
mark the occurrence of a given number of events . concode_field_sep AtomicLong lastTick concode_elem_sep EWMA m1Rate concode_elem_sep EWMA m5Rate concode_elem_sep long startTime concode_elem_sep Clock clock concode_elem_sep LongAdder count concode_elem_sep long TICK_INTERVAL concode_elem_sep EWMA m15Rate concode_field_...
void function ( ) { Board loc0 = new Board ( "srini_string" ) ; assertEquals ( loc0 . fullMoveCounter , 16 ) ; }
tests that when a board is initialized from a fen string , the full move counter is copied over correctly . concode_field_sep PlaceHolder placeHolder concode_field_sep void testFullMoveCounterWhite concode_elem_sep void testFullMoveCounterBlack concode_elem_sep void testFullMoveCounterCopy
void function ( ) { List < Integer > loc0 = new ArrayList < Integer > ( Arrays . asList ( 6 , 3 , 5 , 8 , 1 , 4 , 2 , 7 ) ) ; List < Integer > loc1 = sorter . topK ( 4 , loc0 , comparator ) ; assertThat ( loc1 . size ( ) , is ( 4 ) ) ; assertThat ( loc1 . get ( 0 ) , is ( 5 ) ) ; assertThat ( loc1 . get ( 1 ) , is ( 6 ...
test method for com.flatironschool.javacs.listsorter #topk int , java.util.list , java.util.comparator . concode_field_sep Comparator<Integer> comparator concode_elem_sep ListSorter<Integer> sorter concode_field_sep void testMergeSort concode_elem_sep void testInsertionSort concode_elem_sep void testHeapSort concode_el...
PropertyExpression function ( String arg0 , String arg1 ) { return new PropertyExpression ( arg0 , arg1 , "srini_string" ) ; }
apply an `` equal '' constraint to two properties concode_field_sep PlaceHolder placeHolder concode_field_sep Criterion sizeGe concode_elem_sep NaturalIdentifier naturalId concode_elem_sep SimpleExpression lt concode_elem_sep PropertyExpression leProperty concode_elem_sep Criterion not concode_elem_sep Conjunction conj...
void function ( String arg0 ) { this . name = arg0 ; }
sets the value of the name property . concode_field_sep String comments concode_elem_sep Logger log concode_elem_sep String name concode_elem_sep String description concode_elem_sep Evaluable particle concode_elem_sep String id concode_elem_sep String source concode_field_sep void setSource concode_elem_sep String getN...
NetworkInterfaceBinding function ( ) { return networkInterface != null ? networkInterface : socketBindings . getDefaultInterfaceBinding ( ) ; }
return the networkinterfacebinding for the default interface . concode_field_sep boolean isFixedPort concode_elem_sep int port concode_elem_sep List<ClientMapping> clientMappings concode_elem_sep NetworkInterfaceBinding networkInterface concode_elem_sep InetAddress multicastAddress concode_elem_sep ServiceName JBOSS_BI...
String function ( ) { return license ; }
returns the license of the image . concode_field_sep String license concode_elem_sep boolean thumbnail concode_elem_sep byte[] data concode_elem_sep boolean detachImage concode_elem_sep int maxHeight concode_elem_sep String name concode_elem_sep String description concode_elem_sep MimeType mimeType concode_elem_sep Dum...
boolean function ( Node arg0 ) { return ( ( arg0 instanceof Tag ) && ! ( ( Tag ) arg0 ) . isEndTag ( ) && ( ( Tag ) arg0 ) . getTagName ( ) . equals ( mName ) ) ; }
accept nodes that are tags and have a matching tag name . this discards non-tag nodes and end tags . the end tags are available on the enclosing non-end tag . concode_field_sep String mName concode_field_sep void setName concode_elem_sep String getName
void function ( ) { if ( ! started ) { return ; } this . dataSource = null ; this . started = false ; }
shut down logic for the database related resources . concode_field_sep String jndiDataSourceName concode_elem_sep boolean started concode_elem_sep DataSource dataSource concode_elem_sep Log log concode_field_sep void init concode_elem_sep DataSource getDataSource concode_elem_sep void createActivitiMetaDataTable concod...
String function ( ) { return title + "srini_string" + game + "srini_string" + lastActivity + "srini_string" + timesUsed + "srini_string" + favorite ; }
a simple string representation , mainly for debugging . concode_field_sep String game concode_elem_sep int timesUsed concode_elem_sep long lastActivity concode_elem_sep String title concode_elem_sep boolean favorite concode_field_sep StatusHistoryEntry increaseUsed concode_elem_sep int hashCode concode_elem_sep boolean...
Operator < T > function ( List < ? extends Operator < T >> arg0 ) { return createUnionCascade ( ( Operator < T > [ ] ) arg0 . toArray ( new Operator [ arg0 . size ( ) ] ) ) ; }
takes a list of operators and creates a cascade of unions of this inputs , if needed . if not needed there was only one operator in the list , then that operator is returned . concode_field_sep int parallelism concode_elem_sep OperatorInformation<OUT> operatorInfo concode_elem_sep CompilerHints compilerHints concode_el...
Rule function ( final String arg0 ) { return rules . get ( arg0 ) ; }
gets the specified rule from the rule collection . concode_field_sep FlowFilePolicy flowFilePolicy concode_elem_sep Map<String,Rule> rules concode_field_sep FlowFilePolicy getFlowFilePolicy concode_elem_sep void addRule concode_elem_sep List<String> getRuleOrder concode_elem_sep void setFlowFilePolicy concode_elem_sep ...
String function ( final String arg0 ) { return Constants . CONFIG_VIEWFS_PREFIX + "srini_string" + arg0 ; }
get the config variable prefix for the specified mount table concode_field_sep PlaceHolder placeHolder concode_field_sep void setHomeDirConf concode_elem_sep void setHomeDirConf concode_elem_sep String getHomeDirValue concode_elem_sep String getHomeDirValue concode_elem_sep void addLink concode_elem_sep void addLink
LifeState function ( ) { return lifeStates ( ) . head ( ) ; }
gives this players current lifestate concode_field_sep State s concode_elem_sep Direction d concode_elem_sep SubCell pos concode_elem_sep Sq<LifeState> ls concode_elem_sep int bRange concode_elem_sep PlayerID id concode_elem_sep int l concode_elem_sep int maxB concode_elem_sep Sq<DirectedPosition> dPos concode_field_se...
void function ( String arg0 ) { this . value = arg0 ; }
sets the value of the value property . concode_field_sep Map<QName,String> otherAttributes concode_elem_sep String value concode_field_sep String getValue concode_elem_sep Map<QName,String> getOtherAttributes
java . util . List < T > function ( com . liferay . portal . kernel . dao . orm . DynamicQuery arg0 , int arg1 , int arg2 ) { return _virtualHostLocalService . arg0 ( arg0 , arg1 , arg2 ) ; }
performs a dynamic query on the database and returns a range of the matching rows . useful when paginating results . returns a maximum of end - start instances . start and end are not primary keys , they are indexes in the result set . thus , 0 refers to the first result in the set . setting both start and end to com.l...
Object [ ] function ( ) { return attributes ; }
returns an alternating sequence of attribute name string and attribute type from java.sql.types concode_field_sep Database database concode_elem_sep String file concode_elem_sep Object[] attributes concode_field_sep String glossFor concode_elem_sep Database getDatabase concode_elem_sep void load concode_elem_sep List<I...
SpanQuery function ( int arg0 , SpanQuery ... arg1 ) { return spanQuery ( new SpanNearQuery ( arg1 , arg0 , false ) ) ; }
makes a new unordered spannearquery with additional asserts concode_field_sep PlaceHolder placeHolder concode_field_sep SpanQuery spanQuery concode_elem_sep SpanQuery spanPositionRangeQuery concode_elem_sep SpanQuery spanContainingQuery concode_elem_sep SpanQuery spanNearOrderedQuery concode_elem_sep SpanQuery spanNear...
String function ( ) { return type ; }
gets the value of the type property . concode_field_sep XMLGregorianCalendar completionTime concode_elem_sep String voyageNumber concode_elem_sep String unLocode concode_elem_sep List<String> trackingIds concode_elem_sep String type concode_field_sep String getVoyageNumber concode_elem_sep void setVoyageNumber concode_...
float function ( ) { return mLeft ; }
the left bound of the underlying node . concode_field_sep NodeRegion EMPTY concode_elem_sep float mLeft concode_elem_sep float mBottom concode_elem_sep boolean mIsVirtual concode_elem_sep float mTop concode_elem_sep float mRight concode_elem_sep NodeRegion[] EMPTY_ARRAY concode_elem_sep int mTag concode_field_sep boole...
void function ( ) { if ( isClosed ) { throw Util . sqlException ( ErrorCode . X_07501 ) ; } if ( connection . isClosed ) { close ( ) ; throw Util . sqlException ( ErrorCode . X_08503 ) ; } }
an internal check for closed statements . 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_se...
void function ( WebDAVProps arg0 ) { getPersistence ( ) . cacheResult ( arg0 ) ; }
caches the web d a v props in the entity cache if it is enabled . concode_field_sep WebDAVPropsPersistence _persistence concode_field_sep int countAll concode_elem_sep WebDAVProps removeByC_C concode_elem_sep List<WebDAVProps> findWithDynamicQuery concode_elem_sep List<WebDAVProps> findWithDynamicQuery concode_elem_sep...
String function ( Result arg0 ) { String loc0 = header ( CONTENT_TYPE , arg0 ) ; if ( loc0 == null ) return null ; if ( loc0 . contains ( "srini_string" ) ) { return loc0 . substring ( 0 , loc0 . indexOf ( "srini_string" ) ) . trim ( ) ; } else { return loc0 . trim ( ) ; } }
extracts the content-type of this result value . concode_field_sep Class<? extends WebDriver> FIREFOX concode_elem_sep String GET concode_elem_sep String HEAD concode_elem_sep String PUT concode_elem_sep String POST concode_elem_sep String DELETE concode_elem_sep Class<? extends WebDriver> HTMLUNIT concode_field_sep Ma...
void function ( MDMediumType arg0 ) { this . mdMedium = arg0 ; }
sets the value of the mdmedium property . concode_field_sep String role concode_elem_sep String arcrole concode_elem_sep String show concode_elem_sep String actuate concode_elem_sep List<String> nilReason concode_elem_sep String href concode_elem_sep String type concode_elem_sep String title concode_elem_sep MDMediumTy...
ETrafficLightColor function ( String arg0 ) { return calculateRating ( arg0 , null ) ; }
calculates the rating for the given content . this respects both the old full-file rating and the new partitionedrating . if both are found in a file , the full-file rating is used . if no valid rating is found at all , the file is rated red . concode_field_sep PlaceHolder placeHolder concode_field_sep placeholderType ...
URI function ( ) { URL loc0 = wfs . getCapabilitiesURL ( ) ; try { return loc0 . toURI ( ) ; } catch ( URISyntaxException loc1 ) { LOGGER . log ( Level . WARNING , "srini_string" + loc0 . toExternalForm ( ) ) ; return null ; } }
maps to the url of the capabilities document concode_field_sep URI WFS_1_1_0_SCHEMA_URI concode_elem_sep Logger LOGGER concode_elem_sep WFS_1_1_0_DataStore wfs concode_field_sep String getVersion concode_elem_sep String getTitle concode_elem_sep URI getPublisher concode_elem_sep Set<String> getKeywords concode_elem_sep...
T function ( orgomg . cwm . objectmodel . instance . Object arg0 ) { return null ; }
returns the result of interpreting the object as an instance of ` object ' . this implementation returns null ; returning a non-null result will terminate the switch . concode_field_sep InstancePackage modelPackage concode_field_sep T caseModelElement concode_elem_sep T casePackage concode_elem_sep T caseDataValue conc...
String function ( String arg0 ) { if ( arg0 . length ( ) > 150 ) { arg0 = ( arg0 . substring ( 0 , 150 ) + "srini_string" ) ; } return arg0 ; }
method to trim the user message after it exceeds a maximum length the length cap is 150 characters concode_field_sep String color concode_elem_sep String DEFAULT_NICK concode_elem_sep String buttonImage concode_elem_sep Log log concode_elem_sep boolean minimized concode_elem_sep String autoLoad concode_elem_sep String ...
void function ( String arg0 ) { m_endUrl = arg0 ; }
setendurl concode_field_sep String m_endUrl concode_elem_sep OnmsResource m_resource concode_elem_sep Map<OnmsResourceType,List<OnmsResource>> m_resourceTypes concode_field_sep OnmsResource getResource concode_elem_sep String getEndUrl concode_elem_sep void setResourceTypes concode_elem_sep void setResource concode_ele...
void function ( long arg0 ) { if ( arg0 > 0 ) unsafe . park ( false , arg0 ) ; }
disables the current thread for thread scheduling purposes , for up to the specified waiting time , unless the permit is available . if the permit is available then it is consumed and the call returns immediately ; otherwise the current thread becomes disabled for thread scheduling purposes and lies dormant until one o...
Bitmap function ( String arg0 , Bitmap arg1 ) { return cache . put ( arg0 , arg1 ) ; }
put bitmap to image cache concode_field_sep LruCache<String,Bitmap> cache concode_elem_sep ImageCache imageCache concode_field_sep Bitmap get concode_elem_sep ImageCache getInstance
TimeEvent function ( ) { TimeEvent loc0 = first ; if ( loc0 == null ) { return null ; } first = loc0 . nextEvent ; loc0 . nextEvent = null ; loc0 . queue = null ; eventCount -- ; if ( ! loc0 . isScheduled ) { return popFirst ( ) ; } loc0 . isScheduled = false ; return loc0 ; }
should only be called from simulation thread ! concode_field_sep int eventCount concode_elem_sep TimeEvent first concode_field_sep void addEvent concode_elem_sep void addEvent concode_elem_sep void removeAll concode_elem_sep boolean removeFromQueue concode_elem_sep TimeEvent peekFirst concode_elem_sep String toString
void function ( String arg0 ) { A . notNull ( arg0 , "srini_string" ) ; this . keyStoreType = arg0 ; }
sets key store type used in context initialization . if not provided , #dflt_store_type willbe used . concode_field_sep char[] trustStorePwd concode_elem_sep String keyStoreType concode_elem_sep char[] keyStorePwd concode_elem_sep String trustStoreType concode_elem_sep long serialVersionUID concode_elem_sep String DFLT...
T function ( ) { String loc0 = clientFactory . getAddress ( ) ; if ( StringUtils . startsWithIgnoreCase ( loc0 , "srini_string" ) ) { throw new SecurityServiceException ( "srini_string" + loc0 ) ; } return getNewClient ( null , null ) ; }
clients produced by this method will be completely unsecured . since there is no security information to expire , this client may be reused . concode_field_sep Class<T> interfaceClass concode_elem_sep JAXRSClientFactoryBean clientFactory concode_elem_sep boolean disableCnCheck concode_elem_sep Logger LOGGER concode_fie...
void function ( java . lang . String arg0 ) { _favoriteSiteLocalService . setBeanIdentifier ( arg0 ) ; }
sets the spring bean id for this bean . concode_field_sep FavoriteSiteLocalService _favoriteSiteLocalService concode_field_sep int getFavoriteSitesCount concode_elem_sep int getFavoriteSitesCount concode_elem_sep int getFavoriteSitesCount concode_elem_sep void setWrappedService concode_elem_sep com.liferay.portal.kerne...
CreateTableOptions function ( int arg0 ) { pb . setNumReplicas ( arg0 ) ; return this ; }
sets the number of replicas that each tablet will have . if not specified , it uses the server-side default which is usually 3 unless changed by an administrator . concode_field_sep List<PartialRow> splitRows concode_elem_sep Master.CreateTableRequestPB.Builder pb concode_field_sep Master.CreateTableRequestPB.Builder g...
BoxDataSet function ( ) { return new BoxDataSet ( new ShortDataBox ( 4 , 4 ) , null ) ; }
generates a simple exemplar of this class to test serialization . concode_field_sep long serialVersionUID concode_elem_sep byte[][] data concode_field_sep void set concode_elem_sep int numRows concode_elem_sep DataBox like concode_elem_sep Number get concode_elem_sep DataBox copy concode_elem_sep int numCols
org . apache . axis . encoding . Deserializer function ( java . lang . String arg0 , java . lang . Class arg1 , javax . xml . namespace . QName arg2 ) { return new org . apache . axis . encoding . ser . BeanDeserializer ( arg1 , arg2 , typeDesc ) ; }
get custom deserializer concode_field_sep com.google.api.ads.dfa.axis.v1_20.CreativeAssetBase[] records concode_elem_sep java.lang.Object __equalsCalc concode_elem_sep org.apache.axis.description.TypeDesc typeDesc concode_elem_sep boolean __hashCodeCalc concode_field_sep org.apache.axis.description.TypeDesc getTypeDesc...
Config function ( ) { return underlying . initialConfiguration ( ) . underlying ( ) ; }
get the configuration from the context . this configuration is not necessarily the same configuration used by the application , as the applicationloader may , through it 's own mechanisms , modify it or completely ignore it . concode_field_sep play.api.ApplicationLoader.Context underlying concode_field_sep Context with...
NavigationDefault function ( ) { return new NavigationDefault ( ) ; }
create an instance of navigationdefault concode_field_sep QName _ResourceReference_QNAME concode_elem_sep QName _Resource_QNAME concode_field_sep Example createExample concode_elem_sep Content createContent concode_elem_sep JAXBElement<ResourceType> createResource concode_elem_sep Navigation createNavigation concode_el...
AnnotationAuditOutputStream function ( AnnotationAuditEvent arg0 ) { annotationDeferred . accept ( arg0 ) ; b . await ( ) ; return this ; }
write . concode_field_sep Environment ENV concode_elem_sep Deferred<AnnotationAuditEvent,Stream<AnnotationAuditEvent>> annotationDeferred concode_elem_sep Boundary b concode_elem_sep AuditOutputStream outputStream concode_field_sep Object clone concode_elem_sep void close
void function ( String arg0 ) { if ( myHost != null ) { myHost . showFeedback ( arg0 ) ; } else { System . out . println ( arg0 ) ; } }
used to communicate feedback pop-up messages between a plugin tool and the main whitebox user-interface . concode_field_sep String[] args concode_elem_sep boolean cancelOp concode_elem_sep WhiteboxPluginHost myHost concode_elem_sep String previousProgressLabel concode_elem_sep int previousProgress concode_elem_sep bool...
void function ( ) { logger . debug ( "srini_string" ) ; logger . debug ( "srini_string" ) ; ivOneWireUpdateTask . start ( ) ; logger . debug ( "srini_string" ) ; ivScheduledExecutorService = Executors . newScheduledThreadPool ( cvNumberOfThreads ) ; ivIsRunning = true ; }
starts the scheduler concode_field_sep Logger logger concode_elem_sep boolean ivIsRunning concode_elem_sep OneWireUpdateTask ivOneWireUpdateTask concode_elem_sep Map<Integer,List<String>> cvScheduleMap concode_elem_sep int cvNumberOfThreads concode_elem_sep int cvScheduledExecutorServiceShutdownTimeout concode_elem_sep...
void function ( final CustomMapper arg0 ) { valueMapper = arg0 ; }
sets the mapper to use when processing values concode_field_sep boolean cacheClassLookups concode_elem_sep ObjectFactory objectFactory concode_elem_sep boolean ignoreFinals concode_elem_sep CustomMapper embeddedMapper concode_elem_sep DatastoreProvider datastoreProvider concode_elem_sep Logger LOG concode_elem_sep bool...
void function ( ) { if ( studentCourses . isEmpty ( ) == false ) { studentCourses . clear ( ) ; } Set loc0 = currentStudent . getCourses ( ) ; Iterator loc1 = loc0 . iterator ( ) ; while ( loc1 . hasNext ( ) ) { Course loc2 = ( Course ) loc1 . next ( ) ; studentCourses . add ( loc2 ) ; } }
sets the studentcourses with the courses related to the currentstudent object . concode_field_sep String selectedCourse concode_elem_sep Course currentCourse concode_elem_sep List studentCourses concode_elem_sep List courseItems concode_elem_sep String selectedStudent concode_elem_sep Student newStudent concode_elem_se...
void function ( java . lang . String arg0 ) { this . url = arg0 ; }
sets the url value for this instreamnonlinearad . concode_field_sep boolean scalable concode_elem_sep org.apache.axis.description.TypeDesc typeDesc concode_elem_sep java.lang.String adParameters concode_elem_sep java.lang.String fileName concode_elem_sep int expandedWidth concode_elem_sep java.lang.String clickThroughU...
void function ( ) { for ( int loc0 = 0 ; loc0 < waveform . length ; loc0 ++ ) { if ( waveform [ loc0 ] < 0 ) waveform [ loc0 ] *= - 1 ; } }
inverts all values in the table that are less than zero . -1 - > 1 , -0.2 - > 0.2 , etc. . concode_field_sep float lengthForValue concode_elem_sep float[] waveform concode_field_sep void set concode_elem_sep void offset concode_elem_sep void invert concode_elem_sep void setWaveform concode_elem_sep void scale concode_e...
String function ( ) { if ( index < 0 ) { throw new IOException ( CLOSE_MESG ) ; } buffer . setLength ( len ) ; buffer . append ( ++ index ) ; return buffer . toString ( ) ; }
read the attribute at the given index . concode_field_sep String CLOSE_MESG concode_elem_sep int index concode_elem_sep int len concode_elem_sep StringBuffer buffer concode_field_sep boolean hasNext concode_elem_sep void close
void function ( BeanDeploymentArchive arg0 ) { if ( arg0 == this ) { return ; } beanDeploymentArchives . add ( arg0 ) ; }
adds an accessible beandeploymentarchive . concode_field_sep ServiceRegistry serviceRegistry concode_elem_sep BeansXml beansXml concode_elem_sep Set<EjbDescriptor<?>> ejbDescriptors concode_elem_sep Module module concode_elem_sep boolean root concode_elem_sep Set<BeanDeploymentArchive> beanDeploymentArchives concode_el...
void function ( BeanWrapper arg0 ) { }
initialize the given beanwrapper to be used for row mapping . to be called for each row . the default implementation is empty . can be overridden in subclasses . concode_field_sep Class<T> mappedClass concode_elem_sep Map<String,PropertyDescriptor> mappedFields concode_elem_sep Set<String> mappedProperties concode_elem...
BigInteger function ( ) { return this . a ; }
returns the base g. concode_field_sep BigInteger p concode_elem_sep BigInteger q concode_elem_sep BigInteger a concode_elem_sep BigInteger y concode_field_sep BigInteger getY concode_elem_sep BigInteger getP concode_elem_sep BigInteger getQ
Builder function ( boolean arg0 ) { this . isPrefix = arg0 ; return this ; }
sets if the context should be treated as a prefix or not . defaults to false concode_field_sep ObjectParser<Builder,ParseFieldMatcherSupplier> CATEGORY_PARSER concode_elem_sep boolean isPrefix concode_elem_sep int boost concode_elem_sep int boost concode_elem_sep String category concode_elem_sep String NAME concode_ele...
void function ( String arg0 ) { this . timeScaleAgeExplanation = arg0 ; }
sets the value of the timescaleageexplanation property . concode_field_sep List<CitationType> timeScaleCitation concode_elem_sep String timeScaleAgeEstimate concode_elem_sep SingleDateTimeType.AlternativeTimeScale alternativeTimeScale concode_elem_sep XMLGregorianCalendar time concode_elem_sep String timeScaleAgeUncert...
String function ( ) { return TimeZoneBean . formatCurrentTime ( dateFormat ) ; }
gets the dynamic time through the formatcurrenttime method in the timezonebean . concode_field_sep boolean currentlyShowing concode_elem_sep Polygon mapPolygon concode_elem_sep DateFormat dateFormat concode_elem_sep String id concode_elem_sep String abbreviation concode_elem_sep String mapCommandButtonId concode_field_...
ServerName function ( ) { return getServerHoldingRegion ( TableName . META_TABLE_NAME , HRegionInfo . FIRST_META_REGIONINFO . getRegionName ( ) ) ; }
get the servername of region server serving the first hbase : meta region concode_field_sep ClusterStatus initialClusterStatus concode_elem_sep Configuration conf concode_elem_sep Log LOG concode_field_sep void waitForRegionServerToStop concode_elem_sep ClusterStatus getClusterStatus concode_elem_sep void waitForDataNo...
double function ( ) { return - 90 + 180.0 * random ( ) . nextDouble ( ) ; }
returns next pseudorandom latitude anywhere concode_field_sep PlaceHolder placeHolder concode_field_sep Rectangle nextBoxNear concode_elem_sep Polygon nextPolygonNear concode_elem_sep double nextLatitudeAround concode_elem_sep Polygon nextPolygon concode_elem_sep double nextLongitudeNear concode_elem_sep double nextLat...
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 java.lang.String file_path concode_elem_sep com.intellij.tasks.mantis.model.ProjectData[] subprojects concode_elem_sep com.intellij.tasks.mantis.model.ObjectRef access_min concode_elem_sep java.lang.String description concode_elem_sep boolean __hashCodeCalc concode_elem_sep org.a...
Collection < URI > function ( ) { return Collections . unmodifiableCollection ( urisForCredentials ) ; }
get the uris for which credentials will be obtained concode_field_sep OutputDescriptor outputDescriptor concode_elem_sep Credentials credentials concode_elem_sep Collection<URI> urisForCredentials concode_elem_sep OutputCommitterDescriptor committerDescriptor concode_field_sep DataSinkDescriptor create concode_elem_sep...
String function ( FacesContext arg0 ) { ExternalContext loc0 = arg0 . getExternalContext ( ) ; Map loc1 = loc0 . getRequestParameterMap ( ) ; String loc2 = ( String ) loc1 . get ( "srini_string" ) ; return loc2 != null && ClientIdPattern . matcher ( loc2 ) . matches ( ) ? loc2 : "srini_string" ; }
return the id of the element that currently has focus in the browser . concode_field_sep Pattern ClientIdPattern concode_field_sep UIComponent findComponentInView concode_elem_sep UIComponent findComponent concode_elem_sep UIComponent findComponent concode_elem_sep char getSeparatorChar concode_elem_sep int getNumberOf...
String function ( int arg0 ) { return "srini_string" ; }
get the attribute 's node type by index concode_field_sep NamedNodeMap m_attrs concode_elem_sep int m_lastIndex concode_elem_sep DOMHelper m_dh concode_field_sep String getValue concode_elem_sep String getValue concode_elem_sep String getValue concode_elem_sep String getLocalName concode_elem_sep int getIndex concode_e...
void function ( long arg0 ) { Preconditions . checkState ( generationStampV1Limit == HdfsConstants . GRANDFATHER_GENERATION_STAMP ) ; generationStampV1Limit = arg0 ; }
sets the generation stamp that delineates random and sequentially allocated block ids . concode_field_sep long generationStampV1Limit concode_elem_sep GenerationStamp generationStampV1 concode_elem_sep GenerationStamp generationStampV2 concode_elem_sep SequentialBlockIdGenerator blockIdGenerator concode_field_sep long ...
void function ( byte [ ] arg0 ) { Event loc0 = EventBuilder . withBody ( arg0 ) ; try { client . append ( loc0 ) ; } catch ( EventDeliveryException loc1 ) { client . close ( ) ; client = null ; client = RpcClientFactory . getDefaultInstance ( hostname , port ) ; } }
sends byte arrays as event series to apache flume . concode_field_sep boolean initDone concode_elem_sep String hostname concode_elem_sep int port concode_elem_sep boolean closeWithoutSend concode_elem_sep String host concode_elem_sep RpcClient client concode_elem_sep long serialVersionUID concode_elem_sep boolean sendA...
void function ( RuntimePath [ ] arg0 , IProgressMonitor arg1 ) { HashSet < RuntimePath > loc0 = new HashSet < RuntimePath > ( Arrays . asList ( arg0 ) ) ; createRuntimeDefinitions ( loc0 , arg1 ) ; }
this is a long-running task which may involve bundle-loading . this should not be called from the ui thread directly unless proper safety is taken . concode_field_sep PlaceHolder placeHolder concode_field_sep void initializeRuntimesFromFolder concode_elem_sep IStatus initializeRuntimes