Sort Score
Result 10 results
Languages All
Labels All
Results 6,291 - 6,300 of 23,406 for

values

(0.11 sec)
  1. How to make cache thread-safe in your .NET C# a...

    This article explains how to make cache thread safe with GroupDocs.Viewer within your .NET applications....implementation of a dictionary of key-value pairs. Implement the ThreadSafeCache...void Set ( string key , object value ) { lock ( _keyLockerStore ...

    docs.groupdocs.com/viewer/net/how-to-make-cache...
  2. PresentationHyperlinkPossibleWatermark - GroupD...

    All Classes Packages com.groupdocs.watermark com.groupdocs.watermark.common com.groupdocs.watermark.contents com.grou...... void setText ( String value) Sets the url of this HyperlinkPossibleWat...public void setText( String value) Sets the url of this HyperlinkPossibleWat...

    apireference.groupdocs.com/watermark/java/com.g...
  3. Cancellation - GroupDocs.Search for Java - API ...

    All Classes Packages com.groupdocs.search com.groupdocs.search.common com.groupdocs.search.dictionaries com.groupdocs......boolean isCancelled () Gets a value indicating that cancellation...boolean isCancelled() Gets a value indicating that cancellation...

    apireference.groupdocs.com/search/java/com.grou...
  4. LoadOptions - GroupDocs.Redaction for Java - AP...

    All Classes Packages com.groupdocs.redaction com.groupdocs.redaction.configuration com.groupdocs.redaction.exceptions...... void setPassword ( String value) Sets a password for password-protected...final void setPassword( String value) Sets a password for password-protected...

    apireference.groupdocs.com/redaction/java/com.g...
  5. TxtLoadOptions Class - GroupDocs.Conversion for...

    Options for loading Txt documents.... The default value is true. Encoding Gets or sets...leading space handling. Default value is ConvertToIndent . TrailingSpacesOption...

    apireference.groupdocs.com/conversion/net/group...
  6. PresentationWatermarkMasterSlideOptions Class -...

    Represents options when adding watermark to a Presentation document master slide....) Effects Gets or sets a value of PresentationImageEff or ....) IsLocked Gets or sets a value indicating whether an editing...

    apireference.groupdocs.com/watermark/net/groupd...
  7. SearchOptions.SearchDocumentFilter Property - G...

    Gets or sets the search document filter. SearchDocumentFilter works on the inclusion logic. Use SearchDocumentFilter class for creatio... The default value is null , which means that all...set ( ISearchDocumentFilte ^ value ); } member SearchDocumentFilter...

    apireference.groupdocs.com/search/net/groupdocs...
  8. cancellation - GroupDocs.Search for Java - API ...

    All Classes Packages com.groupdocs.search com.groupdocs.search.common com.groupdocs.search.dictionaries com.groupdocs......boolean isCancelled () Gets a value indicating that cancellation...boolean isCancelled() Gets a value indicating that cancellation...

    apireference.groupdocs.com/search/java/com.grou...
  9. How can I utilise the same association more tha...

    I primarily utilise Spring Data JPA and Java with Spring Boot. There are two tables, A and B, in an existing database, with B having a foreign key referring to A. I have the 2 entities in my code.Preformatted text @Ta…...value = ‘INDIA’ and b2.type = ‘Site’ and b2.value = ‘BENGALURU’...type = ‘Laboratory’ and b3.value = ‘CHEMISTRY’; The issue is...

    forum.groupdocs.com/t/how-can-i-utilise-the-sam...
  10. Logical AND assignment (&&=) - JavaScript | MDN

    The logical AND assignment (&&=) operator only evaluates the right operand and assigns to the left if the left operand is truthy....const x = { get value() { return 0; }, set value(v) { console.log("Setter...log("Setter called"); }, }; x.value &&= 2; In fact, if x is not...

    developer.mozilla.org/en-US/docs/Web/JavaScript...