Search Options

Results per page
Sort
Preferred Languages
Advance

Results 51 - 60 of 93 for Cursor (0.45 sec)

  1. dbflute_fess/dfprop/littleAdjustmentMap.dfprop

        #    }
        #}
        # - - - - - - - - - -/
    
        # /- - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
        # o cursorSelectFetchSize: (NotRequired - Default null)
        #  The fetch size of JDBC parameter for cursor select.
        #  For example, specify Integer.MIN_VALUE to enable fetch of MySQL.
        #
        #; cursorSelectFetchSize = Integer.MIN_VALUE
        # - - - - - - - - - -/
    
    Registered: Wed Jun 12 13:08:18 UTC 2024
    - Last Modified: Sat Jul 25 06:04:16 UTC 2015
    - 8.8K bytes
    - Viewed (0)
  2. platforms/documentation/docs/src/docs/css/javadoc.css

        border: none;
        height:16px;
    }
    div.table-tabs {
        padding:10px 0 0 1px;
        margin:10px 0 0 0;
    }
    div.table-tabs > button {
        border: none;
        cursor: pointer;
        padding: 5px 12px 7px 12px;
        font-weight: bold;
        margin-right: 8px;
    }
    div.table-tabs > .active-table-tab {
        background: var(--selected-background-color);
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Tue Apr 09 14:25:49 UTC 2024
    - 50.5K bytes
    - Viewed (0)
  3. src/cmd/vendor/github.com/google/pprof/internal/driver/html/common.css

      text-align: left;
    }
    #top table tr td:nth-child(6) {
      width: 100%;
      text-overflow: ellipsis;
      overflow: hidden;
      white-space: nowrap;
    }
    #flathdr1, #flathdr2, #cumhdr1, #cumhdr2, #namehdr {
      cursor: ns-resize;
    }
    .hilite {
      background-color: #ebf5fb;
      font-weight: bold;
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue Nov 22 18:58:12 UTC 2022
    - 5.5K bytes
    - Viewed (0)
  4. src/runtime/mgcscavenge.go

    // It also returns an offset to start searching in the highest chunk.
    func (s *scavengeIndex) find(force bool) (chunkIdx, uint) {
    	cursor := &s.searchAddrBg
    	if force {
    		cursor = &s.searchAddrForce
    	}
    	searchAddr, marked := cursor.Load()
    	if searchAddr == minOffAddr.addr() {
    		// We got a cleared search addr.
    		return 0, 0
    	}
    
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed May 08 17:48:45 UTC 2024
    - 52.3K bytes
    - Viewed (0)
  5. src/cmd/trace/goroutines.go

    	},
    }).Parse(`
    <!DOCTYPE html>
    <title>Goroutines: {{.Name}}</title>
    <style>` + traceviewer.CommonStyle + `
    th {
      background-color: #050505;
      color: #fff;
    }
    th.link {
      cursor: pointer;
    }
    table {
      border-collapse: collapse;
    }
    td,
    th {
      padding-left: 8px;
      padding-right: 8px;
      padding-top: 4px;
      padding-bottom: 4px;
    }
    .details tr:hover {
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri May 17 18:48:18 UTC 2024
    - 10.9K bytes
    - Viewed (0)
  6. testing/internal-performance-testing/src/main/groovy/org/gradle/performance/results/report/AbstractTablePageGenerator.java

                        end();
                        div().classAttr("col text-right mt-1");
                            i().classAttr("fa fa-filter").attr("data-toggle", "popover", "data-placement", "bottom").title("Filter by tag").style("cursor: pointer").text(" ").end();
                        end();
                        div().classAttr("col p-0")
                            .attr("data-toggle", "tooltip")
                            .style("font-size: smaller")
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Thu Apr 04 07:21:38 UTC 2024
    - 15.8K bytes
    - Viewed (0)
  7. src/net/http/sniff_test.go

    	{"XML", []byte("\n<?xml!"), "text/xml; charset=utf-8"},
    
    	// Image types.
    	{"Windows icon", []byte("\x00\x00\x01\x00"), "image/x-icon"},
    	{"Windows cursor", []byte("\x00\x00\x02\x00"), "image/x-icon"},
    	{"BMP image", []byte("BM..."), "image/bmp"},
    	{"GIF 87a", []byte(`GIF87a`), "image/gif"},
    	{"GIF 89a", []byte(`GIF89a...`), "image/gif"},
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri Oct 07 16:53:14 UTC 2022
    - 9.6K bytes
    - Viewed (0)
  8. src/main/java/org/codelibs/fess/es/client/SearchEngineClient.java

                final BooleanFunction<Map<String, Object>> cursor) {
            return scrollSearch(index, condition, getDefaultEntityCreator(), cursor);
        }
    
        public <T> long scrollSearch(final String index, final SearchCondition<SearchRequestBuilder> condition,
                final EntityCreator<T, SearchResponse, SearchHit> creator, final BooleanFunction<T> cursor) {
            long count = 0;
    
    Registered: Wed Jun 12 13:08:18 UTC 2024
    - Last Modified: Thu Feb 22 01:37:57 UTC 2024
    - 84.1K bytes
    - Viewed (0)
  9. src/debug/dwarf/line.go

    		}
    		name = pathJoin(r.directories[dirIndex], name)
    	}
    	mtime := r.buf.uint()
    	length := int(r.buf.uint())
    
    	// If this is a dynamically added path and the cursor was
    	// backed up, we may have already added this entry. Avoid
    	// updating existing line table entries in this case. This
    	// avoids an allocation and potential racy access to the slice
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed Oct 18 19:33:30 UTC 2023
    - 23.5K bytes
    - Viewed (0)
  10. src/internal/trace/traceviewer/mmu.go

            position: relative;
            width: 1em;
            height: 1em;
            border-radius: 50%;
            color: #fff;
            background: #555;
            text-align: center;
            cursor: help;
          }
          .help > span {
            display: none;
          }
          .help:hover > span {
            display: block;
            position: absolute;
            left: 1.1em;
            top: 1.1em;
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue Nov 21 21:29:53 UTC 2023
    - 13K bytes
    - Viewed (0)
Back to top