idx
int64
0
100k
question
stringlengths
68
7.19k
target
stringlengths
20
663
30,800
returns the arrays of time for this track concode_field_sep int targetBoneIndex concode_elem_sep float[] times concode_elem_sep CompactVector3Array translations concode_elem_sep CompactVector3Array scales concode_elem_sep CompactQuaternionArray rotations concode_field_sep void read concode_elem_sep void setKeyframes co...
float [ ] function ( ) { return times ; }
30,801
get request header specified jdk logger name suffix . concode_field_sep TracingConfig DEFAULT_CONFIGURATION_TYPE concode_elem_sep List<String> SUMMARY_HEADERS concode_field_sep boolean isTracingSupportEnabled concode_elem_sep TracingLogger.Level getTracingThreshold concode_elem_sep TracingLogger.Level getTracingThresho...
String function ( ContainerRequest arg0 ) { return arg0 . getHeaderString ( TracingLogger . HEADER_LOGGER ) ; }
30,802
auto generated setter method concode_field_sep com.amazon.ec2.CreateImageResponseType localCreateImageResponse concode_elem_sep javax.xml.namespace.QName MY_QNAME concode_field_sep java.lang.String generatePrefix concode_elem_sep void serialize concode_elem_sep void serialize concode_elem_sep void writeQName concode_el...
void function ( com . amazon . ec2 . CreateImageResponseType arg0 ) { this . localCreateImageResponse = arg0 ; }
30,803
determines if the input span intersects with this span concode_field_sep int start concode_elem_sep int end concode_field_sep boolean contains concode_elem_sep int getStart concode_elem_sep String toString concode_elem_sep int compareTo concode_elem_sep int getEnd concode_elem_sep List<Span> calculateNotOverlappingSpan...
boolean function ( Span arg0 ) { int loc0 = arg0 . getStart ( ) ; return this . contains ( arg0 ) || arg0 . contains ( this ) || getStart ( ) <= loc0 && loc0 < getEnd ( ) || loc0 <= getStart ( ) && getStart ( ) < arg0 . getEnd ( ) ; }
30,804
gets the cached last refresh date from a bundle . concode_field_sep String TOKEN_SOURCE_KEY concode_elem_sep long INVALID_BUNDLE_MILLISECONDS concode_elem_sep String TOKEN_KEY concode_elem_sep String PERMISSIONS_KEY concode_elem_sep String EXPIRATION_DATE_KEY concode_elem_sep String DECLINED_PERMISSIONS_KEY concode_ele...
long function ( Bundle arg0 ) { Validate . notNull ( arg0 , "srini_string" ) ; return arg0 . getLong ( LAST_REFRESH_DATE_KEY ) ; }
30,805
returns a string representation of this object ; useful for testing and debugging . concode_field_sep String volumeType concode_elem_sep String volumeARN concode_field_sep void setVolumeARN concode_elem_sep int hashCode concode_elem_sep boolean equals concode_elem_sep VolumeInfo clone concode_elem_sep String getVolumeA...
String function ( ) { StringBuilder loc0 = new StringBuilder ( ) ; loc0 . append ( "srini_string" ) ; if ( getVolumeARN ( ) != null ) loc0 . append ( "srini_string" + getVolumeARN ( ) + "srini_string" ) ; if ( getVolumeType ( ) != null ) loc0 . append ( "srini_string" + getVolumeType ( ) ) ; loc0 . append ( "srini_stri...
30,806
add a new event to the queue . adding a new event to the queue preserves the temporal order of the events in the queue . concode_field_sep long serial concode_elem_sep SortedSet<SimEvent> sortedSet concode_field_sep Iterator<SimEvent> iterator concode_elem_sep boolean removeAll concode_elem_sep int size concode_elem_se...
void function ( SimEvent arg0 ) { arg0 . setSerial ( serial ++ ) ; sortedSet . add ( arg0 ) ; }
30,807
reads the next r bits from standard input and return as an r-bit character . concode_field_sep int buffer concode_elem_sep int EOF concode_elem_sep int n concode_elem_sep BufferedInputStream in concode_field_sep long readLong concode_elem_sep short readShort concode_elem_sep void fillBuffer concode_elem_sep double read...
char function ( int arg0 ) { if ( arg0 < 1 || arg0 > 16 ) throw new IllegalArgumentException ( "srini_string" + arg0 ) ; if ( arg0 == 8 ) return readChar ( ) ; char loc0 = 0 ; for ( int loc1 = 0 ; loc1 < arg0 ; loc1 ++ ) { loc0 <<= 1 ; boolean loc2 = readBoolean ( ) ; if ( loc2 ) loc0 |= 1 ; } return loc0 ; }
30,808
return map of set configuration parameters . concode_field_sep Value binName concode_elem_sep String PackageName concode_elem_sep Value createModule concode_elem_sep AerospikeClient client concode_elem_sep Key key concode_elem_sep WritePolicy policy concode_field_sep void add concode_elem_sep void add concode_elem_sep ...
Map < ? , ? > function ( ) { return ( Map < ? , ? > ) client . execute ( policy , key , PackageName , "srini_string" , binName ) ; }
30,809
gets the value of the remote property . concode_field_sep EjbRefType ejbRefType concode_elem_sep Description description concode_elem_sep String id concode_elem_sep EjbRefName ejbRefName concode_elem_sep Remote remote concode_elem_sep Home home concode_field_sep void setEjbRefName concode_elem_sep Home getHome concode_...
Remote function ( ) { return remote ; }
30,810
invoked if a tool was activated the method does nothing . concode_field_sep PlaceHolder placeHolder concode_field_sep void toolCanceled concode_elem_sep void toolEnabled concode_elem_sep void toolDeactivated concode_elem_sep void toolFinished concode_elem_sep void toolDisabled
void function ( ToolEvent arg0 ) { }
30,811
sets the value of the frameborder property . concode_field_sep Layout layout concode_elem_sep String scrolling concode_elem_sep String flavour concode_elem_sep String src concode_elem_sep String background concode_elem_sep String width concode_elem_sep BigDecimal refresh concode_elem_sep String frameborder concode_elem...
void function ( String arg0 ) { this . frameborder = arg0 ; }
30,812
writes the cmap to a writer . concode_field_sep String name concode_elem_sep Writer writer concode_field_sep void writeName concode_elem_sep void writeUseCMap concode_elem_sep void writeCodeSpaceRange concode_elem_sep void writeCodeSpaceRange concode_elem_sep void writePreStream concode_elem_sep void writeVersion conco...
void function ( ) { writePreStream ( ) ; writeStreamComments ( ) ; writeCIDInit ( ) ; writeCIDSystemInfo ( ) ; writeVersion ( "srini_string" ) ; writeType ( "srini_string" ) ; writeName ( name ) ; writeCodeSpaceRange ( ) ; writeCIDRange ( ) ; writeBFEntries ( ) ; writeWrapUp ( ) ; writeStreamAfterComments ( ) ; writeUs...
30,813
sets the value of the label property . concode_field_sep Layout layout concode_elem_sep Boolean sendOnFinish concode_elem_sep String mapping concode_elem_sep List<Address> address concode_elem_sep BigDecimal min concode_elem_sep String styling concode_elem_sep String flavour concode_elem_sep BigDecimal max concode_elem...
void function ( Label arg0 ) { this . label = arg0 ; }
30,814
return a hex-encoded string value as a byte array . concode_field_sep JSONObject object concode_field_sep JSONArray parseJSONArray concode_elem_sep JSONArray parseJSONArray concode_elem_sep org.json.simple.JSONArray getArray concode_elem_sep void put concode_elem_sep void put concode_elem_sep void put concode_elem_sep ...
byte [ ] function ( String arg0 ) { String loc0 = ( String ) this . object . get ( arg0 ) ; if ( loc0 == null ) { return null ; } return Utils . hex2Byte ( loc0 ) ; }
30,815
tests if some key maps into the specified value in this hashtable . this operation is more expensive than the containskey method . note that this method is identical in functionality to containsvalue , which is part of the map interface in the collections framework . concode_field_sep Entry table[] concode_elem_sep Ent...
boolean function ( Object arg0 ) { if ( arg0 == null ) { throw new NullPointerException ( ) ; } Entry loc0 [ ] = table ; for ( int loc1 = loc0 . length ; loc1 -- > 0 ; ) { for ( Entry loc2 = loc0 [ loc1 ] ; loc2 != null ; loc2 = loc2 . next ) { if ( loc2 . arg0 . equals ( arg0 ) ) { return true ; } } } return false ; }
30,816
returns the text of this word . concode_field_sep int fRank concode_elem_sep String fText concode_field_sep void setRank concode_elem_sep int getRank concode_elem_sep int hashCode concode_elem_sep boolean equals concode_elem_sep int compareTo
String function ( ) { return fText ; }
30,817
gets the name . concode_field_sep String path concode_elem_sep List biObjects concode_elem_sep String description concode_elem_sep IEngUserProfile profile concode_elem_sep Role[] testRoles concode_elem_sep String codType concode_elem_sep Integer parentId concode_elem_sep String name concode_elem_sep String code concode...
String function ( ) { return name ; }
30,818
returns a string representing the object . concode_field_sep String name concode_elem_sep XYCoordinateType DATA concode_elem_sep XYCoordinateType RELATIVE concode_elem_sep XYCoordinateType INDEX concode_field_sep Object readResolve concode_elem_sep boolean equals
String function ( ) { return this . name ; }
30,819
adds a boolean property to a map only if the value is non-null , otherwise the key/value pair will not be added at all . concode_field_sep StringBuilder params concode_field_sep JSONBuilder item concode_elem_sep JSONBuilder item concode_elem_sep JSONBuilder item concode_elem_sep JSONBuilder item concode_elem_sep JSONBu...
JSONBuilder function ( String arg0 , Boolean arg1 ) { if ( arg1 == null ) { return this ; } return entry ( arg0 , arg1 . booleanValue ( ) ) ; }
30,820
the name of the cache parameter group family that this cache parameter group is compatible with . concode_field_sep String cacheParameterGroupFamily concode_elem_sep String description concode_elem_sep String cacheParameterGroupName concode_field_sep String getCacheParameterGroupName concode_elem_sep void setCacheParam...
String function ( ) { return cacheParameterGroupFamily ; }
30,821
sets the value of the st property . concode_field_sep long st concode_elem_sep long end concode_field_sep void setEnd concode_elem_sep long getSt concode_elem_sep long getEnd
void function ( long arg0 ) { this . st = arg0 ; }
30,822
creates an atomicreferencearray instance of given length . concode_field_sep PlaceHolder placeHolder concode_field_sep AtomicReference<V> newReference concode_elem_sep AtomicReference<V> newReference
AtomicReferenceArray < E > function ( int arg0 ) { return new AtomicReferenceArray < E > ( arg0 ) ; }
30,823
end an array . this method most be called to balance calls to array . concode_field_sep char mode concode_elem_sep boolean comma concode_elem_sep int top concode_elem_sep int maxdepth concode_elem_sep Writer writer concode_elem_sep char stack[] concode_field_sep void pop concode_elem_sep JSONWriter array concode_elem_s...
JSONWriter function ( ) { return this . end ( 'a' , ']' ) ; }
30,824
add a file system observer to this monitor . concode_field_sep boolean running concode_elem_sep ThreadFactory threadFactory concode_elem_sep List<FileAlterationObserver> observers concode_elem_sep long interval concode_elem_sep Thread thread concode_field_sep long getInterval concode_elem_sep void stop concode_elem_sep...
void function ( final FileAlterationObserver arg0 ) { if ( arg0 != null ) { observers . add ( arg0 ) ; } }
30,825
add the attribute ` viewsize ' to the model . ` small ' for handheld devices and ` large ' for tablets or desktops . the attribute can be used on pages to adapt content to type of device . concode_field_sep PlaceHolder placeHolder concode_field_sep void sxRegistered concode_elem_sep void ajaxAttribute
void function ( HttpServletRequest arg0 , Model arg1 ) { arg1 . addAttribute ( "srini_string" , ClientDescriptor . getInstance ( arg0 ) . isHandheldBrowser ( ) ? "srini_string" : "srini_string" ) ; }
30,826
this method resets the outgoing events . concode_field_sep int nextStateIndex concode_elem_sep State[] stateVector concode_field_sep void init concode_elem_sep void enterSequence_main_region_B_default concode_elem_sep void exitAction concode_elem_sep void runCycle concode_elem_sep void exitSequence_main_region concode_...
void function ( ) { }
30,827
move into a terminal state and drain . concode_field_sep Throwable exception concode_elem_sep BackpressureQueueCallback actual concode_elem_sep long requestedCount concode_elem_sep AtomicLongFieldUpdater<BackpressureDrainManager> REQUESTED_COUNT concode_elem_sep boolean emitting concode_elem_sep boolean terminated conc...
void function ( ) { terminated = true ; drain ( ) ; }
30,828
notification while within a compile that a unit has finished being compiled . concode_field_sep int NewWarningCount concode_elem_sep float progressPerCompilationUnit concode_elem_sep int NewErrorCount concode_elem_sep IProgressMonitor monitor concode_elem_sep float percentComplete concode_elem_sep IProject currentProje...
void function ( SourceFile arg0 ) { String loc0 = Messages . bind ( Messages . build_compiling , arg0 . resource . getFullPath ( ) . removeLastSegments ( 1 ) . makeRelative ( ) . toString ( ) ) ; subTask ( loc0 ) ; updateProgressDelta ( this . progressPerCompilationUnit ) ; checkCancelWithinCompiler ( ) ; }
30,829
get type of report . concode_field_sep String reportType concode_elem_sep Collection<R> items concode_field_sep void addItem concode_elem_sep Collection<R> getItems concode_elem_sep boolean hasItems concode_elem_sep String toString concode_elem_sep void addItems
String function ( ) { return this . reportType ; }
30,830
util method to write an attribute without the ns prefix concode_field_sep javax.xml.namespace.QName MY_QNAME concode_elem_sep com.amazon.ec2.DeleteNetworkInterfaceType localDeleteNetworkInterface concode_field_sep java.lang.String generatePrefix concode_elem_sep void serialize concode_elem_sep void serialize concode_el...
void function ( java . lang . String arg0 , java . lang . String arg1 , java . lang . String arg2 , javax . xml . stream . XMLStreamWriter arg3 ) { if ( arg0 . equals ( "srini_string" ) ) { arg3 . writeAttribute ( arg1 , arg2 ) ; } else { registerPrefix ( arg3 , arg0 ) ; arg3 . writeAttribute ( arg0 , arg1 , arg2 ) ; }...
30,831
returns the number of bytes that will be written to out in a callto #writeto , or -1 if that count is unknown . concode_field_sep RawHeaders headers concode_elem_sep String method concode_elem_sep RawHeaders headers concode_elem_sep String method concode_elem_sep Object tag concode_elem_sep Body body concode_elem_sep U...
long function ( ) { return - 1 ; }
30,832
sets the value of the navigationdefault property . concode_field_sep List<Node> node concode_elem_sep NavigationDefault navigationDefault concode_elem_sep String label concode_field_sep String getLabel concode_elem_sep NavigationDefault getNavigationDefault concode_elem_sep void setLabel concode_elem_sep List<Node> get...
void function ( NavigationDefault arg0 ) { this . navigationDefault = arg0 ; }
30,833
long to byte array concode_field_sep byte[] hexDigitsLC concode_elem_sep byte[] hexDigitsUC concode_field_sep int assembleInt concode_elem_sep String asHexLC concode_elem_sep String asHexLC concode_elem_sep int compare concode_elem_sep Long assembleLong concode_elem_sep String asHex concode_elem_sep String asHex concod...
byte [ ] function ( long arg0 ) { byte [ ] loc0 = new byte [ Long . SIZE / Byte . SIZE ] ; setLong ( arg0 , loc0 , 0 ) ; return loc0 ; }
30,834
is this entry suppressed . licence restriction means that if this returns true then this entry must not be displayed to the general public . concode_field_sep String origin concode_elem_sep String toc concode_elem_sep long serialVersionUID concode_elem_sep Type type concode_elem_sep String dest concode_elem_sep String ...
boolean function ( ) { return sup ; }
30,835
get a text from the resource bundles associated with this action . the resource bundles are searched , starting with the one associated with this particular action , and testing all its superclasses ' bundles . it will stop once a bundle is found that contains the given text . this gives a cascading style that allow gl...
String function ( String arg0 , String [ ] arg1 ) { return getText ( arg0 , arg0 , arg1 ) ; }
30,836
creates in the datastore a fresh copy of data in typicaldatabundle.json concode_field_sep PlaceHolder placeHolder concode_field_sep DataBundle getTypicalDataBundle concode_elem_sep void printTestClassHeader concode_elem_sep String getPopulatedErrorMessage concode_elem_sep String getPopulatedErrorMessage concode_elem_se...
void function ( ) { BackDoorLogic loc0 = new BackDoorLogic ( ) ; DataBundle loc1 = getTypicalDataBundle ( ) ; loc0 . persistDataBundle ( loc1 ) ; }
30,837
set the child continuationstate . child continuationstate is added when branching the flow using all flowcontinuablemediators except sequence mediator . concode_field_sep ContinuationState childContState concode_elem_sep int position concode_field_sep int getPosition concode_elem_sep void addLeafChild concode_elem_sep ...
void function ( ContinuationState arg0 ) { this . childContState = arg0 ; }
30,838
returns the string representation of this instance . concode_field_sep Collection<?> defaultCollection concode_elem_sep Collection<?> collection concode_field_sep Collection<?> getCollection concode_elem_sep Object clone
String function ( ) { StringBuilder loc0 = new StringBuilder ( "srini_string" ) ; loc0 . append ( getCollection ( ) . toString ( ) ) ; loc0 . append ( "srini_string" ) ; return loc0 . toString ( ) ; }
30,839
gets the contents of a reader as a string . this method buffers the input internally , so there is no need to use a bufferedreader . concode_field_sep int DEFAULT_BUFFER_SIZE concode_elem_sep int EOF concode_field_sep int copy concode_elem_sep long copyLarge concode_elem_sep long copyLarge
String function ( final Reader arg0 ) { final StringBuilderWriter loc0 = new StringBuilderWriter ( ) ; copy ( arg0 , loc0 ) ; return loc0 . toString ( ) ; }
30,840
set property concode_field_sep Reference reference concode_elem_sep long serialVersionUID concode_elem_sep String aoProperty concode_elem_sep ResourceAdapter ra concode_field_sep String getAoProperty concode_elem_sep void setResourceAdapter concode_elem_sep void setReference concode_elem_sep int hashCode concode_elem_s...
void function ( String arg0 ) { this . aoProperty = arg0 ; }
30,841
print decision tree concode_field_sep PlaceHolder placeHolder concode_field_sep Map<String,Field> getReflectMap concode_elem_sep String doubleToString concode_elem_sep String toStringNode concode_elem_sep String toString concode_elem_sep String toStringPredict concode_elem_sep String[] predictTrace concode_elem_sep voi...
void function ( Node arg0 , Dataset arg1 , String [ ] arg2 ) { System . out . println ( toString ( arg0 , arg1 , arg2 ) ) ; }
30,842
write the entire contents of bytes to file , creating or overwriting it as needed . throws illegalargumentexception in case of problems . concode_field_sep FilenameFilter PLAIN_FILES concode_field_sep String sha1 concode_elem_sep String sha1 concode_elem_sep List<String> plainFilenamesIn concode_elem_sep List<String> p...
void function ( File arg0 , byte [ ] arg1 ) { try { if ( arg0 . isDirectory ( ) ) { throw new IllegalArgumentException ( "srini_string" ) ; } Files . write ( arg0 . toPath ( ) , arg1 ) ; } catch ( IOException loc0 ) { throw new IllegalArgumentException ( loc0 . getMessage ( ) ) ; } }
30,843
sets the source document url . concode_field_sep String sourceUrl concode_elem_sep String highlight concode_elem_sep String confidence concode_elem_sep String id concode_elem_sep String title concode_elem_sep String body concode_field_sep String getTitle concode_elem_sep void setHighlight concode_elem_sep String getBod...
void function ( String arg0 ) { this . sourceUrl = arg0 ; }
30,844
sets the user id of this sample l a r booking . concode_field_sep SampleLARBooking _sampleLARBooking concode_field_sep void setExpandoBridgeAttributes concode_elem_sep void setExpandoBridgeAttributes concode_elem_sep void setExpandoBridgeAttributes concode_elem_sep void setGroupId concode_elem_sep boolean isEscapedMode...
void function ( long arg0 ) { _sampleLARBooking . setUserId ( arg0 ) ; }
30,845
return the name of the method to be overridden . concode_field_sep String methodName concode_elem_sep Object source concode_elem_sep boolean overloaded concode_field_sep void setOverloaded concode_elem_sep void setSource concode_elem_sep boolean isOverloaded concode_elem_sep Object getSource concode_elem_sep int hashCo...
String function ( ) { return this . methodName ; }
30,846
the amazon resource name arn of the amazon sns topic to notify when the workmail action is called . an example of an amazon sns topic arn is arn : aws : sns : us-west-2 :123456789012 : mytopic . for more information about amazon sns topics , see the amazon sns developer guide . concode_field_sep String organizationArn ...
void function ( String arg0 ) { this . topicArn = arg0 ; }
30,847
returns current record number . record numeration starts with 1 and does not count new lines within record fields . record number points to new record after completion of the current record . concode_field_sep boolean eol concode_elem_sep char CR concode_elem_sep int recordNumber concode_elem_sep Reader reader concode_...
int function ( ) { return recordNumber ; }
30,848
builds lookup field name which may contain information about the searching by relationship . concode_field_sep PlaceHolder placeHolder concode_field_sep String lookupMethod concode_elem_sep String getRelatedFieldName concode_elem_sep String lookupCountMethod concode_elem_sep String getFieldName
String function ( String arg0 , String arg1 ) { if ( StringUtils . isNotBlank ( arg1 ) ) { return String . format ( "srini_string" , arg0 , arg1 ) ; } return arg0 ; }
30,849
sets the quantization default property . concode_field_sep Property _qcdProperty concode_elem_sep int[] _precSize concode_elem_sep List<Long> _packetLengthList concode_elem_sep Property[] _components concode_elem_sep Property _codProperty concode_elem_sep Property _pocProperty concode_elem_sep int NULL concode_elem_sep...
void function ( Property arg0 ) { _qcdProperty = arg0 ; }
30,850
adds groups to cache , no need to do that for this provider concode_field_sep Log LOG concode_field_sep List<String> getUnixGroups concode_elem_sep void cacheGroupsRefresh concode_elem_sep List<String> getGroups
void function ( List < String > arg0 ) { }
30,851
returns all the registered labelfinder s. concode_field_sep PlaceHolder placeHolder concode_field_sep Collection<LabelAtom> findLabels
ExtensionList < LabelFinder > function ( ) { return ExtensionList . lookup ( LabelFinder . class ) ; }
30,852
convert this standard java object to a cos object . concode_field_sep PDResources pageResources concode_elem_sep PDRectangle mediaBox concode_elem_sep COSDictionary page concode_field_sep PDRectangle getBBox concode_elem_sep void setActions concode_elem_sep PDRectangle getArtBox concode_elem_sep int getRotation concode...
COSDictionary function ( ) { return page ; }
30,853
returns the location of the tile in tilesetlayout #image concode_field_sep BufferedImage image concode_elem_sep int numRows concode_elem_sep int numTiles concode_elem_sep IntMap<Vector2> imageTilePositions concode_elem_sep int firstgid concode_elem_sep int numCols concode_field_sep int getNumRows concode_elem_sep int g...
Vector2 function ( int arg0 ) { return imageTilePositions . get ( arg0 - firstgid ) ; }
30,854
gets a map that contains attributes that are n't bound to any typed property on this class . the map is keyed by the name of the attribute and the value is the string value of the attribute . the map returned by this method is live , and you can add new attribute by updating the map directly . because of this design , ...
Map < QName , String > function ( ) { return otherAttributes ; }
30,855
return the name of the algorithm the padder implements . concode_field_sep PlaceHolder placeHolder concode_field_sep void init concode_elem_sep int padCount concode_elem_sep int addPadding
String function ( ) { return "srini_string" ; }
30,856
store a long field . concode_field_sep TempletonStorage.Type type concode_elem_sep Logger LOG concode_elem_sep TempletonStorage storage concode_elem_sep String id concode_elem_sep Configuration config concode_field_sep void setField concode_elem_sep Long getLongField concode_elem_sep String getUser concode_elem_sep voi...
void function ( String arg0 , long arg1 ) { try { storage . saveField ( type , id , arg0 , String . valueOf ( arg1 ) ) ; } catch ( NotFoundException loc0 ) { throw new IOException ( "srini_string" + id + "srini_string" + loc0 . getMessage ( ) ) ; } }
30,857
creates a net.bytebuddy.implementation.defaultmethodcall implementation which searches the given listof interface types for a suitable default method in their order . if no such prioritized interface is suitable , because it is either not defined on the instrumented type or because it does not define a suitable default...
Implementation function ( Iterable < ? extends Class < ? >> arg0 ) { return prioritize ( new TypeList . ForLoadedType ( toList ( arg0 ) ) ) ; }
30,858
updates the list type in the database or adds it if it does not yet exist . also notifies the appropriate model listeners . concode_field_sep ListTypeLocalService _listTypeLocalService concode_field_sep com.liferay.portal.kernel.model.ListType getListType concode_elem_sep java.lang.String getOSGiServiceIdentifier conco...
com . liferay . portal . kernel . model . ListType function ( com . liferay . portal . kernel . model . ListType arg0 ) { return _listTypeLocalService . updateListType ( arg0 ) ; }
30,859
adds a new log message handler . concode_field_sep Logger log concode_field_sep void severe concode_elem_sep void warning concode_elem_sep void info concode_elem_sep void setLevel
void function ( final Handler arg0 ) { log . addHandler ( arg0 ) ; }
30,860
return the context path with no trailing slash i.e. the ' / ' root context is represented as the empty string . concode_field_sep InetAddress address concode_elem_sep int BASIC_AUTH_ORDER concode_elem_sep Integer port concode_elem_sep String contextPath concode_elem_sep List<String> roles concode_elem_sep boolean enabl...
String function ( ) { return this . contextPath ; }
30,861
sets the remote addr of this user tracker . concode_field_sep UserTracker _userTracker concode_field_sep void setExpandoBridgeAttributes concode_elem_sep void setExpandoBridgeAttributes concode_elem_sep void setExpandoBridgeAttributes concode_elem_sep java.lang.String getRemoteAddr concode_elem_sep boolean isEscapedMod...
void function ( java . lang . String arg0 ) { _userTracker . setRemoteAddr ( arg0 ) ; }
30,862
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...
void function ( Collection arg0 ) { this . perform ( arg0 . iterator ( ) ) ; }
30,863
gets the type of the change . concode_field_sep ServiceObject serviceObject concode_elem_sep ChangeType changeType concode_elem_sep ServiceId id concode_field_sep ServiceId createId concode_elem_sep void setServiceObject concode_elem_sep void setId concode_elem_sep ServiceObject getServiceObject concode_elem_sep Servic...
ChangeType function ( ) { return this . changeType ; }
30,864
setter for string radix converts integer to appropriate string concode_field_sep String strRadix concode_elem_sep int num concode_elem_sep int intRadix concode_elem_sep int num2 concode_field_sep String getRadixString concode_elem_sep String generatePrompt concode_elem_sep String generatePrompt concode_elem_sep boolean...
void function ( int arg0 ) { this . strRadix = getRadixString ( arg0 ) ; }
30,865
returns the primary key of this asset tag . concode_field_sep AssetTag _assetTag concode_field_sep void setExpandoBridgeAttributes concode_elem_sep void setExpandoBridgeAttributes concode_elem_sep void setExpandoBridgeAttributes concode_elem_sep java.lang.String getName concode_elem_sep void setGroupId concode_elem_sep...
long function ( ) { return _assetTag . getPrimaryKey ( ) ; }
30,866
view has been disposed either by window closing or a session timeout . concode_field_sep String color concode_elem_sep String DEFAULT_NICK concode_elem_sep String buttonImage concode_elem_sep Log log concode_elem_sep boolean minimized concode_elem_sep String autoLoad concode_elem_sep String MAXIMIZE_IMAGE concode_elem_...
void function ( ) { if ( log . isDebugEnabled ( ) ) { log . debug ( "srini_string" ) ; } if ( chatState != null ) { chatState . removeUserChild ( this ) ; } }
30,867
compute the desired magnitude of a unit vector projected to a given planet model . concode_field_sep double MINIMUM_RESOLUTION concode_elem_sep double MINIMUM_RESOLUTION_SQUARED concode_elem_sep double x concode_elem_sep double y concode_elem_sep double z concode_elem_sep double MINIMUM_RESOLUTION_CUBED concode_field_s...
double function ( final PlanetModel arg0 , final double arg1 , final double arg2 , final double arg3 ) { return 1.0 / Math . sqrt ( arg1 * arg1 * arg0 . inverseAbSquared + arg2 * arg2 * arg0 . inverseAbSquared + arg3 * arg3 * arg0 . inverseCSquared ) ; }
30,868
sets the value of the value property . concode_field_sep String id concode_elem_sep String value concode_field_sep String getvalue concode_elem_sep void setId concode_elem_sep String getId
void function ( String arg0 ) { this . value = arg0 ; }
30,869
sets the actual provider . concode_field_sep Provider<T> delegate concode_elem_sep ProviderLookup<T> lookup concode_elem_sep Object source concode_elem_sep Key<T> key concode_field_sep T acceptVisitor concode_elem_sep Key<T> getKey concode_elem_sep Key<T> getKey concode_elem_sep void applyTo concode_elem_sep Object get...
void function ( Provider < T > arg0 ) { if ( this . delegate != null ) { throw new IllegalStateException ( "srini_string" ) ; } this . delegate = Objects . requireNonNull ( arg0 , "srini_string" ) ; }
30,870
filters for documents that contain all of the given keywords and projects the records on the url field . output format : 0 : url 1 : document_text concode_field_sep int RANKFILTER concode_elem_sep String visitsPath concode_elem_sep String[] KEYWORDS concode_elem_sep String ranksPath concode_elem_sep String documentsPat...
boolean function ( Tuple2 < String , String > arg0 ) { String loc0 = arg0 . f1 ; for ( String loc1 : KEYWORDS ) { if ( ! loc0 . contains ( loc1 ) ) { return false ; } } return true ; }
30,871
constructs new instances of org.topcased.gpm.domain.search.fieldscontainerid . concode_field_sep long serialVersionUID concode_elem_sep java.lang.String id concode_elem_sep java.lang.String identificator concode_field_sep void setIdentificator concode_elem_sep java.lang.String getIdentificator concode_elem_sep int hash...
org . topcased . gpm . domain . search . FieldsContainerId function ( ) { return new org . topcased . gpm . domain . search . FieldsContainerId ( ) ; }
30,872
call listdatalistener #intervalremoved on each element of the #listenerlist which is a listdatalistener . the event fired has type listdataevent #interval_removed and represents aremoval of the data elements in the range startindex , endindex inclusive . concode_field_sep long serialVersionUID concode_elem_sep EventLis...
void function ( Object arg0 , int arg1 , int arg2 ) { ListDataEvent loc0 = new ListDataEvent ( arg0 , ListDataEvent . INTERVAL_REMOVED , arg1 , arg2 ) ; ListDataListener [ ] loc1 = getListDataListeners ( ) ; for ( int loc2 = 0 ; loc2 < loc1 . length ; loc2 ++ ) loc1 [ loc2 ] . intervalRemoved ( loc0 ) ; }
30,873
method declaration concode_field_sep Database dDatabase concode_elem_sep HsqlArrayList tTransaction concode_elem_sep int iNestedOldTransIndex concode_elem_sep int iId concode_elem_sep jdbcConnection intConnection concode_elem_sep boolean script concode_elem_sep boolean bAutoCommit concode_elem_sep boolean bReadOnly con...
void function ( boolean arg0 ) { commit ( ) ; bAutoCommit = arg0 ; }
30,874
return the singleton instance of the keywordregistry . concode_field_sep String TAG_KEYWORD concode_elem_sep String ATT_ID concode_elem_sep String ATT_LABEL concode_elem_sep KeywordRegistry instance concode_elem_sep Map internalKeywordMap concode_field_sep void removeExtension concode_elem_sep void addExtension concode...
KeywordRegistry function ( ) { if ( instance == null ) { instance = new KeywordRegistry ( ) ; } return instance ; }
30,875
accesses this card 's point value . concode_field_sep int pointValue concode_elem_sep String rank concode_elem_sep String suit concode_field_sep String rank concode_elem_sep String toString concode_elem_sep String suit concode_elem_sep boolean matches
int function ( ) { return pointValue ; }
30,876
the date when the certificate was uploaded , in iso 8601 format . concode_field_sep java.util.Date certificateUploadDate concode_elem_sep String distributionDomainName concode_elem_sep String domainName concode_elem_sep String certificateName concode_field_sep String getCertificateName concode_elem_sep void setCertific...
GetDomainNameResult function ( java . util . Date arg0 ) { setCertificateUploadDate ( arg0 ) ; return this ; }
30,877
adds an outlier to the list . concode_field_sep List outliers concode_elem_sep Outlier averagedOutlier concode_elem_sep boolean multiple concode_field_sep boolean isOverlapped concode_elem_sep Outlier getAveragedOutlier concode_elem_sep int getItemCount concode_elem_sep void updateAveragedOutlier concode_elem_sep void ...
boolean function ( Outlier arg0 ) { return this . outliers . add ( arg0 ) ; }
30,878
get the edge for the child number ` i ' . concode_field_sep String m_label concode_elem_sep boolean m_visible concode_elem_sep boolean m_root concode_elem_sep Instances m_theData concode_elem_sep double m_center concode_elem_sep Vector<Edge> m_children concode_elem_sep int m_shape concode_elem_sep Vector<Edge> m_parent...
Edge function ( int arg0 ) { if ( arg0 < m_children . size ( ) ) { return m_children . elementAt ( arg0 ) ; } else { return null ; } }
30,879
sets fsimage for use by servlets . concode_field_sep NameNode nn concode_elem_sep InetSocketAddress httpsAddress concode_elem_sep String NAMENODE_ADDRESS_ATTRIBUTE_KEY concode_elem_sep String FSIMAGE_ATTRIBUTE_KEY concode_elem_sep HttpServer2 httpServer concode_elem_sep Configuration conf concode_elem_sep InetSocketAdd...
void function ( FSImage arg0 ) { httpServer . setAttribute ( FSIMAGE_ATTRIBUTE_KEY , arg0 ) ; }
30,880
returns the current spectrum counting method . concode_field_sep Integer matchValidationLevel concode_elem_sep boolean validatedHits concode_elem_sep Boolean normalize concode_elem_sep SpectralCountingMethod selectedMethod concode_elem_sep Double referenceMass concode_elem_sep long serialVersionUID concode_elem_sep Uni...
SpectralCountingMethod function ( ) { return selectedMethod ; }
30,881
removes non links from lines list . concode_field_sep FileHandler fileHandler concode_elem_sep List<String> lines concode_field_sep List<String> indexLinkFile
void function ( ) { for ( int loc0 = 0 ; loc0 < lines . size ( ) ; loc0 ++ ) { if ( lines . get ( loc0 ) . contains ( "srini_string" ) || lines . get ( loc0 ) . contains ( "srini_string" ) ) { lines . remove ( loc0 ) ; -- loc0 ; } } }
30,882
test montgomery multiplication . perform rounds calls to bignat #montgomery_mult bignat.montgomery _ mult . concode_field_sep PlaceHolder placeHolder concode_field_sep void remainder_divide concode_elem_sep void demontgomerize
void function ( Bignat arg0 , Bignat arg1 , Modulus arg2 , Bignat arg3 , short arg4 ) { for ( short loc0 = 0 ; loc0 < arg4 ; loc0 ++ ) { arg3 . montgomery_mult ( arg0 , arg1 , arg2 ) ; } return ; }
30,883
this method was generated by mybatis generator . this method returns the value of the database column actfrz.orgidt concode_field_sep String apcode concode_elem_sep String recsts concode_elem_sep String frztim concode_elem_sep Date frzbdt concode_elem_sep Date frzedt concode_elem_sep String cusidt concode_elem_sep Date...
String function ( ) { return orgidt ; }
30,884
obtains value of the coreconnectionpnames #stale_connection_check parameter . if not set , defaults to true . concode_field_sep PlaceHolder placeHolder concode_field_sep void setSoReuseaddr concode_elem_sep int getLinger concode_elem_sep void setTcpNoDelay concode_elem_sep void setConnectionTimeout concode_elem_sep voi...
boolean function ( final HttpParams arg0 ) { if ( arg0 == null ) { throw new IllegalArgumentException ( "srini_string" ) ; } return arg0 . getBooleanParameter ( CoreConnectionPNames . STALE_CONNECTION_CHECK , true ) ; }
30,885
sets the configuration options for this message io concode_field_sep Mode mode concode_elem_sep List<MessageMapping> eotMessages concode_elem_sep String connectionID concode_elem_sep List<MessageMapping> returnMessages concode_elem_sep Map<String,Object> arguments concode_elem_sep List<MessageMapping> followMessages co...
void function ( Map < String , Object > arg0 ) { this . arguments = arg0 ; }
30,886
get the display name for this infopart . concode_field_sep boolean populatedByDR concode_elem_sep java.util.Map configuration concode_elem_sep java.util.Vector partsVector concode_elem_sep osid.dr.InfoStructure infoStructure concode_elem_sep boolean repeatable concode_elem_sep osid.OsidOwner owner concode_elem_sep bool...
String function ( ) { return this . displayName ; }
30,887
create an instance of jaxbelement concode_field_sep QName _Tubelines_QNAME concode_elem_sep QName _TubelineMapping_QNAME concode_elem_sep QName _Tubeline_QNAME concode_field_sep TubelineDefinition createTubelineDefinition concode_elem_sep TubeFactoryList createTubeFactoryList concode_elem_sep MetroConfig createMetroCon...
JAXBElement < TubelineDefinition > function ( TubelineDefinition arg0 ) { return new JAXBElement < TubelineDefinition > ( _Tubeline_QNAME , TubelineDefinition . class , null , arg0 ) ; }
30,888
this method resets the incoming events time events included . concode_field_sep long exits concode_elem_sep long entries concode_elem_sep boolean e concode_elem_sep SCInterfaceImpl sCInterface concode_elem_sep int nextStateIndex concode_elem_sep boolean e1 concode_elem_sep State[] stateVector concode_field_sep void set...
void function ( ) { sCInterface . clearEvents ( ) ; }
30,889
sets the size of the internal buffer used to exchange data with the usb stack for read operations . most users should not need to change this . concode_field_sep int mPortNumber concode_elem_sep UsbDeviceConnection mConnection concode_elem_sep Object mWriteBufferLock concode_elem_sep byte[] mWriteBuffer concode_elem_se...
void function ( int arg0 ) { synchronized ( mReadBufferLock ) { if ( arg0 == mReadBuffer . length ) { return ; } mReadBuffer = new byte [ arg0 ] ; } }
30,890
on resume . concode_field_sep int COUNTER_MAX concode_elem_sep float DEGREE_DIFFERENCE concode_elem_sep SensorActivity activity concode_elem_sep int INTERVAL concode_elem_sep float[] mMagnetic concode_elem_sep int notUpdated concode_elem_sep float SKIP_DISTANCE concode_elem_sep int NOT_UPDATED_MAX concode_elem_sep floa...
void function ( ) { sensorManager . registerListener ( this , sensorManager . getDefaultSensor ( Sensor . TYPE_ACCELEROMETER ) , SensorManager . SENSOR_DELAY_FASTEST ) ; sensorManager . registerListener ( this , sensorManager . getDefaultSensor ( Sensor . TYPE_MAGNETIC_FIELD ) , SensorManager . SENSOR_DELAY_FASTEST ) ;...
30,891
sets the usage text for this expression concode_field_sep String[] usage concode_elem_sep FindOptions options concode_elem_sep LinkedList<String> arguments concode_elem_sep Configuration conf concode_elem_sep String[] help concode_elem_sep LinkedList<Expression> children concode_field_sep void prepare concode_elem_sep ...
void function ( String [ ] arg0 ) { this . usage = arg0 ; }
30,892
get the list of custom permissions defined for the view . concode_field_sep String clusterConfigOptions concode_elem_sep List<InstanceConfig> instances concode_elem_sep String dataMigrator concode_elem_sep String icon concode_elem_sep String validator concode_elem_sep String description concode_elem_sep Class<? extends...
List < PermissionConfig > function ( ) { return permissions == null ? Collections . < PermissionConfig > emptyList ( ) : permissions ; }
30,893
produces the random encryption of m . concode_field_sep PaillierKey key concode_elem_sep boolean encryptMode concode_elem_sep String notReadyForEncryption concode_elem_sep String notReadyForDecryption concode_elem_sep boolean decryptMode concode_field_sep BigInteger add concode_elem_sep BigInteger add concode_elem_sep ...
BigInteger function ( BigInteger arg0 ) { return encrypt ( arg0 , key . getRandomModNStar ( ) , key ) ; }
30,894
insereix la duracio de la llista concode_field_sep Time duracio concode_elem_sep int numFitxers concode_elem_sep ArrayList<FitxerAudio> llista concode_elem_sep String nom concode_elem_sep int maxFitxers concode_field_sep void afegirFitxer concode_elem_sep void eliminarFitxer concode_elem_sep boolean eliminarFitxer conc...
void function ( Time arg0 ) { this . duracio = arg0 ; }
30,895
the default implementation does nothing . concode_field_sep PlaceHolder placeHolder concode_field_sep void enterUnary_message concode_elem_sep void enterTemporaries concode_elem_sep void enterBinary_expression concode_elem_sep void exitKeyword concode_elem_sep void exitUnary_selector concode_elem_sep void exitPrimitive...
void function ( SmalltalkParser . IdentifierContext arg0 ) { }
30,896
sets email . concode_field_sep String firstName concode_elem_sep String lastName concode_elem_sep Date hireDate concode_elem_sep String phoneNumber concode_elem_sep int departmentId concode_elem_sep long serialVersionUID concode_elem_sep int id concode_elem_sep Integer managerId concode_elem_sep String job concode_elem...
void function ( String arg0 ) { this . email = arg0 ; }
30,897
test method for com.petrivirkkula.toolbox.logger.logger #log com.petrivirkkula.toolbox.logger.loglevel , com.petrivirkkula.toolbox.logger.loggable . concode_field_sep String RCSID concode_field_sep void testInfo concode_elem_sep void testDebug concode_elem_sep void testLogLogLevelStringObjectArray concode_elem_sep void...
void function ( ) { }
30,898
returns true if e is in the chain and is enabled . concode_field_sep Vector<AudioSignal> signals concode_elem_sep float[] tmpL concode_elem_sep Vector<AudioSignal> signalsToRemove concode_elem_sep float[] tmpR concode_elem_sep HashSet<AudioSignal> enabled concode_field_sep void add concode_elem_sep boolean contains con...
boolean function ( AudioSignal arg0 ) { return enabled . contains ( arg0 ) ; }
30,899
returns the ngay tao of this ke hoach dau nam . concode_field_sep KeHoachDauNam _keHoachDauNam concode_field_sep void setExpandoBridgeAttributes concode_elem_sep void setExpandoBridgeAttributes concode_elem_sep void setExpandoBridgeAttributes concode_elem_sep boolean isEscapedModel concode_elem_sep void setBaoCaoDLI co...
java . util . Date function ( ) { return _keHoachDauNam . getNgayTao ( ) ; }