code
stringlengths
20
663
nl
stringlengths
68
7.19k
String function ( ) { return reason ; }
returns snapshot failure reason concode_field_sep String reason concode_elem_sep XContentBuilderString START_TIME concode_elem_sep XContentBuilderString REASON concode_elem_sep XContentBuilderString FAILURES concode_elem_sep int totalShards concode_elem_sep XContentBuilderString FAILED concode_elem_sep XContentBuilderS...
String function ( ) { return milliString ( System . currentTimeMillis ( ) - start ) ; }
returns information about measured time in milliseconds . concode_field_sep DecimalFormat FMT_SEC concode_elem_sep DecimalFormat FMT_INT concode_elem_sep double MILLIS_PER_SEC concode_elem_sep long MILLIS_PER_HOUR concode_elem_sep String obj concode_elem_sep long MILLIS_PER_MIN concode_elem_sep long start concode_elem_...
void function ( Long arg0 ) { this . maxTargetAge = arg0 ; }
sets the value of the maxtargetage property . concode_field_sep GrpProvider provider concode_elem_sep Long maxTargetAge concode_elem_sep Long minTargetAge concode_elem_sep GrpTargetGender targetGender concode_field_sep void setMinTargetAge concode_elem_sep GrpTargetGender getTargetGender concode_elem_sep Long getMinTar...
String function ( ) { return email ; }
get email 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 User...
void function ( TurnitinAccountConnection arg0 , String arg1 , Map arg2 ) { Map loc0 = new HashMap ( ) ; loc0 . putAll ( arg2 ) ; loc0 . put ( "srini_string" , "srini_string" ) ; loc0 . put ( "srini_string" , "srini_string" ) ; loc0 . put ( "srini_string" , arg1 ) ; arg0 . callTurnitinReturnDocument ( loc0 ) ; }
logs out of a turnitin session . the params map should contain the same information as in turnitinsessionfuncs.getturnitinsession concode_field_sep PlaceHolder placeHolder concode_field_sep String getTurnitinSession
boolean function ( ) { return forceUpdate ; }
return true if an update should occur whether or not there is a result . concode_field_sep Object adaptedElement concode_elem_sep boolean forceUpdate concode_elem_sep String undecoratedText concode_elem_sep IDecorationContext[] contexts concode_elem_sep Object element concode_field_sep void setUndecoratedText concode_e...
RectangleConstraint function ( Range arg0 ) { ParamChecks . nullNotPermitted ( arg0 , "srini_string" ) ; return new RectangleConstraint ( this . width , this . widthRange , this . widthConstraintType , arg0 . getUpperBound ( ) , arg0 , LengthConstraintType . RANGE ) ; }
returns a constraint that matches this one on the width attributes , but has a range height constraint . concode_field_sep LengthConstraintType widthConstraintType concode_elem_sep Range widthRange concode_elem_sep double width concode_elem_sep RectangleConstraint NONE concode_elem_sep Range heightRange concode_elem_se...
List < Purchase > function ( ) { return new ArrayList < Purchase > ( mPurchaseMap . values ( ) ) ; }
returns a list of all purchases . concode_field_sep Map<String,SkuDetails> mSkuMap concode_elem_sep Map<String,Purchase> mPurchaseMap concode_field_sep void erasePurchase concode_elem_sep List<String> getAllOwnedSkus concode_elem_sep List<String> getAllOwnedSkus concode_elem_sep void addSkuDetails concode_elem_sep Purc...
void function ( ) { }
does nothing , as the threadpool is already initialized and waiting for work from the upstream factory . concode_field_sep ExecutorService sched concode_elem_sep Log LOG concode_elem_sep Semaphore sem concode_elem_sep JobMonitor monitor concode_elem_sep boolean shutdown concode_elem_sep int queueDepth concode_elem_sep ...
Collection function ( String arg0 , Resource arg1 , final Map arg2 , IProgressMonitor arg3 ) { return pasteElementsFromStringDelagate ( arg0 , new PasteTarget ( arg1 ) , arg2 , arg3 ) ; }
deerializes elements from a string obtained from the system clipboard and pastes them into the specified target element . concode_field_sep String IGNORE_RECYCLE_HINT_ID concode_elem_sep String PASTE_SELECTION_FROM_STRING concode_elem_sep String PASTE_TO_TARGET_PARENT concode_elem_sep String MERGE_HINT_STRONG concode_e...
void function ( java . lang . Long arg0 ) { this . labelId = arg0 ; }
sets the labelid value for this adgroupadlabel . concode_field_sep org.apache.axis.description.TypeDesc typeDesc concode_elem_sep java.lang.Long adId concode_elem_sep java.lang.Long labelId concode_elem_sep java.lang.Object __equalsCalc concode_elem_sep boolean __hashCodeCalc concode_elem_sep java.lang.Long adGroupId c...
CombatStyle function ( boolean arg0 ) { return CombatStyle . MELEE ; }
gets the current combat style . concode_field_sep int lastFaceEntity concode_elem_sep GlowColor glowColor concode_elem_sep long serialVersionUID concode_elem_sep Graphics graphics concode_elem_sep boolean running concode_elem_sep Skills skills concode_elem_sep int hitpoints concode_elem_sep Graphics graphics1 concode_e...
boolean function ( ) { return waitResult < SIGNAL_1 || waitResult > SIGNAL_63 ; }
returns true iff the process exited normally . concode_field_sep int waitResult concode_elem_sep int SIGNAL_1 concode_elem_sep int SIGNAL_63 concode_elem_sep String[] SIGNAL_STRINGS concode_field_sep String getSignalString concode_elem_sep String toShortString concode_elem_sep boolean success concode_elem_sep int hashC...
boolean function ( ) { return ( getIndex ( ) >= 32768 ) && ( getIndex ( ) <= 65535 ) ; }
determines whether this index represents a reserved character . concode_field_sep String name concode_elem_sep int wx concode_elem_sep long offset concode_elem_sep int index concode_elem_sep int[] boundingBox concode_elem_sep int lsb concode_elem_sep byte found concode_elem_sep List unicodeIndex concode_field_sep void ...
void function ( Object arg0 ) { if ( myHost != null ) { myHost . returnData ( arg0 ) ; } }
used to communicate a return object from a plugin tool to 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 amIActive...
void function ( ) { doTestEntirelyCorruptFile ( 1 ) ; }
make a single-dn cluster , corrupt a block , and make sure there 's no infinite loop , but rather it eventually reports the exception to the client . concode_field_sep DFSClientFaultInjector faultInjector concode_field_sep void doTestEntirelyCorruptFile concode_elem_sep void thistest concode_elem_sep void testCrcCorrup...
void function ( Date arg0 ) { this . startDate = arg0 ; }
setter method to set the start date concode_field_sep Date endDate concode_elem_sep Integer campaignId concode_elem_sep String description concode_elem_sep long serialVersionUID concode_elem_sep Integer classificationId concode_elem_sep Timestamp createdDate concode_elem_sep String campaignText concode_elem_sep String ...
Parameter function ( final int arg0 ) { if ( arg0 < 0 || arg0 >= m_parameters . size ( ) ) { throw new IndexOutOfBoundsException ( "srini_string" + arg0 + "srini_string" + ( m_parameters . size ( ) - 1 ) + "srini_string" ) ; } return m_parameters . get ( arg0 ) ; }
method getparameter . concode_field_sep List<Parameter> m_parameters concode_elem_sep long serialVersionUID concode_elem_sep Parameter[] EMPTY_PARAMETER_ARRAY concode_elem_sep String m_clazz concode_field_sep String getClazz concode_elem_sep int getParameterCount concode_elem_sep void removeAllParameter concode_elem_se...
LinkResourceRequest function ( ) { return new DefaultLinkResourceRequest ( intentId , links , resources ) ; }
returns link resource request . concode_field_sep IntentId intentId concode_elem_sep Set<ResourceRequest> resources concode_elem_sep Collection<Link> links concode_field_sep Builder addLambdaRequest concode_elem_sep LinkResourceRequest.Builder addConstraint concode_elem_sep LinkResourceRequest.Builder builder concode_e...
void function ( MembersInjector < T > arg0 ) { checkState ( this . delegate == null , "srini_string" ) ; this . delegate = checkNotNull ( arg0 , "srini_string" ) ; }
sets the actual members injector . concode_field_sep MembersInjector<T> delegate concode_elem_sep Object source concode_elem_sep TypeLiteral<T> type concode_field_sep T acceptVisitor concode_elem_sep void applyTo concode_elem_sep TypeLiteral<T> getType concode_elem_sep Object getSource concode_elem_sep MembersInjector<...
int function ( ) { return smallTimeout ; }
gets the default timeout length of the get , is , set , assert , enter , type and click methods . concode_field_sep int largeTimeout concode_elem_sep int smallTimeout concode_field_sep void setLargeTimeout concode_elem_sep int getLargeTimeout concode_elem_sep void setSmallTimeout
void function ( ) { if ( soundPool == null ) { return ; } synchronized ( musics ) { ArrayList < AndroidMusic > loc0 = new ArrayList < AndroidMusic > ( musics ) ; for ( AndroidMusic loc1 : loc0 ) { loc1 . dispose ( ) ; } } soundPool . release ( ) ; }
kills the soundpool and all other resources concode_field_sep AudioManager manager concode_elem_sep SoundPool soundPool concode_elem_sep List<AndroidMusic> musics concode_field_sep void resume concode_elem_sep AudioRecorder newAudioRecorder concode_elem_sep AudioDevice newAudioDevice concode_elem_sep Sound newSound con...
long function ( ) { return _vCal . getPrimaryKey ( ) ; }
returns the primary key of this v cal . concode_field_sep VCal _vCal concode_field_sep java.util.Date getStartDate concode_elem_sep void setExpandoBridgeAttributes concode_elem_sep java.lang.String getLocation concode_elem_sep void setGroupId concode_elem_sep boolean isEscapedModel concode_elem_sep boolean isCachedMode...
java . util . List < com . liferay . portal . kernel . model . Role > function ( long arg0 , long arg1 ) { return _roleService . getUserGroupGroupRoles ( arg0 , arg1 ) ; }
returns all the user 's roles within the user group . concode_field_sep RoleService _roleService concode_field_sep java.lang.String getOSGiServiceIdentifier concode_elem_sep java.util.List<com.liferay.portal.kernel.model.Role> getUserRelatedRoles concode_elem_sep void setWrappedService concode_elem_sep com.liferay.port...
boolean function ( ) { return this == BASELINE_CENTER || this == BOTTOM_CENTER || this == CENTER || this == HALF_ASCENT_CENTER || this == TOP_CENTER ; }
returns true if the anchor is a center anchor , and false otherwise . concode_field_sep TextAnchor HALF_ASCENT_LEFT concode_elem_sep TextAnchor BOTTOM_LEFT concode_elem_sep TextAnchor BASELINE_RIGHT concode_elem_sep TextAnchor BASELINE_CENTER concode_elem_sep TextAnchor TOP_LEFT concode_elem_sep TextAnchor TOP_RIGHT co...
boolean function ( String arg0 ) { return false ; }
returns ture if terminology of given name known by this service concode_field_sep PlaceHolder placeHolder concode_field_sep TerminologyAccess terminology concode_elem_sep CodeSetAccess codeSet concode_elem_sep List<String> terminologyIdentifiers concode_elem_sep List<String> codeSetIdentifiers concode_elem_sep Map<Stri...
void function ( Event < T , S > arg0 , T arg1 , S arg2 , long arg3 , long arg4 ) { assertEquals ( "srini_string" , arg1 , arg0 . arg1 ( ) ) ; assertEquals ( "srini_string" , arg2 , arg0 . arg2 ( ) ) ; assertTrue ( "srini_string" , arg3 <= arg0 . time ( ) && arg0 . time ( ) <= arg4 ) ; }
validates the base attributes of an event . concode_field_sep PlaceHolder placeHolder concode_field_sep void withoutTime concode_elem_sep void withTime
Image function ( String arg0 ) { return NAVIGATOR_PLUGIN_REGISTRY . get ( arg0 ) ; }
gets the current image . concode_field_sep ImageRegistry NAVIGATOR_PLUGIN_REGISTRY concode_elem_sep URL ICONS_LOCATION concode_field_sep URL makeIconFileURL concode_elem_sep ImageDescriptor createManaged
void function ( final String arg0 , final byte [ ] arg1 , final byte [ ] arg2 ) { assertNotNull ( arg1 ) ; assertNotNull ( arg2 ) ; assertEquals ( arg0 + "srini_string" , arg1 . length , arg2 . length ) ; for ( int loc0 = 0 ; loc0 < arg1 . length ; loc0 ++ ) { assertEquals ( arg0 + "srini_string" + loc0 + "srini_string...
compare content bytes . concode_field_sep int threshold concode_elem_sep String textContentType concode_field_sep void _compareFileItems concode_elem_sep void testThreshold concode_elem_sep IFileItem _createFileItem concode_elem_sep void testBelowThreshold concode_elem_sep void testAboveThreshold concode_elem_sep byte[...
void function ( com . google . api . ads . adwords . axis . v201502 . cm . ExtensionSetting arg0 ) { this . extensionSetting = arg0 ; }
sets the extensionsetting value for this campaignextensionsetting . concode_field_sep org.apache.axis.description.TypeDesc typeDesc concode_elem_sep java.lang.Long campaignId concode_elem_sep com.google.api.ads.adwords.axis.v201502.cm.FeedType extensionType concode_elem_sep java.lang.Object __equalsCalc concode_elem_se...
boolean function ( int arg0 , PageText arg1 ) { WeakReference < PageText > loc0 = searchResultCache . get ( arg0 ) ; if ( loc0 == null ) { return false ; } PageText loc1 = loc0 . get ( ) ; return loc1 == null || ! loc1 . equals ( arg1 ) ; }
when we know a page has a hit but are n't sure if pagetext is still in a highlighted state we can use this method to check . if the weekreference for the pageindex exists we can compare it aginst the paramate pagetext . if the objects are equal there is no need to search again . if reference is null or not equal then w...
CoreSession function ( ) { return currentSession ; }
get the current session concode_field_sep CoreSession currentSession concode_elem_sep CoreSession originalSession concode_elem_sep List<Entry> stack concode_elem_sep CoreSession session concode_elem_sep LoginContext lc concode_field_sep void pop concode_elem_sep void refreshSession concode_elem_sep void clear concode_e...
void function ( final ObjectOutputStream arg0 ) { arg0 . defaultWriteObject ( ) ; if ( isParentSaved ( ) == false ) { arg0 . writeBoolean ( false ) ; } else { arg0 . writeBoolean ( true ) ; arg0 . writeObject ( this . parentConfiguration ) ; } }
helper method for serialization . concode_field_sep Configuration parentConfiguration concode_elem_sep Properties configuration concode_field_sep boolean isLocallyDefined concode_elem_sep void setParentConfig concode_elem_sep boolean isRootConfig concode_elem_sep void insertConfiguration concode_elem_sep Enumeration ge...
String [ ] function ( ) { return this . properties ; }
get the inlined properties that were declared via @testpropertysource . concode_field_sep Log logger concode_elem_sep String[] locations concode_elem_sep boolean inheritProperties concode_elem_sep boolean inheritLocations concode_elem_sep String[] properties concode_elem_sep Class<?> declaringClass concode_field_sep Cl...
void function ( ChangesItem arg0 , String arg1 ) { boolean loc0 ; try { loc0 = quotaPersister . isNodeQuotaOrGroupOfNodesQuotaAsync ( rName , wsName , arg1 ) ; } catch ( UnknownQuotaLimitException loc1 ) { loc0 = true ; } if ( loc0 ) { arg0 . addPathWithAsyncUpdate ( arg1 ) ; } }
checks if data size for node is represented by quotableparent path should be updated asynchronously . if so that path is putting into respective collection . concode_field_sep ThreadLocal<ChangesItem> pendingChanges concode_elem_sep Log LOG concode_elem_sep RPCService rpcService concode_elem_sep RemoteCommand applyPers...
void function ( Runnable arg0 ) { synchronized ( internalLock ) { queue . add ( arg0 ) ; } startQueueWorker ( ) ; }
adds a task to the queue and makes sure a worker thread is running , unless the queue has been suspended . if this method throws , e.g. a rejectedexecutionexception from the delegate executor , execution of tasks will stop until a call to this method or to #resume ismade . concode_field_sep boolean isWorkerRunning conc...
double function ( ) { return lastError ; }
get the error at the end of the integration . concode_field_sep double lastTime concode_elem_sep double maxValueError concode_elem_sep TestProblemAbstract problem concode_elem_sep double lastError concode_elem_sep double expectedStepStart concode_elem_sep ODEIntegrator integrator concode_elem_sep double maxTimeError co...
void function ( ) { assertEquals ( aseVariant1 . getA2 ( ) , Allele . C ) ; }
test of geta2 method , of class asevariantappendable . concode_field_sep AseVariantAppendable aseVariant2 concode_elem_sep AseVariantAppendable aseVariant3 concode_elem_sep AseVariantAppendable aseVariant4 concode_elem_sep AseVariantAppendable aseVariant1 concode_field_sep void testGetId concode_elem_sep void testGetCo...
URLLister function ( URL arg0 ) { return createURLLister ( arg0 . getProtocol ( ) ) ; }
create a url lister using the protocol from the url concode_field_sep HashMap classes concode_elem_sep HashMap defaultClasses concode_field_sep void registerListener
boolean function ( Comparable [ ] arg0 ) { return isSorted ( arg0 , 0 , arg0 . length - 1 ) ; }
check if array is sorted - useful for debugging concode_field_sep PlaceHolder placeHolder concode_field_sep void exch concode_elem_sep void show concode_elem_sep void main concode_elem_sep void sort concode_elem_sep void sort concode_elem_sep boolean less concode_elem_sep boolean eq
byte [ ] function ( ) { if ( encoding == null ) { encoding = ASN1 . encode ( this ) ; } return encoding ; }
returns asn .1 encoded form of this x. 509 tbscertlist value . 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 co...
boolean function ( float arg0 , float arg1 ) { if ( isNestedScrollingEnabled ( ) && mNestedScrollingParent != null ) { return ViewParentCompat . onNestedPreFling ( mNestedScrollingParent , mView , arg0 , arg1 ) ; } return false ; }
dispatch a nested pre-fling operation to the current nested scrolling parent . this is a delegate method . call it from your android.view.view view subclassmethod / nestedscrollingchild interface method with the same signature to implementthe standard policy . concode_field_sep ViewParent mNestedScrollingParent concode...
void function ( Long arg0 ) { this . partSizeInBytes = arg0 ; }
the part size , in bytes , specified in the initiate multipart upload request . this is the size of all the parts in the upload except the last part , which may be smaller than this size . concode_field_sep String archiveDescription concode_elem_sep String creationDate concode_elem_sep String multipartUploadId concode_...
T function ( String arg0 ) { return this . runtimeContext . < T > getIterationAggregator ( arg0 ) ; }
gets the iteration aggregator registered under the given name . the iteration aggregator combines all aggregates globally once per superstep and makes them available in the next superstep . concode_field_sep IterationRuntimeContext runtimeContext concode_elem_sep Vertex<K,VV> outVal concode_elem_sep long numberOfVertic...
void function ( int arg0 ) { if ( arg0 < 0 ) throw new IllegalArgumentException ( "srini_string" + "srini_string" ) ; timeout = 1000L * arg0 ; }
sets a timeout on this zone transfer . the default is 900 seconds 15 minutes . concode_field_sep List deletes concode_elem_sep int qtype concode_elem_sep List ixfr concode_elem_sep int IXFR_ADD concode_elem_sep long ixfr_serial concode_elem_sep long current_serial concode_elem_sep long end_serial concode_elem_sep int r...
java . util . Date function ( ) { return this . endDateTime ; }
the completion date and time of the step . concode_field_sep java.util.Date startDateTime concode_elem_sep String lastStateChangeReason concode_elem_sep String state concode_elem_sep java.util.Date endDateTime concode_elem_sep java.util.Date creationDateTime concode_field_sep void setEndDateTime concode_elem_sep StepEx...
Iterable < KmlContainer > function ( ) { return mRenderer . getNestedContainers ( ) ; }
gets an iterable of kmlcontainerinterface objects concode_field_sep KmlRenderer mRenderer concode_field_sep Iterable<KmlGroundOverlay> getGroundOverlays concode_elem_sep boolean hasPlacemarks concode_elem_sep Iterable<KmlPlacemark> getPlacemarks concode_elem_sep void removeLayerFromMap concode_elem_sep void setMap conc...
boolean function ( String arg0 ) { return same ( arg0 , CANCEL ) ; }
whether str is cancel concode_field_sep String ACK concode_elem_sep String OPTION concode_elem_sep String[] dialog_methods concode_elem_sep String INFO concode_elem_sep String BYE concode_elem_sep String INVITE concode_elem_sep String REGISTER concode_elem_sep String UPDATE concode_elem_sep String OPTIONS concode_elem_...
void function ( ) { Object [ ] loc0 = { String . valueOf ( ( current + 1 ) ) , ( current + 1 ) , totalHitCount } ; dialogMessage = searchCompletionMessageForm . format ( loc0 ) ; }
utility method for setting the dialog message . concode_field_sep boolean wholeWord concode_elem_sep int totalHitCount concode_elem_sep SwingController controller concode_elem_sep SearchPanel searchPanel concode_elem_sep int lengthOfTask concode_elem_sep boolean caseSensitive concode_elem_sep String dialogMessage conco...
com . liferay . trash . kernel . model . TrashVersion function ( com . liferay . trash . kernel . model . TrashVersion arg0 ) { return _trashVersionLocalService . deleteTrashVersion ( arg0 ) ; }
deletes the trash version from the database . also notifies the appropriate model listeners . concode_field_sep TrashVersionLocalService _trashVersionLocalService concode_field_sep java.lang.String getOSGiServiceIdentifier concode_elem_sep void setWrappedService concode_elem_sep com.liferay.portal.kernel.dao.orm.Action...
byte [ ] function ( String arg0 ) { return decode ( arg0 . toCharArray ( ) ) ; }
decodes a byte array from base64 format . no blanks or line breaks are allowed within the base64 encoded input data . concode_field_sep char[] map1 concode_elem_sep String systemLineSeparator concode_elem_sep byte[] map2 concode_field_sep char[] encode concode_elem_sep char[] encode concode_elem_sep char[] encode conco...
String function ( final String arg0 , final String arg1 ) { if ( arg0 . startsWith ( arg1 ) ) { return arg0 . substring ( arg1 . length ( ) ) ; } return arg0 ; }
strips the prefix from the key if it is present . for example , for input key ufs : / / my-bucket-name/my-key/file and prefix ufs : / / my-bucket-name / , the output would be my-key/file . this method will leave keys without a prefix unaltered , ie . my-key/file returns my-key/file . concode_field_sep String ALPHANUM c...
void function ( TypeCtMulDiv arg0 ) { this . multiplyOrDivide = arg0 ; }
sets the value of the multiplyordivide property . concode_field_sep XMLGregorianCalendar date concode_elem_sep Integer rateScaling concode_elem_sep BigDecimal rate concode_elem_sep TypeCtMulDiv multiplyOrDivide concode_field_sep TypeCtMulDiv getMultiplyOrDivide concode_elem_sep BigDecimal getRate concode_elem_sep Integ...
void function ( @ NotNull miniJavaParser . VarDeclarationContext arg0 ) { }
the default implementation does nothing . concode_field_sep PlaceHolder placeHolder concode_field_sep void exitExpression concode_elem_sep void enterMethodDeclaration concode_elem_sep void exitType concode_elem_sep void enterClassDeclaration concode_elem_sep void exitGoal concode_elem_sep void exitStatement concode_ele...
void function ( String arg0 ) { this . providerId = arg0 ; }
the name of the cloud provider that provides the target service e.g. aws-s3 or aws_ec2 . concode_field_sep String container concode_elem_sep String blobName concode_elem_sep String imageId concode_elem_sep String directory concode_elem_sep JcloudsCommand command concode_elem_sep String hardwareId concode_elem_sep Strin...
DefaultClientWebRequestBuilder function ( String arg0 , String ... arg1 ) { Arrays . stream ( arg1 ) . forEach ( value -> this . httpHeaders . add ( arg0 , value ) ) ; return this ; }
add an http request header concode_field_sep UriTemplateHandler uriTemplateHandler concode_elem_sep MultiValueMap<String,HttpCookie> cookies concode_elem_sep List<ClientWebRequestPostProcessor> postProcessors concode_elem_sep HttpHeaders httpHeaders concode_elem_sep HttpMethod httpMethod concode_elem_sep Publisher<?> b...
Iterator < Aggregation > function ( ) { return Iterators . transform ( aggregations . iterator ( ) , SUPERTYPE_CAST ) ; }
iterates over the aggregation s. concode_field_sep XContentBuilderString AGGREGATIONS concode_elem_sep Map<String,InternalAggregation> aggregationsAsMap concode_elem_sep List<InternalAggregation> aggregations concode_elem_sep InternalAggregations EMPTY concode_elem_sep Function<InternalAggregation,Aggregation> SUPERTYP...
Session function ( ) { return this . session ; }
gets the session of the client . concode_field_sep PacketProtocol protocol concode_elem_sep int port concode_elem_sep Session session concode_elem_sep String host concode_field_sep int getPort concode_elem_sep PacketProtocol getPacketProtocol concode_elem_sep String getHost
void function ( ) { assertThatClassIsImmutable ( FloatingIpId . class ) ; }
checks that the floatingipid class is immutable . concode_field_sep String floatingIpIdStr1 concode_elem_sep String floatingIpIdStr2 concode_field_sep void testConstruction concode_elem_sep void testEquals
void function ( TextPresentation arg0 , List < AttributedPosition > arg1 , List < AttributedPosition > arg2 ) { Runnable loc0 = presenter . createUpdateRunnable ( arg0 , arg1 , arg2 ) ; if ( loc0 == null ) return ; Display loc1 = Display . getDefault ( ) ; loc1 . asyncExec ( loc0 ) ; }
update the presentation . concode_field_sep StyledTextXtextAdapter styledTextXtextAdapter concode_elem_sep ISemanticHighlightingCalculator calculator concode_elem_sep ITextAttributeProvider attributeProvider concode_elem_sep HighlightingPresenter presenter concode_elem_sep List<AttributedPosition> removedPositions conc...
String function ( ) { return name ; }
gets the value of the name property . concode_field_sep BigDecimal amount concode_elem_sep String chargeCategory concode_elem_sep BigDecimal invoicedAmount concode_elem_sep BigDecimal percentage concode_elem_sep Boolean refundEligible concode_elem_sep String name concode_elem_sep long serialVersionUID concode_elem_sep ...
void function ( ) { impl . stop ( ) ; }
stops the debugger concode_field_sep RhinoDebuggerImpl impl concode_field_sep void contextReleased concode_elem_sep void start concode_elem_sep void contextCreated
void function ( String arg0 ) { this . titleCode = arg0 ; }
sets the value of the titlecode property . concode_field_sep String firstName concode_elem_sep String lastName concode_elem_sep String fullName concode_elem_sep String nameSuffix concode_elem_sep String additionalTitle concode_elem_sep String middleName concode_elem_sep long serialVersionUID concode_elem_sep String sho...
CTTextBody function ( ) { return txBody ; }
gets the value of the txbody property . concode_field_sep String macro concode_elem_sep Boolean fPublished concode_elem_sep CTShapeProperties spPr concode_elem_sep CTShapeStyle style concode_elem_sep CTTextBody txBody concode_elem_sep CTShapeNonVisual nvSpPr concode_elem_sep Boolean fLocksText concode_elem_sep String t...
void function ( ZooKeeperWatcher arg0 , byte [ ] arg1 ) { arg0 . sync ( archiveZnode ) ; if ( ZKUtil . checkExists ( arg0 , archiveZnode ) < 0 ) { return ; } String loc0 = this . getTableNode ( arg1 ) ; arg0 . sync ( loc0 ) ; LOG . debug ( "srini_string" + loc0 ) ; ZKUtil . deleteNodeRecursively ( arg0 , loc0 ) ; }
disable all archiving of files for a given table inherently an asynchronous operation . concode_field_sep ZooKeeperWatcher zooKeeper concode_elem_sep Log LOG concode_elem_sep String archiveZnode concode_elem_sep boolean stopped concode_field_sep void stop concode_elem_sep HFileArchiveManager disableHFileBackup concode_...
DataQuery function ( List < String > arg0 ) { if ( arg0 . isEmpty ( ) ) { return DataQuery . EMPTY ; } return new DataQuery ( arg0 ) ; }
constructs a query using the given parts . concode_field_sep ImmutableList<DataQuery> queryParts concode_elem_sep ImmutableList<String> parts concode_elem_sep DataQuery EMPTY concode_field_sep DataQuery pop concode_elem_sep List<DataQuery> getQueryParts concode_elem_sep DataQuery last concode_elem_sep int hashCode conc...
boolean function ( @ NonNull WeatherRecord arg0 ) { return this . getWeatherIndex ( arg0 ) != INDEX_NOT_FOUND ; }
checks the data model for the given weather . returns true if it 's found . concode_field_sep int MAX_LIST_SIZE concode_elem_sep List<IWeatherChangeDataListener> weatherChangeDataListeners concode_elem_sep WeatherDataChangeHandler weatherDataChangeHandler concode_elem_sep List<WeatherRecord> searchWeatherList concode_e...
String function ( List < String > arg0 ) { StringBuilder loc0 = new StringBuilder ( ) ; for ( String loc1 : arg0 ) { if ( loc0 . length ( ) != 0 ) { loc0 . append ( "srini_string" ) ; } loc0 . append ( loc1 ) ; } return loc0 . toString ( ) ; }
serialize a list of ip addresses to a string . concode_field_sep String NODE_INDEX_PROPERTY concode_elem_sep String META_DATA_TEMPLATE concode_elem_sep String HOST_ID_PROPERTY concode_field_sep List<String> deserializeAddressList concode_elem_sep FileTemplate createMetaDataTemplate concode_elem_sep String createEtcdQuo...
void function ( Properties arg0 , int arg1 , String arg2 ) { MStore loc0 = getStore ( arg0 ) ; loc0 . setM_PriceList_ID ( arg1 ) ; loc0 . save ( arg2 ) ; }
updates the price list associated with the web store in context . concode_field_sep PlaceHolder placeHolder concode_field_sep boolean isStorePresent concode_elem_sep MStore getDefaultStore concode_elem_sep int getStoreIdByName concode_elem_sep MStore getStore concode_elem_sep MStore createStore concode_elem_sep int get...
String function ( short arg0 ) { return new Short ( arg0 ) . toString ( ) ; }
formats the given data into a string value . concode_field_sep PlaceHolder placeHolder concode_field_sep byte[] dataSerialize concode_elem_sep Float parseFloat concode_elem_sep boolean isParseable concode_elem_sep Object dataImport concode_elem_sep Boolean parseBoolean concode_elem_sep Object parse concode_elem_sep Obj...
void function ( File arg0 , Drawing arg1 ) { BufferedOutputStream loc0 = new BufferedOutputStream ( new FileOutputStream ( arg0 ) ) ; try { write ( loc0 , arg1 ) ; } finally { loc0 . close ( ) ; } }
writes the drawing to the specified file . this method ensures that all figures of the drawing are visible on the image . concode_field_sep String fileExtension concode_elem_sep String formatName concode_elem_sep String description concode_elem_sep int imageType concode_field_sep BufferedImage toImage concode_elem_sep ...
void function ( String arg0 ) { this . itemBarcode = arg0 ; }
this method sets item barcode . concode_field_sep String itemBarcode concode_elem_sep String customerCode concode_field_sep void setCustomerCode concode_elem_sep String getCustomerCode concode_elem_sep String getItemBarcode concode_elem_sep int hashCode concode_elem_sep boolean equals
HsmStatus function ( String arg0 ) { this . hsmClientCertificateIdentifier = arg0 ; return this ; }
specifies the name of the hsm client certificate the amazon redshift cluster uses to retrieve the data encryption keys stored in an hsm . returns a reference to this object so that method calls can be chained together . concode_field_sep String hsmClientCertificateIdentifier concode_elem_sep String hsmConfigurationIden...
ShardingType function ( ) { return this . shardingType ; }
the shardingtype of this mapping . concode_field_sep int mappingId concode_elem_sep ShardingType shardingType concode_elem_sep Set<ShardTable> shardTables concode_elem_sep Set<ShardIndex> shardIndices concode_elem_sep String globalGroupName concode_field_sep ShardIndex getShardIndexForKey concode_elem_sep int getMappin...
void function ( long arg0 , Transport . Connection arg1 , OriginalIndices arg2 ) { if ( arg1 != null ) { getSearchTransport ( ) . sendFreeContext ( arg1 , arg0 , arg2 ) ; } }
releases a search context with the given context id on the node the given connection is connected to . concode_field_sep PlaceHolder placeHolder concode_field_sep SearchResponse buildSearchResponse concode_elem_sep Transport.Connection getConnection concode_elem_sep SearchRequest getRequest concode_elem_sep void execut...
GridDataFactory function ( ) { return new GridDataFactory ( ) . fillDefaultsInternal ( ) ; }
creates a griddatafactory initialized with defaults . initial values are : align swt.fill , swt.fill exclude false grab false , false span 1,1 concode_field_sep GridData data concode_field_sep GridDataFactory fillDefaultsInternal concode_elem_sep GridDataFactory align concode_elem_sep GridDataFactory grab concode_elem_...
String function ( KeyPair arg0 ) { try { StringWriter loc0 = new StringWriter ( ) ; PEMWriter loc1 = new PEMWriter ( loc0 ) ; loc1 . writeObject ( arg0 ) ; loc1 . close ( ) ; return loc0 . toString ( ) ; } catch ( IOException loc0 ) { throw Throwables . propagate ( loc0 ) ; } }
returns the pem base64 , ie for id_rsa string for the private key / key pair concode_field_sep KeyPairGenerator defaultKeyPairGenerator concode_field_sep X509Certificate getCanonicalImpl concode_elem_sep boolean isCertificateAuthorizedBy concode_elem_sep KeyPairGenerator newKeyPairGenerator concode_elem_sep X509Princip...
Headers function ( ) { return headers ; }
returns all headers . concode_field_sep String path concode_elem_sep Headers headers concode_elem_sep List<Integer> chunkSizes concode_elem_sep int sequenceNumber concode_elem_sep String method concode_elem_sep TlsVersion tlsVersion concode_elem_sep long bodySize concode_elem_sep String requestLine concode_elem_sep Buf...
String function ( ) { String loc0 = PortalUtil . getPortalURL ( _request ) ; String loc1 = getRegularURL ( ) ; if ( StringUtil . startsWith ( loc1 , loc0 ) || Validator . isUrl ( loc1 ) ) { return loc1 ; } else { return loc0 . concat ( loc1 ) ; } }
returns the full , absolute url including the portal 's url of the navigation item 's layout . concode_field_sep ThemeDisplay _themeDisplay concode_elem_sep List<NavItem> _children concode_elem_sep Layout _layout concode_elem_sep List<NavItem> _browsableChildren concode_elem_sep Map<String,Object> _contextObjects conco...
String function ( ) { return bigIconPath ; }
get path of big icon concode_field_sep int bigIcon concode_elem_sep String emojiText concode_elem_sep int icon concode_elem_sep String name concode_elem_sep Type type concode_elem_sep String iconPath concode_elem_sep String identityCode concode_elem_sep String bigIconPath concode_field_sep void setName concode_elem_sep...
void function ( byte [ ] arg0 ) { while ( pos + arg0 . length > data . length ) { byte [ ] loc0 = new byte [ data . length + growSize ] ; System . arraycopy ( data , 0 , loc0 , 0 , pos ) ; data = loc0 ; } System . arraycopy ( arg0 , 0 , data , pos , arg0 . length ) ; pos += arg0 . length ; }
writes the bytes to the end of the array , growing the array as needs dictate concode_field_sep byte[] data concode_elem_sep int pos concode_elem_sep Logger logger concode_elem_sep int growSize concode_field_sep int getPosition concode_elem_sep void setData concode_elem_sep void writeData concode_elem_sep void close
DescribeServiceErrorsResult function ( java . util . Collection < ServiceError > arg0 ) { setServiceErrors ( arg0 ) ; return this ; }
an array of serviceerror objects that describe the specified service errors . concode_field_sep com.amazonaws.internal.SdkInternalList<ServiceError> serviceErrors concode_field_sep void setServiceErrors concode_elem_sep java.util.List<ServiceError> getServiceErrors concode_elem_sep int hashCode concode_elem_sep boolean...
boolean function ( ) { return this . errorCount > getErrorLimit ( ) ; }
check to see if error limit has been exceeded . concode_field_sep String MESSAGE_SEPARATOR concode_elem_sep String POSITION_PREFIX concode_elem_sep String ERROR_MESSAGE_PREFIX concode_elem_sep String FILENAME_PREFIX concode_elem_sep ArrayList messages concode_elem_sep int warningCount concode_elem_sep String WARNING_ME...
View function ( S arg0 , final int arg1 ) { MortarScope loc0 = Mortar . getScope ( context ) ; MortarScope loc1 = loc0 . requireChild ( arg0 ) ; Context loc2 = loc1 . createContext ( context ) ; View loc3 = Layouts . createView ( loc2 , arg0 ) ; loc3 . setId ( arg1 ) ; return loc3 ; }
creates a new child view from a given screen and sets its view id concode_field_sep ViewGroup container concode_elem_sep int drawerViewId concode_elem_sep Context context concode_elem_sep int contentViewId concode_elem_sep AnimatorSet screenTransition concode_field_sep void showScreen concode_elem_sep void storeViewSta...
ArrayList < GlyphText > function ( ) { return glyphTexts ; }
gets the character bounds of each glyph found in the textsprite . concode_field_sep ArrayList<GlyphText> glyphTexts concode_elem_sep AffineTransform graphicStateTransform concode_elem_sep Rectangle2D.Float bounds concode_elem_sep boolean OPTIMIZED_DRAWING_ENABLED concode_elem_sep Color strokeColor concode_elem_sep int ...
Builder function ( User arg0 ) { return add ( EXTRA_USER , arg0 ) ; }
add user to intent being built up concode_field_sep String EXTRA_IS_COLLABORATOR concode_elem_sep String EXTRA_COMMENT_BODY concode_elem_sep String EXTRA_PATH concode_elem_sep String EXTRA_REPOSITORY concode_elem_sep String EXTRA_REPOSITORIES concode_elem_sep String EXTRA_USERS concode_elem_sep String EXTRA_COMMENTS co...
List < SpecificationGroup > function ( ) { if ( characteristic == null ) { characteristic = new ArrayList < SpecificationGroup > ( ) ; } return this . characteristic ; }
gets the value of the characteristic 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 characteristic property . for example , to add a ne...
StatusEnum function ( ) { return status ; }
pet status in the store concode_field_sep String name concode_elem_sep List<String> photoUrls concode_elem_sep List<Tag> tags concode_elem_sep Category category concode_elem_sep Long id concode_elem_sep String value concode_elem_sep StatusEnum status concode_field_sep void setName concode_elem_sep String toIndentedStri...
void function ( String arg0 ) { this . roleName = arg0 == null ? null : arg0 . trim ( ) ; }
this method was generated by mybatis generator . this method sets the value of the database column ts_role . role_name concode_field_sep Date updateDate concode_elem_sep String roleShiro concode_elem_sep String roleId concode_elem_sep Boolean isDelete concode_elem_sep String roleName concode_elem_sep String roleType2 c...
int function ( ) { int loc0 ; if ( value . equals ( "srini_string" ) || value . equals ( "srini_string" ) ) loc0 = Font . ITALIC ; else loc0 = Font . PLAIN ; return loc0 ; }
returns the converted value . concode_field_sep String value concode_field_sep placeholderType placeHolder
java . lang . String function ( ) { return customTargetingKeyActionType ; }
gets the customtargetingkeyactiontype value for this customtargetingkeyaction . concode_field_sep java.lang.String customTargetingKeyActionType concode_elem_sep java.lang.Object __equalsCalc concode_elem_sep boolean __hashCodeCalc concode_elem_sep org.apache.axis.description.TypeDesc typeDesc concode_field_sep org.apac...
ImageSearcher function ( ) { return new GenericFastImageSearcher ( NUM_MAX_HITS , CEDD . class , DocumentBuilder . FIELD_NAME_CEDD ) ; }
returns a new default imagesearcher with a predefined number of maximum hits defined in the imagesearcherfactory #num_max_hits based on the net.semanticmetadata.lire.imageanalysis.cedd feature concode_field_sep int NUM_MAX_HITS concode_field_sep ImageSearcher createJCDImageSearcher concode_elem_sep ImageSearcher create...
byte [ ] function ( byte [ ] arg0 ) { return HKDF . derive ( arg0 , new byte [ 0 ] , FxAccountUtils . KW ( "srini_string" ) , 32 ) ; }
the password-derived credential used to authenticate to the firefox account auth server . concode_field_sep int HASH_LENGTH_HEX concode_elem_sep int CRYPTO_KEY_LENGTH_BYTES concode_elem_sep int SALT_LENGTH_HEX concode_elem_sep int NUMBER_OF_QUICK_STRETCH_ROUNDS concode_elem_sep String KW_VERSION_STRING concode_elem_sep...
StringBuilder function ( ) { return mText ; }
gets the text of this utterance . concode_field_sep int MAX_POOL_SIZE concode_elem_sep int sPoolSize concode_elem_sep boolean mIsInPool concode_elem_sep StringBuilder mText concode_elem_sep Utterance sPool concode_elem_sep Utterance mNext concode_elem_sep Object sPoolLock concode_elem_sep HashMap<String,Object> mMetada...
String function ( ) { return side ; }
gets the value of the side property . concode_field_sep String clOrdID concode_elem_sep String txt concode_elem_sep String side concode_elem_sep String encTxt concode_elem_sep BigDecimal prevClsPx concode_elem_sep String clOrdID2 concode_elem_sep BigDecimal px concode_elem_sep String ccy concode_elem_sep UndInstrmtGrpB...
boolean function ( Actor arg0 , float arg1 , float arg2 ) { return false ; }
if true is returned , additional gestures will not be triggered . no event is provided because this event is triggered by time passing , not by an inputevent . concode_field_sep Actor actor concode_elem_sep Vector2 tmpCoords concode_elem_sep Vector2 tmpCoords2 concode_elem_sep InputEvent event concode_elem_sep Actor to...
Page function ( ) { return page ; }
gets the value of the page property . concode_field_sep String screensavePage concode_elem_sep BigDecimal maxMobileScreenWidth concode_elem_sep BigDecimal defaultColumns concode_elem_sep Meta meta concode_elem_sep String design concode_elem_sep Boolean bindClickToWidget concode_elem_sep String backend concode_elem_sep ...
float function ( float arg0 ) { return ( float ) Math . sin ( arg0 ) ; }
returns the closest float approximation of the sine of the argument . concode_field_sep PlaceHolder placeHolder concode_field_sep float sqrt concode_elem_sep float cos concode_elem_sep float hypot concode_elem_sep float pow concode_elem_sep float ceil concode_elem_sep float floor concode_elem_sep float exp
SpotFleetMonitoring function ( Boolean arg0 ) { setEnabled ( arg0 ) ; return this ; }
enables monitoring for the instance . default : false concode_field_sep Boolean enabled concode_field_sep void setEnabled concode_elem_sep int hashCode concode_elem_sep Boolean getEnabled concode_elem_sep Boolean isEnabled concode_elem_sep boolean equals concode_elem_sep SpotFleetMonitoring clone concode_elem_sep Strin...
Class < ? extends Item > function ( ) { return itemType ; }
gets the openhab item type for a item concode_field_sep String argument concode_elem_sep Class<? extends Item> itemType concode_elem_sep String itemName concode_elem_sep FreeswitchBindingType type concode_field_sep String getItemName concode_elem_sep boolean filtered concode_elem_sep FreeswitchBindingType getType conco...