idx int64 0 100k | question stringlengths 68 7.19k | target stringlengths 20 663 |
|---|---|---|
1,700 | returns whether or not this version is identical to the given version for example : 1.7.10 matches 1.7.10 , but not 1.7.9 or 1.7.8 concode_field_sep String version concode_elem_sep int[] numericVersion concode_field_sep String getVersion concode_elem_sep String getNumericVersionString concode_elem_sep boolean isSupport... | boolean function ( String arg0 ) { return isIdentical ( new Version ( arg0 ) ) ; } |
1,701 | sets the value of the href property . concode_field_sep String role concode_elem_sep String arcrole concode_elem_sep ClAlternativeExpressionType clAlternativeExpression concode_elem_sep String show concode_elem_sep String actuate concode_elem_sep List<String> nilReason concode_elem_sep String href concode_elem_sep Stri... | void function ( String arg0 ) { this . href = arg0 ; } |
1,702 | this is called when a resource adapter instance is bootstrapped . concode_field_sep Logger log concode_elem_sep String name concode_field_sep void setName concode_elem_sep String getName concode_elem_sep void endpointActivation concode_elem_sep void stop concode_elem_sep int hashCode concode_elem_sep void endpointDeact... | void function ( BootstrapContext arg0 ) { log . trace ( "srini_string" ) ; } |
1,703 | notify that a task is starting . concode_field_sep Condition mightBeDone concode_elem_sep int completedTasks concode_elem_sep Lock accessLock concode_elem_sep int id concode_elem_sep int totalTasks concode_field_sep void taskStopping concode_elem_sep void waitForComplete concode_elem_sep boolean getNoTasks concode_elem... | void function ( ) { this . accessLock . lock ( ) ; try { this . totalTasks ++ ; } finally { this . accessLock . unlock ( ) ; } } |
1,704 | 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 ; } |
1,705 | starts describing function that starts with a single item . concode_field_sep Supplier<? extends T> supplier concode_field_sep Function<F,T> supplierAsFunction concode_elem_sep T apply concode_elem_sep Function<F,T> staticFunction concode_elem_sep Function<T,T> identityFunction concode_elem_sep FList<F,List<F>,List<F>>... | FItem < F , F > function ( @ Nullable Class < F > arg0 ) { return new FunctionCompiler ( ) ; } |
1,706 | gets the string value of the name object . this is the same as getname concode_field_sep int HEX_CHAR concode_elem_sep Logger logger concode_elem_sep String name concode_field_sep String convertHexChars concode_elem_sep String getName concode_elem_sep int hashCode concode_elem_sep boolean equals | String function ( ) { return name ; } |
1,707 | ensures that the current thread is the ui thread . concode_field_sep String EMPTY_ARGUMENTS concode_elem_sep boolean sStrictMode concode_field_sep void checkNotNull concode_elem_sep void checkNotNull concode_elem_sep void checkNotNull concode_elem_sep boolean checkNotNull concode_elem_sep boolean checkNotNull concode_e... | void function ( ) { checkUiThreadInternal ( true , "srini_string" , EMPTY_ARGUMENTS ) ; } |
1,708 | sets the name for this filterrule . concode_field_sep String name concode_elem_sep String value concode_field_sep String getValue concode_elem_sep String getName concode_elem_sep FilterRule withValue concode_elem_sep void setValue concode_elem_sep FilterRule withName | void function ( String arg0 ) { if ( arg0 == null ) { throw new IllegalArgumentException ( "srini_string" ) ; } this . name = arg0 ; } |
1,709 | creates a griddatafactory initialized with defaults . initial values are : align swt.fill , swt.fill exclude false grab false , false span 1,1 concode_field_sep GridData data concode_field_sep GridDataFactory fillDefaultsInternal concode_elem_sep GridDataFactory align concode_elem_sep GridDataFactory grab concode_elem_... | GridDataFactory function ( ) { return new GridDataFactory ( ) . fillDefaultsInternal ( ) ; } |
1,710 | return the yanginstanceidentifier of the root node . concode_field_sep long serialVersionUID concode_elem_sep LogicalDatastoreType datastoreType concode_elem_sep YangInstanceIdentifier rootIdentifier concode_field_sep boolean contains concode_elem_sep int hashCode concode_elem_sep LogicalDatastoreType getDatastoreType ... | YangInstanceIdentifier function ( ) { return rootIdentifier ; } |
1,711 | returns an instance which specifies that the natural ordering of the elements is guaranteed . concode_field_sep Comparator<T> comparator concode_elem_sep Type type concode_field_sep ElementOrder<S> unordered concode_elem_sep Comparator<T> comparator concode_elem_sep ElementOrder<S> sorted concode_elem_sep int hashCode ... | ElementOrder < S > function ( ) { return new ElementOrder < S > ( Type . SORTED , Ordering . < S > natural ( ) ) ; } |
1,712 | return the configured destination for broadcasting userregistry information . concode_field_sep TaskScheduler scheduler concode_elem_sep UserRegistryTask schedulerTask concode_elem_sep SimpMessagingTemplate brokerTemplate concode_elem_sep String broadcastDestination concode_elem_sep long registryExpirationPeriod concod... | String function ( ) { return this . broadcastDestination ; } |
1,713 | string representation . concode_field_sep Group parent concode_elem_sep String pdbline concode_elem_sep double occupancy concode_elem_sep double tempfactor concode_elem_sep String name concode_elem_sep int pdbserial concode_elem_sep String fullName concode_elem_sep Character altLoc concode_elem_sep long serialVersionUI... | String function ( ) { String loc0 = fullName + "srini_string" + name + "srini_string" + element + "srini_string" + pdbserial + "srini_string" + coords [ 0 ] + "srini_string" + coords [ 1 ] + "srini_string" + coords [ 2 ] ; return loc0 ; } |
1,714 | gets the date of performance . concode_field_sep Boolean canceled concode_elem_sep long serialVersionUID concode_elem_sep List<Ticket> tickets concode_elem_sep Performance performance concode_elem_sep Integer id concode_elem_sep Date dateOfPerformance concode_elem_sep Room room concode_field_sep void setCanceled concod... | Date function ( ) { return dateOfPerformance ; } |
1,715 | generates an new cursormark bound for use with the same sortspec as the current cursormark but using the new sortvalues . concode_field_sep JavaBinCodec codec concode_elem_sep SortSpec sortSpec concode_elem_sep List<Object> values concode_field_sep void setSortValues concode_elem_sep void parseSerializedTotem concode_e... | CursorMark function ( List < Object > arg0 ) { final CursorMark loc0 = new CursorMark ( this ) ; loc0 . setSortValues ( arg0 ) ; return loc0 ; } |
1,716 | get the state string concode_field_sep int[] clockSplits concode_elem_sep long finishTime concode_elem_sep int[] physMemKbytes concode_elem_sep Counters counters concode_elem_sep TaskType taskType concode_elem_sep String hostname concode_elem_sep long shuffleFinishTime concode_elem_sep int port concode_elem_sep int[][]... | String function ( ) { return state . toString ( ) ; } |
1,717 | returns a array of libraries as urls that are not exported by the plugin . concode_field_sep String fProviderName concode_elem_sep ArrayList<ExtensionPoint> fExtensionPoints concode_elem_sep ArrayList<URL> fExportedLibs concode_elem_sep String fPluginPath concode_elem_sep ArrayList<URL> fNotExportedLibs concode_elem_se... | URL [ ] function ( ) { return fNotExportedLibs . toArray ( new URL [ fNotExportedLibs . size ( ) ] ) ; } |
1,718 | retrieves the registered org.wso2.carbon.mediator.service.mediatorservice collection concode_field_sep MediatorStore instance concode_elem_sep Map<String,MediatorService> store concode_field_sep void unRegisterMediator concode_elem_sep HashMap<String,HashMap<String,String>> getMediatorMenuItems concode_elem_sep Mediato... | Collection < MediatorService > function ( ) { return store . values ( ) ; } |
1,719 | gets the color of a pixel . concode_field_sep BufferedImage image concode_elem_sep JLabel label concode_elem_sep double xGrow concode_elem_sep double yGrow concode_elem_sep double x concode_elem_sep double y concode_elem_sep String source concode_field_sep void setColorAt concode_elem_sep void setColorAt concode_elem_s... | Color function ( int arg0 ) { if ( image == null || arg0 < 0 || arg0 >= pixels ( ) ) { throw new IndexOutOfBoundsException ( "srini_string" + arg0 ) ; } else { return getColorAt ( arg0 % image . getWidth ( ) , arg0 / image . getWidth ( ) ) ; } } |
1,720 | sets the warnings associated with the source . concode_field_sep List<String> warnings concode_field_sep List<String> getWarnings | void function ( List < String > arg0 ) { this . warnings = arg0 ; } |
1,721 | get group membership mappings that are managed by this storage provider concode_field_sep String ENABLED_ATTRIBUTE concode_elem_sep KeycloakSession session concode_elem_sep String EMAIL_VERIFIED_ATTRIBUTE concode_elem_sep String LAST_NAME_ATTRIBUTE concode_elem_sep String FIRST_NAME_ATTRIBUTE concode_elem_sep String EM... | Set < GroupModel > function ( ) { return Collections . EMPTY_SET ; } |
1,722 | method declaration concode_field_sep Database dDatabase concode_elem_sep Vector tTransaction concode_elem_sep int iNestedOldTransIndex concode_elem_sep int iId concode_elem_sep jdbcConnection intConnection concode_elem_sep boolean script concode_elem_sep boolean bAutoCommit concode_elem_sep boolean bReadOnly concode_el... | boolean function ( ) { return bClosed ; } |
1,723 | get the length of the list . concode_field_sep int m_blocksize concode_elem_sep int m_mapSize concode_elem_sep int m_firstFree concode_elem_sep Object m_map[] concode_field_sep int lastIndexOf concode_elem_sep boolean contains concode_elem_sep void insertElementAt concode_elem_sep int size concode_elem_sep void setElem... | void function ( int arg0 ) { m_firstFree = arg0 ; } |
1,724 | helper for success callbacks that just returns the status.ok by default concode_field_sep String callbackId concode_elem_sep CordovaWebView webView concode_elem_sep int changingThreads concode_elem_sep String LOG_TAG concode_elem_sep boolean finished concode_field_sep boolean isChangingThreads concode_elem_sep String g... | void function ( ) { sendPluginResult ( new PluginResult ( PluginResult . Status . OK ) ) ; } |
1,725 | returns name of the user associated with the managedconnection instance concode_field_sep Logger log concode_field_sep int getMaxConnections concode_elem_sep String getEISProductVersion concode_elem_sep String getEISProductName | String function ( ) { log . finest ( "srini_string" ) ; return null ; } |
1,726 | disposes all members of this tools collection . concode_field_sep String fDocumentPartitioning concode_elem_sep CColorManager fColorManager concode_field_sep IDocCommentOwner getDocumentationCommentOwner concode_elem_sep IPartitionTokenScanner getPartitionScanner concode_elem_sep IDocumentPartitioner createDocumentPart... | void function ( ) { if ( fColorManager != null ) { fColorManager . dispose ( ) ; fColorManager = null ; } } |
1,727 | adds a new syntax error to the source unit and then continues . concode_field_sep PlaceHolder placeHolder concode_field_sep List<AnnotationNode> getTargetListFromClass concode_elem_sep List<AnnotationNode> getStoredTargetList concode_elem_sep Expression serialize concode_elem_sep Expression serialize concode_elem_sep L... | void function ( String arg0 , ASTNode arg1 , SourceUnit arg2 ) { arg2 . getErrorCollector ( ) . addErrorAndContinue ( new SyntaxErrorMessage ( new SyntaxException ( arg0 , arg1 . getLineNumber ( ) , arg1 . getColumnNumber ( ) , arg1 . getLastLineNumber ( ) , arg1 . getLastColumnNumber ( ) ) , arg2 ) ) ; } |
1,728 | returns the constructor value . concode_field_sep long fixedNanoTime concode_field_sep placeholderType placeHolder | long function ( ) { return fixedNanoTime ; } |
1,729 | metodo que eliminia el elemento en el tope de la pila pre : la pila debe existir . longitud > 0 pos : la pila tiene un elemento menos longitud = longitud -1 concode_field_sep ListaDoble<T> pila concode_elem_sep long serialVersionUID concode_field_sep void print concode_elem_sep int size concode_elem_sep boolean isEmpty... | T function ( ) { T loc0 = null ; try { loc0 = pila . darElemento ( pila . darLongitud ( ) - 1 ) ; pila . eliminar ( pila . darLongitud ( ) - 1 ) ; } catch ( Exception loc1 ) { throw new Exception ( "srini_string" + loc1 . getMessage ( ) ) ; } return loc0 ; } |
1,730 | sets the start position in the text of a text selection or cursor that should be marked on the display . a negative value the default means no selection will be added . concode_field_sep Bundle mProperties concode_elem_sep Parcelable.Creator<WriteData> CREATOR concode_elem_sep String PROP_SELECTION_END concode_elem_sep... | WriteData function ( int arg0 ) { writableProperties ( ) . putInt ( PROP_SELECTION_START , arg0 ) ; return this ; } |
1,731 | convert the given object to string with each line indented by 4 spaces except the first line . concode_field_sep String password concode_elem_sep String phone concode_elem_sep String lastName concode_elem_sep Integer userStatus concode_elem_sep String username concode_elem_sep Long id concode_elem_sep String firstName ... | String function ( Object arg0 ) { if ( arg0 == null ) { return "srini_string" ; } return arg0 . toString ( ) . replace ( "srini_string" , "srini_string" ) ; } |
1,732 | returns true iff target is a test_suite rule . concode_field_sep boolean isExplicit concode_elem_sep Label expectedLabel concode_elem_sep Rule rule concode_elem_sep String CONSTRAINTS_ATTR concode_field_sep boolean isLocalTestRule concode_elem_sep Map<String,String> getExecutionInfo concode_elem_sep void acceptLabelAtt... | boolean function ( Target arg0 ) { return arg0 instanceof Rule && isTestSuiteRuleName ( ( ( Rule ) arg0 ) . getRuleClass ( ) ) ; } |
1,733 | a view should call this when content is pulled away from an edge by the user . this will update the state of the current visual effect and its associated animation . the host view should always android.view.view #invalidate after thisand draw the results accordingly . views using edgeeffect should favor #onpull float ,... | void function ( float arg0 ) { onPull ( arg0 , 0.5f ) ; } |
1,734 | remove the managed bean based on the bean name . concode_field_sep Logger log concode_elem_sep Properties buildProperties concode_field_sep String getRequestParameter concode_elem_sep UIComponent findComponent concode_elem_sep ServletContext getServletContext concode_elem_sep void redirectBrowser concode_elem_sep Objec... | void function ( String arg0 ) { FacesContext loc0 = FacesContext . getCurrentInstance ( ) ; ELContext loc1 = loc0 . getELContext ( ) ; ExpressionFactory loc2 = loc0 . getApplication ( ) . getExpressionFactory ( ) ; loc2 . createValueExpression ( loc1 , getJsfEl ( arg0 ) , Object . class ) . setValue ( loc1 , null ) ; } |
1,735 | do an update for a tagsdata , same input as standard content provider update concode_field_sep Uri tagsURI concode_elem_sep Uri storyURI concode_elem_sep ContentResolver cr concode_field_sep ArrayList<TagsData> getAllTagsData concode_elem_sep int updateStoryWithID concode_elem_sep ArrayList<StoryData> getAllStoryData c... | int function ( final TagsData arg0 , final String arg1 , final String [ ] arg2 ) { return cr . update ( tagsURI , arg0 . getCV ( ) , arg1 , arg2 ) ; } |
1,736 | get a new document instance , concode_field_sep PlaceHolder placeHolder concode_field_sep void appendCDATA concode_elem_sep Element createChildElement concode_elem_sep void appendText concode_elem_sep void appendCDATAElement concode_elem_sep void appendTextElement | Document function ( ) { return JAXPUtils . getDocumentBuilder ( ) . newDocument ( ) ; } |
1,737 | writes a byte to the buffer concode_field_sep PlaceHolder placeHolder concode_field_sep void writeChar concode_elem_sep ITextComponent readTextComponent concode_elem_sep void writeNBTList concode_elem_sep void writeArray concode_elem_sep NBTTagList readNBTList concode_elem_sep void writeTextComponent concode_elem_sep S... | void function ( PacketBuffer arg0 , byte arg1 ) { arg0 . writeByte ( arg1 ) ; } |
1,738 | getter for the jdbc type name of the column concode_field_sep String jdbcTypeName concode_elem_sep String statementName concode_elem_sep TypeHandler typeHandler concode_elem_sep String errorString concode_elem_sep int jdbcType concode_elem_sep String propertyName concode_elem_sep String nestedResultMapName concode_elem... | String function ( ) { return jdbcTypeName ; } |
1,739 | finishes an opening element node if necessary . concode_field_sep Stack<QNm> elems concode_elem_sep QNm elem concode_elem_sep StaticContext sc concode_elem_sep IntList nstack concode_elem_sep int level concode_elem_sep boolean indent concode_elem_sep boolean more concode_elem_sep Atts nspaces concode_elem_sep boolean o... | void function ( ) { if ( ! opening ) return ; opening = false ; finishOpen ( ) ; elems . push ( elem ) ; level ++ ; } |
1,740 | transforms ` a + = b ` to ` a = a + b ` . concode_field_sep String CALL_SUPER_SET concode_elem_sep String CALL_SUPER_GET concode_elem_sep boolean renameProperties concode_elem_sep AbstractCompiler compiler concode_field_sep boolean isCalled concode_elem_sep void process concode_elem_sep boolean isInsideInstanceMember c... | Node function ( Node arg0 ) { Node loc0 = arg0 . getFirstChild ( ) ; Node loc1 = arg0 . getLastChild ( ) ; Node loc2 = new Node ( NodeUtil . getOpFromAssignmentOp ( arg0 ) , loc0 . cloneTree ( ) , loc1 . cloneTree ( ) ) . srcrefTree ( arg0 ) ; return replace ( arg0 , IR . assign ( loc0 . cloneTree ( ) , loc2 ) . srcref... |
1,741 | shows all tooltips on hover without a delay for #resettime seconds . concode_field_sep Application app concode_elem_sep TooltipManager instance concode_elem_sep float subsequentTime concode_elem_sep boolean enabled concode_elem_sep float resetTime concode_elem_sep Tooltip showTooltip concode_elem_sep boolean animations... | void function ( ) { time = 0 ; showTask . run ( ) ; showTask . cancel ( ) ; } |
1,742 | computes a predicted state . concode_field_sep long nativeObj concode_field_sep Mat correct concode_elem_sep long KalmanFilter_2 concode_elem_sep long KalmanFilter_1 concode_elem_sep long KalmanFilter_0 concode_elem_sep void finalize concode_elem_sep long predict_0 concode_elem_sep long correct_0 concode_elem_sep long ... | Mat function ( ) { Mat loc0 = new Mat ( predict_1 ( nativeObj ) ) ; return loc0 ; } |
1,743 | sets the mobjectlist value for this paramssyncmobjects . concode_field_sep java.lang.Object __equalsCalc concode_elem_sep org.apache.axis.description.TypeDesc typeDesc concode_elem_sep boolean __hashCodeCalc concode_elem_sep com.marketo.www.mktows.SyncOperationEnum operation concode_elem_sep com.marketo.www.mktows.MObj... | void function ( com . marketo . www . mktows . MObject [ ] arg0 ) { this . mObjectList = arg0 ; } |
1,744 | returns the initial load mode concode_field_sep int DEFAULT_WRITE_BATCH_SIZE concode_elem_sep boolean enabled concode_elem_sep Object implementation concode_elem_sep String className concode_elem_sep MapStoreConfigReadOnly readOnly concode_elem_sep String factoryClassName concode_elem_sep int writeBatchSize concode_ele... | InitialLoadMode function ( ) { return initialLoadMode ; } |
1,745 | returns the message . '' type '' will be replaced by a text for the datatype , defined via setdecimal and setinteger , and '' range '' will be replaced by the range . default is : `` please enter a type in range range : '' concode_field_sep String message concode_elem_sep String title concode_elem_sep String integer co... | String function ( ) { return message ; } |
1,746 | this method resets the incoming events time events included . concode_field_sep boolean e concode_elem_sep SCInterfaceImpl sCInterface concode_elem_sep boolean f concode_elem_sep boolean g concode_elem_sep int nextStateIndex concode_elem_sep State[] stateVector concode_field_sep void init concode_elem_sep SCInterface g... | void function ( ) { sCInterface . clearEvents ( ) ; } |
1,747 | create an iterator over this list using the supplied parser concode_field_sep FTPFileEntryParser parser concode_elem_sep LinkedList lines concode_elem_sep int EMPTY_DIR concode_field_sep FTPFileEntryParser getParser concode_elem_sep FTPFileList create concode_elem_sep FTPFileList create concode_elem_sep void readStream... | FTPFileIterator function ( FTPFileEntryParser arg0 ) { return new FTPFileIterator ( this , arg0 ) ; } |
1,748 | start the datanode . concode_field_sep File TEST_DATA_DIR concode_elem_sep File hdfsDir concode_elem_sep Log LOG concode_elem_sep Configuration config concode_elem_sep String THIS_HOST concode_field_sep void testSecondaryNodePorts concode_elem_sep boolean canStartNameNode concode_elem_sep void runTestNameNodePorts conc... | DataNode function ( int arg0 , Configuration arg1 ) { File loc0 = new File ( TEST_DATA_DIR , "srini_string" + arg0 ) ; arg1 . set ( DFSConfigKeys . DFS_DATANODE_DATA_DIR_KEY , loc0 . getPath ( ) ) ; String [ ] loc1 = new String [ ] { } ; return DataNode . createDataNode ( loc1 , arg1 ) ; } |
1,749 | sets the end date . concode_field_sep Date endDate concode_elem_sep GeographicBoundingBox geographicBoundingBox concode_elem_sep Long id concode_elem_sep ResultProduct resultProduct concode_elem_sep Class theClass concode_elem_sep long serialVersionUID concode_elem_sep Date startDate concode_elem_sep Double fraction co... | void function ( Date arg0 ) { this . endDate = arg0 ; } |
1,750 | whether or not to dump the coverage data at vm shutdown . defaults to true . concode_field_sep File destinationFile concode_elem_sep JacocoAgentJar agent concode_elem_sep List<String> excludes concode_elem_sep ConventionMapping mapping concode_elem_sep String address concode_elem_sep Output output concode_elem_sep bool... | boolean function ( ) { return dumpOnExit ; } |
1,751 | returns the size of the entry for key and value inuser-defined units . the default implementation returns 1 so that size is the number of entries and max size is the maximum number of entries . an entry 's size must not change while it is in the cache . concode_field_sep int evictionCount concode_elem_sep int putCount ... | int function ( K arg0 , V arg1 ) { return 1 ; } |
1,752 | returns the underlying shortbuffer . if you modify the buffer contents they wil be uploaded on the call to #bind . if you need immediate uploading use #setindices short , int , int . concode_field_sep IntBuffer tmpHandle concode_elem_sep boolean isDirty concode_elem_sep int usage concode_elem_sep boolean isBound concod... | ShortBuffer function ( ) { isDirty = true ; return buffer ; } |
1,753 | returns the typographic line gap . concode_field_sep int verticalAscent concode_elem_sep int numLongVerticalMetricsEntries concode_elem_sep int horizontalAscent concode_elem_sep int verticalDescent concode_elem_sep int horizontalDescent concode_elem_sep ShortBuffer horizontalGlyphMetrics concode_elem_sep int numLongHor... | int function ( boolean arg0 ) { return horizontalLineGap ; } |
1,754 | gets the value of the keepalive property . concode_field_sep Keepalive keepalive concode_elem_sep Omit omit concode_field_sep void setOmit concode_elem_sep void setKeepalive concode_elem_sep Omit getOmit | Keepalive function ( ) { return keepalive ; } |
1,755 | creates an and condition concode_field_sep PlaceHolder placeHolder concode_field_sep LangCondition createLangCondition concode_elem_sep CombinatorCondition createOrCondition concode_elem_sep PositionalCondition createPositionalCondition concode_elem_sep AttributeCondition createBeginHyphenAttributeCondition concode_ele... | CombinatorCondition function ( Condition arg0 , Condition arg1 ) { return new AndConditionImpl ( arg0 , arg1 ) ; } |
1,756 | returns the ma tinh of this user tram cap . concode_field_sep UserTramCap _userTramCap concode_field_sep void setName concode_elem_sep void setMaTramCap concode_elem_sep void setExpandoBridgeAttributes concode_elem_sep void setExpandoBridgeAttributes concode_elem_sep void setExpandoBridgeAttributes concode_elem_sep jav... | java . lang . String function ( ) { return _userTramCap . getMaTinh ( ) ; } |
1,757 | valid scopes for the access token concode_field_sep List<String> tokenScopes concode_elem_sep String accessToken concode_elem_sep Long validityTime concode_field_sep String toIndentedString concode_elem_sep TokenDTO validityTime concode_elem_sep Long getValidityTime concode_elem_sep void setAccessToken concode_elem_sep... | List < String > function ( ) { return tokenScopes ; } |
1,758 | size of the queue . concode_field_sep int b concode_elem_sep Token[] m concode_elem_sep int a concode_field_sep void add concode_elem_sep Token next concode_elem_sep Token get concode_elem_sep boolean isEmpty concode_elem_sep void clear | int function ( ) { return a - b ; } |
1,759 | replace the existing log4j2.xml file with populated log4j2.xml file . concode_field_sep Logger logger concode_field_sep void copyDeploymentFile concode_elem_sep Option[] getDefaultPaxOptions concode_elem_sep Option[] getDefaultPaxOptions concode_elem_sep void setCarbonHome concode_elem_sep void setStartupTime concode_e... | void function ( ) { copy ( Paths . get ( "srini_string" , "srini_string" , "srini_string" , "srini_string" , "srini_string" ) , Paths . get ( "srini_string" , "srini_string" ) ) ; } |
1,760 | sets the pg resp code . concode_field_sep String pgTxnNo concode_elem_sep String amount concode_elem_sep String signature concode_elem_sep String txMsg concode_elem_sep String txId concode_elem_sep long serialVersionUID concode_elem_sep String authIdCode concode_elem_sep String transactionId concode_elem_sep String txS... | void function ( String arg0 ) { this . pgRespCode = arg0 ; } |
1,761 | removing field is incompatible concode_field_sep PlaceHolder placeHolder concode_field_sep ThriftType.StructType struct concode_elem_sep void testList concode_elem_sep void testAddOptionalField concode_elem_sep void testRenameField concode_elem_sep void testAddRequiredField concode_elem_sep void testReuirementChange co... | void function ( ) { verifyCompatible ( StructV2 . class , StructV1 . class , false ) ; } |
1,762 | returns true if there is a next url available concode_field_sep URL myHome concode_elem_sep List<URL> myHistory concode_elem_sep String PROTOCOL_PREFIX concode_elem_sep URL myCurrentURL concode_elem_sep int myCurrentIndex concode_elem_sep Map<String,URL> myFavorites concode_field_sep URL next concode_elem_sep void addF... | boolean function ( ) { return myCurrentIndex < ( myHistory . size ( ) - 1 ) ; } |
1,763 | if the list has been truncated , this value is present and should be used for the nexttoken input parameter on your next call to listcertificates . concode_field_sep String nextToken concode_elem_sep java.util.List<CertificateSummary> certificateSummaryList concode_field_sep java.util.List<CertificateSummary> getCertif... | ListCertificatesResult function ( String arg0 ) { setNextToken ( arg0 ) ; return this ; } |
1,764 | getter for the callback to be invoked when a response is received . concode_field_sep IotHubEventCallback callback concode_elem_sep Object callbackContext concode_elem_sep Message message concode_field_sep Message getMessage concode_elem_sep Object getContext | IotHubEventCallback function ( ) { return callback ; } |
1,765 | specifies input fields to assign one value to . crawljax first tries to match the found html input element 's id and then the name attribute . concode_field_sep List<Form> forms concode_elem_sep List<InputField> inputFields concode_field_sep FormAction setValuesInForm concode_elem_sep InputField field concode_elem_sep ... | InputField function ( String ... arg0 ) { InputField loc0 = new InputField ( ) ; loc0 . setFieldNames ( arg0 ) ; this . inputFields . add ( loc0 ) ; return loc0 ; } |
1,766 | creates arguments holder with required parameters . concode_field_sep String container concode_elem_sep String[] psArgs concode_field_sep TopParams withContainer concode_elem_sep String getContainer concode_elem_sep int hashCode concode_elem_sep boolean equals concode_elem_sep TopParams withPsArgs concode_elem_sep Stri... | TopParams function ( @ NotNull String arg0 ) { return new TopParams ( ) . withContainer ( arg0 ) ; } |
1,767 | computes the union of two geometries , either or both of which may be null . concode_field_sep int STRTREE_NODE_CAPACITY concode_elem_sep Collection inputPolys concode_elem_sep GeometryFactory geomFactory concode_field_sep List reduceToGeometries concode_elem_sep Geometry unionUsingEnvelopeIntersection concode_elem_sep... | Geometry function ( Geometry arg0 , Geometry arg1 ) { if ( arg0 == null && arg1 == null ) return null ; if ( arg0 == null ) return ( Geometry ) arg1 . clone ( ) ; if ( arg1 == null ) return ( Geometry ) arg0 . clone ( ) ; return unionOptimized ( arg0 , arg1 ) ; } |
1,768 | builds a new googledatamanager class to retrieve data from the google analytics api using oauth authorization . concode_field_sep PlaceHolder placeHolder concode_field_sep GoogleDataManager getAuthSubManager | GoogleDataManager function ( String arg0 , String arg1 ) { return new GoogleDataManager ( UserServiceFactory . getUserService ( ) , new TokenDaoJdoImpl ( PMF . getInstance ( ) ) , new AnalyticsServiceWrapper ( new AnalyticsService ( arg0 ) , new AuthorizationServiceOauthImpl ( GoogleDataManager . GOOGLE_DATA_SCOPE , ne... |
1,769 | gets the fault code . concode_field_sep String exceptionType concode_elem_sep Map<String,String> errorDetails concode_elem_sep String faultCode concode_elem_sep String faultActor concode_elem_sep Log LOG concode_elem_sep String faultString concode_elem_sep int positionWithinLine concode_elem_sep ServiceError errorCode ... | String function ( ) { return faultCode ; } |
1,770 | returns a string representation of this object ; useful for testing and debugging . concode_field_sep com.amazonaws.internal.SdkInternalList<DocumentIdentifier> documentIdentifiers concode_elem_sep String nextToken concode_field_sep java.util.List<DocumentIdentifier> getDocumentIdentifiers concode_elem_sep void setDocu... | String function ( ) { StringBuilder loc0 = new StringBuilder ( ) ; loc0 . append ( "srini_string" ) ; if ( getDocumentIdentifiers ( ) != null ) loc0 . append ( "srini_string" + getDocumentIdentifiers ( ) + "srini_string" ) ; if ( getNextToken ( ) != null ) loc0 . append ( "srini_string" + getNextToken ( ) ) ; loc0 . ap... |
1,771 | sets the value of the show property . concode_field_sep String role concode_elem_sep String arcrole concode_elem_sep String show concode_elem_sep String actuate concode_elem_sep MDLegalConstraintsType mdLegalConstraints concode_elem_sep List<String> nilReason concode_elem_sep String href concode_elem_sep String type co... | void function ( String arg0 ) { this . show = arg0 ; } |
1,772 | get the name of the object 's class without the package . concode_field_sep CGStringHelper s_aInstance concode_field_sep String getDirectoryFromPackage concode_elem_sep String getDirectoryFromPackage concode_elem_sep String getObjectAddress concode_elem_sep String getClassPackageName concode_elem_sep String getClassPac... | String function ( @ Nonnull final Object arg0 ) { ValueEnforcer . notNull ( arg0 , "srini_string" ) ; return getClassLocalName ( arg0 . getClass ( ) ) ; } |
1,773 | sets the apikey2 . concode_field_sep String apiKey concode_elem_sep String apiKey2 concode_elem_sep ProviderName providerName concode_field_sep void setProviderName concode_elem_sep String getApiKey concode_elem_sep String getApiKey2 concode_elem_sep ProviderName getProviderName concode_elem_sep boolean isValid concode... | void function ( String arg0 ) { this . apiKey2 = arg0 ; } |
1,774 | gets the timezone id used to identify this time zone in the javacode . concode_field_sep DateFormat dateFormat concode_elem_sep String id concode_elem_sep String mapCommandButtonId concode_elem_sep String checkboxId concode_field_sep String getUseDaylightTime concode_elem_sep String getLocation concode_elem_sep boolean... | String function ( ) { return id ; } |
1,775 | sets the value of the createuser property . concode_field_sep Integer sequenceNumber concode_elem_sep Date lastUpdateDate concode_elem_sep Integer parentObjectId concode_elem_sep String name concode_elem_sep String description concode_elem_sep String guid concode_elem_sep String lastUpdateUser concode_elem_sep String c... | void function ( String arg0 ) { this . createUser = arg0 ; } |
1,776 | run method concode_field_sep PlaceHolder placeHolder concode_field_sep void release | void function ( ) { } |
1,777 | a map of identities to identityverificationattributes objects . concode_field_sep com.amazonaws.internal.SdkInternalMap<String,IdentityVerificationAttributes> verificationAttributes concode_field_sep GetIdentityVerificationAttributesResult withVerificationAttributes concode_elem_sep GetIdentityVerificationAttributesRes... | void function ( java . util . Map < String , IdentityVerificationAttributes > arg0 ) { this . verificationAttributes = arg0 == null ? null : new com . amazonaws . internal . SdkInternalMap < String , IdentityVerificationAttributes > ( arg0 ) ; } |
1,778 | returns the expression type constraint variable . concode_field_sep ConstraintVariable2 fElseVariable concode_elem_sep ConstraintVariable2 fThenVariable concode_elem_sep ConstraintVariable2 fExpressionVariable concode_field_sep ConstraintVariable2 getRight concode_elem_sep int hashCode concode_elem_sep boolean equals c... | ConstraintVariable2 function ( ) { return fExpressionVariable ; } |
1,779 | sets the value of the sid property . concode_field_sep BindMaterial bindMaterial concode_elem_sep String name concode_elem_sep List<Extra> extras concode_elem_sep String url concode_elem_sep String sid concode_field_sep String getSid concode_elem_sep void setName concode_elem_sep String getUrl concode_elem_sep BindMate... | void function ( String arg0 ) { this . sid = arg0 ; } |
1,780 | returns the name of the secure socket protocol of this instance . concode_field_sep String protocol concode_elem_sep Engine ENGINE concode_elem_sep Provider provider concode_elem_sep String SERVICE concode_elem_sep SSLContextSpi spiImpl concode_elem_sep SSLContext DEFAULT concode_field_sep SSLSocketFactory getSocketFac... | String function ( ) { return protocol ; } |
1,781 | ini4j leaves things that look like comments in the values of entries in the file . generally , we do n't want to include these in our parameters , so filter them out where necessary . in an ini file , the comment separator is '' ; '' , but some parsers ini4j included use '' # '' too . this method handles both cases . c... | Optional < ImmutableList < String >> function ( String arg0 , String arg1 ) { return getOptionalListWithoutComments ( arg0 , arg1 , ',' ) ; } |
1,782 | returns the body tag name . concode_field_sep T _1 concode_elem_sep T2 _2 concode_elem_sep T3 _3 concode_elem_sep ArrayList<Element> elements concode_elem_sep String prefix concode_elem_sep String name concode_elem_sep String text concode_elem_sep String value concode_elem_sep String uri concode_elem_sep ArrayList<Attr... | String function ( ) { return this . bodyTag . _2 ; } |
1,783 | removes the file extension from the given file name . concode_field_sep IOUtils instance concode_field_sep List parseName concode_elem_sep String formatName concode_elem_sep boolean isPath concode_elem_sep String createRelativeURL concode_elem_sep void copyStreams concode_elem_sep void copyStreams concode_elem_sep bool... | String function ( final String arg0 ) { final int loc0 = arg0 . lastIndexOf ( "srini_string" ) ; if ( loc0 < 1 ) { return arg0 ; } return arg0 . substring ( 0 , loc0 ) ; } |
1,784 | type = festival.default | festival.nz to configure the voice of festival concode_field_sep Task<Void> task concode_elem_sep File SCM_FILE concode_elem_sep String DEFAULT concode_elem_sep EventHandler<WorkerStateEvent> listener concode_elem_sep String voiceType concode_elem_sep String NZ concode_field_sep void tts conco... | void function ( String arg0 ) { if ( arg0 . equals ( Festival . DEFAULT ) | arg0 . equals ( Festival . NZ ) ) { voiceType = arg0 ; } else { voiceType = DEFAULT ; } } |
1,785 | initialize any state for this db . called once per db instance ; there is one db instance per client thread . concode_field_sep Properties _p concode_field_sep Status read concode_elem_sep void cleanup concode_elem_sep void setProperties concode_elem_sep Properties getProperties concode_elem_sep Status scan concode_ele... | void function ( ) { } |
1,786 | compute the multi-exponent base ^ exponent modulomodulus . asserts that the base and exponent array havethe same length . concode_field_sep PlaceHolder placeHolder concode_field_sep boolean coprime concode_elem_sep int byte_size concode_elem_sep void print_array concode_elem_sep void copy_into_byte_array concode_elem_s... | BigInteger function ( BigInteger [ ] arg0 , BigInteger [ ] arg1 , BigInteger arg2 ) { assert arg0 . length == arg1 . length ; BigInteger loc0 = BigInteger . ONE ; for ( int loc1 = 0 ; loc1 < arg0 . length ; loc1 ++ ) loc0 = loc0 . multiply ( arg0 [ loc1 ] . modPow ( arg1 [ loc1 ] , arg2 ) ) . mod ( arg2 ) ; return loc0... |
1,787 | returns the real path of the given uri . if the given uri is a content : / / uri , the real path is retrieved from the media store . concode_field_sep String _DATA concode_elem_sep String LOG_TAG concode_field_sep String getRealPathFromURI_API11to18 concode_elem_sep String getDataColumn concode_elem_sep boolean isGoogl... | String function ( String arg0 , CordovaInterface arg1 ) { return FileHelper . getRealPath ( Uri . parse ( arg0 ) , arg1 ) ; } |
1,788 | sets the value of the number property . concode_field_sep long number concode_elem_sep String aircraft concode_elem_sep String flightId concode_elem_sep String company concode_field_sep long getNumber concode_elem_sep String getCompany concode_elem_sep String getAircraft concode_elem_sep void setFlightId concode_elem_s... | void function ( long arg0 ) { this . number = arg0 ; } |
1,789 | gets the component id of the commandbutton , in the map ui , corresponding to this time zone . concode_field_sep boolean currentlyShowing concode_elem_sep Polygon mapPolygon concode_elem_sep DateFormat dateFormat concode_elem_sep String id concode_elem_sep String abbreviation concode_elem_sep String mapCommandButtonId ... | String function ( ) { return mapCommandButtonId ; } |
1,790 | get the account id concode_field_sep int accountId concode_elem_sep String descr concode_elem_sep int activity_id concode_elem_sep int customerId concode_elem_sep float amount concode_elem_sep float rem_bal concode_elem_sep String date concode_field_sep float getBalance concode_elem_sep String getDate concode_elem_sep ... | int function ( ) { return accountId ; } |
1,791 | by default , we always remember the containment feature of an object , unless it is an ecore element such as an annotation or it is a detached element . concode_field_sep Map nameFeatureMap concode_elem_sep Object NULL_TOKEN concode_field_sep boolean shouldOverrideCopyOperation concode_elem_sep void setName concode_ele... | boolean function ( EObject arg0 ) { if ( EcorePackage . eINSTANCE == arg0 . eClass ( ) . getEPackage ( ) ) { return false ; } try { arg0 . eResource ( ) . getURIFragment ( arg0 ) ; } catch ( Exception loc0 ) { return false ; } return true ; } |
1,792 | arranges the block with a range constraint on the width , and no constraint on the height . concode_field_sep long serialVersionUID concode_field_sep void add concode_elem_sep Size2D arrangeFF concode_elem_sep Size2D arrangeRR concode_elem_sep Size2D arrangeNN concode_elem_sep Size2D arrange concode_elem_sep Size2D arr... | Size2D function ( BlockContainer arg0 , Graphics2D arg1 , RectangleConstraint arg2 ) { Size2D loc0 = arrangeNN ( arg0 , arg1 ) ; if ( arg2 . getWidthRange ( ) . contains ( loc0 . width ) ) { return loc0 ; } else { RectangleConstraint loc1 = arg2 . toFixedWidth ( arg2 . getWidthRange ( ) . getUpperBound ( ) ) ; return a... |
1,793 | create httpurlconnection from clientinvorcation and set request method concode_field_sep HostnameVerifier hostnameVerifier concode_elem_sep SSLContext sslContext concode_field_sep SSLContext getSslContext concode_elem_sep MultivaluedMap<String,String> getHeaders concode_elem_sep HostnameVerifier getHostnameVerifier con... | HttpURLConnection function ( final ClientInvocation arg0 ) { HttpURLConnection loc0 = ( HttpURLConnection ) arg0 . getUri ( ) . toURL ( ) . openConnection ( ) ; loc0 . setRequestMethod ( arg0 . getMethod ( ) ) ; return loc0 ; } |
1,794 | sets the columnindex value for this formatrulecondition . concode_field_sep java.lang.String value2 concode_elem_sep java.lang.String value1 concode_elem_sep java.lang.Object __equalsCalc concode_elem_sep boolean __hashCodeCalc concode_elem_sep java.lang.Integer columnIndex concode_elem_sep org.apache.axis.description.... | void function ( java . lang . Integer arg0 ) { this . columnIndex = arg0 ; } |
1,795 | a job registry that can be used to create a job loader if none is provided . concode_field_sep List<Exception> errors concode_elem_sep ApplicationContext parentContext concode_elem_sep String parentContextPath concode_elem_sep JobLoader jobLoader concode_elem_sep boolean testing concode_elem_sep JobRegistry jobRegistry... | void function ( JobRegistry arg0 ) { this . jobRegistry = arg0 ; } |
1,796 | updates the feed in the database or adds it if it does not yet exist . also notifies the appropriate model listeners . concode_field_sep FeedLocalService _feedLocalService concode_field_sep com.liferay.twitter.model.Feed fetchFeed concode_elem_sep java.lang.String getOSGiServiceIdentifier concode_elem_sep void setWrapp... | com . liferay . twitter . model . Feed function ( com . liferay . twitter . model . Feed arg0 ) { return _feedLocalService . updateFeed ( arg0 ) ; } |
1,797 | checks string lists for equality independent of the order of elements in the lists . note that order of the elements in the lists will be changed as a result of sorting , but this is not a concern usually since the order does not matter . concode_field_sep Logger log concode_field_sep Scope findScopeByKey concode_elem_... | boolean function ( List < String > arg0 , List < String > arg1 ) { if ( arg0 == null && arg1 == null ) { return true ; } if ( arg0 == null || arg1 == null || arg0 . size ( ) != arg1 . size ( ) ) { return false ; } Collections . sort ( arg0 ) ; Collections . sort ( arg1 ) ; return arg0 . equals ( arg1 ) ; } |
1,798 | little utility for making up java.util.dates for different days , just to make the test data easier to read . concode_field_sep int quantity concode_elem_sep SecondaryIndex<Integer,Date,Event> eventByPrice concode_elem_sep int price concode_elem_sep PrimaryIndex<Date,Event> eventByTime concode_elem_sep Date time concod... | Date function ( int arg0 , int arg1 ) { cal . set ( ( Calendar . MONTH ) , arg0 ) ; cal . set ( ( Calendar . DAY_OF_MONTH ) , arg1 ) ; return cal . getTime ( ) ; } |
1,799 | checks if is in migration . concode_field_sep long currentAllocatedSize concode_elem_sep List<Double> currentAllocatedMips concode_elem_sep boolean waitDelete concode_elem_sep double mips concode_elem_sep int userId concode_elem_sep boolean inMigration concode_elem_sep CloudletScheduler cloudletScheduler concode_elem_s... | boolean function ( ) { return inMigration ; } |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.