Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 10 of 42 for Sauer (0.36 sec)

  1. plugins/ember-cli/README.md

    | `ev`  | `ember version`      |
    
    ## Maintainers
    
    - [BilalBudhani](https://github.com/BilalBudhani)
    - [eubenesa](https://github.com/eubenesa)
    - [scottkidder](https://github.com/scottkidder]
    Plain Text
    - Registered: 2023-03-16 12:35
    - Last Modified: 2021-12-28 17:19
    - 885 bytes
    - Viewed (0)
  2. src/ngAnimate/module.js

                { id: 7, title: 'Nakia McLaughlin' },
                { id: 8, title: 'Jordon Blanda DVM' },
                { id: 9, title: 'Rhoda Hand' },
                { id: 10, title: 'Alexandrea Sauer' }
              ];
            }])
            .controller('HomeController', [function() {
              //empty
            }])
            .controller('ProfileController', ['$rootScope', '$routeParams',
    JavaScript
    - Registered: 2023-03-17 06:53
    - Last Modified: 2018-07-05 17:44
    - 31.7K bytes
    - Viewed (0)
  3. src/locale/lb.js

      weekdaysMin: 'So_Mé_Dë_Më_Do_Fr_Sa'.split('_'),
      ordinal: n => n,
      formats: {
        LT: 'H:mm [Auer]',
        LTS: 'H:mm:ss [Auer]',
        L: 'DD.MM.YYYY',
        LL: 'D. MMMM YYYY',
        LLL: 'D. MMMM YYYY H:mm [Auer]',
        LLLL: 'dddd, D. MMMM YYYY H:mm [Auer]'
      }
    }
    
    dayjs.locale(locale, null, true)
    
    JavaScript
    - Registered: 2023-03-15 07:57
    - Last Modified: 2020-01-19 09:02
    - 777 bytes
    - Viewed (1)
  4. pages.de/android/input.md

    `input tap {{x_pos}} {{y_pos}}`
    
    - Sende ein Wischen über den Touchscreen an ein Gerät:
    
    `input swipe {{x_start}} {{y_start}} {{x_ende}} {{y_ende}} {{dauer_in_ms}}`
    
    - Sende ein langes Tippen auf den Touchscreen an ein Gerät:
    
    Plain Text
    - Registered: 2023-03-17 14:50
    - Last Modified: 2021-10-22 15:03
    - 818 bytes
    - Viewed (0)
  5. ciphers/prehistoric_men.txt

    appearance of the village-farming community there--is still an open
    one. In the last chapter, we noted the probability of an independent
    nuclear area in southeastern Asia. Professor Carl Sauer strongly
    champions the great importance of this area as _the_ original center
    of agricultural pursuits, as a kind of �cradle� of all incipient eras
    of the Old World at least. While there is certainly not the slightest
    Plain Text
    - Registered: 2023-03-16 19:18
    - Last Modified: 2020-09-30 08:38
    - 329.1K bytes
    - Viewed (0)
  6. plugins/moment/locale/lb.js

            weekdaysParseExact: true,
            longDateFormat: {
                LT: 'H:mm [Auer]',
                LTS: 'H:mm:ss [Auer]',
                L: 'DD.MM.YYYY',
                LL: 'D. MMMM YYYY',
                LLL: 'D. MMMM YYYY H:mm [Auer]',
                LLLL: 'dddd, D. MMMM YYYY H:mm [Auer]',
            },
            calendar: {
                sameDay: '[Haut um] LT',
                sameElse: 'L',
    JavaScript
    - Registered: 2023-03-13 07:18
    - Last Modified: 2020-07-23 21:12
    - 5K bytes
    - Viewed (0)
  7. pages.de/common/aws-google-auth.md

    > Weitere Informationen: <https://github.com/cevoaustralia/aws-google-auth>.
    
    - Einloggen mit Google SSO über IDP- und SP-Kennung für die Dauer einer Stunde:
    
    `aws-google-auth -u {{******@****.***}} -I {{$GOOGLE_IDP_ID}} -S {{$GOOGLE_SP_ID}} -d {{3600}}`
    
    - Einloggen mit der Option eine Rolle auszuwählen (im Falle mehrerer verfügbarer SAML Rollen):
    
    Plain Text
    - Registered: 2023-03-17 14:50
    - Last Modified: 2021-04-24 11:09
    - 808 bytes
    - Viewed (0)
  8. tls/src/test/java/com/iluwatar/tls/AppTest.java

    import org.junit.jupiter.api.Test;
    
    import static org.junit.jupiter.api.Assertions.assertDoesNotThrow;
    
    /**
     * Tests that thread local storage example runs without errors.
     *
     * @author Thomas Bauer, January 2017
     */
    class AppTest {
      @Test
      void shouldExecuteApplicationWithoutException() {
        assertDoesNotThrow(() -> App.main(new String[]{}));
      }
    Java
    - Registered: 2023-01-13 18:54
    - Last Modified: 2022-09-14 17:52
    - 1.6K bytes
    - Viewed (0)
  9. tls/src/main/java/com/iluwatar/tls/Result.java

    import java.util.ArrayList;
    import java.util.Date;
    import java.util.List;
    
    /**
     * Result object that will be returned by the Callable {@link DateFormatCallable} used in {@link
     * App}.
     *
     * @author Thomas Bauer, 2017
     */
    public class Result {
      // A list to collect the date values created in one thread
      private final List<Date> dateList = new ArrayList<>();
    
    Java
    - Registered: 2023-01-13 18:54
    - Last Modified: 2022-09-14 17:52
    - 2.3K bytes
    - Viewed (0)
  10. lang/de.json

    {
      "Play": "Wiedergabe",
      "Pause": "Pause",
      "Replay": "Erneut abspielen",
      "Current Time": "Aktueller Zeitpunkt",
      "Duration": "Dauer",
      "Remaining Time": "Verbleibende Zeit",
      "Stream Type": "Streamtyp",
      "LIVE": "LIVE",
      "Loaded": "Geladen",
      "Progress": "Status",
      "Fullscreen": "Vollbild",
      "Non-Fullscreen": "Kein Vollbild",
      "Mute": "Ton aus",
      "Unmute": "Ton ein",
      "Playback Rate": "Wiedergabegeschwindigkeit",
    Json
    - Registered: 2023-03-17 16:13
    - Last Modified: 2019-11-04 20:20
    - 4.3K bytes
    - Viewed (0)
Back to top