code
stringlengths
20
663
nl
stringlengths
68
7.19k
void function ( SearchTerm arg0 ) { searchTerms . remove ( arg0 ) ; }
remove the specified search term from the model . concode_field_sep HashMap<Integer,WeakReference<PageText>> searchResultCache concode_elem_sep ArrayList<SearchTerm> searchTerms concode_field_sep void addPageSearchHit concode_elem_sep Set<Integer> getPageSearchHits concode_elem_sep ArrayList<SearchTerm> getSearchTerms ...
void function ( ) { if ( packageDefinition == null ) { setSecurityProperty ( "srini_string" , PACKAGE_DEFINITION ) ; } else { setSecurityProperty ( "srini_string" , packageDefinition ) ; } }
set the security package.definition value . concode_field_sep String PACKAGE_DEFINITION concode_elem_sep String packageDefinition concode_elem_sep Logger log concode_elem_sep String packageAccess concode_elem_sep String PACKAGE_ACCESS concode_elem_sep SecurityConfig singleton concode_field_sep void setSecurityProperty ...
void function ( final Socket arg0 , final String arg1 ) { if ( arg1 != null ) { PrintWriter loc0 = new PrintWriter ( arg0 . getOutputStream ( ) ) ; loc0 . write ( arg1 ) ; loc0 . flush ( ) ; } }
sends a command as a string on the command socket passed concode_field_sep Thread commandQueueThread concode_elem_sep String ip concode_elem_sep int port concode_elem_sep Socket commandSk concode_elem_sep Socket monitorSk concode_elem_sep PriorityCommandQueue commandQueue concode_elem_sep Semaphore commandMutex concode...
boolean function ( ) { return readThrough ; }
if read-through caching should be used concode_field_sep Factory<CacheWriter> cacheWriterFactory concode_elem_sep Factory<ExpiryPolicy> expiryPolicyFactory concode_elem_sep boolean writeThrough concode_elem_sep List<EventType> filteredEvents concode_elem_sep boolean createCacheIfNotExists concode_elem_sep boolean stati...
String function ( ) { return userdata ; }
gets the value of the userdata property . concode_field_sep String userdata concode_field_sep void setUserdata
Collection < Node > function ( ) { return getDomainNodes ( thisNode . getDomainId ( ) ) ; }
a collection of the nodes in the local domain for the current node concode_field_sep String keyStorePassword concode_elem_sep String listenAddress concode_elem_sep Node thisNode concode_elem_sep HashMap<Short,List<Node>> localDomains concode_elem_sep short NODE_ID_UNCONFIGURED concode_elem_sep AuthScheme authScheme con...
void function ( Object arg0 ) { checkValue ( arg0 ) ; reallocateIfFull ( ) ; size ++ ; elements [ size - 1 ] = arg0 ; }
metoda koja dodaje novi objekt u polje concode_field_sep int size concode_elem_sep Object[] elements concode_elem_sep int capacity concode_field_sep boolean isEmpty concode_elem_sep void reallocateIfFull concode_elem_sep void checkIndex concode_elem_sep void clear concode_elem_sep void insert concode_elem_sep void remo...
Entity function ( String arg0 ) { for ( EntityScope loc0 : EntityScope . values ( ) ) { for ( int loc1 = 0 ; loc1 < entities . get ( loc0 ) . size ; loc1 ++ ) { if ( entities . get ( loc0 ) . get ( loc1 ) . getName ( ) != null && entities . get ( loc0 ) . get ( loc1 ) . getName ( ) . equals ( arg0 ) ) { return entities...
finds an entity with the given name . entities may have the same name , but the first one added to the entitymanager will be returned . if noentity is found with the given name , null is returned . concode_field_sep Array<Entity> visibleEntities concode_elem_sep int ENTITY_TILE_PAD concode_elem_sep ObjectMap<EntityScop...
ResponseCodeType function ( ) { return responseCode ; }
gets the value of the responsecode property . concode_field_sep long serialVersionUID concode_elem_sep ResponseCodeType responseCode concode_field_sep void setResponseCode
boolean function ( Object arg0 , Class < ? > arg1 ) { return arg1 . isInstance ( arg0 ) ; }
returns true if the instance is assignable to the type clazz suitable for a jvm environment . concode_field_sep Pattern TYPE_PATTERN concode_field_sep String stripIfPrefixed concode_elem_sep AssertionError comparisonFailure concode_elem_sep String stripIfInPackage concode_elem_sep boolean isInstanceOfTypeGWT concode_el...
void function ( ) { conn . doLogin ( ) ; }
perform login to the radio and establish new session concode_field_sep String REQUEST_GET_MODE concode_elem_sep Logger logger concode_elem_sep FrontierSiliconRadioConnection conn concode_elem_sep String REQUEST_SET_MUTE concode_elem_sep String REQUEST_GET_VOLUME concode_elem_sep String REQUEST_GET_PLAY_INFO_TEXT concod...
void function ( byte [ ] arg0 , int arg1 , int arg2 ) { checkBuffer ( ) ; if ( arg2 == 0 ) { return ; } if ( checksumPos + arg2 > dataStart ) { throw new BufferOverflowException ( ) ; } System . arraycopy ( arg0 , arg1 , buf , checksumPos , arg2 ) ; checksumPos += arg2 ; }
write checksums to this packet concode_field_sep long[] EMPTY concode_elem_sep long[] traceParents concode_elem_sep long seqno concode_elem_sep int checksumStart concode_elem_sep long HEART_BEAT_SEQNO concode_elem_sep int checksumPos concode_elem_sep boolean syncBlock concode_elem_sep int maxChunks concode_elem_sep int...
void function ( PrintStream arg0 ) { for ( Iterator < Character > loc0 = cells . keySet ( ) . iterator ( ) ; loc0 . hasNext ( ) ; ) { Character loc1 = loc0 . next ( ) ; Cell loc2 = at ( loc1 ) ; arg0 . print ( "srini_string" + loc1 + "srini_string" + loc2 + "srini_string" ) ; } arg0 . println ( ) ; }
write the contents of this row to the printstream . concode_field_sep TreeMap<Character,Cell> cells concode_elem_sep int uniformCnt concode_elem_sep int uniformSkip concode_field_sep int getCellsVal concode_elem_sep void setRef concode_elem_sep Cell at concode_elem_sep int uniformCmd concode_elem_sep int getRef concode...
Stopwatch function ( ) { return new Stopwatch ( ) ; }
creates but does not start a new stopwatch using system #nanotime as its time source . concode_field_sep Ticker ticker concode_elem_sep long elapsedNanos concode_elem_sep boolean isRunning concode_elem_sep long startTick concode_field_sep long elapsed concode_elem_sep String abbreviate concode_elem_sep long elapsedNano...
String function ( FacesContext arg0 , UIComponent arg1 ) { UIComponent loc0 = null ; while ( arg1 != null ) { if ( ( arg1 instanceof UIForm ) || ( arg1 instanceof UIXForm ) ) { loc0 = arg1 ; break ; } arg1 = arg1 . getParent ( ) ; } if ( loc0 == null ) return null ; return loc0 . getClientId ( arg0 ) ; }
retrieves id of the form the component is contained in . concode_field_sep TrinidadLogger _LOG concode_field_sep UIComponent _getParentNamingContainer concode_elem_sep void encodeRecursive concode_elem_sep String _getRelativeId concode_elem_sep int _getColonCount concode_elem_sep String getRelativeId
CustomTaskState function ( @ NotNull TaskState arg0 ) { final CustomTaskState loc0 = new CustomTaskState ( arg0 . name ( ) , arg0 . getPresentableName ( ) ) ; loc0 . setPredefined ( true ) ; return loc0 ; }
creates custom state for which id is identical to taskstate #name of the given predefined state and #ispredefined returns true . if your repository provides only fixed set of available states , that are one of those described in taskstate , you may find this methods useful to implement taskrepository #getavailabletasks...
void function ( final double arg0 ) { this . shadowXOffset = arg0 ; }
sets the x-offset for the shadow effect . concode_field_sep Paint shadowPaint concode_elem_sep double shadowXOffset concode_elem_sep double shadowYOffset concode_elem_sep Paint outlinePaint concode_elem_sep Stroke outlineStroke concode_elem_sep Paint backgroundPaint concode_elem_sep long serialVersionUID concode_elem_s...
void function ( HttpServletResponse arg0 ) { arg0 . reset ( ) ; arg0 . setHeader ( "srini_string" , "srini_string" ) ; arg0 . setHeader ( "srini_string" , "srini_string" ) ; }
try to head off a problem with downloading files from a secure https connection to internet explorer . when ie sees it 's talking to a secure server , it decides to treat all hints or instructions about caching as strictly as possible . immediately upon finishing the download , it throws the data away . unfortunately ,...
String function ( ) { return InetAddress . getLocalHost ( ) . toString ( ) ; }
returns localhost 's name as reported by inetaddress #getlocalhost #tostring . factored into a method to enable override during testing . concode_field_sep String searchAttributeName concode_elem_sep LDAPSearchConstraints searchConstraints concode_elem_sep LDAPSearchConstraints DEFAULT_LDAP_CONSTRAINTS concode_elem_sep...
T function ( byte [ ] arg0 ) { JsonParser loc0 = LoganSquare . JSON_FACTORY . createParser ( arg0 ) ; loc0 . nextToken ( ) ; return parse ( loc0 ) ; }
parse an object from a byte array . note : parsing from an inputstream should be preferred over parsing from a byte array if possible . concode_field_sep PlaceHolder placeHolder concode_field_sep void serialize concode_elem_sep String serialize concode_elem_sep void serialize concode_elem_sep String serialize concode_e...
int function ( ) { return _expandoColumn . getType ( ) ; }
returns the type of this expando column . concode_field_sep ExpandoColumn _expandoColumn concode_field_sep void setName concode_elem_sep boolean isFinderCacheEnabled concode_elem_sep void setExpandoBridgeAttributes concode_elem_sep void setExpandoBridgeAttributes concode_elem_sep void setExpandoBridgeAttributes concode...
int function ( Object arg0 ) { for ( int loc0 = 0 ; loc0 < nextIndex ; loc0 += 1 ) { if ( objects [ loc0 ] == arg0 ) { return offsets [ loc0 ] ; } } return - 1 ; }
returns the offset for a visited object , or -1 if never visited . concode_field_sep int[] offsets concode_elem_sep Object PROHIBIT_REF_OBJECT concode_elem_sep Object[] objects concode_elem_sep int nextIndex concode_elem_sep int INIT_LEN concode_elem_sep int PRI_KEY_VISITED_OFFSET concode_elem_sep int PROHIBIT_REF_OFFS...
void function ( ) { n = 0 ; }
reset vector but do n't resize or clear elements concode_field_sep char[] array concode_elem_sep int DEFAULT_BLOCK_SIZE concode_elem_sep int blockSize concode_elem_sep int n concode_field_sep void trimToSize concode_elem_sep char get concode_elem_sep CharVector clone concode_elem_sep int length concode_elem_sep char[] ...
int function ( int arg0 ) { for ( int loc0 : range ( frames ) ) { FrameArrangement loc1 = frames . get ( loc0 ) . getFrameArrangement ( ) ; if ( loc1 . getStartMeasureIndex ( ) <= arg0 && loc1 . getEndMeasureIndex ( ) >= arg0 ) return loc0 ; } return - 1 ; }
computes the index of the frame containing the measure with the given global index . if not found , -1 is returned . concode_field_sep Score score concode_elem_sep List<ScoreFrameLayout> frames concode_elem_sep LayoutSettings layoutSettings concode_elem_sep SymbolPool symbolPool concode_field_sep MP getMP concode_elem_...
String function ( byte [ ] arg0 ) { return encodeLines ( arg0 , 0 , arg0 . length , 76 , systemLineSeparator ) ; }
encodes a byte array into base 64 format and breaks the output into lines of 76 characters . this method is compatible with sun.misc.base64encoder.encodebuffer byte . concode_field_sep char[] map1 concode_elem_sep String systemLineSeparator concode_elem_sep byte[] map2 concode_field_sep char[] encode concode_elem_sep c...
String function ( String arg0 , int arg1 ) { if ( arg0 . length ( ) > arg1 ) { arg0 = arg0 . substring ( 0 , arg1 ) ; } return arg0 ; }
trims the job-name if required concode_field_sep int JOB_NAME_INDEX concode_elem_sep int FINISH_TIME_INDEX concode_elem_sep int JOB_ID_INDEX concode_elem_sep int NUM_MAPS_INDEX concode_elem_sep int QUEUE_NAME_INDEX concode_elem_sep int JOB_STATUS_INDEX concode_elem_sep Log LOG concode_elem_sep int NUM_REDUCES_INDEX con...
long function ( ) { return mNumerator ; }
gets the numerator of the rational . concode_field_sep long mNumerator concode_elem_sep long mDenominator concode_field_sep double toDouble concode_elem_sep boolean equals concode_elem_sep String toString concode_elem_sep long getDenominator
Builder function ( final String arg0 ) { this . data = arg0 ; return this ; }
sets optional data which can be used for tracking ; maximum length is 255 characters . concode_field_sep ActionType actionType concode_elem_sep String data concode_elem_sep ArrayList<String> suggestions concode_elem_sep String to concode_elem_sep Filters filters concode_elem_sep String message concode_elem_sep String t...
String function ( ) { return uri ; }
returns the uri of the namespace . concode_field_sep String prefix concode_elem_sep String NULL_NS_URI concode_elem_sep String uri concode_field_sep int hashCode concode_elem_sep boolean equals
ComplianceSummaryByResourceType function ( ComplianceSummary arg0 ) { setComplianceSummary ( arg0 ) ; return this ; }
the number of aws resources that are compliant or noncompliant , up to a maximum of 100 for each compliance . concode_field_sep ComplianceSummary complianceSummary concode_elem_sep String resourceType concode_field_sep int hashCode concode_elem_sep String getResourceType concode_elem_sep ComplianceSummaryByResourceType...
void function ( Frequency arg0 ) { frequencies . add ( arg0 ) ; }
adds a new frequency concode_field_sep Shape shape concode_elem_sep Service service concode_elem_sep String name concode_elem_sep List<Link> links concode_elem_sep SortedMap<Integer,StopTime> stopTimes concode_elem_sep List<Frequency> frequencies concode_field_sep void setRoute concode_elem_sep String getName concode_e...
ResponseHeaderOverrides function ( String arg0 ) { setContentEncoding ( arg0 ) ; return this ; }
sets the content encoding response header override . concode_field_sep String expires concode_elem_sep String cacheControl concode_elem_sep String RESPONSE_HEADER_CONTENT_ENCODING concode_elem_sep String RESPONSE_HEADER_CONTENT_DISPOSITION concode_elem_sep String[] PARAMETER_ORDER concode_elem_sep String RESPONSE_HEADE...
Class < ? > function ( ) { return type ; }
gets the type of the label values . concode_field_sep Object[] labelValues concode_elem_sep Class<?> type concode_elem_sep String[] labels concode_field_sep String[] getLabels concode_elem_sep String getLabel concode_elem_sep int size concode_elem_sep void setLabel concode_elem_sep Object[] getLabelValues concode_elem_...
void function ( JSONArray arg0 ) { sendPluginResult ( new PluginResult ( PluginResult . Status . OK , arg0 ) ) ; }
helper for success callbacks that just returns the status.ok by default concode_field_sep String callbackId concode_elem_sep CordovaWebView webView concode_elem_sep int changingThreads concode_elem_sep String LOG_TAG concode_elem_sep boolean finished concode_field_sep boolean isChangingThreads concode_elem_sep String g...
void function ( INode [ ] arg0 , int arg1 , Snapshot arg2 , FsAction arg3 ) { check ( arg1 >= 0 ? arg0 [ arg1 ] : null , arg2 , arg3 ) ; }
guarded by fsnamesystem #readlock concode_field_sep boolean isSuper concode_elem_sep Log LOG concode_elem_sep UserGroupInformation ugi concode_elem_sep Set<String> groups concode_elem_sep String user concode_field_sep boolean containsGroup concode_elem_sep void checkOwner concode_elem_sep void checkPermission concode_e...
List < SubscriberPassUsage > function ( ) { if ( subscriberPassUsage == null ) { subscriberPassUsage = new ArrayList < SubscriberPassUsage > ( ) ; } return this . subscriberPassUsage ; }
gets the value of the subscriberpassusage 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 subscriberpassusage property . for example , t...
FormatOptions function ( ) { return new FormatOptions ( AVRO ) ; }
default options for avro format . concode_field_sep String JSON concode_elem_sep long serialVersionUID concode_elem_sep String DATASTORE_BACKUP concode_elem_sep String AVRO concode_elem_sep String type concode_elem_sep String CSV concode_field_sep FormatOptions datastoreBackup concode_elem_sep String getType concode_el...
void function ( Object arg0 , int arg1 , int arg2 ) { ListDataEvent loc0 = new ListDataEvent ( arg0 , ListDataEvent . INTERVAL_ADDED , arg1 , arg2 ) ; ListDataListener [ ] loc1 = getListDataListeners ( ) ; for ( int loc2 = 0 ; loc2 < loc1 . length ; loc2 ++ ) loc1 [ loc2 ] . intervalAdded ( loc0 ) ; }
call listdatalistener #intervaladded on each element of the #listenerlist which is a listdatalistener . the event fired has type listdataevent #interval_added and represents anaddition of the data elements in the range startindex , endindex inclusive . concode_field_sep long serialVersionUID concode_elem_sep EventListe...
int function ( @ NotNull Anchor arg0 ) { if ( ! myData . containsKey ( arg0 ) ) { throw new IllegalArgumentException ( String . format ( "srini_string" , arg0 , myData ) ) ; } return myData . get ( arg0 ) ; }
allows to retrieve data associated with the given anchor . concode_field_sep TObjectIntHashMap<Anchor> myData concode_elem_sep Trigger myTrigger concode_elem_sep DependentSpacingRule DEFAULT concode_field_sep Trigger getTrigger concode_elem_sep DependentSpacingRule registerData concode_elem_sep boolean hasData
DataTreeNode function ( String arg0 , DataTreeNodeInitializer arg1 ) { throw new UnsupportedOperationException ( "srini_string" ) ; }
return node if it exists , create and return new otherwise . returned node is read/write . must call release when complete to commit changes or discard . concode_field_sep PlaceHolder placeHolder concode_field_sep long getCounter concode_elem_sep void updateParentData concode_elem_sep String getName concode_elem_sep vo...
List < Object > function ( ) { if ( content == null ) { content = new ArrayList < Object > ( ) ; } return this . content ; }
gets the value of the content 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 content property . for example , to add a new item , do as...
double function ( double arg0 , double arg1 ) { double loc0 = ( 2 * arg1 * arg1 - arg0 * arg0 ) / ( 2 * arg1 * arg1 ) ; double loc1 = Math . toDegrees ( Math . acos ( loc0 ) ) ; return 360 / loc1 ; }
return amount of corners in polygon concode_field_sep PlaceHolder placeHolder concode_field_sep double getAngleInPolygon concode_elem_sep double getAngleBetweenPoints concode_elem_sep Point getIntersection concode_elem_sep Point getIntersection
ILoggerFactory function ( ) { return loggerFactory ; }
returns the logger factory . concode_field_sep String LOGGER_FACTORY_CLASS concode_elem_sep StaticLoggerBinder SINGLETON concode_elem_sep Task task concode_elem_sep String REQUESTED_API_VERSION concode_elem_sep ILoggerFactory loggerFactory concode_field_sep void setTask concode_elem_sep String getLoggerFactoryClassStr ...
boolean function ( UseSite arg0 ) { Node loc0 = arg0 . loc0 ; Node loc1 = loc0 . getParent ( ) ; return ( loc1 . getFirstChild ( ) == loc0 ) && loc1 . isCall ( ) ; }
determines if the name node acts as the function name in a call expression . concode_field_sep AbstractCompiler compiler concode_field_sep void process concode_elem_sep void process concode_elem_sep boolean callResultsMaybeUsed concode_elem_sep void rewriteReturns
String function ( long arg0 ) { int loc0 = 1000 ; if ( arg0 < loc0 ) { return arg0 + "srini_string" ; } int loc1 = ( int ) ( Math . log ( arg0 ) / Math . log ( loc0 ) ) ; String loc2 = "srini_string" + "srini_string" . charAt ( loc1 - 1 ) ; return String . format ( "srini_string" , arg0 / Math . pow ( loc0 , loc1 ) , l...
if having a size in bytes and wanting to print this in human friendly \ format with xx kb , xx mb , xx gb instead of a large byte number . concode_field_sep PlaceHolder placeHolder concode_field_sep placeholderType placeHolder
TriggerBuilder < T > function ( String arg0 ) { this . description = arg0 ; return this ; }
set the given human-meaningful description of the trigger . concode_field_sep String calendarName concode_elem_sep Date startTime concode_elem_sep int priority concode_elem_sep ScheduleBuilder<?> scheduleBuilder concode_elem_sep String description concode_elem_sep JobKey jobKey concode_elem_sep Date endTime concode_ele...
void function ( Map < String , SQLExceptionTranslator > arg0 ) { this . translators . putAll ( arg0 ) ; }
setter for a map of sqlexceptiontranslator references where the key mustbe the database name as defined in the sql-error-codes . xml file.note that any existing translators will remain unless there is a match in the database name , at which point the new translator will replace the existing one . concode_field_sep Map<...
void function ( float arg0 ) { this . y = arg0 ; }
dom : implements svgpoint #sety float . concode_field_sep float x concode_elem_sep float y concode_field_sep SVGPoint matrixTransform concode_elem_sep SVGPoint matrixTransform concode_elem_sep float getX concode_elem_sep void setX concode_elem_sep float getY
String function ( ) { return this . description ; }
get the description of the command concode_field_sep String help concode_elem_sep String name concode_elem_sep String description concode_field_sep String getName concode_elem_sep String getHelp concode_elem_sep void setManager concode_elem_sep boolean execute concode_elem_sep void setConfig
void function ( ) { refresh ( spyOn ) ; }
refresh scrollspy after elements have been added to or removed from the dom . concode_field_sep Element spyOn concode_elem_sep String target concode_field_sep void init concode_elem_sep ScrollSpy scrollSpy concode_elem_sep ScrollSpy scrollSpy concode_elem_sep ScrollSpy scrollSpy concode_elem_sep ScrollSpy scrollSpy con...
List < String > function ( ) { return checkoutConflicts ; }
returns a list of paths that cause a checkout conflict . these paths prevent the operation from even starting . concode_field_sep List<String> checkoutConflicts concode_elem_sep Map<String,MergeFailureReason> failingPaths concode_elem_sep ObjectId newHead concode_elem_sep MergeStrategy mergeStrategy concode_elem_sep Ob...
String function ( ) { return mappingSpec ; }
the property defining how this column is mapped into accumulo concode_field_sep String columnType concode_elem_sep String mappingSpec concode_elem_sep ColumnEncoding encoding concode_elem_sep String columnName concode_field_sep ColumnEncoding getEncoding concode_elem_sep String getColumnType concode_elem_sep String get...
boolean function ( ) { return _visibility ; }
test the visibility flag of this figure . note that this flag does not indicate whether the figure is actually visible on the screen , as one if its ancestors may not be visible . concode_field_sep boolean _visibility concode_elem_sep Object _userObject concode_elem_sep String _toolTipText concode_elem_sep CanvasCompon...
BigInteger function ( ) { return nidNumberFather ; }
gets the nid number father . concode_field_sep BigInteger nidNumber concode_elem_sep String occupation concode_elem_sep String nameOfFather concode_elem_sep Gender gender concode_elem_sep Integer simReistrationAppplicantId concode_elem_sep String mobileNumber concode_elem_sep BigInteger nidNumberFather concode_elem_sep...
byte [ ] function ( ) { return securityHandler . getEncryptionKey ( ) ; }
gets the encryption key used by the security handler when encrypting data . concode_field_sep Logger logger concode_elem_sep EncryptionDictionary encryptDictionary concode_elem_sep SecurityHandler securityHandler concode_elem_sep boolean foundJCE concode_field_sep boolean isAuthorized concode_elem_sep EncryptionDiction...
R function ( FormalParameterRest arg0 ) { R loc0 = null ; arg0 . f0 . accept ( this ) ; arg0 . f1 . accept ( this ) ; return loc0 ; }
f0 - > '' , '' f1 - > formalparameter concode_field_sep PlaceHolder placeHolder concode_field_sep placeholderType placeHolder
DisplayMode [ ] function ( ) { return new DisplayMode [ 0 ] ; }
return an array of all available display modes . this implementation returns a 0-length array , so subclasses must override this . concode_field_sep DisplayMode mode concode_elem_sep Rectangle fullScreenOldBounds concode_elem_sep int TYPE_PRINTER concode_elem_sep int TYPE_RASTER_SCREEN concode_elem_sep int TYPE_IMAGE_B...
void function ( final EvolutionaryAlgorithm arg0 ) { this . owner = arg0 ; }
init this operator . this allows the ea to be defined . concode_field_sep EvolutionaryAlgorithm owner concode_field_sep NEATNeuronGene findBestNeuron concode_elem_sep int parentsNeeded concode_elem_sep void addNeuronID concode_elem_sep int offspringProduced concode_elem_sep void performOperation concode_elem_sep NEATGe...
Class < ? > function ( int arg0 ) { return Object . class ; }
returns the class for all object instances in the specified column . concode_field_sep long serialVersionUID concode_elem_sep EventListenerList listenerList concode_field_sep T[] getListeners concode_elem_sep void addTableModelListener concode_elem_sep void removeTableModelListener concode_elem_sep void fireTableStruct...
int function ( ) { List < A > loc0 = this ; int loc1 = 0 ; while ( loc0 . tail != null ) { loc1 = loc1 * 41 + ( head != null ? head . hashCode ( ) : 0 ) ; loc0 = loc0 . tail ; } return loc1 ; }
compute a hash code , overrides object concode_field_sep A head concode_elem_sep List<A> tail concode_field_sep boolean isEmpty concode_elem_sep int length concode_elem_sep List<A> prepend concode_elem_sep boolean nonEmpty concode_elem_sep List<A> reverse concode_elem_sep List<A> appendList concode_elem_sep boolean con...
boolean function ( IServer arg0 ) { ArrayList < Object > loc0 = idToConcerned . get ( arg0 . getId ( ) ) ; if ( loc0 != null && loc0 . size ( ) > 0 ) return true ; return false ; }
are there any concerned citizens for this server ? concode_field_sep HashMap<String,ClassLoader> idToLoader concode_elem_sep HashMap<String,ArrayList<Object>> idToConcerned concode_field_sep void loadClassLoader concode_elem_sep URLClassLoader createClassLoader concode_elem_sep ClassLoader getClassLoader concode_elem_s...
IndexKey [ ] function ( ) { return listOfKeys . toArray ( new IndexKey [ listOfKeys . size ( ) ] ) ; }
below method will return the one node indexes concode_field_sep BTreeNode[] children concode_elem_sep List<IndexKey> listOfKeys concode_field_sep void setNextNode concode_elem_sep MeasureColumnDataChunk[] getMeasureChunks concode_elem_sep byte[][] getColumnsMaxValue concode_elem_sep BTreeNode getChild concode_elem_sep ...
void function ( ) { showFeedback ( "srini_string" ) ; updateProgress ( "srini_string" , 0 ) ; }
used to communicate a cancel operation from the whitebox gui . concode_field_sep String[] args concode_elem_sep boolean cancelOp concode_elem_sep WhiteboxPluginHost myHost concode_elem_sep String previousProgressLabel concode_elem_sep int previousProgress concode_elem_sep boolean amIActive concode_field_sep String getN...
ResultMatcher function ( final String arg0 ) { return new ResultMatcher ( ) { @ Override public void match ( MvcResult arg1 ) throws Exception { assertEquals ( "srini_string" , arg0 , arg1 . getResponse ( ) . getContentAsString ( ) ) ; } } ; }
assert the response body content as a string . concode_field_sep XmlExpectationsHelper xmlHelper concode_elem_sep JsonExpectationsHelper jsonHelper concode_field_sep ResultMatcher node concode_elem_sep ResultMatcher contentTypeCompatibleWith concode_elem_sep ResultMatcher contentTypeCompatibleWith concode_elem_sep Resu...
String [ ] function ( String arg0 ) { return m_req . getParameterValues ( arg0 ) ; }
get a string multi-valued parameter by name . concode_field_sep HttpServletRequest m_req concode_field_sep int getInt concode_elem_sep int getInt concode_elem_sep Properties getProperties concode_elem_sep String get concode_elem_sep String getCleanString concode_elem_sep String getPath concode_elem_sep boolean getBoole...
String function ( ) { return name ; }
returns the name of the method described by this object . concode_field_sep String name concode_elem_sep Map<String,String> DESCRIPTORS concode_elem_sep String desc concode_field_sep String getDescriptor concode_elem_sep Type[] getArgumentTypes concode_elem_sep Type getReturnType concode_elem_sep int hashCode concode_e...
boolean function ( ) { return link ; }
gets the value of the link property . concode_field_sep List<Node> node concode_elem_sep boolean expanded concode_elem_sep boolean link concode_elem_sep String id concode_elem_sep String label concode_elem_sep boolean leaf concode_elem_sep ContentDescriptor contentDescriptor concode_field_sep boolean isExpanded concode...
String function ( ) { return username ; }
get username concode_field_sep String password concode_elem_sep String phone concode_elem_sep String lastName concode_elem_sep Integer userStatus concode_elem_sep String username concode_elem_sep Long id concode_elem_sep String firstName concode_elem_sep String email concode_field_sep String getPhone concode_elem_sep U...
double function ( String [ ] arg0 ) { String loc0 = arg0 [ 3 ] ; try { return Double . parseDouble ( loc0 ) ; } catch ( NumberFormatException loc1 ) { throw new FormatParseException ( "srini_string" + loc0 + "srini_string" , loc1 ) ; } }
extracts the metric value from the given parts . concode_field_sep Charset UTF_8 concode_elem_sep String name concode_elem_sep Map<String,String> tags concode_field_sep Map<String,String> getMetricTags concode_elem_sep int hashCode concode_elem_sep boolean equals concode_elem_sep Instant getMetricTimestamp concode_elem...
long function ( com . liferay . portal . kernel . dao . orm . DynamicQuery arg0 ) { return getService ( ) . dynamicQueryCount ( arg0 ) ; }
returns the number of rows matching the dynamic query . concode_field_sep DLSyncEventLocalService _service concode_field_sep java.lang.String getOSGiServiceIdentifier concode_elem_sep com.liferay.portal.kernel.dao.orm.ActionableDynamicQuery getActionableDynamicQuery concode_elem_sep void deleteDLSyncEvents concode_elem...
SnapshotInfo function ( StreamInput arg0 ) { SnapshotInfo loc0 = new SnapshotInfo ( ) ; loc0 . readFrom ( arg0 ) ; return loc0 ; }
reads snapshot information from stream input concode_field_sep String reason concode_elem_sep XContentBuilderString TOTAL concode_elem_sep XContentBuilderString STATE concode_elem_sep List<SnapshotShardFailure> shardFailures concode_elem_sep XContentBuilderString START_TIME concode_elem_sep XContentBuilderString SHARDS...
double function ( final T arg0 ) { double loc0 = 0 ; for ( int loc1 = 0 ; loc1 < probabilities . length ; loc1 ++ ) { if ( ( arg0 == null && singletons . get ( loc1 ) == null ) || ( arg0 != null && arg0 . equals ( singletons . get ( loc1 ) ) ) ) { loc0 += probabilities [ loc1 ] ; } } return loc0 ; }
for a random variable x whose values are distributed according tothis distribution , this method returns p x = x . in other words , this method represents the probability mass function pmf for the distribution . note that if x1 and x2 satisfy x1.equals x2 , or both are null , then probability x1 = probability x2 . conc...
JAXBElement < BigInteger > function ( BigInteger arg0 ) { return new JAXBElement < BigInteger > ( _EncryptionMethodTypeKeySize_QNAME , BigInteger . class , EncryptionMethodType . class , arg0 ) ; }
create an instance of jaxbelement concode_field_sep QName _EncryptionMethodTypeOAEPparams_QNAME concode_elem_sep QName _AgreementMethodRecipientKeyInfo_QNAME concode_elem_sep QName _AgreementMethodOriginatorKeyInfo_QNAME concode_elem_sep QName _EncryptionMethodTypeKeySize_QNAME concode_elem_sep QName _ReferenceListData...
Object function ( ) { if ( this . size == 0 ) { throw new EmptyStackException ( ) ; } this . size -= 1 ; final Object loc0 = this . contents [ this . size ] ; this . contents [ this . size ] = null ; return loc0 ; }
removes and returns the object from the top of the stack . concode_field_sep int size concode_elem_sep Object[] contents concode_elem_sep int initialSize concode_field_sep int size concode_elem_sep Object get concode_elem_sep boolean isEmpty concode_elem_sep Object clone concode_elem_sep void clear concode_elem_sep voi...
void function ( String arg0 ) { this . name = arg0 ; }
set the visual name . concode_field_sep String name concode_elem_sep int textureWidth concode_elem_sep String contentNodeName concode_elem_sep int textureHeight concode_elem_sep Collection<Geometry> geometries concode_elem_sep String NAME_PREFIX concode_elem_sep int[] texturePixels concode_field_sep boolean hasTexture ...
float function ( ) { return this . quality ; }
returns the quality of the image encoding , which is a number in the range 0.0 f to 1.0 f higher values give better quality output , but larger file sizes . the default value is 0.95 f. concode_field_sep float quality concode_field_sep byte[] encode concode_elem_sep void encode concode_elem_sep void setQuality concode_...
String function ( ) { return encoding ; }
get the character encoding for a byte stream or uri . this value will be ignored when the application provides a character stream . concode_field_sep String systemId concode_elem_sep Reader characterStream concode_elem_sep InputStream byteStream concode_elem_sep String encoding concode_elem_sep String publicId concode_...
ClarionString function ( String arg0 ) { return new ClarionString ( arg0 ) ; }
get dos path from long path concode_field_sep String path concode_elem_sep int FA_HIDDEN concode_elem_sep Pattern absolute concode_elem_sep int FA_DIRECTORY concode_elem_sep int FA_READONLY concode_field_sep void deleteFile concode_elem_sep void copyFile concode_elem_sep boolean isFile concode_elem_sep void getDirector...
int function ( ) { return studentId ; }
gets the student id for this student . concode_field_sep int studentId concode_elem_sep String firstName concode_elem_sep String lastName concode_elem_sep String address concode_elem_sep boolean uiToggle concode_elem_sep Set<Course> courses concode_field_sep void setLastName concode_elem_sep void setCourses concode_ele...
Userdetails function ( ) { final Authentication loc0 = getAuthentication ( ) ; Userdetails loc1 = null ; if ( loc0 != null && loc0 . getDetails ( ) instanceof Userdetails ) { loc1 = ( Userdetails ) loc0 . getDetails ( ) ; } return loc1 ; }
gets the user details . concode_field_sep String DEFAULT_USERID concode_field_sep Authentication getAuthentication concode_elem_sep boolean hasRole concode_elem_sep Boolean isAnonymousUser concode_elem_sep String getUserId
void function ( UiManager arg0 ) { UiManager . instance = arg0 ; }
initializes the uimanager singleton . it is best to call this method inside your application #oncreate method . concode_field_sep UiManager instance concode_field_sep boolean isInclusionCriteriaValid concode_elem_sep Step getInclusionCriteriaStep concode_elem_sep List<ActionItem> getMainActionBarItems concode_elem_sep ...
String function ( final String arg0 , final String arg1 ) { return getZynamicsDirectory ( arg0 ) + arg1 + File . separator ; }
returns the directory where the settings configuration file is stored . concode_field_sep PlaceHolder placeHolder concode_field_sep String getMachineConfigFileName concode_elem_sep String getConfigFileName concode_elem_sep String getZynamicsDirectory
void function ( StringBuilder arg0 ) { }
encodes the property using json format . concode_field_sep String defaultValue concode_elem_sep String name concode_elem_sep String value concode_field_sep void resetToDefault concode_elem_sep String getValue concode_elem_sep String getName concode_elem_sep void setValue concode_elem_sep boolean isPersisted concode_ele...
void function ( int arg0 ) { this . n_t = arg0 ; }
sets the severity of change . concode_field_sep FunctionOptimisationProblem fda5_g_problem concode_elem_sep int n_t concode_elem_sep ContinuousFunction fda5_g concode_elem_sep int tau concode_elem_sep int K concode_elem_sep long serialVersionUID concode_elem_sep int M concode_elem_sep int tau_t concode_elem_sep int n c...
void function ( String arg0 ) { this . lang = arg0 ; }
sets the iso 639 language code for this language object . special values are `` und '' for `` undetermined '' and `` off '' indicates an audio track or subtitle should be disabled . concode_field_sep int id concode_elem_sep String lang concode_elem_sep String UND concode_field_sep boolean matchCode concode_elem_sep Str...
void function ( UserBean arg0 ) { arg0 . setColor ( generateColorCode ( ) ) ; userList . add ( arg0 ) ; }
method to add the passed userbean to the current user list concode_field_sep String DEFAULT_COLOR concode_elem_sep Vector colorList concode_elem_sep boolean stamp concode_elem_sep String[] ALL_COLORS concode_elem_sep Log log concode_elem_sep ChatState singleton concode_elem_sep Random generator concode_elem_sep Vector ...
boolean function ( final HttpCacheEntry arg0 ) { return ! hasContentLengthHeader ( arg0 ) || getContentLengthValue ( arg0 ) == arg0 . getResource ( ) . length ( ) ; }
this matters for deciding whether the cache entry is valid to serve as a response . if these values do not match , we might have a partial response concode_field_sep long MAX_AGE concode_field_sep boolean isRevalidatable concode_elem_sep long getResidentTimeSecs concode_elem_sep boolean mayReturnStaleIfError concode_el...
Prediction function ( ) { this . details = null ; return this ; }
removes all the entries added into details . < p > returns a reference to this object so that method calls can be chained together . concode_field_sep Float predictedValue concode_elem_sep com.amazonaws.internal.SdkInternalMap<String,Float> predictedScores concode_elem_sep com.amazonaws.internal.SdkInternalMap<String,S...
void function ( int arg0 , long arg1 ) { Integer [ ] loc0 = { checkStateInRange ( arg0 ) } ; waitForAnyOfStates ( Arrays . asList ( loc0 ) , arg1 ) ; }
wait until the desired state is observed , checking all state transitions since the last time a state was waited on . any intermediate state transitions that is not state are ignored.note : only one waiter allowed at a time ! concode_field_sep AtomicBoolean mWaiting concode_elem_sep String TAG concode_elem_sep LinkedBl...
String function ( ) { return description ; }
a getter for service description concode_field_sep String dstBvsName concode_elem_sep List<ServiceNode> nodes concode_elem_sep String name concode_elem_sep String description concode_elem_sep String srcBvsName concode_elem_sep String tenant concode_field_sep String getName concode_elem_sep List<ServiceNode> getServiceN...
ExtensionList < ProcessKiller > function ( ) { return ExtensionList . lookup ( ProcessKiller . class ) ; }
returns all the registered processkiller descriptors . concode_field_sep long serialVersionUID concode_field_sep boolean kill
void function ( final float [ ] [ ] arg0 ) { for ( int loc0 = 0 ; loc0 < MAXCOORDS ; loc0 ++ ) for ( int loc1 = 0 ; loc1 < MAXCOORDS ; loc1 ++ ) arg0 [ loc0 ] [ loc1 ] = 0 ; for ( int loc0 = 0 ; loc0 < MAXCOORDS ; loc0 ++ ) arg0 [ loc0 ] [ loc0 ] = 1 ; }
make matrix identity matrix concode_field_sep Mapdesc next concode_elem_sep int ncoords concode_elem_sep float clampfactor concode_elem_sep float maxsrate concode_elem_sep float t_steps concode_elem_sep float s_steps concode_elem_sep float maxtrate concode_elem_sep int type concode_elem_sep float bbox_subdividing conco...
void function ( Cell arg0 , int arg1 , short arg2 ) { for ( int loc0 = 0 ; loc0 < cols ; ++ loc0 ) { for ( int loc1 = 0 ; loc1 < rows ; ++ loc1 ) { if ( Math . sqrt ( Math . pow ( arg0 . col - loc0 , 2 ) + Math . pow ( arg0 . row - loc1 , 2 ) ) < arg1 ) { unmarkCell ( new Cell ( loc1 , loc0 ) , arg2 ) ; } } } }
remove this marker from cells within radius or a concode_field_sep short DIR_LEFT concode_elem_sep ArrayList<Cell> revealedCoordinates concode_elem_sep short MARKER2 concode_elem_sep MazeGameSave gameSave concode_elem_sep Cell start concode_elem_sep short DIR_DOWN concode_elem_sep int rows concode_elem_sep int progReve...
void function ( ITimedStatemachine arg0 ) { this . statemachine = arg0 ; }
sets the state machine reference of the event . concode_field_sep boolean periodic concode_elem_sep int index concode_elem_sep ITimedStatemachine statemachine concode_field_sep boolean isPeriodic concode_elem_sep ITimedStatemachine getStatemachine concode_elem_sep int getIndex
void function ( long arg0 ) { _portletItem . setMvccVersion ( arg0 ) ; }
sets the mvcc version of this portlet item . concode_field_sep PortletItem _portletItem concode_field_sep long getClassNameId concode_elem_sep void setExpandoBridgeAttributes concode_elem_sep void setExpandoBridgeAttributes concode_elem_sep void setExpandoBridgeAttributes concode_elem_sep java.lang.String getName conco...
void function ( Document arg0 , DecoratedKey arg1 ) { ByteBuffer loc0 = arg1 . getKey ( ) ; BytesRef loc1 = ByteBufferUtils . loc1 ( loc0 ) ; Field loc2 = new StringField ( FIELD_NAME , loc1 , Store . YES ) ; arg0 . add ( loc2 ) ; }
adds to the specified document the field s associated to the specified raw partition key . concode_field_sep Schema schema concode_elem_sep CFMetaData metadata concode_elem_sep String FIELD_NAME concode_elem_sep IPartitioner partitioner concode_elem_sep AbstractType<?> type concode_field_sep PartitionKeyMapper instance...
void function ( Collection arg0 ) { this . perform ( arg0 . iterator ( ) ) ; }
performs the graph traversion with all elements which are contained in the specified collection . this means that every element of this collection and all elements which are reachable from these elements will be visited . concode_field_sep int linkCount concode_elem_sep Map myVisitedElements concode_elem_sep Iterator m...
String function ( ) { return mapCommandButtonId ; }
gets the component id of the commandbutton , in the map ui , corresponding to this time zone . concode_field_sep Polygon mapPolygon concode_elem_sep String id concode_elem_sep String mapCommandButtonId concode_field_sep boolean isRelevantComponentId concode_elem_sep String getId concode_elem_sep Polygon getMapPolygon
Object function ( String arg0 , Object arg1 , Map < String , String [ ] > arg2 ) { return null ; }
use bindbean instead concode_field_sep int index concode_field_sep void onActionInvocationFinally concode_elem_sep void beforeActionInvocation concode_elem_sep void onInvocationException concode_elem_sep boolean detectClassesChange concode_elem_sep int compareTo concode_elem_sep String getStatus concode_elem_sep void o...
boolean function ( char arg0 ) { return ! ( ( ( arg0 >= 48 ) && ( arg0 <= 57 ) ) || ( ( arg0 >= 65 ) && ( arg0 <= 70 ) ) || ( ( arg0 >= 97 ) && ( arg0 <= 102 ) ) ) ; }
utility method to test if the char is a none hexadecimal char . concode_field_sep Reference reference concode_elem_sep Logger logger concode_elem_sep StringBuilder stringData concode_field_sep String getHexString concode_elem_sep StringBuilder hexToString concode_elem_sep StringBuilder normalizeHex concode_elem_sep Str...