Searched refs:rainbow (Results 1 - 11 of 11) sorted by relevance

/macosx-10.10/CPANInternal-159.1/HTTP-Proxy-0.25/eg/
H A Drainbow.pl13 response => HTTP::Proxy::BodyFilter::simple->new( # rainbow entities
14 sub { ${ $_[1] } =~ s/(&[#\w]+;)/rainbow($1)/eg; }
16 response => HTTP::Proxy::BodyFilter::htmltext->new( # rainbow text
17 sub { s/(\S)/rainbow($1)/eg; }
21 sub rainbow { subroutine
/macosx-10.10/CPANInternal-159.1/HTTP-Proxy-0.300/eg/
H A Drainbow.pl13 response => HTTP::Proxy::BodyFilter::simple->new( # rainbow entities
14 sub { ${ $_[1] } =~ s/(&[#\w]+;)/rainbow($1)/eg; }
16 response => HTTP::Proxy::BodyFilter::htmltext->new( # rainbow text
17 sub { s/(\S)/rainbow($1)/eg; }
21 sub rainbow { subroutine
/macosx-10.10/tcl-105/tcl/tcl/generic/
H A Dregcomp.c106 static void rainbow(struct nfa *, struct colormap *, int, pcolor, struct state *, struct state *);
566 rainbow(nfa, v->cm, PLAIN, COLORLESS, pre, pre);
930 rainbow(v->nfa, v->cm, PLAIN,
1427 * the result. The alternative would be to invoke rainbow(), and then delete
H A Dregc_nfa.c75 rainbow(nfa, nfa->cm, PLAIN, COLORLESS, nfa->pre, nfa->init);
78 rainbow(nfa, nfa->cm, PLAIN, COLORLESS, nfa->final, nfa->post);
H A Dregc_color.c699 - rainbow - add arcs of all full colors (but one) between specified states
700 ^ static VOID rainbow(struct nfa *, struct colormap *, int, pcolor,
704 rainbow(
688 rainbow( function
/macosx-10.10/vim-55/runtime/syntax/
H A Dpov.vim25 syn keyword povObjects array atmosphere background bicubic_patch blob box camera component cone cubic cylinder disc fog height_field isosurface julia_fractal lathe light_group light_source mesh mesh2 object parametric pattern photons plane poly polygon prism quadric quartic rainbow sky_sphere smooth_triangle sor sphere sphere_sweep spline superellipsoid text torus triangle
H A Dada.vim95 " Section: rainbow color {{{1
/macosx-10.10/tcl-105/tcl84/tcl/generic/
H A Dregcomp.c109 static VOID rainbow _ANSI_ARGS_((struct nfa *, struct colormap *, int, pcolor, struct state *, struct state *));
531 rainbow(nfa, v->cm, PLAIN, COLORLESS, pre, pre);
861 rainbow(v->nfa, v->cm, PLAIN,
1276 * the result. The alternative would be to invoke rainbow(), and then delete
H A Dregc_nfa.c77 rainbow(nfa, nfa->cm, PLAIN, COLORLESS, nfa->pre, nfa->init);
80 rainbow(nfa, nfa->cm, PLAIN, COLORLESS, nfa->final, nfa->post);
H A Dregc_color.c636 - rainbow - add arcs of all full colors (but one) between specified states
637 ^ static VOID rainbow(struct nfa *, struct colormap *, int, pcolor,
641 rainbow(nfa, cm, type, but, from, to) function
/macosx-10.10/tcl-105/tcl_ext/tklib/tklib/modules/plotchart/
H A Dplotcontour.tcl1735 set contour_options(colourmap,rainbow) \

Completed in 421 milliseconds