idx int64 0 25k | question stringlengths 71 7.19k | target stringlengths 20 663 |
|---|---|---|
18,500 | checks that the given argument is not null . if it is , throws nullpointerexception . otherwise , returns the argument . concode_field_sep PlaceHolder placeHolder concode_field_sep int checkPositiveOrZero concode_elem_sep int intValue concode_elem_sep int checkPositive concode_elem_sep long checkPositive concode_elem_s... | T function ( T arg0 , String arg1 ) { if ( arg0 == null ) { throw new NullPointerException ( arg1 ) ; } return arg0 ; } |
18,501 | a shutdowneventconfiguration object that specifies the shutdown event configuration . concode_field_sep ShutdownEventConfiguration shutdown concode_field_sep int hashCode concode_elem_sep boolean equals concode_elem_sep LifecycleEventConfiguration clone concode_elem_sep String toString concode_elem_sep LifecycleEventCo... | void function ( ShutdownEventConfiguration arg0 ) { this . shutdown = arg0 ; } |
18,502 | if even a single propertyname is found in the expression the expression is not static . concode_field_sep IsStaticExpressionVisitor VISITOR concode_field_sep placeholderType placeHolder | Boolean function ( PropertyName arg0 , Object arg1 ) { return false ; } |
18,503 | gets the id of this language pack . concode_field_sep String path concode_elem_sep String localName concode_elem_sep String flag16Path concode_elem_sep String internationalName concode_elem_sep String id concode_field_sep String getDefaultID concode_elem_sep String getLocalName concode_elem_sep void findFlagImage conco... | String function ( ) { return id ; } |
18,504 | returns the specially constructed system_authorization_name user object for the current database object . concode_field_sep HashMappedList userList concode_elem_sep GranteeManager granteeManager concode_field_sep HsqlArrayList listVisibleUsers concode_elem_sep void removeSchemaReference concode_elem_sep String[] getIni... | User function ( ) { return GranteeManager . systemAuthorisation ; } |
18,505 | sets the value of the typecode property . concode_field_sep Amount amount concode_elem_sep Float quantity concode_elem_sep String salesperson concode_elem_sep Float quotaCreditQuantity concode_elem_sep Float percentage concode_elem_sep long serialVersionUID concode_elem_sep String typeCode concode_field_sep Float getQu... | void function ( String arg0 ) { this . typeCode = arg0 ; } |
18,506 | get the size of the message header itself . so far , it is always 12 bytes . concode_field_sep byte LOCATE_REQUEST concode_elem_sep byte CANCEL_REQUEST concode_elem_sep byte MESSAGE_ERROR concode_elem_sep int message_size concode_elem_sep byte LOCATE_REPLY concode_elem_sep Version version concode_elem_sep byte[] MAGIC ... | int function ( ) { return 12 ; } |
18,507 | gets the value of the countryname property . concode_field_sep String address concode_elem_sep String stateOrProvince concode_elem_sep String city concode_elem_sep String postalCode concode_elem_sep String countryName concode_field_sep void setAddress concode_elem_sep void setCity concode_elem_sep void setCountryName c... | String function ( ) { return countryName ; } |
18,508 | getter for items concode_field_sep String preferredPrefix concode_elem_sep String sellerId concode_elem_sep BasicAmountType bucketSubtotalAmt concode_elem_sep BasicAmountType bucketShippingAmt concode_elem_sep String bucketId concode_elem_sep String externalSellerId concode_elem_sep BasicAmountType bucketInsuranceAmt c... | List < IncentiveItemType > function ( ) { return items ; } |
18,509 | whether it is empty concode_field_sep boolean compact concode_elem_sep Vector values concode_elem_sep String name concode_field_sep void setHeaders concode_elem_sep void addTop concode_elem_sep String getName concode_elem_sep boolean isCommaSeparated concode_elem_sep boolean isCommaSeparated concode_elem_sep Vector get... | boolean function ( ) { return values . isEmpty ( ) ; } |
18,510 | getjavamailconfigdao concode_field_sep JavaMailConfigurationDao m_JavamailConfigDao concode_field_sep void deliverReport concode_elem_sep void setJavamailConfigDao | JavaMailConfigurationDao function ( ) { return m_JavamailConfigDao ; } |
18,511 | gets the session involved in this event . concode_field_sep Session session concode_field_sep void call | Session function ( ) { return this . session ; } |
18,512 | returns the result of interpreting the object as an instance of ` eobject ' . this implementation returns null ; returning a non-null result will terminate the switch , but this is the last case anyway . concode_field_sep LargemapvaluePackage modelPackage concode_field_sep T caseTestElement concode_elem_sep T caseStrin... | T function ( EObject arg0 ) { return null ; } |
18,513 | the partition to which the record will be sent or null if no partition was specified concode_field_sep Integer partition concode_elem_sep String topic concode_elem_sep byte[] value concode_elem_sep byte[] key concode_field_sep String topic concode_elem_sep String toString concode_elem_sep byte[] value concode_elem_sep ... | Integer function ( ) { return partition ; } |
18,514 | returns a copy of this configuration concode_field_sep int connectionTimeout concode_elem_sep String password concode_elem_sep int timeout concode_elem_sep int port concode_elem_sep NagiosSettings nagiosSettings concode_elem_sep String host concode_elem_sep NagiosEncryptionMethod encryptionMethod concode_field_sep void... | NagiosConfiguration function ( ) { try { NagiosConfiguration loc0 = ( NagiosConfiguration ) clone ( ) ; return loc0 ; } catch ( CloneNotSupportedException loc0 ) { throw new RuntimeCamelException ( loc0 ) ; } } |
18,515 | return the index-th coordinate concode_field_sep double[] vector concode_field_sep int hashCode concode_elem_sep boolean equals concode_elem_sep int getDimension concode_elem_sep String toString concode_elem_sep int compareTo | double function ( int arg0 ) { return vector [ arg0 ] ; } |
18,516 | compares two integer values . concode_field_sep String ZERO_LENGTH_STRING concode_elem_sep SortedSet<?> EMPTY_SORTED_SET concode_field_sep int hashCode concode_elem_sep int hashCode concode_elem_sep int hashCode concode_elem_sep boolean equals concode_elem_sep boolean equals concode_elem_sep String translateString conc... | int function ( final int arg0 , final int arg1 ) { return arg0 - arg1 ; } |
18,517 | whether this storage backends supports scanning of any kind concode_field_sep Boolean supportsConsistentKeyOperations concode_elem_sep Boolean supportsMultiQuery concode_elem_sep Boolean supportsTransactions concode_elem_sep Boolean isDistributed concode_elem_sep Boolean isKeyOrdered concode_elem_sep Boolean hasLocalKe... | boolean function ( ) { return supportsOrderedScan ( ) || supportsUnorderedScan ( ) ; } |
18,518 | returns true if this is a spdy connection . such connections can be used in multiple http requests simultaneously . concode_field_sep int httpMinorVersion concode_elem_sep byte[] HTTP_11 concode_elem_sep Route route concode_elem_sep long idleStartTimeNs concode_elem_sep InputStream in concode_elem_sep SpdyConnection sp... | boolean function ( ) { return spdyConnection != null ; } |
18,519 | untar an input file into an output file . the output file is created in the output folder , having the same name as the input file , minus the ' . tar ' extension . concode_field_sep Logger LOG concode_field_sep void zip concode_elem_sep void tar | List < File > function ( final String arg0 , final String arg1 ) { return unTar ( arg0 , arg1 , false ) ; } |
18,520 | method to validate the email address concode_field_sep String phoneNumber concode_elem_sep long age concode_elem_sep String displayName concode_elem_sep String name concode_elem_sep long displayAge concode_elem_sep String displayPhoneNumber concode_elem_sep String email concode_elem_sep String displayEmail concode_fiel... | void function ( ActionEvent arg0 ) { setDisplayEmail ( email ) ; } |
18,521 | sets the client customer id . concode_field_sep String expressPlusPageId concode_elem_sep String developerToken concode_elem_sep Boolean isValidateOnly concode_elem_sep Boolean isPartialFailure concode_elem_sep ReportingConfiguration reportingConfiguration concode_elem_sep String userAgent concode_elem_sep String DEFAU... | void function ( String arg0 ) { this . clientCustomerId = arg0 ; } |
18,522 | return a boolean array with the same bit values a this bitarray . concode_field_sep byte[][] NYBBLE concode_elem_sep byte[] repn concode_elem_sep int BYTES_PER_LINE concode_elem_sep int length concode_elem_sep int BITS_PER_UNIT concode_field_sep void set concode_elem_sep int subscript concode_elem_sep BitArray truncate... | boolean [ ] function ( ) { boolean [ ] loc0 = new boolean [ length ] ; for ( int loc1 = 0 ; loc1 < length ; loc1 ++ ) { loc0 [ loc1 ] = get ( loc1 ) ; } return loc0 ; } |
18,523 | returns a string representation of this qname concode_field_sep String EMPTY_STRING concode_elem_sep String localPart concode_elem_sep String prefix concode_elem_sep String namespaceURI concode_field_sep String getQualifiedName concode_elem_sep String getPrefix concode_elem_sep QName valueOf concode_elem_sep int hashCo... | String function ( ) { return ( ( namespaceURI . equals ( EMPTY_STRING ) ) ? localPart : '{' + namespaceURI + '}' + localPart ) ; } |
18,524 | sets the name . concode_field_sep long amount concode_elem_sep String name concode_elem_sep long count concode_field_sep String getName concode_elem_sep void setAmount concode_elem_sep long getCount concode_elem_sep void setCount concode_elem_sep long getAmount | void function ( String arg0 ) { this . name = arg0 ; } |
18,525 | create a random update command . concode_field_sep int DELETE concode_elem_sep int DROP_INDEX concode_elem_sep Column[] columns concode_elem_sep Value[] values concode_elem_sep int CREATE_TABLE concode_elem_sep int type concode_elem_sep int CONNECT concode_elem_sep Result result concode_elem_sep HashMap<String,Table> t... | Command function ( TestSynth arg0 , Table arg1 ) { Command loc0 = new Command ( arg0 , Command . UPDATE , arg1 ) ; loc0 . prepareUpdate ( ) ; return loc0 ; } |
18,526 | sets the header named name to value . if this request already has any headers with that name , they are all replaced . concode_field_sep Request request concode_elem_sep Handshake handshake concode_elem_sep Headers.Builder headers concode_elem_sep int code concode_elem_sep long sentRequestAtMillis concode_elem_sep Resp... | Builder function ( String arg0 , String arg1 ) { headers . set ( arg0 , arg1 ) ; return this ; } |
18,527 | get the way kscoring makes a total score concode_field_sep double m_TotalKScore concode_elem_sep Comparator<ITheoreticalScoring> K_SCORE_COMPARATOR concode_elem_sep IScanScoring m_ScanScore concode_elem_sep String m_Sequence concode_elem_sep ITheoreticalScoring[] EMPTY_ARRAY concode_elem_sep Map<ScanScoringIdentifier,I... | double function ( ) { if ( m_TotalKScore != 0 ) return m_TotalKScore ; double loc0 = getTotalScore ( ) ; return TandemKScoringAlgorithm . conditionRawScore ( loc0 , getSequence ( ) ) ; } |
18,528 | utility method that resets the auction item list . this used for demo purposes as the auction items may need to be reset if the bids become too large or have expired . concode_field_sep ArrayList<AuctionItem> auctionItems concode_field_sep void initializeData concode_elem_sep boolean bidOnAuctionItem concode_elem_sep L... | void function ( ) { initializeData ( ) ; } |
18,529 | initializes by creating the first workspace concode_field_sep View myView concode_elem_sep List<SLogoWorkspace> myWorkspaces concode_elem_sep SLogoWorkspace myCurrentWorkspace concode_elem_sep ObservableList<SLogoWorkspace> myObservableWorkspaces concode_field_sep void setCurrentWorkspace concode_elem_sep SLogoWorkspac... | void function ( ) { createNewWorkspace ( ) ; } |
18,530 | return true if this event corresponds with a start event . concode_field_sep FiringEventType AFTER_POSTFIRE concode_elem_sep Director _director concode_elem_sep String _name concode_elem_sep FiringEventType AFTER_PREFIRE concode_elem_sep FiringEventType BEFORE_RW_FIRE concode_elem_sep FiringEventType _type concode_elem... | boolean function ( ) { return _isStart ; } |
18,531 | gets the encoded key in byte format . concode_field_sep byte[] encodedKey concode_field_sep String getFormat | byte [ ] function ( ) { return this . encodedKey ; } |
18,532 | starts main web portal concode_field_sep Logger logger concode_field_sep void encryptConfigFile concode_elem_sep void processXsfFiles concode_elem_sep void clearXsfFileDownloadCache concode_elem_sep void main concode_elem_sep void printConfigFile concode_elem_sep void printOptions concode_elem_sep void downloadXsfFiles | void function ( ) { WebMain . startWeb2 ( ) ; } |
18,533 | get custom serializer concode_field_sep java.lang.Boolean targetAll concode_elem_sep org.apache.axis.description.TypeDesc typeDesc concode_elem_sep com.google.api.ads.adwords.axis.v201409.cm.CriterionTypeGroup criterionTypeGroup concode_elem_sep java.lang.Object __equalsCalc concode_elem_sep boolean __hashCodeCalc conc... | org . apache . axis . encoding . Serializer function ( java . lang . String arg0 , java . lang . Class arg1 , javax . xml . namespace . QName arg2 ) { return new org . apache . axis . encoding . ser . BeanSerializer ( arg1 , arg2 , typeDesc ) ; } |
18,534 | get custom deserializer concode_field_sep java.lang.String number concode_elem_sep com.google.api.ads.adwords.axis.v201502.express.RegionCode regionCode concode_elem_sep org.apache.axis.description.TypeDesc typeDesc concode_elem_sep java.lang.Object __equalsCalc concode_elem_sep boolean __hashCodeCalc concode_field_sep... | org . apache . axis . encoding . Deserializer function ( java . lang . String arg0 , java . lang . Class arg1 , javax . xml . namespace . QName arg2 ) { return new org . apache . axis . encoding . ser . BeanDeserializer ( arg1 , arg2 , typeDesc ) ; } |
18,535 | creates a wavedata container from the specified bytes concode_field_sep ByteBuffer data concode_elem_sep int format concode_elem_sep int samplerate concode_field_sep void dispose concode_elem_sep ByteBuffer convertAudioBytes | WaveData function ( byte [ ] arg0 ) { try { return create ( AudioSystem . getAudioInputStream ( new BufferedInputStream ( new ByteArrayInputStream ( arg0 ) ) ) ) ; } catch ( Exception loc0 ) { loc0 . printStackTrace ( ) ; return null ; } } |
18,536 | load the bean definitions into the given registry , based on the specified configuration files . 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 Str... | void function ( BeanDefinitionRegistry arg0 , String [ ] arg1 ) { new XmlBeanDefinitionReader ( arg0 ) . loadBeanDefinitions ( arg1 ) ; } |
18,537 | removes all interfaces from the member group . if no members are in the group , the call is ignored . concode_field_sep Set<String> interfaces concode_field_sep MemberGroupConfig setInterfaces concode_elem_sep MemberGroupConfig addInterface concode_elem_sep Collection<String> getInterfaces concode_elem_sep String toStr... | MemberGroupConfig function ( ) { interfaces . clear ( ) ; return this ; } |
18,538 | gets the parent object in the object tree representing the unmarshalled xml document . concode_field_sep List<CTExternalSheetData> sheetData concode_elem_sep Object parent concode_field_sep List<CTExternalSheetData> getSheetData concode_elem_sep void afterUnmarshal concode_elem_sep void setParent | Object function ( ) { return this . parent ; } |
18,539 | returns null . cookies prior to rfc2965 do not set this attribute concode_field_sep String cookieDomain concode_elem_sep Date cookieExpiryDate concode_elem_sep int cookieVersion concode_elem_sep String name concode_elem_sep boolean isSecure concode_elem_sep String cookiePath concode_elem_sep String value concode_elem_s... | int [ ] function ( ) { return null ; } |
18,540 | clear the map and reset the level to the specified value . concode_field_sep long MAX_LOAD concode_elem_sep int len concode_elem_sep int size concode_elem_sep int level concode_elem_sep int maxDeleted concode_elem_sep int deletedCount concode_elem_sep int maxSize concode_elem_sep int minSize concode_elem_sep boolean ze... | void function ( int arg0 ) { if ( arg0 > 30 ) { throw new IllegalStateException ( "srini_string" ) ; } size = 0 ; level = arg0 ; len = 2 << level ; mask = len - 1 ; minSize = ( int ) ( ( 1 << level ) * MAX_LOAD / 100 ) ; maxSize = ( int ) ( len * MAX_LOAD / 100 ) ; deletedCount = 0 ; maxDeleted = 20 + len / 2 ; } |
18,541 | create an instance of jaxbelement concode_field_sep QName _PurchaseOrder_QNAME concode_elem_sep QName _Comment_QNAME concode_field_sep PurchaseOrderType createPurchaseOrderType concode_elem_sep Items.Item createItemsItem concode_elem_sep Items createItems concode_elem_sep USAddress createUSAddress concode_elem_sep JAXB... | JAXBElement < PurchaseOrderType > function ( PurchaseOrderType arg0 ) { return new JAXBElement < PurchaseOrderType > ( _PurchaseOrder_QNAME , PurchaseOrderType . class , null , arg0 ) ; } |
18,542 | add a field with the specified value . concode_field_sep List<String> namesAndValues concode_elem_sep String[] namesAndValues concode_field_sep Builder addLenient concode_elem_sep Builder addLenient concode_elem_sep Builder set concode_elem_sep List<String> values concode_elem_sep void checkNameAndValue concode_elem_se... | Builder function ( String arg0 , String arg1 ) { checkNameAndValue ( arg0 , arg1 ) ; return addLenient ( arg0 , arg1 ) ; } |
18,543 | utility method to obtain annotations of a specific type from the supplied psimodifierlistowner . for optimization reasons , this method only looks at elements of type java.lang.string . the parameter allowindirect determines if the method should look for indirect annotations , i.e. annotations which have themselves bee... | PsiAnnotation [ ] function ( PsiModifierListOwner arg0 , Pair < String , ? extends Set < String >> arg1 , boolean arg2 , boolean arg3 ) { if ( ! PsiUtilEx . isLanguageAnnotationTarget ( arg0 ) ) return PsiAnnotation . EMPTY_ARRAY ; return getAnnotationsFromImpl ( arg0 , arg1 , arg2 , arg3 ) ; } |
18,544 | returns a list of properties that were de-serialized during transmission in effect , a list of all setters that were called during the json - > objects de-serialization . the list elements will be in apache beanutils format . a method with a signature : public void a objecttype , list , string might have modified attri... | List < List < String >> function ( ) { return this . deserializedProperties ; } |
18,545 | closes closeable , ignoring any checked exceptions . does nothing if closeable is null . concode_field_sep Charset US_ASCII concode_elem_sep byte[] EMPTY_BYTE_ARRAY concode_elem_sep AtomicReference<byte[]> skipBuffer concode_elem_sep char[] DIGITS concode_elem_sep Charset UTF_8 concode_elem_sep String[] EMPTY_STRING_AR... | void function ( Closeable arg0 ) { if ( arg0 != null ) { try { arg0 . close ( ) ; } catch ( RuntimeException loc0 ) { throw loc0 ; } catch ( Exception loc0 ) { } } } |
18,546 | propagates throwable exactly as-is , if and only if it is aninstance of runtimeexception or error . example usage : try somemethodthatcouldthrowanything ; catch iknowwhattodowiththisexception e handle e ; catch throwable t throwables.propagateifpossible t ; throw new runtimeexception `` unexpected '' , t ; concode_fiel... | void function ( @ Nullable Throwable arg0 ) { propagateIfInstanceOf ( arg0 , Error . class ) ; propagateIfInstanceOf ( arg0 , RuntimeException . class ) ; } |
18,547 | define el valor de la propiedad encoding . concode_field_sep String id concode_elem_sep String mimeType concode_elem_sep String encoding concode_elem_sep List<Object> content concode_field_sep String getEncoding concode_elem_sep String getMimeType concode_elem_sep List<Object> getContent concode_elem_sep void setMimeTy... | void function ( String arg0 ) { this . encoding = arg0 ; } |
18,548 | adds a new string to the default log concode_field_sep SipProvider sip_provider concode_elem_sep Log log concode_elem_sep SubscriberDialog subscriber_dialog concode_elem_sep PresenceAgentListener listener concode_elem_sep UserAgentProfile user_profile concode_elem_sep NotifierDialog notifier_dialog concode_field_sep vo... | void function ( String arg0 , int arg1 ) { if ( log != null ) log . println ( "srini_string" + arg0 , arg1 + SipStack . LOG_LEVEL_UA ) ; } |
18,549 | dom : used to specify the time in milliseconds relative to the epoch at which the event was created . due to the fact that some systems may not provide this information the value of timestamp may be returned . examples of epoch time are the time of the system start or 0:0:0 utc 1st january 1970 . concode_field_sep bool... | long function ( ) { return timeStamp ; } |
18,550 | destroy the service . concode_field_sep PlaceHolder placeHolder concode_field_sep void init concode_elem_sep Class<? extends Service> getInterface concode_elem_sep CoordinatorEngine getSystemCoordinatorEngine concode_elem_sep CoordinatorEngine getCoordinatorEngine | void function ( ) { } |
18,551 | encode to a geohash string from full resolution longitude , latitude concode_field_sep int PRECISION concode_elem_sep short MORTON_OFFSET concode_elem_sep String BASE_32_STRING concode_elem_sep char[] BASE_32 concode_field_sep long fromMorton concode_elem_sep char encode concode_elem_sep long longEncode concode_elem_se... | String function ( final double arg0 , final double arg1 ) { return stringEncode ( arg0 , arg1 , 12 ) ; } |
18,552 | get quantity concode_field_sep BigDecimal m_Quantity concode_elem_sep String m_Name concode_elem_sep BigDecimal m_Total concode_elem_sep int m_M_Product_ID concode_elem_sep BigDecimal m_Price concode_elem_sep int m_line concode_field_sep void setName concode_elem_sep String getName concode_elem_sep int getLine concode_... | BigDecimal function ( ) { if ( m_Quantity == null ) return Env . ZERO ; return m_Quantity ; } |
18,553 | get the typecode of the current . concode_field_sep Current value concode_field_sep void _read concode_elem_sep void _write | org . omg . CORBA . TypeCode function ( ) { return CurrentHelper . type ( ) ; } |
18,554 | gets the value of the serialnumbertype property . concode_field_sep String serialNumberType concode_elem_sep String retailStoreType concode_elem_sep String serialNumber concode_elem_sep List<Question> questionResponse concode_elem_sep String serviceProvider concode_elem_sep String model concode_elem_sep long serialVers... | String function ( ) { return serialNumberType ; } |
18,555 | list of tags returned by the listtagsforresource operation . concode_field_sep com.amazonaws.internal.ListWithAutoConstructFlag<Tag> tagList concode_field_sep int hashCode concode_elem_sep java.util.List<Tag> getTagList concode_elem_sep boolean equals concode_elem_sep ListTagsForResourceResult clone concode_elem_sep St... | void function ( java . util . Collection < Tag > arg0 ) { if ( arg0 == null ) { this . tagList = null ; return ; } com . amazonaws . internal . ListWithAutoConstructFlag < Tag > loc0 = new com . amazonaws . internal . ListWithAutoConstructFlag < Tag > ( arg0 . size ( ) ) ; loc0 . addAll ( arg0 ) ; this . tagList = loc0... |
18,556 | sets the minimum number of threads to keep alive for background revalidations due to the stale-while-revalidate directive . concode_field_sep int DEFAULT_ASYNCHRONOUS_WORKERS_MAX concode_elem_sep float heuristicCoefficient concode_elem_sep long heuristicDefaultLifetime concode_elem_sep float DEFAULT_HEURISTIC_COEFFICIE... | void function ( int arg0 ) { this . asynchronousWorkersCore = arg0 ; } |
18,557 | return an instance possibly shared or independent of the object managed by this factory . concode_field_sep PlaceHolder placeHolder concode_field_sep T getObject concode_elem_sep T getIfAvailable concode_elem_sep T getIfAvailable | T function ( Supplier < T > arg0 ) { T loc0 = getIfUnique ( ) ; return ( loc0 != null ? loc0 : arg0 . get ( ) ) ; } |
18,558 | non-android accessor that returns the mapview that is being controlled concode_field_sep GeoPoint geoPointAnimatedTo concode_elem_sep ShadowMapView shadowMapView concode_field_sep int setZoom concode_elem_sep void animateTo concode_elem_sep void animateTo concode_elem_sep boolean zoomIn concode_elem_sep void setCenter ... | ShadowMapView function ( ) { return shadowMapView ; } |
18,559 | retrieve the file that contains the extracted class file . this method will extract the class file if it is not extracted yet . extracted class files are deleted on exit of the gradle process . the same class is only extracted once . concode_field_sep Map<String,Set<File>> packageJarFilesMappings concode_elem_sep Set<S... | File function ( final String arg0 ) { if ( unextractableClasses . contains ( arg0 ) ) { return null ; } else { if ( ! extractedJarClasses . containsKey ( arg0 ) ) { if ( ! extractClassFile ( arg0 ) ) { unextractableClasses . add ( arg0 ) ; } } return extractedJarClasses . get ( arg0 ) ; } } |
18,560 | performs the graph traversion with all elements which are contained in the specified iterator . 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 myE... | void function ( Iterator arg0 ) { myElements = arg0 ; this . perform ( ) ; } |
18,561 | sanitize the given string to be uri safe for building contentprovider paths . concode_field_sep Time sTime concode_elem_sep Pattern sSanitizePattern concode_field_sep String joinStrings concode_elem_sep long parseTime | String function ( String arg0 ) { if ( arg0 == null ) { return null ; } return sSanitizePattern . matcher ( arg0 . replace ( "srini_string" , "srini_string" ) . toLowerCase ( ) ) . replaceAll ( "srini_string" ) ; } |
18,562 | gets the value of the stdrawid property . concode_field_sep String stDrawId concode_elem_sep String controlId concode_elem_sep String ivuLottoId concode_field_sep String getControlId concode_elem_sep void setControlId concode_elem_sep String getIvuLottoId concode_elem_sep void setIvuLottoId concode_elem_sep void setStD... | String function ( ) { return stDrawId ; } |
18,563 | adding additional key/value pairs onto the servlet logline . if nothing is needed to add , just simply return an empty enrichments object . concode_field_sep String applicationVersion concode_elem_sep GitInfo gitInfo concode_elem_sep int LOGGING_RESPONSE_BODY_LENGTH concode_elem_sep LoggingFilter loggingFilter concode_... | Enrichments function ( ) { Enrichments loc0 = new Enrichments ( ) ; if ( gitInfo != null ) { loc0 . add ( "srini_string" , gitInfo . getCommitId ( ) ) ; loc0 . add ( "srini_string" , gitInfo . getRemoteOriginUrl ( ) ) ; } loc0 . add ( "srini_string" , applicationVersion ) ; return loc0 ; } |
18,564 | getters and setters concode_field_sep String childIds concode_elem_sep String directChildIds concode_elem_sep String directParentIds concode_elem_sep String parentIds concode_elem_sep Long id concode_field_sep String getDirectChildIds concode_elem_sep String getDirectParentIds concode_elem_sep void setChildIds concode_... | Long function ( ) { return id ; } |
18,565 | gets the value of the tokenid property . concode_field_sep JAXBElement<String> opesusername concode_elem_sep JAXBElement<String> opstenantname concode_elem_sep JAXBElement<String> tokenId concode_elem_sep JAXBElement<String> ip concode_elem_sep JAXBElement<String> tenantId concode_elem_sep JAXBElement<String> opspasswo... | JAXBElement < String > function ( ) { return tokenId ; } |
18,566 | test of getstock method , of class adminpage . concode_field_sep PlaceHolder placeHolder concode_field_sep void setUpClass concode_elem_sep void testEdit concode_elem_sep void testSet concode_elem_sep void testCodeSearch concode_elem_sep void testGetDailyRevenue concode_elem_sep void tearDownClass concode_elem_sep void... | void function ( ) { System . out . println ( "srini_string" ) ; AdminPage loc0 = AdminPage . getInstance ( ) ; loc0 . getStock ( ) ; } |
18,567 | creates a callable which immediately returns a preset value each time it is called . concode_field_sep PlaceHolder placeHolder concode_field_sep Callable<T> threadRenaming concode_elem_sep Runnable threadRenaming concode_elem_sep boolean trySetName | Callable < T > function ( @ Nullable final T arg0 ) { return new Callable < T > ( ) { @ Override public T call ( ) { return arg0 ; } } ; } |
18,568 | get the pid concode_field_sep Process process concode_elem_sep List<Listener> listeners concode_elem_sep StreamRedirector errorStream concode_elem_sep int pid concode_elem_sep StreamRedirector outputStream concode_field_sep void unregisterListener concode_elem_sep Process getProcess concode_elem_sep void handleRedirect... | int function ( ) { return pid ; } |
18,569 | sets value of the coreconnectionpnames #socket_buffer_size parameter . 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 void setSoTimeout concode_elem_sep boolean... | void function ( final HttpParams arg0 , int arg1 ) { if ( arg0 == null ) { throw new IllegalArgumentException ( "srini_string" ) ; } arg0 . setIntParameter ( CoreConnectionPNames . SOCKET_BUFFER_SIZE , arg1 ) ; } |
18,570 | setter for passenger 's destination floor . concode_field_sep int UNDEFINED_FLOOR concode_elem_sep int currentFloor concode_elem_sep int id concode_elem_sep int destinationFloor concode_field_sep void arrive concode_elem_sep void boardElevator concode_elem_sep int currentFloor concode_elem_sep String toString concode_e... | void function ( int arg0 ) { this . destinationFloor = arg0 ; } |
18,571 | returns the legacy producer with the primary key or returns null if it could not be found . concode_field_sep LegacyProducerPersistence _persistence concode_field_sep int countAll concode_elem_sep void cacheResult concode_elem_sep void cacheResult concode_elem_sep List<LegacyProducer> findWithDynamicQuery concode_elem_... | de . uhh . l2g . plugins . migration . model . LegacyProducer function ( long arg0 ) { return getPersistence ( ) . fetchByPrimaryKey ( arg0 ) ; } |
18,572 | obtains all web service beans and publishes them as jax-ws endpoints . concode_field_sep String bindingType concode_elem_sep ListableBeanFactory beanFactory concode_elem_sep WebServiceFeature[] endpointFeatures concode_elem_sep Executor executor concode_elem_sep Map<String,Object> endpointProperties concode_elem_sep Ob... | void function ( BeanFactory arg0 ) { if ( ! ( arg0 instanceof ListableBeanFactory ) ) { throw new IllegalStateException ( getClass ( ) . getSimpleName ( ) + "srini_string" ) ; } this . beanFactory = ( ListableBeanFactory ) arg0 ; } |
18,573 | decodes the message head from existing stream . assignes message data to private variables of the environment object . concode_field_sep java.lang.Object server concode_elem_sep boolean stopped concode_elem_sep boolean clientT concode_elem_sep com.ericsson.otp.erlang.OtpErlangRef send_ref concode_elem_sep java.lang.Str... | void function ( ) { uHead ( is ) ; } |
18,574 | stem the word placed into the stemmer buffer through calls to add . returns true if the stemming process resulted in a word different from the input . you can retrieve the result with getresultlength / getresultbuffer or tostring . concode_field_sep char[] b concode_elem_sep boolean dirty concode_elem_sep int k0 concod... | boolean function ( ) { return stem ( 0 ) ; } |
18,575 | check for equality between 2 strings . a null string is equals to an empty string . to consider a null string not equals to an empty string , use ctec.sdk.datastructure.objectutil #equals object , object instead . concode_field_sep List<Character> SMALL_ROMAN_NUMERALS concode_elem_sep Comparator<String> COMPARATOR conc... | boolean function ( String arg0 , String arg1 ) { return ( arg0 == null || arg0 . isEmpty ( ) ) ? ( arg1 == null || arg1 . isEmpty ( ) ) : arg0 . equals ( arg1 ) ; } |
18,576 | open the slidingmenu and show the menu view . concode_field_sep boolean mEnableSlide concode_elem_sep Activity mActivity concode_elem_sep View mViewBehind concode_elem_sep boolean mOnPostCreateCalled concode_elem_sep boolean mBroadcasting concode_elem_sep View mViewAbove concode_elem_sep SlidingMenu mSlidingMenu concod... | void function ( ) { mSlidingMenu . showMenu ( ) ; } |
18,577 | deletes the bar with the primary key from the database . also notifies the appropriate model listeners . concode_field_sep BarLocalService _service concode_field_sep java.lang.String getOSGiServiceIdentifier concode_elem_sep boolean hasClassName concode_elem_sep com.liferay.testtransaction.model.Bar addBar concode_elem... | com . liferay . testtransaction . model . Bar function ( long arg0 ) { return getService ( ) . deleteBar ( arg0 ) ; } |
18,578 | get the end index . end index is exclusive . concode_field_sep long startIndex concode_elem_sep Range range concode_elem_sep long indicesCount concode_elem_sep long length concode_elem_sep long next concode_elem_sep Log LOG concode_elem_sep Iterator<Range> rangeIterator concode_elem_sep TreeSet<Range> ranges concode_fi... | long function ( ) { return startIndex + length ; } |
18,579 | returns the names of currently stored data sources . concode_field_sep Map<String,UniversalDataSource> datasources concode_elem_sep Logger logger concode_field_sep UniversalDataSource add concode_elem_sep UniversalDataSource addAndPrepare concode_elem_sep void prepare concode_elem_sep void release concode_elem_sep Univ... | List < String > function ( ) { List < String > loc0 = new ArrayList < String > ( datasources . keySet ( ) ) ; return loc0 ; } |
18,580 | test method for com.petrivirkkula.toolbox.eventmgr.eventruntimeexception #eventruntimeexception com.petrivirkkula.toolbox.eventmgr.event , java.lang.string , java.lang.throwable . concode_field_sep Exception TEST_CAUSE concode_elem_sep String RCSID concode_elem_sep GenericEvent TEST_EVENT concode_elem_sep com.petrivirk... | void function ( ) { EventRuntimeException loc0 = new EventRuntimeException ( TEST_EVENT , TEST_MESSAGE , TEST_CAUSE ) ; assertEquals ( TEST_MESSAGE , loc0 . getMessage ( ) ) ; assertEquals ( TEST_CAUSE , loc0 . getCause ( ) ) ; assertEquals ( TEST_EVENT , loc0 . getCausingEvent ( ) ) ; } |
18,581 | this method was generated by mybatis generator . this method returns the value of the database column user.password concode_field_sep String password concode_elem_sep String address concode_elem_sep String phone concode_elem_sep String city concode_elem_sep String street concode_elem_sep String block concode_elem_sep D... | String function ( ) { return password ; } |
18,582 | creates a keyinfoconfirmationdatatype with the specified keyinfotype . concode_field_sep PlaceHolder placeHolder concode_field_sep NameIDType createNameID concode_elem_sep SubjectType createSubject concode_elem_sep AssertionType createAssertion concode_elem_sep ConditionsType createConditions concode_elem_sep AudienceR... | KeyInfoConfirmationDataType function ( KeyInfoType arg0 ) { KeyInfoConfirmationDataType loc0 = new KeyInfoConfirmationDataType ( ) ; loc0 . setAnyType ( arg0 ) ; return loc0 ; } |
18,583 | verifies that the given array contains the given sequence of values , without any other values between them . concode_field_sep Arrays arrays concode_elem_sep Failures failures concode_elem_sep ByteArrays INSTANCE concode_field_sep void assertEndsWith concode_elem_sep void assertStartsWith concode_elem_sep ByteArrays i... | void function ( AssertionInfo arg0 , byte [ ] arg1 , byte [ ] arg2 ) { arrays . assertContainsSequence ( arg0 , failures , arg1 , arg2 ) ; } |
18,584 | return the node in the this treegraph corresponding to the specified integer index . concode_field_sep Map<Integer,TreeGraphNode> indexMap concode_elem_sep TreeGraphNode root concode_elem_sep long serialVersionUID concode_field_sep Collection<TreeGraphNode> getNodes concode_elem_sep TreeGraphNode root concode_elem_sep ... | TreeGraphNode function ( int arg0 ) { return indexMap . get ( Integer . valueOf ( arg0 ) ) ; } |
18,585 | adds the error code and the key to the list of errors . this list is populated during construction or addition of elements and is used outside this class to act upon the errors . concode_field_sep String fileName concode_elem_sep boolean resource concode_elem_sep String[] errorKeys concode_elem_sep Properties stringPro... | void function ( int arg0 , String arg1 ) { errorCodes = ( int [ ] ) ArrayUtil . resizeArray ( errorCodes , errorCodes . length + 1 ) ; errorKeys = ( String [ ] ) ArrayUtil . resizeArray ( errorKeys , errorKeys . length + 1 ) ; errorCodes [ errorCodes . length - 1 ] = arg0 ; errorKeys [ errorKeys . length - 1 ] = arg1 ;... |
18,586 | sets the severity of change . concode_field_sep int n_t concode_elem_sep ContinuousFunction hef4_g concode_elem_sep ContinuousFunction hef4_f1 concode_elem_sep int tau concode_elem_sep FunctionOptimisationProblem hef4_f1_problem concode_elem_sep int tau_t concode_elem_sep FunctionOptimisationProblem hef4_g_problem conc... | void function ( int arg0 ) { this . n_t = arg0 ; } |
18,587 | sets the modified date of this wall entry . concode_field_sep WallEntry _wallEntry concode_field_sep boolean isFinderCacheEnabled concode_elem_sep void setExpandoBridgeAttributes concode_elem_sep void setExpandoBridgeAttributes concode_elem_sep void setExpandoBridgeAttributes concode_elem_sep void setGroupId concode_el... | void function ( java . util . Date arg0 ) { _wallEntry . setModifiedDate ( arg0 ) ; } |
18,588 | booleans . concode_field_sep int SEED concode_elem_sep int fODD_PRIME_NUMBER concode_field_sep int firstTerm concode_elem_sep boolean isArray | int function ( int arg0 , boolean arg1 ) { return firstTerm ( arg0 ) + ( arg1 ? 1 : 0 ) ; } |
18,589 | returns true if this hashmap maps one or more keys to this value . note that this method is identical in functionality to contains which predates the map interface . concode_field_sep Entry table[] concode_elem_sep Entry next concode_elem_sep float loadFactor concode_elem_sep int count concode_elem_sep int threshold co... | boolean function ( Object arg0 ) { return contains ( arg0 ) ; } |
18,590 | returns the number of android.hardware.usb.usbendpoint s this interface contains . concode_field_sep Parcelable[] mEndpoints concode_elem_sep int mId concode_elem_sep int mClass concode_elem_sep Parcelable.Creator<UsbInterface> CREATOR concode_elem_sep int mSubclass concode_elem_sep int mProtocol concode_field_sep int ... | int function ( ) { return mEndpoints . length ; } |
18,591 | sets the corner radius to be applied when drawing the bitmap . concode_field_sep Shader mShader concode_elem_sep float mCornerRadius concode_elem_sep RectF mDstRectF concode_field_sep float getCornerRadius concode_elem_sep void onBoundsChange concode_elem_sep void onDraw | void function ( @ FloatRange ( from = 0 ) float arg0 ) { arg0 = Math . max ( 0 , arg0 ) ; if ( arg0 == mCornerRadius ) { return ; } mCornerRadius = arg0 ; mShader = null ; } |
18,592 | specifies the unique amazon resource name arn that encodes the iscsi qualified name iqn of a tape drive or media changer target . concode_field_sep String networkInterfaceId concode_elem_sep Integer networkInterfacePort concode_elem_sep Boolean chapEnabled concode_elem_sep String targetARN concode_field_sep Boolean get... | String function ( ) { return this . targetARN ; } |
18,593 | produce a jsonarray of jsonobjects from a comma delimited text string , using the first row as a source of names . concode_field_sep PlaceHolder placeHolder concode_field_sep String getValue concode_elem_sep JSONObject rowToJSONObject concode_elem_sep String rowToString concode_elem_sep String toString concode_elem_sep... | JSONArray function ( JSONTokener arg0 ) { return toJSONArray ( rowToJSONArray ( arg0 ) , arg0 ) ; } |
18,594 | returns the passed in value if it resides within the specified range inclusive . if not , it will return the closest boundary from the range . the ordering of the boundary values does not matter . concode_field_sep PlaceHolder placeHolder concode_field_sep float smoothstep concode_elem_sep int positiveModulo concode_el... | int function ( int arg0 , int arg1 , int arg2 ) { int loc0 = ( arg1 > arg2 ) ? arg2 : arg1 ; int loc1 = ( arg1 > arg2 ) ? arg1 : arg2 ; if ( arg0 < loc0 ) { arg0 = loc0 ; } else if ( arg0 > loc1 ) { arg0 = loc1 ; } return arg0 ; } |
18,595 | gets the value of the params property . concode_field_sep String methodName concode_elem_sep Params params concode_field_sep String getMethodName concode_elem_sep void setMethodName concode_elem_sep String toString concode_elem_sep void setParams | Params function ( ) { return this . params ; } |
18,596 | returns all keys in the symbol table as an iterable . to iterate over all of the keys in the symbol table named st , use the foreach notation : for key key : st.keys . concode_field_sep TreeMap<Key,Value> st concode_field_sep Key ceiling concode_elem_sep boolean contains concode_elem_sep Iterator<Key> iterator concode_... | Iterable < Key > function ( ) { return st . keySet ( ) ; } |
18,597 | updates or extends the validity period for the credential . concode_field_sep String CLASSNAME concode_elem_sep AS400Credential credential_ concode_field_sep int getVersion concode_elem_sep void setCredential concode_elem_sep boolean isCurrent concode_elem_sep AS400Credential swap concode_elem_sep void setCurrentHandle... | void function ( ) { } |
18,598 | the new cluster state that caused this change event . concode_field_sep DiscoveryNodes.Delta nodesDelta concode_elem_sep String source concode_elem_sep ClusterState state concode_elem_sep ClusterState previousState concode_field_sep boolean metaDataChanged concode_elem_sep boolean indexMetaDataChanged concode_elem_sep ... | ClusterState function ( ) { return this . state ; } |
18,599 | getter for balancer concode_field_sep boolean queueNewRequests concode_elem_sep int cacheConnections concode_elem_sep int timeout concode_elem_sep URI connectionURI concode_elem_sep int ping concode_elem_sep int requestQueueSize concode_elem_sep String balancer concode_elem_sep int ttl concode_elem_sep boolean flushPac... | String function ( ) { return this . balancer ; } |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.