Home
last modified time | relevance | path

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

12

/php-src/ext/xsl/tests/
H A Dxsltprocessor_transformToURI.phpt24 <xsl:output method="html" encoding="utf-8" indent="yes"/>
H A Dauto_registration_namespaces_new_dom.phpt14 <xsl:output method="text" omit-xml-declaration="yes" indent="no"/>
H A Dxsltprocessor_transformToXML.phpt24 <xsl:output method="html" encoding="utf-8" indent="yes"/>
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-src/ext/mbstring/tests/
H A Dmb_encode_mimeheader_variation6.phpt7 /* (string $str [, string $charset [, string $transfer_encoding [, string $linefeed [, int $indent]…
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-src/ext/zend_test/
H A Dobserver.c167 int indent = 2 * ZT_G(observer_nesting_depth) + 4; in observer_show_init_backtrace() local
170 …php_printf("%*s%s::%s()\n", indent, "", ZSTR_VAL(fbc->common.scope->name), ZSTR_VAL(fbc->common.fu… in observer_show_init_backtrace()
172 php_printf("%*s%s()\n", indent, "", ZSTR_VAL(fbc->common.function_name)); in observer_show_init_backtrace()
175 php_printf("%*s{main} %s\n", indent, "", ZSTR_VAL(fbc->op_array.filename)); in observer_show_init_backtrace()
/php-src/Zend/
H A Dzend.h300 ZEND_API size_t zend_print_zval(zval *expr, int indent);
301 ZEND_API void zend_print_zval_r(zval *expr, int indent);
302 ZEND_API zend_string *zend_print_zval_r_to_str(zval *expr, int indent);
/php-src/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-src/ext/mbstring/
H A Dmbstring.c6132 if (indent < 0 || indent >= 74) { in mb_mime_header_encode()
6133 indent = 0; in mb_mime_header_encode()
6219 if (mb_convert_buf_len(&buf) - line_start + indent + strlen(outcode->mime_name) > 55) { in mb_mime_header_encode()
6223 indent = 0; in mb_mime_header_encode()
6233 if (mb_convert_buf_len(&buf) - line_start + (p - word_start) + indent > 75) { in mb_mime_header_encode()
6237 indent = 0; in mb_mime_header_encode()
6274 if (mb_convert_buf_len(&buf) - line_start + (p - word_start) + indent > 74) { in mb_mime_header_encode()
6328 size_t space_available = 73 - indent - (mb_convert_buf_len(&buf) - line_start); in mb_mime_header_encode()
6387 indent = 0; /* Indent argument must only affect the first line */ in mb_mime_header_encode()
6422 zend_long indent = 0; in PHP_FUNCTION() local
[all …]
H A Dmbstring.stub.php163 …et = null, ?string $transfer_encoding = null, string $newline = "\r\n", int $indent = 0): string {} argument
H A Dmbstring_arginfo.h153 ZEND_ARG_TYPE_INFO_WITH_DEFAULT_VALUE(0, indent, IS_LONG, 0, "0")
/php-src/ext/opcache/jit/ir/dynasm/
H A Ddynasm.lua832 local indent, aline = match(line, "^(%s*)%|(.*)$")
841 g_indent = indent -- Remember current line indentation.
/php-src/
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-src/ext/json/
H A Djson_scanner.re110 re2c:indent:top = 1;
/php-src/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-src/ext/ffi/
H A Dffi.g28 %indent "\t"
/php-src/build/
H A Dgen_stub.php1899 int $indent, argument
1904 $strIndent = str_repeat(' ', $indent);

Completed in 76 milliseconds

12