Home
last modified time | relevance | path

Searched refs:statustext (Results 1 – 25 of 435) sorted by relevance

12345678910>>...18

/dports/www/moodle310/moodle/admin/tool/policy/classes/output/
H A Duser_agreement.php165 $data->statustext = get_string('acceptancestatusacceptedbehalf', 'tool_policy');
167 $data->statustext = get_string('acceptancestatusaccepted', 'tool_policy');
178 $data->statustext = get_string('acceptancestatusdeclinedbehalf', 'tool_policy');
180 $data->statustext = get_string('acceptancestatusdeclined', 'tool_policy');
189 $data->statustext = get_string('acceptancestatuspending', 'tool_policy');
269 $data->statustext = get_string('acceptancestatusaccepted', 'tool_policy');
278 $data->statustext = get_string('acceptancestatusdeclined', 'tool_policy');
283 $data->statustext = get_string('acceptancestatuspartial', 'tool_policy');
292 $data->statustext = get_string('acceptancestatuspending', 'tool_policy');
H A Dpage_managedocs_list.php152 $version->statustext = get_string('status' . $status, 'tool_policy');
155 $version->statustext = html_writer::span($version->statustext, 'badge badge-success');
157 $version->statustext = html_writer::span($version->statustext, 'badge badge-warning');
159 $version->statustext = html_writer::span($version->statustext, 'label');
/dports/www/moodle311/moodle/admin/tool/policy/classes/output/
H A Duser_agreement.php165 $data->statustext = get_string('acceptancestatusacceptedbehalf', 'tool_policy');
167 $data->statustext = get_string('acceptancestatusaccepted', 'tool_policy');
178 $data->statustext = get_string('acceptancestatusdeclinedbehalf', 'tool_policy');
180 $data->statustext = get_string('acceptancestatusdeclined', 'tool_policy');
189 $data->statustext = get_string('acceptancestatuspending', 'tool_policy');
269 $data->statustext = get_string('acceptancestatusaccepted', 'tool_policy');
278 $data->statustext = get_string('acceptancestatusdeclined', 'tool_policy');
283 $data->statustext = get_string('acceptancestatuspartial', 'tool_policy');
292 $data->statustext = get_string('acceptancestatuspending', 'tool_policy');
H A Dpage_managedocs_list.php152 $version->statustext = get_string('status' . $status, 'tool_policy');
155 $version->statustext = html_writer::span($version->statustext, 'badge badge-success');
157 $version->statustext = html_writer::span($version->statustext, 'badge badge-warning');
159 $version->statustext = html_writer::span($version->statustext, 'label');
/dports/www/moodle39/moodle/admin/tool/policy/classes/output/
H A Duser_agreement.php165 $data->statustext = get_string('acceptancestatusacceptedbehalf', 'tool_policy');
167 $data->statustext = get_string('acceptancestatusaccepted', 'tool_policy');
178 $data->statustext = get_string('acceptancestatusdeclinedbehalf', 'tool_policy');
180 $data->statustext = get_string('acceptancestatusdeclined', 'tool_policy');
189 $data->statustext = get_string('acceptancestatuspending', 'tool_policy');
269 $data->statustext = get_string('acceptancestatusaccepted', 'tool_policy');
278 $data->statustext = get_string('acceptancestatusdeclined', 'tool_policy');
283 $data->statustext = get_string('acceptancestatuspartial', 'tool_policy');
292 $data->statustext = get_string('acceptancestatuspending', 'tool_policy');
H A Dpage_managedocs_list.php152 $version->statustext = get_string('status' . $status, 'tool_policy');
155 $version->statustext = html_writer::span($version->statustext, 'badge badge-success');
157 $version->statustext = html_writer::span($version->statustext, 'badge badge-warning');
159 $version->statustext = html_writer::span($version->statustext, 'label');
/dports/deskutils/egroupware/egroupware/vendor/simplesamlphp/simplesamlphp/www/resources/
H A Dslo.css11 table#slostatustable tr td.statustext {
16 table#slostatustable tr td.statustext span { display: none; }
17 table#slostatustable tr.completed td.statustext span.completed { display: inline; }
18 table#slostatustable tr.onhold td.statustext span.onhold { display: inline; }
19 table#slostatustable tr.inprogress td.statustext span.inprogress { display: inline; }
20 table#slostatustable tr.failed td.statustext span.failed { display: inline; }
/dports/deskutils/egroupware/egroupware/saml/resources/
H A Dslo.css11 table#slostatustable tr td.statustext {
16 table#slostatustable tr td.statustext span { display: none; }
17 table#slostatustable tr.completed td.statustext span.completed { display: inline; }
18 table#slostatustable tr.onhold td.statustext span.onhold { display: inline; }
19 table#slostatustable tr.inprogress td.statustext span.inprogress { display: inline; }
20 table#slostatustable tr.failed td.statustext span.failed { display: inline; }
/dports/www/ilias/ILIAS-5.4.25/libs/composer/vendor/simplesamlphp/simplesamlphp/www/resources/
H A Dslo.css11 table#slostatustable tr td.statustext {
17 table#slostatustable tr td.statustext span { display: none; }
18 table#slostatustable tr.completed td.statustext span.completed { display: inline; }
19 table#slostatustable tr.onhold td.statustext span.onhold { display: inline; }
20 table#slostatustable tr.inprogress td.statustext span.inprogress { display: inline; }
21 table#slostatustable tr.failed td.statustext span.failed { display: inline; }
/dports/net-mgmt/xymon-server/xymon-4.3.30/lib/
H A Dsendmsg.c659 char *statustext = ""; in sendmessage() local
663 case XYMONSEND_OK : statustext = "OK"; break; in sendmessage()
664 case XYMONSEND_EBADIP : statustext = "Bad IP address"; break; in sendmessage()
668 case XYMONSEND_ECONNFAILED : statustext = "Connection failed"; break; in sendmessage()
669 case XYMONSEND_ESELFAILED : statustext = "select(2) failed"; break; in sendmessage()
670 case XYMONSEND_ETIMEOUT : statustext = "timeout"; break; in sendmessage()
671 case XYMONSEND_EWRITEERROR : statustext = "write error"; break; in sendmessage()
672 case XYMONSEND_EREADERROR : statustext = "read error"; break; in sendmessage()
673 case XYMONSEND_EBADURL : statustext = "Bad URL"; break; in sendmessage()
674 default: statustext = "Unknown error"; break; in sendmessage()
[all …]
/dports/net-mgmt/xymon-client/xymon-4.3.30/lib/
H A Dsendmsg.c659 char *statustext = ""; in sendmessage() local
663 case XYMONSEND_OK : statustext = "OK"; break; in sendmessage()
664 case XYMONSEND_EBADIP : statustext = "Bad IP address"; break; in sendmessage()
668 case XYMONSEND_ECONNFAILED : statustext = "Connection failed"; break; in sendmessage()
669 case XYMONSEND_ESELFAILED : statustext = "select(2) failed"; break; in sendmessage()
670 case XYMONSEND_ETIMEOUT : statustext = "timeout"; break; in sendmessage()
671 case XYMONSEND_EWRITEERROR : statustext = "write error"; break; in sendmessage()
672 case XYMONSEND_EREADERROR : statustext = "read error"; break; in sendmessage()
673 case XYMONSEND_EBADURL : statustext = "Bad URL"; break; in sendmessage()
674 default: statustext = "Unknown error"; break; in sendmessage()
[all …]
/dports/net/binkd/binkd-1.0.4/nt/
H A Dservice.c944 { char *statustext=""; in service() local
948 case SERVICE_NO_CHANGE: statustext="and status is 'no change'"; break; in service()
949 case SERVICE_STOPPED: statustext="but is stopped"; break; in service()
950 case SERVICE_START_PENDING: statustext="and start in progress"; break; in service()
951 case SERVICE_STOP_PENDING: statustext="and stop in progress"; break; in service()
952 case SERVICE_RUNNING: statustext="and is running"; break; in service()
953 case SERVICE_CONTINUE_PENDING: statustext="and continue in progress from pause"; break; in service()
954 case SERVICE_PAUSE_PENDING: statustext="and pause in progress"; break; in service()
955 case SERVICE_PAUSED: statustext="and is paused"; break; in service()
956 default: statustext="but status is unknown"; break; in service()
[all …]
/dports/security/openvpn-admin/openvpn-admin-1.9.4/src/extras/
H A DBaseMainWindow.cs133 private string statustext;
137 get { return statustext; }
145 statustext = value;
148 statusbar.Push(0, statustext);
/dports/print/ghostscript8-x11/ghostscript-8.71/toolbin/tests/
H A Dcmpi.py56 self.statustext = StringVar()
57 …self.statustext.set(" …
58 self.statusbar = Label(self, anchor="w", height=1, textvariable=self.statustext)
114 SC.statustext.set(SC.statustext.get()[:66] + s )
122 SC.statustext.set(SC.statustext.get()[:66] + s )
130 SC.statustext.set(SC.statustext.get()[:66] + s )
202 SC.statustext.set(s + blanks[0:66-len(s)] + SC.statustext.get()[66:])
382 SC.statustext.set(s + blanks[0:66-len(s)] + SC.statustext.get()[66:])
/dports/print/ghostscript9-agpl-base/ghostscript-9.52/toolbin/tests/
H A Dcmpi.py58 self.statustext = StringVar()
59 …self.statustext.set(" …
60 self.statusbar = Label(self, anchor="w", height=1, textvariable=self.statustext)
116 SC.statustext.set(SC.statustext.get()[:66] + s )
124 SC.statustext.set(SC.statustext.get()[:66] + s )
132 SC.statustext.set(SC.statustext.get()[:66] + s )
204 SC.statustext.set(s + blanks[0:66-len(s)] + SC.statustext.get()[66:])
384 SC.statustext.set(s + blanks[0:66-len(s)] + SC.statustext.get()[66:])
/dports/print/ghostscript9-agpl-x11/ghostscript-9.52/toolbin/tests/
H A Dcmpi.py58 self.statustext = StringVar()
59 …self.statustext.set(" …
60 self.statusbar = Label(self, anchor="w", height=1, textvariable=self.statustext)
116 SC.statustext.set(SC.statustext.get()[:66] + s )
124 SC.statustext.set(SC.statustext.get()[:66] + s )
132 SC.statustext.set(SC.statustext.get()[:66] + s )
204 SC.statustext.set(s + blanks[0:66-len(s)] + SC.statustext.get()[66:])
384 SC.statustext.set(s + blanks[0:66-len(s)] + SC.statustext.get()[66:])
/dports/print/ghostscript9-x11/ghostscript-9.06/toolbin/tests/
H A Dcmpi.py58 self.statustext = StringVar()
59 …self.statustext.set(" …
60 self.statusbar = Label(self, anchor="w", height=1, textvariable=self.statustext)
116 SC.statustext.set(SC.statustext.get()[:66] + s )
124 SC.statustext.set(SC.statustext.get()[:66] + s )
132 SC.statustext.set(SC.statustext.get()[:66] + s )
204 SC.statustext.set(s + blanks[0:66-len(s)] + SC.statustext.get()[66:])
384 SC.statustext.set(s + blanks[0:66-len(s)] + SC.statustext.get()[66:])
/dports/print/ghostscript9-base/ghostscript-9.06/toolbin/tests/
H A Dcmpi.py58 self.statustext = StringVar()
59 …self.statustext.set(" …
60 self.statusbar = Label(self, anchor="w", height=1, textvariable=self.statustext)
116 SC.statustext.set(SC.statustext.get()[:66] + s )
124 SC.statustext.set(SC.statustext.get()[:66] + s )
132 SC.statustext.set(SC.statustext.get()[:66] + s )
204 SC.statustext.set(s + blanks[0:66-len(s)] + SC.statustext.get()[66:])
384 SC.statustext.set(s + blanks[0:66-len(s)] + SC.statustext.get()[66:])
/dports/print/ghostscript8-base/ghostscript-8.71/toolbin/tests/
H A Dcmpi.py56 self.statustext = StringVar()
57 …self.statustext.set(" …
58 self.statusbar = Label(self, anchor="w", height=1, textvariable=self.statustext)
114 SC.statustext.set(SC.statustext.get()[:66] + s )
122 SC.statustext.set(SC.statustext.get()[:66] + s )
130 SC.statustext.set(SC.statustext.get()[:66] + s )
202 SC.statustext.set(s + blanks[0:66-len(s)] + SC.statustext.get()[66:])
382 SC.statustext.set(s + blanks[0:66-len(s)] + SC.statustext.get()[66:])
/dports/net-im/jabber.el/emacs-jabber-0.8.92/
H A Djabber-alert.el262 (defun ,pres (who oldstatus newstatus statustext title)
265 (funcall ,function statustext title)))
373 (defun jabber-presence-default-message (who oldstatus newstatus statustext)
400 (defun jabber-presence-only-chat-open-message (who oldstatus newstatus statustext)
408 (jabber-presence-default-message who oldstatus newstatus statustext)))
410 (defun jabber-presence-wave (who oldstatus newstatus statustext proposed-alert)
427 (defun jabber-presence-display (who oldstatus newstatus statustext proposed-alert)
432 (defun jabber-presence-switch (who oldstatus newstatus statustext proposed-alert)
/dports/biology/py-biopython/biopython-1.79/Scripts/SeqGui/
H A DSeqGui.py102 statustext = tk.StringVar() variable
103 statusbar = ttk.Label(main_window, textvariable=statustext, relief=tk.GROOVE, padding=5)
104 statustext.set("This is the statusbar")
144 statustext.set("More information about this program")
146 statustext.set("Terminate the program")
148 statustext.set("This is the statusbar")
/dports/comms/cwstudio/cwstudio-0.9.6/src/
H A Dcwcurses.c885 sprintf(statustext, "%x.wav/txt saved.", i); in main()
920 strcpy(statustext, "Playback started."); in main()
942 strcpy(statustext, "Playback paused."); in main()
946 strcpy(statustext, "Playback resumed."); in main()
953 strcpy(statustext, "Playback stopped."); in main()
983 strcpy(statustext, "Playback stopped."); in main()
997 strcpy(statustext, "Playback resumed."); in main()
999 strcpy(statustext, "Playback paused."); in main()
1001 strcpy(statustext, "Playback stopped."); in main()
1298 sprintf(statustext, "No such file."); in main()
[all …]
/dports/databases/phpmyadmin/phpMyAdmin-4.9.7-all-languages/templates/display/import/
H A Djavascript.twig38 <div id="statustext"></div>
74 var statustext = PMA_sprintf(
114 statustext += "<br />" + speed + "<br /><br />" + estimated_time;
130 $("#statustext").html(statustext);
/dports/databases/phpmyadmin5/phpMyAdmin-5.1.2-all-languages/templates/import/
H A Djavascript.twig31 <div id="statustext"></div>
66 var statustext = Functions.sprintf(
106 statustext += "<br>" + speed + "<br><br>" + estimated_time;
122 $("#statustext").html(statustext);
/dports/www/moodle310/moodle/admin/tool/policy/templates/
H A Duser_agreement.mustache30 * statustext
40 "statustext": "Accepted",
50 <span class="tool_policy-user_agreement-status">{{statustext}}</span>

12345678910>>...18