code stringlengths 20 663 | nl stringlengths 68 7.19k |
|---|---|
void function ( StepMovedEvent arg0 ) { PlatformImpl . runAndWait ( ( ) -> sortPreviews ( getPreviews ( ) ) ) ; } | any time a step is moved in the pipeline , we have to re-sort the previews concode_field_sep Pipeline pipeline concode_elem_sep EventBus eventBus concode_elem_sep HBox previewBox concode_elem_sep SocketPreviewViewFactory previewViewFactory concode_field_sep void sortPreviews concode_elem_sep int compareSockets concode_... |
void function ( ObjectInputStream arg0 ) { arg0 . defaultReadObject ( ) ; this . listenerList = new EventListenerList ( ) ; } | provides serialization support . concode_field_sep boolean visible concode_elem_sep EventListenerList listenerList concode_field_sep void setVisible concode_elem_sep void removeChangeListener concode_elem_sep int hashCode concode_elem_sep boolean equals concode_elem_sep void notifyListeners concode_elem_sep Object clon... |
Function < T , R > function ( ) { return underTest ; } | used by the framework . concode_field_sep List<Supplier<Matcher<? super R>>> result concode_elem_sep List<Supplier<T>> input concode_elem_sep Function<T,R> underTest concode_elem_sep List<Supplier<T>> tmpInput concode_elem_sep List<Supplier<String>> name concode_elem_sep List<Supplier<Matcher<? super R>>> tmpResult con... |
String function ( ) { return number ; } | gets the value of the number property . concode_field_sep String number concode_elem_sep String name concode_elem_sep String description concode_elem_sep String uuid concode_field_sep void setName concode_elem_sep String getName concode_elem_sep String getUuid concode_elem_sep void setDescription concode_elem_sep void ... |
java . lang . String function ( ) { return workflowRuleName ; } | gets the workflowrulename value for this workflowrequest . concode_field_sep java.lang.String workflowRequestType concode_elem_sep com.google.api.ads.dfp.axis.v201405.WorkflowEntityType entityType concode_elem_sep java.lang.Object __equalsCalc concode_elem_sep boolean __hashCodeCalc concode_elem_sep java.lang.String wo... |
void function ( Configuration arg0 ) { Job loc0 = Job . getInstance ( arg0 ) ; loc0 . setJarByClass ( TestLineRecordReaderJobs . class ) ; loc0 . setMapperClass ( Mapper . class ) ; loc0 . setReducerClass ( Reducer . class ) ; FileInputFormat . addInputPath ( loc0 , inputDir ) ; FileOutputFormat . setOutputPath ( loc0 ... | creates and runs an mr job concode_field_sep Path outputDir concode_elem_sep Path workDir concode_elem_sep Path inputDir concode_field_sep void testCustomRecordDelimiters concode_elem_sep void testDefaultRecordDelimiters concode_elem_sep void createInputFile concode_elem_sep String readOutputFile |
AlgorithmIdentifier function ( ) { return signature ; } | returns the value of signature field of the structure . concode_field_sep AlgorithmIdentifier signature concode_elem_sep Date thisUpdate concode_elem_sep List<RevokedCertificate> revokedCertificates concode_elem_sep Date revocationDate concode_elem_sep Extensions crlExtensions concode_elem_sep byte[] encoding concode_e... |
String function ( ) { Locale loc0 ; if ( language . equals ( "srini_string" ) ) { return "srini_string" ; } else if ( language . equals ( "srini_string" ) ) { return "srini_string" ; } else { loc0 = new Locale ( language , country ) ; return loc0 . getDisplayName ( ) ; } } | get the displayable name for this language concode_field_sep String country concode_elem_sep String language concode_field_sep String toString concode_elem_sep void setLanguage |
Map < String , MetadataFieldMapper . TypeParser > function ( ) { return metadataMapperParsers ; } | return a map of the meta mappers that have been registered . the returned map uses the name of the field as a key . concode_field_sep Map<String,Mapper.TypeParser> mapperParsers concode_elem_sep Map<String,MetadataFieldMapper.TypeParser> metadataMapperParsers concode_field_sep Map<String,Mapper.TypeParser> getMapperPar... |
void function ( RouteboxDispatchStrategy arg0 ) { this . dispatchStrategy = arg0 ; } | to use a custom routeboxdispatchstrategy which allows to use custom dispatching instead of the default . concode_field_sep long connectionTimeout concode_elem_sep int queueSize concode_elem_sep long pollInterval concode_elem_sep Map<String,String> dispatchMap concode_elem_sep URI uri concode_elem_sep String innerProtoc... |
long function ( ) { return mDateModified ; } | returns the modification date of the mtp object the value is represented as milliseconds since january 1 , 1970 concode_field_sep int mParent concode_elem_sep int mAssociationType concode_elem_sep int mImagePixWidth concode_elem_sep int mAssociationDesc concode_elem_sep int mFormat concode_elem_sep int mStorageId conco... |
void function ( String arg0 ) { addInfoMessage ( null , arg0 ) ; } | add information message . concode_field_sep PlaceHolder placeHolder concode_field_sep String getRequestParameter concode_elem_sep Application getApplication concode_elem_sep Object getElValue concode_elem_sep ServletContext getServletContext concode_elem_sep Object getManagedBean concode_elem_sep String getJsfEl concod... |
File function ( ) { return root ; } | get file root of this deployment concode_field_sep Connector connector concode_elem_sep File root concode_elem_sep String deploymentName concode_elem_sep long serialVersionUID concode_elem_sep AttachmentKey<ConnectorXmlDescriptor> ATTACHMENT_KEY concode_elem_sep URL url concode_field_sep Connector getConnector concode_... |
int function ( ) { return SKIP_BODY ; } | default processing for a body . concode_field_sep Tag parent concode_elem_sep PageContext pageContext concode_elem_sep Hashtable<String,Object> values concode_elem_sep String id concode_field_sep Tag getParent concode_elem_sep Enumeration<String> getValues concode_elem_sep void release concode_elem_sep String getId con... |
boolean function ( ) { return hasNext ( ) ; } | nb this method currently has a mis-feature in that it returns false incorrectly when there is a single end-of-line left in the file . concode_field_sep Scanner scanner concode_field_sep String next concode_elem_sep boolean hasNextBigInteger concode_elem_sep float nextFloat concode_elem_sep BigDecimal nextBigDecimal con... |
void function ( ContainerResolver arg0 ) { if ( arg0 == null ) arg0 = DEFAULT ; theResolver = arg0 ; } | sets the custom container resolver which can be used to get client 's container . concode_field_sep ContainerResolver theResolver concode_elem_sep ThreadLocalContainerResolver DEFAULT concode_field_sep Container getContainer concode_elem_sep ThreadLocalContainerResolver getDefault concode_elem_sep ContainerResolver get... |
void function ( EditPane arg0 , int arg1 , int arg2 ) { arg0 . getBufferSet ( ) . moveBuffer ( arg1 , arg2 ) ; } | moves a buffer from a old position to a new position in the bufferset used in an editpane . concode_field_sep BufferSet.Scope scope concode_field_sep void handleEditPaneUpdate concode_elem_sep void addBuffer concode_elem_sep void addBuffer concode_elem_sep Buffer createUntitledBuffer concode_elem_sep void _removeBuffer... |
AttributeCondition function ( String arg0 , String arg1 , boolean arg2 , String arg3 ) { return new CSSAttributeCondition ( arg0 , arg1 , arg2 , arg3 ) ; } | sac : implements conditionfactory #createattributecondition string , string , boolean , string . concode_field_sep String classLocalName concode_elem_sep String idNamespaceURI concode_elem_sep String classNamespaceURI concode_elem_sep String idLocalName concode_field_sep LangCondition createLangCondition concode_elem_s... |
String function ( ) { return null ; } | override this method if file extension to be used with samples is different from the one returned by associated file type . concode_field_sep SettingsType myCurrSettingsType concode_elem_sep ExtensionPointName<LanguageCodeStyleSettingsProvider> EP_NAME concode_elem_sep Set<String> myCollectedFields concode_field_sep in... |
long function ( ) { return id ; } | gets the id . concode_field_sep Map<String,String> _tags concode_elem_sep long id concode_field_sep boolean isTagDeniedAccess concode_elem_sep boolean isTagTrue concode_elem_sep Map<String,String> getTagsByPrefix concode_elem_sep boolean isMotorcarExplicitlyDenied concode_elem_sep boolean hasTag concode_elem_sep boolea... |
void function ( UUID arg0 ) { pendingDeltas . remove ( arg0 ) ; deltas . put ( arg0 , 0L ) ; if ( ready ( ) ) notifyAll ( ) ; } | callback invoked when node left . concode_field_sep GridClockDeltaVersion ver concode_elem_sep long[] vals concode_elem_sep Map<UUID,DeltaAverage> pendingDeltas concode_elem_sep int idx concode_elem_sep Map<UUID,Long> deltas concode_field_sep boolean onDeltaReceived concode_elem_sep void onValue concode_elem_sep long a... |
boolean function ( int arg0 ) { return ( arg0 >= LOGLEVEL ) ; } | determine if log level will be logged concode_field_sep int WARN concode_elem_sep int VERBOSE concode_elem_sep int ERROR concode_elem_sep int LOGLEVEL concode_elem_sep int DEBUG concode_elem_sep int INFO concode_field_sep void d concode_elem_sep void d concode_elem_sep void d concode_elem_sep void setLogLevel concode_e... |
boolean function ( ) { return ( this . view != null ) ; } | indicate whether or not this modelandview has a view , eitheras a view name or as a direct view instance . concode_field_sep Object view concode_elem_sep ModelMap model concode_elem_sep boolean cleared concode_field_sep boolean wasCleared concode_elem_sep Map<String,Object> getModel concode_elem_sep void setViewName co... |
String function ( ) { return NAME ; } | accessor for name concode_field_sep String OPTION_NAME_LOADORDER concode_elem_sep PCGenMessageHandler messageHandler concode_elem_sep String NAME concode_elem_sep String LOG_NAME concode_elem_sep NotesView theView concode_elem_sep String IN_NAME concode_elem_sep String OPTION_NAME_SYSTEM concode_elem_sep String EXTENSI... |
void function ( ) { nbBacktrack ++ ; } | a backtrack has been done . concode_field_sep int nbSuccessMaxComparison concode_elem_sep int nbBacktrack concode_elem_sep int nbSuccessIdenticComparison concode_elem_sep int nbNoMatch concode_elem_sep int nbMaxDistComparison concode_elem_sep int nbDoubleCheck concode_elem_sep int nbFailedDoubleCheck concode_elem_sep i... |
int function ( ) { return ( int ) Math . round ( x ) ; } | gets the leftmost x-position of this rectangle . concode_field_sep boolean filled concode_elem_sep double x concode_elem_sep double width concode_elem_sep double y concode_elem_sep Color color concode_elem_sep double height concode_field_sep int getHeight concode_elem_sep int getY concode_elem_sep void grow concode_ele... |
Serializable function ( byte [ ] arg0 ) { return deserializeFromByteArray ( arg0 , null ) ; } | deserializes an object from byte array using the default class loader used in objectinputstream , i.e. if there is a method on the current call stack whose class was loaded via a custom class loader , this class loader is used . otherwise the default class loader is used . also see the documentation of objectinputstrea... |
void function ( java . io . InputStream arg0 , String arg1 , int arg2 , int arg3 ) { ReInit ( arg0 , arg1 , arg2 , arg3 , 4096 ) ; } | reinitialise . concode_field_sep int bufpos concode_elem_sep boolean prevCharIsLF concode_elem_sep int bufsize concode_elem_sep int available concode_elem_sep int tabSize concode_elem_sep java.io.Reader inputStream concode_elem_sep int line concode_elem_sep boolean staticFlag concode_elem_sep int bufcolumn[] concode_el... |
void function ( IProject arg0 , GeneratorEntry arg1 ) { GeneratorUtils . createEmptyProject ( arg0 ) ; } | the default implementation only creates a new default project . clients may override if they want to contribute generatorspecific project setup concode_field_sep String SCT_GENERATOR_CONSOLE concode_elem_sep IGeneratorBridge bridge concode_elem_sep MessageConsoleStream error concode_elem_sep Injector injector concode_e... |
String function ( final Package arg0 , final String arg1 ) { Validate . notNull ( arg0 , "srini_string" , "srini_string" ) ; Validate . notNull ( arg1 , "srini_string" , "srini_string" ) ; return arg0 . getName ( ) + "srini_string" + arg1 ; } | returns the fully qualified name for the resource with name resourcename relative to the given context.note that this method does not check whether the resource actually exists . it only constructs the name . null inputs are not allowed . classpathutils.tofullyqualifiedname stringutils.class.getpackage , `` stringutils... |
void function ( int arg0 , int arg1 ) { } | an imageproducer indicates the size of the image being produced using this method . concode_field_sep ColorModel model concode_elem_sep int scansize concode_elem_sep int offset concode_elem_sep boolean grabbing concode_elem_sep byte pixel_bufferb[] concode_elem_sep ImageProducer ip concode_elem_sep int x concode_elem_s... |
Node function ( ) { return node ; } | returns the node that matched the given conditions . concode_field_sep Node node concode_elem_sep NodeMetadata metadata concode_field_sep NodeMetadata getMetadata |
byte [ ] function ( int arg0 ) { byte [ ] loc0 = new byte [ 4 ] ; loc0 [ 0 ] = ( byte ) ( ( arg0 >> 24 ) & 0xff ) ; loc0 [ 1 ] = ( byte ) ( ( arg0 >> 16 ) & 0xff ) ; loc0 [ 2 ] = ( byte ) ( ( arg0 >> 8 ) & 0xff ) ; loc0 [ 3 ] = ( byte ) ( arg0 & 0xff ) ; return loc0 ; } | converts an integer value to the big endian 4-byte representation . concode_field_sep PlaceHolder placeHolder concode_field_sep long intBigEndianBytesToLong concode_elem_sep Certificate getLocalCert concode_elem_sep Certificate getPeerCert concode_elem_sep String bytesToHexString concode_elem_sep byte[] hexStringToByte... |
String function ( ) { return this . user ; } | get the user performing the logged action concode_field_sep String user concode_elem_sep String level concode_elem_sep String action concode_elem_sep Date date concode_elem_sep String params concode_field_sep boolean isLevel concode_elem_sep String getLevel concode_elem_sep boolean afterDate concode_elem_sep Date getDa... |
List function ( ) { return alwaysCopyEObjectInfoList ; } | obtains the objectinfo meta-data for the associated copy-always objects , corresponding one-for-one with the #copyalwaysids . concode_field_sep List copyAlwaysIds concode_elem_sep String containerClass concode_elem_sep String hints concode_elem_sep String copyParentId concode_elem_sep List alwaysCopyEObjectInfoList con... |
String function ( double arg0 , String arg1 ) { return "srini_string" + arg0 + "srini_string" + arg1 ; } | format readable feedback concode_field_sep String feedback concode_elem_sep int correct concode_elem_sep int TESTS concode_field_sep String printPath concode_elem_sep String appendFeedback concode_elem_sep void main concode_elem_sep void run concode_elem_sep void judge concode_elem_sep void runTest |
boolean function ( ) { return ( isLocalRollbackOnly ( ) || isGlobalRollbackOnly ( ) ) ; } | determine the rollback-only flag via checking both the local rollback-only flag of this transactionstatus and the global rollback-only flag of the underlying transaction , if any . concode_field_sep boolean rollbackOnly concode_elem_sep Object savepoint concode_elem_sep boolean completed concode_field_sep boolean isLoc... |
COSBase function ( ) { return option ; } | convert this standard java object to a cos object . concode_field_sep COSArray option concode_field_sep void setOption concode_elem_sep String getDefaultAppearanceString concode_elem_sep void setDefaultAppearanceString concode_elem_sep String getOption concode_elem_sep COSArray getCOSArray |
java . util . List < DeliveryChannelStatus > function ( ) { if ( deliveryChannelsStatus == null ) { deliveryChannelsStatus = new com . amazonaws . internal . SdkInternalList < DeliveryChannelStatus > ( ) ; } return deliveryChannelsStatus ; } | a list that contains the status of a specified delivery channel . concode_field_sep com.amazonaws.internal.SdkInternalList<DeliveryChannelStatus> deliveryChannelsStatus concode_field_sep int hashCode concode_elem_sep DescribeDeliveryChannelStatusResult withDeliveryChannelsStatus concode_elem_sep DescribeDeliveryChannel... |
com . liferay . mail . model . Attachment function ( long arg0 ) { return _attachmentLocalService . getAttachment ( arg0 ) ; } | returns the attachment with the primary key . concode_field_sep AttachmentLocalService _attachmentLocalService concode_field_sep java.lang.String getOSGiServiceIdentifier concode_elem_sep void setWrappedService concode_elem_sep com.liferay.portal.kernel.dao.orm.ActionableDynamicQuery getActionableDynamicQuery concode_e... |
ResourceChainRegistration function ( ResourceTransformer arg0 ) { Assert . notNull ( arg0 , "srini_string" ) ; this . transformers . add ( arg0 ) ; if ( arg0 instanceof CssLinkResourceTransformer ) { this . hasCssLinkTransformer = true ; } return this ; } | add a resource transformer to the chain . concode_field_sep boolean hasCssLinkTransformer concode_elem_sep boolean isWebJarsAssetLocatorPresent concode_elem_sep List<ResourceResolver> resolvers concode_elem_sep boolean hasVersionResolver concode_elem_sep String DEFAULT_CACHE_NAME concode_elem_sep List<ResourceTransform... |
String function ( ) { return arcrole ; } | gets the value of the arcrole property . concode_field_sep MultiplicityType multiplicity concode_elem_sep String role concode_elem_sep String arcrole concode_elem_sep String show concode_elem_sep String actuate concode_elem_sep List<String> nilReason concode_elem_sep String href concode_elem_sep String type concode_ele... |
String function ( ) { Object loc0 = attributes . get ( "srini_string" ) ; if ( loc0 != null && loc0 instanceof StringObject ) { StringObject loc1 = ( StringObject ) loc0 ; return cleanString ( loc1 . getDecryptedLiteralString ( securityManager ) ) ; } else { return "srini_string" ; } } | gets the keywords associated with the document . concode_field_sep Hashtable attributes concode_elem_sep SecurityManager securityManager concode_field_sep PDate getCreationDate concode_elem_sep String getSubject concode_elem_sep String getTrappingInformation concode_elem_sep String getTitle concode_elem_sep String getA... |
boolean function ( UserRegistry arg0 , String arg1 , String arg2 , boolean arg3 ) { return checkIn ( arg0 , arg1 , arg2 , arg3 , false ) ; } | method to check-in some filesystem based resources and collections which are files and directories , into a specified registry instance . concode_field_sep PlaceHolder placeHolder concode_field_sep boolean isCheckedOut concode_elem_sep boolean update concode_elem_sep boolean update concode_elem_sep boolean checkOut |
T function ( String arg0 ) { return null ; } | this method is used to get a module participating in rule concode_field_sep String UID concode_elem_sep Visibility visibility concode_elem_sep Set<ConfigDescriptionParameter> configDescriptions concode_elem_sep String description concode_elem_sep String label concode_elem_sep List<Trigger> triggers concode_elem_sep Lis... |
void function ( boolean arg0 ) { this . urlPathHelper . setUrlDecode ( arg0 ) ; } | set if the context path and request uri should be url-decoded . both are returned undecoded by the servlet api , in contrast to the servlet path . uses either the request encoding or the default encoding according to the servlet spec iso-8859-1 . concode_field_sep String prefix concode_elem_sep String separator concode... |
List < QPathEntryFilter > function ( ) { return subFilters ; } | get sub filters . each pattern name stored in own subfilter . concode_field_sep SessionImpl session concode_elem_sep boolean getAllItems concode_elem_sep Pattern[] expressionNamePatterns concode_elem_sep Log LOG concode_elem_sep QPathEntry[] exactNames concode_elem_sep List<QPathEntryFilter> subFilters concode_elem_sep... |
int function ( ) { return E ; } | returns the number of edges in the graph . concode_field_sep int E concode_elem_sep int V concode_elem_sep Bag<Integer>[] adj concode_field_sep int V concode_elem_sep Iterable<Integer> adj concode_elem_sep int degree concode_elem_sep void main concode_elem_sep String toString concode_elem_sep void validateVertex concod... |
String function ( String arg0 ) { return gconf_client_get_string ( arg0 ) ; } | gets the value of a configuration key . concode_field_sep Object[] semaphore concode_field_sep boolean gconf_client_unset concode_elem_sep boolean gconf_client_dir_exists concode_elem_sep boolean nodeExist concode_elem_sep void gconf_client_remove_dir concode_elem_sep List gconf_client_gconf_client_all_keys concode_ele... |
void function ( Activity arg0 ) { arg0 . setRequestedOrientation ( ActivityInfo . SCREEN_ORIENTATION_LANDSCAPE ) ; } | locks the device window in landscape mode . concode_field_sep PlaceHolder placeHolder concode_field_sep void lockOrientationPortrait concode_elem_sep void lockOrientation concode_elem_sep void unlockOrientation |
List < ApiPerson > function ( ) { return getAllAsync ( apacheVkClient ) ; } | implementation like on diagram-2 concode_field_sep AsyncVkClient apacheVkClient concode_elem_sep PersonService service concode_elem_sep AsyncVkClient dummyVkClient concode_field_sep List<ApiPerson> getAllAsync concode_elem_sep List<ApiPerson> getAsyncPersons1 |
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 |
Map < K , V > function ( K arg0 , V arg1 ) { Map loc0 = of ( ) ; loc0 . put ( arg0 , arg1 ) ; return loc0 ; } | returns map containing a single entry . concode_field_sep Map mMap concode_elem_sep boolean mUnderConstruction concode_field_sep Map<K,V> build concode_elem_sep HashMap<K,V> newHashMap concode_elem_sep Builder<K,V> builder concode_elem_sep Builder<K,V> put |
int function ( ) { return fTests . size ( ) ; } | returns the number of tests in this suite concode_field_sep String fName concode_elem_sep Vector fTests concode_field_sep void setName concode_elem_sep void addTestSuite concode_elem_sep String getName concode_elem_sep void addTestMethod concode_elem_sep void run concode_elem_sep boolean isTestMethod concode_elem_sep T... |
void function ( int 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 ( String arg0 ) { System . err . println ( "srini_string" + arg0 ) ; } | print an error message . concode_field_sep PlaceHolder placeHolder concode_field_sep void generateDOTofCFG concode_elem_sep void generateDOTofCFG concode_elem_sep void generateDOTofCFG concode_elem_sep Entry<MethodTree,CompilationUnitTree> getMethodTreeAndCompilationUnit concode_elem_sep void producePDF concode_elem_se... |
boolean function ( String arg0 ) { return booleanProperty ( arg0 ) ; } | alias to booleanproperty string name concode_field_sep Logger logger concode_field_sep int intProperty concode_elem_sep boolean booleanProperty concode_elem_sep boolean booleanProperty concode_elem_sep void setProperty concode_elem_sep void setSystemProperty concode_elem_sep String property concode_elem_sep String prop... |
void function ( String arg0 ) { this . description = arg0 ; } | set the description of this group . concode_field_sep String description concode_elem_sep String groupname concode_field_sep String getGroupname concode_elem_sep void setGroupname concode_elem_sep void removeRole concode_elem_sep String getName concode_elem_sep Iterator getUsers concode_elem_sep UserDatabase getUserDat... |
int function ( ) { return date . hashCode ( ) ; } | the hashcode method generates a hash code for a com.zqh.hadoop.mr.financial.stockwritable object . the equals and hashcode methods have been automatically generated by eclipse by right-clicking on an empty line , selecting source , and then selecting the generate hashcode and equals option . concode_field_sep String da... |
boolean function ( PathFragment arg0 ) { return apply ( arg0 . getBaseName ( ) ) ; } | return true if a file referred by fragment is matched by the filetype concode_field_sep FileType NO_EXTENSION concode_field_sep Predicate<T> typeMatchingPredicateFor concode_elem_sep Predicate<T> typeMatchingPredicateFor concode_elem_sep Iterable<T> filter concode_elem_sep Iterable<T> filter concode_elem_sep Iterable<T... |
StateBuilder < T > function ( InitialEventDispatcher < T > arg0 , EventDispatcher < T > arg1 ) { return new DispatchingStateBuilder < > ( arg0 , arg1 , Optional . empty ( ) ) ; } | create a statebuilder that dispatches events using the supplied initialeventdispatcher and eventdispatcher . concode_field_sep EventDispatcher<T> updateMethodDispatcher concode_elem_sep Optional<T> state concode_elem_sep InitialEventDispatcher<T> initialEventDispatcher concode_field_sep Optional<T> get concode_elem_sep... |
void function ( String arg0 , String arg1 , Object ... arg2 ) { if ( LOG . ERROR >= LOGLEVEL ) Log . e ( arg0 , String . format ( arg1 , arg2 ) ) ; } | error log message with printf formatting . concode_field_sep int WARN concode_elem_sep int VERBOSE concode_elem_sep int ERROR concode_elem_sep int LOGLEVEL concode_elem_sep int DEBUG concode_elem_sep int INFO concode_field_sep boolean isLoggable concode_elem_sep void d concode_elem_sep void d concode_elem_sep void d co... |
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... |
String function ( ) { return node ; } | returns the node attribute that supplements the ` jid ' attribute . a node is merely something that is associated with a jid and for which the jid can provide information . node attributes should be used only when trying to provide or query information which is not directly addressable . concode_field_sep String node c... |
int function ( ) { return numWords ; } | returns the overall number of words in all blocks . concode_field_sep int numWords concode_elem_sep int numBlocks concode_field_sep float avgNumWords |
java . lang . String function ( ) { return _recentLayoutBranch . getUserUuid ( ) ; } | returns the user uuid of this recent layout branch . concode_field_sep RecentLayoutBranch _recentLayoutBranch concode_field_sep boolean isFinderCacheEnabled concode_elem_sep void setExpandoBridgeAttributes concode_elem_sep void setExpandoBridgeAttributes concode_elem_sep void setExpandoBridgeAttributes concode_elem_sep... |
com . liferay . portal . workflow . kaleo . model . KaleoTaskAssignment function ( com . liferay . portal . workflow . kaleo . model . KaleoTaskAssignment arg0 ) { return getService ( ) . deleteKaleoTaskAssignment ( arg0 ) ; } | deletes the kaleo task assignment from the database . also notifies the appropriate model listeners . concode_field_sep ServiceTracker<KaleoTaskAssignmentLocalService,KaleoTaskAssignmentLocalService> _serviceTracker concode_field_sep java.lang.String getOSGiServiceIdentifier concode_elem_sep com.liferay.portal.kernel.d... |
boolean function ( ) { return position != null ; } | tests if there is an element after the pointer position . concode_field_sep Node next concode_elem_sep Node last concode_elem_sep Object data concode_elem_sep Node previous concode_elem_sep Node position concode_elem_sep Node first concode_field_sep void next concode_elem_sep void add concode_elem_sep void set concode_... |
AiScene function ( String arg0 , Set < AiPostProcessSteps > arg1 , AssetManager arg2 ) { return aiImportAssetFile ( arg0 , AiPostProcessSteps . toRawValue ( arg1 ) , arg2 ) ; } | imports an android asset file via assimp . concode_field_sep int NATIVE_FLOAT_SIZE concode_elem_sep AiWrapperProvider<?,?,?,?,?> BUILTIN concode_elem_sep AiWrapperProvider<?,?,?,?,?> s_wrapperProvider concode_elem_sep int NATIVE_AIVEKTORKEY_SIZE concode_elem_sep int NATIVE_INT_SIZE concode_elem_sep int NATIVE_UINT_SIZE... |
void function ( Label arg0 ) { this . label = arg0 ; } | sets the value of the label property . concode_field_sep Layout layout concode_elem_sep String mapping concode_elem_sep List<Address> address concode_elem_sep String styling concode_elem_sep String flavour concode_elem_sep String format concode_elem_sep Label label concode_elem_sep String align concode_elem_sep String ... |
void function ( String arg0 ) { this . type2 = arg0 ; } | sets the value of the type2 property . concode_field_sep XMLGregorianCalendar statusDate concode_elem_sep String number concode_elem_sep String password concode_elem_sep String type2 concode_elem_sep String name concode_elem_sep long serialVersionUID concode_elem_sep String type1 concode_elem_sep XMLGregorianCalendar s... |
void function ( String arg0 , String arg1 , Throwable arg2 ) { if ( LOG . INFO >= LOGLEVEL ) Log . i ( arg0 , arg1 , arg2 ) ; } | info log message . concode_field_sep int WARN concode_elem_sep int VERBOSE concode_elem_sep int ERROR concode_elem_sep int LOGLEVEL concode_elem_sep int DEBUG concode_elem_sep int INFO concode_field_sep boolean isLoggable concode_elem_sep void d concode_elem_sep void d concode_elem_sep void d concode_elem_sep void setL... |
void function ( Object arg0 , String arg1 ) { if ( arg0 == null ) { throw new IllegalArgumentException ( arg1 + "srini_string" ) ; } } | throws illegalargumentexception if provided object is null . concode_field_sep PlaceHolder placeHolder concode_field_sep Map<String,String> arrayToMap concode_elem_sep void isBetween concode_elem_sep void isPositive concode_elem_sep void notEmpty concode_elem_sep void notEmpty concode_elem_sep void notEmpty |
org . talend . mdm . webservice . WSBoolean function ( ) { return isTransformerActive ; } | gets the istransformeractive value for this wsview . concode_field_sep org.apache.axis.description.TypeDesc typeDesc concode_elem_sep java.lang.String[] searchableBusinessElements concode_elem_sep java.lang.String transformerPK concode_elem_sep java.lang.String[] viewableBusinessElements concode_elem_sep org.talend.mdm... |
Annotation function ( ) { return create ( nextUniqueValue . getAndIncrement ( ) ) ; } | returns an annotation instance that is not equal to any other annotation instances , for use in creating distinct com.google.inject.key s. concode_field_sep AtomicInteger nextUniqueValue concode_field_sep placeholderType placeHolder |
boolean function ( ) { return noFollow ; } | a convenience method . returns the current value of nofollow . concode_field_sep Properties generalTags concode_elem_sep URL refreshHref concode_elem_sep boolean refresh concode_elem_sep boolean noFollow concode_elem_sep int refreshTime concode_elem_sep boolean noCache concode_elem_sep boolean noIndex concode_elem_sep ... |
FormulaErrorCode function ( int arg0 ) { boolean loc0 = false ; FormulaErrorCode loc1 = UNKNOWN ; for ( int loc2 = 0 ; loc2 < codes . length && ! loc0 ; loc2 ++ ) { if ( codes [ loc2 ] . errorCode == arg0 ) { loc0 = true ; loc1 = codes [ loc2 ] ; } } return loc1 ; } | gets the error type given just the code concode_field_sep FormulaErrorCode NULL concode_elem_sep FormulaErrorCode NAME concode_elem_sep FormulaErrorCode NUM concode_elem_sep FormulaErrorCode VALUE concode_elem_sep FormulaErrorCode[] codes concode_elem_sep int errorCode concode_elem_sep String description concode_elem_s... |
void function ( final Closeable arg0 ) { try { arg0 . close ( ) ; } catch ( Exception loc0 ) { logger . log ( POILogger . ERROR , "srini_string" + loc0 , loc0 ) ; } } | quietly no exceptions close closable resource . in case of error it will be printed to ioutils class logger . concode_field_sep POILogger logger concode_field_sep int readFully concode_elem_sep int readFully concode_elem_sep int readFully concode_elem_sep byte[] toByteArray concode_elem_sep byte[] toByteArray concode_e... |
void function ( TEvidencniUdajeDilu arg0 ) { this . evidencniUdaje = arg0 ; } | sets the value of the evidencniudaje property . concode_field_sep TEvidencniUdajeDilu evidencniUdaje concode_elem_sep TDokumenty dokumenty concode_elem_sep String id concode_field_sep void setDokumenty concode_elem_sep TEvidencniUdajeDilu getEvidencniUdaje concode_elem_sep void setID concode_elem_sep String getID conco... |
void function ( ) { firstDAO . induceCreationViaJNDILookup ( ) ; } | not expected to fail created bean should use the same xpc concode_field_sep FirstDAO firstDAO concode_elem_sep SecondDAO secondDAO concode_field_sep void referenceTwoDistinctExtendedPersistenceContextsInSameTX_fail concode_elem_sep void induceCreationViaTwoLevelJNDILookup |
String function ( int [ ] arg0 , String arg1 , String arg2 ) { int loc0 = arg0 . length ; StringBuffer loc1 = new StringBuffer ( loc0 * 8 ) ; for ( int loc2 = 0 ; loc2 < loc0 ; loc2 ++ ) { loc1 . append ( arg2 ) ; loc1 . append ( arg0 [ loc2 ] ) ; loc1 . append ( arg2 ) ; if ( loc2 + 1 < loc0 ) { loc1 . append ( arg1 )... | builds a csv list from the specified int , separator string and quote string . all arguments are assumed to be non-null . separates each list element with the value of the separator argument . prepends and appends each element with the value of the quote argument . concode_field_sep PlaceHolder placeHolder concode_fiel... |
String function ( String arg0 ) { Properties loc0 = getProperties ( ) ; return loc0 . getProperty ( arg0 ) ; } | answer a property . concode_field_sep File propertiesFile concode_elem_sep Maven maven concode_elem_sep Map<URI,CachedPom> poms concode_elem_sep File artifactFile concode_elem_sep boolean propertiesChanged concode_elem_sep File dir concode_elem_sep File pomFile concode_elem_sep FutureTask<File> artifact concode_elem_se... |
int [ ] function ( ) { if ( offsets == null ) { offsets = new int [ 1 ] ; offsets [ 0 ] = offset ; } return offsets ; } | returns the offsets for all the data banks used by this databuffer . concode_field_sep int banks concode_elem_sep int TYPE_BYTE concode_elem_sep int TYPE_FLOAT concode_elem_sep int offset concode_elem_sep int size concode_elem_sep int TYPE_INT concode_elem_sep int[] offsets concode_elem_sep int dataType concode_elem_se... |
org . apache . axis . description . TypeDesc function ( ) { return typeDesc ; } | return type metadata object concode_field_sep org.apache.axis.description.TypeDesc typeDesc concode_elem_sep java.lang.String pluginVariable concode_elem_sep java.lang.Object __equalsCalc concode_elem_sep java.lang.String pipelineVariable concode_elem_sep boolean __hashCodeCalc concode_elem_sep org.talend.mdm.webservic... |
KarafDistributionConfigurationSecurityOption function ( ) { enableKarafMBeanServerBuilder = false ; return this ; } | does not set karafmbeanserverbuilder . concode_field_sep Boolean enableKarafMBeanServerBuilder concode_field_sep Boolean getEnableKarafMBeanServerBuilder concode_elem_sep KarafDistributionConfigurationSecurityOption enableKarafMBeanServerBuilder |
boolean function ( ) { return nextTlsMode != TLS_MODE_NULL ; } | returns true if there 's another tls mode to try . concode_field_sep int nextSocketAddressIndex concode_elem_sep List<Route> postponedRoutes concode_elem_sep int TLS_MODE_MODERN concode_elem_sep Address address concode_elem_sep Iterator<Proxy> proxySelectorProxies concode_elem_sep ConnectionPool pool concode_elem_sep D... |
void function ( ) { head . reset ( ) ; wired = null ; } | resets the assembly for re-initialisation and use with other characteristics . this method always succeeds . concode_field_sep Transformer head concode_elem_sep Direction wired concode_elem_sep String DIRECTION concode_field_sep void addPreTransformer concode_elem_sep void init concode_elem_sep void wireTransformer con... |
void function ( ) { } | allow derived classes to perform some custom closing operations to release resources concode_field_sep ZooKeeper zookeeper concode_elem_sep Logger LOG concode_elem_sep List<ACL> acl concode_elem_sep AtomicBoolean closed concode_elem_sep long retryDelay concode_elem_sep int retryCount concode_field_sep Object retryOpera... |
SourceCode function ( ) { return new SourceCode ( ) ; } | create an instance of sourcecode concode_field_sep QName _ResourceReference_QNAME concode_elem_sep QName _Resource_QNAME concode_field_sep Example createExample concode_elem_sep Content createContent concode_elem_sep JAXBElement<ResourceType> createResource concode_elem_sep Navigation createNavigation concode_elem_sep ... |
ServiceInfo function ( ) { throw new UnsupportedOperationException ( ) ; } | unsupported operation . concode_field_sep PlaceHolder placeHolder concode_field_sep void removeSchema concode_elem_sep void dispose concode_elem_sep void updateSchema concode_elem_sep void createSchema concode_elem_sep FeatureSource<FeatureType,Feature> getFeatureSource concode_elem_sep List<Name> getNames concode_elem... |
long function ( com . liferay . portal . kernel . dao . orm . DynamicQuery arg0 , com . liferay . portal . kernel . dao . orm . Projection arg1 ) { return getService ( ) . dynamicQueryCount ( arg0 , arg1 ) ; } | returns the number of rows matching the dynamic query . concode_field_sep ServiceTracker<KaleoActionLocalService,KaleoActionLocalService> _serviceTracker concode_field_sep java.lang.String getOSGiServiceIdentifier concode_elem_sep java.util.List<com.liferay.portal.workflow.kaleo.model.KaleoAction> getKaleoActions conco... |
String function ( ) { return this . ifMatch ; } | get the ifmatch value . concode_field_sep DateTimeRfc1123 ocpDate concode_elem_sep String clientRequestId concode_elem_sep DateTimeRfc1123 ifUnmodifiedSince concode_elem_sep Boolean returnClientRequestId concode_elem_sep DateTimeRfc1123 ifModifiedSince concode_elem_sep Integer timeout concode_elem_sep String ifNoneMatc... |
HsqlProperties function ( String arg0 ) { if ( StringUtil . isEmpty ( arg0 ) ) { return null ; } HsqlProperties loc0 = new HsqlProperties ( arg0 ) ; try { loc0 . load ( ) ; } catch ( Exception loc1 ) { } return loc0 ; } | retrieves a new hsqlproperties object , if possible , loaded from the specified file . concode_field_sep PlaceHolder placeHolder concode_field_sep void translateDefaultNoSystemExitProperty concode_elem_sep int getDefaultPort concode_elem_sep String[] listLocalInetAddressNames concode_elem_sep void translateDefaultDatab... |
void function ( long arg0 , byte arg1 ) { memIntf . setMemorySegment ( arg0 , new byte [ ] { arg1 } ) ; } | write byte to address . concode_field_sep MemoryInterface memIntf concode_field_sep void setIntValueOf concode_elem_sep long getLongValueOf concode_elem_sep short getShortValueOf concode_elem_sep void setInt64ValueOf concode_elem_sep int getInt32ValueOf concode_elem_sep void setAddrValueOf concode_elem_sep short getInt... |
int function ( ) { return mVideoEncoder ; } | returns the video encoder set with #setvideoencoder int . concode_field_sep int VIDEO_H263 concode_elem_sep int AUDIO_AAC concode_elem_sep boolean mFlash concode_elem_sep String TAG concode_elem_sep SessionBuilder sInstance concode_elem_sep int mAudioEncoder concode_elem_sep SurfaceHolder mSurfaceHolder concode_elem_se... |
int function ( int arg0 , int arg1 , int arg2 , int arg3 ) { arg0 += arg1 * OFFSETS + arg2 ; arg0 = ( ( arg0 >>> 16 ) ^ arg0 ) * 0x45d9f3b ; arg0 = ( ( arg0 >>> 16 ) ^ arg0 ) * 0x45d9f3b ; arg0 = ( arg0 >>> 16 ) ^ arg0 ; return Math . abs ( arg0 % arg3 ) ; } | calculate the hash of a key . the result depends on the key , the recursion level , and the offset . concode_field_sep int[] next concode_elem_sep byte[] data concode_elem_sep int MAX_SIZE concode_elem_sep int MAX_SPLIT concode_elem_sep int OFFSETS concode_elem_sep int[] plus concode_field_sep byte[] expand concode_ele... |
Throwable function ( ) { return this . cause ; } | returns the cause of the failure . concode_field_sep String description concode_elem_sep String action concode_elem_sep Throwable cause concode_field_sep String getAction concode_elem_sep String getDescription |
void function ( Integer arg0 ) { this . idImagemItemConfiguracao = arg0 ; } | define valor do atributo idimagemitemconfiguracao . concode_field_sep Integer idMapaDesenhoServico concode_elem_sep List listaImagensItensConfiguracao concode_elem_sep long serialVersionUID concode_elem_sep String nomeServico concode_elem_sep String identificacao concode_elem_sep Integer idImagemItemConfiguracao concod... |
Date function ( ) { return dateTime ; } | get datetime concode_field_sep byte[] _byte concode_elem_sep String password concode_elem_sep BigDecimal number concode_elem_sep Float _float concode_elem_sep Integer integer concode_elem_sep Double _double concode_elem_sep String string concode_elem_sep Date dateTime concode_elem_sep byte[] binary concode_elem_sep Int... |
Result function ( BinaryBitmap arg0 ) { if ( readers == null ) { setHints ( null ) ; } return decodeInternal ( arg0 ) ; } | decode an image using the state set up by calling sethints previously . continuous scan clients will get a large speed increase by using this instead of decode . concode_field_sep Reader[] readers concode_elem_sep Map<DecodeHintType,?> hints concode_field_sep Result decodeInternal concode_elem_sep void reset concode_el... |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.