idx
int64
0
25k
question
stringlengths
72
5.69k
target
stringlengths
21
481
17,800
get the groupnodevarbindinginfo for the given node . returns nullif the node is not registered . concode_field_sep Map<IGroupMemberNode,GroupNodeVarBindingInfo> bindingInfo concode_field_sep placeholderType placeHolder
GroupNodeVarBindingInfo function ( IGroupMemberNode arg0 ) { return bindingInfo . get ( arg0 ) ; }
17,801
this method was generated by mybatis generator . this method sets the value of the database column t_vm_manufacturer . vendorid concode_field_sep String desciption concode_elem_sep String vendorid concode_elem_sep String vendorname concode_field_sep void setVendorname concode_elem_sep String getVendorname concode_elem_...
void function ( String arg0 ) { this . vendorid = arg0 ; }
17,802
gets a tool displayable name of the resource adapter . concode_field_sep PlaceHolder placeHolder concode_field_sep String getSpecVersion concode_elem_sep String[] getInteractionSpecsSupported concode_elem_sep boolean supportsLocalTransactionDemarcation concode_elem_sep boolean supportsExecuteWithInputAndOutputRecord co...
String function ( ) { return null ; }
17,803
before retrieving private key , it makes sure that original private key 's permission is read only on the owner . this is a way to ensure to keep private key private . concode_field_sep String serviceAccountId concode_elem_sep String portStr concode_elem_sep JsonFactory JSON_FACTORY concode_elem_sep FsPermission USER_R...
Path function ( FileSystem arg0 , String arg1 ) { Path loc0 = new Path ( arg1 ) ; FileStatus loc1 = arg0 . getFileStatus ( loc0 ) ; Preconditions . checkArgument ( USER_READ_PERMISSION_ONLY . equals ( loc1 . getPermission ( ) ) , "srini_string" + loc0 ) ; return loc0 ; }
17,804
one authorization failure event concode_field_sep MutableCounterLong receivedBytes concode_elem_sep MutableRate rpcProcessingTime concode_elem_sep MutableCounterLong rpcAuthenticationFailures concode_elem_sep Server server concode_elem_sep MetricsRegistry registry concode_elem_sep MutableQuantiles[] rpcQueueTimeMillisQ...
void function ( ) { rpcAuthorizationFailures . incr ( ) ; }
17,805
gets a single block based on a block index . concode_field_sep String apiCode concode_elem_sep String testnet concode_field_sep List<UnspentOutput> getUnspentOutputs concode_elem_sep LatestBlock getLatestBlock concode_elem_sep Address getAddress concode_elem_sep List<SimpleBlock> getBlocks concode_elem_sep List<SimpleB...
Block function ( long arg0 ) { return getBlock ( String . valueOf ( arg0 ) ) ; }
17,806
create an instance of getticketresponse concode_field_sep QName _GetTicketResponse_QNAME concode_elem_sep QName _BookTicketResponse_QNAME concode_elem_sep QName _GetTicket_QNAME concode_elem_sep QName _BookTicket_QNAME concode_field_sep BookTicket createBookTicket concode_elem_sep JAXBElement<BookTicket> createBookTick...
GetTicketResponse function ( ) { return new GetTicketResponse ( ) ; }
17,807
creates a new xmlconverter concode_field_sep PlaceHolder placeHolder concode_field_sep T createModelFromXml concode_elem_sep T createModelFromXml concode_elem_sep void applyNamespaces concode_elem_sep T modelToXml concode_elem_sep JAXBContext createJAXBContext concode_elem_sep String dumpModelAsXml concode_elem_sep JAX...
XmlConverter function ( CamelContext arg0 ) { XmlConverter loc0 ; if ( arg0 != null ) { TypeConverterRegistry loc1 = arg0 . getTypeConverterRegistry ( ) ; loc0 = loc1 . getInjector ( ) . newInstance ( XmlConverter . class ) ; } else { loc0 = new XmlConverter ( ) ; } return loc0 ; }
17,808
checks if point falls within piechart . concode_field_sep List<PieSegment> mPieSegmentList concode_elem_sep int mCenterY concode_elem_sep int mCenterX concode_elem_sep int mPieChartRadius concode_field_sep void addPieSegment concode_elem_sep SeriesSelection getSeriesAndPointForScreenCoordinate concode_elem_sep void cle...
boolean function ( Point arg0 ) { double loc0 = ( Math . pow ( mCenterX - arg0 . getX ( ) , 2 ) + Math . pow ( mCenterY - arg0 . getY ( ) , 2 ) ) ; double loc1 = mPieChartRadius * mPieChartRadius ; boolean loc2 = loc0 <= loc1 ; return loc2 ; }
17,809
returns the date of the oldest request waiting in the queue . if there are no requests waiting to be routed , this method will return null . concode_field_sep Status status concode_elem_sep Set<QueueUser> users concode_elem_sep Status OPEN concode_elem_sep Resourcepart name concode_elem_sep Status CLOSED concode_elem_s...
Date function ( ) { return oldestEntry ; }
17,810
main method . concode_field_sep String BASE_URI concode_field_sep HttpServer startServer
void function ( String [ ] arg0 ) { final HttpServer loc0 = startServer ( ) ; System . out . println ( String . format ( "srini_string" + "srini_string" , BASE_URI ) ) ; System . in . read ( ) ; loc0 . stop ( ) ; }
17,811
gets the description of of the treasure concode_field_sep String imageName concode_elem_sep String roomNameWest concode_elem_sep Gold gold concode_elem_sep boolean flagKilledCreature concode_elem_sep String roomNameNorth concode_elem_sep String roomNameSouth concode_elem_sep String description concode_elem_sep String N...
String function ( ) { return gold . getDescription ( ) ; }
17,812
sets a flag that signals that current allocation run has not processed all of the in-flight or available shard or store fetches . this state is anti-viral and can be reset in on allocation run . concode_field_sep boolean debugDecision concode_elem_sep RoutingNodes routingNodes concode_elem_sep long currentNanoTime conc...
void function ( ) { this . hasPendingAsyncFetch = true ; }
17,813
fill the channel with a given array of bytes that can afterwards be read from it concode_field_sep ByteArrayOutputStream out concode_elem_sep ByteArrayInputStream in concode_elem_sep C1541 c1541 concode_field_sep int read concode_elem_sep int available concode_elem_sep void commit concode_elem_sep byte[] skip concode_e...
void function ( final byte [ ] arg0 , final int arg1 , final int arg2 ) { this . in = new ByteArrayInputStream ( arg0 , arg1 , arg2 ) ; }
17,814
removes up to a specified number of items from an inventory slot and returns them in a new stack . concode_field_sep List<IInventoryChangedListener> changeListeners concode_elem_sep boolean hasCustomName concode_elem_sep int slotsCount concode_elem_sep String inventoryTitle concode_elem_sep NonNullList<ItemStack> inven...
ItemStack function ( int arg0 , int arg1 ) { ItemStack loc0 = ItemStackHelper . getAndSplit ( this . inventoryContents , arg0 , arg1 ) ; if ( ! loc0 . func_190926_b ( ) ) { this . markDirty ( ) ; } return loc0 ; }
17,815
sets the message id concode_field_sep int[] counts concode_elem_sep int flags concode_elem_sep int LENGTH concode_elem_sep int id concode_elem_sep Random random concode_field_sep void init concode_elem_sep void setFlag concode_elem_sep boolean validFlag concode_elem_sep void unsetFlag concode_elem_sep int getID concode...
void function ( int arg0 ) { if ( arg0 < 0 || arg0 > 0xffff ) throw new IllegalArgumentException ( "srini_string" + arg0 + "srini_string" ) ; this . id = arg0 ; }
17,816
get the buildnumber . concode_field_sep ClassLoader classLoader concode_field_sep URL getResource concode_elem_sep ImageIcon getDmonixLogo concode_elem_sep Image getImage concode_elem_sep ImageIcon getImageIcon concode_elem_sep ImageIcon getIcon concode_elem_sep ImageIcon getIcon
String function ( ) { try { Properties loc0 = new Properties ( ) ; loc0 . load ( ResourceHandler . class . getClassLoader ( ) . getResourceAsStream ( "srini_string" ) ) ; return loc0 . getProperty ( "srini_string" , "srini_string" ) ; } catch ( Exception loc0 ) { return "srini_string" ; } }
17,817
test with user `` marcus '' who has the right password but does not have the right role should be a http/403 concode_field_sep Logger LOGGER concode_field_sep void printWar concode_elem_sep void testPasswordBasedSuccessfulAuth concode_elem_sep void makeCall
void function ( ) { makeCall ( "srini_string" , "srini_string" , 403 ) ; }
17,818
registers a listener . concode_field_sep Vector<UndoableEditListener> listeners concode_elem_sep CompoundEdit compoundEdit concode_elem_sep int updateLevel concode_elem_sep Object realSource concode_field_sep int getUpdateLevel concode_elem_sep CompoundEdit createCompoundEdit concode_elem_sep void endUpdate concode_ele...
void function ( UndoableEditListener arg0 ) { listeners . add ( arg0 ) ; }
17,819
return type metadata object concode_field_sep java.lang.Object __equalsCalc concode_elem_sep boolean __hashCodeCalc concode_elem_sep java.lang.Boolean isTargeted concode_elem_sep org.apache.axis.description.TypeDesc typeDesc concode_elem_sep com.google.api.ads.dfp.axis.v201408.Technology[] browserLanguages concode_fiel...
org . apache . axis . description . TypeDesc function ( ) { return typeDesc ; }
17,820
mendapatkan lokasi gempa bumi geopoint . concode_field_sep double latitude concode_elem_sep String eqid concode_elem_sep String source concode_elem_sep String version concode_elem_sep int nst concode_elem_sep Parcelable.Creator<EarthquakeDTO> CREATOR concode_elem_sep float depth concode_elem_sep int FRACTION_DEPTH conc...
GeoPoint function ( ) { return new GeoPoint ( ( int ) ( latitude * 1E6 ) , ( int ) ( longitude * 1E6 ) ) ; }
17,821
the detected frame rate of the input file , in frames per second . concode_field_sep String frameRate concode_elem_sep Long fileSize concode_elem_sep Integer width concode_elem_sep Long durationMillis concode_elem_sep Integer height concode_field_sep void setDurationMillis concode_elem_sep void setFileSize concode_elem...
DetectedProperties function ( String arg0 ) { setFrameRate ( arg0 ) ; return this ; }
17,822
test of modifytestelement method , of class xmlformatpostprocessorgui . concode_field_sep PlaceHolder placeHolder concode_field_sep void testCreateTestElement concode_elem_sep void testGetStaticLabel concode_elem_sep void setUpClass concode_elem_sep void setUp concode_elem_sep void tearDownClass concode_elem_sep void t...
void function ( ) { System . out . println ( "srini_string" ) ; TestElement loc0 = new XMLFormatPostProcessor ( ) ; XMLFormatPostProcessorGui loc1 = new XMLFormatPostProcessorGui ( ) ; loc1 . modifyTestElement ( loc0 ) ; }
17,823
create an instance of pick_confirmation concode_field_sep PlaceHolder placeHolder concode_field_sep Pick_Confirmation.Shipment.ShipmentLines.ShipmentLine createShipmentsShipmentShipmentLinesShipmentLine concode_elem_sep Pick_Confirmation.Shipment createShipmentsShipment concode_elem_sep Pick_Confirmation.Shipment.Shipm...
Pick_Confirmation function ( ) { return new Pick_Confirmation ( ) ; }
17,824
setapps based on given list of apps concode_field_sep int totalCount concode_elem_sep String keyword concode_elem_sep List<GalleryApp> apps concode_field_sep void setTotalCount concode_elem_sep String getKeyword concode_elem_sep void setKeyword concode_elem_sep List<GalleryApp> getApps concode_elem_sep int getTotalCoun...
void function ( List < GalleryApp > arg0 ) { this . apps = arg0 ; }
17,825
set a rule , replacing any existing rule concode_field_sep Map<String,Consumer<T>> rules concode_elem_sep long serialVersionUID concode_elem_sep Class<T> clazz concode_field_sep Class<?> getClazz concode_elem_sep boolean addRule concode_elem_sep Consumer<T> getRule concode_elem_sep Object clone concode_elem_sep Stream<...
RuleSet < T > function ( String arg0 , Consumer < T > arg1 ) { Objects . requireNonNull ( arg0 , "srini_string" ) ; rules . put ( arg0 . toLowerCase ( ) , arg1 ) ; return this ; }
17,826
gets the user name . concode_field_sep String password concode_elem_sep String userName concode_field_sep void setPassword concode_elem_sep String getPassword concode_elem_sep void setUserName
String function ( ) { return userName ; }
17,827
get a digitaloutput instance from the registrar concode_field_sep HashMap<ID,Type> registered concode_elem_sep Registrar<Integer,AnalogOutput> aoRegistrar concode_elem_sep Registrar<Integer,DigitalSource> dioRegistrar concode_elem_sep Registrar<Integer,PWM> pwmRegistrar concode_elem_sep Registrar<Integer,AnalogInput> a...
DigitalOutput function ( int arg0 ) { return dioRegistrar . fetch ( arg0 , DigitalOutput . class , ( ) -> { return new DigitalOutput ( arg0 ) ; } ) ; }
17,828
this method returns the name of the field represented by the objectstreamfield instance . concode_field_sep boolean toset concode_elem_sep Field field concode_elem_sep boolean unshared concode_elem_sep boolean persistent concode_elem_sep String name concode_elem_sep Class<?> type concode_elem_sep String typename concod...
String function ( ) { return name ; }
17,829
getter for the optionallist value . concode_field_sep List<String> optionalList concode_elem_sep List<String> mandatoryList concode_field_sep void setMandatoryList concode_elem_sep void setOptionalAttribute concode_elem_sep void setOptionalList concode_elem_sep void setMandatoryAttribute concode_elem_sep String toStrin...
List < String > function ( ) { return optionalList ; }
17,830
sets the crypto context properties . see xmlcryptocontext #setproperty string , object . possible properties are defined in xmlsigncontext an xmlvalidatecontext seesupported properties . the following properties are set by default to the value boolean #true for the xml validation . if you want to switch thesefeatures o...
void function ( Map < String , ? extends Object > arg0 ) { this . cryptoContextProperties = arg0 ; }
17,831
return the next character in the iteration concode_field_sep boolean negated concode_elem_sep char current concode_elem_sep String iToString concode_elem_sep char start concode_elem_sep CharRange range concode_elem_sep char end concode_elem_sep boolean hasNext concode_elem_sep long serialVersionUID concode_field_sep Ch...
Character function ( ) { if ( hasNext == false ) { throw new NoSuchElementException ( ) ; } final char loc0 = current ; prepareNext ( ) ; return Character . valueOf ( loc0 ) ; }
17,832
write property to the xml . concode_field_sep int CLOSING concode_elem_sep StringBuffer buffer concode_elem_sep int OPENING concode_elem_sep int NO_CONTENT concode_elem_sep Writer writer concode_field_sep void writeText concode_elem_sep void sendData concode_elem_sep void writeElement concode_elem_sep void writeElement...
void function ( String arg0 , String arg1 ) { writeElement ( arg0 , arg1 , NO_CONTENT ) ; }
17,833
utility method that sets the value of the flag to false . concode_field_sep CacheEntry<K,DeltaAware> wrappedEntry concode_elem_sep Log log concode_elem_sep InvocationContext ctx concode_elem_sep PersistenceManager persistenceManager concode_elem_sep AtomicHashMap<K,?> uncommittedChanges concode_elem_sep byte flags conc...
void function ( Flags arg0 ) { flags &= ~ arg0 . mask ; }
17,834
get the alivename part of the hostname . nodenames are composed of two parts , an alivename and a hostname , separated by ' @ ' . this method returns the part of the nodename preceding the ' @ ' . concode_field_sep String alive concode_elem_sep int flags concode_elem_sep int dFlagPublished concode_elem_sep int dFlagAto...
String function ( ) { return alive ; }
17,835
produce a comma delimited text from a jsonarray of jsonobjects using a provided list of names . the list of names is not included in the output . concode_field_sep PlaceHolder placeHolder concode_field_sep String getValue concode_elem_sep JSONObject rowToJSONObject concode_elem_sep JSONArray toJSONArray concode_elem_se...
String function ( JSONArray arg0 , JSONArray arg1 ) { if ( arg0 == null || arg0 . length ( ) == 0 ) { return null ; } StringBuffer loc0 = new StringBuffer ( ) ; for ( int loc1 = 0 ; loc1 < arg1 . length ( ) ; loc1 += 1 ) { JSONObject loc2 = arg1 . optJSONObject ( loc1 ) ; if ( loc2 != null ) { loc0 . append ( rowToStri...
17,836
setter method should it be renamed to set ? concode_field_sep SymbolTable<Integer,Double> symbolTable concode_elem_sep long serialVersionUID concode_elem_sep int N concode_field_sep int size concode_elem_sep double get concode_elem_sep double dot concode_elem_sep SparseVector scale concode_elem_sep String toString conc...
void function ( int arg0 , double arg1 ) { if ( arg0 < 0 || arg0 >= N ) throw new IllegalArgumentException ( "srini_string" + arg0 + "srini_string" + N ) ; if ( arg1 == 0.0 ) symbolTable . delete ( arg0 ) ; else symbolTable . put ( arg0 , arg1 ) ; }
17,837
gets the utilization of the pe in percents . concode_field_sep double availableMips concode_elem_sep double mips concode_field_sep void setAvailableMips concode_elem_sep double getAvailableMips concode_elem_sep List<Double> getAllocatedMipsForVm concode_elem_sep void deallocateMipsForAllVms concode_elem_sep double getM...
double function ( ) { return getTotalAllocatedMips ( ) / getMips ( ) ; }
17,838
getcode getter method for code concode_field_sep String Code concode_elem_sep String Key concode_elem_sep String Name concode_field_sep void setName concode_elem_sep String getKey concode_elem_sep String getName concode_elem_sep void setCode concode_elem_sep void setKey
String function ( ) { return this . Code ; }
17,839
gets the property object . concode_field_sep String propertyFileName concode_elem_sep Properties props concode_field_sep void initLocations concode_elem_sep void setRuntimeProperty concode_elem_sep String getRuntimeProperty
Properties function ( ) { return props ; }
17,840
serialize an instance , restore it , and check for equality . concode_field_sep PlaceHolder placeHolder concode_field_sep void testCloning concode_elem_sep void testHashCode concode_elem_sep void testEquals
void function ( ) { DateTick loc0 = new DateTick ( new Date ( 0L ) , "srini_string" , TextAnchor . CENTER , TextAnchor . CENTER , 10.0 ) ; DateTick loc1 = ( DateTick ) TestUtilities . serialised ( loc0 ) ; assertEquals ( loc0 , loc1 ) ; }
17,841
gets the value of the countryname property . concode_field_sep String countryName concode_field_sep void setCountryName
String function ( ) { return countryName ; }
17,842
set the other info map to the given map of other information concode_field_sep HashMap<String,Set<Object>> primaryFilters concode_elem_sep HashMap<String,Object> otherInfo concode_elem_sep HashMap<String,Set<String>> relatedEntities concode_elem_sep String entityType concode_elem_sep String entityId concode_elem_sep Lo...
void function ( Map < String , Object > arg0 ) { if ( arg0 != null && ! ( arg0 instanceof HashMap ) ) { this . otherInfo = new HashMap < String , Object > ( arg0 ) ; } else { this . otherInfo = ( HashMap < String , Object > ) arg0 ; } }
17,843
returns an instance of this class based on the fields passed as an array of strings . concode_field_sep HashMap<String,Object> properties concode_field_sep String buildAndEncode concode_elem_sep SOQLBuilder having concode_elem_sep SOQLBuilder offset concode_elem_sep SOQLBuilder orderBy concode_elem_sep String buildAndE...
SOQLBuilder function ( String ... arg0 ) { return getInstanceWithFields ( TextUtils . join ( "srini_string" , arg0 ) ) ; }
17,844
records the elements executed by modules . concode_field_sep RecordingBinder parent concode_elem_sep SourceProvider sourceProvider concode_elem_sep Stage stage concode_elem_sep BindingTargetVisitor<Object,Object> GET_INSTANCE_VISITOR concode_elem_sep PrivateElementsImpl privateElements concode_elem_sep List<Element> el...
List < Element > function ( Stage arg0 , Iterable < ? extends Module > arg1 ) { RecordingBinder loc0 = new RecordingBinder ( arg0 ) ; for ( Module loc1 : arg1 ) { loc0 . install ( loc1 ) ; } return Collections . unmodifiableList ( loc0 . elements ) ; }
17,845
seed the requestscope with an object of type t. concode_field_sep ThreadLocal<Map<Key<?>,Object>> values concode_field_sep void exit concode_elem_sep Map<Key<?>,Object> getScopedObjectMap concode_elem_sep Provider<T> scope concode_elem_sep void enter
void function ( Key < T > arg0 , T arg1 ) { Map < Key < ? > , Object > loc0 = getScopedObjectMap ( arg0 ) ; Preconditions . checkState ( ! loc0 . containsKey ( arg0 ) , "srini_string" ) ; loc0 . put ( arg0 , arg1 ) ; }
17,846
get the next receiver . concode_field_sep long lastMessageTime concode_field_sep void writeHeader concode_elem_sep void handleEnd concode_elem_sep void handleError concode_elem_sep void handleMessage concode_elem_sep ManagementChannelReceiver createDelegating concode_elem_sep void handleChannelReset concode_elem_sep vo...
Channel . Receiver function ( ) { return this ; }
17,847
reads a sequence of floating-point numbers . concode_field_sep PlaceHolder placeHolder concode_field_sep void main concode_elem_sep double sum concode_elem_sep double minimum
ArrayList < Double > function ( ) { ArrayList < Double > loc0 = new ArrayList < Double > ( ) ; System . out . println ( "srini_string" ) ; Scanner loc1 = new Scanner ( System . loc1 ) ; while ( loc1 . hasNextDouble ( ) ) { loc0 . add ( loc1 . nextDouble ( ) ) ; } return loc0 ; }
17,848
set the order for the resulting org.springframework.web.servlet.handlermapping relative to other handler mappings configured in spring mvc . the default value is 1 . concode_field_sep TaskScheduler sockJsScheduler concode_elem_sep WebSocketHandler webSocketHandler concode_elem_sep SubProtocolWebSocketHandler subProtoco...
void function ( int arg0 ) { this . order = arg0 ; }
17,849
generates a password . concode_field_sep int DEF_COUNT concode_field_sep String generateActivationKey concode_elem_sep String generateResetKey
String function ( ) { return RandomStringUtils . randomAlphanumeric ( DEF_COUNT ) ; }
17,850
compares this duration with the specified duration based on length . concode_field_sep PlaceHolder placeHolder concode_field_sep boolean isShorterThan concode_elem_sep int hashCode concode_elem_sep boolean isEqual concode_elem_sep boolean equals concode_elem_sep Period toPeriod concode_elem_sep boolean isLongerThan con...
int function ( ReadableDuration arg0 ) { long loc0 = this . getMillis ( ) ; long loc1 = arg0 . getMillis ( ) ; if ( loc0 < loc1 ) { return - 1 ; } if ( loc0 > loc1 ) { return 1 ; } return 0 ; }
17,851
write json to storage concode_field_sep Logger LOG concode_elem_sep Gson gson concode_elem_sep ViewContext context concode_field_sep String serialize concode_elem_sep String read concode_elem_sep T load concode_elem_sep void clear concode_elem_sep boolean exists concode_elem_sep void store concode_elem_sep List<T> load...
void function ( String arg0 , String arg1 ) { getConfig ( ) . setProperty ( arg0 , arg1 ) ; }
17,852
returns the total size in bytes of the associated transfer , or -1 if the total size is n't known . concode_field_sep long bytesTransfered concode_elem_sep long totalBytesToTransfer concode_field_sep double getPercentTransfered concode_elem_sep long getBytesTransfered
long function ( ) { return totalBytesToTransfer ; }
17,853
returns a range of all the shopping carts . 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.liferay.portal.kernel.dao.orm.queryutil #...
java . util . List < com . liferay . portlet . shopping . model . ShoppingCart > function ( int arg0 , int arg1 ) { return _shoppingCartLocalService . getShoppingCarts ( arg0 , arg1 ) ; }
17,854
gets the bridge value for this bridgetvparametros . concode_field_sep com.gvt.www.ws.eai.oss.gpon.EnumCertificacao certificacao concode_elem_sep org.apache.axis.description.TypeDesc typeDesc concode_elem_sep java.lang.Object __equalsCalc concode_elem_sep boolean __hashCodeCalc concode_elem_sep java.lang.String bridge c...
java . lang . String function ( ) { return bridge ; }
17,855
gets the green value of this color . concode_field_sep Color GREEN concode_elem_sep int green concode_elem_sep Color LIGHT_GRAY concode_elem_sep Color RED concode_elem_sep Color BLACK concode_elem_sep int red concode_elem_sep Color WHITE concode_elem_sep int blue concode_elem_sep Color GRAY concode_elem_sep Color ORANG...
int function ( ) { return green ; }
17,856
the assessment run state . concode_field_sep String state concode_elem_sep java.util.Date stateChangedAt concode_field_sep void setStateChangedAt concode_elem_sep AssessmentRunStateChange withStateChangedAt concode_elem_sep AssessmentRunStateChange withState concode_elem_sep AssessmentRunStateChange withState concode_e...
String function ( ) { return this . state ; }
17,857
getter method used to get the devices name concode_field_sep String serialNum concode_elem_sep int tierIndex concode_elem_sep String[] CUSTOMER_TIER concode_elem_sep String name concode_field_sep String getSerialNum concode_elem_sep boolean meetsFilter concode_elem_sep void validateSerialNum concode_elem_sep void valid...
String function ( ) { return name ; }
17,858
returns the result of interpreting the object as an instance of ` sam status schema ' . this implementation returns null ; returning a non-null result will terminate the switch . concode_field_sep Status_and_action_oldPackage modelPackage concode_field_sep T caseSAMDerivator concode_elem_sep T caseSAMSchemaDerivator co...
T function ( SAMStatusSchema arg0 ) { return null ; }
17,859
reset the datetimecontext for the current thread . concode_field_sep ThreadLocal<DateTimeContext> dateTimeContextHolder concode_field_sep void setDateTimeContext concode_elem_sep DateTimeContext getDateTimeContext concode_elem_sep DateTimeFormatter getFormatter
void function ( ) { dateTimeContextHolder . remove ( ) ; }
17,860
begin appending a new object . all keys and values until the balancing endobject will be appended to this object . the endobject method must be called to mark the object 's end . concode_field_sep char mode concode_elem_sep boolean comma concode_elem_sep int top concode_elem_sep int maxdepth concode_elem_sep Writer wri...
JSONWriter function ( ) { if ( this . mode == 'i' ) { this . mode = 'o' ; } if ( this . mode == 'o' || this . mode == 'a' ) { this . append ( "srini_string" ) ; this . push ( new JSONObject ( ) ) ; this . comma = false ; return this ; } throw new JSONException ( "srini_string" ) ; }
17,861
returns a proxy for a standard management bean , using the specified connection to access the named implementation , as with #newmbeanproxy mbeanserverconnection , objectname , class . in addition , the proxy returned by this method will also implement notificationemitter if bcast istrue , under the assumption that the...
T function ( MBeanServerConnection arg0 , ObjectName arg1 , Class < T > arg2 , boolean arg3 ) { return MBeanServerInvocationHandler . newProxyInstance ( arg0 , arg1 , arg2 , arg3 ) ; }
17,862
return the number of attributes . concode_field_sep AttributesAdapter qAtts concode_elem_sep XMLReader xmlReader concode_elem_sep DocumentHandler documentHandler concode_elem_sep Attributes attributes concode_field_sep void setupXMLReader concode_elem_sep void setEntityResolver concode_elem_sep String getName concode_e...
int function ( ) { return attributes . getLength ( ) ; }
17,863
returns the object associated to a key concode_field_sep IntHashMap.Entry<V> nextEntry concode_elem_sep int threshold concode_elem_sep int hashEntry concode_elem_sep int count concode_elem_sep V valueEntry concode_elem_sep float growFactor concode_elem_sep IntHashMap.Entry<V>[] slots concode_elem_sep int slotHash conco...
V function ( int arg0 ) { int loc0 = computeHash ( arg0 ) ; for ( IntHashMap . Entry < V > loc1 = this . slots [ getSlotIndex ( loc0 , this . slots . length ) ] ; loc1 != null ; loc1 = loc1 . nextEntry ) { if ( loc1 . arg0 == arg0 ) { return loc1 . valueEntry ; } } return ( V ) null ; }
17,864
sets the binding to a copy with the specified annotation on the bound key concode_field_sep String SINGLE_INSTANCE_AND_SCOPE concode_elem_sep String CONSTANT_VALUE_ALREADY_SET concode_elem_sep String ANNOTATION_ALREADY_SPECIFIED concode_elem_sep String IMPLEMENTATION_ALREADY_SET concode_elem_sep String BINDING_TO_NULL ...
BindingImpl < T > function ( Class < ? extends Annotation > arg0 ) { Objects . requireNonNull ( arg0 , "srini_string" ) ; checkNotAnnotated ( ) ; return setBinding ( binding . withKey ( Key . get ( this . binding . getKey ( ) . getTypeLiteral ( ) , arg0 ) ) ) ; }
17,865
cleanly disposes of the renderhub 's resources . used by the rendermanager when the application shuts down . concode_field_sep RejectionHandler rejectionHandler concode_elem_sep RenderThreadFactory threadFactory concode_elem_sep long keepAliveTime concode_elem_sep Log log concode_elem_sep ThreadPoolExecutor renderServi...
void function ( ) { if ( renderService != null ) { renderService . shutdown ( ) ; renderService = null ; } if ( scheduledService != null ) { scheduledService . shutdown ( ) ; scheduledService = null ; } }
17,866
periksa apakah angka yang diberikan nilangan prima atau tidak . jika bilangan prima maka akan nilai variable prima akan dijadikan true tetapi seandainya bukan bilangan prima maka nilai variable prima akan dijadikan false . concode_field_sep boolean prima concode_elem_sep int angka concode_elem_sep boolean selesai conco...
void function ( ) { if ( angka <= 1 ) prima = false ; else { prima = true ; for ( int loc0 = 2 ; loc0 < ( angka / 2 + 1 ) ; ++ loc0 ) if ( ( angka % loc0 ) == 0 ) { prima = false ; return ; } } }
17,867
specify the number of times this trigger is supposed to fire . default is to repeat indefinitely . concode_field_sep JobDetail jobDetail concode_elem_sep int misfireInstruction concode_elem_sep Constants constants concode_elem_sep int repeatCount concode_elem_sep String description concode_elem_sep int priority concode...
void function ( int arg0 ) { this . repeatCount = arg0 ; }
17,868
a business method for singletonbeantwo to call . concode_field_sep Logger logger concode_elem_sep SessionContext sessionContext concode_elem_sep SingletonBeanTwo beanTwo concode_field_sep void start concode_elem_sep void initialise
void function ( ) { logger . info ( "srini_string" ) ; }
17,869
return the scheduled operation at next commit see schedulekind concode_field_sep boolean hasWcInfo concode_elem_sep String copyFromUrl concode_elem_sep ConflictDescriptor treeConflict concode_elem_sep String prejfile concode_elem_sep long serialVersionUID concode_elem_sep String reposUUID concode_elem_sep long reposSiz...
int function ( ) { return schedule ; }
17,870
documentation pending concode_field_sep Iterator assessmentTemplateIter concode_elem_sep int size concode_field_sep boolean hasNextAssessmentTemplate concode_elem_sep int getSize
AssessmentTemplateFacade function ( ) { try { return ( AssessmentTemplateFacade ) assessmentTemplateIter . next ( ) ; } catch ( Exception loc0 ) { throw new DataFacadeException ( "srini_string" ) ; } }
17,871
the name of the operator . concode_field_sep Key operatorKey concode_elem_sep int[] value concode_elem_sep String operatorName concode_elem_sep Map<String,CFFOperator> nameMap concode_elem_sep Map<CFFOperator.Key,CFFOperator> keyMap concode_field_sep void setName concode_elem_sep Key getKey concode_elem_sep int[] getVa...
String function ( ) { return operatorName ; }
17,872
set text content for this element . concode_field_sep BufferedElement parent concode_elem_sep Collection<BufferedAttribute> dynamicAttributes concode_elem_sep Map<String,String> data concode_elem_sep BufferedEndTagElement endTagElement concode_elem_sep String startTagElementName concode_elem_sep String endTagElementNam...
void function ( String arg0 ) { if ( isEnded ( ) ) { reset ( ) ; getStartTagElement ( ) . append ( getStartTagElementName ( ) ) ; getStartTagElement ( ) . append ( arg0 ) ; getEndTagElement ( ) . append ( getEndTagElementName ( ) ) ; } else { getCurrentTagElement ( ) . append ( arg0 ) ; } }
17,873
run `` projections.txt '' . concode_field_sep PlaceHolder placeHolder concode_field_sep void testWagnerIV concode_elem_sep void testWagnerV concode_elem_sep void testLambertConic concode_elem_sep void testLambertAzimuthalEqualArea concode_elem_sep void testEquidistantConic concode_elem_sep void testMollweide concode_el...
void function ( ) { runScript ( "srini_string" ) ; }
17,874
called whenever the osgi framework starts our bundle concode_field_sep Logger logger concode_elem_sep BundleContext context concode_field_sep void stop concode_elem_sep BundleContext getContext
void function ( BundleContext arg0 ) { context = arg0 ; logger . debug ( "srini_string" ) ; }
17,875
return number if it 's already one . if not parse as long from the string value using provided radix . concode_field_sep PlaceHolder placeHolder concode_field_sep Numeric asNumberOrParseDouble concode_elem_sep String template concode_elem_sep ValueArray asArray concode_elem_sep boolean isEqual concode_elem_sep Numeric ...
Numeric function ( ValueObject arg0 , int arg1 ) { Numeric loc0 = asNumber ( arg0 ) ; if ( loc0 == null && arg0 != null ) { return ValueFactory . create ( Long . parseLong ( arg0 . toString ( ) , arg1 ) ) ; } return loc0 ; }
17,876
used to check whether there are multiple topics to consume from concode_field_sep ArrayList<ConsumerIterator<byte[],byte[]>> consumerIte concode_elem_sep Properties kafkaProperties concode_elem_sep List<String> topics concode_elem_sep InjectHandler injectHandler concode_elem_sep String name concode_elem_sep int threadC...
boolean function ( ) { return false ; }
17,877
determines whether the given state contains '' topicname . partitionid . avg.record.millis '' . concode_field_sep PlaceHolder placeHolder concode_field_sep void setPartitionAvgRecordMillis concode_elem_sep KafkaPartition getPartition concode_elem_sep String getTopicName concode_elem_sep String getPartitionPropName conc...
boolean function ( State arg0 , KafkaPartition arg1 ) { return arg0 . contains ( getPartitionPropName ( arg1 . getTopicName ( ) , arg1 . getId ( ) ) + "srini_string" + KafkaSource . AVG_RECORD_MILLIS ) ; }
17,878
returns the tclregascript url . concode_field_sep int binCallbackPort concode_elem_sep String UTF_ENCODING concode_elem_sep int DEFAULT_PORT_RF concode_elem_sep int xmlCallbackPort concode_elem_sep int cuxdPort concode_elem_sep int DEFAULT_PORT_GROUP concode_elem_sep String gatewayType concode_elem_sep String ISO_ENCOD...
String function ( ) { return "srini_string" + gatewayAddress + "srini_string" ; }
17,879
asserts that lhs is equal to rhs . concode_field_sep PlaceHolder placeHolder concode_field_sep void assertLTE concode_elem_sep void assertLTE concode_elem_sep void assertLessThanOrEqual concode_elem_sep void assertLessThanOrEqual concode_elem_sep int compare concode_elem_sep void assertGTE concode_elem_sep void assertG...
void function ( Object arg0 , Object arg1 , String arg2 ) { if ( arg0 == null ) { if ( arg1 != null ) { error ( arg2 ) ; } } else { assertTrue ( arg0 . equals ( arg1 ) , arg2 ) ; } }
17,880
verifies that error during processing results in error of whole authentication . concode_field_sep SAMLProcessingFilter processingFiler concode_elem_sep HttpServletRequest request concode_elem_sep HttpSession session concode_elem_sep ApplicationContext context concode_elem_sep SAMLProcessor processor concode_field_sep ...
void function ( ) { SAMLTestHelper . setLocalContextParameters ( request , "srini_string" , null ) ; expect ( processor . retrieveMessage ( ( SAMLMessageContext ) notNull ( ) ) ) . andThrow ( new SAMLException ( "srini_string" ) ) ; replayMock ( ) ; processingFiler . attemptAuthentication ( request , null ) ; verifyMoc...
17,881
updates an existing product . concode_field_sep Logger logger concode_elem_sep int DEFAULT_LIST_LIMIT concode_field_sep void checkExists concode_elem_sep Product get concode_elem_sep Product insert concode_elem_sep CollectionResponse<Product> list concode_elem_sep void remove
Product function ( @ Named ( "srini_string" ) Long arg0 , Product arg1 ) { checkExists ( arg0 ) ; ofy ( ) . save ( ) . entity ( arg1 ) . now ( ) ; logger . info ( "srini_string" + arg1 ) ; return ofy ( ) . load ( ) . entity ( arg1 ) . now ( ) ; }
17,882
returns the local ip . it loops through the network interfaces and returns the first non loopback address concode_field_sep PlaceHolder placeHolder concode_field_sep InetAddress chooseAddress concode_elem_sep Set<InetAddress> getAddresses concode_elem_sep Map<String,Set<InetAddress>> getNetworkInterfaceAddresses concod...
String function ( ) { return chooseAddress ( ) . getHostAddress ( ) ; }
17,883
returns the room the ai player should accuse . concode_field_sep boolean hasCard concode_elem_sep Player aiPlayer concode_elem_sep HashMap<Suspect,AINotebookEntry> suspectNotebookEntries concode_elem_sep Suspect suspectToAccuse concode_elem_sep LinkedList<NewInformation> newInformationList concode_elem_sep HashMap<Weap...
Room function ( ) { return roomToAccuse ; }
17,884
convenience method that ultimately delegates to #addproperty beandefinitionbuilder , string , element , string , string , boolean , boolean . concode_field_sep PlaceHolder placeHolder concode_field_sep void addPropertyReference concode_elem_sep void addPropertyReference concode_elem_sep void addPropertyReference concod...
void function ( BeanDefinitionBuilder arg0 , String arg1 , Element arg2 , String arg3 ) { addProperty ( arg0 , arg1 , arg2 . getAttribute ( arg3 ) , null , true , true ) ; }
17,885
returns a string representation of this object ; useful for testing and debugging . concode_field_sep com.amazonaws.internal.SdkInternalList<String> lifecycleHookTypes concode_field_sep java.util.List<String> getLifecycleHookTypes concode_elem_sep void setLifecycleHookTypes concode_elem_sep int hashCode concode_elem_se...
String function ( ) { StringBuilder loc0 = new StringBuilder ( ) ; loc0 . append ( "srini_string" ) ; if ( getLifecycleHookTypes ( ) != null ) loc0 . append ( "srini_string" + getLifecycleHookTypes ( ) ) ; loc0 . append ( "srini_string" ) ; return loc0 . toString ( ) ; }
17,886
returns list of jar files that need to be submitted with the plan . concode_field_sep List<URL> jarFiles concode_elem_sep ClassLoader userCodeClassLoader concode_elem_sep Plan plan concode_elem_sep List<URL> classpaths concode_field_sep ClassLoader getUserCodeClassLoader concode_elem_sep List<URL> getClasspaths concode...
List < URL > function ( ) { return this . jarFiles ; }
17,887
called when the activity is started which may end up creating some timers for dependent actions concode_field_sep ProcessRules processRules concode_elem_sep ActivityState activityState concode_elem_sep ProcessInstance processInstance concode_elem_sep Exchange exchange concode_elem_sep ActivityRules activityRules concod...
void function ( ActivityState arg0 ) { }
17,888
updates the current price of a stock stored in the database . concode_field_sep String TABLE_NAME concode_elem_sep String MAX_PRICE concode_elem_sep String PRICE_PAID concode_elem_sep String INSERT_SQL concode_elem_sep String MIN_PRICE concode_elem_sep String UPDATE_SQL concode_elem_sep String CREATE_TABLE concode_elem...
void function ( Stock arg0 ) { Log . d ( TAG , "srini_string" + arg0 . toString ( ) ) ; updateStmt . bindDouble ( 1 , arg0 . getCurrentPrice ( ) ) ; updateStmt . bindLong ( 2 , arg0 . getId ( ) ) ; updateStmt . execute ( ) ; }
17,889
this method was generated by mybatis generator . this method sets the value of the database column t_zone . cem_id concode_field_sep Integer cemId concode_elem_sep String name concode_elem_sep String description concode_elem_sep Integer id concode_field_sep void setName concode_elem_sep Integer getCemId concode_elem_se...
void function ( Integer arg0 ) { this . cemId = arg0 ; }
17,890
the request associated with this command . concode_field_sep int redirectCount concode_elem_sep Exception exception concode_elem_sep HttpRequest request concode_elem_sep int failureCount concode_field_sep int incrementFailureCount concode_elem_sep void setCurrentRequest concode_elem_sep Exception getException concode_e...
HttpRequest function ( ) { return request ; }
17,891
registering twice the same rule set results in no addition concode_field_sep IRuleSetManager ruleSetManager concode_field_sep void testUnregisterRuleSet concode_elem_sep void testRegisterRuleSet concode_elem_sep RuleSet createEmptyTestRuleSet concode_elem_sep void testDuplicateUnregister concode_elem_sep void testUnreg...
void function ( ) { final RuleSet loc0 = createEmptyTestRuleSet ( ) ; this . ruleSetManager . registerRuleSet ( loc0 ) ; this . ruleSetManager . registerRuleSet ( loc0 ) ; Assert . assertEquals ( "srini_string" , 1 , this . ruleSetManager . getRegisteredRuleSets ( ) . size ( ) ) ; }
17,892
set whether or not trailing slashes should be stripped from the uri when generating the view name . default is `` true '' . concode_field_sep String prefix concode_elem_sep String separator concode_elem_sep String SLASH concode_elem_sep UrlPathHelper urlPathHelper concode_elem_sep boolean stripLeadingSlash concode_elem...
void function ( boolean arg0 ) { this . stripTrailingSlash = arg0 ; }
17,893
gets the value of the artifactid property . concode_field_sep String repoId concode_elem_sep String extension concode_elem_sep String artifactLink concode_elem_sep String groupId concode_elem_sep String classifier concode_elem_sep String artifactId concode_elem_sep String packaging concode_elem_sep String contextId con...
String function ( ) { return artifactId ; }
17,894
returns the names of the extra marker attributes associated to this problem when persisted into a marker by the javabuilder . extra attributes are only optional , and are allowing client customization of generated markers . by default , no extra attributes is persisted , and a categorized problem only persists the foll...
String [ ] function ( ) { return CharOperation . NO_STRINGS ; }
17,895
performs a dynamic query on the database and returns an ordered 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...
java . util . List < T > function ( com . liferay . portal . kernel . dao . orm . DynamicQuery arg0 , int arg1 , int arg2 , com . liferay . portal . kernel . util . OrderByComparator < T > arg3 ) { return _ddmTemplateLinkLocalService . arg0 ( arg0 , arg1 , arg2 , arg3 ) ; }
17,896
set this abstractedgepropertytype value . concode_field_sep T value concode_field_sep T getValue concode_elem_sep int intValue concode_elem_sep AbstractEdgePropertyType<T> clone concode_elem_sep String toString
void function ( final T arg0 ) { this . value = arg0 ; }
17,897
this implementation always returns null . concode_field_sep String DEFAULT_CONTEXT_CONFIG_LOCATION concode_elem_sep Log logger concode_elem_sep ConfigurableApplicationContext applicationContext concode_elem_sep String CONFIG_LOCATION_DELIMITERS concode_elem_sep String contextConfigLocation concode_field_sep void setCon...
XAResource [ ] function ( ActivationSpec [ ] arg0 ) { return null ; }
17,898
test method for pk.home.libs.combine.dao.abasedao #getallentities int , int . concode_field_sep BusStopService service concode_field_sep void testGetAllEntities concode_elem_sep void testCount concode_elem_sep void testRefresh concode_elem_sep void testMerge concode_elem_sep void testRemove concode_elem_sep void testGe...
void function ( ) { for ( int loc0 = 0 ; loc0 < 100 ; loc0 ++ ) { BusStop loc1 = new BusStop ( ) ; loc1 . setKeyName ( "srini_string" + loc0 ) ; service . persist ( loc1 ) ; } List < BusStop > loc2 = service . getAllEntities ( 10 , 10 ) ; assertTrue ( loc2 != null ) ; assertTrue ( loc2 . size ( ) > 0 ) ; assertTrue ( l...
17,899
sets the structureid . concode_field_sep String m_structureId concode_elem_sep String m_str concode_elem_sep int m_last concode_elem_sep long serialVersionUID concode_elem_sep String m_propertyValue concode_elem_sep String m_propertyDefId concode_elem_sep int m_propertyMappingType concode_elem_sep int m_publishTag conc...
void function ( String arg0 ) { m_structureId = arg0 ; }