Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 10 of 53 for Pimenta (0.78 sec)

  1. .mailmap

    Dan Wlasiuk <******@****.***> <******@****.***>
    
    Rene Donner <******@****.***> <******@****.***>
    Rene Donner <******@****.***> <******@****.***>
    
    Waldir Pimenta <******@****.***> <******@****.***>
    Waldir Pimenta <******@****.***> <******@****.***>
    
    Young Wu <******@****.***> <******@****.***>
    
    Daan Huybrechs <******@****.***> <******@****.***>
    
    Plain Text
    - Registered: 2023-03-20 02:21
    - Last Modified: 2022-03-14 21:27
    - 12.1K bytes
    - Viewed (0)
  2. MAINTAINERS.md

    - Leandro Ostera ([@ostera](https://github.com/ostera)):
      until [18 January 2018](https://github.com/tldr-pages/tldr/issues/1878#issuecomment-358610454)
    - Waldir Pimenta ([@waldyrious](https://github.com/waldyrious)):
      until [26 August 2018](https://github.com/tldr-pages/tldr/issues/2257)
    - Zlatan Vasović ([@zlatanvasovic](https://github.com/zlatanvasovic)):
    Plain Text
    - Registered: 2023-03-17 14:50
    - Last Modified: 2023-01-14 03:06
    - 13.8K bytes
    - Viewed (0)
  3. docs/content/authors.md

      * Atílio Antônio <******@****.***>
      * Roberto Ricci <******@****.***>
      * Carlo Mion <******@****.***>
      * Chris Lu <******@****.***>
      * Vitor Arruda <vitor.pimenta******@****.***>
      * bbabich <******@****.***>
      * David <******@****.***>
      * Borna Butkovic <******@****.***>
      * Fredric Arklid <******@****.***>
      * Andy Jackson <******@****.***>
    Plain Text
    - Registered: 2023-02-06 07:43
    - Last Modified: 2023-02-01 12:00
    - 28.9K bytes
    - Viewed (1)
  4. test/display.test.js

        units.forEach((unit) => {
          expect(dayjsA.diff(dayjsB, unit)).toBe(momentA.diff(momentB, unit))
          expect(dayjsA.diff(dayjsB, unit, true)).toBe(momentA.diff(momentB, unit, true))
          expect(dayjsA.diff(dayjsC, unit)).toBe(momentA.diff(momentC, unit))
          expect(dayjsA.diff(dayjsC, unit, true)).toBe(momentA.diff(momentC, unit, true))
        })
      })
    
    JavaScript
    - Registered: 2023-03-15 07:57
    - Last Modified: 2020-11-14 16:28
    - 9.3K bytes
    - Viewed (0)
  5. test/timezone.test.js

      const dayjsB = dayjs(day).add(-1000, 'days')
      const momentA = moment(day)
      const momentB = moment(day).add(-1000, 'days')
      const units = ['seconds', 'minutes', 'hours', 'days', 'weeks', 'months', 'quarters', 'years']
      units.forEach((unit) => {
        expect(dayjsA.diff(dayjsB, unit)).toBe(momentA.diff(momentB, unit))
        expect(dayjsA.diff(dayjsB, unit, true)).toBe(momentA.diff(momentB, unit, true))
      })
    })
    
    JavaScript
    - Registered: 2023-03-15 07:57
    - Last Modified: 2022-05-03 15:07
    - 2.6K bytes
    - Viewed (0)
  6. test/get-set.test.js

    })
    
    it('Immutable Set', () => {
      const dayjsA = dayjs()
      const dayjsB = dayjsA.set('year', 2011)
      const momentA = moment()
      const momentB = momentA.set('year', 2011)
      expect(dayjsA.valueOf()).not.toBe(dayjsB.valueOf())
      expect(momentA.valueOf()).toBe(momentB.valueOf())
    JavaScript
    - Registered: 2023-03-15 07:57
    - Last Modified: 2019-04-01 08:17
    - 4.2K bytes
    - Viewed (0)
  7. sections/production/setnodeenv.brazilian-portuguese.md

    chamada NODE_ENV para definir o modo atual. Vimos que, de fato, NODE_ENV é lida e o padrão é "development", se não estiver definido. Observamos claramente que, configurando NODE_ENV para produção, o número de requisições que o Node.js pode manipular aumenta em cerca de dois terços, enquanto o uso da CPU cai um pouco. Deixe-me enfatizar isso: A configuração NODE_ENV para produção torna sua aplicação 3 vezes mais rápida!*
    L29:
    L30:![NODE_ENV=production](../../assets/images/setnodeenv1.png "NODE_ENV=production")
    ...
    Plain Text
    - Registered: 2023-03-19 13:13
    - Last Modified: 2021-07-12 17:07
    - 1.9K bytes
    - Viewed (0)
  8. docs/manual/it/introduction/How-to-dispose-of-objects.html

        per ogni attributo. Queste entità vengono cancellate solo se viene chiamato il metodo [page:BufferGeometry.dispose](). Se una geometria, nella tua applicazione,
        diventa obsoleta, esegui questo metodo per liberare tutte le risorse correlate.
    	</p>
    
    	<h2>Materiali</h2>
    
    	<p>
    HTML
    - Registered: 2023-03-15 04:56
    - Last Modified: 2022-08-06 07:41
    - 7.3K bytes
    - Viewed (0)
  9. i18n/es_ES.md

     "996"?
    ===
     "996" trabajando, esperando en la UCI.
    
     Un horario de trabajo "996" se refiere a un horario de trabajo no oficial (9 am - 9 pm, 6 días a la semana) que ha ido ganando más popularidad. Servir a una compañía que fomenta el horario de trabajo "996" generalmente significa trabajar por lo menos 60 horas a la semana.
    
     Citado de la Ley del Trabajo de la República Popular China.
    
    **Artículo 36:**
    
    Plain Text
    - Registered: 2023-03-16 08:11
    - Last Modified: 2019-04-04 15:18
    - 3.2K bytes
    - Viewed (0)
  10. runtime/doc/vim-it.1

    una specie di "etichetta" a cui saltare.
    {tag} viene cercata nel file "tags", ed il file ad essa associato diventa
    quello corrente, ed il comando ad essa associato viene eseguito.
    Di solito si usa per programmi C, nel qual caso {tag} potrebbe essere un
    nome di funzione.
    L'effetto � che il file contenente quella funzione diventa il file corrente
    e il cursore � posizionato all'inizio della funzione.
    Vedere ":help tag\-commands".
    .TP
    Plain Text
    - Registered: 2023-03-13 09:55
    - Last Modified: 2020-07-26 15:00
    - 16.2K bytes
    - Viewed (0)
Back to top