idx int64 0 25k | question stringlengths 71 7.19k | target stringlengths 20 663 |
|---|---|---|
10,300 | closes the given channel asynchronously concode_field_sep Logger LOG concode_elem_sep int DEFAULT_IO_THREADS concode_field_sep String getTextlineBody concode_elem_sep void writeBodyAsync | void function ( Channel arg0 ) { if ( arg0 != null ) { arg0 . close ( ) . addListener ( new ChannelFutureListener ( ) { public void operationComplete ( ChannelFuture arg1 ) { LOG . trace ( "srini_string" , arg1 . arg0 ( ) ) ; } } ) ; } } |
10,301 | returns an empty map with expected size matching the iterable size if it 's of type collection . otherwise , an empty map with the default size is returned . concode_field_sep Logger logger concode_field_sep Map<K,List<Versioned<V>>> getAll concode_elem_sep IClosableIterator<K> keys concode_elem_sep List<IVersion> getV... | HashMap < K , V > function ( Iterable < ? > arg0 ) { if ( arg0 instanceof Collection < ? > ) return Maps . newHashMapWithExpectedSize ( ( ( Collection < ? > ) arg0 ) . size ( ) ) ; return Maps . newHashMap ( ) ; } |
10,302 | returns the locale in respect to the given `` accept-language '' http header . concode_field_sep PlaceHolder placeHolder concode_field_sep placeholderType placeHolder | Locale function ( String arg0 ) { Locale loc0 = RESTActivator . getLocale ( ) ; if ( arg0 != null ) { String [ ] loc1 = arg0 . loc1 ( "srini_string" ) ; if ( loc1 . length == 2 ) { loc0 = new Locale ( loc1 [ 0 ] , loc1 [ 1 ] ) ; } else { loc0 = new Locale ( loc1 [ 0 ] ) ; } } return loc0 ; } |
10,303 | a regular state may be a dead end . concode_field_sep SGraphFactory factory concode_elem_sep BasicDiagnostic diagnostics concode_elem_sep SGraphJavaValidator validator concode_elem_sep StextFactory sTextFactory concode_elem_sep State state concode_elem_sep Region region concode_elem_sep Statechart statechart concode_fi... | void function ( ) { prepareStateTest ( ) ; validator . validate ( state , diagnostics , new HashMap < Object , Object > ( ) ) ; assertNoIssue ( diagnostics , ISSUE_STATE_WITHOUT_OUTGOING_TRANSITION ) ; } |
10,304 | returns true if wps push button configuration is supported concode_field_sep int groupCapability concode_elem_sep Creator<WifiP2pDevice> CREATOR concode_elem_sep int DEVICE_CAPAB_CLIENT_DISCOVERABILITY concode_elem_sep int deviceCapability concode_elem_sep int GROUP_CAPAB_GROUP_LIMIT concode_elem_sep int WPS_CONFIG_PUS... | boolean function ( ) { return ( wpsConfigMethodsSupported & WPS_CONFIG_PUSHBUTTON ) != 0 ; } |
10,305 | provide a string representation of this bootstrap context 's state . concode_field_sep Class<?> testClass concode_elem_sep CacheAwareContextLoaderDelegate cacheAwareContextLoaderDelegate concode_field_sep Class<?> getTestClass concode_elem_sep CacheAwareContextLoaderDelegate getCacheAwareContextLoaderDelegate | String function ( ) { return new ToStringCreator ( this ) . append ( "srini_string" , testClass . getName ( ) ) . append ( "srini_string" , cacheAwareContextLoaderDelegate . getClass ( ) . getName ( ) ) . toString ( ) ; } |
10,306 | moves to the start of the next object at the given level in the page hierarchy , and returns false if the end of the page was reached . note that pageiteratorlevel #ril_symbol will skip non-text blocks , but all other pageiteratorlevel level values will visit eachnon-text block once . think of non text blocks as contai... | boolean function ( int arg0 ) { return nativeNext ( mNativePageIterator , arg0 ) ; } |
10,307 | utility reciprocal method to add a child when it chooses this as its parent . concode_field_sep int index concode_elem_sep ArrayList childList concode_elem_sep TreeLevel parent concode_elem_sep boolean child concode_field_sep List getChildren concode_elem_sep TreeLevel getParent concode_elem_sep String toString concode... | int function ( TreeLevel arg0 ) { childList . add ( arg0 ) ; return childList . size ( ) ; } |
10,308 | get the company name of the merchant concode_field_sep Bitmap image concode_elem_sep String password concode_elem_sep String website concode_elem_sep Address address concode_elem_sep String merchantId concode_elem_sep String companyName concode_elem_sep int contactNumber concode_elem_sep String merchantDescription conc... | String function ( ) { return this . companyName ; } |
10,309 | set a custom value in the ` module.properties ' : section . concode_field_sep TaskInfo taskInfo concode_elem_sep GpConfig gpConfig concode_elem_sep JobInfo jobInfo concode_field_sep void testUserWithCustomValue concode_elem_sep void testJobInfoTaskName concode_elem_sep void testJobInfoLsidNoVersion concode_elem_sep voi... | void function ( ) { GpContext loc0 = GpContext . getContextForUser ( "srini_string" ) ; loc0 . setTaskInfo ( taskInfo ) ; doTest ( loc0 , "srini_string" ) ; } |
10,310 | returns an immutable copy of list . concode_field_sep Charset US_ASCII concode_elem_sep byte[] EMPTY_BYTE_ARRAY concode_elem_sep AtomicReference<byte[]> skipBuffer concode_elem_sep char[] DIGITS concode_elem_sep Charset UTF_8 concode_elem_sep String[] EMPTY_STRING_ARRAY concode_elem_sep Charset ISO_8859_1 concode_field... | List < T > function ( List < T > arg0 ) { return Collections . unmodifiableList ( new ArrayList < T > ( arg0 ) ) ; } |
10,311 | get whether this image source represents an android resource or a network uri . concode_field_sep String mSource concode_elem_sep double mSize concode_elem_sep boolean isResource concode_elem_sep Uri mUri concode_field_sep Uri computeUri concode_elem_sep Uri computeLocalUri concode_elem_sep double getSize concode_elem_... | boolean function ( ) { return isResource ; } |
10,312 | compare this phaseid instance to the specified one.returns a negative integer , zero , or a positive integer if this object is less than , equal to , or greater than the specified object . concode_field_sep String UPDATE_MODEL_VALUES_NAME concode_elem_sep PhaseId[] values concode_elem_sep String PROCESS_VALIDATIONS_NAM... | int function ( Object arg0 ) { return this . ordinal - ( ( PhaseId ) arg0 ) . ordinal ; } |
10,313 | a list of available solution stacks and their solutionstackdescription . concode_field_sep com.amazonaws.internal.SdkInternalList<String> solutionStacks concode_elem_sep com.amazonaws.internal.SdkInternalList<SolutionStackDescription> solutionStackDetails concode_field_sep java.util.List<String> getSolutionStacks conco... | java . util . List < SolutionStackDescription > function ( ) { if ( solutionStackDetails == null ) { solutionStackDetails = new com . amazonaws . internal . SdkInternalList < SolutionStackDescription > ( ) ; } return solutionStackDetails ; } |
10,314 | specifies which class to be filtered away concode_field_sep boolean matchSubclasses concode_elem_sep Class beanClass concode_field_sep boolean isMatchSubclasses concode_elem_sep Class getBeanClass concode_elem_sep void setMatchSubclasses concode_elem_sep boolean exclude | void function ( Class arg0 ) { this . beanClass = arg0 ; } |
10,315 | provide a link back to the top of the page concode_field_sep Date end concode_elem_sep List<Statistics> blocks concode_elem_sep String pageTitle concode_elem_sep String mainTitle concode_elem_sep String output concode_elem_sep Date start concode_field_sep void setStartDate concode_elem_sep String dateRange concode_elem... | String function ( ) { return ; } |
10,316 | parses out a token until any of the given terminators is encountered . concode_field_sep int pos concode_elem_sep int len concode_elem_sep boolean lowerCaseNames concode_elem_sep int i1 concode_elem_sep int i2 concode_elem_sep char[] chars concode_field_sep boolean hasChar concode_elem_sep void setLowerCaseNames concod... | String function ( final char [ ] arg0 ) { char loc0 ; i1 = pos ; i2 = pos ; while ( hasChar ( ) ) { loc0 = chars [ pos ] ; if ( isOneOf ( loc0 , arg0 ) ) { break ; } i2 ++ ; pos ++ ; } return getToken ( false ) ; } |
10,317 | get xmpp settings of a user concode_field_sep Log log concode_field_sep boolean hasXMPPSettings concode_elem_sep String getUserIM concode_elem_sep void validateInputParameters concode_elem_sep void editXmppSettings concode_elem_sep void checkUserAuthorization concode_elem_sep boolean addUserXmppSettings concode_elem_se... | XMPPSettingsDTO function ( String arg0 ) { String loc0 = "srini_string" ; validateInputParameters ( new String [ ] { arg0 } , loc0 ) ; checkUserAuthorization ( arg0 , "srini_string" ) ; XMPPConfigurator loc1 = new XMPPConfigurator ( ) ; return loc1 . getXmppSettings ( arg0 ) ; } |
10,318 | invalidates the layout , indicating that if the layout manager has cached information it should be discarded . concode_field_sep CLogger log concode_elem_sep Dimension m_size concode_field_sep Dimension preferredLayoutSize concode_elem_sep void removeLayoutComponent concode_elem_sep boolean needLayout concode_elem_sep ... | void function ( ) { m_size = null ; } |
10,319 | defines the script manager - defaults to `` auto '' . concode_field_sep ClassLoader scriptLoader concode_elem_sep Union resources concode_elem_sep ClasspathUtils.Delegate cpDelegate concode_elem_sep String manager concode_elem_sep ProjectComponent projectComponent concode_elem_sep File srcFile concode_elem_sep String l... | void function ( String arg0 ) { this . manager = arg0 ; } |
10,320 | sets the value of the credentiallevel property . concode_field_sep String credentialLevel concode_field_sep String getCredentialLevel | void function ( String arg0 ) { this . credentialLevel = arg0 ; } |
10,321 | backup a number of characters . concode_field_sep int bufpos concode_elem_sep boolean prevCharIsLF concode_elem_sep int bufsize concode_elem_sep int available concode_elem_sep int tabSize concode_elem_sep java.io.Reader inputStream concode_elem_sep int line concode_elem_sep boolean staticFlag concode_elem_sep int bufco... | void function ( int arg0 ) { inBuf += arg0 ; if ( ( bufpos -= arg0 ) < 0 ) bufpos += bufsize ; } |
10,322 | compares the message bytes to the specified string object . concode_field_sep CharChunk charC concode_elem_sep boolean hasStrValue concode_elem_sep int type concode_elem_sep boolean hasLongValue concode_elem_sep ByteChunk byteC concode_elem_sep long serialVersionUID concode_elem_sep int T_BYTES concode_elem_sep String ... | boolean function ( String arg0 ) { switch ( type ) { case T_STR : if ( strValue == null ) { return arg0 == null ; } return strValue . equalsIgnoreCase ( arg0 ) ; case T_CHARS : return charC . equalsIgnoreCase ( arg0 ) ; case T_BYTES : return byteC . equalsIgnoreCase ( arg0 ) ; default : return false ; } } |
10,323 | gets request status id . concode_field_sep String requestStatusCode concode_elem_sep Integer requestStatusId concode_elem_sep String requestStatusDescription concode_field_sep String getRequestStatusCode concode_elem_sep String getRequestStatusDescription concode_elem_sep void setRequestStatusId concode_elem_sep void s... | Integer function ( ) { return requestStatusId ; } |
10,324 | max amount of pixels the label will be moved around trying to find a non conflicting location how and if the moving will be done is geometry type dependent concode_field_sep int spaceAround concode_elem_sep int maxDisplacement concode_elem_sep List<Geometry> geoms concode_elem_sep int minGroupDistance concode_elem_sep ... | int function ( ) { return maxDisplacement ; } |
10,325 | pet status in the store concode_field_sep String name concode_elem_sep List<String> photoUrls concode_elem_sep List<Tag> tags concode_elem_sep Category category concode_elem_sep Long id concode_elem_sep String value concode_elem_sep StatusEnum status concode_field_sep void setName concode_elem_sep Pet addTagsItem conco... | StatusEnum function ( ) { return status ; } |
10,326 | returns the cache 's expiration policy . concode_field_sep CacheExpirationHandler<K,V> handler concode_elem_sep CacheExpiryPolicy<K,V> policy concode_field_sep void expired concode_elem_sep CacheElementRevision<K,V> retrieve concode_elem_sep CacheExpirationHandler<K,V> getHandler concode_elem_sep CacheExpiry<K,V> DEFAU... | CacheExpiryPolicy < K , V > function ( ) { return policy ; } |
10,327 | sets the list of return indices . concode_field_sep List<CypherStartNode> startNodes concode_elem_sep boolean custom concode_elem_sep String statement concode_elem_sep List<CypherCondition> conditions concode_elem_sep String title concode_elem_sep List<CypherMatch> matches concode_elem_sep List<Integer> returnIndices c... | void function ( List < Integer > arg0 ) { this . returnIndices = arg0 ; } |
10,328 | sets the value of the code property . concode_field_sep String code concode_elem_sep String description concode_elem_sep long serialVersionUID concode_elem_sep String alternateDescription concode_field_sep String getAlternateDescription concode_elem_sep void setDescription concode_elem_sep String getCode concode_elem_s... | void function ( String arg0 ) { this . code = arg0 ; } |
10,329 | de activate the behavior . concode_field_sep boolean isActive concode_elem_sep Controller<?> _myController concode_elem_sep float value concode_field_sep void init concode_elem_sep float getValue concode_elem_sep Controller<?> controller concode_elem_sep void setValue concode_elem_sep void update concode_elem_sep boole... | void function ( boolean arg0 ) { isActive = arg0 ; } |
10,330 | sets the value of the default property . concode_field_sep BigInteger val concode_elem_sep CTFFTextInput.Default _default concode_elem_sep Object parent concode_elem_sep CTFFTextInput.Format format concode_elem_sep CTFFTextType type concode_elem_sep CTFFTextInput.MaxLength maxLength concode_field_sep Object getParent c... | void function ( CTFFTextInput . Default arg0 ) { this . _default = arg0 ; } |
10,331 | gets the value of the trdgsesrulesgrp property . this accessor method returns a reference to the live list , not a snapshot . therefore any modification you make to the returned list will be present inside the jaxb object . this is why there is not a set method for the trdgsesrulesgrp property . for example , to add a ... | List < TradingSessionRulesGrpBlockT > function ( ) { if ( trdgSesRulesGrp == null ) { trdgSesRulesGrp = new ArrayList < TradingSessionRulesGrpBlockT > ( ) ; } return this . trdgSesRulesGrp ; } |
10,332 | gets the value of the temporal property . concode_field_sep TableGenerator tableGenerator concode_elem_sep SequenceGenerator sequenceGenerator concode_elem_sep AccessType access concode_elem_sep Column column concode_elem_sep String name concode_elem_sep GeneratedValue generatedValue concode_elem_sep TemporalType tempo... | TemporalType function ( ) { return temporal ; } |
10,333 | the user 's ssh public key . concode_field_sep String sshPublicKey concode_elem_sep String sshUsername concode_elem_sep String name concode_elem_sep Boolean allowSelfManagement concode_elem_sep String iamUserArn concode_field_sep void setName concode_elem_sep String getName concode_elem_sep Boolean getAllowSelfManageme... | String function ( ) { return this . sshPublicKey ; } |
10,334 | returns the listener associated with the proxy . concode_field_sep T listener concode_field_sep placeholderType placeHolder | T function ( ) { return this . listener ; } |
10,335 | gets the value of the generation property . concode_field_sep Generation generation concode_elem_sep List<ExtensionType> extension concode_elem_sep LengthType length concode_elem_sep AlphabetType alphabet concode_elem_sep ActivationLimitType activationLimit concode_field_sep void setLength concode_elem_sep void setActi... | Generation function ( ) { return generation ; } |
10,336 | perform binding creation concode_field_sep AndesContextInformationManager contextInformationManager concode_elem_sep Log log concode_elem_sep SettableFuture<Boolean> isEventComplete concode_elem_sep QueueInfo boundedQueue concode_elem_sep EventType eventType concode_elem_sep String boundMessageRouterName concode_elem_s... | void function ( ) { boolean loc0 = false ; try { contextInformationManager . createBinding ( this ) ; loc0 = true ; } catch ( AndesException loc1 ) { isEventComplete . setException ( loc1 ) ; } finally { isEventComplete . set ( loc0 ) ; } } |
10,337 | returns the list of domains formatted as a route string not including the trailing ' :'-rrb- . concode_field_sep ArrayList<String> domains concode_field_sep int size concode_elem_sep String get | String function ( ) { StringBuffer loc0 = new StringBuffer ( ) ; for ( int loc1 = 0 ; loc1 < domains . size ( ) ; loc1 ++ ) { loc0 . append ( "srini_string" ) ; loc0 . append ( get ( loc1 ) ) ; if ( loc1 + 1 < domains . size ( ) ) loc0 . append ( "srini_string" ) ; } return loc0 . toString ( ) ; } |
10,338 | deletes the recent layout branch with the primary key from the database . also notifies the appropriate model listeners . concode_field_sep RecentLayoutBranchLocalService _service concode_field_sep int getRecentLayoutBranchsCount concode_elem_sep java.lang.String getOSGiServiceIdentifier concode_elem_sep com.liferay.po... | com . liferay . portal . model . RecentLayoutBranch function ( long arg0 ) { return getService ( ) . deleteRecentLayoutBranch ( arg0 ) ; } |
10,339 | the default default value for fields of this type , if it 's a primitive type . concode_field_sep int MESSAGE_SET_ITEM_TAG concode_elem_sep int MESSAGE_SET_MESSAGE_TAG concode_elem_sep int WIRETYPE_FIXED64 concode_elem_sep int MESSAGE_SET_TYPE_ID concode_elem_sep int WIRETYPE_END_GROUP concode_elem_sep int wireType con... | Object function ( ) { return defaultDefault ; } |
10,340 | called after element creation if start ndreader reader , attributes attrs is not overridden . returned object will represent this element during parsing . concode_field_sep PlaceHolder placeHolder concode_field_sep void characters concode_elem_sep long numberDecode concode_elem_sep double realDecode concode_elem_sep ND... | NDElement function ( Attributes arg0 ) { return this ; } |
10,341 | this method resets the incoming events time events included . concode_field_sep boolean b concode_elem_sep SCInterfaceImpl sCInterface concode_elem_sep long x concode_elem_sep int nextStateIndex concode_elem_sep State[] stateVector concode_field_sep void init concode_elem_sep SCInterface getSCInterface concode_elem_sep... | void function ( ) { } |
10,342 | tagclass setter . concode_field_sep String tagClass concode_elem_sep String description concode_elem_sep ArrayList<AttributeElement> attributes concode_elem_sep String tagName concode_field_sep String getTagClass concode_elem_sep ArrayList<AttributeElement> getAttributes concode_elem_sep void addAttribute concode_elem_... | void function ( String arg0 ) { tagClass = arg0 ; } |
10,343 | helper method - loads a testmodel from the given filename . concode_field_sep String VALIDATION_TESTMODEL_DIR concode_elem_sep IModelSequencer sequencer concode_field_sep ExecutionFlow loadExecutionFlowFromResource concode_elem_sep Statechart loadStatechartFromResource concode_elem_sep String getModelDirectory | Statechart function ( String arg0 ) { return AbstractTestModelsUtil . loadStatechart ( URI . createPlatformPluginURI ( arg0 , true ) ) ; } |
10,344 | access labels -- actually always a singleton here . concode_field_sep PlaceHolder placeHolder concode_field_sep int start concode_elem_sep Label label concode_elem_sep boolean crosses concode_elem_sep boolean crosses concode_elem_sep double score concode_elem_sep boolean contains concode_elem_sep int size concode_elem_... | Collection < Label > function ( ) { return Collections . singletonList ( label ( ) ) ; } |
10,345 | invoked when the channel associated with the given client is inactive . no further requests will come from this client . concode_field_sep Logger logger concode_elem_sep RpcResponseCallback ONE_WAY_CALLBACK concode_field_sep void receive concode_elem_sep void receive concode_elem_sep void channelActive concode_elem_sep... | void function ( TransportClient arg0 ) { } |
10,346 | creates an atomicreference instance with the given initial value . concode_field_sep PlaceHolder placeHolder concode_field_sep AtomicReferenceArray<E> newReferenceArray concode_elem_sep AtomicReferenceArray<E> newReferenceArray | AtomicReference < V > function ( @ Nullable V arg0 ) { return new AtomicReference < V > ( arg0 ) ; } |
10,347 | uses org.junit.assume #assumetrue boolean to check that the eap repository is reachable . if it is not reachable an @linke org.junit.assumptionviolatedexception is thrown causing the test to be conditionally ignored . the purpose of this method is to be called at the beginning of transformers tests against legacy eap v... | void function ( ) { Assume . assumeTrue ( EAPRepositoryReachableUtil . isReachable ( ) ) ; } |
10,348 | adds a new ui decorator from the decorator handler . concode_field_sep ArrayList<String> UIDecoratorsIDs concode_elem_sep IDecoratorManager decoratorManager concode_elem_sep String NAVIGATOR_DECORATOR_ID concode_field_sep void refresh concode_elem_sep void refresh concode_elem_sep void removeUIDecoratorsID concode_elem... | void function ( String arg0 ) { synchronized ( UIDecoratorsIDs ) { if ( ! UIDecoratorsIDs . contains ( arg0 ) ) { UIDecoratorsIDs . add ( arg0 ) ; } } } |
10,349 | sets the value of the defaultmerge property . concode_field_sep String defaultInitMethod concode_elem_sep String defaultDestroyMethod concode_elem_sep String defaultDependencyCheck concode_elem_sep Description description concode_elem_sep List<Object> importsAndAliasAndBeen concode_elem_sep Boolean defaultLazyInit conc... | void function ( Boolean arg0 ) { this . defaultMerge = arg0 ; } |
10,350 | creates a statechart with an initial region and an initial state concode_field_sep int INITIAL_TEXT_COMPARTMENT_X concode_elem_sep String INITIAL_REGION_NAME concode_elem_sep int INITIAL_REGION_WIDTH concode_elem_sep int SPACING concode_elem_sep int INITIAL_REGION_HEIGHT concode_elem_sep int INITIAL_TEXT_COMPARTMENT_WI... | void function ( Resource arg0 ) { createStatechartModel ( arg0 , DiagramActivator . DIAGRAM_PREFERENCES_HINT ) ; } |
10,351 | get the server capabilities . concode_field_sep String password concode_elem_sep HttpServletRequest request concode_elem_sep SecurityContext security concode_elem_sep Capabilities capabilities concode_elem_sep String auth concode_elem_sep HttpServletResponse response concode_elem_sep String username concode_elem_sep Se... | Capabilities function ( ) { if ( capabilities == null ) { configureCapabilities ( ) ; } return capabilities ; } |
10,352 | initializes the lifecyclenotifierprovider with a lifecyclenotifier concode_field_sep LifeCycleNotifier lifecycleNotifier concode_field_sep LifeCycleNotifier getInstance | void function ( LifeCycleNotifier arg0 ) { if ( arg0 != null ) { lifecycleNotifier = arg0 ; } } |
10,353 | before the websocket is used , it 's recommended to call this method to ensure that any exceptions caught while processing the messages received are acknowledged . concode_field_sep int ioThreadMultiplier concode_elem_sep PubSubMessageCodec<Object> codec concode_elem_sep String password concode_elem_sep Logger logger c... | void function ( ) { if ( throwable . get ( ) == null ) { if ( connection == null ) { throw new IOException ( "srini_string" ) ; } return ; } Throwable loc0 = throwable . get ( ) ; if ( loc0 instanceof IOException ) { throw ( IOException ) loc0 ; } else { throw Throwables . propagate ( loc0 ) ; } } |
10,354 | keeps records if their value is not equal to the provided value . nulls are treated the same way the java programming language does . for example : noteq column , null will keep all records whose value is not null . noteq column , 7 will keep all records whose value is not 7 , including records whose value is null . no... | NotEq < T > function ( C arg0 , T arg1 ) { return new NotEq < T > ( arg0 , arg1 ) ; } |
10,355 | sets the geocoder to magnify geocoding results within or near the given viewport . . note that setting a viewport does not restrict results to that bounding box , though it will elevate them in priority . concode_field_sep JavaScriptObject jsoPeer concode_field_sep void fireLocationCb concode_elem_sep void setBaseCount... | void function ( LatLngBounds arg0 ) { GeocoderImpl . impl . setViewport ( jsoPeer , arg0 ) ; } |
10,356 | method to move the user 's view to the bottom of the log concode_field_sep String color concode_elem_sep String DEFAULT_NICK concode_elem_sep String buttonImage concode_elem_sep Log log concode_elem_sep boolean minimized concode_elem_sep String autoLoad concode_elem_sep String MAXIMIZE_IMAGE concode_elem_sep Message[] ... | String function ( ) { position = bottom ( ) ; return ( "srini_string" ) ; } |
10,357 | sets the value of the notbefore property . concode_field_sep XMLGregorianCalendar notAfter concode_elem_sep String certifiedRole concode_elem_sep String category concode_elem_sep XMLGregorianCalendar notBefore concode_field_sep XMLGregorianCalendar getNotBefore concode_elem_sep void setCategory concode_elem_sep void se... | void function ( XMLGregorianCalendar arg0 ) { this . notBefore = arg0 ; } |
10,358 | get the next object for the path . concode_field_sep String pathSoFar concode_elem_sep String pathToReach concode_elem_sep Object endObject concode_field_sep placeholderType placeHolder | Object function ( final String arg0 , StaplerRequest arg1 , StaplerResponse arg2 ) { final String loc0 = pathSoFar + arg0 ; if ( pathToReach . equals ( loc0 ) ) { return endObject ; } else if ( pathToReach . startsWith ( loc0 ) ) { return new RecurDynamic ( loc0 + "srini_string" , pathToReach , endObject ) ; } else { r... |
10,359 | undo the last executed or redone operation . after this , the board , including the game if it has one , will be restored to the state it was in before the operation was issued . concode_field_sep Vector ops concode_elem_sep int firstNewOp concode_elem_sep Vector ops concode_elem_sep HistoryList instance concode_elem_s... | Operation function ( ) { firstNewOp -- ; Operation loc0 = ( Operation ) ( ops . elementAt ( firstNewOp ) ) ; loc0 . undo ( ) ; return loc0 ; } |
10,360 | end the current part . concode_field_sep String boundary concode_elem_sep boolean inPart concode_elem_sep byte[] __DASHDASH concode_elem_sep OutputStream out concode_elem_sep byte[] boundaryBytes concode_elem_sep byte[] __CRLF concode_field_sep OutputStream getOut concode_elem_sep String getBoundary concode_elem_sep vo... | void function ( ) { if ( inPart ) out . write ( __CRLF ) ; out . write ( __DASHDASH ) ; out . write ( boundaryBytes ) ; out . write ( __DASHDASH ) ; out . write ( __CRLF ) ; inPart = false ; } |
10,361 | create a data source with the given configuration . concode_field_sep PlaceHolder placeHolder concode_field_sep void close | DataSource function ( String arg0 , Configuration arg1 , Environment arg2 ) { return create ( arg0 , arg1 . underlying ( ) , arg2 ) ; } |
10,362 | returns the meta data instance that can be identified by the given uuid concode_field_sep StateMachineLifecycle lifecycle concode_elem_sep Registry registry concode_elem_sep VersionBaseProvider provider concode_elem_sep String name concode_elem_sep Map<String,List<String>> attributeMap concode_elem_sep String baseUUID ... | VersionBase function ( Registry arg0 , String arg1 , String arg2 ) { return Util . getVersionBaseProvider ( arg2 ) . get ( getResource ( arg0 , arg1 ) , arg0 ) ; } |
10,363 | removes the interpreterfactory associated to the specified language . concode_field_sep String BIND_NAME_DOCUMENT concode_elem_sep Map factories concode_elem_sep Map defaultFactories concode_field_sep Interpreter createInterpreter concode_elem_sep void putInterpreterFactory | void function ( String arg0 ) { factories . remove ( arg0 ) ; } |
10,364 | gets the descriptor encoding for a class . concode_field_sep PlaceHolder placeHolder concode_field_sep String getEncodingOfMember concode_elem_sep Class getClassForEncoding concode_elem_sep Class getClassForEncoding concode_elem_sep Class getClassForEncoding concode_elem_sep String getEncodingOfConstructor concode_elem... | String function ( Class arg0 , boolean arg1 ) { return getEncodingOfClass ( arg0 . getName ( ) , arg1 ) ; } |
10,365 | get the task attempt id concode_field_sep TaskType taskType concode_elem_sep long finishTime concode_elem_sep String hostname concode_elem_sep Counters counters concode_elem_sep String rackName concode_elem_sep TaskAttemptFinished datum concode_elem_sep String state concode_elem_sep String taskStatus concode_elem_sep T... | TaskAttemptID function ( ) { return attemptId ; } |
10,366 | null predicate sample concode_field_sep PlaceHolder placeHolder concode_field_sep void existProperty concode_elem_sep void comparisonPredicate concode_elem_sep void expressionToCQLExpression concode_elem_sep void betweenPredicate concode_elem_sep void listOfPredicates concode_elem_sep void likePredicate concode_elem_se... | void function ( ) { Filter loc0 = CQL . toFilter ( "srini_string" ) ; Assert . assertTrue ( loc0 instanceof IsNullImpl ) ; } |
10,367 | notification that gradle has started execution . this may not get called if some error occurs that prevents gradle from running . concode_field_sep ProcessLauncherServer server concode_elem_sep boolean forceOutputToBeShown concode_elem_sep ExecutionQueue.RequestCancellation cancellation concode_elem_sep long requestID ... | void function ( ) { } |
10,368 | executes the sql statement in this preparedstatement object , which must be an sql data manipulation language dml statement , such as insert , update or delete ; or an sql statement that returns nothing , such as a ddl statement . concode_field_sep Logger logger concode_field_sep BasicDataSource getDataSource concode_e... | int function ( final String arg0 , String arg1 , Object ... arg2 ) { int loc0 = 0 ; JdbcTemplate loc1 = getJdbcTemplate ( arg0 ) ; if ( ArrayUtils . isEmpty ( arg2 ) ) { loc0 = loc1 . update ( arg1 ) ; } else { loc0 = loc1 . update ( arg1 , arg2 ) ; } return loc0 ; } |
10,369 | the topic registration status . concode_field_sep String topicName concode_elem_sep java.util.Date createdDateTime concode_elem_sep String directoryId concode_elem_sep String topicArn concode_elem_sep String status concode_field_sep EventTopic withStatus concode_elem_sep EventTopic withStatus concode_elem_sep java.util... | void function ( TopicStatus arg0 ) { this . status = arg0 . toString ( ) ; } |
10,370 | gets the current y coordinates for the all pointers mutable array is exposed for performance reasons and is not to be modified by the callers . concode_field_sep Listener mListener concode_elem_sep int mId[] concode_elem_sep float mStartY[] concode_elem_sep int MAX_POINTERS concode_elem_sep int mCount concode_elem_sep ... | float [ ] function ( ) { return mCurrentY ; } |
10,371 | indicates whether or not the specified modifiers contain the protected modifier . concode_field_sep int FINAL concode_elem_sep int BRIDGE concode_elem_sep int PUBLIC concode_elem_sep int STRICT concode_elem_sep int PRIVATE concode_elem_sep int INTERFACE concode_elem_sep int VARARGS concode_elem_sep int TRANSIENT concod... | boolean function ( int arg0 ) { return ( ( arg0 & PROTECTED ) != 0 ) ; } |
10,372 | projection on distinct values concode_field_sep PropertyNameGetter propertyNameGetter concode_elem_sep String alias concode_field_sep AuditCriterion hasNotChanged concode_elem_sep AuditCriterion lt concode_elem_sep AuditCriterion leProperty concode_elem_sep AuditCriterion leProperty concode_elem_sep AggregatedAuditExpr... | AuditProjection function ( ) { return new PropertyAuditProjection ( alias , propertyNameGetter , null , true ) ; } |
10,373 | sets the value of the problems property . concode_field_sep Tests tests concode_elem_sep Boolean anyProblem concode_elem_sep Problems problems concode_field_sep void setTests concode_elem_sep void setAnyProblem concode_elem_sep Tests getTests concode_elem_sep Boolean isAnyProblem concode_elem_sep Problems getProblems | void function ( Problems arg0 ) { this . problems = arg0 ; } |
10,374 | set full file pathname . see java.io.file string pathname for parameter specs . concode_field_sep int RUNNING concode_elem_sep File systemFile concode_elem_sep int RUNNABLE concode_elem_sep int EDITED concode_elem_sep int TERMINATED concode_elem_sep boolean systemEdited concode_elem_sep int NO_FILE concode_elem_sep Fil... | void function ( String arg0 ) { this . file = new File ( arg0 ) ; } |
10,375 | returns the list of enabled attributes for this filter . concode_field_sep long serialVersionUID concode_elem_sep Vector<String> enabledAttributes concode_field_sep boolean isNotificationEnabled concode_elem_sep void disableAttribute concode_elem_sep void disableAllAttributes concode_elem_sep void enableAttribute | Vector < String > function ( ) { return enabledAttributes ; } |
10,376 | adds a patch operation . concode_field_sep JsonArray operations concode_elem_sep JsonObject values concode_field_sep Metadata add concode_elem_sep Metadata test concode_elem_sep String get concode_elem_sep String getPatch concode_elem_sep String pathToProperty concode_elem_sep Metadata replace concode_elem_sep String g... | void function ( String arg0 , String arg1 , String arg2 ) { if ( this . operations == null ) { this . operations = new JsonArray ( ) ; } this . operations . add ( new JsonObject ( ) . add ( "srini_string" , arg0 ) . add ( "srini_string" , arg1 ) . add ( "srini_string" , arg2 ) ) ; } |
10,377 | returns the class p k of this email address . concode_field_sep EmailAddress _emailAddress concode_field_sep long getClassNameId concode_elem_sep void setExpandoBridgeAttributes concode_elem_sep void setExpandoBridgeAttributes concode_elem_sep void setExpandoBridgeAttributes concode_elem_sep boolean isEscapedModel conc... | long function ( ) { return _emailAddress . getClassPK ( ) ; } |
10,378 | toggle user store state enable/disable concode_field_sep UserStoreConfigAdminServiceStub stub concode_field_sep void updateUserStoreWithDomainName concode_elem_sep void updateUserStore concode_elem_sep String[] getAvailableUserStoreClasses concode_elem_sep void deleteUserStore concode_elem_sep UserStoreDTO[] getActiveD... | void function ( String arg0 , boolean arg1 ) { stub . changeUserStoreState ( arg0 , arg1 ) ; } |
10,379 | gets the value of the allocationid property . concode_field_sep int poolId concode_elem_sep String allocationId concode_elem_sep ManagedObjectReference _this concode_elem_sep ManagedObjectReference dc concode_field_sep void setThis concode_elem_sep void setAllocationId concode_elem_sep ManagedObjectReference getThis co... | String function ( ) { return allocationId ; } |
10,380 | returns the current date of the system concode_field_sep int DAYS_TILL_END_OF_WEEK concode_field_sep Calendar endOfWeek concode_elem_sep Calendar dateToCalendar concode_elem_sep String format concode_elem_sep int currentMonth concode_elem_sep Calendar beginningOfMonth concode_elem_sep Calendar endOfMonth concode_elem_s... | Calendar function ( ) { return new GregorianCalendar ( ) ; } |
10,381 | returns the current indent level . concode_field_sep int OPEN_TAG_INCREASE concode_elem_sep int CLOSE_TAG_DECREASE concode_elem_sep int indentLevel concode_elem_sep boolean OPEN concode_elem_sep int INDENT_ONLY concode_elem_sep String lineSeparator concode_elem_sep String indentString concode_elem_sep SafeTagList safeT... | int function ( ) { return this . indentLevel ; } |
10,382 | from http://paulbourke.net/geometry/bezier/index.html three control point bezier interpolation mu ranges from 0 to 1 , start to end of the curve concode_field_sep PlaceHolder placeHolder concode_field_sep Point cubicBezier concode_elem_sep List<Point> cubicSplineControlPoints | Point function ( Point arg0 , Point arg1 , Point arg2 , double arg3 ) { double loc0 , loc1 , loc2 ; Point loc3 = new Point ( ) ; loc2 = arg3 * arg3 ; loc0 = 1 - arg3 ; loc1 = loc0 * loc0 ; loc3 . x = arg0 . x * loc1 + 2 * arg1 . x * loc0 * arg3 + arg2 . x * loc2 ; loc3 . y = arg0 . y * loc1 + 2 * arg1 . y * loc0 * arg3... |
10,383 | creates a new style for diagam inlining concode_field_sep String INLINE_STYLE concode_elem_sep String DOMAIN_ID concode_field_sep List<Diagram> getSubDiagramHierachy concode_elem_sep BooleanValueStyle getInlineStyle concode_elem_sep void openEditor concode_elem_sep IEditorPart openEditor concode_elem_sep TransactionalE... | BooleanValueStyle function ( ) { BooleanValueStyle loc0 = NotationFactory . eINSTANCE . createBooleanValueStyle ( ) ; loc0 . setName ( INLINE_STYLE ) ; loc0 . setBooleanValue ( true ) ; return loc0 ; } |
10,384 | indicates whether this params specifies follow up for the given program . follow up can be specified as true or false . concode_field_sep Set<OrganisationUnit> organisationUnits concode_elem_sep TrackedEntity trackedEntity concode_elem_sep int DEFAULT_PAGE_SIZE concode_elem_sep Integer pageSize concode_elem_sep Program... | boolean function ( ) { return followUp != null ; } |
10,385 | generate query cache statistics for put , hit and miss count as one string concode_field_sep EntityManagerFactory emfNo2LC concode_elem_sep EntityManagerFactory emf concode_field_sep String disabled2LCCheck concode_elem_sep String addEntitiesAndEvictAll concode_elem_sep String queryCacheCheckIfEmpty concode_elem_sep St... | String function ( QueryStatistics arg0 ) { String loc0 = "srini_string" + arg0 . getCacheHitCount ( ) + "srini_string" + arg0 . getCacheMissCount ( ) + "srini_string" + arg0 . getCachePutCount ( ) + "srini_string" ; return loc0 ; } |
10,386 | prepends a statement to a block . concode_field_sep PlaceHolder placeHolder concode_field_sep BlockStatement toBlock concode_elem_sep Expression simple concode_elem_sep BlockStatement toFunctionBlock concode_elem_sep BlockStatement toFunctionBlock | BlockStatement function ( Statement arg0 , BlockStatement arg1 ) { return Expressions . arg1 ( Expressions . list ( arg0 ) . appendAll ( arg1 . statements ) ) ; } |
10,387 | returns the result of interpreting the object as an instance of ` document root ' . this implementation returns null ; returning a non-null result will terminate the switch . concode_field_sep Bz288963Package modelPackage concode_field_sep T caseBook concode_elem_sep T caseIndentedpara concode_elem_sep T doSwitch conco... | T function ( DocumentRoot arg0 ) { return null ; } |
10,388 | set the limit on the number of unique values concode_field_sep TreeMap<Object,Object> uniqItems concode_elem_sep long maxNumItems concode_elem_sep long numItems concode_field_sep void addNextValue concode_elem_sep Set getUniqueItems concode_elem_sep String getReport concode_elem_sep void reset concode_elem_sep ArrayLis... | long function ( long arg0 ) { if ( arg0 >= numItems ) { this . maxNumItems = arg0 ; } else if ( this . maxNumItems >= this . numItems ) { this . maxNumItems = this . numItems ; } return this . maxNumItems ; } |
10,389 | returns the total elapsed time the watch has been running since creation , or since the last clear call was made . concode_field_sep Provider<StopWatch> WATCH_PROVIDER concode_elem_sep long startTime concode_elem_sep long NOT_RUNNING concode_elem_sep long elapsedTime concode_field_sep StopWatchImpl stop concode_elem_se... | long function ( ) { return elapsedTime + getRunningTime ( ) ; } |
10,390 | date when the dataset was last modified . concode_field_sep java.util.Date lastModifiedDate concode_elem_sep String identityId concode_elem_sep String lastModifiedBy concode_elem_sep Long dataStorage concode_elem_sep String datasetName concode_elem_sep Long numRecords concode_elem_sep java.util.Date creationDate concod... | java . util . Date function ( ) { return this . lastModifiedDate ; } |
10,391 | return the timeout value in milliseconds , or null if no timeout is set . concode_field_sep Callable<V> timeoutCallback concode_elem_sep Runnable completionCallback concode_elem_sep String executorName concode_elem_sep Callable<V> callable concode_elem_sep BeanFactory beanFactory concode_elem_sep AsyncTaskExecutor exec... | Long function ( ) { return this . timeout ; } |
10,392 | sets the value of the val property . concode_field_sep String val concode_elem_sep Object parent concode_elem_sep String bidi concode_elem_sep String eastAsia concode_field_sep String getEastAsia concode_elem_sep Object getParent concode_elem_sep String getVal concode_elem_sep void setBidi concode_elem_sep void afterUn... | void function ( String arg0 ) { this . val = arg0 ; } |
10,393 | sets number of misses . concode_field_sep int hits concode_elem_sep long readTime concode_elem_sep int misses concode_elem_sep int reads concode_elem_sep long serialVersionUID concode_elem_sep long writeTime concode_elem_sep int writes concode_elem_sep long createTime concode_field_sep int hits concode_elem_sep void hi... | void function ( int arg0 ) { this . misses = arg0 ; } |
10,394 | a type-safe alternative to calling a.equals b . when using a.equals b , b may accidentally be a different class from a , in which case there will be no compiler warning and the result will always be false . this method requires both values to have compatible types and to be non-null . concode_field_sep Object memberDat... | boolean function ( V arg0 ) { return equals ( Preconditions . checkNotNull ( arg0 ) ) ; } |
10,395 | option to provide a custom webservicetemplate . this allows for full control over client-side web services handling ; like adding a custom interceptor or specifying a fault resolver , message sender or message factory . concode_field_sep WebServiceMessageFactory messageFactory concode_elem_sep URI outputAction concode_... | void function ( WebServiceTemplate arg0 ) { this . webServiceTemplate = arg0 ; } |
10,396 | the namespace of the vocabulary as a string concode_field_sep Resource ManifestEntry concode_elem_sep Resource Notable concode_elem_sep Resource TestStatus concode_elem_sep String NS concode_elem_sep Resource NegativeSyntaxTest concode_elem_sep Resource PositiveSyntaxTest concode_elem_sep Property requires concode_elem... | String function ( ) { return NS ; } |
10,397 | return a new standardenvironment . subclasses may override this method in order to supply a custom configurableenvironment implementation . concode_field_sep String DEFAULT_CONTEXT_CONFIG_LOCATION concode_elem_sep Log logger concode_elem_sep ConfigurableApplicationContext applicationContext concode_elem_sep String CONF... | ConfigurableEnvironment function ( ) { return new StandardEnvironment ( ) ; } |
10,398 | get the log writer for this managedconnectionfactory instance . concode_field_sep long serialVersionUID concode_elem_sep PrintWriter logwriter concode_elem_sep Logger log concode_elem_sep Byte first concode_elem_sep ResourceAdapter ra concode_elem_sep Short second concode_field_sep void setSecond concode_elem_sep Manag... | PrintWriter function ( ) { log . finest ( "srini_string" ) ; return logwriter ; } |
10,399 | gets the value of the nilreason property . this accessor method returns a reference to the live list , not a snapshot . therefore any modification you make to the returned list will be present inside the jaxb object . this is why there is not a set method for the nilreason property . for example , to add a new item , d... | List < String > function ( ) { if ( nilReason == null ) { nilReason = new ArrayList < String > ( ) ; } return this . nilReason ; } |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.