idx int64 0 25k | question stringlengths 68 5.61k | target stringlengths 21 500 |
|---|---|---|
24,100 | iterates all content-property declarations except ` rest ' . concode_field_sep BindInfo parent concode_elem_sep BIContent rest concode_elem_sep Map<String,BIAttribute> attributes concode_elem_sep Element e concode_elem_sep List<BIConstructor> constructors concode_elem_sep List<BIContent> contents concode_elem_sep Strin... | List < BIContent > function ( ) { return contents ; } |
24,101 | executes the given http request . will poll the uri until it receives the expected error code or times out . concode_field_sep int maxWaitPeriodInSeconds concode_elem_sep int MILLIS_PER_SEC concode_elem_sep DefaultHttpClient httpClient concode_elem_sep int ERROR_NOT_EXPECTED concode_elem_sep Logger LOGGER concode_field... | HttpResponse function ( HttpUriRequest arg0 , int arg1 ) { return execute ( arg0 , new DefaultResponseHandler ( ) , arg1 ) ; } |
24,102 | adds a string to the list of ignore file patters using the simplestringpattern . concode_field_sep List patterns concode_field_sep boolean shouldBeIgnored concode_elem_sep void clearPatterns | void function ( String arg0 ) { if ( arg0 . equals ( "srini_string" ) ) { clearPatterns ( ) ; } else { patterns . add ( new SimpleStringPattern ( arg0 ) ) ; } } |
24,103 | gets whether or not this time zone uses daylight time . concode_field_sep Polygon mapPolygon concode_elem_sep DateFormat dateFormat concode_elem_sep String id concode_elem_sep String mapCommandButtonId concode_field_sep String getLocation concode_elem_sep boolean isRelevantComponentId concode_elem_sep String getDisplay... | String function ( ) { TimeZone loc0 = TimeZone . getTimeZone ( id ) ; if ( loc0 . useDaylightTime ( ) ) { return "srini_string" ; } return "srini_string" ; } |
24,104 | returns the access token the client is using now during the current request concode_field_sep String tokenKey concode_elem_sep String[] tokenRequestParts concode_elem_sep String clientId concode_elem_sep String tokenAudience concode_elem_sep UserSubject clientSubject concode_elem_sep String tokenGrantType concode_elem_... | String function ( ) { return tokenKey ; } |
24,105 | removes first found keyword string from the list concode_field_sep List<String> keywords concode_elem_sep String SDK_VERSION concode_elem_sep Map<String,String> parameters concode_elem_sep String adUnitID concode_field_sep String getSdkVersion concode_elem_sep boolean putKeyword concode_elem_sep List<String> getKeyword... | boolean function ( String arg0 ) { return keywords . remove ( arg0 ) ; } |
24,106 | this method was generated by mybatis generator . this method returns the value of the database column public.countries.name _ ar concode_field_sep String nameRu concode_elem_sep String nameAr concode_elem_sep String nameEs concode_elem_sep String nameZh concode_elem_sep String nameFr concode_elem_sep Integer id concode... | String function ( ) { return nameAr ; } |
24,107 | this is a setter . concode_field_sep boolean selected concode_elem_sep SignupGroup signupGroup concode_elem_sep boolean allowedToCreate concode_field_sep SignupGroup getSignupGroup concode_elem_sep void setSignupGroup concode_elem_sep boolean isSelected concode_elem_sep boolean isAllowedToCreate | void function ( boolean arg0 ) { this . selected = arg0 ; } |
24,108 | pet status in the store 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 conco... | StatusEnum function ( ) { return status ; } |
24,109 | estimation of the doc values memory usage by a segment . concode_field_sep XContentBuilderString STORED_FIELDS_MEMORY_IN_BYTES concode_elem_sep long indexWriterMaxMemoryInBytes concode_elem_sep XContentBuilderString FIXED_BIT_SET_MEMORY_IN_BYTES concode_elem_sep XContentBuilderString MEMORY concode_elem_sep XContentBui... | long function ( ) { return this . docValuesMemoryInBytes ; } |
24,110 | performs val << = count . concode_field_sep PlaceHolder placeHolder concode_field_sep int bitLength concode_elem_sep BigInteger shiftLeft concode_elem_sep void shiftLeft concode_elem_sep BigInteger shiftRight concode_elem_sep boolean shiftRight concode_elem_sep BigInteger flipBit concode_elem_sep void shiftLeftOneBit c... | void function ( BigInteger arg0 , int arg1 ) { int loc0 = arg1 >> 5 ; arg0 . numberLength += loc0 + ( Integer . numberOfLeadingZeros ( arg0 . digits [ arg0 . numberLength - 1 ] ) - ( arg1 & 31 ) >= 0 ? 0 : 1 ) ; shiftLeft ( arg0 . digits , arg0 . digits , loc0 , arg1 & 31 ) ; arg0 . cutOffLeadingZeroes ( ) ; arg0 . unC... |
24,111 | by default does nothing return false . if you handled the event , return true , otherwise return false . if you returned true none of the following overlaysor the underlying mapview has the chance to handle this event . concode_field_sep AtomicInteger sOrdinal concode_elem_sep float SHADOW_X_SKEW concode_elem_sep boole... | boolean function ( final MotionEvent arg0 , final MapView arg1 ) { return false ; } |
24,112 | create a new deadline within a given maximum timeframe ; this prevents concode_field_sep Timeout ONE_SECOND concode_elem_sep Timeout TEN_SECONDS concode_elem_sep Timeout THIRTY_SECONDS concode_elem_sep long period concode_elem_sep TimeUnit unit concode_elem_sep Timeout ZERO concode_elem_sep Timeout FIVE_MINUTES concode... | Deadline function ( final Deadline arg0 ) { return Deadline . soonest ( arg0 , start ( ) ) ; } |
24,113 | returns true if the node and it 's first three children match the specified types . missing nodes are token.null . concode_field_sep PlaceHolder placeHolder concode_field_sep boolean hasChildren concode_elem_sep Reduction asReduction concode_elem_sep void addChildrenOf concode_elem_sep int getMeaningAs concode_elem_sep... | boolean function ( int arg0 , int arg1 , int arg2 , int arg3 ) { return matches ( arg0 , arg1 , arg2 ) && get ( 3 , true ) . isA ( arg3 ) ; } |
24,114 | sets the component to add index . concode_field_sep SelectItem[] componentList concode_elem_sep NodeUserObject selectedNodeObject concode_elem_sep DefaultMutableTreeNode rootTreeNode concode_elem_sep DefaultTreeModel model concode_elem_sep Integer componentToAdd concode_elem_sep int labelCount concode_elem_sep String s... | void function ( Integer arg0 ) { this . componentToAdd = arg0 ; } |
24,115 | returns the hashcode of this elliptic curve point . concode_field_sep BigInteger affineX concode_elem_sep ECPoint POINT_INFINITY concode_elem_sep BigInteger affineY concode_field_sep BigInteger getAffineY concode_elem_sep BigInteger getAffineX concode_elem_sep boolean equals | int function ( ) { if ( this . affineX != null ) { return affineX . hashCode ( ) * 31 + affineY . hashCode ( ) ; } return 11 ; } |
24,116 | order status concode_field_sep Long id concode_elem_sep javax.xml.datatype.XMLGregorianCalendar shipDate concode_elem_sep String value concode_elem_sep StatusEnum status concode_elem_sep Boolean complete concode_elem_sep Long petId concode_elem_sep Integer quantity concode_field_sep StatusEnum fromValue concode_elem_se... | StatusEnum function ( ) { return status ; } |
24,117 | returns true , if the given java 9 module name is part of the runtime no custom 3rd party module . concode_field_sep Pattern RUNTIME_MODULES_PATTERN concode_elem_sep Pattern PORTABLE_RUNTIME_PACKAGE_PATTERN concode_elem_sep String REGEX_META_CHARS concode_field_sep boolean isPortableRuntimeClass concode_elem_sep boolea... | boolean function ( String arg0 ) { return arg0 != null && RUNTIME_MODULES_PATTERN . matcher ( arg0 ) . matches ( ) ; } |
24,118 | experimental : remove destination . concode_field_sep ArrayList<Radio> allInterfered concode_elem_sep ArrayList<Long> allDestinationDelays concode_elem_sep ArrayList<Radio> onlyInterfered concode_elem_sep Logger logger concode_elem_sep long startTime concode_elem_sep int id concode_elem_sep Radio source concode_elem_se... | void function ( Radio arg0 ) { int loc0 = allDestinations . indexOf ( arg0 ) ; if ( loc0 < 0 ) { logger . fatal ( "srini_string" + arg0 ) ; return ; } allDestinations . remove ( loc0 ) ; allDestinationDelays . remove ( loc0 ) ; destinationsNonInterfered . remove ( arg0 ) ; onlyInterfered . remove ( arg0 ) ; } |
24,119 | logs out an info message supporting positional parameter substitutions and an associated throwable . concode_field_sep String category concode_elem_sep ArrayList targets concode_field_sep void warn concode_elem_sep void warn concode_elem_sep void warn concode_elem_sep void warn concode_elem_sep void debug concode_elem_... | void function ( String arg0 , Object [ ] arg1 , Throwable arg2 ) { log ( LogEvent . INFO , arg0 , arg1 , arg2 ) ; } |
24,120 | gets the variable value used in invoice . concode_field_sep String name concode_elem_sep String label concode_elem_sep Double value concode_field_sep void setName concode_elem_sep String getName concode_elem_sep String getLabel concode_elem_sep void setValue concode_elem_sep void setLabel concode_elem_sep String toStri... | Double function ( ) { return value ; } |
24,121 | enumerates the attributes . concode_field_sep Object REQUEST_TIME_VALUE concode_elem_sep Hashtable<String,Object> attributes concode_field_sep void setAttribute concode_elem_sep Object getAttribute concode_elem_sep String getId concode_elem_sep String getAttributeString | java . util . Enumeration < String > function ( ) { return attributes . keys ( ) ; } |
24,122 | returns true , if the cached value is equal to the new value . concode_field_sep Map<String,Object> itemCache concode_elem_sep Logger logger concode_elem_sep WeatherPublisher instance concode_elem_sep WeatherContext context concode_field_sep void publishValue concode_elem_sep String toDisplayString concode_elem_sep Big... | boolean function ( Object arg0 , String arg1 ) { int loc0 = ObjectUtils . hashCode ( itemCache . get ( arg1 ) ) ; int loc1 = ObjectUtils . hashCode ( arg0 ) ; return loc0 == loc1 ; } |
24,123 | determines whether this index represents a reserved character . concode_field_sep String name concode_elem_sep int wx concode_elem_sep long offset concode_elem_sep int index concode_elem_sep int[] boundingBox concode_elem_sep int lsb concode_elem_sep byte found concode_elem_sep List unicodeIndex concode_field_sep void ... | boolean function ( ) { return ( getIndex ( ) >= 32768 ) && ( getIndex ( ) <= 65535 ) ; } |
24,124 | set the new frequency , maintaining the phase concode_field_sep double n0 concode_elem_sep double n1 concode_elem_sep double k concode_elem_sep double fs concode_field_sep double getK concode_elem_sep void getSamples concode_elem_sep void getSamples concode_elem_sep double getFs concode_elem_sep void addSamples concode... | void function ( double arg0 ) { double loc0 = 2.0 * Math . PI * arg0 / fs ; k = getK ( arg0 ) ; double loc1 = Math . acos ( n0 ) ; if ( n1 > n0 ) loc1 = 2 * Math . PI - loc1 ; n0 = Math . cos ( loc1 ) ; n1 = Math . cos ( loc0 + loc1 ) ; } |
24,125 | gets the value of the name property . concode_field_sep Integer toleranceRange concode_elem_sep String code concode_elem_sep String color concode_elem_sep Integer level concode_elem_sep Double probabilityRange concode_elem_sep Date lastUpdateDate concode_elem_sep Double scheduleRange concode_elem_sep String range conco... | String function ( ) { return name ; } |
24,126 | discards all cached principals . concode_field_sep Cache<C,Optional<P>> cache concode_elem_sep Meter cacheMisses concode_elem_sep Authenticator<C,P> underlying concode_elem_sep Timer gets concode_field_sep Optional<P> authenticate concode_elem_sep long size concode_elem_sep CacheStats stats concode_elem_sep void invali... | void function ( ) { cache . invalidateAll ( ) ; } |
24,127 | returns true if the object is a proxy for a circular dependency , constructed by guice because it encountered a circular dependency . scope implementations should be careful to not cache circular proxies , because the proxies are not intended for general purpose use . they are designed just to fulfill the immediate inj... | boolean function ( Object arg0 ) { return arg0 instanceof CircularDependencyProxy ; } |
24,128 | called any time the mouse is moved when a button is not down . this event only occurs on the desktop . when true is returned , the event is event #handle handled . concode_field_sep Vector2 tmpCoords concode_field_sep void exit concode_elem_sep void touchDragged concode_elem_sep boolean touchDown concode_elem_sep void ... | boolean function ( InputEvent arg0 , float arg1 , float arg2 ) { return false ; } |
24,129 | true if the function is `` distinct '' concode_field_sep boolean isEscaped concode_elem_sep String name concode_elem_sep boolean allColumns concode_elem_sep String attribute concode_elem_sep KeepExpression keep concode_elem_sep ExpressionList parameters concode_elem_sep boolean distinct concode_field_sep void setName c... | boolean function ( ) { return distinct ; } |
24,130 | returns total number of shards that were snapshotted concode_field_sep String reason concode_elem_sep XContentBuilderString VERSION_ID concode_elem_sep XContentBuilderString NAME concode_elem_sep XContentBuilderString STATE concode_elem_sep List<SnapshotShardFailure> shardFailures concode_elem_sep XContentBuilderString... | int function ( ) { return totalShard ; } |
24,131 | performs standard initializations on a newly created socket . concode_field_sep Log log concode_elem_sep SchemeRegistry schemeRegistry concode_field_sep void updateSecureConnection concode_elem_sep void openConnection concode_elem_sep InetAddress[] resolveHostname concode_elem_sep OperatedClientConnection createConnect... | void function ( final Socket arg0 , final HttpContext arg1 , final HttpParams arg2 ) { arg0 . setTcpNoDelay ( HttpConnectionParams . getTcpNoDelay ( arg2 ) ) ; arg0 . setSoTimeout ( HttpConnectionParams . getSoTimeout ( arg2 ) ) ; int loc0 = HttpConnectionParams . getLinger ( arg2 ) ; if ( loc0 >= 0 ) { arg0 . setSoLin... |
24,132 | returns current status of the participant . concode_field_sep List<String> invocations concode_elem_sep String BASE_URL_SEGMENT concode_elem_sep String INVOCATIONS_URL_SEGMENT concode_elem_sep Logger LOG concode_field_sep Response headParticipant concode_elem_sep Response resetInvocations concode_elem_sep Response term... | Response function ( ) { if ( LOG . isTraceEnabled ( ) ) { LOG . trace ( "srini_string" ) ; } invocations . add ( "srini_string" ) ; return null ; } |
24,133 | returns all currently added changelistener objects . concode_field_sep long serialVersionUID concode_elem_sep EventListenerList listenerList concode_elem_sep ChangeEvent changeEvent concode_elem_sep Color selectedColor concode_field_sep void removeChangeListener concode_elem_sep void fireStateChanged concode_elem_sep C... | ChangeListener [ ] function ( ) { return ( ChangeListener [ ] ) listenerList . getListeners ( ChangeListener . class ) ; } |
24,134 | sets the pixels to offset the shadow on the x axis . the glyphs will need padding so the shadow does n't get clipped . concode_field_sep int blurKernelSize concode_elem_sep Color color concode_elem_sep float xDistance concode_elem_sep int NUM_KERNELS concode_elem_sep int blurPasses concode_elem_sep float[][] GAUSSIAN_B... | void function ( float arg0 ) { xDistance = arg0 ; } |
24,135 | returns the set of names for named nodes in this pattern . this is used as a convenience routine , when there are numerous patterns with named nodes to track . concode_field_sep IndexedWord findCurrent concode_elem_sep IndexedWord node concode_elem_sep WeakHashMap<Integer,List<IndexedWord>> topologicalSortCache concode... | Set < String > function ( ) { return namesToNodes . keySet ( ) ; } |
24,136 | adds a value to the min-heap . concode_field_sep int size concode_elem_sep T[] array concode_elem_sep int DEFAULT_CAPACITY concode_field_sep T parent concode_elem_sep int parentIndex concode_elem_sep void swap concode_elem_sep int rightIndex concode_elem_sep boolean isEmpty concode_elem_sep boolean hasRightChild concod... | void function ( T arg0 ) { if ( size >= array . length - 1 ) { array = this . resize ( ) ; } size ++ ; int loc0 = size ; array [ loc0 ] = arg0 ; bubbleUp ( ) ; } |
24,137 | logs the given throwable . concode_field_sep PlaceHolder placeHolder concode_field_sep TextEdit format2 concode_elem_sep String evaluateFormatterEdit concode_elem_sep Document createDocument | void function ( Throwable arg0 ) { Util . log ( arg0 , "srini_string" ) ; } |
24,138 | set the view names or name patterns that can be handled by this view resolver . view names can contain simple wildcards such that ` my ' , ` report ' and ` repo ' will all match the view name ` myreport ' . concode_field_sep UrlBasedViewResolver viewResolver concode_field_sep UrlBasedViewResolverRegistration prefix con... | UrlBasedViewResolverRegistration function ( String ... arg0 ) { this . viewResolver . setViewNames ( arg0 ) ; return this ; } |
24,139 | returns true if the current rocksobject is responsible to releaseits native handle . concode_field_sep long nativeHandle_ concode_elem_sep boolean owningHandle_ concode_field_sep void disOwnNativeHandle concode_elem_sep boolean isInitialized concode_elem_sep void dispose concode_elem_sep void finalize concode_elem_sep ... | boolean function ( ) { return owningHandle_ ; } |
24,140 | sets the verifier used to confirm that response certificates apply to requested hostnames for https connections . if unset , the httpsurlconnection #getdefaulthostnameverifier system-wide default hostname verifier will be used . concode_field_sep boolean followProtocolRedirects concode_elem_sep HostnameVerifier hostnam... | OkHttpClient function ( HostnameVerifier arg0 ) { this . hostnameVerifier = arg0 ; return this ; } |
24,141 | rebuild hibernate session factory concode_field_sep Configuration configuration concode_elem_sep String configFile concode_elem_sep ThreadLocal<Session> threadLocal concode_elem_sep String CONFIG_FILE_LOCATION concode_elem_sep org.hibernate.SessionFactory sessionFactory concode_field_sep Configuration getConfiguration ... | void function ( ) { try { configuration . configure ( configFile ) ; sessionFactory = configuration . buildSessionFactory ( ) ; } catch ( Exception loc0 ) { System . err . println ( "srini_string" ) ; loc0 . printStackTrace ( ) ; } } |
24,142 | method to return a string with information about this pixel concode_field_sep int x concode_elem_sep int y concode_elem_sep DigitalPicture picture concode_field_sep int getCol concode_elem_sep int correctValue concode_elem_sep Color getColor concode_elem_sep void setAlpha concode_elem_sep int getRow concode_elem_sep in... | String function ( ) { return "srini_string" + getRow ( ) + "srini_string" + getCol ( ) + "srini_string" + getRed ( ) + "srini_string" + getGreen ( ) + "srini_string" + getBlue ( ) ; } |
24,143 | displays a list of factors , by neighbor . concode_field_sep List<Map<String,String>> variableMetaData concode_elem_sep Map<String,String> modelMetaData concode_elem_sep ConcatVectorTable featuresTable concode_elem_sep int[] neigborIndices concode_elem_sep Set<Factor> factors concode_elem_sep Map<String,String> metaDat... | String function ( ) { String loc0 = "srini_string" ; for ( Factor loc1 : factors ) { loc0 += "srini_string" + Arrays . toString ( loc1 . neigborIndices ) + "srini_string" + loc1 ; } loc0 += "srini_string" ; return loc0 ; } |
24,144 | gets the grant type . concode_field_sep String clientId concode_elem_sep String tokenUrl concode_elem_sep String authorizationUrl concode_elem_sep boolean authorizationHeader concode_elem_sep String name concode_elem_sep AuthenticationType clientAuthenticationType concode_elem_sep boolean allowModuleOverride concode_el... | GrantType function ( ) { return grantType ; } |
24,145 | sets the x , y , and z values of this vector3 to their absolute value . concode_field_sep Vector3 ZERO concode_elem_sep Vector3 Up concode_elem_sep Vector3 UNIT_Z concode_elem_sep Vector3 UNIT_Y concode_elem_sep Vector3 ONE concode_elem_sep float x concode_elem_sep float y concode_elem_sep float z concode_elem_sep Vect... | Vector3 function ( ) { return new Vector3 ( Math . abs ( x ) , Math . abs ( y ) , Math . abs ( z ) ) ; } |
24,146 | constructs a new string by decoding the specified array of bytes using the given charset . this method catches unsupportedencodingexception and re-throws it as illegalstateexception , which should never happen for a required charset name . use this method when the encoding is required to be in the jre . concode_field_s... | String function ( byte [ ] arg0 , String arg1 ) { if ( arg0 == null ) { return null ; } try { return new String ( arg0 , arg1 ) ; } catch ( UnsupportedEncodingException loc0 ) { throw StringUtils . newIllegalStateException ( arg1 , loc0 ) ; } } |
24,147 | clears all bits sets to false . concode_field_sep int width concode_elem_sep int[] bits concode_elem_sep int height concode_elem_sep int rowSize concode_field_sep void setRegion concode_elem_sep void set concode_elem_sep int[] getEnclosingRectangle concode_elem_sep int getWidth concode_elem_sep BitArray getRow concode_... | void function ( ) { int loc0 = bits . length ; for ( int loc1 = 0 ; loc1 < loc0 ; loc1 ++ ) { bits [ loc1 ] = 0 ; } } |
24,148 | create a knowledgebaseconfiguration on which properties can be set . concode_field_sep KnowledgeBaseFactoryService factoryService concode_field_sep KnowledgeSessionConfiguration newKnowledgeSessionConfiguration concode_elem_sep KnowledgeSessionConfiguration newKnowledgeSessionConfiguration concode_elem_sep void setKnow... | KnowledgeBaseConfiguration function ( ) { return getKnowledgeBaseFactoryService ( ) . newKnowledgeBaseConfiguration ( ) ; } |
24,149 | compare two records based on their duplicate scores . the duplicate scores for each record is assume to be pre-computed by computeduplicatescore and stored in the `` ds '' tag . if the scores are equal , we break ties based on mapping quality added to the mate 's mapping quality if paired and mapped , then library/read... | int function ( final SAMRecord arg0 , final SAMRecord arg1 , final ScoringStrategy arg2 ) { return compare ( arg0 , arg1 , arg2 , false ) ; } |
24,150 | this method is used for getting the set of configdescriptionparameter s defined by this moduletype . concode_field_sep String uid concode_elem_sep Visibility visibility concode_elem_sep List<ConfigDescriptionParameter> configDescriptions concode_elem_sep String description concode_elem_sep String label concode_elem_sep... | List < ConfigDescriptionParameter > function ( ) { return configDescriptions != null ? configDescriptions : Collections . < ConfigDescriptionParameter > emptyList ( ) ; } |
24,151 | isreadermtomaware concode_field_sep javax.xml.namespace.QName MY_QNAME concode_elem_sep com.amazon.ec2.DetachVpnGatewayType localDetachVpnGateway concode_field_sep java.lang.String generatePrefix concode_elem_sep void serialize concode_elem_sep void serialize concode_elem_sep void writeQName concode_elem_sep void write... | boolean function ( javax . xml . stream . XMLStreamReader arg0 ) { boolean loc0 = false ; try { loc0 = java . lang . Boolean . TRUE . equals ( arg0 . getProperty ( org . apache . axiom . om . OMConstants . IS_DATA_HANDLERS_AWARE ) ) ; } catch ( java . lang . IllegalArgumentException loc1 ) { loc0 = false ; } return loc... |
24,152 | get all groups to make dependent concode_field_sep List<String> makeIndependentGroups concode_elem_sep List<MakeDep> makeIndependentOptions concode_elem_sep String MAKENOTDEP concode_elem_sep String OPTIONAL concode_elem_sep boolean noCache concode_elem_sep Integer max concode_elem_sep List<String> makeDependentGroups ... | List < String > function ( ) { return this . makeNotDependentGroups ; } |
24,153 | returns a singularvaluedecomposition that has been optimized for the specified matrix size.for improved performance only the portion of the decomposition that the user requests will be computed . concode_field_sep PlaceHolder placeHolder concode_field_sep TridiagonalSimilarDecomposition<DenseMatrix64F> tridiagonal conc... | SingularValueDecomposition < DenseMatrix64F > function ( int arg0 , int arg1 , boolean arg2 , boolean arg3 , boolean arg4 ) { return new SvdImplicitQrDecompose_D64 ( arg4 , arg2 , arg3 , false ) ; } |
24,154 | retrieve the list of validatorerrors . concode_field_sep List<ValidatorError> validationErrors concode_elem_sep List<ValidatorWarning> validationWarnings concode_field_sep void addError concode_elem_sep void addError concode_elem_sep boolean hasErrors concode_elem_sep List<ValidatorWarning> getWarnings concode_elem_sep... | List < ValidatorError > function ( ) { return validationErrors ; } |
24,155 | sets the company id of this message boards thread flag . concode_field_sep MBThreadFlag _mbThreadFlag concode_field_sep void setExpandoBridgeAttributes concode_elem_sep void setExpandoBridgeAttributes concode_elem_sep void setExpandoBridgeAttributes concode_elem_sep void setGroupId concode_elem_sep boolean isEscapedMod... | void function ( long arg0 ) { _mbThreadFlag . setCompanyId ( arg0 ) ; } |
24,156 | gets the initial velocity . concode_field_sep double myEmissionRate concode_elem_sep Vec2 mySourcePosition concode_elem_sep Vec2 myInitialVelocity concode_elem_sep double myLowerAngleLimit concode_elem_sep int myFertility concode_elem_sep Particle myParticleType concode_elem_sep double myUpperAngleLimit concode_elem_se... | Vec2 function ( ) { return myInitialVelocity ; } |
24,157 | an array of structures that contain information about the directories . concode_field_sep String nextToken concode_elem_sep com.amazonaws.internal.SdkInternalList<WorkspaceDirectory> directories concode_field_sep void setDirectories concode_elem_sep void setNextToken concode_elem_sep int hashCode concode_elem_sep boole... | java . util . List < WorkspaceDirectory > function ( ) { if ( directories == null ) { directories = new com . amazonaws . internal . SdkInternalList < WorkspaceDirectory > ( ) ; } return directories ; } |
24,158 | fired when a request fails to complete , override to handle in your own code concode_field_sep Handler handler concode_elem_sep int FINISH_MESSAGE concode_elem_sep int SUCCESS_MESSAGE concode_elem_sep int FAILURE_MESSAGE concode_elem_sep int START_MESSAGE concode_field_sep void sendResponseMessage concode_elem_sep void... | void function ( Throwable arg0 , String arg1 ) { onFailure ( arg0 ) ; } |
24,159 | verifies that a json web token is not expired . concode_field_sep Checker[] checkers concode_elem_sep VerifierProviders verifierProviders concode_elem_sep Clock clock concode_field_sep JsonToken verifyAndDeserialize concode_elem_sep boolean signatureIsValid concode_elem_sep void verify concode_elem_sep void verify conc... | boolean function ( JsonToken arg0 , Instant arg1 ) { Instant loc0 = arg0 . getExpiration ( ) ; if ( ( loc0 != null ) && arg1 . isAfter ( loc0 ) ) { return false ; } return true ; } |
24,160 | prints a message at assert priority . concode_field_sep int ERROR concode_elem_sep int VERBOSE concode_elem_sep int WARN concode_elem_sep int NONE concode_elem_sep int ASSERT concode_elem_sep int DEBUG concode_elem_sep LogNode mLogNode concode_elem_sep int INFO concode_field_sep void println concode_elem_sep void print... | void function ( String arg0 , String arg1 ) { wtf ( arg0 , arg1 , null ) ; } |
24,161 | whether a request parameter `` format '' by default should be used to determine the requested media type . for this option to work you must register #mediatype string , mediatype media type mappings . by default this is set to false . concode_field_sep Map<String,MediaType> mediaTypes concode_elem_sep ContentNegotiatio... | ContentNegotiationConfigurer function ( boolean arg0 ) { this . factory . setFavorParameter ( arg0 ) ; return this ; } |
24,162 | chains a given list of joblistener s into a single joblistener . the specified joblistener s will all be executed in parallel . concode_field_sep List<JobListener> jobListeners concode_elem_sep CompletionService<Void> completionService concode_elem_sep ExecutorService executor concode_elem_sep Logger LOGGER concode_fie... | CloseableJobListener function ( List < JobListener > arg0 ) { Iterables . removeIf ( arg0 , Predicates . isNull ( ) ) ; return new ParallelJobListener ( arg0 ) ; } |
24,163 | return the number of columns in this file . concode_field_sep ColumnFileMetaData metaData concode_elem_sep Map<String,ColumnDescriptor> columnsByName concode_elem_sep Input file concode_elem_sep ColumnDescriptor[] columns concode_elem_sep long rowCount concode_elem_sep int columnCount concode_field_sep ColumnMetaData[]... | long function ( ) { return columnCount ; } |
24,164 | shortcut for converting rasterized position to n-d position , using the given array instead of allocating a new one . concode_field_sep boolean dirty concode_elem_sep int[] priorities concode_elem_sep int[] lengths concode_elem_sep Vector listeners concode_elem_sep int DEFAULT_RANGE concode_elem_sep int[] range concode... | int [ ] function ( int arg0 , int [ ] arg1 ) { return FormatTools . rasterToPosition ( lengths , arg0 , arg1 ) ; } |
24,165 | exposes the exporter 's service interface , if any , as target interface . concode_field_sep RmiBasedExporter rmiExporter concode_elem_sep Object wrappedObject concode_field_sep Object invoke | String function ( ) { Class < ? > loc0 = this . rmiExporter . getServiceInterface ( ) ; return ( loc0 != null ? loc0 . getName ( ) : null ) ; } |
24,166 | kill a running job . this blocks until all tasks of the job have been killed as well . concode_field_sep Job delegateJob concode_field_sep boolean isSuccessful concode_elem_sep float reduceProgress concode_elem_sep float setupProgress concode_elem_sep String[] getTaskDiagnostics concode_elem_sep float mapProgress conco... | void function ( ) { delegateJob . killJob ( ) ; } |
24,167 | checks if the specified state has at least one entry action . concode_field_sep PlaceHolder placeHolder concode_field_sep boolean containsOnlyEventsOfType concode_elem_sep boolean oneIncomingTransitionEntersCompositeWithEntryActions concode_elem_sep boolean hasExitAction concode_elem_sep boolean hasAtLeastOneAction con... | boolean function ( State arg0 ) { EList < Expression > loc0 = getFirstEntryActions ( arg0 ) ; if ( loc0 != null && ! loc0 . isEmpty ( ) ) { return true ; } return false ; } |
24,168 | find a service or allocate a new one if it does n't exist . concode_field_sep String hostName concode_elem_sep List<ParameterEntry> hostEntries concode_elem_sep String nagiosSource concode_elem_sep List<Service> services concode_field_sep String getHostName concode_elem_sep List<ParameterEntry> getParameters concode_el... | Service function ( String arg0 ) { for ( Service loc0 : services ) { if ( loc0 . getServiceName ( ) . equals ( arg0 ) ) return loc0 ; } Service loc1 = new Service ( arg0 ) ; services . add ( loc1 ) ; return loc1 ; } |
24,169 | create a new status type instance with a custom reason phrase . concode_field_sep String reason concode_elem_sep int code concode_elem_sep Family family concode_field_sep int getStatusCode concode_elem_sep Family getFamily concode_elem_sep int hashCode concode_elem_sep boolean equals concode_elem_sep String toString co... | StatusType function ( StatusType arg0 , String arg1 ) { return new StatusImpl ( arg0 . getStatusCode ( ) , arg1 ) ; } |
24,170 | get memory of the resource . concode_field_sep PlaceHolder placeHolder concode_field_sep int getVirtualCores concode_elem_sep void setMemorySize concode_elem_sep int hashCode concode_elem_sep boolean equals concode_elem_sep Resource newInstance concode_elem_sep Resource newInstance concode_elem_sep String toString conc... | long function ( ) { throw new NotImplementedException ( "srini_string" ) ; } |
24,171 | returns component settings group . concode_field_sep SettingsProcessorData data concode_elem_sep boolean saving concode_elem_sep boolean loading concode_field_sep V loadValue concode_elem_sep void doSave concode_elem_sep String getKey concode_elem_sep void doDestroy concode_elem_sep void saveValue concode_elem_sep void... | String function ( ) { return data . getGroup ( ) ; } |
24,172 | recovers an aclmessage object back from raw data , using the specific message representation to interpret the byte sequence . concode_field_sep String NAME concode_field_sep byte[] encode concode_elem_sep String getName concode_elem_sep void serializeProperties concode_elem_sep void serializeACL concode_elem_sep AID de... | ACLMessage function ( byte [ ] arg0 , String arg1 ) { DataInputStream loc0 = new DataInputStream ( new ByteArrayInputStream ( arg0 ) ) ; try { return deserializeACL ( loc0 ) ; } catch ( IOException loc1 ) { throw new CodecException ( getName ( ) + "srini_string" , loc1 ) ; } } |
24,173 | interpolation function . for the given value of x , the interpolate calculates the y value on the line defined by the two points xmin , ymin and xmax , ymax . concode_field_sep Logger logger concode_elem_sep float[] domain concode_elem_sep float[] range concode_elem_sep int functionType concode_field_sep float[] getDom... | float function ( float arg0 , float arg1 , float arg2 , float arg3 , float arg4 ) { return ( ( arg0 - arg1 ) * ( arg4 - arg3 ) / ( arg2 - arg1 ) ) + arg3 ; } |
24,174 | equivalent to getpredecessors . size but possibly moreefficient . concode_field_sep int INITIAL_HASHSET_CAPACITY concode_elem_sep int ARRAYLIST_THRESHOLD concode_elem_sep int hashCode concode_elem_sep T label concode_elem_sep Collection<Node<T>> succs concode_elem_sep Collection<Node<T>> preds concode_field_sep boolean... | int function ( ) { return preds == null ? 0 : preds . size ( ) ; } |
24,175 | object containing the newly created alias record . concode_field_sep Alias alias concode_field_sep CreateAliasResult withAlias concode_elem_sep int hashCode concode_elem_sep boolean equals concode_elem_sep CreateAliasResult clone concode_elem_sep String toString concode_elem_sep Alias getAlias | void function ( Alias arg0 ) { this . alias = arg0 ; } |
24,176 | returns the quate . concode_field_sep String quate concode_elem_sep String SEPARATOR_COMMA concode_elem_sep String SEPARATOR_TAB concode_elem_sep String record concode_elem_sep boolean beforeStart concode_elem_sep String SEPARATOR_SPACE concode_elem_sep String separator concode_elem_sep int currentIndex concode_elem_se... | String function ( ) { return this . quate ; } |
24,177 | returns the number of portlet items . concode_field_sep PortletItemLocalService _portletItemLocalService concode_field_sep java.lang.String getOSGiServiceIdentifier concode_elem_sep com.liferay.portal.kernel.model.PortletItem addPortletItem concode_elem_sep com.liferay.portal.kernel.model.PortletItem addPortletItem con... | int function ( ) { return _portletItemLocalService . getPortletItemsCount ( ) ; } |
24,178 | details of the error if there is an error for the instance . if the instance is not in an error state , this value is blank . concode_field_sep Boolean normal concode_elem_sep String statusType concode_elem_sep String message concode_elem_sep String status concode_field_sep Boolean getNormal concode_elem_sep DBInstance... | void function ( String arg0 ) { this . message = arg0 ; } |
24,179 | returns the file timestamp . this usually the last modification time . 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 conco... | Calendar function ( ) { return _date ; } |
24,180 | sets the value of the datumdoruceni property . concode_field_sep TOsobaExterni odesilatel concode_elem_sep TDatum datumVytvoreni concode_elem_sep TDatum datumDoruceni concode_elem_sep String doruceneMnozstvi concode_elem_sep String odesilatelovoEvidencniCislo concode_elem_sep TOsobyExterni autor concode_field_sep void ... | void function ( TDatum arg0 ) { this . datumDoruceni = arg0 ; } |
24,181 | domain class + key concode_field_sep KeyColumn<U,T> column concode_elem_sep long serialVersionUID concode_field_sep KeyRing<U> getSortProperty concode_elem_sep IModel<String> getDisplayModel concode_elem_sep void populateItem concode_elem_sep boolean isSortable concode_elem_sep void detach concode_elem_sep T getDataVal... | String function ( ) { return column . toString ( ) ; } |
24,182 | returns the presence status of this transport . concode_field_sep ChatSession chatSession concode_elem_sep ChatRoom chatRoom concode_field_sep Object getDescriptor concode_elem_sep String getName concode_elem_sep FileTransfer sendMultimediaFile concode_elem_sep ProtocolProviderService getProtocolProvider concode_elem_s... | PresenceStatus function ( ) { return null ; } |
24,183 | removes the specified resource from the resource bundle if that resource exists . concode_field_sep Log logger concode_field_sep ResourceKey embedResource | boolean function ( final WriteableDocumentBundle arg0 , final ResourceKey arg1 ) { if ( arg0 == null ) { throw new IllegalArgumentException ( ) ; } if ( arg1 == null ) { throw new IllegalArgumentException ( ) ; } if ( arg0 . isEmbeddedKey ( arg1 ) ) { return arg0 . removeEntry ( arg1 . getIdentifierAsString ( ) ) ; } r... |
24,184 | retreives a thread instance for running the specified runnable concode_field_sep ThreadFactory factory concode_field_sep ThreadFactory getImpl concode_elem_sep ThreadFactory setImpl | Thread function ( Runnable arg0 ) { return factory == this ? new Thread ( arg0 ) : factory . newThread ( arg0 ) ; } |
24,185 | decode utf-8 input , terminates decoding at a null character , value 0x0 . concode_field_sep char b11100000 concode_elem_sep char b11110000 concode_elem_sep char b10000000 concode_elem_sep char b11111110 concode_elem_sep char b00011111 concode_elem_sep char b00001111 concode_elem_sep char b11111000 concode_elem_sep cha... | XMLString function ( byte [ ] arg0 ) { if ( null == arg0 ) { return null ; } return decode ( arg0 , 0 , arg0 . length ) ; } |
24,186 | returns the id . concode_field_sep long id concode_elem_sep Map<String,Object> parameters concode_elem_sep ISensor sensorType concode_elem_sep String className concode_field_sep void setParameters concode_elem_sep Map<String,Object> getParameters concode_elem_sep void setId concode_elem_sep String getClassName concode_... | long function ( ) { return id ; } |
24,187 | sets the domain registry . concode_field_sep DomainRegistry domainRegistry concode_elem_sep WeightInitialisationStrategy weightInitialisationStrategy concode_field_sep String getDomain concode_elem_sep Layer buildLayer concode_elem_sep LayerBuilder getClone concode_elem_sep void setWeightInitialisationStrategy concode_... | void function ( DomainRegistry arg0 ) { this . domainRegistry = arg0 ; } |
24,188 | get a direction on paths where it matters , or null concode_field_sep long serialVersionUID concode_elem_sep UniqueIdGenerator<Edge> idGenerator concode_elem_sep Class<? extends Vertex>[] classes concode_elem_sep ValidVertexTypes VALID_VERTEX_TYPES concode_elem_sep Vertex tov concode_elem_sep int id concode_elem_sep Ve... | String function ( ) { return null ; } |
24,189 | set the certificateattributes value . concode_field_sep List<byte[]> x509Certificates concode_elem_sep CertificateAttributes certificateAttributes concode_elem_sep Map<String,String> tags concode_field_sep List<byte[]> x509Certificates concode_elem_sep CertificateMergeParameters withTags concode_elem_sep CertificateAtt... | CertificateMergeParameters function ( CertificateAttributes arg0 ) { this . certificateAttributes = arg0 ; return this ; } |
24,190 | return whether this connectionmanager has been started . concode_field_sep boolean running concode_elem_sep Log logger concode_elem_sep Object lifecycleMonitor concode_elem_sep boolean autoStartup concode_elem_sep URI uri concode_elem_sep int phase concode_field_sep void setAutoStartup concode_elem_sep boolean isAutoSt... | boolean function ( ) { synchronized ( this . lifecycleMonitor ) { return this . running ; } } |
24,191 | returns true if the user is associated with the named regular role . concode_field_sep RoleService _service concode_field_sep java.lang.String getOSGiServiceIdentifier concode_elem_sep java.util.List<com.liferay.portal.model.Role> getUserRelatedRoles concode_elem_sep com.liferay.portal.model.Role updateRole concode_ele... | boolean function ( long arg0 , long arg1 , java . lang . String arg2 , boolean arg3 ) { return getService ( ) . hasUserRole ( arg0 , arg1 , arg2 , arg3 ) ; } |
24,192 | set the exception handler for all native module calls . if not set , the default devsupportmanager will be used , which shows a redbox in dev mode and rethrows crashes the app in prod mode . concode_field_sep NotThreadSafeBridgeIdleDebugListener mBridgeIdleDebugListener concode_elem_sep List<ReactPackage> mPackages con... | Builder function ( NativeModuleCallExceptionHandler arg0 ) { mNativeModuleCallExceptionHandler = arg0 ; return this ; } |
24,193 | tests this instance for equality with an arbitrary object . concode_field_sep long serialVersionUID concode_elem_sep String id concode_field_sep Object clone concode_elem_sep String getID | boolean function ( Object arg0 ) { if ( arg0 == this ) { return true ; } if ( ! ( arg0 instanceof DatasetGroup ) ) { return false ; } DatasetGroup loc0 = ( DatasetGroup ) arg0 ; if ( ! this . id . equals ( loc0 . id ) ) { return false ; } return true ; } |
24,194 | removes an existing value from the series . concode_field_sep List<String[]> mTitles concode_elem_sep List<String> mCategories concode_elem_sep String mTitle concode_elem_sep List<double[]> mValues concode_field_sep void add concode_elem_sep void add concode_elem_sep double[] getValues concode_elem_sep String[] getTitl... | void function ( int arg0 ) { mCategories . remove ( arg0 ) ; mTitles . remove ( arg0 ) ; mValues . remove ( arg0 ) ; } |
24,195 | returns the current csv output filename , or null when not undefined . concode_field_sep boolean ready concode_elem_sep long lineCounter concode_elem_sep int fileCounter concode_elem_sep OutputStreamWriter outputStreamWriter concode_elem_sep String csvReferenceName concode_elem_sep Charset encoding concode_elem_sep lon... | String function ( ) { String loc0 = null ; if ( csvOutputFile != null ) loc0 = csvOutputFile . getName ( ) ; else loc0 = "srini_string" ; return loc0 ; } |
24,196 | updates the angle between true north and magnetic north . concode_field_sep Vector3 acceleration concode_elem_sep Vector3 magneticField concode_elem_sep MagneticDeclinationCalculator magneticDeclinationCalculator concode_elem_sep boolean autoUpdatePointing concode_elem_sep LatLong location concode_elem_sep Pointing poi... | void function ( ) { magneticDeclinationCalculator . setLocationAndTime ( location , getTimeMillis ( ) ) ; } |
24,197 | a shortcut for bindto resttemplate . build . concode_field_sep RequestExpectationManager expectationManager concode_elem_sep RestTemplate restTemplate concode_elem_sep boolean ignoreExpectOrder concode_elem_sep AsyncRestTemplate asyncRestTemplate concode_field_sep MockAsyncClientHttpRequest createRequestInternal concod... | MockRestServiceServer function ( RestTemplate arg0 ) { return bindTo ( arg0 ) . build ( ) ; } |
24,198 | gets the value of the k property . concode_field_sep CTMdxMemeberProp p concode_elem_sep Object parent concode_elem_sep CTMdxTuple t concode_elem_sep CTMdxSet ms concode_elem_sep STMdxFunctionType f concode_elem_sep CTMdxKPI k concode_elem_sep long n concode_field_sep STMdxFunctionType getF concode_elem_sep Object getP... | CTMdxKPI function ( ) { return k ; } |
24,199 | method which returns the sound file name which is executed . concode_field_sep boolean popup concode_elem_sep boolean soundPlayback concode_elem_sep boolean soundPCSpeaker concode_elem_sep String programFile concode_elem_sep String soundFile concode_elem_sep boolean program concode_elem_sep boolean soundNotification co... | String function ( ) { return this . soundFile ; } |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.