Home
last modified time | relevance | path

Searched +refs:hide +refs:example +refs:source (Results 1 – 25 of 22334) sorted by relevance

12345678910>>...894

/dports/textproc/py-pyexcel/pyexcel-0.6.7/docs/source/
H A Dattributes.rst1 Dot notation for data source
4 Since version 0.3.0, the data source becomes an attribute of the pyexcel native
28 What's more, you could as well set value to an attribute, for example:
54 to a sheet. For example:
69 :hide:
78 >>> xls_file = open(os.path.join("examples", "basics", "multiple-sheets-example.xls"), 'rb')
97 :hide:
255 :hide:
264 >>> xls_file = open(os.path.join("examples", "basics", "multiple-sheets-example.xls"), 'rb')
300 :hide:
[all …]
/dports/comms/gnuradio/gnuradio-3.8.4.0/gr-audio/grc/
H A Daudio_source.block.yml16 hide: ${ ('none' if device_name else 'part') }
23 hide: part
28 hide: part
40 make: audio.source(${samp_rate}, ${device_name}, ${ok_to_block})
43 includes: [ '#include <gnuradio/audio/source.h>' ]
44 declarations: 'audio::source::sptr ${id};'
45 make: 'this->${id} = audio::source::make(${samp_rate}, ${device_name}, ${ok_to_block});'
57 …The audio source can have multiple outputs depending upon your hardware. For example, set the outp…
/dports/dns/unbound/unbound-1.14.0/testdata/http_user_agent.tdir/
H A Dhttp_user_agent.test2 # source the master var file when it's there
3 [ -f ../.tpkg.var.master ] && source ../.tpkg.var.master
5 [ -f .tpkg.var.test ] && source .tpkg.var.test
11 echo "> dig www.example.com."
12 dig @localhost -p $UNBOUND_PORT www.example.com. | tee outfile
15 dig @localhost -p $UNBOUND_PORT www.example.com. | tee outfile
20 dig @localhost -p $UNBOUND_PORT www.example.com. | tee outfile
25 dig @localhost -p $UNBOUND_PORT www.example.com. | tee outfile
60 echo "> Refetching example.com"
75 # hide http-user-agent
[all …]
/dports/lang/racket/racket-8.3/share/pkgs/profile-lib/
H A Dutils.rkt8 ;; activity (for example, the profiled code is just doing a `sleep'), in which
17 (provide format-source)
18 (define (format-source src)
21 (srcloc-source src)
25 "(unknown source)"))
31 (define (get-hidden profile hide-self% hide-subs%)
32 (define self% (or hide-self% 0))
35 (define (hide? node)
119 ;; remove the source and sink times from the rest
178 ;; touching ranges; for example, if there are three samples showing snapshot
[all …]
/dports/textproc/mdbook/mdBook-0.4.13/guide/src/format/
H A Dmdbook.md5 There is a feature in mdBook that lets you hide code lines by prepending them
6 with a `#` [like you would with Rustdoc][rustdoc-hide].
8 [rustdoc-hide]: https://doc.rust-lang.org/stable/rustdoc/documentation-tests.html#hiding-portions-o…
38 The path to the file has to be relative from the current source file.
53 example. We support four different modes of partial includes:
119 be prefaced with `#`. This way, a reader can expand the snippet to see the complete example, and
120 Rustdoc will use the complete example when you run `mdbook test`.
122 For example, consider a file named `file.rs` that contains this Rust program:
184 The path to the Rust file has to be relative from the current source file.
192 {{#playground example.rs}}
/dports/lang/racket/racket-8.3/share/pkgs/profile-doc/profile/scribblings/
H A Drenderers.scrbl28 [#:truncate-source truncate-source exact-nonnegative-integer? 50]
29 [#:hide-self hide-self% (between/c 0 1) 1/100]
30 [#:hide-subs hide-subs% (between/c 0 1) 2/100])
44 [N1] N2(N3%) N4(N5%) A ...path/to/source.rkt:12:34
52 identified with their source location.}
100 the source string should take (together with its label).}
102 @item{@racket[hide-self%] and @racket[hide-subs%] control hiding some
104 above example) is smaller than @racket[hide-self%] @emph{and} if all
128 [#:hide-self hide-self% (between/c 0 1) 1/100]
129 [#:hide-subs hide-subs% (between/c 0 1) 2/100])
[all …]
/dports/devel/sunpromake/schily-2021-09-18/mkisofs/
H A DREADME.mkhybrid69 the source directory cd_dir:
73 To create a HFS hybrid CD from the source directory cd_dir that contains
78 To create a HFS hybrid CD from the source directory cd_dir, giving all files
84 To create a CD with the 'Apple Extensions to ISO9660', from the source
91 The following example puts different files on the CD that all have
105 -hide README.hfs -hide README.joliet \
106 -hide-joliet README.hfs -hide-joliet README.unix \
107 -hide-hfs README.joliet -hide-hfs README.unix \
116 combinations of the hide options ...
/dports/devel/smake/schily-2021-09-18/mkisofs/
H A DREADME.mkhybrid69 the source directory cd_dir:
73 To create a HFS hybrid CD from the source directory cd_dir that contains
78 To create a HFS hybrid CD from the source directory cd_dir, giving all files
84 To create a CD with the 'Apple Extensions to ISO9660', from the source
91 The following example puts different files on the CD that all have
105 -hide README.hfs -hide README.joliet \
106 -hide-joliet README.hfs -hide-joliet README.unix \
107 -hide-hfs README.joliet -hide-hfs README.unix \
116 combinations of the hide options ...
/dports/devel/sccs/schily-2021-09-18/mkisofs/
H A DREADME.mkhybrid69 the source directory cd_dir:
73 To create a HFS hybrid CD from the source directory cd_dir that contains
78 To create a HFS hybrid CD from the source directory cd_dir, giving all files
84 To create a CD with the 'Apple Extensions to ISO9660', from the source
91 The following example puts different files on the CD that all have
105 -hide README.hfs -hide README.joliet \
106 -hide-joliet README.hfs -hide-joliet README.unix \
107 -hide-hfs README.joliet -hide-hfs README.unix \
116 combinations of the hide options ...
/dports/devel/schilybase/schily-2021-09-18/mkisofs/
H A DREADME.mkhybrid69 the source directory cd_dir:
73 To create a HFS hybrid CD from the source directory cd_dir that contains
78 To create a HFS hybrid CD from the source directory cd_dir, giving all files
84 To create a CD with the 'Apple Extensions to ISO9660', from the source
91 The following example puts different files on the CD that all have
105 -hide README.hfs -hide README.joliet \
106 -hide-joliet README.hfs -hide-joliet README.unix \
107 -hide-hfs README.joliet -hide-hfs README.unix \
116 combinations of the hide options ...
/dports/net/rscsi/schily-2021-09-18/mkisofs/
H A DREADME.mkhybrid69 the source directory cd_dir:
73 To create a HFS hybrid CD from the source directory cd_dir that contains
78 To create a HFS hybrid CD from the source directory cd_dir, giving all files
84 To create a CD with the 'Apple Extensions to ISO9660', from the source
91 The following example puts different files on the CD that all have
105 -hide README.hfs -hide README.joliet \
106 -hide-joliet README.hfs -hide-joliet README.unix \
107 -hide-hfs README.joliet -hide-hfs README.unix \
116 combinations of the hide options ...
/dports/archivers/star/schily-2021-09-18/mkisofs/
H A DREADME.mkhybrid69 the source directory cd_dir:
73 To create a HFS hybrid CD from the source directory cd_dir that contains
78 To create a HFS hybrid CD from the source directory cd_dir, giving all files
84 To create a CD with the 'Apple Extensions to ISO9660', from the source
91 The following example puts different files on the CD that all have
105 -hide README.hfs -hide README.joliet \
106 -hide-joliet README.hfs -hide-joliet README.unix \
107 -hide-hfs README.joliet -hide-hfs README.unix \
116 combinations of the hide options ...
/dports/sysutils/cdrtools/schily-2021-09-18/mkisofs/
H A DREADME.mkhybrid69 the source directory cd_dir:
73 To create a HFS hybrid CD from the source directory cd_dir that contains
78 To create a HFS hybrid CD from the source directory cd_dir, giving all files
84 To create a CD with the 'Apple Extensions to ISO9660', from the source
91 The following example puts different files on the CD that all have
105 -hide README.hfs -hide README.joliet \
106 -hide-joliet README.hfs -hide-joliet README.unix \
107 -hide-hfs README.joliet -hide-hfs README.unix \
116 combinations of the hide options ...
/dports/editors/ved/schily-2021-09-18/mkisofs/
H A DREADME.mkhybrid69 the source directory cd_dir:
73 To create a HFS hybrid CD from the source directory cd_dir that contains
78 To create a HFS hybrid CD from the source directory cd_dir, giving all files
84 To create a CD with the 'Apple Extensions to ISO9660', from the source
91 The following example puts different files on the CD that all have
105 -hide README.hfs -hide README.joliet \
106 -hide-joliet README.hfs -hide-joliet README.unix \
107 -hide-hfs README.joliet -hide-hfs README.unix \
116 combinations of the hide options ...
/dports/sysutils/schilyutils/schily-2021-09-18/mkisofs/
H A DREADME.mkhybrid69 the source directory cd_dir:
73 To create a HFS hybrid CD from the source directory cd_dir that contains
78 To create a HFS hybrid CD from the source directory cd_dir, giving all files
84 To create a CD with the 'Apple Extensions to ISO9660', from the source
91 The following example puts different files on the CD that all have
105 -hide README.hfs -hide README.joliet \
106 -hide-joliet README.hfs -hide-joliet README.unix \
107 -hide-hfs README.joliet -hide-hfs README.unix \
116 combinations of the hide options ...
/dports/www/squid/squid-4.15/src/acl/external/unix_group/
H A Dext_unix_group_acl.818 .if !'po4a'hide' .TP
25 .if !'po4a'hide' .TP
26 .if !'po4a'hide' .BI \-p
30 .if !'po4a'hide' .TP
31 .if !'po4a'hide' .BI \-s
37 example defines two Squid acls.
48 .if !'po4a'hide' .RS
50 .if !'po4a'hide' .br
52 .if !'po4a'hide' .br
54 .if !'po4a'hide' .RE
[all …]
/dports/www/privoxy/privoxy-3.0.33-stable/
H A Dregression-tests.action4 # (included in the source tarball's tools directory and available at
67 {-hide-user-agent}
141 {+hide-referrer{forge}}
146 {+hide-referrer{block}}
161 #{+hide-referrer{}}
162 #TAG:^hide-referrer\{\}$
179 {-hide-user-agent{}}
198 {+client-header-filter{hide-tor-exit-notation} -hide-referer}
466 # Test hide-from-header
477 +hide-from-header{siebenzwerge@example.org}\
[all …]
/dports/devel/devhelp/devhelp-41.2/subprojects/gi-docgen/docs/
H A Dproject-configuration.rst46 The website that can be used to browse the source code of the library.
95 The ``source-location`` section
98 The ``source-location`` section is used to define the location of the source
100 reference to the definition of symbols and the source of the documentation
106 The base URL for accessing a file in the source code repository.
161 The following example will hide the type ``Protected``:
206 The following example will hide the ``backend`` property on the ``Printer`` type:
217 The following example will hide the ``private-changed`` signal on the
229 The following example will skip the ``quark`` function on the ``ParserError``
/dports/x11-toolkits/gtk40/gtk-4.4.1/subprojects/gi-docgen/docs/
H A Dproject-configuration.rst46 The website that can be used to browse the source code of the library.
95 The ``source-location`` section
98 The ``source-location`` section is used to define the location of the source
100 reference to the definition of symbols and the source of the documentation
106 The base URL for accessing a file in the source code repository.
161 The following example will hide the type ``Protected``:
206 The following example will hide the ``backend`` property on the ``Printer`` type:
217 The following example will hide the ``private-changed`` signal on the
229 The following example will skip the ``quark`` function on the ``ParserError``
/dports/dns/gdnsd2/gdnsd-2.4.3/t/015zruntime/
H A D043subz.t16 _GDT->insert_altzone('s1.example.com', 's1.example.com');
18 _GDT->test_log_output('Zone s1.example.com.: source rfc1035:s1.example.com with serial 1 loaded as …
23 auth => 'example.com 900 SOA ns1.example.com hostmaster.example.com 1 7200 1800 259200 900',
30 _GDT->test_log_output('Zone s3.s2.example.com.: source rfc1035:s3.s2.example.com with serial 1 load…
35 auth => 'example.com 900 SOA ns1.example.com hostmaster.example.com 1 7200 1800 259200 900',
42 _GDT->test_log_output('Zone s2.example.com.: source rfc1035:s2.example.com with serial 1 loaded as …
54 _GDT->test_log_output('Zone example.com.: authoritative source rfc1035:example.com with serial 1 re…
85 # put example.com back in place, re-hide...
88 _GDT->test_log_output('Zone example.com.: source rfc1035:example.com with serial 1 loaded as author…
123 _GDT->test_log_output('Zone s2.example.com.: authoritative source rfc1035:s2.example.com with seria…
[all …]
/dports/lang/elixir-devel/elixir-1.13.1/lib/elixir/pages/
H A Dwriting-documentation.md14 Documentation in Elixir is usually attached to module attributes. Let's see an example:
43 When documenting a function, argument names are inferred by the compiler. For example:
58 …rsion that particular module, function, type, or callback was added, as shown in the example above.
102 …eaving notes (for example, why you had to resort to a workaround due to a bug in a library), and s…
111 …t necessarily have access to the source code; whereas code comments are for those who interact dir…
117 …opers to hide modules and functions from the documentation, by setting `@doc false` to hide a part…
130 In case you don't want to hide a whole module, you can hide functions individually:
139 …identally exposed or imported. Remember you can use `@moduledoc false` to hide a whole module and …
141 …* Start the function name with one or two underscores, for example, `__add__/2`. Functions startin…
/dports/lang/elixir/elixir-1.12.3/lib/elixir/pages/
H A Dwriting-documentation.md14 Documentation in Elixir is usually attached to module attributes. Let's see an example:
43 When documenting a function, argument names are inferred by the compiler. For example:
58 …rsion that particular module, function, type, or callback was added, as shown in the example above.
102 …eaving notes (for example, why you had to resort to a workaround due to a bug in a library), and s…
111 …t necessarily have access to the source code; whereas code comments are for those who interact dir…
117 …opers to hide modules and functions from the documentation, by setting `@doc false` to hide a part…
130 In case you don't want to hide a whole module, you can hide functions individually:
139 …identally exposed or imported. Remember you can use `@moduledoc false` to hide a whole module and …
141 …* Start the function name with one or two underscores, for example, `__add__/2`. Functions startin…
/dports/sysutils/cdrkit/cdrkit-1.1.11/doc/genisoimage/
H A DREADME.mkhybrid69 the source directory cd_dir:
73 To create a HFS hybrid CD from the source directory cd_dir that contains
78 To create a HFS hybrid CD from the source directory cd_dir, giving all files
84 To create a CD with the 'Apple Extensions to ISO9660', from the source
91 The following example puts different files on the CD that all have
105 -hide README.hfs -hide README.joliet \
106 -hide-joliet README.hfs -hide-joliet README.unix \
107 -hide-hfs README.joliet -hide-hfs README.unix \
116 combinations of the hide options ...
/dports/sysutils/genisoimage/cdrkit-1.1.11/doc/genisoimage/
H A DREADME.mkhybrid69 the source directory cd_dir:
73 To create a HFS hybrid CD from the source directory cd_dir that contains
78 To create a HFS hybrid CD from the source directory cd_dir, giving all files
84 To create a CD with the 'Apple Extensions to ISO9660', from the source
91 The following example puts different files on the CD that all have
105 -hide README.hfs -hide README.joliet \
106 -hide-joliet README.hfs -hide-joliet README.unix \
107 -hide-hfs README.joliet -hide-hfs README.unix \
116 combinations of the hide options ...
/dports/x11/xbanish/xbanish-1.7/
H A DREADME.md9 [broken](https://bugs.launchpad.net/ubuntu/+source/unclutter/+bug/54148).
10 I looked into fixing it, but the unclutter source code is terrible, so I wrote
35 For example, xlock could not grab the pointer and sometimes didn't lock,
36 xwininfo wouldn't work at all, Firefox would quickly hide the Awesome Bar
43 to easily hide and show the cursor with `XFixesHideCursor()` and

12345678910>>...894