code
stringlengths
20
663
nl
stringlengths
68
7.19k
char function ( ) { if ( inBuf > 0 ) { -- inBuf ; if ( ++ bufpos == bufsize ) bufpos = 0 ; return buffer [ bufpos ] ; } if ( ++ bufpos >= maxNextCharInd ) FillBuff ( ) ; char loc0 = buffer [ bufpos ] ; UpdateLineColumn ( loc0 ) ; return loc0 ; }
read a character . concode_field_sep int bufpos concode_elem_sep boolean prevCharIsLF concode_elem_sep int bufsize concode_elem_sep int available concode_elem_sep int tabSize concode_elem_sep java.io.Reader inputStream concode_elem_sep int line concode_elem_sep boolean staticFlag concode_elem_sep int bufcolumn[] concod...
String [ ] function ( ) { String [ ] loc0 = { "srini_string" } ; return loc0 ; }
used to identify which toolboxes this plugin tool should be listed in . 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 St...
String function ( String arg0 ) { return shuffleSecretMap . get ( arg0 ) ; }
return the secret key registered with the given application . this key is used to authenticate the executors before they can fetch shuffle files written by this application from the external shuffle service . if the specified application is not registered , return null . concode_field_sep ConcurrentHashMap<String,Strin...
void function ( String arg0 ) { getValueBinding ( getJsfEl ( arg0 ) ) . setValue ( FacesContext . getCurrentInstance ( ) , null ) ; }
remove the managed bean based on the bean name . concode_field_sep PlaceHolder placeHolder concode_field_sep String getRequestParameter concode_elem_sep Application getApplication concode_elem_sep ValueBinding getValueBinding concode_elem_sep Object getElValue concode_elem_sep void addInfoMessage concode_elem_sep void ...
void function ( TypedXmlWriter arg0 ) { }
this method is invoked so that extensions to a wsdl : porttype element can be generated . concode_field_sep PlaceHolder placeHolder concode_field_sep void addBindingExtension concode_elem_sep void addBindingOperationExtension concode_elem_sep void addOperationExtension concode_elem_sep void addOperationOutputExtension ...
String function ( ) { return address ; }
gets the address 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_elem_s...
Node function ( Node arg0 ) { Node loc0 = newParameter ( arg0 . getJSType ( ) ) ; loc0 . setVarArgs ( arg0 . isVarArgs ( ) ) ; loc0 . setOptionalArg ( arg0 . isOptionalArg ( ) ) ; return loc0 ; }
copies the parameter specification from the given node . concode_field_sep JSTypeRegistry registry concode_elem_sep Node root concode_field_sep boolean hasOptionalOrVarArgs concode_elem_sep boolean addRequiredParams concode_elem_sep Node newOptionalParameterFromNode concode_elem_sep boolean hasVarArgs concode_elem_sep ...
void function ( final Reprompt arg0 ) { this . reprompt = arg0 ; }
sets the reprompt associated with this response . concode_field_sep OutputSpeech outputSpeech concode_elem_sep Reprompt reprompt concode_elem_sep Card card concode_elem_sep boolean shouldEndSession concode_field_sep Reprompt getReprompt concode_elem_sep SpeechletResponse newTellResponse concode_elem_sep SpeechletRespon...
void function ( boolean arg0 ) { this . friend = arg0 ; }
enables / disables viewing of geo data by `` friends '' . concode_field_sep long serialVersionUID concode_elem_sep boolean contact concode_elem_sep boolean friend concode_elem_sep boolean pub concode_elem_sep boolean family concode_field_sep void setPublic concode_elem_sep void setFamily concode_elem_sep boolean isPubl...
String function ( ) { return this . parentVertex ; }
gets the parent vertex . concode_field_sep String parentVertex concode_elem_sep String expression concode_elem_sep Parameter parameter concode_elem_sep Set<Integer> values concode_elem_sep String name concode_elem_sep ParameterType type concode_elem_sep String value concode_elem_sep Set<String> inputParameters concode_...
void function ( ) { prepareStateTest ( ) ; Entry loc0 = factory . createEntry ( ) ; region . getVertices ( ) . add ( loc0 ) ; assertEquals ( EntryKind . INITIAL , loc0 . getKind ( ) ) ; validator . validate ( loc0 , diagnostics , new HashMap < Object , Object > ( ) ) ; assertWarning ( diagnostics , ISSUE_INITIAL_ENTRY_...
an initial entry should have an outgoing transition concode_field_sep SGraphFactory factory concode_elem_sep BasicDiagnostic diagnostics concode_elem_sep SGraphJavaValidator validator concode_elem_sep StextFactory sTextFactory concode_elem_sep State state concode_elem_sep Region region concode_elem_sep Statechart state...
String function ( ) { return CompomicsWrapper . getJarFilePath ( this . getClass ( ) . getResource ( "srini_string" ) . getPath ( ) , "srini_string" ) ; }
returns the path to the jar file . concode_field_sep FastaCLIInputBean fastaCLIInputBean concode_field_sep void call concode_elem_sep boolean generateTargetDecoyDatabase concode_elem_sep void writeDbProperties concode_elem_sep void main concode_elem_sep String getHeader
boolean function ( CharSequence arg0 , int arg1 ) { return ( beforeCloseBracket ( arg0 , arg1 ) || afterOpenBracket ( arg0 , arg1 ) ) ; }
returns true when the given offset is either just to the right of an open bracket , or just to the left of a close bracket . concode_field_sep String BRACKETS concode_elem_sep String PARTNERS concode_field_sep boolean isAllowedCharInBracket concode_elem_sep int findMatchingBracketInSameStyle concode_elem_sep boolean is...
int function ( ArrayList < String [ ] > arg0 ) { String [ ] loc0 = arg0 . get ( 0 ) ; return Integer . parseInt ( loc0 [ 2 ] ) ; }
returns number of permutations for cross validation concode_field_sep PlaceHolder placeHolder concode_field_sep ArrayList<TheDataModel> getClassifiedData concode_elem_sep int getNoOfExamplesCV concode_elem_sep int getNoOfRows concode_elem_sep int getIndexOfCoordinate concode_elem_sep int getKOfCV concode_elem_sep int g...
double function ( ) { if ( geom [ 0 ] == null || geom [ 1 ] == null ) throw new IllegalArgumentException ( "srini_string" ) ; if ( geom [ 0 ] . isEmpty ( ) || geom [ 1 ] . isEmpty ( ) ) return 0.0 ; computeMinDistance ( ) ; return minDistance ; }
report the distance between the nearest points on the input geometries . concode_field_sep double terminateDistance concode_elem_sep PointLocator ptLocator concode_elem_sep double minDistance concode_elem_sep Geometry[] geom concode_elem_sep GeometryLocation[] minDistanceLocation concode_field_sep GeometryLocation[] ne...
double function ( double arg0 , int arg1 ) { return 360 * ( ( arg0 / ( ( long ) Tile . SIZE << arg1 ) ) - 0.5 ) ; }
converts a pixel x coordinate at a certain zoom level to a longitude coordinate . concode_field_sep PlaceHolder placeHolder concode_field_sep double latitudeToPixelY concode_elem_sep long latitudeToTileY concode_elem_sep int pixelXToTileX concode_elem_sep double longitudeToPixelX concode_elem_sep double tileXToLongitud...
Set < T > function ( final T ... arg0 ) { final HashSet < T > loc0 = new HashSet < T > ( ) ; if ( arg0 != null ) { for ( final T loc1 : arg0 ) { loc0 . add ( loc1 ) ; } } return loc0 ; }
convenient method to newpair a typed set using varargs . concode_field_sep PlaceHolder placeHolder concode_field_sep boolean contains concode_elem_sep Map<K,V> createImmutableMap concode_elem_sep T firstOf concode_elem_sep Iterable<T> iterableOf concode_elem_sep Iterable<T> iterableOf concode_elem_sep Iterable<T> itera...
void function ( ) { final LayoutFeature loc0 = DataNodeLayoutVersion . Feature . FIRST_LAYOUT ; assertTrue ( DataNodeLayoutVersion . supports ( LAST_NON_RESERVED_COMMON_FEATURE , loc0 . getInfo ( ) . getLayoutVersion ( ) ) ) ; assertEquals ( LAST_COMMON_FEATURE . getInfo ( ) . getLayoutVersion ( ) - 1 , loc0 . getInfo ...
test to make sure datanode.feature support previous features concode_field_sep LayoutFeature LAST_NON_RESERVED_COMMON_FEATURE concode_elem_sep LayoutFeature LAST_COMMON_FEATURE concode_field_sep void validateFeatureList concode_elem_sep void testRelease203 concode_elem_sep void testCurrentMinimumCompatibleLayoutVersion...
List < AllocationCommand > function ( ) { return this . commands ; }
get the commands wrapped by this instance concode_field_sep List<AllocationCommand> commands concode_elem_sep Map<String,AllocationCommand.Factory> factories concode_field_sep void registerFactory concode_elem_sep AllocationCommands add concode_elem_sep void writeTo concode_elem_sep AllocationCommands readFrom concode_...
java . util . List function ( com . liferay . portal . kernel . dao . orm . DynamicQuery arg0 , int arg1 , int arg2 ) { return _khuVucLocalService . arg0 ( arg0 , arg1 , arg2 ) ; }
performs a dynamic query on the database and returns a range of the matching rows . useful when paginating results . returns a maximum of end - start instances . start and end are not primary keys , they are indexes in the result set . thus , 0 refers to the first result in the set . setting both start and end to com.l...
long function ( ) { return this . storedFieldsMemoryInBytes ; }
estimation of the stored fields memory usage by a segment . concode_field_sep String INDEX_WRITER_MEMORY_IN_BYTES concode_elem_sep String SIZE concode_elem_sep long storedFieldsMemoryInBytes concode_elem_sep String TERM_VECTORS_MEMORY_IN_BYTES concode_elem_sep String POINTS_MEMORY_IN_BYTES concode_elem_sep String FIXED...
RubyClass function ( String arg0 , RubyClass arg1 ) { IRubyObject loc0 = get ( arg0 ) ; if ( loc0 == null || loc0 . isNil ( ) ) return arg1 ; return ( RubyClass ) loc0 ; }
reads the setting from the options hash . if it is nil or undefined , returns the default value given . if not , ensures it is a rubyclass instance and shares the same allocator as the default value i.e. for the basic types which have their specific allocators , this ensures the passed value is a subclass of them . con...
ImageDownloader function ( Context arg0 ) { return new BaseImageDownloader ( arg0 ) ; }
creates default implementation of imagedownloader - baseimagedownloader concode_field_sep AtomicInteger threadNumber concode_elem_sep String namePrefix concode_elem_sep AtomicInteger poolNumber concode_elem_sep int threadPriority concode_elem_sep ThreadGroup group concode_field_sep BitmapDisplayer createBitmapDisplayer...
String function ( ) { StringBuilder loc0 = new StringBuilder ( ) ; loc0 . append ( "srini_string" ) ; if ( getChangeInfo ( ) != null ) loc0 . append ( "srini_string" + getChangeInfo ( ) ) ; loc0 . append ( "srini_string" ) ; return loc0 . toString ( ) ; }
returns a string representation of this object ; useful for testing and debugging . concode_field_sep ChangeInfo changeInfo concode_field_sep int hashCode concode_elem_sep boolean equals concode_elem_sep AssociateVPCWithHostedZoneResult clone concode_elem_sep AssociateVPCWithHostedZoneResult withChangeInfo concode_elem...
void function ( java . lang . String arg0 ) { this . clickThroughUrl = arg0 ; }
sets the clickthroughurl value for this creativeadassociationupdaterequest . concode_field_sep long[] adIds concode_elem_sep java.util.Calendar endDate concode_elem_sep java.lang.String clickThroughUrl concode_elem_sep java.lang.Object __equalsCalc concode_elem_sep boolean associationStatus concode_elem_sep java.lang.S...
void function ( ViewGroup arg0 ) { emitScrollEvent ( arg0 , ScrollEventType . SCROLL ) ; }
shared by reactscrollview and reacthorizontalscrollview . concode_field_sep long MOMENTUM_DELAY concode_elem_sep String OVER_SCROLL_ALWAYS concode_elem_sep String OVER_SCROLL_NEVER concode_elem_sep String AUTO concode_field_sep void emitScrollMomentumBeginEvent concode_elem_sep int parseOverScrollMode concode_elem_sep ...
void function ( java . math . BigInteger arg0 ) { this . project_id = arg0 ; }
sets the project_id value for this projectversiondata . concode_field_sep org.apache.axis.description.TypeDesc typeDesc concode_elem_sep java.util.Calendar date_order concode_elem_sep java.math.BigInteger project_id concode_elem_sep java.lang.Object __equalsCalc concode_elem_sep java.lang.String name concode_elem_sep j...
java . util . List < InstanceStatusDetails > function ( ) { if ( details == null ) { details = new java . util . ArrayList < InstanceStatusDetails > ( ) ; } return details ; }
returns the value of the details property for this object . concode_field_sep java.util.List<InstanceStatusDetails> details concode_elem_sep String status concode_field_sep InstanceStatusSummary withStatus concode_elem_sep InstanceStatusSummary withDetails concode_elem_sep InstanceStatusSummary withDetails concode_elem...
int [ ] function ( ) { return bonus ; }
gets the array of bonuses . concode_field_sep boolean stackable concode_elem_sep ItemDefinition[] definitions concode_elem_sep int highAlcValue concode_elem_sep int notedId concode_elem_sep int lowAlcValue concode_elem_sep String examine concode_elem_sep int[] bonus concode_elem_sep int parentId concode_elem_sep int sp...
void function ( ActivityInstrumentationTestCase2 arg0 , final ContentView arg1 , TestCallbackHelperContainer arg2 , String arg3 ) { int [ ] loc0 = getClickTargetForNode ( arg1 , arg2 , arg3 ) ; TouchCommon loc1 = new TouchCommon ( arg0 ) ; loc1 . singleClickView ( arg1 , loc0 [ 0 ] , loc0 [ 1 ] ) ; }
click a dom node by its id . concode_field_sep PlaceHolder placeHolder concode_field_sep Rect getNodeBounds concode_elem_sep String getNodeContents concode_elem_sep void scrollNodeIntoView concode_elem_sep void focusNode concode_elem_sep void longPressNode concode_elem_sep int[] getClickTargetForNode
DescribeReservedNodesResult function ( String arg0 ) { this . marker = arg0 ; return this ; }
a value that indicates the starting point for the next set of response records in a subsequent request . if a value is returned in a response , you can retrieve the next set of records by providing this returned marker value in the marker parameter and retrying the command . if the marker field is empty , all response ...
void function ( ) { m_MinLevel = Level . valueOf ( m_Properties . getProperty ( "srini_string" , "srini_string" ) ) ; }
initializes the logger . concode_field_sep Level m_MinLevel concode_elem_sep SimpleDateFormat m_DateFormat concode_elem_sep String PROPERTIES_FILE concode_elem_sep Properties m_Properties concode_elem_sep Logger m_Singleton concode_elem_sep int m_Order concode_field_sep String[] getLocation concode_elem_sep Level getMi...
int function ( ) { return count ; }
returns the size of this table . concode_field_sep Entry next concode_elem_sep int count concode_elem_sep int INITIAL_CAPACITY concode_elem_sep Object value concode_elem_sep Entry[] table concode_elem_sep int hash concode_elem_sep Object key concode_field_sep Object item concode_elem_sep Object get concode_elem_sep voi...
String function ( ) { return phoneNumber ; }
gets the customer 's phone number . concode_field_sep String phoneNumber concode_elem_sep Address streetAddress concode_elem_sep String name concode_elem_sep int customerId concode_elem_sep Database<Customer> _customerDatabase concode_field_sep void setName concode_elem_sep int getKey concode_elem_sep String getName co...
void function ( BundleContext arg0 ) { context = null ; logger . debug ( "srini_string" ) ; }
called whenever the osgi framework stops our bundle concode_field_sep Logger logger concode_elem_sep BundleContext context concode_field_sep void start concode_elem_sep BundleContext getContext
Date function ( final String arg0 ) { return convertStringToDate ( getDatePattern ( ) , arg0 ) ; }
this method converts a string to a date using the datepattern concode_field_sep Log log concode_elem_sep String TIME_PATTERN concode_field_sep String getDateTimePattern concode_elem_sep String getDateTime concode_elem_sep String getDatePattern concode_elem_sep String getDate concode_elem_sep String convertDateToString ...
PlanetName function ( ) { return planetName ; }
returns the planet name . concode_field_sep PlanetName planetName concode_elem_sep int offset concode_elem_sep String property concode_elem_sep String type concode_field_sep String getProperty concode_elem_sep String getType concode_elem_sep int hashCode concode_elem_sep int getOffset concode_elem_sep boolean equals co...
void function ( long arg0 , int arg1 ) { memIntf . setMemorySegment ( arg0 , MemoryBuffer . wrap ( memIntf . getLayout ( ) , new byte [ memIntf . getLayout ( ) . intSize ] ) . putInt ( arg1 ) . getBytes ( ) ) ; }
write integer to address . note : size of integer depends on platform type . concode_field_sep MemoryInterface memIntf concode_field_sep void setByteValueOf concode_elem_sep long getLongValueOf concode_elem_sep short getShortValueOf concode_elem_sep void setInt64ValueOf concode_elem_sep int getInt32ValueOf concode_elem...
int function ( int arg0 ) { if ( arg0 > 0 ) { final int loc0 = isReverse ( ) ? getLast ( ) - arg0 + 1 : arg0 ; int loc1 ; while ( ( loc1 = next ( ) ) != DTMAxisIterator . END ) { if ( loc0 == getPosition ( ) ) { return loc1 ; } } } return END ; }
return the node at the given position . concode_field_sep int _position concode_elem_sep int _startNode concode_elem_sep int _last concode_elem_sep boolean _includeSelf concode_elem_sep boolean _isRestartable concode_elem_sep int _markedNode concode_field_sep DTMAxisIterator cloneIterator concode_elem_sep DTMAxisIterat...
List < Token > function ( ) { return tokens ; }
gets the tokens in the sequence concode_field_sep String string concode_elem_sep StringBuilder builder concode_elem_sep List<Token> tokens concode_field_sep int length concode_elem_sep void clear concode_elem_sep TokenSequence[] splitOnAny concode_elem_sep TokenSequence parse concode_elem_sep TokenSequence subSequence ...
SourceCode function ( ) { return sourceCode ; }
gets the value of the sourcecode property . concode_field_sep SourceCode sourceCode concode_elem_sep ResourceType templateRef concode_elem_sep Documentation documentation concode_elem_sep String id concode_elem_sep String title concode_elem_sep Example example concode_field_sep void setTemplateRef concode_elem_sep Stri...
void function ( SelectionKey arg0 ) { if ( selectorThread == Thread . currentThread ( ) ) { arg0 . interestOps ( READ_WRITE_OPS ) ; } else { selectionKeyQueue . add ( arg0 ) ; wakeup ( ) ; } }
fastcore use this method to register the wish of changing interest operations.we will change the interest operations into both read and write . if the change is invoked in the selector thread , we change it directly . otherwise , we save it into the queue and wakeup the selector to register the change . concode_field_s...
String function ( String arg0 , CubeCommand arg1 ) { String loc0 = arg0 + "srini_string" + arg1 . getClass ( ) . getSimpleName ( ) ; return loc0 ; }
get the key based on the serial and channel this is can be used to find duplicated commands in the queue concode_field_sep CubeCommand cubeCommand concode_elem_sep String serialNumber concode_elem_sep int commandId concode_elem_sep ChannelUID channelUID concode_elem_sep int id concode_elem_sep Command command concode_e...
void function ( String arg0 ) { payload . setBadge ( arg0 ) ; }
sets the badge value of string to the payload . concode_field_sep Payload payload concode_elem_sep Set<String> deviceTokens concode_field_sep void addDeviceToken concode_elem_sep String getAlert concode_elem_sep String getSingleDeviceToken concode_elem_sep void setSound concode_elem_sep Set<String> getDeviceTokens conc...
void function ( OutputBuffer arg0 ) { }
set the next buffer in the filter pipeline . concode_field_sep PlaceHolder placeHolder concode_field_sep void recycle concode_elem_sep void setResponse concode_elem_sep long end concode_elem_sep int doWrite concode_elem_sep long getBytesWritten
void function ( LogNode arg0 ) { mLogNode = arg0 ; }
sets the lognode data will be sent to . concode_field_sep int ERROR concode_elem_sep int VERBOSE concode_elem_sep int WARN concode_elem_sep int NONE concode_elem_sep int ASSERT concode_elem_sep int DEBUG concode_elem_sep LogNode mLogNode concode_elem_sep int INFO concode_field_sep void println concode_elem_sep void pri...
void function ( SlotAvailabilityListener arg0 ) { synchronized ( instanceLock ) { if ( this . slotAvailabilityListener != null ) { throw new IllegalStateException ( "srini_string" ) ; } else { this . slotAvailabilityListener = arg0 ; } } }
sets the listener that receives notifications for slot availability . concode_field_sep Object instanceLock concode_elem_sep ActorGateway actorGateway concode_elem_sep SlotAvailabilityListener slotAvailabilityListener concode_elem_sep long lastReceivedHeartBeat concode_elem_sep HardwareDescription resources concode_ele...
boolean function ( ) { if ( suppress == null ) { return false ; } else { return suppress ; } }
gets the value of the suppress property . concode_field_sep StationMessage.Msg msg concode_elem_sep String sev concode_elem_sep String crs concode_elem_sep MsgCategoryType cat concode_elem_sep List<StationMessage.Station> station concode_elem_sep long serialVersionUID concode_elem_sep int id concode_elem_sep Boolean su...
void function ( String arg0 ) { enabledAttributes . remove ( arg0 ) ; }
removes the specified attribute name from the list of enabled attributes , thus preventing attributechangenotification s for this attribute from passing through the filter . if the attribute is not enabled , this has no effect . concode_field_sep long serialVersionUID concode_elem_sep Vector<String> enabledAttributes c...
boolean function ( int arg0 ) { int loc0 = arg0 / ( w + 1 ) ; int loc1 = arg0 % ( w + 1 ) ; assert loc1 >= 0 ; return w - loc1 + minErrors [ loc0 ] <= n ; }
returns true if the state in any levenshtein dfa is an accept state final state . concode_field_sep int MAXIMUM_SUPPORTED_DISTANCE concode_elem_sep ParametricDescription descriptions[] concode_elem_sep long[] MASKS concode_elem_sep int rangeLower[] concode_elem_sep int w concode_elem_sep int numRanges concode_elem_sep ...
void function ( boolean arg0 ) { this . override = arg0 ; }
flag to indicate that user accounts can be updated as well as created . concode_field_sep ScimUserProvisioning scimUserProvisioning concode_elem_sep boolean override concode_elem_sep Log logger concode_elem_sep ScimGroupProvisioning scimGroupProvisioning concode_elem_sep ScimGroupMembershipManager membershipManager con...
ExecutorShuffleInfo function ( String arg0 ) { return new ExecutorShuffleInfo ( localDirs , subDirsPerLocalDir , arg0 ) ; }
creates an executorshuffleinfo object based on the given shuffle manager which targets this context 's directories . concode_field_sep int subDirsPerLocalDir concode_elem_sep String[] localDirs concode_field_sep void cleanup concode_elem_sep void create concode_elem_sep void insertSortShuffleData concode_elem_sep void ...
int function ( ) { return height ; }
returns image height . concode_field_sep int width concode_elem_sep URL url concode_elem_sep int height concode_field_sep URL getURL concode_elem_sep int getWidth
void function ( EObject arg0 ) { }
default implementation does nothing , for those applications that do not support creation notifications . concode_field_sep Map nameFeatureMap concode_elem_sep Object NULL_TOKEN concode_field_sep boolean shouldOverrideCopyOperation concode_elem_sep void setName concode_elem_sep boolean canContain concode_elem_sep XMLRe...
ImportRestApiResult function ( String arg0 ) { setId ( arg0 ) ; return this ; }
the api 's identifier . this identifier is unique across all of your apis in amazon api gateway . concode_field_sep java.util.Date createdDate concode_elem_sep java.util.List<String> warnings concode_elem_sep String name concode_elem_sep String description concode_elem_sep String id concode_field_sep void setName conco...
void function ( Object arg0 ) { List loc0 = new ArrayList ( ) ; loc0 . add ( arg0 ) ; this . perform ( loc0 . iterator ( ) ) ; }
performs the graph traversion with a single root element . so this root element and all elements which are reachable from this root elements will be visited . concode_field_sep int linkCount concode_elem_sep Map myVisitedElements concode_elem_sep Iterator myElements concode_elem_sep boolean done concode_field_sep boole...
long function ( ) { return legacyGenerationStampLimit ; }
gets the value of the generation stamp that delineates sequential and random block ids . concode_field_sep GenerationStamp legacyGenerationStamp concode_elem_sep SequentialBlockGroupIdGenerator blockGroupIdGenerator concode_elem_sep GenerationStamp generationStamp concode_elem_sep SequentialBlockIdGenerator blockIdGene...
String function ( ) { int loc0 = readByte ( ) ; int loc1 = readInt ( loc0 , PREFIX_8_BITS ) ; byte [ ] loc2 = new byte [ loc1 ] ; bytesLeft -= loc1 ; in . readFully ( loc2 ) ; return new String ( loc2 , "srini_string" ) ; }
reads a utf-8 encoded string . since ascii is a subset of utf-8 , this method may be used to read strings that are known to be ascii-only . concode_field_sep int PREFIX_6_BITS concode_elem_sep int PREFIX_8_BITS concode_elem_sep DataInputStream in concode_elem_sep int PREFIX_5_BITS concode_elem_sep List<HeaderEntry> INI...
void function ( BaseSpringSystem arg0 ) { mSpringSystem = arg0 ; }
set the basespringsystem that the springlooper will call back to . concode_field_sep BaseSpringSystem mSpringSystem concode_field_sep void stop concode_elem_sep void start
void function ( ) { removedPositions . clear ( ) ; removedPositionCount = 0 ; addedPositions . clear ( ) ; }
stop reconciling positions . concode_field_sep StyledTextXtextAdapter styledTextXtextAdapter concode_elem_sep ISemanticHighlightingCalculator calculator concode_elem_sep ITextAttributeProvider attributeProvider concode_elem_sep HighlightingPresenter presenter concode_elem_sep List<AttributedPosition> removedPositions c...
JobScheduleUpdateHeaders function ( String arg0 ) { this . clientRequestId = arg0 ; return this ; }
set the clientrequestid value . concode_field_sep String dataServiceId concode_elem_sep String clientRequestId concode_elem_sep String requestId concode_elem_sep String eTag concode_elem_sep DateTimeRfc1123 lastModified concode_field_sep JobScheduleUpdateHeaders withDataServiceId concode_elem_sep JobScheduleUpdateHeade...
void function ( FileInfo arg0 ) { this . file = arg0 ; }
sets the file . concode_field_sep Long storyId concode_elem_sep FileInfo file concode_elem_sep String link concode_elem_sep String description concode_elem_sep Long id concode_elem_sep String title concode_elem_sep String linkForDisplay concode_elem_sep Integer version concode_field_sep Integer getVersion concode_elem_...
Writer function ( @ Nonnull final String arg0 , @ Nonnull final Charset arg1 , @ Nonnull final EAppend arg2 ) { return getResource ( arg0 ) . getWriter ( arg1 , arg2 ) ; }
get the writer relative to the base path . concode_field_sep PlaceHolder placeHolder concode_field_sep FileIOError deleteFile concode_elem_sep FileIOError deleteFile concode_elem_sep ESuccess appendFile concode_elem_sep ESuccess appendFile concode_elem_sep FileIOError renameFile concode_elem_sep ESuccess saveFile conco...
long function ( ) { return droppedPackets ; }
method description concode_field_sep String name concode_elem_sep long droppedPackets concode_elem_sep ArrayList<E> workerThreads concode_elem_sep Logger log concode_elem_sep int numWorkerThreads concode_field_sep boolean addItem concode_elem_sep int getTotalRuns concode_elem_sep String getName concode_elem_sep int get...
boolean function ( File arg0 ) { if ( arg0 . isDirectory ( ) ) { String [ ] loc0 = arg0 . list ( ) ; for ( int loc1 = 0 ; loc1 < loc0 . length ; loc1 ++ ) { boolean loc2 = deleteDir ( new File ( arg0 , loc0 [ loc1 ] ) ) ; if ( ! loc2 ) { return false ; } } } return arg0 . delete ( ) ; }
deletes all files and subdirectories under dir . returns true if all deletions were successful . if a deletion fails , the method stops attempting to delete and returns false . concode_field_sep PlaceHolder placeHolder concode_field_sep void setupLibrary concode_elem_sep SVNRepository buildSVNRepository concode_elem_se...
String function ( ) { return taxCode ; }
gets the value of the taxcode property . concode_field_sep double unitPrice concode_elem_sep String comments concode_elem_sep String itemCode concode_elem_sep double qty concode_elem_sep String description concode_elem_sep ArrayOfUDF udFs concode_elem_sep String taxCode concode_elem_sep String warehouseCode concode_fie...
void function ( String arg0 ) { storeSubscriptionManager . unsubscribe ( arg0 ) ; }
remove subscription concode_field_sep StoreNotificationManager storeNotificationManager concode_elem_sep StoreSubscriptionManager storeSubscriptionManager concode_field_sep Map getEventTypes concode_elem_sep void notifyEvent concode_elem_sep void subscribeToEvent concode_elem_sep List<Subscription> getAllSubscriptions
void function ( Boolean arg0 ) { this . isModifiable = arg0 ; }
boolean value where true indicates that this option group option can be changed from the default value . concode_field_sep String applyType concode_elem_sep String allowedValues concode_elem_sep String settingDescription concode_elem_sep String defaultValue concode_elem_sep Boolean isModifiable concode_elem_sep String ...
int function ( ) { return poolSize ; }
returns the default number of worker threads in the thread pool . concode_field_sep Log logger concode_elem_sep int DEFAULT_POOL_SIZE concode_elem_sep ThreadPoolExecutor pool concode_elem_sep boolean die concode_elem_sep int maximumPoolSize concode_elem_sep AgiChannelFactory agiChannelFactory concode_elem_sep int DEFAU...
CBuffer function ( String arg0 ) { return addEntry ( arg0 ) . getValue ( ) ; }
create a new named header , return the cbuffer container for the new value concode_field_sep CBuffer value concode_elem_sep Enumeration<String> EMPTY concode_elem_sep CBuffer key concode_elem_sep CBuffer tmpKey concode_elem_sep BBuffer valueB concode_elem_sep List<Entry> entries concode_elem_sep int count concode_elem_...
void function ( String arg0 ) { this . fromName = arg0 ; }
sets the name that notification emails will appear to be from . concode_field_sep String emailSubject concode_elem_sep Map<String,String> jidBanMap concode_elem_sep String emailBody concode_elem_sep String fromName concode_elem_sep Map<String,String> domainBanMap concode_elem_sep String fromEmail concode_elem_sep List<...
String function ( ) { String loc0 = this . getClass ( ) . getSimpleName ( ) ; final String loc1 = ResourceAnalyzer . class . getSimpleName ( ) ; if ( loc0 . endsWith ( loc1 ) ) { return loc0 . substring ( 0 , loc0 . length ( ) - loc1 . length ( ) ) ; } else { return loc0 ; } }
name of the resource analyzed . by default extracted from the class name , but can be overridden by the subclasses . concode_field_sep int[] initialValues concode_elem_sep int[] endingValues concode_elem_sep List<ResourceAnalyzer> ras concode_elem_sep String tagLine concode_elem_sep Log LOG concode_field_sep int getVal...
java . util . Date function ( ) { return this . creationDate ; }
the date and time the certificate was created . concode_field_sep String certificateArn concode_elem_sep String certificateId concode_elem_sep java.util.Date creationDate concode_elem_sep String status concode_field_sep Certificate withStatus concode_elem_sep Certificate withStatus concode_elem_sep Certificate withCrea...
java . lang . String function ( ) { return HOST_RQ ; }
gets the host_rq value for this bodyrq . concode_field_sep java.lang.String OPCION concode_elem_sep java.lang.Object __equalsCalc concode_elem_sep java.lang.String ME concode_elem_sep boolean __hashCodeCalc concode_elem_sep org.apache.axis.description.TypeDesc typeDesc concode_elem_sep java.lang.String HOST_RQ concode_...
int function ( ) { return 1 ; }
get the minimal number of arguments needed . the command opcode is included in the number of arguments . concode_field_sep PlaceHolder placeHolder concode_field_sep int getMaximalArgsCountNeeded concode_elem_sep boolean canExecute concode_elem_sep CmdType getType concode_elem_sep void execute
void function ( ) { TestUtil . setTestDataFolder ( "srini_string" ) ; ProxySelector loc0 = new FirefoxProxySearchStrategy ( ) . getProxySelector ( ) ; List < Proxy > loc1 = loc0 . select ( TestUtil . HTTP_TEST_URI ) ; assertEquals ( TestUtil . HTTP_TEST_PROXY , loc1 . get ( 0 ) ) ; }
test method concode_field_sep PlaceHolder placeHolder concode_field_sep void testManualSocks concode_elem_sep void testPac concode_elem_sep void testManualFtp concode_elem_sep void testNone concode_elem_sep void testManualHttps concode_elem_sep void setup concode_elem_sep void testWhiteList
void function ( java . lang . String arg0 ) { this . uniqueId = arg0 ; }
sets the uniqueid value for this wsdroppeditem . concode_field_sep java.lang.String revisionID concode_elem_sep org.apache.axis.description.TypeDesc typeDesc concode_elem_sep java.lang.String insertionUserName concode_elem_sep java.lang.String conceptName concode_elem_sep java.lang.Long insertionTime concode_elem_sep j...
void function ( RepositoryInfo arg0 ) { this . repositoryInfo = arg0 ; }
sets the value of the repositoryinfo property . concode_field_sep RepositoryInfo repositoryInfo concode_field_sep RepositoryInfo getRepositoryInfo
void function ( ) { System . out . println ( "srini_string" ) ; String [ ] loc0 = null ; MithrilWingsSpiderServer . main ( loc0 ) ; fail ( "srini_string" ) ; }
test of main method , of class mithrilwingsspiderserver . concode_field_sep PlaceHolder placeHolder concode_field_sep void testSimpleInitApp concode_elem_sep void setUpClass concode_elem_sep void setUp concode_elem_sep void tearDownClass concode_elem_sep void tearDown
boolean function ( float arg0 ) { return Math . abs ( arg0 ) <= FLOAT_ROUNDING_ERROR ; }
returns true if the value is zero using the default tolerance as upper bound concode_field_sep float radDeg concode_elem_sep double BIG_ENOUGH_ROUND concode_elem_sep int SIN_BITS concode_elem_sep float PI concode_elem_sep Random random concode_elem_sep double BIG_ENOUGH_CEIL concode_elem_sep int BIG_ENOUGH_INT concode_...
boolean function ( int [ ] arg0 , int [ ] arg1 , int arg2 , boolean arg3 ) { if ( arg3 ) { if ( arg0 . length == arg1 . length && arg2 == arg0 . length && ArrayUtil . haveEqualSets ( arg0 , arg1 , arg2 ) ) { return true ; } } else { if ( ArrayUtil . haveEqualArrays ( arg0 , arg1 , arg2 ) ) { return true ; } } return fa...
for sets == true returns true if a and b are the same length and contain the same set of integers . for sets == false returns the result of haveequalarrays a , b , count concode_field_sep PlaceHolder placeHolder concode_field_sep boolean haveEqualSets concode_elem_sep boolean haveEqualArrays concode_elem_sep void copyA...
long function ( ) { return _userGroupGroupRole . getCompanyId ( ) ; }
returns the company id of this user group group role . concode_field_sep UserGroupGroupRole _userGroupGroupRole concode_field_sep boolean isFinderCacheEnabled concode_elem_sep void setExpandoBridgeAttributes concode_elem_sep void setExpandoBridgeAttributes concode_elem_sep void setExpandoBridgeAttributes concode_elem_s...
void function ( Component arg0 , Graphics arg1 , int arg2 , int arg3 ) { Graphics2D loc0 = ( Graphics2D ) arg1 . create ( ) ; paintIcon ( arg0 , loc0 , arg2 , arg3 ) ; loc0 . dispose ( ) ; }
draws the icon to the specified component . concode_field_sep AffineTransform scaleXform concode_elem_sep String PROP_AUTOSIZE concode_elem_sep URI svgURI concode_elem_sep int AUTOSIZE_BESTFIT concode_elem_sep int INTERP_NEAREST_NEIGHBOR concode_elem_sep int autosize concode_elem_sep int AUTOSIZE_HORIZ concode_elem_sep...
String function ( ) { return m_encoding ; }
returns the encoding . concode_field_sep String m_overwrite concode_elem_sep String m_destinationDir concode_elem_sep String m_startPattern concode_elem_sep String m_template concode_elem_sep String m_imageGallery concode_elem_sep String m_locale concode_elem_sep String m_encoding concode_elem_sep String m_endPattern c...
org . apache . axis . description . TypeDesc function ( ) { return typeDesc ; }
return type metadata object concode_field_sep org.apache.axis.description.TypeDesc typeDesc concode_elem_sep java.lang.Long labelId concode_elem_sep java.lang.Object __equalsCalc concode_elem_sep java.lang.Boolean isNegated concode_elem_sep boolean __hashCodeCalc concode_field_sep java.lang.Long getLabelId concode_elem...
Environment function ( ) { return this . env ; }
get environment concode_field_sep NodeTable dictionary concode_elem_sep CQELSEngine engine concode_elem_sep Location location concode_elem_sep ExecutionContext arqExCtx concode_elem_sep Environment env concode_elem_sep Properties config concode_elem_sep HashMap<String,Object> hashMap concode_elem_sep HashMap<Integer,Op...
T function ( ) { try { return remove ( ) ; } catch ( NoSuchElementException loc0 ) { return null ; } }
retrieves and removes the head of this queue . concode_field_sep HashMap<String,LinkedList<T>> queueMap concode_elem_sep LinkedList<LinkedList<T>> queueList concode_field_sep boolean add concode_elem_sep boolean containsAll concode_elem_sep void clear concode_elem_sep boolean isEmpty concode_elem_sep List<T> toList con...
void function ( boolean arg0 ) { boolean loc0 = ! arg0 || getPrinterJob ( ) . printDialog ( ) ; if ( loc0 ) getPrinterJob ( ) . print ( ) ; }
print the report concode_field_sep int Y_FOOT_OFFSET concode_elem_sep PrinterJob _job concode_elem_sep WslReportSection _footer concode_elem_sep int Y_HEAD_OFFSET concode_elem_sep WslReportSection _header concode_elem_sep WslReportSection _body concode_elem_sep int X_OFFSET concode_field_sep void setBodySection concode...
int function ( ) { return point ; }
accessor : returns the current point concode_field_sep String mes concode_elem_sep boolean comeOut concode_elem_sep int credit concode_elem_sep GVdie d1 concode_elem_sep GVdie d2 concode_elem_sep int point concode_field_sep GVdie getDie concode_elem_sep boolean okToRoll concode_elem_sep void setCredits concode_elem_sep...
boolean function ( ) { return keepAliveDefault ; }
returns true if and only if the connection is kept alive unlessthe `` connection '' header is set to `` close '' explicitly . concode_field_sep AsciiString protocolName concode_elem_sep String HTTP_1_0_STRING concode_elem_sep HttpVersion HTTP_1_0 concode_elem_sep Pattern VERSION_PATTERN concode_elem_sep String HTTP_1_1...
ClassComparator function ( ) { return this . comparator ; }
returns the class comparator used to sort the super classes of an object . concode_field_sep ClassComparator comparator concode_elem_sep HashMap classes concode_elem_sep Configuration config concode_field_sep Iterator getRegisteredClasses concode_elem_sep ObjectDescription getSuperClassObjectDescription concode_elem_se...
Looper function ( ) { synchronized ( Looper . class ) { return sMainLooper ; } }
returns the application 's main looper , which lives in the main thread of the application . concode_field_sep String TAG concode_elem_sep Looper sMainLooper concode_elem_sep MessageQueue mQueue concode_elem_sep ThreadLocal<Looper> sThreadLocal concode_elem_sep Thread mThread concode_elem_sep boolean mRun concode_elem_...
SplitZip function ( String arg0 ) { Preconditions . checkNotNull ( arg0 ) ; outputs . add ( new ZipOut ( new FileOutputStream ( arg0 , false ) . getChannel ( ) , arg0 ) ) ; return this ; }
configures an output location . concode_field_sep List<ZipOut> outputs concode_elem_sep Date date concode_elem_sep DosTime dosTime concode_elem_sep List<ZipIn> inputs concode_elem_sep boolean finished concode_elem_sep Map<String,CentralDirectory> centralDirectories concode_elem_sep Set<String> filter concode_elem_sep S...
BundleContext function ( ) { return context ; }
returns the bundle context of this bundle concode_field_sep Logger logger concode_elem_sep BundleContext context concode_field_sep void stop concode_elem_sep void start
void function ( ) { System . out . println ( "srini_string" ) ; Ciudad loc0 = origen ; Ciudad loc1 = instance . getOrigen ( ) ; assertEquals ( loc0 . toString ( ) , loc1 . toString ( ) ) ; }
test of getorigen method , of class servicio . concode_field_sep String descripcion concode_elem_sep float precio concode_elem_sep Set<String> imagenes concode_elem_sep Servicio instance concode_elem_sep Set<Simple> categorias concode_elem_sep Proveedor proveedor concode_elem_sep String idServicio concode_elem_sep Ciud...
void function ( ) { synchronized ( this ) { this . pool . clear ( ) ; this . ready . clear ( ) ; this . inProgress . clear ( ) ; this . unlimited . clear ( ) ; } }
remove all clients from pool and from any other state . concode_field_sep int MAX_QUEUE_LENGTH concode_elem_sep SetQueue<K> ready concode_elem_sep Set<K> unlimited concode_elem_sep Map<K,VariableLinkedBlockingQueue<W>> pool concode_elem_sep Set<K> inProgress concode_field_sep void inProgressToReady concode_elem_sep voi...
String function ( ) { return this . server ; }
getter for server . concode_field_sep List<IMetadataTable> schema concode_elem_sep String server concode_elem_sep List<Map<String,String>> mapping concode_elem_sep int limitRows concode_elem_sep Integer loopLimit concode_elem_sep int headerRow concode_elem_sep String rowSeparator concode_elem_sep String pattern concode...
int function ( int arg0 ) { final int loc0 = Math . round ( ( arg0 * 100 ) / 32 ) ; logger . debug ( "srini_string" + arg0 + "srini_string" + loc0 + "srini_string" ) ; return loc0 ; }
map the radio volume values to percent values receiver volume 0 is 0 % receiver volume 32 is 100 % 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_ele...
String function ( IFileSystemPath arg0 ) { return validatePath ( arg0 . getScopedPath ( ) ) ; }
validates a bucket path . concode_field_sep Pattern PATTERN_PATH concode_elem_sep Pattern PATTERN_BUCKET concode_field_sep String validateBucket concode_elem_sep String validateBucket concode_elem_sep String validatePath
void function ( String arg0 , String arg1 ) { eventProperties . put ( arg0 , arg1 ) ; }
add dynamic property to eventpublisher bean concode_field_sep String eventName concode_elem_sep Properties eventProperties concode_field_sep Properties getEventProperties concode_elem_sep String getEventName