idx int64 0 25k | question stringlengths 68 5.61k | target stringlengths 21 500 |
|---|---|---|
3,500 | normal concode_field_sep String BUCKET_NAME concode_elem_sep Credentials credentials concode_elem_sep String credential concode_elem_sep NosClient client concode_elem_sep String filePath concode_field_sep void testInitiateNotExistedBucket concode_elem_sep void before concode_elem_sep void after concode_elem_sep void te... | void function ( InitiateMultipartUploadRequest arg0 ) { String loc0 = client . initiateMultipartUpload ( arg0 ) . getUploadId ( ) ; Assert . assertNotNull ( loc0 ) ; } |
3,501 | read length bytes from position of a file channel . concode_field_sep int WRITE_CHUNK_SIZE concode_elem_sep int READ_CHUNK_SIZE concode_field_sep void readFromFileChannelWithEofException concode_elem_sep void readFromFileChannelWithEofException concode_elem_sep void writeToChannel concode_elem_sep void writeToChannel c... | int function ( FileChannel arg0 , long arg1 , byte [ ] arg2 , int arg3 , int arg4 ) { ByteBuffer loc0 = ByteBuffer . wrap ( arg2 , arg3 , arg4 ) ; return readFromFileChannel ( arg0 , arg1 , loc0 ) ; } |
3,502 | to set automatic include list . concode_field_sep String checkFirstPage concode_elem_sep String checkLastPage concode_elem_sep Logger LOGGER concode_elem_sep String barcodeClassification concode_elem_sep DocumentTypeService docTypeService concode_elem_sep String luceneClassification concode_elem_sep String imageClassif... | void function ( String arg0 ) { this . automaticIncludeList = arg0 ; } |
3,503 | adds a binary file with explicit mime type . concode_field_sep ZipOutputStream zip concode_elem_sep PackageMetadata metadata concode_elem_sep String CONTENT_TYPE_CHARSET_EXTENSION concode_elem_sep Transformer transformer concode_elem_sep XmlContentBuilder xmlContentBuilder concode_elem_sep TransformerFactory transforme... | void function ( String arg0 , File arg1 , String arg2 ) { try ( InputStream loc0 = new FileInputStream ( arg1 ) ) { addFile ( arg0 , loc0 , arg2 ) ; } } |
3,504 | invoked when tag detected . concode_field_sep int sizeLimit concode_elem_sep StringBuffer buffer concode_field_sep void onEntity concode_elem_sep void onStart concode_elem_sep void onText concode_elem_sep boolean needsMore concode_elem_sep String toString concode_elem_sep void onFinish | void function ( String arg0 , String arg1 , boolean arg2 ) { if ( arg1 != null ) buffer . append ( arg1 ) ; } |
3,505 | returns the number of hash functions called k in the literature concode_field_sep PlaceHolder placeHolder concode_field_sep Double getEstimatedPopulation concode_elem_sep BitSet getBitSet concode_elem_sep double getEstimatedFalsePositiveProbability concode_elem_sep void remove concode_elem_sep boolean compatible concod... | int function ( ) { return config ( ) . hashes ( ) ; } |
3,506 | get the iproject containing the given eobject concode_field_sep SGenFactory factory concode_field_sep void setDefaultValue concode_elem_sep FeatureParameterValue createParameterValue concode_elem_sep boolean projectOpened concode_elem_sep FeatureConfiguration createDefaultFeatureConfiguration concode_elem_sep boolean p... | IProject function ( EObject arg0 ) { return ResourcesPlugin . getWorkspace ( ) . getRoot ( ) . getFile ( new Path ( arg0 . eResource ( ) . getURI ( ) . toPlatformString ( true ) ) ) . getProject ( ) ; } |
3,507 | sets the given protocolprovider to this account . concode_field_sep AccountID accountID concode_elem_sep ProtocolProviderService protocolProvider concode_elem_sep boolean isEnabled concode_elem_sep String name concode_elem_sep ImageIcon icon concode_elem_sep JCheckBox enableCheckBox concode_field_sep void setEnableChec... | void function ( ProtocolProviderService arg0 ) { this . protocolProvider = arg0 ; } |
3,508 | returns the primary key of this social activity limit . concode_field_sep SocialActivityLimit _socialActivityLimit concode_field_sep long getClassNameId concode_elem_sep void setExpandoBridgeAttributes concode_elem_sep void setGroupId concode_elem_sep boolean isEscapedModel concode_elem_sep boolean isCachedModel concod... | long function ( ) { return _socialActivityLimit . getPrimaryKey ( ) ; } |
3,509 | return an alphacomposite similar to this , that uses the specified rule . if rule is the same as this.rule , then this is returned . concode_field_sep int SRC_OVER concode_elem_sep AlphaComposite DstAtop concode_elem_sep AlphaComposite Src concode_elem_sep int rule concode_elem_sep AlphaComposite SrcOver concode_elem_s... | AlphaComposite function ( int arg0 ) { if ( this . rule == arg0 ) return this ; else return AlphaComposite . getInstance ( arg0 , this . getAlpha ( ) ) ; } |
3,510 | get stories , of which the user is responsible . concode_field_sep Collection<Assignment> assignments concode_elem_sep Collection<HolidayAnomaly> holidayAnomalies concode_elem_sep String initials concode_elem_sep boolean enabled concode_elem_sep Collection<Team> teams concode_elem_sep boolean autoassignToStories concod... | Collection < Story > function ( ) { return stories ; } |
3,511 | writes other into this . if any setting is populated by this and other , the value and flags from other will be kept . concode_field_sep int FLAG_CLEAR_PREVIOUSLY_PERSISTED_SETTINGS concode_elem_sep int DOWNLOAD_BANDWIDTH concode_elem_sep int set concode_elem_sep int DEFAULT_INITIAL_WINDOW_SIZE concode_elem_sep int UPL... | void function ( Settings arg0 ) { for ( int loc0 = 0 ; loc0 < COUNT ; loc0 ++ ) { if ( ! arg0 . isSet ( loc0 ) ) continue ; set ( loc0 , arg0 . flags ( loc0 ) , arg0 . get ( loc0 ) ) ; } } |
3,512 | returns the idassignmentpolicyvalue , matching the given integer constant . concode_field_sep int _USER_ID concode_elem_sep long serialVersionUID concode_elem_sep String[] state_names concode_elem_sep IdAssignmentPolicyValue USER_ID concode_elem_sep IdAssignmentPolicyValue SYSTEM_ID concode_elem_sep int _value concode_... | IdAssignmentPolicyValue function ( int arg0 ) { try { return enume [ arg0 ] ; } catch ( ArrayIndexOutOfBoundsException loc0 ) { BAD_OPERATION loc1 = new BAD_OPERATION ( "srini_string" + arg0 ) ; loc1 . minor = Minor . PolicyType ; throw loc1 ; } } |
3,513 | set the name of the field to be retrieved . refers to either a static field or a non-static field , depending on a target object being set . concode_field_sep Object targetObject concode_elem_sep String targetField concode_elem_sep Class<?> targetClass concode_elem_sep ClassLoader beanClassLoader concode_elem_sep Strin... | void function ( String arg0 ) { this . targetField = StringUtils . trimAllWhitespace ( arg0 ) ; } |
3,514 | sets the framing rectangle of this shape to be the specified rectangle2d . the framing rectangle is used by the subclasses of rectangularshape to define their geometry . concode_field_sep PlaceHolder placeHolder concode_field_sep boolean intersects concode_elem_sep Rectangle2D getFrame concode_elem_sep double getMaxX c... | void function ( Rectangle2D arg0 ) { setFrame ( arg0 . getX ( ) , arg0 . getY ( ) , arg0 . getWidth ( ) , arg0 . getHeight ( ) ) ; } |
3,515 | returns the portion of this hostaddress instance that shouldrepresent the hostname or ipv4/ipv6 literal . a successful parse does not imply any degree of sanity in this field . for additional validation , see the com.google.common.net.hostspecifier class . concode_field_sep Pattern BRACKET_PATTERN concode_elem_sep int ... | String function ( ) { return host ; } |
3,516 | creates a new role group service . if the extension does not provide a master password provider this method should simply return null . concode_field_sep SingleValueConverter encrypter concode_field_sep boolean isAvailable concode_elem_sep void init concode_elem_sep GeoServerRoleService createRoleService concode_elem_s... | MasterPasswordProvider function ( MasterPasswordProviderConfig arg0 ) { return null ; } |
3,517 | converts exs units to user units . concode_field_sep short HORIZONTAL_LENGTH concode_elem_sep double SQRT2 concode_elem_sep short unit concode_elem_sep short VERTICAL_LENGTH concode_elem_sep float value concode_elem_sep short OTHER_LENGTH concode_field_sep float userSpaceToSVG concode_elem_sep void lengthValue concode_... | float function ( float arg0 , short arg1 , Context arg2 ) { float loc0 = arg2 . getXHeight ( ) ; return arg0 * loc0 * arg2 . getFontSize ( ) ; } |
3,518 | returns the osgi service identifier . concode_field_sep DDMStructureVersionLocalService _ddmStructureVersionLocalService concode_field_sep int getStructureVersionsCount concode_elem_sep void setWrappedService concode_elem_sep com.liferay.portal.kernel.dao.orm.ActionableDynamicQuery getActionableDynamicQuery concode_ele... | java . lang . String function ( ) { return _ddmStructureVersionLocalService . getOSGiServiceIdentifier ( ) ; } |
3,519 | gets the value of the status 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 status property . for example , to add a new item , do as f... | List < StatusItem > function ( ) { if ( status == null ) { status = new ArrayList < StatusItem > ( ) ; } return this . status ; } |
3,520 | get_newenum . concode_field_sep String CLSID concode_elem_sep wbemdisp.ISWbemNamedValueSetProxy d_ISWbemNamedValueSetProxy concode_field_sep wbemdisp.ISWbemNamedValueSet getAsISWbemNamedValueSet concode_elem_sep wbemdisp.ISWbemNamedValue add concode_elem_sep wbemdisp.ISWbemNamedValue item concode_elem_sep Object getPro... | java . util . Enumeration function ( ) { try { return d_ISWbemNamedValueSetProxy . get_NewEnum ( ) ; } catch ( com . linar . jintegra . AutomationException loc0 ) { loc0 . fillInStackTrace ( ) ; throw loc0 ; } } |
3,521 | checks if the as runs with security manager enabled . concode_field_sep Asset LIMITED_PERMISSIONS_XML concode_elem_sep String APP_LIMITED concode_elem_sep String APP_GRANT concode_elem_sep Asset ALL_PERMISSIONS_XML concode_elem_sep String APP_DENY concode_elem_sep Logger LOGGER concode_elem_sep Asset GRANT_PERMISSIONS_... | void function ( @ ArquillianResource URL arg0 ) { final URI loc0 = new URI ( arg0 . toExternalForm ( ) + JSMCheckServlet . SERVLET_PATH . substring ( 1 ) ) ; LOGGER . debug ( "srini_string" + loc0 ) ; assertEquals ( "srini_string" , Boolean . toString ( true ) , Utils . makeCall ( loc0 , 200 ) ) ; } |
3,522 | canonicalizes an xpath node set . concode_field_sep String ALGO_ID_C14N_PHYSICAL concode_elem_sep String ALGO_ID_C14N_OMIT_COMMENTS concode_elem_sep String ALGO_ID_C14N11_OMIT_COMMENTS concode_elem_sep String ALGO_ID_C14N11_WITH_COMMENTS concode_elem_sep String ALGO_ID_C14N_EXCL_WITH_COMMENTS concode_elem_sep Canonical... | byte [ ] function ( Set < Node > arg0 , String arg1 ) { return canonicalizerSpi . engineCanonicalizeXPathNodeSet ( arg0 , arg1 ) ; } |
3,523 | access description property . concode_field_sep Map args concode_elem_sep String CURRENTLY_SELECTED_KEY concode_elem_sep PlugInConfig plugIn concode_elem_sep String name concode_elem_sep String description concode_elem_sep PropertyDescriptor[] pds concode_field_sep void setName concode_elem_sep PropertyDescriptor getPr... | String function ( ) { return description ; } |
3,524 | gets the value of the firstname property . concode_field_sep String firstName concode_elem_sep String lastName concode_field_sep void setLastName concode_elem_sep void setFirstName concode_elem_sep int hashCode concode_elem_sep boolean equals concode_elem_sep String getLastName | String function ( ) { return firstName ; } |
3,525 | addmodifylistener to text object . concode_field_sep int DEFAULT_LABEL_STYLE concode_elem_sep Point lastSelection concode_elem_sep Text text concode_elem_sep Label label concode_elem_sep int DEFAULT_FIELD_STYLE concode_field_sep void setToolTipText concode_elem_sep Point getLastSelection concode_elem_sep void addFocusL... | void function ( ModifyListener arg0 ) { text . addModifyListener ( arg0 ) ; } |
3,526 | deletes all rules of any known kind , policies , the default rule , organizational motivations , legal authorizations , controlled topics and rule data providers . concode_field_sep EntityManager entityManager concode_elem_sep Logger LOGGER concode_elem_sep long serialVersionUID concode_field_sep int deletePolicies con... | int function ( ) { return ( deleteRules ( ) + deleteRuleDataProvider ( ) + deleteControlledTopic ( ) + deletePolicies ( ) + deleteLegalAuthorizations ( ) + deleteOrganizationalMotivations ( ) + deleteDefaultRule ( ) ) ; } |
3,527 | instructs the smapgenerator whether to actually print any embedded smaps or not . intended for situations without an smap resolver . concode_field_sep boolean doEmbedded concode_elem_sep List<String> embedded concode_elem_sep String outputFileName concode_elem_sep String defaultStratum concode_elem_sep List<SmapStratum... | void function ( boolean arg0 ) { doEmbedded = arg0 ; } |
3,528 | returns the osgi service identifier . concode_field_sep ServiceTracker<DDMTemplateVersionLocalService,DDMTemplateVersionLocalService> _serviceTracker concode_field_sep com.liferay.dynamic.data.mapping.model.DDMTemplateVersion createDDMTemplateVersion concode_elem_sep java.util.List<com.liferay.dynamic.data.mapping.mode... | java . lang . String function ( ) { return getService ( ) . getOSGiServiceIdentifier ( ) ; } |
3,529 | set the command . 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 concode_elem_sep boolean prepareAlway... | void function ( Command arg0 ) { this . command = arg0 ; } |
3,530 | load the url into the webview . concode_field_sep PluginManager pluginManager concode_elem_sep CordovaPreferences preferences concode_elem_sep CordovaInterface cordova concode_elem_sep BroadcastReceiver receiver concode_elem_sep SystemWebView webView concode_elem_sep CordovaWebView parentWebView concode_elem_sep Cordov... | void function ( final String arg0 , boolean arg1 ) { webView . loadUrl ( arg0 ) ; } |
3,531 | places occupant o in position x and y , throwing an exception if the space is not empty . concode_field_sep long serialVersionUID concode_elem_sep Position sentinel concode_elem_sep Queue<Position> moveQueue concode_elem_sep int N concode_elem_sep Occupant[][] occupants concode_elem_sep int population concode_field_sep... | void function ( int arg0 , int arg1 , Occupant arg2 ) { if ( ! isEmpty ( arg0 , arg1 ) ) { Occupant loc0 = getOccupant ( arg0 , arg1 ) ; throw new IllegalArgumentException ( String . format ( "srini_string" + "srini_string" , arg2 . name , arg0 , arg1 , loc0 ) ) ; } occupants [ arg1 ] [ arg0 ] = arg2 ; } |
3,532 | returns the kind of node this is . concode_field_sep String digest concode_field_sep RelDataType getType concode_elem_sep boolean isA concode_elem_sep boolean isA concode_elem_sep String toString concode_elem_sep boolean isAlwaysTrue concode_elem_sep boolean isAlwaysFalse concode_elem_sep R accept concode_elem_sep R ac... | SqlKind function ( ) { return SqlKind . OTHER ; } |
3,533 | retrieves whether this factory produces secure sockets . concode_field_sep HsqlSocketFactory sslImpl concode_elem_sep HsqlSocketFactory plainImpl concode_elem_sep String DEFAULT_SSL_PROVIDER_CLASS concode_elem_sep String DEFAULT_SSL_PROVIDER_NAME concode_field_sep Socket createSocket concode_elem_sep HsqlSocketFactory ... | boolean function ( ) { return false ; } |
3,534 | a unique id for the merge . concode_field_sep List<SegmentCommitInfo> mergedSegments concode_elem_sep String id concode_field_sep List<SegmentCommitInfo> getMergedSegments | String function ( ) { return id ; } |
3,535 | get the properties in the form of key-value pairs . concode_field_sep String[] locations concode_elem_sep String[] EMPTY_STRING_ARRAY concode_elem_sep String[] properties concode_field_sep String[] getLocations | String [ ] function ( ) { return this . properties ; } |
3,536 | is this a bootstrap node ? in bottstrap nodes one of the two corrdinates is less than zero . concode_field_sep PathNode prev concode_elem_sep int i concode_elem_sep int j concode_field_sep boolean isSnake concode_elem_sep String toString concode_elem_sep PathNode previousSnake | boolean function ( ) { return i < 0 || j < 0 ; } |
3,537 | a section of the response body that provides information about the pipeline that is created . concode_field_sep Pipeline pipeline concode_elem_sep com.amazonaws.internal.SdkInternalList<Warning> warnings concode_field_sep void setPipeline concode_elem_sep Pipeline getPipeline concode_elem_sep int hashCode concode_elem_... | CreatePipelineResult function ( Pipeline arg0 ) { setPipeline ( arg0 ) ; return this ; } |
3,538 | returns a range of all the user tracker paths . 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.queryut... | java . util . List < com . liferay . portal . model . UserTrackerPath > function ( int arg0 , int arg1 ) { return _userTrackerPathLocalService . getUserTrackerPaths ( arg0 , arg1 ) ; } |
3,539 | calls the java.util.concurrent.future #get method pertaining to this workflow.once the future competes , the workflow is removed from the list . concode_field_sep Map<Workload,Future> jobs concode_elem_sep Logger logger concode_elem_sep int poolSize concode_elem_sep ExecutorService pool concode_field_sep void add conco... | void function ( Workload arg0 ) { try { Future loc0 = jobs . get ( arg0 ) ; loc0 . get ( ) ; jobs . remove ( arg0 ) ; } catch ( InterruptedException | ExecutionException loc0 ) { logger . error ( "srini_string" , loc0 ) ; } } |
3,540 | for constructed field , return a parser for its content . concode_field_sep int length concode_elem_sep int tag concode_elem_sep int type concode_elem_sep byte[] value concode_field_sep byte[] getValue concode_elem_sep int getType concode_elem_sep int getLength concode_elem_sep BigInteger getInteger concode_elem_sep bo... | DerParser function ( ) { if ( ! isConstructed ( ) ) throw new IOException ( "srini_string" ) ; return new DerParser ( value ) ; } |
3,541 | return the running process . concode_field_sep Method INHERIT_IO_METHOD concode_elem_sep Process process concode_elem_sep File workingDirectory concode_elem_sep long JUST_ENDED_LIMIT concode_elem_sep long endTime concode_elem_sep String[] command concode_field_sep boolean hasJustEnded concode_elem_sep void redirectOutp... | Process function ( ) { return this . process ; } |
3,542 | return an id for this event listener concode_field_sep TrapdIpMgr m_trapdIpMgr concode_elem_sep EventIpcManager m_eventMgr concode_field_sep void afterPropertiesSet concode_elem_sep EventIpcManager getEventManager concode_elem_sep void onEvent concode_elem_sep void destroy concode_elem_sep TrapdIpMgr getTrapdIpMgr conc... | String function ( ) { return "srini_string" ; } |
3,543 | broadcasts size of the cluster become equal to minimum node count configured concode_field_sep SortedMap<Integer,NetworkPartitionListener> networkPartitionListeners concode_elem_sep boolean isNetworkPartitioned concode_elem_sep HazelcastInstance hazelcastInstance concode_elem_sep String membershipListener concode_elem_... | void function ( int arg0 ) { for ( NetworkPartitionListener loc0 : networkPartitionListeners . values ( ) ) { try { loc0 . minimumNodeCountFulfilled ( arg0 ) ; } catch ( Throwable loc1 ) { log . warn ( "srini_string" + loc0 , loc1 ) ; } } } |
3,544 | verify that the listener completes in a reasonable amount of time , and asserts that the future throws an executableexception and that thecause of the executableexception is expectedcause . concode_field_sep ListenableFuture<?> future concode_elem_sep CountDownLatch countDownLatch concode_field_sep void assertSuccess c... | void function ( Throwable arg0 ) { Assert . assertTrue ( countDownLatch . await ( 1L , TimeUnit . SECONDS ) ) ; try { future . get ( ) ; Assert . fail ( "srini_string" ) ; } catch ( ExecutionException loc0 ) { Assert . assertSame ( arg0 , loc0 . getCause ( ) ) ; } } |
3,545 | set the experiment for this sub task concode_field_sep TaskStatusInfo m_result concode_elem_sep Experiment m_experiment concode_field_sep TaskStatusInfo getTaskStatus concode_elem_sep Experiment getExperiment concode_elem_sep void execute concode_elem_sep String getRevision | void function ( Experiment arg0 ) { m_experiment = arg0 ; } |
3,546 | gets the value of the domainobjecttype property . concode_field_sep String domainObjectType concode_elem_sep List<String> preferences concode_elem_sep String id concode_elem_sep String type concode_elem_sep List<Solver> solver concode_field_sep List<String> getPreferences concode_elem_sep String getType concode_elem_se... | String function ( ) { return domainObjectType ; } |
3,547 | retrieves the session with the specified session identifier or null if no such session is registered with this sessionmanager . concode_field_sep IntKeyHashMap sessionMap concode_elem_sep int sessionIdCount concode_elem_sep Session sysSession concode_field_sep Result processDisconnect concode_elem_sep Session newSessio... | Session function ( int arg0 ) { return ( Session ) sessionMap . get ( arg0 ) ; } |
3,548 | sets the absolute volume in decibel . concode_field_sep List<String> inputNames concode_elem_sep YamahaReceiverCommunication com concode_elem_sep String name concode_elem_sep boolean mute concode_elem_sep String id concode_elem_sep String surroundProgram concode_elem_sep float volume concode_elem_sep int netRadioChanne... | void function ( float arg0 ) { com . setVolume ( arg0 ) ; this . volume = ( arg0 + - YamahaReceiverCommunication . VOLUME_MIN ) * 100.0f / YamahaReceiverCommunication . VOLUME_RANGE ; } |
3,549 | helper for error callbacks that just returns the status.error by default concode_field_sep String callbackId concode_elem_sep CordovaWebView webView concode_elem_sep int changingThreads concode_elem_sep String LOG_TAG concode_elem_sep boolean finished concode_field_sep boolean isChangingThreads concode_elem_sep String ... | void function ( JSONObject arg0 ) { sendPluginResult ( new PluginResult ( PluginResult . Status . ERROR , arg0 ) ) ; } |
3,550 | by default , the following paste options are supported : pasteoption #normal : always others : never concode_field_sep Map nameFeatureMap concode_elem_sep Object NULL_TOKEN concode_field_sep boolean shouldOverrideCopyOperation concode_elem_sep void setName concode_elem_sep boolean canContain concode_elem_sep XMLResourc... | boolean function ( EObject arg0 , EStructuralFeature arg1 , PasteOption arg2 ) { if ( arg2 . equals ( PasteOption . NORMAL ) ) { return true ; } else { return false ; } } |
3,551 | sets the company id of this gadget . concode_field_sep Gadget _gadget concode_field_sep void setName concode_elem_sep boolean isFinderCacheEnabled concode_elem_sep void setExpandoBridgeAttributes concode_elem_sep void setExpandoBridgeAttributes concode_elem_sep void setExpandoBridgeAttributes concode_elem_sep java.lang... | void function ( long arg0 ) { _gadget . setCompanyId ( arg0 ) ; } |
3,552 | apply an intersection with the given pointcut . concode_field_sep long serialVersionUID concode_elem_sep ClassFilter classFilter concode_elem_sep MethodMatcher methodMatcher concode_field_sep MethodMatcher getMethodMatcher concode_elem_sep int hashCode concode_elem_sep boolean equals concode_elem_sep ClassFilter getCla... | ComposablePointcut function ( Pointcut arg0 ) { this . classFilter = ClassFilters . intersection ( this . classFilter , arg0 . getClassFilter ( ) ) ; this . methodMatcher = MethodMatchers . intersection ( this . methodMatcher , arg0 . getMethodMatcher ( ) ) ; return this ; } |
3,553 | sets the password to use for connecting to the database concode_field_sep int loginTimeout concode_elem_sep PrintWriter logWriter concode_elem_sep String user concode_elem_sep String database concode_elem_sep String password concode_field_sep Connection getConnection concode_elem_sep Connection getConnection concode_el... | void function ( String arg0 ) { this . password = arg0 ; } |
3,554 | create the filter that should be invoked for incoming calls . concode_field_sep Context context concode_elem_sep boolean started concode_elem_sep boolean enabled concode_field_sep org.restlet.routing.Filter createOutboundFilter concode_elem_sep void setEnabled concode_elem_sep boolean isStopped concode_elem_sep void st... | org . restlet . routing . Filter function ( org . restlet . Context arg0 ) { return null ; } |
3,555 | creates a new stdmutablestatusdetail that is a copy of the given org.apache.openaz.xacml.api.statusdetail . concode_field_sep List<MissingAttributeDetail> missingAttributeDetails concode_elem_sep List<MissingAttributeDetail> EMPTY_LIST concode_field_sep void addMissingAttributeDetail concode_elem_sep int hashCode conco... | StdMutableStatusDetail function ( StatusDetail arg0 ) { return new StdMutableStatusDetail ( arg0 . getMissingAttributeDetails ( ) ) ; } |
3,556 | puts a byte and a short into this byte vector . the byte vector is automatically enlarged if necessary . concode_field_sep byte[] data concode_elem_sep int length concode_field_sep ByteVector encodeUTF8 concode_elem_sep ByteVector putByte concode_elem_sep ByteVector putInt concode_elem_sep void enlarge concode_elem_sep... | ByteVector function ( final int arg0 , final int arg1 ) { int loc0 = this . length ; if ( loc0 + 3 > loc1 . loc0 ) { enlarge ( 3 ) ; } byte [ ] loc1 = this . data ; loc1 [ loc0 ++ ] = ( byte ) arg0 ; loc1 [ loc0 ++ ] = ( byte ) ( arg1 >>> 8 ) ; loc1 [ loc0 ++ ] = ( byte ) arg1 ; this . length = loc0 ; return this ; } |
3,557 | returns the queue statistics for the tenant . concode_field_sep MBeanService mBeanService concode_elem_sep Tenant tenant concode_field_sep List<QueueMessage> browseQueueMessages concode_elem_sep List<TopicMBean> topics | List < QueueMBean > function ( ) { return mBeanService . getQueueStatistics ( tenant . getId ( ) ) ; } |
3,558 | decodes an integer value previously written with #inttosortablebytes concode_field_sep PlaceHolder placeHolder concode_field_sep void add concode_elem_sep int sortableFloatBits concode_elem_sep void intToSortableBytes concode_elem_sep void bigIntToSortableBytes concode_elem_sep void subtract concode_elem_sep long doubl... | int function ( byte [ ] arg0 , int arg1 ) { int loc0 = ( ( arg0 [ arg1 ] & 0xFF ) << 24 ) | ( ( arg0 [ arg1 + 1 ] & 0xFF ) << 16 ) | ( ( arg0 [ arg1 + 2 ] & 0xFF ) << 8 ) | ( arg0 [ arg1 + 3 ] & 0xFF ) ; return loc0 ^ 0x80000000 ; } |
3,559 | sets the value of the username property . concode_field_sep String password concode_elem_sep String firstname concode_elem_sep String emailId concode_elem_sep String designation concode_elem_sep String username concode_elem_sep String lastname concode_field_sep void setPassword concode_elem_sep String getPassword conco... | void function ( String arg0 ) { this . username = arg0 ; } |
3,560 | sets the modified by user of this vdoc field . concode_field_sep vdocField _vdocField concode_field_sep void setExpandoBridgeAttributes concode_elem_sep vdocField getWrappedvdocField concode_elem_sep void setGroupId concode_elem_sep java.lang.String getName concode_elem_sep boolean isEscapedModel concode_elem_sep java.... | void function ( long arg0 ) { _vdocField . setModifiedByUser ( arg0 ) ; } |
3,561 | returns purchase information for a given product , or null if there is no purchase . concode_field_sep Map<String,SkuDetails> mSkuMap concode_elem_sep Map<String,Purchase> mPurchaseMap concode_field_sep void erasePurchase concode_elem_sep List<String> getAllOwnedSkus concode_elem_sep List<String> getAllOwnedSkus concod... | Purchase function ( String arg0 ) { return mPurchaseMap . get ( arg0 ) ; } |
3,562 | returns a map representation of the configdescriptionparameter s . the map will use the name of the parameter as key and the parameter as value . concode_field_sep List<ConfigDescriptionParameterGroup> parameterGroups concode_elem_sep URI uri concode_elem_sep List<ConfigDescriptionParameter> parameters concode_field_se... | Map < String , ConfigDescriptionParameter > function ( ) { Map < String , ConfigDescriptionParameter > loc0 = new HashMap < > ( ) ; for ( ConfigDescriptionParameter loc1 : parameters ) { loc0 . put ( loc1 . getName ( ) , loc1 ) ; } return Collections . unmodifiableMap ( loc0 ) ; } |
3,563 | called after plugin construction and fields have been initialized . prefer to use plugininitialize instead since there is no value in having parameters on the initialize function . concode_field_sep CordovaPreferences preferences concode_elem_sep CordovaInterface cordova concode_elem_sep CordovaWebView webView concode_... | void function ( CordovaInterface arg0 , CordovaWebView arg1 ) { } |
3,564 | be careful when comparing plugins versions . use pluginmanagercolumninfo.compareversion for version comparing . concode_field_sep String changeNotes concode_elem_sep String vendorUrl concode_elem_sep String myDownloadUrl concode_elem_sep int STATUS_NEWEST concode_elem_sep String myRating concode_elem_sep int myStatus c... | String function ( ) { return version ; } |
3,565 | getdefault routefuture concode_field_sep Semaphore semaphore concode_elem_sep Throwable throwable concode_elem_sep Packet packet concode_elem_sep Map<String,RouteFuture> futures concode_field_sep boolean cancel concode_elem_sep boolean isCancelled concode_elem_sep Packet get concode_elem_sep Packet get concode_elem_sep... | RouteFuture function ( String arg0 ) { RouteFuture loc0 = futures . get ( arg0 ) ; return loc0 ; } |
3,566 | whether heartbeats are enabled . returns false if #setheartbeat is set to `` 0,0 '' , and true otherwise . concode_field_sep String CONTENT_LENGTH concode_elem_sep String ACK concode_elem_sep Map<String,List<String>> headers concode_elem_sep String LOGIN concode_elem_sep String SERVER concode_elem_sep String SESSION co... | boolean function ( ) { long [ ] loc0 = getHeartbeat ( ) ; return ( loc0 != null && loc0 [ 0 ] != 0 && loc0 [ 1 ] != 0 ) ; } |
3,567 | creates a new , empty map with a default initial capacity 16 , load factor 0.75 and concurrencylevel 16 . on oracle jdk , the factory method will return an instance of concurrenthashmapv8 that is supposed to be available in jdk 8 and provides better performance and memory characteristics than concurrenthashmap implemen... | ConcurrentMap < K , V > function ( ) { return JdkVersion . getJdkVersion ( ) . isUnsafeSupported ( ) ? new ConcurrentHashMapV8 < K , V > ( ) : new ConcurrentHashMap < K , V > ( ) ; } |
3,568 | create a netty3corsconfigbuilder instance with the specified pattern origin . concode_field_sep boolean noPreflightHeaders concode_elem_sep boolean enabled concode_elem_sep Optional<Pattern> pattern concode_elem_sep boolean allowNullOrigin concode_elem_sep Set<String> requestHeaders concode_elem_sep Set<HttpMethod> req... | Netty3CorsConfigBuilder function ( final Pattern arg0 ) { if ( arg0 == null ) { throw new IllegalArgumentException ( "srini_string" ) ; } return new Netty3CorsConfigBuilder ( arg0 ) ; } |
3,569 | debug log message . 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 concode_elem_sep void e conco... | void function ( String arg0 , String arg1 ) { if ( LOG . DEBUG >= LOGLEVEL ) Log . d ( arg0 , arg1 ) ; } |
3,570 | tag the given socket with any statistics parameters active forthe current thread . subsequent calls always replace any existing parameters . when finished , call #untagsocket socket to removestatistics parameters . concode_field_sep int statsTag concode_elem_sep TrafficStatsCompatImpl IMPL concode_elem_sep ThreadLocal<... | void function ( Socket arg0 ) { IMPL . tagSocket ( arg0 ) ; } |
3,571 | the type of alarm history item . concode_field_sep String historySummary concode_elem_sep String historyItemType concode_elem_sep String alarmName concode_elem_sep String historyData concode_elem_sep java.util.Date timestamp concode_field_sep void setAlarmName concode_elem_sep String getAlarmName concode_elem_sep Strin... | AlarmHistoryItem function ( String arg0 ) { setHistoryItemType ( arg0 ) ; return this ; } |
3,572 | this method was generated by mybatis generator . this method returns the value of the database column country.continent concode_field_sep String continent concode_elem_sep Integer capital concode_elem_sep String code2 concode_elem_sep String code concode_elem_sep String localname concode_elem_sep Float gnp concode_elem... | String function ( ) { return continent ; } |
3,573 | asserts #isonthread , throwing a assertionexception not an assertionerror if the assertion fails . concode_field_sep Looper mLooper concode_elem_sep MessageQueueThreadHandler mHandler concode_elem_sep boolean mIsFinished concode_elem_sep String mName concode_elem_sep String mAssertionErrorMessage concode_field_sep Mess... | void function ( ) { SoftAssertions . assertCondition ( isOnThread ( ) , mAssertionErrorMessage ) ; } |
3,574 | returns the translation required to convert local x-coordinates back to the coordinate space of the container . concode_field_sep double translateY concode_elem_sep double translateX concode_elem_sep boolean generateEntities concode_field_sep void setGenerateEntities concode_elem_sep boolean getGenerateEntities concode... | double function ( ) { return this . translateX ; } |
3,575 | updates the role 's permissions at the scope , setting the actions that can be performed on resources of the type . existing actions are replaced . this method can be used to set permissions at any scope , but it is generally only used at the individual scope . for example , it could be used to set the guest permission... | void function ( long arg0 , long arg1 , java . lang . String arg2 , java . lang . String arg3 , java . util . Map < java . lang . Long , java . lang . String [ ] > arg4 ) { _resourcePermissionService . setIndividualResourcePermissions ( arg0 , arg1 , arg2 , arg3 , arg4 ) ; } |
3,576 | get the position of the first free space . concode_field_sep int firstFreeBlock concode_elem_sep boolean DETAILED_INFO concode_elem_sep int blockSize concode_elem_sep BitSet set concode_field_sep int getBlock concode_elem_sep boolean isFree concode_elem_sep long allocate concode_elem_sep long getPos concode_elem_sep vo... | long function ( ) { return getPos ( set . nextClearBit ( 0 ) ) ; } |
3,577 | controls whether the script should be loaded or not . concode_field_sep SecurityException se concode_elem_sep String ERROR_NO_SCRIPT_OF_TYPE_ALLOWED concode_field_sep placeholderType placeHolder | void function ( ) { throw se ; } |
3,578 | commits the response and logs a warning message . this method should be called by the container at the end of the handle method to make sure that the responsewriter was committed . concode_field_sep ApplicationHandler appHandler concode_elem_sep Logger LOGGER concode_elem_sep AtomicBoolean closed concode_elem_sep HttpE... | void function ( ) { if ( closed . compareAndSet ( false , true ) ) { exchange . close ( ) ; LOGGER . log ( Level . WARNING , LocalizationMessages . ERROR_RESPONSEWRITER_RESPONSE_UNCOMMITED ( ) ) ; } } |
3,579 | get the message concode_field_sep PrivateRequest epr concode_elem_sep boolean protein concode_elem_sep int length concode_elem_sep float weight concode_field_sep float getWeight concode_elem_sep int getLength concode_elem_sep String getStatus concode_elem_sep boolean isProtein | String function ( ) { return ( String ) epr . getVal ( "srini_string" ) ; } |
3,580 | override this method to do any cleanup needed after generation concode_field_sep String SCT_GENERATOR_CONSOLE concode_elem_sep MessageConsoleStream error concode_elem_sep String SEXEC_FILE_EXTENSION concode_elem_sep MessageConsoleStream info concode_field_sep IProject getTargetProject concode_elem_sep void writeToConso... | void function ( GeneratorEntry arg0 ) { } |
3,581 | number of documents returned . concode_field_sep String previous concode_elem_sep List<DocumentDTO> list concode_elem_sep String next concode_elem_sep Integer count concode_field_sep DocumentListDTO next concode_elem_sep String getPrevious concode_elem_sep String toIndentedString concode_elem_sep DocumentListDTO previo... | Integer function ( ) { return count ; } |
3,582 | render an explanation as text . concode_field_sep boolean match concode_elem_sep String description concode_elem_sep List<Explanation> details concode_elem_sep float value concode_field_sep float getValue concode_elem_sep String getSummary concode_elem_sep Explanation noMatch concode_elem_sep Explanation noMatch concod... | String function ( ) { return toString ( 0 ) ; } |
3,583 | lifts the given partialfunction into a total function that returns an option result . concode_field_sep PlaceHolder placeHolder concode_field_sep CheckedFunction1<T1,R> constant concode_elem_sep Function1<T1,R> recover concode_elem_sep R apply concode_elem_sep Function1<T1,R> unchecked concode_elem_sep Function1<T1,R> ... | Function1 < T1 , Option < R >> function ( CheckedFunction1 < ? super T1 , ? extends R > arg0 ) { return t1 -> Try . < R > of ( ( ) -> arg0 . apply ( t1 ) ) . getOption ( ) ; } |
3,584 | returns the length of the array . concode_field_sep Unsafe unsafe concode_elem_sep int base concode_elem_sep long[] array concode_elem_sep int scale concode_elem_sep long serialVersionUID concode_field_sep long rawIndex concode_elem_sep long getAndIncrement concode_elem_sep void set concode_elem_sep long incrementAndGe... | int function ( ) { return array . length ; } |
3,585 | sets the designador value for this diagnosticovozgponin . concode_field_sep java.lang.String designador concode_elem_sep java.lang.String instancia concode_elem_sep java.lang.Object __equalsCalc concode_elem_sep boolean __hashCodeCalc concode_elem_sep java.lang.String designadorAcesso concode_elem_sep org.apache.axis.d... | void function ( java . lang . String arg0 ) { this . designador = arg0 ; } |
3,586 | returns true if any agents are in the blocked list . concode_field_sep LockFreePool<Distribution> POOL concode_elem_sep int mSpins concode_elem_sep int TX_SWEEP_DIST_FLAG concode_elem_sep SubMatrix[] subs concode_elem_sep int NEXT concode_elem_sep AgentProcessor[] processors concode_elem_sep RecordBuffer removeBuffer c... | boolean function ( ) { return firstBlocked > 0 ; } |
3,587 | gets the entity-body of this response . concode_field_sep long sequenceNumber concode_elem_sep String entityBody concode_elem_sep String viewNumber concode_elem_sep String iceFacesId concode_field_sep String getICEfacesID concode_elem_sep String getViewNumber concode_elem_sep long getSequenceNumber concode_elem_sep boo... | String function ( ) { return entityBody ; } |
3,588 | generated from figure f. 16 - procedure for decode on iso dis 10918-1 . requirements and guidelines this function takes in a dynamic amount of bits and using the huffman table returns information on how many bits must be read in to a byte in order to reconstruct said byte . concode_field_sep short[] huffcode concode_el... | int function ( JPEGImageInputStream arg0 ) { int loc0 = 0 ; short loc1 = ( short ) arg0 . readBits ( 1 ) ; while ( loc1 > maxcode [ loc0 ] ) { loc0 ++ ; loc1 <<= 1 ; loc1 |= arg0 . readBits ( 1 ) ; } int loc2 = huffval [ loc1 + ( valptr [ loc0 ] ) ] ; if ( loc2 < 0 ) loc2 = 256 + loc2 ; return loc2 ; } |
3,589 | set the value of the leaficon property . concode_field_sep String tooltip concode_elem_sep String branchExpandedIcon concode_elem_sep String icon concode_elem_sep DefaultMutableTreeNode wrapper concode_elem_sep long serialVersionUID concode_elem_sep boolean leaf concode_elem_sep String leafIcon concode_elem_sep String ... | void function ( String arg0 ) { this . leafIcon = arg0 ; } |
3,590 | sets the maximum time in seconds that this data source will wait while attempting to connect to a database . a value of zero specifies that the timeout is the default system timeout if there is one ; otherwise , it specifies that there is no timeout . when a datasource object is created , the login timeout is initially... | void function ( int arg0 ) { loginTimeout = arg0 ; connectionProps . setProperty ( "srini_string" , Integer . toString ( loginTimeout ) ) ; } |
3,591 | gets the value of the jspxpages property . concode_field_sep JspxPages jspxPages concode_elem_sep ResourceType templateRef concode_elem_sep Beans beans concode_field_sep void setBeans concode_elem_sep void setTemplateRef concode_elem_sep void setJspxPages concode_elem_sep ResourceType getTemplateRef concode_elem_sep Be... | JspxPages function ( ) { return jspxPages ; } |
3,592 | returns the set of terms that have been counted . concode_field_sep String label concode_elem_sep Map<String,Integer> map concode_field_sep void processElements concode_elem_sep void incrementTermCount concode_elem_sep String getLabel concode_elem_sep int size concode_elem_sep Integer get concode_elem_sep void main con... | Set < String > function ( ) { return map . keySet ( ) ; } |
3,593 | check if the key is associated to the given subclass . concode_field_sep Map<Key<?>,Class<?>> bindingDefinitions concode_field_sep KeyAssociationProvider assertBindingDefinitions | KeyAssociationProvider function ( Key < ? > arg0 , Class < ? > arg1 ) { Assertions . assertThat ( bindingDefinitions . get ( arg0 ) ) . isEqualTo ( arg1 ) ; return this ; } |
3,594 | returns repository identifier i.e. maven2 . concode_field_sep String layout concode_elem_sep RepositoryPolicy snapshots concode_elem_sep String name concode_elem_sep String id concode_elem_sep String url concode_elem_sep Element element concode_elem_sep RepositoryPolicy releases concode_field_sep Repository setName con... | String function ( ) { return id ; } |
3,595 | create a new permutations object . concode_field_sep T[] in concode_elem_sep int[] index concode_elem_sep int m concode_elem_sep int n concode_elem_sep T[] out concode_elem_sep boolean hasNext concode_field_sep boolean next concode_elem_sep void moveIndex concode_elem_sep int rightmostDip concode_elem_sep void reverseA... | Permutations < T > function ( T [ ] arg0 , T [ ] arg1 ) { return new Permutations < T > ( arg0 , arg1 , arg0 . length ) ; } |
3,596 | returns true if the request contains conditions that save the server from sending a response that the client has locally . when the caller adds conditions , this cache wo n't participate in the request . concode_field_sep boolean onlyIfCached concode_elem_sep RawHeaders headers concode_elem_sep String transferEncoding ... | boolean function ( ) { return ifModifiedSince != null || ifNoneMatch != null ; } |
3,597 | closes all sessions registered with this sessionmanager . concode_field_sep int sessionIdCount concode_elem_sep IntKeyHashMap sessionMap concode_elem_sep Session sysSession concode_field_sep void removeSession concode_elem_sep Session newSession concode_elem_sep Session getSysSession concode_elem_sep Session getSysSess... | void function ( ) { Iterator loc0 = sessionMap . values ( ) . iterator ( ) ; for ( ; loc0 . hasNext ( ) ; ) { Session loc1 = ( Session ) loc0 . next ( ) ; loc0 . remove ( ) ; loc1 . close ( ) ; } } |
3,598 | key type concode_field_sep String keyState concode_elem_sep String consumerSecret concode_elem_sep TokenDTO token concode_elem_sep String consumerKey concode_elem_sep List<String> supportedGrantTypes concode_elem_sep KeyTypeEnum keyType concode_field_sep String getConsumerSecret concode_elem_sep void setKeyState concod... | KeyTypeEnum function ( ) { return keyType ; } |
3,599 | create an instance of coordinationcontexttype concode_field_sep QName _CreateCoordinationContextResponse_QNAME concode_elem_sep QName _Register_QNAME concode_elem_sep QName _RegisterResponse_QNAME concode_elem_sep QName _CreateCoordinationContext_QNAME concode_field_sep JAXBElement<CreateCoordinationContextResponseType... | CoordinationContextType function ( ) { return new CoordinationContextType ( ) ; } |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.