Sort Score
Result 10 results
Languages All
Labels All
Results 101 - 110 of 174 for

alias

(0.08 sec)
  1. How to use rspec to test GroupDocs API - Part 2

    In the first article, How to use rspec to test GroupDocs API. Part 1, we created first test for GroupDocs API. This article describes in details how tests works, what expectation and matchers are, and how to test an API with the PULL method. Expectation and Matchers So what are expectation and matchers? Lets look at a small example: string ="GroupDocs" string.should have(9).characters string.should\_not have(5).characters Expectations are defined by should and the negative form should_not.... This is just an alias for describe. The two methods...

    blog.groupdocs.com/total/how-to-use-rspec-to-te...
  2. Download full-text search library for Node.js |...

    Download the Full-Text Search API for Node.js, which supports a variety of document formats and search types using JavaScript.... Alias substitution in search queries...

    releases.groupdocs.com/search/nodejs-java/
  3. GitHub - groupdocs-search/GroupDocs.Search-for-...

    GroupDocs.Search-for-Node.js-via-Java. Contribute to groupdocs-search/GroupDocs.Search-for-Node.js-via-Java development by creating an account on GitHub.... Alias substitution in search queries...

    github.com/groupdocs-search/GroupDocs.Search-fo...
  4. GitHub - groupdocs-search/GroupDocs.Search-for-...

    GroupDocs.Search-for-Node.js-via-Java. Contribute to groupdocs-search/GroupDocs.Search-for-Node.js-via-Java development by creating an account on GitHub.... Alias substitution in search queries...

    github.com/groupdocs-search/GroupDocs.Search-fo...
  5. Configuring Git to handle line endings - GitHub...

    To avoid problems in your diffs, you can configure Git to properly handle line endings....The binary setting is also an alias for -text -diff . Refreshing...

    docs.github.com/en/get-started/getting-started-...
  6. column-gap - CSS: Cascading Style Sheets | MDN

    The column-gap CSS property sets the size of the gap (gutter) between an element's columns....accept grid-column-gap as an alias for column-gap . Try it Syntax...

    developer.mozilla.org/en-US/docs/Web/CSS/column...
  7. GroupDocs.Search for .NET Releases

    Document Automation APIs to enrich .NET and Java applications to view, edit, annotate, convert, compare, e-sign, parse, split, merge, redact, or classify documents of almost all the popular file formats....dictionary functionality and alias dictionary functionality as...

    blog.groupdocs.com/tag/groupdocs.search-for-.ne...
  8. rgb() - CSS: Cascading Style Sheets | MDN

    The rgb() functional notation expresses a color in the sRGB color space according to its red, green, and blue components. An optional alpha component represents the color's transparency....rgba() functional notation is an alias for rgb() . They are exactly...+ 200)) /* Legacy 'rgba()' alias */ rgba(0 255 255) /* Legacy...

    developer.mozilla.org/en-US/docs/Web/CSS/color_...
  9. overflow-y - CSS: Cascading Style Sheets | MDN

    The overflow-y CSS property sets what shows when content overflows a block-level element's top and bottom edges. This may be nothing, a scroll bar, or the overflow content. This property may also be set by using the overflow shorthand property....value overlay is a legacy value alias for auto . With overlay , the...

    developer.mozilla.org/en-US/docs/Web/CSS/overfl...
  10. Window - Web APIs | MDN

    Learn about the Window interface, including its properties and methods, specifications and browser compatibility....clientInformation Read only An alias for Window.navigator . Window...Window.pageXOffset Read only An alias for window.scrollX . Window...

    developer.mozilla.org/en-US/docs/Web/API/Window