Home
last modified time | relevance | path

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

12

/PHP-7.4/ext/xmlwriter/
H A Dphp_xmlwriter.c171 ZEND_ARG_INFO(0, indent)
175 ZEND_ARG_INFO(0, indent)
758 zend_bool indent; in PHP_FUNCTION() local
763 if (zend_parse_parameters(ZEND_NUM_ARGS(), "b", &indent) == FAILURE) { in PHP_FUNCTION()
768 if (zend_parse_parameters(ZEND_NUM_ARGS(), "rb", &pind, &indent) == FAILURE) { in PHP_FUNCTION()
779 retval = xmlTextWriterSetIndent(ptr, indent); in PHP_FUNCTION()
/PHP-7.4/
H A DCODING_STANDARDS.md243 see [Indentstyle](http://www.catb.org/~esr/jargon/html/I/indent-style.html).
266 5. Preprocessor statements (`#if` and such) MUST start at column one. To indent
/PHP-7.4/ext/json/
H A Djson_scanner.re112 re2c:indent:top = 1;
/PHP-7.4/ext/mbstring/libmbfl/mbfl/
H A Dmbfilter.c2140 int indent) in mbfl_mime_header_encode() argument
2164 if (indent > 0 && indent < 74) { in mbfl_mime_header_encode()
2165 pe->firstindent = indent; in mbfl_mime_header_encode()
/PHP-7.4/Zend/
H A Dzend_builtin_functions.c2221 int indent = 0; in ZEND_FUNCTION() local
2351 zend_printf("#%-2d ", indent); in ZEND_FUNCTION()
2393 ++indent; in ZEND_FUNCTION()
/PHP-7.4/ext/mbstring/tests/
H A Dmb_encode_mimeheader_indent.phpt2 Test mb_encode_mimeheader() function : basic functionality, indent
11 …* (string $str [, string $charset [, string $transfer_encoding [, string $linefeed [, int $indent]…
17 * Pass different data types to $indent argument to see how mb_encode_mimeheader() behaves
20 echo "*** Testing mb_encode_mimeheader() : indent ***\n";
37 *** Testing mb_encode_mimeheader() : indent ***
/PHP-7.4/win32/build/
H A Dconfutils.js264 function word_wrap_and_indent(indent, text, line_suffix, indent_char) argument
286 for (i = 0; i < indent; i++) {
297 if (t.length + indent > 78) {
/PHP-7.4/ext/ffi/
H A Dffi.g30 %indent "\t"
/PHP-7.4/ext/mbstring/
H A Dmbstring.c384 ZEND_ARG_INFO(0, indent)
3680 zend_long indent = 0; in PHP_FUNCTION() local
3685 …et_name_len, &trans_enc_name, &trans_enc_name_len, &linefeed, &linefeed_len, &indent) == FAILURE) { in PHP_FUNCTION()
3715 ret = mbfl_mime_header_encode(&string, &result, charset, transenc, linefeed, indent); in PHP_FUNCTION()

Completed in 47 milliseconds

12