code
stringlengths
20
663
nl
stringlengths
68
7.19k
void function ( ) { writer . start ( ) ; guiThread . start ( ) ; }
start all threads concode_field_sep QueueContainer queueContainer concode_elem_sep ThreadLocal<Stemmer> stemmer concode_elem_sep OutputToGUIThread guiThread concode_elem_sep boolean useStandfordStemmer concode_elem_sep Preprocessor preProcessor concode_elem_sep Boolean message concode_elem_sep QueryProcessor queryProce...
void function ( MqttService arg0 ) { this . mqttService = null ; }
unset mqtt service from ds . concode_field_sep boolean configured concode_elem_sep MqttService mqttService concode_elem_sep Logger logger concode_elem_sep String topic concode_elem_sep MqttPersistencePublisher publisher concode_elem_sep String brokerName concode_elem_sep String messageTemplate concode_field_sep void se...
void function ( ) { try { executorService . submit ( new Runnable ( ) { @ Override public void run ( ) { } } ) . get ( ) ; } catch ( Exception loc0 ) { throw new AssertionError ( ) ; } }
blocks until the executor service has processed all currently enqueued jobs . concode_field_sep ConnectionPool systemDefault concode_elem_sep LinkedList<Connection> connections concode_elem_sep long keepAliveDurationNs concode_elem_sep long DEFAULT_KEEP_ALIVE_DURATION_MS concode_elem_sep int MAX_CONNECTIONS_TO_CLEANUP ...
void function ( View arg0 ) { arg0 . setOnLongClickListener ( new View . OnLongClickListener ( ) { @ Override public boolean onLongClick ( View arg0 ) { return showCheatSheet ( arg0 , arg0 . getContentDescription ( ) ) ; } } ) ; }
sets up a cheat sheet tooltip for the given view by setting its android.view.view.onlongclicklistener . when the view is long-pressed , a android.widget.toast withthe view 's android.view.view #getcontentdescription content description will beshown either above default or below the view if there is n't room above it . ...
List < Discussion > function ( ) { List < Discussion > loc0 = new ArrayList < > ( ) ; for ( Discussion loc1 : discussionList ) { if ( ! loc1 . isMarkerAddedToMap ( ) ) { loc0 . add ( loc1 ) ; } } return loc0 ; }
get all the discussions that not on the map concode_field_sep List<Accident> accidentsList concode_elem_sep MainActivity mListenerActivity concode_elem_sep MarkersManager instance concode_elem_sep String LOG_TAG concode_elem_sep List<Discussion> discussionList concode_elem_sep boolean DO_NOT_RESET concode_elem_sep bool...
FileAccessService function ( ) { if ( fileAccessService == null ) { fileAccessService = ServiceUtils . getService ( bundleContext , FileAccessService . class ) ; } return fileAccessService ; }
returns the fileaccessservice obtained from the bundle context . concode_field_sep ConfigurationService configurationService concode_elem_sep FileAccessService fileAccessService concode_elem_sep String DISABLED_PROP concode_elem_sep BundleContext bundleContext concode_elem_sep ServiceRegistration configForm concode_fie...
void function ( final byte [ ] arg0 ) { for ( int loc0 = 0 ; loc0 < arg0 . length ; ++ loc0 ) { arg0 [ loc0 ] -= SOLEXA_ADDEND ; } }
casava 1.3 stores phred-scaled qualities , but non-standard because they have 64 added to them rather than the standard 33 . concode_field_sep int PHRED_ADDEND concode_elem_sep int ILLUMINA_TO_PHRED_SUBTRAHEND concode_elem_sep int SOLEXA_ADDEND concode_elem_sep SolexaQualityConverter singleton concode_elem_sep byte[] p...
void function ( String arg0 ) { this . networkInterfaceId = arg0 ; }
the network interface identifier of the vtl device . concode_field_sep String networkInterfaceId concode_elem_sep Integer networkInterfacePort concode_elem_sep Boolean chapEnabled concode_elem_sep String targetARN concode_field_sep Boolean getChapEnabled concode_elem_sep Integer getNetworkInterfacePort concode_elem_sep...
IProject function ( EObject arg0 ) { return ResourcesPlugin . getWorkspace ( ) . getRoot ( ) . getFile ( new Path ( arg0 . eResource ( ) . getURI ( ) . toPlatformString ( true ) ) ) . getProject ( ) ; }
get the iproject containing the given eobject concode_field_sep SGenFactory factory concode_field_sep void setDefaultValue concode_elem_sep FeatureParameterValue createParameterValue concode_elem_sep boolean projectOpened concode_elem_sep FeatureConfiguration createDefaultFeatureConfiguration concode_elem_sep boolean p...
int function ( final Calendar arg0 ) { if ( mDays == 0 ) { return - 1 ; } final int loc0 = ( arg0 . get ( Calendar . DAY_OF_WEEK ) + 5 ) % 7 ; int loc1 = 0 ; int loc2 = 0 ; for ( ; loc2 < 7 ; loc2 ++ ) { loc1 = ( loc0 + loc2 ) % 7 ; if ( isSet ( loc1 ) ) { break ; } } return loc2 ; }
returns number of days from today until next alarm concode_field_sep int ALARM_TIME_TO_IGNORE_INDEX concode_elem_sep String ALERT concode_elem_sep int mDays concode_elem_sep boolean vibrate concode_elem_sep int ALARM_MINUTES_INDEX concode_elem_sep int ALARM_VIBRATE_INDEX concode_elem_sep String MESSAGE concode_elem_sep...
void function ( ) { if ( ! Util . isOverridden ( Lifecycle . class , getClass ( ) , "srini_string" ) ) throw new RestartNotSupportedException ( "srini_string" + getClass ( ) . getName ( ) + "srini_string" ) ; }
can the #restart method restart hudson ? concode_field_sep Logger LOGGER concode_elem_sep Lifecycle INSTANCE concode_field_sep void rewriteHudsonWar concode_elem_sep void restart concode_elem_sep boolean canRestart concode_elem_sep Lifecycle get concode_elem_sep File getHudsonWar concode_elem_sep boolean canRewriteHuds...
KDTree function ( ) { return entityTree ; }
returns a kd-tree with all entities . concode_field_sep BoundingBox boundingBox concode_elem_sep Hashtable<Long,MapNode> nodes concode_elem_sep Hashtable<Long,MapWay> ways concode_elem_sep ArrayList<MapEventListener> listeners concode_elem_sep long nextTrackId concode_elem_sep EntityClassifier<EntityViewInfo> entityCla...
ISISAreaIdentifierTlv function ( final byte [ ] arg0 , short arg1 ) { return new ISISAreaIdentifierTlv ( arg0 , arg1 ) ; }
returns newly created isisareaidentifiertlv object . concode_field_sep short hLength concode_elem_sep byte[] rawValue concode_elem_sep Logger log concode_elem_sep short TYPE concode_field_sep PcepVersion getVersion concode_elem_sep byte[] getValue concode_elem_sep PcepValueType read concode_elem_sep short getType conco...
LockInfo function ( CompositeData arg0 ) { if ( arg0 == null ) { return null ; } if ( arg0 instanceof LockInfoCompositeData ) { return ( ( LockInfoCompositeData ) arg0 ) . getLockInfo ( ) ; } else { return LockInfoCompositeData . toLockInfo ( arg0 ) ; } }
returns a lockinfo object represented by thegiven compositedata . the given compositedata must contain the following attributes : attribute name type classname java.lang.string identityhashcode java.lang.integer concode_field_sep int identityHashCode concode_elem_sep String className concode_field_sep String toString c...
List function ( Geometry arg0 , List arg1 ) { if ( arg0 instanceof Point ) { arg1 . add ( arg0 ) ; } else if ( arg0 instanceof GeometryCollection ) { arg0 . apply ( new PointExtracter ( arg1 ) ) ; } return arg1 ; }
extracts the point elements from a single geometry and adds them to the provided list . concode_field_sep List pts concode_field_sep void filter
String function ( ) { return id ; }
uuid of the api registry artifact \ n concode_field_sep APIMaxTpsDTO maxTps concode_elem_sep String context concode_elem_sep List<SequenceDTO> sequences concode_elem_sep APICorsConfigurationDTO corsConfiguration concode_elem_sep List<String> visibleRoles concode_elem_sep String description concode_elem_sep String provi...
long function ( final InputStream arg0 ) { final byte [ ] loc0 = new byte [ 8 ] ; arg0 . read ( loc0 ) ; final long loc1 = convertLongFromBytes ( loc0 ) ; return loc1 ; }
read in a long from an inputstream concode_field_sep PlaceHolder placeHolder concode_field_sep void writeInt concode_elem_sep byte[] rightAlignBytes concode_elem_sep float convertFloatFromBytes concode_elem_sep float convertFloatFromBytes concode_elem_sep byte[] convertToBytes concode_elem_sep byte[] convertToBytes con...
int function ( ) { return getPath ( ) . hashCode ( ) ; }
returns a hash code value for the object , which is defined as the hash code of the path name . concode_field_sep long blocksize concode_elem_sep String owner concode_elem_sep Path path concode_elem_sep long length concode_elem_sep Path symlink concode_elem_sep FsPermission permission concode_elem_sep long modification...
byte [ ] function ( String arg0 ) { return MD5 . digest ( arg0 ) ; }
calculates the md5 of a string . concode_field_sep byte[] rand concode_elem_sep AuthenticationService authentication_service concode_elem_sep Log log concode_elem_sep int SERVER_AUTHENTICATION concode_elem_sep String authentication_scheme concode_elem_sep String realm concode_elem_sep String qop_options concode_elem_se...
Object function ( ) { return new JimpleLocal ( name , type ) ; }
returns a clone of the current jimplelocal . concode_field_sep int number concode_elem_sep boolean isHashCodeChosen concode_elem_sep String name concode_elem_sep Type type concode_elem_sep int fixedHashCode concode_field_sep void setName concode_elem_sep void convertToBaf concode_elem_sep int equivHashCode concode_elem...
void function ( ) { screen . restart ( ) ; runner . updatePlayer ( ) ; player = screen . getPlayer ( ) ; }
the method to restart . this is specifically called when the level needs to be restarted . concode_field_sep boolean paused concode_elem_sep Timer mainTimer concode_elem_sep int restart concode_elem_sep Screen screen concode_elem_sep int right concode_elem_sep int pause concode_elem_sep boolean endLevel concode_elem_se...
void function ( GlowTeam arg0 ) { for ( OfflinePlayer loc0 : arg0 . getPlayers ( ) ) { playerTeamMap . remove ( loc0 ) ; } teams . remove ( arg0 . getName ( ) ) ; broadcast ( ScoreboardTeamMessage . remove ( arg0 . getName ( ) ) ) ; }
unregister a team from the scoreboard . concode_field_sep GlowServer server concode_elem_sep HashMap<String,Set<GlowScore>> scoreMap concode_elem_sep EnumMap<DisplaySlot,GlowObjective> displaySlots concode_elem_sep HashMap<String,GlowObjective> objectives concode_elem_sep HashMap<OfflinePlayer,GlowTeam> playerTeamMap c...
void function ( ) { StarDict loc0 = new StarDict ( dictEastonPath ) ; String loc1 = loc0 . lookupWord ( "srini_string" ) ; String loc2 = "srini_string" ; assertEquals ( loc2 , loc1 ) ; }
test look up word . concode_field_sep String prjPath concode_elem_sep String dictPathVE concode_elem_sep String dictEastonPath concode_field_sep void testGetDictName concode_elem_sep void testLookupWordVE02 concode_elem_sep void testGetDictName02 concode_elem_sep void testGetWordByIndex02 concode_elem_sep void testGetD...
String function ( ) { return getClass ( ) . getName ( ) + "srini_string" + paramString ( ) + "srini_string" ; }
returns a string representation of this scrollbar and its values . concode_field_sep int orientation concode_elem_sep long serialVersionUID concode_elem_sep int unitIncrement concode_elem_sep AdjustmentListener adjustmentListener concode_elem_sep int maximum concode_elem_sep int visibleAmount concode_elem_sep String SC...
void function ( String arg0 ) { this . errorMessage = arg0 ; if ( arg0 != null ) { setStatus ( CreateResourceStatus . FAILURE ) ; } }
calling this method with a non-null error message implies that the request 's status is createresourcestatus #failure . the inverse is not true - that is , if you set the error message to null , the status is left as-is ; it will not assume that a null error message means the status is successful . concode_field_sep St...
void function ( Session arg0 , String arg1 ) { if ( lLog != null ) { lLog . write ( arg0 , arg1 ) ; } }
records a log entry for the specified sql statement , on behalf of the specified session object . concode_field_sep Log lLog concode_elem_sep LockFile lf concode_field_sep void checkpoint concode_elem_sep void releaseLock concode_elem_sep void openLog concode_elem_sep boolean closeLog concode_elem_sep boolean hasLog co...
void function ( CordovaPlugin arg0 , int arg1 , String arg2 ) { PermissionHelper . requestPermissions ( arg0 , arg1 , new String [ ] { arg2 } ) ; }
requests a `` dangerous '' permission for the application at runtime . this is a helper method alternative to cordovainterface.requestpermission that does not require the project to be built with cordova-android 5.0.0 + concode_field_sep String LOG_TAG concode_field_sep boolean hasPermission concode_elem_sep void deliv...
int function ( ) { return count ; }
returns the number of keys in this hashtable . concode_field_sep Entry table[] concode_elem_sep Entry next concode_elem_sep float loadFactor concode_elem_sep int count concode_elem_sep int threshold concode_elem_sep Object value concode_elem_sep int hash concode_elem_sep int key concode_field_sep boolean contains conco...
void function ( ) { this . prefixToNamespaceUri . clear ( ) ; this . namespaceUriToPrefixes . clear ( ) ; }
remove all declared prefixes . concode_field_sep String defaultNamespaceUri concode_elem_sep Map<String,String> prefixToNamespaceUri concode_elem_sep Map<String,Set<String>> namespaceUriToPrefixes concode_field_sep String getPrefix concode_elem_sep Iterator<String> getBoundPrefixes concode_elem_sep Set<String> getPrefi...
String function ( ) { return this . pageText ; }
returns the text representation of the page concode_field_sep int pageNumber concode_elem_sep String pageText concode_elem_sep HashMap<CSOperation,AffineTransform> effectiveTransforms concode_elem_sep Rectangle pageBoundary concode_elem_sep Set<Operation> graphicalOperations concode_elem_sep Set<Operation> textOperatio...
long function ( InputStream arg0 , OutputStream arg1 ) { byte [ ] loc0 = new byte [ 4096 ] ; long loc1 = 0 ; int loc2 = 0 ; while ( - 1 != ( loc2 = arg0 . read ( loc0 ) ) ) { arg1 . write ( loc0 , 0 , loc2 ) ; loc1 += loc2 ; } return loc1 ; }
copies all the contents from the given input stream to the given output stream . concode_field_sep PlaceHolder placeHolder concode_field_sep long populateBuffer concode_elem_sep byte[] toByteArray concode_elem_sep void closeQuietly
String function ( Throwable arg0 ) { Writer loc0 = new StringWriter ( ) ; PrintWriter loc1 = new PrintWriter ( loc0 ) ; arg0 . printStackTrace ( loc1 ) ; try { loc1 . flush ( ) ; loc0 . flush ( ) ; loc1 . close ( ) ; loc0 . close ( ) ; } catch ( IOException loc2 ) { } return loc0 . toString ( ) ; }
get the full stacktrace as a string concode_field_sep Pattern MSG_PATTERN concode_field_sep String getFilteredStackTrace concode_elem_sep String trimMessage
String function ( String arg0 ) { String loc0 = "srini_string" ; try { if ( ! arg0 . startsWith ( "srini_string" ) ) loc0 = UserDirectoryService . getUser ( arg0 ) . getEmail ( ) ; } catch ( Exception loc1 ) { log . warn ( loc1 . getMessage ( ) ) ; } return loc0 ; }
get the agent email . concode_field_sep AgentImpl agent concode_elem_sep Log log concode_field_sep String getEid concode_elem_sep String getRole concode_elem_sep String getDisplayId concode_elem_sep AgentImpl getAgent concode_elem_sep String getEidById concode_elem_sep boolean isFileUploadAvailable concode_elem_sep Str...
Field function ( ) { return field ; }
get the reflection field for this serializable field . the resultant field will be accessible . concode_field_sep Field field concode_elem_sep boolean unshared concode_elem_sep Kind kind concode_elem_sep String name concode_elem_sep Class<?> type concode_field_sep void writeTo concode_elem_sep String getName concode_el...
String function ( ) { return systemId ; }
return the saved system identifier . concode_field_sep String systemId concode_elem_sep int columnNumber concode_elem_sep int lineNumber concode_elem_sep String publicId concode_field_sep int getLineNumber concode_elem_sep void setColumnNumber concode_elem_sep void setSystemId concode_elem_sep int getColumnNumber conco...
Session function ( ) { try { Session loc0 = getSessionFactory ( ) . openSession ( ) ; loc0 . setFlushMode ( FlushMode . MANUAL ) ; return loc0 ; } catch ( HibernateException loc0 ) { throw new DataAccessResourceFailureException ( "srini_string" , loc0 ) ; } }
open a session for the sessionfactory that this interceptor uses . the default implementation delegates to the sessionfactory #opensession method and sets the session 's flush mode to `` manual '' . concode_field_sep Log logger concode_elem_sep SessionFactory sessionFactory concode_elem_sep String PARTICIPATE_SUFFIX co...
Graph < E > function ( String arg0 ) { return read ( FileSystems . getDefault ( ) . getPath ( arg0 ) ) ; }
reads a graph from the specified file . concode_field_sep PlaceHolder placeHolder concode_field_sep Graph<E> readReader concode_elem_sep void write concode_elem_sep void write concode_elem_sep void write
RetryerBuilder < V > function ( StopStrategy arg0 ) { Preconditions . checkNotNull ( arg0 , "srini_string" ) ; Preconditions . checkState ( this . stopStrategy == null , "srini_string" , this . stopStrategy ) ; this . stopStrategy = arg0 ; return this ; }
sets the wait strategy used to decide . the default strategy is to not sleep at all between attempts . concode_field_sep Predicate<Throwable> delegate concode_elem_sep StopStrategy stopStrategy concode_elem_sep Class<? extends Throwable> exceptionClass concode_elem_sep AttemptTimeLimiter<V> attemptTimeLimiter concode_e...
void function ( ) { StableRandomGenerator loc0 = new StableRandomGenerator ( rg , 1.3 , 0.1 ) ; double [ ] loc1 = new double [ 2 * sampleSize ] ; for ( int loc2 = 0 ; loc2 < loc1 . length ; ++ loc2 ) { loc1 [ loc2 ] = loc0 . nextNormalizedDouble ( ) ; } Assert . assertEquals ( 0.0 , StatUtils . mean ( loc1 ) , 0.3 ) ; ...
run the double nextdouble method test due to leptokurtic property the acceptance range is widened . todo : verify that tolerance this wide is really ok concode_field_sep int sampleSize concode_elem_sep RandomGenerator rg concode_field_sep void testBetaRangeBelowMinusOne concode_elem_sep void testGaussianCase concode_el...
boolean function ( final MeshPart arg0 ) { return arg0 == this || ( arg0 != null && arg0 . mesh == mesh && arg0 . primitiveType == primitiveType && arg0 . indexOffset == indexOffset && arg0 . numVertices == numVertices ) ; }
compares this meshpart to the specified meshpart and returns true if they both reference the same mesh and the #indexoffset , #numvertices and #primitivetype members are equal . the #id member is ignored . concode_field_sep int numVertices concode_elem_sep int indexOffset concode_elem_sep String id concode_elem_sep int...
Storage function ( ) { return storage ; }
get the storage type . concode_field_sep AccessType access concode_elem_sep EnumSet<Flag> flags concode_elem_sep AttributeDefinition definition concode_elem_sep String label concode_elem_sep Storage storage concode_elem_sep OperationStepHandler readHandler concode_elem_sep OperationStepHandler writeHandler concode_elem...
void function ( TextInputType arg0 ) { switch ( arg0 ) { case NUMBER : contentType = "srini_string" ; break ; case PHONE_NUMBER : contentType = "srini_string" ; break ; case URL : contentType = "srini_string" ; break ; case EMAIL : contentType = "srini_string" ; break ; case DEFAULT : default : contentType = "srini_str...
sets the type of keyboard that should be displayed to the user . concode_field_sep boolean predictionEnabled concode_elem_sep boolean correctionEnabled concode_elem_sep boolean focusChanged concode_elem_sep boolean hiddenText concode_elem_sep JSONObject rawData concode_elem_sep boolean autoCapitalization concode_elem_s...
void function ( List < String > arg0 ) { this . fileExtensions = arg0 ; }
set the filename extensions associated with this format concode_field_sep List<String> fileExtensions concode_elem_sep int SUPPORTED concode_elem_sep BitstreamFormatService bitstreamFormatService concode_elem_sep int KNOWN concode_elem_sep String description concode_elem_sep int supportLevel concode_elem_sep String mim...
int function ( ) { return maxThreads ; }
returns the maximum number of threads for partition evaluation concode_field_sep long serialVersionUID concode_elem_sep String PROPERTY_NAME concode_elem_sep int maxThreads concode_field_sep int hashCode concode_elem_sep MaxThreadsOption get concode_elem_sep boolean equals concode_elem_sep String getPropertyName
void function ( Deque < IncludeInfo > arg0 ) { this . includeContext = new ArrayDeque < IncludeInfo > ( arg0 ) ; }
setter for the field includecontext . concode_field_sep int UNKNOWN concode_elem_sep int endColumn concode_elem_sep Level level concode_elem_sep int line concode_elem_sep int startColumn concode_elem_sep Deque<IncludeInfo> includeContext concode_elem_sep String message concode_field_sep Deque<IncludeInfo> getIncludeCon...
String function ( ) { return http ; }
http environment url concode_field_sep String createdTime concode_elem_sep String lastUpdatedTime concode_elem_sep String http concode_elem_sep String https concode_field_sep void setLastUpdatedTime concode_elem_sep void setHttp concode_elem_sep void setHttps concode_elem_sep String getLastUpdatedTime concode_elem_sep ...
RequestMatcher function ( final String arg0 ) { return new AbstractXmlRequestMatcher ( ) { @ Override protected void matchInternal ( MockClientHttpRequest arg1 ) throws Exception { xmlHelper . assertXmlEqual ( arg0 , arg1 . getBodyAsString ( ) ) ; } } ; }
parse the request body and the given string as xml and assert that the two are `` similar '' - i.e. they contain the same elements and attributes regardless of order . use of this matcher assumes the xmlunit library is available . concode_field_sep XmlExpectationsHelper xmlHelper concode_field_sep RequestMatcher node c...
Painter function ( ) { return defaultPopupStyle . getPainter ( ) ; }
returns default popup painter . concode_field_sep PopupStyle defaultPopupStyle concode_elem_sep Map<JRootPane,PopupLayer> popupLayers concode_elem_sep Map<JRootPane,ShadeLayer> shadeLayers concode_field_sep void showModalPopup concode_elem_sep void showModalPopup concode_elem_sep void showModalPopup concode_elem_sep vo...
WeightedTerm [ ] function ( Query arg0 , boolean arg1 ) { return getTerms ( arg0 , arg1 , null ) ; }
extracts all terms texts of a given query into an array of weightedterms concode_field_sep IndexSearcher EMPTY_INDEXSEARCHER concode_field_sep void getTermsFromBooleanQuery concode_elem_sep WeightedTerm[] getIdfWeightedTerms
void function ( String arg0 ) { this . message = arg0 ; }
sets the message submitted concode_field_sep Object extra concode_elem_sep LocalDateTime time concode_elem_sep String type concode_elem_sep String message concode_elem_sep String user concode_field_sep String getType concode_elem_sep LocalDateTime getTime concode_elem_sep String getUser concode_elem_sep String getMessa...
void function ( final String arg0 , boolean arg1 ) { webView . loadUrl ( arg0 ) ; }
load the url into the webview . concode_field_sep PluginManager pluginManager concode_elem_sep CordovaPreferences preferences concode_elem_sep CordovaInterface cordova concode_elem_sep BroadcastReceiver receiver concode_elem_sep SystemWebView webView concode_elem_sep CordovaWebView parentWebView concode_elem_sep Cordov...
void function ( NibbleArray arg0 ) { skylightArray = arg0 ; }
sets the nibblearray instance used for sky-light values in this particular storage block . concode_field_sep int yBase concode_elem_sep NibbleArray blocklightArray concode_elem_sep int blockRefCount concode_elem_sep NibbleArray blockMSBArray concode_elem_sep NibbleArray skylightArray concode_elem_sep byte blockLSBArray...
File function ( ) { return file ; }
returns the file . concode_field_sep boolean output concode_elem_sep List filter concode_elem_sep File file concode_elem_sep List warFilter concode_elem_sep List zipFilter concode_elem_sep List earFilter concode_elem_sep List jarFilter concode_field_sep boolean endsWithIgnoreCase concode_elem_sep String getName concode...
void function ( String arg0 ) { this . name = arg0 ; }
set the user name . concode_field_sep String phone concode_elem_sep String name concode_field_sep String getPhone concode_elem_sep String getName concode_elem_sep void setPhone
void function ( String arg0 ) { this . code = arg0 ; }
sets the value of the code property . concode_field_sep List<String> note concode_elem_sep Amount amount concode_elem_sep String code concode_elem_sep List<String> description concode_elem_sep long serialVersionUID concode_elem_sep Amount taxAuthorityAmount concode_elem_sep String typeCode concode_elem_sep Rate taxRate...
Iterator < String > function ( ) { return Collections . unmodifiableList ( values ) . iterator ( ) ; }
returns an iterator on the values reported as part of the search . concode_field_sep List<Field> fields concode_elem_sep List<String> values concode_elem_sep String variable concode_elem_sep String label concode_elem_sep List<Column> columns concode_elem_sep String title concode_elem_sep String type concode_elem_sep Li...
void function ( ) { testStrategy . testAccountManagementSessionsLogout ( ) ; }
keycloak-1216 concode_field_sep AdapterTestStrategy testStrategy concode_elem_sep AbstractKeycloakRule keycloakRule concode_elem_sep Tomcat tomcat concode_field_sep void testLoginSSOMax concode_elem_sep void testLoginSSOIdleRemoveExpiredUserSessions concode_elem_sep String getBaseDirectory concode_elem_sep void testSes...
CauseOfBlockage function ( Cloud arg0 , Label arg1 , int arg2 ) { return null ; }
allows extensions to prevent a cloud from provisioning . return null to allow provisioning , or non-null to prevent it . concode_field_sep PlaceHolder placeHolder concode_field_sep ExtensionList<CloudProvisioningListener> all concode_elem_sep void onStarted concode_elem_sep void onComplete concode_elem_sep void onFailu...
void function ( Map < String , Object > arg0 ) { this . dsProperties = arg0 ; }
set any uncommon properties using the datasource properties map concode_field_sep Long minimumIdle concode_elem_sep String password concode_elem_sep Map<String,Object> dsProperties concode_elem_sep Long idleTimeout concode_elem_sep String jdbcUrl concode_elem_sep Long maximumPoolSize concode_elem_sep Boolean autoCommit...
JAXBElement < String > function ( String arg0 ) { return new JAXBElement < String > ( _CanonicalUnits_QNAME , String . class , null , arg0 ) ; }
create an instance of jaxbelement concode_field_sep QName _CanonicalUnits_QNAME concode_elem_sep QName _LastModified_QNAME concode_elem_sep QName _Amip_QNAME concode_elem_sep QName _VersionNumber_QNAME concode_elem_sep QName _Grib_QNAME concode_elem_sep QName _Institution_QNAME concode_elem_sep QName _Contact_QNAME con...
Usecases function ( ) { return usecases ; }
gets the value of the usecases property . concode_field_sep String code concode_elem_sep Boolean visible concode_elem_sep Roles roles concode_elem_sep Boolean documentation concode_elem_sep Groups groups concode_elem_sep Langs langs concode_elem_sep long serialVersionUID concode_elem_sep String label concode_elem_sep I...
void function ( String arg0 ) { this . language = arg0 ; }
set the language used for rules used by this evaluator concode_field_sep boolean passThrough concode_elem_sep String code concode_elem_sep String passThroughParameterId concode_elem_sep String description concode_elem_sep String language concode_elem_sep String fallThroughDisplayValue concode_field_sep void setFallThro...
BigDecimal function ( ) { return borrowed ; }
returns the borrowed amount of the available currency in this balance that must be repaid . concode_field_sep BigDecimal depositing concode_elem_sep BigDecimal available concode_elem_sep BigDecimal frozen concode_elem_sep BigDecimal withdrawing concode_elem_sep BigDecimal borrowed concode_elem_sep BigDecimal total conc...
void function ( String arg0 ) { System . out . println ( arg0 + "srini_string" + name + "srini_string" + condition ) ; }
dump this object to sysout concode_field_sep int condition concode_elem_sep String name concode_field_sep placeholderType placeHolder
RecordRef function ( ) { return promoCode ; }
gets the value of the promocode property . concode_field_sep XMLGregorianCalendar endDate concode_elem_sep String discount concode_elem_sep RecordRef promoCode concode_field_sep String getDiscount concode_elem_sep void setDiscount concode_elem_sep XMLGregorianCalendar getEndDate concode_elem_sep void setPromoCode conco...
int function ( ) { return myModifiers ; }
returns the modifier keys held down during this action event . concode_field_sep String myPlace concode_elem_sep String ourInjectedPrefix concode_elem_sep DataContext myDataContext concode_elem_sep Presentation myPresentation concode_elem_sep int myModifiers concode_elem_sep boolean myWorksInInjected concode_elem_sep I...
String function ( ) { if ( ( position - 1 ) - ( NUM_MESSAGES - 1 ) >= 0 ) { position -- ; } return ( "srini_string" ) ; }
method to move the user 's view upwards by a single line , by setting each message to the one above it in the log 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_e...
String function ( ) { return type ; }
the id of the @extensiontype of the extension concode_field_sep boolean installed concode_elem_sep String imageLink concode_elem_sep String backgroundColor concode_elem_sep String link concode_elem_sep String description concode_elem_sep String id concode_elem_sep String label concode_elem_sep String type concode_elem_...
String function ( java . lang . Object arg0 ) { if ( arg0 == null ) { return "srini_string" ; } return arg0 . toString ( ) . replace ( "srini_string" , "srini_string" ) ; }
convert the given object to string with each line indented by 4 spaces except the first line . concode_field_sep String client concode_field_sep void setClient concode_elem_sep int hashCode concode_elem_sep boolean equals concode_elem_sep Client client concode_elem_sep String toString concode_elem_sep String getClient
void function ( int arg0 ) { if ( UNDEFINED != arg0 && arg0 < 1 ) { throw new IllegalArgumentException ( "srini_string" ) ; } this . count = arg0 ; }
sets the `` count '' of wanted results . see #undefined and #count . concode_field_sep ArtifactInfoFilter artifactInfoFilter concode_elem_sep List<MatchHighlightRequest> matchHighlightRequests concode_elem_sep ArtifactInfoPostprocessor artifactInfoPostprocessor concode_elem_sep boolean luceneExplain concode_elem_sep Qu...
void function ( byte [ ] arg0 , int arg1 , double arg2 ) { int8 ( arg0 , arg1 , Double . doubleToRawLongBits ( arg2 ) ) ; }
encodes a int value to the byte array . concode_field_sep PlaceHolder placeHolder concode_field_sep short int2 concode_elem_sep void int2 concode_elem_sep int int4 concode_elem_sep void int4 concode_elem_sep long int8 concode_elem_sep void int8 concode_elem_sep float float4 concode_elem_sep void float4
void function ( String arg0 ) { this . id = arg0 ; }
the id of the instance profile . concode_field_sep String id concode_elem_sep String arn concode_field_sep IamInstanceProfile withArn concode_elem_sep int hashCode concode_elem_sep boolean equals concode_elem_sep IamInstanceProfile clone concode_elem_sep void setArn concode_elem_sep String getId concode_elem_sep String...
void function ( State arg0 ) { final State loc0 = arg0 . lastChild ( ) ; if ( loc0 . hasChildren ( ) ) replaceOrRegister ( loc0 ) ; final State loc1 = stateRegistry . get ( loc0 ) ; if ( loc1 != null ) { arg0 . replaceLastChild ( loc1 ) ; } else { stateRegistry . put ( loc0 , loc0 ) ; } }
replace last child of state with an already registered state or stateregistry the last child state . concode_field_sep State[] states concode_elem_sep int[] labels concode_elem_sep boolean is_final concode_elem_sep CharsRef previous concode_elem_sep State[] NO_STATES concode_elem_sep Comparator<CharsRef> comparator con...
String function ( Class arg0 ) { return delegate . getCodebase ( arg0 ) ; }
this call is finally delegated to rmiclassloader #getclassannotation ; concode_field_sep UtilDelegate delegate concode_field_sep void registerTarget concode_elem_sep java.lang.Object[] copyObjects concode_elem_sep RemoteException wrapException concode_elem_sep boolean isLocal concode_elem_sep Tie getTie concode_elem_se...
String function ( ) { return this . value ; }
the value part of the identified key . concode_field_sep String value concode_elem_sep String key concode_field_sep String getKey concode_elem_sep KeyValue withValue concode_elem_sep int hashCode concode_elem_sep void setValue concode_elem_sep boolean equals concode_elem_sep KeyValue clone concode_elem_sep String toStr...
MergeCellsRecord [ ] function ( ) { return _mergedCellsRecords ; }
some unconventional apps place mergecellsrecord s within the row block . they actually should be in the mergedcellstable which is much later see bug 45699 . concode_field_sep SharedValueManager _sfm concode_elem_sep List _plainRecords concode_elem_sep MergeCellsRecord[] _mergedCellsRecords concode_field_sep SharedValue...
Importer function ( ) { return ( Importer ) GeoServerExtensions . bean ( "srini_string" ) ; }
accessor for global geoserver instance from the test application context . concode_field_sep List<RemoteMachineDescriptor> registeredProcessingMachines concode_elem_sep List<RemoteRequestDescriptor> pendingRequests concode_elem_sep Set<RemoteProcessClientListener> remoteClientListeners concode_elem_sep Set<RemoteProces...
Collection function ( ) { return null ; }
map interface stub concode_field_sep String path concode_elem_sep Logger logger concode_elem_sep Integer MAX_CACHE_SIZE concode_elem_sep long cacheSize concode_elem_sep TreeBidiMap cache concode_elem_sep String source concode_elem_sep String SOURCE_SERVLET_URL concode_elem_sep boolean brokenUrl concode_elem_sep Long ti...
void function ( final ContextAction arg0 ) { runWithOptimizationLevel ( arg0 , - 1 ) ; runWithOptimizationLevel ( arg0 , 0 ) ; runWithOptimizationLevel ( arg0 , 1 ) ; }
runs the action successively with all available optimization levels concode_field_sep PlaceHolder placeHolder concode_field_sep void runWithOptimizationLevel concode_elem_sep void runWithOptimizationLevel concode_elem_sep void executeScript
RouterInfo function ( @ PathParam ( "srini_string" ) String arg0 ) { RouterInfo loc0 = getRouterInfo ( arg0 ) ; if ( loc0 == null ) throw new WebApplicationException ( Response . status ( Status . NOT_FOUND ) . entity ( "srini_string" + arg0 + "srini_string" ) . type ( "srini_string" ) . build ( ) ) ; return loc0 ; }
returns the bounds for a specific routerid , or verifies whether it is registered . concode_field_sep OTPServer server concode_elem_sep Logger LOG concode_field_sep RouterList getRouterIds concode_elem_sep Response putGraphId concode_elem_sep Response reloadGraphs concode_elem_sep Response deleteAll concode_elem_sep Re...
void function ( ) { }
notify remote debugger that runtime is ready to get latest breakpoint information concode_field_sep String DEBUG_LAUNCH_KEY concode_elem_sep boolean verbose concode_elem_sep Logger logger concode_elem_sep Boolean debugMode concode_elem_sep int onBreakReturn concode_field_sep int onBreak concode_elem_sep int onBreak con...
long function ( String [ ] arg0 ) { try { return Long . parseLong ( arg0 [ 5 ] ) ; } catch ( NumberFormatException loc0 ) { Log . e ( "srini_string" , "srini_string" , loc0 ) ; } return - 1L ; }
return the sum of idle times read from / proc/stat . concode_field_sep PlaceHolder placeHolder concode_field_sep float getProcessCpuUsage concode_elem_sep String readSystemStat concode_elem_sep String readProcessStat concode_elem_sep float getSystemCpuUsage concode_elem_sep float syncGetSystemCpuUsage concode_elem_sep ...
void function ( ModelProperties arg0 ) { this . properties = arg0 ; }
sets the value of the properties property . concode_field_sep String minimumNoOfLines concode_elem_sep long serialVersionUID concode_elem_sep List<SaleCategories> categories concode_elem_sep ModelProperties properties concode_elem_sep String locationIdentifier concode_elem_sep String maximumNoOfLines concode_field_sep ...
void function ( ) { parentEntityManager . killEntity ( entity ) ; }
this method states that we no longer care about this object , and that we would like the entity itself to be garbage-collected ; yes , it may still have some active components , but we want it to die , and we want it to simply go away , now please concode_field_sep String internalName concode_elem_sep UUID entity conco...
Set function ( ) { return castAndCopyHashSet ( getGroupKeys ( ) ) ; }
clone the group keys . concode_field_sep java.lang.Class defaultEntityType concode_elem_sep Set groupKeys concode_elem_sep Logger log concode_elem_sep EntityIdentifier underlyingEntityIdentifier concode_elem_sep boolean groupKeysInitialized concode_field_sep java.util.Set primGetAllContainingGroups concode_elem_sep voi...
void function ( ) { if ( this . concurrencyLimit >= 0 ) { synchronized ( this . monitor ) { this . concurrencyCount -- ; if ( logger . isDebugEnabled ( ) ) { logger . debug ( "srini_string" + this . concurrencyCount ) ; } this . monitor . notify ( ) ; } } }
to be invoked after the main execution logic of concrete subclasses . concode_field_sep int NO_CONCURRENCY concode_elem_sep Log logger concode_elem_sep int UNBOUNDED_CONCURRENCY concode_elem_sep int concurrencyCount concode_elem_sep int concurrencyLimit concode_elem_sep Object monitor concode_field_sep void setConcurre...
void function ( Shell arg0 , IIncludePathEntry arg1 , IJavaScriptProject arg2 , IPath arg3 , IProgressMonitor arg4 ) { modifyClasspathEntry ( arg0 , arg1 , null , arg2 , arg3 , arg4 ) ; }
apply a modified classpath entry to the classpath . the classpath entry can also be from a classpath container . concode_field_sep IIncludePathEntry[] fNewEntries concode_elem_sep IJsGlobalScopeContainer fOriginal concode_elem_sep String JRE_PREF_PAGE_ID concode_field_sep String[] resolvedLibraryImport concode_elem_sep...
BlockMetadataHeader function ( DataInputStream arg0 ) { return readHeader ( arg0 . readShort ( ) , arg0 ) ; }
this reads all the fields till the beginning of checksum . concode_field_sep DataChecksum checksum concode_elem_sep short VERSION concode_elem_sep Log LOG concode_elem_sep HdfsConfiguration conf concode_elem_sep short version concode_field_sep short getVersion concode_elem_sep void writeHeader concode_elem_sep void wri...
boolean function ( ItemStack arg0 ) { if ( arg0 == null ) { return false ; } if ( arg0 . getItem ( ) instanceof IFluidContainerItem ) { return isFluidEqual ( ( ( IFluidContainerItem ) arg0 . getItem ( ) ) . getFluid ( arg0 ) ) ; } return isFluidEqual ( FluidContainerRegistry . getFluidForFilledItem ( arg0 ) ) ; }
determines if the fluidids and nbt tags are equal compared to a registered container itemstack . this does not check amounts . concode_field_sep int amount concode_elem_sep RegistryDelegate<Fluid> fluidDelegate concode_elem_sep NBTTagCompound tag concode_field_sep boolean isFluidStackIdentical concode_elem_sep FluidSta...
String function ( String arg0 ) { if ( arg0 . startsWith ( "srini_string" ) ) { arg0 = arg0 . substring ( 7 ) ; } return arg0 ; }
removes the `` file : / / '' prefix from the given uri string , if applicable . if the given uri string does n't have a `` file : / / '' prefix , it is returned unchanged . concode_field_sep String _DATA concode_elem_sep String LOG_TAG concode_field_sep String getMimeType concode_elem_sep String getRealPath concode_ele...
void function ( byte [ ] arg0 , int arg1 , byte arg2 ) { checkBoundary ( arg0 , arg1 , 1 ) ; arg0 [ arg1 ] = arg2 ; }
writes a single byte value 1 byte to the output byte array at the given offset . concode_field_sep PlaceHolder placeHolder concode_field_sep void writeInt concode_elem_sep void writeInt concode_elem_sep void writeInt concode_elem_sep void writeLong concode_elem_sep void writeLong concode_elem_sep long readLong concode_...
void function ( TypeCandy arg0 ) { this . type = arg0 ; }
sets the value of the type property . concode_field_sep String production concode_elem_sep String name concode_elem_sep Ingredients ingredients concode_elem_sep String id concode_elem_sep TypeCandy type concode_elem_sep ValueType value concode_elem_sep String energy concode_field_sep void setName concode_elem_sep Strin...
void function ( int arg0 ) { writeCnt += arg0 ; writeLatch . countDown ( ) ; try { readLatch . await ( ) ; } catch ( InterruptedException loc0 ) { } }
this is the override of super method . concode_field_sep CountDownLatch readLatch concode_elem_sep CountDownLatch anoReadLatch concode_elem_sep CountDownLatch anoWriteLatch concode_elem_sep CountDownLatch writeLatch concode_elem_sep int writeCnt concode_elem_sep AtomicInteger readCnt concode_field_sep void read concode...
List function ( ) { return this . axesAtTop ; }
returns a list of the axes if any that need to be drawn at the top of the plot area . concode_field_sep List axesAtLeft concode_elem_sep List axesAtRight concode_elem_sep List axesAtTop concode_elem_sep List axesAtBottom concode_field_sep List getAxesAtRight concode_elem_sep void add concode_elem_sep List getAxesAtBott...
void function ( Throwable arg0 ) { this . log . error ( arg0 ) ; }
this is a log method with loglevel == error concode_field_sep int logLevel concode_elem_sep JetspeedLogger log concode_elem_sep String name concode_field_sep void setName concode_elem_sep void setLog concode_elem_sep void init concode_elem_sep String getName concode_elem_sep void debug concode_elem_sep void debug conco...
boolean function ( ) { for ( MastModel loc0 : mast ) if ( loc0 . getState ( ) == FIELD_STATE . SHIP ) return false ; return true ; }
check if every mast of ship has been hit . sprawdza czy zostaly trafione wszystkie maszty statku . concode_field_sep String name concode_elem_sep MastModel[] mast concode_field_sep String getName concode_elem_sep MastModel[] getMasts concode_elem_sep void sink concode_elem_sep boolean isConnected
void function ( ArrayAllocationExpression arg0 , A arg1 ) { arg0 . f0 . accept ( this , arg1 ) ; arg0 . f1 . accept ( this , arg1 ) ; arg0 . f2 . accept ( this , arg1 ) ; arg0 . f3 . accept ( this , arg1 ) ; arg0 . f4 . accept ( this , arg1 ) ; }
f0 - > `` new '' f1 - > `` int '' f2 - > '' '' f3 - > expression f4 - > '' '' concode_field_sep PlaceHolder placeHolder concode_field_sep placeholderType placeHolder
boolean function ( ) { return index > 5 ; }
tests if there are more points to read . concode_field_sep double ctrlpts[][] concode_elem_sep double CtrlVal concode_elem_sep double ncv concode_elem_sep double w concode_elem_sep double x concode_elem_sep double h concode_elem_sep double y concode_elem_sep int index concode_elem_sep double pcv concode_elem_sep Affine...
PerKeyCombineFnRunner < K , InputT , AccumT , OutputT > function ( PerKeyCombineFn < K , InputT , AccumT , OutputT > arg0 ) { if ( arg0 instanceof RequiresContextInternal ) { return new KeyedCombineFnWithContextRunner < > ( ( KeyedCombineFnWithContext < K , InputT , AccumT , OutputT > ) arg0 ) ; } else { return new Key...
returns a perkeycombinefnrunner from a perkeycombinefn . concode_field_sep KeyedCombineFn<K,InputT,AccumT,OutputT> keyedCombineFn concode_elem_sep KeyedCombineFnWithContext<K,InputT,AccumT,OutputT> keyedCombineFnWithContext concode_field_sep AccumT createAccumulator concode_elem_sep AccumT createAccumulator concode_ele...
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 int upstreamCRM concode_elem_sep java.lang.Object __equalsCalc concode_elem_sep boolean __hashCodeCalc concode_elem_sep com.gvt.www.ws.eai.oss.ossturbonet.OSSTurbonetIn ossTurbonetIn concode_elem_sep org.apache.axis.description.TypeDesc typeDesc concode_elem_sep int downstreamCRM...