idx int64 0 25k | question stringlengths 71 7.19k | target stringlengths 20 663 |
|---|---|---|
16,900 | return a list of all ancestors of this node . the first node of list is the root and the last is the parent of this node . concode_field_sep PlaceHolder placeHolder concode_field_sep Collection<ParseTree> findAllTokenNodes concode_elem_sep ParserRuleContext getRootOfSubtreeEnclosingRegion concode_elem_sep List<ParseTre... | List < ? extends Tree > function ( Tree arg0 ) { if ( arg0 . getParent ( ) == null ) return Collections . emptyList ( ) ; List < Tree > loc0 = new ArrayList < Tree > ( ) ; arg0 = arg0 . getParent ( ) ; while ( arg0 != null ) { loc0 . add ( 0 , arg0 ) ; arg0 = arg0 . getParent ( ) ; } return loc0 ; } |
16,901 | set the parent variable context for this variable context , when looking up the variable 's value , if the variable is not present in the current context , the parent context is lookedup . concode_field_sep Map variableMap concode_elem_sep VariableContext parentContext concode_elem_sep boolean delegateSets concode_fiel... | void function ( VariableContext arg0 ) { this . parentContext = arg0 ; } |
16,902 | return the singleton instance . concode_field_sep String SQL_ERROR_CODE_DEFAULT_PATH concode_elem_sep Map<DataSource,SQLErrorCodes> dataSourceCache concode_elem_sep Log logger concode_elem_sep String SQL_ERROR_CODE_OVERRIDE_PATH concode_elem_sep Map<String,SQLErrorCodes> errorCodesMap concode_elem_sep SQLErrorCodesFact... | SQLErrorCodesFactory function ( ) { return instance ; } |
16,903 | get custom deserializer concode_field_sep com.google.api.ads.dfp.axis.v201403.ExchangeRateRefreshRate refreshRate concode_elem_sep java.lang.Long exchangeRate concode_elem_sep java.lang.Object __equalsCalc concode_elem_sep boolean __hashCodeCalc concode_elem_sep org.apache.axis.description.TypeDesc typeDesc concode_ele... | org . apache . axis . encoding . Deserializer function ( java . lang . String arg0 , java . lang . Class arg1 , javax . xml . namespace . QName arg2 ) { return new org . apache . axis . encoding . ser . BeanDeserializer ( arg1 , arg2 , typeDesc ) ; } |
16,904 | we can force port to send a fixed ip address , which can be useful with certain nat configurations . concode_field_sep ConnectionContext context concode_field_sep void setParserLocales concode_elem_sep boolean isAutoPassiveIPSubstitution concode_elem_sep FTPConnectMode getConnectMode concode_elem_sep void setStrictRetu... | void function ( String arg0 ) { context . setActiveIPAddress ( arg0 ) ; } |
16,905 | sets new lang . concode_field_sep Integer autologin concode_elem_sep Long attempt_clock concode_elem_sep Integer attempt_failed concode_elem_sep Integer refresh concode_elem_sep Integer type concode_elem_sep Integer userid concode_elem_sep String url concode_elem_sep Integer rows_per_page concode_elem_sep String surnam... | void function ( String arg0 ) { this . lang = arg0 ; } |
16,906 | parse a json text and return an object . concode_field_sep PlaceHolder placeHolder concode_field_sep boolean isJson concode_elem_sep Json getParser concode_elem_sep void jsonEntry | Object function ( JsonFactory arg0 , String arg1 ) { try { Json loc0 = getParser ( arg0 , new java . io . StringReader ( arg1 ) ) ; return loc0 . parseJson ( ) ; } catch ( Throwable loc0 ) { throw new JsonException ( loc0 , "srini_string" ) ; } } |
16,907 | returns the value . concode_field_sep Set set concode_elem_sep Top top concode_elem_sep Lower lower concode_elem_sep long id concode_elem_sep List list concode_elem_sep String value concode_field_sep void setTop concode_elem_sep void setSet concode_elem_sep Set getSet concode_elem_sep List getList concode_elem_sep void... | String function ( ) { return value ; } |
16,908 | timeout value in millis for nodes to accept client connection requests . concode_field_sep boolean redoOperation concode_elem_sep SocketInterceptorConfig socketInterceptorConfig concode_elem_sep SSLConfig sslConfig concode_elem_sep int connectionAttemptLimit concode_elem_sep int connectionAttemptPeriod concode_elem_sep... | int function ( ) { return connectionTimeout ; } |
16,909 | sets the classname of this audit entry . concode_field_sep AuditEntry _auditEntry concode_field_sep void setAuditId concode_elem_sep void setExpandoBridgeAttributes concode_elem_sep long getAuditId concode_elem_sep void setGroupId concode_elem_sep void setAction concode_elem_sep boolean isEscapedModel concode_elem_sep ... | void function ( java . lang . String arg0 ) { _auditEntry . setClassname ( arg0 ) ; } |
16,910 | sets the instancia value for this ossturbonetin . concode_field_sep java.lang.String designador concode_elem_sep org.apache.axis.description.TypeDesc typeDesc concode_elem_sep java.lang.String instancia concode_elem_sep java.lang.String sistemaOriginario concode_elem_sep java.lang.Object __equalsCalc concode_elem_sep j... | void function ( java . lang . String arg0 ) { this . instancia = arg0 ; } |
16,911 | setter for property locale . concode_field_sep Object mutex concode_elem_sep HsqlArrayList bundleList concode_elem_sep Locale locale concode_elem_sep Method newGetBundleMethod concode_elem_sep String prefix concode_elem_sep HashMap bundleHandleMap concode_field_sep String getString concode_elem_sep Method getNewGetBund... | void function ( Locale arg0 ) { synchronized ( mutex ) { if ( arg0 == null ) { throw new IllegalArgumentException ( "srini_string" ) ; } locale = arg0 ; } } |
16,912 | get the format . concode_field_sep String _formatString concode_elem_sep long _lastSeconds concode_elem_sep int _lastMs concode_elem_sep String _lastResult concode_elem_sep String _secFormatString concode_elem_sep String DEFAULT_FORMAT concode_elem_sep DateFormatSymbols _dfs concode_elem_sep String _secFormatString0 co... | SimpleDateFormat function ( ) { return _minFormat ; } |
16,913 | used to initialize the managed bean . concode_field_sep Log logger concode_elem_sep Effect valueChangeEffect concode_field_sep void effectChangeListener concode_elem_sep SelectItem buildSelectItem concode_elem_sep void setValueChangeEffect concode_elem_sep String convertToString concode_elem_sep SelectItem[] buildSelec... | void function ( ) { } |
16,914 | gets the value of the message property . concode_field_sep Integer returnCode concode_elem_sep JAXBElement<String> longMessage concode_elem_sep JAXBElement<String> message concode_field_sep void setLongMessage concode_elem_sep JAXBElement<String> getLongMessage concode_elem_sep void setMessage concode_elem_sep void set... | JAXBElement < String > function ( ) { return message ; } |
16,915 | create a new instance of the jndiname by breaking the provided string format into a jndiname parts . concode_field_sep JndiName parent concode_elem_sep String ENTRY_SEPARATOR concode_elem_sep long serialVersionUID concode_elem_sep String local concode_field_sep JndiName getParent concode_elem_sep String getLocalName co... | JndiName function ( final String arg0 ) { if ( arg0 == null || arg0 . isEmpty ( ) ) throw NamingLogger . ROOT_LOGGER . invalidJndiName ( arg0 ) ; final String [ ] loc0 = arg0 . split ( ENTRY_SEPARATOR ) ; JndiName loc1 = null ; for ( String loc2 : loc0 ) { loc1 = new JndiName ( loc1 , loc2 ) ; } return loc1 ; } |
16,916 | parses a block command like foreach/if . concode_field_sep Pattern foreachPattern concode_elem_sep SqlFileScanner y concode_field_sep void process concode_elem_sep TokenList seekTokenSource concode_elem_sep void main concode_elem_sep void processBlock concode_elem_sep boolean isNestingCommand | TokenList function ( String arg0 ) { if ( arg0 . trim ( ) . startsWith ( "srini_string" ) ) { return seekTokenSource ( "srini_string" ) ; } throw new RuntimeException ( "srini_string" + arg0 ) ; } |
16,917 | returns the set of rules for how to map gradle dependencies to maven scopes . concode_field_sep Object pomDir concode_elem_sep MavenFactory mavenFactory concode_elem_sep ProjectInternal project concode_elem_sep Conf2ScopeMappingContainer conf2ScopeMappings concode_field_sep void setConf2ScopeMappings concode_elem_sep F... | Conf2ScopeMappingContainer function ( ) { return conf2ScopeMappings ; } |
16,918 | given a string representation which was unable to be parsed , produce a status for the response to be sent to the client . concode_field_sep Logger LOGGER concode_elem_sep String parameterName concode_elem_sep T value concode_field_sep int hashCode concode_elem_sep T get concode_elem_sep boolean equals concode_elem_sep... | Status function ( ) { return Status . BAD_REQUEST ; } |
16,919 | returns the vcms article version with the primary key . concode_field_sep VcmsArticleVersionLocalService _service concode_field_sep java.util.List<com.vportal.portlet.vcms.model.VcmsArticleVersion> getVcmsArticleVersions concode_elem_sep int getVcmsArticleVersionsCount concode_elem_sep com.vportal.portlet.vcms.model.Vc... | com . vportal . portlet . vcms . model . VcmsArticleVersion function ( long arg0 ) { return getService ( ) . getVcmsArticleVersion ( arg0 ) ; } |
16,920 | returns the ldap server name . concode_field_sep int DEFAULT_LDAP_PORT concode_elem_sep int port concode_elem_sep String serverName concode_elem_sep String DEFAULT_LDAP_SERVER_NAME concode_field_sep int getPort concode_elem_sep Object clone concode_elem_sep String toString | String function ( ) { return serverName ; } |
16,921 | returns platform where the browser driven by given webdriver runs on . concode_field_sep PlaceHolder placeHolder concode_field_sep boolean isFirefox concode_elem_sep int getFirefoxVersion concode_elem_sep boolean isNativeEventsEnabled concode_elem_sep String getUserAgent concode_elem_sep boolean isInternetExplorer conc... | Platform function ( WebDriver arg0 ) { if ( ! ( arg0 instanceof HasCapabilities ) ) { throw new RuntimeException ( "srini_string" ) ; } Capabilities loc0 = ( ( HasCapabilities ) arg0 ) . getCapabilities ( ) ; return loc0 . getPlatform ( ) ; } |
16,922 | get the required management service id for a given iserver concode_field_sep PlaceHolder placeHolder concode_field_sep IJBossManagerServiceProvider getServiceProvider concode_elem_sep String getRequiredServiceVersion concode_elem_sep RESULT executeWithService concode_elem_sep IJBoss7ManagerService getManagerService con... | String function ( IServer arg0 ) { String loc0 = arg0 . getRuntime ( ) . getRuntimeType ( ) . getId ( ) ; return getRequiredServiceVersion ( loc0 ) ; } |
16,923 | 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... |
16,924 | returns the managed pushbutton object concode_field_sep Image image concode_elem_sep Image disabledImage concode_elem_sep boolean enabled concode_elem_sep boolean visible concode_elem_sep ToolTip toolTipWidget concode_elem_sep String toolTip concode_elem_sep Image downImage concode_elem_sep String stylePrimaryName conc... | FocusPanel function ( ) { return eventWrapper ; } |
16,925 | returns the group entry with the group prefix for a group principal . concode_field_sep String GROUP_PREFIX concode_elem_sep Log LOG concode_field_sep String getGroupName concode_elem_sep boolean isGroupPrincipal concode_elem_sep ScheduledChore getAuthChore | String function ( String arg0 ) { return GROUP_PREFIX + arg0 ; } |
16,926 | appends the object converted to a string to this stringwriter . concode_field_sep String preprefix concode_elem_sep String prefix concode_elem_sep int savePoint concode_elem_sep String postfix concode_elem_sep char[] buffer concode_elem_sep int used concode_elem_sep int indented concode_field_sep int getIndentLevel con... | StringWriter function ( final Object arg0 ) { final String loc0 = String . valueOf ( arg0 ) ; final int loc1 = loc0 . length ( ) ; expand ( used + loc1 ) ; loc0 . getChars ( 0 , loc1 , buffer , used ) ; used += loc1 ; return this ; } |
16,927 | notify all registered listeners with the given variablenotification concode_field_sep Set<INotificationListener> listeners concode_field_sep boolean addNotificationListener concode_elem_sep boolean removeNotificationListener concode_elem_sep void notifyListenersOnEventRaised | void function ( VariableNotification < ? > arg0 ) { for ( INotificationListener loc0 : listeners ) { loc0 . onVariableChanged ( arg0 ) ; } } |
16,928 | module list in order to allow the implementations list to be purged of this module 's implementations concode_field_sep RecoveryStore _recoveryStore concode_elem_sep Vector _transactionUidVector concode_elem_sep String _transactionType concode_elem_sep TransactionStatusConnectionManager _transactionStatusConnectionMgr ... | void function ( ) { Implementations . uninstall ( ) ; } |
16,929 | checks if the y coordinate is zero . concode_field_sep double x concode_elem_sep double y concode_field_sep double getX concode_elem_sep double squareDist concode_elem_sep double getY concode_elem_sep int hashCode concode_elem_sep boolean equals concode_elem_sep boolean isXZero concode_elem_sep double dot concode_elem_... | boolean function ( ) { return DoubleUtils . equalsEps ( y , 0.0 ) ; } |
16,930 | returns the object as if it were a parameter . concode_field_sep Object[] array concode_elem_sep Object[] EMPTY_OBJECT_ARRAY concode_elem_sep String arrayString concode_elem_sep long serialVersionUID concode_field_sep int hashCode concode_elem_sep void writeObject concode_elem_sep boolean equals concode_elem_sep String... | Object [ ] function ( ) { return array ; } |
16,931 | stub . see implementation comment in the method for why this is not implemented yet . concode_field_sep boolean originalAutoCommitMode concode_elem_sep int XA_STATE_INITIAL concode_elem_sep int XA_STATE_DISPOSED concode_elem_sep int XA_STATE_PREPARED concode_elem_sep JDBCXADataSource xaDataSource concode_elem_sep JDBCC... | boolean function ( XAResource arg0 ) { if ( ! ( arg0 instanceof JDBCXAResource ) ) { return false ; } return xaDataSource == ( ( JDBCXAResource ) arg0 ) . getXADataSource ( ) ; } |
16,932 | resets the hmac object for further use concode_field_sep byte[] opad concode_elem_sep byte OPAD concode_elem_sep int blockLength concode_elem_sep MessageDigest digest concode_elem_sep byte[] ipad concode_elem_sep byte IPAD concode_field_sep void init concode_elem_sep int digestLength concode_elem_sep byte[] sign concod... | void function ( ) { digest . reset ( ) ; digest . update ( ipad ) ; } |
16,933 | returns the user name of this d d m structure layout . concode_field_sep DDMStructureLayout _ddmStructureLayout concode_field_sep java.lang.String getDefinition concode_elem_sep void setExpandoBridgeAttributes concode_elem_sep void setExpandoBridgeAttributes concode_elem_sep void setExpandoBridgeAttributes concode_elem... | java . lang . String function ( ) { return _ddmStructureLayout . getUserName ( ) ; } |
16,934 | push an array or object scope . 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 char stack[] concode_field_sep void pop concode_elem_sep JSONWriter array concode_elem_sep JSONWriter end concode_elem_sep JSO... | void function ( char arg0 ) { if ( this . top >= maxdepth ) { throw new JSONException ( "srini_string" ) ; } this . stack [ this . top ] = arg0 ; this . mode = arg0 ; this . top += 1 ; } |
16,935 | converts the children of the given dom element and adds them to the given composite expression . note this is an internal method and should not be called by clients . concode_field_sep ElementHandler INSTANCE concode_field_sep Expression create concode_elem_sep Expression create concode_elem_sep ElementHandler getDefau... | void function ( ExpressionConverter arg0 , Element arg1 , CompositeExpression arg2 ) { arg0 . processChildren ( arg1 , arg2 ) ; } |
16,936 | sets the results value for this companypage . concode_field_sep java.lang.Integer startIndex concode_elem_sep java.lang.Object __equalsCalc concode_elem_sep boolean __hashCodeCalc concode_elem_sep java.lang.Integer totalResultSetSize concode_elem_sep org.apache.axis.description.TypeDesc typeDesc concode_elem_sep com.go... | void function ( com . google . api . ads . dfp . axis . v201408 . Company [ ] arg0 ) { this . results = arg0 ; } |
16,937 | sets whether or not pattern matching should be case sensitive is by default turned on true . concode_field_sep String[] excludes concode_elem_sep boolean caseSensitive concode_elem_sep String[] includes concode_elem_sep Logger LOG concode_elem_sep AntPathMatcher matcher concode_field_sep boolean isCaseSensitive concode... | void function ( boolean arg0 ) { this . caseSensitive = arg0 ; } |
16,938 | check if the playback is complete . note this will never return true if we 're looping concode_field_sep boolean soundWorks concode_elem_sep int songDuration concode_elem_sep IntBuffer bufferNames concode_elem_sep Module module concode_elem_sep int source concode_elem_sep int sectionSize concode_elem_sep byte[] data co... | boolean function ( ) { return done ; } |
16,939 | update the security question concode_field_sep int TRUE concode_elem_sep boolean passwordChangeRequired concode_elem_sep boolean accountLock concode_elem_sep Map<String,String> userIdentityDataMap concode_elem_sep int failedAttempts concode_elem_sep boolean isAccountDisabled concode_elem_sep long serialVersionUID conco... | void function ( UserIdentityClaimDTO [ ] arg0 ) { for ( UserIdentityClaimDTO loc0 : arg0 ) { if ( loc0 . getClaimUri ( ) != null && loc0 . getClaimValue ( ) != null && loc0 . getClaimUri ( ) . contains ( UserCoreConstants . ClaimTypeURIs . CHALLENGE_QUESTION_URI ) ) { userIdentityDataMap . put ( loc0 . getClaimUri ( ) ... |
16,940 | this version of decode honors the intent of reader.decode binarybitmap in that it passes null as a hint to the decoders . however , that makes it inefficient to call repeatedly . use sethints followed by decodewithstate for continuous scan applications . concode_field_sep Reader[] readers concode_elem_sep Map<DecodeHin... | Result function ( BinaryBitmap arg0 ) { setHints ( null ) ; return decodeInternal ( arg0 ) ; } |
16,941 | sets processed files stats concode_field_sep int numberOfFiles concode_elem_sep long totalSize concode_elem_sep int processedFiles concode_elem_sep boolean aborted concode_elem_sep String failure concode_elem_sep long startTime concode_elem_sep long indexVersion concode_elem_sep long time concode_elem_sep long processe... | void function ( int arg0 , long arg1 ) { processedFiles = arg0 ; processedSize = arg1 ; } |
16,942 | gets the table of checkbox states . concode_field_sep boolean dialogRendered concode_elem_sep DateFormat selectedFormat concode_elem_sep ArrayList checkedTimeZoneList concode_elem_sep DateFormat serverFormat concode_elem_sep int renderInterval concode_elem_sep ArrayList allTimeZoneList concode_elem_sep Hashtable checkb... | Hashtable function ( ) { return checkboxStates ; } |
16,943 | returns an icon for checkboxes in the basiclookandfeel . checkbox icons in the basic l&f are empty and have a size of 13x13 pixels . this method returns a shared single instance of this icon . concode_field_sep CheckBoxIcon checkBoxIcon concode_elem_sep long serialVersionUID concode_elem_sep RadioButtonIcon radioButton... | Icon function ( ) { if ( checkBoxIcon == null ) checkBoxIcon = new CheckBoxIcon ( ) ; return checkBoxIcon ; } |
16,944 | the termination policies supported by auto scaling oldestinstance , oldestlaunchconfiguration , newestinstance , closesttonextinstancehour , and default . note : this method appends the values to the existing list if any . use #setterminationpolicytypes java.util.collection or #withterminationpolicytypes java.util.coll... | DescribeTerminationPolicyTypesResult function ( String ... arg0 ) { if ( this . terminationPolicyTypes == null ) { setTerminationPolicyTypes ( new com . amazonaws . internal . SdkInternalList < String > ( arg0 . length ) ) ; } for ( String loc0 : arg0 ) { this . terminationPolicyTypes . add ( loc0 ) ; } return this ; } |
16,945 | returns black foreground by default . concode_field_sep PlaceHolder placeHolder concode_field_sep boolean isShowWatermark concode_elem_sep void modifyExampleTab concode_elem_sep URL getResource concode_elem_sep ImageIcon loadIcon concode_elem_sep boolean isSingleExample concode_elem_sep FeatureState getFeatureGroupStat... | Color function ( ) { return Color . BLACK ; } |
16,946 | creates a new accesstoken using the information contained in an intent populated by the facebook application in order to launch a native link . for more information on native linking , please see https://developers.facebook.com/docs/mobile/android/deep_linking/ . concode_field_sep Date ALREADY_EXPIRED_EXPIRATION_TIME c... | AccessToken function ( Intent arg0 ) { Validate . notNull ( arg0 , "srini_string" ) ; if ( arg0 . getExtras ( ) == null ) { return null ; } return createFromBundle ( null , arg0 . getExtras ( ) , AccessTokenSource . FACEBOOK_APPLICATION_WEB , new Date ( ) ) ; } |
16,947 | read the exception from the given cdr stream . concode_field_sep String _id concode_field_sep CannotProceed extract concode_elem_sep void insert concode_elem_sep String id concode_elem_sep TypeCode type concode_elem_sep void write | CannotProceed function ( InputStream arg0 ) { CannotProceed loc0 = new CannotProceed ( ) ; arg0 . read_string ( ) ; loc0 . cxt = NamingContextHelper . read ( arg0 ) ; loc0 . rest_of_name = NameHelper . read ( arg0 ) ; return loc0 ; } |
16,948 | get the list of html script brushes . see also #sethtmlscript boolean . concode_field_sep Brush brush concode_elem_sep boolean htmlScript concode_elem_sep List<Brush> htmlScriptBrushesList concode_elem_sep SyntaxHighlighter syntaxHighlighter concode_field_sep void addHTMLScriptBrush concode_elem_sep void setHtmlScript ... | List < Brush > function ( ) { return new ArrayList < Brush > ( htmlScriptBrushesList ) ; } |
16,949 | returns the next power of 2 given a certain integer value code was partially taken from ij.plugin.fft.java : : pad . thanks for the inspiration ! concode_field_sep int sizeOfBead concode_elem_sep ImagePlus image concode_elem_sep int vW concode_elem_sep int vH concode_elem_sep double end concode_elem_sep double r concod... | int function ( int arg0 ) { int loc0 = 2 ; while ( loc0 < arg0 ) { loc0 *= 2 ; } return loc0 ; } |
16,950 | notifies handler that an active transaction is about to complete . concode_field_sep int activeInvocationCount concode_elem_sep InjectedValue<DeploymentRepository> deploymentRepositoryInjectedValue concode_elem_sep AtomicIntegerFieldUpdater<EJBSuspendHandlerService> activeTransactionCountUpdater concode_elem_sep boolea... | void function ( ) { } |
16,951 | returns boolean that could possibly be null . concode_field_sep FromJsonHelper fromApiJsonHelper concode_elem_sep String jsonQuery concode_elem_sep JsonElement parsedQuery concode_field_sep Long longValueOfParameterNamed concode_elem_sep boolean isChangeInStringParameterNamed concode_elem_sep String passwordValueOfPara... | Boolean function ( final String arg0 ) { return this . fromApiJsonHelper . extractBooleanNamed ( arg0 , this . parsedQuery ) ; } |
16,952 | converts an array of character bytes representing hexadecimal values into an array of bytes of those same values . the returned array will be half the length of the passed array , as it takes two characters to represent any given byte . an exception is thrown if the passed char array has an odd number of elements . con... | byte [ ] function ( final byte [ ] arg0 ) { return decodeHex ( new String ( arg0 , getCharset ( ) ) . toCharArray ( ) ) ; } |
16,953 | returns the area of a closed path on earth . concode_field_sep PlaceHolder placeHolder concode_field_sep double computeSignedArea concode_elem_sep double computeSignedArea concode_elem_sep LatLng computeOffsetOrigin concode_elem_sep double computeLength concode_elem_sep double computeDistanceBetween concode_elem_sep La... | double function ( List < LatLng > arg0 ) { return abs ( computeSignedArea ( arg0 ) ) ; } |
16,954 | escape the passed url to use the percentage maskings . concode_field_sep Charset URL_CHARSET concode_elem_sep Locale URL_LOCALE concode_field_sep URL getSMPURLOfParticipant concode_elem_sep URL getSMPURLOfParticipant concode_elem_sep URI getSMPURIOfParticipant concode_elem_sep URI getSMPURIOfParticipant concode_elem_se... | String function ( @ Nullable final String arg0 ) { return arg0 == null ? null : CharEscapers . uriEscaper ( false ) . escape ( arg0 ) ; } |
16,955 | clears cached search results for this page index and clears the highlighted state for this page . concode_field_sep HashMap<Integer,WeakReference<PageText>> searchResultCache concode_elem_sep ArrayList<SearchTerm> searchTerms concode_field_sep void addPageSearchHit concode_elem_sep Set<Integer> getPageSearchHits concod... | void function ( int arg0 ) { WeakReference < PageText > loc0 = searchResultCache . get ( arg0 ) ; if ( loc0 != null ) { PageText loc1 = loc0 . get ( ) ; if ( loc1 != null ) { loc1 . clearHighlighted ( ) ; } } searchResultCache . remove ( arg0 ) ; } |
16,956 | releases the depressed left mouse button at the current mouse location . concode_field_sep Mouse mouse concode_elem_sep Keyboard keyboard concode_elem_sep CompositeAction action concode_field_sep void perform concode_elem_sep Actions keyUp concode_elem_sep Actions keyUp concode_elem_sep Actions sendKeys concode_elem_se... | Actions function ( ) { return this . release ( null ) ; } |
16,957 | returns an entry name length concode_field_sep ChmCommons.EntryType entryType concode_elem_sep int offset concode_elem_sep String name concode_elem_sep int length concode_elem_sep int name_length concode_field_sep void setName concode_elem_sep void setLength concode_elem_sep String getName concode_elem_sep void setEntr... | int function ( ) { return name_length ; } |
16,958 | build a configurationmetadatarepository with the current state of thisbuilder . concode_field_sep Charset defaultCharset concode_elem_sep List<SimpleConfigurationMetadataRepository> repositories concode_elem_sep Charset UTF_8 concode_elem_sep JsonReader reader concode_field_sep SimpleConfigurationMetadataRepository add... | ConfigurationMetadataRepository function ( ) { SimpleConfigurationMetadataRepository loc0 = new SimpleConfigurationMetadataRepository ( ) ; for ( SimpleConfigurationMetadataRepository loc1 : this . repositories ) { loc0 . include ( loc1 ) ; } return loc0 ; } |
16,959 | this implementation always returns null , indicating that no jdbc connection can be provided . concode_field_sep PlaceHolder placeHolder concode_field_sep Object prepareTransaction concode_elem_sep Object beginTransaction concode_elem_sep DataAccessException translateExceptionIfPossible concode_elem_sep void releaseJdb... | ConnectionHandle function ( EntityManager arg0 , boolean arg1 ) { return null ; } |
16,960 | creates a cdata section node selector . concode_field_sep PlaceHolder placeHolder concode_field_sep CharacterDataSelector createTextNodeSelector concode_elem_sep SimpleSelector createRootNodeSelector concode_elem_sep DescendantSelector createChildSelector concode_elem_sep SimpleSelector createAnyNodeSelector concode_el... | CharacterDataSelector function ( String arg0 ) { return new CSSCharacterDataSelector ( arg0 ) ; } |
16,961 | keycloak-732 concode_field_sep PublicKey realmPublicKey concode_elem_sep AbstractKeycloakRule keycloakRule concode_elem_sep AdapterTestStrategy testStrategy concode_field_sep void testLoginSSOMax concode_elem_sep void testLoginSSOIdleRemoveExpiredUserSessions concode_elem_sep void testSessionInvalidatedAfterFailedRefre... | void function ( ) { testStrategy . testSingleSessionInvalidated ( ) ; } |
16,962 | maximum number of bytes to be encrypted at a time when sasl encryption is enabled . concode_field_sep ConfigProvider conf concode_field_sep int ioRetryWaitTimeMs concode_elem_sep String ioMode concode_elem_sep int serverThreads concode_elem_sep int receiveBuf concode_elem_sep int sendBuf concode_elem_sep int numConnect... | int function ( ) { return Ints . checkedCast ( JavaUtils . byteStringAsBytes ( conf . get ( "srini_string" , "srini_string" ) ) ) ; } |
16,963 | gets the value of the id property . concode_field_sep OtherCertStatusRefsType otherRefs concode_elem_sep CRLRefsType crlRefs concode_elem_sep OCSPRefsType ocspRefs concode_elem_sep String id concode_field_sep void setCRLRefs concode_elem_sep void setOCSPRefs concode_elem_sep OCSPRefsType getOCSPRefs concode_elem_sep vo... | String function ( ) { return id ; } |
16,964 | tranlates unspecified no_system_exit property to false , the default typically required when a server is started from the command line . concode_field_sep PlaceHolder placeHolder concode_field_sep int getDefaultPort concode_elem_sep String[] listLocalInetAddressNames concode_elem_sep void translateDefaultDatabaseProper... | void function ( HsqlProperties arg0 ) { if ( arg0 == null ) { return ; } arg0 . setPropertyIfNotExists ( SC_KEY_NO_SYSTEM_EXIT , "srini_string" ) ; } |
16,965 | convenience method to check wither a given changesetfilter type is a reason for running the change set or not . concode_field_sep CheckSum currentCheckSum concode_elem_sep RanChangeSet ranChangeSet concode_elem_sep String comments concode_elem_sep Set<ChangeSetFilterResult> filterResults concode_elem_sep Date dateLastE... | boolean function ( Class < ? extends ChangeSetFilter > arg0 ) { if ( ! willRun ) { return false ; } if ( filterResults == null ) { return false ; } for ( ChangeSetFilterResult loc0 : filterResults ) { if ( loc0 . getFilter ( ) . equals ( arg0 ) ) { return true ; } } return false ; } |
16,966 | get the transaction manager . concode_field_sep TransactionManager TRANSACTION_MANAGER concode_field_sep void resume concode_elem_sep TxContext suspend concode_elem_sep void enlistForDurableTwoPhase concode_elem_sep TxContext currentTransaction concode_elem_sep void enlistForVolatileTwoPhase concode_elem_sep int replay... | TransactionManager function ( ) { return TRANSACTION_MANAGER ; } |
16,967 | create an instance of navigation 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 Node createNode concode_elem_sep JspxPages cr... | Navigation function ( ) { return new Navigation ( ) ; } |
16,968 | the https port the custom origin listens on . concode_field_sep Integer hTTPPort concode_elem_sep String originProtocolPolicy concode_elem_sep Integer hTTPSPort concode_elem_sep String dNSName concode_field_sep CustomOrigin withHTTPSPort concode_elem_sep CustomOrigin withOriginProtocolPolicy concode_elem_sep CustomOrig... | Integer function ( ) { return hTTPSPort ; } |
16,969 | attempt to convert the specified string to the appropriate objectid instance . this method is called by the idgenerator #stringtoobject string method , whichmust process the protocol to determine the correct parser to use . as such , it guarantees that the parser that receives this call can assume that the protocol was... | ObjectID function ( String arg0 ) { return UUID . stringToObject ( arg0 ) ; } |
16,970 | positions the scan before its first record . in other words , the lhs scan is positioned at its first record , and the rhs scan is positioned before its first record . concode_field_sep Scan s1 concode_elem_sep Scan s2 concode_field_sep boolean next concode_elem_sep int getInt concode_elem_sep Constant getVal concode_e... | void function ( ) { s1 . beforeFirst ( ) ; s1 . next ( ) ; s2 . beforeFirst ( ) ; } |
16,971 | calculates the least common multiple of two numbers concode_field_sep PlaceHolder placeHolder concode_field_sep int gcd concode_elem_sep int gcd | int function ( int arg0 , int arg1 ) { return arg0 * arg1 / gcd ( arg1 , arg0 ) ; } |
16,972 | sets the rendering hints to apply to the graphics2d instance used by the renderer ; see java.awt.graphics2d #setrenderinghints java.util.map . the map need not specify values for all properties ; any settings in this map will be applied as override to the default settings , and will not replace the entire map for the g... | void function ( Map arg0 ) { renderingHints = arg0 ; } |
16,973 | setter for the field declaredat . concode_field_sep boolean additional concode_elem_sep String id concode_elem_sep AbstractType declaredAt concode_elem_sep AbstractType type concode_elem_sep boolean required concode_elem_sep boolean isMap concode_field_sep AbstractType getDeclaredAt concode_elem_sep boolean isRequired ... | void function ( AbstractType arg0 ) { this . declaredAt = arg0 ; } |
16,974 | set the count of all of the unnamed parameters in the sql statement . concode_field_sep int totalParameterCount concode_elem_sep List<int[]> parameterIndexes concode_elem_sep int namedParameterCount concode_elem_sep String originalSql concode_elem_sep List<String> parameterNames concode_elem_sep int unnamedParameterCou... | void function ( int arg0 ) { this . unnamedParameterCount = arg0 ; } |
16,975 | override this method to complete the verification of openid response . concode_field_sep PlaceHolder placeHolder concode_field_sep void doOnRequest | boolean function ( AuthSuccess arg0 ) { return true ; } |
16,976 | sets the outline stroke . concode_field_sep double rotateX concode_elem_sep Paint outlinePaint concode_elem_sep int size concode_elem_sep AffineTransform transform concode_elem_sep Paint highlightPaint concode_elem_sep double rotateY concode_elem_sep Stroke outlineStroke concode_elem_sep Paint fillPaint concode_elem_se... | void function ( Stroke arg0 ) { if ( arg0 != null ) { this . outlineStroke = arg0 ; } } |
16,977 | create an unsigned long concode_field_sep PlaceHolder placeHolder concode_field_sep UByte ubyte concode_elem_sep UByte ubyte concode_elem_sep UByte ubyte concode_elem_sep UByte ubyte concode_elem_sep UByte ubyte concode_elem_sep UShort ushort concode_elem_sep UShort ushort concode_elem_sep UShort ushort concode_elem_se... | ULong function ( BigInteger arg0 ) { return ULong . valueOf ( arg0 ) ; } |
16,978 | method to set the opcode . concode_field_sep int payloadOffset concode_elem_sep short HW_MAX_LEN concode_elem_sep byte[] targetHWAddr concode_elem_sep jND_BYTE2 protAddrTypeNo concode_elem_sep byte[] srcProtAddr concode_elem_sep byte[] pload concode_elem_sep int ARP_REPLY concode_elem_sep int headerOffset concode_elem_... | void function ( jND_BYTE2 arg0 ) { opcodeNo = arg0 ; } |
16,979 | add an array of statistics to this object concode_field_sep String statName concode_elem_sep int floor concode_elem_sep String explanation concode_elem_sep String sectionHeader concode_elem_sep String resultName concode_elem_sep List<Stat> stats concode_field_sep void setFloor concode_elem_sep Stat[] getStats concode_e... | void function ( Stat [ ] arg0 ) { for ( int loc0 = 0 ; loc0 < arg0 . length ; loc0 ++ ) { this . stats . add ( arg0 [ loc0 ] ) ; } return ; } |
16,980 | override this method to do any cleanup needed after generation concode_field_sep String SCT_GENERATOR_CONSOLE concode_elem_sep IGeneratorBridge bridge concode_elem_sep MessageConsoleStream error concode_elem_sep Injector injector concode_elem_sep MessageConsoleStream info concode_field_sep void refreshTargetProject con... | void function ( GeneratorEntry arg0 ) { } |
16,981 | does internal initialization required by vm . concode_field_sep int CPE_TYPE_TCP concode_elem_sep int CPE_TYPE_DIRECTORY concode_elem_sep int CPE_TYPE_JAR concode_elem_sep int kernelVersion concode_elem_sep int CPE_TYPE_UNUSABLE concode_elem_sep int CPE_TYPE_UNKNOWN concode_field_sep Class<?> findClassOrNull concode_el... | void function ( ) { } |
16,982 | by default , do n't exclude any objects from the copy operation . 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 XMLResource getResource concode_elem_sep Stri... | Collection function ( Set arg0 ) { return Collections . EMPTY_SET ; } |
16,983 | returns string that prints the fractions like 1/4 , 2?2/3 , and so on when proper is true otherwise the fraction is simply return as a numerator and denominator 26/10 concode_field_sep int num concode_elem_sep int denom concode_field_sep Fraction recip concode_elem_sep int getNum concode_elem_sep int gcd concode_elem_s... | String function ( boolean arg0 ) { if ( arg0 ) { if ( this . denom < this . num ) { int loc0 = this . num % this . denom ; int loc1 = this . num - loc0 ; int loc2 = loc1 / this . denom ; return ( "srini_string" + loc2 + "srini_string" + loc0 + "srini_string" + this . denom ) ; } } return ( "srini_string" + this . num +... |
16,984 | gets the value of the role property . concode_field_sep String role concode_elem_sep CIResponsiblePartyType ciResponsibleParty concode_elem_sep String arcrole concode_elem_sep String show concode_elem_sep String actuate concode_elem_sep List<String> nilReason concode_elem_sep String href concode_elem_sep String type co... | String function ( ) { return role ; } |
16,985 | set the effectivesecurityrules value . concode_field_sep List<EffectiveNetworkSecurityRule> effectiveSecurityRules concode_elem_sep EffectiveNetworkSecurityGroupAssociation association concode_elem_sep SubResource networkSecurityGroup concode_field_sep List<EffectiveNetworkSecurityRule> effectiveSecurityRules concode_e... | EffectiveNetworkSecurityGroup function ( List < EffectiveNetworkSecurityRule > arg0 ) { this . effectiveSecurityRules = arg0 ; return this ; } |
16,986 | returns a successful response containing the parsed result . concode_field_sep T result concode_elem_sep Cache.Entry cacheEntry concode_elem_sep boolean intermediate concode_elem_sep VolleyError error concode_field_sep void onResponse concode_elem_sep void onErrorResponse concode_elem_sep Response<T> error concode_elem... | Response < T > function ( T arg0 , Cache . Entry arg1 ) { return new Response < T > ( arg0 , arg1 ) ; } |
16,987 | returns a hash code for this instance . concode_field_sep Map seriesLabelLists concode_elem_sep String formatPattern concode_elem_sep String DEFAULT_LABEL_FORMAT concode_elem_sep long serialVersionUID concode_elem_sep String additionalFormatPattern concode_field_sep boolean equals concode_elem_sep Object clone concode_... | int function ( ) { int loc0 = 127 ; loc0 = HashUtilities . hashCode ( loc0 , this . formatPattern ) ; loc0 = HashUtilities . hashCode ( loc0 , this . additionalFormatPattern ) ; loc0 = HashUtilities . hashCode ( loc0 , this . seriesLabelLists ) ; return loc0 ; } |
16,988 | getter function for the native pointer to the data in this frame concode_field_sep long dataPtr concode_elem_sep int frameID concode_elem_sep int dataSize concode_elem_sep boolean isNew concode_elem_sep long timestamp concode_field_sep void setDataPtr concode_elem_sep long getTimestamp concode_elem_sep int getFrameID c... | long function ( ) { return this . dataPtr ; } |
16,989 | close all child iterators . concode_field_sep boolean first concode_elem_sep PriorityQueue<ComposableRecordReader<K,?>> q concode_elem_sep ResetableIterator<X>[] iters concode_elem_sep WritableComparator cmp concode_elem_sep JoinCollector jc concode_elem_sep Configuration conf concode_elem_sep Class<? extends WritableC... | void function ( ) { for ( int loc0 = 0 ; loc0 < iters . length ; ++ loc0 ) { iters [ loc0 ] . close ( ) ; } } |
16,990 | called whenever the osgi framework stops our bundle concode_field_sep BundleContext context concode_elem_sep Logger logger concode_field_sep void start concode_elem_sep BundleContext getContext | void function ( BundleContext arg0 ) { context = null ; logger . debug ( "srini_string" ) ; } |
16,991 | drawing src bitmap to dest bitmap with rounded corners concode_field_sep int CLEAR_COLOR concode_field_sep void drawInRound concode_elem_sep void drawInRound concode_elem_sep void drawTo concode_elem_sep void drawTo concode_elem_sep void drawMasked concode_elem_sep void drawMasked concode_elem_sep void clearBitmap conc... | void function ( Bitmap arg0 , Bitmap arg1 , int arg2 ) { drawRoundedCorners ( arg0 , arg1 , arg2 , CLEAR_COLOR ) ; } |
16,992 | start offset of this passage . concode_field_sep BytesRef matchTerms[] concode_elem_sep int matchEnds[] concode_elem_sep int numMatches concode_elem_sep float score concode_elem_sep int endOffset concode_elem_sep int matchStarts[] concode_elem_sep int startOffset concode_field_sep int getEndOffset concode_elem_sep void... | int function ( ) { return startOffset ; } |
16,993 | gets the icon with the given file paths . if it does not exist , it creates it , adds it to the cache and returns it . concode_field_sep Map<String,Image> iconsByPaths concode_field_sep placeholderType placeHolder | Image function ( File arg0 ) { return get ( arg0 , null ) ; } |
16,994 | sets the listener . concode_field_sep Listener mListener concode_elem_sep MultiPointerGestureDetector mDetector concode_field_sep void restartGesture concode_elem_sep boolean onTouchEvent concode_elem_sep float calcAverage concode_elem_sep float getRotation concode_elem_sep TransformGestureDetector newInstance concode_... | void function ( Listener arg0 ) { mListener = arg0 ; } |
16,995 | deletes the folder from the database . also notifies the appropriate model listeners . concode_field_sep FolderLocalService _folderLocalService concode_field_sep java.lang.String getOSGiServiceIdentifier concode_elem_sep void setWrappedService concode_elem_sep com.liferay.portal.kernel.dao.orm.ActionableDynamicQuery ge... | com . liferay . mail . model . Folder function ( com . liferay . mail . model . Folder arg0 ) { return _folderLocalService . deleteFolder ( arg0 ) ; } |
16,996 | register a command . any existing registration is overwritten . concode_field_sep JSONArray args concode_elem_sep String commandType concode_elem_sep CommandProcessor processor concode_elem_sep AtomicInteger currentId concode_elem_sep boolean didUpdateLocale concode_elem_sep String LOG_TAG concode_elem_sep ConcurrentHa... | void function ( String arg0 , CommandRunner arg1 ) { commands . put ( arg0 , arg1 ) ; } |
16,997 | can read any environment , thus always returns true . concode_field_sep PlaceHolder placeHolder concode_field_sep TypedValue read concode_elem_sep Class<?>[] getSpecificTargetClasses concode_elem_sep boolean canWrite concode_elem_sep void write | boolean function ( EvaluationContext arg0 , Object arg1 , String arg2 ) { return true ; } |
16,998 | used to communicate a progress update between a plugin tool and the main whitebox user interface . concode_field_sep String[] args concode_elem_sep boolean cancelOp concode_elem_sep WhiteboxPluginHost myHost concode_elem_sep String previousProgressLabel concode_elem_sep int previousProgress concode_elem_sep boolean amI... | void function ( int arg0 ) { if ( myHost != null && arg0 != previousProgress ) { myHost . updateProgress ( arg0 ) ; } previousProgress = arg0 ; } |
16,999 | shortcut for finding the boolean value for #directive_create_asynchronously directive using the givenheaders . assumes the headers belong to a spring powered bundle . concode_field_sep String CONTEXT_LOCATION_SEPARATOR concode_elem_sep String LEFT_OPEN_INTERVAL concode_elem_sep long DIRECTIVE_TIMEOUT_DEFAULT concode_el... | boolean function ( Dictionary arg0 ) { String loc0 = getDirectiveValue ( arg0 , DIRECTIVE_CREATE_ASYNCHRONOUSLY ) ; return ( loc0 != null ? Boolean . valueOf ( loc0 ) : DIRECTIVE_CREATE_ASYNCHRONOUSLY_DEFAULT ) ; } |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.