Sort Score
Result 10 results
Languages All
Labels All
Results 1,121 - 1,130 of 27,904 for

one

(0.53 sec)
  1. Using promises - JavaScript | MDN

    A Promise is an object representing the eventual completion or failure of an asynchronous operation. Since most people are consumers of already-created promises, this guide will explain consumption of returned promises before explaining how to create them....and two callback functions: one called if the audio file is successfully...advantages. We will explore each one. Chaining A common need is to...

    developer.mozilla.org/en-US/docs/Web/JavaScript...
  2. Enumerability and ownership of properties - Jav...

    Every property in JavaScript objects can be classified by three factors:...group of object properties one-by-one. Querying object properties...sometimes, they are iterated one-by-one in a loop; sometimes, they...

    developer.mozilla.org/en-US/docs/Web/JavaScript...
  3. animation - CSS: Cascading Style Sheets | MDN

    The animation shorthand CSS property applies an animation between styles. It is a shorthand for animation-name, animation-duration, animation-timing-function, animation-delay, animation-iteration-count, animation-direction, animation-fill-mode, animation-play-state, and animation-timeline....animation property is specified as one or more single animations, separated...animation is specified as: zero, one, or two occurrences of the <time>...

    developer.mozilla.org/en-US/docs/Web/CSS/animation
  4. Shapes from box values - CSS: Cascading Style S...

    A straightforward way to create a shape is to use a value from the CSS Box Model module. This article explains how to do this....<div class="shape"></div> <p> One November night in the year 1782...<div class="shape"></div> <p> One November night in the year 1782...

    developer.mozilla.org/en-US/docs/Web/CSS/CSS_sh...
  5. justify-items - CSS: Cascading Style Sheets | MDN

    The CSS justify-items property defines the default justify-self for all items of the box, giving them all a default way of justifying each box along the appropriate axis....can take one of four different forms: Basic keywords: one of the...optionally one of first or last . Positional alignment: one of: center...

    developer.mozilla.org/en-US/docs/Web/CSS/justif...
  6. SpreadsheetLoadOptions class | GroupDocs.Conver...

    SpreadsheetLoadOptions class SpreadsheetLoadOptions class Options for loading Spreadsheet documents. Inheritance: Spr...... one_page_per_sheet If OnePagePerSheet...the sheet will be converted to one page in the PDF document. Default...

    reference.groupdocs.com/conversion/python-net/g...
  7. HTML attribute: multiple - HTML: HyperText Mark...

    The Boolean multiple attribute, if set, means the form control accepts One or more values. The attribute is valid for the email and file input types and the