Home
last modified time | relevance | path

Searched defs:text (Results 1 – 25 of 30) sorted by relevance

12

/PHP-7.3/ext/readline/
H A Dreadline_cli.c407 static char *cli_completion_generator_ht(const char *text, size_t textlen, int *state, HashTable *h… in cli_completion_generator_ht()
433 static char *cli_completion_generator_var(const char *text, size_t textlen, int *state) /* {{{ */ in cli_completion_generator_var()
448 static char *cli_completion_generator_ini(const char *text, size_t textlen, int *state) /* {{{ */ in cli_completion_generator_ini()
462 static char *cli_completion_generator_func(const char *text, size_t textlen, int *state, HashTable … in cli_completion_generator_func()
474 static char *cli_completion_generator_class(const char *text, size_t textlen, int *state) /* {{{ */ in cli_completion_generator_class()
486 static char *cli_completion_generator_define(const char *text, size_t textlen, int *state, HashTabl… in cli_completion_generator_define()
500 static char *cli_completion_generator(const char *text, int index) /* {{{ */ in cli_completion_generator()
579 static char **cli_code_completion(const char *text, int start, int end) /* {{{ */ in cli_code_completion()
H A Dreadline.c472 static char *_readline_command_generator(const char *text, int state) in _readline_command_generator()
507 static char **_readline_completion_cb(const char *text, int start, int end) in _readline_completion_cb()
/PHP-7.3/ext/zip/examples/
H A Dencryption.php36 $text = $zip->getFromName($file); variable
47 $text = file_get_contents("zip://$name#$file", false, $ctx); variable
/PHP-7.3/sapi/phpdbg/
H A Dphpdbg_lexer.c961 char *text = yytext + 2; in phpdbg_lex() local
1391 char *text = yytext + 2; in phpdbg_lex() local
H A Dphpdbg_help.h44 char *text; member
H A Dphpdbg_lexer.h28 unsigned char *text; member
H A Dphpdbg_help.c44 void pretty_print(char *text) in pretty_print()
/PHP-7.3/ext/xmlrpc/libxmlrpc/
H A Dxml_element.c276 static int xml_elem_writefunc(int (*fptr)(void *data, const char *text, int size), const char *text… in xml_elem_writefunc()
373 static void xml_element_serialize(xml_element *el, int (*fptr)(void *data, const char *text, int si… in xml_element_serialize()
499 static int file_out_fptr(void *f, const char *text, int size) in file_out_fptr()
506 static int simplestring_out_fptr(void *f, const char *text, int size) in simplestring_out_fptr()
H A Dxml_element.h151 simplestring text; /* text contained between element begin/end pairs */ member
/PHP-7.3/ext/fileinfo/libmagic/
H A Dascmagic.c71 file_ascmagic(struct magic_set *ms, const struct buffer *b, int text) in file_ascmagic()
101 const char *type, int text) in file_ascmagic_with_encoding()
H A Dsoftmagic.c102 uint16_t *indir_count, uint16_t *name_count, int mode, int text) in file_softmagic()
176 const struct buffer *b, size_t offset, int mode, int text, in match()
1448 int mode, int text, int flip, uint16_t *indir_count, uint16_t *name_count, in mget()
/PHP-7.3/ext/imap/
H A Dphp_imap.h96 SIZEDTEXT text; member
103 SIZEDTEXT text; member
H A Dphp_imap.c2527 zend_string *text; in PHP_FUNCTION() local
2550 zend_string *text; in PHP_FUNCTION() local
2573 zend_string *text; in PHP_FUNCTION() local
2596 zend_string *text; in PHP_FUNCTION() local
4357 char *string, *charset, encoding, *text, *decode; in PHP_FUNCTION() local
/PHP-7.3/ext/intl/breakiterator/
H A Dcodepointiterator_internal.cpp115 void CodePointBreakIterator::setText(const UnicodeString &text) in setText()
125 void CodePointBreakIterator::setText(UText *text, UErrorCode &status) in setText()
H A Dbreakiterator_class.h41 zval text; member
H A Dbreakiterator_methods.cpp153 zend_string *text; in PHP_FUNCTION() local
/PHP-7.3/ext/intl/spoofchecker/
H A Dspoofchecker_main.c30 char *text; in PHP_METHOD() local
/PHP-7.3/ext/tokenizer/
H A Dtokenizer.c108 unsigned char *text, size_t leng, int lineno) { in add_token()
/PHP-7.3/ext/intl/grapheme/
H A Dgrapheme_util.c235 int32_t grapheme_split_string(const UChar *text, int32_t text_length, int boundary_array[], int bou… in grapheme_split_string()
/PHP-7.3/ext/intl/msgformat/
H A Dmsgformat_helpers.cpp476 UnicodeString *text = new UnicodeString(); in umsg_format_helper() local
/PHP-7.3/ext/soap/
H A Dphp_encoding.c833 xmlNodePtr ret, text; in to_xml_string() local
918 xmlNodePtr ret, text; in to_xml_base64() local
946 xmlNodePtr ret, text; in to_xml_hexbin() local
1544 xmlNodePtr dummy, text; in to_zval_object_ex() local
/PHP-7.3/ext/mbstring/oniguruma/src/
H A Dregexec.c4630 const UChar* text, const UChar* text_end, UChar* text_range) in slow_search()
4684 const UChar* text, const UChar* text_end, UChar* text_range) in slow_search_ic()
4703 const UChar* text, const UChar* adjust_text, in slow_search_backward()
4736 const UChar* text, const UChar* adjust_text, in slow_search_backward_ic()
4763 const UChar* text, const UChar* text_end, in sunday_quick_search_step_forward()
4814 const UChar* text, const UChar* text_end, in sunday_quick_search()
4845 const UChar* text, const UChar* text_range) in map_search()
4859 const UChar* text, const UChar* adjust_text, in map_search_backward()
/PHP-7.3/ext/standard/
H A Dstring.c935 zend_string *text; in PHP_FUNCTION() local
973 if (ZSTR_VAL(text)[current] == breakchar[0]) { in PHP_FUNCTION() local
975 } else if (ZSTR_VAL(text)[current] == ' ') { in PHP_FUNCTION() local
1023 else if (ZSTR_VAL(text)[current] == ' ') { in PHP_FUNCTION() local
/PHP-7.3/win32/build/
H A Dconfutils.js293 function word_wrap_and_indent(indent, text, line_suffix, indent_char) argument
/PHP-7.3/
H A Drun-tests.php1074 function save_text($filename, $text, $filename_copy = null)

Completed in 158 milliseconds

12