code
stringlengths
20
663
nl
stringlengths
68
7.19k
void function ( Component arg0 ) { System . out . println ( "srini_string" + arg0 . getMinimumSize ( ) ) ; System . out . println ( "srini_string" + arg0 . getPreferredSize ( ) ) ; System . out . println ( "srini_string" + arg0 . getMaximumSize ( ) ) ; }
a debugging utility that prints to stdout the component 's minimum , preferred , and maximum sizes . concode_field_sep PlaceHolder placeHolder concode_field_sep void makeGrid concode_elem_sep void makeCompactGrid concode_elem_sep SpringLayout.Constraints getConstraintsForCell
void function ( TreeNode arg0 ) { if ( arg0 == null ) { throw new IllegalArgumentException ( "srini_string" ) ; } this . root = arg0 ; }
setroot concode_field_sep TreeNode root concode_elem_sep long serialVersionUID concode_elem_sep boolean asksAllowsChildren concode_elem_sep EventListenerList listenerList concode_field_sep EventListener[] getListeners concode_elem_sep TreeNode[] getPathToRoot concode_elem_sep TreeNode[] getPathToRoot concode_elem_sep i...
int function ( ) { return computedValue . getLength ( ) ; }
implements value #getlength . concode_field_sep Value computedValue concode_elem_sep Value cascadedValue concode_field_sep String getStringValue concode_elem_sep Value item concode_elem_sep Value getBottom concode_elem_sep Value getComputedValue concode_elem_sep Value getBlue concode_elem_sep Value getCascadedValue con...
byte [ ] function ( ) { byte [ ] loc0 = new byte [ 16 ] ; random . nextBytes ( loc0 ) ; loc0 [ 6 ] &= 0x0F ; loc0 [ 6 ] |= ( 4 << 4 ) ; loc0 [ 8 ] &= 0x3F ; loc0 [ 8 ] |= 0x80 ; return loc0 ; }
generate byte array using random generator . code adapted from org.apache.commons.id.uuid.versionfourgenerator.java concode_field_sep Random random concode_elem_sep char[] DIGITS concode_field_sep String getUUIDString concode_elem_sep char[] encodeHex concode_elem_sep String getUUID4AsString
ClusterGenerator function ( ) { return m_Parent ; }
returns the parent datagenerator this cluster belongs to concode_field_sep long serialVersionUID concode_elem_sep ClusterGenerator m_Parent concode_field_sep Enumeration listOptions concode_elem_sep String parentTipText concode_elem_sep void setOptions concode_elem_sep String globalInfo concode_elem_sep String toString...
java . util . List < T > function ( com . liferay . portal . kernel . dao . orm . DynamicQuery arg0 , int arg1 , int arg2 , com . liferay . portal . kernel . util . OrderByComparator < T > arg3 ) { return _appLocalService . arg0 ( arg0 , arg1 , arg2 , arg3 ) ; }
performs a dynamic query on the database and returns an ordered 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...
void function ( Date arg0 ) { this . dataFim = arg0 ; }
define valor do atributo datafim . concode_field_sep Collection<PerfilAcessoPastaDTO> perfisDeAcesso concode_elem_sep Date dataFim concode_elem_sep Integer idPastaPai concode_elem_sep ArrayList<NotificacaoUsuarioDTO> listaDeUsuario concode_elem_sep String titulo concode_elem_sep String nome concode_elem_sep String tipo...
void function ( PrintStream arg0 ) { this . output = arg0 ; dispatch ( base , false ) ; arg0 . flush ( ) ; }
writes the error to the specified printstream . concode_field_sep boolean debug concode_elem_sep Object output concode_elem_sep Throwable base concode_field_sep void println concode_elem_sep void println concode_elem_sep void dispatch concode_elem_sep void stacktrace concode_elem_sep void report concode_elem_sep void r...
ServiceName function ( ) { if ( ! viewNameParts . isEmpty ( ) ) { return componentDescription . getServiceName ( ) . append ( "srini_string" ) . append ( viewNameParts . toArray ( new String [ viewNameParts . size ( ) ] ) ) ; } else { return componentDescription . getServiceName ( ) . append ( "srini_string" ) . append...
get the service name for this view . concode_field_sep int BRIDGE concode_elem_sep Deque<ViewConfigurator> configurators concode_elem_sep ImmediateInterceptorFactory CLIENT_DISPATCHER_INTERCEPTOR_FACTORY concode_elem_sep boolean useWriteReplace concode_elem_sep DefaultConfigurator INSTANCE concode_elem_sep String viewC...
javax . xml . stream . XMLStreamReader function ( javax . xml . namespace . QName arg0 ) { return localModifyInstanceAttribute . getPullParser ( MY_QNAME ) ; }
databinding method to get an xml representation of this object concode_field_sep com.amazon.ec2.ModifyInstanceAttributeType localModifyInstanceAttribute 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 c...
void function ( TransitiveInfoCollection arg0 ) { for ( Artifact loc0 : FileType . filterList ( arg0 . getProvider ( FileProvider . class ) . getFilesToBuild ( ) , CppFileTypes . SHARED_LIBRARY ) ) { builder . add ( new LinkerInputs . SimpleLinkerInput ( loc0 ) ) ; } }
include files and genrule artifacts . concode_field_sep NestedSetBuilder<LinkerInput> builder concode_field_sep NestedSet<LinkerInput> build concode_elem_sep NativeLibraryNestedSetBuilder addAll concode_elem_sep NativeLibraryNestedSetBuilder addJavaTarget concode_elem_sep NativeLibraryNestedSetBuilder addCcTargets conc...
void function ( Type arg0 ) { this . expectedType = arg0 ; }
set the parameters expected type concode_field_sep boolean jpaStyle concode_elem_sep Type expectedType concode_elem_sep String name concode_elem_sep int[] sourceLocations concode_field_sep String getName concode_elem_sep int[] getSourceLocations concode_elem_sep boolean isJpaStyle concode_elem_sep Type getExpectedType
LobCreatorBuilderImpl function ( ) { LOG . disablingContextualLOBCreationSinceConnectionNull ( ) ; return new LobCreatorBuilderImpl ( false ) ; }
for used when jdbc connection is not available . concode_field_sep boolean useContextualLobCreation concode_elem_sep Object[] NO_ARGS concode_elem_sep Class[] NO_ARG_SIG concode_elem_sep CoreMessageLogger LOG concode_field_sep boolean useContextualLobCreation concode_elem_sep LobCreator buildLobCreator
XHTMLText function ( int arg0 , String arg1 ) { if ( arg0 > 3 || arg0 < 1 ) { throw new IllegalArgumentException ( "srini_string" ) ; } text . halfOpenElement ( H + Integer . toString ( arg0 ) ) ; text . optAttribute ( STYLE , arg1 ) ; text . rightAngleBracket ( ) ; return this ; }
appends a tag that indicates a header , a title of a section of the message . concode_field_sep String UL concode_elem_sep String BLOCKQUOTE concode_elem_sep String P concode_elem_sep String IMG concode_elem_sep String BR concode_elem_sep String CODE concode_elem_sep String OL concode_elem_sep String HREF concode_elem_...
boolean function ( @ NonNull Collection < TimePartition > arg0 ) { boolean loc0 = true ; for ( TimePartition loc1 : arg0 ) { loc0 &= add ( loc1 ) ; } return loc0 ; }
add multiple partitions to timeline concode_field_sep TreeSet<TimePartition> all concode_elem_sep String partCol concode_elem_sep String storageTableName concode_elem_sep UpdatePeriod updatePeriod concode_field_sep boolean drop concode_elem_sep void init concode_elem_sep boolean commitBatchAdditions concode_elem_sep Da...
void function ( String arg0 ) { this . associationType = arg0 ; }
method to get the association type . concode_field_sep String associationType concode_elem_sep String destinationPath concode_elem_sep String sourcePath concode_field_sep void setSourcePath concode_elem_sep void setDestinationPath concode_elem_sep String getSourcePath concode_elem_sep String getAssociationType concode_...
void function ( ) { PlatformUI . getWorkbench ( ) . getActiveWorkbenchWindow ( ) . getActivePage ( ) . closeAllEditors ( false ) ; }
closes all editors concode_field_sep PlaceHolder placeHolder concode_field_sep void enablePerspectiveSwitchPreset concode_elem_sep void prepareIntegrationTestLaunch concode_elem_sep void openFuseIntegrationPerspective concode_elem_sep void createScreenshotFolder concode_elem_sep void readAndDispatch concode_elem_sep IE...
int function ( ) { return maxLineLength ; }
return the maximum line length . concode_field_sep int maxLineLength concode_elem_sep int endOffset concode_elem_sep char NEWLINE concode_elem_sep Document document concode_elem_sep ElementIterator iter concode_elem_sep boolean canWrapLines concode_elem_sep char[] lineSeparatorChars concode_elem_sep int lineLength conc...
boolean function ( byte arg0 ) { return arg0 < - 120 || ( arg0 >= - 112 && arg0 < 0 ) ; }
given the first byte of a vint/vlong , determine the sign concode_field_sep PlaceHolder placeHolder concode_field_sep String readTextAsString concode_elem_sep int decodeVIntSize concode_elem_sep void writeVLong concode_elem_sep void writeStringAsText concode_elem_sep long readVLong
long function ( ) { runGCTillStableSeveralTimes ( ) ; return usedMemory ( ) ; }
runs the garbage collector until the used memory stabilizes and then measures it . concode_field_sep Runtime RUNTIME concode_field_sep long usedMemory concode_elem_sep void runGCTillStableSeveralTimes concode_elem_sep void runGCTillStable
String function ( ) { TimeZone loc0 = TimeZone . getTimeZone ( id ) ; return parent . getComputedTime ( loc0 ) ; }
gets the dynamic time through the getcomputedtime method in the timezonebean . concode_field_sep TimeZoneBean parent concode_elem_sep boolean useDaylightTime concode_elem_sep String id concode_elem_sep String dislayName concode_elem_sep boolean inDaylightTime concode_field_sep String getUseDaylightTime concode_elem_sep...
int function ( Configuration arg0 , Tool arg1 , String [ ] arg2 ) { if ( arg0 == null ) { arg0 = new Configuration ( ) ; } GenericOptionsParser loc0 = new GenericOptionsParser ( arg0 , arg2 ) ; arg1 . setConf ( arg0 ) ; String [ ] loc1 = loc0 . getRemainingArgs ( ) ; return arg1 . run ( loc1 ) ; }
runs the given tool by tool #run string , after parsing with the given generic arguments . uses the given configuration , or builds one if null . sets the tool 's configuration with the possibly modified version of the conf . concode_field_sep PlaceHolder placeHolder concode_field_sep void printGenericCommandUsage
ChartValue < Integer > function ( int arg0 , double arg1 ) { return create ( arg0 , arg1 , arg0 ) ; }
create a basic instance who 's label is the index concode_field_sep PlaceHolder placeHolder concode_field_sep double getValue concode_elem_sep int getIndex concode_elem_sep T getAxisLabel
Node function ( int arg0 ) { Node loc0 = nPrimaryNode ; while ( arg0 -- > 0 ) { loc0 = loc0 . nNext ; } return loc0 ; }
returns the node for a given index , using the ordinal position of the index within the table object . concode_field_sep Node nPrimaryNode concode_elem_sep Object oData[] concode_field_sep Row newRow concode_elem_sep Row getUpdatedRow concode_elem_sep boolean isDeleted concode_elem_sep Node getNextNode concode_elem_sep...
KeyValueStreamListener < K , V > function ( List < K > arg0 ) { this . keys = arg0 ; this . shouldAutoGenID = shouldAutoGenID ( ) ; return this ; }
set the keys . concode_field_sep boolean shouldDetectGeo concode_elem_sep boolean shouldIgnoreNull concode_elem_sep IndexableObject current concode_elem_sep Pattern p concode_elem_sep List<K> keys concode_elem_sep IndexableObject prev concode_elem_sep char delimiter concode_elem_sep boolean shouldDetectJson concode_ele...
void function ( OvfCreateImportSpecParams arg0 ) { this . cisp = arg0 ; }
sets the value of the cisp property . concode_field_sep ManagedObjectReference datastore concode_elem_sep String ovfDescriptor concode_elem_sep ManagedObjectReference _this concode_elem_sep OvfCreateImportSpecParams cisp concode_elem_sep ManagedObjectReference resourcePool concode_field_sep void setThis concode_elem_se...
void function ( org . talend . mdm . webservice . WSTransformerPK arg0 ) { this . wsTransformerPK = arg0 ; }
sets the wstransformerpk value for this wsprocessbytesusingtransformerasbackgroundjob . concode_field_sep org.talend.mdm.webservice.WSByteArray wsBytes concode_elem_sep org.apache.axis.description.TypeDesc typeDesc concode_elem_sep org.talend.mdm.webservice.WSProcessBytesUsingTransformerWsOutputDecisionTableDecisions[]...
int function ( ) { return limit ; }
returns the limit . concode_field_sep byte[] data concode_elem_sep int limit concode_elem_sep int position concode_field_sep int readLittleEndianInt concode_elem_sep int readLittleEndianInt24 concode_elem_sep int readSynchSafeInt concode_elem_sep int readUnsignedIntToInt concode_elem_sep void setPosition concode_elem_s...
boolean function ( ) { return wholeWord ; }
specifies if the search term should be treated as whole word hits only . concode_field_sep boolean wholeWord concode_elem_sep ArrayList<String> terms concode_elem_sep boolean caseSensitive concode_elem_sep String term concode_field_sep boolean isCaseSensitive concode_elem_sep String getTerm concode_elem_sep boolean equ...
String function ( ) { return smtp_helo ; }
gets smtp_helo . concode_field_sep String smtp_email concode_elem_sep String exec_path concode_elem_sep String smtp_helo concode_elem_sep Integer mediatypeid concode_elem_sep String passwd concode_elem_sep String smtp_server concode_elem_sep String description concode_elem_sep String gsm_modem concode_elem_sep Integer ...
Boolean function ( ) { return enabled ; }
get the enabled . concode_field_sep ConcurrentHashMap<String,String> configProperties concode_elem_sep long serialVersionUID concode_elem_sep String className concode_elem_sep Boolean useJavaContext concode_elem_sep Boolean enabled concode_elem_sep String jndiName concode_elem_sep String poolName concode_field_sep Stri...
String function ( ) { return name ; }
the name without prefix . concode_field_sep Privilege[] declaredPrivileges concode_elem_sep Session session concode_elem_sep String name concode_elem_sep String URI concode_elem_sep boolean isAbstract concode_field_sep boolean contains concode_elem_sep String getName concode_elem_sep Privilege[] getAggregatePrivileges ...
String function ( ) { return publicId ; }
return the saved public identifier . concode_field_sep String systemId concode_elem_sep int columnNumber concode_elem_sep int lineNumber concode_elem_sep String publicId concode_field_sep int getLineNumber concode_elem_sep String getSystemId concode_elem_sep void setColumnNumber concode_elem_sep void setSystemId concod...
int function ( ) { return readTimeout ; }
default read timeout in milliseconds . concode_field_sep boolean followProtocolRedirects concode_elem_sep HostnameVerifier hostnameVerifier concode_elem_sep ConnectionPool connectionPool concode_elem_sep List<String> DEFAULT_TRANSPORTS concode_elem_sep RouteDatabase routeDatabase concode_elem_sep ProxySelector proxySel...
String function ( ) { return name ; }
get name concode_field_sep String name concode_elem_sep Logger log concode_field_sep void setName concode_elem_sep void endpointActivation concode_elem_sep void stop concode_elem_sep int hashCode concode_elem_sep void endpointDeactivation concode_elem_sep boolean equals concode_elem_sep void start concode_elem_sep XARe...
void function ( CTOdsoFieldMapData . Name arg0 ) { this . name = arg0 ; }
sets the value of the name property . concode_field_sep String val concode_elem_sep Object parent concode_elem_sep CTLang lid concode_elem_sep CTOdsoFieldMapData.Name name concode_elem_sep CTOdsoFieldMapData.Column column concode_elem_sep CTMailMergeOdsoFMDFieldType type concode_elem_sep BooleanDefaultTrue dynamicAddre...
List < Element > function ( Iterable < ? extends Module > arg0 ) { return getElements ( Stage . DEVELOPMENT , arg0 ) ; }
records the elements executed by modules . concode_field_sep RecordingBinder parent concode_elem_sep SourceProvider sourceProvider concode_elem_sep Stage stage concode_elem_sep BindingTargetVisitor<Object,Object> GET_INSTANCE_VISITOR concode_elem_sep PrivateElementsImpl privateElements concode_elem_sep List<Element> el...
void function ( ) { mShowCover = - 1 ; }
uninitializes our cached preferences , forcing a reload concode_field_sep MediaSession mMediaSession concode_elem_sep int mShowCover concode_elem_sep Context mContext concode_field_sep void updateRemote concode_elem_sep void unregisterRemote concode_elem_sep void initializeRemote
void function ( ServletContextEvent arg0 ) { this . context = arg0 . getServletContext ( ) ; log ( "srini_string" ) ; }
record the fact that this web application has been initialized . concode_field_sep ServletContext context concode_field_sep void sessionCreated concode_elem_sep void sessionDestroyed concode_elem_sep void log concode_elem_sep void attributeReplaced concode_elem_sep void contextDestroyed concode_elem_sep void attributeA...
void function ( CallListener arg0 ) { synchronized ( callListeners ) { if ( ! callListeners . contains ( arg0 ) ) callListeners . add ( arg0 ) ; } }
registers listener with this provider so that it could be notified when incoming calls are received . concode_field_sep List<CallListener> callListeners concode_elem_sep Logger logger concode_field_sep Recorder createRecorder concode_elem_sep void setMute concode_elem_sep void removeCallListener concode_elem_sep void f...
boolean function ( long arg0 ) { long loc0 = System . currentTimeMillis ( ) - lastHeardFrom ; return loc0 > arg0 ; }
check if this dude has expired concode_field_sep Comparator memberComparator concode_elem_sep MemberImpl[] members concode_elem_sep Object membersLock concode_elem_sep MemberImpl[] EMPTY_MEMBERS concode_elem_sep MemberImpl mbr concode_elem_sep long lastHeardFrom concode_elem_sep MemberImpl local concode_elem_sep HashMa...
void function ( String arg0 ) { this . volume = arg0 ; }
sets the value of the volume property . concode_field_sep Layout layout concode_elem_sep String volume concode_elem_sep List<Address> address concode_elem_sep String flavour concode_elem_sep String src concode_elem_sep String loop concode_elem_sep String width concode_elem_sep String thresholdValue concode_elem_sep Lab...
void function ( ) { length = 0 ; }
reset to zero length . concode_field_sep byte[] elems concode_elem_sep int length concode_field_sep void appendDouble concode_elem_sep void appendByte concode_elem_sep void appendLong concode_elem_sep void appendChar concode_elem_sep void appendInt concode_elem_sep Name toName concode_elem_sep void appendBytes concode_...
void function ( Integer arg0 ) { this . width = arg0 ; }
sets the chart width . concode_field_sep int DEFAULT_WIDTH concode_elem_sep String filename concode_elem_sep Integer width concode_elem_sep int DEFAULT_HEIGHT concode_elem_sep JFreeChart chart concode_elem_sep Log log concode_elem_sep String DEFAULT_FILENAME concode_elem_sep Integer height concode_field_sep void setCha...
void function ( MediationStatisticsObserver arg0 ) { if ( observers . contains ( arg0 ) ) { observers . remove ( arg0 ) ; arg0 . destroy ( ) ; } }
unregister the custom statistics consumer from the mediation statistics store concode_field_sep Map<ComponentType,Map<String,StatisticsRecord>> inDataStore concode_elem_sep Log log concode_elem_sep Map<ComponentType,Map<String,StatisticsRecord>> outDataStore concode_elem_sep Map<ComponentType,StatisticsRecord> category...
void function ( ) { ExtendedMetadataDelegate loc0 = getMetadata ( "srini_string" ) ; loc0 . setMetadataRequireSignature ( true ) ; loc0 . setMetadataTrustCheck ( true ) ; manager . addMetadataProvider ( loc0 ) ; manager . refreshMetadata ( ) ; assertNull ( manager . getEntityDescriptor ( "srini_string" ) ) ; }
test verifies that metadata signed by trusted ca but with intermediary certificate missing is skipped . concode_field_sep MetadataManager manager concode_elem_sep ApplicationContext context concode_elem_sep ParserPool pool concode_elem_sep KeyManager keyManager concode_field_sep void testSignature_invalidSelfSigned con...
double function ( ) { return params . windowSizeInSeconds ; }
the size of the analysis window , in seconds . concode_field_sep double[] voicingProbabilities concode_elem_sep int minT0Index concode_elem_sep double shortTermAverageF0 concode_elem_sep int ss concode_elem_sep int frameIndex concode_elem_sep double[] pitchFrm concode_elem_sep double[] f0s concode_elem_sep PitchFileHea...
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 ...
LoggingEvent function ( int arg0 ) { if ( arg0 < 0 || arg0 >= numElems ) return null ; return ea [ ( first + arg0 ) % maxSize ] ; }
get the ith oldest event currently in the buffer . if i is outside the range 0 to the number of elements currently in the buffer , then null is returned . concode_field_sep int last concode_elem_sep int numElems concode_elem_sep int maxSize concode_elem_sep LoggingEvent[] ea concode_elem_sep int first concode_field_sep...
void function ( IDocument arg0 , IRegion arg1 ) { fDocument = arg0 ; fOffset = arg1 . getOffset ( ) ; fEndOffset = fOffset + arg1 . getLength ( ) ; }
configures this document iterator with the document section to be visited . concode_field_sep int fEndOffset concode_elem_sep int fIndex concode_elem_sep IDocument fDocument concode_elem_sep DocumentCharacterIterator fDocIter concode_elem_sep int fOffset concode_field_sep char next concode_elem_sep char current concode...
String function ( ) { return id ; }
obtiene el valor de la propiedad id . concode_field_sep String id concode_elem_sep byte[] value concode_field_sep byte[] getValue concode_elem_sep void setValue concode_elem_sep void setId
void function ( Bundle arg0 ) { if ( activityResultCallback != null ) { String loc0 = activityResultCallback . getServiceName ( ) ; arg0 . putString ( "srini_string" , loc0 ) ; } if ( pluginManager != null ) { arg0 . putBundle ( "srini_string" , pluginManager . onSaveInstanceState ( ) ) ; } }
saves parameters for startactivityforresult . concode_field_sep Activity activity concode_elem_sep int resultCode concode_elem_sep int activityResultRequestCode concode_elem_sep Intent intent concode_elem_sep Bundle savedPluginState concode_elem_sep String TAG concode_elem_sep PluginManager pluginManager concode_elem_s...
byte [ ] function ( ) { if ( saslClient != null && saslClient . hasInitialResponse ( ) ) { try { return saslClient . evaluateChallenge ( new byte [ 0 ] ) ; } catch ( SaslException loc1 ) { throw Throwables . propagate ( loc1 ) ; } } else { return new byte [ 0 ] ; } }
used to initiate sasl handshake with server . concode_field_sep String secretKeyId concode_elem_sep SecretKeyHolder secretKeyHolder concode_elem_sep Logger logger concode_elem_sep SaslClient saslClient concode_elem_sep String expectedQop concode_field_sep byte[] response concode_elem_sep void dispose concode_elem_sep v...
void function ( String arg0 ) { this . msisdn = arg0 ; }
sets the value of the msisdn property . concode_field_sep String numberOfPayments concode_elem_sep JAXBElement<String> accountCode concode_elem_sep JAXBElement<String> dealerCode concode_elem_sep XMLGregorianCalendar eligibilityDate concode_elem_sep String accountSubType concode_elem_sep JAXBElement<String> ixcCode con...
void function ( final E arg0 ) { if ( arg0 instanceof Iterator ) { findNextByIterator ( ( Iterator < ? extends E > ) arg0 ) ; } else { currentValue = arg0 ; hasNext = true ; } }
finds the next object in the iteration given any start object . concode_field_sep Iterator<? extends E> lastUsedIterator concode_elem_sep E root concode_elem_sep Transformer<? super E,? extends E> transformer concode_elem_sep boolean hasNext concode_elem_sep Iterator<? extends E> currentIterator concode_elem_sep Deque<...
String function ( ) { return "srini_string" ; }
returns the name of a user profile associated with the thread when work is performed on behalf of the principal . concode_field_sep PropertyChangeSupport changes_ concode_elem_sep VetoableChangeSupport vetos_ concode_elem_sep AS400 system_ concode_elem_sep Vector credentialListeners_ concode_elem_sep long serialVersion...
boolean function ( Object arg0 ) { if ( this == arg0 ) { return true ; } if ( ! ( arg0 instanceof Proxy ) ) { return false ; } Proxy loc0 = ( Proxy ) arg0 ; return ( type == loc0 . type ) && address . equals ( loc0 . address ) ; }
compares the specified obj to this proxy instance andreturns whether they are equal or not . the given object must be an instance of proxy with the same address and the same type valueto be equal . concode_field_sep SocketAddress address concode_elem_sep Proxy.Type type concode_elem_sep Proxy NO_PROXY concode_field_sep...
void function ( String arg0 ) { this . roleArn = arg0 ; }
the arn of the iam role that grants access . concode_field_sep String roleArn concode_elem_sep String queueUrl concode_elem_sep Boolean useBase64 concode_field_sep Boolean isUseBase64 concode_elem_sep SqsAction withQueueUrl concode_elem_sep void setUseBase64 concode_elem_sep String getQueueUrl concode_elem_sep void set...
void function ( String arg0 [ ] ) { JobConf loc0 = ValueAggregatorJob . createValueAggregatorJob ( arg0 ) ; JobClient . runJob ( loc0 ) ; }
create and run an aggregate based map/reduce job . concode_field_sep PlaceHolder placeHolder concode_field_sep JobControl createValueAggregatorJobs concode_elem_sep JobControl createValueAggregatorJobs concode_elem_sep JobConf createValueAggregatorJob concode_elem_sep JobConf createValueAggregatorJob concode_elem_sep J...
void function ( MockHttpServletRequest arg0 ) { this . printer . printValue ( "srini_string" , arg0 . getMethod ( ) ) ; this . printer . printValue ( "srini_string" , arg0 . getRequestURI ( ) ) ; this . printer . printValue ( "srini_string" , getParamsMultiValueMap ( arg0 ) ) ; this . printer . printValue ( "srini_stri...
print the request . concode_field_sep ResultValuePrinter printer concode_field_sep void printAsyncResult concode_elem_sep void handle concode_elem_sep void printHeading concode_elem_sep void printModelAndView concode_elem_sep ResultValuePrinter getPrinter concode_elem_sep void printResponse concode_elem_sep HttpHeaders...
void function ( ) { prepareStateTest ( ) ; validator . validate ( state , diagnostics , new HashMap < Object , Object > ( ) ) ; assertNoIssue ( diagnostics , ISSUE_STATE_WITHOUT_OUTGOING_TRANSITION ) ; }
a regular state may be a dead end . concode_field_sep SGraphFactory factory concode_elem_sep BasicDiagnostic diagnostics concode_elem_sep SGraphValidator validator concode_elem_sep StextFactory sTextFactory concode_elem_sep State state concode_elem_sep Region region concode_elem_sep Statechart statechart concode_field_...
BoxDataSet function ( ) { return new BoxDataSet ( new ShortDataBox ( 4 , 4 ) , null ) ; }
generates a simple exemplar of this class to test serialization . concode_field_sep long serialVersionUID concode_elem_sep double[][] data concode_field_sep void set concode_elem_sep int numRows concode_elem_sep DataBox like concode_elem_sep Number get concode_elem_sep DataBox copy concode_elem_sep int numCols concode_...
String function ( String arg0 ) { return ( String ) parameters . get ( arg0 ) ; }
returns the value of the given attribute for this content type . for example , if the content type is `` text/xml ; charset = `` iso-8859-4 '' '' , then the value for the attribute `` charset '' is `` is-8859-4 '' . concode_field_sep boolean foundDelim concode_elem_sep String subtype concode_elem_sep Hashtable paramete...
void function ( Page arg0 ) { }
implemented annotation callback method . this method is called when a pages annotations been initialized but before the page has been painted . this method blocks the concode_field_sep DocumentViewController documentViewController concode_elem_sep Logger logger concode_field_sep void proccessAnnotationAction concode_el...
void function ( String arg0 ) { this . billingAccountName = arg0 ; }
sets the value of the billingaccountname property . concode_field_sep String date concode_elem_sep Money spendingLimit concode_elem_sep String startDateTime concode_elem_sep String billingAccountName concode_elem_sep String budgetOrderName concode_elem_sep String endDateTime concode_elem_sep String poNumber concode_ele...
int function ( ) { return 2 ; }
size of the output block on encoding produced by getdecodedblocksize bytes . concode_field_sep byte[] hexTable concode_field_sep int encode concode_elem_sep int getDecodedBlockSize concode_elem_sep int decode
OkHttpClient function ( Proxy arg0 ) { this . proxy = arg0 ; return this ; }
sets the http proxy that will be used by connections created by this client . this takes precedence over #setproxyselector , which is only honored when this proxy is null which it is by default . to disable proxy use completely , call setproxy proxy.no _ proxy . concode_field_sep boolean followProtocolRedirects concode...
org . hibernate . SessionFactory function ( ) { return sessionFactory ; }
return session factory concode_field_sep Configuration configuration concode_elem_sep String configFile concode_elem_sep ThreadLocal<Session> threadLocal concode_elem_sep String CONFIG_FILE_LOCATION concode_elem_sep org.hibernate.SessionFactory sessionFactory concode_field_sep Configuration getConfiguration concode_ele...
void function ( String arg0 ) { this . issuerID = arg0 ; }
set the issuer id concode_field_sep String issuerID concode_elem_sep String authMethod concode_elem_sep SAML11AssertionType issuedAssertion concode_elem_sep List<SAML11StatementAbstractType> statements concode_elem_sep SAML11ConditionsType conditions concode_elem_sep SAML11SubjectType subjectType concode_field_sep SAML...
boolean function ( ControllerInterface < ? > arg0 ) { return _myController . equals ( arg0 ) ; }
checks if the controlevent originates from a specific controller or controllergroup . concode_field_sep int myAction concode_elem_sep boolean isTab concode_elem_sep int TAB concode_elem_sep int UNDEFINDED concode_elem_sep int GROUP concode_elem_sep ControllerInterface<?> _myController concode_elem_sep boolean isGroup c...
void function ( ConnectionFactory arg0 ) { Assert . notNull ( arg0 , "srini_string" ) ; this . targetConnectionFactory = arg0 ; }
set the target connectionfactory that this connectionfactory should delegate to . concode_field_sep boolean shouldStopConnections concode_elem_sep ConnectionFactory targetConnectionFactory concode_field_sep ConnectionFactory getTargetConnectionFactory concode_elem_sep void afterPropertiesSet concode_elem_sep Connection...
void function ( Map < String , Object > arg0 ) { if ( arg0 != null && ! ( arg0 instanceof HashMap ) ) { this . otherInfo = new HashMap < String , Object > ( arg0 ) ; } else { this . otherInfo = ( HashMap < String , Object > ) arg0 ; } }
set the other info map to the given map of other information concode_field_sep HashMap<String,Set<Object>> primaryFilters concode_elem_sep HashMap<String,Object> otherInfo concode_elem_sep HashMap<String,Set<String>> relatedEntities concode_elem_sep String entityType concode_elem_sep String entityId concode_elem_sep Lo...
Builder < VType > function ( int arg0 , VType arg1 ) { map . put ( arg0 , arg1 ) ; return this ; }
a put operation that can be used in the fluent pattern . concode_field_sep ImmutableOpenIntMap EMPTY concode_elem_sep IntObjectHashMap<VType> map concode_field_sep VType getOrDefault concode_elem_sep void indexInsert concode_elem_sep IntLookupContainer keys concode_elem_sep IntCollection keys concode_elem_sep void rele...
String function ( ) { return this . clientName ; }
getter/setter methods concode_field_sep String clientHost concode_elem_sep String clientName concode_elem_sep int pSourceId concode_elem_sep String producerName concode_elem_sep RelayInfo.LSourceInfo[] lSourceInfos concode_elem_sep String pSourceName concode_elem_sep String producerSinceSCN concode_elem_sep Map<String,...
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...
long function ( ) { return numberOfVertices ; }
retrieves the number of vertices in the graph . concode_field_sep K vertexId concode_elem_sep EdgesIterator<K,EV> edgeIterator concode_elem_sep long numberOfVertices concode_elem_sep long outDegree concode_elem_sep Iterator<?> edges concode_elem_sep long serialVersionUID concode_elem_sep Edge<K,EV> edge concode_elem_se...
void function ( final String arg0 ) { this . etag = arg0 ; }
sets the etag for the request . concode_field_sep Exception exception concode_elem_sep String contentMD5 concode_elem_sep int statusCode concode_elem_sep String serviceRequestID concode_elem_sep String requestDate concode_elem_sep String etag concode_elem_sep StorageLocation targetLocation concode_elem_sep Date startDa...
DefaultClientWebRequestBuilder function ( String arg0 ) { this . httpHeaders . setContentType ( MediaType . parseMediaType ( arg0 ) ) ; return this ; }
set the content-type request header to the given media type concode_field_sep UriTemplateHandler uriTemplateHandler concode_elem_sep MultiValueMap<String,HttpCookie> cookies concode_elem_sep List<ClientWebRequestPostProcessor> postProcessors concode_elem_sep HttpHeaders httpHeaders concode_elem_sep HttpMethod httpMetho...
int function ( ) { return theInstance . getTrackCount ( ) ; }
retrieve the number of files currently being tracked , and therefore awaiting deletion . concode_field_sep FileCleaningTracker theInstance concode_field_sep void exitWhenFinished concode_elem_sep FileCleaningTracker getInstance concode_elem_sep void track concode_elem_sep void track concode_elem_sep void track concode_...
URI function ( final URI arg0 , final URI arg1 ) { String loc0 = arg0 . toString ( ) ; loc0 = loc0 . indexOf ( '?' ) > - 1 ? loc0 . substring ( 0 , loc0 . indexOf ( '?' ) ) : loc0 ; return URI . create ( loc0 + arg1 . toString ( ) ) ; }
resolves a reference starting with a query string . concode_field_sep PlaceHolder placeHolder concode_field_sep URI removeDotSegments concode_elem_sep URI resolve concode_elem_sep URI resolve concode_elem_sep URI rewriteURI concode_elem_sep URI rewriteURI concode_elem_sep HttpHost extractHost concode_elem_sep URI creat...
String function ( String arg0 , CordovaInterface arg1 ) { return FileHelper . getRealPath ( Uri . parse ( arg0 ) , arg1 ) ; }
returns the real path of the given uri . if the given uri is a content : / / uri , the real path is retrieved from the media store . concode_field_sep String _DATA concode_elem_sep String LOG_TAG concode_field_sep String getRealPathFromURI_API11to18 concode_elem_sep String getDataColumn concode_elem_sep boolean isGoogl...
String function ( final String arg0 ) { return parameters . get ( arg0 . toLowerCase ( Locale . ROOT ) ) ; }
returns the value of a given parameter . if the parameter does not exist the method returns null . concode_field_sep ContentType APPLICATION_HTTP concode_elem_sep ContentType JSON concode_elem_sep String VALUE_ODATA_METADATA_MINIMAL concode_elem_sep ContentType APPLICATION_ATOM_XML_FEED_UTF8 concode_elem_sep String MUL...
Mail function ( ) { String loc0 = Config . get ( ) . getString ( "srini_string" ) ; if ( loc0 == null ) { return new SmtpMail ( ) ; } try { Class loc1 = Class . forName ( loc0 ) ; return ( Mail ) loc1 . newInstance ( ) ; } catch ( Exception loc1 ) { return new SmtpMail ( ) ; } }
get the mailer associated with this class concode_field_sep PlaceHolder placeHolder concode_field_sep String getSubject concode_elem_sep String[] getRecipients concode_elem_sep void execute
String function ( int arg0 , int arg1 ) { String loc0 = "srini_string" ; intValue = ( arg0 + ( arg1 * rows ) ) ; if ( intValue <= NUMBER_OF_ITEMS ) { loc0 = getCharacter ( intValue ) ; } return loc0 ; }
retrieves a character from the alphabet for display in the ui . concode_field_sep int columns concode_elem_sep int intValue concode_elem_sep int NUMBER_OF_ITEMS concode_elem_sep DataModel rowDataModel concode_elem_sep SelectItem[] columnsItems concode_elem_sep Object column concode_elem_sep Object row concode_elem_sep ...
Set < String > function ( ) { return new HashSet < String > ( parameterNames ) ; }
answer the set of parameter names a subset of the variable names . concode_field_sep Logger log concode_elem_sep URLforResource ufr concode_elem_sep Map<String,Object> vars concode_elem_sep Set<String> parameterNames concode_field_sep String getValueString concode_elem_sep Bindings uplift concode_elem_sep Bindings copy...
XMLCoordinateType function ( ) { return coordinate ; }
gets the value of the coordinate property . concode_field_sep XMLCoordinateType coordinate concode_elem_sep XMLActLocationType actLocation concode_field_sep XMLActLocationType getActLocation concode_elem_sep void setActLocation concode_elem_sep void setCoordinate
void function ( String arg0 ) { this . codDoc = arg0 ; }
define el valor de la propiedad coddoc . concode_field_sep String claveAcceso concode_elem_sep String ruc concode_elem_sep String razonSocial concode_elem_sep String estab concode_elem_sep String ptoEmi concode_elem_sep String ambiente concode_elem_sep String nombreComercial concode_elem_sep String codDoc concode_elem_...
HashSet function ( ) { if ( constraintPath == null ) { constraintPath = new HashSet ( ) ; } return constraintPath ; }
for cascade operations concode_field_sep HashMappedList tableUpdateList concode_elem_sep HsqlArrayList stack concode_elem_sep LongDeque savepointTimestamps concode_elem_sep Session session concode_elem_sep Object[] routineArguments concode_elem_sep HashSet constraintPath concode_elem_sep Object[] dynamicArguments conco...
Person function ( ) { return new Person ( ) ; }
create an instance of person concode_field_sep PlaceHolder placeHolder concode_field_sep placeholderType placeHolder
void function ( Class < ? > arg0 ) { binder . getProvider ( arg0 ) ; }
instructs guice to require a binding to the given type . concode_field_sep PrivateBinder binder concode_field_sep void addError concode_elem_sep void addError concode_elem_sep void addError concode_elem_sep Stage currentStage concode_elem_sep void configure concode_elem_sep void configure concode_elem_sep void requestI...
Optional < Integer > function ( ) { return this . affectedItems ; }
gets the number of items affected by the command . concode_field_sep CommandResult SUCCESS concode_elem_sep Integer affectedItems concode_elem_sep CommandResult EMPTY concode_elem_sep Integer successCount concode_elem_sep Integer queryResult concode_elem_sep Integer affectedEntities concode_elem_sep Integer affectedBlo...
void function ( RepositoryResource arg0 ) { assertNotNull ( "srini_string" , arg0 . getMainAttachment ( ) ) ; assertEquals ( "srini_string" , arg0 . getMainAttachmentSize ( ) , arg0 . getMainAttachment ( ) . getSize ( ) ) ; }
checks that the resource has a main attachment and that the filesize in the asset metadata matches the filesize in the attachment metadata . concode_field_sep PlaceHolder placeHolder concode_field_sep void checkCopyFields concode_elem_sep void populateResource concode_elem_sep void simpleUpload
boolean function ( ) { return ( mInUseLength + mFreeList . size ( ) > mMaxLength ) ; }
determines if the current length of the bucket free + used exceeds the max length specified concode_field_sep String TAG concode_elem_sep int mMaxLength concode_elem_sep int mInUseLength concode_elem_sep int mItemSize concode_elem_sep ConcurrentLinkedQueue<V> mFreeList concode_field_sep V pop concode_elem_sep void decr...
Tree function ( String arg0 ) { return namesToNodes . get ( arg0 ) ; }
returns the node labeled with name in the pattern . concode_field_sep Tree findCurrent concode_elem_sep Iterator<Tree> findIterator concode_elem_sep IdentityHashMap<Tree,Tree> nodesToParents concode_elem_sep Map<String,Tree> namesToNodes concode_elem_sep HeadFinder headFinder concode_elem_sep Tree root concode_elem_sep...
int function ( ) { throw new RuntimeException ( "srini_string" ) ; }
should return the number of objects that have been assigned numbers . concode_field_sep PlaceHolder placeHolder concode_field_sep void add concode_elem_sep long get concode_elem_sep Long get
void function ( String arg0 ) { this . marker = arg0 ; }
an optional pagination token provided by a previous request . if this parameter is specified , the response includes only records beyond the marker , up to the value specified by maxrecords . concode_field_sep com.amazonaws.internal.ListWithAutoConstructFlag<DBEngineVersion> dBEngineVersions concode_elem_sep String mar...
void function ( PBKey arg0 ) { _brokerKey = arg0 ; }
sets the key of the persistence broker used by this indirection handler . concode_field_sep PBKey _brokerKey concode_elem_sep long serialVersionUID concode_elem_sep Object _realSubject concode_elem_sep Identity _id concode_elem_sep ArrayList _listeners concode_elem_sep PersistenceBrokerInternal broker concode_elem_sep ...
void function ( int arg0 , String arg1 , List < Object > arg2 , Object arg3 ) { _delegate . emitDirect ( arg0 , arg1 , arg2 , arg3 ) ; }
emits a tuple to the specified task on the specified output stream . this output stream must have been declared as a direct stream , and the specified task must use a direct grouping on this stream to receive the message . note that storm 's event logging functionality will only work if the messageid is serializable vi...
void function ( Executor arg0 ) { mExecutor = arg0 ; }
set the executor to use to submit/run tasks . concode_field_sep List<E> mInput concode_elem_sep AtomicLong mCurrentCycle concode_elem_sep Executor mExecutor concode_field_sep void taskDone concode_elem_sep List<E> getNextInput concode_elem_sep void initiateHook concode_elem_sep long currentCycle concode_elem_sep Execut...
void function ( Boolean arg0 ) { this . allowBlank = arg0 ; }
sets the value of the allowblank property . concode_field_sep String formula1 concode_elem_sep Boolean allowBlank concode_elem_sep Object parent concode_elem_sep Boolean showErrorMessage concode_elem_sep String formula2 concode_elem_sep STDataValidationImeMode imeMode concode_elem_sep Boolean showDropDown concode_elem_...