code stringlengths 20 663 | nl stringlengths 68 7.19k |
|---|---|
void function ( BootstrapContext arg0 ) { log . trace ( "srini_string" ) ; } | this is called when a resource adapter instance is bootstrapped . concode_field_sep Logger log concode_elem_sep int name concode_elem_sep long serialVersionUID concode_field_sep void setName concode_elem_sep int getName concode_elem_sep void endpointActivation concode_elem_sep void stop concode_elem_sep int hashCode co... |
PKIXCertificate function ( byte [ ] arg0 ) { try { return decodeX509 ( arg0 ) ; } catch ( CryptoCertificateException loc0 ) { log . warn ( "srini_string" , loc0 ) ; } return null ; } | decode a binary der encoded x509 certificate into a pkixcertificate . concode_field_sep Logger log concode_elem_sep String PKIXCERTIFICATE_PATHVALIDATOR_ALGORITHM concode_elem_sep String X509CERTIFICATE_FACTORY_ALGORITHM concode_field_sep PKIXCertificate[] decodeX509 concode_elem_sep PKIXCertificate decodeX509 concode_... |
int function ( Object arg0 ) { int loc0 = 0 ; PNode loc1 = head ; while ( loc1 != null ) { if ( loc1 . arg0 == arg0 ) return loc0 ; loc1 = loc1 . next ; loc0 ++ ; } return - 1 ; } | searches for the specified data object in the list concode_field_sep PNode head concode_elem_sep PNode tail concode_elem_sep int size concode_field_sep Object popHead concode_elem_sep void printBackward concode_elem_sep int getSize concode_elem_sep void printForward concode_elem_sep boolean found concode_elem_sep Objec... |
int function ( byte [ ] arg0 , int arg1 ) { int loc0 = 0 ; while ( arg0 [ arg1 ++ ] != 0 ) { loc0 ++ ; } return loc0 ; } | returns the byte length of a null terminated utf string , not including the terminator . concode_field_sep String EMPTY_STRING concode_elem_sep byte[] EMPTY_BYTES concode_field_sep int getCharLength concode_elem_sep int getCharLength concode_elem_sep int getByteLength concode_elem_sep int getByteLength concode_elem_sep... |
boolean function ( Locale arg0 , Locale arg1 ) { if ( arg0 . equals ( arg1 ) ) { return true ; } else if ( ( ( "srini_string" . equals ( arg0 . getCountry ( ) ) ) || ( "srini_string" . equals ( arg1 . getCountry ( ) ) ) ) && arg0 . getLanguage ( ) . equals ( arg1 . getLanguage ( ) ) ) { return true ; } return false ; } | compatible is a looser matching than that provided by locale.equals . two locales are considered equal if they are equal , or if either does not have a country specified and the languages match . concode_field_sep Locale defaultLocaleCache concode_elem_sep Log log concode_elem_sep List<Locale> localesAllowedListCache c... |
void function ( float arg0 ) { Gdx . gl . glClearColor ( 0.1f , 0.1f , 0.1f , 1 ) ; Gdx . gl . glClear ( GL20 . GL_COLOR_BUFFER_BIT ) ; stage . act ( arg0 ) ; stage . draw ( ) ; } | renderer the element of the stage concode_field_sep boolean levelLoaded concode_elem_sep LibreDragonJarvis game concode_elem_sep Stage stage concode_field_sep void resume concode_elem_sep void hide concode_elem_sep void show concode_elem_sep void resize concode_elem_sep void dispose concode_elem_sep void pause |
float function ( float arg0 ) { float loc0 = ( float ) ( 1 / ( 1 + Math . exp ( - arg0 ) ) ) ; return loc0 ; } | simple sigmoid func concode_field_sep String evalMetric concode_elem_sep Log logger concode_elem_sep Log logger concode_field_sep float[][] transform concode_elem_sep float eval concode_elem_sep List<float[]> getGradient concode_elem_sep void main concode_elem_sep String getMetric |
void function ( java . lang . String arg0 ) { this . descr = arg0 ; } | sets the descr value for this sdkmap . concode_field_sep java.lang.String descr concode_elem_sep java.lang.Integer binId concode_elem_sep java.lang.Object __equalsCalc concode_elem_sep java.lang.String format concode_elem_sep java.lang.String name concode_elem_sep it.eng.spagobi.sdk.maps.bo.SDKFeature[] sdkFeatures con... |
String function ( ) { StringBuffer loc0 = new StringBuffer ( ) ; loc0 . append ( apiCommand ) ; loc0 . append ( apiData ) ; loc0 . append ( apiChecksum ) ; loc0 . append ( apiTerminator ) ; return loc0 . toString ( ) ; } | returns the api command concode_field_sep String apiData concode_elem_sep String apiChecksum concode_elem_sep String apiTerminator concode_elem_sep String apiCommand concode_field_sep void calculateChecksum concode_elem_sep String toString concode_elem_sep void setAPICommand |
String function ( Object arg0 ) { int loc0 = Array . getLength ( arg0 ) ; int loc1 = loc0 - 1 ; StringBuffer loc2 = new StringBuffer ( 2 * ( loc0 + 1 ) ) ; loc2 . append ( '{' ) ; for ( int loc3 = 0 ; loc3 < loc0 ; loc3 ++ ) { loc2 . append ( Array . get ( arg0 , loc3 ) ) ; if ( loc3 != loc1 ) { loc2 . append ( ',' ) ;... | builds a bracketed csv list from the array concode_field_sep PlaceHolder placeHolder concode_field_sep int rTrimSize concode_elem_sep String[] split concode_elem_sep String getList concode_elem_sep String getList concode_elem_sep String getList concode_elem_sep String toLowerSubset concode_elem_sep boolean isEmpty conc... |
void function ( String arg0 , String arg1 , Object ... arg2 ) { if ( LOG . ERROR >= LOGLEVEL ) Log . e ( arg0 , String . format ( arg1 , arg2 ) ) ; } | error log message with printf formatting . 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 co... |
java . util . Map < K , V > function ( scala . collection . Map < K , V > arg0 ) { return scala . collection . JavaConverters . mapAsJavaMapConverter ( arg0 ) . asJava ( ) ; } | converts a scala map to java . concode_field_sep PlaceHolder placeHolder concode_field_sep scala.collection.Seq<T> toSeq concode_elem_sep scala.collection.Seq<T> toSeq concode_elem_sep T[] asArray concode_elem_sep scala.collection.Seq<T> emptySeq concode_elem_sep scala.reflect.ClassTag<C> classTag concode_elem_sep scal... |
void function ( String arg0 ) { this . ownerId = arg0 ; } | the aws account id of the account . concode_field_sep String bucket concode_elem_sep String prefix concode_elem_sep SpotInstanceStateFault fault concode_elem_sep String state concode_elem_sep String ownerId concode_field_sep SpotDatafeedSubscription withFault concode_elem_sep String getPrefix concode_elem_sep SpotInsta... |
String function ( ) { return ( this . name ) ; } | return the name of this web resource collection . concode_field_sep String description concode_elem_sep String name concode_elem_sep String methods[] concode_elem_sep String patterns[] concode_elem_sep long serialVersionUID concode_elem_sep String omittedMethods[] concode_elem_sep boolean isFromDescriptor concode_field... |
RoutingDsl function ( Supplier < F . Promise < Result >> arg0 ) { return build ( 0 , arg0 , Supplier . class ) ; } | route with no parameters . concode_field_sep Method actionMethod concode_elem_sep String method concode_elem_sep Pattern paramExtractor concode_elem_sep List<Route> routes concode_elem_sep String name concode_elem_sep PathBindable<?> pathBindable concode_elem_sep Object action concode_elem_sep String pathPattern concod... |
AST function ( AST arg0 ) { return getLastSibling ( arg0 . getFirstChild ( ) ) ; } | returns the last direct child of 'n' . concode_field_sep FilterPredicate predicate concode_elem_sep List collectedNodes concode_field_sep AST getLastSibling concode_elem_sep AST findTypeInChildren concode_elem_sep AST findPreviousSibling concode_elem_sep String getPathText concode_elem_sep void getPathText concode_elem... |
IStub function ( IDownloaderClient arg0 , Class < ? > arg1 ) { return new Stub ( arg0 , arg1 ) ; } | returns a stub object that , when connected , will listen for marshaled idownloaderclient methods and translate them into calls to the suppliedinterface . concode_field_sep int MSG_ONDOWNLOADPROGRESS concode_elem_sep String PARAM_MESSENGER concode_elem_sep Class<?> mDownloaderServiceClass concode_elem_sep String PARAM_... |
String function ( ) { String loc0 = null ; TimeZone loc1 = TimeZone . getTimeZone ( id ) ; synchronized ( TimeZone . class ) { loc0 = TimeZoneBean . displayNameTokenizer ( loc1 . getDisplayName ( ) ) ; } return loc0 ; } | gets the name of this time zone to be displayed in the ui . concode_field_sep DateFormat dateFormat concode_elem_sep String id concode_elem_sep String mapCommandButtonId concode_elem_sep String checkboxId concode_field_sep String getUseDaylightTime concode_elem_sep String getLocation concode_elem_sep boolean isRelevant... |
byte [ ] function ( InputStream arg0 , MessageDigest arg1 ) { byte [ ] loc0 = new byte [ 1024 ] ; int loc1 ; while ( ( loc1 = arg0 . read ( loc0 ) ) != - 1 ) { arg1 . update ( loc0 , 0 , loc1 ) ; } return arg1 . arg1 ( ) ; } | compute the hash of the file for which an inputstream is provided , using the provided digest concode_field_sep PropertyConfigurationService propertyConfigurationService concode_elem_sep ThreadLocal<MessageDigest> messageDigestThreadLocal concode_field_sep MessageDigest getThreadSafeMessageDigest concode_elem_sep byte[... |
boolean function ( File arg0 ) { return arg0 . isFile ( ) && accept ( arg0 . getPath ( ) ) ; } | returns true if the input file can be handled by the handler concode_field_sep String[] XVG_MIME_TYPES concode_elem_sep String ERROR_TRANSFORM_PRODUCED_NO_CONTENT concode_elem_sep String documentURI concode_elem_sep String ERROR_RESULT_GENERATED_EXCEPTION concode_elem_sep String XSL_PROCESSING_INSTRUCTION_TYPE concode_... |
long function ( ) { return m_linkTimestamp ; } | returns the linktimestamp . concode_field_sep String m_linkId concode_elem_sep String m_linkRfsPath concode_elem_sep String m_linkParameter concode_elem_sep long m_linkTimestamp concode_elem_sep int m_linkType concode_field_sep String getLinkParameter concode_elem_sep int getLinkType concode_elem_sep void setLinkId con... |
void function ( String arg0 ) { fLabel = arg0 ; fRotation = verifyRotation ( arg0 , fRotation ) ; recalcDimensions ( ) ; } | sets the label to the given string , updating the orientation as needed and invalidating the layout if the size changes concode_field_sep int[] fCharWidths concode_elem_sep double NINETY_DEGREES concode_elem_sep int LEGAL_MUST_ROTATE concode_elem_sep String fLabel concode_elem_sep int fDescent concode_elem_sep int fWid... |
void function ( Object arg0 ) { throw new RuntimeException ( "srini_string" ) ; } | generic empty object concode_field_sep PlaceHolder placeHolder concode_field_sep Object getPrototype concode_elem_sep Object resolveAddress concode_elem_sep int tie concode_elem_sep int tied concode_elem_sep int instance concode_elem_sep int address concode_elem_sep int address concode_elem_sep void untie concode_elem_... |
void function ( int arg0 , OutputStream arg1 ) { byte [ ] loc0 = new byte [ 4 ] ; loc0 [ 0 ] = ( byte ) ( arg0 & 0xff ) ; loc0 [ 1 ] = ( byte ) ( ( arg0 >> 8 ) & 0xff ) ; loc0 [ 2 ] = ( byte ) ( ( arg0 >> 16 ) & 0xff ) ; loc0 [ 3 ] = ( byte ) ( ( arg0 >> 24 ) & 0xff ) ; arg1 . write ( loc0 , 0 , 4 ) ; } | auxiliary method to write the length of an upcoming data chunk to an output stream . concode_field_sep Charset DEFAULT_CHARSET concode_elem_sep String HASHING_ALGORITHM concode_elem_sep String JOB_DIR_PREFIX concode_elem_sep String BLOB_FILE_PREFIX concode_field_sep File getStorageLocation concode_elem_sep File getStor... |
boolean function ( State arg0 ) { switch ( arg0 ) { case main_region_A : return stateVector [ 0 ] == State . main_region_A ; case main_region_B : return stateVector [ 0 ] == State . main_region_B ; default : return false ; } } | returns true if the given state is currently active otherwise false . concode_field_sep long condition concode_elem_sep boolean e concode_elem_sep SCInterfaceImpl sCInterface concode_elem_sep boolean boolVar concode_elem_sep int nextStateIndex concode_elem_sep State[] stateVector concode_field_sep void init concode_ele... |
JerseyClientBuilder function ( String arg0 , Object arg1 ) { properties . put ( arg0 , arg1 ) ; return this ; } | sets the state of the given jersey property . warning : the default connector ignores jersey properties . use jerseyclientconfiguration instead . concode_field_sep JerseyClientConfiguration configuration concode_elem_sep List<Class<?>> providers concode_elem_sep Environment environment concode_elem_sep ObjectMapper obj... |
long function ( ) { if ( running ) { return System . currentTimeMillis ( ) - startTime ; } else { return 0 ; } } | retrieves the accumulated time this object has spent running since it was last started . concode_field_sep boolean running concode_elem_sep long total concode_elem_sep long startTime concode_elem_sep long lastStart concode_field_sep void zero concode_elem_sep void stop concode_elem_sep String currentElapsedTimeToMessag... |
Scheme function ( Scheme arg0 ) { if ( arg0 == null ) throw new IllegalArgumentException ( "srini_string" ) ; Scheme loc0 = registeredSchemes . put ( arg0 . getName ( ) , arg0 ) ; return loc0 ; } | registers a scheme . the scheme can later be retrieved by its name using #getscheme string getscheme or #get get . concode_field_sep ConcurrentHashMap<String,Scheme> registeredSchemes concode_field_sep Scheme getScheme concode_elem_sep Scheme getScheme concode_elem_sep Scheme get concode_elem_sep void setItems concode_... |
FrameStateManager function ( ) { return ApplicationManager . getApplication ( ) . getComponent ( FrameStateManager . class ) ; } | returns the global framestatemanager instance . concode_field_sep PlaceHolder placeHolder concode_field_sep ActionCallback getApplicationActive concode_elem_sep void removeListener concode_elem_sep void addListener concode_elem_sep void addListener |
CollectionType function ( ) { return collection ; } | gets collection . concode_field_sep CollectionType collection concode_field_sep void setCollection |
String function ( ) { return "srini_string" ; } | returns the xml namespace of the extension sub-packet root element . according the specification the namespace is always `` http://jabber.org/protocol/xhtml-im '' concode_field_sep List bodies concode_field_sep int getBodiesCount concode_elem_sep void addBody concode_elem_sep String toXML concode_elem_sep Iterator getB... |
E function ( ) { Node < E > loc0 = tail ; if ( tail != null ) { tail = tail . next ; } if ( loc0 != null ) { size -- ; return loc0 . data ; } else { return null ; } } | remove the first node from the list concode_field_sep E data concode_elem_sep Node<E> tail concode_elem_sep int size concode_elem_sep Node<E> next concode_field_sep void add concode_elem_sep boolean add concode_elem_sep E set concode_elem_sep Node<E> getTail concode_elem_sep E removeAfter concode_elem_sep E remove conc... |
NymType function ( ) { return nym ; } | gets the value of the nym property . concode_field_sep List<ExtensionType> extension concode_elem_sep NymType nym concode_elem_sep ExtensionOnlyType writtenConsent concode_elem_sep PhysicalVerification physicalVerification concode_elem_sep GoverningAgreementsType governingAgreements concode_field_sep void setWrittenCon... |
HNSubSet [ ] function ( ) { return reverseDuplicatesMapping ; } | returns the mapping from the task code in the logreader object that was provided to the constructor of this class to the task code in the individuals . concode_field_sep LogAbstraction logAbstraction concode_elem_sep DependencyRelationBuilder depRelBuilder concode_elem_sep DoubleMatrix1D start concode_elem_sep Random g... |
void function ( String arg0 , String arg1 , String arg2 ) { if ( arg0 == null ) { namespaceMap . put ( arg1 , arg2 ) ; } else { namespaceMap . put ( "srini_string" + arg0 + "srini_string" + arg1 , arg2 ) ; } } | add a new parser to the reader . this method associates the specified parserclass with the namespaceuri/rootelement names specified . concode_field_sep Map<String,String> namespaceMap concode_field_sep String getCatalogParser concode_elem_sep void readCatalog concode_elem_sep void readCatalog |
void function ( final Control arg0 ) { if ( ! ( arg0 instanceof Text ) && ! ( arg0 instanceof Combo ) && ! ( arg0 instanceof StyledText ) && ! ( arg0 instanceof CCombo ) ) { throw new IllegalArgumentException ( "srini_string" ) ; } } | check if the control is a text , a combo , a styledtext or a ccombo concode_field_sep String KEY concode_elem_sep String BACKGROUND concode_elem_sep String SET concode_elem_sep String FOREGROUND concode_elem_sep String PROMPT concode_elem_sep String STYLE concode_elem_sep String BEHAVIOR concode_field_sep Color getFore... |
void function ( String arg0 ) { this . nextToken = arg0 ; } | if the amount of returned information is significantly large , an identifier is also returned which can be used in a subsequent list pipelines call to return the next set of pipelines in the list . concode_field_sep java.util.List<PipelineSummary> pipelines concode_elem_sep String nextToken concode_field_sep int hashCo... |
void function ( Any arg0 , String arg1 ) { arg0 . insert_string ( arg1 ) ; } | insert the fieldname into any uses any #insert_string . concode_field_sep PlaceHolder placeHolder concode_field_sep String extract concode_elem_sep String read concode_elem_sep String id concode_elem_sep TypeCode type concode_elem_sep void write |
void function ( Object arg0 , ActorGateway arg1 ) { Object loc0 = decorator . decorate ( arg0 ) ; actor . tell ( loc0 , arg1 . actor ( ) ) ; } | forwards a message . for the receiver of this message it looks as if sender has sent the message . concode_field_sep ActorRef actor concode_elem_sep MessageDecorator decorator concode_elem_sep long serialVersionUID concode_elem_sep UUID leaderSessionID concode_field_sep ActorRef actor concode_elem_sep String path conco... |
boolean function ( MessageContext arg0 ) { txbridgeLogger . logger . trace ( "srini_string" ) ; return suspendTransaction ( ) ; } | tidy up the transaction/thread association before faults are thrown back to the client . concode_field_sep InboundBridge inboundBridge concode_field_sep boolean handleMessage concode_elem_sep boolean handleInbound concode_elem_sep void close concode_elem_sep boolean suspendTransaction concode_elem_sep boolean handleOut... |
Bitmap function ( ) { if ( mDecodedIcon != null ) return mDecodedIcon ; mDecodedIcon = ShortcutHelper . decodeBitmapFromString ( mEncodedIcon ) ; return mDecodedIcon ; } | returns the icon in bitmap form . caches the result for future retrievals . concode_field_sep Bitmap mDecodedIcon concode_elem_sep int mDisplayMode concode_elem_sep int mOrientation concode_elem_sep String TAG concode_elem_sep String mEncodedIcon concode_elem_sep long mThemeColor concode_elem_sep String mId concode_ele... |
String function ( String arg0 ) { if ( isMnemonics ( ) ) { return arg0 ; } return LegacyActionTools . removeMnemonics ( arg0 ) ; } | returns text with mnemonics in tact or removed based on #ismnemonics . concode_field_sep ListenerList fListeners concode_elem_sep boolean fMnemonics concode_elem_sep boolean fDirty concode_field_sep boolean isMnemonics concode_elem_sep void doSave concode_elem_sep void firePropertyChange concode_elem_sep void setMnemon... |
List < InterlocutorUI > function ( ) { return interlocutors ; } | returns the current interlocutors concode_field_sep List<InterlocutorListener> interlocutorListeners concode_elem_sep List<InterlocutorUI> interlocutors concode_elem_sep AlertManager alertManager concode_elem_sep List<UserActionListener> actionHandlers concode_elem_sep boolean autoAnswer concode_field_sep boolean hangu... |
ExportToS3Task function ( String arg0 ) { this . diskImageFormat = arg0 ; return this ; } | sets the value of the diskimageformat property for this object . returns a reference to this object so that method calls can be chained together . constraints : allowed values : vmdk , vhd concode_field_sep String diskImageFormat concode_elem_sep String s3Key concode_elem_sep String containerFormat concode_elem_sep Str... |
String function ( ) { return name ; } | getter for the field name . concode_field_sep JsonSchemaNode parent concode_elem_sep Boolean required concode_elem_sep String name concode_elem_sep LinkedHashMap<String,JsonSchemaNode> properties concode_elem_sep String type concode_elem_sep LinkedHashSet<JsonSchemaNode> arrayItems concode_elem_sep JSONObject object co... |
void function ( boolean arg0 ) { this . validMax = arg0 ; } | setvalidmax sets whether the max value has been calculated correctly ; concode_field_sep boolean validMax concode_elem_sep Long sequence concode_elem_sep String min concode_elem_sep String decimalPlaces concode_elem_sep String DEFAULT_MIN concode_elem_sep String DEFAULT_MAX concode_elem_sep String max concode_elem_sep ... |
IFunction [ ] function ( IFunction arg0 , IProgressMonitor arg1 ) { Assert . isNotNull ( arg0 ) ; return RippleMethodFinder2 . getRelatedMethods ( arg0 , arg1 , null ) ; } | finds all overridden methods of a certain method . concode_field_sep PlaceHolder placeHolder concode_field_sep IFunction overridesAnotherMethod concode_elem_sep IFunction getTopmostMethod concode_elem_sep boolean isVirtual concode_elem_sep boolean isVirtual concode_elem_sep RefactoringStatus checkIfOverridesAnother |
void function ( ) { if ( ( status_ & VISITED ) != 0 ) throw ( new IllegalStateException ( "srini_string" ) ) ; status_ |= VISITED ; } | set the visited state concode_field_sep int STARTPOINT concode_elem_sep int status_ concode_elem_sep int cell_mark_ concode_elem_sep int CONTAINS_DIAMOND concode_elem_sep int EMPTY concode_elem_sep int WAY concode_elem_sep int VISITED concode_elem_sep int WALL concode_field_sep int getCellMark concode_elem_sep boolean ... |
boolean function ( int arg0 ) { return isWhite [ arg0 & 0xff ] ; } | returns true if the specified ascii character is white space . concode_field_sep boolean[] isWhite concode_elem_sep boolean[] isUpper concode_elem_sep boolean[] isLower concode_elem_sep byte[] toUpper concode_elem_sep boolean[] isDigit concode_elem_sep byte[] toLower concode_elem_sep boolean[] isAlpha concode_field_sep... |
void function ( String arg0 ) { this . groupValue = arg0 ; } | sets the value of the groupvalue property . concode_field_sep String country concode_elem_sep String groupName concode_elem_sep String city concode_elem_sep String postalCode concode_elem_sep String description concode_elem_sep String addressLine02 concode_elem_sep String addressLine01 concode_elem_sep String groupValu... |
FindEntryByNameResponse function ( ) { return new FindEntryByNameResponse ( ) ; } | create an instance of findentrybynameresponse concode_field_sep PlaceHolder placeHolder concode_field_sep FindEntryByName createFindEntryByName concode_elem_sep AddressBookEntry createAddressBookEntry concode_elem_sep AddEntryResponse createAddEntryResponse concode_elem_sep AddEntry createAddEntry |
void function ( ) { logControl . dump ( ) ; } | dumps the state of the object . concode_field_sep LogControl logControl concode_elem_sep Logger _logger concode_elem_sep String logPath concode_field_sep boolean checkFileExists concode_elem_sep boolean terminate concode_elem_sep boolean initialise concode_elem_sep LogFile open |
void function ( String arg0 ) { this . repositoryArn = arg0 ; } | the amazon resource name arn that identifies the repository . the arn contains the arn : aws : ecr namespace , followed by the region of the repository , the aws account id of the repository owner , the repository namespace , and then the repository name . for example , arn : aws : ecr : region :012345678910 : reposito... |
boolean function ( Object arg0 , int arg1 ) { return tx . tryLock ( arg0 , arg1 ) ; } | lock the given object if possible concode_field_sep TransactionImpl tx concode_field_sep void checkpoint concode_elem_sep PersistenceBroker getBroker concode_elem_sep void markDirty concode_elem_sep boolean isImplicitLocking concode_elem_sep void markDelete concode_elem_sep void commit concode_elem_sep Object getObject... |
Character function ( ) { return first ; } | get first concode_field_sep Logger log concode_elem_sep Character first concode_elem_sep ResourceAdapter ra concode_elem_sep Double second concode_field_sep void setSecond concode_elem_sep void setResourceAdapter concode_elem_sep void setFirst concode_elem_sep Double getSecond concode_elem_sep ResourceAdapter getResour... |
boolean function ( Context arg0 , Intent arg1 ) { if ( sIntentForActivity != null ) { Log . w ( "srini_string" , "srini_string" ) ; return false ; } else { setIntentForActivity ( arg1 ) ; askSettingAddAccount ( arg0 ) ; return true ; } } | start activity by system uid concode_field_sep Intent sIntentForActivity concode_elem_sep Intent sIntentForBroadcast concode_field_sep Intent getIntentForActivity concode_elem_sep boolean sendBroadcast concode_elem_sep Intent getIntentForBroadcast concode_elem_sep void setIntentForBroadcast concode_elem_sep void setInt... |
void function ( int arg0 , String arg1 ) { if ( currentLife - arg0 <= 0 ) die ( arg1 ) ; else currentLife = currentLife - arg0 ; } | calculate life damage if the character has hit concode_field_sep LogicWorld world concode_elem_sep boolean jumping concode_elem_sep int currentLife concode_elem_sep String id concode_elem_sep Vector3f position concode_elem_sep int maxLife concode_elem_sep boolean moving concode_field_sep void die concode_elem_sep void ... |
String function ( ) { return layer ; } | gets the value of the layer property . concode_field_sep String size concode_elem_sep String distance concode_elem_sep String rot concode_elem_sep String x concode_elem_sep String y concode_elem_sep String align concode_elem_sep String value concode_elem_sep String layer concode_elem_sep String font concode_elem_sep St... |
String function ( ) { return arcrole ; } | gets the value of the arcrole property . concode_field_sep OperationMethodAltType operationMethodAlt concode_elem_sep String role concode_elem_sep String arcrole concode_elem_sep String show concode_elem_sep String actuate concode_elem_sep List<String> nilReason concode_elem_sep String href concode_elem_sep String type... |
void function ( int arg0 , int arg1 , int arg2 ) { possibleValues [ arg0 ] [ arg1 ] [ arg2 ] = false ; } | update possible value . concode_field_sep boolean[][][] possibleValues concode_elem_sep boolean changed concode_elem_sep SudokuBoard board concode_elem_sep CountingSemaphore instanceCounter concode_field_sep void updatePossibleValues concode_elem_sep void updateValue concode_elem_sep void runStrategy concode_elem_sep v... |
Resource function ( ) { return resource ; } | gets the value of the resource property . concode_field_sep Resource resource concode_elem_sep JvmOptions jvmOptions concode_field_sep JvmOptions getJvmOptions concode_elem_sep int hashCode concode_elem_sep void setJvmOptions concode_elem_sep boolean equals concode_elem_sep String toString concode_elem_sep void setReso... |
boolean function ( String arg0 ) { if ( typeBind . size ( ) == 0 ) return true ; return typeBind . contains ( arg0 ) ; } | decides if this field is valid for the document type concode_field_sep String dcQualifier concode_elem_sep boolean required concode_elem_sep String visibility concode_elem_sep String valueListName concode_elem_sep String dcElement concode_elem_sep String dcSchema concode_elem_sep String hint concode_elem_sep String WOR... |
TransportServer function ( int arg0 ) { return new TransportServer ( this , arg0 ) ; } | create a server which will attempt to bind to a specific port . concode_field_sep Logger logger concode_elem_sep RpcHandler rpcHandler concode_elem_sep TransportConf conf concode_elem_sep MessageDecoder decoder concode_elem_sep MessageEncoder encoder concode_field_sep TransportConf getConf concode_elem_sep TransportCha... |
com . amazon . ec2 . DeactivateLicenseResponseType function ( ) { return localDeactivateLicenseResponse ; } | auto generated getter method concode_field_sep javax.xml.namespace.QName MY_QNAME concode_elem_sep com.amazon.ec2.DeactivateLicenseResponseType localDeactivateLicenseResponse concode_field_sep java.lang.String generatePrefix concode_elem_sep void serialize concode_elem_sep void serialize concode_elem_sep void writeQNam... |
LongAccumulator function ( long arg0 ) { this . value = arg0 ; return this ; } | sets the value as given . concode_field_sep long value concode_field_sep LongAccumulator add concode_elem_sep LongAccumulator add concode_elem_sep LongAccumulator subtractExact concode_elem_sep LongAccumulator addExact concode_elem_sep LongAccumulator addExact concode_elem_sep int hashCode concode_elem_sep long get con... |
V function ( int arg0 ) { synchronized ( this ) { if ( data == null || data . length <= arg0 ) return null ; V loc0 = ( V ) data [ arg0 ] ; data [ arg0 ] = null ; return loc0 ; } } | removes metadata by key . concode_field_sep int key concode_elem_sep Object[] data concode_field_sep V addMeta concode_elem_sep void removeAllMeta concode_elem_sep void writeExternalMeta concode_elem_sep void readExternalMeta concode_elem_sep void copyMeta concode_elem_sep void copyMeta concode_elem_sep V meta concode_... |
Unit function ( ) { return unit ; } | gets the index of this concode_field_sep Unit unit concode_elem_sep double targetCost concode_elem_sep ViterbiPath bestPath concode_elem_sep ViterbiCandidate next concode_elem_sep Target target concode_field_sep Target getTarget concode_elem_sep ViterbiPath getBestPath concode_elem_sep void setNext concode_elem_sep Str... |
String function ( HttpServletRequest arg0 ) { log . debug ( "srini_string" ) ; return arg0 . getRemoteUser ( ) ; } | get / authenticate : check if the user is authenticated , and return its login . concode_field_sep Logger log concode_elem_sep UserRepository userRepository concode_elem_sep PersistentTokenRepository persistentTokenRepository concode_elem_sep MailService mailService concode_elem_sep UserService userService concode_fiel... |
void function ( ) { DateWatermark loc0 = new DateWatermark ( "srini_string" , "srini_string" ) ; long loc1 = 20150201011111l ; long loc2 = 20150206111111l ; int loc3 = 30 ; int loc4 = - 1 ; loc0 . getIntervals ( loc1 , loc2 , loc3 , loc4 ) ; } | test the method getintervals , when taking invalid input of maxintervals . concode_field_sep PlaceHolder placeHolder concode_field_sep void testGetIntervalsOnInvalidPartitionInterval concode_elem_sep void testGetIntervalsOnNegDiff concode_elem_sep void testGetIntervalsOnZeroDiff concode_elem_sep void testGetIntervalsOn... |
Object function ( ) { Layer loc0 = null ; if ( this . equals ( Layer . FOREGROUND ) ) { loc0 = Layer . FOREGROUND ; } else if ( this . equals ( Layer . BACKGROUND ) ) { loc0 = Layer . BACKGROUND ; } return loc0 ; } | ensures that serialization returns the unique instances . concode_field_sep Layer FOREGROUND concode_elem_sep String name concode_elem_sep Layer BACKGROUND concode_elem_sep long serialVersionUID concode_field_sep int hashCode concode_elem_sep boolean equals concode_elem_sep String toString |
boolean function ( ) { return hasNextProxy ; } | returns true if there 's another proxy to try . concode_field_sep int nextSocketAddressIndex concode_elem_sep List<Route> postponedRoutes concode_elem_sep int TLS_MODE_MODERN concode_elem_sep Address address concode_elem_sep Iterator<Proxy> proxySelectorProxies concode_elem_sep ConnectionPool pool concode_elem_sep Dns ... |
void function ( String arg0 ) { this . name = arg0 ; } | sets the value of the name property . concode_field_sep String name concode_elem_sep ManagedObjectReference _this concode_field_sep void setThis concode_elem_sep ManagedObjectReference getThis concode_elem_sep String getName |
void function ( UUID arg0 , long arg1 ) { ThreadFinishSync loc0 = threadMap . get ( arg1 ) ; if ( loc0 != null ) loc0 . onReceive ( arg0 ) ; } | callback invoked when finish response is received from remote node . concode_field_sep long threadId concode_elem_sep GridFutureAdapter<?> pendingFut concode_elem_sep IgniteLogger log concode_elem_sep boolean nodeLeft concode_elem_sep int cnt concode_elem_sep GridCacheSharedContext<K,V> cctx concode_elem_sep Concurrent... |
void function ( boolean arg0 ) { this . isColumnNameDelimited = arg0 ; configuredDelimitedColumnName = arg0 ? "srini_string" : "srini_string" ; } | sets the column name delimited . concode_field_sep boolean isColumnNameDelimited concode_elem_sep String configuredDelimitedColumnName concode_elem_sep String columnName concode_field_sep boolean isColumnNameDelimited concode_elem_sep XmlElement toXmlElement concode_elem_sep int hashCode concode_elem_sep boolean equals... |
Site function ( List < String [ ] > arg0 , boolean arg1 ) { this . httpProxyPool = new SimpleProxyPool ( arg0 , arg1 ) ; return this ; } | set httpproxypool , string 0 : ip , string 1 : port concode_field_sep Map<String,String> defaultCookies concode_elem_sep int cycleRetryTimes concode_elem_sep String charset concode_elem_sep HttpHost httpProxy concode_elem_sep boolean useGzip concode_elem_sep Table<String,String,String> cookies concode_elem_sep String u... |
boolean function ( ServletContext arg0 ) { String loc0 = arg0 . getInitParameter ( EXPOSE_WEB_APP_ROOT_PARAM ) ; return ( loc0 == null || Boolean . valueOf ( loc0 ) ) ; } | return whether to expose the web app root system property , checking the corresponding servletcontext init parameter . concode_field_sep String EXPOSE_WEB_APP_ROOT_PARAM concode_elem_sep String REFRESH_INTERVAL_PARAM concode_elem_sep String CONFIG_LOCATION_PARAM concode_field_sep void shutdownLogging concode_elem_sep v... |
AbstractSourceT function ( ) { return creator ; } | gets the value of the creator property . concode_field_sep AbstractSourceT creator concode_elem_sep ExtensionsT extensions concode_elem_sep String notes concode_elem_sep List<ActivityLapT> lap concode_elem_sep TrainingT training concode_elem_sep XMLGregorianCalendar id concode_elem_sep SportT sport concode_field_sep vo... |
int function ( ) { return this . value ; } | returns the value of the encapsulated int . concode_field_sep long serialVersionUID concode_elem_sep int value concode_field_sep void copyTo concode_elem_sep void read concode_elem_sep int getBinaryLength concode_elem_sep int hashCode concode_elem_sep void setValue concode_elem_sep void setValue concode_elem_sep boolea... |
void function ( final String arg0 , final String arg1 ) { if ( this . variables . keySet ( ) . contains ( arg0 ) ) { this . variables . get ( arg0 ) . setValue ( arg1 ) ; } else { this . variables . put ( arg0 , new Variable ( arg0 , arg1 ) ) ; } } | sets the variable . concode_field_sep VariableSet variables concode_elem_sep String excelFileURL concode_field_sep void updateWith concode_elem_sep VariableSet getVariables concode_elem_sep void setExcelFileURL concode_elem_sep String getExcelFileURL concode_elem_sep void removeVariable concode_elem_sep void importVari... |
void function ( JsonSchemaNode arg0 ) { if ( type . equals ( "srini_string" ) ) { this . addArrayItem ( arg0 ) ; } else if ( type . equals ( "srini_string" ) ) { this . setProperty ( arg0 ) ; } } | addchildnode . concode_field_sep JsonSchemaNode parent concode_elem_sep Boolean required concode_elem_sep String name concode_elem_sep LinkedHashMap<String,JsonSchemaNode> properties concode_elem_sep String type concode_elem_sep LinkedHashSet<JsonSchemaNode> arrayItems concode_elem_sep JSONObject object concode_field_s... |
int function ( ) { try { return Integer . parseInt ( android . os . Build . VERSION . SDK ) ; } catch ( NumberFormatException loc0 ) { return 1 ; } } | this is here so checking the static does n't get optimized away ; note we ca n't use sdk_int because that is too new concode_field_sep IBCMotionEvent bcMotionEvent concode_elem_sep IBCHaptic bcHaptic concode_elem_sep IBCStorageContext bcStorageContext concode_elem_sep BCFactory _theInstance concode_elem_sep IBCActivity... |
void function ( boolean arg0 ) { this . justify = arg0 ; } | set if the content in this container is justified . concode_field_sep String cssClass concode_elem_sep boolean justify concode_elem_sep String layoutStyle concode_field_sep String getCssClass concode_elem_sep boolean isJustify concode_elem_sep String getLayoutStyle concode_elem_sep void setCssClass concode_elem_sep voi... |
void function ( ) { TRIG ( 1 ) ; } | finish a racer on the current run concode_field_sep Channel[] channels concode_elem_sep boolean isOn concode_elem_sep LocalTime time concode_elem_sep LinkedList<AbstractEvent> runs concode_field_sep String PRINT concode_elem_sep void TOGGLE concode_elem_sep LocalTime getTime concode_elem_sep void EXPORT concode_elem_se... |
TextAnchor function ( ) { return this . rotationAnchor ; } | returns the rotation anchor point . concode_field_sep long serialVersionUID concode_elem_sep TextAnchor rotationAnchor concode_elem_sep double angle concode_elem_sep ItemLabelAnchor itemLabelAnchor concode_elem_sep TextAnchor textAnchor concode_field_sep double getAngle concode_elem_sep TextAnchor getTextAnchor concode... |
void function ( ) { checkClosed ( ) ; } | specifies that this statement will be closed when all itsdependent result sets are closed . if execution of the statement does not produce any result sets , this method has no effect . note : multiple calls to closeoncompletion donot toggle the effect on this statement . however , a call to closeoncompletion does effec... |
String function ( @ NotNull String arg0 ) { return arg0 ; } | override this method to format selected text before it is shown in ` evaluate ' dialog concode_field_sep PlaceHolder placeHolder concode_field_sep ExpressionInfo getExpressionInfoAtOffset concode_elem_sep boolean isCodeFragmentEvaluationSupported concode_elem_sep TextRange getExpressionRangeAtOffset concode_elem_sep St... |
String function ( ) { return node ; } | get the node . concode_field_sep Logger logger concode_elem_sep String node concode_elem_sep String password concode_elem_sep int port concode_elem_sep String userName concode_elem_sep AerospikeClient client concode_field_sep void setPassword concode_elem_sep void disconnect concode_elem_sep void setUserName concode_el... |
String function ( ) { return getKeyParameter ( KEY_USE ) ; } | gets the key use , optional . concode_field_sep JsonObject keyParameters concode_field_sep String encode concode_elem_sep String getKeyAlgorithm concode_elem_sep RSAPublicKey toRSAPublicKey concode_elem_sep JsonObject getJsonObject concode_elem_sep String getPrivateExponent concode_elem_sep String getPrimeQ concode_ele... |
int function ( Number arg0 , Long arg1 ) { return arg0 . intValue ( ) ; } | protected method with multiple argument . concode_field_sep TestClass test concode_elem_sep int protectedField concode_elem_sep int privateField concode_field_sep void testCallPrivateMethod concode_elem_sep void testSetGetPrivateField concode_elem_sep void testCallArrayReturnMethod concode_elem_sep void testSetGetProte... |
TreeNode function ( ) { return null ; } | returns the parent node . concode_field_sep String copyright concode_field_sep int getIndex concode_elem_sep void addWorkingListener concode_elem_sep boolean isSortable concode_elem_sep VAction[] getActions concode_elem_sep TableColumnModel getDetailsColumnModel concode_elem_sep boolean isLeaf concode_elem_sep void rem... |
void function ( long arg0 ) { bytesCount += arg0 ; totalBytesCount += arg0 ; } | update count of bytes generated by this source concode_field_sep long bytesCount concode_elem_sep long lastPrintedNumUniqueBytes concode_elem_sep int lastPrintedNumUniqueTexts concode_elem_sep int printNum concode_elem_sep boolean forever concode_elem_sep String encoding concode_elem_sep Config config concode_elem_sep ... |
void function ( ActionEvent arg0 ) { FacesContext loc0 = FacesContext . getCurrentInstance ( ) ; Map loc1 = loc0 . getExternalContext ( ) . getRequestParameterMap ( ) ; selectedIncludePath = ( String ) loc1 . get ( "srini_string" ) ; } | action listener for the changes the selected content path in the facelets version of component showcase . concode_field_sep String selectedIncludePath concode_field_sep String getSelectedIncludePath concode_elem_sep void setSelectedIncludePath |
void function ( ) { this . handler . cancel ( ) ; } | instructs the webview to cancel the authentication request . concode_field_sep HttpAuthHandler handler concode_field_sep void proceed |
ListDatasetsResult function ( Integer arg0 ) { setCount ( arg0 ) ; return this ; } | number of datasets returned . concode_field_sep String nextToken concode_elem_sep Integer count concode_elem_sep com.amazonaws.internal.SdkInternalList<Dataset> datasets concode_field_sep ListDatasetsResult withDatasets concode_elem_sep ListDatasetsResult withDatasets concode_elem_sep void setNextToken concode_elem_sep... |
void function ( String arg0 , String arg1 , String arg2 , String arg3 , javax . xml . stream . XMLStreamWriter arg4 ) { if ( arg4 . getPrefix ( arg1 ) == null ) { arg4 . writeNamespace ( arg0 , arg1 ) ; arg4 . setPrefix ( arg0 , arg1 ) ; } arg4 . writeAttribute ( arg1 , arg2 , arg3 ) ; } | util method to write an attribute with the ns prefix concode_field_sep javax.xml.namespace.QName MY_QNAME concode_field_sep String generatePrefix concode_elem_sep void serialize concode_elem_sep void serialize concode_elem_sep void writeQName concode_elem_sep void writeQNames concode_elem_sep javax.xml.stream.XMLStream... |
int function ( ) { return lineNumber ; } | return the saved line number 1-based . concode_field_sep String systemId concode_elem_sep int columnNumber concode_elem_sep int lineNumber concode_elem_sep String publicId concode_field_sep String getSystemId concode_elem_sep void setColumnNumber concode_elem_sep void setSystemId concode_elem_sep int getColumnNumber co... |
void function ( int arg0 ) { this . percent = arg0 ; } | sets the percentage . concode_field_sep OutputProgressIndeterminateBean pbBean concode_elem_sep boolean runningTask concode_elem_sep Log log concode_elem_sep PersistentFacesState state concode_elem_sep RenderManager renderManager concode_elem_sep int percent concode_elem_sep PersistentFacesState state concode_field_sep... |
long function ( String arg0 ) { StatFs loc0 = new StatFs ( arg0 ) ; long loc1 = loc0 . getBlockSize ( ) ; long loc2 = loc0 . getAvailableBlocks ( ) ; return loc2 * loc1 / 1024 ; } | given a path return the number of free kb concode_field_sep String LOG_TAG concode_field_sep long getFreeDiskSpace concode_elem_sep boolean testSaveLocationExists concode_elem_sep File constructFilePaths concode_elem_sep boolean testFileExists |
InternalConfig function ( ) { return SINGELTON ; } | returns a non-null and immutable instance of the aws sdk internal configuration . concode_field_sep InternalLogApi log concode_elem_sep Map<String,SignerConfig> serviceSigners concode_elem_sep String SERVICE_REGION_DELIMITOR concode_elem_sep Map<String,SignerConfig> regionSigners concode_elem_sep URL defaultConfigFileL... |
void function ( WorkingListener arg0 ) { workingEventSupport_ . removeWorkingListener ( arg0 ) ; } | removes a working listener . concode_field_sep boolean enabled_ concode_elem_sep String copyright concode_elem_sep ErrorEventSupport errorEventSupport_ concode_elem_sep IFSFile directory_ concode_elem_sep VObjectEventSupport objectEventSupport_ concode_elem_sep VIFSDirectory object_ concode_elem_sep IFSFile newDirector... |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.