Home
last modified time | relevance | path

Searched refs:indent (Results 26 – 50 of 53) sorted by relevance

123

/PHP-5.5/ext/xsl/tests/
H A Dxsltprocessor_transformToDoc_wrongparam_002.phpt24 <xsl:output method="html" encoding="utf-8" indent="yes"/>
H A Dxsltprocessor_transformToDoc_wrongparam_003.phpt24 <xsl:output method="html" encoding="utf-8" indent="yes"/>
H A Dxsltprocessor_transformToDoc_wrongparam_004.phpt24 <xsl:output method="html" encoding="utf-8" indent="yes"/>
H A Dxsltprocessor_transformToURI_nullparam.phpt24 <xsl:output method="html" encoding="utf-8" indent="yes"/>
H A Dxsltprocessor_transformToURI_wrongparam_001.phpt24 <xsl:output method="html" encoding="utf-8" indent="yes"/>
H A Dxsltprocessor_transformToURI_wrongparam_002.phpt24 <xsl:output method="html" encoding="utf-8" indent="yes"/>
H A Dxsltprocessor_transformToURI_wrongparam_003.phpt24 <xsl:output method="html" encoding="utf-8" indent="yes"/>
H A Dxsltprocessor_transformToURI_wrongparam_004.phpt24 <xsl:output method="html" encoding="utf-8" indent="yes"/>
H A Dxsltprocessor_transformToXML_nullparam.phpt24 <xsl:output method="html" encoding="utf-8" indent="yes"/>
H A Dxsltprocessor_transformToXML_wrongparam_001.phpt24 <xsl:output method="html" encoding="utf-8" indent="yes"/>
H A Dxsltprocessor_transformToXML_wrongparam_002.phpt24 <xsl:output method="html" encoding="utf-8" indent="yes"/>
H A Dxsltprocessor_transformToXML_wrongparam_003.phpt24 <xsl:output method="html" encoding="utf-8" indent="yes"/>
H A Dxsltprocessor_transformToXML_wrongparam_004.phpt24 <xsl:output method="html" encoding="utf-8" indent="yes"/>
H A Dxsltprocessor_transformToXML.phpt24 <xsl:output method="html" encoding="utf-8" indent="yes"/>
H A Dbug49634.phpt24 <xsl:output encoding="UTF-8" indent="yes" method="xml" />
/PHP-5.5/Zend/
H A Dzend.h646 ZEND_API int zend_print_zval(zval *expr, int indent);
647 ZEND_API int zend_print_zval_ex(zend_write_func_t write_func, zval *expr, int indent);
648 ZEND_API void zend_print_zval_r(zval *expr, int indent TSRMLS_DC);
650 ZEND_API void zend_print_zval_r_ex(zend_write_func_t write_func, zval *expr, int indent TSRMLS_DC);
/PHP-5.5/ext/mbstring/tests/
H A Dmb_encode_mimeheader_basic3.phpt12 * [, string $transfer-encoding [, string $linefeed [, int $indent]]]])
H A Dmb_encode_mimeheader_basic.phpt12 …* (string $str [, string $charset [, string $transfer-encoding [, string $linefeed [, int $indent]…
H A Dmb_encode_mimeheader_basic2.phpt12 * [, string $transfer-encoding [, string $linefeed [, int $indent]]]])
/PHP-5.5/ext/mbstring/libmbfl/mbfl/
H A Dmbfilter.h253 int indent);
H A Dmbfilter.c2346 int indent) in mbfl_mime_header_encode() argument
2370 if (indent > 0 && indent < 74) { in mbfl_mime_header_encode()
2371 pe->firstindent = indent; in mbfl_mime_header_encode()
/PHP-5.5/ext/xmlwriter/
H A Dphp_xmlwriter.c187 ZEND_ARG_INFO(0, indent)
191 ZEND_ARG_INFO(0, indent)
826 zend_bool indent; in PHP_FUNCTION() local
832 if (zend_parse_parameters(ZEND_NUM_ARGS() TSRMLS_CC, "b", &indent) == FAILURE) { in PHP_FUNCTION()
839 if (zend_parse_parameters(ZEND_NUM_ARGS() TSRMLS_CC, "rb", &pind, &indent) == FAILURE) { in PHP_FUNCTION()
848 retval = xmlTextWriterSetIndent(ptr, indent); in PHP_FUNCTION()
/PHP-5.5/
H A DCODING_STANDARDS206 Indentstyle: http://www.catb.org/~esr/jargon/html/I/indent-style.html
226 indent preprocessor directives you should put the # at the beginning
/PHP-5.5/win32/build/
H A Dconfutils.js253 function word_wrap_and_indent(indent, text, line_suffix, indent_char) argument
275 for (i = 0; i < indent; i++) {
286 if (t.length + indent > 78) {
/PHP-5.5/ext/mbstring/oniguruma/
H A Dregcomp.c5792 Indent(FILE* f, int indent) in Indent() argument
5795 for (i = 0; i < indent; i++) putc(' ', f); in Indent()
6083 print_indent_tree(FILE* f, Node* node, int indent) in print_indent_tree() argument
6089 Indent(f, indent); in print_indent_tree()
6104 print_indent_tree(f, NCAR(node), indent + add); in print_indent_tree()
6110 print_indent_tree(f, NCAR(node), indent + add); in print_indent_tree()
6212 print_indent_tree(f, NQTFR(node)->target, indent + add); in print_indent_tree()
6220 print_indent_tree(f, NENCLOSE(node)->target, indent + add); in print_indent_tree()
6233 print_indent_tree(f, NENCLOSE(node)->target, indent + add); in print_indent_tree()

Completed in 71 milliseconds

123