Home
last modified time | relevance | path

Searched refs:loadingText (Results 1 – 25 of 59) sorted by relevance

123

/dports/www/grafana8/grafana-8.3.6/public/app/core/components/PageLoader/
H A DPageLoader.tsx9 const loadingText = `Loading ${pageName}...`;
12 <LoadingPlaceholder text={loadingText} />
/dports/www/gitlab-workhorse/gitlab-foss-0a901d60f8ae4a60c04ae82e6e9c3a03e9321417/app/assets/javascripts/ide/components/terminal/
H A Dterminal.vue35 loadingText() {
95 <div v-if="loadingText" data-qa-selector="loading_container">
97 <span>{{ loadingText }}</span>
/dports/games/openra/OpenRA-release-20200503/OpenRA.Mods.Cnc/
H A DCncLoadScreen.cs92 var loadingText = Info["Text"]; in DisplayInner()
93 var loadingPos = new float2((bounds.Width - loadingFont.Measure(loadingText).X) / 2, barY); in DisplayInner()
94 loadingFont.DrawText(loadingText, loadingPos, Color.Gray); in DisplayInner()
/dports/net-p2p/vuze/vuze-5.7.4.0_2/com/aelitis/azureus/ui/swt/subscriptions/
H A DSubscriptionListWindow.java68 Label loadingText; field in SubscriptionListWindow
235 loadingText = new Label(loadingPanel,SWT.WRAP | SWT.CENTER); in SubscriptionListWindow()
240loadingText.setText(MessageText.getString("subscriptions.listwindow.loadingtext", new String[] { d… in SubscriptionListWindow()
258 Utils.setLayoutData(loadingText, data); in SubscriptionListWindow()
263 data.top = new FormAttachment(loadingText,5); in SubscriptionListWindow()
521 if ( !loadingText.isDisposed()){ in failed()
522 loadingText.setText(MessageText.getString("subscriptions.listwindow.failed")); in failed()
/dports/devel/lazygit/lazygit-0.31.4/pkg/gui/
H A Dcustom_commands.go250 loadingText := customCommand.LoadingText
251 if loadingText == "" {
252 loadingText = gui.Tr.LcRunningCustomCommandStatus
254 return gui.WithWaitingStatus(loadingText, func() error {
/dports/www/gitlab-workhorse/gitlab-foss-0a901d60f8ae4a60c04ae82e6e9c3a03e9321417/app/assets/javascripts/reports/codequality_report/
H A Dgrouped_codequality_reports_app.vue57 loadingText: sprintf(s__('ciReport|Loading %{reportName} report'), {
70 :loading-text="$options.loadingText"
/dports/www/grafana8/grafana-8.3.6/public/app/features/variables/adhoc/
H A Dactions.test.ts386 …const loadingText = 'Ad hoc filters are applied automatically to all queries that target this data… constant
399 changeVariableEditorExtended({ propName: 'infoText', propValue: loadingText }),
412 …const loadingText = 'Ad hoc filters are applied automatically to all queries that target this data… constant
427 changeVariableEditorExtended({ propName: 'infoText', propValue: loadingText }),
H A Dactions.ts90 …const loadingText = 'Ad hoc filters are applied automatically to all queries that target this data…
95 propValue: loadingText,
/dports/www/gitlab-workhorse/gitlab-foss-0a901d60f8ae4a60c04ae82e6e9c3a03e9321417/app/assets/javascripts/create_cluster/components/
H A Dcluster_form_dropdown.vue67 loadingText: {
116 if (this.loading && this.loadingText) {
117 return this.loadingText;
/dports/astro/kstars/kstars-3.5.6/kstars/kstarslite/qml/dialogs/helpers/
H A DLocationEdit.qml19 property string loadingText //Text used in location loading popup
34 loadingText = fetchingCoordinatesLoading
185 loadingText = xi18n("Please, wait while we are retrieving location name")
357 loadingText = fetchingCoordinatesLoading
H A DLocationLoading.qml40 text: locationEdit.loadingText
/dports/www/gitlab-workhorse/gitlab-foss-0a901d60f8ae4a60c04ae82e6e9c3a03e9321417/app/assets/javascripts/reports/components/
H A Dreport_section.vue35 loadingText: {
147 return this.loadingText;
/dports/www/grafana8/grafana-8.3.6/public/app/plugins/panel/gettingstarted/
H A DGettingStarted.tsx92 <div className={styles.loadingText}>Checking completed setup steps</div>
205 loadingText: css`
/dports/games/glest/glest_source_3.2.2/source/glest_game/game/
H A Dgame.h63 string loadingText; variable
/dports/x11-fm/wcmcommander/WCMCommander-release-0.20.0/src/
H A Dncview.h138 std::vector<unicode_t> loadingText; variable
H A Dncview.cpp1700 , loadingText( utf8_to_unicode( " ... Loading ... " ) ) in ViewWin()
2327 if ( drawLoading && loadingText.data() ) in Paint()
2329 cpoint pt = gc.GetTextExtents( loadingText.data() ); in Paint()
2335 gc.TextOutF( x, y, loadingText.data() ); in Paint()
/dports/www/p5-Catalyst-Plugin-AutoCRUD/Catalyst-Plugin-AutoCRUD-2.200002/lib/Catalyst/Plugin/AutoCRUD/templates/extjs2/javascript/update/
H A Dtabs.tt80 ,loadingText: 'Searching...'
/dports/devel/lazygit/lazygit-0.31.4/docs/
H A DCustom_Command_Keybindings.md37 loadingText: 'creating branch'
70 | loadingText | text to display while waiting for command to finish | no |
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.platform.swt/bundles/org.eclipse.swt/Eclipse SWT WebKit/win32/org/eclipse/swt/browser/
H A DWebPolicyDelegate.java83 if (webKit.loadingText) { in decidePolicyForNavigationAction()
H A DWebFrameLoadDelegate.java406 ((WebKit)browser.webBrowser).loadingText = true; in didFinishLoadForFrame()
425 if (!((WebKit)browser.webBrowser).loadingText) { in didFinishLoadForFrame()
474 ((WebKit)browser.webBrowser).loadingText = false; in didFinishLoadForFrame()
/dports/sysutils/rundeck2/pkgs/webapp/assets/
H A Dbootstrap-button.js.map7 …State","element","$element","extend","DEFAULTS","isLoading","VERSION","loadingText","prototype","B…
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.platform.swt/bundles/org.eclipse.swt/Eclipse SWT WebKit/cocoa/org/eclipse/swt/browser/
H A DWebKit.java31 boolean loadingText, untrustedText; field in WebKit
765 loadingText = true; in webView_didFinishLoadForFrame()
785 if (!loadingText) { in webView_didFinishLoadForFrame()
819 loadingText = false; in webView_didFinishLoadForFrame()
1458 if (loadingText) { in webView_decidePolicyForNavigationAction_request_frame_decisionListener()
/dports/www/p5-HTML-Prototype/HTML-Prototype-1.48/lib/HTML/Prototype/
H A DControls.pm512 loadingText: 'Loading...',
610 text = this.options.loadingText;
/dports/games/megaglest/megaglest-source-3.13.0/source/glest_game/game/
H A Dgame.h84 string loadingText; variable
/dports/www/firefox-legacy/firefox-52.8.0esr/devtools/client/locales/en-US/
H A Ddebugger.properties270 # LOCALIZATION NOTE (loadingText): The text that is displayed in the script
273 loadingText=Loading\u2026 key

123