code
stringlengths
20
663
nl
stringlengths
68
7.19k
byte [ ] function ( byte [ ] arg0 , String arg1 ) { Key loc0 = toKey ( Base64 . decodeBase64 ( arg1 ) ) ; Cipher loc1 = Cipher . getInstance ( DEFAULT_ALGORITHM ) ; loc1 . init ( Cipher . DECRYPT_MODE , loc0 ) ; return loc1 . doFinal ( arg0 ) ; }
decrypt data concode_field_sep String DEFAULT_ALGORITHM concode_elem_sep int DEFAULT_KEYSIZE concode_elem_sep String START_TOKEN concode_elem_sep String END_TOKEN concode_field_sep SecretKey toKey concode_elem_sep void saveKey concode_elem_sep byte[] encrypt concode_elem_sep SecretKey loadKey concode_elem_sep SecretKey...
void function ( byte [ ] arg0 ) { digest . update ( arg0 ) ; }
adds data to the current hash concode_field_sep byte[] opad concode_elem_sep byte OPAD concode_elem_sep MessageDigest digest concode_elem_sep byte[] ipad concode_elem_sep byte IPAD concode_elem_sep byte PADLEN concode_field_sep void init concode_elem_sep byte[] sign concode_elem_sep void clear concode_elem_sep boolean ...
void function ( double arg0 ) { this . dy = arg0 ; }
set the vertical speed of this entity concode_field_sep double dx concode_elem_sep double dy concode_elem_sep double x concode_elem_sep Sprite sprite concode_elem_sep double y concode_elem_sep Rectangle me concode_elem_sep Rectangle him concode_field_sep void move concode_elem_sep int getX concode_elem_sep int getY con...
boolean function ( Country arg0 ) { return arg0 != null && mCountryIso . equals ( arg0 . getCountryIso ( ) ) ; }
compare the specified country to this country object ignoring the source and timestamp fields , return true if the countryiso fields are equal concode_field_sep String mCountryIso concode_elem_sep int mHashCode concode_elem_sep int COUNTRY_SOURCE_NETWORK concode_elem_sep int mSource concode_elem_sep int COUNTRY_SOURCE_...
void function ( Boolean arg0 ) { this . listViewRestricted = arg0 ; }
sets the value of the listviewrestricted property . concode_field_sep RecordRef defaultForm concode_elem_sep RecordRef searchForm concode_elem_sep Boolean restrictSublistView concode_elem_sep RecordRef searchResults concode_elem_sep RecordRef dashboardView concode_elem_sep Boolean listViewRestricted concode_elem_sep Cu...
Integer function ( ) { return crcunt ; }
this method was generated by mybatis generator . this method returns the value of the database column actplf.crcunt concode_field_sep Long cramnt concode_elem_sep Integer crcunt concode_elem_sep Date credat concode_elem_sep String recsts concode_elem_sep Long davbal concode_elem_sep Long crbala concode_elem_sep Long ca...
void function ( boolean arg0 ) { this . useCache = arg0 ; }
whether use and update the static cache of generated classes for a class with the same properties . default is true . concode_field_sep NamingPolicy namingPolicy concode_elem_sep ClassLoader classLoader concode_elem_sep ThreadLocal CURRENT concode_elem_sep boolean attemptLoad concode_elem_sep boolean useCache concode_e...
boolean function ( Line arg0 ) { if ( arg0 == null ) { return false ; } return ( this . start . equals ( arg0 . start ) && this . end . equals ( arg0 . end ) ) ; }
check if 2 lines are equal . concode_field_sep Point start concode_elem_sep Point end concode_elem_sep double slope concode_field_sep boolean isIntersecting concode_elem_sep Point closestIntersectionToStartOfLine concode_elem_sep double getSlope concode_elem_sep Point middle concode_elem_sep Point intersectionWith conc...
Queue function ( String arg0 ) { Queue [ ] loc0 = stub . getAllQueues ( ) ; if ( loc0 != null && loc0 . length > 0 ) { for ( Queue loc1 : loc0 ) { if ( loc1 . getQueueName ( ) . equalsIgnoreCase ( arg0 ) ) { return loc1 ; } } } return null ; }
get queue object by queue name concode_field_sep ConfigurationContext configurationContext concode_elem_sep String backendUrl concode_elem_sep String sessionCookie concode_elem_sep AndesAdminServiceStub stub concode_field_sep void configureCookie concode_elem_sep void purgeQueue concode_elem_sep void createQueue concod...
CommandWord function ( String arg0 ) { CommandWord loc0 = validCommands . get ( arg0 ) ; if ( loc0 != null ) { return loc0 ; } else { return CommandWord . UNKNOWN ; } }
find the commandword associated with a command word . concode_field_sep HashMap<String,CommandWord> validCommands concode_field_sep void showAll concode_elem_sep boolean isCommand
void function ( ) { evictionListener = new JCacheEvictionListener < > ( dispatcher , statistics ) ; caffeine . writer ( evictionListener ) ; }
configures the removal listener . concode_field_sep Ticker ticker concode_elem_sep JCacheEvictionListener<K,V> evictionListener concode_elem_sep CacheManager cacheManager concode_elem_sep CacheLoader<K,V> cacheLoader concode_elem_sep boolean USE_DIRECT_EXECUTOR concode_elem_sep Caffeine<Object,Object> caffeine concode_...
boolean function ( ) { return entityBody . trim ( ) . length ( ) == 0 ; }
checks to see if this response is an empty response . that is , if the entity-body is empty . concode_field_sep long sequenceNumber concode_elem_sep String entityBody concode_elem_sep String viewNumber concode_elem_sep String iceFacesId concode_field_sep String getICEfacesID concode_elem_sep String getViewNumber concod...
CommandLine function ( ExecCommand arg0 ) { notNull ( arg0 , "srini_string" ) ; CommandLine loc0 = new CommandLine ( arg0 . getExecutable ( ) ) ; List < String > loc1 = arg0 . getArgs ( ) ; for ( String loc2 : loc1 ) { loc0 . addArgument ( loc2 , false ) ; } return loc0 ; }
transforms an execcommand to a commandline . no quoting fo the arguments is used . concode_field_sep Logger LOG concode_field_sep DefaultExecutor prepareDefaultExecutor concode_elem_sep ExecResult execute
List < String > function ( ) { return requestParameters ; }
gets the list of expected request parameters . concode_field_sep HttpMethod method concode_elem_sep boolean attachmentsExpected concode_elem_sep Set<String> fileFields concode_elem_sep boolean bodyExpected concode_elem_sep String name concode_elem_sep List<String> requestParameters concode_elem_sep String remoteMethodS...
boolean function ( ) { return enabled ; }
check if the multicast discovery mechanism has been enabled . concode_field_sep boolean DEFAULT_LOOPBACK_MODE_ENABLED concode_elem_sep String multicastGroup concode_elem_sep int multicastTimeToLive concode_elem_sep Set<String> trustedInterfaces concode_elem_sep boolean DEFAULT_ENABLED concode_elem_sep int DEFAULT_MULTI...
boolean function ( int arg0 , float arg1 , float arg2 ) { TapEventParameter loc0 = new TapEventParameter ( arg0 , arg1 , arg2 ) ; mOnTap . raise ( loc0 ) ; return loc0 . handled ; }
called when the user taps the screen with one or more fingers . concode_field_sep Event.Raisable<TwoPointsEventParameter> mOnScroll concode_elem_sep GestureDetector mScroller concode_elem_sep Event.Raisable<TwoPointsEventParameter> mOnSwipe concode_elem_sep ScaleGestureDetector mZoomer concode_elem_sep float mSwipeThre...
Integer function ( ) { return iDisplayStart ; }
display start point in the current data set . concode_field_sep Boolean[] bSearchableCol concode_elem_sep Integer iSortingCols concode_elem_sep Boolean bRegex concode_elem_sep Integer iDisplayLength concode_elem_sep String[] sSearchCol concode_elem_sep Boolean[] bRegexCol concode_elem_sep Integer sEcho concode_elem_sep...
Set < ErrorPage > function ( ) { return this . errorPages ; }
returns a mutable set of errorpage errorpages that will be used whenhandling exceptions . concode_field_sep InetAddress address concode_elem_sep boolean registerJspServlet concode_elem_sep String contextPath concode_elem_sep MimeMappings mimeMappings concode_elem_sep String jspServletClassName concode_elem_sep int port...
String function ( ) { return this . user ; }
get the user-name of the application-submitter concode_field_sep ByteBuffer appDataForService concode_elem_sep ApplicationId applicationId concode_elem_sep String user concode_field_sep ApplicationId getApplicationId concode_elem_sep ByteBuffer getApplicationDataForService
void function ( String arg0 ) { this . familyName = arg0 ; }
sets the value of the familyname property . concode_field_sep String summary concode_elem_sep String phone concode_elem_sep String givenName concode_elem_sep String familyName concode_elem_sep String details concode_elem_sep String incidentId concode_elem_sep String incidentDate concode_elem_sep String email concode_fi...
BundleContext function ( ) { return context ; }
returns the bundle context of this bundle concode_field_sep Logger logger concode_elem_sep BundleContext context concode_field_sep void stop concode_elem_sep void start
void function ( 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 ...
String function ( ) { return marker ; }
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 String marker concode_elem_sep com.amazonaws.internal.ListWithAutoConstructFlag<DBParameterGroup> dBParameterG...
void function ( java . lang . String arg0 ) { _emailAddress . setUuid ( arg0 ) ; }
sets the uuid of this email address . concode_field_sep EmailAddress _emailAddress concode_field_sep long getClassNameId concode_elem_sep void setExpandoBridgeAttributes concode_elem_sep void setExpandoBridgeAttributes concode_elem_sep void setExpandoBridgeAttributes concode_elem_sep boolean isEscapedModel concode_elem...
boolean function ( final Member arg0 ) { return Modifier . isFinal ( arg0 . getModifiers ( ) ) ; }
determine if a member is declared final . concode_field_sep HashMap<String,String> NATIVE_TYPES concode_elem_sep HashMap<String,String> CLASS_DESCRIPTORS concode_elem_sep HashMap<String,String> NATIVE_ARRAY_TYPES concode_field_sep boolean isStatic concode_elem_sep String getClassDescriptor concode_elem_sep String getMe...
int function ( ) { return options . getId ( ) ; }
get notification id . concode_field_sep Class<?> defaultReceiver concode_elem_sep Class<?> receiver concode_elem_sep String PREF_KEY concode_elem_sep Context context concode_elem_sep Options options concode_elem_sep NotificationCompat.Builder builder concode_field_sep void cancel concode_elem_sep boolean wasInThePast c...
void function ( String arg0 ) { this . sellerName = arg0 ; }
sets the value of the sellername property . concode_field_sep String sellerStreetAddress concode_elem_sep String sellerPhone concode_elem_sep String sellerCity concode_elem_sep String sellerName concode_elem_sep String sellerZipCode concode_elem_sep String sellerState concode_field_sep void setSellerZipCode concode_ele...
GroupCacheAccess < K , V > function ( String arg0 ) { CompositeCache < GroupAttrName < K > , V > loc0 = getCacheManager ( ) . getCache ( arg0 ) ; return new GroupCacheAccess < K , V > ( loc0 ) ; }
get a groupcacheaccess which accesses the provided region . concode_field_sep String configFilename concode_elem_sep Properties configProps concode_elem_sep CompositeCacheManager cacheMgr concode_field_sep void setConfigFilename concode_elem_sep void setConfigProperties concode_elem_sep CacheAccess<K,V> defineRegion co...
HelloWebService function ( ) { JaxWsProxyFactoryBean loc0 = new JaxWsProxyFactoryBean ( ) ; loc0 . setServiceClass ( HelloWebService . class ) ; loc0 . setAddress ( ADDRESS ) ; return ( HelloWebService ) loc0 . create ( ) ; }
create a client using cxf concode_field_sep String ADDRESS concode_field_sep void startServer concode_elem_sep void testHello
void function ( ) { String loc0 = "srini_string" ; File loc1 = helper . prepareTestDir ( loc0 ) ; TungstenProperties loc2 = helper . generateBatchApplyProps ( loc1 , loc0 , false ) ; configureAndStartPipeline ( loc2 ) ; pipeline . shutdown ( false ) ; pipeline . release ( runtime ) ; }
test setting up a batch applier and shutting down again . concode_field_sep Pipeline pipeline concode_elem_sep BatchApplyHelper helper concode_elem_sep Logger logger concode_elem_sep ReplicatorRuntime runtime concode_elem_sep EventGenerationHelper eventGenerator concode_field_sep void configureAndStartPipeline concode_...
void function ( String arg0 ) { FileFactoryRepository . getInstance ( ) . delete ( arg0 ) ; }
delete specified file concode_field_sep int FA_HIDDEN concode_elem_sep int FA_DIRECTORY concode_elem_sep File pwd concode_elem_sep int FA_READONLY concode_field_sep ClarionString getShortPath concode_elem_sep boolean isFile concode_elem_sep void getDirectoryListing concode_elem_sep File resolveFile concode_elem_sep Cla...
boolean function ( String arg0 ) { return password != null && password . equals ( arg0 ) ; }
is the given password the local password ? concode_field_sep String password concode_elem_sep Logger logger concode_elem_sep String LOCAL_PASSWORD_FILE concode_elem_sep char[] hex concode_elem_sep int PASSWORD_BYTES concode_elem_sep ServerEnvironment env concode_field_sep String getLocalPassword concode_elem_sep String...
int function ( ) { return _type ; }
gets the type of the orderedlist . concode_field_sep int TYPE_SYNCHRONIZED concode_elem_sep int TYPE_UNSYNCHRONIZED concode_elem_sep List _elementOrder concode_elem_sep int _type concode_elem_sep int TYPE_UNSYNCHRONIZED_MOV concode_elem_sep Map _elements concode_field_sep void add concode_elem_sep boolean contains conc...
UUID function ( long arg0 ) { return new UUID ( createTime ( fromUnixTimestamp ( arg0 ) ) , MIN_CLOCK_SEQ_AND_NODE ) ; }
returns the smaller possible type 1 uuid having the provided timestamp . warning : this method should only be used for querying as this does n't at all guarantee the uniqueness of the resulting uuid . concode_field_sep long lastNanos concode_elem_sep long clockSeqAndNode concode_elem_sep UUIDGen instance concode_elem_s...
Comparator < int [ ] > function ( ) { return LexicographicalComparator . INSTANCE ; }
returns a comparator that compares two arrays of unsigned int values lexicographically.that is , it compares , using #compare int , int , the first pair of values that follow any common prefix , or when one array is a prefix of the other , treats the shorter array as the lesser . for example , the returned comparator i...
IndexNode function ( char arg0 ) { IndexNode loc0 = addNode ( arg0 ) ; if ( loc0 . remainderKey != null ) loc0 . moveRemainderValue ( ) ; return loc0 . addRoot ( ) ; }
add a new root index on the position of digit at the end of the tree . this is needed for multi columns index at the end of the first not last column key value . concode_field_sep IndexNode[] EMPTY_NODES concode_elem_sep char[] remainderKey concode_elem_sep boolean unique concode_elem_sep IndexNode[] nodes concode_elem...
void function ( ) { size = 0 ; root = null ; }
make the priority queue logically empty . concode_field_sep int size concode_elem_sep PairNode root concode_elem_sep PairNode[] treeArray concode_field_sep PairNode addItem concode_elem_sep PairNode compareAndLink concode_elem_sep boolean isEmpty concode_elem_sep PairNode insert concode_elem_sep int deleteMin concode_e...
String function ( ) { return fileSuffix ; }
gets the suffix used when creating the tar file name . concode_field_sep File fileToDelete concode_elem_sep String fileSuffix concode_elem_sep String filePrefix concode_elem_sep boolean preserveFolderStructure concode_elem_sep boolean useFilenameHeader concode_field_sep void addEntryToTar concode_elem_sep String getFil...
int function ( ) { return this . environment . getIndexInSubtaskGroup ( ) ; }
returns the index of this subtask in the subtask group . concode_field_sep Environment environment concode_elem_sep Logger LOG concode_elem_sep ExecutionConfig executionConfig concode_field_sep void cancel concode_elem_sep ClassLoader getUserCodeClassLoader concode_elem_sep Configuration getTaskConfiguration concode_el...
void function ( @ Nonnull final JobDataMap arg0 , @ Nonnull final IJobExecutionContext arg1 , @ Nonnull final ESuccess arg2 ) { }
called after the job gets executed . this method is called after the scopes are destroyed . concode_field_sep Logger s_aLogger concode_elem_sep IMutableStatisticsHandlerKeyedTimer s_aStatsTimer concode_elem_sep IMutableStatisticsHandlerKeyedCounter s_aStatsCounterFailure concode_elem_sep IMutableStatisticsHandlerKeyedC...
String function ( ) { return getVersionProperty ( "srini_string" ) ; }
get the application name as set at build time concode_field_sep Properties versionProperties concode_field_sep String getVersion concode_elem_sep String getJavaRuntimeVersion concode_elem_sep String getNetbeansProductVersion concode_elem_sep String getNetbeansBuild concode_elem_sep String getVersionProperty concode_ele...
int function ( ) { return _list . removeAt ( _list . size ( ) - 1 ) ; }
removes and returns the value at the top of the stack . concode_field_sep TIntArrayList _list concode_elem_sep long serialVersionUID concode_elem_sep int DEFAULT_CAPACITY concode_field_sep int getNoEntryValue concode_elem_sep void writeExternal concode_elem_sep void swap concode_elem_sep void clear concode_elem_sep voi...
void function ( byte [ ] arg0 ) { sendPluginResult ( new PluginResult ( PluginResult . Status . OK , arg0 ) ) ; }
helper for success callbacks that just returns the status.ok 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 g...
List < RepositoryCommit > function ( String arg0 ) { List < RepositoryCommit > loc0 = new ArrayList < RepositoryCommit > ( ) ; for ( RepositoryCommit loc1 : commits ) { if ( loc1 . branch . equals ( arg0 ) ) { loc0 . add ( loc1 ) ; } } Collections . sort ( loc0 ) ; return loc0 ; }
returns all commits that belong to a particular ref concode_field_sep Date date concode_elem_sep int authorCount concode_elem_sep Map<String,String> refIdChanges concode_elem_sep Set<RepositoryCommit> commits concode_elem_sep long serialVersionUID concode_elem_sep String repository concode_elem_sep Map<String,ReceiveCo...
Statechart function ( URI arg0 ) { ResourceSet loc0 = new ResourceSetImpl ( ) ; Resource loc1 = loc0 . getResource ( arg0 , true ) ; Statechart loc2 = ( Statechart ) EcoreUtil . getObjectByType ( loc1 . getContents ( ) , SGraphPackage . Literals . STATECHART ) ; return loc2 ; }
helper method - loads a testmodel from the given uri concode_field_sep String VALIDATION_TESTMODEL_DIR concode_elem_sep IModelSequencer sequencer concode_field_sep ExecutionFlow loadExecutionFlowFromResource concode_elem_sep Statechart loadStatechartFromResource concode_elem_sep String getModelDirectory
void function ( String arg0 , boolean arg1 ) { if ( states . containsKey ( arg0 ) ) return ; Integer loc0 = new Integer ( numStates ++ ) ; states . put ( arg0 , loc0 ) ; if ( arg1 ) inclusive . addElement ( loc0 ) ; }
insert a new state declaration concode_field_sep Vector inclusive concode_elem_sep int numStates concode_elem_sep Hashtable states concode_field_sep Integer getNumber concode_elem_sep int number concode_elem_sep Enumeration names concode_elem_sep Enumeration getInclusiveStates
AtmosphereResourceSessionFactory function ( ) { return sessionFactory ; }
return the org.atmosphere.cpr.atmosphereresourcesessionfactory concode_field_sep BroadcasterFactory factory concode_elem_sep AtmosphereFramework framework concode_elem_sep DefaultMetaBroadcaster metaBroadcaster concode_elem_sep Logger logger concode_elem_sep AtmosphereResourceSessionFactory sessionFactory concode_elem_...
void function ( String arg0 ) { this . reportType = arg0 ; }
sets report type . concode_field_sep String fileName concode_elem_sep String collectionGroupDesignation concode_elem_sep String errorDescription concode_elem_sep List<FailureReportReCAPCSVRecord> failureReportReCAPCSVRecordList concode_elem_sep String itemBarcode concode_elem_sep String owningInstitutionBibId concode_e...
boolean function ( final NamedElement arg0 ) { return arg0 . getName ( ) == null || ( arg0 . getName ( ) != null && ( arg0 . getName ( ) . isEmpty ( ) || arg0 . getName ( ) . equalsIgnoreCase ( "srini_string" ) ) ) ; }
checks if the name of the given element matches the requirements to be a ` default ' element . concode_field_sep PlaceHolder placeHolder concode_field_sep boolean isNamedExitTransition concode_elem_sep List<Transition>[] getExitSpecSortedTransitions concode_elem_sep Map<Region,List<Entry>> getRegionsWithoutDefaultEntry...
void function ( DBSyncNotificationHandler arg0 ) { dbSyncNotificationListeners . add ( arg0 ) ; }
register a listener interested on db sync notification requests on cluster concode_field_sep Log log concode_elem_sep List<DBSyncNotificationHandler> dbSyncNotificationListeners concode_field_sep void onMessage
String function ( String arg0 ) { Element loc0 = cache . get ( arg0 ) ; if ( loc0 != null ) { if ( cache . isExpired ( loc0 ) ) { cache . remove ( arg0 ) ; return null ; } return ( String ) loc0 . getObjectValue ( ) ; } return null ; }
return the given identifier if it is contained in the cache , otherwise null . concode_field_sep String DEFAULT_CONFIG_URL concode_elem_sep Ehcache cache concode_elem_sep long DEFAULT_TTL concode_elem_sep long MAX_TTL concode_elem_sep String CACHE_KEY concode_elem_sep CacheManager cacheManager concode_elem_sep long ttl...
void function ( ) { System . setProperty ( "srini_string" , "srini_string" ) ; WebFixture loc0 = new WebFixture ( ) ; loc0 . openBrowser ( "srini_string" , "srini_string" ) ; loc0 . navigateToUrl ( "srini_string" ) ; loc0 . waitSeconds ( 2 ) ; loc0 . closeBrowser ( ) ; }
tests the set element list . concode_field_sep PlaceHolder placeHolder concode_field_sep void testFirefox concode_elem_sep void testContinueTestException concode_elem_sep void testOfficewerkerLokal concode_elem_sep WebFixture initiializeWebFixture
String function ( ) { return "srini_string" + this . worldType ; }
gets the translation key for the name of this world type . concode_field_sep String worldType concode_elem_sep WorldType DEBUG_WORLD concode_elem_sep int worldTypeId concode_elem_sep WorldType FLAT concode_elem_sep WorldType DEFAULT_1_1 concode_elem_sep boolean isWorldTypeVersioned concode_elem_sep WorldType DEFAULT co...
void function ( ) { this . testContextManager . prepareTestInstance ( this ) ; }
delegates to the configured testcontextmanager to testcontextmanager #preparetestinstance object prepare this testinstance prior to execution of any individual tests , for example for injecting dependencies , etc. . concode_field_sep Log logger concode_elem_sep ApplicationContext applicationContext concode_elem_sep Thr...
void function ( java . lang . String arg0 , java . lang . String arg1 , java . lang . String arg2 , javax . xml . stream . XMLStreamWriter arg3 ) { if ( arg0 . equals ( "srini_string" ) ) { arg3 . writeAttribute ( arg1 , arg2 ) ; } else { registerPrefix ( arg3 , arg0 ) ; arg3 . writeAttribute ( arg0 , arg1 , arg2 ) ; }...
util method to write an attribute without the ns prefix concode_field_sep javax.xml.namespace.QName MY_QNAME concode_field_sep java.lang.String generatePrefix concode_elem_sep void serialize concode_elem_sep void serialize concode_elem_sep void writeQName concode_elem_sep void writeQNames concode_elem_sep javax.xml.str...
FileProcessor function ( String ... arg0 ) { for ( String loc0 : arg0 ) addInputRegex ( "srini_string" + Pattern . quote ( loc0 ) ) ; return this ; }
adds a case insensitive suffix for matching input files . concode_field_sep String outputSuffix concode_elem_sep File inputFile concode_elem_sep File outputDir concode_elem_sep File outputFile concode_elem_sep Comparator<File> comparator concode_elem_sep int depth concode_elem_sep FilenameFilter inputFilter concode_ele...
byte [ ] function ( byte [ ] arg0 , String arg1 ) { PublicKey loc0 = getPublicKeyByCertificate ( arg1 ) ; Cipher loc1 = Cipher . getInstance ( loc0 . getAlgorithm ( ) ) ; loc1 . init ( Cipher . ENCRYPT_MODE , loc0 ) ; return loc1 . doFinal ( arg0 ) ; }
encrypt with public key concode_field_sep String CERT_TYPE concode_field_sep byte[] decryptByPrivateKey concode_elem_sep byte[] decryptByPublicKey concode_elem_sep Certificate getCertificate concode_elem_sep Certificate getCertificate concode_elem_sep byte[] encryptByPrivateKey concode_elem_sep KeyStore getKeyStore con...
void function ( Tuple2d arg0 , double arg1 ) { this . x = ( 1 - arg1 ) * this . x + arg1 * arg0 . x ; this . y = ( 1 - arg1 ) * this . y + arg1 * arg0 . y ; }
linearly interpolates between this tuple and tuple t1 and places the result into this tuple : this = 1-alpha this + alphat1 . concode_field_sep double x concode_elem_sep double y concode_elem_sep long serialVersionUID concode_field_sep void add concode_elem_sep void add concode_elem_sep void sub concode_elem_sep void s...
void function ( @ Nullable String arg0 ) { this . comment = arg0 ; }
sets the optional comment string for the entry . concode_field_sep short version concode_elem_sep short minVersion concode_elem_sep short internalAttributes concode_elem_sep Compression method concode_elem_sep short flags concode_elem_sep EnumSet<Feature> featureSet concode_elem_sep long crc concode_elem_sep int bit co...
String function ( ) { return this . connectionID ; }
return connectionid , may be null if connection has not been specified . concode_field_sep long serialVersionUID concode_elem_sep String combinedID concode_elem_sep long executionID concode_elem_sep String SEPARATOR concode_elem_sep String connectionID concode_elem_sep String NO_CONNECTION_STR concode_field_sep void wr...
void function ( final String arg0 , final Class < ? extends Signer > arg1 ) { if ( arg0 == null ) { throw new IllegalArgumentException ( "srini_string" ) ; } if ( arg1 == null ) { throw new IllegalArgumentException ( "srini_string" ) ; } SIGNERS . put ( arg0 , arg1 ) ; }
register an implementation class for the given signer type . concode_field_sep String NO_OP_SIGNER concode_elem_sep String QUERY_STRING_SIGNER concode_elem_sep String VERSION_FOUR_SIGNER concode_elem_sep Map<String,Class<? extends Signer>> SIGNERS concode_elem_sep String VERSION_THREE_SIGNER concode_field_sep Signer ge...
GetOpenIDConnectProviderResult function ( String arg0 ) { setUrl ( arg0 ) ; return this ; }
the url that the iam openid connect provider is associated with . for more information , see createopenidconnectprovider . concode_field_sep com.amazonaws.internal.SdkInternalList<String> clientIDList concode_elem_sep com.amazonaws.internal.SdkInternalList<String> thumbprintList concode_elem_sep String url concode_elem...
TransformsType function ( ) { return transforms ; }
gets the value of the transforms property . concode_field_sep TransformsType transforms concode_elem_sep String type concode_elem_sep String uri concode_field_sep String getType concode_elem_sep void setURI concode_elem_sep void setType concode_elem_sep void setTransforms concode_elem_sep String getURI
void function ( ) { SoftAssertions . assertCondition ( isOnUiThread ( ) , "srini_string" ) ; }
throws an assertionexception if the current thread is not the ui thread . concode_field_sep Handler sMainHandler concode_field_sep void runOnUiThread concode_elem_sep boolean isOnUiThread concode_elem_sep void assertNotOnUiThread
T function ( Object arg0 , Class < T > arg1 ) { Object loc0 = getId ( arg0 ) ; Assert . isInstanceOf ( arg1 , loc0 , "srini_string" ) ; return ( T ) loc0 ; }
return the id of the given entity cast to a specific type . delegates to persistenceunitutil #getidentifier object . concode_field_sep EntityManagerFactory entityManagerFactory concode_field_sep E persistFlushFind concode_elem_sep void flush concode_elem_sep E find concode_elem_sep Object persistAndGetId concode_elem_s...
float function ( ) { if ( size == 0 ) return 0 ; return items [ MathUtils . random ( 0 , size - 1 ) ] ; }
returns a random item from the array , or zero if the array is empty . concode_field_sep boolean ordered concode_elem_sep int size concode_elem_sep float[] items concode_field_sep void mul concode_elem_sep void insert concode_elem_sep float pop concode_elem_sep boolean removeAll concode_elem_sep float[] setSize concode...
TerminationCoordinatorRPCProcessor function ( final TerminationCoordinatorRPCProcessor arg0 ) { final TerminationCoordinatorRPCProcessor loc0 = PROCESSOR ; PROCESSOR = arg0 ; return loc0 ; }
set the processor . concode_field_sep TerminationCoordinatorRPCProcessor PROCESSOR concode_field_sep TerminationCoordinatorRPCProcessor getProcessor concode_elem_sep void cancel concode_elem_sep void complete concode_elem_sep void close
NodeList function ( NodeList arg0 ) { return ExsltSets . distinct ( arg0 ) ; }
returns node-set containing distinct string values . concode_field_sep Document m_doc concode_field_sep boolean hasSameNodes concode_elem_sep Node checkEnvironmentUsingWhich concode_elem_sep NodeList intersection concode_elem_sep NodeSet nodeset concode_elem_sep NodeList difference concode_elem_sep Node checkEnvironmen...
void function ( AnnotatedOutput arg0 ) { arg0 . alignTo ( alignment ) ; }
aligns the output of the given data to the alignment of this instance . concode_field_sep DexFile file concode_elem_sep boolean prepared concode_elem_sep String name concode_elem_sep int fileOffset concode_elem_sep int alignment concode_field_sep int getAlignment concode_elem_sep int getFileOffset concode_elem_sep void...
void function ( Integer arg0 ) { this . shadowAlpha = arg0 ; }
set the transparency of the shadow rendered . concode_field_sep Integer xAxis concode_elem_sep List<Object> data concode_elem_sep String color concode_elem_sep Boolean shadow concode_elem_sep String fillAxis concode_elem_sep Boolean show concode_elem_sep String fillToValue concode_elem_sep Integer fillAlpha concode_ele...
void function ( ContentValues arg0 ) { mValues . putAll ( arg0 . mValues ) ; }
adds all values from the passed in contentvalues . concode_field_sep String TAG concode_elem_sep HashMap<String,Object> mValues concode_field_sep Float getAsFloat concode_elem_sep Byte getAsByte concode_elem_sep Set<Map.Entry<String,Object>> valueSet concode_elem_sep boolean containsKey concode_elem_sep Integer getAsIn...
void function ( java . lang . String arg0 ) { this . pk = arg0 ; }
sets the pk value for this wsroutingrulepk . concode_field_sep java.lang.Object __equalsCalc concode_elem_sep org.apache.axis.description.TypeDesc typeDesc concode_elem_sep boolean __hashCodeCalc concode_elem_sep java.lang.String pk concode_field_sep org.apache.axis.description.TypeDesc getTypeDesc concode_elem_sep org...
void function ( ) { Assume . assumeTrue ( EAPRepositoryReachableUtil . isReachable ( ) ) ; }
uses org.junit.assume #assumetrue boolean to check that the eap repository is reachable . if it is not reachable an @linke org.junit.assumptionviolatedexception is thrown causing the test to be conditionally ignored . the purpose of this method is to be called at the beginning of transformers tests against legacy eap v...
EnterpriseBeanstalk function ( String arg0 ) { return beanstalkMap . get ( arg0 ) ; }
returns the beanstalk with the given name , null if it 's not found . concode_field_sep ScheduledExecutorService scheduler concode_elem_sep Map<String,EnterpriseBeanstalk> beanstalkMap concode_elem_sep Log log concode_field_sep void init concode_elem_sep void destroy
JSONWriter function ( double arg0 ) { return this . value ( new Double ( arg0 ) ) ; }
append a double value . concode_field_sep char mode concode_elem_sep boolean comma concode_elem_sep int top concode_elem_sep int maxdepth concode_elem_sep Writer writer concode_elem_sep JSONObject stack[] concode_field_sep void pop concode_elem_sep JSONWriter array concode_elem_sep JSONWriter end concode_elem_sep JSONW...
String function ( ) { return value ; }
returns the value of the option . concode_field_sep String TYPE_TEXT_MULTI concode_elem_sep boolean required concode_elem_sep String TYPE_TEXT_PRIVATE concode_elem_sep List<String> values concode_elem_sep String TYPE_LIST_MULTI concode_elem_sep List<Option> options concode_elem_sep String TYPE_LIST_SINGLE concode_elem_...
void function ( final String arg0 ) { if ( arg0 != null ) { label . setText ( arg0 ) ; } else { label . setText ( "srini_string" ) ; } }
settext to label object . concode_field_sep Button button concode_elem_sep String result concode_elem_sep Text text concode_elem_sep Label label concode_elem_sep Composite compositeButton concode_elem_sep int DEFAULT_FIELD_STYLE concode_field_sep void displayDialog concode_elem_sep void setVisible concode_elem_sep void...
void function ( String arg0 ) { this . merchantName = arg0 ; }
sets the value of the merchantname property . concode_field_sep String merchantZip concode_elem_sep String merchantPhone concode_elem_sep String merchantCity concode_elem_sep String merchantAddress concode_elem_sep String merchantState concode_elem_sep String merchantName concode_field_sep String getMerchantAddress con...
void function ( @ Observes BeforeBeanDiscovery arg0 , final BeanManager arg1 ) { requestScopeType = arg1 . createAnnotatedType ( CdiExternalRequestScope . class ) ; arg0 . addAnnotatedType ( requestScopeType ) ; }
register our external request scope . concode_field_sep AnnotationLiteral<Default> DEFAULT_ANNOTATION_LITERAL concode_elem_sep AnnotationLiteral<Any> ANY_ANNOTATION_LITERAL concode_elem_sep AnnotatedType<CdiExternalRequestScope> requestScopeType concode_field_sep void afterBeanDiscovery
boolean function ( ) { return count == 0 ; }
tests if this hashtable maps no keys to values . concode_field_sep Entry table[] concode_elem_sep Entry next concode_elem_sep float loadFactor concode_elem_sep int count concode_elem_sep int threshold concode_elem_sep Object value concode_elem_sep int hash concode_field_sep boolean contains concode_elem_sep int size co...
void function ( String arg0 ) { this . terminationDetails = arg0 ; }
details for terminating a workflow . concode_field_sep ActivityTypeRegistrationOptions activityTypeRegistrationOptions concode_elem_sep Map<String,Object> clientConfigurationParameters concode_elem_sep String stateResultType concode_elem_sep AmazonSimpleWorkflowClient amazonSWClient concode_elem_sep ActivitySchedulingO...
void function ( final ObjectOutputStream arg0 , final Object arg1 ) { arg0 . writeObject ( arg1 ) ; }
handles the serialization of an single element of this table . concode_field_sep Object[][] data concode_elem_sep int rowIncrement concode_elem_sep long serialVersionUID concode_elem_sep int columns concode_elem_sep int columnIncrement concode_elem_sep int rows concode_field_sep Object getObject concode_elem_sep int ge...
VariableResolver < String > function ( AbstractBuild < ? , ? > arg0 ) { return VariableResolver . NONE ; }
returns a variableresolver so that other components like builder s can perform variable substitution to reflect parameter values into the build process . < p . this is yet another means in which a parametervalue can influencea build . concode_field_sep String name concode_elem_sep String description concode_field_sep P...
Integer function ( ) { return userStatus ; }
user status concode_field_sep String password concode_elem_sep String phone concode_elem_sep String lastName concode_elem_sep Integer userStatus concode_elem_sep String username concode_elem_sep Long id concode_elem_sep String firstName concode_elem_sep String email concode_field_sep String getPhone concode_elem_sep St...
boolean function ( ) { if ( ! shortOptionQueue . isEmpty ( ) || pendingParam != null || argQueue . isEmpty ( ) ) { return false ; } return ! argQueue . peek ( ) . startsWith ( "srini_string" ) ; }
returns whether the next token is available and can be used as a file argument . concode_field_sep Queue<Character> shortOptionQueue concode_elem_sep String pendingParam concode_elem_sep Queue<String> argQueue concode_field_sep String next concode_elem_sep String nextLongOption concode_elem_sep boolean nextIsSeparator ...
void function ( CountryListener arg0 ) { mListener = arg0 ; }
register a listener to receive the notification when the country is detected or changed . the previous listener will be replaced if it exists . concode_field_sep Country mDetectedCountry concode_elem_sep Handler mHandler concode_elem_sep CountryListener mListener concode_elem_sep Context mContext concode_field_sep void...
void function ( ) { System . setOut ( null ) ; System . setErr ( null ) ; }
cleanup the streams after using it . concode_field_sep BinaryTree bt concode_elem_sep ByteArrayOutputStream errContent concode_elem_sep ByteArrayOutputStream outContent concode_field_sep void preOrderNonRecursiveTest concode_elem_sep void inOrderNonRecursiveTest concode_elem_sep void sizeTest concode_elem_sep void leve...
void function ( ) { JTable loc0 = new JTable ( ) ; UjoTableModel < Person > loc1 = new UjoTableModel ( Person . NAME , Person . BIRTH ) ; }
selected attributes concode_field_sep PlaceHolder placeHolder concode_field_sep void doit_3 concode_elem_sep void doit
List < Object > function ( ) { if ( any == null ) { any = new ArrayList < Object > ( ) ; } return this . any ; }
gets the value of the any property . this accessor method returns a reference to the live list , not a snapshot . therefore any modification you make to the returned list will be present inside the jaxb object . this is why there is not a set method for the any property . for example , to add a new item , do as follows...
List < FieldType > function ( String arg0 , String arg1 ) { List < FieldType > loc0 = null ; loc0 = fieldTypeDao . getFdTypeByDocumentTypeNameForBatchClass ( arg0 , arg1 ) ; return loc0 ; }
an api to fetch all field types by document type name for batch class . concode_field_sep Logger LOGGER concode_elem_sep FieldTypeDao fieldTypeDao concode_field_sep List<FieldType> getFdTypeAndRegexValidationByDocTypeName concode_elem_sep void removeFieldType concode_elem_sep FieldType getFieldType concode_elem_sep Lis...
UInt32 function ( ) { return state ; }
gets the state . concode_field_sep String iface concode_elem_sep String ip4Config concode_elem_sep UInt32 capabilities concode_elem_sep boolean managed concode_elem_sep String dbusPath concode_elem_sep UInt32 ifaceIpAddress concode_elem_sep UInt32 state concode_elem_sep String activeConnection concode_elem_sep UInt32 t...
Slice function ( final int arg0 , final String arg1 ) { return newSlice ( arg0 , null , arg1 , null ) ; }
create a pie slice . concode_field_sep Color color concode_elem_sep String legend concode_elem_sep String label concode_elem_sep int percent concode_field_sep String getLegend concode_elem_sep String getLabel concode_elem_sep Color getColor concode_elem_sep int getPercentage
String function ( String arg0 , String arg1 ) { StringBuffer loc0 = new StringBuffer ( ) ; loc0 . append ( arg1 ) ; loc0 . append ( ':' ) ; loc0 . append ( 'T' ) ; loc0 . append ( arg0 ) ; loc0 . append ( ';' ) ; return loc0 . toString ( ) ; }
creates a new type variable binding key from the given type variable name and the given declaring key . the declaring key can either be a type binding key or a method binding key . for example : createtypevariablebindingkey `` t '' , `` ljava/util/list < te ; > ; '' - > `` ljava/util/list < te ; > ; : tt ; '' createtyp...
boolean function ( ) { return false ; }
predicate : does this disseminator prefer to return a list of elements , rather than a single root element ? some metadata formats have an xml schema without a root element , for example , the dublin core and qualified dublin core formats . this would be true for a crosswalk into qdc , since it would `` prefer '' to re...
void function ( Reader arg0 , Writer arg1 ) { ReaderWriter . writeTo ( arg0 , arg1 ) ; }
reader characters from an input stream and write then to an output stream . concode_field_sep Charset UTF8 concode_field_sep long getSize concode_elem_sep String readFromAsString concode_elem_sep Charset getCharset concode_elem_sep void writeToAsString
List < CommitComment > function ( final int arg0 ) { List < CommitComment > loc0 = comments . get ( arg0 ) ; return loc0 != null ? loc0 : Collections . < CommitComment > emptyList ( ) ; }
get comments for line concode_field_sep CommitFile file concode_elem_sep SparseArray<List<CommitComment>> comments concode_field_sep FullCommitFile add concode_elem_sep CommitFile getFile
LocLogger function ( String arg0 ) { return new LocLogger ( LoggerFactory . getLogger ( arg0 ) , imc ) ; }
get an loclogger instance by name . concode_field_sep IMessageConveyor imc concode_field_sep placeholderType placeHolder
void function ( final String arg0 , final Object arg1 ) { this . setValue ( table . getColumn ( arg0 ) , arg1 , getValueType ( arg1 ) ) ; }
sets the value of the column with the given name . concode_field_sep Object[] values concode_elem_sep Table table concode_field_sep void copyTo concode_elem_sep Object getValue concode_elem_sep Object getValue concode_elem_sep Object getValue concode_elem_sep String getStringValue concode_elem_sep List<Object> getValue...
Provider function ( ) { return provider ; }
returns the provider for this keymanagerfactory instance . concode_field_sep Engine ENGINE concode_elem_sep String DEFAULT_PROPERTY concode_elem_sep String PROPERTY_NAME concode_elem_sep Provider provider concode_elem_sep KeyManagerFactorySpi spiImpl concode_elem_sep String SERVICE concode_elem_sep String algorithm con...
void function ( KeyEvent arg0 ) { resetTransform ( arg0 ) ; }
invoked when a key has been released . concode_field_sep boolean finished concode_field_sep void mouseReleased concode_elem_sep boolean endInteraction concode_elem_sep void keyPressed concode_elem_sep void mouseExited concode_elem_sep void mouseDragged concode_elem_sep void mouseEntered concode_elem_sep void mouseClick...