Searched defs:indent (Results 1 – 11 of 11) sorted by relevance
/PHP-5.4/ext/tidy/examples/ |
H A D | dumpit5.php | 47 function do_leaf($string, $indent) { 54 function dump_tree(tidyNode $node, $indent = 0) {
|
/PHP-5.4/ext/xmlreader/examples/ |
H A D | xmlreader_relaxNG.php | 2 $indent = 5; /* Number of spaces to indent per level */ variable
|
H A D | xmlreader_validatedtd.php | 2 $indent = 5; /* Number of spaces to indent per level */ variable
|
/PHP-5.4/Zend/ |
H A D | zend.c | 133 static void print_hash(zend_write_func_t write_func, HashTable *ht, int indent, zend_bool is_object… in print_hash() 309 ZEND_API int zend_print_zval(zval *expr, int indent) /* {{{ */ in zend_print_zval() 315 ZEND_API int zend_print_zval_ex(zend_write_func_t write_func, zval *expr, int indent) /* {{{ */ in zend_print_zval_ex()
|
H A D | zend_builtin_functions.c | 2085 int indent = 0; in ZEND_FUNCTION() local
|
/PHP-5.4/win32/build/ |
H A D | confutils.js | 253 function word_wrap_and_indent(indent, text, line_suffix, indent_char) argument
|
/PHP-5.4/ext/xmlwriter/ |
H A D | php_xmlwriter.c | 826 zend_bool indent; in PHP_FUNCTION() local
|
/PHP-5.4/ext/reflection/ |
H A D | php_reflection.c | 969 char *indent = va_arg(args, char *); in _extension_ini_string() local 1005 char *indent = va_arg(args, char *); in _extension_class_string() local 1021 char *indent = va_arg(args, char *); in _extension_const_string() local
|
/PHP-5.4/ext/mbstring/oniguruma/ |
H A D | regcomp.c | 5587 Indent(FILE* f, int indent) in Indent() 5878 print_indent_tree(FILE* f, Node* node, int indent) in print_indent_tree()
|
/PHP-5.4/ext/mbstring/libmbfl/mbfl/ |
H A D | mbfilter.c | 2346 int indent) in mbfl_mime_header_encode()
|
/PHP-5.4/ext/mbstring/ |
H A D | mbstring.c | 3314 long indent = 0; in PHP_FUNCTION() local
|
Completed in 98 milliseconds