Home
last modified time | relevance | path

Searched refs:colorer (Results 1 – 25 of 150) sorted by relevance

123456

/dports/games/abstreet/abstreet-0.2.9-49-g74aca40c0/game/src/layer/
H A Dmap.rs139 let mut colorer = ColorNetwork::new(app); in new() localVariable
185 colorer: ColorDiscrete, in new()
214 let mut colorer = ColorDiscrete::new( in edits() localVariable
243 colorer, in edits()
258 let mut colorer = ColorDiscrete::new( in amenities() localVariable
280 colorer.add_b(b.id, t); in amenities()
286 colorer.add_b(b.id, "other"); in amenities()
292 colorer, in amenities()
308 colorer, in no_sidewalks()
316 let mut colorer = ColorDiscrete::new( in blackholes() localVariable
[all …]
H A Dtransit.rs78 let mut colorer = ColorDiscrete::new(app, categories); in new() localVariable
81 colorer.add_l(l.id, "bus lanes / rails"); in new()
84 colorer.add_l(l.id, "bus lanes / rails"); in new()
89 colorer.add_bs(bs.id, "transit stops"); in new()
92 colorer.add_bs(bs.id, "transit stops"); in new()
107 colorer.add_l(*l, "routes"); in new()
114 let (unzoomed, zoomed, legend) = colorer.build(ctx); in new()
H A Dtraffic.rs90 let mut colorer = ColorNetwork::new(app); in new() localVariable
192 let mut colorer = ColorNetwork::new(app); in new() localVariable
194 colorer.ranked_roads( in new()
198 colorer.ranked_intersections( in new()
245 let mut colorer = ColorNetwork::new(app); in compare_throughput() localVariable
253 colorer.add_r(r, c); in compare_throughput()
258 colorer.add_i(i, c); in compare_throughput()
350 let mut colorer = ColorNetwork::new(app); in new() localVariable
361 colorer.add_r(r, color); in new()
371 colorer.add_i(i, color); in new()
[all …]
H A Delevation.rs38 let mut colorer = ColorNetwork::new(app); in new() localVariable
49 colorer.add_r(r.id, color); in new()
87 colorer.unzoomed.append(batch); in new()
108 unzoomed: ctx.upload(colorer.unzoomed), in new()
109 zoomed: ctx.upload(colorer.zoomed), in new()
H A Dparking.rs209 let mut colorer = ColorNetwork::new(app); in new() localVariable
216 Loc::Road(r) => colorer.add_r(r, color), in new()
217 Loc::Bldg(b) => colorer.add_b(b, color), in new()
218 Loc::Lot(pl) => colorer.add_pl(pl, color), in new()
221 let (unzoomed, zoomed) = colorer.build(ctx); in new()
/dports/security/go-cve-dictionary/go-cve-dictionary-0.5.5/vendor/github.com/labstack/echo/middleware/
H A Dlogger.go62 colorer *color.Color member
77 colorer: color.New(),
101 config.colorer = color.New()
102 config.colorer.SetOutput(config.Output)
166 s := config.colorer.Green(n)
169 s = config.colorer.Red(n)
171 s = config.colorer.Yellow(n)
173 s = config.colorer.Cyan(n)
/dports/net-im/matterbridge/matterbridge-1.22.3/vendor/github.com/labstack/echo/v4/middleware/
H A Dlogger.go62 colorer *color.Color member
76 colorer: color.New(),
100 config.colorer = color.New()
101 config.colorer.SetOutput(config.Output)
165 s := config.colorer.Green(n)
168 s = config.colorer.Red(n)
170 s = config.colorer.Yellow(n)
172 s = config.colorer.Cyan(n)
/dports/net-im/matterbridge/matterbridge-1.22.3/vendor/github.com/labstack/echo/v4/
H A Decho.go74 colorer *color.Color member
310 colorer: color.New(),
753 e.colorer.SetOutput(e.Logger.Output())
761 e.colorer.Printf(banner, e.colorer.Red("v"+Version), e.colorer.Blue(website))
772 e.colorer.Printf("⇨ http server started on %s\n", e.colorer.Green(e.Listener.Addr()))
784 e.colorer.Printf("⇨ https server started on %s\n", e.colorer.Green(e.TLSListener.Addr()))
815 e.colorer.SetOutput(e.Logger.Output())
823 e.colorer.Printf(banner, e.colorer.Red("v"+Version), e.colorer.Blue(website))
834 e.colorer.Printf("⇨ http server started on %s\n", e.colorer.Green(e.Listener.Addr()))
/dports/lang/racket/racket-8.3/share/pkgs/gui-doc/scribblings/framework/
H A Dcolor.scrbl10 @defmethod[(start-colorer (token-sym->style (-> symbol? string?))
160 @defmethod[(stop-colorer [clear-colors? boolean? #t]) void?]{
166 @defmethod[(force-stop-colorer [stop? boolean?]) void?]{
178 Indicates if this editor's colorer is frozen. See also
179 @method[color:text<%> freeze-colorer]
181 @method[color:text<%> thaw-colorer].
184 @defmethod[(freeze-colorer) void?]{
201 background after the call to @racket[thaw-colorer] returns.
227 Returns @racket[#t] if the colorer will attempt to
238 Returns @racket[#t] if the colorer will attempt to
[all …]
/dports/games/abstreet/abstreet-0.2.9-49-g74aca40c0/game/src/edit/
H A Dzones.rs188 let mut colorer = ColorDiscrete::new( in draw_zone() localVariable
198 colorer.add_r(r.id, "restricted road"); in draw_zone()
201 colorer.add_i(r.common_endpt(map.get_r(next)), "entrance/exit"); in draw_zone()
206 colorer.add_i(i, "restricted road"); in draw_zone()
208 colorer.build(ctx) in draw_zone()
/dports/games/abstreet/abstreet-0.2.9-49-g74aca40c0/game/src/debug/
H A Dfloodfill.rs36 let mut colorer = ColorDiscrete::new( in new() localVariable
41 colorer.add_l(l, "reachable"); in new()
45 colorer.add_l(l, "unreachable"); in new()
48 let (unzoomed, zoomed, legend) = colorer.build(ctx); in new()
/dports/games/abstreet/abstreet-0.2.9-49-g74aca40c0/game/src/devtools/
H A Dscenario.rs21 let mut colorer = ColorDiscrete::new( in new() localVariable
41 colorer.add_b(b, color); in new()
47 let (unzoomed, zoomed, legend) = colorer.build(ctx); in new()
/dports/security/go-cve-dictionary/go-cve-dictionary-0.5.5/vendor/github.com/labstack/echo/
H A Decho.go66 colorer *color.Color member
294 colorer: color.New(),
642 e.colorer.SetOutput(e.Logger.Output())
650 e.colorer.Printf(banner, e.colorer.Red("v"+Version), e.colorer.Blue(website))
661 e.colorer.Printf("⇨ http server started on %s\n", e.colorer.Green(e.Listener.Addr()))
673 e.colorer.Printf("⇨ https server started on %s\n", e.colorer.Green(e.TLSListener.Addr()))
/dports/graphics/cfdg/cfdg-3.3_1/src-net/CFControls/
H A DRGBChoose.cpp45 … ColorChangeEventHandler^ colorer = gcnew ColorChangeEventHandler(this, &RGBChoose::colorHandler); in MoreInitialization()
46 redBar->ColorChange += colorer; in MoreInitialization()
47 greenBar->ColorChange += colorer; in MoreInitialization()
48 blueBar->ColorChange += colorer; in MoreInitialization()
/dports/www/mnogosearch/mnogosearch-3.4.1/msearch-test/test-fuzzy/
H A Dquery.res50 colorer 16777217 352471393 http://site/colorer.txt
68 200 8 1 352471393 http://site/colorer.txt
85 200 352471393 http://site/colorer.txt body colorer
H A Dsearch.res4 Search results: color: 1, coloring: 1, colorings: 1, colored: 1, colorer: 1, colorers: 1, colors: 1…
10 5. [3.125%] http://site/colorer.txt <b>colorer</b>
54 Search results: color: 1, coloring: 1, colorings: 1, colored: 1, colorer: 1, colorers: 1, colors: 1…
60 5. [3.125%] http://site/colorer.txt <b>colorer</b>
78 Search results: color: 1, coloring: 1, colorings: 1, colored: 1, colorer: 1, colorers: 1, colors: 1…
400 Search results: color: 1, colored: 1, colorer: 1, colorers: 1, coloring: 1, colorings: 1, colors: 1
405 word2: word='colorer' count=1 doccount=0 order=0 origin=3 weight=48
413 3. [5.576%] http://site/colorer.txt <b>colorer</b>
421 Search results: colors: 1, color: 1, colored: 1, colorer: 1, colorers: 1, coloring: 1, colorings: 1
427 word3: word='colorer' count=1 doccount=0 order=0 origin=3 weight=48
[all …]
H A Damerican.xlg48 colorer/MS
/dports/lang/racket/racket-8.3/share/pkgs/htdp-lib/test-engine/
H A Dtest-tool.rkt34 (define colorer-frozen-by-test? #f)
35 (define/public (test-froze-colorer?) colorer-frozen-by-test?)
37 (set! colorer-frozen-by-test?
38 (not colorer-frozen-by-test?)))
50 (when colorer-frozen-by-test?
51 (send this thaw-colorer)
60 (when colorer-frozen-by-test?
61 (send this thaw-colorer)
/dports/lang/racket/racket-8.3/share/pkgs/gui-lib/framework/private/
H A Dcolor.rkt53 start-colorer
54 stop-colorer
55 force-stop-colorer
59 freeze-colorer
60 thaw-colorer
621 (colorer-driver)
630 (colorer-driver)
660 (define/public stop-colorer
701 (stop-colorer))
748 (stop-colorer)))
[all …]
H A Dcolor-local-member-name.rkt5 check-colorer-results-match-port-before-and-afters)
7 (define (check-colorer-results-match-port-before-and-afters
/dports/math/vampire/vampire-4.5.1/VUtils/
H A DZ3InterpolantExtractor.cpp535 bool ZIE::colorProof(TermColoring& colorer, UnitStack& derivation, UnitStack& coloredDerivationTgt) in colorProof() argument
539 if(!colorer.areUnitsLocal(_inputUnits)) { in colorProof()
543 colorer.applyToDerivation(derivation, coloredDerivationTgt); in colorProof()
771 ScopedPtr<TermColoring> colorer(createColorer(argc-2, argv+2)); in perform() local
773 if(!colorProof(*colorer, _allUnits, _allUnitsColored)) { in perform()
H A DZ3InterpolantExtractor.hpp137 bool colorProof(TermColoring& colorer, UnitStack& derivation, UnitStack& coloredDerivationTgt);
/dports/games/abstreet/abstreet-0.2.9-49-g74aca40c0/game/src/info/
H A Dbus.rs300 let mut colorer = ColorNetwork::new(app); in route() localVariable
304 colorer.add_l(*l, app.cs.unzoomed_bus); in route()
308 details.unzoomed.append(colorer.unzoomed); in route()
309 details.zoomed.append(colorer.zoomed); in route()
/dports/databases/py-tarantool/tarantool-0.7.1/test/
H A Dtest-run.py61 from lib.colorer import color_stdout
/dports/lang/racket/racket-8.3/share/pkgs/syntax-color-doc/syntax-color/
H A Dsyntax-color.scrbl40 details, see @xmethod[color:text<%> start-colorer].
46 see @xmethod[color:text<%> start-colorer].
316 This optimization is important for the colorer.}

123456