code
stringlengths
20
663
nl
stringlengths
68
7.19k
List < Statistic > function ( ) { return statistics ; }
gets the static of the player concode_field_sep Bomberman bomberman concode_elem_sep Boolean isAdmin concode_elem_sep String password concode_elem_sep Boolean isLocked concode_elem_sep List<Statistic> statistics concode_elem_sep Long id concode_elem_sep String pseudo concode_field_sep void setPassword concode_elem_sep ...
boolean function ( Exception arg0 ) { if ( ! failureDetectionTimeoutEnabled ) return false ; return arg0 instanceof IgniteSpiOperationTimeoutException || arg0 instanceof SocketTimeoutException || X . hasCause ( arg0 , IgniteSpiOperationTimeoutException . class , SocketException . class ) ; }
checks whether the given exception is generated because failure detection timeout has been reached . concode_field_sep long failureDetectionTimeout concode_elem_sep boolean failureDetectionTimeoutEnabled concode_elem_sep long lastOperStartTs concode_elem_sep long timeout concode_field_sep long nextTimeoutChunk
org . apache . axis . description . TypeDesc function ( ) { return typeDesc ; }
return type metadata object concode_field_sep java.lang.String designator concode_elem_sep java.lang.String domain concode_elem_sep java.lang.Object __equalsCalc concode_elem_sep boolean __hashCodeCalc concode_elem_sep java.lang.String login concode_elem_sep org.apache.axis.description.TypeDesc typeDesc concode_elem_se...
int function ( final long arg0 , final boolean arg1 ) { final int loc0 = findKeyInternal ( arg0 ) ; if ( loc0 == size ) { return size - 1 ; } if ( loc0 >= 0 ) { return loc0 ; } if ( loc0 == - ( size + 1 ) ) { return size - 1 ; } if ( arg1 ) { return ( - loc0 - 1 ) ; } else { return ( - loc0 - 2 ) ; } }
tries to locate the key that matches the given key-parameter as closely as possible . if greater is set to true , then - if the coordinate is not contained in the list - the next coordinate is given , else the previous one is returned . concode_field_sep boolean enableQuickLookup concode_elem_sep int size concode_elem_...
Set < RecurringChoreAssignment > function ( ) { return this . recurringChoreAssignments ; }
return the value associated with the column : recurringchoreassignment . concode_field_sep Set<ChoreAssignment> choreAssignments concode_elem_sep RewardPolicy defRewardPolicy concode_elem_sep String description concode_elem_sep Long createdDt concode_elem_sep Reward defReward concode_elem_sep String hashCode concode_el...
void function ( PluginManager arg0 ) { this . pluginManager = arg0 ; if ( savedResult != null ) { onActivityResult ( savedResult . requestCode , savedResult . resultCode , savedResult . intent ) ; } }
dispatches any pending onactivityresult callbacks . concode_field_sep String TAG concode_elem_sep PluginManager pluginManager concode_elem_sep Activity activity concode_elem_sep CordovaPlugin activityResultCallback concode_elem_sep String initCallbackService concode_elem_sep ActivityResultHolder savedResult concode_ele...
void function ( TreeNode arg0 ) { if ( children == null ) children = new ArrayList ( ) ; children . add ( arg0 ) ; }
add a new child node to this node . concode_field_sep String name concode_elem_sep HashMap attributes concode_elem_sep TreeNode parent concode_elem_sep String body concode_elem_sep ArrayList children concode_field_sep TreeNode findChild concode_elem_sep String findAttribute concode_elem_sep String getName concode_elem_...
com . amazon . s3 . GetObjectExtendedResponse function ( com . amazon . s3 . GetObjectExtended arg0 ) { throw new java . lang . UnsupportedOperationException ( "srini_string" + this . getClass ( ) . getName ( ) + "srini_string" ) ; }
auto generated method signature concode_field_sep PlaceHolder placeHolder concode_field_sep com.amazon.s3.GetObjectResponse getObject concode_elem_sep com.amazon.s3.DeleteBucketResponse deleteBucket concode_elem_sep com.amazon.s3.GetBucketLoggingStatusResponse getBucketLoggingStatus concode_elem_sep com.amazon.s3.SetOb...
ICFinder function ( ) { return ICFinder . instance ; }
singleton pattern concode_field_sep int rootFreqN concode_elem_sep int rootFreqV concode_elem_sep ConcurrentMap<Integer,Integer> freqN concode_elem_sep ConcurrentMap<Integer,Integer> freqV concode_elem_sep ICFinder instance concode_field_sep void loadIC concode_elem_sep List<Subsumer> getLCSbyIC concode_elem_sep double...
void function ( ) { br . close ( ) ; }
closes the underlying reader . concode_field_sep BufferedReader br concode_elem_sep char quotechar concode_elem_sep boolean linesSkiped concode_elem_sep char DEFAULT_SEPARATOR concode_elem_sep char DEFAULT_QUOTE_CHARACTER concode_elem_sep int skipLines concode_elem_sep int DEFAULT_SKIP_LINES concode_elem_sep char separ...
void function ( int arg0 ) { this . fileSizeThreshold = arg0 ; }
sets the size threshold in bytes after which files will be written to disk . concode_field_sep long maxRequestSize concode_elem_sep int fileSizeThreshold concode_elem_sep String location concode_elem_sep long maxFileSize concode_field_sep void setMaxRequestSize concode_elem_sep void setMaxRequestSize concode_elem_sep v...
void function ( final boolean arg0 ) { this . useProxyAuthentification = arg0 ; }
sets whether proxy requires authentification or not . concode_field_sep boolean useProxy concode_elem_sep boolean useProxyAuthentification concode_elem_sep String proxyPassword concode_elem_sep String proxyPort concode_elem_sep String nonProxyHosts concode_elem_sep String proxyLogin concode_elem_sep String proxyHost co...
void function ( String arg0 ) { this . uuidref = arg0 ; }
sets the value of the uuidref 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 JAXBElement...
boolean function ( final byte [ ] arg0 ) { final int loc0 = arg0 . length ; for ( int loc1 = 0 ; loc1 < loc0 ; loc1 += cl ( arg0 , loc1 ) ) if ( ! isChar ( cp ( arg0 , loc1 ) ) ) return false ; return loc0 != 0 ; }
checks if the specified token is a valid nmtoken . concode_field_sep byte[] UNDERSCORE concode_elem_sep String[] HTMLENTITIES concode_elem_sep TokenMap ENTITIESMAP concode_field_sep byte[] encode concode_elem_sep boolean isChar concode_elem_sep void addEsc concode_elem_sep boolean isStartChar concode_elem_sep boolean i...
boolean function ( ) { return attribute . isMasterCopy ( ) ; }
checks whether this file is a master copy or replica concode_field_sep int NOT_REGISTERED concode_elem_sep int TYPE_RAW_DATA concode_elem_sep int TYPE_TAG_DATA concode_elem_sep String name concode_elem_sep int TYPE_RECONSTRUCTED_DATA concode_elem_sep FileAttribute attribute concode_elem_sep double transactionTime conco...
int function ( String arg0 ) { int loc0 = arg0 . lastIndexOf ( File . separatorChar ) ; if ( loc0 == - 1 ) { char loc1 = File . separatorChar == '/' ? '|' : '/' ; loc0 = arg0 . lastIndexOf ( loc1 ) ; } return loc0 ; }
returns the last index of the file separator character . concode_field_sep String entityMap concode_elem_sep String[][] ENTITIES concode_elem_sep String[] quickEntities concode_field_sep int countNonEmpty concode_elem_sep String htmlEncodeLongString concode_elem_sep boolean isSet concode_elem_sep String htmlEncode conc...
void function ( CatalogServiceNameEnum arg0 ) { this . serviceName = arg0 ; }
sets the value of the servicename property . concode_field_sep String suggestedUsage concode_elem_sep long serialVersionUID concode_elem_sep CatalogServiceNameEnum serviceName concode_field_sep String getSuggestedUsage concode_elem_sep CatalogServiceNameEnum getServiceName concode_elem_sep void setSuggestedUsage
long function ( ) { return id ; }
returns the id . concode_field_sep MoreStuff moreStuff concode_elem_sep FooProxy foo concode_elem_sep TimeZone property concode_elem_sep long id concode_field_sep MoreStuff getMoreStuff concode_elem_sep TimeZone getProperty concode_elem_sep void setMoreStuff concode_elem_sep int hashCode concode_elem_sep void setFoo co...
boolean function ( final InputStream [ ] arg0 ) { boolean loc0 = true ; for ( int loc1 = 0 ; loc1 < arg0 . length ; loc1 ++ ) { boolean loc2 = close ( arg0 [ loc1 ] ) ; if ( ! loc2 ) loc0 = false ; } return loc0 ; }
attempt to close an array of inputstreams . concode_field_sep Logger log concode_elem_sep int DEFAULT_BUFFER_SIZE concode_field_sep boolean flush concode_elem_sep boolean flush concode_elem_sep boolean fclose concode_elem_sep boolean fclose concode_elem_sep long copyb concode_elem_sep long copy concode_elem_sep long co...
int function ( ) { log . finest ( "srini_string" ) ; return 0 ; }
returns maximum limit on number of active concurrent connections concode_field_sep Logger log concode_field_sep String getEISProductVersion concode_elem_sep String getUserName concode_elem_sep String getEISProductName
void function ( Bundle arg0 ) { if ( activityResultCallback != null ) { String loc0 = activityResultCallback . getServiceName ( ) ; arg0 . putString ( "srini_string" , loc0 ) ; } }
saves parameters for startactivityforresult . concode_field_sep String TAG concode_elem_sep PluginManager pluginManager concode_elem_sep Activity activity concode_elem_sep CordovaPlugin activityResultCallback concode_elem_sep String initCallbackService concode_elem_sep ActivityResultHolder savedResult concode_elem_sep ...
List < HttpPurge > function ( final T arg0 ) { Assert . notNull ( arg0 , "srini_string" ) ; final List < HttpPurge > loc0 = new ArrayList < > ( ) ; for ( final String loc1 : purgeUrls ) { final HttpPurge loc2 = getHttpPurge ( arg0 , loc1 ) ; loc0 . add ( loc2 ) ; } return loc0 ; }
return the list of http purge methods to purge an entry from varnish . concode_field_sep int maxTries concode_elem_sep HttpClient httpClient concode_elem_sep List<String> purgeUrls concode_elem_sep String HOST_HEADER_NAME concode_elem_sep int DEFAULT_MAX_TRIES concode_elem_sep String host concode_elem_sep Logger LOGGER...
void function ( boolean arg0 ) { this . admin = arg0 ; }
set the user 's admin status . concode_field_sep Collection<Assignment> assignments concode_elem_sep Collection<HolidayAnomaly> holidayAnomalies concode_elem_sep String initials concode_elem_sep boolean enabled concode_elem_sep Collection<Team> teams concode_elem_sep boolean autoassignToStories concode_elem_sep String ...
String function ( ) { return datacenterName ; }
gets the datacenter name concode_field_sep String password concode_elem_sep String datastoreSanName concode_elem_sep String datacenterName concode_elem_sep Boolean ignorecert concode_elem_sep String datastoreVmfsName concode_elem_sep String user concode_field_sep void setDatacenterName concode_elem_sep void setIgnorece...
void function ( ) { CentroExposicoes loc0 = new CentroExposicoes ( ) ; System . out . println ( "srini_string" ) ; DefinirTpoDeConflitoController loc1 = new DefinirTpoDeConflitoController ( loc0 ) ; loc1 . criarTipoDeConflito ( ) ; loc1 . registarTipoDeConflito ( ) ; }
test of registartipodeconflito method , of class definirtpodeconflitocontroller . concode_field_sep PlaceHolder placeHolder concode_field_sep void testCriarTipoDeConflito concode_elem_sep void setUpClass concode_elem_sep void testGetListaTipoDeConflitos concode_elem_sep void tearDownClass concode_elem_sep void testDefi...
boolean function ( ) { if ( webView . canGoBack ( ) ) { webView . goBack ( ) ; return true ; } return false ; }
go to previous page in history . we manage our own history 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 parentWebV...
void function ( String arg0 , String arg1 ) { if ( LOG . DEBUG >= LOGLEVEL ) Log . d ( arg0 , arg1 ) ; }
debug log message . concode_field_sep int WARN concode_elem_sep int VERBOSE concode_elem_sep int ERROR concode_elem_sep int LOGLEVEL concode_elem_sep int DEBUG concode_elem_sep int INFO concode_field_sep boolean isLoggable concode_elem_sep void setLogLevel concode_elem_sep void setLogLevel concode_elem_sep void e conco...
void function ( final String arg0 , final DescriptionModel arg1 ) { Log . debug ( "srini_string" ) ; final ModelWriter loc0 = new ModelWriter ( ) ; loc0 . setModel ( arg1 ) ; final Writer loc1 = new BufferedWriter ( new FileWriter ( arg0 ) ) ; loc0 . write ( loc1 ) ; loc1 . close ( ) ; }
writes the class description model to a single file . concode_field_sep PlaceHolder placeHolder concode_field_sep void writeMultiFile concode_elem_sep void main concode_elem_sep Properties loadProperties concode_elem_sep DescriptionModel generate
void function ( ) { if ( m_watcher == null ) { try { m_watcher = new CmsUploadTimeoutWatcher ( this ) ; m_watcher . start ( ) ; } catch ( Exception loc0 ) { LOG . info ( Messages . get ( ) . getBundle ( ) . key ( Messages . LOG_UPLOAD_CREATE_WATCH_DOG_2 , getId ( ) , loc0 . getMessage ( ) ) ) ; } } }
starts the watcher . concode_field_sep long m_contentLength concode_elem_sep int m_delay concode_elem_sep CmsUploadTimeoutWatcher m_watcher concode_elem_sep long m_bytesRead concode_elem_sep long serialVersionUID concode_elem_sep boolean m_finished concode_elem_sep int m_item concode_elem_sep boolean m_exceptionTrhown ...
boolean function ( ) { if ( mIterator . hasNext ( ) ) { Map . Entry loc0 = mIterator . next ( ) ; mKey = loc0 . getKey ( ) ; mValue = loc0 . getValue ( ) ; return true ; } else { mKey = null ; mValue = null ; return false ; } }
moves the helper to the next entry in the map , if any . returns true iff there is an entry to read . concode_field_sep Object mKey concode_elem_sep Iterator<Map.Entry> mIterator concode_elem_sep Object mValue concode_field_sep placeholderType placeHolder
CTNonVisualGroupDrawingShapeProps function ( ) { return cNvGrpSpPr ; }
gets the value of the cnvgrpsppr property . concode_field_sep CTNonVisualDrawingProps cNvPr concode_elem_sep CTNonVisualGroupDrawingShapeProps cNvGrpSpPr concode_field_sep CTNonVisualDrawingProps getCNvPr concode_elem_sep void setCNvPr concode_elem_sep void setCNvGrpSpPr
void function ( RequestSecurityToken arg0 ) { this . delegate . add ( arg0 . getDelegate ( ) ) ; this . requestSecurityTokens . add ( arg0 ) ; }
adds the specified requestsecuritytoken object to the collection of token requests . concode_field_sep RequestSecurityTokenCollectionType delegate concode_elem_sep List<RequestSecurityToken> requestSecurityTokens concode_field_sep List<RequestSecurityToken> getRequestSecurityTokens concode_elem_sep void removeRequestSe...
void function ( BundleContext arg0 ) { context = arg0 ; localeProviderTracker = new ServiceTracker < > ( context , LocaleProvider . class . getName ( ) , new LocaleProviderServiceTrackerCustomizer ( context ) ) ; localeProviderTracker . open ( ) ; logger . debug ( "srini_string" ) ; }
called whenever the osgi framework starts our bundle concode_field_sep BundleContext context concode_elem_sep Logger logger concode_elem_sep ServiceTracker<LocaleProvider,LocaleProvider> localeProviderTracker concode_elem_sep LocaleProvider localeProvider concode_field_sep void stop concode_elem_sep LocaleProvider addi...
void function ( Object arg0 ) { if ( myHost != null ) { myHost . returnData ( arg0 ) ; } }
used to communicate a return object from a plugin tool to 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 boolean amIActive...
Grid function ( ) { return guestEntries ; }
gets the guest entries display grid . concode_field_sep Grid guestEntries concode_elem_sep VerticalPanel mainPanel concode_elem_sep Label errorLabel concode_elem_sep GuestSignaturePanel guestSignaturePanel concode_field_sep Label getErrorLabel concode_elem_sep void loadGuestEntries concode_elem_sep void clearError conc...
Context function ( Environment arg0 , Map < String , Object > arg1 ) { return ApplicationLoader . create ( arg0 , arg1 ) ; }
create an application loading context . locates and loads the necessary configuration files for the application . concode_field_sep play.api.ApplicationLoader.Context underlying concode_field_sep Context withConfig concode_elem_sep Environment environment concode_elem_sep Configuration initialConfiguration concode_elem...
void function ( final POIFSReaderListener arg0 , final String arg1 ) { registerListener ( arg0 , null , arg1 ) ; }
register a poifsreaderlistener for a document in the root directory concode_field_sep POIFSReaderRegistry registry concode_elem_sep boolean registryClosed concode_field_sep void processPOIFSReaderEvent concode_elem_sep void read concode_elem_sep void main concode_elem_sep void processProperties
void function ( String arg0 , String arg1 ) { if ( arg0 != null && arg1 != null ) { urlParams . put ( arg0 , arg1 ) ; } }
adds a key/value string pair to the request . concode_field_sep String fileName concode_elem_sep ConcurrentHashMap<String,ArrayList<String>> urlParamsWithArray concode_elem_sep String ENCODING concode_elem_sep ConcurrentHashMap<String,String> urlParams concode_elem_sep InputStream inputStream concode_elem_sep Concurren...
void function ( GeometryImpl arg0 ) { PaintGMObject loc0 = new PaintGMObject ( ) ; loc0 . startPainting ( arg0 ) ; }
paints an gm_object concode_field_sep int TYPE_POINT concode_elem_sep int TYPE_LINESTRING concode_elem_sep int TYPE_LINES concode_elem_sep int y1 concode_elem_sep int x1 concode_elem_sep int y2 concode_elem_sep int y[] concode_elem_sep int x2 concode_elem_sep int x[] concode_elem_sep ArrayList<Line> list concode_field_...
Record function ( ) { Record loc0 = null ; try { loc0 = _nextRecord ( ) ; } finally { if ( loc0 == null ) { st . close ( ) ; } } return loc0 ; }
returns the next record in the master file . this will process any directives before the next record . concode_field_sep Tokenizer st concode_elem_sep long currentTTL concode_elem_sep int currentType concode_elem_sep int currentDClass concode_elem_sep Name origin concode_elem_sep Generator generator concode_elem_sep Ma...
String function ( ) { return "srini_string" + uri . toString ( ) ; }
convert the name into user readable string . concode_field_sep IPAddressName hostIP concode_elem_sep String host concode_elem_sep URI uri concode_elem_sep DNSName hostDNS concode_field_sep URIName nameConstraint concode_elem_sep void encode concode_elem_sep int subtreeDepth concode_elem_sep String getName concode_elem_...
boolean function ( com . sun . star . lang . XMultiServiceFactory arg0 , com . sun . star . registry . XRegistryKey arg1 ) { return component_writeInfo ( DEFAULT_LIBRARY , arg0 , arg1 , SharedLibraryLoader . class . getClassLoader ( ) ) ; }
registers the sharedlibraryloader under a registrykey . see also unoidl com.sun.star.lang.servicemanager and com.sun.star.registry.registrykey . concode_field_sep String DEFAULT_LIBRARY concode_elem_sep String DEFAULT_IMPLEMENTATION concode_field_sep boolean component_writeInfo concode_elem_sep Object component_getFact...
int function ( ) { return price ; }
gets the price of this item in canadian dollars . concode_field_sep int odometer concode_elem_sep int price concode_elem_sep String description concode_elem_sep String model concode_elem_sep InventoryItem[] carInventory concode_elem_sep int stock concode_field_sep int getOdometer concode_elem_sep String getModel concod...
Statechart function ( String arg0 ) { return AbstractTestModelsUtil . loadStatechart ( URI . createPlatformPluginURI ( arg0 , true ) ) ; }
helper method - loads a testmodel from the given filename . concode_field_sep String VALIDATION_TESTMODEL_DIR concode_elem_sep IModelSequencer sequencer concode_field_sep ExecutionFlow loadExecutionFlowFromResource concode_elem_sep Statechart loadStatechartFromResource concode_elem_sep String getModelDirectory
void function ( String arg0 , byte [ ] arg1 ) { File loc0 = new File ( arg0 ) ; FileOutputStream loc1 = new FileOutputStream ( loc0 ) ; loc1 . write ( arg1 , 0 , arg1 . length ) ; loc1 . close ( ) ; }
writes a byte array . concode_field_sep int COPY_BUF_SIZE concode_elem_sep Charset charset concode_field_sep void setCharset concode_elem_sep boolean isFilenameValid concode_elem_sep byte[] readByteStream concode_elem_sep byte[] readByteStream concode_elem_sep String readStreamAsString concode_elem_sep String readStrea...
int function ( ) { return m_correct ; }
get the absolute number of correct predictions . concode_field_sep int m_incorrect concode_elem_sep boolean m_prediction concode_elem_sep int m_correct concode_elem_sep boolean m_history[] concode_field_sep double getStatsPredPrecision concode_elem_sep boolean getPrediction concode_elem_sep String getPredictionAsStr co...
void function ( ) { }
called just before a frame is stored , such as when storing to a cache or context . concode_field_sep int mRefCount concode_elem_sep int mBindingType concode_elem_sep long mBindingId concode_elem_sep long TIMESTAMP_NOT_SET concode_elem_sep long TIMESTAMP_UNKNOWN concode_elem_sep boolean mReadOnly concode_elem_sep Frame...
String function ( String arg0 ) { Status loc0 = getStatus ( arg0 , false ) ; if ( loc0 != null ) return loc0 . getCommand ( ) ; return null ; }
get optional command associated with this status . if response is not null , then we understand the command has been executed already and we return null . concode_field_sep Map severity concode_elem_sep SysLogManager syslog concode_elem_sep DB db concode_field_sep void setNextCommand concode_elem_sep void purgeEvents c...
boolean function ( ) { return reader ( ) . isNull ( ) ; }
check that the field is not null . concode_field_sep Object instance concode_elem_sep Field field concode_elem_sep FieldReader fieldReader concode_field_sep A annotation concode_elem_sep Object read concode_elem_sep void set concode_elem_sep Field jdkField concode_elem_sep boolean isAnnotatedBy concode_elem_sep FieldRe...
void function ( String arg0 ) { this . name = arg0 ; }
set the name of the algorithm concode_field_sep String BIN concode_elem_sep String DEC concode_elem_sep String OCT concode_elem_sep Format timestampFormatter concode_elem_sep char groupChar concode_elem_sep long length concode_elem_sep String encoding concode_elem_sep String separator concode_elem_sep String HEX_UPPERC...
boolean function ( float arg0 , float arg1 , float arg2 ) { return ( ( arg0 >= minimum . arg0 ) && ( arg0 <= maximum . arg0 ) && ( arg1 >= minimum . arg1 ) && ( arg1 <= maximum . arg1 ) && ( arg2 >= minimum . arg2 ) && ( arg2 <= maximum . arg2 ) ) ; }
check to see if the specified point is inside the volume defined by this box . concode_field_sep Point3 maximum concode_elem_sep Point3 minimum concode_field_sep void include concode_elem_sep void include concode_elem_sep void include concode_elem_sep Point3 getCenter concode_elem_sep boolean intersects concode_elem_se...
void function ( final Object arg0 , final String arg1 , final Object ... arg2 ) { synchronized ( logLock ) { if ( isLoggingEnabled ( arg0 ) ) { final String loc0 = arg2 == null || arg2 . length == 0 ? arg1 : String . format ( arg1 , arg2 ) ; getLogger ( arg0 ) . info ( getPrefix ( LogMessageType . info , loc0 ) + loc0 ...
writes specified information message into log . concode_field_sep Object logLock concode_elem_sep Map<Class,Logger> loggers concode_elem_sep Map<Class,Boolean> loggingEnabled concode_elem_sep boolean debugEnabled concode_elem_sep LogPrefixSupplier prefixSupplier concode_elem_sep boolean initialized concode_field_sep vo...
PathAddress function ( PathAddress arg0 ) { throw new UnsupportedOperationException ( "srini_string" ) ; }
convert the alias address to the target address concode_field_sep ResourceProvider delegate concode_elem_sep String RECURSIVE_GLOBAL_OP concode_elem_sep PathAddress targetAddress concode_elem_sep PathAddress aliasAddress concode_elem_sep ModelNode operation concode_elem_sep ManagementResourceRegistration target concode...
void function ( ) { q . clear ( ) ; }
clears the queue concode_field_sep PriorityQueue<E> q concode_elem_sep HashMap<E,MutableInt> hmap concode_elem_sep boolean ascending concode_elem_sep int qbound concode_field_sep int getQbound concode_elem_sep boolean add concode_elem_sep boolean offer concode_elem_sep int size concode_elem_sep void setQbound concode_e...
void function ( ) { if ( deposit != null ) { String loc0 = this . deposit . getUsername ( ) ; Author loc1 = new Author ( ) ; loc1 . setName ( loc0 ) ; entry . addAuthors ( loc1 ) ; } }
add the author names from the bibliographic metadata . does not supply email addresses or uris , both for privacy , and because the data is not so readily available in dspace . concode_field_sep SWORDEntry entry concode_elem_sep Bitstream bitstream concode_elem_sep Deposit deposit concode_elem_sep SWORDService swordSer...
void function ( final Project arg0 , final VcsException arg1 , @ NonNls @ NotNull final String arg2 ) { showOperationError ( arg0 , arg2 , arg1 . getMessage ( ) ) ; }
show error associated with the specified operation concode_field_sep String NO_CURRENT_BRANCH concode_field_sep void imply concode_elem_sep String code concode_elem_sep void notifyMessages concode_elem_sep JTextField getTextField concode_elem_sep String bold concode_elem_sep ListCellRendererWrapper<VirtualFile> getVirt...
void function ( Message arg0 ) { this . message = arg0 ; notifyListeners ( ) ; }
notify listeners after setting the message . concode_field_sep ArrayList<MessageListener> listeners concode_elem_sep Message message concode_field_sep void notifyListeners concode_elem_sep void removeListener concode_elem_sep void addListener
String function ( ) { return name ; }
get the name . concode_field_sep int defaultValue concode_elem_sep String name concode_elem_sep int headerParam concode_elem_sep Boolean booleanValue concode_elem_sep Integer integerValue concode_elem_sep Short shortValue concode_elem_sep long serialVersionUID concode_elem_sep Double doubleValue concode_elem_sep int id...
Variable function ( Location arg0 , String arg1 ) { if ( variables == null ) { return null ; } return variables . get ( arg1 ) ; }
looks up a variable at this scope only . returns null if the variable does not exist . concode_field_sep Locals parent concode_elem_sep String THIS concode_elem_sep Map<String,Variable> variables concode_elem_sep String SCORE concode_elem_sep Set<String> KEYWORDS concode_elem_sep Map<MethodKey,Method> methods concode_e...
int function ( ) { return id ; }
get the item id . concode_field_sep double probability concode_elem_sep int id concode_field_sep int hashCode concode_elem_sep double getProbability concode_elem_sep boolean equals concode_elem_sep String toString
void function ( ) { }
this method resets the outgoing events . concode_field_sep String quotedStringX concode_elem_sep boolean e concode_elem_sep String stringA concode_elem_sep String stringB concode_elem_sep boolean stringVarNotEqual concode_elem_sep boolean guardStringEqual concode_elem_sep boolean stringVarEqual concode_elem_sep SCInter...
long function ( ) { throw new UnsupportedOperationException ( ) ; }
unsupported . concode_field_sep BufferedReader reader concode_elem_sep String segment concode_elem_sep String DASH_COMMENT concode_elem_sep String SLASH_COMMENT concode_elem_sep String SEMI concode_field_sep Object next concode_elem_sep void closeReader concode_elem_sep void setValue concode_elem_sep boolean hasNext co...
boolean function ( boolean arg0 , boolean arg1 ) { int loc0 = arg0 ? 1 : 0 ; int loc1 = arg1 ? 1 : 0 ; return unsafe . compareAndSwapInt ( this , valueOffset , loc0 , loc1 ) ; }
atomically sets the value to the given updated value if the current value == the expected value.may fail spuriously and does not provide ordering guarantees , so is only rarely an appropriate alternative to compareandset . concode_field_sep long serialVersionUID concode_elem_sep Unsafe unsafe concode_elem_sep long valu...
void function ( ManagedObjectReference arg0 ) { this . dvs = arg0 ; }
sets the value of the dvs property . concode_field_sep ManagedObjectReference container concode_elem_sep ManagedObjectReference dvs concode_elem_sep ManagedObjectReference _this concode_elem_sep boolean recursive concode_field_sep void setThis concode_elem_sep ManagedObjectReference getThis concode_elem_sep boolean isR...
Integer function ( ) { return id ; }
returns the id . concode_field_sep String name concode_elem_sep Integer id concode_elem_sep String PREFIX concode_elem_sep Group group concode_field_sep void setName concode_elem_sep void setGroup concode_elem_sep String getName concode_elem_sep int hashCode concode_elem_sep boolean equals concode_elem_sep Group getGro...
String function ( @ NotNull String arg0 ) { return convertLineSeparators ( arg0 , false ) ; }
converts line separators to '' \ n '' concode_field_sep String EMPTY_STRING concode_field_sep boolean endsWithIgnoreCase concode_elem_sep boolean charsEqualIgnoreCase concode_elem_sep char toLowerCase concode_elem_sep boolean parseBoolean concode_elem_sep int parseInt concode_elem_sep double parseDouble concode_elem_se...
String function ( ) { return HOSTNAME_TL . get ( ) ; }
returns the requester hostname . concode_field_sep Logger log concode_elem_sep ThreadLocal<String> HOSTNAME_TL concode_field_sep void init concode_elem_sep void doFilter concode_elem_sep void destroy
SimpleMatrix function ( ) { return this . connectivity ; }
getter for the connecivity after reading operation . concode_field_sep SimpleVector consensus concode_elem_sep String filename concode_elem_sep SimpleMatrix connectivity concode_elem_sep SimpleMatrix eigenVectors concode_elem_sep int pointDimension concode_elem_sep double[] eigenValues concode_field_sep String buildStr...
void function ( String arg0 ) { this . domain = arg0 ; }
set the domain concode_field_sep String NEW_LINE concode_elem_sep MBeanServer mbeanServer concode_elem_sep Logger log concode_elem_sep boolean trace concode_elem_sep String domain concode_elem_sep ObjectName objectName concode_field_sep void stop concode_elem_sep void start concode_elem_sep String list concode_elem_sep...
void function ( ) { for ( String loc0 : VALUES ) mll . add ( loc0 ) ; int loc1 = 2 ; String loc2 = "srini_string" ; mll . set ( loc1 , loc2 ) ; String loc3 = mll . get ( loc1 ) ; assertEquals ( loc2 , loc3 ) ; }
test method for mylinkedlist.mylinkedlist #set int , java.lang.object . concode_field_sep String[] VALUES concode_elem_sep MyLinkedList<String> mll concode_field_sep void testIteratorHasNextMiddle concode_elem_sep void testRemoveIntIOBE2 concode_elem_sep void testContains concode_elem_sep void testIteratorRemoveEmpty c...
void function ( JComponent arg0 , int arg1 , int arg2 , int arg3 , int arg4 ) { }
adddirtyregion concode_field_sep Dimension doubleBufferSize concode_elem_sep boolean resetDoubleBuffer concode_elem_sep Hashtable tmpDirtyComponents concode_elem_sep Dimension doubleBufferMaxSize concode_elem_sep Object repaintManagerKey concode_elem_sep Rectangle tmp concode_elem_sep Image doubleBuffer concode_elem_se...
void function ( final Integer arg0 ) { m_locationMonitor = arg0 ; }
setlocationmonitor concode_field_sep Date m_endTime concode_elem_sep Integer m_locationMonitor concode_elem_sep boolean m_counted concode_elem_sep String m_svcName concode_elem_sep Date m_startTime concode_elem_sep String m_ipAddr concode_elem_sep Integer m_timerId concode_elem_sep Long m_nodeid concode_field_sep Integ...
void function ( FunctionType arg0 ) { this . function = arg0 ; }
sets the value of the function property . concode_field_sep FunctionType function concode_elem_sep String value concode_field_sep String getValue concode_elem_sep UrlType withFunction concode_elem_sep UrlType withValue concode_elem_sep void setValue concode_elem_sep FunctionType getFunction
java . util . Map < java . util . Locale , java . lang . String > function ( ) { return _ddmContent . getNameMap ( ) ; }
returns a map of the locales and localized names of this d d m content . concode_field_sep DDMContent _ddmContent concode_field_sep void setExpandoBridgeAttributes concode_elem_sep java.lang.String getNameCurrentValue concode_elem_sep void setGroupId concode_elem_sep java.lang.String getName concode_elem_sep java.lang....
void function ( Level arg0 , String arg1 , Object [ ] arg2 ) { arg2 = chomp ( arg2 ) ; log ( arg0 , null , null , arg1 , arg2 ) ; }
log an information message with multiple parameters concode_field_sep MigrateLogger s_logger concode_elem_sep Gui s_gui concode_elem_sep Parameters s_parameters concode_elem_sep String s_resourceBundleName concode_elem_sep Logger m_logger concode_field_sep void output concode_elem_sep String formatMessage concode_elem_...
void function ( ScorePlayerTeam arg0 ) { }
this packet will notify the players that this team is created , and that will register it on the client concode_field_sep Map<String,ScorePlayerTeam> teamMemberships concode_elem_sep ScoreObjective[] objectiveDisplaySlots concode_elem_sep Map<String,Map<ScoreObjective,Score>> entitiesScoreObjectives concode_elem_sep Ma...
ActiveInstance function ( String arg0 ) { setInstanceType ( arg0 ) ; return this ; }
the instance type . concode_field_sep String instanceId concode_elem_sep String spotInstanceRequestId concode_elem_sep String instanceType concode_field_sep String getSpotInstanceRequestId concode_elem_sep String getInstanceId concode_elem_sep void setInstanceType concode_elem_sep ActiveInstance withInstanceId concode_...
boolean function ( ) { return ! _queue . isEmpty ( ) ; }
this function checks if there are any unvisited nodes . concode_field_sep List<NetNode<T>> _marked_nodes concode_elem_sep NetNode<T> _start_node concode_elem_sep Queue<NetNode<T>> _queue concode_elem_sep NetNode<T> _current_node concode_field_sep NetNode<T> next concode_elem_sep Iterator<NetNode<T>> iterator concode_el...
org . apache . axis . description . TypeDesc function ( ) { return typeDesc ; }
return type metadata object concode_field_sep org.apache.axis.description.TypeDesc typeDesc concode_elem_sep com.gvt.www.ws.eai.oss.ossturbonet.OSSTurbonetOut mensagem concode_elem_sep java.lang.Object __equalsCalc concode_elem_sep boolean __hashCodeCalc concode_elem_sep com.gvt.www.ws.eai.oss.gpon.InfoEquipamentoGpon ...
com . liferay . portal . model . Phone function ( long arg0 ) { return getService ( ) . createPhone ( arg0 ) ; }
creates a new phone with the primary key . does not add the phone to the database . concode_field_sep PhoneLocalService _service concode_field_sep com.liferay.portal.model.Phone getPhone concode_elem_sep com.liferay.portal.model.Phone getPhoneByUuidAndCompanyId concode_elem_sep java.lang.String getOSGiServiceIdentifier...
void function ( JCTree arg0 ) { arg0 . accept ( PRUNING_VISITOR ) ; }
prunes ast nodes that are not required for header compilation . specifically : method bodies class and instance initializer blocks initializers of definitely non-constant fields concode_field_sep JCClassDecl enclClass concode_elem_sep SimpleTreeVisitor<Boolean,Void> CONSTANT_VISITOR concode_elem_sep TreeScanner PRUNING...
void function ( double [ ] arg0 ) { int loc0 = arg0 . length ; if ( ! Math . isPower2 ( loc0 ) ) { throw new IllegalArgumentException ( "srini_string" ) ; } if ( loc0 < 4 ) { throw new IllegalArgumentException ( "srini_string" ) ; } for ( int loc1 = 4 ; loc1 <= loc0 ; loc1 <<= 1 ) { backward ( arg0 , loc1 ) ; } }
inverse discrete wavelet transform . concode_field_sep double[] cc concode_elem_sep int joff concode_elem_sep double[] workspace concode_elem_sep int ioff concode_elem_sep int ncof concode_elem_sep double[] cr concode_field_sep void transform concode_elem_sep void forward concode_elem_sep void backward
void function ( ) { mFlags . remove ( FLAG_UP ) ; mFlags . add ( FLAG_DOWN ) ; }
set flags to mark interface as down . concode_field_sep String FLAG_DOWN concode_elem_sep LinkAddress mAddr concode_elem_sep Creator<InterfaceConfiguration> CREATOR concode_elem_sep HashSet<String> mFlags concode_elem_sep String mHwAddr concode_elem_sep String FLAG_UP concode_field_sep void clearFlag concode_elem_sep b...
Object function ( ) { return iterator . next ( ) ; }
fetch the next object in the iteration concode_field_sep Iterator iterator concode_field_sep Iterator createIterator concode_elem_sep Iterator getIteratorForIterable concode_elem_sep boolean hasNext
String function ( ) { return layoutInfo ; }
get hud layout information . concode_field_sep String layoutInfo concode_field_sep placeholderType placeHolder
boolean function ( ) { boolean loc0 = false ; while ( atEoln ( ) ) { loc0 = true ; ++ nextByte ; } return loc0 ; }
advance over any eoln chars cr or lf concode_field_sep int nextByte concode_elem_sep InputStream in concode_elem_sep int numBytes concode_elem_sep boolean atEof concode_elem_sep byte[] fileBuffer concode_field_sep byte getByte concode_elem_sep boolean ensureBufferNotEmpty concode_elem_sep byte peekByte concode_elem_sep...
String function ( ) { return type ; }
gets the value of the type property . concode_field_sep String balance concode_elem_sep BigInteger nonExpirableBalance concode_elem_sep Boolean unlimited concode_elem_sep long serialVersionUID concode_elem_sep String units concode_elem_sep String type concode_elem_sep BigInteger expirableBalance concode_field_sep Strin...
List < ExtensionType > function ( ) { if ( extension == null ) { extension = new ArrayList < ExtensionType > ( ) ; } return this . extension ; }
gets the value of the extension property . this accessor method returns a reference to the live list , not a snapshot . therefore any modification you make to the returned list will be present inside the jaxb object . this is why there is not a set method for the extension property . for example , to add a new item , d...
DnsServerAddresses function ( ) { return DEFAULT_NAME_SERVERS ; }
returns the dnsserveraddresses that yields the system dns server addresses sequentially . if it failed toretrieve the list of the system dns server addresses from the environment , it will use `` 8.8.8.8 '' and `` 8.8.4.4 '' , the addresses of the google public dns servers . this method has the same effect with the fol...
long function ( ) { return adler ; }
returns the adler32 checksum for all input received . concode_field_sep long adler concode_field_sep long updateByteImpl concode_elem_sep void reset concode_elem_sep void update concode_elem_sep void update concode_elem_sep void update concode_elem_sep long updateImpl
ConnectionHandle function ( EntityManager arg0 , boolean arg1 ) { return null ; }
this implementation always returns null , indicating that no jdbc connection can be provided . concode_field_sep PlaceHolder placeHolder concode_field_sep Object prepareTransaction concode_elem_sep Object beginTransaction concode_elem_sep DataAccessException translateExceptionIfPossible concode_elem_sep void releaseJdb...
WordLibrary function ( ) { return StaticWordLibrary . DEFAULT ; }
getter for the default implementation of the wordlibrary . concode_field_sep PlaceHolder placeHolder concode_field_sep int getSize concode_elem_sep String getWord concode_elem_sep String getScrambledWord concode_elem_sep boolean isCorrect
void function ( BundleContext arg0 ) { Activator . arg0 = null ; }
this hook method is called whenever the plugin is stopped concode_field_sep Activator plugin concode_elem_sep BundleContext context concode_field_sep void start concode_elem_sep Activator getDefault concode_elem_sep BundleContext getContext
GradleConnector function ( ) { return ConnectorServices . createConnector ( ) ; }
creates a new connector instance . concode_field_sep PlaceHolder placeHolder concode_field_sep CancellationTokenSource newCancellationTokenSource concode_elem_sep GradleConnector useInstallation concode_elem_sep GradleConnector forProjectDirectory concode_elem_sep GradleConnector useGradleVersion concode_elem_sep Gradl...
void function ( boolean arg0 ) { this . showScores = arg0 ; }
sets whether scores should be displayed . concode_field_sep boolean intensityIonTable concode_elem_sep String LOADING_MESSAGE concode_elem_sep long serialVersionUID concode_elem_sep HashMap<String,Boolean> displayedPTMs concode_elem_sep boolean showHiddenProteins concode_elem_sep boolean showBars concode_elem_sep boole...
void function ( String arg0 ) { this . signature = arg0 ; }
sets the value of the signature property . concode_field_sep List<SecurityGroupRule> ingressRules concode_elem_sep long sequenceNumber concode_elem_sep String vmName concode_elem_sep long vmId concode_elem_sep String signature concode_elem_sep String vmIp concode_elem_sep String vmMac concode_elem_sep List<SecurityGrou...
SiblingSelector function ( final short arg0 , final Selector arg1 , final SimpleSelector arg2 ) { return new CSSSilblingSelector ( arg0 , arg1 , arg2 ) ; }
creates a sibling selector . concode_field_sep PlaceHolder placeHolder concode_field_sep CharacterDataSelector createTextNodeSelector concode_elem_sep SimpleSelector createRootNodeSelector concode_elem_sep DescendantSelector createChildSelector concode_elem_sep SimpleSelector createAnyNodeSelector concode_elem_sep Nega...
void function ( ) { if ( isReadOnly ( ) ) throw new ReadOnlyBufferException ( ) ; }
checks if buffer is read-only . this method is used internally to check if elements can be put into a buffer . concode_field_sep int limit concode_elem_sep int mark concode_elem_sep RawData address concode_elem_sep int cap concode_elem_sep int pos concode_field_sep boolean hasRemaining concode_elem_sep Buffer clear con...
void function ( String arg0 ) { this . rsvfg1 = arg0 ; }
this method was generated by mybatis generator . this method sets the value of the database column actdep.rsvfg1 concode_field_sep String depnam concode_elem_sep String supdep concode_elem_sep String recsts concode_elem_sep String rsvfg2 concode_elem_sep String mantlr concode_elem_sep String cusidt concode_elem_sep Dat...
int function ( int arg0 ) { arg0 = rRandom . nextInt ( ) % arg0 ; return arg0 < 0 ? - arg0 : arg0 ; }
method declaration concode_field_sep String scriptHelp[] concode_elem_sep String insertHelp[] concode_elem_sep String createTableHelp[] concode_elem_sep String dropIndexHelp[] concode_elem_sep String testHelp[] concode_elem_sep String deleteHelp[] concode_elem_sep String selectHelp[] concode_elem_sep Random rRandom con...