Home
last modified time | relevance | path

Searched refs:get_option (Results 1 – 25 of 5456) sorted by relevance

12345678910>>...219

/dports/devel/gnome-builder/gnome-builder-41.3/src/plugins/
H A Dmeson.build1 plugindir = join_paths(get_option('libdir'), 'gnome-builder/plugins')
2 plugindatadir = join_paths(get_option('datadir'), 'gnome-builder/plugins')
153 'Cargo ................. : @0@'.format(get_option('plugin_cargo')),
163 'D-Bus Spy ............. : @0@'.format(get_option('plugin_dspy')),
168 'GDB ................... : @0@'.format(get_option('plugin_gdb')),
170 'Git ................... : @0@'.format(get_option('plugin_git')),
176 'Grep .................. : @0@'.format(get_option('plugin_grep')),
188 'Npm ................... : @0@'.format(get_option('plugin_npm')),
195 'RLS ................... : @0@'.format(get_option('plugin_rls')),
204 'Vala Language Server .. : @0@'.format(get_option('plugin_vls')),
[all …]
/dports/multimedia/audacious-plugins/audacious-plugins-4.1/src/
H A Dmeson.build25 if get_option('console')
40 if get_option('bs2b')
48 if get_option('soxr')
60 if get_option('mms')
64 if get_option('neon')
77 if get_option('cue')
168 if get_option('lirc')
190 if get_option('aac')
210 if get_option('flac')
226 if get_option('sid')
[all …]
/dports/chinese/wordpress-zh_CN/wordpress/wp-admin/
H A Doptions-discussion.php72 if ( ! get_option( 'users_can_register' ) && is_multisite() ) {
97 …ts" type="checkbox" id="thread_comments" value="1" <?php checked( '1', get_option( 'thread_comment…
111 if ( get_option( 'thread_comments_depth' ) == $i ) {
125 …ents" type="checkbox" id="page_comments" value="1" <?php checked( '1', get_option( 'page_comments'…
128 if ( 'newest' === get_option( 'default_comments_page' ) ) {
132 if ( 'oldest' === get_option( 'default_comments_page' ) ) {
149 if ( 'asc' === get_option( 'comment_order' ) ) {
153 if ( 'desc' === get_option( 'comment_order' ) ) {
225 $show_avatars = get_option( 'show_avatars' );
258 $selected = ( get_option( 'avatar_rating' ) == $key ) ? 'checked="checked"' : '';
[all …]
H A Doptions-reading.php66 if ( ! in_array( get_option( 'blog_charset' ), array( 'utf8', 'utf-8', 'UTF8', 'UTF-8' ), true ) ) {
75 if ( 'posts' != get_option( 'show_on_front' ) ) :
80 …if ( 'page' === get_option( 'show_on_front' ) && ! get_option( 'page_on_front' ) && ! get_option( …
89 …_front" type="radio" value="posts" class="tog" <?php checked( 'posts', get_option( 'show_on_front'…
94 …on_front" type="radio" value="page" class="tog" <?php checked( 'page', get_option( 'show_on_front'…
116 'selected' => get_option( 'page_on_front' ),
133 'selected' => get_option( 'page_for_posts' ),
140 …<?php if ( 'page' === get_option( 'show_on_front' ) && get_option( 'page_for_posts' ) === get_opti…
143 …p if ( get_option( 'wp_page_for_privacy_policy' ) === get_option( 'page_for_posts' ) || get_option
163 …<label><input name="rss_use_excerpt" type="radio" value="0" <?php checked( 0, get_option( 'rss_use…
[all …]
/dports/chinese/wordpress-zh_TW/wordpress/wp-admin/
H A Doptions-discussion.php72 if ( ! get_option( 'users_can_register' ) && is_multisite() ) {
97 …ts" type="checkbox" id="thread_comments" value="1" <?php checked( '1', get_option( 'thread_comment…
111 if ( get_option( 'thread_comments_depth' ) == $i ) {
125 …ents" type="checkbox" id="page_comments" value="1" <?php checked( '1', get_option( 'page_comments'…
128 if ( 'newest' === get_option( 'default_comments_page' ) ) {
132 if ( 'oldest' === get_option( 'default_comments_page' ) ) {
149 if ( 'asc' === get_option( 'comment_order' ) ) {
153 if ( 'desc' === get_option( 'comment_order' ) ) {
225 $show_avatars = get_option( 'show_avatars' );
258 $selected = ( get_option( 'avatar_rating' ) == $key ) ? 'checked="checked"' : '';
[all …]
H A Doptions-reading.php66 if ( ! in_array( get_option( 'blog_charset' ), array( 'utf8', 'utf-8', 'UTF8', 'UTF-8' ), true ) ) {
75 if ( 'posts' != get_option( 'show_on_front' ) ) :
80 …if ( 'page' === get_option( 'show_on_front' ) && ! get_option( 'page_on_front' ) && ! get_option( …
89 …_front" type="radio" value="posts" class="tog" <?php checked( 'posts', get_option( 'show_on_front'…
94 …on_front" type="radio" value="page" class="tog" <?php checked( 'page', get_option( 'show_on_front'…
116 'selected' => get_option( 'page_on_front' ),
133 'selected' => get_option( 'page_for_posts' ),
140 …<?php if ( 'page' === get_option( 'show_on_front' ) && get_option( 'page_for_posts' ) === get_opti…
143 …p if ( get_option( 'wp_page_for_privacy_policy' ) === get_option( 'page_for_posts' ) || get_option
163 …<label><input name="rss_use_excerpt" type="radio" value="0" <?php checked( 0, get_option( 'rss_use…
[all …]
/dports/editors/gedit/gedit-40.1/
H A Dmeson.build23 pkglibdir = get_option('prefix') / get_option('libdir') / 'gedit'
24 pkgdatadir = get_option('prefix') / get_option('datadir') / 'gedit'
25 glibdir = get_option('prefix') / get_option('datadir') / 'glib-2.0'
28 if not get_option('buildtype').contains('plain')
64 config_h.set_quoted('LIBDIR', join_paths(get_option('prefix'), get_option('libdir')))
65 config_h.set_quoted('DATADIR', join_paths(get_option('prefix'), get_option('datadir')))
78 if get_option('gtk_doc')
82 if get_option('user_documentation')
88 get_option('prefix') / get_option('libdir'),
89 get_option('prefix') / get_option('datadir')
[all …]
/dports/net/tigervnc-server/tigervnc-1.12.0/unix/xserver/
H A Dmeson.build119 xkb_bin_dir = join_paths(get_option('prefix'), get_option('bindir'))
139 hal_option = get_option('hal')
164 xorgsdkdir = join_paths(get_option('prefix'), get_option('includedir'), 'xorg')
230 int10 = get_option('int10')
269 log_dir = join_paths(get_option('prefix'), get_option('localstatedir'), 'log')
272 module_dir = join_paths(get_option('libdir'), get_option('module_dir'))
306 if get_option('xdmcp')
316 build_glx = get_option('glx')
397 build_xv = get_option('xv')
523 manpage_config.set('datadir', join_paths(get_option('prefix'), get_option('datadir')))
[all …]
/dports/x11-servers/xephyr/xorg-server-1.20.13/
H A Dmeson.build119 xkb_bin_dir = join_paths(get_option('prefix'), get_option('bindir'))
139 hal_option = get_option('hal')
164 xorgsdkdir = join_paths(get_option('prefix'), get_option('includedir'), 'xorg')
230 int10 = get_option('int10')
269 log_dir = join_paths(get_option('prefix'), get_option('localstatedir'), 'log')
272 module_dir = join_paths(get_option('libdir'), get_option('module_dir'))
306 if get_option('xdmcp')
316 build_glx = get_option('glx')
397 build_xv = get_option('xv')
523 manpage_config.set('datadir', join_paths(get_option('prefix'), get_option('datadir')))
[all …]
/dports/x11-servers/xorg-dmx/xorg-server-1.20.13/
H A Dmeson.build119 xkb_bin_dir = join_paths(get_option('prefix'), get_option('bindir'))
139 hal_option = get_option('hal')
164 xorgsdkdir = join_paths(get_option('prefix'), get_option('includedir'), 'xorg')
230 int10 = get_option('int10')
269 log_dir = join_paths(get_option('prefix'), get_option('localstatedir'), 'log')
272 module_dir = join_paths(get_option('libdir'), get_option('module_dir'))
306 if get_option('xdmcp')
316 build_glx = get_option('glx')
397 build_xv = get_option('xv')
523 manpage_config.set('datadir', join_paths(get_option('prefix'), get_option('datadir')))
[all …]
/dports/x11-servers/xorg-nestserver/xorg-server-1.20.13/
H A Dmeson.build119 xkb_bin_dir = join_paths(get_option('prefix'), get_option('bindir'))
139 hal_option = get_option('hal')
164 xorgsdkdir = join_paths(get_option('prefix'), get_option('includedir'), 'xorg')
230 int10 = get_option('int10')
269 log_dir = join_paths(get_option('prefix'), get_option('localstatedir'), 'log')
272 module_dir = join_paths(get_option('libdir'), get_option('module_dir'))
306 if get_option('xdmcp')
316 build_glx = get_option('glx')
397 build_xv = get_option('xv')
523 manpage_config.set('datadir', join_paths(get_option('prefix'), get_option('datadir')))
[all …]
/dports/x11-servers/xwayland/xorg-server-1.20.13/
H A Dmeson.build119 xkb_bin_dir = join_paths(get_option('prefix'), get_option('bindir'))
139 hal_option = get_option('hal')
164 xorgsdkdir = join_paths(get_option('prefix'), get_option('includedir'), 'xorg')
230 int10 = get_option('int10')
269 log_dir = join_paths(get_option('prefix'), get_option('localstatedir'), 'log')
272 module_dir = join_paths(get_option('libdir'), get_option('module_dir'))
306 if get_option('xdmcp')
316 build_glx = get_option('glx')
397 build_xv = get_option('xv')
523 manpage_config.set('datadir', join_paths(get_option('prefix'), get_option('datadir')))
[all …]
/dports/x11-servers/xorg-server/xorg-server-1.20.13/
H A Dmeson.build119 xkb_bin_dir = join_paths(get_option('prefix'), get_option('bindir'))
139 hal_option = get_option('hal')
164 xorgsdkdir = join_paths(get_option('prefix'), get_option('includedir'), 'xorg')
230 int10 = get_option('int10')
269 log_dir = join_paths(get_option('prefix'), get_option('localstatedir'), 'log')
272 module_dir = join_paths(get_option('libdir'), get_option('module_dir'))
306 if get_option('xdmcp')
316 build_glx = get_option('glx')
397 build_xv = get_option('xv')
523 manpage_config.set('datadir', join_paths(get_option('prefix'), get_option('datadir')))
[all …]
/dports/x11-servers/xorg-vfbserver/xorg-server-1.20.13/
H A Dmeson.build119 xkb_bin_dir = join_paths(get_option('prefix'), get_option('bindir'))
139 hal_option = get_option('hal')
164 xorgsdkdir = join_paths(get_option('prefix'), get_option('includedir'), 'xorg')
230 int10 = get_option('int10')
269 log_dir = join_paths(get_option('prefix'), get_option('localstatedir'), 'log')
272 module_dir = join_paths(get_option('libdir'), get_option('module_dir'))
306 if get_option('xdmcp')
316 build_glx = get_option('glx')
397 build_xv = get_option('xv')
523 manpage_config.set('datadir', join_paths(get_option('prefix'), get_option('datadir')))
[all …]
/dports/x11-servers/xarcan/xarcan-0.6.0/
H A Dmeson.build135 xkb_bin_dir = join_paths(get_option('prefix'), get_option('bindir'))
194 xorgsdkdir = join_paths(get_option('prefix'), get_option('includedir'), 'xorg')
205 xwayland_path = join_paths(get_option('prefix'), get_option('bindir'))
287 int10 = get_option('int10')
326 log_dir = join_paths(get_option('prefix'), get_option('localstatedir'), 'log')
329 module_dir = join_paths(get_option('libdir'), get_option('module_dir'))
450 if get_option('xdmcp')
530 build_xv = get_option('xv')
656 if get_option('libunwind')
664 serverconfigdir = join_paths(get_option('prefix'), get_option('libdir'), 'xorg')
[all …]
/dports/sysutils/ansible/ansible-4.7.0/ansible_collections/community/docker/plugins/inventory/
H A Ddocker_swarm.py171 docker_host=self.get_option('docker_host'),
172 tls=self.get_option('tls'),
174 key_path=self.get_option('client_key'),
175 cacert_path=self.get_option('ca_cert'),
176 cert_path=self.get_option('client_cert'),
178 api_version=self.get_option('api_version'),
179 timeout=self.get_option('timeout'),
193 if self.get_option('include_host_uri'):
196 elif self.get_option('tls') or self.get_option('validate_certs'):
212 if self.get_option('verbose_output'):
[all …]
/dports/x11-servers/xwayland-devel/xorg-xserver-xorg-server-21.0.99.1-177-g9e5a37961/
H A Dmeson.build137 xkb_bin_dir = join_paths(get_option('prefix'), get_option('bindir'))
196 xorgsdkdir = join_paths(get_option('prefix'), get_option('includedir'), 'xorg')
208 xwayland_path = join_paths(get_option('prefix'), get_option('bindir'))
284 int10 = get_option('int10')
323 log_dir = join_paths(get_option('prefix'), get_option('localstatedir'), 'log')
326 module_dir = join_paths(get_option('libdir'), get_option('module_dir'))
447 if get_option('xdmcp')
527 build_xv = get_option('xv')
653 if get_option('libunwind')
661 serverconfigdir = join_paths(get_option('prefix'), get_option('libdir'), 'xorg')
[all …]
/dports/sysutils/ansible/ansible-4.7.0/ansible_collections/theforeman/foreman/plugins/inventory/
H A Dforeman.py222 … self.session.auth = HTTPBasicAuth(self.get_option('user'), to_bytes(self.get_option('password')))
282 if self.get_option('host_filters'):
442 hostnames = self.get_option('hostnames')
443 strict = self.get_option('strict')
480 if self.get_option('want_facts'):
539 if self.get_option('want_params'):
555 hostnames = self.get_option('hostnames')
556 strict = self.get_option('strict')
596 if self.get_option('want_params'):
614 if self.get_option('want_facts'):
[all …]
/dports/math/py-pandas/pandas-1.2.5/pandas/tests/config/
H A Dtest_config.py149 assert self.cf.get_option("a") == 1
163 assert self.cf.get_option("a") == 1
171 assert self.cf.get_option("a") == 2
199 assert self.cf.get_option("a") == 1
253 assert self.cf.get_option("a") == 1
258 assert self.cf.get_option("a") == 2
262 assert self.cf.get_option("a") == 1
265 assert self.cf.get_option("a") == 1
291 self.cf.get_option("foo")
302 self.cf.get_option("a")
[all …]
/dports/sysutils/tracker-miners/tracker-miners-2.3.5/
H A Dmeson.build12 libdir = join_paths(get_option('prefix'), get_option('libdir'))
13 datadir = join_paths(get_option('prefix'), get_option('datadir'))
137 if get_option('battery_detection') == 'auto' or get_option('battery_detection') == 'upower'
178 if get_option('charset_detection') == 'auto' or get_option('charset_detection') == 'icu'
345 conf.set('LOCALEDIR', '"@0@/@1@"'.format(get_option('prefix'), get_option('localedir')))
346 conf.set('SHAREDIR', '"@0@/@1@"'.format(get_option('prefix'), get_option('datadir')))
357 conf.set('bindir', join_paths(get_option('prefix'), get_option('bindir')))
359 conf.set('datarootdir', join_paths(get_option('prefix'), get_option('datadir')))
360 conf.set('includedir', join_paths(get_option('prefix'), get_option('includedir')))
362 conf.set('libexecdir', join_paths(get_option('prefix'), get_option('libexecdir')))
[all …]
/dports/sysutils/ansible2/ansible-2.9.27/lib/ansible/plugins/inventory/
H A Ddocker_swarm.py166 docker_host=self.get_option('docker_host'),
167 tls=self.get_option('tls'),
169 key_path=self.get_option('client_key'),
170 cacert_path=self.get_option('ca_cert'),
171 cert_path=self.get_option('client_cert'),
173 api_version=self.get_option('api_version'),
174 timeout=self.get_option('timeout'),
187 if self.get_option('include_host_uri'):
190 elif self.get_option('tls') or self.get_option('validate_certs'):
206 if self.get_option('verbose_output'):
[all …]
/dports/multimedia/audacious/audacious-4.1/
H A Dmeson.build24 if get_option('qt')
30 if get_option('gtk')
36 if get_option('libarchive')
113 install_bindir = get_option('bindir')
135 if get_option('dbus')
140 if get_option('qt')
145 if get_option('gtk')
150 if get_option('libarchive')
155 if get_option('valgrind')
193 'Prefix': get_option('prefix'),
[all …]
/dports/net/geoclue/geoclue-3bb60dd600a8b247fd6049e7e5b1c73c2c5fc0e8/
H A Dmeson.build12 datadir = join_paths(get_option('prefix'), get_option('datadir'))
13 includedir = join_paths(get_option('prefix'), get_option('includedir'))
14 libexecdir = join_paths(get_option('prefix'), get_option('libexecdir'))
15 sysconfdir = join_paths(get_option('prefix'), get_option('sysconfdir'))
54 if get_option('enable-backend')
57 if get_option('libgeoclue')
72 if get_option('gtk-doc') and get_option('libgeoclue')
95 get_option('prefix'),
99 get_option('libgeoclue'),
101 get_option('3g-source'),
[all …]
/dports/x11/showmethekey/showmethekey-1.5.0/
H A Dmeson.build12 if get_option('debug') == true
18 conf_data.set('install_prefix', get_option('prefix'))
21 conf_data.set('package_localedir', get_option('localedir'))
35 install_dir: get_option('prefix') / get_option('datadir') / 'licenses' / meson.project_name()
39 install_dir: get_option('prefix') / get_option('datadir') / 'pixmaps'
43 …install_dir: get_option('prefix') / get_option('datadir') / 'icons' / 'hicolor' / 'scalable' / 'ap…
47 install_dir: get_option('prefix') / get_option('datadir') / 'applications'
51 install_dir: get_option('prefix') / get_option('datadir') / 'glib-2.0' / 'schemas'
61 get_option('prefix') / get_option('datadir') / 'glib-2.0' / 'schemas',
67 get_option('prefix') / get_option('datadir') / 'glib-2.0' / 'schemas'
/dports/editors/quilter/quilter-2.2.3/data/
H A Dmeson.build19 install_dir: join_paths(get_option('datadir'), 'glib-2.0', 'schemas')
28 install_dir: join_paths(get_option('datadir'), 'applications')
36 install_dir: join_paths(get_option('datadir'), 'metainfo')
41 install_dir: join_paths(get_option('datadir'), 'gtksourceview-3.0', 'styles')
46 install_dir: join_paths(get_option('datadir'), 'gtksourceview-3.0', 'styles')
56 install_dir: join_paths(get_option('datadir'), 'fonts', 'truetype', 'quilt')
61 install_dir: join_paths(get_option('datadir'), 'fonts', 'truetype', 'quilt')
66 …install_dir: join_paths([ get_option('prefix'), get_option('datadir'), 'com.github.lainsce.quilter…
71 …install_dir: join_paths([ get_option('prefix'), get_option('datadir'), 'com.github.lainsce.quilter…
76 …install_dir: join_paths([ get_option('prefix'), get_option('datadir'), 'com.github.lainsce.quilter…
[all …]

12345678910>>...219