Skip to content

Commit

Permalink
Reorganize Samples Part 2
Browse files Browse the repository at this point in the history
Further reorganization following on PR #3890.
  • Loading branch information
oleibman committed Feb 4, 2024
1 parent a444d1c commit 5266086
Show file tree
Hide file tree
Showing 135 changed files with 134 additions and 135 deletions.
3 changes: 0 additions & 3 deletions Header.php

This file was deleted.

File renamed without changes.
2 changes: 1 addition & 1 deletion samples/Bitwise/BITAND.php
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

use PhpOffice\PhpSpreadsheet\Spreadsheet;

require __DIR__ . '/../../Header.php';
require __DIR__ . '/../Header.php';

$category = 'Engineering';
$functionName = 'BITAND';
Expand Down
2 changes: 1 addition & 1 deletion samples/Bitwise/BITLSHIFT.php
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

use PhpOffice\PhpSpreadsheet\Spreadsheet;

require __DIR__ . '/../../Header.php';
require __DIR__ . '/../Header.php';

$category = 'Engineering';
$functionName = 'BITLSHIFT';
Expand Down
2 changes: 1 addition & 1 deletion samples/Bitwise/BITOR.php
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

use PhpOffice\PhpSpreadsheet\Spreadsheet;

require __DIR__ . '/../../Header.php';
require __DIR__ . '/../Header.php';

$category = 'Engineering';
$functionName = 'BITOR';
Expand Down
2 changes: 1 addition & 1 deletion samples/Bitwise/BITRSHIFT.php
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

use PhpOffice\PhpSpreadsheet\Spreadsheet;

require __DIR__ . '/../../Header.php';
require __DIR__ . '/../Header.php';

$category = 'Engineering';
$functionName = 'BITRSHIFT';
Expand Down
2 changes: 1 addition & 1 deletion samples/Bitwise/BITXOR.php
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

use PhpOffice\PhpSpreadsheet\Spreadsheet;

require __DIR__ . '/../../Header.php';
require __DIR__ . '/../Header.php';

$category = 'Engineering';
$functionName = 'BITXOR';
Expand Down
2 changes: 1 addition & 1 deletion samples/ComplexNumbers1/COMPLEX.php
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

use PhpOffice\PhpSpreadsheet\Spreadsheet;

require __DIR__ . '/../../Header.php';
require __DIR__ . '/../Header.php';

$category = 'Engineering';
$functionName = 'COMPLEX';
Expand Down
2 changes: 1 addition & 1 deletion samples/ComplexNumbers1/IMABS.php
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

use PhpOffice\PhpSpreadsheet\Spreadsheet;

require __DIR__ . '/../../Header.php';
require __DIR__ . '/../Header.php';

$category = 'Engineering';
$functionName = 'IMABS';
Expand Down
2 changes: 1 addition & 1 deletion samples/ComplexNumbers1/IMAGINARY.php
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

use PhpOffice\PhpSpreadsheet\Spreadsheet;

require __DIR__ . '/../../Header.php';
require __DIR__ . '/../Header.php';

$category = 'Engineering';
$functionName = 'IMAGINARY';
Expand Down
2 changes: 1 addition & 1 deletion samples/ComplexNumbers1/IMARGUMENT.php
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

use PhpOffice\PhpSpreadsheet\Spreadsheet;

require __DIR__ . '/../../Header.php';
require __DIR__ . '/../Header.php';

$category = 'Engineering';
$functionName = 'IMARGUMENT';
Expand Down
2 changes: 1 addition & 1 deletion samples/ComplexNumbers1/IMCONJUGATE.php
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

use PhpOffice\PhpSpreadsheet\Spreadsheet;

require __DIR__ . '/../../Header.php';
require __DIR__ . '/../Header.php';

$category = 'Engineering';
$functionName = 'IMCONJUGATE';
Expand Down
2 changes: 1 addition & 1 deletion samples/ComplexNumbers1/IMREAL.php
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

use PhpOffice\PhpSpreadsheet\Spreadsheet;

require __DIR__ . '/../../Header.php';
require __DIR__ . '/../Header.php';

$category = 'Engineering';
$functionName = 'IMREAL';
Expand Down
2 changes: 1 addition & 1 deletion samples/ComplexNumbers2/IMCOS.php
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

use PhpOffice\PhpSpreadsheet\Spreadsheet;

require __DIR__ . '/../../Header.php';
require __DIR__ . '/../Header.php';

$category = 'Engineering';
$functionName = 'IMCOS';
Expand Down
2 changes: 1 addition & 1 deletion samples/ComplexNumbers2/IMCOSH.php
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

use PhpOffice\PhpSpreadsheet\Spreadsheet;

require __DIR__ . '/../../Header.php';
require __DIR__ . '/../Header.php';

$category = 'Engineering';
$functionName = 'IMCOSH';
Expand Down
2 changes: 1 addition & 1 deletion samples/ComplexNumbers2/IMCOT.php
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

use PhpOffice\PhpSpreadsheet\Spreadsheet;

require __DIR__ . '/../../Header.php';
require __DIR__ . '/../Header.php';

$category = 'Engineering';
$functionName = 'IMCOT';
Expand Down
2 changes: 1 addition & 1 deletion samples/ComplexNumbers2/IMCSC.php
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

use PhpOffice\PhpSpreadsheet\Spreadsheet;

require __DIR__ . '/../../Header.php';
require __DIR__ . '/../Header.php';

$category = 'Engineering';
$functionName = 'IMCSC';
Expand Down
2 changes: 1 addition & 1 deletion samples/ComplexNumbers2/IMCSCH.php
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

use PhpOffice\PhpSpreadsheet\Spreadsheet;

require __DIR__ . '/../../Header.php';
require __DIR__ . '/../Header.php';

$category = 'Engineering';
$functionName = 'IMCSCH';
Expand Down
2 changes: 1 addition & 1 deletion samples/ComplexNumbers2/IMDIV.php
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

use PhpOffice\PhpSpreadsheet\Spreadsheet;

require __DIR__ . '/../../Header.php';
require __DIR__ . '/../Header.php';

$category = 'Engineering';
$functionName = 'IMDIV';
Expand Down
2 changes: 1 addition & 1 deletion samples/ComplexNumbers2/IMEXP.php
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

use PhpOffice\PhpSpreadsheet\Spreadsheet;

require __DIR__ . '/../../Header.php';
require __DIR__ . '/../Header.php';

$category = 'Engineering';
$functionName = 'IMEXP';
Expand Down
2 changes: 1 addition & 1 deletion samples/ComplexNumbers2/IMLN.php
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

use PhpOffice\PhpSpreadsheet\Spreadsheet;

require __DIR__ . '/../../Header.php';
require __DIR__ . '/../Header.php';

$category = 'Engineering';
$functionName = 'IMLN';
Expand Down
2 changes: 1 addition & 1 deletion samples/ComplexNumbers2/IMLOG10.php
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

use PhpOffice\PhpSpreadsheet\Spreadsheet;

require __DIR__ . '/../../Header.php';
require __DIR__ . '/../Header.php';

$category = 'Engineering';
$functionName = 'IMLOG10';
Expand Down
2 changes: 1 addition & 1 deletion samples/ComplexNumbers2/IMLOG2.php
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

use PhpOffice\PhpSpreadsheet\Spreadsheet;

require __DIR__ . '/../../Header.php';
require __DIR__ . '/../Header.php';

$category = 'Engineering';
$functionName = 'IMLOG2';
Expand Down
2 changes: 1 addition & 1 deletion samples/ComplexNumbers3/IMPOWER.php
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

use PhpOffice\PhpSpreadsheet\Spreadsheet;

require __DIR__ . '/../../Header.php';
require __DIR__ . '/../Header.php';

$category = 'Engineering';
$functionName = 'IMPOWER';
Expand Down
2 changes: 1 addition & 1 deletion samples/ComplexNumbers3/IMPRODUCT.php
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

use PhpOffice\PhpSpreadsheet\Spreadsheet;

require __DIR__ . '/../../Header.php';
require __DIR__ . '/../Header.php';

$category = 'Engineering';
$functionName = 'IMPRODUCT';
Expand Down
2 changes: 1 addition & 1 deletion samples/ComplexNumbers3/IMSEC.php
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

use PhpOffice\PhpSpreadsheet\Spreadsheet;

require __DIR__ . '/../../Header.php';
require __DIR__ . '/../Header.php';

$category = 'Engineering';
$functionName = 'IMSEC';
Expand Down
2 changes: 1 addition & 1 deletion samples/ComplexNumbers3/IMSECH.php
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

use PhpOffice\PhpSpreadsheet\Spreadsheet;

require __DIR__ . '/../../Header.php';
require __DIR__ . '/../Header.php';

$category = 'Engineering';
$functionName = 'IMSECH';
Expand Down
2 changes: 1 addition & 1 deletion samples/ComplexNumbers3/IMSIN.php
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

use PhpOffice\PhpSpreadsheet\Spreadsheet;

require __DIR__ . '/../../Header.php';
require __DIR__ . '/../Header.php';

$category = 'Engineering';
$functionName = 'IMSIN';
Expand Down
2 changes: 1 addition & 1 deletion samples/ComplexNumbers3/IMSINH.php
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

use PhpOffice\PhpSpreadsheet\Spreadsheet;

require __DIR__ . '/../../Header.php';
require __DIR__ . '/../Header.php';

$category = 'Engineering';
$functionName = 'IMSINH';
Expand Down
2 changes: 1 addition & 1 deletion samples/ComplexNumbers3/IMSQRT.php
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

use PhpOffice\PhpSpreadsheet\Spreadsheet;

require __DIR__ . '/../../Header.php';
require __DIR__ . '/../Header.php';

$category = 'Engineering';
$functionName = 'IMSQRT';
Expand Down
2 changes: 1 addition & 1 deletion samples/ComplexNumbers3/IMSUB.php
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

use PhpOffice\PhpSpreadsheet\Spreadsheet;

require __DIR__ . '/../../Header.php';
require __DIR__ . '/../Header.php';

$category = 'Engineering';
$functionName = 'IMSUB';
Expand Down
2 changes: 1 addition & 1 deletion samples/ComplexNumbers3/IMSUM.php
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

use PhpOffice\PhpSpreadsheet\Spreadsheet;

require __DIR__ . '/../../Header.php';
require __DIR__ . '/../Header.php';

$category = 'Engineering';
$functionName = 'IMSUM';
Expand Down
2 changes: 1 addition & 1 deletion samples/ComplexNumbers3/IMTAN.php
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

use PhpOffice\PhpSpreadsheet\Spreadsheet;

require __DIR__ . '/../../Header.php';
require __DIR__ . '/../Header.php';

$category = 'Engineering';
$functionName = 'IMTAN';
Expand Down
2 changes: 1 addition & 1 deletion samples/Database/DAVERAGE.php
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

use PhpOffice\PhpSpreadsheet\Spreadsheet;

require __DIR__ . '/../../Header.php';
require __DIR__ . '/../Header.php';

$category = 'Database';
$functionName = 'DAVERAGE';
Expand Down
2 changes: 1 addition & 1 deletion samples/Database/DCOUNT.php
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

use PhpOffice\PhpSpreadsheet\Spreadsheet;

require __DIR__ . '/../../Header.php';
require __DIR__ . '/../Header.php';

$category = 'Database';
$functionName = 'DCOUNT';
Expand Down
2 changes: 1 addition & 1 deletion samples/Database/DCOUNTA.php
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

use PhpOffice\PhpSpreadsheet\Spreadsheet;

require __DIR__ . '/../../Header.php';
require __DIR__ . '/../Header.php';

$category = 'Database';
$functionName = 'DCOUNTA';
Expand Down
2 changes: 1 addition & 1 deletion samples/Database/DGET.php
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

use PhpOffice\PhpSpreadsheet\Spreadsheet;

require __DIR__ . '/../../Header.php';
require __DIR__ . '/../Header.php';

$category = 'Database';
$functionName = 'DGET';
Expand Down
2 changes: 1 addition & 1 deletion samples/Database/DMAX.php
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

use PhpOffice\PhpSpreadsheet\Spreadsheet;

require __DIR__ . '/../../Header.php';
require __DIR__ . '/../Header.php';

$category = 'Database';
$functionName = 'DMAX';
Expand Down
2 changes: 1 addition & 1 deletion samples/Database/DMIN.php
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

use PhpOffice\PhpSpreadsheet\Spreadsheet;

require __DIR__ . '/../../Header.php';
require __DIR__ . '/../Header.php';

$category = 'Database';
$functionName = 'DMIN';
Expand Down
2 changes: 1 addition & 1 deletion samples/Database/DPRODUCT.php
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

use PhpOffice\PhpSpreadsheet\Spreadsheet;

require __DIR__ . '/../../Header.php';
require __DIR__ . '/../Header.php';

$category = 'Database';
$functionName = 'DPRODUCT';
Expand Down
2 changes: 1 addition & 1 deletion samples/Database/DSTDEV.php
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

use PhpOffice\PhpSpreadsheet\Spreadsheet;

require __DIR__ . '/../../Header.php';
require __DIR__ . '/../Header.php';

$category = 'Database';
$functionName = 'DSTDEV';
Expand Down
2 changes: 1 addition & 1 deletion samples/Database/DSTDEVP.php
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

use PhpOffice\PhpSpreadsheet\Spreadsheet;

require __DIR__ . '/../../Header.php';
require __DIR__ . '/../Header.php';

$category = 'Database';
$functionName = 'DSTDEVP';
Expand Down
2 changes: 1 addition & 1 deletion samples/Database/DSUM.php
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

use PhpOffice\PhpSpreadsheet\Spreadsheet;

require __DIR__ . '/../../Header.php';
require __DIR__ . '/../Header.php';

$category = 'Database';
$functionName = 'DSUM';
Expand Down
2 changes: 1 addition & 1 deletion samples/Database/DVAR.php
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

use PhpOffice\PhpSpreadsheet\Spreadsheet;

require __DIR__ . '/../../Header.php';
require __DIR__ . '/../Header.php';

$category = 'Database';
$functionName = 'DVAR';
Expand Down
2 changes: 1 addition & 1 deletion samples/Database/DVARP.php
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

use PhpOffice\PhpSpreadsheet\Spreadsheet;

require __DIR__ . '/../../Header.php';
require __DIR__ . '/../Header.php';

$category = 'Database';
$functionName = 'DVARP';
Expand Down
2 changes: 1 addition & 1 deletion samples/DateTime/DATE.php
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

use PhpOffice\PhpSpreadsheet\Spreadsheet;

require __DIR__ . '/../../Header.php';
require __DIR__ . '/../Header.php';

$category = 'Date/Time';
$functionName = 'DATE';
Expand Down
Loading

0 comments on commit 5266086

Please sign in to comment.