idx int64 0 25k | question stringlengths 71 7.19k | target stringlengths 20 663 |
|---|---|---|
4,500 | is this class already compiled but not defined ? concode_field_sep CtClass ctPlayPluginClass concode_elem_sep ClassPool enhanceChecker_classPool concode_elem_sep byte[] enhancedByteCode concode_elem_sep Package javaPackage concode_elem_sep Class<?> javaClass concode_elem_sep Long timestamp concode_elem_sep byte[] javaB... | boolean function ( ) { return compiled && javaClass != null ; } |
4,501 | sets the value of the logmessage property . concode_field_sep String dsID concode_elem_sep String logMessage concode_elem_sep String startDT concode_elem_sep String endDT concode_elem_sep String pid concode_elem_sep boolean force concode_field_sep String getStartDT concode_elem_sep void setForce concode_elem_sep void s... | void function ( String arg0 ) { this . logMessage = arg0 ; } |
4,502 | gets the value of the orderdate property . concode_field_sep USAddress billTo concode_elem_sep String comment concode_elem_sep Items items concode_elem_sep XMLGregorianCalendar orderDate concode_elem_sep USAddress shipTo concode_field_sep Items getItems concode_elem_sep USAddress getShipTo concode_elem_sep USAddress ge... | XMLGregorianCalendar function ( ) { return orderDate ; } |
4,503 | returns a copy of the current contents of the cache , ordered from least recently accessed to most recently accessed . concode_field_sep int evictionCount concode_elem_sep int putCount concode_elem_sep int hitCount concode_elem_sep int size concode_elem_sep int createCount concode_elem_sep int maxSize concode_elem_sep ... | Map < K , V > function ( ) { return new LinkedHashMap < > ( map ) ; } |
4,504 | check if p is an intersection of any of the axis . concode_field_sep Map<GeoPoint,EquationPoint> container concode_elem_sep GeoPoint movingPoint concode_elem_sep int GEOGEBRA_DIMENSION concode_elem_sep int curInd concode_elem_sep Map<GeoPoint,GeoPoint> identifications concode_elem_sep GeoPoint locusPoint concode_field_... | boolean function ( GeoPoint arg0 ) { if ( ! ( arg0 . getParentAlgorithm ( ) instanceof AlgoIntersectLines ) ) { return false ; } return false ; } |
4,505 | for aborting an unsuccessful job 's output . note that this is invoked for jobs with final runstate as jobstatus.state #failed or jobstatus.state #killed . this is called from the application master process for the entire job . this may be called multiple times . concode_field_sep PlaceHolder placeHolder concode_field_... | void function ( JobContext arg0 , JobStatus . State arg1 ) { cleanupJob ( arg0 ) ; } |
4,506 | unit tests the adjmatrixedgeweighteddigraph data type . concode_field_sep String NEWLINE concode_elem_sep int E concode_elem_sep int V concode_elem_sep DirectedEdge[][] adj concode_elem_sep int v concode_elem_sep int w concode_field_sep DirectedEdge next concode_elem_sep Iterator<DirectedEdge> iterator concode_elem_sep... | void function ( String [ ] arg0 ) { int loc0 = Integer . parseInt ( arg0 [ 0 ] ) ; int loc1 = Integer . parseInt ( arg0 [ 1 ] ) ; AdjMatrixEdgeWeightedDigraph loc2 = new AdjMatrixEdgeWeightedDigraph ( loc0 , loc1 ) ; StdOut . println ( loc2 ) ; } |
4,507 | add information message to a specific client . concode_field_sep Properties buildProperties concode_field_sep String getRequestParameter concode_elem_sep UIComponent findComponent concode_elem_sep ServletContext getServletContext concode_elem_sep Object getManagedBean concode_elem_sep String getActionAttribute concode_... | void function ( String arg0 , String arg1 ) { FacesContext . getCurrentInstance ( ) . addMessage ( arg0 , new FacesMessage ( FacesMessage . SEVERITY_WARN , arg1 , arg1 ) ) ; } |
4,508 | adds an int to an array or function call . concode_field_sep StringBuilder params concode_field_sep String escapeString concode_elem_sep JSONBuilder endArray concode_elem_sep JSONBuilder entryNonNullValue concode_elem_sep JSONBuilder entryNonNullValue concode_elem_sep JSONBuilder entryNonNullValue concode_elem_sep JSON... | JSONBuilder function ( int arg0 ) { conditionallyAppendComma ( ) ; params . append ( arg0 ) ; return this ; } |
4,509 | get this node 's max width , as defined in the style concode_field_sep CSSNodeDEPRECATED mParent concode_elem_sep CSSStyle style concode_elem_sep CSSNodeDEPRECATED nextChild concode_elem_sep ArrayList<CSSNodeDEPRECATED> mChildren concode_elem_sep int lineIndex concode_elem_sep Object mData concode_elem_sep boolean mIsT... | float function ( ) { return style . maxWidth ; } |
4,510 | the default behavior of this method is to return getremotehost on the wrapped request object . concode_field_sep ServletRequest request concode_field_sep void setRequest concode_elem_sep int getLocalPort concode_elem_sep String getRemoteAddr concode_elem_sep ServletContext getServletContext concode_elem_sep ServletRequ... | String function ( ) { return this . request . getRemoteHost ( ) ; } |
4,511 | gets the value of the button2value property . concode_field_sep String button3Value concode_elem_sep String mapping concode_elem_sep List<Address> address concode_elem_sep String flavour concode_elem_sep String button4Value concode_elem_sep Label label concode_elem_sep String button4Label concode_elem_sep String button... | String function ( ) { return button2Value ; } |
4,512 | set the multiplier that determines how far to extend the range below the data bounds . a value of 0 interpreted as no padding and is interpreted on the client as 1.0 . concode_field_sep Boolean sortMergedLabels concode_elem_sep Boolean forceTickAt0 concode_elem_sep Object max concode_elem_sep String[] ticks concode_ele... | void function ( Double arg0 ) { this . padMin = arg0 ; } |
4,513 | increments the count for a particular key , value pair . concode_field_sep Map<K,Counter<V>> counterMap concode_elem_sep MapFactory<V,Double> mf concode_field_sep Counter<V> getCounter concode_elem_sep int totalSize concode_elem_sep int size concode_elem_sep boolean isEmpty concode_elem_sep String toString concode_elem... | void function ( K arg0 , V arg1 , double arg2 ) { Counter < V > loc0 = ensureCounter ( arg0 ) ; loc0 . incrementCount ( arg1 , arg2 ) ; } |
4,514 | gets the instance for the start of the given block . concode_field_sep CodeAddress[] lasts concode_elem_sep CodeAddress[] ends concode_elem_sep CodeAddress[] starts concode_field_sep void setupArrays concode_elem_sep CodeAddress getLast concode_elem_sep CodeAddress getLast concode_elem_sep CodeAddress getEnd concode_el... | CodeAddress function ( BasicBlock arg0 ) { return starts [ arg0 . getLabel ( ) ] ; } |
4,515 | get the bit at the given index . concode_field_sep int ADDRESS_BITS concode_elem_sep long[] data concode_elem_sep int BITS concode_elem_sep int ADDRESS_MASK concode_elem_sep int maxLength concode_field_sep int nextClearBit concode_elem_sep long getBitMask concode_elem_sep void expandCapacity concode_elem_sep void setBy... | boolean function ( int arg0 ) { int loc0 = arg0 >> ADDRESS_BITS ; if ( loc0 >= data . length ) { return false ; } return ( data [ loc0 ] & getBitMask ( arg0 ) ) != 0 ; } |
4,516 | returns a bean expression value builder concode_field_sep PlaceHolder placeHolder concode_field_sep ValueBuilder faultBodyAs concode_elem_sep ValueBuilder constant concode_elem_sep ValueBuilder sendTo concode_elem_sep ValueBuilder systemProperty concode_elem_sep ValueBuilder systemProperty concode_elem_sep ValueBuilder... | ValueBuilder function ( Class < ? > arg0 , String arg1 ) { Expression loc0 = new MethodCallExpression ( arg0 , arg1 ) ; return new ValueBuilder ( loc0 ) ; } |
4,517 | sets the header named name to value . if this request already has any headers with that name , they are all replaced . concode_field_sep Request request concode_elem_sep RawHeaders headers concode_elem_sep int code concode_elem_sep Reader reader concode_elem_sep RawHeaders headers concode_elem_sep Response redirectedBy... | Builder function ( String arg0 , String arg1 ) { headers . set ( arg0 , arg1 ) ; return this ; } |
4,518 | get the widget refresh rate . concode_field_sep int mSensorApiVersion concode_elem_sep int mNotificationApiVersion concode_elem_sep List<DeviceInfo> mDevices concode_elem_sep String mPackageName concode_elem_sep long mId concode_elem_sep int mWidgetApiVersion concode_elem_sep int mControlApiVersion concode_elem_sep Con... | int function ( ) { return mWidgetRefreshRate ; } |
4,519 | gets the value of the idref property . concode_field_sep List<CTProxy> proxy concode_elem_sep STHow how concode_elem_sep Object parent concode_elem_sep String id concode_elem_sep STRType type concode_elem_sep String idref concode_field_sep STHow getHow concode_elem_sep Object getParent concode_elem_sep void setIdref co... | String function ( ) { return idref ; } |
4,520 | adds a field to the end of the list of fields . concode_field_sep HashMap fieldMap concode_elem_sep List fields concode_field_sep void writeTo concode_elem_sep List getFields concode_elem_sep List getFields concode_elem_sep Field getField concode_elem_sep String toString | void function ( Field arg0 ) { List loc0 = ( List ) fieldMap . get ( arg0 . getName ( ) . toLowerCase ( ) ) ; if ( loc0 == null ) { loc0 = new LinkedList ( ) ; fieldMap . put ( arg0 . getName ( ) . toLowerCase ( ) , loc0 ) ; } loc0 . add ( arg0 ) ; fields . add ( arg0 ) ; } |
4,521 | helpful method for processing a boolean mvel expression and associated arguments . caches the expression in an lrucache . concode_field_sep Log LOG concode_elem_sep Map<String,Serializable> expressionCache concode_elem_sep Map<String,String> contextClassNames concode_elem_sep ParserContext parserContext concode_field_s... | Boolean function ( String arg0 , Map < String , Object > arg1 ) { return MvelHelper . evaluateRule ( arg0 , arg1 , expressionCache ) ; } |
4,522 | check if targeted column value in the row indexed i is less than the search target object . concode_field_sep int[][] data concode_elem_sep int count concode_elem_sep int targetSearchValue concode_elem_sep int sortedColumn concode_elem_sep int targetSearchColumn concode_field_sep void putPair concode_elem_sep void add ... | boolean function ( int arg0 ) { return targetSearchValue > data [ targetSearchColumn ] [ arg0 ] ; } |
4,523 | returns the pointer to the native c++ data structure . concode_field_sep long ptr concode_field_sep int PS_NDGetActionIndex concode_elem_sep long PS_BuildNDSparseMatrix concode_elem_sep void PS_AddActionsToNDSparseMatrix concode_elem_sep int getActionIndex concode_elem_sep long PS_BuildSubNDSparseMatrix concode_elem_se... | long function ( ) { return ptr ; } |
4,524 | connect timeout in milliseconds . default 120 secs . concode_field_sep String SPARK_NETWORK_IO_NUMCONNECTIONSPERPEER_KEY concode_elem_sep String SPARK_NETWORK_IO_LAZYFD_KEY concode_elem_sep String SPARK_NETWORK_IO_SERVERTHREADS_KEY concode_elem_sep String module concode_elem_sep String SPARK_NETWORK_IO_CLIENTTHREADS_KE... | int function ( ) { long loc0 = JavaUtils . timeStringAsSec ( conf . get ( "srini_string" , "srini_string" ) ) ; long loc1 = JavaUtils . timeStringAsSec ( conf . get ( SPARK_NETWORK_IO_CONNECTIONTIMEOUT_KEY , loc0 + "srini_string" ) ) * 1000 ; return ( int ) loc1 ; } |
4,525 | gets server time zone display name . concode_field_sep boolean dialogRendered concode_elem_sep DateFormat selectedFormat concode_elem_sep ArrayList checkedTimeZoneList concode_elem_sep DateFormat serverFormat concode_elem_sep int renderInterval concode_elem_sep ArrayList allTimeZoneList concode_elem_sep Hashtable check... | String function ( ) { return displayNameTokenizer ( serverTimeZone . getDisplayName ( ) ) ; } |
4,526 | sets the coordinates of this gridpoint3d . concode_field_sep int x concode_elem_sep int y concode_elem_sep int z concode_elem_sep long serialVersionUID concode_field_sep int hashCode concode_elem_sep boolean equals concode_elem_sep String toString | GridPoint3 function ( int arg0 , int arg1 , int arg2 ) { this . x = arg0 ; this . y = arg1 ; this . z = arg2 ; return this ; } |
4,527 | sets the actual members injector . concode_field_sep MembersInjector<T> delegate concode_elem_sep Object source concode_elem_sep TypeLiteral<T> type concode_field_sep T acceptVisitor concode_elem_sep void applyTo concode_elem_sep TypeLiteral<T> getType concode_elem_sep Object getSource concode_elem_sep MembersInjector<... | void function ( MembersInjector < T > arg0 ) { if ( this . delegate != null ) { throw new IllegalStateException ( "srini_string" ) ; } this . delegate = Objects . requireNonNull ( arg0 , "srini_string" ) ; } |
4,528 | return true if the passed list is not null and not empty concode_field_sep PlaceHolder placeHolder concode_field_sep boolean isValidString concode_elem_sep boolean isValidDirectory | boolean function ( List < ? > arg0 ) { return ( arg0 != null ) && ( arg0 . size ( ) > 0 ) ; } |
4,529 | get application context . concode_field_sep Class<?> defaultReceiver concode_elem_sep Class<?> receiver concode_elem_sep String PREF_KEY concode_elem_sep Context context concode_elem_sep Options options concode_elem_sep NotificationCompat.Builder builder concode_field_sep void cancel concode_elem_sep boolean wasInThePa... | Context function ( ) { return context ; } |
4,530 | sets board to new int array new pieces played concode_field_sep String hashString concode_elem_sep int BOARD_SIZE_Y concode_elem_sep int BOARD_SIZE_X concode_elem_sep int SCORING_Y concode_elem_sep int SCORING_Z concode_elem_sep int[][] board concode_elem_sep int SCORING_X concode_field_sep boolean hasAvailableMoves co... | void function ( int [ ] [ ] arg0 ) { this . board = arg0 ; } |
4,531 | return true only if the name of this portfolio is an empty string . concode_field_sep String fName concode_elem_sep Set<Stock> fStocks concode_elem_sep String UNTITLED concode_field_sep void setName concode_elem_sep List<Quote> getQuotes concode_elem_sep String getName concode_elem_sep BigDecimal getBookValue concode_e... | boolean function ( ) { return getName ( ) . equals ( UNTITLED ) ; } |
4,532 | returns the provider name or null . concode_field_sep String EMPTY_STRING concode_elem_sep ProductProperties productProperties concode_elem_sep Long featureImageCRC concode_elem_sep BundleGroupProperties bundleGroupProperties concode_elem_sep boolean calculatedImageCRC concode_field_sep String getAppName concode_elem_s... | String function ( ) { return bundleGroupProperties == null ? null : bundleGroupProperties . getProviderName ( ) ; } |
4,533 | remove a tab from paneltabset . concode_field_sep String msg concode_elem_sep MsgString next concode_elem_sep int tabIndex concode_elem_sep int tabLabelIndex concode_elem_sep String newTabContent concode_elem_sep boolean isKey concode_elem_sep int index concode_elem_sep List tabs concode_elem_sep String newTabLabel con... | void function ( ActionEvent arg0 ) { if ( tabs != null && tabs . size ( ) > tabIndex ) { tabs . remove ( tabIndex ) ; if ( tabIndex > 0 ) { tabIndex -- ; } } } |
4,534 | returns the field ` totalamount ' . concode_field_sep PaymentData debitor concode_elem_sep Money totalAmount concode_elem_sep PaymentData creditor concode_elem_sep long serialVersionUID concode_field_sep void setDebitor concode_elem_sep PaymentData getCreditor concode_elem_sep void setTotalAmount concode_elem_sep Payme... | Money function ( ) { return this . totalAmount ; } |
4,535 | set the bank service . concode_field_sep ImageIcon WORKING_ICON concode_elem_sep String DAT_FEXT concode_elem_sep ImageIcon PROTEIN_ICON concode_elem_sep ImageIcon STRUCT_ICON concode_elem_sep String USER_EMAIL concode_elem_sep List<Class<? extends BankProvider>> PROVIDER_LIST concode_elem_sep ImageIcon DBXPLR_ICON con... | void function ( BankProvider arg0 ) { if ( arg0 == null ) return ; DEFAULT_PROVIDER = arg0 ; } |
4,536 | getter for buyerusername concode_field_sep String buyerUserName concode_elem_sep IdentificationInfoType identificationInfo concode_elem_sep String preferredPrefix concode_elem_sep TaxIdDetailsType taxIdDetails concode_elem_sep String buyerRegistrationDate concode_elem_sep String buyerId concode_elem_sep String nameSpac... | String function ( ) { return buyerUserName ; } |
4,537 | returns true if a binding exists for the given base class concode_field_sep PlaceHolder placeHolder concode_field_sep Set<Binding<?>> getBindingsOf concode_elem_sep Set<Binding<?>> getBindingsOf concode_elem_sep Class<?> getKeyType concode_elem_sep Set<T> getInstancesOf concode_elem_sep Set<T> getInstancesOf concode_el... | boolean function ( Injector arg0 , Class < ? > arg1 ) { return ! getBindingsOf ( arg0 , arg1 ) . isEmpty ( ) ; } |
4,538 | checks the given value against a set of known options , if the value is not among the known options , a known option value ignore is returned . concode_field_sep char DELIMITER concode_elem_sep List validationDescriptors concode_elem_sep boolean HEADLESS concode_elem_sep Set optionNames concode_field_sep List getValida... | String function ( String arg0 ) { if ( arg0 . equalsIgnoreCase ( ValidationDescriptor . ERROR ) || arg0 . equalsIgnoreCase ( ValidationDescriptor . IGNORE ) || arg0 . equalsIgnoreCase ( ValidationDescriptor . INFO ) || arg0 . equalsIgnoreCase ( ValidationDescriptor . WARNING ) ) { return arg0 ; } return ValidationDescr... |
4,539 | gets an initialized parser pool . concode_field_sep BasicParserPool parserPool concode_field_sep Element readXmlData concode_elem_sep Item<Element> readDOMItem concode_elem_sep int countErrors concode_elem_sep void populateUKIdentifiers concode_elem_sep void setUp concode_elem_sep void displayErrors concode_elem_sep vo... | ParserPool function ( ) { return parserPool ; } |
4,540 | get the wave spectrogram concode_field_sep byte[] data concode_elem_sep byte[] fingerprint concode_elem_sep long serialVersionUID concode_elem_sep WaveHeader waveHeader concode_field_sep double[] getNormalizedAmplitudes concode_elem_sep void leftTrim concode_elem_sep void leftTrim concode_elem_sep void rightTrim concod... | Spectrogram function ( ) { return new Spectrogram ( this ) ; } |
4,541 | retrieves the hdf for the first child of the root of the subtree at hdfpath , or null if no child exists of that path or if the path does n't exist . concode_field_sep JniHdf root concode_elem_sep CSFileLoader fileLoader concode_elem_sep long hdfptr concode_field_sep JniHdf objNext concode_elem_sep long _init concode_e... | JniHdf function ( String arg0 ) { if ( hdfptr == 0 ) { throw new NullPointerException ( "srini_string" ) ; } long loc0 = _getChild ( hdfptr , arg0 ) ; if ( loc0 == 0 ) { return null ; } return newHdf ( loc0 , this ) ; } |
4,542 | removes the next element at hd +1 . note that this method is not concurrent , as ringbuffer can only have 1 remover thread active at any time ! concode_field_sep Lock lock concode_elem_sep AtomicBoolean processing concode_elem_sep AtomicReferenceArray<T> buf concode_elem_sep long offset concode_elem_sep long current co... | T function ( ) { return remove ( false ) ; } |
4,543 | renderes an image with highlighted states concode_field_sep PlaceHolder placeHolder concode_field_sep Resource reload concode_elem_sep void highlightActiveStates concode_elem_sep Diagram getDiagramCopy concode_elem_sep Diagram getDiagramCopy | Image function ( IFile arg0 , ExecutionContext arg1 ) { Diagram loc0 = getDiagramCopy ( arg0 ) ; return renderImage ( loc0 , arg1 ) ; } |
4,544 | set the seed used by the nonce verifier . setting this to a non-null value enables push certificate verification using the default hmacsha1noncegenerator implementation , if adifferent implementation was not set using #setnoncegenerator noncegenerator . concode_field_sep int certNonceSlopLimit concode_elem_sep SectionP... | void function ( String arg0 ) { certNonceSeed = arg0 ; } |
4,545 | check if the type arguments are the same . concode_field_sep Type tString concode_elem_sep Type noArgs[] concode_elem_sep Type tClassDesc concode_elem_sep Type tCloneable concode_elem_sep Type tShort concode_elem_sep Hashtable typeHash concode_elem_sep int typeCode concode_elem_sep Type tByte concode_elem_sep Type tObj... | boolean function ( Type arg0 ) { return false ; } |
4,546 | shows all tooltips on hover without a delay for #resettime seconds . concode_field_sep TooltipManager instance concode_elem_sep float subsequentTime concode_elem_sep boolean enabled concode_elem_sep float resetTime concode_elem_sep Tooltip showTooltip concode_elem_sep boolean animations concode_elem_sep float time conc... | void function ( ) { time = 0 ; showTask . run ( ) ; showTask . cancel ( ) ; } |
4,547 | sets the length of the information object address ioa field of the asdu . allowed values are 1 , 2 or 3 . the default is 3 . concode_field_sep int backlog concode_elem_sep int port concode_elem_sep ServerThread serverThread concode_elem_sep ServerSapListener connectionListener concode_elem_sep InetAddress bindAddr conc... | void function ( int arg0 ) { if ( arg0 < 1 || arg0 > 3 ) { throw new IllegalArgumentException ( "srini_string" + arg0 ) ; } settings . ioaFieldLength = arg0 ; } |
4,548 | test method for com.petrivirkkula.toolbox.eventmgr.eventexception #eventexception . concode_field_sep PlaceHolder placeHolder concode_field_sep void testEventExceptionEventString concode_elem_sep void testEventExceptionThrowable concode_elem_sep void testEventExceptionEventThrowable concode_elem_sep void testEventExcep... | void function ( ) { new EventException ( ) ; } |
4,549 | returns the spring bean id for this bean . concode_field_sep KhuVucLocalService _service concode_field_sep int getKhuVucsCount concode_elem_sep com.thanhnhan.model.KhuVuc fetchKhuVuc concode_elem_sep java.util.List<com.thanhnhan.model.KhuVuc> getKhuVucs concode_elem_sep com.liferay.portal.kernel.dao.orm.DynamicQuery dy... | java . lang . String function ( ) { return getService ( ) . getBeanIdentifier ( ) ; } |
4,550 | answer the attribute concode_field_sep Object m_attribute concode_elem_sep boolean m_bound concode_elem_sep UserAlias m_userAlias concode_elem_sep int m_numberOfExtentsToBind concode_elem_sep String NOT_LIKE concode_elem_sep String GREATER concode_elem_sep String NOT_LESS concode_elem_sep boolean m_translateAttribute c... | Object function ( ) { return m_attribute ; } |
4,551 | runs all commands scheduled to be executed immediately but does not tick time forward . concode_field_sep DeltaQueue<Runnable> deltaQueue concode_elem_sep long tickRemaining concode_elem_sep long now concode_elem_sep FakeClock clock concode_elem_sep boolean isTicking concode_field_sep void add concode_elem_sep void add... | void function ( ) { while ( ! isIdle ( ) ) { runNextPendingCommand ( ) ; } } |
4,552 | the default behavior of this method is to return getreader on the wrapped request object . concode_field_sep ServletRequest request concode_field_sep void setRequest concode_elem_sep int getLocalPort concode_elem_sep String getRemoteAddr concode_elem_sep ServletRequest getRequest concode_elem_sep String getRemoteHost c... | BufferedReader function ( ) { return this . request . getReader ( ) ; } |
4,553 | method that stops the current lap and adds the lap to the arraylist of lap times . the behavior of a stop is like a pause button where the lap that was stopped resumes if the stop method call is succeeded by a start method call , and the lap is added if not succeeded by a start call . concode_field_sep long lapstart co... | void function ( ) { synchronized ( lock ) { if ( ! state . equals ( "srini_string" ) ) { throw new IllegalStateException ( "srini_string" ) ; } else { state = "srini_string" ; addLapTime ( ) ; } } } |
4,554 | the number of simplices that can be interned before growing the table . concode_field_sep SimplexTable parent concode_elem_sep int entry_limit concode_elem_sep int mask concode_elem_sep int start_size concode_elem_sep Simplex[] vec concode_elem_sep int current_count concode_elem_sep double LOAD_FACTOR concode_elem_sep ... | int function ( ) { return entry_limit ; } |
4,555 | returns the path for a resource filename . concode_field_sep String RESOURCE_PROPERTIES concode_elem_sep ResourceLocator me concode_elem_sep MessageResources messageResources concode_elem_sep String REPORTS_PROPERTIES concode_elem_sep String AJAX_PROPERTIES concode_elem_sep String XMIT_PROPERTIES concode_elem_sep Prope... | String function ( String arg0 ) { return this . getClass ( ) . getResource ( arg0 ) . getPath ( ) ; } |
4,556 | no meaning in osgi concode_field_sep OSGIPluginType pluginType concode_elem_sep String NAME concode_elem_sep String ID concode_field_sep String getName concode_elem_sep List<PluginFolderInterface> getPluginFolders concode_elem_sep void handlePluginAnnotation concode_elem_sep void searchPlugins concode_elem_sep String g... | void function ( Class < ? > arg0 , String arg1 ) { } |
4,557 | returns the value to which the specified key is mapped in this map . concode_field_sep Entry table[] concode_elem_sep Entry next concode_elem_sep float loadFactor concode_elem_sep int count concode_elem_sep int threshold concode_elem_sep Object value concode_elem_sep int hash concode_elem_sep int key concode_field_sep ... | Object function ( int arg0 ) { Entry loc0 [ ] = table ; int loc1 = arg0 ; int loc2 = ( loc1 & 0x7FFFFFFF ) % loc0 . length ; for ( Entry loc3 = loc0 [ loc2 ] ; loc3 != null ; loc3 = loc3 . next ) { if ( loc3 . loc1 == loc1 ) { return loc3 . value ; } } return null ; } |
4,558 | check if there are 1s in the lowest bits of this biginteger . concode_field_sep PlaceHolder placeHolder concode_field_sep int bitLength concode_elem_sep BigInteger flipBit concode_elem_sep BigInteger shiftLeft concode_elem_sep void shiftLeft concode_elem_sep BigInteger shiftRight concode_elem_sep boolean shiftRight con... | boolean function ( int arg0 , int arg1 [ ] ) { int loc0 = arg0 >> 5 ; int loc1 = arg0 & 31 ; int loc2 ; for ( loc2 = 0 ; ( loc2 < loc0 ) && ( arg1 [ loc2 ] == 0 ) ; loc2 ++ ) { } return ( ( loc2 != loc0 ) || ( arg1 [ loc2 ] << ( 32 - loc1 ) != 0 ) ) ; } |
4,559 | not-null value . concode_field_sep int peerId concode_elem_sep int latestMsgType concode_elem_sep String sessionKey concode_elem_sep String latestMsgData concode_elem_sep int created concode_elem_sep Long id concode_elem_sep int peerType concode_elem_sep int latestMsgId concode_elem_sep int talkId concode_elem_sep int ... | String function ( ) { return sessionKey ; } |
4,560 | find out if the task has completed . concode_field_sep File file concode_elem_sep ResourceBundle messageBundle concode_elem_sep int lengthOfTask concode_elem_sep String dialogMessage concode_elem_sep Document document concode_elem_sep Logger logger concode_elem_sep boolean done concode_elem_sep int current concode_elem... | boolean function ( ) { return done ; } |
4,561 | evaluates if the provided holiday instance is valid for the provided year . concode_field_sep String THREE_YEARS concode_elem_sep String EVERY_YEAR concode_elem_sep String ODD_YEARS concode_elem_sep String TWO_YEARS concode_elem_sep String FIVE_YEARS concode_elem_sep String FOUR_YEARS concode_elem_sep String EVEN_YEARS... | boolean function ( T arg0 , int arg1 ) { return isValidInYear ( arg0 , arg1 ) && isValidForCycle ( arg0 , arg1 ) ; } |
4,562 | deletes the legacy office with the primary key from the database . also notifies the appropriate model listeners . concode_field_sep LegacyOfficeLocalService _legacyOfficeLocalService concode_field_sep de.uhh.l2g.plugins.migration.model.LegacyOffice getLegacyOffice concode_elem_sep void setWrappedLegacyOfficeLocalServi... | de . uhh . l2g . plugins . migration . model . LegacyOffice function ( long arg0 ) { return _legacyOfficeLocalService . deleteLegacyOffice ( arg0 ) ; } |
4,563 | gets a function as a string , which then can be passed to the execute method . concode_field_sep IJavascriptRuntime runtime concode_elem_sep IWebEngine engine concode_field_sep String getArrayFunction concode_elem_sep void setDefaultWebEngine concode_elem_sep String getArrayConstructor concode_elem_sep IJavascriptRunti... | String function ( String arg0 , Object ... arg1 ) { if ( arg1 == null ) { return arg0 + "srini_string" ; } StringBuilder loc0 = new StringBuilder ( ) ; loc0 . append ( arg0 ) . append ( "srini_string" ) ; for ( Object loc1 : arg1 ) { loc0 . append ( getArgString ( loc1 ) ) . append ( "srini_string" ) ; } loc0 . replace... |
4,564 | sets the value of the partnumber property . concode_field_sep String itemNumber concode_elem_sep BigInteger receivedQuantity concode_elem_sep String description concode_elem_sep String partNumber concode_field_sep BigInteger getReceivedQuantity concode_elem_sep String getPartNumber concode_elem_sep void setDescription ... | void function ( String arg0 ) { this . partNumber = arg0 ; } |
4,565 | the nr_featurenr_class array w gives feature weights . we use one against the rest for multi-class classification , so each feature index corresponds to nr_class weight values . weights are organized in the following way + ------------------ + ------------------ + ------------ + | nr_class weights | nr_class weights | ... | double [ ] function ( ) { return Linear . copyOf ( w , w . length ) ; } |
4,566 | create an instance of javax.xml.bind.jaxbelement concode_field_sep QName _SpWithdrawSubscriptionReqPara_QNAME concode_elem_sep QName _OrderRelationUpdateNotifyReturn_QNAME concode_elem_sep QName _NotifyManagementInfoReturn_QNAME concode_elem_sep QName _NotifyManagementInfoReq_QNAME concode_elem_sep QName _ServiceConsum... | JAXBElement < Response > function ( Response arg0 ) { return new JAXBElement < Response > ( _ServiceConsumeNotifyReturn_QNAME , Response . class , null , arg0 ) ; } |
4,567 | gets the servletcontexthandler of the metrics servlet . concode_field_sep ObjectMapper mObjectMapper concode_elem_sep String SERVLET_PATH concode_elem_sep MetricRegistry mMetricsRegistry concode_field_sep HttpServlet createServlet concode_elem_sep void stop concode_elem_sep void start concode_elem_sep void report | ServletContextHandler function ( ) { ServletContextHandler loc0 = new ServletContextHandler ( ) ; loc0 . setContextPath ( SERVLET_PATH ) ; loc0 . addServlet ( new ServletHolder ( createServlet ( ) ) , "srini_string" ) ; return loc0 ; } |
4,568 | will inflate and set the view from a resource id concode_field_sep Drawable background concode_elem_sep View anchor concode_elem_sep View root concode_elem_sep PopupWindow window concode_elem_sep WindowManager windowManager concode_field_sep void setBackgroundDrawable concode_elem_sep void onCreate concode_elem_sep voi... | void function ( int arg0 ) { LayoutInflater loc0 = ( LayoutInflater ) anchor . getContext ( ) . getSystemService ( Context . LAYOUT_INFLATER_SERVICE ) ; setContentView ( loc0 . inflate ( arg0 , null ) ) ; } |
4,569 | stop counting , call this method right after you performed the task you want to keep track of . call #start againwhen you perform more of that task . concode_field_sep long startTime concode_elem_sep long lastTick concode_elem_sep FloatCounter load concode_elem_sep String name concode_elem_sep boolean valid concode_ele... | void function ( ) { if ( startTime > 0L ) { current += ( TimeUtils . nanoTime ( ) - startTime ) * nano2seconds ; startTime = 0L ; valid = true ; } } |
4,570 | get custom serializer concode_field_sep org.apache.axis.description.TypeDesc typeDesc concode_elem_sep java.lang.Integer numChanges concode_elem_sep java.lang.Object __equalsCalc concode_elem_sep boolean __hashCodeCalc concode_elem_sep java.lang.String[] newAdUnitIds concode_field_sep void setNumChanges concode_elem_se... | org . apache . axis . encoding . Serializer function ( java . lang . String arg0 , java . lang . Class arg1 , javax . xml . namespace . QName arg2 ) { return new org . apache . axis . encoding . ser . BeanSerializer ( arg1 , arg2 , typeDesc ) ; } |
4,571 | returns the current ticket.state concode_field_sep State m_state concode_elem_sep Map<String,String> m_attributes concode_elem_sep String m_details concode_elem_sep String m_user concode_elem_sep String m_modificationTimestamp concode_elem_sep Integer m_alarmId concode_elem_sep InetAddress m_ipAddress concode_elem_sep ... | State function ( ) { return m_state ; } |
4,572 | invoked when a change has started on a graphics node , but before any changes occure in the graphics node it 's self . concode_field_sep PlaceHolder placeHolder concode_field_sep void changeCompleted | void function ( GraphicsNodeChangeEvent arg0 ) { } |
4,573 | returns true if production is right linear . concode_field_sep PlaceHolder placeHolder concode_field_sep boolean isRestrictedOnLHS concode_elem_sep boolean areTerminalsOnRHS concode_elem_sep boolean isLeftLinearProductionWithVariable concode_elem_sep boolean isLambdaProduction concode_elem_sep boolean isUnitProduction ... | boolean function ( Production arg0 ) { if ( isRightLinearProductionWithVariable ( arg0 ) || isLinearProductionWithNoVariable ( arg0 ) ) return true ; return false ; } |
4,574 | adds an extra style key-value pair to the styles map of a specific tag concode_field_sep Map<String,Map<String,String>> tagMap concode_elem_sep Map<String,Map<String,String>> classMap concode_field_sep void resolveStyleAttribute concode_elem_sep void loadTagStyle concode_elem_sep void loadTagStyle concode_elem_sep void... | void function ( String arg0 , String arg1 , String arg2 ) { arg0 = arg0 . toLowerCase ( ) ; Map < String , String > loc0 = classMap . get ( arg0 ) ; if ( loc0 == null ) { loc0 = new HashMap < String , String > ( ) ; classMap . put ( arg0 , loc0 ) ; } loc0 . put ( arg1 , arg2 ) ; } |
4,575 | creates a new instance of ujocomparator . the string are compared as collator.identical by english locale by default . sample : list < person > result = ujocomparator . < person > newinstance person.name . sort persons ; concode_field_sep Collator collator concode_elem_sep Key[] keys concode_elem_sep int collatorStreng... | UjoComparator < UJO > function ( Key < UJO , ? > ... arg0 ) { return new UjoComparator < UJO > ( arg0 ) ; } |
4,576 | gets item view concode_field_sep WheelView wheel concode_elem_sep List<View> emptyItems concode_elem_sep List<View> items concode_field_sep int recycleItems concode_elem_sep View getCachedView concode_elem_sep void recycleView concode_elem_sep List<View> addView concode_elem_sep void clearAll concode_elem_sep View getE... | View function ( ) { return getCachedView ( items ) ; } |
4,577 | metodi tarkastaa ovatko annetut koordinaatit pelialueella . concode_field_sep boolean peliLoppunut concode_elem_sep Ajanotto aika concode_elem_sep Kentta kentta concode_elem_sep Vaikeus vaikeus concode_elem_sep int miinoja concode_elem_sep boolean peliVoitettu concode_field_sep void oikeaKlikkaus concode_elem_sep boole... | boolean function ( int arg0 , int arg1 ) { return arg0 >= 0 && arg1 >= 0 && arg0 < vaikeus . getLeveys ( ) && arg1 < vaikeus . getKorkeus ( ) ; } |
4,578 | toggle the slidingmenu . if it is open , it will be closed , and vice versa . concode_field_sep boolean mEnableSlide concode_elem_sep Activity mActivity concode_elem_sep View mViewBehind concode_elem_sep boolean mOnPostCreateCalled concode_elem_sep boolean mBroadcasting concode_elem_sep View mViewAbove concode_elem_sep... | void function ( ) { mSlidingMenu . toggle ( ) ; } |
4,579 | unregister an existing meta element for global scope . concode_field_sep Logger s_aLogger concode_elem_sep MetaElementList s_aGlobal concode_elem_sep String DEFAULT_FILENAME concode_elem_sep String REQUEST_ATTR_METAELEMENTS concode_elem_sep SimpleLock s_aLock concode_field_sep ICommonsList<IMetaElement> getAllRegistere... | void function ( @ Nullable final String arg0 ) { s_aGlobal . removeMetaElement ( arg0 ) ; } |
4,580 | starts work on behalf of a transaction branch specified in xid . concode_field_sep boolean isAwaitingRecovery concode_elem_sep BridgeWrapper bridgeWrapper concode_elem_sep String bridgeWrapperId concode_elem_sep List<BridgeXAResource> xaResourcesAwaitingRecovery concode_elem_sep Uid externalTxId concode_field_sep void ... | void function ( Xid arg0 , int arg1 ) { txbridgeLogger . logger . trace ( "srini_string" + arg0 + "srini_string" + arg1 + "srini_string" ) ; } |
4,581 | sets the width and height of the dimension . concode_field_sep float width concode_elem_sep float height concode_field_sep float getHeight concode_elem_sep String toString concode_elem_sep float getWidth concode_elem_sep Dimension toDimension | void function ( int arg0 , int arg1 ) { width = arg0 ; height = arg1 ; } |
4,582 | sets the text zoom of the page in percent . this kind of zooming is only applicable when text autosizing is turned off . passing -1 will reset the zoom to the default value . concode_field_sep double mDIPScale concode_elem_sep int mCacheMode concode_elem_sep boolean mGeolocationEnabled concode_elem_sep boolean mAllowCo... | void function ( final int arg0 ) { ThreadUtils . runOnUiThreadBlocking ( new Runnable ( ) { @ Override public void run ( ) { nativeSetTextZoom ( mNativeAwSettings , arg0 ) ; } } ) ; } |
4,583 | check status of the new target folder node creation concode_field_sep String _message concode_elem_sep String _filterGroup concode_elem_sep Logger log concode_elem_sep String _oldTargetFolderNodePath concode_elem_sep String _newTargetLocaleFolderNodePath concode_elem_sep boolean _sameSourceTarget concode_elem_sep Strin... | void function ( ) { if ( _message != null ) { throw new TwoStepProjectException ( _message + "srini_string" + this . toString ( ) ) ; } } |
4,584 | sets the reportsdays value for this lookbackconfiguration . concode_field_sep int postImpressionActivitiesDuration concode_elem_sep int richMediaEventsDays concode_elem_sep int clickDuration concode_elem_sep int reportsDays concode_elem_sep java.lang.Object __equalsCalc concode_elem_sep boolean __hashCodeCalc concode_e... | void function ( int arg0 ) { this . reportsDays = arg0 ; } |
4,585 | exception translation . concode_field_sep Environment environment concode_elem_sep Logger Log concode_field_sep LocalContainerEntityManagerFactoryBean entityManagerFactory concode_elem_sep PlatformTransactionManager transactionManager concode_elem_sep Properties additionalProperties concode_elem_sep DataSource dataSour... | PersistenceExceptionTranslationPostProcessor function ( ) { return new PersistenceExceptionTranslationPostProcessor ( ) ; } |
4,586 | get the string at index concode_field_sep IndexXYMap<Double,Double> mXY concode_elem_sep double mMinY concode_elem_sep double mMaxY concode_elem_sep int mScaleNumber concode_elem_sep String mTitle concode_elem_sep double mMaxX concode_elem_sep IndexXYMap<Double,Double> mStringXY concode_elem_sep List<String> mAnnotatio... | String function ( int arg0 ) { return mAnnotations . get ( arg0 ) ; } |
4,587 | returns the current state estimation vector . concode_field_sep RealVector stateEstimation concode_elem_sep RealMatrix errorCovariance concode_elem_sep MeasurementModel measurementModel concode_elem_sep RealMatrix controlMatrix concode_elem_sep RealMatrix measurementMatrix concode_elem_sep ProcessModel processModel con... | double [ ] function ( ) { return stateEstimation . toArray ( ) ; } |
4,588 | checking if in the row or in the column are all o and if are than prints message that player o is winner . concode_field_sep PlaceHolder placeHolder concode_field_sep boolean isRowX concode_elem_sep boolean getRowForO concode_elem_sep boolean isAllOColumn concode_elem_sep void printTicTacToeMatrix concode_elem_sep bool... | boolean function ( String [ ] [ ] arg0 ) { boolean loc0 = isRowO ( arg0 ) ; if ( loc0 == true ) { System . out . println ( "srini_string" ) ; return true ; } boolean loc1 = isAllOColumn ( arg0 ) ; if ( loc1 == true ) { System . out . println ( "srini_string" ) ; return true ; } return false ; } |
4,589 | checks functionality for login button concode_field_sep Logger logger concode_elem_sep String PERSISTENCE_UNIT_NAME concode_elem_sep EntityManager em concode_elem_sep LoginController login concode_elem_sep EntityManagerFactory emf concode_field_sep void removeTestData concode_elem_sep void insertTestData | void function ( ) { assertTrue ( "srini_string" , login . checkLogin ( "srini_string" , "srini_string" ) ) ; } |
4,590 | should the client be verbose . concode_field_sep Options OPTIONS concode_elem_sep boolean verbose concode_elem_sep String cliname concode_elem_sep CommandLine commandLine concode_field_sep Properties addHiveconfToSystemProperties concode_elem_sep void parse concode_elem_sep void printUsage | boolean function ( ) { return verbose ; } |
4,591 | add a store of given field at given instruction . concode_field_sep int storeCount concode_elem_sep Map<InstructionHandle,XField> handleToFieldMap concode_elem_sep Map<XField,LoadStoreCount> loadStoreCountMap concode_elem_sep BitSet loadHandleSet concode_elem_sep int loadCount concode_field_sep void addLoad concode_ele... | void function ( InstructionHandle arg0 , XField arg1 ) { getLoadStoreCount ( arg1 ) . storeCount ++ ; handleToFieldMap . put ( arg0 , arg1 ) ; } |
4,592 | adds a pix to this pixa . concode_field_sep int mNativePixa concode_elem_sep int mHeight concode_elem_sep int mWidth concode_elem_sep int mIndex concode_elem_sep boolean mRecycled concode_field_sep Pix next concode_elem_sep Rect getBoxRect concode_elem_sep int nativeGetPix concode_elem_sep boolean nativeWriteToFileRand... | void function ( Pix arg0 , int arg1 ) { nativeAddPix ( mNativePixa , arg0 . mNativePix , arg1 ) ; } |
4,593 | fill in the #value by data from the cdr stream . concode_field_sep ServiceContext value concode_field_sep org.omg.CORBA.TypeCode _type concode_elem_sep void _write | void function ( InputStream arg0 ) { value = ServiceContextHelper . read ( arg0 ) ; } |
4,594 | checks if the current logger is enabled for trace logging . wtih log4j , this is the same as debug . concode_field_sep Logger logger concode_field_sep void warn concode_elem_sep void warn concode_elem_sep void trace concode_elem_sep void trace concode_elem_sep void debug concode_elem_sep void debug concode_elem_sep boo... | boolean function ( ) { return logger . isDebugEnabled ( ) ; } |
4,595 | getter for the x 's relative position concode_field_sep Music music concode_elem_sep MyGame myGame concode_elem_sep Texture background concode_elem_sep Circle back concode_elem_sep int highScoresH concode_elem_sep BitmapFont text concode_elem_sep OrthographicCamera highScoresCamera concode_elem_sep int highScoresW conc... | float function ( int arg0 ) { return highScoresW * arg0 / Gdx . graphics . getWidth ( ) ; } |
4,596 | returns the port of the ldap server configured with guacamole.properties . the default value depends on which encryption method is being used . for unencrypted ldap and starttls , this will be 389 . for ldaps ldap over ssl this will be 636 . concode_field_sep Environment environment concode_field_sep String getServerHo... | int function ( ) { return environment . getProperty ( LDAPGuacamoleProperties . LDAP_PORT , getEncryptionMethod ( ) . DEFAULT_PORT ) ; } |
4,597 | sets the value of the artifactid property . concode_field_sep String repoId concode_elem_sep String extension concode_elem_sep String artifactLink concode_elem_sep String groupId concode_elem_sep String classifier concode_elem_sep String artifactId concode_elem_sep String packaging concode_elem_sep String contextId con... | void function ( String arg0 ) { this . artifactId = arg0 ; } |
4,598 | getter method concode_field_sep Integer subsubCategoryParentId concode_elem_sep Integer subsubCategoryStatus concode_elem_sep String subsubCategoryName concode_elem_sep long serialVersionUID concode_elem_sep Integer subsubCategoryId concode_field_sep void setSubsubCategoryParentId concode_elem_sep long getSerialVersion... | Integer function ( ) { return subsubCategoryId ; } |
4,599 | creates a new threadfactory which prefixes each thread with the given name . concode_field_sep PlaceHolder placeHolder concode_field_sep PooledByteBufAllocator createPooledByteBufAllocator concode_elem_sep TransportFrameDecoder createFrameDecoder concode_elem_sep EventLoopGroup createEventLoop concode_elem_sep String g... | ThreadFactory function ( String arg0 ) { return new DefaultThreadFactory ( arg0 , true ) ; } |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.