idx int64 0 25k | question stringlengths 72 5.69k | target stringlengths 21 481 |
|---|---|---|
15,200 | called when a the builder or one of its nested children has changed and any parent should be notified of its invalidation . concode_field_sep GeneratedMessage.BuilderParent parent concode_elem_sep boolean isClean concode_elem_sep BType builder concode_elem_sep MType message concode_field_sep BType getBuilder concode_el... | void function ( ) { if ( builder != null ) { message = null ; } if ( isClean && parent != null ) { parent . markDirty ( ) ; isClean = false ; } } |
15,201 | retrieve a previously recorded indexsearcher , if it has not yet been closed note : this may return null when the requested searcher has already timed out . when this happens you should notify your user that their session timed out and that they 'll have to restart their search . if this returns a non-null result , you... | IndexSearcher function ( long arg0 ) { ensureOpen ( ) ; final SearcherTracker loc0 = searchers . get ( arg0 ) ; if ( loc0 != null && loc0 . searcher . getIndexReader ( ) . tryIncRef ( ) ) { return loc0 . searcher ; } return null ; } |
15,202 | get the single object instance . concode_field_sep Comparator<String> designationKeyComparator concode_elem_sep ResourceBundle englishAnnotationDescriptionBundle concode_elem_sep I18N theInstance concode_elem_sep ResourceBundle annotationDescriptionBundle concode_elem_sep ResourceBundle userDesignationBundle concode_el... | I18N function ( ) { return theInstance ; } |
15,203 | get arrayofstring concode_field_sep List<List<Long>> arrayArrayOfInteger concode_elem_sep List<String> arrayOfString concode_elem_sep List<List<ReadOnlyFirst>> arrayArrayOfModel concode_field_sep String toIndentedString concode_elem_sep void setArrayArrayOfInteger concode_elem_sep void setArrayArrayOfModel concode_elem... | List < String > function ( ) { return arrayOfString ; } |
15,204 | internal : in event abc : integer in event event1 operation foo operation myopp1 : integer var myint : integer var mybool : boolean var myreal : real var mystring : string concode_field_sep ILinker linker concode_elem_sep StextResourceFactory factory concode_elem_sep IParser parser concode_field_sep Scope interfaceScop... | Scope function ( ) { return createInternalScope ( "srini_string" ) ; } |
15,205 | blocking read of a single byte concode_field_sep int m_index concode_elem_sep int m_count concode_elem_sep byte m_buf[] concode_field_sep void add concode_elem_sep void add concode_elem_sep void makeCompact concode_elem_sep int remaining | byte function ( ) { while ( remaining ( ) < 1 ) { try { wait ( ) ; } catch ( InterruptedException loc0 ) { return ( 0 ) ; } } return m_buf [ m_index ++ ] ; } |
15,206 | returns task configuration boolean property value for passed name , else passed default value if no properties defined or no value for passed key . concode_field_sep Curator curator concode_elem_sep Logger log concode_elem_sep Properties taskProps concode_elem_sep String taskId concode_field_sep DSpaceObject dereferenc... | boolean function ( String arg0 , boolean arg1 ) { String loc0 = taskProperty ( arg0 ) ; if ( loc0 != null ) { loc0 = loc0 . trim ( ) ; return loc0 . equalsIgnoreCase ( "srini_string" ) || loc0 . equalsIgnoreCase ( "srini_string" ) ; } return arg1 ; } |
15,207 | increment the number of conversation context that must be popped from the stack by the conversation manager when it pauses the current conversation . why do n't we pop directly the context here ? when an action is triggered from within a datatable , the jsf runtime executes some el after our action . by doing so it req... | void function ( ) { popContextOnNextPauseCounter ++ ; } |
15,208 | description : byte to integer convert concode_field_sep PlaceHolder placeHolder concode_field_sep byte[] charArrayToByteArray concode_elem_sep byte[] ShortToByteArray concode_elem_sep byte[] IntToByteArray concode_elem_sep short byteArrayToShort concode_elem_sep void byteArrayToCharArray | int function ( byte [ ] arg0 , int arg1 ) { int loc0 = ( int ) ( arg0 [ arg1 ] << 24 ) ; int loc1 = ( int ) ( arg0 [ arg1 + 1 ] << 24 ) >>> 8 ; int loc2 = ( int ) ( arg0 [ arg1 + 2 ] << 24 ) >>> 16 ; int loc3 = ( int ) ( arg0 [ arg1 + 3 ] << 24 ) >>> 24 ; return loc0 | loc1 | loc2 | loc3 ; } |
15,209 | return the maximum age for cookies created by this generator . concode_field_sep String cookieDomain concode_elem_sep boolean cookieHttpOnly concode_elem_sep String DEFAULT_COOKIE_PATH concode_elem_sep Log logger concode_elem_sep Integer cookieMaxAge concode_elem_sep String cookieName concode_elem_sep String cookiePath... | Integer function ( ) { return this . cookieMaxAge ; } |
15,210 | by default , assumes that the eobject is attached to an xml resource , and returns that . 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 String getName concod... | XMLResource function ( EObject arg0 ) { return ( XMLResource ) arg0 . eResource ( ) ; } |
15,211 | set the name index of this state . concode_field_sep DA _graph concode_elem_sep int _name concode_elem_sep String _description concode_elem_sep HashMap<APElement,DA_State> _edges concode_field_sep boolean hasOnlySelfLoop concode_elem_sep int getName concode_elem_sep AcceptanceForState acceptance concode_elem_sep HashMa... | void function ( int arg0 ) { _name = arg0 ; } |
15,212 | set the issamermoverride value . concode_field_sep String securityDomain concode_elem_sep long allocationRetryWaitMillis concode_elem_sep boolean connectable concode_elem_sep boolean enlistment concode_elem_sep boolean padXid concode_elem_sep int xaResourceTimeout concode_elem_sep boolean wrapXAResource concode_elem_se... | void function ( Boolean arg0 ) { isSameRMOverride = arg0 ; } |
15,213 | gets the full size of the box including header and content . concode_field_sep ContainerBox parent concode_elem_sep ByteBuffer deadBytes concode_elem_sep byte[] userType concode_elem_sep Logger LOG concode_elem_sep String type concode_elem_sep ByteBuffer content concode_field_sep ContainerBox getParent concode_elem_sep... | long function ( ) { long loc0 = ( content == null ? getContentSize ( ) : content . limit ( ) ) ; loc0 += ( 8 + ( loc0 >= ( ( 1L << 32 ) - 8 ) ? 8 : 0 ) + ( UserBox . TYPE . equals ( getType ( ) ) ? 16 : 0 ) ) ; loc0 += ( deadBytes == null ? 0 : deadBytes . limit ( ) ) ; return loc0 ; } |
15,214 | create and setup the remoting connection concode_field_sep String nodeName concode_elem_sep String MODULE_NAME concode_elem_sep Logger logger concode_elem_sep String APP_NAME concode_elem_sep ManagementClient managementClient concode_field_sep void testEmptyTxRollback concode_elem_sep void testMandatoryTxOnSLSB concode... | void function ( ) { nodeName = EJBManagementUtil . getNodeName ( ) ; logger . trace ( "srini_string" + nodeName ) ; } |
15,215 | return the offset of the bulk entries being returned . for pagination purposes . concode_field_sep long total concode_elem_sep List<BulkResponseImpl> responses concode_elem_sep int start concode_elem_sep int len concode_field_sep List<BulkResponseImpl> getResponses concode_elem_sep int getLen concode_elem_sep long getT... | int function ( ) { return start ; } |
15,216 | reads in the assumedly xml contents of the input stream and returns a simplevegetable . throws an ioexception if jaxb has trouble unmarshalling the object . this method does not close the inputstream passed to it . concode_field_sep VegetableReader me concode_elem_sep JAXBContext context concode_elem_sep Unmarshaller u... | SimpleVegetable function ( InputStream arg0 ) { try { JAXBElement < SimpleVegetable > loc0 = unmarshaller . unmarshal ( new StreamSource ( arg0 ) , SimpleVegetable . class ) ; SimpleVegetable loc1 = loc0 . getValue ( ) ; return loc1 ; } catch ( JAXBException loc0 ) { throw new IOException ( loc0 ) ; } } |
15,217 | error log message . concode_field_sep int WARN concode_elem_sep int VERBOSE concode_elem_sep int ERROR concode_elem_sep int LOGLEVEL concode_elem_sep int DEBUG concode_elem_sep int INFO concode_field_sep boolean isLoggable concode_elem_sep void d concode_elem_sep void d concode_elem_sep void d concode_elem_sep void set... | void function ( String arg0 , String arg1 ) { if ( LOG . ERROR >= LOGLEVEL ) Log . e ( arg0 , arg1 ) ; } |
15,218 | shut down the persistence service . concode_field_sep boolean configured concode_elem_sep MqttService mqttService concode_elem_sep Logger logger concode_elem_sep String topic concode_elem_sep MqttPersistencePublisher publisher concode_elem_sep String brokerName concode_elem_sep String messageTemplate concode_field_sep ... | void function ( final int arg0 ) { logger . debug ( "srini_string" ) ; if ( StringUtils . isNotBlank ( brokerName ) && publisher != null ) { mqttService . unregisterMessageProducer ( brokerName , publisher ) ; } } |
15,219 | returns true if type represents an in-process connection to a file backed database . concode_field_sep String S_URL_PREFIX concode_elem_sep String S_DOT concode_elem_sep String S_FILE concode_elem_sep String url_database concode_elem_sep String S_MEM concode_elem_sep String S_ALIAS concode_elem_sep String S_HSQLS conco... | boolean function ( String arg0 ) { if ( arg0 == S_FILE || arg0 == S_RES ) { return true ; } return false ; } |
15,220 | set the column id for which we have to do a sort . concode_field_sep boolean ascent concode_elem_sep int colID concode_field_sep int compare concode_elem_sep void setAscent | void function ( int arg0 ) { this . colID = arg0 ; } |
15,221 | returns the 3-digit code associated with this warning . concode_field_sep Pattern WARN_DATE_PATTERN concode_elem_sep String ASCTIME_DATE concode_elem_sep String HOST concode_elem_sep Date warnDate concode_elem_sep int warnCode concode_elem_sep int offs concode_elem_sep String IPV4ADDRESS concode_elem_sep int init_offs ... | int function ( ) { return warnCode ; } |
15,222 | generate a request that will be authorised . concode_field_sep String myMasterKey concode_elem_sep String myAuthorisationURLBegin concode_elem_sep String myAuthorisationURLEnd concode_elem_sep Logger log concode_field_sep String encode concode_elem_sep void checkAuthorisation concode_elem_sep void initialise | void function ( WmsRequest arg0 ) { arg0 . setFees ( encode ( arg0 ) ) ; } |
15,223 | return type metadata object concode_field_sep org.apache.axis.description.TypeDesc typeDesc concode_elem_sep java.lang.Object __equalsCalc concode_elem_sep java.lang.String name concode_elem_sep java.lang.String description concode_elem_sep boolean __hashCodeCalc concode_elem_sep java.lang.Long id concode_elem_sep java... | org . apache . axis . description . TypeDesc function ( ) { return typeDesc ; } |
15,224 | return a read-only list with the contained resolvers , or an empty list . concode_field_sep Log logger concode_elem_sep List<HandlerMethodArgumentResolver> argumentResolvers concode_elem_sep Map<MethodParameter,HandlerMethodArgumentResolver> argumentResolverCache concode_field_sep HandlerMethodArgumentResolverComposite... | List < HandlerMethodArgumentResolver > function ( ) { return Collections . unmodifiableList ( this . argumentResolvers ) ; } |
15,225 | set the public identifier for this locator . concode_field_sep String systemId concode_elem_sep int columnNumber concode_elem_sep int lineNumber concode_elem_sep String publicId concode_field_sep int getLineNumber concode_elem_sep String getSystemId concode_elem_sep void setColumnNumber concode_elem_sep void setSystemI... | void function ( String arg0 ) { this . publicId = arg0 ; } |
15,226 | confers with policy and calls appropriate callback method . concode_field_sep String mVersionCode concode_elem_sep int ERROR_OVER_QUOTA concode_elem_sep Policy mPolicy concode_elem_sep DeviceLimiter mDeviceLimiter concode_elem_sep int ERROR_INVALID_PACKAGE_NAME concode_elem_sep LicenseCheckerCallback mCallback concode_... | void function ( int arg0 , ResponseData arg1 ) { mPolicy . processServerResponse ( arg0 , arg1 ) ; if ( mPolicy . allowAccess ( ) ) { mCallback . allow ( arg0 ) ; } else { mCallback . dontAllow ( arg0 ) ; } } |
15,227 | dom : implements svglength #getvalueasstring . concode_field_sep short unitType concode_elem_sep String[] UNITS concode_elem_sep UnitProcessor.Context context concode_elem_sep short VERTICAL_LENGTH concode_elem_sep short OTHER_LENGTH concode_elem_sep short HORIZONTAL_LENGTH concode_elem_sep float value concode_elem_sep... | String function ( ) { revalidate ( ) ; if ( unitType == SVGLength . SVG_LENGTHTYPE_UNKNOWN ) { return "srini_string" ; } return Float . toString ( value ) + UNITS [ unitType ] ; } |
15,228 | get the message for the field . if the message is currently stored as a builder , it is converted to a message bycalling message.builder #buildpartial on it . if no message hasbeen set , returns the default instance of the message . concode_field_sep GeneratedMessage.BuilderParent parent concode_elem_sep boolean isClea... | MType function ( ) { if ( message == null ) { message = ( MType ) builder . buildPartial ( ) ; } return message ; } |
15,229 | a way for subclasses to fix any heads under special conditions the default does nothing . concode_field_sep String[] defaultRule concode_elem_sep long serialVersionUID concode_elem_sep HashMap<String,String[][]> nonTerminalInfo concode_elem_sep boolean DEBUG concode_elem_sep TreebankLanguagePack tlp concode_field_sep T... | int function ( int arg0 , Tree [ ] arg1 ) { return arg0 ; } |
15,230 | some checks for the removeallbins method . concode_field_sep double EPSILON concode_field_sep void testCloning concode_elem_sep void testClearObservations concode_elem_sep void testSerialization concode_elem_sep void testEquals | void function ( ) { SimpleHistogramDataset loc0 = new SimpleHistogramDataset ( "srini_string" ) ; loc0 . addBin ( new SimpleHistogramBin ( 0.0 , 1.0 ) ) ; loc0 . addObservation ( 0.5 ) ; loc0 . addBin ( new SimpleHistogramBin ( 2.0 , 3.0 ) ) ; assertEquals ( 2 , loc0 . getItemCount ( 0 ) ) ; loc0 . removeAllBins ( ) ; ... |
15,231 | assert a cookie 's maxage with a hamcrest matcher . concode_field_sep PlaceHolder placeHolder concode_field_sep ResultMatcher path concode_elem_sep ResultMatcher path concode_elem_sep ResultMatcher doesNotExist concode_elem_sep ResultMatcher domain concode_elem_sep ResultMatcher domain concode_elem_sep ResultMatcher ex... | ResultMatcher function ( final String arg0 , final Matcher < ? super Integer > arg1 ) { return new ResultMatcher ( ) { @ Override public void match ( MvcResult arg2 ) { Cookie loc0 = arg2 . getResponse ( ) . getCookie ( arg0 ) ; assertTrue ( "srini_string" + arg0 , loc0 != null ) ; assertThat ( "srini_string" , loc0 . ... |
15,232 | creates an empty priorityblockingqueue with the ordering given by itselements ' natural ordering . concode_field_sep PlaceHolder placeHolder concode_field_sep SynchronousQueue<E> newSynchronousQueue concode_elem_sep ConcurrentLinkedQueue<E> newConcurrentLinkedQueue concode_elem_sep ConcurrentLinkedQueue<E> newConcurren... | PriorityBlockingQueue < E > function ( ) { return new PriorityBlockingQueue < E > ( ) ; } |
15,233 | sets the current condition as text . concode_field_sep Calendar lastUpdate concode_elem_sep String icon concode_elem_sep String commonId concode_elem_sep String text concode_elem_sep Calendar observationTime concode_elem_sep String id concode_field_sep void setIcon concode_elem_sep String getText concode_elem_sep void ... | void function ( String arg0 ) { this . text = arg0 ; } |
15,234 | returns the signature of the given type . concode_field_sep PlaceHolder placeHolder concode_field_sep String[] getSignatures concode_elem_sep void appendTypeName | String function ( Type arg0 ) { StringBuilder loc0 = new StringBuilder ( ) ; appendTypeName ( arg0 , loc0 ) ; return Signature . createTypeSignature ( loc0 . toString ( ) , false ) ; } |
15,235 | obtains the extension identifiers from the set that canset . concode_field_sep Predicate<MnemonicExtensionIdentifier> CAN_GET concode_elem_sep Predicate<MnemonicExtensionIdentifier> CAN_SET concode_field_sep boolean apply concode_elem_sep boolean apply concode_elem_sep Set<MnemonicExtensionIdentifier> canGet concode_el... | Set < MnemonicExtensionIdentifier > function ( Set < MnemonicExtensionIdentifier > arg0 ) { return Sets . filter ( arg0 , CAN_SET ) ; } |
15,236 | asserts that a tstvalue is readable . if it is n't , an assertionerror , with the given message , is thrown . concode_field_sep PlaceHolder placeHolder concode_field_sep void failSecurity concode_elem_sep void assertWriteable concode_elem_sep void assertWriteable concode_elem_sep void failFile concode_elem_sep void ass... | void function ( File arg0 , String arg1 ) { boolean loc0 = false ; try { loc0 = arg0 . canRead ( ) ; } catch ( SecurityException loc1 ) { failSecurity ( loc1 , arg0 , fileAccess ( arg0 ) , "srini_string" , arg1 ) ; } if ( ! loc0 ) { failFile ( arg0 , fileAccess ( arg0 ) , "srini_string" , arg1 ) ; } } |
15,237 | returns a copy of the data arrays . the data is laid out as follows data 0 i = x i , data 1 i = y i , concode_field_sep double[] a concode_elem_sep LeastSquaresProblem problem concode_elem_sep double[] sigA concode_elem_sep int numStartingPoints concode_elem_sep int numObservations concode_elem_sep int numParameters co... | double [ ] [ ] function ( ) { return new double [ ] [ ] { MathArrays . copyOf ( x ) , MathArrays . copyOf ( y ) } ; } |
15,238 | creates a recursing type checker for a set . concode_field_sep Class<T> clazz concode_field_sep TypeChecker<Queue<? extends T>> tQueue concode_elem_sep TypeChecker<Queue<? extends T>> tQueue concode_elem_sep TypeChecker<List<? extends T>> tList concode_elem_sep TypeChecker<List<? extends T>> tList concode_elem_sep T ch... | TypeChecker < Set < ? extends T >> function ( TypeChecker < ? extends T > arg0 ) { return new CollectionTypeChecker < > ( Set . class , arg0 ) ; } |
15,239 | adds an animatorset as transitioncontroller concode_field_sep Interpolator mInterpolator concode_elem_sep View mTarget concode_elem_sep boolean mUpdateStateAfterUpdateProgress concode_elem_sep String mId concode_elem_sep List<TransitionController> mTransitionControls concode_elem_sep float mLastProgress concode_field_s... | TransitionController function ( @ Nullable View arg0 , @ NonNull AnimatorSet arg1 ) { return addTransitionController ( new DefaultTransitionController ( arg0 , arg1 ) ) ; } |
15,240 | return the content type to use for the response . concode_field_sep Charset charset concode_elem_sep Boolean sharedEngine concode_elem_sep String renderFunction concode_elem_sep ScriptEngine engine concode_elem_sep String renderObject concode_elem_sep String engineName concode_elem_sep String[] scripts concode_elem_sep... | String function ( ) { return this . contentType ; } |
15,241 | returns a string representation of this object ; useful for testing and debugging . concode_field_sep VpcPeeringConnection vpcPeeringConnection concode_field_sep VpcPeeringConnection getVpcPeeringConnection concode_elem_sep int hashCode concode_elem_sep void setVpcPeeringConnection concode_elem_sep boolean equals conco... | String function ( ) { StringBuilder loc0 = new StringBuilder ( ) ; loc0 . append ( "srini_string" ) ; if ( getVpcPeeringConnection ( ) != null ) loc0 . append ( "srini_string" + getVpcPeeringConnection ( ) ) ; loc0 . append ( "srini_string" ) ; return loc0 . toString ( ) ; } |
15,242 | an optional pagination token provided by a previous events request . if this parameter is specified , the response includes only records beyond the marker , up to the value specified by maxrecords . concode_field_sep String marker concode_elem_sep com.amazonaws.internal.ListWithAutoConstructFlag<Event> events concode_f... | String function ( ) { return marker ; } |
15,243 | gets the metadata information for this connection 's underlying eis resource manager instance . concode_field_sep Logger log concode_elem_sep AnnoManagedConnectionFactory1 mcf concode_elem_sep List<ConnectionEventListener> listeners concode_elem_sep AnnoConnectionImpl1 connection concode_elem_sep PrintWriter logwriter ... | ManagedConnectionMetaData function ( ) { log . finest ( "srini_string" ) ; return new AnnoManagedConnectionMetaData ( ) ; } |
15,244 | called when a message is sent to plugin . concode_field_sep CordovaPreferences preferences concode_elem_sep CordovaInterface cordova concode_elem_sep CordovaWebView webView concode_elem_sep String serviceName concode_field_sep boolean onReceivedClientCertRequest concode_elem_sep boolean onOverrideUrlLoading concode_ele... | Object function ( String arg0 , Object arg1 ) { return null ; } |
15,245 | atmos name concode_field_sep String fullTokenId concode_elem_sep String secretKey concode_elem_sep String remotePath concode_elem_sep String query concode_elem_sep String name concode_elem_sep String localPath concode_elem_sep String newRemotePath concode_elem_sep boolean enableSslValidation concode_elem_sep AtmosApi c... | void function ( String arg0 ) { this . name = arg0 ; } |
15,246 | this method demonstrates the bug in cascading deletes . before this method , the ca table has 12 records . after , it should have 9 , but instead it has 0 . concode_field_sep PlaceHolder placeHolder concode_field_sep void createDatabase concode_elem_sep void main concode_elem_sep void insertData concode_elem_sep void p... | void function ( Connection arg0 ) { Statement loc0 = arg0 . createStatement ( ) ; loc0 . executeUpdate ( "srini_string" ) ; loc0 . close ( ) ; } |
15,247 | it removes the specified item from the specified itemset in the sequence concode_field_sep int numberOfItems concode_elem_sep List<Itemset> itemsets concode_elem_sep int id concode_field_sep void addItem concode_elem_sep void addItem concode_elem_sep void addItem concode_elem_sep Sequence cloneSequenceMinusItems concod... | Item function ( int arg0 , int arg1 ) { numberOfItems -- ; return itemsets . get ( arg1 ) . removeItem ( arg1 ) ; } |
15,248 | send a function call to the postgresql backend concode_field_sep long NUM_OIDS concode_elem_sep QueryExecutor executor concode_elem_sep Map<String,Integer> func concode_elem_sep BaseConnection connection concode_field_sep long getLong concode_elem_sep void addFunction concode_elem_sep int getInteger concode_elem_sep in... | byte [ ] function ( int arg0 , FastpathArg [ ] arg1 ) { ParameterList loc0 = executor . createFastpathParameters ( arg1 . length ) ; for ( int loc1 = 0 ; loc1 < arg1 . length ; ++ loc1 ) { arg1 [ loc1 ] . populateParameter ( loc0 , loc1 + 1 ) ; } byte [ ] loc2 = executor . fastpathCall ( arg0 , loc0 , connection . getA... |
15,249 | function is called by batchtiledmaprenderer render , lasttiledmaprendertime is used to keep all of the tiles in lock-step animation and avoids having to call timeutils.millis in gettextureregion concode_field_sep long lastTiledMapRenderTime concode_elem_sep StaticTiledMapTile[] frameTiles concode_elem_sep int frameCoun... | void function ( ) { lastTiledMapRenderTime = TimeUtils . millis ( ) - initialTimeOffset ; } |
15,250 | called when a selection is chosen concode_field_sep boolean useCustomListener concode_elem_sep Table suggestionTable concode_elem_sep int highlightIndex concode_elem_sep Array<Label> highlightLabels concode_elem_sep int width concode_elem_sep int MAX_SUGGESTIONS concode_elem_sep Array<Table> highlightTables concode_ele... | void function ( final Label arg0 ) { textField . setText ( arg0 . getText ( ) . toString ( ) ) ; if ( selectListener != null ) { selectListener . invoke ( ) ; } curSuggestions . clear ( ) ; suggestionTable . clear ( ) ; } |
15,251 | sets the name of the vertex concode_field_sep String invokableClassName concode_elem_sep ArrayList<JobEdge> inputs concode_elem_sep String operatorDescription concode_elem_sep CoLocationGroup coLocationGroup concode_elem_sep Configuration configuration concode_elem_sep InputSplitSource<?> inputSplitSource concode_elem_... | void function ( String arg0 ) { this . name = arg0 == null ? DEFAULT_NAME : arg0 ; } |
15,252 | sets the value of the id property . concode_field_sep String id concode_elem_sep String value concode_field_sep void setvalue concode_elem_sep String getvalue concode_elem_sep String getId | void function ( String arg0 ) { this . id = arg0 ; } |
15,253 | closes an entity manager for current thread . concode_field_sep EntityManagerFactory factory concode_elem_sep ThreadLocal<EntityManager> entityManager concode_elem_sep Logger log concode_elem_sep String PERSISTENCE_UNIT concode_field_sep void createEntityManagerFactory concode_elem_sep void beginTransaction concode_ele... | void function ( ) { EntityManager loc0 = entityManager . get ( ) ; entityManager . set ( null ) ; if ( loc0 != null ) { try { loc0 . close ( ) ; } catch ( RuntimeException loc1 ) { log . log ( Level . SEVERE , "srini_string" , loc1 ) ; } } } |
15,254 | binds the specified render target id and sets it as current . concode_field_sep ILogger logger concode_elem_sep GL20 gl concode_elem_sep GLFboStack instance concode_elem_sep Stack<Integer> fboNameStack concode_elem_sep int currentFBO concode_field_sep GLFboStack getInstance concode_elem_sep void pushFBO concode_elem_se... | void function ( int arg0 ) { currentFBO = arg0 ; gl . glBindFramebuffer ( GL20 . GL_FRAMEBUFFER , currentFBO ) ; } |
15,255 | gets the value of the direction property . concode_field_sep ArrayOfAppointmentsToIgnore appointmentsToIgnore concode_elem_sep Integer userTimeZoneCode concode_elem_sep String searchRecurrenceRule concode_elem_sep Integer anchorOffset concode_elem_sep Integer recurrenceTimeZoneCode concode_elem_sep ArrayOfguid sites co... | SearchDirection function ( ) { return direction ; } |
15,256 | return the default task coordinates for the provided module name . concode_field_sep String DEFAULT_VERSION concode_elem_sep String DEFAULT_CLASSIFIER concode_elem_sep String DEFAULT_STREAM_GROUP_ID concode_elem_sep String DEFAULT_TASK_GROUP_ID concode_elem_sep ArtifactRegistry artifactRegistry concode_elem_sep String ... | ArtifactCoordinates function ( String arg0 ) { return ArtifactCoordinates . parse ( String . format ( "srini_string" , DEFAULT_TASK_GROUP_ID , arg0 , DEFAULT_EXTENSION , DEFAULT_CLASSIFIER , DEFAULT_VERSION ) ) ; } |
15,257 | is this timetabled . a working train will return false here concode_field_sep String origin concode_elem_sep String toc concode_elem_sep long serialVersionUID concode_elem_sep Type type concode_elem_sep String dest concode_elem_sep String rid concode_elem_sep boolean platSup concode_elem_sep LocalTime dep concode_elem_... | boolean function ( ) { return pta != null || ptd != null ; } |
15,258 | gets the root element . concode_field_sep String systemId concode_elem_sep XmlElement rootElement concode_elem_sep String publicId concode_field_sep String getSystemId concode_elem_sep void setRootElement concode_elem_sep String getFormattedContent concode_elem_sep String getPublicId | XmlElement function ( ) { return rootElement ; } |
15,259 | group the globals together by fact type . concode_field_sep String ACTIVATE_RULE_FLOW_GROUP concode_elem_sep String RETRACT_KEY concode_field_sep void accumulateDataForActivateRuleFlowGroup concode_elem_sep List<Fixture> lumpyMap concode_elem_sep void accumulateCallMethod concode_elem_sep void accumulateDataForFactData... | Map < String , FixtureList > function ( final List < FactData > arg0 ) { Map < String , FixtureList > loc0 = new HashMap < String , FixtureList > ( ) ; for ( FactData loc1 : arg0 ) { accumulateDataForFactData ( loc0 , loc1 ) ; } return loc0 ; } |
15,260 | fill the data necessary to run the database tests . for example , here it could be created procedure , triggers and so on . concode_field_sep Logger logger concode_field_sep void resetDatabase concode_elem_sep DbArtifactSource createValidConfigurationWithMappings concode_elem_sep void cleanFiles concode_elem_sep void v... | void function ( final Connection arg0 ) { } |
15,261 | calls channelhandlercontext #firechannelactive to forwardto the next channelhandler in the channelpipeline . sub-classes may override this method to change behavior . concode_field_sep boolean added concode_field_sep void disconnect concode_elem_sep void channelReadComplete concode_elem_sep void read concode_elem_sep v... | void function ( ChannelHandlerContext arg0 ) { arg0 . fireChannelActive ( ) ; } |
15,262 | this gets the y-phase that is used to animate the values . concode_field_sep float mPhaseY concode_elem_sep AnimatorUpdateListener mListener concode_elem_sep float mPhaseX concode_field_sep void animateY concode_elem_sep void animateY concode_elem_sep void animateY concode_elem_sep void setPhaseY concode_elem_sep void ... | float function ( ) { return mPhaseY ; } |
15,263 | convert an existing text view to display the data at a new position . concode_field_sep PlaceHolder placeHolder concode_field_sep View button concode_elem_sep View doubleText concode_elem_sep View convertButton concode_elem_sep View twoButtonsSeparatedByFiller concode_elem_sep View horizontalButtonSlots concode_elem_se... | View function ( View arg0 , String arg1 , int arg2 ) { if ( arg0 . getTag ( ) != null && ( ( String ) arg0 . getTag ( ) ) . equals ( "srini_string" ) ) { ( ( TextView ) arg0 ) . setText ( arg1 ) ; arg0 . setId ( arg2 ) ; return arg0 ; } else { return null ; } } |
15,264 | estimates the number of block accesses to compute the join . the formula is : b indexjoin p1 , p2 , idx = b p1 + r p1 b idx + r indexjoin p1 , p2 , idx concode_field_sep IndexInfo ii concode_elem_sep Plan p1 concode_elem_sep Plan p2 concode_elem_sep String joinfield concode_elem_sep Schema sch concode_field_sep Schema ... | int function ( ) { return p1 . blocksAccessed ( ) + ( p1 . recordsOutput ( ) * ii . blocksAccessed ( ) ) + recordsOutput ( ) ; } |
15,265 | get column of mysql type : varchar , char , enum , set , text , tinytext , mediumtext , longtext concode_field_sep Map<String,Object> columns concode_elem_sep long serialVersionUID concode_field_sep Record setColumns concode_elem_sep Record setColumns concode_elem_sep String[] getColumnNames concode_elem_sep java.sql.T... | String function ( String arg0 ) { return ( String ) getColumns ( ) . get ( arg0 ) ; } |
15,266 | gets the string value of the field on the jsonobject with the given name , or the given default value if the field is missing . concode_field_sep String __OBFID concode_field_sep String getJsonElementStringValue concode_elem_sep JsonArray getJsonObjectJsonArrayField concode_elem_sep boolean jsonElementTypeIsString conc... | String function ( JsonObject arg0 , String arg1 , String arg2 ) { return arg0 . has ( arg1 ) ? getJsonElementStringValue ( arg0 . get ( arg1 ) , arg1 ) : arg2 ; } |
15,267 | assigns mgcp port number . concode_field_sep PriorityQueueScheduler scheduler concode_elem_sep MediaServer server concode_elem_sep Configurator configurator concode_elem_sep int port concode_elem_sep MgcpProvider mgcpProvider concode_elem_sep int poolSize concode_elem_sep UdpManager udpInterface concode_elem_sep Global... | void function ( int arg0 ) { this . port = arg0 ; } |
15,268 | called when the canvas size changes . concode_field_sep Cursor cursor concode_elem_sep AWTGLCanvas canvas concode_elem_sep Map<String,Preferences> preferences concode_elem_sep List<Runnable> executedRunnables concode_elem_sep String logTag concode_elem_sep ApplicationListener listener concode_elem_sep LwjglGraphics gra... | void function ( int arg0 , int arg1 ) { } |
15,269 | the date and time that the deployment resource was created . concode_field_sep java.util.Date createdDate concode_elem_sep java.util.Map<String,java.util.Map<String,MethodSnapshot>> apiSummary concode_elem_sep String description concode_elem_sep String id concode_field_sep GetDeploymentResult clearApiSummaryEntries con... | java . util . Date function ( ) { return this . createdDate ; } |
15,270 | gets the value of the billcyclestartdate property . concode_field_sep String serviceType concode_elem_sep BigDecimal amount concode_elem_sep BigDecimal countyTax concode_elem_sep String featureCode concode_elem_sep long serialVersionUID concode_elem_sep BigDecimal stateTax concode_elem_sep XMLGregorianCalendar billCycl... | XMLGregorianCalendar function ( ) { return billCycleStartDate ; } |
15,271 | returns true , if a hmip port is configured . concode_field_sep String UTF_ENCODING concode_elem_sep int DEFAULT_PORT_RF concode_elem_sep int cuxdPort concode_elem_sep String gatewayType concode_elem_sep String ISO_ENCODING concode_elem_sep int reconnectInterval concode_elem_sep String GATEWAY_TYPE_AUTO concode_elem_se... | boolean function ( ) { return hmIpPort != 0 ; } |
15,272 | returns the name of the vendor of this service provider . concode_field_sep String vendorName concode_elem_sep String version concode_field_sep String getVersion concode_elem_sep void onDeregistration concode_elem_sep String getDescription concode_elem_sep void onRegistration | String function ( ) { return vendorName ; } |
15,273 | initializes one row of a double matrix with normal distributed gaussian noise . concode_field_sep PlaceHolder placeHolder concode_field_sep double rowAverage concode_elem_sep double maxDouble concode_elem_sep List<Double> rowDifference concode_elem_sep void columnInitNormal concode_elem_sep int maxInteger concode_elem_... | void function ( Matrix < Double > arg0 , int arg1 , double arg2 , double arg3 ) { Random loc0 = Random . getInstance ( ) ; for ( int loc1 = 0 ; loc1 < arg0 . dim2 ; loc1 ++ ) arg0 . set ( arg1 , loc1 , loc0 . nextNormal ( arg2 , arg3 ) ) ; } |
15,274 | get the list of job progressions concode_field_sep UUID playerUUID concode_elem_sep boolean isOnline concode_elem_sep boolean isSaved concode_elem_sep Object saveLock concode_elem_sep String userName concode_elem_sep ArrayList<JobProgression> progression concode_elem_sep String honorific concode_field_sep JobsPlayer lo... | List < JobProgression > function ( ) { return Collections . unmodifiableList ( progression ) ; } |
15,275 | checks whether this cloudlet is submitted by reserving or not . concode_field_sep int peId concode_elem_sep int index concode_elem_sep double startExecTime concode_elem_sep int NOT_FOUND concode_elem_sep double totalCompletionTime concode_elem_sep int duration concode_elem_sep int[] peArrayId concode_elem_sep int machi... | boolean function ( ) { if ( reservId == NOT_FOUND ) { return false ; } return true ; } |
15,276 | writes an long in a variable-length format . writes between one and nine bytes . smaller values take fewer bytes . negative numbers are not supported . the format is described further in dataoutput #writevint int . concode_field_sep int COPY_BUFFER_SIZE concode_elem_sep byte[] copyBuffer concode_field_sep void writeInt... | void function ( long arg0 ) { if ( arg0 < 0 ) { throw new IllegalArgumentException ( "srini_string" + arg0 + "srini_string" ) ; } writeSignedVLong ( arg0 ) ; } |
15,277 | sets parent format . concode_field_sep VMessageFormat parent concode_elem_sep String pattern concode_elem_sep MessageFormat format concode_elem_sep String id concode_elem_sep Locale locale concode_field_sep VMessageFormat getParent concode_elem_sep int hashCode concode_elem_sep boolean equals concode_elem_sep String fo... | void function ( VMessageFormat arg0 ) { this . parent = arg0 ; } |
15,278 | get a singleton instance of this class . concode_field_sep PhysicalWebEnvironment sInstance concode_elem_sep Object INSTANCE_LOCK concode_field_sep boolean hasNotificationBasedClient | PhysicalWebEnvironment function ( ChromeApplication arg0 ) { synchronized ( INSTANCE_LOCK ) { if ( sInstance == null ) { sInstance = arg0 . createPhysicalWebEnvironment ( ) ; } } return sInstance ; } |
15,279 | as per #getdescriptionforvalidnumber phonenumber , locale but also considers theregion of the user . if the phone number is from the same region as the user , only a lower-level description will be returned , if one exists . otherwise , the phone number 's region will be returned , with optionally some more detailed in... | String function ( PhoneNumber arg0 , Locale arg1 , String arg2 ) { String loc0 = phoneUtil . getRegionCodeForNumber ( arg0 ) ; if ( arg2 . equals ( loc0 ) ) { return getDescriptionForValidNumber ( arg0 , arg1 ) ; } return getRegionDisplayName ( loc0 , arg1 ) ; } |
15,280 | checks if is absolute path . concode_field_sep EnginConf engineConfig concode_elem_sep String SPAGOBI_SERVER_URL concode_elem_sep TalendEngineConfig instance concode_elem_sep Logger logger concode_elem_sep String DEFAULT_SPAGOBI_SERVER_URL concode_elem_sep String RUNTIMEREPOSITORY_ROOT_DIR concode_field_sep File getRun... | boolean function ( String arg0 ) { if ( arg0 == null ) return false ; return ( arg0 . startsWith ( "srini_string" ) || arg0 . startsWith ( "srini_string" ) || arg0 . charAt ( 1 ) == ':' ) ; } |
15,281 | convenience method . concode_field_sep boolean decodeEventHeaders concode_elem_sep Map<Name,String> messageHeaders concode_elem_sep Map<String,String> eventHeaders concode_elem_sep Logger log concode_elem_sep List<String> eventBody concode_field_sep Map<Name,String> getMessageHeaders concode_elem_sep String getEventDat... | String function ( ) { String loc0 = getEventHeaders ( ) . get ( EslEventHeaderNames . EVENT_SUBCLASS ) ; if ( loc0 == null ) { return "srini_string" ; } return loc0 ; } |
15,282 | returns the next lognode in the linked list . 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 vo... | LogNode function ( ) { return mLogNode ; } |
15,283 | turn this @literal tuples into a plain object list . concode_field_sep long serialVersionUID concode_elem_sep T1 t1 concode_elem_sep T2 t2 concode_field_sep Iterator<?> iterator concode_elem_sep int size concode_elem_sep int hashCode concode_elem_sep Object get concode_elem_sep boolean equals concode_elem_sep T1 getT1 ... | List < Object > function ( ) { return Arrays . asList ( toArray ( ) ) ; } |
15,284 | returns the http status code for the response . concode_field_sep long mContentLength concode_elem_sep Map<String,String[]> mHeaders concode_elem_sep InputStream mStream concode_elem_sep int mStatusCode concode_field_sep Map<String,String[]> getHeaders concode_elem_sep long getContentLength concode_elem_sep InputStream... | int function ( ) { return mStatusCode ; } |
15,285 | sets the width of the outline . the glyphs will need padding so the outline does n't get clipped . concode_field_sep float width concode_elem_sep Color color concode_elem_sep int join concode_elem_sep Stroke stroke concode_field_sep void setJoin concode_elem_sep int getJoin concode_elem_sep Stroke getStroke concode_ele... | void function ( int arg0 ) { this . width = arg0 ; } |
15,286 | maps all the classes found in the package to which the given class belongs . concode_field_sep Mapper mapper concode_elem_sep boolean useBulkWriteOperations concode_field_sep Mapper getMapper concode_elem_sep boolean isMapped concode_elem_sep Datastore createDatastore concode_elem_sep Datastore createDatastore concode_... | Morphia function ( final Class arg0 ) { return mapPackage ( arg0 . getPackage ( ) . getName ( ) , false ) ; } |
15,287 | deletes the type from the database . also notifies the appropriate model listeners . concode_field_sep TypeLocalService _typeLocalService concode_field_sep java.lang.String getOSGiServiceIdentifier concode_elem_sep void setWrappedService concode_elem_sep com.liferay.portal.kernel.dao.orm.ActionableDynamicQuery getActio... | com . liferay . ams . model . Type function ( com . liferay . ams . model . Type arg0 ) { return _typeLocalService . deleteType ( arg0 ) ; } |
15,288 | public api - writes this frame to the given dataoutputstream concode_field_sep int NON_BODY_SIZE concode_elem_sep byte[] payload concode_elem_sep int channel concode_elem_sep ByteArrayOutputStream accumulator concode_elem_sep int type concode_field_sep int shortStrSize concode_elem_sep Frame readFrom concode_elem_sep l... | void function ( DataOutputStream arg0 ) { arg0 . writeByte ( type ) ; arg0 . writeShort ( channel ) ; if ( accumulator != null ) { arg0 . writeInt ( accumulator . size ( ) ) ; accumulator . writeTo ( arg0 ) ; } else { arg0 . writeInt ( payload . length ) ; arg0 . write ( payload ) ; } arg0 . write ( AMQP . FRAME_END ) ... |
15,289 | the list of tags for the cluster subnet group . returns a reference to this object so that method calls can be chained together . concode_field_sep String vpcId concode_elem_sep String description concode_elem_sep com.amazonaws.internal.ListWithAutoConstructFlag<Subnet> subnets concode_elem_sep String clusterSubnetGrou... | ClusterSubnetGroup function ( java . util . Collection < Tag > arg0 ) { if ( arg0 == null ) { this . tags = null ; } else { com . amazonaws . internal . ListWithAutoConstructFlag < Tag > loc0 = new com . amazonaws . internal . ListWithAutoConstructFlag < Tag > ( arg0 . size ( ) ) ; loc0 . addAll ( arg0 ) ; this . tags ... |
15,290 | return an iterator of all children of this node . if there are no children , an empty iterator is returned . concode_field_sep String name concode_elem_sep HashMap attributes concode_elem_sep TreeNode parent concode_elem_sep String body concode_elem_sep ArrayList children concode_field_sep TreeNode findChild concode_el... | Iterator function ( ) { if ( children == null ) return ( Collections . EMPTY_LIST . iterator ( ) ) ; else return ( children . iterator ( ) ) ; } |
15,291 | when a new message is received by the sipprovider . concode_field_sep SipProvider sip_provider concode_elem_sep SipInterfaceListener listener concode_elem_sep Identifier id concode_field_sep SipProvider getSipProvider concode_elem_sep ConnectionIdentifier sendMessage concode_elem_sep ConnectionIdentifier sendMessage co... | void function ( SipProvider arg0 , Message arg1 ) { if ( listener != null ) listener . onReceivedMessage ( this , arg1 ) ; } |
15,292 | cleans up the object when it 's destroyed . concode_field_sep Hashtable<String,Object> entities concode_field_sep void addInternalEntity concode_elem_sep void addExternalEntity concode_elem_sep boolean isExternalEntity concode_elem_sep Reader getEntity concode_elem_sep Reader openExternalEntity | void function ( ) { this . entities . clear ( ) ; this . entities = null ; super . finalize ( ) ; } |
15,293 | this method returns a string representation of the modification . concode_field_sep Logger logger concode_elem_sep int iLocation concode_elem_sep ModificationTemplate iTemplate concode_field_sep int getLocation concode_elem_sep boolean isArtifact concode_elem_sep int compareTo concode_elem_sep String getTitle concode_e... | String function ( ) { return this . iTemplate . toString ( ) + "srini_string" + this . iLocation ; } |
15,294 | silent cleanup . concode_field_sep BufferedReader reader concode_elem_sep String segment concode_elem_sep String DASH_COMMENT concode_elem_sep String SLASH_COMMENT concode_elem_sep String SEMI concode_field_sep Object next concode_elem_sep void setValue concode_elem_sep boolean hasNext concode_elem_sep int nextInt conc... | void function ( ) { if ( this . reader != null ) { try { this . reader . close ( ) ; } catch ( Exception loc0 ) { } } this . reader = null ; } |
15,295 | returns the sum of this vector and that vector : this + that . concode_field_sep double[] data concode_elem_sep int N concode_field_sep Vector minus concode_elem_sep Vector times concode_elem_sep int length concode_elem_sep double dot concode_elem_sep double magnitude concode_elem_sep String toString concode_elem_sep v... | Vector function ( Vector arg0 ) { if ( this . N != arg0 . N ) throw new IllegalArgumentException ( "srini_string" ) ; Vector loc0 = new Vector ( N ) ; for ( int loc1 = 0 ; loc1 < N ; loc1 ++ ) loc0 . data [ loc1 ] = this . data [ loc1 ] + arg0 . data [ loc1 ] ; return loc0 ; } |
15,296 | gets the value of the colormenu property . concode_field_sep STExt ext concode_elem_sep Object parent concode_elem_sep CTTextbox textbox concode_elem_sep CTCallout callout concode_elem_sep STTrueFalse allowincell concode_elem_sep CTShadow shadow concode_elem_sep CTColorMru colormru concode_elem_sep STTrueFalse strokeTo... | CTColorMenu function ( ) { return colormenu ; } |
15,297 | performs a dynamic query on the database and returns the matching rows . concode_field_sep MBThreadFlagLocalService _mbThreadFlagLocalService concode_field_sep boolean hasThreadFlag concode_elem_sep void setWrappedService concode_elem_sep java.util.List<com.liferay.portlet.messageboards.model.MBThreadFlag> getMBThreadF... | java . util . List function ( com . liferay . portal . kernel . dao . orm . DynamicQuery arg0 ) { return _mbThreadFlagLocalService . arg0 ( arg0 ) ; } |
15,298 | loads a classifier from a file . concode_field_sep long nativeObj concode_field_sep boolean load_0 concode_elem_sep void detectMultiScale_3 concode_elem_sep long CascadeClassifier_1 concode_elem_sep long CascadeClassifier_0 concode_elem_sep boolean empty_0 concode_elem_sep void detectMultiScale concode_elem_sep void de... | boolean function ( String arg0 ) { boolean loc0 = load_0 ( nativeObj , arg0 ) ; return loc0 ; } |
15,299 | linenumber returns the line number of the current context node . note : xalan does not normally record location information for each node . to obtain it , you must set the custom trax attribute `` http://xml.apache.org/xalan/features/source_location '' true in the transformerfactory before generating the transformer an... | int function ( ExpressionContext arg0 ) { Node loc0 = arg0 . getContextNode ( ) ; int loc1 = ( ( DTMNodeProxy ) loc0 ) . getDTMNodeNumber ( ) ; SourceLocator loc2 = ( ( DTMNodeProxy ) loc0 ) . getDTM ( ) . getSourceLocatorFor ( loc1 ) ; if ( loc2 != null ) return loc2 . getLineNumber ( ) ; else return - 1 ; } |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.