Home
last modified time | relevance | path

Searched refs:is_setup (Results 1 – 25 of 134) sorted by relevance

123456

/dports/graphics/cogl/cogl-1.22.8/deps/glib/
H A Dghook.c64 hook_list->is_setup = TRUE; in g_hook_list_init()
77 if (hook_list->is_setup) in g_hook_list_clear()
81 hook_list->is_setup = FALSE; in g_hook_list_clear()
129 g_return_if_fail (hook_list->is_setup); in g_hook_free()
198 if (!hook_list->is_setup) in g_hook_unref()
200 hook_list->is_setup = TRUE; in g_hook_unref()
202 hook_list->is_setup = FALSE; in g_hook_unref()
242 g_return_if_fail (hook_list->is_setup); in g_hook_insert_before()
288 g_return_if_fail (hook_list->is_setup); in g_hook_list_invoke()
315 g_return_if_fail (hook_list->is_setup); in g_hook_list_invoke_check()
[all …]
/dports/devel/glib20/glib-2.70.4/glib/
H A Dghook.c210 hook_list->is_setup = TRUE; in g_hook_list_init()
229 if (hook_list->is_setup) in g_hook_list_clear()
233 hook_list->is_setup = FALSE; in g_hook_list_clear()
296 g_return_if_fail (hook_list->is_setup); in g_hook_free()
391 if (!hook_list->is_setup) in g_hook_unref()
393 hook_list->is_setup = TRUE; in g_hook_unref()
395 hook_list->is_setup = FALSE; in g_hook_unref()
467 g_return_if_fail (hook_list->is_setup); in g_hook_insert_before()
522 g_return_if_fail (hook_list->is_setup); in g_hook_list_invoke()
559 g_return_if_fail (hook_list->is_setup); in g_hook_list_invoke_check()
[all …]
/dports/deskutils/egroupware/egroupware/filemanager/inc/
H A Dclass.filemanager_admin.inc.php39 static protected $is_setup = false; variable in filemanager_admin
67 self::$is_setup = Api\Cache::getSession('filemanager', 'is_setup');
88 $msg = $this->sudo($content['user'],$content['password'],self::$is_setup) ?
109 $msg = $this->sudo('','',self::$is_setup) ? 'Logout failed!' : lang('Root access stopped.');
112 if ($content['mounts']['disable'] || self::$is_setup && $content['mounts']['umount'])
134 ($content['mounts']['enable'] || self::$is_setup && $content['mounts']['mount']))
253 $content['is_setup'] = self::$is_setup;
270 $readonlys['url'] = !self::$is_setup;
H A Dclass.filemanager_shares.inc.php37 static protected $is_setup = false; variable in filemanager_shares
48 self::$is_setup = Api\Cache::getSession('filemanager', 'is_setup');
205 $content['is_setup'] = self::$is_setup;
/dports/devel/py-mondrian/mondrian-0.8.1/mondrian/
H A D__init__.py36 is_setup = False variable
46 global is_setup
50 if not is_setup:
64 is_setup = True
/dports/mail/s-nail/s-nail-14.9.23/include/su/
H A Dview.h72 boole is_setup(void) const {return m_view.is_setup();} in is_setup() function
137 using base::is_setup;\
158 ASSERT_RET(is_setup(), *this);\
231 ASSERT_RET(is_setup(), err::einval);\
235 ASSERT_RET(is_setup(), err::einval);\
276 ASSERT_RET(is_setup(), err::einval);\
282 ASSERT_RET(is_setup(), err::einval);\
300 ASSERT_RET(is_setup(), *this);\
306 ASSERT_RET(is_setup(), (reset(), FAL0));\
313 ASSERT_RET(is_setup(), (reset(), FAL0));\
[all …]
/dports/science/afni/afni-AFNI_21.3.16/src/
H A Dafni_pplug_1dfunc.c89 static int is_setup = 0 ; variable
93 if( is_setup == 0 ){ in F1D_null()
95 is_setup = 1 ; in F1D_null()
165 if( is_setup == 0 ){ in F1D_init()
167 is_setup = 1 ; in F1D_init()
214 is_setup = 1 ; in F1D_main()
307 is_setup = 2 ; in F1D_main()
319 if( is_setup < 2 ) return ; /* nothing to do */ in F1D_chainfunc()
H A Dafni_pplug_2dfunc.c95 static int is_setup = 0 ; variable
99 if( is_setup == 0 ){ in F2D_null()
101 is_setup = 1 ; in F2D_null()
171 if( is_setup == 0 ){ in F2D_init()
173 is_setup = 1 ; in F2D_init()
220 is_setup = 1 ; in F2D_main()
313 is_setup = 2 ; in F2D_main()
325 if( is_setup < 2 ) return ; /* nothing to do */ in F2D_chainfunc()
/dports/emulators/bochs/bochs-2.7/iodev/usb/
H A Dusb_pcap.cc114 …acket(void *data, int len, int bus, int dev_addr, int ep, int type, bool is_setup, bool can_append) in write_packet() argument
143 Bit32u length = sizeof(struct usbmon_packet) + ((!is_setup) ? len : 0); in write_packet()
162 usb_hdr.flag_setup = (is_setup) ? 0 : '-'; in write_packet()
169 if (is_setup) in write_packet()
/dports/multimedia/zoneminder/zoneminder-1.36.5/dep/RtspServer/src/xop/
H A DRtpConnection.cpp66 media_channel_info_[channel_id].is_setup = true; in SetupRtpOverTcp()
122 media_channel_info_[channel_id].is_setup = true; in SetupRtpOverUdp()
152 media_channel_info_[channel_id].is_setup = true; in SetupRtpOverMulticast()
161 if (media_channel_info_[chn].is_setup) { in Play()
170 if (media_channel_info_[chn].is_setup) { in Record()
204 if (media_channel_info_[chn].is_setup) { in GetRtpInfo()
/dports/multimedia/gpac-mp4box/gpac-1.0.0/src/scenegraph/
H A Dvrml_route.c97 r->is_setup = 0; in gf_sg_route_del()
102 r->is_setup = 0; in gf_sg_route_del()
169 if (r->is_setup) gf_node_changed(targ, &r->ToField); in gf_sg_activate_routes()
257 r->is_setup = 1; in gf_sg_route_setup()
285 if (!r->is_setup) { in gf_sg_route_activate()
287 if (!r->is_setup) return 0; in gf_sg_route_activate()
459 if (!r->is_setup) gf_sg_route_setup(r); in gf_node_event_out_str()
505 r->is_setup = 1; in gf_sg_route_new_to_callback()
/dports/multimedia/gpac-libgpac/gpac-1.0.0/src/scenegraph/
H A Dvrml_route.c97 r->is_setup = 0; in gf_sg_route_del()
102 r->is_setup = 0; in gf_sg_route_del()
169 if (r->is_setup) gf_node_changed(targ, &r->ToField); in gf_sg_activate_routes()
257 r->is_setup = 1; in gf_sg_route_setup()
285 if (!r->is_setup) { in gf_sg_route_activate()
287 if (!r->is_setup) return 0; in gf_sg_route_activate()
459 if (!r->is_setup) gf_sg_route_setup(r); in gf_node_event_out_str()
505 r->is_setup = 1; in gf_sg_route_new_to_callback()
/dports/science/xcfun/xcfun-2.1.1-1-gf87ca0e/src/
H A Dxcint.cpp138 static bool is_setup = false; in xcint_assure_setup() local
139 if (!is_setup) { in xcint_assure_setup()
149 is_setup = true; in xcint_assure_setup()
/dports/emulators/citra/citra-ac98458e0/src/video_core/
H A Dvertex_loader.cpp21 ASSERT_MSG(!is_setup, "VertexLoader is not intended to be setup more than once."); in Setup()
71 is_setup = true; in Setup()
77 ASSERT_MSG(is_setup, "A VertexLoader needs to be setup before loading vertices."); in LoadVertex()
/dports/emulators/citra-qt5/citra-ac98458e0/src/video_core/
H A Dvertex_loader.cpp21 ASSERT_MSG(!is_setup, "VertexLoader is not intended to be setup more than once."); in Setup()
71 is_setup = true; in Setup()
77 ASSERT_MSG(is_setup, "A VertexLoader needs to be setup before loading vertices."); in LoadVertex()
/dports/benchmarks/phoronix-test-suite/phoronix-test-suite-10.6.1/pts-core/objects/client/
H A Dpts_module.php67 $is_setup = true;
77 $is_setup = false;
83 return $is_setup;
/dports/net/openmpi3/openmpi-3.1.6/opal/mca/installdirs/base/
H A Dinstalldirs_base_expand.c58 opal_install_dirs_expand_internal(const char* input, bool is_setup) in opal_install_dirs_expand_internal() argument
106 if (is_setup) { in opal_install_dirs_expand_internal()
/dports/net/openmpi/openmpi-4.1.1/opal/mca/pmix/pmix3x/pmix/src/mca/pinstalldirs/base/
H A Dpinstalldirs_base_expand.c63 pmix_pinstall_dirs_expand_internal(const char* input, bool is_setup) in pmix_pinstall_dirs_expand_internal() argument
111 if (is_setup) { in pmix_pinstall_dirs_expand_internal()
/dports/net/openmpi/openmpi-4.1.1/opal/mca/installdirs/base/
H A Dinstalldirs_base_expand.c58 opal_install_dirs_expand_internal(const char* input, bool is_setup) in opal_install_dirs_expand_internal() argument
106 if (is_setup) { in opal_install_dirs_expand_internal()
/dports/net/openmpi3/openmpi-3.1.6/opal/mca/pmix/pmix2x/pmix/src/mca/pinstalldirs/base/
H A Dpinstalldirs_base_expand.c63 pmix_pinstall_dirs_expand_internal(const char* input, bool is_setup) in pmix_pinstall_dirs_expand_internal() argument
111 if (is_setup) { in pmix_pinstall_dirs_expand_internal()
/dports/security/tor-devel/tor-0.4.7.2-alpha/src/test/
H A Dtesting_common.c65 static int is_setup = 0; in setup_directory() local
68 if (is_setup) return; in setup_directory()
118 is_setup = 1; in setup_directory()
/dports/security/tor/tor-0.4.6.8/src/test/
H A Dtesting_common.c65 static int is_setup = 0; in setup_directory() local
68 if (is_setup) return; in setup_directory()
118 is_setup = 1; in setup_directory()
/dports/deskutils/egroupware/egroupware/setup/
H A Ddb_backup.php35 $is_setup = true; variable
98 $db_backup->saveConfig($minCount,$is_setup ? (boolean)$filesBackup : null);
153 …($is_setup ? '' : ' disabled="true" title="'.htmlspecialchars(lang('Can only be change via Setup!'…
/dports/multimedia/elementary-videos/videos-2.7.3/src/Widgets/Player/
H A DSettingsPopover.vala21 public bool is_setup = false;
90 if (!is_setup) {
91 is_setup = true;
/dports/databases/phpmyadmin/phpMyAdmin-4.9.7-all-languages/templates/config/form_display/
H A Dfieldset_bottom.twig2 {% if is_setup %}

123456