idx int64 0 25k | question stringlengths 68 5.61k | target stringlengths 21 500 |
|---|---|---|
4,100 | perform a simple cast of given event to watchevent concode_field_sep WatchService watchService concode_elem_sep Logger logger concode_elem_sep Path dir concode_field_sep void processWatchEvent concode_elem_sep void run | WatchEvent < T > function ( WatchEvent < ? > arg0 ) { return ( WatchEvent < T > ) arg0 ; } |
4,101 | returns if the server has been stopped concode_field_sep int serverPort concode_elem_sep Thread runningThread concode_elem_sep boolean isStopped concode_elem_sep InetAddress hostAddress concode_elem_sep ClientWriter cl concode_elem_sep ServerSocket serverSocket concode_field_sep void sleep concode_elem_sep void stop co... | boolean function ( ) { return this . isStopped ; } |
4,102 | sets the event 's severity level . concode_field_sep EventSeverity severity concode_elem_sep List params concode_elem_sep long serialVersionUID concode_elem_sep String name concode_elem_sep String methodName concode_elem_sep String exceptionClass concode_elem_sep long serialVersionUID concode_elem_sep Class type concod... | void function ( EventSeverity arg0 ) { this . severity = arg0 ; } |
4,103 | simulate a remote error for the given requestid concode_field_sep DiscoveryNode node concode_elem_sep TransportRequest request concode_elem_sep TransportServiceAdapter adapter concode_elem_sep BlockingQueue<CapturedRequest> capturedRequests concode_elem_sep long requestId concode_elem_sep String action concode_field_se... | void function ( final long arg0 , final Throwable arg1 ) { adapter . onResponseReceived ( arg0 ) . handleException ( new RemoteTransportException ( "srini_string" , arg1 ) ) ; } |
4,104 | returns the area under the normal gaussian probability density function , integrated from minus infinity to x. x - 1 | | 2 normal x = --------- | exp - t-mean / 2v dt sqrt 2piv | | - - inf . where v = variance . computation is via the functions errorfunction . concode_field_sep Normal UNIT_NORMAL concode_field_sep doub... | double function ( double arg0 , double arg1 , double arg2 ) { return normal ( ( arg2 - arg0 ) / Math . sqrt ( arg1 ) ) ; } |
4,105 | associates a reference instance to a class . the instance could actually be a subtype of the class for which it is set . concode_field_sep Logger LOGGER concode_elem_sep Map<Class<?>,Object> instances concode_field_sep void addInstance concode_elem_sep boolean canProvide concode_elem_sep T getInstance concode_elem_sep ... | void function ( final Class < T > arg0 , final T arg1 ) { if ( arg1 != null && getConstructor ( arg0 ) != null ) instances . put ( arg0 , arg1 ) ; } |
4,106 | creates a string identifier of a sub-graph . concode_field_sep Cache<EntityContext,T> filteringObjects concode_elem_sep Class<?> entityClass concode_elem_sep int PROVIDER_CACHE_SIZE concode_elem_sep EntityGraphProvider graphProvider concode_elem_sep EntityInspector entityInspector concode_elem_sep ScopeProvider scopePr... | String function ( final Class < ? > arg0 , final String arg1 , final Class < ? > arg2 ) { return arg0 . getName ( ) + "srini_string" + arg1 + "srini_string" + arg2 . getName ( ) ; } |
4,107 | return a millisecond timestamp in the future , offset from the current time by the provided amount . concode_field_sep String LOG_TAG concode_elem_sep long RATE_LIMIT_BACKGROUND_SEC concode_elem_sep long POLL_INTERVAL_MULTI_DEVICE_SEC concode_elem_sep long POLL_INTERVAL_ERROR_STATE_SEC concode_elem_sep long POLL_INTERV... | long function ( long arg0 ) { return System . currentTimeMillis ( ) + arg0 ; } |
4,108 | set the score . concode_field_sep double score concode_elem_sep boolean shouldMinimize concode_elem_sep double startTemperature concode_elem_sep double temperature concode_elem_sep int cycles concode_elem_sep double stopTemperature concode_field_sep UNIT_TYPE[] getArray concode_elem_sep double getStartTemperature conco... | void function ( final double arg0 ) { this . score = arg0 ; } |
4,109 | set the vao and vertex count for this text . concode_field_sep float lineMaxSize concode_elem_sep int numberOfLines concode_elem_sep Vector3f colour concode_elem_sep boolean centerText concode_elem_sep float fontSize concode_elem_sep Vector2f position concode_elem_sep int vertexCount concode_elem_sep String textString ... | void function ( int arg0 , int arg1 ) { this . textMeshVao = arg0 ; this . vertexCount = arg1 ; } |
4,110 | test of randomsolver on a scenario using the solver interface . concode_field_sep boolean offline concode_elem_sep Gendreau06Scenario scenario concode_elem_sep boolean allowDiversion concode_field_sep Collection<Object[]> configs concode_elem_sep void test concode_elem_sep void setUp | void function ( ) { Experiment . builder ( ) . addScenario ( scenario ) . addConfiguration ( Central . solverConfiguration ( SolverValidator . wrap ( RandomSolver . supplier ( ) ) ) ) . repeat ( 3 ) . perform ( ) ; } |
4,111 | executes the request . this method is called from the webview thread . to do a non-trivial amount of work , use : cordova.getthreadpool . execute runnable ; to run on the ui thread , use : cordova.getactivity . runonuithread runnable ; concode_field_sep CordovaInterface cordova concode_elem_sep CordovaWebView webView c... | boolean function ( String arg0 , CordovaArgs arg1 , CallbackContext arg2 ) { return false ; } |
4,112 | 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 ( ) ; } |
4,113 | indicates the acceptable values for the option group option . concode_field_sep String applyType concode_elem_sep String allowedValues concode_elem_sep String settingDescription concode_elem_sep String defaultValue concode_elem_sep Boolean isModifiable concode_elem_sep String settingName concode_field_sep void setDefau... | String function ( ) { return allowedValues ; } |
4,114 | extracted out for test purposes . concode_field_sep Map<String,BPOfferService> bpByNameserviceId concode_elem_sep Map<String,BPOfferService> bpByBlockPoolId concode_elem_sep Object refreshNamenodesLock concode_elem_sep DataNode dn concode_elem_sep Log LOG concode_elem_sep List<BPOfferService> offerServices concode_fiel... | BPOfferService function ( List < InetSocketAddress > arg0 ) { return new BPOfferService ( arg0 , dn ) ; } |
4,115 | creates a new icongenerator for labels on the map . concode_field_sep int MAX_DISK_CACHE_BYTES concode_elem_sep String TILE_PATH concode_elem_sep String[] mapTileAssets concode_elem_sep String TAG concode_field_sep DiskLruCache openDiskCache concode_elem_sep boolean hasTile concode_elem_sep boolean hasInfoSessionList c... | IconGenerator function ( Context arg0 ) { IconGenerator loc0 = new IconGenerator ( arg0 ) ; loc0 . setTextAppearance ( R . style . MapLabel ) ; loc0 . setBackground ( null ) ; return loc0 ; } |
4,116 | sets the value of the departmentfilterlevel property . concode_field_sep String secondPriceLabel concode_elem_sep String quantityDecimalPlaces concode_elem_sep String undoCompletionReasonUDF concode_elem_sep String completionReasonUDF concode_elem_sep ItemUDFSettings itemUDFSettings concode_elem_sep DeliveryDates deliv... | void function ( short arg0 ) { this . departmentFilterLevel = arg0 ; } |
4,117 | records the elements executed by modules . concode_field_sep RecordingBinder parent concode_elem_sep SourceProvider sourceProvider concode_elem_sep Stage stage concode_elem_sep BindingTargetVisitor<Object,Object> GET_INSTANCE_VISITOR concode_elem_sep PrivateElementsImpl privateElements concode_elem_sep List<Element> el... | List < Element > function ( Stage arg0 , Iterable < ? extends Module > arg1 ) { RecordingBinder loc0 = new RecordingBinder ( arg0 ) ; for ( Module loc1 : arg1 ) { loc0 . install ( loc1 ) ; } return Collections . unmodifiableList ( loc0 . elements ) ; } |
4,118 | gets the default timezone of the host server . the timezone is needed by the convertdatetime for formatting the time dat values . concode_field_sep Date date2 concode_elem_sep Effect valueChangeEffect2 concode_elem_sep Date date1 concode_elem_sep Effect valueChangeEffect concode_field_sep Date getDate1 concode_elem_sep... | TimeZone function ( ) { return java . util . TimeZone . getDefault ( ) ; } |
4,119 | obtains the http response body concode_field_sep Map<String,String> headers concode_elem_sep int code concode_elem_sep InputStream stream concode_elem_sep String message concode_elem_sep String body concode_elem_sep String EMPTY concode_field_sep boolean isSuccessful concode_elem_sep Map<String,String> getHeaders conco... | String function ( ) { return body != null ? body : parseBodyContents ( ) ; } |
4,120 | the number of keys in this map . concode_field_sep boolean treatCollectionsAsImmutable concode_elem_sep CollectionFactory<V> cf concode_elem_sep Collection<V> emptyValue concode_elem_sep MapFactory<K,Collection<V>> mf concode_elem_sep long serialVersionUID concode_elem_sep Map<K,Collection<V>> map concode_field_sep voi... | int function ( ) { return map . size ( ) ; } |
4,121 | returns the groupingstate for this compoundandchoiceset . the groupingstate indicates how this compoundandchoiceset can be combined with other primitivechoicesets . concode_field_sep ObjectContainer<T> group concode_field_sep Collection<? extends R> getCollection concode_elem_sep int hashCode concode_elem_sep String ge... | GroupingState function ( ) { return GroupingState . ANY ; } |
4,122 | this method print the trigger list concode_field_sep ArrayList<String> triggerList concode_elem_sep List<String> undoList concode_elem_sep Pattern p2 concode_elem_sep File file concode_elem_sep Matcher m1 concode_elem_sep String strmatch concode_elem_sep Matcher m2 concode_elem_sep Pattern p1 concode_elem_sep String st... | void function ( List < String > arg0 ) { for ( String loc0 : arg0 ) { Logger . log ( loc0 ) ; } } |
4,123 | returns the whole range relative to the specified comparator . concode_field_sep Comparator<? super T> comparator concode_elem_sep BoundType upperBoundType concode_elem_sep BoundType lowerBoundType concode_elem_sep boolean hasLowerBound concode_elem_sep T lowerEndpoint concode_elem_sep boolean hasUpperBound concode_ele... | GeneralRange < T > function ( Comparator < ? super T > arg0 ) { return new GeneralRange < T > ( arg0 , false , null , OPEN , false , null , OPEN ) ; } |
4,124 | the identifier of the cluster step . concode_field_sep String actionOnFailure concode_elem_sep String name concode_elem_sep String id concode_elem_sep HadoopStepConfig config concode_elem_sep StepStatus status concode_field_sep void setName concode_elem_sep StepSummary withStatus concode_elem_sep StepSummary withConfig... | void function ( String arg0 ) { this . id = arg0 ; } |
4,125 | converts this rectangle to a string in the format x , y , width , height . concode_field_sep float x concode_elem_sep float width concode_elem_sep Rectangle tmp concode_elem_sep float y concode_elem_sep Rectangle tmp2 concode_elem_sep long serialVersionUID concode_elem_sep float height concode_field_sep Rectangle setY ... | String function ( ) { return "srini_string" + x + "srini_string" + y + "srini_string" + width + "srini_string" + height + "srini_string" ; } |
4,126 | get the deployment unit injector . concode_field_sep BasicComponent component concode_elem_sep Class<?> componentClass concode_elem_sep Map<Method,InterceptorFactory> componentInterceptors concode_elem_sep InterceptorFactory preDestroy concode_elem_sep String componentName concode_elem_sep ServiceName serviceName conco... | InjectedValue < DeploymentUnit > function ( ) { return deploymentUnit ; } |
4,127 | the page implementation of this ipagebookviewpage method stores a reference to the supplied site the site which contains this page . subclasses may extend . concode_field_sep IPageSite site concode_field_sep Control getControl concode_elem_sep void setActionBars concode_elem_sep IPageSite getSite concode_elem_sep void ... | void function ( IPageSite arg0 ) { site = arg0 ; } |
4,128 | returns a range of all the virtual hosts . useful when paginating results . returns a maximum of end - start instances . start and end are not primary keys , they are indexes in the result set . thus , 0 refers to the first result in the set . setting both start and end to com.liferay.portal.kernel.dao.orm.queryutil #a... | java . util . List < com . liferay . portal . model . VirtualHost > function ( int arg0 , int arg1 ) { return _virtualHostLocalService . getVirtualHosts ( arg0 , arg1 ) ; } |
4,129 | setter method concode_field_sep Integer customerType concode_elem_sep Integer callSource concode_elem_sep Date endDate concode_elem_sep Integer caseStatus concode_elem_sep long serialVersionUID concode_elem_sep Integer subCategoryId concode_elem_sep String circleID concode_elem_sep String circle concode_elem_sep Date s... | void function ( Integer arg0 ) { this . categoryId = arg0 ; } |
4,130 | finds the appropriate service implementation and returns an spiandprovider instance containing a reference to spiand its provider concode_field_sep SecurityAccess door concode_elem_sep int cacheVersion concode_elem_sep Provider provider concode_elem_sep ArrayList<Provider.Service> services concode_elem_sep String servi... | SpiAndProvider function ( Provider . Service arg0 , String arg1 ) { return new SpiAndProvider ( arg0 . newInstance ( arg1 ) , arg0 . getProvider ( ) ) ; } |
4,131 | write an int into the byte stream . concode_field_sep byte[] stringBytes concode_elem_sep byte[] intBytes concode_elem_sep char[] stringChars concode_elem_sep ByteArrayOutputStream stream concode_elem_sep byte[] longintBytes concode_field_sep void writeType concode_elem_sep void writeUnderHandler concode_elem_sep void ... | void function ( int arg0 ) { writeInteger32ToByteArray ( arg0 ) ; } |
4,132 | returns the other . concode_field_sep java.util.Date date concode_elem_sep Top other concode_elem_sep String address concode_elem_sep Top top concode_elem_sep String name concode_elem_sep int count concode_elem_sep long id concode_field_sep void setName concode_elem_sep void setOther concode_elem_sep void init concode_... | Top function ( ) { return other ; } |
4,133 | gives the certificates that were validated by the server concode_field_sep long serialVersionUID concode_elem_sep X509Certificate[] certificates concode_field_sep Object getPrincipal concode_elem_sep Object getCredentials | X509Certificate [ ] function ( ) { if ( certificates == null ) { return null ; } return certificates . clone ( ) ; } |
4,134 | like #asmanagedenvironment li.cil.oc.api.fs.filesystem , label , li.cil.oc.api.driver.environmenthost , string , but creates a read-only label initialized to the specified value . concode_field_sep PlaceHolder placeHolder concode_field_sep li.cil.oc.api.fs.FileSystem fromSaveDirectory concode_elem_sep li.cil.oc.api.fs.... | ManagedEnvironment function ( final li . cil . oc . api . fs . FileSystem arg0 , final String arg1 , final EnvironmentHost arg2 , final String arg3 ) { if ( API . arg0 != null ) return API . arg0 . asManagedEnvironment ( arg0 , arg1 , arg2 , arg3 ) ; return null ; } |
4,135 | gets the value of the forwardcompatibilitymap 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 forwardcompatibilitymap property . for exa... | List < StringStringMapEntry > function ( ) { if ( forwardCompatibilityMap == null ) { forwardCompatibilityMap = new ArrayList < StringStringMapEntry > ( ) ; } return this . forwardCompatibilityMap ; } |
4,136 | return an atomiterator . concode_field_sep Chain parent concode_elem_sep long serialVersionUID concode_elem_sep boolean pdb_flag concode_elem_sep Map<String,Atom> atomNameLookup concode_elem_sep String pdb_name concode_elem_sep ChemComp chemComp concode_elem_sep List<Atom> atoms concode_elem_sep Logger logger concode_e... | Iterator < Atom > function ( ) { return new AtomIterator ( this ) ; } |
4,137 | gets the country . concode_field_sep int qaa concode_elem_sep long serialVersionUID concode_elem_sep byte[] tokenSaml concode_elem_sep String country concode_elem_sep String destination concode_elem_sep String distinguishedName concode_elem_sep String alias concode_elem_sep String spProvidedId concode_elem_sep String i... | String function ( ) { return country ; } |
4,138 | returns the label of this refactoring 's command . concode_field_sep RefactoringHelper helper concode_elem_sep List<T> contextObjects concode_field_sep TransactionalEditingDomain getEditingDomain concode_elem_sep Resource getResource concode_elem_sep boolean internalDoUndo concode_elem_sep List<?> getAffectedFiles conc... | String function ( ) { return "srini_string" ; } |
4,139 | asks the camera hardware to begin drawing preview frames to the screen . concode_field_sep String TAG concode_elem_sep Context context concode_elem_sep boolean initialized concode_elem_sep AutoFocusManager autoFocusManager concode_elem_sep Camera camera concode_elem_sep CameraConfigurationManager configManager concode_... | void function ( ) { Camera loc0 = camera ; if ( loc0 != null && ! previewing ) { loc0 . startPreview ( ) ; previewing = true ; autoFocusManager = new AutoFocusManager ( context , camera ) ; } } |
4,140 | gets the dynamic time through the formatcurrenttime method in the timezonebean . 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 concode_field_... | String function ( ) { return TimeZoneBean . formatCurrentTime ( dateFormat ) ; } |
4,141 | associates a filter to the alias concode_field_sep String filter concode_elem_sep String searchRouting concode_elem_sep String name concode_elem_sep String indexRouting concode_field_sep String filter concode_elem_sep Alias filter concode_elem_sep Alias filter concode_elem_sep Alias filter concode_elem_sep Alias routin... | Alias function ( String arg0 ) { this . filter = arg0 ; return this ; } |
4,142 | sets the config unmodified . concode_field_sep Double suppressionWeight concode_elem_sep boolean modified concode_elem_sep long serialVersionUID concode_elem_sep ARXConfiguration config concode_elem_sep Map<String,Integer> min concode_elem_sep RowSet researchSubset concode_elem_sep Map<String,Integer> max concode_elem_... | void function ( ) { modified = false ; } |
4,143 | return whether this factory should create daemon threads . concode_field_sep boolean daemon concode_elem_sep String threadNamePrefix concode_elem_sep ThreadGroup threadGroup concode_elem_sep int threadPriority concode_elem_sep AtomicInteger threadCount concode_field_sep void setThreadNamePrefix concode_elem_sep void se... | boolean function ( ) { return this . daemon ; } |
4,144 | a filter for iterable that returns only those of the specified file type . concode_field_sep FileType NO_EXTENSION concode_field_sep Predicate<T> typeMatchingPredicateFor concode_elem_sep Predicate<T> typeMatchingPredicateFor concode_elem_sep boolean contains concode_elem_sep boolean contains concode_elem_sep String ge... | Iterable < T > function ( final Iterable < T > arg0 , FileType arg1 ) { return Iterables . filter ( arg0 , typeMatchingPredicateFor ( arg1 ) ) ; } |
4,145 | test of getcurrentplayernumber method , of class board . concode_field_sep PlaceHolder placeHolder concode_field_sep void setUpClass concode_elem_sep void testGetAllScores concode_elem_sep void testGetCurrentPlayer concode_elem_sep void testGetCurrentPlayerStatus concode_elem_sep void testCheckSnakeMouth concode_elem_s... | void function ( ) { System . out . println ( "srini_string" ) ; Board loc0 = null ; int loc1 = 0 ; int loc2 = loc0 . getCurrentPlayerNumber ( ) ; } |
4,146 | sets the download start time . concode_field_sep long mDownloadId concode_elem_sep DownloadInfo mDownloadInfo concode_elem_sep boolean mUseAndroidDownloadManager concode_elem_sep long INVALID_DOWNLOAD_ID concode_elem_sep long mStartTime concode_elem_sep boolean mHasBeenExternallyRemoved concode_field_sep void setSystem... | void function ( long arg0 ) { mStartTime = arg0 ; } |
4,147 | blocking subscriber #onnext object call with an infinite wait on backpressure . concode_field_sep Subscriber<? super E> actual concode_elem_sep long requested concode_elem_sep Predicate NEVER concode_elem_sep boolean cancelled concode_elem_sep Throwable uncaughtException concode_elem_sep AtomicLongFieldUpdater<Blocking... | long function ( E arg0 ) { return submit ( arg0 , - 1L , TimeUnit . MILLISECONDS , NEVER ) ; } |
4,148 | returns the standard editable factory . concode_field_sep Editable.Factory sInstance concode_field_sep void setFilters concode_elem_sep Editable replace concode_elem_sep Editable replace concode_elem_sep void clear concode_elem_sep InputFilter[] getFilters concode_elem_sep Editable insert concode_elem_sep Editable inse... | Editable . Factory function ( ) { return sInstance ; } |
4,149 | returns the number of meshes contained in the scene . this method is provided for completeness reasons . it will return the same value as getmeshes . size concode_field_sep List<AiCamera> m_cameras concode_elem_sep List<AiMesh> m_meshes concode_elem_sep List<AiAnimation> m_animations concode_elem_sep List<AiMaterial> m... | int function ( ) { return m_meshes . size ( ) ; } |
4,150 | returns the application home directory . concode_field_sep File source concode_elem_sep File dir concode_field_sep File findHomeDir concode_elem_sep File getSource concode_elem_sep String toString concode_elem_sep File findDefaultHomeDir concode_elem_sep File findSource concode_elem_sep File findSource | File function ( ) { return this . dir ; } |
4,151 | saves a bundle from the given inputstream . the bundle is placed in the specified bundle directory . since the inputstream does not contain a name , the name of the resultant file must also be provided . concode_field_sep ConfigurationService configurationService concode_elem_sep String bundleDir concode_field_sep void... | File function ( String arg0 , InputStream arg1 ) { File loc0 = new File ( bundleDir , arg0 ) ; try ( OutputStream loc1 = FileUtils . openOutputStream ( loc0 ) ) { IOUtils . copy ( arg1 , loc1 ) ; return loc0 ; } } |
4,152 | gets the value of the replaceall property . concode_field_sep Boolean replaceAll concode_elem_sep List<CashRefundSalesTeam> salesTeam concode_field_sep List<CashRefundSalesTeam> getSalesTeam concode_elem_sep void setReplaceAll | boolean function ( ) { if ( replaceAll == null ) { return true ; } else { return replaceAll ; } } |
4,153 | computes the y coordinate of neighboring adjacent cell for internal walls . if the wall is a border wall to the outside , then the resulting value is out of range as the cell does not exist . concode_field_sep int[] d concode_elem_sep int x concode_elem_sep int y concode_field_sep int getX concode_elem_sep int getY con... | int function ( ) { return y + d [ 1 ] ; } |
4,154 | get the current percent value . concode_field_sep OutputProgress progressBar concode_elem_sep int percent concode_elem_sep PersistentFacesState state concode_elem_sep OutputProgressRenderBean outputBean concode_elem_sep RenderManager renderManager concode_elem_sep boolean disableStartButton concode_elem_sep PersistentF... | int function ( ) { return percent ; } |
4,155 | try to bind the given object to the given service name . concode_field_sep PlaceHolder placeHolder concode_field_sep Remote lookup concode_elem_sep void unbind concode_elem_sep void rebind concode_elem_sep Registry getRegistry concode_elem_sep String[] list | void function ( String arg0 , Remote arg1 ) { URL loc0 = new URL ( "srini_string" + arg0 ) ; String loc1 = loc0 . getFile ( ) ; if ( loc1 . charAt ( 0 ) == '/' ) getRegistry ( loc0 ) . bind ( loc1 . substring ( 1 ) , arg1 ) ; else getRegistry ( loc0 ) . bind ( loc1 , arg1 ) ; } |
4,156 | returns the cursor configuration that is used for all operations performed via this container . for example , if cursorconfig.getreaduncommitted returns true , data will be read that is modified but not committed . this method does not exist in the standard java.util.map or java.util.collection interfaces . concode_fie... | CursorConfig function ( ) { return DbCompat . cloneCursorConfig ( view . cursorConfig ) ; } |
4,157 | sets the value of the id property . concode_field_sep int id concode_elem_sep String desc concode_field_sep String getDesc concode_elem_sep int getId concode_elem_sep void setDesc | void function ( int arg0 ) { this . id = arg0 ; } |
4,158 | unregister a previously registered urlintercepthandler . concode_field_sep LinkedList mHandlerList concode_elem_sep String LOGTAG concode_elem_sep boolean mDisabled concode_field_sep boolean registerHandler concode_elem_sep CacheResult getSurrogate concode_elem_sep void setUrlInterceptDisabled concode_elem_sep PluginDa... | boolean function ( UrlInterceptHandler arg0 ) { return getHandlers ( ) . remove ( arg0 ) ; } |
4,159 | close handle concode_field_sep Logger log concode_elem_sep MultipleManagedConnectionFactory1 mcf concode_elem_sep List<ConnectionEventListener> listeners concode_elem_sep Object connection concode_elem_sep PrintWriter logwriter concode_field_sep void associateConnection concode_elem_sep Object getConnection concode_ele... | void function ( MultipleConnection1 arg0 ) { ConnectionEvent loc0 = new ConnectionEvent ( this , ConnectionEvent . CONNECTION_CLOSED ) ; loc0 . setConnectionHandle ( arg0 ) ; for ( ConnectionEventListener loc1 : listeners ) { loc1 . connectionClosed ( loc0 ) ; } } |
4,160 | save . persiste o actualiza un curso . concode_field_sep CursoFormacionRepositoryInterface cursoFormacionRepository concode_elem_sep RoleRepositoryInterface roleRepository concode_elem_sep AccountRepository accountRepository concode_elem_sep CurriculumRepositoryInterface curriculumRepository concode_elem_sep Logger log... | void function ( CursoFormacion arg0 ) { cursoFormacionRepository . save ( arg0 ) ; } |
4,161 | retrieve the requested maximum frame size concode_field_sep Integer requestedChannelMax concode_elem_sep Logger LOG concode_elem_sep Boolean automaticRecovery concode_elem_sep Boolean topologyRecovery concode_elem_sep long serialVersionUID concode_elem_sep String virtualHost concode_elem_sep String uri concode_elem_sep... | Integer function ( ) { return requestedFrameMax ; } |
4,162 | begin appending a new array . all values until the balancing endarray will be appended to this array . the endarray method must be called to mark the array 's end . concode_field_sep char mode concode_elem_sep boolean comma concode_elem_sep int top concode_elem_sep int maxdepth concode_elem_sep Writer writer concode_el... | JSONWriter function ( ) { if ( this . mode == 'i' || this . mode == 'o' || this . mode == 'a' ) { this . push ( null ) ; this . append ( "srini_string" ) ; this . comma = false ; return this ; } throw new JSONException ( "srini_string" ) ; } |
4,163 | create an instance of batchresult concode_field_sep QName BATCH_INFO_QNAME concode_elem_sep QName RESULT_LIST_QNAME concode_elem_sep QName JOB_INFO_QNAME concode_elem_sep QName ERROR_QNAME concode_elem_sep QName BATCH_INFO_LIST_QNAME concode_elem_sep QName QUERY_RESULT_QNAME concode_elem_sep QName RESULTS_QNAME concode... | BatchResult function ( ) { return new BatchResult ( ) ; } |
4,164 | avd name . concode_field_sep boolean isEmulator concode_elem_sep String avdName concode_elem_sep String model concode_elem_sep String language concode_elem_sep String region concode_elem_sep String version concode_elem_sep int apiLevel concode_elem_sep String manufacturer concode_field_sep String getVersion concode_ele... | String function ( ) { return avdName ; } |
4,165 | deletes the feed with the primary key from the database . also notifies the appropriate model listeners . concode_field_sep FeedLocalService _service concode_field_sep com.liferay.twitter.model.Feed fetchFeed concode_elem_sep com.liferay.portal.kernel.dao.orm.ActionableDynamicQuery getActionableDynamicQuery concode_ele... | com . liferay . twitter . model . Feed function ( long arg0 ) { return getService ( ) . deleteFeed ( arg0 ) ; } |
4,166 | returns the binding information for the specified binding id , or null if no binding information could befound . concode_field_sep Collection<BindingInfoProvider> bindingInfoProviders concode_field_sep void addBindingInfoProvider concode_elem_sep Set<BindingInfo> getBindingInfos concode_elem_sep Set<BindingInfo> getBin... | BindingInfo function ( String arg0 ) { return getBindingInfo ( arg0 , null ) ; } |
4,167 | sets the http proxy that will be used by connections created by this client . this takes precedence over #setproxyselector , which is only honored when this proxy is null which it is by default . to disable proxy use completely , call setproxy proxy.no _ proxy . concode_field_sep boolean followProtocolRedirects concode... | OkHttpClient function ( Proxy arg0 ) { this . proxy = arg0 ; return this ; } |
4,168 | get user by email concode_field_sep AccessRightsDao accessRightsDao concode_elem_sep UserDao userDao concode_field_sep void saveUser | Users function ( String arg0 ) { return userDao . getByEmail ( arg0 ) ; } |
4,169 | returns a point with the specified coordinates added to the coordinates of this point . concode_field_sep int hash concode_elem_sep Point2D ZERO concode_elem_sep double x concode_elem_sep double y concode_field_sep Point3D crossProduct concode_elem_sep Point3D crossProduct concode_elem_sep double distance concode_elem_... | Point2D function ( double arg0 , double arg1 ) { return new Point2D ( getX ( ) + arg0 , getY ( ) + arg1 ) ; } |
4,170 | converts string to date milliseconds concode_field_sep String API_DATE_FORMAT concode_elem_sep String DATE_FORMAT concode_elem_sep Map<String,String> myLocations concode_field_sep String getLocationId concode_elem_sep String getLocationFromLonLat concode_elem_sep String getFormattedMonthDayYear concode_elem_sep boolean... | long function ( String arg0 ) { SimpleDateFormat loc0 = new SimpleDateFormat ( Utility . API_DATE_FORMAT ) ; long loc1 = 0 ; try { Date loc2 = loc0 . parse ( arg0 ) ; loc1 = loc2 . getTime ( ) ; } catch ( ParseException loc2 ) { loc2 . printStackTrace ( ) ; return 0 ; } return loc1 ; } |
4,171 | use the specified bytes array as underlying sequence . concode_field_sep int count concode_elem_sep byte[] bytes concode_field_sep int compareTo concode_elem_sep void truncate concode_elem_sep int hashCode concode_elem_sep byte[] get concode_elem_sep boolean equals concode_elem_sep Object clone concode_elem_sep void re... | void function ( byte [ ] arg0 ) { this . count = ( arg0 == null ) ? 0 : arg0 . length ; this . bytes = arg0 ; } |
4,172 | instances of this class compare by identity . that is , x.equals y is only true if x == y . concode_field_sep InsnList insns concode_elem_sep IntList successors concode_elem_sep int primarySuccessor concode_elem_sep int label concode_field_sep boolean canThrow concode_elem_sep int getLabel concode_elem_sep InsnList get... | boolean function ( Object arg0 ) { return ( this == arg0 ) ; } |
4,173 | remove ads concode_field_sep Calendar editionDate concode_elem_sep ArrayList<Ad> ads concode_elem_sep int editionNumber concode_field_sep String printAdsList concode_elem_sep String printEditionDate concode_elem_sep void addAd concode_elem_sep void setEditionNumber concode_elem_sep String printAdsItem concode_elem_sep ... | void function ( int arg0 ) { ads . remove ( arg0 ) ; } |
4,174 | records a replacement to be applied to the input stream . whenever singlematch occurs in the input , it will be replaced with replacement . concode_field_sep Map<Character,FST.Arc<CharsRef>> cachedRootArcs concode_elem_sep Map<String,String> pendingPairs concode_elem_sep FST<CharsRef> map concode_field_sep NormalizeCha... | void function ( String arg0 , String arg1 ) { if ( arg0 . length ( ) == 0 ) { throw new IllegalArgumentException ( "srini_string" ) ; } if ( pendingPairs . containsKey ( arg0 ) ) { throw new IllegalArgumentException ( "srini_string" = "srini_string" ) ; } pendingPairs . put ( arg0 , arg1 ) ; } |
4,175 | the message to display at the star of a battle when encountering this enemy . concode_field_sep JSONObject json concode_field_sep EnemyBehavior getBehavior concode_elem_sep String getDeathString concode_elem_sep int[] getFrameDelay concode_elem_sep float[][] getPatrol concode_elem_sep String getIngameSprite concode_ele... | String function ( String arg0 ) { return json . getJSONObject ( arg0 ) . getJSONObject ( "srini_string" ) . getString ( "srini_string" ) ; } |
4,176 | utility method which makes it easier to generate the control sequences for the terminal . concode_field_sep byte BEL concode_elem_sep String FG_GRAY concode_elem_sep String BG_GRAY concode_elem_sep String BG_GREEN concode_elem_sep OutputStream out concode_elem_sep byte TEXT_BOLD concode_elem_sep String BG_RED concode_e... | void function ( byte ... arg0 ) { writeBytes ( ESC , arg0 ) ; } |
4,177 | create an error handler concode_field_sep io.vertx.ext.web.handler.ErrorHandler delegate concode_field_sep void handle concode_elem_sep ErrorHandler newInstance concode_elem_sep Object getDelegate | ErrorHandler function ( String arg0 , boolean arg1 ) { ErrorHandler loc0 = ErrorHandler . newInstance ( io . vertx . ext . web . handler . ErrorHandler . create ( arg0 , arg1 ) ) ; return loc0 ; } |
4,178 | get dataitem in level3 concode_field_sep Log _log concode_field_sep int countInLevel2 concode_elem_sep DATAITEM getByNode1Id concode_elem_sep List<DATAITEM> getInLevel2 concode_elem_sep List<DATAITEM> getInLevel2 concode_elem_sep List<DATAITEM> getInLevel2 concode_elem_sep int countInLevel3 concode_elem_sep DATAITEM ge... | List < DATAITEM > function ( long arg0 , String arg1 , String arg2 ) { List < DATAITEM > loc0 = new ArrayList < DATAITEM > ( ) ; try { loc0 = DATAITEMLocalServiceUtil . getByDataGroupLevel3 ( arg0 , arg1 , arg2 ) ; } catch ( Exception loc1 ) { _log . error ( loc1 ) ; } return loc0 ; } |
4,179 | returns a manyvarsdynamicscope used to parse a script . a returned value is used to inject ruby 's local variable when script is evaluated . concode_field_sep ScriptingContainer container concode_elem_sep Node node concode_elem_sep ManyVarsDynamicScope scope concode_elem_sep Script script concode_field_sep IRubyObject ... | ManyVarsDynamicScope function ( ) { return scope ; } |
4,180 | bump analytics and add blog_id into properties concode_field_sep String POST_ID_KEY concode_elem_sep String BLOG_ID_KEY concode_elem_sep String FEED_ITEM_ID_KEY concode_elem_sep String IS_JETPACK_KEY concode_elem_sep String FEED_ID_KEY concode_field_sep int getWordCount concode_elem_sep void trackWithReaderPostDetails ... | void function ( AnalyticsTracker . Stat arg0 , String arg1 ) { try { Long loc0 = Long . parseLong ( arg1 ) ; trackWithBlogDetails ( arg0 , loc0 ) ; } catch ( NumberFormatException loc0 ) { AnalyticsTracker . track ( arg0 ) ; } } |
4,181 | stemms the given term to an unique discriminator . concode_field_sep StringBuilder sb concode_elem_sep int substCount concode_field_sep boolean isStemmable concode_elem_sep void strip concode_elem_sep void removeParticleDenotion concode_elem_sep void optimize concode_elem_sep void resubstitute concode_elem_sep void sub... | String function ( String arg0 ) { arg0 = arg0 . toLowerCase ( ) ; if ( ! isStemmable ( arg0 ) ) return arg0 ; sb . delete ( 0 , sb . length ( ) ) ; sb . insert ( 0 , arg0 ) ; substitute ( sb ) ; strip ( sb ) ; resubstitute ( sb ) ; removeParticleDenotion ( sb ) ; return sb . toString ( ) ; } |
4,182 | set the required type of the variable concode_field_sep GlobalVariable compiledVar concode_elem_sep String systemId concode_elem_sep StructuredQName variableName concode_elem_sep boolean isParameter concode_elem_sep SequenceType requiredType concode_elem_sep List references concode_elem_sep int lineNumber concode_elem_... | void function ( SequenceType arg0 ) { requiredType = arg0 ; } |
4,183 | deletes all observers of this observable . concode_field_sep LinkedHashSet observers concode_elem_sep boolean changed concode_field_sep void addObserver concode_elem_sep boolean hasChanged concode_elem_sep void clearChanged concode_elem_sep int countObservers concode_elem_sep void deleteObserver concode_elem_sep void s... | void function ( ) { observers . clear ( ) ; } |
4,184 | returns a list of all triggers . the list is unmodifiable . concode_field_sep String TRIGGERS_PREF_KEY concode_elem_sep CopyOnWriteArrayList<TriggerRepositoryObserver> mTriggerObservers concode_elem_sep SharedPreferences mPreferences concode_elem_sep Context mContext concode_elem_sep Multimap<String,Trigger> mTriggers ... | Multimap < String , Trigger > function ( ) { return Multimaps . unmodifiableMultimap ( mTriggers ) ; } |
4,185 | creates a new post request . concode_field_sep Map<String,String> headers concode_elem_sep String method concode_elem_sep Map<String,String> queryParams concode_elem_sep Object payload concode_elem_sep String url concode_field_sep String getUrl concode_elem_sep Object getPayload concode_elem_sep Map<String,String> getH... | ODataClientRequest function ( String arg0 , Entry arg1 ) { return new ODataClientRequest ( "srini_string" , arg0 , null , null , arg1 ) ; } |
4,186 | release number . release number . this changes when : - a new set of functionality is to be added , eg , implementation of a new w3c specification . - api or behaviour change . - its designated as a reference release . concode_field_sep PlaceHolder placeHolder concode_field_sep String getVersion concode_elem_sep int ge... | int function ( ) { return 7 ; } |
4,187 | method removeparameterat . concode_field_sep List<Parameter> m_parameters concode_elem_sep long serialVersionUID concode_elem_sep Parameter[] EMPTY_PARAMETER_ARRAY concode_elem_sep String m_clazz concode_field_sep String getClazz concode_elem_sep int getParameterCount concode_elem_sep void removeAllParameter concode_el... | Parameter function ( final int arg0 ) { return m_parameters . remove ( arg0 ) ; } |
4,188 | the id of the certificate . certificate management operations only take a certificateid . concode_field_sep String certificatePem concode_elem_sep String certificateArn concode_elem_sep String certificateId concode_field_sep void setCertificatePem concode_elem_sep String getCertificateArn concode_elem_sep CreateCertifi... | void function ( String arg0 ) { this . certificateId = arg0 ; } |
4,189 | creates a decimaltype with default precision and scale , which are 10 and 0 . concode_field_sep DataType StringType concode_elem_sep DataType DateType concode_elem_sep DataType BooleanType concode_elem_sep DataType BinaryType concode_elem_sep DataType TimestampType concode_elem_sep DataType LongType concode_elem_sep Da... | DecimalType function ( ) { return DecimalType$ . MODULE$ . USER_DEFAULT ( ) ; } |
4,190 | get the list of volume identifiers in raw byte form . concode_field_sep String blockPoolId concode_elem_sep List<Integer> volumeIndexes concode_elem_sep long[] blockIds concode_elem_sep List<byte[]> volumeIds concode_field_sep String toString concode_elem_sep long[] getBlockIds concode_elem_sep List<Integer> getVolumeI... | List < byte [ ] > function ( ) { return volumeIds ; } |
4,191 | convert the given byte buffer to a string . the resulting string can be converted back to the same byte buffer through #stringtobytes string . concode_field_sep long DEFAULT_DRIVER_MEM_MB concode_elem_sep Logger logger concode_elem_sep ImmutableMap<String,ByteUnit> byteSuffixes concode_elem_sep ImmutableMap<String,Time... | String function ( ByteBuffer arg0 ) { return Unpooled . wrappedBuffer ( arg0 ) . toString ( Charsets . UTF_8 ) ; } |
4,192 | compares ip address and port . concode_field_sep byte data[] concode_elem_sep NetworkAddress net_local_adr concode_elem_sep loopmsg_t msgs[] concode_elem_sep int MAX_LOOPBACK concode_elem_sep QuakeSocketFactory socketFactory concode_elem_sep int get concode_elem_sep int send concode_elem_sep int datalen concode_elem_se... | boolean function ( NetworkAddress arg0 , NetworkAddress arg1 ) { return ( arg0 . ip [ 0 ] == arg1 . ip [ 0 ] && arg0 . ip [ 1 ] == arg1 . ip [ 1 ] && arg0 . ip [ 2 ] == arg1 . ip [ 2 ] && arg0 . ip [ 3 ] == arg1 . ip [ 3 ] && arg0 . port == arg1 . port ) ; } |
4,193 | gets the value of the summary property . concode_field_sep String summary concode_elem_sep AlertKey alert concode_elem_sep String detail concode_elem_sep TypeComAlertPriority priority concode_field_sep AlertKey getAlert concode_elem_sep void setSummary concode_elem_sep void setDetail concode_elem_sep String getDetail c... | String function ( ) { return summary ; } |
4,194 | logs a formatted string to the console using the default tag see logutils #tag . concode_field_sep String TAG concode_elem_sep int LOG_LEVEL concode_field_sep void setLogLevel | void function ( int arg0 , String arg1 , Object ... arg2 ) { log ( null , arg0 , arg1 , arg2 ) ; } |
4,195 | create and return a reference to deladminmgr object using home context . concode_field_sep String CREATE_INSTANCE_METHOD concode_elem_sep String CLS_NM concode_elem_sep String dAdminClassName concode_field_sep placeholderType placeHolder | DelAdminMgr function ( Session arg0 ) { return createInstance ( GlobalIds . HOME , arg0 ) ; } |
4,196 | an updated list of availability zones for the loadbalancer . concode_field_sep java.util.List<String> availabilityZones concode_field_sep int hashCode concode_elem_sep boolean equals concode_elem_sep String toString concode_elem_sep void setAvailabilityZones concode_elem_sep EnableAvailabilityZonesForLoadBalancerResult... | java . util . List < String > function ( ) { if ( availabilityZones == null ) { availabilityZones = new java . util . ArrayList < String > ( ) ; } return availabilityZones ; } |
4,197 | verbose 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 s... | void function ( String arg0 , String arg1 ) { if ( LOG . VERBOSE >= LOGLEVEL ) Log . v ( arg0 , arg1 ) ; } |
4,198 | returns the fully qualified class name of this website . concode_field_sep Website _website concode_field_sep long getClassNameId concode_elem_sep void setExpandoBridgeAttributes concode_elem_sep boolean isEscapedModel concode_elem_sep boolean isCachedModel concode_elem_sep int compareTo concode_elem_sep Website getWra... | java . lang . String function ( ) { return _website . getClassName ( ) ; } |
4,199 | create an instance of experimentalpreparation concode_field_sep QName _EntrySet_QNAME concode_field_sep ConfidenceBase createConfidenceBase concode_elem_sep OpenCvType createOpenCvType concode_elem_sep FullName createFullName concode_elem_sep DbReference createDbReference concode_elem_sep ExperimentalInteractorList cre... | ExperimentalPreparation function ( ) { return new ExperimentalPreparation ( ) ; } |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.