code
stringlengths
20
663
nl
stringlengths
68
7.19k
ImportRewrite function ( IJavaScriptUnit arg0 , boolean arg1 ) { return configureImportRewrite ( ImportRewrite . create ( arg0 , arg1 ) ) ; }
returns a importrewrite using importrewrite #create ijavascriptunit , boolean andconfigures the rewriter with the settings as specified in the jdt ui preferences . concode_field_sep Pattern SEMICOLON_PATTERN concode_field_sep ImportRewrite configureImportRewrite
Session [ ] function ( ) { return ( this . sessions ) ; }
returns the sessions associated with this sso . concode_field_sep String authType concode_elem_sep String password concode_elem_sep Session sessions[] concode_elem_sep Principal principal concode_elem_sep boolean canReauthenticate concode_elem_sep String username concode_field_sep void removeSession concode_elem_sep St...
Collection < Refreshable > function ( Collection < Refreshable > arg0 ) { return arg0 == null ? new HashSet < Refreshable > ( 3 ) : arg0 ; }
creates a new and empty collection if the method parameter is null . concode_field_sep Logger log concode_elem_sep ReentrantLock refreshLock concode_elem_sep Callable<?> refreshRunnable concode_elem_sep List<Refreshable> dependencies concode_field_sep void maybeRefresh concode_elem_sep void refresh concode_elem_sep voi...
String function ( Integer arg0 , String arg1 ) { Random loc0 = new SecureRandom ( ) ; String loc1 = "srini_string" ; for ( int loc2 = 0 ; loc2 < arg0 ; loc2 ++ ) { int loc3 = ( int ) ( loc0 . nextDouble ( ) * arg1 . arg0 ( ) ) ; loc1 += arg1 . substring ( loc3 , loc3 + 1 ) ; } return loc1 ; }
generate a random string suitable for use as a temporary password . concode_field_sep int HASH_BYTE_SIZE concode_elem_sep int PBKDF2_ITERATIONS concode_elem_sep int SALT_INDEX concode_elem_sep int ITERATION_INDEX concode_elem_sep int SALT_BYTE_SIZE concode_elem_sep int PBKDF2_INDEX concode_elem_sep String PBKDF2_ALGORI...
TransportClientFactory function ( List < TransportClientBootstrap > arg0 ) { return new TransportClientFactory ( this , arg0 ) ; }
initializes a clientfactory which runs the given transportclientbootstraps prior to returning a new client . bootstraps will be executed synchronously , and must run successfully in order to create a client . concode_field_sep Logger logger concode_elem_sep RpcHandler rpcHandler concode_elem_sep TransportConf conf conc...
boolean function ( ) { return session == null ; }
checks whether the client is already connected to the cluster . concode_field_sep String keyspace concode_elem_sep Cluster cluster concode_elem_sep Session session concode_elem_sep Logger LOG concode_field_sep boolean isClose concode_elem_sep Metadata getMetadata concode_elem_sep Set<Host> getAllHosts concode_elem_sep ...
ColorStateList function ( Context arg0 ) { return getDefaultTextAttribute ( arg0 , android . R . attr . textColor ) ; }
utility method that returns the default text color as define by the theme concode_field_sep PlaceHolder placeHolder concode_field_sep ColorStateList getDefaultTextColorHint concode_elem_sep ColorStateList getDefaultTextAttribute concode_elem_sep int getDefaultTextColorHighlight
void function ( boolean arg0 ) { if ( mIsNestedScrollingEnabled ) { ViewCompat . stopNestedScroll ( mView ) ; } mIsNestedScrollingEnabled = arg0 ; }
enable nested scrolling . this is a delegate method . call it from your android.view.view view subclassmethod / nestedscrollingchild interface method with the same signature to implementthe standard policy . concode_field_sep ViewParent mNestedScrollingParent concode_elem_sep View mView concode_elem_sep boolean mIsNest...
TypeList function ( ) { return exceptions ; }
gets the list of exception types that might be thrown . concode_field_sep int BRANCH_RETURN concode_elem_sep int BRANCH_GOTO concode_elem_sep int BRANCH_IF concode_elem_sep TypeList sources concode_elem_sep int BRANCH_THROW concode_elem_sep int BRANCH_NONE concode_elem_sep int opcode concode_elem_sep TypeList exception...
void function ( String arg0 ) { LOGGER . debug ( "srini_string" , arg0 ) ; this . repositoryURL = arg0 ; }
set repositoryurl concode_field_sep ModeShapeEngine engine concode_elem_sep Logger LOGGER concode_elem_sep long serialVersionUID concode_elem_sep PrintWriter logwriter concode_elem_sep Repository repository concode_elem_sep JcrResourceAdapter ra concode_elem_sep String repositoryURL concode_field_sep boolean isAbsolute...
void function ( int arg0 ) { if ( outputLevel + arg0 > MAX_OUTPUT_LEVEL ) { outputLevel = MAX_OUTPUT_LEVEL ; } else { outputLevel += arg0 ; } }
decrease the output level with specified increment . concode_field_sep int outputLevel concode_elem_sep int MAX_OUTPUT_LEVEL concode_elem_sep boolean completed concode_elem_sep int MIN_OUTPUT_LEVEL concode_elem_sep long startTime concode_field_sep void setOutputLevel concode_elem_sep void reset concode_elem_sep int get...
com . liferay . portlet . softwarecatalog . model . SCProductScreenshot function ( com . liferay . portlet . softwarecatalog . model . SCProductScreenshot arg0 ) { return getService ( ) . updateSCProductScreenshot ( arg0 ) ; }
updates the s c product screenshot in the database or adds it if it does not yet exist . also notifies the appropriate model listeners . concode_field_sep SCProductScreenshotLocalService _service concode_field_sep void deleteProductScreenshot concode_elem_sep com.liferay.portlet.softwarecatalog.model.SCProductScreensho...
boolean function ( ) { return _foo . getField2 ( ) ; }
returns the field2 of this foo . concode_field_sep Foo _foo concode_field_sep void setExpandoBridgeAttributes concode_elem_sep void setExpandoBridgeAttributes concode_elem_sep void setExpandoBridgeAttributes concode_elem_sep void setGroupId concode_elem_sep boolean isEscapedModel concode_elem_sep boolean isCachedModel ...
void function ( ) { System . out . println ( "srini_string" ) ; }
test of resolve method , of class arithmeticexpressionresolver . concode_field_sep PlaceHolder placeHolder concode_field_sep void setUpClass concode_elem_sep void testGetRightOperandRegex concode_elem_sep void testGetParts concode_elem_sep void testGetOperators concode_elem_sep StringBuilder doTestResolve_1args concode...
void function ( Runnable arg0 ) { synchronized ( UiThreadUtil . class ) { if ( sMainHandler == null ) { sMainHandler = new Handler ( Looper . getMainLooper ( ) ) ; } } sMainHandler . post ( arg0 ) ; }
runs the given runnable on the ui thread . concode_field_sep Handler sMainHandler concode_field_sep boolean isOnUiThread concode_elem_sep void assertOnUiThread concode_elem_sep void assertNotOnUiThread
void function ( String arg0 ) { this . fileUpload . setHeaderEncoding ( arg0 ) ; }
set the default character encoding to use for parsing requests , to be applied to headers of individual parts and to form fields . default is iso-8859-1 , according to the servlet spec . if the request specifies a character encoding itself , the request encoding will override this setting . this also allows for generic...
OutputStream function ( ) { return outputStream ; }
get the output stream concode_field_sep String systemId concode_elem_sep StreamResult streamResult concode_elem_sep NamePool namePool concode_elem_sep PipelineConfiguration pipelineConfig concode_elem_sep CharacterSet characterSet concode_elem_sep boolean allCharactersEncodable concode_elem_sep Writer writer concode_el...
SystemUiHider function ( Activity arg0 , View arg1 , int arg2 ) { if ( Build . VERSION . SDK_INT >= Build . VERSION_CODES . HONEYCOMB ) { return new SystemUiHiderHoneycomb ( arg0 , arg1 , arg2 ) ; } else { return new SystemUiHiderBase ( arg0 , arg1 , arg2 ) ; } }
creates and returns an instance of systemuihider that isappropriate for this device . the object will be either a systemuihiderbase or systemuihiderhoneycomb depending onthe device . concode_field_sep OnVisibilityChangeListener mOnVisibilityChangeListener concode_elem_sep int FLAG_LAYOUT_IN_SCREEN_OLDER_DEVICES concode...
void function ( String arg0 ) { this . roleCode = arg0 == null ? null : arg0 . trim ( ) ; }
this method was generated by mybatis generator . this method sets the value of the database column portal_permission_to_role . role_code concode_field_sep String roleCode concode_elem_sep long serialVersionUID concode_elem_sep String permissionCode concode_field_sep void setPermissionCode concode_elem_sep String getRol...
void function ( List < Ligature > arg0 ) { this . ligatures = arg0 ; }
setter for property ligatures . concode_field_sep float[] vv concode_elem_sep float wx concode_elem_sep float w0y concode_elem_sep BoundingBox boundingBox concode_elem_sep float wy concode_elem_sep List<Ligature> ligatures concode_elem_sep float[] w concode_elem_sep String name concode_elem_sep float[] w0 concode_elem_...
long function ( ) { return bytesWritten ; }
return number of bytes consumed by callers of compress since last reset . concode_field_sep int userBufOff concode_elem_sep boolean finished concode_elem_sep boolean useLz4HC concode_elem_sep Buffer uncompressedDirectBuf concode_elem_sep int userBufLen concode_elem_sep Log LOG concode_elem_sep int uncompressedDirectBuf...
ParameterizedType function ( Type arg0 , Type ... arg1 ) { return newParameterizedTypeWithOwner ( null , arg0 , arg1 ) ; }
returns a new parameterized type , applying typearguments to rawtype . the returned type does not have an owner type . concode_field_sep PlaceHolder placeHolder concode_field_sep ParameterizedType providerOf concode_elem_sep WildcardType supertypeOf concode_elem_sep WildcardType subtypeOf concode_elem_sep GenericArrayT...
void function ( OutputStream arg0 , CompletionStatus arg1 ) { arg0 . write_long ( arg1 . value ( ) ) ; }
writes the completionstatus into the given stream.this implementation writes an int corba long , corresponding the status of completion . concode_field_sep PlaceHolder placeHolder concode_field_sep CompletionStatus extract concode_elem_sep CompletionStatus read concode_elem_sep void insert concode_elem_sep String id co...
int function ( ) { return HostList . getNumberOfBusyPes ( getHostList ( ) ) ; }
gets the total number of busy pes for all machines . concode_field_sep int OTHER_POLICY_DIFFERENT_RATING concode_elem_sep int SPACE_SHARED concode_elem_sep String os concode_elem_sep double timeZone concode_elem_sep int ADVANCE_RESERVATION concode_elem_sep double costPerBw concode_elem_sep int OTHER_POLICY_SAME_RATING ...
void function ( Clob arg0 ) { this . clob = arg0 ; }
sets the clob . concode_field_sep Clob clob concode_elem_sep Blob blob concode_elem_sep int id concode_field_sep void setBlob concode_elem_sep void setId concode_elem_sep int getId concode_elem_sep Clob getClob concode_elem_sep Blob getBlob
HCatTable function ( ) { return this . hcatTable ; }
getter for underlying hcattable instance . concode_field_sep boolean ifNotExists concode_elem_sep HCatTable hcatTable concode_field_sep Builder tblProps concode_elem_sep String getLocation concode_elem_sep int getNumBuckets concode_elem_sep List<HCatFieldSchema> getPartitionCols concode_elem_sep List<Order> getSortCols...
void function ( String arg0 ) { set ( SUBSCRIPTION , arg0 ) ; }
set the login header . applies to the message frame . concode_field_sep String CONTENT_LENGTH concode_elem_sep String ACK concode_elem_sep Map<String,List<String>> headers concode_elem_sep String LOGIN concode_elem_sep String SERVER concode_elem_sep String SESSION concode_elem_sep String PASSCODE concode_elem_sep Strin...
void function ( long arg0 ) { this . timestamp = arg0 ; }
the timestamp concode_field_sep Object startKey concode_elem_sep boolean flushOnEveryOperation concode_elem_sep String dataStoreClass concode_elem_sep Configuration hadoopConfiguration concode_elem_sep String keyClass concode_elem_sep long timeRangeFrom concode_elem_sep Object endKey concode_elem_sep long timeRangeTo c...
CompletionCoordinatorProcessor function ( ) { return PROCESSOR ; }
get the processor . concode_field_sep CompletionCoordinatorProcessor PROCESSOR concode_field_sep CompletionCoordinatorProcessor setProcessor concode_elem_sep void rollback concode_elem_sep void deactivateParticipant concode_elem_sep void commit concode_elem_sep void activateParticipant
void function ( ) { }
an especially short int ... a bit of javadoc . this method returns concode_field_sep byte NUL_2 concode_elem_sep byte NUL concode_elem_sep InnerInputCorrectJavaDocParagraphCheck anon concode_field_sep boolean emulated1 concode_elem_sep boolean emulated concode_elem_sep boolean emulated concode_elem_sep int geId concode...
UnpooledTweenOperation function ( T arg0 , T arg1 , float arg2 ) { return tween ( arg0 , arg1 , arg2 , Interpolation . linear ) ; }
setup linear tween between two component states . from/to states are not pool managed , and will be garbage collected . concode_field_sep PlaceHolder placeHolder concode_field_sep LegacyAddOperation add concode_elem_sep SequenceOperation sequence concode_elem_sep SequenceOperation sequence concode_elem_sep SequenceOper...
List < T > function ( int arg0 ) { return sample . peek ( arg0 ) ; }
retrieve top k items concode_field_sep Random random concode_elem_sep long count concode_elem_sep int sampleSize concode_elem_sep ISampleSet<T> sample concode_field_sep boolean offer concode_elem_sep boolean offer
String function ( ) { return URL ; }
returns the url . concode_field_sep boolean isRss concode_elem_sep String name concode_elem_sep String URL concode_elem_sep boolean isShared concode_field_sep void setName concode_elem_sep void setRss concode_elem_sep String getName concode_elem_sep boolean isRss concode_elem_sep void setShared concode_elem_sep boolean...
Selector . Factory function ( int arg0 ) { return factories . get ( arg0 ) ; }
returns the factory with the specified index . concode_field_sep boolean containsTTLFactory concode_elem_sep int numberOfAggregateFactories concode_elem_sep List<Selector.Factory> factories concode_elem_sep boolean containsWritetimeFactory concode_field_sep boolean containsWritetimeSelectorFactory concode_elem_sep List...
void function ( String arg0 ) { this . ratedUserName = arg0 ; }
method to set the rated user name . concode_field_sep long ratedTime concode_elem_sep String resourcePath concode_elem_sep int ratingID concode_elem_sep int rating concode_elem_sep String ratedUserName concode_field_sep int getRatingID concode_elem_sep void setResourcePath concode_elem_sep Date getRatedTime concode_ele...
double function ( final double arg0 ) { return 0.016708634 - arg0 * ( 0.000042037 + 0.0000001267 * arg0 ) ; }
calculate the eccentricity of earth 's orbit . this is the ratio a-b / a where a is the semi-major axis length and b is the semi-minor axis length . value is 0 for a circular orbit . concode_field_sep PlaceHolder placeHolder concode_field_sep double calculateJulianCentury concode_elem_sep double sunGeometricMeanAnomaly...
BoundingVolume function ( Geometry arg0 , Matrix4f arg1 ) { arg1 = arg1 ( arg1 , arg0 ) ; BoundingVolume loc0 = arg0 . getModelBound ( ) . loc0 ( null ) ; return loc0 . arg1 ( arg1 ) ; }
get the model bounds of a piece of geometry . this returns the properly scaled bounds , but with no rotation or offset . concode_field_sep Logger LOGGER concode_field_sep float getDistance concode_elem_sep Matrix4f transform concode_elem_sep CellTransform getBestView concode_elem_sep float getBestDistance
Message function ( String arg0 ) { return new Message ( MessageType . INFO , arg0 ) ; }
factory method for an info message . concode_field_sep String text concode_elem_sep MessageType type concode_field_sep MessageType getType concode_elem_sep Message success concode_elem_sep String getText concode_elem_sep Message warning concode_elem_sep String toString concode_elem_sep Message error
void function ( String arg0 ) { this . actuate = arg0 ; }
sets the value of the actuate property . concode_field_sep DQTemporalConsistencyType dqTemporalConsistency 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 Strin...
boolean function ( Element arg0 ) { return arg0 . getTagName ( ) . endsWith ( POSTFIX_NRSP ) ; }
is message a negative response . . concode_field_sep String ATTR_AGENT concode_elem_sep String SERVICE_SESSION_PING concode_elem_sep String ATTR_AGENTKEY concode_elem_sep int ERR4004_ILLEGAL_COMMAND_FOR_STATE concode_elem_sep String POSTFIX_IND concode_elem_sep String SERVICE_MULTI_REQ concode_elem_sep String ATTR_USER...
void function ( S3DestinationDescription arg0 ) { this . s3DestinationDescription = arg0 ; }
the amazon s3 destination . concode_field_sep S3DestinationDescription s3DestinationDescription concode_elem_sep String destinationId concode_elem_sep RedshiftDestinationDescription redshiftDestinationDescription concode_field_sep S3DestinationDescription getS3DestinationDescription concode_elem_sep String getDestinati...
void function ( ) { synchronized ( optOutLock ) { if ( ! isOptOut ( ) ) { configuration . set ( "srini_string" , true ) ; configuration . save ( configurationFile ) ; } if ( taskId > 0 ) { this . plugin . getServer ( ) . getScheduler ( ) . cancelTask ( taskId ) ; taskId = - 1 ; } } }
disables metrics for the server by setting `` opt-out '' to true in the config file and canceling the metrics task . concode_field_sep String REPORT_URL concode_elem_sep int REVISION concode_elem_sep String BASE_URL concode_elem_sep Plugin plugin concode_elem_sep YamlConfiguration configuration concode_elem_sep File co...
void function ( String arg0 ) { Message loc0 = uiHandler . obtainMessage ( ) ; loc0 . what = SUCCESS ; loc0 . obj = arg0 ; uiHandler . sendMessage ( loc0 ) ; }
notify the onlineuilistener that the request was successful . concode_field_sep UIListener uiListener concode_elem_sep int ERROR concode_elem_sep int SUCCESS concode_elem_sep Handler uiHandler concode_elem_sep int operation concode_field_sep void notifyErrorToListener concode_elem_sep void handleMessage concode_elem_se...
boolean function ( ) { return false ; }
performs an optional default action . for the case of an action provider placed in a menu item not shown as an action this method is invoked if previous callbacks for processing menu selection has handled the event . a menu item selection is processed in the following order : receiving a call to menuitem.onmenuitemclic...
int function ( long arg0 ) { return MemoryBuffer . wrap ( memIntf . getLayout ( ) , memIntf . getMemorySegment ( arg0 , DataType . INT32 . getSize ( ) ) ) . getInt32 ( ) ; }
read 32 bit integer from address . concode_field_sep MemoryInterface memIntf concode_field_sep void setByteValueOf concode_elem_sep void setIntValueOf concode_elem_sep long getLongValueOf concode_elem_sep short getShortValueOf concode_elem_sep void setInt64ValueOf concode_elem_sep void setAddrValueOf concode_elem_sep s...
float function ( ) { return scale ; }
get the percentage scaling being applied to the gradient across the surface concode_field_sep Color topColor concode_elem_sep int offset concode_elem_sep Color bottomColor concode_elem_sep float scale concode_elem_sep boolean cyclic concode_field_sep void setTopColor concode_elem_sep List getValues concode_elem_sep voi...
IntegerMap < T > function ( ) { return new IntegerMap < T > ( ) ; }
construct a new integer map . concode_field_sep int size concode_elem_sep T[] array concode_field_sep int size concode_elem_sep boolean containsKey concode_elem_sep T get concode_elem_sep Map<Integer,Object> toMap concode_elem_sep void ensureCapacity concode_elem_sep T put concode_elem_sep T remove
boolean function ( ) { return NO_DATABASE_RESOURCES . getBooleanProperty ( "srini_string" , true ) ; }
using cache state machine with caches isolation between transactions . concode_field_sep String TIMERTASK_START_MILLIS_JOB_EXECUTION_NAME concode_elem_sep String TIMERTASK_START_MILLIS_LDAP_SYNC_NAME concode_elem_sep String TIMERTASK_PERIOD_MILLIS_UNASSIGNED_TASKS_EXECUTION_NAME concode_elem_sep Calendar SYSTEM_STARTUP...
String function ( String arg0 ) { String loc0 = arg0 ; int loc1 = arg0 . lastIndexOf ( '.' ) ; if ( loc1 > 0 ) { loc0 = arg0 . substring ( loc1 + 1 , loc0 . length ( ) ) ; } return loc0 ; }
returns the file extension preserving its case . concode_field_sep int DEFAULT_WIDTH concode_elem_sep DOM4JSettingsNode rootSettingsNode concode_elem_sep String WINDOW_PREFERENCES_ID concode_elem_sep int DEFAULT_HEIGHT concode_elem_sep String SETTINGS_EXTENSION concode_elem_sep SinglePaneUIInstance singlePaneUIInstance...
boolean function ( int arg0 ) { int loc0 = 1 << arg0 ; return ( persisted & loc0 ) != 0 ; }
returns true if this setting was persisted . concode_field_sep int FLAG_CLEAR_PREVIOUSLY_PERSISTED_SETTINGS concode_elem_sep int DOWNLOAD_BANDWIDTH concode_elem_sep int set concode_elem_sep int DEFAULT_INITIAL_WINDOW_SIZE concode_elem_sep int UPLOAD_BANDWIDTH concode_elem_sep int CLIENT_CERTIFICATE_VECTOR_SIZE concode_...
void function ( boolean arg0 ) { this . transientModifier = arg0 ; }
set this to true to filter by transient modifier . concode_field_sep Set<String> loggerNames concode_elem_sep boolean constantField concode_elem_sep String fieldName concode_elem_sep Pattern fieldNamePattern concode_elem_sep boolean loggers concode_elem_sep String methodName concode_elem_sep boolean transientModifier c...
boolean function ( ) { return true ; }
with digest , the nonce could expire and thus a rechallenge will be issued . thus , we need requests cached to be able to handle that concode_field_sep String algorithm concode_elem_sep Map<URI,DigestInfo> authInfo concode_elem_sep String qop concode_elem_sep String opaque concode_elem_sep int nc concode_elem_sep char[...
void function ( boolean arg0 ) { this . readEnabled = arg0 ; }
sets if packets that were received will be printed to the console . concode_field_sep boolean readEnabled concode_elem_sep boolean sentEnabled concode_elem_sep boolean onlyNotProcessedEnabled concode_field_sep boolean isReadEnabled concode_elem_sep void interceptPacket concode_elem_sep void setOnlyNotProcessedEnabled c...
void function ( Edge arg0 ) { back = arg0 ; }
set back edge for this edge to j concode_field_sep Object name concode_elem_sep Edge back concode_elem_sep Vertex v1 concode_elem_sep Vertex v2 concode_elem_sep double flow concode_elem_sep Object capacity concode_field_sep void setcapacity concode_elem_sep void updateEdgeFlow concode_elem_sep Object getName concode_el...
byte [ ] function ( ) { return this . batchBody . getBytes ( BATCH_CHARSET ) ; }
returns the current batch body as a utf-8 encoded byte array . concode_field_sep int numMsgs concode_elem_sep String HTTPS_BATCH_CONTENT_TYPE concode_elem_sep Charset BATCH_CHARSET concode_elem_sep int SERVICEBOUND_MESSAGE_MAX_SIZE_BYTES concode_elem_sep String batchBody concode_field_sep String msgToJson concode_elem_...
Vec3d function ( Vec3d arg0 ) { Vec3d loc0 = new Vec3d ( ) ; loc0 . add ( this , arg0 ) ; return loc0 ; }
returns this + arg ; creates new vector concode_field_sep double x concode_elem_sep double y concode_elem_sep double z concode_field_sep void add concode_elem_sep void add concode_elem_sep Vec3d minus concode_elem_sep void sub concode_elem_sep void sub concode_elem_sep void setY concode_elem_sep void set concode_elem_s...
void function ( ClientDetailsService arg0 ) { this . clientDetailsService = arg0 ; }
clientdetailsservice for looking up clients by id . concode_field_sep ClientDetailsService clientDetailsService concode_elem_sep boolean clientAuthoritiesAreScopes concode_elem_sep boolean throwException concode_elem_sep String clientHasScope concode_field_sep void setClientAuthoritiesAreScopes concode_elem_sep void se...
String function ( ) { StringBuffer loc0 = new StringBuffer ( ) ; loc0 . append ( "srini_string" ) ; if ( forward != null ) loc0 . append ( "srini_string" + forward + "srini_string" ) ; if ( reverse != null ) loc0 . append ( "srini_string" + reverse + "srini_string" ) ; loc0 . append ( "srini_string" ) ; return loc0 . t...
return a printable representation of the certificate pair . concode_field_sep Cache cache concode_elem_sep byte TAG_REVERSE concode_elem_sep X509Certificate forward concode_elem_sep byte TAG_FORWARD concode_elem_sep X509Certificate reverse concode_elem_sep byte[] encoded concode_field_sep void setForward concode_elem_s...
void function ( String [ ] arg0 ) { this . args = arg0 . clone ( ) ; }
sets the arguments parameters used by the plugin . concode_field_sep String[] args concode_elem_sep boolean cancelOp concode_elem_sep WhiteboxPluginHost myHost concode_elem_sep String previousProgressLabel concode_elem_sep int previousProgress concode_elem_sep boolean amIActive concode_field_sep String getName concode_...
int function ( Object arg0 ) { return CMemoryImpl . getInstance ( ) . address ( arg0 ) ; }
return address reference for specified 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 void untie concode_elem_sep int getAddressPrototype conco...
NodeTree function ( ) { if ( tree != null ) return tree ; return ( tree = new TreeBuilder ( ) . build ( this ) ) ; }
constructs a nodetree for the current block . concode_field_sep Block next concode_elem_sep MethodNode owner concode_elem_sep List<Block> preds concode_elem_sep NodeTree tree concode_elem_sep List<AbstractInsnNode> instructions concode_elem_sep Label label concode_elem_sep Stack<AbstractInsnNode> stack concode_elem_sep...
long function ( ) { return this . id ; }
the process id . concode_field_sep long refreshInterval concode_elem_sep long id concode_elem_sep long maxFileDescriptors concode_field_sep ProcessInfo readProcessInfo concode_elem_sep void writeTo concode_elem_sep long getMaxFileDescriptors concode_elem_sep void readFrom concode_elem_sep long refreshInterval concode_e...
void function ( ) { frameSize = currentFrameSize ( ) ; if ( frameSize > getRegisterConfig ( ) . getMaximumFrameSize ( ) ) { throw new BailoutException ( "srini_string" , frameSize , getRegisterConfig ( ) . getMaximumFrameSize ( ) ) ; } }
computes the final size of this frame . after this method has been called , methods that change the frame size can not be called anymore , e.g. , no more spill slots or outgoing arguments can be requested . concode_field_sep int initialSpillSize concode_elem_sep boolean accessesCallerFrame concode_elem_sep int frameSiz...
void function ( Long arg0 ) { this . personId = arg0 ; }
sets the value of the personid property . concode_field_sep Long personId concode_field_sep Long getPersonId
void function ( Object ... arg0 ) { assertNotNull ( "srini_string" , arg0 ) ; }
throw an illegalargumentexception if any of the given objects are null concode_field_sep String NEWLINE concode_field_sep void croak concode_elem_sep void croak concode_elem_sep void move concode_elem_sep boolean isReadableDir concode_elem_sep boolean isReadableDir concode_elem_sep List<T> sorted concode_elem_sep List<...
Name function ( Name arg0 ) { return arg0 . subName ( arg0 . lastIndexOf ( ( byte ) '.' ) + 1 , arg0 . getByteLength ( ) ) ; }
return the last part of a class name . concode_field_sep PlaceHolder placeHolder concode_field_sep long string2long concode_elem_sep int chars2utf concode_elem_sep byte[] chars2utf concode_elem_sep byte[] chars2utf concode_elem_sep int utf2chars concode_elem_sep char[] utf2chars concode_elem_sep char[] utf2chars concod...
ReEncryptResult function ( String arg0 ) { setKeyId ( arg0 ) ; return this ; }
unique identifier of the key used to re-encrypt the data . concode_field_sep java.nio.ByteBuffer ciphertextBlob concode_elem_sep String keyId concode_elem_sep String sourceKeyId concode_field_sep ReEncryptResult withCiphertextBlob concode_elem_sep void setSourceKeyId concode_elem_sep String getSourceKeyId concode_elem_...
int function ( ) { return _myBorder ; }
returns the value of the border concode_field_sep int _myColor concode_elem_sep PVector currentPosition concode_elem_sep Label _myLabel concode_elem_sep boolean enabled concode_elem_sep int _myAlignH concode_elem_sep ControlP5 cp5 concode_elem_sep int _myMaxAlpha concode_elem_sep int _myAlpha concode_elem_sep Controlle...
long [ ] function ( UIDSet [ ] arg0 ) { if ( arg0 == null ) return null ; long [ ] loc0 = new long [ ( int ) UIDSet . size ( arg0 ) ] ; int loc1 = 0 ; for ( UIDSet loc2 : arg0 ) { for ( long loc3 = loc2 . start ; loc3 <= loc2 . end ; loc3 ++ ) loc0 [ loc1 ++ ] = loc3 ; } return loc0 ; }
convert an array of uidsets into a array of long uids . concode_field_sep long start concode_elem_sep long end concode_field_sep UIDSet[] createUIDSets concode_elem_sep long size concode_elem_sep long size concode_elem_sep long size concode_elem_sep String toString concode_elem_sep UIDSet[] parseUIDSets
ComponentsBundle function ( String arg0 ) { Map < String , ComponentsBundle > loc0 = getCachedBundles ( ) ; ComponentsBundle loc1 = loc0 . get ( arg0 ) ; if ( loc1 == null ) { throw new JRRuntimeException ( EXCEPTION_MESSAGE_KEY_BUNDLE_NOT_REGISTERED , new Object [ ] { arg0 } ) ; } return loc1 ; }
returns a component bundle that corresponds to a namespace . concode_field_sep Log log concode_elem_sep String EXCEPTION_MESSAGE_KEY_BUNDLE_NOT_REGISTERED concode_elem_sep ReferenceMap cache concode_elem_sep JasperReportsContext jasperReportsContext concode_field_sep ComponentsEnvironment getDefaultInstance concode_ele...
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 ) ; }
get custom serializer concode_field_sep java.lang.String CF concode_elem_sep java.lang.Object __equalsCalc concode_elem_sep boolean __hashCodeCalc concode_elem_sep org.apache.axis.description.TypeDesc typeDesc concode_field_sep void setCF concode_elem_sep java.lang.String getCF concode_elem_sep org.apache.axis.descript...
boolean function ( ) { return ( ( flags & FLAG_PREVDEF ) != 0 ) ; }
used to indicate whether event.preventdefault has been called for this event . concode_field_sep XDoc owner concode_elem_sep long tstamp concode_elem_sep XNode ctarget concode_elem_sep char FLAG_STOPPROP concode_elem_sep char FLAG_BUBBLES concode_elem_sep char FLAG_CANCELABLE concode_elem_sep String evttype concode_ele...
String function ( ) { return src ; }
gets the value of the src property . concode_field_sep String src concode_field_sep void setSrc
void function ( com . amazon . ec2 . RequestSpotInstancesResponseType arg0 ) { this . localRequestSpotInstancesResponse = arg0 ; }
auto generated setter method concode_field_sep javax.xml.namespace.QName MY_QNAME concode_elem_sep com.amazon.ec2.RequestSpotInstancesResponseType localRequestSpotInstancesResponse concode_field_sep java.lang.String generatePrefix concode_elem_sep void serialize concode_elem_sep void serialize concode_elem_sep void wri...
void function ( Date arg0 ) { this . birthday = arg0 ; }
sets birthday . concode_field_sep Date birthday concode_elem_sep String name concode_elem_sep long serialVersionUID concode_elem_sep Integer id concode_elem_sep Integer salary concode_elem_sep Integer orgId concode_field_sep void setOrgId concode_elem_sep void setName concode_elem_sep String getName concode_elem_sep Da...
void function ( Context arg0 ) { if ( cameraManager == null ) { cameraManager = new CameraManager ( arg0 ) ; } }
initializes this static object with the context of the calling activity . concode_field_sep AutoFocusCallback autoFocusCallback concode_elem_sep int MAX_FRAME_HEIGHT concode_elem_sep String TAG concode_elem_sep CameraManager cameraManager concode_elem_sep CameraConfigurationManager configManager concode_elem_sep Previe...
void function ( MetaInfoType arg0 ) { this . metaInfo = arg0 ; }
sets the value of the metainfo property . concode_field_sep MetaInfoType metaInfo concode_elem_sep Base64XMLLocRefReqRefContentType content concode_field_sep MetaInfoType getMetaInfo concode_elem_sep void setContent concode_elem_sep Base64XMLLocRefReqRefContentType getContent
void function ( final PatternType arg0 ) { this . pattern = arg0 ; }
sets the value of the pattern property . concode_field_sep PatternType pattern concode_elem_sep String gbeanLink concode_field_sep void setGbeanLink concode_elem_sep PatternType getPattern concode_elem_sep String getGbeanLink
byte [ ] function ( byte [ ] arg0 , byte [ ] arg1 , int arg2 ) { byte [ ] loc0 = null ; try { hmacSHA256 . init ( new SecretKeySpec ( arg1 , 0 , arg2 , "srini_string" ) ) ; loc0 = hmacSHA256 . doFinal ( arg0 ) ; } catch ( InvalidKeyException loc1 ) { L . loc1 ( "srini_string" , loc1 ) ; } return loc0 ; }
calculates an hmac sha256 hash using a set key length . concode_field_sep Mac hmacSHA256 concode_field_sep placeholderType placeHolder
void function ( boolean arg0 ) { this . validatedFormula = arg0 ; }
setvalidformula controls whether the formula has been successfully validated for syntax and returns a real answer concode_field_sep Long sequence concode_elem_sep String decimalPlaces concode_elem_sep boolean validatedTolerance concode_elem_sep long serialVersionUID concode_elem_sep boolean validatedFormula concode_ele...
void function ( boolean arg0 ) { this . gzipRequesting = arg0 ; }
whether gzip compression is being used for transmitting the request . concode_field_sep boolean contentLengthOptional concode_elem_sep String basicUserName concode_elem_sep boolean enabledForExceptions concode_elem_sep String basicEncoding concode_elem_sep String basicPassword concode_elem_sep java.util.TimeZone timeZo...
void function ( String arg0 ) { this . message = arg0 ; }
sets the raw message . when this record is formatted by a logger that has a localization resource bundle that contains an entry for message , then the raw message is replaced with its localized version . concode_field_sep long sequenceNumber concode_elem_sep String sourceMethodName concode_elem_sep int initThreadId con...
int function ( ) { return table . size ( ) ; }
gets the row count . concode_field_sep ArrayList<String> columns concode_elem_sep ArrayList<HashMap<String,String>> table concode_elem_sep ArrayList<String> dataTypes concode_field_sep void addColumn concode_elem_sep void addColumn concode_elem_sep void addRowAt concode_elem_sep int getcolCount concode_elem_sep String ...
void function ( ) { DataInputBuffer loc0 = in . getValue ( ) ; valueIn . reset ( loc0 . getData ( ) , loc0 . getPosition ( ) , loc0 . getLength ( ) - loc0 . getPosition ( ) ) ; value = valDeserializer . deserialize ( value ) ; }
read the next value concode_field_sep int keyCtr concode_elem_sep boolean isFirstRecord concode_elem_sep TezRawKeyValueIterator in concode_elem_sep boolean more concode_elem_sep TezCounter inputValueCounter concode_elem_sep DataInputBuffer keyIn concode_elem_sep Deserializer<VALUE> valDeserializer concode_elem_sep RawC...
ServerSocket function ( int arg0 ) { return new ServerSocket ( arg0 ) ; }
returns a server socket bound to the specified port . the socket is configured with the socket options given to this factory . concode_field_sep HsqlSocketFactory sslImpl concode_elem_sep HsqlSocketFactory plainImpl concode_field_sep Socket createSocket concode_elem_sep HsqlSocketFactory getPlainImpl concode_elem_sep H...
int function ( Date arg0 ) { Calendar loc0 = Calendar . getInstance ( ) ; loc0 . setTime ( arg0 ) ; return loc0 . get ( Calendar . YEAR ) ; }
get year information of a date . concode_field_sep String DATE_PATTERN concode_elem_sep String LONG_DATE_FORMAT_STRING concode_elem_sep DateFormat LONG_DATE_FORMAT concode_elem_sep String SHORT_DATE_FORMAT_STRING concode_elem_sep String[] INDONESIAN_MONTH concode_elem_sep int MILLISECONDS_IN_A_DAY concode_elem_sep int ...
int function ( ) { return mParts . size ( ) ; }
get the number of parts . concode_field_sep Map<String,PduPart> mPartMapByContentLocation concode_elem_sep Map<String,PduPart> mPartMapByFileName concode_elem_sep Vector<PduPart> mParts concode_elem_sep Map<String,PduPart> mPartMapByContentId concode_elem_sep Map<String,PduPart> mPartMapByName concode_field_sep void pu...
String function ( Class < ? > arg0 , String arg1 ) { try { Field loc0 = arg0 . getField ( arg1 ) ; if ( loc0 == null ) return null ; Object loc1 = loc0 . get ( null ) ; if ( loc1 == null || ! ( loc1 instanceof String ) ) return null ; return ( String ) loc1 ; } catch ( Exception loc0 ) { return null ; } }
returns a string value that is stored as a static variable inside an example class . concode_field_sep String ignoreMessage concode_elem_sep String errorMessage concode_elem_sep RunnerParams sampleClassParams concode_elem_sep Class<?> sampleClass concode_elem_sep String className concode_field_sep void addError concode...
String function ( long arg0 ) { return TIME . format ( new Date ( arg0 ) ) ; }
format time for display . concode_field_sep Format PCT concode_elem_sep Format FMT0 concode_elem_sep SimpleDateFormat DATE_TIME concode_elem_sep Format FMT2 concode_elem_sep SimpleDateFormat TIME concode_field_sep String fmtPct concode_elem_sep String fmt0 concode_elem_sep String fmtDate concode_elem_sep String fmtNz c...
String function ( String arg0 ) { int loc0 = arg0 . indexOf ( '<' ) ; if ( loc0 < 0 ) return arg0 ; int loc1 = arg0 . lastIndexOf ( '>' ) ; if ( loc1 < 0 ) { System . err . println ( "srini_string" + arg0 ) ; return arg0 ; } return arg0 . substring ( 0 , loc0 ) + arg0 . substring ( loc1 + 1 ) ; }
strips out everything between '' . this will handle nested brackets , but we 're not expecting to see multiple instances in series i.e. '' < foo < bar > > '' is expected , but '' < foo > stuff < bar > is not . concode_field_sep HashMap<String,String> sQuickConvert concode_field_sep String simpleClassNameToBinary concod...
int function ( ) { return Math . abs ( from . getIndex ( ) - to . getIndex ( ) ) ; }
returns the distance between the from and to token . concode_field_sep String note concode_elem_sep String description concode_elem_sep RenderType renderType concode_elem_sep Token from concode_elem_sep Token to concode_elem_sep String label concode_elem_sep String type concode_field_sep boolean coversExactly concode_e...
String function ( ) { return workflowId ; }
required . the workflowid of the external workflow execution to cancel . constraints : length : 1 - 256 concode_field_sep String control concode_elem_sep String runId concode_elem_sep String workflowId concode_field_sep RequestCancelExternalWorkflowExecutionDecisionAttributes withRunId concode_elem_sep String getContro...
void function ( ManagedObjectReference arg0 ) { this . _this = arg0 ; }
sets the value of the this property . concode_field_sep GuestAuthentication auth concode_elem_sep ManagedObjectReference vm concode_elem_sep ManagedObjectReference _this concode_field_sep ManagedObjectReference getThis concode_elem_sep void setAuth concode_elem_sep GuestAuthentication getAuth concode_elem_sep ManagedOb...
void function ( NavigationContent arg0 ) { if ( arg0 != null && arg0 . isPageContent ( ) ) { if ( this . selectedPanel != null && ! arg0 . equals ( this . selectedPanel ) ) { this . selectedPanel . restoreDefaultIcons ( ) ; } this . selectedPanel = arg0 ; } }
sets the selected panel to the specified panel . concode_field_sep NavigationContent selectedPanel concode_field_sep NavigationContent getSelectedPanel
void function ( ) { authToken = null ; }
clear the token . concode_field_sep Playbasis playbasis concode_elem_sep String TAG concode_elem_sep AuthToken authToken concode_elem_sep Context mContext concode_field_sep AuthToken getSavedAuthToken concode_elem_sep void requestRenewAuthToken concode_elem_sep void RequestAuthToken concode_elem_sep String getToken con...
boolean function ( String arg0 ) { UUID loc0 = UUID . fromString ( arg0 ) ; BluetoothGattCharacteristic loc1 = motionService . getCharacteristic ( loc0 ) ; return loc1 != null && GetCharacteristicData ( loc1 ) ; }
read abbi motion characteristics concode_field_sep BluetoothLeService bluetoothLeService concode_elem_sep BluetoothGattService batteryService concode_elem_sep HashMap<String,String> attributes concode_elem_sep BluetoothGattCharacteristic notifyCharacteristic concode_elem_sep BluetoothGattService motionService concode_e...
Vector function ( String arg0 , boolean arg1 , Integer arg2 , Integer arg3 ) { return findBatchOfEncountersByPatient ( arg0 , null , arg1 , null , null ) ; }
returns a list of matching encounters depending on values of start and length parameters if the length parameter is not specified , then all matches will be returned from the start index if specified . concode_field_sep Log log concode_field_sep LocationListItem getLocation concode_elem_sep Vector findEncounters concod...
void function ( com . amazon . ec2 . DeleteKeyPairType arg0 ) { this . localDeleteKeyPair = arg0 ; }
auto generated setter method concode_field_sep javax.xml.namespace.QName MY_QNAME concode_elem_sep com.amazon.ec2.DeleteKeyPairType localDeleteKeyPair concode_field_sep java.lang.String generatePrefix concode_elem_sep void serialize concode_elem_sep void serialize concode_elem_sep void writeQName concode_elem_sep void ...
boolean function ( File arg0 ) { Matcher loc0 = pattern . matcher ( arg0 . getName ( ) ) ; return loc0 . matches ( ) ; }
checks whether a file satisfies the selection filter . concode_field_sep Pattern pattern concode_field_sep placeholderType placeHolder
List < String > function ( ) { return this . replyUrls ; }
get the replyurls value . concode_field_sep List<String> appPermissions concode_elem_sep String displayName concode_elem_sep String appId concode_elem_sep List<String> identifierUris concode_elem_sep List<String> replyUrls concode_elem_sep String objectId concode_elem_sep Boolean availableToOtherTenants concode_elem_se...