code
stringlengths
20
663
nl
stringlengths
68
7.19k
Key < ? > function ( Key < ? > arg0 ) { return arg0 . getAnnotation ( ) == null ? arg0 : Key . get ( arg0 . getTypeLiteral ( ) , arg0 . getAnnotation ( ) . annotationType ( ) ) ; }
replace annotation instances with annotation types , this is only appropriate for testing if a key is bound and not for injecting . see guice bug 125 , http://code.google.com/p/google-guice/issues/detail?id=125 concode_field_sep boolean isProvider concode_elem_sep boolean isAssisted concode_elem_sep Annotation bindingA...
JDKToolLauncher function ( String arg0 ) { return new JDKToolLauncher ( arg0 , true ) ; }
creates a new jdktoollauncher for the specified tool . using tools path from the compiler jdk . concode_field_sep List<String> toolArgs concode_elem_sep List<String> vmArgs concode_elem_sep String executable concode_field_sep JDKToolLauncher createUsingTestJDK concode_elem_sep JDKToolLauncher addToolArg concode_elem_se...
void function ( ) { }
destroys this filter . concode_field_sep Logger log concode_elem_sep String FILTER_APPLIED concode_field_sep void init concode_elem_sep void doFilter
int function ( Server arg0 , String arg1 , String arg2 , HsqlProperties arg3 ) { return DatabaseManager . getDatabase ( InternDatabaseType ( arg1 ) , arg2 , arg0 , arg3 ) ; }
registers the given server for database state change notification and returns the internal numeric identifier of the matching database instance . concode_field_sep PlaceHolder placeHolder concode_field_sep void UnRegisterServer concode_elem_sep String InternDatabaseType concode_elem_sep Session CreateSession concode_el...
EqualFieldsMatcher < T > function ( T arg0 , FieldFilter arg1 ) { return new EqualFieldsMatcher < T > ( arg0 , arg1 ) ; }
matches against each event of the same runtime type that has all field values equal to the fields in the expected event . all fields are compared , except for the aggregate identifier and sequence number , as they are generally not set on the expected event . concode_field_sep PlaceHolder placeHolder concode_field_sep ...
void function ( long arg0 ) { _userNotificationDelivery . setPrimaryKey ( arg0 ) ; }
sets the primary key of this user notification delivery . concode_field_sep UserNotificationDelivery _userNotificationDelivery concode_field_sep long getClassNameId concode_elem_sep void setExpandoBridgeAttributes concode_elem_sep void setExpandoBridgeAttributes concode_elem_sep void setExpandoBridgeAttributes concode_...
void function ( ) { for ( int loc0 = 0 ; loc0 < doubles . length ; loc0 ++ ) { this . doubles [ loc0 ] = 0.0 ; } }
reset all values to zero . concode_field_sep double[] doubles concode_elem_sep Class<E> enumClass concode_field_sep void add concode_elem_sep void add concode_elem_sep void negation concode_elem_sep void set concode_elem_sep void set concode_elem_sep int hashCode concode_elem_sep double get concode_elem_sep void subtra...
Set < File > function ( ) { return sources ; }
a set of directories containing sources . concode_field_sep Set<File> sources concode_elem_sep Set<File> classes concode_elem_sep String name concode_elem_sep Set<File> compilerClasspath concode_elem_sep String type concode_elem_sep Set<File> javadoc concode_field_sep void setName concode_elem_sep String getName concod...
int function ( ) { return numberOfFiles ; }
returns number of files in the snapshot concode_field_sep XContentBuilderString PROCESSED_SIZE_IN_BYTES concode_elem_sep XContentBuilderString NUMBER_OF_FILES concode_elem_sep XContentBuilderString PROCESSED_FILES concode_elem_sep XContentBuilderString TIME concode_elem_sep XContentBuilderString STATS concode_elem_sep ...
boolean function ( List < Triangle > arg0 ) { return getNeighbours ( ) . addAll ( arg0 ) ; }
add neighbour triangles to the triangle . concode_field_sep List<Edge> edges concode_elem_sep List<Triangle> neighbours concode_elem_sep int id concode_field_sep boolean addNeighbour concode_elem_sep int getId concode_elem_sep boolean removeNeighbour concode_elem_sep List<Triangle> getNeighbours concode_elem_sep boolea...
Builder function ( ) { targetWidth = 0 ; targetHeight = 0 ; centerCrop = false ; centerInside = false ; return this ; }
clear the resize transformation , if any . this will also clear center crop/inside if set . concode_field_sep boolean centerInside concode_elem_sep float rotationPivotY concode_elem_sep float rotationPivotX concode_elem_sep int resourceId concode_elem_sep int targetHeight concode_elem_sep boolean hasRotationPivot conco...
String function ( String arg0 , int arg1 , boolean arg2 ) { return "srini_string" ; }
some text . concode_field_sep InnerClassWithAnnotations anon concode_elem_sep String fFirstName concode_elem_sep String tThirdName concode_elem_sep String sSecondName concode_field_sep String method5 concode_elem_sep String method5 concode_elem_sep String method5 concode_elem_sep String method concode_elem_sep String m...
void function ( long arg0 ) { _journalArticleResource . setPrimaryKey ( arg0 ) ; }
sets the primary key of this journal article resource . concode_field_sep JournalArticleResource _journalArticleResource concode_field_sep void setExpandoBridgeAttributes concode_elem_sep long getResourcePrimKey concode_elem_sep void setGroupId concode_elem_sep boolean isEscapedModel concode_elem_sep boolean isCachedMo...
ALogger function ( String arg0 ) { return new ALogger ( play . api . Logger . apply ( arg0 ) ) ; }
obtain a logger instance . concode_field_sep ALogger logger concode_elem_sep play.api.Logger logger concode_field_sep void warn concode_elem_sep void warn concode_elem_sep void warn concode_elem_sep void warn concode_elem_sep void trace concode_elem_sep void trace concode_elem_sep void trace concode_elem_sep void trace...
void function ( InetAddress arg0 ) { localAddress = new InetSocketAddress ( arg0 , 0 ) ; }
sets the local address to bind to when sending messages . a random port will be used . concode_field_sep boolean useTCP concode_elem_sep InetSocketAddress address concode_elem_sep int uniqueID concode_elem_sep String defaultResolver concode_elem_sep InetSocketAddress localAddress concode_elem_sep int DEFAULT_PORT conco...
int function ( ) { return id ; }
returns the tile id of this tile , relative to tileset . concode_field_sep int id concode_elem_sep Image image concode_elem_sep TileSet tileset concode_elem_sep Properties properties concode_field_sep TileSet getTileSet concode_elem_sep int getHeight concode_elem_sep void setProperties concode_elem_sep Properties getPr...
void function ( Handler arg0 , int arg1 ) { if ( camera != null && previewing ) { previewCallback . setHandler ( arg0 , arg1 ) ; if ( useOneShotPreviewCallback ) { camera . setOneShotPreviewCallback ( previewCallback ) ; } else { camera . setPreviewCallback ( previewCallback ) ; } } }
a single preview frame will be returned to the handler supplied . the data will arrive as byte in the message.obj field , with width and height encoded as message.arg1 and message.arg2 , respectively . concode_field_sep AutoFocusCallback autoFocusCallback concode_elem_sep String TAG concode_elem_sep CameraManager camer...
Notification function ( int arg0 ) { Notification loc0 = get ( arg0 ) ; if ( loc0 != null ) { loc0 . clear ( ) ; } return loc0 ; }
clear local notification specified by id . concode_field_sep Context context concode_field_sep Notification cancel concode_elem_sep void cancelAll concode_elem_sep List<Integer> getIdsByType concode_elem_sep List<Notification> getAll concode_elem_sep List<Notification> getByType concode_elem_sep NotificationManager get...
CordovaResourceApi . OpenForReadResult function ( Uri arg0 ) { throw new FileNotFoundException ( "srini_string" + arg0 ) ; }
called to handle cordovaresourceapi.openforread calls for a cdvplugin : / / pluginid / url . should never return null . added in cordova-android@4.0.0 concode_field_sep CordovaPreferences preferences concode_elem_sep CordovaInterface cordova concode_elem_sep CordovaWebView webView concode_elem_sep String serviceName co...
T function ( PrivilegedAction < T > arg0 ) { checkPermission ( PERFORM_IN_VM_CALL ) ; if ( arg0 == null ) return null ; Boolean loc0 = IN_VM_CALL . get ( ) ; try { IN_VM_CALL . set ( Boolean . TRUE ) ; return arg0 . run ( ) ; } finally { IN_VM_CALL . set ( loc0 ) ; } }
run an action as an in-vm action . concode_field_sep ThreadLocal<Boolean> IN_VM_CALL concode_field_sep void checkPermission concode_elem_sep boolean isInVmCall concode_elem_sep Boolean initialValue
Number function ( ) { return this . x ; }
returns the x-value . concode_field_sep long serialVersionUID concode_elem_sep Number x concode_elem_sep Number y concode_field_sep void setY concode_elem_sep void setY concode_elem_sep Number getY concode_elem_sep double getYValue concode_elem_sep int hashCode concode_elem_sep boolean equals concode_elem_sep Object cl...
boolean function ( ) { return this . RunningBit ; }
gets the running bit . concode_field_sep int RunningLength concode_elem_sep boolean RunningBit concode_elem_sep int literalWordOffset concode_elem_sep int NumberOfLiteralWords concode_field_sep void discardFirstWords concode_elem_sep int size concode_elem_sep BufferedRunningLengthWord32 clone concode_elem_sep void rese...
Component function ( ) { return theView ; }
gets the view that this class is using . concode_field_sep PCGenMessageHandler messageHandler concode_elem_sep NameGenPanel theView concode_elem_sep JMenuItem nameToolsItem concode_elem_sep String LOG_NAME concode_elem_sep String NAME concode_elem_sep String IN_NAME concode_elem_sep String version concode_elem_sep Stri...
Locale function ( ) { synchronized ( mutex ) { return locale ; } }
getter for property locale . concode_field_sep Object mutex concode_elem_sep String prefix concode_elem_sep HsqlArrayList bundleList concode_elem_sep Locale locale concode_elem_sep Method newGetBundleMethod concode_elem_sep HashMap bundleHandleMap concode_field_sep String getString concode_elem_sep Method getNewGetBund...
void function ( ) { show ( getTargetElement ( ) ) ; }
invokes popup menu in the middle of the currently set target . by default it is presumed that popup menu is invoked by right click . to change this behavior use setinvoker method . you have to have a target set before invocation of this method . concode_field_sep int showDelay concode_elem_sep Event showEvent concode_e...
String function ( ) { return "srini_string" ; }
an endpoint for a user to retrieve a product 's price concode_field_sep PlaceHolder placeHolder concode_field_sep placeholderType placeHolder
BundleContext function ( ) { return context ; }
returns the bundle context of this bundle concode_field_sep Logger logger concode_elem_sep BundleContext context concode_field_sep void stop concode_elem_sep void start
void function ( String arg0 , Object arg1 ) { m_cache . put ( arg0 , arg1 ) ; }
cache an object concode_field_sep Map<String,Group> m_groups concode_elem_sep ServerConfigurationService serverConfigurationService concode_elem_sep int cacheEventCount concode_elem_sep Logger M_log concode_elem_sep int cacheEventReportInterval concode_elem_sep Map<String,ToolConfiguration> m_tools concode_elem_sep Map...
int function ( byte [ ] arg0 ) { }
determine the length in bytes of the header in an http response . concode_field_sep String DEFAULT_CHARSET concode_elem_sep String CRLF concode_field_sep String setCharset concode_elem_sep String getResponseAsString concode_elem_sep String getContentType concode_elem_sep String getCharset concode_elem_sep String calcCr...
void function ( Date arg0 ) { _ddmStructureLayout . setModifiedDate ( arg0 ) ; }
sets the modified date of this d d m structure layout . concode_field_sep DDMStructureLayout _ddmStructureLayout concode_field_sep java.lang.String getDefinition concode_elem_sep void setExpandoBridgeAttributes concode_elem_sep void setExpandoBridgeAttributes concode_elem_sep void setExpandoBridgeAttributes concode_ele...
boolean function ( CordovaWebView arg0 , ICordovaClientCertRequest arg1 ) { return false ; }
called when he system received an ssl client certificate request . plugin can use the supplied clientcertrequest to process this certificate challenge . concode_field_sep CordovaPreferences preferences concode_elem_sep CordovaInterface cordova concode_elem_sep CordovaWebView webView concode_elem_sep String serviceName ...
void function ( @ Nullable T arg0 ) { checkNotSet ( ) ; mResult = arg0 ; mReadyLatch . countDown ( ) ; }
sets the result . if another thread has called #get , they will immediately receive the value . set or setexception must only be called once . concode_field_sep T mResult concode_elem_sep Exception mException concode_elem_sep CountDownLatch mReadyLatch concode_field_sep boolean cancel concode_elem_sep boolean isCancell...
String function ( ) { return m_textMessage ; }
gettextmessage concode_field_sep String m_nodeLabel concode_elem_sep Date m_sentTime concode_elem_sep String m_severity concode_elem_sep String m_textMessage concode_elem_sep boolean m_isDashboardRole concode_elem_sep Date m_respondTime concode_elem_sep String m_serviceName concode_elem_sep String m_responder concode_e...
String function ( ) { return actuate ; }
gets the value of the actuate property . concode_field_sep String role concode_elem_sep Object linkPermissionStatementXmlID concode_elem_sep String arcrole concode_elem_sep String linkingRightsStatementIdentifierValue concode_elem_sep String show concode_elem_sep String actuate concode_elem_sep String linkingRightsStat...
String function ( Object arg0 ) { String loc0 ; if ( arg0 instanceof Double ) { NumberFormat loc1 = DecimalFormat . getInstance ( Locale . UK ) ; loc1 . setMaximumFractionDigits ( 6 ) ; loc0 = loc1 . format ( ( ( Double ) arg0 ) . doubleValue ( ) ) ; } else { loc0 = arg0 . toString ( ) ; } return loc0 ; }
format a value as an object as a string . concode_field_sep ArrayList<String> names concode_elem_sep ArrayList<Object> values concode_field_sep int getNumValues concode_elem_sep String toStringConcatenated concode_elem_sep String getName concode_elem_sep int getIntValue concode_elem_sep double getDoubleValue concode_el...
void function ( Deque < IncludeInfo > arg0 ) { this . includeContext = new ArrayDeque < IncludeInfo > ( arg0 ) ; }
setter for the field includecontext . concode_field_sep int UNKNOWN concode_elem_sep int endColumn concode_elem_sep Level level concode_elem_sep int line concode_elem_sep int startColumn concode_elem_sep Deque<IncludeInfo> includeContext concode_elem_sep String message concode_field_sep Deque<IncludeInfo> getIncludeCon...
void function ( ) { lastValue = currValue = startValue ; }
reset to start value concode_field_sep long lastValue concode_elem_sep long currValue concode_elem_sep int dataType concode_elem_sep HsqlName name concode_elem_sep long increment concode_elem_sep long startValue concode_field_sep long getValue concode_elem_sep long getValue concode_elem_sep HsqlName getName concode_ele...
boolean function ( DocumentBuilderSetting arg0 ) { if ( arg0 == null ) { throw new NullPointerException ( "srini_string" ) ; } if ( arg0 == this ) { return true ; } return strategy . hasConflict ( arg0 . strategy ) ; }
returns true if the settings have a conflict or are identical . concode_field_sep DocumentBuilderSetting notSigned concode_elem_sep DocumentBuilderSetting notIgnoringElementContentWhitespace concode_elem_sep DocumentBuilderSetting schemaValidating concode_elem_sep DocumentBuilderSetting validating concode_elem_sep Docu...
Registry function ( Class < ? super T > arg0 , T arg1 ) { return builder ( ) . add ( arg0 , arg1 ) . build ( ) ; }
creates a single entry registry , using registrybuilder #add class , object . concode_field_sep PlaceHolder placeHolder concode_field_sep Iterable<? extends O> getAll concode_elem_sep Iterable<? extends O> getAll concode_elem_sep Optional<O> maybeGet concode_elem_sep Optional<O> maybeGet concode_elem_sep O get concode_...
void function ( String arg0 ) { this . y = arg0 ; }
sets the value of the y property . concode_field_sep BigDecimal colspan concode_elem_sep BigDecimal colspanS concode_elem_sep BigDecimal rowspan concode_elem_sep String x concode_elem_sep String width concode_elem_sep String y concode_elem_sep String z concode_elem_sep BigDecimal colspanM concode_field_sep void setX co...
void function ( long arg0 ) { exp += arg0 ; while ( exp >= expNeeded ) { level ++ ; exp -= expNeeded ; if ( exp < 0 ) { exp = 0 ; } expNeeded = parse ( Game . db ( ) . config ( ) . expNeededFunc ) ; Game . log ( Game . db ( ) . hero ( hero ) . name + "srini_string" + level + "srini_string" + exp + "srini_string" + expN...
increments the member 's level , updating exp and needed exp concode_field_sep int maxHp concode_elem_sep int maxEp concode_elem_sep int level concode_elem_sep int hp concode_elem_sep String hero concode_elem_sep int ep concode_elem_sep ObjectMap<BaseStat,Integer> baseStats concode_elem_sep int exp concode_elem_sep int...
Collection < String > function ( Stanza arg0 ) { JivePropertiesExtension loc0 = ( JivePropertiesExtension ) arg0 . getExtension ( JivePropertiesExtension . NAMESPACE ) ; if ( loc0 == null ) { return Collections . emptyList ( ) ; } return loc0 . getPropertyNames ( ) ; }
return a collection of the names of all properties of the given packet . if the packet contains no properties extension , then an empty collection will be returned . concode_field_sep boolean javaObjectEnabled concode_field_sep Object getProperty concode_elem_sep Map<String,Object> getProperties concode_elem_sep void s...
int function ( ByteBuffer arg0 ) { int loc0 = Math . min ( arg0 . remaining ( ) , data . length - offset ) ; arg0 . get ( data , offset , loc0 ) ; offset += loc0 ; return loc0 ; }
reads from the given buffer into the internal byte array . concode_field_sep byte[] data concode_elem_sep int offset concode_field_sep boolean isOpen concode_elem_sep int length concode_elem_sep void reset concode_elem_sep void close concode_elem_sep byte[] getData
String function ( ) { return mapCommandButtonId ; }
gets the component id of the commandbutton , in the map ui , corresponding to this time zone . concode_field_sep boolean currentlyShowing concode_elem_sep Polygon mapPolygon concode_elem_sep DateFormat dateFormat concode_elem_sep String id concode_elem_sep String abbreviation concode_elem_sep String mapCommandButtonId ...
ResolveInfo function ( String arg0 , String arg1 ) { return newResolveInfo ( arg0 , arg1 , null ) ; }
non-android accessor used for creating resolveinfo objects concode_field_sep String label concode_field_sep String loadLabel concode_elem_sep void setLabel
int function ( int arg0 ) { return dis . skipBytes ( arg0 ) ; }
skip over bytes in the stream . see the general contract of the skipbytes method of datainput . bytes for this operation are read from the contained input stream . concode_field_sep String EMBEDDED_COPYRIGHT concode_elem_sep byte[] work concode_elem_sep InputStream is concode_elem_sep DataInputStream dis concode_field_...
NodeReference function ( ) { return identifier ; }
gets the value of the identifier property . concode_field_sep NodeReference identifier concode_elem_sep boolean replicate concode_elem_sep NodeReplicationPolicy nodeReplicationPolicy concode_elem_sep Ping ping concode_elem_sep List<Subject> subjects concode_elem_sep String description concode_elem_sep Services services...
Logger function ( String arg0 ) { return getImpl ( ) . getLogger ( arg0 ) ; }
returns a logger . concode_field_sep PlaceHolder placeHolder concode_field_sep Logger getBootLogger concode_elem_sep LoggerFactoryImpl getImpl concode_elem_sep Logger getDefaultLogger
long function ( ) { return _layoutBranch . getLayoutSetBranchId ( ) ; }
returns the layout set branch id of this layout branch . concode_field_sep LayoutBranch _layoutBranch concode_field_sep void setExpandoBridgeAttributes concode_elem_sep void setExpandoBridgeAttributes concode_elem_sep void setExpandoBridgeAttributes concode_elem_sep java.lang.String getName concode_elem_sep void setGro...
String function ( ) { return domainDescription ; }
gets the value of the domaindescription property . concode_field_sep boolean repeats concode_elem_sep String name concode_elem_sep String domainDescription concode_elem_sep boolean required concode_field_sep void setName concode_elem_sep boolean isRequired concode_elem_sep void setRequired concode_elem_sep String getNa...
boolean function ( ) { return this . dup ; }
returns whether or not this message might be a duplicate of one which has already been received . this will only be set on messages received from the server . concode_field_sep boolean retained concode_elem_sep boolean dup concode_elem_sep byte[] payload concode_elem_sep int qos concode_elem_sep boolean mutable concode...
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 ( int arg0 ) { if ( myHost != null && arg0 != previousProgress ) { myHost . updateProgress ( arg0 ) ; } previousProgress = arg0 ; }
used to communicate a progress update between a plugin tool and the main whitebox user interface . 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 amI...
void function ( String arg0 ) { this . apiVersion = arg0 ; }
salesforce api version , defaults to salesforceendpointconfig.default _ version concode_field_sep NotifyForOperationsEnum notifyForOperations concode_elem_sep String APEX_METHOD concode_elem_sep String sObjectQuery concode_elem_sep Boolean notifyForOperationCreate concode_elem_sep String SOBJECT_CLASS concode_elem_sep ...
Events function ( ) { LogUtils . debugf ( this , "srini_string" ) ; return new Events ( ) ; }
create an instance of events concode_field_sep PlaceHolder placeHolder concode_field_sep Header createHeader concode_elem_sep AlarmData createAlarmData concode_elem_sep Log createLog concode_elem_sep Forward createForward concode_elem_sep Operaction createOperaction concode_elem_sep Maskelement createMaskelement concod...
int function ( ) { return this . count ; }
returns the number of items in the bin . concode_field_sep double startBoundary concode_elem_sep long serialVersionUID concode_elem_sep int count concode_elem_sep double endBoundary concode_field_sep void incrementCount concode_elem_sep boolean equals concode_elem_sep double getStartBoundary concode_elem_sep Object clo...
boolean function ( ) { return isCurved ; }
returns whether the renderer draws a more curved graph or not . concode_field_sep TokenLayout tokenLayout1 concode_elem_sep boolean antiAliasing concode_elem_sep TokenLayout tokenLayout2 concode_elem_sep boolean isCurved concode_elem_sep int heightFactor concode_field_sep Edge getEdgeAt concode_elem_sep void setCurved ...
int function ( ) { return asynchronousWorkersCore ; }
returns the minimum number of threads to keep alive for background revalidations due to the stale-while-revalidate directive . concode_field_sep int DEFAULT_ASYNCHRONOUS_WORKERS_MAX concode_elem_sep float heuristicCoefficient concode_elem_sep long heuristicDefaultLifetime concode_elem_sep float DEFAULT_HEURISTIC_COEFFI...
void function ( float arg0 ) { if ( arg0 > 1 ) { arg0 = 1 ; } else if ( arg0 < 0 ) { arg0 = 0 ; } this . volume = arg0 ; if ( currentMusic == this ) { SoundStore . get ( ) . setCurrentMusicVolume ( arg0 ) ; } }
set the volume of the music as a factor of the global volume setting concode_field_sep float fadeStartGain concode_elem_sep float fadeEndGain concode_elem_sep int fadeTime concode_elem_sep boolean positioning concode_elem_sep Audio sound concode_elem_sep boolean stopAfterFade concode_elem_sep float volume concode_elem_...
int [ ] function ( int [ ] arg0 ) { if ( arg0 == null ) { return null ; } return shuffle ( arg0 , getRandom ( arg0 . length ) ) ; }
shuffling algorithm , randomly permutes the specified int array using a default source of randomness concode_field_sep String NUMBERS_AND_LETTERS concode_elem_sep String LETTERS concode_elem_sep String CAPITAL_LETTERS concode_elem_sep String LOWER_CASE_LETTERS concode_elem_sep String NUMBERS concode_field_sep String ge...
int function ( ) { return statusCode ; }
returns the http status code that was returned with this service exception . concode_field_sep String errorResponseXml concode_elem_sep String requestId concode_elem_sep String errorMessage concode_elem_sep String errorCode concode_elem_sep Map<String,String> additionalDetails concode_elem_sep String extendedRequestId ...
org . wso2 . bps . samples . creditrating . types . CustomerSSNType function ( ) { return localCustomerSSN ; }
auto generated getter method concode_field_sep org.wso2.bps.samples.creditrating.types.CustomerSSNType localCustomerSSN concode_elem_sep javax.xml.namespace.QName MY_QNAME concode_field_sep java.lang.String generatePrefix concode_elem_sep void serialize concode_elem_sep void serialize concode_elem_sep void writeQName c...
void function ( final DocumentDataListener arg0 ) { listeners . remove ( arg0 ) ; }
removes document data listener . concode_field_sep boolean closeable concode_elem_sep C component concode_elem_sep boolean draggable concode_elem_sep Color background concode_elem_sep Icon icon concode_elem_sep List<DocumentDataListener> listeners concode_elem_sep String id concode_elem_sep Color foreground concode_ele...
Set < String > function ( final String arg0 ) { final Set < String > loc0 = new HashSet < String > ( ) ; loc0 . addAll ( tokenizeToArrayList ( arg0 ) ) ; return loc0 ; }
return tokenized set of a string . concode_field_sep InterfaceTermHandler stopWordHandler concode_elem_sep String delimiters concode_field_sep String getShortDescriptionString concode_elem_sep InterfaceTermHandler getStopWordHandler concode_elem_sep void setStopWordHandler concode_elem_sep ArrayList<String> tokenizeToA...
Presentation function ( String arg0 ) { return backendManager . getPresentation ( arg0 ) ; }
method to get a named presentation from the back end manager concode_field_sep String NO_PRESENTATION concode_elem_sep String DEFAULT_PRESENTATION concode_elem_sep String currentPresentationsSelection concode_elem_sep OnDemandRenderer loginPageRenderer concode_elem_sep RenderManager renderManager concode_elem_sep Prese...
void function ( Long arg0 ) { this . hostId = arg0 ; }
sets the host id for this kerberoshosthostentity concode_field_sep HostEntity hostEntity concode_elem_sep Long hostId concode_elem_sep String principalName concode_elem_sep KerberosPrincipalEntity principalEntity concode_field_sep String getPrincipalName concode_elem_sep String getHostName concode_elem_sep KerberosPrin...
String function ( ) { StringBuffer loc0 = new StringBuffer ( ) ; toString ( loc0 , 0 , this ) ; return ( loc0 . toString ( ) ) ; }
return a string representation of this treenode . concode_field_sep String name concode_elem_sep HashMap attributes concode_elem_sep TreeNode parent concode_elem_sep String body concode_elem_sep ArrayList children concode_field_sep TreeNode findChild concode_elem_sep String findAttribute concode_elem_sep String getName...
IMode function ( String arg0 , String arg1 , int arg2 ) { if ( arg0 == null || arg1 == null ) return null ; arg0 = arg0 . trim ( ) ; arg1 = arg1 . trim ( ) ; IBlockCipher loc0 = CipherFactory . getInstance ( arg1 ) ; if ( loc0 == null ) return null ; return getInstance ( arg0 , loc0 , arg2 ) ; }
returns an instance of a block cipher mode of operations given its name and characteristics of the underlying block cipher . concode_field_sep Set names concode_field_sep Set getNames
List < BuildTask > function ( ) { ArrayList < BuildTask > loc0 = new ArrayList < > ( ) ; loc0 . addAll ( waitingTasksWithCallbacks . keySet ( ) ) ; loc0 . addAll ( readyTasks ) ; loc0 . addAll ( tasksInProgress ) ; return loc0 ; }
list all waiting , ready and in progress tasks concode_field_sep Set<BuildTask> unfinishedTasks concode_elem_sep Configuration configuration concode_elem_sep Map<BuildTask,Runnable> waitingTasksWithCallbacks concode_elem_sep Semaphore availableBuildSlots concode_elem_sep Logger log concode_elem_sep Set<BuildSetTask> ta...
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 ...
long function ( ) { final long loc0 = clock . getTick ( ) - startTime ; timer . update ( loc0 , TimeUnit . NANOSECONDS ) ; return loc0 ; }
stops recording the elapsed time , updates the timer and returns the elapsed time concode_field_sep Timer timer concode_elem_sep long startTime concode_elem_sep Clock clock concode_field_sep placeholderType placeHolder
void function ( String arg0 ) { this . arcrole = arg0 ; }
sets the value of the arcrole property . concode_field_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 JAXBElement<? extends MDConstraintsType> mdConstraints concode_elem_se...
boolean function ( ) { return highlight ; }
is the abstarcttext highlighted , all of its children must also be highlighted . concode_field_sep boolean highlight concode_elem_sep boolean hasHighlight concode_elem_sep Rectangle2D.Float bounds concode_elem_sep Rectangle2D.Float textExtractionBounds concode_elem_sep boolean selected concode_elem_sep boolean hasSelec...
void function ( Connection arg0 ) { if ( arg0 == null ) return ; m_connection = arg0 ; log . finest ( "srini_string" + arg0 ) ; try { m_connection . setAutoCommit ( false ) ; } catch ( SQLException loc0 ) { log . log ( Level . SEVERE , "srini_string" , loc0 ) ; } }
set connection concode_field_sep String TRXNAME_None concode_elem_sep boolean m_active concode_elem_sep Connection m_connection concode_elem_sep CCache<String,Trx> s_cache concode_elem_sep long m_startTime concode_elem_sep String m_trxName concode_elem_sep CLogger log concode_field_sep boolean rollback concode_elem_sep...
SessionDescriptor function ( ConnectionField arg0 ) { c = arg0 ; return this ; }
sets the connection-information ` c ' field . concode_field_sep SessionNameField s concode_elem_sep ConnectionField c concode_elem_sep TimeField t concode_elem_sep Vector av concode_elem_sep SdpField v concode_elem_sep Vector media concode_elem_sep OriginField o concode_field_sep void init concode_elem_sep Vector getMe...
OpenIDExtensionFactory function ( ) { return factory ; }
returns a singleton instance of openidextensionfactory concode_field_sep OpenIDExtensionFactory factory concode_field_sep OpenIDExtension getExtension
File function ( File arg0 , JobID arg1 ) { final File loc0 = new File ( arg0 , JOB_DIR_PREFIX + arg1 . toString ( ) ) ; if ( ! loc0 . exists ( ) && ! loc0 . mkdirs ( ) ) { throw new RuntimeException ( "srini_string" + loc0 . getAbsolutePath ( ) + "srini_string" ) ; } return loc0 ; }
returns the blob server 's storage directory for blobs belonging to the job with the given id . 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 void writeLength concode_elem_sep File get...
int function ( char [ ] arg0 ) { if ( arg0 == null ) { return 0 ; } int loc0 = 0 ; int loc1 = arg0 . length ; for ( int loc2 = 0 ; loc2 < loc1 ; loc2 ++ ) { if ( ! isWhiteSpace ( arg0 [ loc2 ] ) ) { arg0 [ loc0 ++ ] = arg0 [ loc2 ] ; } } return loc0 ; }
remove whitespace from mime containing encoded base64 data . concode_field_sep int SIGN concode_elem_sep boolean fDebug concode_elem_sep int FOURBYTE concode_elem_sep int EIGHTBIT concode_elem_sep int LOOKUPLENGTH concode_elem_sep int TWENTYFOURBITGROUP concode_elem_sep int BASELENGTH concode_elem_sep int SIXTEENBIT co...
String function ( ) { SimpleDateFormat loc0 = new SimpleDateFormat ( "srini_string" ) ; return loc0 . loc0 ( new Date ( ) ) ; }
generates a time stamp yyyymmddhhmmss concode_field_sep Date endDate concode_elem_sep String LONGDATE_FORMAT concode_elem_sep Date startDate concode_elem_sep Logger LOGGER concode_field_sep String formatDate concode_elem_sep Date addDaysToCurrentDate concode_elem_sep void processPostedDates concode_elem_sep Date getSta...
void function ( int arg0 ) { peer . keyRelease ( arg0 ) ; if ( waitForIdle ) waitForIdle ( ) ; if ( autoDelay > 0 ) delay ( autoDelay ) ; }
release a key . concode_field_sep int autoDelay concode_elem_sep RobotPeer peer concode_elem_sep boolean waitForIdle concode_field_sep void mousePress concode_elem_sep void mouseMove concode_elem_sep BufferedImage createScreenCapture concode_elem_sep void mouseRelease concode_elem_sep void waitForIdle concode_elem_sep ...
boolean function ( ) { return tail == head ; }
checks to see if queue is empty . concode_field_sep int head concode_elem_sep int tail concode_elem_sep String[] items concode_field_sep void enqueue concode_elem_sep String dequeue
void function ( final long arg0 , final TransportException arg1 ) { adapter . onResponseReceived ( arg0 ) . handleException ( arg1 ) ; }
simulate an error for the given requestid , unlike #handlelocalerror long , throwable and #handleremoteerror long , throwable , the provided exception will not be wrapped but will be delivered to the transport layer as is concode_field_sep DiscoveryNode node concode_elem_sep TransportRequest request concode_elem_sep Tr...
void function ( Object [ ] arg0 ) { for ( int loc0 = 0 ; loc0 < results . length ; loc0 ++ ) { results [ loc0 ] . add ( arg0 [ loc0 ] ) ; } }
adds a result and appends it to the existing result lists . concode_field_sep String[] variables concode_elem_sep LocalDateTime simulationTime concode_elem_sep DataDao dataDao concode_elem_sep List<Object>[] results concode_elem_sep References variableReferences concode_field_sep String getModelId concode_elem_sep Stri...
String function ( ) { return code ; }
gets the value of the code property . concode_field_sep String code concode_elem_sep Srs srs concode_elem_sep String name concode_elem_sep long serialVersionUID concode_elem_sep Long id concode_elem_sep List<Fr> fr concode_field_sep void setName concode_elem_sep String getName concode_elem_sep void unsetFr concode_elem...
Optional < EmailAddress > function ( ) { return Optional . fromNullable ( emailAddress ) ; }
gets the emailaddress . concode_field_sep EmailAddress emailAddress concode_elem_sep UserId userId concode_field_sep UserId getUserId
void function ( BigDecimal arg0 ) { this . chargeAmount = arg0 ; }
sets the value of the chargeamount property . concode_field_sep BigDecimal misc1Tax concode_elem_sep BigDecimal federalTax concode_elem_sep BigDecimal countyTax concode_elem_sep BigDecimal misc2Tax concode_elem_sep BigDecimal roamingTax concode_elem_sep BigDecimal cityCustTax concode_elem_sep BigDecimal chargeAmount co...
java . util . List < com . liferay . contacts . model . Entry > function ( int arg0 , int arg1 ) { return getService ( ) . getEntries ( arg0 , arg1 ) ; }
returns a range of all the entries . useful when paginating results . returns a maximum of end - start instances . start and end are not primary keys , they are indexes in the result set . thus , 0 refers to the first result in the set . setting both start and end to com.liferay.portal.kernel.dao.orm.queryutil #all_pos...
String function ( ) { return fileName ; }
gets file name . concode_field_sep long sequenceNumber concode_elem_sep String fileName concode_elem_sep String scene7Url concode_elem_sep Object comments concode_elem_sep String filePath concode_elem_sep Object imageLocationCodeDTO concode_elem_sep long inspectionImagesId concode_elem_sep Object isUpdated concode_elem...
void function ( ArrayList < ArrayList < Faces >> arg0 , Faces arg1 ) { ArrayList < Faces > loc0 = new ArrayList < Faces > ( ) ; for ( int loc1 = 0 ; loc1 < arg0 . size ( ) ; loc1 ++ ) { loc0 . addAll ( arg0 . get ( loc1 ) ) ; } loc0 . remove ( arg1 ) ; myfaces . addAll ( loc0 ) ; }
given all the faces of all the people in the burst and one face that belongs to this person id , this method finds out all the faces that belong to this person id . concode_field_sep Faces baseFace concode_elem_sep Faces bestFace concode_elem_sep ArrayList<Faces> myfaces concode_field_sep Faces getBaseFace concode_elem...
GridStringBuilder function ( int arg0 ) { String loc0 = Integer . toHexString ( arg0 ) ; int loc1 = loc0 . length ( ) ; for ( int loc2 = 0 ; loc2 < 8 - loc1 ; loc2 ++ ) a ( '0' ) ; a ( loc0 ) ; return this ; }
appends given long value as a hex string to this string builder . concode_field_sep StringBuilder impl concode_elem_sep long serialVersionUID concode_field_sep GridStringBuilder appendCodePoint concode_elem_sep StringBuilder impl concode_elem_sep GridStringBuilder a concode_elem_sep GridStringBuilder a concode_elem_sep...
String function ( Context arg0 , String arg1 ) { RegistrationData loc0 = registrationDataService . findByToken ( arg0 , arg1 ) ; if ( loc0 == null ) { return null ; } return loc0 . getEmail ( ) ; }
return the e-mail address referred to by a token , or null if email address ca n't be found ignores expiration of token concode_field_sep EPersonService ePersonService concode_elem_sep Logger log concode_elem_sep RegistrationDataService registrationDataService concode_field_sep void sendEmail concode_elem_sep Registrat...
MethodProperty < V > function ( Method arg0 ) { return new MethodPropertyImpl < V > ( arg0 ) ; }
create a javabean style property from the specified method concode_field_sep PlaceHolder placeHolder concode_field_sep boolean isProperty
void function ( TwoPhaseVotingListener arg0 ) { voteChannel . addVoteListener ( new TwoPhaseVoteWrapper ( arg0 ) ) ; }
wraps actual listener with the votechannellistener and adds to the votechannel concode_field_sep int ABORT concode_elem_sep Object decree concode_elem_sep int COMMIT concode_elem_sep int PREPARE concode_elem_sep VotingAdapter voteChannel concode_elem_sep TwoPhaseVotingListener listener concode_elem_sep int type concode...
String function ( java . lang . Object arg0 ) { if ( arg0 == null ) { return "srini_string" ; } return arg0 . toString ( ) . replace ( "srini_string" , "srini_string" ) ; }
convert the given object to string with each line indented by 4 spaces except the first line . concode_field_sep DateTime dateTime concode_elem_sep String uuid concode_elem_sep Map<String,Animal> map concode_field_sep MixedPropertiesAndAdditionalPropertiesClass dateTime concode_elem_sep MixedPropertiesAndAdditionalProp...
void function ( String arg0 ) { ScheduledFuture loc0 = futures . get ( arg0 ) ; if ( loc0 != null ) { loc0 . cancel ( true ) ; exec . purge ( ) ; futures . remove ( arg0 ) ; } }
cancel a particular task which updates a repo concode_field_sep ScheduledThreadPoolExecutor exec concode_elem_sep Map<String,ScheduledFuture> futures concode_elem_sep Log log concode_elem_sep RegistryBasedRepository registryBasedRepository concode_field_sep void scheduleAtFixedRate concode_elem_sep void cleanup concode...
Effect function ( String arg0 ) { if ( SHAKE_EFFECT . equals ( arg0 ) ) { return new Shake ( ) ; } else if ( PULSATE_EFFECT . equals ( arg0 ) ) { Pulsate loc0 = new Pulsate ( ) ; loc0 . setDuration ( 0.75f ) ; return loc0 ; } else { return new Highlight ( "srini_string" ) ; } }
utility method for getting one of three types of effects based on the key words , shake_effect , pulsate_effect , highlight_effect . concode_field_sep String PULSATE_EFFECT concode_elem_sep String SHAKE_EFFECT concode_elem_sep String HIGHLIGHT_EFFECT concode_field_sep void executeMenuEffect
GridDataFactory function ( ) { return new GridDataFactory ( ) . fillDefaultsInternal ( ) ; }
creates a griddatafactory initialized with defaults . initial values are : align swt.fill , swt.fill exclude false grab false , false span 1,1 concode_field_sep GridData data concode_field_sep GridDataFactory fillDefaultsInternal concode_elem_sep GridDataFactory align concode_elem_sep GridDataFactory grab concode_elem_...
String function ( ) { return realm ; }
return the realm of this principal . concode_field_sep int KRB_NT_UID concode_elem_sep String name concode_elem_sep int KRB_NT_UNKNOWN concode_elem_sep String realm concode_elem_sep int KRB_NT_SRV_XHST concode_elem_sep int type concode_elem_sep int KRB_NT_SRV_HST concode_elem_sep int KRB_NT_SRV_INST concode_elem_sep in...
void function ( ) { }
starts this animation . if the animation has a nonzero startdelay , the animation will start running after that delay elapses . a non-delayed animation will have its initial value s set immediately , followed by calls to animatorlistener #onanimationstart animator for any listeners of this animator.the animation starte...
void function ( Set < T > arg0 ) { SetOfNodes = arg0 ; }
sets the setofnodes to setofnodes . concode_field_sep Map<T,Set<T>> adjacentNodes concode_elem_sep Set<T> SetOfNodes concode_field_sep void add concode_elem_sep Set<T> getNeighbours concode_elem_sep Map<T,Set<T>> getAdjacentNodes concode_elem_sep String toString concode_elem_sep void addEdge concode_elem_sep Set<T> get...