PluginProbe
PDF for WPForms + Drag and Drop Template Builder / trunk
PDF for WPForms + Drag and Drop Template Builder vtrunk
7.2.0 7.1.0 trunk 2.5.0 3.0.0 6.2.1 6.3.1 6.5.0 6.5.1 6.5.2
pdf-for-wpforms / libs / constants.php

constants.php in PDF for WPForms + Drag and Drop Template Builder trunk, at libs/constants.php

30 lines 993 B
No matching file
Up and down to move Enter to open Esc to close
Raw Download Zip
1 <?php
2 namespace simplehtmldom;
3 if ( ! defined( 'ABSPATH' ) ) exit; // Exit if accessed directly
4 /**
5 * Website: http://sourceforge.net/projects/simplehtmldom/
6 * Acknowledge: Jose Solorzano (https://sourceforge.net/projects/php-html/)
7 *
8 * Licensed under The MIT License
9 * See the LICENSE file in the project root for more information.
10 *
11 * Authors:
12 * S.C. Chen
13 * John Schlick
14 * Rus Carroll
15 * logmanoriginal
16 *
17 * Contributors:
18 * Yousuke Kumakura
19 * Vadim Voituk
20 * Antcs
21 *
22 * Version Rev. 2.0-RC2 (415)
23 */
24
25 defined(__NAMESPACE__ . '\DEFAULT_TARGET_CHARSET') || define(__NAMESPACE__ . '\DEFAULT_TARGET_CHARSET', 'UTF-8');
26 defined(__NAMESPACE__ . '\DEFAULT_BR_TEXT') || define(__NAMESPACE__ . '\DEFAULT_BR_TEXT', "\r\n");
27 defined(__NAMESPACE__ . '\DEFAULT_SPAN_TEXT') || define(__NAMESPACE__ . '\DEFAULT_SPAN_TEXT', ' ');
28 defined(__NAMESPACE__ . '\MAX_FILE_SIZE') || define(__NAMESPACE__ . '\MAX_FILE_SIZE', 2621440);
29 define(__NAMESPACE__ . '\HDOM_SMARTY_AS_TEXT', 1);
30