Home
last modified time | relevance | path

Searched refs:write_url (Results 1 – 25 of 68) sorted by relevance

123

/dports/textproc/p5-Spreadsheet-WriteExcelXML/Spreadsheet-WriteExcelXML-0.15/examples/
H A Dhyperlink2.pl89 $ire_links->write_url('A2', '#Sales!A2', $ire_url_format);
92 $ire_links->write_url('A3', '#Sales!A3:D3', $ire_url_format);
95 $ire_links->write_url('A4', '#Sales!A4', $ire_url_format, 'Link');
98 $ire_links->write_url('A5', '#Sales!A5', $format);
101 $ire_links->write_url('A6', '#Sales!A6', $ire_url_format, 'Link');
114 $ire_links->write_url('B2', 'Italy.xls', $ire_url_format);
123 $ire_links->write_url('B5', 'Italy.xls#Sales!B5', $format);
129 $ire_links->write_url('B7', '../Asia/China.xls', $ire_url_format);
132 $ire_links->write_url('B8', 'c:/Temp/Asia/China.xls#Sales!B8',
144 $ire_sales->write_url('A2', '#Links!A2', $ire_url_format, 'Back');
[all …]
/dports/textproc/p5-Excel-Writer-XLSX/Excel-Writer-XLSX-1.09/examples/
H A Dhyperlink2.pl68 $ire_links->write_url( 'A2', 'internal:Sales!A2', $ire_url_format );
71 $ire_links->write_url( 'A3', 'internal:Sales!A3:D3', $ire_url_format );
74 $ire_links->write_url( 'A4', 'internal:Sales!A4', $ire_url_format, 'Link' );
77 $ire_links->write_url( 'A5', 'internal:Sales!A5', $format );
80 $ire_links->write_url( 'A6', 'internal:Sales!A6', $ire_url_format, 'Link' );
93 $ire_links->write_url( 'B2', 'external:Italy.xlsx', $ire_url_format );
102 $ire_links->write_url( 'B5', 'external:Italy.xlsx#Sales!B5', $format );
121 $ire_sales->write_url( 'A2', 'internal:Links!A2', $ire_url_format, 'Back' );
122 $ire_sales->write_url( 'A3', 'internal:Links!A3', $ire_url_format, 'Back' );
123 $ire_sales->write_url( 'A4', 'internal:Links!A4', $ire_url_format, 'Back' );
[all …]
/dports/textproc/p5-Excel-Writer-XLSX/Excel-Writer-XLSX-1.09/t/regression/
H A Dhyperlink03.t45 $worksheet1->write_url( 'A1', 'http://www.perl.org/' );
46 $worksheet1->write_url( 'D4', 'http://www.perl.org/' );
47 $worksheet1->write_url( 'A8', 'http://www.perl.org/' );
48 $worksheet1->write_url( 'B6', 'http://www.cpan.org/' );
49 $worksheet1->write_url( 'F12', 'http://www.cpan.org/' );
51 $worksheet2->write_url( 'C2', 'http://www.google.com/' );
52 $worksheet2->write_url( 'C5', 'http://www.cpan.org/' );
53 $worksheet2->write_url( 'C7', 'http://www.perl.org/' );
H A Dhyperlink04.t45 $worksheet1->write_url( 'A1', q(internal:Sheet2!A1) );
46 $worksheet1->write_url( 'A3', q(internal:Sheet2!A1:A5) );
47 $worksheet1->write_url( 'A5', q(internal:'Data Sheet'!D5), 'Some text' );
48 $worksheet1->write_url( 'E12', q(internal:Sheet1!J1) );
49 $worksheet1->write_url( 'G17', q(internal:Sheet2!A1), 'Some text', undef );
50 $worksheet1->write_url( 'A18', q(internal:Sheet2!A1), undef, undef, 'Tool Tip 1' );
51 $worksheet1->write_url( 'A20', q(internal:Sheet2!A1), 'More text', undef, 'Tool Tip 2' );
H A Dhyperlink02.t43 $worksheet->write_url( 'A1', 'http://www.perl.org/' );
44 $worksheet->write_url( 'D4', 'http://www.perl.org/' );
45 $worksheet->write_url( 'A8', 'http://www.perl.org/' );
46 $worksheet->write_url( 'B6', 'http://www.cpan.org/' );
47 $worksheet->write_url( 'F12', 'http://www.cpan.org/' );
H A Dhyperlink05.t43 $worksheet->write_url( 'A1', 'http://www.perl.org/' );
44 $worksheet->write_url( 'A3', 'http://www.perl.org/', 'Perl home' );
45 $worksheet->write_url( 'A5', 'http://www.perl.org/', 'Perl home', undef, 'Tool Tip' );
46 $worksheet->write_url( 'A7', 'http://www.cpan.org/', 'CPAN', undef, 'Download' );
H A Dhyperlink09.t43 $worksheet->write_url( 'A1', 'external:..\foo.xlsx' );
44 $worksheet->write_url( 'A3', 'external:..\foo.xlsx#Sheet1!A1' );
45 $worksheet->write_url( 'A5', 'external:\\\\VBOXSVR\share\foo.xlsx#Sheet1!B2', 'J:\foo.xlsx#Sheet1!…
H A Dhyperlink06.t43 $worksheet->write_url( 'A1', 'external:C:\Temp\foo.xlsx' );
44 $worksheet->write_url( 'A3', 'external:C:\Temp\foo.xlsx#Sheet1!A1' );
45 $worksheet->write_url( 'A5', 'external:C:\Temp\foo.xlsx#Sheet1!A1', 'External', undef, 'Tip' );
H A Dhyperlink30.t49 $worksheet->write_url( 'A1', 'http://www.python.org/1', $format1 );
50 $worksheet->write_url( 'A2', 'http://www.python.org/2', $format2 );
51 $worksheet->write_url( 'A3', 'http://www.python.org/3', $format3 );
H A Dhyperlink28.t40 $worksheet->write_url( 'A1', 'http://www.perl.org/', $format );
68 $worksheet->write_url( 'A1', 'http://www.perl.org/');
98 $worksheet->write_url( 'A1', 'http://www.perl.org/', $format);
H A Dhyperlink12.t40 $worksheet->write_url( 'A1', 'mailto:jmcnamara@cpan.org', $format );
42 $worksheet->write_url( 'A3', 'ftp://perl.org/', $format );
H A Dhyperlink29.t41 $worksheet->write_url( 'A1', 'http://www.perl.org/', $format1 );
42 $worksheet->write_url( 'A2', 'http://www.perl.com/', $format2 );
H A Dhyperlink20.t45 $worksheet->write_url( 'A1', 'http://www.python.org/1', $format1 );
46 $worksheet->write_url( 'A2', 'http://www.python.org/2', $format2 );
H A Dhyperlink07.t43 $worksheet->write_url( 'A1', 'external:\\\\VBOXSVR\share\foo.xlsx', 'J:\foo.xlsx' );
44 $worksheet->write_url( 'A3', 'external:foo.xlsx' );
H A Dhyperlink08.t44 $worksheet->write_url( 'A1', 'external://VBOXSVR/share/foo.xlsx', 'J:/foo.xlsx' );
45 $worksheet->write_url( 'A3', 'external:foo.xlsx' );
/dports/textproc/py-xlsxwriter/XlsxWriter-1.4.3/examples/
H A Dhyperlink.py25 worksheet.write_url('A1', 'http://www.python.org/') # Implicit format.
26 worksheet.write_url('A3', 'http://www.python.org/', string='Python Home')
27 worksheet.write_url('A5', 'http://www.python.org/', tip='Click here')
28 worksheet.write_url('A7', 'http://www.python.org/', red_format)
29 worksheet.write_url('A9', 'mailto:jmcnamara@cpan.org', string='Mail me')
/dports/www/chromium-legacy/chromium-88.0.4324.182/components/omnibox/browser/
H A Domnibox_edit_model_unittest.cc67 const bool write_url; in TEST_F() member
185 bool write_url; in TEST_F() local
186 model()->AdjustTextForCopy(input[i].sel_start, &result, &url, &write_url); in TEST_F()
189 EXPECT_EQ(input[i].write_url, write_url) << " @" << i; in TEST_F()
190 if (write_url) in TEST_F()
208 bool write_url = false; in TEST_F() local
209 model()->AdjustTextForCopy(0, &result, &url, &write_url); in TEST_F()
213 EXPECT_TRUE(write_url); in TEST_F()
/dports/mail/thunderbird/thunderbird-91.8.0/tools/moztreedocs/
H A Dmach_commands.py114 write_url=None, argument
176 if write_url is not None:
178 with open(write_url, "w") as fp:
181 print("Generated " + write_url)
/dports/www/firefox-esr/firefox-91.8.0/tools/moztreedocs/
H A Dmach_commands.py114 write_url=None, argument
176 if write_url is not None:
178 with open(write_url, "w") as fp:
181 print("Generated " + write_url)
/dports/www/firefox/firefox-99.0/tools/moztreedocs/
H A Dmach_commands.py110 write_url=None, argument
184 if write_url is not None:
186 with open(write_url, "w") as fp:
189 print("Generated " + write_url)
/dports/www/moodle311/moodle/lib/
H A Dexcellib.class.php236 public function write_url($row, $col, $url, $format = null) { function in MoodleExcelWorksheet
319 return $this->write_url($row, $col, $token, '', $format);
322 return $this->write_url($row, $col, $token, '', $format);
325 return $this->write_url($row, $col, $token, '', $format);
/dports/www/moodle310/moodle/lib/
H A Dexcellib.class.php236 public function write_url($row, $col, $url, $format = null) { function in MoodleExcelWorksheet
319 return $this->write_url($row, $col, $token, '', $format);
322 return $this->write_url($row, $col, $token, '', $format);
325 return $this->write_url($row, $col, $token, '', $format);
H A Dodslib.class.php192 public function write_url($row, $col, $url, $format = null) { function in MoodleODSWorksheet
277 return $this->write_url($row, $col, $token, '', $format);
280 return $this->write_url($row, $col, $token, '', $format);
283 return $this->write_url($row, $col, $token, '', $format);
/dports/www/moodle39/moodle/lib/
H A Dexcellib.class.php236 public function write_url($row, $col, $url, $format = null) { function in MoodleExcelWorksheet
319 return $this->write_url($row, $col, $token, '', $format);
322 return $this->write_url($row, $col, $token, '', $format);
325 return $this->write_url($row, $col, $token, '', $format);
/dports/textproc/p5-Excel-Template/Excel-Template-0.34/t/
H A D015_cell_type.t28 Spreadsheet::WriteExcel::Worksheet::write_url( '0', '3', 'URL', '1' )

123