Home
last modified time | relevance | path

Searched refs:indent (Results 1 – 25 of 42) sorted by last modified time

12

/PHP-8.2/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.2/ext/zend_test/
H A Dobserver.c157 int indent = 2 * ZT_G(observer_nesting_depth) + 4; in observer_show_init_backtrace() local
160 …php_printf("%*s%s::%s()\n", indent, "", ZSTR_VAL(fbc->common.scope->name), ZSTR_VAL(fbc->common.fu… in observer_show_init_backtrace()
162 php_printf("%*s%s()\n", indent, "", ZSTR_VAL(fbc->common.function_name)); in observer_show_init_backtrace()
165 php_printf("%*s{main} %s\n", indent, "", ZSTR_VAL(fbc->op_array.filename)); in observer_show_init_backtrace()
/PHP-8.2/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.2/ext/xsl/tests/
H A Dxslt005.phpt10 $res = $xp->query("/xsl:stylesheet/xsl:output/@indent");
12 print "No or more than one xsl:output/@indent found";
H A Dxsltprocessor_transformToDoc.phpt21 <xsl:output method="html" encoding="utf-8" indent="yes"/>
/PHP-8.2/ext/simplexml/tests/
H A DSimpleXMLElement_asXML_fragment_filename.phpt18 // Note: the strange indent is correct: the indent text node preceding container2 is not emitted.
/PHP-8.2/ext/reflection/
H A Dphp_reflection.c532 smart_str_append_printf(str, "%s}\n", indent); in _class_string()
544 indent, type, name); in _const_string()
547 indent, type, name, Z_STRVAL_P(value)); in _const_string()
552 indent, type, name, ZSTR_VAL(value_str)); in _const_string()
733 smart_str_append_printf(str, "%s ", indent); in _function_parameter_string()
738 smart_str_append_printf(str, "%s}\n", indent); in _function_parameter_string()
766 smart_str_append_printf(str, "%s}\n", indent); in _function_closure_string()
785 smart_str_appendl(str, indent, strlen(indent)); in _function_string()
874 smart_str_append_printf(str, "%s}\n", indent); in _function_string()
977 _class_string(str, ce, NULL, indent); in _extension_class_string()
[all …]
/PHP-8.2/ext/opcache/jit/ir/dynasm/
H A Ddynasm.lua832 local indent, aline = match(line, "^(%s*)%|(.*)$")
841 g_indent = indent -- Remember current line indentation.
/PHP-8.2/ext/mbstring/tests/
H A Dmb_encode_mimeheader_basic4.phpt48 // when entire input is one ASCII 'word' and high indent value makes us consider
/PHP-8.2/ext/mbstring/
H A Dmbstring.c6082 if (indent < 0 || indent >= 74) { in mb_mime_header_encode()
6083 indent = 0; in mb_mime_header_encode()
6168 if (mb_convert_buf_len(&buf) - line_start + indent + strlen(outcode->mime_name) > 55) { in mb_mime_header_encode()
6172 indent = 0; in mb_mime_header_encode()
6182 if (mb_convert_buf_len(&buf) - line_start + (p - word_start) + indent > 75) { in mb_mime_header_encode()
6186 indent = 0; in mb_mime_header_encode()
6217 if (mb_convert_buf_len(&buf) - line_start + (p - word_start) + indent > 74) { in mb_mime_header_encode()
6271 size_t space_available = 73 - indent - (mb_convert_buf_len(&buf) - line_start); in mb_mime_header_encode()
6330 indent = 0; /* Indent argument must only affect the first line */ in mb_mime_header_encode()
6369 zend_long indent = 0; in PHP_FUNCTION() local
[all …]
H A Dmbstring.stub.php159 …et = null, ?string $transfer_encoding = null, string $newline = "\r\n", int $indent = 0): string {} argument
H A Dmbstring_arginfo.h149 ZEND_ARG_TYPE_INFO_WITH_DEFAULT_VALUE(0, indent, IS_LONG, 0, "0")
/PHP-8.2/ext/dom/lexbor/lexbor/html/
H A Dserialize.h61 lxb_html_serialize_opt_t opt, size_t indent,
66 lxb_html_serialize_opt_t opt, size_t indent,
71 lxb_html_serialize_opt_t opt, size_t indent,
76 lxb_html_serialize_opt_t opt, size_t indent,
81 lxb_html_serialize_opt_t opt, size_t indent,
86 lxb_html_serialize_opt_t opt, size_t indent,
/PHP-8.2/ext/dom/lexbor/lexbor/css/
H A Dlog.h74 const lxb_char_t *indent, size_t indent_length);
78 const lxb_char_t *indent, size_t indent_length);
/PHP-8.2/build/
H A Dgen_stub.php1808 int $indent, argument
1813 $strIndent = str_repeat(' ', $indent);
/PHP-8.2/Zend/
H A Dzend_ast.c1294 while (indent > 0) { in zend_ast_export_indent()
1296 indent--; in zend_ast_export_indent()
1485 zend_ast_export_indent(str, indent); in zend_ast_export_stmt()
1531 zend_ast_export_indent(str, indent); in zend_ast_export_if_stmt()
1543 zend_ast_export_indent(str, indent); in zend_ast_export_if_stmt()
1615 zend_ast_export_indent(str, indent); in zend_ast_export_class_no_header()
1648 zend_ast_export_indent(str, indent); in zend_ast_export_attributes()
2242 zend_ast_export_indent(str, indent); in zend_ast_export_ex()
2248 zend_ast_export_indent(str, indent); in zend_ast_export_ex()
2264 zend_ast_export_indent(str, indent); in zend_ast_export_ex()
[all …]
H A Dzend.c377 for (i = 0; i < indent; i++) { in print_hash()
381 indent += PRINT_ZVAL_INDENT; in print_hash()
383 for (i = 0; i < indent; i++) { in print_hash()
410 zend_print_zval_r_to_buf(buf, tmp, indent+PRINT_ZVAL_INDENT); in print_hash()
413 indent -= PRINT_ZVAL_INDENT; in print_hash()
414 for (i = 0; i < indent; i++) { in print_hash()
546 print_hash(buf, Z_ARRVAL_P(expr), indent, 0); in zend_print_zval_r_to_buf()
581 print_hash(buf, properties, indent, 1); in zend_print_zval_r_to_buf()
591 zend_print_zval_r_to_buf(buf, Z_REFVAL_P(expr), indent); in zend_print_zval_r_to_buf()
610 zend_print_zval_r_to_buf(&buf, expr, indent); in zend_print_zval_r_to_str()
[all …]
H A Dzend.h298 ZEND_API size_t zend_print_zval(zval *expr, int indent);
299 ZEND_API void zend_print_zval_r(zval *expr, int indent);
300 ZEND_API zend_string *zend_print_zval_r_to_str(zval *expr, int indent);
/PHP-8.2/
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.2/ext/tidy/tests/
H A Dgh10636_config1 indent:@
/PHP-8.2/ext/reflection/tests/types/
H A Dpure_intersection_type_implicitly_nullable.phpt6 function dumpType(ReflectionType $rt, int $indent = 0) {
7 $str_indent = str_repeat(' ', 2 * $indent);
15 dumpType($type, $indent+1);
/PHP-8.2/tests/lang/
H A DforeachLoopIterator.001.phpt11 global $indent;
12 echo "$indent--> " . __METHOD__ . " ($this->pos)\n";
17 global $indent;
18 echo "$indent--> " . __METHOD__ . " ($this->pos)\n";
23 global $indent;
24 echo "$indent--> " . __METHOD__ . " ($this->pos)\n";
29 global $indent;
35 global $indent;
52 $indent = " ";
59 $indent = " ";
[all …]
H A DforeachLoopIteratorAggregate.001.phpt10 global $indent;
16 global $indent;
22 global $indent;
28 global $indent;
34 global $indent;
46 global $indent;
52 global $indent;
58 global $indent;
64 global $indent;
116 $indent = " ";
[all …]
H A DforeachLoopIteratorAggregate.003.phpt10 global $indent;
11 echo "$indent--> " . __METHOD__ . " ($this->pos)\n";
16 global $indent;
17 echo "$indent--> " . __METHOD__ . " ($this->pos)\n";
22 global $indent;
23 echo "$indent--> " . __METHOD__ . " ($this->pos)\n";
28 global $indent;
29 echo "$indent--> " . __METHOD__ . " ($this->pos)\n";
34 global $indent;
35 echo "$indent--> " . __METHOD__ . " ($this->pos)\n";
/PHP-8.2/scripts/dev/
H A Dtidy.php105 $indent = 0;
108 $indent++;
110 $partialIndent = $indent % $tabSize;
112 $indent += $tabSize;
114 $indent += $tabSize - $partialIndent;
118 return str_repeat(" ", $indent);

Completed in 118 milliseconds

12