Search Options

Results per page
Sort
Preferred Languages
Advance

Results 131 - 140 of 566 for spacer (3.2 sec)

  1. src/strconv/decimal.go

    	case a.dp <= 0:
    		// zeros fill space between decimal point and digits
    		buf[w] = '0'
    		w++
    		buf[w] = '.'
    		w++
    		w += digitZero(buf[w : w+-a.dp])
    		w += copy(buf[w:], a.d[0:a.nd])
    
    	case a.dp < a.nd:
    		// decimal point in middle of digits
    		w += copy(buf[w:], a.d[0:a.dp])
    		buf[w] = '.'
    		w++
    		w += copy(buf[w:], a.d[a.dp:a.nd])
    
    	default:
    		// zeros fill space between digits and decimal point
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Sat Jul 15 19:41:25 UTC 2017
    - 11K bytes
    - Viewed (0)
  2. docs/ru/docs/python-types.md

    Тогда вы попробуете с давним другом программиста: автодополнением редактора.
    
    Вы вводите первый параметр функции, `first_name`, затем точку (`.`), а затем нажимаете `Ctrl+Space`, чтобы запустить дополнение.
    
    Но, к сожалению, ничего полезного не выходит:
    
    <img src="/img/python-types/image01.png">
    
    ### Добавим типы
    
    Давайте изменим одну строчку в предыдущей версии.
    
    Registered: Mon Jun 17 08:32:26 UTC 2024
    - Last Modified: Fri Mar 22 01:42:11 UTC 2024
    - 14.6K bytes
    - Viewed (0)
  3. docs/de/docs/tutorial/security/first-steps.md

        * Ein „Token“ ist lediglich ein String mit einem Inhalt, den wir später verwenden können, um diesen Benutzer zu verifizieren.
        * Normalerweise läuft ein Token nach einiger Zeit ab.
            * Daher muss sich der Benutzer irgendwann später erneut anmelden.
    Registered: Mon Jun 17 08:32:26 UTC 2024
    - Last Modified: Sat Mar 30 18:07:08 UTC 2024
    - 10.3K bytes
    - Viewed (0)
  4. src/runtime/asm_riscv64.s

    	MOV	$64, X24
    	JMP	gcWriteBarrier<>(SB)
    
    // Note: these functions use a special calling convention to save generated code space.
    // Arguments are passed in registers (ssa/gen/RISCV64Ops.go), but the space for those
    // arguments are allocated in the caller's stack frame.
    // These stubs write the args into that stack space and then tail call to the
    // corresponding runtime handler.
    // The tail call makes these stubs disappear in backtraces.
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu Nov 09 13:57:06 UTC 2023
    - 27K bytes
    - Viewed (0)
  5. subprojects/core/src/test/groovy/org/gradle/process/internal/JvmOptionsTest.groovy

            parse("-XXbar=\"\"").allJvmArgs.contains('-XXbar=')
        }
    
        def "understands quoted jvm options"() {
            expect:
            parse('  -XX:HeapDumpPath="/tmp/with space" ').jvmArgs.contains('-XX:HeapDumpPath=/tmp/with space')
        }
    
        def "can parse file encoding property"() {
            expect:
            parse("-Dfile.encoding=UTF-8 -Dfoo.encoding=blah -Dfile.encoding=UTF-16").defaultCharacterEncoding == "UTF-16"
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Thu Oct 05 19:36:14 UTC 2023
    - 10.8K bytes
    - Viewed (0)
  6. platforms/documentation/docs/src/snippets/native-binaries/google-test/groovy/libs/googleTest/1.7.0/include/gtest/gtest-typed-test.h

    //
    // Expands to the name of the typedef for the type parameters of the
    // given test case.
    # define GTEST_TYPE_PARAMS_(TestCaseName) gtest_type_params_##TestCaseName##_
    
    // The 'Types' template argument below must have spaces around it
    // since some compilers may choke on '>>' when passing a template
    // instance (e.g. Types<int>)
    # define TYPED_TEST_CASE(CaseName, Types) \
      typedef ::testing::internal::TypeList< Types >::type \
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Mon Nov 27 17:53:42 UTC 2023
    - 10K bytes
    - Viewed (0)
  7. src/cmd/internal/test2json/test2json.go

    // They're variables so that they can be reduced during testing.
    //
    // The input buffer needs to be able to hold any single test
    // directive line we want to recognize, like:
    //
    //	<many spaces> --- PASS: very/nested/s/u/b/t/e/s/t
    //
    // If anyone reports a test directive line > 4k not working, it will
    // be defensible to suggest they restructure their test or test names.
    //
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed Nov 09 17:33:07 UTC 2022
    - 14.5K bytes
    - Viewed (0)
  8. src/cmd/compile/internal/ssa/html.go

    // x-y - x through y, inclusive;
    // x,y - x and y, but not the passes between.
    func newDotWriter(mask string) *dotWriter {
    	if mask == "" {
    		return nil
    	}
    	// User can specify phase name with _ instead of spaces.
    	mask = strings.Replace(mask, "_", " ", -1)
    	ph := make(map[string]bool)
    	ranges := strings.Split(mask, ",")
    	for _, r := range ranges {
    		spl := strings.Split(r, "-")
    		if len(spl) > 2 {
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed Oct 04 15:11:40 UTC 2023
    - 34.8K bytes
    - Viewed (0)
  9. src/runtime/sys_linux_ppc64x.s

    	MOVD	R5, m_vdsoSP(R21)
    
    	MOVD	m_curg(R21), R6
    	CMP	g, R6
    	BNE	noswitch
    
    	MOVD	m_g0(R21), R7
    	MOVD	(g_sched+gobuf_sp)(R7), R1	// Set SP to g0 stack
    
    noswitch:
    	SUB	$16, R1                 // Space for results
    	RLDICR	$0, R1, $59, R1         // Align for C code
    	MOVD	R12, CTR
    	MOVD	R1, R4
    
    	// Store g on gsignal's stack, so if we receive a signal
    	// during VDSO code we can find the g.
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed May 22 18:17:17 UTC 2024
    - 18.1K bytes
    - Viewed (0)
  10. src/encoding/csv/reader.go

    	// non-doubled quote may appear in a quoted field.
    	LazyQuotes bool
    
    	// If TrimLeadingSpace is true, leading white space in a field is ignored.
    	// This is done even if the field delimiter, Comma, is white space.
    	TrimLeadingSpace bool
    
    	// ReuseRecord controls whether calls to Read may return a slice sharing
    	// the backing array of the previous call's returned slice for performance.
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Mon May 13 21:32:28 UTC 2024
    - 14.2K bytes
    - Viewed (0)
Back to top