Home
last modified time | relevance | path

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

/dports/www/groupoffice/groupoffice-6.4.231-php-71/vendor/phpoffice/phpexcel/Classes/PHPExcel/Shared/
H A DDate.php198 $retValue = self::stringToExcel($dateValue);
361 public static function stringToExcel($dateValue = '') function in PHPExcel_Shared_Date
/dports/www/dolibarr13/dolibarr-13.0.5/htdocs/includes/phpoffice/PhpSpreadsheet/Shared/
H A DDate.php231 return self::stringToExcel($dateValue);
430 public static function stringToExcel($dateValue) function in PhpOffice\\PhpSpreadsheet\\Shared\\Date
/dports/www/thirtybees/thirtybees-1.1.0/vendor/phpoffice/phpexcel/Classes/PHPExcel/Shared/
H A DDate.php198 $retValue = self::stringToExcel($dateValue);
361 public static function stringToExcel($dateValue = '') function in PHPExcel_Shared_Date
/dports/www/dolibarr/dolibarr-14.0.3/htdocs/includes/phpoffice/phpspreadsheet/src/PhpSpreadsheet/Shared/
H A DDate.php231 return self::stringToExcel($dateValue);
431 public static function stringToExcel($dateValue) function in PhpOffice\\PhpSpreadsheet\\Shared\\Date
/dports/finance/prestashop/prestashop/vendor/phpoffice/phpspreadsheet/src/PhpSpreadsheet/Shared/
H A DDate.php231 return self::stringToExcel($dateValue);
431 public static function stringToExcel($dateValue) function in PhpOffice\\PhpSpreadsheet\\Shared\\Date
/dports/www/groupoffice/groupoffice-6.4.231-php-71/vendor/phpoffice/phpspreadsheet/src/PhpSpreadsheet/Shared/
H A DDate.php227 return self::stringToExcel($dateValue);
430 public static function stringToExcel($dateValue) function in PhpOffice\\PhpSpreadsheet\\Shared\\Date
/dports/www/moodle310/moodle/lib/phpspreadsheet/vendor/phpoffice/phpspreadsheet/src/PhpSpreadsheet/Shared/
H A DDate.php231 return self::stringToExcel($dateValue);
431 public static function stringToExcel($dateValue) function in PhpOffice\\PhpSpreadsheet\\Shared\\Date
/dports/www/moodle311/moodle/lib/phpspreadsheet/vendor/phpoffice/phpspreadsheet/src/PhpSpreadsheet/Shared/
H A DDate.php227 return self::stringToExcel($dateValue);
430 public static function stringToExcel($dateValue) function in PhpOffice\\PhpSpreadsheet\\Shared\\Date
/dports/www/moodle39/moodle/lib/phpspreadsheet/vendor/phpoffice/phpspreadsheet/src/PhpSpreadsheet/Shared/
H A DDate.php231 return self::stringToExcel($dateValue);
431 public static function stringToExcel($dateValue) function in PhpOffice\\PhpSpreadsheet\\Shared\\Date
/dports/www/ilias/ILIAS-5.4.25/libs/composer/vendor/phpoffice/phpspreadsheet/src/PhpSpreadsheet/Shared/
H A DDate.php238 return self::stringToExcel($dateValue);
441 public static function stringToExcel($dateValue) function in PhpOffice\\PhpSpreadsheet\\Shared\\Date
/dports/www/ilias/ILIAS-5.4.25/Services/Excel/classes/
H A Dclass.ilExcel.php198 $a_value = Date::stringToExcel($a_value->get(IL_CAL_DATE));
202 $a_value = Date::stringToExcel($a_value->get(IL_CAL_DATETIME));
/dports/www/ilias6/ILIAS-6.14/Services/Excel/classes/
H A Dclass.ilExcel.php198 $a_value = Date::stringToExcel($a_value->get(IL_CAL_DATE));
202 $a_value = Date::stringToExcel($a_value->get(IL_CAL_DATETIME));
/dports/finance/prestashop/prestashop/vendor/phpoffice/phpspreadsheet/src/PhpSpreadsheet/Cell/
H A DAdvancedValueBinder.php146 if (($d = Date::stringToExcel($value)) !== false) {
/dports/finance/weberp/webERP/Classes/PHPExcel/Cell/
H A DAdvancedValueBinder.php164 if (($d = PHPExcel_Shared_Date::stringToExcel($value)) !== false) {
/dports/www/dolibarr/dolibarr-14.0.3/htdocs/includes/phpoffice/phpspreadsheet/src/PhpSpreadsheet/Cell/
H A DAdvancedValueBinder.php146 if (($d = Date::stringToExcel($value)) !== false) {
/dports/www/dolibarr13/dolibarr-13.0.5/htdocs/includes/phpoffice/PhpSpreadsheet/Cell/
H A DAdvancedValueBinder.php144 if (($d = Date::stringToExcel($value)) !== false) {
/dports/www/groupoffice/groupoffice-6.4.231-php-71/vendor/phpoffice/phpspreadsheet/src/PhpSpreadsheet/Cell/
H A DAdvancedValueBinder.php144 if (($d = Date::stringToExcel($value)) !== false) {
/dports/www/groupoffice/groupoffice-6.4.231-php-71/vendor/phpoffice/phpexcel/Classes/PHPExcel/Cell/
H A DAdvancedValueBinder.php159 if (($d = PHPExcel_Shared_Date::stringToExcel($value)) !== false) {
/dports/www/thirtybees/thirtybees-1.1.0/vendor/phpoffice/phpexcel/Classes/PHPExcel/Cell/
H A DAdvancedValueBinder.php159 if (($d = PHPExcel_Shared_Date::stringToExcel($value)) !== false) {
/dports/www/moodle310/moodle/lib/phpspreadsheet/vendor/phpoffice/phpspreadsheet/src/PhpSpreadsheet/Cell/
H A DAdvancedValueBinder.php146 if (($d = Date::stringToExcel($value)) !== false) {
/dports/www/moodle311/moodle/lib/phpspreadsheet/vendor/phpoffice/phpspreadsheet/src/PhpSpreadsheet/Cell/
H A DAdvancedValueBinder.php144 if (($d = Date::stringToExcel($value)) !== false) {
/dports/www/moodle39/moodle/lib/phpspreadsheet/vendor/phpoffice/phpspreadsheet/src/PhpSpreadsheet/Cell/
H A DAdvancedValueBinder.php146 if (($d = Date::stringToExcel($value)) !== false) {
/dports/www/ilias/ILIAS-5.4.25/libs/composer/vendor/phpoffice/phpspreadsheet/src/PhpSpreadsheet/Cell/
H A DAdvancedValueBinder.php95 if (($d = Date::stringToExcel($value)) !== false) {
/dports/finance/weberp/webERP/Classes/PHPExcel/Shared/
H A DDate.php350 public static function stringToExcel($dateValue = '') { function in PHPExcel_Shared_Date
/dports/www/ilias/ILIAS-5.4.25/libs/composer/vendor/phpoffice/phpspreadsheet/src/PhpSpreadsheet/Calculation/
H A DFunctions.php294 if (($dateValueOperand = Date::stringToExcel($operand)) !== false) {