Home
last modified time | relevance | path

Searched refs:captions (Results 1 – 25 of 2461) sorted by relevance

12345678910>>...99

/dports/textproc/p5-Spreadsheet-WriteExcelXML/Spreadsheet-WriteExcelXML-0.15/t/
H A D34_page_setup.t17 my @captions;
35 $worksheet->write('A1', $captions[-1]);
42 $worksheet->write('A1', $captions[-1]);
49 $worksheet->write('A1', $captions[-1]);
56 $worksheet->write('A1', $captions[-1]);
63 $worksheet->write('A1', $captions[-1]);
69 $worksheet->write('A1', $captions[-1]);
76 $worksheet->write('A1', $captions[-1]);
83 $worksheet->write('A1', $captions[-1]);
133 push @captions, "Testing set_header.";
[all …]
/dports/multimedia/obs-studio/obs-studio-27.1.3/UI/frontend-plugins/frontend-tools/
H A Dcaptions.cpp164 captions->stop(); in CaptionsDialog()
177 captions->stop(); in on_source_currentIndexChanged()
183 captions->start(); in on_source_currentIndexChanged()
189 captions->start(); in on_enable_clicked()
196 captions->stop(); in on_enable_clicked()
204 captions->stop(); in on_language_currentIndexChanged()
209 captions->start(); in on_language_currentIndexChanged()
216 captions->stop(); in on_provider_currentIndexChanged()
222 captions->start(); in on_provider_currentIndexChanged()
386 delete captions; in FreeCaptions()
[all …]
/dports/multimedia/obs-studio/obs-studio-27.1.3/UI/frontend-plugins/decklink-captions/
H A Ddecklink-captions.cpp23 static obs_captions *captions = nullptr; variable
42 if (weak == captions->source) in DecklinkCaptionsUI()
62 captions->stop(); in on_source_currentIndexChanged()
65 captions->source = GetWeakSourceByName(captions->source_name.c_str()); in on_source_currentIndexChanged()
67 captions->start(); in on_source_currentIndexChanged()
79 obs_output_caption(output, captions); in caption_callback()
110 captions->source_name.c_str()); in save_decklink_caption_data()
115 captions->stop(); in save_decklink_caption_data()
123 captions->source = in save_decklink_caption_data()
127 captions->start(); in save_decklink_caption_data()
[all …]
/dports/net-mgmt/zabbix4-server/zabbix-4.0.30/frontends/php/app/controllers/
H A DCControllerDashboardWidgetEdit.php94 $captions = ['simple' => [], 'ms' => []];
101 if (!array_key_exists($resource_type, $captions['simple'])) {
102 $captions['simple'][$resource_type] = [];
108 $captions['simple'][$resource_type][$id] = _('Inaccessible map');
119 foreach ($captions['simple'] as $resource_type => &$list) {
165 $captions['ms']['groups'][$field_name] = [];
174 $captions['ms']['hosts'][$field_name] = [];
183 $captions['ms']['items'][$field_name] = [];
234 $captions['ms']['items'][$field_name][$itemid] = [
249 foreach ($captions['ms'] as $resource_type => &$fields_captions) {
[all …]
/dports/net-mgmt/zabbix4-proxy/zabbix-4.0.30/frontends/php/app/controllers/
H A DCControllerDashboardWidgetEdit.php94 $captions = ['simple' => [], 'ms' => []];
101 if (!array_key_exists($resource_type, $captions['simple'])) {
102 $captions['simple'][$resource_type] = [];
108 $captions['simple'][$resource_type][$id] = _('Inaccessible map');
119 foreach ($captions['simple'] as $resource_type => &$list) {
165 $captions['ms']['groups'][$field_name] = [];
174 $captions['ms']['hosts'][$field_name] = [];
183 $captions['ms']['items'][$field_name] = [];
234 $captions['ms']['items'][$field_name][$itemid] = [
249 foreach ($captions['ms'] as $resource_type => &$fields_captions) {
[all …]
/dports/net-mgmt/zabbix4-agent/zabbix-4.0.30/frontends/php/app/controllers/
H A DCControllerDashboardWidgetEdit.php94 $captions = ['simple' => [], 'ms' => []];
101 if (!array_key_exists($resource_type, $captions['simple'])) {
102 $captions['simple'][$resource_type] = [];
108 $captions['simple'][$resource_type][$id] = _('Inaccessible map');
119 foreach ($captions['simple'] as $resource_type => &$list) {
165 $captions['ms']['groups'][$field_name] = [];
174 $captions['ms']['hosts'][$field_name] = [];
183 $captions['ms']['items'][$field_name] = [];
234 $captions['ms']['items'][$field_name][$itemid] = [
249 foreach ($captions['ms'] as $resource_type => &$fields_captions) {
[all …]
/dports/net-mgmt/zabbix4-java/zabbix-4.0.30/frontends/php/app/controllers/
H A DCControllerDashboardWidgetEdit.php94 $captions = ['simple' => [], 'ms' => []];
101 if (!array_key_exists($resource_type, $captions['simple'])) {
102 $captions['simple'][$resource_type] = [];
108 $captions['simple'][$resource_type][$id] = _('Inaccessible map');
119 foreach ($captions['simple'] as $resource_type => &$list) {
165 $captions['ms']['groups'][$field_name] = [];
174 $captions['ms']['hosts'][$field_name] = [];
183 $captions['ms']['items'][$field_name] = [];
234 $captions['ms']['items'][$field_name][$itemid] = [
249 foreach ($captions['ms'] as $resource_type => &$fields_captions) {
[all …]
/dports/net-mgmt/zabbix4-frontend/zabbix-4.0.30/frontends/php/app/controllers/
H A DCControllerDashboardWidgetEdit.php94 $captions = ['simple' => [], 'ms' => []];
101 if (!array_key_exists($resource_type, $captions['simple'])) {
102 $captions['simple'][$resource_type] = [];
108 $captions['simple'][$resource_type][$id] = _('Inaccessible map');
119 foreach ($captions['simple'] as $resource_type => &$list) {
165 $captions['ms']['groups'][$field_name] = [];
174 $captions['ms']['hosts'][$field_name] = [];
183 $captions['ms']['items'][$field_name] = [];
234 $captions['ms']['items'][$field_name][$itemid] = [
249 foreach ($captions['ms'] as $resource_type => &$fields_captions) {
[all …]
/dports/sysutils/munin-contrib/contrib-c31cb28/plugins/network/dns/
H A Dnsd_133 my %captions = ();
135 %captions = (
148 foreach my $caption (keys %captions) {
149 my $label = $captions{$caption};
159 my %values = map { $_ => 0 } keys %captions;
186 foreach my $caption (keys %captions) {
187 my $label = $captions{$caption};
209 my %captions = ();
211 %captions = (
224 foreach my $caption (keys %captions) {
[all …]
/dports/net-mgmt/zabbix5-java/zabbix-5.0.19/ui/app/controllers/
H A DCControllerDashboardWidgetEdit.php94 $captions = ['simple' => [], 'ms' => []];
101 if (!array_key_exists($resource_type, $captions['simple'])) {
102 $captions['simple'][$resource_type] = [];
115 foreach ($captions['simple'] as $resource_type => &$list) {
175 $captions['ms'][$key][$field_name] = [];
178 $captions['ms'][$key][$field_name][$id] = ['id' => $id];
225 $captions['ms']['items'][$field_name][$itemid] += [
243 $captions['ms']['graphs'][$field_name][$graphid] += [
263 $captions['ms']['item_prototypes'][$field_name][$itemid] += [
281 $captions['ms']['graph_prototypes'][$field_name][$graphid] += [
[all …]
/dports/net-mgmt/zabbix5-frontend/zabbix-5.0.19/ui/app/controllers/
H A DCControllerDashboardWidgetEdit.php94 $captions = ['simple' => [], 'ms' => []];
101 if (!array_key_exists($resource_type, $captions['simple'])) {
102 $captions['simple'][$resource_type] = [];
115 foreach ($captions['simple'] as $resource_type => &$list) {
175 $captions['ms'][$key][$field_name] = [];
178 $captions['ms'][$key][$field_name][$id] = ['id' => $id];
225 $captions['ms']['items'][$field_name][$itemid] += [
243 $captions['ms']['graphs'][$field_name][$graphid] += [
263 $captions['ms']['item_prototypes'][$field_name][$itemid] += [
281 $captions['ms']['graph_prototypes'][$field_name][$graphid] += [
[all …]
/dports/net-mgmt/zabbix5-proxy/zabbix-5.0.19/ui/app/controllers/
H A DCControllerDashboardWidgetEdit.php94 $captions = ['simple' => [], 'ms' => []];
101 if (!array_key_exists($resource_type, $captions['simple'])) {
102 $captions['simple'][$resource_type] = [];
115 foreach ($captions['simple'] as $resource_type => &$list) {
175 $captions['ms'][$key][$field_name] = [];
178 $captions['ms'][$key][$field_name][$id] = ['id' => $id];
225 $captions['ms']['items'][$field_name][$itemid] += [
243 $captions['ms']['graphs'][$field_name][$graphid] += [
263 $captions['ms']['item_prototypes'][$field_name][$itemid] += [
281 $captions['ms']['graph_prototypes'][$field_name][$graphid] += [
[all …]
/dports/net-mgmt/zabbix5-agent/zabbix-5.0.19/ui/app/controllers/
H A DCControllerDashboardWidgetEdit.php94 $captions = ['simple' => [], 'ms' => []];
101 if (!array_key_exists($resource_type, $captions['simple'])) {
102 $captions['simple'][$resource_type] = [];
115 foreach ($captions['simple'] as $resource_type => &$list) {
175 $captions['ms'][$key][$field_name] = [];
178 $captions['ms'][$key][$field_name][$id] = ['id' => $id];
225 $captions['ms']['items'][$field_name][$itemid] += [
243 $captions['ms']['graphs'][$field_name][$graphid] += [
263 $captions['ms']['item_prototypes'][$field_name][$itemid] += [
281 $captions['ms']['graph_prototypes'][$field_name][$graphid] += [
[all …]
/dports/net-mgmt/zabbix5-server/zabbix-5.0.19/ui/app/controllers/
H A DCControllerDashboardWidgetEdit.php94 $captions = ['simple' => [], 'ms' => []];
101 if (!array_key_exists($resource_type, $captions['simple'])) {
102 $captions['simple'][$resource_type] = [];
115 foreach ($captions['simple'] as $resource_type => &$list) {
175 $captions['ms'][$key][$field_name] = [];
178 $captions['ms'][$key][$field_name][$id] = ['id' => $id];
225 $captions['ms']['items'][$field_name][$itemid] += [
243 $captions['ms']['graphs'][$field_name][$graphid] += [
263 $captions['ms']['item_prototypes'][$field_name][$itemid] += [
281 $captions['ms']['graph_prototypes'][$field_name][$graphid] += [
[all …]
/dports/net-mgmt/zabbix54-server/zabbix-5.4.9/ui/app/controllers/
H A DCControllerDashboardWidgetEdit.php121 $captions = ['simple' => [], 'ms' => []];
128 if (!array_key_exists($resource_type, $captions['simple'])) {
129 $captions['simple'][$resource_type] = [];
142 foreach ($captions['simple'] as $resource_type => &$list) {
202 $captions['ms'][$key][$field_name] = [];
205 $captions['ms'][$key][$field_name][$id] = ['id' => $id];
252 $captions['ms']['items'][$field_name][$itemid] += [
270 $captions['ms']['graphs'][$field_name][$graphid] += [
290 $captions['ms']['item_prototypes'][$field_name][$itemid] += [
308 $captions['ms']['graph_prototypes'][$field_name][$graphid] += [
[all …]
/dports/net-mgmt/zabbix54-agent/zabbix-5.4.9/ui/app/controllers/
H A DCControllerDashboardWidgetEdit.php121 $captions = ['simple' => [], 'ms' => []];
128 if (!array_key_exists($resource_type, $captions['simple'])) {
129 $captions['simple'][$resource_type] = [];
142 foreach ($captions['simple'] as $resource_type => &$list) {
202 $captions['ms'][$key][$field_name] = [];
205 $captions['ms'][$key][$field_name][$id] = ['id' => $id];
252 $captions['ms']['items'][$field_name][$itemid] += [
270 $captions['ms']['graphs'][$field_name][$graphid] += [
290 $captions['ms']['item_prototypes'][$field_name][$itemid] += [
308 $captions['ms']['graph_prototypes'][$field_name][$graphid] += [
[all …]
/dports/net-mgmt/zabbix54-proxy/zabbix-5.4.9/ui/app/controllers/
H A DCControllerDashboardWidgetEdit.php121 $captions = ['simple' => [], 'ms' => []];
128 if (!array_key_exists($resource_type, $captions['simple'])) {
129 $captions['simple'][$resource_type] = [];
142 foreach ($captions['simple'] as $resource_type => &$list) {
202 $captions['ms'][$key][$field_name] = [];
205 $captions['ms'][$key][$field_name][$id] = ['id' => $id];
252 $captions['ms']['items'][$field_name][$itemid] += [
270 $captions['ms']['graphs'][$field_name][$graphid] += [
290 $captions['ms']['item_prototypes'][$field_name][$itemid] += [
308 $captions['ms']['graph_prototypes'][$field_name][$graphid] += [
[all …]
/dports/net-mgmt/zabbix54-java/zabbix-5.4.9/ui/app/controllers/
H A DCControllerDashboardWidgetEdit.php121 $captions = ['simple' => [], 'ms' => []];
128 if (!array_key_exists($resource_type, $captions['simple'])) {
129 $captions['simple'][$resource_type] = [];
142 foreach ($captions['simple'] as $resource_type => &$list) {
202 $captions['ms'][$key][$field_name] = [];
205 $captions['ms'][$key][$field_name][$id] = ['id' => $id];
252 $captions['ms']['items'][$field_name][$itemid] += [
270 $captions['ms']['graphs'][$field_name][$graphid] += [
290 $captions['ms']['item_prototypes'][$field_name][$itemid] += [
308 $captions['ms']['graph_prototypes'][$field_name][$graphid] += [
[all …]
/dports/net-mgmt/zabbix54-frontend/zabbix-5.4.9/ui/app/controllers/
H A DCControllerDashboardWidgetEdit.php121 $captions = ['simple' => [], 'ms' => []];
128 if (!array_key_exists($resource_type, $captions['simple'])) {
129 $captions['simple'][$resource_type] = [];
142 foreach ($captions['simple'] as $resource_type => &$list) {
202 $captions['ms'][$key][$field_name] = [];
205 $captions['ms'][$key][$field_name][$id] = ['id' => $id];
252 $captions['ms']['items'][$field_name][$itemid] += [
270 $captions['ms']['graphs'][$field_name][$graphid] += [
290 $captions['ms']['item_prototypes'][$field_name][$itemid] += [
308 $captions['ms']['graph_prototypes'][$field_name][$graphid] += [
[all …]
/dports/net-im/telegram-desktop/tdesktop-3.2.5-full/Telegram/SourceFiles/ui/chat/
H A Dforward_options_box.cpp57 const auto captions = options.hasCaptions in ForwardOptionsBox() local
72 .dropCaptions = (captions && !captions->checked()), in ForwardOptionsBox()
77 if (showNames && captions && !captions->checked()) { in ForwardOptionsBox()
78 captions->setChecked(true); in ForwardOptionsBox()
83 if (captions) { in ForwardOptionsBox()
84 captions->checkedChanges( in ForwardOptionsBox()
91 }, captions->lifetime()); in ForwardOptionsBox()
/dports/devel/RStudio/rstudio-2021.09.1-372/src/gwt/src/org/rstudio/studio/client/workbench/prefs/views/
H A DLineEndingsSelectWidget.java42 ArrayList<String> captions = new ArrayList<>(); in getLineEndingsCaptions() local
44 captions.add("(Use Default)"); in getLineEndingsCaptions()
45 captions.add("None"); in getLineEndingsCaptions()
46 captions.add("Platform Native"); in getLineEndingsCaptions()
47 captions.add("Posix (LF)"); in getLineEndingsCaptions()
48 captions.add("Windows (CR/LF)"); in getLineEndingsCaptions()
50 return captions.toArray(new String[0]); in getLineEndingsCaptions()
/dports/print/lyx/lyx-2.3.4.2/lib/layouts/
H A Dtheorems-ams-extended.module49 \addto\captions$$lang{\renewcommand{\criterionname}{_(Criterion)}}
65 \addto\captions$$lang{\renewcommand{\criterionname}{_(Criterion)}}
83 \addto\captions$$lang{\renewcommand{\algorithmname}{_(Algorithm)}}
118 \addto\captions$$lang{\renewcommand{\axiomname}{_(Axiom)}}
135 \addto\captions$$lang{\renewcommand{\axiomname}{_(Axiom)}}
186 \addto\captions$$lang{\renewcommand{\notename}{_(Note)}}
203 \addto\captions$$lang{\renewcommand{\notename}{_(Note)}}
220 \addto\captions$$lang{\renewcommand{\notationname}{_(Notation)}}
237 \addto\captions$$lang{\renewcommand{\notationname}{_(Notation)}}
254 \addto\captions$$lang{\renewcommand{\summaryname}{_(Summary)}}
[all …]
/dports/math/scilab/scilab-6.1.1/scilab/modules/graphics/tests/unit_tests/
H A Dcaptions.dia.ref11 c=captions(e1,"test");
14 c2=captions(e1,"XXXX");
20 c=captions([e2,e1],["XXXX";"YYY"]);
23 c=captions([],[]);
26 if execstr("captions([e1,e2],[''XXXX''])","errcatch")==0 then bugmes();quit;end
27 if execstr("captions(e1,[])","errcatch")==0 then bugmes();quit;end
36 c=captions(E,string( 0:0.1:1));
40 c=captions(gce(),"test");
49 c=captions(E,["sin(x)" "sin(2*x)" "sin(3*x)"]);
59 // captions with paches
[all …]
H A Dcaptions.tst13 c=captions(e1,"test");
16 c2=captions(e1,"XXXX");
23 c=captions([e2,e1],["XXXX";"YYY"]);
29 c=captions([],[]);
33 if execstr("captions([e1,e2],[''XXXX''])","errcatch")==0 then pause,end
35 if execstr("captions(e1,[])","errcatch")==0 then pause,end
45 c=captions(E,string( 0:0.1:1));
51 c=captions(gce(),"test");
65 c=captions(E,["sin(x)" "sin(2*x)" "sin(3*x)"]);
79 // captions with paches
[all …]
/dports/sysutils/bacula11-docs/bacula-docs-11.0.5/manuals/en/developers/www-developers/
H A Dtex.out297 34/236.....;...,PCT: nowhere captions: key: 891 - caption: ....................,.,.,.;..
390captions: key: 2933 - caption: ....................,PCT: nowhere captions: key: 2990 - caption: ..…
404 135/236.....;...,....,.......,PCT: nowhere captions: key: 4091 - caption: .........................…
495 226/236......;......,PCT: nowhere captions: key: 6233 - caption: ..................................…

12345678910>>...99