code
stringlengths
20
663
nl
stringlengths
68
7.19k
String function ( 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 String bar concode_elem_sep String foo concode_field_sep HasOnlyReadOnly bar concode_elem_sep void setBar concode_elem_sep String getBar concode_elem_sep void setFoo concode_elem_sep int hashCode concode_ele...
double function ( ) { return _maxTime ; }
returns the current maximum time for this controller . concode_field_sep RepeatType _repeatType concode_elem_sep double _speed concode_elem_sep boolean _active concode_elem_sep double _minTime concode_elem_sep double _maxTime concode_elem_sep long serialVersionUID concode_field_sep void setMaxTime concode_elem_sep void...
String function ( ) { return importVocab ; }
retrieves the name of this vocabulary imported by this grammar . concode_field_sep Class ANTLR_OPTION_CLASS concode_elem_sep GrammarMetadata associatedGrammarMetadata concode_elem_sep GrammarDelegate superGrammarDelegate concode_elem_sep Class ANTLR_GRAMMAR_CLASS concode_elem_sep Object[] NO_ARGS concode_elem_sep Strin...
void function ( ) { if ( ! EventQueue . isDispatchThread ( ) ) throw new IllegalStateException ( ) ; TaskManager . instance . waitForIoTasks ( ) ; }
returns when all pending requests are complete . must be called in the event dispatch thread concode_field_sep Object errorLock concode_elem_sep List<VFSUpdate> vfsUpdates concode_elem_sep boolean errorDisplayerActive concode_elem_sep Object vfsUpdateLock concode_elem_sep VFS urlVFS concode_elem_sep boolean error conco...
TimePeriod function ( ) { return this . period ; }
returns the time period . concode_field_sep TimePeriod period concode_elem_sep long serialVersionUID concode_elem_sep Number value concode_field_sep Number getValue concode_elem_sep int hashCode concode_elem_sep void setValue concode_elem_sep boolean equals concode_elem_sep Object clone concode_elem_sep String toString
String function ( ) { return relativeTmxUrl ; }
gets the relative tmx url . concode_field_sep List<LanguageModel> languages concode_elem_sep String relativeReportUrl concode_elem_sep String bundleName concode_elem_sep String relativeTmxUrl concode_elem_sep String projectName concode_elem_sep LanguageModel base concode_field_sep String getProjectName concode_elem_sep...
void function ( ) { table . getColumn ( this . columns . length ) ; }
tests whether table #getcolumn int throws an indexoutofboundsexception when given an index equal to the numberof columns . concode_field_sep Column[] columns concode_elem_sep Record record concode_elem_sep Table table concode_field_sep void constructor_givenColumnsNull_throwsNullPointerException concode_elem_sep void g...
int function ( ) { return this . totalParameterCount ; }
return the total count of all of the parameters in the sql statement . repeated occurrences of the same parameter name do count here . concode_field_sep int totalParameterCount concode_elem_sep List<String> parameterNames concode_elem_sep int namedParameterCount concode_elem_sep String originalSql concode_elem_sep List...
Set < String > function ( ) { Set < String > loc0 = critical ; if ( loc0 == null ) { makeOidsLists ( ) ; loc0 = critical ; } return loc0 ; }
returns the list of critical extensions . concode_field_sep ASN1Type ASN1 concode_elem_sep List<Extension> extensions concode_elem_sep HashMap<String,Extension> oidMap concode_elem_sep List SUPPORTED_CRITICAL concode_elem_sep Set<String> critical concode_elem_sep Boolean hasUnsupported concode_elem_sep Set<String> nonc...
void function ( ) { GLEnvironment loc0 = mFilterContext . getGLEnvironment ( ) ; if ( loc0 != null ) { loc0 . deactivate ( ) ; } }
helper function for subclasses to deactivate the gl environment after running . concode_field_sep int RESULT_RUNNING concode_elem_sep int RESULT_ERROR concode_elem_sep int RESULT_UNKNOWN concode_elem_sep int RESULT_STOPPED concode_elem_sep FilterContext mFilterContext concode_elem_sep int RESULT_FINISHED concode_elem_s...
Map < String , ? > function ( Properties arg0 , String arg1 ) { Map < String , Object > loc0 = new HashMap < String , Object > ( ) ; for ( String loc1 : arg0 . stringPropertyNames ( ) ) { if ( loc1 . startsWith ( arg1 ) ) { String loc2 = loc1 . substring ( arg1 . length ( ) ) ; loc0 . put ( loc2 , arg0 . getProperty ( ...
extract a map from some properties by removing a prefix from the key names . concode_field_sep String UTF_8 concode_elem_sep String ISO_8859_1 concode_field_sep boolean isPassword concode_elem_sep String escapeRegExCharacters concode_elem_sep String escapeRegExCharacters concode_elem_sep boolean containsWildcard concod...
void function ( long arg0 ) { _kbComment . setKbCommentId ( arg0 ) ; }
sets the kb comment id of this k b comment . concode_field_sep KBComment _kbComment concode_field_sep long getClassNameId concode_elem_sep void setExpandoBridgeAttributes concode_elem_sep void setExpandoBridgeAttributes concode_elem_sep void setExpandoBridgeAttributes concode_elem_sep void setGroupId concode_elem_sep b...
boolean function ( Combo arg0 , int arg1 ) { int loc0 = Math . max ( arg1 , 0 ) ; String loc1 = arg0 . getText ( ) ; if ( loc1 == null || loc1 . length ( ) == 0 || arg0 . getSelectionIndex ( ) < loc0 ) { arg0 . setBackground ( backgroundErrorColor ) ; return false ; } arg0 . setBackground ( null ) ; return true ; }
tests if the combo value is empty . if so , it adds an error color to the background of the cell . concode_field_sep String SMALL_FONT concode_elem_sep Color errorColor concode_elem_sep Color backgroundErrorColor concode_elem_sep ModifyListener modifyListener concode_field_sep FontData[] boldFont concode_elem_sep void ...
Object function ( Object arg0 ) { if ( ! ( arg0 instanceof HibernateFeatureMapEntry ) ) { final FeatureMap . Entry loc0 = ( FeatureMap . Entry ) arg0 ; return StoreUtil . structuralFeatureToString ( loc0 . getEStructuralFeature ( ) ) ; } final HibernateFeatureMapEntry loc1 = ( HibernateFeatureMapEntry ) arg0 ; return l...
reads the version from the versioncache concode_field_sep long serialVersionUID concode_field_sep Getter getGetter concode_elem_sep void set concode_elem_sep String getMethodName concode_elem_sep Class getReturnType concode_elem_sep Member getMember concode_elem_sep Method getMethod concode_elem_sep Object getForInsert...
Color function ( Color arg0 , Color arg1 , int arg2 ) { return new Color ( arg0 . getDevice ( ) , arg0 . getRed ( ) + ( arg1 . getRed ( ) - arg0 . getRed ( ) ) * arg2 / 255 , arg0 . getGreen ( ) + ( arg1 . getGreen ( ) - arg0 . getGreen ( ) ) * arg2 / 255 , arg0 . getBlue ( ) + ( arg1 . getBlue ( ) - arg0 . getBlue ( )...
calculates a mixed color from two colors by interpolating the rgb parts using a mix ratio . concode_field_sep PlaceHolder placeHolder concode_field_sep void fillVerticalGradientRectangle concode_elem_sep void fillVerticalGradientRoundedRectangle
void function ( String arg0 ) { this . id = arg0 ; }
set the html id of the element t 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 float delay concode_...
void function ( Obj arg0 ) { addHistoryToDatapoints ( arg0 , HISTORY_COUNT_DEFAULT ) ; }
adds the history to all value data points bool , real , int of an obix object this method required the passed obix object to be completely initialized href , ... concode_field_sep int HISTORY_COUNT_DEFAULT concode_field_sep placeholderType placeHolder
void function ( ) { new NodeListViewer ( null ) ; }
test for nodelistviewer #nodelistviewer - null handling . concode_field_sep PlaceHolder placeHolder concode_field_sep void testNodeListViewerNominal
Builder function ( int arg0 ) { this . poolSize = arg0 ; return this ; }
the size of the gryopool . the size can not be changed once created . concode_field_sep int poolSize concode_elem_sep List<IoRegistry> ioRegistries concode_elem_sep Type type concode_elem_sep Consumer<GryoMapper.Builder> gryoMapperConsumer concode_elem_sep String CONFIG_IO_GRYO_POOL_SIZE concode_elem_sep Queue<GryoWrit...
Object function ( ) { if ( this . equals ( DialShape . CIRCLE ) ) { return DialShape . CIRCLE ; } else if ( this . equals ( DialShape . CHORD ) ) { return DialShape . CHORD ; } else if ( this . equals ( DialShape . PIE ) ) { return DialShape . PIE ; } return null ; }
ensures that serialization returns the unique instances . concode_field_sep DialShape CHORD concode_elem_sep long serialVersionUID concode_elem_sep String name concode_elem_sep DialShape PIE concode_elem_sep DialShape CIRCLE concode_field_sep int hashCode concode_elem_sep boolean equals concode_elem_sep String toString
void function ( ) { new EqualsTester ( ) . addEqualityGroup ( virtualPortId1 , sameAsVirtualPortId1 ) . addEqualityGroup ( virtualPortId2 ) . testEquals ( ) ; }
checks the operation of equals . concode_field_sep VirtualPortId sameAsVirtualPortId1 concode_elem_sep VirtualPortId virtualPortId1 concode_elem_sep VirtualPortId virtualPortId2 concode_field_sep void testImmutability concode_elem_sep void testConstruction
void function ( String arg0 ) { this . host = arg0 ; }
sets the host of the receiver . concode_field_sep String password concode_elem_sep int port concode_elem_sep String name concode_elem_sep String host concode_elem_sep boolean https concode_elem_sep String user concode_field_sep void setName concode_elem_sep void setPassword concode_elem_sep String getName concode_elem_...
void function ( ChangeRequest arg0 ) { String loc0 = "srini_string" ; if ( arg0 != null ) { loc0 = arg0 . getDescription ( ) ; } _output . println ( "srini_string" + loc0 + "srini_string" ) ; }
print the description of the change to the stream output . concode_field_sep PrintStream _output concode_field_sep void changeFailed
IPath function ( ) { return fPackageRootPath ; }
returns the path to the default package in the sources zip file concode_field_sep IPath fSystemLibrary concode_elem_sep URL fJavadocLocation concode_elem_sep IPath fSystemLibrarySource concode_elem_sep IPath fPackageRootPath concode_field_sep IPath getSystemLibraryPath concode_elem_sep boolean equalsOrNull concode_elem...
void function ( GitRecorder arg0 ) { this . git = arg0 ; }
for testing purposes only concode_field_sep ZorroEpisodeClassifierStream randomHeuristicClassifier concode_elem_sep File zorroEpisodesFile concode_elem_sep ActionFileStorage actionStorage concode_elem_sep File userCommentsFile concode_elem_sep File disagreementsFile concode_elem_sep File besouroEpisodeFile concode_elem...
void function ( boolean arg0 ) { this . error = arg0 ; if ( ! arg0 ) { errorMsg = "srini_string" ; } }
tells the downloadresult whether an error occurred or not concode_field_sep String idOfDownloadRequest concode_elem_sep String params concode_elem_sep List<Marker> markers concode_elem_sep boolean error concode_elem_sep DownloadRequest errorRequest concode_elem_sep DataSource dataSource concode_elem_sep String errorMsg...
Object [ ] function ( Map < String , Object > arg0 , String [ ] arg1 ) { Object [ ] loc0 = new Object [ arg1 . length ] ; for ( int loc1 = 0 ; loc1 < arg1 . length ; ++ loc1 ) { loc0 [ loc1 ] = arg0 . get ( arg1 [ loc1 ] ) ; } return loc0 ; }
converts map 's value set to an array . keys parameter specifies requested elements and their order . concode_field_sep PlaceHolder placeHolder concode_field_sep boolean objectsEqual concode_elem_sep boolean arraysEqual concode_elem_sep String getProperty concode_elem_sep XProperty getProperty concode_elem_sep XPropert...
void function ( String arg0 ) { this . label6 = arg0 ; }
sets the value of the label6 property . concode_field_sep String label6 concode_elem_sep String otherloctype concode_elem_sep String role concode_elem_sep String arcrole concode_elem_sep String show concode_elem_sep String actuate concode_elem_sep String id concode_elem_sep String href concode_elem_sep String type conc...
void function ( String [ ] arg0 , String arg1 , ClassLoader arg2 ) { Thread . currentThread ( ) . setContextClassLoader ( arg2 ) ; createMainMethodRunner ( arg1 , arg0 , arg2 ) . run ( ) ; }
launch the application given the archive file and a fully configured classloader . concode_field_sep PlaceHolder placeHolder concode_field_sep String getMainClass concode_elem_sep MainMethodRunner createMainMethodRunner concode_elem_sep List<Archive> getClassPathArchives concode_elem_sep Archive createArchive concode_e...
Class < ? > function ( ) { return type ; }
this method returns the class representing the type of the field which is represented by this instance of objectstreamfield . concode_field_sep boolean toset concode_elem_sep Field field concode_elem_sep boolean unshared concode_elem_sep boolean persistent concode_elem_sep String name concode_elem_sep Class<?> type con...
BundleContext function ( ) { return context ; }
returns the bundle context of this bundle concode_field_sep BundleContext context concode_elem_sep Logger logger concode_field_sep void stop concode_elem_sep void start
String function ( final String arg0 , final String arg1 ) { return componentUrlToAjaxUrl ( arg0 , arg1 ) ; }
convert a regular component wo url to an ajax ja url with an optional update container specified for a partial page response . concode_field_sep Logger log concode_field_sep String publishedUrlForComponentActionNamed concode_elem_sep String directActionUrlForActionNamed concode_elem_sep String hostPageName concode_elem...
int function ( ) { return zoneId ; }
returns zone id concode_field_sep DSCAlarmDeviceType dscAlarmDeviceType concode_elem_sep int partitionId concode_elem_sep int zoneId concode_elem_sep DSCAlarmItemType dscAlarmItemType concode_field_sep DSCAlarmItemType getDSCAlarmItemType concode_elem_sep DSCAlarmDeviceType getDeviceType concode_elem_sep int getPartiti...
void function ( java . lang . Integer arg0 ) { this . totalResultSetSize = arg0 ; }
sets the totalresultsetsize value for this userpage . concode_field_sep java.lang.Integer startIndex concode_elem_sep java.lang.Object __equalsCalc concode_elem_sep boolean __hashCodeCalc concode_elem_sep java.lang.Integer totalResultSetSize concode_elem_sep org.apache.axis.description.TypeDesc typeDesc concode_elem_se...
SamlRegisteredServiceServiceProviderMetadataFacade function ( final SamlRegisteredService arg0 , final AuthnRequest arg1 ) { return SamlRegisteredServiceServiceProviderMetadataFacade . get ( this . samlRegisteredServiceCachingMetadataResolver , arg0 , arg1 ) ; }
gets saml metadata adaptor for service . concode_field_sep String casServerName concode_elem_sep String casServerPrefix concode_elem_sep ParserPool parserPool concode_elem_sep OpenSamlConfigBean configBean concode_elem_sep ReloadableServicesManager servicesManager concode_elem_sep ServiceFactory<WebApplicationService> ...
void function ( ) { if ( fActionBars != null ) { for ( int loc0 = 0 ; loc0 < actionIds . length ; loc0 ++ ) { fActionBars . setGlobalActionHandler ( actionIds [ loc0 ] , null ) ; } fActionBars . updateActionBars ( ) ; } }
clear the global action handlers for the active part concode_field_sep IActionBars fActionBars concode_elem_sep IAction[] actions concode_elem_sep String[] actionIds concode_field_sep void restoreGlobalActions concode_elem_sep void saveActionBars
int function ( ) { int loc0 = 0 ; for ( ContenuCase [ ] loc1 : carte ) { for ( ContenuCase loc2 : loc1 ) { if ( loc2 == ContenuCase . POINT ) loc0 ++ ; } } return loc0 ; }
renvoie le nombre de points que contient le labyrinthe concode_field_sep Point init concode_elem_sep ContenuCase[][] carte concode_elem_sep long serialVersionUID concode_field_sep boolean estEntoureDeMurs concode_elem_sep int Xsize concode_elem_sep void setPositionInitiale concode_elem_sep int Ysize concode_elem_sep vo...
java . util . List < T > function ( com . liferay . portal . kernel . dao . orm . DynamicQuery arg0 , int arg1 , int arg2 ) { return _attachmentLocalService . arg0 ( arg0 , arg1 , arg2 ) ; }
performs a dynamic query on the database and returns a range of the matching rows . 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.l...
void function ( String arg0 ) { sendPluginResult ( new PluginResult ( PluginResult . Status . ERROR , arg0 ) ) ; }
helper for error callbacks that just returns the status.error by default concode_field_sep String callbackId concode_elem_sep CordovaWebView webView concode_elem_sep int changingThreads concode_elem_sep String LOG_TAG concode_elem_sep boolean finished concode_field_sep boolean isChangingThreads concode_elem_sep String ...
void function ( Runnable arg0 , int arg1 ) { MGR . addShutdownHookInternal ( arg0 , arg1 ) ; }
adds a shutdownhook with a priority , the higher the priority the earlier will run . shutdownhooks with same priority run in a non-deterministic order . concode_field_sep Runnable hook concode_elem_sep AtomicBoolean shutdownInProgress concode_elem_sep ShutdownHookManager MGR concode_elem_sep Log LOG concode_elem_sep in...
String [ ] function ( Pattern arg0 ) { return getPortNames ( PORTNAMES_PATH , arg0 , PORTNAMES_COMPARATOR ) ; }
get sorted array of serial ports in the system matched pattern concode_field_sep String PORTNAMES_PATH concode_elem_sep Comparator<String> PORTNAMES_COMPARATOR concode_elem_sep SerialNativeInterface serialInterface concode_elem_sep Pattern PORTNAMES_REGEXP concode_field_sep String[] getWindowsPortNames concode_elem_sep...
String function ( String arg0 ) { return Base64 . encodeToString ( arg0 . getBytes ( ) , false ) ; }
the cached file name is a base64 encoded version of the url . this means we do n't need to maintain a database of cached files . concode_field_sep File tmpDir concode_elem_sep Map<MediaItem,MediaPath> cache concode_field_sep boolean alreadyCached concode_elem_sep MediaPath getPath concode_elem_sep File getCachedFile co...
void function ( String arg0 ) { this . requestAccountSid = arg0 ; }
sets the request account sid . concode_field_sep boolean loaded concode_elem_sep String requestAccountSid concode_elem_sep TwilioRestClient client concode_elem_sep Map<String,String> filters concode_field_sep String getResourceLocation concode_elem_sep void load concode_elem_sep void setLoaded concode_elem_sep String g...
X509v3CertificateBuilder function ( boolean [ ] arg0 ) { tbsGen . setIssuerUniqueID ( CertUtils . booleanToBitString ( arg0 ) ) ; return this ; }
set the issueruniqueid - note : it is very rare that it is correct to do this . concode_field_sep V3TBSCertificateGenerator tbsGen concode_elem_sep ExtensionsGenerator extGenerator concode_field_sep X509CertificateHolder build concode_elem_sep X509v3CertificateBuilder setSubjectUniqueID concode_elem_sep X509v3Certifica...
void function ( Host arg0 ) { String loc0 = getKey ( arg0 ) ; downHosts . put ( loc0 , arg0 ) ; upHosts . remove ( loc0 ) ; }
called when a node is determined to be down . concode_field_sep ConcurrentMap<String,Host> downHosts concode_elem_sep MetricRegistry registry concode_elem_sep DefaultCassandraSession session concode_elem_sep ConcurrentMap<String,Host> addedHosts concode_elem_sep GaugeStateListener listener concode_elem_sep JmxReporter ...
void function ( java . lang . Double arg0 ) { this . profit = arg0 ; }
sets the profit value for this jobplstatement . concode_field_sep java.lang.String costCategory concode_elem_sep java.lang.Double revenue concode_elem_sep java.lang.Double margin concode_elem_sep java.lang.Double cost concode_elem_sep java.lang.Object __equalsCalc concode_elem_sep boolean __hashCodeCalc concode_elem_se...
JSONObject function ( ) { return contentItem ; }
retrieve the parsed tool_proxy concode_field_sep String MEDIA_CC_1_3 concode_elem_sep String TYPE_IMPORTITEM concode_elem_sep String ACCEPT_MEDIA_TYPES concode_elem_sep JSONArray graph concode_elem_sep String MEDIA_CC_1_1 concode_elem_sep JSONObject contentItem concode_elem_sep String errorMessage concode_elem_sep Stri...
void function ( ) { synchronized ( unreadNotifications ) { List < UINotification > loc0 = new ArrayList < > ( unreadNotifications ) ; unreadNotifications . clear ( ) ; for ( UINotification loc1 : loc0 ) { UINotificationManager . fireClearedEvent ( loc1 ) ; } } }
removes all unread notifications . concode_field_sep String groupDisplayName concode_elem_sep String groupName concode_elem_sep Collection<UINotification> unreadNotifications concode_field_sep String getGroupName concode_elem_sep void addNotification concode_elem_sep int getUnreadNotificationsCount concode_elem_sep Ite...
void function ( String arg0 ) { this . styling = arg0 ; }
sets the value of the styling property . concode_field_sep String flavour concode_elem_sep String color concode_elem_sep String styling concode_elem_sep String name concode_elem_sep String type concode_elem_sep String clazz concode_field_sep void setName concode_elem_sep String getClazz concode_elem_sep String getName ...
void function ( Path arg0 , String arg1 ) { zkClient . uploadToZK ( arg0 , CONFIGS_ZKNODE + "srini_string" + arg1 , UPLOAD_FILENAME_EXCLUDE_PATTERN ) ; }
upload files from a given path to a config in zookeeper concode_field_sep String CONFIGS_ZKNODE concode_elem_sep String UPLOAD_FILENAME_EXCLUDE_REGEX concode_elem_sep Pattern UPLOAD_FILENAME_EXCLUDE_PATTERN concode_elem_sep Logger logger concode_elem_sep SolrZkClient zkClient concode_field_sep void copyConfigDir concod...
PasteAction function ( EClass arg0 ) { return PasteAction . ADD ; }
by default , there are no collisions in pasting . concode_field_sep Map nameFeatureMap concode_elem_sep Object NULL_TOKEN concode_field_sep boolean shouldOverrideCopyOperation concode_elem_sep void setName concode_elem_sep boolean canContain concode_elem_sep XMLResource getResource concode_elem_sep String getName conco...
String function ( ) { return filename ; }
gets the filename for this cvstagentry concode_field_sep String filename concode_elem_sep String prevRevision concode_elem_sep String revision concode_field_sep String getPreviousRevision concode_elem_sep String toString concode_elem_sep String getRevision
boolean function ( ) { return false ; }
determines whether this property editor is paintable . concode_field_sep PropertyChangeSupport propertyChangeSupport concode_elem_sep String value concode_field_sep String getJavaInitializationString concode_elem_sep Object getValue concode_elem_sep Component getCustomEditor concode_elem_sep boolean supportsCustomEdito...
void function ( Diagnostic . Kind arg0 , CharSequence arg1 , Element arg2 , AnnotationMirror arg3 ) { printMessage ( arg0 , arg1 , arg2 , arg3 , null ) ; }
prints a message of the specified kind at the location of the annotation mirror of the annotated element . concode_field_sep Log log concode_elem_sep JavacProcessingEnvironment processingEnv concode_elem_sep int errorCount concode_field_sep void printNotice concode_elem_sep void newRound concode_elem_sep void printWarn...
void function ( ) { String loc0 = "srini_string" ; this . fineLocationTests ( loc0 , new LocationTypeRange ( LocationType . INSIDE_PROPERTY , 5 , 15 ) , new LocationTypeRange ( LocationType . INSIDE_VALUE , 16 ) ) ; }
testpropertynovalue concode_field_sep PlaceHolder placeHolder concode_field_sep void fineLocationTests concode_elem_sep void testEmptyBody2 concode_elem_sep void testEmptyBody concode_elem_sep void testProperty concode_elem_sep void testPropertyAndValueNoSemi concode_elem_sep void testSpaceAfterColon concode_elem_sep v...
String function ( long arg0 ) { SimpleDateFormat loc0 = new SimpleDateFormat ( "srini_string" ) ; loc0 . setTimeZone ( TimeZone . getTimeZone ( "srini_string" ) ) ; return loc0 . format ( new Date ( arg0 ) ) ; }
used to convert the time difference between snapshots to a human readable format concode_field_sep Snapshot currentSnapShot concode_elem_sep long currentTime concode_elem_sep long currentHeapUsage concode_elem_sep Snapshot lastSnapShot concode_elem_sep Runtime runtime concode_field_sep void init concode_elem_sep void p...
DataSet function ( int arg0 ) { return sets . get ( setPaths . get ( arg0 ) ) ; }
retrieve the dataset at the specified position in the list . concode_field_sep SourceHandler handler concode_elem_sep HashMap<String,FileSet> sets concode_elem_sep String base_path concode_elem_sep Vector<String> setPaths concode_field_sep int numDataSets concode_elem_sep String getType concode_elem_sep String getPath ...
String function ( Throwable arg0 ) { return ExceptionParser . parse ( arg0 , "srini_string" ) ; }
builds a detailed exception string from the given exception . concode_field_sep PlaceHolder placeHolder concode_field_sep placeholderType placeHolder
String function ( ) { return name ; }
get the name of this permission . concode_field_sep long serialVersionUID concode_elem_sep String name concode_field_sep void checkGuard concode_elem_sep PermissionCollection newPermissionCollection concode_elem_sep int hashCode concode_elem_sep boolean equals concode_elem_sep String getActions concode_elem_sep String ...
void function ( final ScheduledExecutorService arg0 , final Duration arg1 , final Duration arg2 , final Runnable arg3 ) { scheduleAtFixedRate ( arg0 , arg1 , arg2 , new Callable < Signal > ( ) { @ Override public Signal call ( ) throws Exception { arg3 . run ( ) ; return Signal . REPEAT ; } } ) ; }
run runnable once every period , after the given initial delay . exceptions are caught and logged as errors . concode_field_sep Logger log concode_field_sep void scheduleWithFixedDelay concode_elem_sep void scheduleWithFixedDelay concode_elem_sep void scheduleWithFixedDelay concode_elem_sep void scheduleWithFixedDelay ...
void function ( ) { mBuffers [ mBufferIn ] [ 1 ] |= 0x80 ; }
sets the marker in the rtp packet . concode_field_sep long duration concode_elem_sep long mCacheSize concode_elem_sep float m concode_elem_sep int TRANSPORT_UDP concode_elem_sep DatagramPacket[] mPackets concode_elem_sep long mClock concode_elem_sep int mTotal concode_elem_sep int mSeq concode_elem_sep int mCount conco...
void function ( String arg0 ) { this . getDictionary ( ) . setString ( "srini_string" , arg0 ) ; }
this will set the text to be used between orders of thousands in display of numerical values . concode_field_sep String FRACTIONAL_DISPLAY_ROUND concode_elem_sep String LABEL_PREFIX_TO_VALUE concode_elem_sep String FRACTIONAL_DISPLAY_DECIMAL concode_elem_sep COSDictionary numberFormatDictionary concode_elem_sep String ...
boolean function ( String arg0 , String arg1 ) { return Pattern . compile ( arg1 ) . matcher ( arg0 ) . find ( ) ; }
wrapper around pattern and matcher classes . concode_field_sep int TOTAL_POINTS concode_field_sep int assessLetters concode_elem_sep int countMatches concode_elem_sep int assessPassword concode_elem_sep int assessLength concode_elem_sep int assessSpecials concode_elem_sep int assessNumbers
Iterable < RelationshipType > function ( ) { assertInTransaction ( ) ; return nodeManager . getRelationshipTypes ( ) ; }
returns all relationship types currently in the underlying store . relationship types are added to the underlying store the first time they are used in a successfully committed node #createrelationshipto node.createrelationshipto ... . note that this method is guaranteed to return all known relationship types , but it ...
void function ( SmalltalkParser . Binary_expressionContext arg0 ) { }
the default implementation does nothing . concode_field_sep PlaceHolder placeHolder concode_field_sep void enterUnary_message concode_elem_sep void enterTemporaries concode_elem_sep void enterBinary_expression concode_elem_sep void exitKeyword concode_elem_sep void exitUnary_selector concode_elem_sep void exitPrimitive...
void function ( TodoPattern arg0 ) { LOG . assertTrue ( myTodoPatterns . contains ( arg0 ) ) ; myTodoPatterns . remove ( arg0 ) ; }
adds specified pattern from the set of containing patterns . concode_field_sep Logger LOG concode_elem_sep String ATTRIBUTE_NAME concode_elem_sep String ELEMENT_PATTERN concode_elem_sep String myName concode_elem_sep HashSet<TodoPattern> myTodoPatterns concode_elem_sep String ATTRIBUTE_INDEX concode_field_sep void setN...
void function ( Object arg0 ) { throw new UnsupportedOperationException ( ) ; }
unsupported . concode_field_sep BufferedReader reader concode_elem_sep String segment concode_elem_sep String DASH_COMMENT concode_elem_sep String SLASH_COMMENT concode_elem_sep String SEMI concode_field_sep Object next concode_elem_sep void closeReader concode_elem_sep boolean hasNext concode_elem_sep int nextInt conc...
MockHttpServletRequestBuilder function ( String arg0 , Object ... arg1 ) { return new MockHttpServletRequestBuilder ( HttpMethod . HEAD , arg0 , arg1 ) ; }
create a mockhttpservletrequestbuilder for a head request . concode_field_sep PlaceHolder placeHolder concode_field_sep MockHttpServletRequestBuilder patch concode_elem_sep MockHttpServletRequestBuilder patch concode_elem_sep MockHttpServletRequestBuilder request concode_elem_sep MockHttpServletRequestBuilder request c...
ExpressionNode function ( ExpressionNode [ ] arg0 ) { root = arg0 [ 0 ] ; return createTreePrivate ( arg0 , myindex , root ) ; }
converts a boolean function in the form a preordered array of expressionnodes , each of which is either a variable or an operator , to a usable expressiontree concode_field_sep int index concode_elem_sep Index myindex concode_elem_sep Stack<ExpressionNode> stack concode_elem_sep ExpressionNode root concode_field_sep Ex...
void function ( long arg0 ) { _portletItem . setClassNameId ( arg0 ) ; }
sets the class name id of this portlet item . concode_field_sep PortletItem _portletItem concode_field_sep long getClassNameId concode_elem_sep void setExpandoBridgeAttributes concode_elem_sep void setExpandoBridgeAttributes concode_elem_sep void setExpandoBridgeAttributes concode_elem_sep java.lang.String getName conc...
boolean function ( Object arg0 , Object arg1 ) { return ( arg0 == null && arg1 == null ) || ( arg0 != null && arg0 . equals ( arg1 ) ) ; }
returns whether or not two possibly null objects are equal . concode_field_sep boolean underline concode_elem_sep Color background concode_elem_sep Color DEFAULT_BACKGROUND concode_elem_sep Color foreground concode_elem_sep FontMetrics fontMetrics concode_elem_sep Color DEFAULT_FOREGROUND concode_elem_sep Font DEFAULT_...
String function ( ) { return SceneName ; }
returns the scene name . concode_field_sep boolean active concode_elem_sep String INTERNAL_SCENE_ID concode_elem_sep List<Device> devices concode_elem_sep Short SCENE_ID concode_elem_sep String SceneName concode_elem_sep Integer ZONE_ID concode_elem_sep SceneStatusListener listener concode_elem_sep String sceneType con...
AlertType function ( ) { return alertType ; }
gets the value of the alerttype property . concode_field_sep AlertType alertType concode_elem_sep AlertSeverity alertSeverity concode_elem_sep List<Detail> details concode_elem_sep Long clientCustomerId concode_field_sep void setAlertSeverity concode_elem_sep void setAlertType concode_elem_sep void setClientCustomerId ...
void function ( List < String > arg0 ) { this . acceptedEncryptionAlgorithms = arg0 ; }
set the list of accepted encryption algorithms . a request can contain a wst : encryptionalgorithm uri to use to encrypt an issued token . the algorithm specified must be contained in this list . the default algorithms are 3-des , aes-128 , aes-128 gcm , aes-192 , aes-192 gcm , aes-256 and aes-256 gcm . concode_field_s...
String function ( String arg0 ) { return arg0 . replace ( System . lineSeparator ( ) , String . valueOf ( FAKE_NEWLINE ) ) . replace ( "srini_string" , String . valueOf ( FAKE_NEWLINE ) ) ; }
replaces all line breaks which might be multiple characters with ` fake_newline ` : a character that no-one types , but which does n't break lines , which we can easily check for when printing . concode_field_sep int COMMENT_DEPTH concode_elem_sep boolean globallyVisible concode_elem_sep char FAKE_NEWLINE concode_elem_...
int function ( ) { if ( mGarbage ) { gc ( ) ; } return mSize ; }
returns the number of key-value mappings that this sparsearray currently stores . concode_field_sep Object DELETED concode_elem_sep int[] EMPTY_INTS concode_elem_sep int[] mKeys concode_elem_sep boolean mGarbage concode_elem_sep int mSize concode_elem_sep Object[] EMPTY_OBJECTS concode_elem_sep long[] EMPTY_LONGS conco...
void function ( java . lang . String arg0 ) { _event . setName ( arg0 ) ; }
sets the name of this event . concode_field_sep Event _event concode_field_sep long getLocationId concode_elem_sep void setExpandoBridgeAttributes concode_elem_sep void setExpandoBridgeAttributes concode_elem_sep void setExpandoBridgeAttributes concode_elem_sep java.lang.String getName concode_elem_sep void setGroupId ...
Counter < F > function ( Collection < F > arg0 ) { Counter < F > loc0 = new ClassicCounter < > ( ) ; for ( F loc1 : arg0 ) { int loc2 = featureIndex . indexOf ( loc1 ) ; if ( loc2 >= 0 ) { loc0 . incrementCount ( loc1 , weights [ loc2 ] ) ; } } return loc0 ; }
returns the weights assigned by the classifier to each feature concode_field_sep LogPrior prior concode_elem_sep Index<F> featureIndex concode_elem_sep L[] classes concode_elem_sep boolean biased concode_elem_sep long serialVersionUID concode_elem_sep double[] weights concode_field_sep Counter<F> weightsAsCounter conco...
Optional < Integer > function ( CommentedConfigurationNode arg0 ) { if ( checkNull ( arg0 ) ) return Optional . empty ( ) ; return Optional . of ( arg0 . getInt ( ) ) ; }
get int optional value for commentedconfigurationnode if it is not null ; otherwise return optional #empty . concode_field_sep PlaceHolder placeHolder concode_field_sep Optional<Long> getLong concode_elem_sep boolean checkNull concode_elem_sep Optional<Object> getValue concode_elem_sep Optional<Double> getDouble concod...
void function ( String arg0 ) { this . resourceId = arg0 == null ? null : arg0 . trim ( ) ; }
this method was generated by mybatis generator . this method sets the value of the database column ts_resources . resource_id concode_field_sep Integer resourceOrder concode_elem_sep String resourceId concode_elem_sep Date updateDate concode_elem_sep String resourceUrl concode_elem_sep Boolean isDelete concode_elem_sep...
String function ( ) { return amount ; }
gets the value of the amount property . concode_field_sep String jpayId concode_elem_sep String entryIndicator concode_elem_sep String cardNum concode_elem_sep String amount concode_elem_sep String cardType concode_elem_sep long serialVersionUID concode_elem_sep String cardAuthNum concode_field_sep String getCardNum co...
void function ( String arg0 ) { root . setName ( COSName . VERSION , arg0 ) ; }
sets the pdf specification version this document conforms to . concode_field_sep PDAcroForm cachedAcroForm concode_elem_sep COSDictionary root concode_elem_sep PDDocument document concode_field_sep PDViewerPreferences getViewerPreferences concode_elem_sep PDDocumentOutline getDocumentOutline concode_elem_sep PDAcroForm...
void function ( int arg0 , int arg1 ) { BaseItem loc0 = BlockType . getBlockBagItem ( arg0 , arg1 ) ; if ( loc0 == null ) return ; if ( loc0 . getType ( ) == BlockID . AIR ) return ; storeItem ( loc0 ) ; }
stores a block as if it was mined . concode_field_sep PlaceHolder placeHolder concode_field_sep void storeItem concode_elem_sep void fetchBlock concode_elem_sep void addSourcePosition concode_elem_sep void addSingleSourcePosition concode_elem_sep void fetchItem concode_elem_sep boolean peekBlock concode_elem_sep void s...
boolean function ( ) { return prepared ; }
returns whether the statement is prepared . concode_field_sep boolean prepared concode_elem_sep JDBCExecutionFactory executionFactory concode_elem_sep ExecutionContext context concode_elem_sep List preparedValues concode_elem_sep String sql concode_field_sep String getSql concode_elem_sep void translateCommand concode_...
java . util . Date function ( ) { return this . end ; }
the end time of the time range . specify null to leave the end time open-ended . concode_field_sep java.util.Date start concode_elem_sep java.util.Date end concode_field_sep TimeRange withEnd concode_elem_sep TimeRange withStart concode_elem_sep java.util.Date getStart concode_elem_sep void setStart concode_elem_sep in...
FSMStateFunctionBuilder < S , D > function ( final Class < P > arg0 , final FI . TypedPredicate2 < P , D > arg1 , final FI . Apply2 < P , D , FSM . State < S , D >> arg2 ) { return erasedEvent ( arg0 , null , arg1 , arg2 ) ; }
add a case statement that matches if the event type and predicate matches . concode_field_sep PFBuilder<FSM.Event<D>,FSM.State<S,D>> builder concode_field_sep FSMStateFunctionBuilder<S,D> anyEvent concode_elem_sep PartialFunction<FSM.Event<D>,FSM.State<S,D>> build concode_elem_sep FSMStateFunctionBuilder<S,D> erasedEve...
void function ( Description arg0 , boolean arg1 , long arg2 ) { if ( arg1 ) { mOutputStream . format ( "srini_string" , arg0 . getClassName ( ) , arg0 . getMethodName ( ) , arg2 ) ; } else { mOutputStream . format ( "srini_string" , arg0 . getClassName ( ) , arg0 . getMethodName ( ) , arg2 ) ; } mOutputStream . println...
logs the end of an individual test . concode_field_sep PrintStream mOutputStream concode_field_sep void testCaseStarted concode_elem_sep void testFailed concode_elem_sep void testCaseFinished concode_elem_sep void testRunStarted concode_elem_sep void testStarted concode_elem_sep void testRunFinished
long function ( ) { return ( System . currentTimeMillis ( ) - timer ) ; }
retrieves the time concode_field_sep boolean debug concode_elem_sep int progressDots concode_elem_sep boolean printedEstimatedTime concode_elem_sep long progressStart concode_elem_sep int doingLevel concode_elem_sep int MAXDOTS concode_elem_sep long timer concode_elem_sep boolean cursorAtPos1 concode_elem_sep Level lev...
String function ( ) { return message ; }
get message concode_field_sep Integer code concode_elem_sep String type concode_elem_sep String message concode_field_sep String toIndentedString concode_elem_sep ModelApiResponse code concode_elem_sep String getType concode_elem_sep int hashCode concode_elem_sep void setCode concode_elem_sep boolean equals concode_ele...
void function ( ) { BarcodeDataFormat loc0 = new BarcodeDataFormat ( BarcodeFormat . AZTEC ) ; this . checkParams ( BarcodeParameters . IMAGE_TYPE , BarcodeParameters . WIDTH , BarcodeParameters . HEIGHT , BarcodeFormat . AZTEC , loc0 . getParams ( ) ) ; }
test constructor with barcode format . concode_field_sep PlaceHolder placeHolder concode_field_sep void testGetParams concode_elem_sep void testOptimizeHints concode_elem_sep void testOptimizieHintsForDataMatrix concode_elem_sep void testRemoveFromHintMapDecodeHintType concode_elem_sep void testAddToHintMapEncodeHintTy...
boolean function ( ClassLoader arg0 ) { ClassLoader [ ] loc0 = acceptedClassLoaders . toArray ( new ClassLoader [ acceptedClassLoaders . size ( ) ] ) ; for ( ClassLoader loc1 : loc0 ) { if ( isUnderneathClassLoader ( arg0 , loc1 ) ) { return true ; } } return false ; }
check whether this cachedintrospectionresults class is configured to accept the given classloader . concode_field_sep Log logger concode_elem_sep BeanInfo beanInfo concode_elem_sep Map<String,PropertyDescriptor> propertyDescriptorCache concode_elem_sep Set<ClassLoader> acceptedClassLoaders concode_elem_sep Map<Class,Ob...
String function ( ) { return mapping ; }
gets the value of the mapping property . concode_field_sep String button3Value concode_elem_sep String mapping concode_elem_sep List<Address> address concode_elem_sep String flavour concode_elem_sep String button4Value concode_elem_sep Label label concode_elem_sep String button4Label concode_elem_sep String button2Valu...
double function ( Matrix < Double > arg0 ) { double loc0 = 0 ; for ( int loc1 = 0 ; loc1 < arg0 . dim1 * arg0 . dim2 ; loc1 ++ ) loc0 += Math . pow ( ( Double ) arg0 . data [ loc1 ] , 2 ) ; return Math . sqrt ( loc0 ) ; }
compute the frobenius norm square root of the sum of squared entries of a matrix . see http://en.wikipedia.org/wiki/matrix_norm concode_field_sep PlaceHolder placeHolder concode_field_sep double rowAverage concode_elem_sep double maxDouble concode_elem_sep void rowInitNormal concode_elem_sep List<Double> rowDifference ...
int function ( ) { SecureRandom loc0 = new SecureRandom ( ) ; expectedBridgeSecret = loc0 . nextInt ( Integer . MAX_VALUE ) ; return expectedBridgeSecret ; }
called by cordova.js to initialize the bridge . concode_field_sep PluginManager pluginManager concode_elem_sep int expectedBridgeSecret concode_elem_sep String LOG_TAG concode_elem_sep NativeToJsMessageQueue jsMessageQueue concode_field_sep void jsSetNativeToJsBridgeMode concode_elem_sep boolean isSecretEstablished con...
BalanceMasterResponse function ( ) { return new BalanceMasterResponse ( ) ; }
create an instance of balancemasterresponse concode_field_sep QName _BalanceMaster_QNAME concode_elem_sep QName _BalanceMasterResponse_QNAME concode_elem_sep QName _BalanceMasterRequest_QNAME concode_field_sep GetRequestVerb createGetRequestVerb concode_elem_sep DeleteRequest createDeleteRequest concode_elem_sep Delete...
T function ( EObject arg0 ) { return doSwitch ( arg0 . eClass ( ) , arg0 ) ; }
calls casexxx for each class of the model until one returns a non null result ; it yields that result . concode_field_sep MyPackagePackage modelPackage concode_field_sep T caseMyClass concode_elem_sep T defaultCase
CellComponentClientState function ( String arg0 ) { if ( clientComponentClasses == null ) { return null ; } return clientComponentClasses . get ( arg0 ) ; }
returns the client state for the given cell component class name , or null if the class name is not present concode_field_sep String name concode_elem_sep Map<String,CellComponentClientState> clientComponentClasses concode_field_sep void setName concode_elem_sep String getName concode_elem_sep String[] getClientCompone...
byte [ ] function ( byte [ ] arg0 ) { int loc0 = ( arg0 . length + 2 ) / 3 * 4 ; ByteArrayOutputStream loc1 = new ByteArrayOutputStream ( loc0 ) ; try { encoder . encode ( arg0 , 0 , arg0 . length , loc1 ) ; } catch ( IOException loc2 ) { throw new RuntimeException ( "srini_string" + loc2 ) ; } return loc1 . toByteArra...
encode the input data producing a base 64 encoded byte array . concode_field_sep Base64Encoder encoder concode_field_sep byte[] decode concode_elem_sep byte[] decode concode_elem_sep int decode
MAttachment function ( boolean arg0 ) { return po . getAttachment ( arg0 ) ; }
get attachments concode_field_sep PO po concode_field_sep byte[] getPdfAttachment concode_elem_sep int compare concode_elem_sep void set_CustomColumn concode_elem_sep int getUpdatedBy concode_elem_sep boolean save concode_elem_sep boolean save concode_elem_sep boolean isActive concode_elem_sep boolean delete concode_el...
String function ( ) { String loc0 = System . getProperty ( theProp ) ; return ( loc0 == null ) ? defaultVal : loc0 ; }
determines the string value of the system property whose name was specified in the constructor . concode_field_sep String defaultVal concode_elem_sep String theProp concode_field_sep placeholderType placeHolder