idx int64 0 25k | question stringlengths 71 7.19k | target stringlengths 20 663 |
|---|---|---|
2,200 | returns the query-time boost of the context 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 concode_elem_sep... | int function ( ) { return boost ; } |
2,201 | gets the row text color . concode_field_sep int[] tableResource concode_elem_sep int[] cellTypes concode_elem_sep int[] rowTextColor concode_elem_sep String[] titles concode_elem_sep int[] rowTextSize concode_elem_sep AbTable mAbTable concode_elem_sep int mScreenWidth concode_elem_sep int[] cellWidth concode_elem_sep A... | int [ ] function ( ) { return rowTextColor ; } |
2,202 | sets protocolservice . concode_field_sep ExecutorService protocolService concode_elem_sep Logger LOGGER concode_elem_sep List<Protocol> protocols concode_field_sep List<Protocol> getProtocols concode_elem_sep void init concode_elem_sep void setProtocols concode_elem_sep void destroy concode_elem_sep void main concode_e... | void function ( final ExecutorService arg0 ) { this . protocolService = arg0 ; } |
2,203 | returns the account with the primary key or returns null if it could not be found . concode_field_sep AccountPersistence _persistence concode_field_sep int countAll concode_elem_sep void cacheResult concode_elem_sep void cacheResult concode_elem_sep List<Account> findWithDynamicQuery concode_elem_sep List<Account> find... | Account function ( long arg0 ) { return getPersistence ( ) . fetchByPrimaryKey ( arg0 ) ; } |
2,204 | return true if there are stored cookies . concode_field_sep Handler mHandler concode_elem_sep ValueCallback<T> mCallback concode_field_sep boolean allowFileSchemeCookies concode_elem_sep CookieCallback<T> convert concode_elem_sep void nativeSetAcceptFileSchemeCookies concode_elem_sep void removeAllCookies concode_elem_... | boolean function ( ) { return nativeHasCookies ( ) ; } |
2,205 | sets the value of the loc property . concode_field_sep Object cc concode_elem_sep int loc concode_elem_sep byte ce concode_elem_sep byte noc concode_elem_sep short lcom concode_elem_sep float mfa concode_elem_sep short npm concode_elem_sep short wmc concode_elem_sep byte dit concode_elem_sep short rfc concode_elem_sep ... | void function ( int arg0 ) { this . loc = arg0 ; } |
2,206 | indicates whether the instances launched in the vpc get dns hostnames . if this attribute is true , instances in the vpc get dns hostnames ; otherwise , they do not . concode_field_sep String vpcId concode_elem_sep Boolean enableDnsSupport concode_elem_sep Boolean enableDnsHostnames concode_field_sep DescribeVpcAttribu... | Boolean function ( ) { return this . enableDnsHostnames ; } |
2,207 | removes a listener from the table model so that it will no longer receive notification of changes to the table model . concode_field_sep long serialVersionUID concode_elem_sep EventListenerList listenerList concode_field_sep EventListener[] getListeners concode_elem_sep void addTableModelListener concode_elem_sep void ... | void function ( TableModelListener arg0 ) { listenerList . remove ( TableModelListener . class , arg0 ) ; } |
2,208 | returns the resolver user id of this tasks entry . concode_field_sep TasksEntry _tasksEntry concode_field_sep void setResolverUserId concode_elem_sep void setExpandoBridgeAttributes concode_elem_sep void setExpandoBridgeAttributes concode_elem_sep void setExpandoBridgeAttributes concode_elem_sep void setGroupId concode... | long function ( ) { return _tasksEntry . getResolverUserId ( ) ; } |
2,209 | resets send schedule time to avoid multiple idle notifications . concode_field_sep Object[] meta concode_elem_sep InetSocketAddress rmtAddr concode_elem_sep long bytesRcvd concode_elem_sep boolean accepted concode_elem_sep long sndSchedTime concode_elem_sep long bytesSent concode_elem_sep InetSocketAddress locAddr conc... | void function ( ) { sndSchedTime = U . currentTimeMillis ( ) ; } |
2,210 | returns a range of all the audit send mailses . 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 . tls . liferaylms . mail . model . AuditSendMails > function ( int arg0 , int arg1 ) { return _auditSendMailsLocalService . getAuditSendMailses ( arg0 , arg1 ) ; } |
2,211 | appends the path to the given base and strips n elements off the path if strip is > 0 . concode_field_sep PlaceHolder placeHolder concode_field_sep BufferedReader newBufferedReader concode_elem_sep void deleteSubDirectories concode_elem_sep Path[] toArray concode_elem_sep boolean exists concode_elem_sep Path[] files co... | Path function ( Path arg0 , Path arg1 , int arg2 ) { for ( Path loc0 : arg1 ) { if ( arg2 -- > 0 ) { continue ; } arg0 = arg0 . resolve ( loc0 . toString ( ) ) ; } return arg0 ; } |
2,212 | adds a property with value to the authorization property set . concode_field_sep Map<Property,String> properties concode_field_sep String get | AuthProperties function ( final Property arg0 , final String arg1 ) { properties . put ( arg0 , arg1 ) ; return this ; } |
2,213 | return a list of memorydata objects corresponding to the objects that have been registered by #collectable object and have not been garbage-collected properly.this method first calls system.gc multiple times to attempt to force any remaining garbage collection . concode_field_sep WeakReference<Object> reference concode... | List < MemoryData > function ( ) { for ( int loc0 = 0 ; loc0 < 5 ; loc0 ++ ) { System . runFinalization ( ) ; System . gc ( ) ; try { Thread . sleep ( 1 ) ; } catch ( InterruptedException loc1 ) { } } purgeCollectables ( ) ; return new ArrayList < MemoryData > ( objects ) ; } |
2,214 | returns a flinkclient that uses the configured config #nimbus_host and config #nimbus_thrift_port as jobmanager address . concode_field_sep int jobManagerPort concode_elem_sep Map<?,?> conf concode_elem_sep String jobManagerHost concode_elem_sep String timeout concode_field_sep void killTopology concode_elem_sep Finite... | FlinkClient function ( final Map arg0 ) { final String loc0 = ( String ) arg0 . get ( Config . NIMBUS_HOST ) ; final int loc1 = Utils . getInt ( arg0 . get ( Config . NIMBUS_THRIFT_PORT ) ) . intValue ( ) ; return new FlinkClient ( arg0 , loc0 , loc1 ) ; } |
2,215 | little test utility to help tests that create multiple levels of subdirectories clean up after themselves . concode_field_sep PlaceHolder placeHolder concode_field_sep File getTempDirecory concode_elem_sep T serializeAndDeserialize concode_elem_sep File getTempDirectory | void function ( final File arg0 ) { for ( final File loc0 : arg0 . listFiles ( ) ) { if ( loc0 . isDirectory ( ) ) { recursiveDelete ( loc0 ) ; } loc0 . delete ( ) ; } } |
2,216 | set the serveraddressstrategy concode_field_sep String serverVersion concode_elem_sep Collection<ResourceBinding> resourceBindings concode_elem_sep FhirContext fhirContext concode_elem_sep String serverName concode_elem_sep String conformanceDate concode_elem_sep List<BaseMethodBinding<?>> serverBindings concode_elem_s... | void function ( IServerAddressStrategy arg0 ) { this . serverAddressStrategy = arg0 ; } |
2,217 | sets the labelid value for this labelfrequencycap . concode_field_sep java.lang.Long labelId concode_elem_sep java.lang.Object __equalsCalc concode_elem_sep boolean __hashCodeCalc concode_elem_sep com.google.api.ads.dfp.axis.v201502.FrequencyCap frequencyCap concode_elem_sep org.apache.axis.description.TypeDesc typeDes... | void function ( java . lang . Long arg0 ) { this . labelId = arg0 ; } |
2,218 | the content type . concode_field_sep String name concode_elem_sep ContentType contentType concode_elem_sep byte[] contentHash concode_field_sep String getName concode_elem_sep int hashCode concode_elem_sep boolean equals concode_elem_sep String getRelativePath concode_elem_sep byte[] getContentHash | ContentType function ( ) { return contentType ; } |
2,219 | adds the given fragments to the internal map . existing fragments will be replaced by the new ones . concode_field_sep boolean fCompoundState concode_elem_sep Map fMapToPackageFragments concode_elem_sep Object[] NO_CHILDREN concode_elem_sep StructuredViewer fViewer concode_elem_sep boolean fInputIsProject concode_elem_... | void function ( IPackageFragment [ ] arg0 ) { for ( int loc0 = 0 ; loc0 < arg0 . length ; loc0 ++ ) { IPackageFragment loc1 = arg0 [ loc0 ] ; String loc2 = getKey ( loc1 ) ; fMapToPackageFragments . put ( loc2 , loc1 ) ; } } |
2,220 | returns the weapon the answerer may have answered with . concode_field_sep Weapon weapon concode_elem_sep Player answerer concode_elem_sep Suspect suspect concode_elem_sep Room room concode_field_sep Card getAnsweringCard concode_elem_sep Player getAnswerer concode_elem_sep Room getRoom concode_elem_sep Suspect getSusp... | Weapon function ( ) { return weapon ; } |
2,221 | method that retrieves all public static fields in the class we are methodizing . concode_field_sep HashMap fieldHash concode_field_sep Object get concode_elem_sep void addObject concode_elem_sep void addObject | void function ( Class arg0 ) { Field [ ] loc0 = arg0 . getFields ( ) ; for ( int loc1 = 0 ; loc1 < loc0 . length ; loc1 ++ ) { int loc2 = loc0 [ loc1 ] . getModifiers ( ) ; if ( Modifier . isStatic ( loc2 ) && Modifier . isPublic ( loc2 ) ) { fieldHash . put ( loc0 [ loc1 ] . getName ( ) , loc0 [ loc1 ] ) ; } } } |
2,222 | invoked to indicate that a timed element has been added to the document . concode_field_sep PlaceHolder placeHolder concode_field_sep void elementDeactivated concode_elem_sep void intervalRemoved concode_elem_sep void elementRepeated concode_elem_sep void intervalCreated concode_elem_sep void intervalBegan concode_elem... | void function ( TimedElement arg0 ) { } |
2,223 | selects a member when all of the selectors succeed concode_field_sep MemberSelector LITE_MEMBER_SELECTOR concode_elem_sep MemberSelector LOCAL_MEMBER_SELECTOR concode_elem_sep MemberSelector DATA_MEMBER_SELECTOR concode_elem_sep MemberSelector NON_LOCAL_MEMBER_SELECTOR concode_field_sep boolean select concode_elem_sep ... | MemberSelector function ( MemberSelector ... arg0 ) { return new AndMemberSelector ( arg0 ) ; } |
2,224 | sets the value of the maxalloweddatapasses property . concode_field_sep BigInteger maxAllowedDataPasses concode_elem_sep long serialVersionUID concode_field_sep BigInteger getMaxAllowedDataPasses | void function ( BigInteger arg0 ) { this . maxAllowedDataPasses = arg0 ; } |
2,225 | sets the value of the user property . concode_field_sep SiteType site concode_elem_sep String password concode_elem_sep String name concode_elem_sep UserType user concode_elem_sep String token concode_field_sep void setName concode_elem_sep void setPassword concode_elem_sep String getPassword concode_elem_sep String ge... | void function ( UserType arg0 ) { this . user = arg0 ; } |
2,226 | returns the number of classes contained in the descriptor . this is the number of class names that the enumeration will return . concode_field_sep int nestingLevel concode_elem_sep String accumulatedClassName concode_elem_sep boolean isInnerClassName concode_elem_sep Stack accumulatedClassNames concode_elem_sep int ind... | int function ( ) { int loc0 = 0 ; reset ( ) ; nextFluff ( ) ; while ( hasMoreClassNames ( ) ) { loc0 ++ ; nextClassName ( ) ; nextFluff ( ) ; } reset ( ) ; return loc0 ; } |
2,227 | create an instance of jaxbelement concode_field_sep QName _CreateUserResponse_QNAME concode_elem_sep QName _User_QNAME concode_field_sep UserDTO createUserDTO concode_elem_sep JAXBElement<UserDTO> createUser | JAXBElement < CreateUserResponse > function ( CreateUserResponse arg0 ) { return new JAXBElement < CreateUserResponse > ( _CreateUserResponse_QNAME , CreateUserResponse . class , null , arg0 ) ; } |
2,228 | returns the number of j i r a change groups . concode_field_sep JIRAChangeGroupLocalService _service concode_field_sep com.liferay.portal.kernel.dao.orm.ActionableDynamicQuery getActionableDynamicQuery concode_elem_sep com.liferay.portal.kernel.dao.orm.DynamicQuery dynamicQuery concode_elem_sep java.util.List<T> dynami... | int function ( ) { return getService ( ) . getJIRAChangeGroupsCount ( ) ; } |
2,229 | gets the comment for this zipentry . concode_field_sep long compressedSize concode_elem_sep int compressionMethod concode_elem_sep long crc concode_elem_sep int STORED concode_elem_sep long mLocalHeaderRelOffset concode_elem_sep int nameLength concode_elem_sep int modDate concode_elem_sep byte[] extra concode_elem_sep ... | String function ( ) { return comment ; } |
2,230 | util method to write an attribute without the ns prefix concode_field_sep javax.xml.namespace.QName MY_QNAME concode_elem_sep com.amazon.ec2.ResetImageAttributeResponseType localResetImageAttributeResponse concode_field_sep java.lang.String generatePrefix concode_elem_sep com.amazon.ec2.ResetImageAttributeResponseType ... | void function ( java . lang . String arg0 , java . lang . String arg1 , java . lang . String arg2 , javax . xml . stream . XMLStreamWriter arg3 ) { if ( arg0 . equals ( "srini_string" ) ) { arg3 . writeAttribute ( arg1 , arg2 ) ; } else { registerPrefix ( arg3 , arg0 ) ; arg3 . writeAttribute ( arg0 , arg1 , arg2 ) ; }... |
2,231 | returns a value of a property with given key , stored in a resource with given filename . concode_field_sep Logger LOGGER concode_elem_sep ConfigurationService configurationService concode_elem_sep Map<String,Properties> config concode_elem_sep boolean propsRegistered concode_elem_sep Map<String,Properties> defaultConf... | String function ( String arg0 , String arg1 ) { String loc0 = null ; Properties loc1 = getProperties ( arg1 ) ; if ( loc1 != null ) { loc0 = loc1 . getProperty ( arg0 ) ; } return loc0 ; } |
2,232 | add union in a complete set . concode_field_sep Hashtable _all concode_field_sep Enumeration all concode_elem_sep boolean contains concode_elem_sep int size concode_elem_sep void not_null concode_elem_sep int hashCode concode_elem_sep boolean is_superset_of concode_elem_sep boolean equals concode_elem_sep boolean equal... | boolean function ( symbol_set arg0 ) { boolean loc0 = false ; not_null ( arg0 ) ; for ( Enumeration loc1 = arg0 . all ( ) ; loc1 . hasMoreElements ( ) ; ) loc0 = add ( ( symbol ) loc1 . nextElement ( ) ) || loc0 ; return loc0 ; } |
2,233 | sets the started time of node concode_field_sep int availableProcessors concode_elem_sep String systemArchitecture concode_elem_sep long totalMemory concode_elem_sep String processId concode_elem_sep Date startedTime concode_elem_sep long serialVersionUID concode_elem_sep String jemVersion concode_elem_sep String statu... | void function ( Date arg0 ) { this . startedTime = arg0 ; } |
2,234 | returns the proxy user . concode_field_sep ThreadLocal<CurrentUser> CURRENT_USER concode_elem_sep Logger AUDIT concode_elem_sep ConcurrentMap<String,UserGroupInformation> userUgiMap concode_elem_sep Logger LOG concode_elem_sep String proxyUser concode_elem_sep String authenticatedUser concode_field_sep void proxy conco... | String function ( ) { CurrentUser loc0 = CURRENT_USER . get ( ) ; if ( loc0 == null || loc0 . proxyUser == null ) { throw new IllegalStateException ( "srini_string" ) ; } else { return loc0 . proxyUser ; } } |
2,235 | gets the internal set as an array of charrange objects . concode_field_sep CharSet ASCII_ALPHA_UPPER concode_elem_sep CharSet ASCII_NUMERIC concode_elem_sep Map<String,CharSet> COMMON concode_elem_sep CharSet EMPTY concode_elem_sep long serialVersionUID concode_elem_sep Set<CharRange> set concode_elem_sep CharSet ASCII... | CharRange [ ] function ( ) { return set . toArray ( new CharRange [ set . size ( ) ] ) ; } |
2,236 | returns this user agent 's css media . concode_field_sep Set extensions concode_elem_sep BridgeContext ctx concode_elem_sep Set FEATURES concode_field_sep float getStandardLighterFontWeight concode_elem_sep String getLanguages concode_elem_sep EventDispatcher getEventDispatcher concode_elem_sep void openLink concode_el... | String function ( ) { return "srini_string" ; } |
2,237 | used to create , setup , and start an intervalrenderer from the passed rendermanager this is used in conjunction with faces-config.xml to allow the same single render manager to be set in all timezonebeans concode_field_sep boolean dialogRendered concode_elem_sep DateFormat selectedFormat concode_elem_sep ArrayList che... | void function ( RenderManager arg0 ) { clock = arg0 . getIntervalRenderer ( "srini_string" ) ; clock . setInterval ( renderInterval ) ; clock . add ( this ) ; clock . requestRender ( ) ; } |
2,238 | gets the number of bytes in the signed leb128 encoding of the given value . concode_field_sep PlaceHolder placeHolder concode_field_sep int unsignedLeb128Size | int function ( int arg0 ) { int loc0 = arg0 >> 7 ; int loc1 = 0 ; boolean loc2 = true ; int loc3 = ( ( arg0 & Integer . MIN_VALUE ) == 0 ) ? 0 : - 1 ; while ( loc2 ) { loc2 = ( loc0 != loc3 ) || ( ( loc0 & 1 ) != ( ( arg0 >> 6 ) & 1 ) ) ; arg0 = loc0 ; loc0 >>= 7 ; loc1 ++ ; } return loc1 ; } |
2,239 | write progress grain to output stream . concode_field_sep ByteBuffer grainDirectory concode_elem_sep ByteBuffer grainHeader concode_elem_sep int gtSize concode_elem_sep long numGDEntries concode_elem_sep long gtSizeSectors concode_elem_sep boolean unflushedDataGrains concode_elem_sep long lastWriteTime concode_elem_sep... | long function ( long arg0 ) { assert arg0 % SparseUtil . DEFAULT_GRAIN_SIZE == 0 ; assert arg0 >= nextSector ; if ( unflushedDataGrains ) { output . flush ( ) ; unflushedDataGrains = false ; } writeProgressGrainIfNeeded ( arg0 ) ; return currentOffset ; } |
2,240 | utility method that checks whether all tasks succeeded from the output of #executeandgetresults . concode_field_sep CompletionService<T> completionService concode_elem_sep Iterator<Callable<T>> iterator concode_elem_sep ExecutorService executor concode_elem_sep boolean executed concode_elem_sep int numThreads concode_f... | boolean function ( List < Either < T , ExecutionException >> arg0 ) { return Iterables . all ( arg0 , new Predicate < Either < T , ExecutionException >> ( ) { @ Override public boolean apply ( @ Nullable Either < T , ExecutionException > arg1 ) { return arg1 instanceof Either . Left ; } } ) ; } |
2,241 | path to your app 's main module on the packager server . this is used when reloading js during development . all paths are relative to the root folder the packager is serving files from . examples : `` index.android '' or `` subdirectory/index . android '' concode_field_sep NotThreadSafeBridgeIdleDebugListener mBridgeI... | Builder function ( String arg0 ) { mJSMainModuleName = arg0 ; return this ; } |
2,242 | gets the number of shapes on the shapes stack . concode_field_sep Page parentPage concode_elem_sep Logger logger concode_elem_sep int shapesInitialCapacity concode_elem_sep boolean paintAlpha concode_elem_sep boolean interrupted concode_elem_sep OptionalContentState optionalContentState concode_elem_sep ArrayList<DrawC... | int function ( ) { if ( shapes != null ) { return shapes . size ( ) ; } else { return 0 ; } } |
2,243 | sets the value of the label property . concode_field_sep String unit concode_elem_sep BigDecimal min concode_elem_sep BigDecimal max concode_elem_sep BigInteger decimals concode_elem_sep String label concode_elem_sep String position concode_elem_sep String value concode_field_sep void setMax concode_elem_sep String get... | void function ( String arg0 ) { this . label = arg0 ; } |
2,244 | dump info about this buffer . concode_field_sep boolean isLog concode_elem_sep int id concode_elem_sep boolean wasUsed concode_elem_sep double[] numerator concode_elem_sep double denominator concode_field_sep float[] getValues concode_elem_sep void logNormalizeToSum concode_elem_sep void normalizeToSum concode_elem_sep... | void function ( ) { System . out . println ( "srini_string" + denominator ) ; System . out . println ( "srini_string" ) ; for ( int loc0 = 0 ; loc0 < numerator . length ; loc0 ++ ) { System . out . println ( "srini_string" + loc0 + "srini_string" + numerator [ loc0 ] ) ; } } |
2,245 | status of the cognito streams . valid values are : enabled - streaming of updates to identity pool is enabled . disabled - streaming of updates to identity pool is disabled . bulk publish will also fail if streamingstatus is disabled . concode_field_sep String roleArn concode_elem_sep String streamingStatus concode_ele... | void function ( String arg0 ) { this . streamingStatus = arg0 ; } |
2,246 | returns singleton instance of propertiessupport . concode_field_sep PropertiesSupport INSTANCE concode_elem_sep Map<PropertiesProvider,Class<? extends DataSource>> providers concode_field_sep PropertiesCustomizer<X> getCustomizer concode_elem_sep PropertiesCustomizer<X> getCustomizer concode_elem_sep List<PropertiesPro... | PropertiesSupport function ( ) { if ( INSTANCE == null ) INSTANCE = new PropertiesSupport ( ) ; return INSTANCE ; } |
2,247 | verify that the stdout contents of output buffer does not match the pattern concode_field_sep String stdout concode_elem_sep int exitValue concode_elem_sep String stderr concode_field_sep void stdoutShouldBeEmpty concode_elem_sep OutputAnalyzer stderrShouldNotContain concode_elem_sep OutputAnalyzer stderrShouldNotMatch... | OutputAnalyzer function ( String arg0 ) { Matcher loc0 = Pattern . compile ( arg0 , Pattern . MULTILINE ) . loc0 ( stdout ) ; if ( loc0 . find ( ) ) { reportDiagnosticSummary ( ) ; throw new RuntimeException ( "srini_string" + arg0 + "srini_string" ) ; } return this ; } |
2,248 | defines the text representation of a numeric value . concode_field_sep boolean numericok concode_elem_sep HashMap strings concode_elem_sep int max concode_elem_sep int CASE_UPPER concode_elem_sep String prefix concode_elem_sep HashMap values concode_elem_sep String description concode_elem_sep int CASE_SENSITIVE concod... | void function ( int arg0 , String arg1 ) { check ( arg0 ) ; Integer loc0 = toInteger ( arg0 ) ; arg1 = sanitize ( arg1 ) ; strings . put ( arg1 , loc0 ) ; values . put ( loc0 , arg1 ) ; } |
2,249 | returns a largest key on this priority queue . concode_field_sep Key[] pq concode_elem_sep Comparator<Key> comparator concode_elem_sep MaxPQ<Key> copy concode_elem_sep int N concode_field_sep Key next concode_elem_sep void sink concode_elem_sep boolean isEmpty concode_elem_sep void insert concode_elem_sep boolean hasNe... | Key function ( ) { if ( isEmpty ( ) ) throw new NoSuchElementException ( "srini_string" ) ; return pq [ 1 ] ; } |
2,250 | set the path value . concode_field_sep String path concode_elem_sep List<String> apiVersions concode_field_sep String path concode_elem_sep AliasPathType withApiVersions concode_elem_sep List<String> apiVersions | AliasPathType function ( String arg0 ) { this . path = arg0 ; return this ; } |
2,251 | making a beanfactory available is optional ; if not set , jmslistenerconfigurer beans wo n't get autodetected and an #setendpointregistry endpoint registry has to be explicitly configured . concode_field_sep String DEFAULT_JMS_LISTENER_CONTAINER_FACTORY_BEAN_NAME concode_elem_sep BeanFactory beanFactory concode_elem_se... | void function ( BeanFactory arg0 ) { this . beanFactory = arg0 ; if ( arg0 instanceof ConfigurableBeanFactory ) { this . embeddedValueResolver = new EmbeddedValueResolver ( ( ConfigurableBeanFactory ) arg0 ) ; } } |
2,252 | retrieves the matrix content from the specified file . concode_field_sep String TAB concode_elem_sep String NEW_LINE concode_field_sep String retrieveDocument concode_elem_sep String readFile concode_elem_sep String[][] parseMatrix concode_elem_sep String[][] prepareMatrix | String [ ] [ ] function ( File arg0 ) { BufferedReader loc0 = new BufferedReader ( new FileReader ( arg0 ) ) ; String loc1 = readFile ( loc0 ) ; return prepareMatrix ( loc1 ) ; } |
2,253 | append either the value true or the value false . concode_field_sep char mode concode_elem_sep boolean comma concode_elem_sep int top concode_elem_sep int maxdepth concode_elem_sep Writer writer concode_elem_sep JSONObject stack[] concode_field_sep void pop concode_elem_sep JSONWriter array concode_elem_sep JSONWriter ... | JSONWriter function ( boolean arg0 ) { return this . append ( arg0 ? "srini_string" : "srini_string" ) ; } |
2,254 | reads the raw packet data from the data stream . concode_field_sep EnumFacing placedBlockDirection concode_elem_sep float facingZ concode_elem_sep float facingX concode_elem_sep float facingY concode_elem_sep BlockPos position concode_elem_sep EnumHand hand concode_field_sep EnumFacing getDirection concode_elem_sep Enu... | void function ( PacketBuffer arg0 ) { this . position = arg0 . readBlockPos ( ) ; this . placedBlockDirection = ( EnumFacing ) arg0 . readEnumValue ( EnumFacing . class ) ; this . hand = ( EnumHand ) arg0 . readEnumValue ( EnumHand . class ) ; this . facingX = arg0 . readFloat ( ) ; this . facingY = arg0 . readFloat ( ... |
2,255 | the step details for the requested step identifier . concode_field_sep Step step concode_field_sep int hashCode concode_elem_sep Step getStep concode_elem_sep boolean equals concode_elem_sep DescribeStepResult clone concode_elem_sep String toString concode_elem_sep void setStep | DescribeStepResult function ( Step arg0 ) { setStep ( arg0 ) ; return this ; } |
2,256 | create a litedevicedelegatingviewresolver delegating to the specified viewresolver and computing a sensible order for it . the specified viewresolver should implement ordered , consider using #createviewresolver viewresolver , int if that 's not the case . concode_field_sep DeviceDelegatingViewResolverProperties proper... | LiteDeviceDelegatingViewResolver function ( ViewResolver arg0 ) { if ( ! ( arg0 instanceof Ordered ) ) { throw new IllegalStateException ( "srini_string" + arg0 + "srini_string" + Ordered . class . getName ( ) ) ; } int loc0 = ( ( Ordered ) arg0 ) . getOrder ( ) ; return createViewResolver ( arg0 , adjustOrder ( loc0 )... |
2,257 | sets the value of the getoptfilecontentresult property . concode_field_sep JAXBElement<BaseResponse> getOptFileContentResult concode_field_sep JAXBElement<BaseResponse> getGetOptFileContentResult | void function ( JAXBElement < BaseResponse > arg0 ) { this . getOptFileContentResult = arg0 ; } |
2,258 | compares this name with another , for equality . concode_field_sep String alphaDigitsAndHyphen concode_elem_sep String name concode_elem_sep String digitsAndHyphen concode_elem_sep String alpha concode_field_sep void encode concode_elem_sep int subtreeDepth concode_elem_sep String getName concode_elem_sep int getType c... | boolean function ( Object arg0 ) { if ( this == arg0 ) return true ; if ( ! ( arg0 instanceof DNSName ) ) return false ; DNSName loc0 = ( DNSName ) arg0 ; return name . equalsIgnoreCase ( loc0 . name ) ; } |
2,259 | sets the result of the operation and flag the execution call as completed . concode_field_sep CountDownLatch latch concode_elem_sep int STATUS_SUCCESS concode_elem_sep AtomicInteger status concode_elem_sep int STATUS_RUNNING concode_elem_sep int STATUS_FAILURE concode_elem_sep int STATUS_ABORTED concode_elem_sep Client... | void function ( ClientResponse arg0 ) { if ( ! status . compareAndSet ( STATUS_RUNNING , STATUS_SUCCESS ) ) return ; this . response = arg0 ; this . latch . countDown ( ) ; } |
2,260 | convenience method that sets the named feature as an int . concode_field_sep FeatureSet features concode_elem_sep FeatureSet relations concode_field_sep Item findFromFront concode_elem_sep void setFloat concode_elem_sep void setString concode_elem_sep float getSegmentEnd concode_elem_sep Relation createRelation concode... | void function ( String arg0 , int arg1 ) { features . setInt ( arg0 , arg1 ) ; } |
2,261 | returns the portal preferences where ownerid = ? and ownertype = ? or returns null if it could not be found . uses the finder cache . concode_field_sep PortalPreferencesPersistence _persistence concode_field_sep int countAll concode_elem_sep void cacheResult concode_elem_sep void cacheResult concode_elem_sep Po... | PortalPreferences function ( long arg0 , int arg1 ) { return getPersistence ( ) . fetchByO_O ( arg0 , arg1 ) ; } |
2,262 | requests a `` dangerous '' permission for the application at runtime . this is a helper method alternative to cordovainterface.requestpermission that does not require the project to be built with cordova-android 5.0.0 + concode_field_sep String LOG_TAG concode_field_sep boolean hasPermission concode_elem_sep void deliv... | void function ( CordovaPlugin arg0 , int arg1 , String arg2 ) { PermissionHelper . requestPermissions ( arg0 , arg1 , new String [ ] { arg2 } ) ; } |
2,263 | set the maximum value of edge properties . this is an exclusive limit . the minimum is always 0 . concode_field_sep int edgePropKeys concode_elem_sep int maxVertexPropVal concode_elem_sep int edgePropKeys concode_elem_sep String LABEL_PREFIX concode_elem_sep String UID_PROP concode_elem_sep int edgeLabels concode_elem_... | Builder function ( int arg0 ) { maxEdgePropVal = arg0 ; return this ; } |
2,264 | verify that this class implements publiccloneable . concode_field_sep PlaceHolder placeHolder concode_field_sep void testCloning concode_elem_sep void testSerialization concode_elem_sep void testHashcode concode_elem_sep void testGetLegendItemSeriesIndex concode_elem_sep void testEquals | void function ( ) { XYDotRenderer loc0 = new XYDotRenderer ( ) ; assertTrue ( loc0 instanceof PublicCloneable ) ; } |
2,265 | the list expression associated with this bean property concode_field_sep Vector<BeanListEntry> entries concode_elem_sep String listProperty concode_field_sep BeanListEntry getEntryAt concode_elem_sep Enumeration<BeanListEntry> entries concode_elem_sep int size concode_elem_sep void addEntry | String function ( ) { return this . listProperty ; } |
2,266 | requests a `` dangerous '' permission for the application at runtime . this is a helper method alternative to cordovainterface.requestpermission that does not require the project to be built with cordova-android 5.0.0 + concode_field_sep String LOG_TAG concode_field_sep boolean hasPermission concode_elem_sep void deliv... | void function ( CordovaPlugin arg0 , int arg1 , String arg2 ) { PermissionHelper . requestPermissions ( arg0 , arg1 , new String [ ] { arg2 } ) ; } |
2,267 | required by castor 0.8.11 xml serialization for setting the entry metainfo concode_field_sep Security security concode_elem_sep String image concode_elem_sep String role concode_elem_sep boolean hidden concode_elem_sep int _hidden concode_elem_sep String name concode_elem_sep String description concode_elem_sep Securit... | void function ( MetaInfo arg0 ) { this . metaInfo = arg0 ; this . title = arg0 . getTitle ( ) ; this . description = arg0 . getDescription ( ) ; this . image = arg0 . getImage ( ) ; } |
2,268 | add a new customer to the customer list . concode_field_sep File custFile concode_elem_sep String customersfilename concode_elem_sep String productsfilename concode_elem_sep File artFile concode_elem_sep CustomerList customerlist concode_elem_sep ProductList productlist concode_elem_sep Customer currentcustomer concode... | void function ( int arg0 , String arg1 ) { customerlist . addCustomer ( arg0 , arg1 ) ; } |
2,269 | returns the collection of statements contained by this policy . individual statements in a policy are what specify the rules that enable or disable access to your aws resources . concode_field_sep String DEFAULT_POLICY_VERSION concode_elem_sep String version concode_elem_sep String id concode_elem_sep List<Statement> s... | Collection < Statement > function ( ) { return statements ; } |
2,270 | takes o n log m worst-case time , where n is the number of rows and m is the number of columns . concode_field_sep List<IntList> row_list concode_field_sep int numberOfEntries concode_elem_sep List<Pair<Integer,int[]>> getNonEmptyRows concode_elem_sep void set concode_elem_sep void grow concode_elem_sep int numEntriesB... | IntList function ( int arg0 ) { IntList loc0 = new IntArrayList ( ) ; for ( int loc1 = 0 ; loc1 < numberOfRows ( ) ; loc1 ++ ) if ( Collections . binarySearch ( row_list . get ( loc1 ) , arg0 ) >= 0 ) loc0 . add ( loc1 ) ; return loc0 ; } |
2,271 | call velocitytracker #getyvelocity int . if running on a pre - android.os.build.version _ codes #honeycomb device , returns velocitytracker #getyvelocity . concode_field_sep VelocityTrackerVersionImpl IMPL concode_field_sep float getXVelocity concode_elem_sep float getXVelocity concode_elem_sep float getXVelocity conco... | float function ( VelocityTracker arg0 , int arg1 ) { return IMPL . getYVelocity ( arg0 , arg1 ) ; } |
2,272 | get the values array concode_field_sep Object[] values concode_elem_sep String key concode_field_sep String getKey concode_elem_sep String getLocalizedMessage concode_elem_sep String getMessage concode_elem_sep String toString | Object [ ] function ( ) { return values ; } |
2,273 | registers new custom components . used by custom compaction strategies . adding a component for the second time is a no-op . do n't remove this - this method is a part of the public api , intended for use by custom compaction strategies . concode_field_sep Set<Component> components concode_elem_sep CFMetaData metadata ... | void function ( Collection < Component > arg0 ) { Collection < Component > loc0 = Collections2 . filter ( arg0 , Predicates . not ( Predicates . in ( components ) ) ) ; appendTOC ( descriptor , loc0 ) ; components . addAll ( loc0 ) ; } |
2,274 | return the default drawing color of this owner . concode_field_sep boolean exporterVisible concode_elem_sep String code concode_elem_sep List<Language> languages concode_elem_sep String color concode_elem_sep LocatingStrategy locatingStrategy concode_elem_sep String allowedIPs concode_elem_sep String name concode_elem_... | String function ( ) { return this . color ; } |
2,275 | document me ! concode_field_sep FileSystemView defaultFileSystemView concode_field_sep boolean isFileSystem concode_elem_sep boolean isFileSystemRoot concode_elem_sep Boolean isTraversable concode_elem_sep FileSystemView getFileSystemView concode_elem_sep File createNewFolder concode_elem_sep File[] getRoots concode_el... | File function ( File arg0 , String arg1 ) { return new File ( arg0 , arg1 ) ; } |
2,276 | to string method concode_field_sep String date concode_elem_sep String complaint concode_elem_sep String name concode_elem_sep Integer id concode_elem_sep String time concode_field_sep placeholderType placeHolder | String function ( ) { String loc0 = id + "srini_string" + time + "srini_string" + date + "srini_string" + name + "srini_string" + complaint ; return loc0 ; } |
2,277 | returns the outgoing edges of the node . concode_field_sep List<InstructionGraphEdge> outgoingEdges concode_elem_sep ReilInstruction instruction concode_elem_sep List<InstructionGraphEdge> incomingEdges concode_field_sep List<InstructionGraphNode> getParents concode_elem_sep List<InstructionGraphNode> getChildren conco... | List < InstructionGraphEdge > function ( ) { return new ArrayList < InstructionGraphEdge > ( outgoingEdges ) ; } |
2,278 | check if provided arrival and departure dates diff more than 40 minutes then return true concode_field_sep Calendar calendar concode_elem_sep SimpleDateFormat dateFormat concode_elem_sep String DEFAULT_DATE_TIME_PATTERN concode_elem_sep int MIN_FLIGHT_GAP_IN_MINUTES concode_field_sep Date getDateFromString concode_elem... | boolean function ( final Date arg0 , final Date arg1 ) { long loc0 = arg1 . getTime ( ) - arg0 . getTime ( ) ; return TimeUnit . MILLISECONDS . toMinutes ( loc0 ) >= MIN_FLIGHT_GAP_IN_MINUTES ; } |
2,279 | returns the right system window inset in pixels . the system window inset represents the area of a full-screen window that is partially or fully obscured by the status bar , navigation bar , ime or other system windows . concode_field_sep PlaceHolder placeHolder concode_field_sep WindowInsetsCompat replaceSystemWindowI... | int function ( ) { return 0 ; } |
2,280 | retrieves a packet that needs to be processed concode_field_sep ProtocolWrapper tcpWrapper concode_elem_sep int UDP_BUFFER_SIZE concode_elem_sep int TCP_BUFFER_SIZE concode_elem_sep Socket legacySocket concode_elem_sep boolean terminating concode_elem_sep long ping concode_elem_sep SocketChannel tcpChannel concode_elem... | PacketNIO function ( ) { try { return this . readPackets . remove ( 0 ) ; } catch ( Exception loc0 ) { return null ; } } |
2,281 | set the first color . concode_field_sep int color1 concode_elem_sep int color2 concode_field_sep int getColor2 concode_elem_sep int getColor1 concode_elem_sep int getColor concode_elem_sep void setColor2 | void function ( int arg0 ) { this . color1 = arg0 ; } |
2,282 | cancel the printertask by calling the printerjob 's cancel method . concode_field_sep CancelablePrintJob cancelablePrintJob concode_elem_sep Logger logger concode_elem_sep PrintHelper printHelper concode_field_sep void run | void function ( ) { try { if ( cancelablePrintJob != null ) { cancelablePrintJob . cancel ( ) ; } } catch ( PrintException loc0 ) { logger . log ( Level . FINE , "srini_string" + loc0 . getMessage ( ) ) ; } } |
2,283 | disables the lantern proxy so that connections within this process will no longer be proxied . this leaves any background activity for the proxy running , and subsequent calls to #enable context , int , string will reuse the existing proxy in this process . concode_field_sep boolean enabled concode_elem_sep Map<String,... | void function ( Context arg0 ) { System . clearProperty ( "srini_string" ) ; System . clearProperty ( "srini_string" ) ; System . clearProperty ( "srini_string" ) ; System . clearProperty ( "srini_string" ) ; enabled = false ; } |
2,284 | gets the text of an event by returning the content description if available or by concatenating the text members regardless of their priority using space as a delimiter . concode_field_sep PlaceHolder placeHolder concode_field_sep CharSequence getEventAggregateText | CharSequence function ( AccessibilityEvent arg0 ) { if ( arg0 == null ) { return null ; } final CharSequence loc0 = arg0 . getContentDescription ( ) ; if ( ! TextUtils . isEmpty ( loc0 ) ) { return loc0 ; } else { return getEventAggregateText ( arg0 ) ; } } |
2,285 | obtain the persistentfacesstate instance keyed by viewnumber fromthe specified sessionmap . this api is not intended for application use . concode_field_sep Lifecycle lifecycle concode_elem_sep ClassLoader renderableClassLoader concode_elem_sep Log log concode_elem_sep ExecutorService executorService concode_elem_sep B... | PersistentFacesState function ( Map arg0 ) { return getInstance ( ) ; } |
2,286 | converts this amount to an equivalent amount in the specified units . concode_field_sep BigDecimal normalised concode_elem_sep Units<Q> units concode_elem_sep BigDecimal value concode_field_sep Amount<Q> div concode_elem_sep BigDecimal div concode_elem_sep Amount<Q> minus concode_elem_sep BigDecimal getValue concode_el... | Amount < Q > function ( Units < Q > arg0 ) { if ( arg0 . equals ( this . units ) ) { return this ; } return new Amount < Q > ( this . units . scaleTo ( value , arg0 ) , arg0 ) ; } |
2,287 | sets the jsse provider name for the trust manager factory . concode_field_sep String provider concode_elem_sep String algorithm concode_field_sep String getAlgorithm concode_elem_sep String getProvider concode_elem_sep void setAlgorithm concode_elem_sep TrustManagerFactory createTrustManagerFactory | void function ( String arg0 ) { this . provider = arg0 ; } |
2,288 | returns a buffer to the pool , throwing away old buffers if the pool would exceed its allotted size . concode_field_sep List<byte[]> mBuffersByLastUse concode_elem_sep Comparator<byte[]> BUF_COMPARATOR concode_elem_sep List<byte[]> mBuffersBySize concode_elem_sep int mCurrentSize concode_elem_sep int mSizeLimit concode... | void function ( byte [ ] arg0 ) { if ( arg0 == null || arg0 . length > mSizeLimit ) { return ; } mBuffersByLastUse . add ( arg0 ) ; int loc0 = Collections . binarySearch ( mBuffersBySize , arg0 , BUF_COMPARATOR ) ; if ( loc0 < 0 ) { loc0 = - loc0 - 1 ; } mBuffersBySize . add ( loc0 , arg0 ) ; mCurrentSize += arg0 . len... |
2,289 | gets an external uri that messenger can use to download the content on facebook 's servers instead of requiring the messenger application to upload the content . the content returned by the this uri must be exactly the same as the content specified by #geturi . if the content is different , messenger may fail to send t... | Uri function ( ) { return mExternalUri ; } |
2,290 | create an instance of contentresources concode_field_sep QName _ResourceReference_QNAME concode_elem_sep QName _Resource_QNAME concode_field_sep Example createExample concode_elem_sep Content createContent concode_elem_sep JAXBElement<ResourceType> createResource concode_elem_sep Navigation createNavigation concode_ele... | ContentResources function ( ) { return new ContentResources ( ) ; } |
2,291 | sets the tag id of this asset tag stats . concode_field_sep AssetTagStats _assetTagStats concode_field_sep long getClassNameId concode_elem_sep boolean isFinderCacheEnabled concode_elem_sep void setExpandoBridgeAttributes concode_elem_sep void setExpandoBridgeAttributes concode_elem_sep void setExpandoBridgeAttributes ... | void function ( long arg0 ) { _assetTagStats . setTagId ( arg0 ) ; } |
2,292 | sets if this index belongs to a constraint . concode_field_sep boolean belongsToConstraint concode_elem_sep boolean unique concode_elem_sep boolean scan concode_elem_sep boolean persistent concode_elem_sep boolean spatial concode_elem_sep boolean hash concode_elem_sep boolean primaryKey concode_field_sep String getSQL ... | void function ( boolean arg0 ) { this . belongsToConstraint = arg0 ; } |
2,293 | set the listener into this scene . concode_field_sep Node rootnode concode_elem_sep Listener listener concode_elem_sep Camera camera concode_field_sep void setCamera concode_elem_sep Camera getCamera concode_elem_sep Listener getListener concode_elem_sep List<Spatial> pickObjects concode_elem_sep void pickObjects conco... | void function ( Listener arg0 ) { this . listener = arg0 ; } |
2,294 | gets the value of the transport property . concode_field_sep String dataModelNamespace concode_elem_sep String applicationKey concode_elem_sep ProductIdentityType adapterProduct concode_elem_sep String transport concode_elem_sep String supportedInfrastructureVersion concode_elem_sep ProductIdentityType applicationProdu... | String function ( ) { return transport ; } |
2,295 | filter to be destroyed when extension destroy concode_field_sep ViewDelegate view concode_elem_sep boolean enabled concode_field_sep void init concode_elem_sep void setEnabled concode_elem_sep void timer concode_elem_sep boolean isPropertyExists concode_elem_sep String getName concode_elem_sep void initView concode_ele... | void function ( ) { } |
2,296 | create a new genotype object for a sample that 's missing from the vc i.e. , in the output header . defaults to a diploid no call genotype . / . concode_field_sep String sampleName concode_elem_sep boolean isPhased concode_elem_sep int initialAttributeMapSize concode_elem_sep List<Allele> DIPLOID_NO_CALL concode_elem_s... | Genotype function ( final String arg0 , final int arg1 ) { final GenotypeBuilder loc0 = new GenotypeBuilder ( arg0 ) ; switch ( arg1 ) { case 1 : loc0 . alleles ( HAPLOID_NO_CALL ) ; break ; case 2 : loc0 . alleles ( DIPLOID_NO_CALL ) ; break ; default : loc0 . alleles ( Collections . nCopies ( arg1 , Allele . NO_CALL ... |
2,297 | creates a sip stack based on requested properties . concode_field_sep AddressFactory addressFactory concode_elem_sep MessageFactory msgFactory concode_elem_sep SipFactory myFactory concode_elem_sep HeaderFactory headerFactory concode_field_sep HeaderFactory createHeaderFactory concode_elem_sep AddressFactory createAddr... | SipStack function ( ConfigurationProperties arg0 , Token arg1 ) { return new SipStack ( arg0 , arg1 ) ; } |
2,298 | sets the parent pdf object 's reference . concode_field_sep Reference reference concode_elem_sep Logger logger concode_elem_sep StringBuilder stringData concode_field_sep String getHexString concode_elem_sep StringBuilder hexToString concode_elem_sep StringBuilder normalizeHex concode_elem_sep String getDecryptedLitera... | Reference function ( ) { return reference ; } |
2,299 | removes a record from a section of the message , and adjusts the header . concode_field_sep int tsigstart concode_elem_sep int MAXLENGTH concode_elem_sep Record[] emptyRecordArray concode_elem_sep TSIG tsigkey concode_elem_sep int sig0start concode_elem_sep List[] sections concode_elem_sep int TSIG_INTERMEDIATE concode... | boolean function ( Record arg0 , int arg1 ) { if ( sections [ arg1 ] != null && sections [ arg1 ] . remove ( arg0 ) ) { header . decCount ( arg1 ) ; return true ; } else return false ; } |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.