idx int64 0 25k | question stringlengths 72 5.69k | target stringlengths 21 481 |
|---|---|---|
24,300 | sets the expression list . concode_field_sep ArrayList<ASTNode> exprs concode_elem_sep boolean inputPruning concode_elem_sep int numerator concode_elem_sep int denominator concode_field_sep int getNumerator concode_elem_sep void setNumerator concode_elem_sep void setDenominator concode_elem_sep void setInputPruning con... | void function ( ArrayList < ASTNode > arg0 ) { this . exprs = arg0 ; } |
24,301 | gets the option items for drinks . concode_field_sep String COUNTRY_CHINA concode_elem_sep SelectItem[] CITIES_RUSSIA concode_elem_sep String selectedComponent concode_elem_sep String[] selectedCities concode_elem_sep String selectedDrink concode_elem_sep SelectItem[] COMPONENT_ITEMS concode_elem_sep String COUNTRY_UK ... | SelectItem [ ] function ( ) { return DRINK_ITEMS ; } |
24,302 | called when the activity receives a new intent . concode_field_sep CordovaPreferences preferences concode_elem_sep CordovaInterface cordova concode_elem_sep CordovaWebView webView concode_elem_sep String id concode_field_sep boolean onOverrideUrlLoading concode_elem_sep void onDestroy concode_elem_sep Uri remapUri conc... | void function ( Intent arg0 ) { } |
24,303 | initializes this timezonebean 's properties . concode_field_sep DateFormat currentFormat concode_elem_sep ArrayList checkedTimeZoneList concode_elem_sep String GMT7DAYLIGHTLOCATION concode_elem_sep String GMT9DAYLIGHTLOCATION concode_elem_sep String GMT8DAYLIGHTLOCATION concode_elem_sep String GMT10DAYLIGHTLOCATION con... | void function ( ) { currentFormat = new SimpleDateFormat ( "srini_string" ) ; serverTimeZone = TimeZone . getDefault ( ) ; selectedTimeZone = TimeZone . getTimeZone ( "srini_string" ) ; checkedTimeZoneList = new ArrayList ( ) ; } |
24,304 | sets the rendering hints to apply to the graphics2d instance used by the renderer ; see java.awt.graphics2d #setrenderinghints java.util.map . the map need not specify values for all properties ; any settings in this map will be applied as override to the default settings , and will not replace the entire map for the g... | void function ( Map arg0 ) { renderingHints = arg0 ; } |
24,305 | converts a datetext to a long unix time representation concode_field_sep String COLUMN_MAX_TEMP concode_elem_sep String CONTENT_ITEM_TYPE concode_elem_sep String COLUMN_COORD_LATITUDE concode_elem_sep String CONTENT_AUTHORITY concode_elem_sep String COLUMN_COORD_LONGITUDE concode_elem_sep String DATE_FORMAT concode_ele... | Date function ( String arg0 ) { SimpleDateFormat loc0 = new SimpleDateFormat ( DATE_FORMAT ) ; try { return loc0 . parse ( arg0 ) ; } catch ( ParseException loc1 ) { loc1 . printStackTrace ( ) ; return null ; } } |
24,306 | parses arraylist into string . concode_field_sep Logger LOG concode_field_sep T createNewClassInstance concode_elem_sep List<String> getUnixGroups concode_elem_sep String listToString concode_elem_sep long getCurrentMs concode_elem_sep String getPrimaryGroupName concode_elem_sep void sleepMs concode_elem_sep void sleep... | String [ ] function ( ArrayList < String > arg0 ) { String [ ] loc0 = new String [ arg0 . size ( ) ] ; return arg0 . toArray ( loc0 ) ; } |
24,307 | return the secure hash algorithm used by this encoder . concode_field_sep int maxLength concode_elem_sep Algorithm algorithm concode_field_sep String encode concode_elem_sep int getMaxLength | Algorithm function ( ) { return algorithm ; } |
24,308 | return the most recent transitions 's target state . concode_field_sep State[] states concode_elem_sep int[] labels concode_elem_sep boolean is_final concode_elem_sep CharsRef previous concode_elem_sep State[] NO_STATES concode_elem_sep Comparator<CharsRef> comparator concode_elem_sep State root concode_elem_sep HashMa... | State function ( ) { assert hasChildren ( ) : "srini_string" ; return states [ states . length - 1 ] ; } |
24,309 | adds a double to an array or function call . concode_field_sep StringBuilder params concode_field_sep String escapeString concode_elem_sep JSONBuilder endArray concode_elem_sep JSONBuilder entryNonNullValue concode_elem_sep JSONBuilder entryNonNullValue concode_elem_sep JSONBuilder entryNonNullValue concode_elem_sep JS... | JSONBuilder function ( double arg0 ) { conditionallyAppendComma ( ) ; params . append ( arg0 ) ; return this ; } |
24,310 | sets the query-time boost of the context . defaults to 1 . concode_field_sep boolean isPrefix concode_elem_sep int boost concode_elem_sep ObjectParser<Builder,Void> CATEGORY_PARSER concode_elem_sep int boost concode_elem_sep CharSequence category concode_elem_sep boolean isPrefix concode_field_sep Builder setCategory c... | Builder function ( int arg0 ) { this . boost = arg0 ; return this ; } |
24,311 | converts a date as long to a mac date as long concode_field_sep PlaceHolder placeHolder concode_field_sep placeholderType placeHolder | long function ( Date arg0 ) { return ( arg0 . getTime ( ) / 1000L ) + 2082844800L ; } |
24,312 | invokes the net stop on the service corresponding to this server . concode_field_sep int SERVICE_STOP_SUCCESSFUL concode_elem_sep int SERVICE_STOP_ERROR concode_elem_sep int SERVICE_NOT_FOUND concode_field_sep int stopWindowsService | void function ( String [ ] arg0 ) { int loc0 = stopWindowsService ( System . out , System . err ) ; System . exit ( filterExitCode ( loc0 ) ) ; } |
24,313 | creates a new instance of longassert . concode_field_sep PlaceHolder placeHolder concode_field_sep placeholderType placeHolder | LongAssert function ( Long arg0 ) { return new LongAssert ( arg0 ) ; } |
24,314 | sets the value of the phonenum property . concode_field_sep String phoneTypeCd concode_elem_sep String partyKey concode_elem_sep String phoneNum concode_field_sep void setPhoneTypeCd concode_elem_sep String getPartyKey concode_elem_sep String getPhoneTypeCd concode_elem_sep String getPhoneNum concode_elem_sep void setP... | void function ( String arg0 ) { this . phoneNum = arg0 ; } |
24,315 | flatten a container in the output list . e.g. expand any libraries . concode_field_sep File[] bundleClasspathExpansion concode_elem_sep Manifest manifest concode_elem_sep Project project concode_elem_sep TYPE type concode_elem_sep String error concode_elem_sep String version concode_elem_sep String warning concode_elem... | void function ( Container arg0 , List < Container > arg1 ) { if ( arg0 . getType ( ) == TYPE . LIBRARY ) { flatten ( arg0 . getMembers ( ) , arg1 ) ; } else arg1 . add ( arg0 ) ; } |
24,316 | gets the value of the uuid property . concode_field_sep List<Extension> extensions concode_elem_sep String name concode_elem_sep String description concode_elem_sep String id concode_elem_sep String href concode_elem_sep String label concode_elem_sep QName type concode_elem_sep List<Description> descriptions concode_el... | String function ( ) { return uuid ; } |
24,317 | the default implementation only creates a new default project . clients may override if they want to contribute generatorspecific project setup concode_field_sep String SCT_GENERATOR_CONSOLE concode_elem_sep MessageConsoleStream error concode_elem_sep String SEXEC_FILE_EXTENSION concode_elem_sep MessageConsoleStream in... | void function ( IProject arg0 , GeneratorEntry arg1 ) { try { NullProgressMonitor loc0 = new NullProgressMonitor ( ) ; arg0 . create ( loc0 ) ; arg0 . open ( loc0 ) ; } catch ( CoreException loc0 ) { loc0 . printStackTrace ( ) ; } } |
24,318 | reads pointer from current buffer position , and then increments position . note : if structured reading is enabled , additional padding bytes may be skipped automatically . concode_field_sep int structIndex concode_elem_sep MemoryLayout memLayout concode_elem_sep DataType[] structure concode_elem_sep ByteBuffer bbuf c... | long function ( ) { long loc0 ; switch ( memLayout . addrSize ) { case 2 : loc0 = bbuf . getShort ( ) ; break ; case 4 : loc0 = bbuf . getInt ( ) ; break ; case 8 : loc0 = bbuf . getLong ( ) ; break ; default : loc0 = bbuf . getInt ( ) ; break ; } skipPaddingBytesFor ( DataType . POINTER ) ; return loc0 ; } |
24,319 | utility method to extract value of a map concode_field_sep PlaceHolder placeHolder concode_field_sep boolean configurationExist concode_elem_sep String getAttributeAsString concode_elem_sep boolean propertyExist concode_elem_sep String getPropertyAsString concode_elem_sep Object getAttribute concode_elem_sep Query<Obje... | Object function ( final GoraAttribute arg0 , final Map < String , ? > arg1 ) { return arg1 . get ( arg0 . value ) ; } |
24,320 | get the record value for the field with the given name by doing a hash table lookup slower ! concode_field_sep Schema schema concode_elem_sep Object[] values concode_field_sep Schema schema concode_elem_sep Struct set concode_elem_sep Struct set concode_elem_sep Struct instance concode_elem_sep Struct instance concode_... | Object function ( String arg0 ) { Field loc0 = schema . get ( arg0 ) ; if ( loc0 == null ) throw new SchemaException ( "srini_string" + arg0 ) ; return getFieldOrDefault ( loc0 ) ; } |
24,321 | sets the id ; concode_field_sep int mode concode_elem_sep int rangePosition concode_elem_sep int size concode_elem_sep SessionInterface session concode_elem_sep int currentPos concode_elem_sep long id concode_elem_sep boolean isIterator concode_field_sep boolean next concode_elem_sep int getRowNumber concode_elem_sep b... | void function ( long arg0 ) { this . id = arg0 ; } |
24,322 | sets the value of the age property . concode_field_sep long patientId concode_elem_sep Date dob concode_elem_sep String name concode_elem_sep long id concode_elem_sep int age concode_elem_sep List<Long> treatments concode_field_sep void setName concode_elem_sep int getAge concode_elem_sep String getName concode_elem_se... | void function ( int arg0 ) { this . age = arg0 ; } |
24,323 | get custom serializer concode_field_sep java.lang.String displayName concode_elem_sep java.lang.Object __equalsCalc concode_elem_sep org.apache.axis.description.TypeDesc typeDesc concode_elem_sep boolean __hashCodeCalc concode_elem_sep java.lang.Long customFieldId concode_elem_sep java.lang.Long id concode_field_sep ja... | 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 ) ; } |
24,324 | sets a boolean value in the object . concode_field_sep Bundle bundle concode_elem_sep Bundle bundle concode_field_sep E putStringArrayList concode_elem_sep SharePhoto getPhoto concode_elem_sep E putPhotoArrayList concode_elem_sep E putDoubleArray concode_elem_sep double getDouble concode_elem_sep E putDouble concode_el... | E function ( final String arg0 , final boolean arg1 ) { this . bundle . putBoolean ( arg0 , arg1 ) ; return ( E ) this ; } |
24,325 | sets the value of the giftcertificatenumber property . concode_field_sep List<Indicator> indicator concode_elem_sep String creditClass concode_elem_sep BigDecimal amount concode_elem_sep String approvalCode concode_elem_sep String dealerCode concode_elem_sep PaymentChannel channel concode_elem_sep long serialVersionUID... | void function ( String arg0 ) { this . giftCertificateNumber = arg0 ; } |
24,326 | create a new org.glassfish.jersey.client.rx.rxwebtarget reactive client target instance initialized with givenjax-rs client web target instance and parametrized with invoker based on the java.util.concurrent.completionstage completion stage from java 8 . reactive requests , invoked using org.glassfish.jersey.client.rx.... | RxWebTarget < RxCompletionStageInvoker > function ( final WebTarget arg0 , final ExecutorService arg1 ) { return Rx . from ( arg0 , RxCompletionStageInvoker . class , arg1 ) ; } |
24,327 | self traversal predicate . concode_field_sep boolean mRecurseSelf concode_elem_sep boolean mRecurseChildren concode_field_sep void finishedParsing concode_elem_sep void visitRemarkNode concode_elem_sep void beginParsing concode_elem_sep void visitEndTag concode_elem_sep void visitTag concode_elem_sep void visitStringNo... | boolean function ( ) { return ( mRecurseSelf ) ; } |
24,328 | must validate all credentials . fyi , password hashes may be rehashed and updated based on realm hash password policies . concode_field_sep PlaceHolder placeHolder concode_field_sep boolean validPasswordToken concode_elem_sep boolean validTOTP concode_elem_sep boolean validHOTP concode_elem_sep boolean validOTP concode... | boolean function ( KeycloakSession arg0 , RealmModel arg1 , UserModel arg2 , UserCredentialModel ... arg3 ) { for ( UserCredentialModel loc0 : arg3 ) { if ( ! validCredential ( arg0 , arg1 , arg2 , loc0 ) ) return false ; } return true ; } |
24,329 | create an instance of revisiontype concode_field_sep QName _Mediawiki_QNAME concode_field_sep ContributorType createContributorType concode_elem_sep UploadType createUploadType concode_elem_sep DiscussionThreadingInfo createDiscussionThreadingInfo concode_elem_sep TextType createTextType concode_elem_sep JAXBElement<Me... | RevisionType function ( ) { return new RevisionType ( ) ; } |
24,330 | private api - called to reset the bit group variables . concode_field_sep boolean needBitFlush concode_elem_sep byte bitAccumulator concode_elem_sep ValueWriter out concode_elem_sep int bitMask concode_field_sep void writeLongstr concode_elem_sep void writeLongstr concode_elem_sep void writeLong concode_elem_sep void w... | void function ( ) { needBitFlush = false ; bitAccumulator = 0 ; bitMask = 1 ; } |
24,331 | reads an instance of the data type from the buffer concode_field_sep Function<PacketBuffer,T> reader concode_elem_sep BiConsumer<PacketBuffer,T> writer concode_elem_sep Class<T> clazz concode_field_sep Class<T> getClazz concode_elem_sep String toString concode_elem_sep void write | T function ( PacketBuffer arg0 ) { return reader . apply ( arg0 ) ; } |
24,332 | sets the story id . concode_field_sep Long storyId concode_elem_sep FileInfo file concode_elem_sep String link concode_elem_sep String description concode_elem_sep Long id concode_elem_sep String title concode_elem_sep String linkForDisplay concode_elem_sep Integer version concode_field_sep Integer getVersion concode_e... | void function ( Long arg0 ) { this . storyId = arg0 ; } |
24,333 | debug log message with printf formatting . concode_field_sep int WARN concode_elem_sep int VERBOSE concode_elem_sep int ERROR concode_elem_sep int LOGLEVEL concode_elem_sep int DEBUG concode_elem_sep int INFO concode_field_sep boolean isLoggable concode_elem_sep void setLogLevel concode_elem_sep void setLogLevel concod... | void function ( String arg0 , String arg1 , Object ... arg2 ) { if ( LOG . DEBUG >= LOGLEVEL ) Log . d ( arg0 , String . format ( arg1 , arg2 ) ) ; } |
24,334 | begin a transaction , setting the id , start time , and if read-only concode_field_sep Map<String,Set<String>> _waitForGraph concode_elem_sep Set<String> _abortList concode_elem_sep DBSystem _dbs concode_elem_sep Map<String,Transaction> _transactions concode_elem_sep List<String> _waitingList concode_field_sep void dfs... | void function ( String arg0 , int arg1 , boolean arg2 ) { Transaction loc0 = new Transaction ( arg0 , arg1 , arg2 ) ; if ( _transactions . containsKey ( arg0 ) ) { System . out . println ( "srini_string" + arg0 + "srini_string" ) ; return ; } _transactions . put ( arg0 , loc0 ) ; _dbs . printVerbose ( arg0 + "srini_str... |
24,335 | returns if we 're running vms . concode_field_sep int MAC_OS_X concode_elem_sep int UNIX concode_elem_sep int os concode_elem_sep int VMS concode_elem_sep int UNKNOWN concode_elem_sep int WINDOWS_NT concode_elem_sep int hasScreenMenuBar concode_elem_sep int WINDOWS_9x concode_elem_sep int OS2 concode_field_sep boolean ... | boolean function ( ) { return os == VMS ; } |
24,336 | set the meta data modification id of this statement . concode_field_sep String sqlStatement concode_elem_sep Session session concode_elem_sep boolean create concode_elem_sep int currentRowNumber concode_elem_sep int rowScanCount concode_elem_sep long modificationMetaId concode_elem_sep ArrayList<Parameter> parameters c... | void function ( long arg0 ) { this . modificationMetaId = arg0 ; } |
24,337 | performs a dynamic query on the database and returns a range of the matching rows . useful when paginating results . returns a maximum of end - start instances . start and end are not primary keys , they are indexes in the result set . thus , 0 refers to the first result in the set . setting both start and end to com.l... | java . util . List function ( com . liferay . portal . kernel . dao . orm . DynamicQuery arg0 , int arg1 , int arg2 ) { return _datagroupLocalService . arg0 ( arg0 , arg1 , arg2 ) ; } |
24,338 | get the in from right animation object . concode_field_sep int ANIMATION_DURATION concode_elem_sep Animation mBottomBarShowAnimation concode_elem_sep int BARS_ANIMATION_DURATION concode_elem_sep Animation mInFromLeftAnimation concode_elem_sep Animation mNextTabViewHideAnimation concode_elem_sep AnimationManager INSTANC... | Animation function ( ) { return mInFromRightAnimation ; } |
24,339 | build long out of bytes in little endian order . concode_field_sep float HALF_PI concode_elem_sep float TWO_PI concode_elem_sep double TWO_PI_D concode_elem_sep double HALF_PI_D concode_field_sep short BuildShortBE concode_elem_sep short BuildShortBE concode_elem_sep int BuildInteger concode_elem_sep int BuildInteger c... | long function ( byte arg0 [ ] ) { return BuildLongLE ( arg0 , 0 ) ; } |
24,340 | gets checkpoint expiration time . concode_field_sep long expTime concode_elem_sep String key concode_field_sep String getKey concode_elem_sep void setExpireTime concode_elem_sep String toString | long function ( ) { return expTime ; } |
24,341 | creates a status for newly-created data that must be replicated concode_field_sep Value CLOSED_STATUS_VALUE concode_elem_sep Status.Builder CREATED_STATUS_BUILDER concode_elem_sep Status CLOSED_STATUS concode_elem_sep Value INF_END_REPLICATION_STATUS_VALUE concode_elem_sep Status INF_END_REPLICATION_STATUS concode_fiel... | Status function ( long arg0 ) { return ingestedUntil ( Status . newBuilder ( ) , arg0 ) ; } |
24,342 | append the string to this stringbuffer . concode_field_sep int DEFAULT_CAPACITY concode_elem_sep int count concode_elem_sep char[] value concode_field_sep void ensureCapacity_unsynchronized concode_elem_sep String toString | StringBuffer function ( String arg0 ) { if ( arg0 == null ) arg0 = "srini_string" ; int loc0 = arg0 . length ( ) ; ensureCapacity_unsynchronized ( count + loc0 ) ; arg0 . getChars ( 0 , loc0 , value , count ) ; count += loc0 ; return this ; } |
24,343 | called when the activity receives a new intent . concode_field_sep CordovaPreferences preferences concode_elem_sep CordovaInterface cordova concode_elem_sep CordovaWebView webView concode_elem_sep String serviceName concode_field_sep boolean onReceivedClientCertRequest concode_elem_sep boolean onOverrideUrlLoading conc... | void function ( Intent arg0 ) { } |
24,344 | find the first child with a specific type concode_field_sep TokenSet STRING_LITERALS concode_field_sep String getStringValueFromExpression concode_elem_sep boolean testType concode_elem_sep PsiElement findAncestorWithType concode_elem_sep boolean hasElementType concode_elem_sep boolean hasElementType concode_elem_sep b... | PsiElement function ( PsiElement arg0 , IElementType arg1 ) { PsiElement [ ] loc0 = arg0 . getChildren ( ) ; for ( PsiElement loc1 : loc0 ) { if ( loc1 . getNode ( ) . getElementType ( ) == arg1 ) { return loc1 ; } } return null ; } |
24,345 | get tags concode_field_sep String name concode_elem_sep List<String> photoUrls concode_elem_sep List<Tag> tags concode_elem_sep Category category concode_elem_sep Long id concode_elem_sep String value concode_elem_sep StatusEnum status concode_field_sep void setName concode_elem_sep Pet addTagsItem concode_elem_sep Str... | List < Tag > function ( ) { return tags ; } |
24,346 | gets the driver 's minor version number . concode_field_sep PlaceHolder placeHolder concode_field_sep Connection getConnection concode_elem_sep int getMajorVersion concode_elem_sep boolean jdbcCompliant concode_elem_sep Connection connect concode_elem_sep boolean acceptsURL concode_elem_sep DriverPropertyInfo[] getProp... | int function ( ) { return jdbcUtil . MINOR ; } |
24,347 | method declaration concode_field_sep boolean bAutoCommit concode_elem_sep Database dDatabase concode_elem_sep boolean bReadOnly concode_elem_sep boolean bNestedTransaction concode_elem_sep Vector tTransaction concode_elem_sep int iNestedOldTransIndex concode_elem_sep boolean bClosed concode_elem_sep int iId concode_ele... | void function ( int arg0 ) { iLastIdentity = arg0 ; } |
24,348 | factory method to read an endpointreference from the infoset contained in eprinfoset . this method delegates to the vendor specific implementation of the javax.xml.ws.spi.provider #readendpointreference method . concode_field_sep PlaceHolder placeHolder concode_field_sep void writeTo concode_elem_sep T getPort concode_... | EndpointReference function ( Source arg0 ) { return Provider . provider ( ) . readEndpointReference ( arg0 ) ; } |
24,349 | get the name of this replica set . concode_field_sep List<ServerAddress> addresses concode_elem_sep String replicaSetName concode_elem_sep String shardName concode_elem_sep Pattern HOST_PATTERN concode_elem_sep int hc concode_field_sep boolean isStandaloneServer concode_elem_sep List<ServerAddress> addresses concode_el... | String function ( ) { return replicaSetName ; } |
24,350 | sets the value of this asset category property . concode_field_sep AssetCategoryProperty _assetCategoryProperty concode_field_sep boolean isFinderCacheEnabled concode_elem_sep void setExpandoBridgeAttributes concode_elem_sep void setExpandoBridgeAttributes concode_elem_sep void setExpandoBridgeAttributes concode_elem_s... | void function ( java . lang . String arg0 ) { _assetCategoryProperty . setValue ( arg0 ) ; } |
24,351 | is enrollment status bypass boolean . concode_field_sep DuoEnrollmentPolicyStatus enrollmentPolicyStatus concode_elem_sep String greeting concode_elem_sep String name concode_elem_sep String type concode_field_sep DuoIntegration setName concode_elem_sep DuoEnrollmentPolicyStatus getEnrollmentPolicyStatus concode_elem_s... | boolean function ( ) { return this . enrollmentPolicyStatus == DuoEnrollmentPolicyStatus . ALLOW ; } |
24,352 | opsbar concode_field_sep Schema schema concode_elem_sep Editmeta editmeta concode_elem_sep FieldsToInclude fieldsToInclude concode_elem_sep Changelog changelog concode_elem_sep RenderedFields renderedFields concode_elem_sep String expand concode_elem_sep Names names concode_elem_sep List<Transition> transitions concode... | Operations function ( ) { return operations ; } |
24,353 | returns the type of the feed item . concode_field_sep int TYPE_ARTICLE concode_elem_sep String mCommentRSS concode_elem_sep Uri CONTENT_URI concode_elem_sep String CATEGORY concode_elem_sep String LINK_ID concode_elem_sep String mDescription concode_elem_sep String PUB_DATE concode_elem_sep List<String> mCategories con... | int function ( ) { return mType ; } |
24,354 | gets the value of the converterextension property . this accessor method returns a reference to the live list , not a snapshot . therefore any modification you make to the returned list will be present inside the jaxb object . this is why there is not a set method for the converterextension property . for example , to ... | List < FacesConverterExtension > function ( ) { if ( converterExtension == null ) { converterExtension = new ArrayList < FacesConverterExtension > ( ) ; } return this . converterExtension ; } |
24,355 | creates a new virtual host with the primary key . does not add the virtual host to the database . concode_field_sep VirtualHostLocalService _service concode_field_sep java.util.List<com.liferay.portal.model.VirtualHost> getVirtualHosts concode_elem_sep com.liferay.portal.model.VirtualHost getVirtualHost concode_elem_se... | com . liferay . portal . model . VirtualHost function ( long arg0 ) { return getService ( ) . createVirtualHost ( arg0 ) ; } |
24,356 | get the height of the line concode_field_sep Point _end concode_elem_sep Point _start concode_elem_sep float _a concode_elem_sep float _height concode_elem_sep boolean _vertical concode_elem_sep float _b concode_field_sep boolean isVertical concode_elem_sep Point getStart concode_elem_sep void setB concode_elem_sep voi... | float function ( ) { return this . _height ; } |
24,357 | gets the language of the query e.g. sql . concode_field_sep String query concode_elem_sep String language concode_field_sep String getLanguage concode_elem_sep String toString concode_elem_sep void setQuery concode_elem_sep String getQuery | void function ( final String arg0 ) { this . language = arg0 ; } |
24,358 | gets the value of the return property . concode_field_sep int _return concode_field_sep void setReturn | int function ( ) { return _return ; } |
24,359 | returns the user uuid of this account . concode_field_sep Account _account concode_field_sep void setExpandoBridgeAttributes concode_elem_sep java.lang.String getName concode_elem_sep boolean isEscapedModel concode_elem_sep boolean isCachedModel concode_elem_sep int compareTo concode_elem_sep Account getWrappedModel co... | java . lang . String function ( ) { return _account . getUserUuid ( ) ; } |
24,360 | gets connection to database . concode_field_sep PlaceHolder placeHolder concode_field_sep Connection loadDriver | Connection function ( ) { return DriverManager . getConnection ( "srini_string" , "srini_string" , "srini_string" ) ; } |
24,361 | override this if anything needs to be done on cancellation e.g. logging concode_field_sep FacebookCallback appCallback concode_field_sep void onError concode_elem_sep void onSuccess | void function ( AppCall arg0 ) { if ( appCallback != null ) { appCallback . onCancel ( ) ; } } |
24,362 | retrieves a covariate by the parsed name covariate #parsenameforreport or nullif no covariate with that name exists in the list . concode_field_sep QualityScoreCovariate qualityScoreCovariate concode_elem_sep ReadGroupCovariate readGroupCovariate concode_elem_sep Map<Class<? extends Covariate>,Integer> indexByClass con... | Covariate function ( final String arg0 ) { return allCovariates . stream ( ) . filter ( cov -> cov . parseNameForReport ( ) . equals ( arg0 ) ) . findFirst ( ) . orElse ( null ) ; } |
24,363 | gets the value of the city property . concode_field_sep String zipCode concode_elem_sep String storeHours concode_elem_sep String distance concode_elem_sep String address2 concode_elem_sep String city concode_elem_sep String address1 concode_elem_sep String locationType concode_elem_sep long serialVersionUID concode_el... | String function ( ) { return city ; } |
24,364 | opens a connection to the server and returns the response code . concode_field_sep String DEPLOYMENT_NAME concode_elem_sep PathElement SUBSYSTEM_PATH concode_elem_sep PathAddress SUBSYSTEM_ADDRESS concode_elem_sep ManagementClient client concode_field_sep void setEnabled concode_elem_sep String resolveRelativePath conc... | int function ( final URL arg0 ) { return ( ( HttpURLConnection ) arg0 . openConnection ( ) ) . getResponseCode ( ) ; } |
24,365 | sets the value of the format property . concode_field_sep String sha1 concode_elem_sep ContributorType contributor concode_elem_sep Object minor concode_elem_sep String format concode_elem_sep CommentType comment concode_elem_sep String model concode_elem_sep BigInteger id concode_elem_sep TextType text concode_elem_se... | void function ( String arg0 ) { this . format = arg0 ; } |
24,366 | implements org.apache.batik.i18n.localizable #setlocale locale . concode_field_sep LocalizableSupport localizableSupport concode_elem_sep String RESOURCES concode_field_sep String formatMessage concode_elem_sep Locale getLocale | void function ( Locale arg0 ) { localizableSupport . setLocale ( arg0 ) ; } |
24,367 | sets the directory or archive path by which the code produced by this task is published to other scalacompile tasks . concode_field_sep long serialVersionUID concode_elem_sep File analysisFile concode_elem_sep File publishedCode concode_field_sep File getPublishedCode concode_elem_sep File getAnalysisFile concode_elem_... | void function ( File arg0 ) { this . publishedCode = arg0 ; } |
24,368 | returns the controller this behavior is connected to . concode_field_sep boolean isActive concode_elem_sep Controller<?> _myController concode_elem_sep float value concode_field_sep void init concode_elem_sep float getValue concode_elem_sep Controller<?> controller concode_elem_sep void setActive concode_elem_sep void ... | Controller < ? > function ( ) { return _myController ; } |
24,369 | this event is ignored not required . concode_field_sep SortButtonRenderer renderer concode_elem_sep SortableTableModel model concode_elem_sep int sortColumnIndex concode_field_sep void mouseReleased concode_elem_sep void setTableModel concode_elem_sep void mouseDragged concode_elem_sep void mouseExited concode_elem_sep... | void function ( final MouseEvent arg0 ) { } |
24,370 | sets the value of the iid property . concode_field_sep int iId concode_elem_sep int iPersons concode_elem_sep String sName concode_elem_sep String sIsoCode concode_field_sep void setIPersons concode_elem_sep String getSIsoCode concode_elem_sep int getIPersons concode_elem_sep int getIId concode_elem_sep void setSName c... | void function ( int arg0 ) { this . iId = arg0 ; } |
24,371 | returns the direct parent of this property map . concode_field_sep PropertyMap EMPTY_MAP concode_elem_sep long serialVersionUID concode_elem_sep ObjectType parentSource concode_elem_sep Map<String,Property> properties concode_elem_sep Function<ObjectType,PropertyMap> PROP_MAP_FROM_TYPE concode_field_sep Set<String> get... | PropertyMap function ( ) { if ( parentSource == null ) { return null ; } ObjectType loc0 = parentSource . getImplicitPrototype ( ) ; return loc0 == null ? null : loc0 . getPropertyMap ( ) ; } |
24,372 | sets the value of the references property . concode_field_sep au.org.ecoinformatics.eml.jaxb.eml.ViewType.References references concode_elem_sep List<AttributeType> attribute concode_elem_sep List<String> id concode_field_sep AttributeListType withReferences concode_elem_sep List<AttributeType> getAttribute concode_ele... | void function ( au . org . ecoinformatics . eml . jaxb . eml . ViewType . References arg0 ) { this . references = arg0 ; } |
24,373 | create the prefix to use for the metrics to associate with the given datasource . concode_field_sep ApplicationContext applicationContext concode_elem_sep String DATASOURCE_SUFFIX concode_elem_sep Map<String,DataSourcePoolMetadata> metadataByPrefix concode_elem_sep Collection<DataSourcePoolMetadataProvider> providers c... | String function ( String arg0 , DataSource arg1 , boolean arg2 ) { if ( arg2 ) { return "srini_string" ; } if ( arg0 . length ( ) > DATASOURCE_SUFFIX . length ( ) && arg0 . toLowerCase ( ) . endsWith ( DATASOURCE_SUFFIX . toLowerCase ( ) ) ) { arg0 = arg0 . substring ( 0 , arg0 . length ( ) - DATASOURCE_SUFFIX . length... |
24,374 | set the type of the file directory_type , file_type , etc. . concode_field_sep String _name concode_elem_sep Calendar _date concode_elem_sep int DIRECTORY_TYPE concode_elem_sep int UNKNOWN_TYPE concode_elem_sep int WRITE_PERMISSION concode_elem_sep String _rawListing concode_elem_sep int READ_PERMISSION concode_elem_se... | void function ( int arg0 ) { _type = arg0 ; } |
24,375 | gets the message that should be displayed when the task has completed . concode_field_sep boolean wholeWord concode_elem_sep int totalHitCount concode_elem_sep SwingController controller concode_elem_sep SearchPanel searchPanel concode_elem_sep int lengthOfTask concode_elem_sep boolean caseSensitive concode_elem_sep St... | String function ( ) { setDialogMessage ( ) ; return dialogMessage ; } |
24,376 | profiling -- insert instructions to count safe pointer accesses . insert profiling instructions that at runtime count the number of eliminated safe null pointer checks . the inserted profiling code assumes the existence of a multicounter class implementing the methods invoked . for details , see the nullpointerchecker ... | boolean function ( ) { return soot . PhaseOptions . getBoolean ( options , "srini_string" ) ; } |
24,377 | returns the list of offsets counted from the beginning of a data stream . each offset points to an individual ifd entry in this container . concode_field_sep short numberOfEntries concode_elem_sep List<Long> entryOffsets concode_elem_sep long offset concode_field_sep long getOffsetOfContainer concode_elem_sep long getO... | List < Long > function ( ) { return entryOffsets ; } |
24,378 | sets the value of the bindclicktowidget property . concode_field_sep Layout layout concode_elem_sep String mapping concode_elem_sep List<Address> address concode_elem_sep String styling concode_elem_sep String flavour concode_elem_sep String upValue concode_elem_sep Boolean bindClickToWidget concode_elem_sep Label labe... | void function ( Boolean arg0 ) { this . bindClickToWidget = arg0 ; } |
24,379 | set the delay between resize checks in milliseconds . concode_field_sep ResizableWidget widget concode_elem_sep int curOffsetHeight concode_elem_sep int curClientWidth concode_elem_sep Map<ResizableWidget,ResizableWidgetInfo> widgets concode_elem_sep ResizableWidgetCollection staticCollection concode_elem_sep int resiz... | void function ( int arg0 ) { this . resizeCheckDelay = arg0 ; } |
24,380 | indicates the ballooncontroller associated with this controller . the ballooncontroller is used to open balloons for kml features when the feature is selected . concode_field_sep BalloonController balloonController concode_elem_sep WorldWindow wwd concode_elem_sep TreeNode highlightedNode concode_field_sep void onFeatu... | BalloonController function ( ) { return this . balloonController ; } |
24,381 | get a list of domains concode_field_sep List<TimelineDomain> domains concode_field_sep void setDomains concode_elem_sep void addDomains concode_elem_sep void addDomain | List < TimelineDomain > function ( ) { return domains ; } |
24,382 | reads and returns a tag from the given datainput , or the end tag if no tag could be read . concode_field_sep String name concode_field_sep NBTBase setName concode_elem_sep NBTBase newTag concode_elem_sep String getName concode_elem_sep void load concode_elem_sep int hashCode concode_elem_sep boolean equals concode_ele... | NBTBase function ( DataInput arg0 ) { byte loc0 = arg0 . readByte ( ) ; if ( loc0 == 0 ) { return new NBTTagEnd ( ) ; } else { String loc1 = arg0 . readUTF ( ) ; NBTBase loc2 = newTag ( loc0 , loc1 ) ; loc2 . load ( arg0 ) ; return loc2 ; } } |
24,383 | implements lengthhandler #lengthvalue float . concode_field_sep LengthHandler INSTANCE concode_field_sep void mm concode_elem_sep void endLength concode_elem_sep void ex concode_elem_sep void pc concode_elem_sep void pt concode_elem_sep void startLength concode_elem_sep void in concode_elem_sep void percentage concode_... | void function ( float arg0 ) { } |
24,384 | currentmanager concode_field_sep Dimension doubleBufferSize concode_elem_sep boolean resetDoubleBuffer concode_elem_sep Hashtable tmpDirtyComponents concode_elem_sep Dimension doubleBufferMaxSize concode_elem_sep Object repaintManagerKey concode_elem_sep Rectangle tmp concode_elem_sep Image doubleBuffer concode_elem_se... | RepaintManager function ( JComponent arg0 ) { return null ; } |
24,385 | implements inputstream.read int in terms of inputstream.read byte , int , int . inputstream assumes that you implement inputstream.read int and provides default implementations of the others , but often the opposite is more efficient . concode_field_sep Charset US_ASCII concode_elem_sep byte[] EMPTY_BYTE_ARRAY concode_... | int function ( InputStream arg0 ) { byte [ ] loc0 = new byte [ 1 ] ; int loc1 = arg0 . read ( loc0 , 0 , 1 ) ; return ( loc1 != - 1 ) ? loc0 [ 0 ] & 0xff : - 1 ; } |
24,386 | return the initial interval in milliseconds . concode_field_sep long DEFAULT_INITIAL_INTERVAL concode_elem_sep double DEFAULT_MULTIPLIER concode_elem_sep long DEFAULT_MAX_INTERVAL concode_elem_sep long maxInterval concode_elem_sep long currentElapsedTime concode_elem_sep long maxElapsedTime concode_elem_sep long DEFAUL... | long function ( ) { return initialInterval ; } |
24,387 | extract time , that was compressed with revision #compresstime long concode_field_sep Long TIME_ZERO concode_elem_sep Integer MS_IN_SEC concode_field_sep long createRevision concode_elem_sep int getTimestamp concode_elem_sep int compressTime concode_elem_sep int getTextId | long function ( int arg0 ) { return new Long ( arg0 ) * MS_IN_SEC + TIME_ZERO ; } |
24,388 | returns all the registered staged model data handlers . concode_field_sep ServiceRegistrationMap<StagedModelDataHandler<?>> _serviceRegistrations concode_elem_sep Map<String,StagedModelDataHandler<?>> _stagedModelDataHandlers concode_elem_sep StagedModelDataHandlerRegistryUtil _instance concode_elem_sep ServiceTracker<... | List < StagedModelDataHandler < ? >> function ( ) { return _instance . _getStagedModelDataHandlers ( ) ; } |
24,389 | resets the current chart data model . concode_field_sep String LINE_CHART_NAME concode_elem_sep String CUSTOM_CHART_NAME concode_elem_sep String PIE2D_CHART_NAME concode_elem_sep Map chartDataModels concode_elem_sep String AREA_CHART_NAME concode_elem_sep String BAR_CLUSTERED_CHART_NAME concode_elem_sep SelectItem[] ch... | void function ( ActionEvent arg0 ) { initCurrentChart ( ) ; if ( currentChartModel != null ) { currentChartModel . resetData ( ) ; } } |
24,390 | set the standard output text from the job concode_field_sep IntegerProperty result concode_elem_sep StringProperty stdOutText concode_elem_sep StringProperty stdErrText concode_field_sep void setStdOutText concode_elem_sep StringProperty stdOutProperty concode_elem_sep void setResult concode_elem_sep int getResult conc... | String function ( ) { return stdOutText . getValue ( ) ; } |
24,391 | retrieves the blob value designated by this blob instance as a stream . concode_field_sep BlobDataID blob concode_elem_sep boolean isClosed concode_elem_sep SessionInterface session concode_field_sep int setBytes concode_elem_sep int setBytes concode_elem_sep void truncate concode_elem_sep boolean isClosed concode_elem... | InputStream function ( ) { return new BlobInputStream ( session , blob , 0 , length ( ) ) ; } |
24,392 | a function to generate regex which matches interval string 's unit part like `` 3 years '' . first , we can leave out some units in interval string , and we only care about the value of unit , so here we use non-capturing group to wrap the actual regex . at the beginning of the actual regex , we should match spaces bef... | String function ( String arg0 ) { return "srini_string" + arg0 + "srini_string" ; } |
24,393 | gets the value of the barpr property . concode_field_sep Object parent concode_elem_sep CTOMathArg e concode_elem_sep CTBarPr barPr concode_field_sep Object getParent concode_elem_sep void setE concode_elem_sep void afterUnmarshal concode_elem_sep void setParent concode_elem_sep void setBarPr concode_elem_sep CTOMathAr... | CTBarPr function ( ) { return barPr ; } |
24,394 | sets the value of the eipestimaterequest property . concode_field_sep long serialVersionUID concode_elem_sep AsyncHeader asyncHeader concode_elem_sep EipEstimateRequest eipEstimateRequest concode_field_sep void setAsyncHeader concode_elem_sep AsyncHeader getAsyncHeader concode_elem_sep EipEstimateRequest getEipEstimate... | void function ( EipEstimateRequest arg0 ) { this . eipEstimateRequest = arg0 ; } |
24,395 | the changetoken that you used to submit the deleterule request . you can also use this value to query the status of the request . for more information , see getchangetokenstatus . concode_field_sep String changeToken concode_field_sep void setChangeToken concode_elem_sep int hashCode concode_elem_sep boolean equals con... | String function ( ) { return this . changeToken ; } |
24,396 | gets the references for all discovered jax-rs providers concode_field_sep Bus bus concode_elem_sep List<Bean<?>> providerBeans concode_elem_sep List<Bean<? extends Feature>> featureBeans concode_elem_sep List<Bean<?>> applicationBeans concode_elem_sep Bean<?> busBean concode_elem_sep List<Bean<?>> serviceBeans concode_... | List < Object > function ( final BeanManager arg0 ) { final List < Object > loc0 = new ArrayList < Object > ( ) ; for ( final Bean < ? > loc1 : serviceBeans ) { loc0 . add ( arg0 . getReference ( loc1 , loc1 . getBeanClass ( ) , arg0 . createCreationalContext ( loc1 ) ) ) ; } return loc0 ; } |
24,397 | set the coefficient of restitution . this will _ not _ change the restitution of existing contacts . concode_field_sep boolean m_isSensor concode_elem_sep Shape m_shape concode_elem_sep Object m_userData concode_elem_sep float m_density concode_elem_sep Fixture m_next concode_elem_sep float m_restitution concode_elem_s... | void function ( float arg0 ) { m_restitution = arg0 ; } |
24,398 | performs nothing , because the default implementation provided by this class is an invisible , zero-width border . subclasses will likely want to override this method , but they are not required for doing so . concode_field_sep long serialVersionUID concode_field_sep Insets getBorderInsets concode_elem_sep Insets getBo... | void function ( Component arg0 , Graphics arg1 , int arg2 , int arg3 , int arg4 , int arg5 ) { } |
24,399 | sets the java home where the java executable can be found . concode_field_sep List<String> modulesDirs concode_elem_sep String MODULES_JAR_NAME concode_elem_sep Path JAVA_HOME concode_elem_sep boolean WINDOWS concode_elem_sep String JAVA_EXE concode_elem_sep boolean addDefaultModuleDir concode_elem_sep Path wildflyHome... | void function ( final String arg0 ) { if ( arg0 == null ) { this . javaHome = null ; } else { this . javaHome = validateJavaHome ( arg0 ) ; } } |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.