code stringlengths 20 663 | nl stringlengths 68 7.19k |
|---|---|
void function ( String arg0 ) { if ( map . containsKey ( arg0 ) ) map . remove ( arg0 ) ; } | ends a session concode_field_sep List<List<OntClass>> classHistory concode_elem_sep List<List<OntProperty>> propHistory concode_elem_sep Map<String,Session> map concode_field_sep OntClass getClass concode_elem_sep OntClass getClass concode_elem_sep OntProperty getProperty concode_elem_sep OntProperty getProperty concod... |
void function ( CorrectedCounts arg0 ) { tube . setCounts ( arg0 ) ; } | set the number of counts , interval and background information collected for this sample . concode_field_sep String name concode_elem_sep double stockDensity concode_elem_sep StandardsTube tube concode_elem_sep Nuclides nuc concode_elem_sep double expectedTubeContents concode_elem_sep DoublePlus tracerVolume concode_el... |
Reference function ( ) { return pObjectReference ; } | gets the reference used to identify this dictionary in the pdf document . the reference number and generation number of this reference is needed by the encryption algorithm to correctly decrypt this object . concode_field_sep Hashtable<Object,Object> entries concode_elem_sep Library library concode_elem_sep boolean ini... |
boolean function ( HttpServletRequest arg0 ) { return arg0 . getSession ( ) . getAttribute ( SESSION_KEY_SX_REGISTERED ) == Boolean . TRUE || arg0 . getSession ( ) . getAttribute ( "srini_string" ) != null ; } | has the user registered icemobile-sx for the current application session ? concode_field_sep String USER_AGENT_SX_PART concode_elem_sep String SESSION_KEY_SX_REGISTERED concode_elem_sep String SX_UPLOAD concode_elem_sep String USER_AGENT_SX_FULL concode_elem_sep String SX_THUMB_MAP concode_elem_sep String COOKIE_FORMAT... |
void function ( String arg0 , Dop arg1 , String arg2 ) { DopInfo loc0 = new DopInfo ( ) ; loc0 . arg0 = arg0 ; loc0 . arg1 = arg1 ; loc0 . arg2 = arg2 ; dopsTable . put ( arg0 , loc0 ) ; } | adds new opcode to table concode_field_sep Hashtable<String,DopInfo> dopsTable concode_elem_sep String ARG_REG_REG_STRING concode_elem_sep String ARG_REG_REG concode_elem_sep String ARG_METHOD concode_elem_sep String ARG_REG_TYPE concode_elem_sep String ARG_REGRANGE_METHOD concode_elem_sep String ARG_REG_ADDRESS concod... |
int function ( ) { return getColumnProperty ( PreferredWidthProperty . TYPE ) . getPreferredColumnWidth ( ) ; } | returns the preferred width of the column in pixels . views should respect the preferred column width and attempt to size the column to its preferred width . if the column must be resized , the preferred width should serve as a weight relative to the preferred widths of other columndefinitions . concode_field_sep Colum... |
void function ( Part arg0 ) { parent = arg0 ; } | sets the parent of this multipart . concode_field_sep Part parent concode_elem_sep Vector parts concode_elem_sep String contentType concode_field_sep void writeTo concode_elem_sep Part getParent concode_elem_sep boolean removeBodyPart concode_elem_sep void removeBodyPart concode_elem_sep String getContentType concode_e... |
String function ( ) { return percentL5 ; } | getter method to get the esclation level l5 in percentage concode_field_sep String ART concode_elem_sep String l1 concode_elem_sep String l2 concode_elem_sep String l3 concode_elem_sep String l4 concode_elem_sep String l5 concode_elem_sep String SLA concode_elem_sep String type concode_elem_sep String percentSLAMet con... |
long function ( ) { return _dlSyncEvent . getCompanyId ( ) ; } | returns the company id of this dl sync event . concode_field_sep DLSyncEvent _dlSyncEvent concode_field_sep java.lang.String getEvent concode_elem_sep boolean isFinderCacheEnabled concode_elem_sep void setExpandoBridgeAttributes concode_elem_sep void setExpandoBridgeAttributes concode_elem_sep void setExpandoBridgeAttr... |
boolean function ( ) { return getPort ( ) >= 0 ; } | gets boolean value to indicate if sipurl has port concode_field_sep String ttl_param concode_elem_sep String maddr_param concode_elem_sep String transport_param concode_elem_sep String lr_param concode_elem_sep String url concode_field_sep void addTransport concode_elem_sep void addLr concode_elem_sep String getTranspo... |
Map < K , V > function ( K arg0 , V arg1 , K arg2 , V arg3 , K arg4 , V arg5 , K arg6 , V arg7 , K arg8 , V arg9 ) { Map loc0 = of ( ) ; loc0 . put ( arg0 , arg1 ) ; loc0 . put ( arg2 , arg3 ) ; loc0 . put ( arg4 , arg5 ) ; loc0 . put ( arg6 , arg7 ) ; loc0 . put ( arg8 , arg9 ) ; return loc0 ; } | returns map containing the given entries . concode_field_sep Map mMap concode_elem_sep boolean mUnderConstruction concode_field_sep Map<K,V> build concode_elem_sep HashMap<K,V> newHashMap concode_elem_sep Builder<K,V> builder concode_elem_sep Builder<K,V> put |
patInt function ( ) { return new patInt ( 0 ) ; } | for optimization it is helpful , but not necessary , that you define the minimum number of characters this validator will allow to match . to do this return new patint number where number is the smallest number of characters that can match . concode_field_sep String argsave concode_elem_sep String pattern concode_field... |
String function ( ) { return setcd ; } | gets the value of the setcd property . concode_field_sep Boolean visible concode_elem_sep String setcd concode_elem_sep AMLCDDOBOnlineQSetQuestionsSetType questions concode_elem_sep Integer displayorder concode_elem_sep String setdescription concode_elem_sep String contenttype concode_field_sep String getCONTENTTYPE co... |
String function ( ) { return name ; } | gets the value of the name property . concode_field_sep Navigation navigation concode_elem_sep String name concode_elem_sep Content content concode_field_sep void setName concode_elem_sep void setContent concode_elem_sep Content getContent concode_elem_sep Navigation getNavigation concode_elem_sep void setNavigation |
void function ( SharedPreferences arg0 , String arg1 , String arg2 ) { AmazonSharedPreferencesWrapper . storeValueInSharedPreferences ( arg0 , AWS_DEVICE_UID , arg1 ) ; AmazonSharedPreferencesWrapper . storeValueInSharedPreferences ( arg0 , AWS_DEVICE_KEY , arg2 ) ; } | stores the uid and key that were registered in the shared preferences . the uid and key and used to encrypt/decrypt the token that is returned from the token vending machine . concode_field_sep String AWS_DEVICE_UID concode_elem_sep String AWS_EXPIRATION_DATE concode_elem_sep String AWS_SECURITY_TOKEN concode_elem_sep ... |
ESuccess function ( @ Nonnull final IMicroNode arg0 , @ Nonnull final File arg1 , @ Nonnull final IXMLWriterSettings arg2 ) { ValueEnforcer . notNull ( arg1 , "srini_string" ) ; final OutputStream loc0 = FileUtils . getOutputStream ( arg1 ) ; if ( loc0 == null ) return ESuccess . FAILURE ; return writeToStream ( arg0 ,... | write a micro node to a file . concode_field_sep MicroWriter s_aInstance concode_elem_sep Logger s_aLogger concode_elem_sep IStatisticsHandlerSize s_aSizeHdl concode_field_sep ESuccess writeToWriter concode_elem_sep ESuccess writeToStream concode_elem_sep ESuccess writeToStream concode_elem_sep String getXMLString conc... |
int function ( int arg0 , int arg1 ) { return pixmap . getPixel ( arg0 , arg1 ) ; } | returns the 32-bit rgba8888 value of the pixel at x , y. for alpha formats the rgb components will be one . concode_field_sep Blending blending concode_elem_sep Gdx2DPixmap pixmap concode_elem_sep boolean disposed concode_elem_sep int color concode_field_sep int getGLFormat concode_elem_sep int toGlType concode_elem_se... |
void function ( CaptioningChangeListener arg0 ) { synchronized ( mListeners ) { mListeners . remove ( arg0 ) ; if ( mListeners . isEmpty ( ) ) { mContentResolver . unregisterContentObserver ( mContentObserver ) ; } } } | removes a listener previously added using #addcaptioningchangelistener . concode_field_sep CaptionStyle DEFAULT_CUSTOM concode_elem_sep int backgroundColor concode_elem_sep int PRESET_CUSTOM concode_elem_sep CaptionStyle YELLOW_ON_BLUE concode_elem_sep CaptionStyle[] PRESETS concode_elem_sep Handler mHandler concode_el... |
ReportSet . Reports function ( ) { return reports ; } | gets the value of the reports property . concode_field_sep ReportSet.Reports reports concode_elem_sep ReportSet.Configuration configuration concode_elem_sep String inherited concode_elem_sep List<String> report concode_elem_sep String id concode_elem_sep List<Element> any concode_field_sep void setReports concode_elem_... |
void function ( String arg0 ) { clicked = arg0 ; } | sets the name of the button clicked . concode_field_sep String inputText concode_elem_sep String clicked concode_field_sep void imageButtonListener concode_elem_sep void commandLinkListener concode_elem_sep String getClicked concode_elem_sep String getInputText concode_elem_sep void setInputText concode_elem_sep void s... |
Action < T > function ( Consumer < T > arg0 ) { return arg0 :: accept ; } | creates an action from a jdk consumer . concode_field_sep PlaceHolder placeHolder concode_field_sep Action<Object> noop concode_elem_sep T with concode_elem_sep O with concode_elem_sep Action<T> ignoreArg concode_elem_sep T uncheckedWith concode_elem_sep O uncheckedWith concode_elem_sep Consumer<T> toConsumer concode_e... |
boolean function ( ) { FrontierSiliconRadioApiResult loc0 = conn . doRequest ( REQUEST_GET_MUTE ) ; return loc0 . getValueU8AsBoolean ( ) ; } | read the muted state concode_field_sep String REQUEST_GET_MODE concode_elem_sep FrontierSiliconRadioConnection conn concode_elem_sep String REQUEST_SET_MUTE concode_elem_sep String REQUEST_GET_VOLUME concode_elem_sep String REQUEST_GET_PLAY_INFO_TEXT concode_elem_sep String REQUEST_GET_MUTE concode_elem_sep String REQU... |
PrivateBinder function ( ) { return binder ; } | returns the current binder . concode_field_sep PrivateBinder binder concode_field_sep void addError concode_elem_sep void addError concode_elem_sep void addError concode_elem_sep Stage currentStage concode_elem_sep void configure concode_elem_sep void configure concode_elem_sep void requestInjection concode_elem_sep vo... |
void function ( float arg0 ) { if ( arg0 > 25f ) { throw new IllegalArgumentException ( "srini_string" ) ; } this . fps = arg0 ; ea . add ( "srini_string" , arg0 ) ; } | set the frames per second of this effect . max is 25 concode_field_sep boolean fired concode_elem_sep boolean submit concode_elem_sep boolean queued concode_elem_sep float fps concode_elem_sep boolean sync concode_elem_sep int sequenceId concode_elem_sep float duration concode_elem_sep String sequence concode_elem_sep ... |
byte [ ] function ( final File arg0 ) { return IO . readFully ( arg0 , Integer . MAX_VALUE ) ; } | read an entire local file into memory as a byte array . concode_field_sep PlaceHolder placeHolder concode_field_sep byte[] readSome concode_elem_sep void skipFully concode_elem_sep int read concode_elem_sep ByteBuffer readWholeStream concode_elem_sep List<String> readLines concode_elem_sep String readLine concode_elem_... |
void function ( JSONObject arg0 ) { this . rawData = arg0 ; } | sets the raw data from the first screen device about the external input . concode_field_sep boolean connected concode_elem_sep String name concode_elem_sep String id concode_elem_sep String iconURL concode_elem_sep JSONObject rawData concode_field_sep void setName concode_elem_sep String getName concode_elem_sep boolea... |
void function ( Paint arg0 ) { this . drawPaint = arg0 ; } | sets the drawpaint . concode_field_sep boolean drawPath concode_elem_sep boolean fillPath concode_elem_sep double[] xValue concode_elem_sep Stroke drawStroke concode_elem_sep Paint drawPaint concode_elem_sep Paint fillPaint concode_elem_sep Composite composite concode_elem_sep double[] yValue concode_elem_sep boolean c... |
int function ( ) { return percent ; } | 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... |
boolean function ( ) { return _phone . getPrimary ( ) ; } | returns the primary of this phone . concode_field_sep Phone _phone 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 concode_elem_sep boolean isC... |
Cache function ( ) { return cache ; } | returns the current cache . concode_field_sep String PARAM_API_KEY concode_elem_sep Proxy proxy concode_elem_sep Cache cache concode_elem_sep Caller instance concode_elem_sep Result lastResult concode_elem_sep Logger log concode_elem_sep String apiRootUrl concode_elem_sep String userAgent concode_elem_sep String PARAM_... |
BPELPick function ( PetriNet arg0 , Map < String , BPELActivity > arg1 ) { fragmentCount ++ ; BPELPick loc0 = new BPELPick ( "srini_string" + fragmentCount ) ; for ( Edge loc1 : arg0 . getSource ( ) . getOutEdges ( ) ) { loc0 . getMessages ( ) . put ( arg1 . get ( ( ( PNEdge ) loc1 ) . getTransition ( ) . getName ( ) )... | translates a pick-component . concode_field_sep int linkCount concode_elem_sep int fragmentCount concode_field_sep BPELFlow translateFlow concode_elem_sep BPELActivity translateWhile concode_elem_sep BPELSequence translateSequence concode_elem_sep BPELSwitch translateSwitch concode_elem_sep BPELActivity translate |
String function ( ) { return id ; } | obtiene el valor de la propiedad id . concode_field_sep List<SignaturePropertyType> signatureProperty concode_elem_sep String id concode_field_sep List<SignaturePropertyType> getSignatureProperty concode_elem_sep void setId |
T function ( ) { return this . listener ; } | returns the listener associated with the proxy . concode_field_sep T listener concode_field_sep placeholderType placeHolder |
String function ( ) { return regularExpression ; } | gets the value of the regularexpression property . concode_field_sep String _static concode_elem_sep String regularExpression concode_elem_sep String prefix concode_elem_sep String startsWith concode_field_sep String getStatic concode_elem_sep String getPrefix concode_elem_sep String getStartsWith concode_elem_sep void... |
ImmutableOpenIntMap < VType > function ( ) { IntObjectOpenHashMap < VType > loc0 = this . map ; this . map = null ; return new ImmutableOpenIntMap < > ( loc0 ) ; } | builds a new instance of the concode_field_sep IntObjectOpenHashMap<VType> map concode_elem_sep ImmutableOpenIntMap EMPTY concode_field_sep UnmodifiableIterator<Integer> keysIt concode_elem_sep Builder<VType> fRemove concode_elem_sep VType getOrDefault concode_elem_sep boolean containsKey concode_elem_sep boolean conta... |
RemoteCall function ( RemoteObject arg0 , Operation [ ] arg1 , int arg2 , long arg3 ) { throw new UnsupportedOperationException ( versionComplaint ) ; } | this call is used by the old 1.1 stub protocol and is unsupported since activation requires 1.2 stubs . concode_field_sep long serialVersionUID concode_elem_sep RemoteRef ref concode_elem_sep String versionComplaint concode_elem_sep ActivationID id concode_elem_sep boolean force concode_elem_sep int MAX_RETRIES concode... |
void function ( boolean arg0 ) { this . leaf = arg0 ; } | sets the value of the leaf property . concode_field_sep List<Node> node concode_elem_sep boolean expanded concode_elem_sep boolean link concode_elem_sep String id concode_elem_sep String label concode_elem_sep boolean leaf concode_elem_sep ContentDescriptor contentDescriptor concode_field_sep boolean isExpanded concode... |
boolean function ( Platform arg0 ) { return arg0 instanceof CustomPlatform || isUseClientToShare ( arg0 . getName ( ) ) ; } | determine whether direct share concode_field_sep ShareContentCustomizeCallback customizeCallback concode_field_sep void setShareContentCustomizeCallback concode_elem_sep boolean isUseClientToShare concode_elem_sep boolean canGetUserInfo concode_elem_sep boolean canAuthorize concode_elem_sep boolean share |
void function ( Long arg0 ) { if ( olderThan != null ) { throw new UnsupportedOperationException ( "srini_string" ) ; } this . newerThan = arg0 ; } | set the ` newerthan ' queue id . concode_field_sep String searchString concode_elem_sep long nextBuildNumber concode_elem_sep HistoryWidget widget concode_elem_sep Long olderThan concode_elem_sep List<HistoryPageEntry<Queue.Item>> queueItems concode_elem_sep Long newerThan concode_elem_sep long oldestOnPage concode_ele... |
boolean function ( ) { return usePayloads ; } | whether or not we should capture payloads in memoryindex at each position so that queries can access them.this does not apply to term vector based tokenstreams , which support payloads only when the term vector has them . concode_field_sep float maxTermWeight concode_elem_sep String defaultField concode_elem_sep IndexR... |
PcepValueType function ( ChannelBuffer arg0 , short arg1 ) { byte [ ] loc0 = new byte [ arg1 ] ; arg0 . readBytes ( loc0 , 0 , arg1 ) ; return new IGPMetricTlv ( loc0 , arg1 ) ; } | reads the channel buffer and returns object of igpmetrictlv . concode_field_sep short hLength concode_elem_sep byte[] rawValue concode_elem_sep Logger log concode_elem_sep short TYPE concode_field_sep PcepVersion getVersion concode_elem_sep byte[] getValue concode_elem_sep short getType concode_elem_sep int hashCode co... |
CacheableDeserializer < Cacheable > function ( int arg0 ) { return registeredDeserializers . get ( arg0 ) ; } | get the cacheable deserializer as the given identifier id concode_field_sep Map<Integer,CacheableDeserializer<Cacheable>> registeredDeserializers concode_elem_sep AtomicInteger identifier concode_field_sep int registerDeserializer |
int function ( ) { return endOffset ; } | returns the end offset index concode_field_sep int endOffset concode_elem_sep int iniBlock concode_elem_sep int startOffset concode_elem_sep int startBlock concode_elem_sep ChmBlockInfo chmBlockInfo concode_elem_sep int endBlock concode_field_sep int getStartBlock concode_elem_sep void setEndOffset concode_elem_sep int... |
int [ ] function ( double [ ] arg0 ) { int [ ] loc0 = new int [ arg0 . length ] ; for ( int loc1 = 0 ; loc1 < arg0 . length ; loc1 ++ ) { loc0 [ loc1 ] = ( int ) Math . round ( arg0 [ loc1 ] ) ; } Arrays . sort ( loc0 ) ; return loc0 ; } | rounds and sorts a double to an int concode_field_sep PlaceHolder placeHolder concode_field_sep ArrayList<T> randomSelection concode_elem_sep void convertLinkedListObject concode_elem_sep List<T> subList concode_elem_sep int checkForPositiveInteger concode_elem_sep LinkedList<Integer> convertArray concode_elem_sep void... |
boolean function ( int arg0 ) { if ( arg0 < 0 || arg0 >= length ) { throw new ArrayIndexOutOfBoundsException ( Integer . toString ( arg0 ) ) ; } return ( repn [ subscript ( arg0 ) ] & position ( arg0 ) ) != 0 ; } | returns the indexed bit in this bitarray . concode_field_sep byte[][] NYBBLE concode_elem_sep byte[] repn concode_elem_sep int BYTES_PER_LINE concode_elem_sep int length concode_elem_sep int BITS_PER_UNIT concode_field_sep boolean[] toBooleanArray concode_elem_sep void set concode_elem_sep int subscript concode_elem_se... |
Object function ( ) { LegendItemCollection loc0 = ( LegendItemCollection ) super . loc0 ( ) ; loc0 . items = ( List ) ObjectUtilities . deepClone ( this . items ) ; return loc0 ; } | returns a clone of the collection . concode_field_sep long serialVersionUID concode_elem_sep List items concode_field_sep void add concode_elem_sep Iterator iterator concode_elem_sep void addAll concode_elem_sep LegendItem get concode_elem_sep int getItemCount concode_elem_sep boolean equals |
String function ( Object arg0 , Number arg1 , Object arg2 ) { LOG . debugf ( "srini_string" , arg0 , arg1 , arg2 ) ; return entityNameCache . get ( make ( arg0 , arg1 , arg2 ) ) ; } | gets the entityname from the cache . the key is a triple make with primarykey , revision and entity concode_field_sep Map<Triple<String,Number,Object>,Object> cache concode_elem_sep EnversMessageLogger LOG concode_elem_sep Map<Triple<Object,Number,Object>,String> entityNameCache concode_field_sep boolean containsEntity... |
URITranslatorConfigurationBuilder function ( final String arg0 ) { BUNDLE . checkNotNull ( arg0 , "srini_string" ) ; return setNamespace ( URI . create ( arg0 ) ) ; } | set the namespace for this configuration convenience method this calls #setnamespace uri after creating the uri using uri #create string . concode_field_sep PathRedirectRegistry pathRedirects concode_elem_sep SchemaRedirectRegistry schemaRedirects concode_elem_sep URI namespace concode_elem_sep MessageBundle BUNDLE con... |
void function ( ) { filteredTodos . getList ( ) . clear ( ) ; for ( ToDoItem loc0 : todos ) { if ( routing . getMatcher ( ) . matches ( loc0 ) ) { filteredTodos . getList ( ) . add ( loc0 ) ; } } } | updates the filtered list , which is rendered in the ui . concode_field_sep ListDataProvider<ToDoItem> filteredTodos concode_elem_sep ViewEventHandler viewHandler concode_elem_sep View view concode_elem_sep EventBus eventBus concode_elem_sep ToDoRouting routing concode_elem_sep List<ToDoItem> todos concode_elem_sep Str... |
void function ( String arg0 ) { myPublisher = arg0 ; } | sets the value of the `` publisher '' that will be placed in the generated conformance statement . as this is a mandatory element , the value should not be null although this is not enforced . the value defaults to `` not provided '' but may be set to null , which will cause this element to be omitted . concode_field_s... |
int function ( ) { int loc0 = hash ; if ( loc0 == 0 ) { int loc1 = start ; char loc2 [ ] = value ; for ( int loc3 = start ; loc3 < end ; loc3 ++ ) { loc0 = 31 * loc0 + loc2 [ loc1 ++ ] ; } hash = loc0 ; } return loc0 ; } | same as string concode_field_sep int start concode_elem_sep int end concode_elem_sep String strValue concode_elem_sep char value[] concode_elem_sep int hash concode_elem_sep CharBuffer cb concode_field_sep int compareIgnoreCase concode_elem_sep int compare concode_elem_sep int getExtension concode_elem_sep int length c... |
String function ( ) { final StringBuffer loc0 = new StringBuffer ( ) ; for ( Object loc1 : getValues ( ) ) { loc0 . append ( getValueSeparator ( ) ) . append ( loc1 ) ; } String loc2 = ( loc0 . length ( ) > 0 ) ? loc0 . substring ( 1 ) : "srini_string" ; return getPrefix ( ) + loc2 + getSuffix ( ) ; } | the actual string to be returned for the javscript concode_field_sep long serialVersionUID concode_field_sep String getSuffix concode_elem_sep String getPrefix concode_elem_sep List<String> getValues concode_elem_sep String getValueSeparator |
void function ( final String arg0 , final ImageView arg1 ) { setImage ( new File ( arg0 ) , arg1 ) ; } | load a bitmap from the given path and set it on the given imageview concode_field_sep String TAG concode_field_sep Point getSize concode_elem_sep Point getSize concode_elem_sep int getScale concode_elem_sep Bitmap getBitmap concode_elem_sep Bitmap getBitmap concode_elem_sep Bitmap getBitmap concode_elem_sep Bitmap getB... |
void function ( CssErrorCode arg0 , CssReader arg1 , Object ... arg2 ) { CssScannerException loc0 = new CssScannerException ( arg0 , CssLocation . create ( arg1 ) , arg2 ) ; errors . add ( loc0 ) ; errorListener . error ( loc0 ) ; } | all lexer-time errors are funnelled through this method . reported errors are stored in the resulting csstoken . this method also passes the error on to a csserrorhandler , which can opt to rethrow to terminate the scanning . concode_field_sep Predicate<CssToken> MATCH_SEMI_OPENBRACE concode_elem_sep Predicate<CssToken... |
int function ( ) { return orderedUnits ; } | insert the method 's description here . creation date : 10.12.2000 14:40:04 concode_field_sep boolean isSelloutArticle concode_elem_sep String unit concode_elem_sep String articleName concode_elem_sep int supplierId concode_elem_sep InterfaceProductGroup productGroup concode_elem_sep double price concode_elem_sep Integ... |
String function ( int arg0 ) { int loc0 ; int loc1 ; checkRange ( arg0 ) ; return Types . getTypeName ( types [ -- arg0 ] ) ; } | retrieves the designated parameter 's database-specific type name . concode_field_sep int[] types concode_elem_sep int[] modes concode_elem_sep int parameterCount concode_elem_sep int[] nullability concode_elem_sep Result.ResultMetaData rmd concode_elem_sep boolean[] isIdentity concode_elem_sep String[] classNames conc... |
String function ( String arg0 , CordovaInterface arg1 ) { return FileHelper . getRealPath ( Uri . parse ( arg0 ) , arg1 ) ; } | returns the real path of the given uri . if the given uri is a content : / / uri , the real path is retrieved from the media store . concode_field_sep String _DATA concode_elem_sep String LOG_TAG concode_field_sep String getRealPathFromURI_API11to18 concode_elem_sep String stripFileProtocol concode_elem_sep String getM... |
Class < ? > function ( Class < T > arg0 , Class < S > arg1 ) { return resolveRawArgument ( resolveGenericType ( arg0 , arg1 ) , arg1 ) ; } | returns the raw class representing the type argument for the type using type variableinformation from the subtype . if no arguments can be resolved then unknown.class is returned . concode_field_sep Map<Class<?>,Reference<Map<TypeVariable<?>,Type>>> typeVariableCache concode_elem_sep boolean cacheEnabled concode_field_... |
void function ( Registry arg0 ) { this . innerRegistry = arg0 ; } | to use a custom registry for the internal embedded camelcontext . concode_field_sep long connectionTimeout concode_elem_sep int queueSize concode_elem_sep long pollInterval concode_elem_sep Map<String,String> dispatchMap concode_elem_sep URI uri concode_elem_sep String innerProtocol concode_elem_sep RouteboxDispatchStr... |
void function ( Schedule arg0 ) { this . schedule = arg0 ; this . scheduleName = arg0 . getName ( ) ; } | sets the schedule and the schedule name from the given schedule . concode_field_sep String scheduleName concode_elem_sep DateTime startOfSchedule concode_elem_sep Schedule schedule concode_elem_sep Map<String,String> metadata concode_elem_sep String currentMilestoneName concode_elem_sep DateTime enrolledOn concode_elem... |
void function ( double arg0 ) { this . x = arg0 ; } | give the center point circle x value . concode_field_sep double x concode_elem_sep double y concode_elem_sep double radius concode_field_sep void setY concode_elem_sep void drawOn |
String function ( final String arg0 ) { return data . remove ( arg0 ) ; } | remove the element with the specified name . concode_field_sep long serialVersionUID concode_elem_sep SortedMap<String,String> data concode_field_sep void appendMap concode_elem_sep void asJson concode_elem_sep void clear concode_elem_sep void asXml concode_elem_sep void asJava concode_elem_sep String[] getFormats conc... |
boolean function ( final MultifactorAuthenticationProperties . BaseProvider . Bypass arg0 , final Authentication arg1 ) { return locateMatchingAttributeValue ( arg0 . getAuthenticationAttributeName ( ) , arg0 . getAuthenticationAttributeValue ( ) , arg1 . getAttributes ( ) ) ; } | skip bypass and support event based on authentication attributes . concode_field_sep MultifactorAuthenticationProperties.BaseProvider.Bypass bypass concode_elem_sep Logger LOGGER concode_elem_sep long serialVersionUID concode_elem_sep TicketRegistrySupport ticketRegistrySupport concode_field_sep boolean locateMatchingA... |
String function ( ) { return store . getLabel ( id ) ; } | gets a textual label for this instance , for use in uis . concode_field_sep GUID typeId concode_elem_sep PDStore store concode_elem_sep GUID id concode_elem_sep GUID roleInstructionId concode_field_sep void setName concode_elem_sep void addInstructions concode_elem_sep PDStore getStore concode_elem_sep String getName c... |
void function ( String arg0 ) { this . cnumber = arg0 ; } | setter method for cnumber variable concode_field_sep String firstname concode_elem_sep int level concode_elem_sep String permissions concode_elem_sep String caneID concode_elem_sep String cnumber concode_elem_sep String email concode_elem_sep String lastname concode_field_sep void setLastname concode_elem_sep String ge... |
int function ( final HttpParams arg0 ) { if ( arg0 == null ) { throw new IllegalArgumentException ( "srini_string" ) ; } return arg0 . getIntParameter ( MAX_TOTAL_CONNECTIONS , DEFAULT_MAX_TOTAL_CONNECTIONS ) ; } | gets the maximum number of connections allowed . concode_field_sep int DEFAULT_MAX_TOTAL_CONNECTIONS concode_elem_sep ConnPerRoute DEFAULT_CONN_PER_ROUTE concode_field_sep void setMaxTotalConnections concode_elem_sep void setTimeout concode_elem_sep long getTimeout concode_elem_sep int getMaxForRoute concode_elem_sep C... |
List < CTDefinedName > function ( ) { if ( definedName == null ) { definedName = new ArrayList < CTDefinedName > ( ) ; } return this . definedName ; } | gets the value of the definedname 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 definedname property . for example , to add a new item... |
void function ( ) { } | called after plugin construction and fields have been initialized . concode_field_sep CordovaPreferences preferences concode_elem_sep CordovaInterface cordova concode_elem_sep CordovaWebView webView concode_elem_sep String serviceName concode_field_sep boolean onReceivedClientCertRequest concode_elem_sep boolean onOver... |
void function ( Integer arg0 ) { this . id = arg0 ; } | define valor do atributo id . concode_field_sep Collection<PerfilAcessoPastaDTO> perfisDeAcesso concode_elem_sep Date dataFim concode_elem_sep Integer idPastaPai concode_elem_sep ArrayList<NotificacaoUsuarioDTO> listaDeUsuario concode_elem_sep String titulo concode_elem_sep String nome concode_elem_sep String tipoNotif... |
boolean function ( char arg0 ) { return ( arg0 >= ' ' && arg0 <= ' ' ) || ( arg0 >= '?' && arg0 <= '?' ) || ( arg0 >= '?' && arg0 <= '?' ) || ( arg0 >= '?' && arg0 <= '?' ) || ( arg0 >= '?' && arg0 <= '?' ) || ( arg0 >= '?' && arg0 <= '?' ) ; } | see ` escapable_by_server ` variable in the sockjs protocol test suite . concode_field_sep PlaceHolder placeHolder concode_field_sep String encode concode_elem_sep char[] applyJsonQuoting concode_elem_sep String escapeSockJsSpecialChars |
String function ( ) { return address . getHostAddress ( ) + "srini_string" + prefixLength ; } | returns a string representation of this address , such as `` 192.0.2.1 / 24 '' or `` 2001 : db8 : :1 / 64 '' . the string representation does not contain the flags and scope , just the address and prefix length . concode_field_sep int prefixLength concode_elem_sep InetAddress address concode_elem_sep Creator<LinkAddres... |
void function ( String arg0 ) { System . out . println ( arg0 ) ; } | method declaration concode_field_sep boolean BATCH concode_elem_sep Properties pProperties concode_elem_sep String EKW concode_elem_sep boolean EOF concode_elem_sep int ln concode_elem_sep Statement sStatement concode_elem_sep Connection cConn concode_field_sep void printHelp concode_elem_sep String fileToString concod... |
long function ( ) { return _app . getAppId ( ) ; } | returns the app id of this app . concode_field_sep App _app concode_field_sep void setExpandoBridgeAttributes concode_elem_sep void setExpandoBridgeAttributes concode_elem_sep void setExpandoBridgeAttributes concode_elem_sep boolean isDownloaded concode_elem_sep boolean isEscapedModel concode_elem_sep boolean isCachedM... |
void function ( String arg0 ) { this . streetName1 = arg0 ; } | sets the street name line 1 concode_field_sep String zipCode concode_elem_sep String city concode_elem_sep String phone concode_elem_sep String streetName1 concode_elem_sep State state concode_field_sep String getPhone concode_elem_sep void setZipCode concode_elem_sep State getState concode_elem_sep String getZipCode c... |
void function ( ScalingStateMonitorTask arg0 ) { taskQueue . add ( arg0 ) ; startMonitor ( ) ; } | adds a monitor task to the queue concode_field_sep int status concode_elem_sep ScalingStateMonitor monitorInstance concode_elem_sep int IS_STOPPED concode_elem_sep int IS_RUNNING concode_elem_sep long THREAD_SLEEP_TIME concode_elem_sep Logger logger concode_elem_sep BlockingQueue<ScalingStateMonitorTask> taskQueue conc... |
void function ( BinarySerializer arg0 ) { this . serializer = arg0 ; } | sets serializer . concode_field_sep BinaryIdMapper idMapper concode_elem_sep String typeName concode_elem_sep BinarySerializer serializer concode_elem_sep boolean isEnum concode_elem_sep BinaryNameMapper nameMapper concode_field_sep BinaryNameMapper getNameMapper concode_elem_sep void setIdMapper concode_elem_sep Binar... |
byte [ ] function ( ) { byte [ ] loc0 = new byte [ salt . length ] ; System . arraycopy ( salt , 0 , loc0 , 0 , salt . length ) ; return loc0 ; } | returns a copy to the salt . concode_field_sep int iterationCount concode_elem_sep byte[] salt concode_field_sep int getIterationCount |
String function ( ) { return circle ; } | getter method concode_field_sep Date endDate concode_elem_sep Integer caseStatus concode_elem_sep String ticketType concode_elem_sep long serialVersionUID concode_elem_sep Integer subCategoryId concode_elem_sep String caseType concode_elem_sep Integer customerType concode_elem_sep Integer callSource concode_elem_sep St... |
CharSequence function ( ) { return zzBuffer . subSequence ( zzStartRead , zzMarkedPos ) ; } | returns the text matched by the current regular expression . concode_field_sep int ZZ_NO_MATCH concode_elem_sep String[] ZZ_ERROR_MSG concode_elem_sep CharSequence zzBuffer concode_elem_sep String ZZ_TRANS_PACKED_0 concode_elem_sep int ZZ_UNKNOWN_ERROR concode_elem_sep int ZZ_PUSHBACK_2BIG concode_elem_sep int ZZ_LEXST... |
Integer function ( ) { return moneyFlow ; } | this method was generated by mybatis generator . this method returns the value of the database column portal_transaction_record . money_flow concode_field_sep String recordId concode_elem_sep Integer transactionType concode_elem_sep String accountId concode_elem_sep BigDecimal transactionAmount concode_elem_sep Integer... |
void function ( double arg0 ) { this . advancing = TAR . NONE ; this . currentTime = arg0 ; this . requestedTime = arg0 ; } | sets the advancing status to tar #none . this should be called for local federates just after their callback has been delivered . the given time is what the curren time is set to as is the requested time . concode_field_sep TriState constrained concode_elem_sep TAR advancing concode_elem_sep TriState regulating concode... |
String function ( ) { return principals . toString ( ) ; } | simple implementation that merely returns #getprincipals principals . tostring concode_field_sep Object credentials concode_elem_sep PrincipalCollection principals concode_elem_sep ByteSource credentialsSalt concode_field_sep void setPrincipals concode_elem_sep void setCredentialsSalt concode_elem_sep int hashCode conc... |
void function ( boolean arg0 ) { this . ignoreUnknownFields = arg0 ; } | set whether to ignore unknown fields , that is , whether to ignore bind parameters that do not have corresponding fields in the target object . default is `` true '' . turn this off to enforce that all bind parameters must have a matching field in the target object . concode_field_sep String targetName concode_elem_sep... |
int function ( @ ColorInt final int arg0 , @ FloatRange ( from = 0.0 , to = 1.0 ) final float arg1 ) { final float [ ] loc0 = new float [ 3 ] ; ColorUtils . colorToHSL ( arg0 , loc0 ) ; loc0 [ 2 ] -= loc0 [ 2 ] * arg1 ; return ( arg0 & 0xFF000000 ) | ( ColorUtils . HSLToColor ( loc0 ) & 0x00FFFFFF ) ; } | darken the argb color by a percentage . concode_field_sep float KICKSTARTER_LIGHTNESS_THRESHOLD concode_field_sep boolean isDark concode_elem_sep int darkColor concode_elem_sep int lighten concode_elem_sep boolean isLight concode_elem_sep double weightedLightness concode_elem_sep int setAlpha concode_elem_sep int light... |
File function ( ) { return createDir ( new File ( cwd , "srini_string" ) ) ; } | returns the directory containing the battle files . concode_field_sep File cwd concode_field_sep File getRobotDatabaseFile concode_elem_sep File getEditorThemeConfigDir concode_elem_sep boolean isFilenameValid concode_elem_sep File getRobotsDir concode_elem_sep File getRobocodeConfigFile concode_elem_sep File getEditor... |
byte [ ] function ( byte [ ] arg0 ) { synchronized ( MD5 . class ) { if ( md5 == null ) { try { md5 = MessageDigest . getInstance ( "srini_string" ) ; } catch ( NoSuchAlgorithmException loc0 ) { throw new RuntimeException ( loc0 . toString ( ) ) ; } } return md5 . digest ( arg0 ) ; } } | retrieves a byte sequence representing the md5 digest of the specified byte sequence . concode_field_sep MessageDigest md5 concode_field_sep String encodeString concode_elem_sep byte[] digestString |
void function ( String arg0 ) { this . estado = arg0 ; } | pre : estado ! = null post : cambia el estado del anuncio . concode_field_sep String descripcion concode_elem_sep String especie concode_elem_sep String estado concode_elem_sep double precio concode_elem_sep String titulo concode_elem_sep String rutaImagen concode_elem_sep int idAnuncio concode_elem_sep String tipoInte... |
List < ValueHint > function ( ) { return this . hints . getValueHints ( ) ; } | the list of well-defined values , if any . if no extra valueprovider provider is specified , these values are to be considered a closed-set of the available values for this item . concode_field_sep Object defaultValue concode_elem_sep String name concode_elem_sep String description concode_elem_sep String id concode_el... |
String function ( ) { return "srini_string" + currentStyle + "srini_string" + currentStyle + "srini_string" + "srini_string" ; } | gets the html needed to insert a valid css link tag . concode_field_sep String tempStyle concode_elem_sep String ROYALE_BRANCH_EXPANDED_ICON concode_elem_sep ArrayList styleList concode_elem_sep String XP concode_elem_sep String imageDirectory concode_elem_sep String currentStyle concode_elem_sep String XP_BRANCH_CONTR... |
void function ( CommandLineArgumentAlteringListenerVersion1 listener ) { gradleInterfaceWrapper . addCommandLineArgumentAlteringListener ( listener ) ; } | this allows you to add a listener that can add additional command line arguments whenever gradle is executed . this is useful if you 've customized your gradle build and need to specify , for example , an init script . concode_field_sep AlternateUIInteractionVersionWrapper alternateUIInteractionVersionWrapper concode_e... |
T function ( Class < T > arg0 ) { return getApplicationContext ( ) . getBean ( arg0 ) ; } | get a bean from the used applicationcontext . concode_field_sep PlaceHolder placeHolder concode_field_sep ApplicationContext getApplicationContext concode_elem_sep SpringRule of concode_elem_sep boolean containsBean |
int function ( ) { return mCurrentRetryCount ; } | returns the current retry count . concode_field_sep int mCurrentTimeoutMs concode_elem_sep int mCurrentRetryCount concode_elem_sep int mMaxNumRetries concode_elem_sep float DEFAULT_BACKOFF_MULT concode_elem_sep float mBackoffMultiplier concode_elem_sep int DEFAULT_TIMEOUT_MS concode_elem_sep int DEFAULT_MAX_RETRIES con... |
void function ( String arg0 ) { this . authority = arg0 ; } | sets the value of the authority property . concode_field_sep String role concode_elem_sep String arcrole concode_elem_sep String show concode_elem_sep String actuate concode_elem_sep String type concode_elem_sep String title concode_elem_sep String script concode_elem_sep List<JAXBElement<?>> namePartOrDisplayFormOrAff... |
void function ( ) { System . out . println ( "srini_string" ) ; doDraw ( ) ; } | template method , do some common logic before draw concode_field_sep PlaceHolder placeHolder concode_field_sep void click concode_elem_sep void doDraw |
void function ( String arg0 ) { this . mimeType = arg0 ; } | define el valor de la propiedad mimetype . concode_field_sep String id concode_elem_sep String mimeType concode_elem_sep String encoding concode_elem_sep List<Object> content concode_field_sep String getEncoding concode_elem_sep String getMimeType concode_elem_sep void setEncoding concode_elem_sep List<Object> getConte... |
D function ( ) { return this . defaultDestination ; } | return the configured default destination . concode_field_sep Log logger concode_elem_sep MessageConverter converter concode_elem_sep D defaultDestination concode_elem_sep String CONVERSION_HINT_HEADER concode_field_sep void setDefaultDestination concode_elem_sep D getRequiredDefaultDestination concode_elem_sep Message... |
ManagedConnectionMetaData function ( ) { log . trace ( "srini_string" ) ; return new AnnoManagedConnectionMetaData ( ) ; } | gets the metadata information for this connection 's underlying eis resource manager instance . concode_field_sep Logger log concode_elem_sep AnnoManagedConnectionFactory1 mcf concode_elem_sep List<ConnectionEventListener> listeners concode_elem_sep AnnoConnectionImpl1 connection concode_elem_sep PrintWriter logwriter ... |
NHttpServerIOTarget function ( final IOSession arg0 ) { return new DefaultNHttpServerConnection ( arg0 , createHttpRequestFactory ( ) , this . allocator , this . params ) ; } | creates an instance of defaultnhttpserverconnection based on thegiven iosession . this method can be overridden in a super class in order to provide a different implementation of the nhttpserveriotarget interface . concode_field_sep NHttpServiceHandler handler concode_elem_sep ByteBufferAllocator allocator concode_elem... |
StatusEnum function ( ) { return status ; } | order status concode_field_sep Long id concode_elem_sep DateTime shipDate concode_elem_sep String value concode_elem_sep StatusEnum status concode_elem_sep Boolean complete concode_elem_sep Long petId concode_elem_sep Integer quantity concode_field_sep DateTime getShipDate concode_elem_sep String toIndentedString conco... |
String function ( ) { return description ; } | gets the description . concode_field_sep String date concode_elem_sep String noValue concode_elem_sep String condition concode_elem_sep String color concode_elem_sep double discountedPrice concode_elem_sep double price concode_elem_sep double discount concode_elem_sep String photo concode_elem_sep String description co... |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.