idx
int64
0
25k
question
stringlengths
68
5.14k
target
stringlengths
20
503
6,800
reads a given number of input registers from the slave . note that the number of input registers returned i.e. array length will be according to the number received in the slave response . concode_field_sep WriteSingleRegisterRequest m_WriteSingleRegisterRequest concode_elem_sep ReadInputDiscretesRequest m_ReadInputDis...
InputRegister [ ] function ( int arg0 , int arg1 ) { m_ReadInputRegistersRequest . setReference ( arg0 ) ; m_ReadInputRegistersRequest . setWordCount ( arg1 ) ; m_Transaction . setRequest ( m_ReadInputRegistersRequest ) ; m_Transaction . execute ( ) ; return ( ( ReadInputRegistersResponse ) m_Transaction . getResponse ...
6,801
generate query cache statistics for put , hit and miss count as one string concode_field_sep EntityManagerFactory emfNo2LC concode_elem_sep EntityManagerFactory emf concode_field_sep String disabled2LCCheck concode_elem_sep String addEntitiesAndEvictAll concode_elem_sep String queryCacheCheckIfEmpty concode_elem_sep St...
String function ( QueryStatistics arg0 ) { String loc0 = "srini_string" + arg0 . getCacheHitCount ( ) + "srini_string" + arg0 . getCacheMissCount ( ) + "srini_string" + arg0 . getCachePutCount ( ) + "srini_string" ; return loc0 ; }
6,802
returns the orientation of this glyph . indicates what inline-progression-direction this glyph can be used in . should be either `` h '' for horizontal only , `` v '' for vertical only , or empty which indicates that the glyph can be used in both . concode_field_sep String orientation concode_elem_sep TextPaintInfo cac...
String function ( ) { return orientation ; }
6,803
returns a hashcode for this set of tabstops . concode_field_sep int hashCode concode_elem_sep TabStop[] tabs concode_field_sep int getTabIndex concode_elem_sep int getTabIndexAfter concode_elem_sep TabStop getTabAfter concode_elem_sep TabStop getTab concode_elem_sep boolean equals concode_elem_sep String toString conco...
int function ( ) { if ( hashCode == Integer . MAX_VALUE ) { hashCode = 0 ; int loc0 = getTabCount ( ) ; for ( int loc1 = 0 ; loc1 < loc0 ; loc1 ++ ) { TabStop loc2 = getTab ( loc1 ) ; hashCode ^= loc2 != null ? getTab ( loc1 ) . hashCode ( ) : 0 ; } if ( hashCode == Integer . MAX_VALUE ) { hashCode -= 1 ; } } return ha...
6,804
subclasses should implement this or #readrecordenvelopeimpl instead of gobblin.source.extractor.extractor #readrecord concode_field_sep boolean instrumentationEnabled concode_elem_sep Optional<Timer> extractorTimer concode_elem_sep MetricContext metricContext concode_elem_sep Optional<Meter> dataRecordExceptionsMeter c...
D function ( D arg0 ) { throw new UnsupportedOperationException ( ) ; }
6,805
sac : implements org.w3c.css.sac.selectorfactory #createnegativeselector simpleselector . concode_field_sep SelectorFactory INSTANCE concode_field_sep CharacterDataSelector createTextNodeSelector concode_elem_sep SimpleSelector createRootNodeSelector concode_elem_sep DescendantSelector createChildSelector concode_elem_...
NegativeSelector function ( SimpleSelector arg0 ) { throw new CSSException ( "srini_string" ) ; }
6,806
provides a list of all message encodings that have decompressors available . concode_field_sep DecompressorRegistry DEFAULT_INSTANCE concode_elem_sep ConcurrentMap<String,DecompressorInfo> decompressors concode_elem_sep boolean advertised concode_elem_sep Decompressor decompressor concode_field_sep DecompressorRegistry...
Set < String > function ( ) { return Collections . unmodifiableSet ( decompressors . keySet ( ) ) ; }
6,807
action triggered when the `` background removal '' checkbox is selected concode_field_sep CheckBox inverse concode_elem_sep ScheduledExecutorService timer concode_elem_sep VideoCapture capture concode_elem_sep ImageView originalFrame concode_elem_sep Slider threshold concode_elem_sep CheckBox canny concode_elem_sep Che...
void function ( ) { if ( this . canny . isSelected ( ) ) { this . canny . setSelected ( false ) ; this . threshold . setDisable ( true ) ; } if ( this . dilateErode . isSelected ( ) ) this . inverse . setDisable ( false ) ; else this . inverse . setDisable ( true ) ; this . cameraButton . setDisable ( false ) ; }
6,808
calculates a hash code value for the object . objects that are equal will also have the same hashcode . concode_field_sep int wordSize concode_elem_sep int version concode_elem_sep byte[] iv concode_elem_sep int rounds concode_field_sep int getVersion concode_elem_sep boolean equals concode_elem_sep byte[] getIV concod...
int function ( ) { int loc0 = version ^ rounds ^ wordSize ; if ( iv != null ) { for ( int loc1 = 0 ; loc1 != iv . length ; loc1 ++ ) { loc0 ^= iv [ loc1 ] << ( 8 * ( loc1 % 4 ) ) ; } } return loc0 ; }
6,809
builds a comparison predicate inserting the operato1 or operator2 taking into account the propertyname position in the comparison filter . concode_field_sep Logger LOGGER concode_field_sep Object buildDistanceBufferOperation concode_elem_sep Object buildBBOX concode_elem_sep Object buildDuring concode_elem_sep Object b...
Object function ( BinaryComparisonOperator arg0 , Object arg1 , String arg2 ) { StringBuilder loc0 = asStringBuilder ( arg1 ) ; ExpressionToText loc1 = new ExpressionToText ( ) ; Expression loc2 = arg0 . getExpression1 ( ) ; loc2 . accept ( loc1 , loc0 ) ; loc0 . append ( "srini_string" ) . append ( arg2 ) . append ( "...
6,810
operations with hsv graphics color concode_field_sep PlaceHolder placeHolder concode_field_sep void nativeGetCoefBrightness concode_elem_sep void nativeTreshold concode_elem_sep void nativeSobel concode_elem_sep Bitmap nativeSobel concode_elem_sep byte[] getCoefBrightness concode_elem_sep Bitmap adaptiveTreshold concod...
Bitmap function ( Bitmap arg0 , float [ ] arg1 ) { Bitmap loc0 = Bitmap . createBitmap ( arg0 . getWidth ( ) , arg0 . getHeight ( ) , Bitmap . Config . ARGB_8888 ) ; nativeGetHSVBrightness ( arg0 , arg1 ) ; return loc0 ; }
6,811
gets the value of the shiptoname property . concode_field_sep String shipToCity concode_elem_sep String shipToRegion concode_elem_sep String shipToPostalCode concode_elem_sep String shippingMethod concode_elem_sep String shipToName concode_elem_sep long serialVersionUID concode_elem_sep String shipToAddressLine1 concod...
String function ( ) { return shipToName ; }
6,812
called when the tabs tray is opened . concode_field_sep PlaceHolder placeHolder concode_field_sep void onRestart concode_elem_sep void onCreate concode_elem_sep void onDestroy concode_elem_sep void onStart concode_elem_sep void onTabsTrayHidden concode_elem_sep void onNewIntent concode_elem_sep void onPause concode_ele...
void function ( BrowserApp arg0 , TabsPanel arg1 ) { }
6,813
gets the submitdate value for this statusreport . concode_field_sep java.lang.Object __equalsCalc concode_elem_sep java.lang.String mobile concode_elem_sep java.lang.String submitDate concode_elem_sep java.lang.String errorCode concode_elem_sep java.lang.String memo concode_elem_sep java.lang.String receiveDate concode...
java . lang . String function ( ) { return submitDate ; }
6,814
check if this itemset contains a given item . concode_field_sep double expectedsupport concode_elem_sep List<ItemUApriori> items concode_field_sep boolean isLexicallySmallerthan concode_elem_sep void printWithoutSupport concode_elem_sep double getExpectedSupport concode_elem_sep ItemsetUApriori cloneItemSetMinusOneItem...
boolean function ( ItemUApriori arg0 ) { return items . contains ( arg0 ) ; }
6,815
creates a new floatvalue with an undefined value . concode_field_sep IntegerValue INTEGER_VALUE concode_elem_sep DoubleValue DOUBLE_VALUE concode_elem_sep FloatValue FLOAT_VALUE concode_elem_sep LongValue LONG_VALUE concode_elem_sep ReferenceValue REFERENCE_VALUE_NULL concode_elem_sep ReferenceValue REFERENCE_VALUE_JAV...
FloatValue function ( ) { return FLOAT_VALUE ; }
6,816
returns the flags for the setting id , or 0 if unset . concode_field_sep int FLAG_CLEAR_PREVIOUSLY_PERSISTED_SETTINGS concode_elem_sep int DOWNLOAD_BANDWIDTH concode_elem_sep int set concode_elem_sep int DEFAULT_INITIAL_WINDOW_SIZE concode_elem_sep int UPLOAD_BANDWIDTH concode_elem_sep int CLIENT_CERTIFICATE_VECTOR_SIZ...
int function ( int arg0 ) { int loc0 = 0 ; if ( isPersisted ( arg0 ) ) loc0 |= Settings . PERSISTED ; if ( persistValue ( arg0 ) ) loc0 |= Settings . PERSIST_VALUE ; return loc0 ; }
6,817
get maximum length . concode_field_sep boolean leftTruncate concode_elem_sep FormattingInfo DEFAULT concode_elem_sep int minLength concode_elem_sep boolean leftAlign concode_elem_sep char[] SPACES concode_elem_sep int maxLength concode_field_sep void format concode_elem_sep FormattingInfo getDefault concode_elem_sep bo...
int function ( ) { return maxLength ; }
6,818
sets the value of the feedid property . concode_field_sep Long feedItemId concode_elem_sep FeedItemDevicePreference devicePreference concode_elem_sep String extensionFeedItemType concode_elem_sep Long feedId concode_elem_sep FeedType feedType concode_elem_sep FeedItemScheduling scheduling concode_elem_sep String startT...
void function ( Long arg0 ) { this . feedId = arg0 ; }
6,819
determines whether we 're occupied . concode_field_sep int WORKERTHREAD_BUSY concode_elem_sep boolean running concode_elem_sep WorkerTask task concode_elem_sep int WORKERTHREAD_BLOCKED concode_elem_sep int WORKERTHREAD_IDLE concode_elem_sep boolean assigned concode_elem_sep int state concode_elem_sep WorkerThreadPool s...
boolean function ( ) { return assigned ; }
6,820
deletes the b b b server with the primary key from the database . also notifies the appropriate model listeners . concode_field_sep BBBServerLocalService _bbbServerLocalService concode_field_sep com.liferay.bbb.model.BBBServer getBBBServer concode_elem_sep com.liferay.bbb.model.BBBServer fetchBBBServer concode_elem_sep...
com . liferay . bbb . model . BBBServer function ( long arg0 ) { return _bbbServerLocalService . deleteBBBServer ( arg0 ) ; }
6,821
sets the naming format to use when naming threads thread #setname which are created with this threadfactory . concode_field_sep Boolean daemon concode_elem_sep UncaughtExceptionHandler uncaughtExceptionHandler concode_elem_sep Integer priority concode_elem_sep String nameFormat concode_elem_sep ThreadFactory backingThr...
ThreadFactoryBuilder function ( String arg0 ) { String loc0 = format ( arg0 , 0 ) ; this . nameFormat = arg0 ; return this ; }
6,822
sets the delay before invoking the effect concode_field_sep boolean fired concode_elem_sep boolean submit concode_elem_sep boolean queued concode_elem_sep float fps concode_elem_sep boolean sync concode_elem_sep int sequenceId concode_elem_sep float duration concode_elem_sep String sequence concode_elem_sep float delay...
void function ( float arg0 ) { this . delay = arg0 ; ea . add ( "srini_string" , arg0 ) ; }
6,823
run the operation , only throwing an unchecked exception on failure concode_field_sep int maxAttempts concode_elem_sep BackoffStrategy backoff concode_elem_sep Meter attemptFailures concode_elem_sep Logger log concode_elem_sep Timer attempts concode_field_sep void sleep concode_elem_sep boolean maxAttemptsReached conco...
T function ( Retryable < T > arg0 ) { try { return run ( arg0 ) ; } catch ( RuntimeException loc0 ) { throw loc0 ; } catch ( Exception loc0 ) { throw new RuntimeException ( "srini_string" + arg0 + "srini_string" + loc0 . getMessage ( ) , loc0 ) ; } }
6,824
checks that given array is not empty . concode_field_sep String NOT_EMPTY_SUFFIX concode_elem_sep String NOT_NULL_OR_EMPTY_SUFFIX concode_elem_sep String INVALID_ARG_MSG_PREFIX concode_elem_sep String NULL_MSG_PREFIX concode_field_sep void ensure concode_elem_sep void notNull concode_elem_sep void notNull concode_elem_...
void function ( int [ ] arg0 , String arg1 ) { notNull ( arg0 , arg1 ) ; if ( arg0 . length == 0 ) throw new IllegalArgumentException ( INVALID_ARG_MSG_PREFIX + arg1 + NOT_EMPTY_SUFFIX ) ; }
6,825
is the current job read or write accessible by members of the ` public ' group . concode_field_sep boolean canRead concode_elem_sep boolean isOwner concode_elem_sep List<GroupPermission> jobResultPermissionsWithGroups concode_elem_sep boolean canWrite concode_elem_sep List<GroupPermission> jobResultPermissionsNoGroups ...
boolean function ( ) { return isPublic ; }
6,826
sets network gateway ip address concode_field_sep String name concode_elem_sep String guid concode_elem_sep Map<String,MacAddress> portToMac concode_elem_sep String gateway concode_field_sep void setName concode_elem_sep void clearHosts concode_elem_sep boolean removeHost concode_elem_sep void addHost
void function ( String arg0 ) { this . gateway = arg0 ; return ; }
6,827
method called when events are imported . concode_field_sep List<CollectionDeleteHandler> deleteHandlers concode_elem_sep List<EventAddHandler> addHandlers concode_elem_sep List<CollectionCreateHandler> createHandlers concode_elem_sep List<CollectionUpdateHandler> updateCollectionHandlers concode_elem_sep List<EventRemo...
Object function ( ProceedingJoinPoint arg0 , CollectionItem arg1 , Set < ContentItem > arg2 ) { if ( LOG . isDebugEnabled ( ) ) { LOG . debug ( "srini_string" ) ; } return handleCreateContentsItemsInternal ( arg0 , arg1 , arg2 ) ; }
6,828
locks the given inode in write mode , and adds it to this lock list . this method ensures the parent is the expected parent inode . note : this method assumes that the inode path to the parent has been read locked . concode_field_sep List<InodeTree.LockMode> mLockModes concode_elem_sep List<Inode<?>> mInodes concode_fi...
void function ( Inode < ? > arg0 , Inode arg1 ) { arg0 . lockWriteAndCheckParent ( arg1 ) ; mInodes . add ( arg0 ) ; mLockModes . add ( InodeTree . LockMode . WRITE ) ; }
6,829
gets the value of the removedfeeds 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 removedfeeds property . for example , to add a new it...
List < Long > function ( ) { if ( removedFeeds == null ) { removedFeeds = new ArrayList < Long > ( ) ; } return this . removedFeeds ; }
6,830
set count of sbat blocks concode_field_sep HeaderBlock _header_block concode_field_sep void setPropertyStart concode_elem_sep int calculateXBATStorageRequirements concode_elem_sep void writeBlock concode_elem_sep BATBlock[] setBATBlocks concode_elem_sep void writeBlocks concode_elem_sep void setSBATStart
void function ( final int arg0 ) { _header_block . setSBATBlockCount ( arg0 ) ; }
6,831
return the next assets . concode_field_sep java.util.Vector vector concode_elem_sep int i concode_field_sep boolean hasNext
osid . dr . Asset function ( ) { if ( i >= vector . size ( ) ) { throw new osid . dr . DigitalRepositoryException ( osid . dr . DigitalRepositoryException . NO_MORE_ITERATOR_ELEMENTS ) ; } return ( osid . dr . Asset ) vector . elementAt ( i ++ ) ; }
6,832
answer the name specified in the constructor concode_field_sep ArrayList<String> cmdLine concode_elem_sep boolean resultsEchoed concode_elem_sep Map<String,String> environment concode_elem_sep Process process concode_elem_sep File workingDir concode_elem_sep File logFile concode_elem_sep String name concode_elem_sep Pr...
String function ( ) { return name ; }
6,833
gets the target folder path as a file that includes the project location concode_field_sep PlaceHolder placeHolder concode_field_sep IProject getTargetProject concode_elem_sep void refreshTargetProject concode_elem_sep boolean createEmptyProject concode_elem_sep FeatureConfiguration getOutletFeatureConfiguration concod...
File function ( GeneratorEntry arg0 ) { String loc0 = getOutletFeatureConfiguration ( arg0 ) . getParameterValue ( ICoreFeatureConstants . OUTLET_FEATURE_TARGET_FOLDER ) . getStringValue ( ) ; return new File ( getTargetProject ( arg0 ) . getLocation ( ) . toFile ( ) . getPath ( ) + File . separator + loc0 ) ; }
6,834
returns the version of this app . concode_field_sep App _app concode_field_sep void setExpandoBridgeAttributes concode_elem_sep void setExpandoBridgeAttributes concode_elem_sep void setExpandoBridgeAttributes concode_elem_sep void setRequired concode_elem_sep boolean isDownloaded concode_elem_sep boolean isEscapedModel...
java . lang . String function ( ) { return _app . getVersion ( ) ; }
6,835
normalize an angle in a 2 & pi wide interval around a center value . this method has three main uses : normalize an angle between 0 and 2 & pi ; : a = mathutils.normalizeangle a , fastmath.pi ; normalize an angle between - & pi ; and + & pi ; a = mathutils.normalizeangle a , 0.0 ; compute the angle between two defining...
double function ( double arg0 , double arg1 ) { return arg0 - TWO_PI * FastMath . floor ( ( arg0 + FastMath . PI - arg1 ) / TWO_PI ) ; }
6,836
get the block 's datanode locations concode_field_sep String[] storageIDs concode_elem_sep String[] datanodeUuids concode_elem_sep BlockWithLocations[] blocks concode_elem_sep Block block concode_elem_sep StorageType[] storageTypes concode_field_sep Block getBlock concode_elem_sep StringBuilder appendString concode_ele...
String [ ] function ( ) { return datanodeUuids ; }
6,837
update an already existing examtype . concode_field_sep ExamTypeIoOperation ioOperations concode_field_sep boolean newExamType concode_elem_sep ArrayList<ExamType> getExamType concode_elem_sep boolean deleteExamType concode_elem_sep boolean codeControl
boolean function ( ExamType arg0 ) { try { return ioOperations . updateExamType ( arg0 ) ; } catch ( OHException loc0 ) { JOptionPane . showMessageDialog ( null , loc0 . getMessage ( ) ) ; return false ; } }
6,838
required . this must be your application instance . concode_field_sep NotThreadSafeBridgeIdleDebugListener mBridgeIdleDebugListener concode_elem_sep List<ReactPackage> mPackages concode_elem_sep Application mApplication concode_elem_sep UIImplementationProvider mUIImplementationProvider concode_elem_sep NativeModuleCal...
Builder function ( Application arg0 ) { mApplication = arg0 ; return this ; }
6,839
sets the value of the modules property . concode_field_sep String xrefpart concode_elem_sep Sheets sheets concode_elem_sep String xreflabel concode_elem_sep Variantdefs variantdefs concode_elem_sep Classes classes concode_elem_sep Libraries libraries concode_elem_sep Parts parts concode_elem_sep Description description...
void function ( Modules arg0 ) { this . modules = arg0 ; }
6,840
sets the cookie handler to be used to read outgoing cookies and write incoming cookies . if unset , the cookiehandler #getdefault system-wide default cookie handler will be used . concode_field_sep boolean followProtocolRedirects concode_elem_sep HostnameVerifier hostnameVerifier concode_elem_sep ConnectionPool connect...
OkHttpClient function ( CookieHandler arg0 ) { this . cookieHandler = arg0 ; return this ; }
6,841
sets the events value for this reportdefinitionsegment . concode_field_sep org.apache.axis.description.TypeDesc typeDesc concode_elem_sep java.lang.Boolean invert concode_elem_sep java.lang.Object __equalsCalc concode_elem_sep boolean __hashCodeCalc concode_elem_sep com.omniture.www.ReportDefinitionSegmentType type con...
void function ( com . omniture . www . ReportDefinitionSegmentEvent [ ] arg0 ) { this . events = arg0 ; }
6,842
returns the user uuid of this team . concode_field_sep Team _team concode_field_sep void setExpandoBridgeAttributes concode_elem_sep void setExpandoBridgeAttributes concode_elem_sep void setExpandoBridgeAttributes concode_elem_sep java.lang.String getName concode_elem_sep void setGroupId concode_elem_sep boolean isEsca...
java . lang . String function ( ) { return _team . getUserUuid ( ) ; }
6,843
gets the link to the next page . concode_field_sep String nextPageLink concode_elem_sep List<T> items concode_field_sep PageImpl1<T> setNextPageLink concode_elem_sep PageImpl1<T> setItems concode_elem_sep List<T> items
String function ( ) { return this . nextPageLink ; }
6,844
comparisson method for bytes . concode_field_sep byte value concode_field_sep placeholderType placeHolder
boolean function ( Object arg0 ) { if ( arg0 instanceof Byte ) return ( value == ( ( Byte ) arg0 ) . byteValue ( ) ) ; else return false ; }
6,845
setter for the field namingconvention . concode_field_sep OptionalityNullabilityChecker checkNullable concode_elem_sep IMemberFilter memberFilter concode_elem_sep IPropertyNameBuilder propertyNameBuilder concode_elem_sep IAnnotationFilter annotationsFilter concode_elem_sep ITypeNamingConvention namingConvention concode...
void function ( ITypeNamingConvention arg0 ) { this . namingConvention = arg0 ; }
6,846
sets the arguments parameters used by the plugin . 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 amIActive concode_field_sep String getName concode_...
void function ( String [ ] arg0 ) { this . args = arg0 . clone ( ) ; }
6,847
a label uniquely identifying the version for the associated application . concode_field_sep String versionLabel concode_elem_sep S3Location sourceBundle concode_elem_sep java.util.Date dateCreated concode_elem_sep String description concode_elem_sep String applicationName concode_elem_sep java.util.Date dateUpdated con...
void function ( String arg0 ) { this . versionLabel = arg0 ; }
6,848
this method attempts to convert an oracle-formatted date in the form dd-mmm-yyyy to mm/dd/yyyy . concode_field_sep Log log concode_elem_sep String TIME_PATTERN concode_field_sep String getDateTimePattern concode_elem_sep String getDateTime concode_elem_sep Date convertStringToDate concode_elem_sep Date convertStringToD...
String function ( Date arg0 ) { SimpleDateFormat loc0 ; String loc1 = "srini_string" ; if ( arg0 != null ) { loc0 = new SimpleDateFormat ( getDatePattern ( ) ) ; loc1 = loc0 . format ( arg0 ) ; } return ( loc1 ) ; }
6,849
specifies whether the rule is disabled . concode_field_sep Boolean ruleDisabled concode_elem_sep String description concode_elem_sep java.util.List<Action> actions concode_elem_sep String sql concode_field_sep void setRuleDisabled concode_elem_sep void setActions concode_elem_sep TopicRulePayload withDescription concod...
Boolean function ( ) { return this . ruleDisabled ; }
6,850
set the number of namenodes that should be run . this must be set before calling #startcluster concode_field_sep MiniDFSCluster cluster concode_elem_sep int BLOCK_SIZE concode_elem_sep int nns concode_elem_sep Configuration conf concode_elem_sep TestContext testCtx concode_field_sep FileSystem getFailoverFs concode_ele...
void function ( int arg0 ) { this . nns = arg0 ; }
6,851
start a new test-managed transaction . only call this method if #end has been called or if notransaction has been previously started . concode_field_sep PlaceHolder placeHolder concode_field_sep void flagForRollback concode_elem_sep void flagForCommit concode_elem_sep void end concode_elem_sep TransactionContext requir...
void function ( ) { requireCurrentTransactionContext ( ) . startTransaction ( ) ; }
6,852
get all the http parameters concode_field_sep Map<String,String> headers concode_elem_sep MessageContext messageContext concode_elem_sep Map<String,String> params concode_elem_sep String url concode_elem_sep Map<String,Object> properties concode_field_sep String getUrl concode_elem_sep void setHeaders concode_elem_sep ...
Map < String , String > function ( ) { return params ; }
6,853
add a specific transfer to this transfer . concode_field_sep long serialVersionUID concode_elem_sep int TIMED_TRANSFER concode_elem_sep int FORBIDDEN_TRANSFER concode_elem_sep int UNKNOWN_TRANSFER concode_elem_sep List<SpecificTransfer> specificTransfers concode_elem_sep int PREFERRED_TRANSFER concode_field_sep int get...
boolean function ( SpecificTransfer arg0 ) { checkNotNull ( arg0 ) ; return specificTransfers . add ( arg0 ) ; }
6,854
deletes the account from the database . also notifies the appropriate model listeners . concode_field_sep AccountLocalService _service concode_field_sep com.liferay.mail.model.Account updateFolders concode_elem_sep java.lang.String getOSGiServiceIdentifier concode_elem_sep com.liferay.portal.kernel.dao.orm.ActionableDy...
com . liferay . mail . model . Account function ( com . liferay . mail . model . Account arg0 ) { return getService ( ) . deleteAccount ( arg0 ) ; }
6,855
generate a signed token concode_field_sep play.api.libs.Crypto crypto concode_field_sep String extractSignedToken concode_elem_sep String generateToken concode_elem_sep String decryptAES concode_elem_sep String decryptAES concode_elem_sep String sign concode_elem_sep boolean constantTimeEquals concode_elem_sep boolean ...
String function ( ) { return crypto . generateSignedToken ( ) ; }
6,856
gets the creativefieldid value for this creativefieldassignment . concode_field_sep org.apache.axis.description.TypeDesc typeDesc concode_elem_sep long creativeFieldId concode_elem_sep java.lang.Object __equalsCalc concode_elem_sep long creativeFieldValueId concode_elem_sep boolean __hashCodeCalc concode_field_sep long...
long function ( ) { return creativeFieldId ; }
6,857
this method is bound to the inputfile component and is executed multiple times during the file upload process . every call allows the user to finds out what percentage of the file has been uploaded . this progress information can then be used with a progressbar component for user feedback on the file upload progress . ...
void function ( EventObject arg0 ) { InputFile loc0 = ( InputFile ) arg0 . getSource ( ) ; fileProgress = loc0 . getFileInfo ( ) . getPercent ( ) ; }
6,858
inspect the given class type for a dependency on an active project . concode_field_sep PlaceHolder placeHolder concode_field_sep List<PackagingType> getCompatiblePackagingTypes concode_elem_sep String getName concode_elem_sep List<Class<? extends Facet>> getFacetDependencies
boolean function ( final Class < ? > arg0 ) { return Annotations . isAnnotationPresent ( arg0 , RequiresProject . class ) ; }
6,859
sets the http status . concode_field_sep String responseText concode_elem_sep int httpStatus concode_elem_sep String queryString concode_elem_sep boolean error concode_elem_sep String contentType concode_elem_sep String url concode_field_sep void setQueryString concode_elem_sep String getQueryString concode_elem_sep vo...
void function ( int arg0 ) { this . httpStatus = arg0 ; }
6,860
create an instance of eventtypename concode_field_sep PlaceHolder placeHolder concode_field_sep EventClassName createEventClassName concode_elem_sep EventTypeVendor createEventTypeVendor concode_elem_sep EventTypeVersion createEventTypeVersion concode_elem_sep Description createDescription concode_elem_sep LibraryVersi...
EventTypeName function ( ) { return new EventTypeName ( ) ; }
6,861
getter for duration . concode_field_sep long duration concode_elem_sep CyclicBarrier barrier concode_elem_sep A operatorInstance concode_elem_sep Class<? extends T>[] classOperators concode_elem_sep int nOperatorsByClassOperator concode_elem_sep ExecutorService pool concode_field_sep Object call concode_elem_sep void i...
long function ( ) { return duration ; }
6,862
returns the next line in the wrapped reader . concode_field_sep BufferedReader bufferedReader concode_elem_sep String cachedLine concode_elem_sep boolean finished concode_field_sep Object next concode_elem_sep boolean hasNext concode_elem_sep boolean isValidLine concode_elem_sep void closeQuietly concode_elem_sep void ...
String function ( ) { if ( ! hasNext ( ) ) { throw new NoSuchElementException ( "srini_string" ) ; } String loc0 = cachedLine ; cachedLine = null ; return loc0 ; }
6,863
this implementation depends only on the lock holder and not on the lock expiration time . concode_field_sep long expires concode_elem_sep int hashCode concode_elem_sep String name concode_elem_sep T holder concode_elem_sep Logger log concode_elem_sep ConcurrentHashMap<KeyColumn,AuditRecord<T>> locks concode_field_sep b...
int function ( ) { if ( 0 == hashCode ) hashCode = holder . hashCode ( ) ; return hashCode ; }
6,864
returns the one hop links of the node concode_field_sep Hashtable<Integer,LinkInfo> helloTable concode_elem_sep ArrayList<Node> links concode_elem_sep int status concode_field_sep boolean checkForNode concode_elem_sep boolean updateLinks concode_elem_sep ArrayList<Node> getLinks concode_elem_sep boolean updateStatus co...
ArrayList < Node > function ( Integer arg0 ) { LinkInfo loc0 = helloTable . get ( arg0 ) ; if ( loc0 == null ) { return null ; } else { return loc0 . getLinks ( ) ; } }
6,865
gets the datatype attribute of the fieldbean object concode_field_sep boolean needEncode concode_elem_sep boolean isnull concode_elem_sep String defaultValue concode_elem_sep int precision concode_elem_sep String description concode_elem_sep String caption concode_elem_sep int DATA_TYPE_BOOLEAN concode_elem_sep String ...
int function ( ) { return datatype ; }
6,866
returns the number of akismet datas . concode_field_sep AkismetDataLocalService _akismetDataLocalService concode_field_sep void setWrappedService concode_elem_sep com.liferay.akismet.model.AkismetData createAkismetData concode_elem_sep com.liferay.portal.kernel.dao.orm.ActionableDynamicQuery getActionableDynamicQuery c...
int function ( ) { return _akismetDataLocalService . getAkismetDatasCount ( ) ; }
6,867
gets the underlying cursor that is wrapped by this instance . concode_field_sep Cursor mCursor concode_field_sep String[] getColumnNames concode_elem_sep void setNotificationUri concode_elem_sep boolean isLast concode_elem_sep String getColumnName concode_elem_sep double getDouble concode_elem_sep boolean moveToLast co...
Cursor function ( ) { return mCursor ; }
6,868
returns the name of the signatory concode_field_sep String country concode_elem_sep String emailAddress concode_elem_sep String telephoneNumber concode_elem_sep String mailingAddress concode_elem_sep Date signingDate concode_elem_sep String name concode_elem_sep Integer id concode_elem_sep Version version concode_field...
String function ( ) { return this . name ; }
6,869
sets the value of the role property . concode_field_sep String role concode_elem_sep String arcrole concode_elem_sep String show concode_elem_sep String actuate concode_elem_sep JAXBElement<? extends OperationMethodType> operationMethod concode_elem_sep List<String> nilReason concode_elem_sep String href concode_elem_s...
void function ( String arg0 ) { this . role = arg0 ; }
6,870
sets the volume in percent concode_field_sep List<String> inputNames concode_elem_sep YamahaReceiverCommunication com concode_elem_sep String name concode_elem_sep boolean mute concode_elem_sep String id concode_elem_sep String surroundProgram concode_elem_sep float volume concode_elem_sep int netRadioChannel concode_e...
void function ( float arg0 ) { if ( arg0 < 0 ) { arg0 = 0 ; } if ( arg0 > 100 ) { arg0 = 100 ; } com . setVolume ( arg0 * YamahaReceiverCommunication . VOLUME_RANGE / 100.0f + YamahaReceiverCommunication . VOLUME_MIN ) ; this . volume = Math . round ( arg0 * 100 ) / 100 ; }
6,871
deletes role from a user concode_field_sep Logger log concode_elem_sep UserService instance concode_field_sep void init concode_elem_sep String modifyRole concode_elem_sep User getUser concode_elem_sep User getUser concode_elem_sep User login concode_elem_sep Role getRoleByName concode_elem_sep User getGuestUser concod...
String function ( int arg0 ) { throw new ServiceException ( "srini_string" ) ; }
6,872
gets the starting point of the transition , a float between 0.0 and 1.0 . defaults to 0.0 . concode_field_sep boolean fired concode_elem_sep boolean submit concode_elem_sep boolean queued concode_elem_sep float fps concode_elem_sep boolean sync concode_elem_sep int sequenceId concode_elem_sep float duration concode_ele...
float function ( ) { return from ; }
6,873
return the name of this web resource collection . concode_field_sep String description concode_elem_sep String name concode_elem_sep String methods[] concode_elem_sep String patterns[] concode_field_sep void setName concode_elem_sep String[] findMethods concode_elem_sep String[] findPatterns concode_elem_sep boolean fi...
String function ( ) { return ( this . name ) ; }
6,874
log a message and a throwable to specific level concode_field_sep String NAME concode_elem_sep LogClient LOGCLIENT concode_elem_sep Logger LOGGER concode_field_sep void finest concode_elem_sep void fine concode_elem_sep void finer concode_elem_sep void severe concode_elem_sep void severe concode_elem_sep void severe co...
void function ( Level arg0 , String arg1 , Throwable arg2 ) { LOGGER . log ( arg0 , arg1 , arg2 ) ; }
6,875
when retrieved this will return the value from the given hystrixproperty or if that returns null then return the defaultvalue . concode_field_sep PlaceHolder placeHolder concode_field_sep HystrixProperty<T> nullProperty concode_elem_sep T get
HystrixProperty < T > function ( final HystrixProperty < T > arg0 , final T arg1 ) { return new HystrixProperty < T > ( ) { @ Override public T get ( ) { T loc0 = arg0 . get ( ) ; if ( loc0 == null ) { return arg1 ; } else { return loc0 ; } } } ; }
6,876
this method is called when ` mark object ' action is invoked . return an unique marker for value and store it in some registryif necessary . concode_field_sep Class<V> myValueClass concode_field_sep Class<V> getValueClass concode_elem_sep M getMarker concode_elem_sep void unmarkValue concode_elem_sep boolean canMark
M function ( @ NotNull V arg0 ) { return getMarker ( arg0 ) ; }
6,877
log warn messages . concode_field_sep String PATTERN concode_elem_sep int traceId concode_field_sep String compute concode_elem_sep void trace concode_elem_sep void trace concode_elem_sep void trace concode_elem_sep void debug concode_elem_sep void debug concode_elem_sep void setUncaughtExceptionHandler concode_elem_se...
void function ( final String arg0 , final Object ... arg1 ) { warn ( compute ( arg0 , arg1 ) ) ; }
6,878
getter for the yeschild concode_field_sep TQNode noChild concode_elem_sep TQNode yesChild concode_elem_sep String data concode_elem_sep TQNode root concode_elem_sep int idx concode_field_sep TQNode getNoChild concode_elem_sep void play concode_elem_sep void print concode_elem_sep TQNode buildSubtree concode_elem_sep vo...
TQNode function ( ) { return this . yesChild ; }
6,879
gets the value of the right property . concode_field_sep Boolean diagonalDown concode_elem_sep Object parent concode_elem_sep CTBorderPr bottom concode_elem_sep CTBorderPr start concode_elem_sep CTBorderPr vertical concode_elem_sep CTBorderPr right concode_elem_sep Boolean diagonalUp concode_elem_sep CTBorderPr horizon...
CTBorderPr function ( ) { return right ; }
6,880
returns the backoff weight id . concode_field_sep int which concode_elem_sep int backoffID concode_elem_sep int firstNPlus1GramEntry concode_elem_sep int wordID concode_elem_sep int probabilityID concode_field_sep int getWordID concode_elem_sep int getProbabilityID concode_elem_sep int getFirstNPlus1GramEntry concode_e...
int function ( ) { return backoffID ; }
6,881
confidence weighted accuracy assuming the scores are probabilities and using .5 as threshold concode_field_sep int[] numpositive concode_elem_sep int[] numnegative concode_elem_sep double[] scores concode_elem_sep int[] classes concode_elem_sep int[] guesses concode_elem_sep Redwood.RedwoodChannels logger concode_field...
int [ ] function ( ) { int [ ] loc0 = new int [ numSamples ( ) ] ; for ( int loc1 = 1 ; loc1 <= numSamples ( ) ; loc1 ++ ) { loc0 [ loc1 - 1 ] = precision ( loc1 ) ; } return loc0 ; }
6,882
called when the system received an http authentication request . plugin can use the supplied httpauthhandler to process this auth challenge . concode_field_sep CordovaPreferences preferences concode_elem_sep CordovaInterface cordova concode_elem_sep CordovaWebView webView concode_elem_sep String serviceName concode_fie...
boolean function ( CordovaWebView arg0 , ICordovaHttpAuthHandler arg1 , String arg2 , String arg3 ) { return false ; }
6,883
get the log level specifying which messages will be logged by this handler . message levels lower than this level will be discarded . concode_field_sep Level logLevel concode_elem_sep LogHandler wrapped concode_field_sep void ensureLogHandler concode_elem_sep void setLogHandler concode_elem_sep void onLog concode_elem_...
Level function ( ) { if ( logLevel == null ) { return Level . ALL ; } return logLevel ; }
6,884
equals . concode_field_sep int _port concode_elem_sep String __0_0_0_0 concode_elem_sep boolean _addrIsHost concode_elem_sep InetAddress _addr concode_field_sep InetAddress getInetAddress concode_elem_sep void setHost concode_elem_sep void setInetAddress concode_elem_sep int getPort concode_elem_sep int hashCode concod...
boolean function ( Object arg0 ) { if ( arg0 == null ) return false ; if ( arg0 == this ) return true ; if ( arg0 instanceof InetAddrPort ) { InetAddrPort loc0 = ( InetAddrPort ) arg0 ; return loc0 . _port == _port && ( loc0 . _addr == _addr || loc0 . _addr != null && loc0 . _addr . equals ( _addr ) ) ; } return false ...
6,885
updates the meetups entry in the database or adds it if it does not yet exist . also notifies the appropriate model listeners . concode_field_sep MeetupsEntryLocalService _meetupsEntryLocalService concode_field_sep java.lang.String getOSGiServiceIdentifier concode_elem_sep void setWrappedService concode_elem_sep com.li...
com . liferay . social . networking . model . MeetupsEntry function ( com . liferay . social . networking . model . MeetupsEntry arg0 ) { return _meetupsEntryLocalService . updateMeetupsEntry ( arg0 ) ; }
6,886
set whether or not leading slashes should be stripped from the uri when generating the view name . default is `` true '' . concode_field_sep String prefix concode_elem_sep String separator concode_elem_sep String SLASH concode_elem_sep UrlPathHelper urlPathHelper concode_elem_sep boolean stripLeadingSlash concode_elem_...
void function ( boolean arg0 ) { this . stripLeadingSlash = arg0 ; }
6,887
returns the fully qualified class name of this ticket . concode_field_sep Ticket _ticket 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 concod...
java . lang . String function ( ) { return _ticket . getClassName ( ) ; }
6,888
getter method for callsourceid concode_field_sep int callSourceID concode_elem_sep String callSourceName concode_field_sep void setCallSourceName concode_elem_sep void setCallSourceID concode_elem_sep String getCallSourceName
int function ( ) { return callSourceID ; }
6,889
set a url as a image that preparing to load concode_field_sep int mEmptyPlaceHolderRes concode_elem_sep int mRes concode_elem_sep Bundle mBundle concode_elem_sep int mErrorPlaceHolderRes concode_elem_sep File mFile concode_elem_sep boolean mErrorDisappear concode_elem_sep Picasso mPicasso concode_elem_sep Context mCont...
BaseSliderView function ( String arg0 ) { if ( mFile != null || mRes != 0 ) { throw new IllegalStateException ( "srini_string" + "srini_string" ) ; } mUrl = arg0 ; return this ; }
6,890
checks if the specified state has at least one exit action . concode_field_sep PlaceHolder placeHolder concode_field_sep boolean hasEntryAction concode_elem_sep boolean containsOnlyEventsOfType concode_elem_sep boolean oneIncomingTransitionEntersCompositeWithEntryActions concode_elem_sep boolean hasAtLeastOneAction con...
boolean function ( State arg0 ) { EList < Expression > loc0 = getFirstExitActions ( arg0 ) ; if ( loc0 != null && ! loc0 . isEmpty ( ) ) { return true ; } return false ; }
6,891
called whenever the osgi framework starts our bundle concode_field_sep Logger logger concode_elem_sep BundleContext context concode_field_sep void stop concode_elem_sep BundleContext getContext
void function ( BundleContext arg0 ) { context = arg0 ; logger . debug ( "srini_string" ) ; }
6,892
whether to auto start ssl handshake . concode_field_sep boolean disconnect concode_elem_sep int maximumPoolSize concode_elem_sep SSLContextParameters sslContextParameters concode_elem_sep boolean autoStartTls concode_elem_sep boolean sync concode_elem_sep long timeout concode_elem_sep String protocol concode_elem_sep i...
void function ( boolean arg0 ) { this . autoStartTls = arg0 ; }
6,893
this method runs with lock locked called by execute . concode_field_sep Lock lock concode_elem_sep Message request_msg concode_elem_sep long req_id concode_elem_sep boolean block_for_results concode_elem_sep RequestCorrelator corr concode_elem_sep AtomicLong REQUEST_ID concode_elem_sep Log log concode_elem_sep RequestO...
boolean function ( final long arg0 ) { try { return waitForResults ( arg0 ) ; } finally { if ( corr != null ) corr . done ( req_id ) ; } }
6,894
returns the converted string response into json . concode_field_sep String BATCH_API_URL_EXT concode_elem_sep String BATCH_API_URL concode_field_sep void verifyClientCreatedOnServer concode_elem_sep BatchRequest updateClientRequest concode_elem_sep BatchRequest createClientRequest concode_elem_sep BatchRequest approveL...
List < BatchResponse > function ( final String arg0 ) { return new Gson ( ) . fromJson ( arg0 , new TypeToken < List < BatchResponse >> ( ) { } . getType ( ) ) ; }
6,895
by default , do n't provide any child paste override behaviour . concode_field_sep Map nameFeatureMap concode_elem_sep Object NULL_TOKEN concode_field_sep boolean shouldOverrideCopyOperation concode_elem_sep void setName concode_elem_sep boolean canContain concode_elem_sep XMLResource getResource concode_elem_sep Strin...
boolean function ( EObject arg0 , EObject arg1 ) { return false ; }
6,896
gets the cached list of permissions from a bundle . concode_field_sep String TOKEN_SOURCE_KEY concode_elem_sep long INVALID_BUNDLE_MILLISECONDS concode_elem_sep String TOKEN_KEY concode_elem_sep String PERMISSIONS_KEY concode_elem_sep String EXPIRATION_DATE_KEY concode_elem_sep String LAST_REFRESH_DATE_KEY concode_elem...
List < String > function ( Bundle arg0 ) { Validate . notNull ( arg0 , "srini_string" ) ; return arg0 . getStringArrayList ( PERMISSIONS_KEY ) ; }
6,897
creates a descriptor extractor by name . the current implementation supports the following types of a descriptor extractor : `` sift '' -- `` sift '' `` surf '' -- `` surf '' `` brief '' -- `` briefdescriptorextractor '' `` brisk '' -- `` brisk '' `` orb '' -- `` orb '' `` freak '' -- `` freak '' a combined format is a...
DescriptorExtractor function ( int arg0 ) { DescriptorExtractor loc0 = new DescriptorExtractor ( create_0 ( arg0 ) ) ; return loc0 ; }
6,898
set whether standard iso formatting should be applied to all date/time types . default is `` false '' no . if set to `` true '' , the `` datestyle '' , `` timestyle '' and `` datetimestyle '' properties are effectively ignored . concode_field_sep Map<Type,DateTimeFormatter> formatters concode_elem_sep Map<Type,DateTime...
void function ( boolean arg0 ) { this . factories . get ( Type . DATE ) . setIso ( arg0 ? ISO . DATE : null ) ; this . factories . get ( Type . TIME ) . setIso ( arg0 ? ISO . TIME : null ) ; this . factories . get ( Type . DATE_TIME ) . setIso ( arg0 ? ISO . DATE_TIME : null ) ; }
6,899
method to tell the page to render or not based on the initialized flag concode_field_sep String plotPointShape concode_elem_sep boolean enableDynamicValues concode_elem_sep boolean areaMapEnabled concode_elem_sep int CUSTOM_CHART_TYPE concode_elem_sep String xAxisTitle concode_elem_sep boolean barChartOrientationHorizo...
boolean function ( OutputChart arg0 ) { boolean loc0 = this . renderOnSubmit ; if ( loc0 ) { this . renderOnSubmit = false ; } return loc0 ; }