Home
last modified time | relevance | path

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

12

/PHP-8.3/Zend/
H A Dzend.h299 ZEND_API size_t zend_print_zval(zval *expr, int indent);
300 ZEND_API void zend_print_zval_r(zval *expr, int indent);
301 ZEND_API zend_string *zend_print_zval_r_to_str(zval *expr, int indent);
/PHP-8.3/ext/xsl/tests/
H A Dbug71540.phpt23 <xsl:output method="html" encoding="utf-8" indent="yes"/>
H A Dbug49634.phpt22 <xsl:output encoding="UTF-8" indent="yes" method="xml" />
/PHP-8.3/ext/xmlwriter/
H A Dphp_xmlwriter.c247 bool indent; in PHP_FUNCTION() local
250 …arameters(ZEND_NUM_ARGS(), getThis(), "Ob", &self, xmlwriter_class_entry_ce, &indent) == FAILURE) { in PHP_FUNCTION()
255 retval = xmlTextWriterSetIndent(ptr, indent); in PHP_FUNCTION()
/PHP-8.3/ext/mbstring/
H A Dmbstring.c5870 if (indent < 0 || indent >= 74) { in mb_mime_header_encode()
5871 indent = 0; in mb_mime_header_encode()
5957 if (mb_convert_buf_len(&buf) - line_start + indent + strlen(outcode->mime_name) > 55) { in mb_mime_header_encode()
5961 indent = 0; in mb_mime_header_encode()
5971 if (mb_convert_buf_len(&buf) - line_start + (p - word_start) + indent > 75) { in mb_mime_header_encode()
5975 indent = 0; in mb_mime_header_encode()
6012 if (mb_convert_buf_len(&buf) - line_start + (p - word_start) + indent > 74) { in mb_mime_header_encode()
6066 size_t space_available = 73 - indent - (mb_convert_buf_len(&buf) - line_start); in mb_mime_header_encode()
6125 indent = 0; /* Indent argument must only affect the first line */ in mb_mime_header_encode()
6160 zend_long indent = 0; in PHP_FUNCTION() local
[all …]
H A Dmbstring.stub.php153 …et = null, ?string $transfer_encoding = null, string $newline = "\r\n", int $indent = 0): string {} argument
H A Dmbstring_arginfo.h139 ZEND_ARG_TYPE_INFO_WITH_DEFAULT_VALUE(0, indent, IS_LONG, 0, "0")
/PHP-8.3/ext/opcache/jit/dynasm/
H A Ddynasm.lua832 local indent, aline = match(line, "^(%s*)%|(.*)$")
841 g_indent = indent -- Remember current line indentation.
/PHP-8.3/
H A DCODING_STANDARDS.md242 see [Indentstyle](http://www.catb.org/~esr/jargon/html/I/indent-style.html).
265 1. Preprocessor statements (`#if` and such) MUST start at column one. To indent
/PHP-8.3/ext/json/
H A Djson_scanner.re110 re2c:indent:top = 1;
/PHP-8.3/ext/mbstring/tests/
H A Dmb_encode_mimeheader_indent.phpt2 Test mb_encode_mimeheader() function : basic functionality, indent
7 /* (string $str [, string $charset [, string $transfer_encoding [, string $linefeed [, int $indent]…
13 * Pass different data types to $indent argument to see how mb_encode_mimeheader() behaves
16 echo "*** Testing mb_encode_mimeheader() : indent ***\n";
33 *** Testing mb_encode_mimeheader() : indent ***
H A Dmb_encode_mimeheader_basic4.phpt50 // when entire input is one ASCII 'word' and high indent value makes us consider
/PHP-8.3/win32/build/
H A Dconfutils.js277 function word_wrap_and_indent(indent, text, line_suffix, indent_char) argument
299 for (i = 0; i < indent; i++) {
310 if (t.length + indent > 78) {
/PHP-8.3/ext/ffi/
H A Dffi.g28 %indent "\t"
/PHP-8.3/ext/opcache/jit/
H A Dzend_jit_arm64.dasc15607 * indent-tabs-mode: t
H A Dzend_jit_x86.dasc16480 * indent-tabs-mode: t

Completed in 110 milliseconds

12