Home
last modified time | relevance | path

Searched refs:update_disabled (Results 1 – 25 of 38) sorted by relevance

12

/dports/irc/eggdrop/eggdrop-1.9.1/misc/
H A Dmakedepend49 update_disabled() {
103 update_disabled $i
/dports/www/chromium-legacy/chromium-88.0.4324.182/chrome/browser/ui/webui/help/
H A Dversion_updater_chromeos.cc68 bool update_disabled = kDefaultAutoUpdateDisabled; in IsAutoUpdateDisabled() local
71 return update_disabled; in IsAutoUpdateDisabled()
75 CHECK(update_disabled_value->GetAsBoolean(&update_disabled)); in IsAutoUpdateDisabled()
76 return update_disabled; in IsAutoUpdateDisabled()
/dports/www/chromium-legacy/chromium-88.0.4324.182/chrome/browser/policy/
H A Dcomponent_updater_policy_browsertest.cc67 void VerifyExpectations(bool update_disabled);
222 void ComponentUpdaterPolicyTest::VerifyExpectations(bool update_disabled) { in VerifyExpectations() argument
235 update_disabled ? " updatedisabled=\"true\"" : ""))); in VerifyExpectations()
244 if (update_disabled) { in VerifyExpectations()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/chrome/browser/ui/webui/help/
H A Dversion_updater_chromeos.cc68 bool update_disabled = kDefaultAutoUpdateDisabled; in IsAutoUpdateDisabled() local
71 return update_disabled; in IsAutoUpdateDisabled()
75 CHECK(update_disabled_value->GetAsBoolean(&update_disabled)); in IsAutoUpdateDisabled()
76 return update_disabled; in IsAutoUpdateDisabled()
/dports/devel/truc/truc_0.12.0/
H A Drequirement_detail_page.php241 $update_disabled = ""; variable
243 $update_disabled = "disabled"; variable
255 … type=submit name=submit_req_add_ver value='".lang_get('req_add_ver')."' $update_disabled></td>\n";
256 …ut type=submit name=submit_req_update value='".lang_get('req_update')."' $update_disabled></td>\n";
/dports/emulators/yuzu/yuzu-0b47f7a46/src/core/file_sys/
H A Dpatch_manager.cpp142 const auto update_disabled = in PatchExeFS() local
149 if (!update_disabled && update != nullptr && update->GetExeFS() != nullptr && in PatchExeFS()
425 const auto update_disabled = in PatchRomFS() local
428 if (!update_disabled && update != nullptr) { in PatchRomFS()
436 } else if (!update_disabled && update_raw != nullptr) { in PatchRomFS()
465 const auto update_disabled = in GetPatchVersionNames() local
467 const auto update_label = update_disabled ? "[D] Update" : "Update"; in GetPatchVersionNames()
/dports/devel/rth/rth/
H A Drequirement_detail_page.php273 $update_disabled = ""; variable
275 $update_disabled = "disabled"; variable
287 …=submit name=submit_req_add_ver value='".lang_get('req_add_ver')."' $update_disabled></td>". NEWLI…
288 …pe=submit name=submit_req_update value='".lang_get('req_update')."' $update_disabled></td>". NEWLI…
/dports/sysutils/webmin/webmin-1.981/smf/
H A Dwizard.pl117 $update_disabled = "disabled=\"disabled\"";
126 $update_disabled = "";
180 "<input type=\"submit\" name=\"submit\" value=\"$text{'wizard_update'}\" $update_disabled>\n";
/dports/x11-toolkits/Xaw3d/xc/lib/Xaw3d/X11/Xaw3d/
H A DTextP.h214 Boolean update_disabled; /* TRUE if display updating turned off */ member
/dports/x11-toolkits/libxaw3dxft/libXaw3dXft-1.6.2h/include/X11/Xaw3dxft/
H A DTextP.h207 Boolean update_disabled; /* TRUE if display updating turned off */ member
/dports/x11-toolkits/neXtaw/neXtaw-0.15.1/X11/neXtaw/
H A DTextP.h220 Boolean update_disabled; /* TRUE if display updating turned off */ member
H A DText.c537 ctx->text.update_disabled = FALSE;
2000 Boolean tmp = ctx->text.update_disabled;
2002 ctx->text.update_disabled = True; /* No redisplay during replacement. */
2017 ctx->text.update_disabled = FALSE; /* rearm redisplay. */
2027 ctx->text.update_disabled = tmp; /* restore redisplay */
2037 ctx->text.update_disabled = tmp; /* restore redisplay */
2078 ctx->text.update_disabled = tmp; /* restore redisplay */
2872 if ( ctx->text.update_disabled || (ctx->text.old_insert < 0) )
3429 ((TextWidget) w)->text.update_disabled = True;
3444 if (!ctx->text.update_disabled) return;
[all …]
/dports/x11-toolkits/Xaw3d/xc/lib/Xaw3d/
H A DTextP.h214 Boolean update_disabled; /* TRUE if display updating turned off */ member
H A DText.c555 ctx->text.update_disabled = FALSE;
2005 Boolean tmp = ctx->text.update_disabled;
2007 ctx->text.update_disabled = True; /* No redisplay during replacement. */
2022 ctx->text.update_disabled = FALSE; /* rearm redisplay. */
2032 ctx->text.update_disabled = tmp; /* restore redisplay */
2042 ctx->text.update_disabled = tmp; /* restore redisplay */
2083 ctx->text.update_disabled = tmp; /* restore redisplay */
2899 if ( ctx->text.update_disabled || (ctx->text.old_insert < 0) )
3456 ((TextWidget) w)->text.update_disabled = True;
3471 if (!ctx->text.update_disabled) return;
[all …]
/dports/x11-toolkits/libXaw/libXaw-1.0.14/include/X11/Xaw/
H A DTextP.h235 Boolean update_disabled; /* TRUE if display updating turned off */ member
/dports/x11-toolkits/libxaw3dxft/libXaw3dXft-1.6.2h/src/
H A DText.c583 ctx->text.update_disabled = FALSE; in Initialize()
1998 Boolean tmp = ctx->text.update_disabled; in _XawTextReplace()
2000 ctx->text.update_disabled = True; /* No redisplay during replacement. */ in _XawTextReplace()
2015 ctx->text.update_disabled = FALSE; /* rearm redisplay. */ in _XawTextReplace()
2025 ctx->text.update_disabled = tmp; /* restore redisplay */ in _XawTextReplace()
2035 ctx->text.update_disabled = tmp; /* restore redisplay */ in _XawTextReplace()
2076 ctx->text.update_disabled = tmp; /* restore redisplay */ in _XawTextReplace()
2856 if ( ctx->text.update_disabled || (ctx->text.old_insert < 0) ) in _XawTextExecuteUpdate()
3327 ((TextWidget) w)->text.update_disabled = True; in XawTextDisableRedisplay()
3337 if (!ctx->text.update_disabled) return; in XawTextEnableRedisplay()
[all …]
/dports/x11-toolkits/libXaw/libXaw-1.0.14/src/
H A DText.c930 ctx->text.update_disabled = False; in XawTextInitialize()
2504 Boolean update_disabled; in _XawTextSourceChanged() local
2538 update_disabled = ctx->text.update_disabled; in _XawTextSourceChanged()
2539 ctx->text.update_disabled = True; in _XawTextSourceChanged()
2610 ctx->text.update_disabled = update_disabled; in _XawTextSourceChanged()
3597 if (ctx->text.update_disabled || ctx->text.old_insert < 0) in _XawTextExecuteUpdate()
4029 ((TextWidget)w)->text.update_disabled = True; in XawTextDisableRedisplay()
4039 if (!ctx->text.update_disabled) in XawTextEnableRedisplay()
4042 ctx->text.update_disabled = False; in XawTextEnableRedisplay()
/dports/graphics/wings/wings-8d019ebe48/src/
H A Dwings_plugin.erl454 update_disabled(Disabled, St)
460 update_disabled(Disabled, St) -> function
/dports/games/freeciv/freeciv-2.6.6/client/gui-qt/
H A Dcitydlg.h507 void update_disabled();
/dports/games/freeciv-nox11/freeciv-2.6.6/client/gui-qt/
H A Dcitydlg.h507 void update_disabled();
/dports/sysutils/kubectl/kubernetes-1.22.2/cluster/gce/gci/
H A DREADME.md40 …</workspace/test-infra/jobs/e2e_node/containerd/cri-master/env,gci-update-strategy=update_disabled"
/dports/multimedia/v4l_compat/linux-5.13-rc2/drivers/net/ethernet/intel/i40e/
H A Di40e_type.h277 bool update_disabled; member
/dports/multimedia/v4l-utils/linux-5.13-rc2/drivers/net/ethernet/intel/i40e/
H A Di40e_type.h277 bool update_disabled; member
/dports/multimedia/libv4l/linux-5.13-rc2/drivers/net/ethernet/intel/i40e/
H A Di40e_type.h277 bool update_disabled; member
/dports/dns/bind911/bind-9.11.37/lib/dns/
H A Dzone.c299 bool update_disabled; member
1023 zone->update_disabled = false; in dns_zone_create()
2352 zone->update_disabled = false; in dns_zone_loadandthaw()
2355 zone->update_disabled = false; in dns_zone_loadandthaw()
3680 if (zone->update_disabled) in set_resigntime()
6621 if (zone->update_disabled || in zone_resigninc()
7655 if (zone->update_disabled) { in zone_nsec3chain()
8607 if (zone->update_disabled) { in zone_sign()
14350 zone->update_disabled = state; in dns_zone_setupdatedisabled()
20180 if (zone->update_disabled) in setserial()
[all …]

12