Documentation

Deprecated

Table of Contents

display_impr_text.php
do_test.php
do_test_test.php
do_text_text.php
inc/ajax_add_term_transl.php
inc/ajax_edit_impr_text.php
inc/ajax_show_imported_terms.php
inc/ajax_show_sentences.php
inc/ajax_word_counts.php
inc/database_connect.php
inc/mobile_interactions.php
inc/session_utility.php
index.php
upload_words.php

display_impr_text.php

Line Element Reason
35 do_mobile_display_impr_text()

do_test.php

Line Element Reason
108 do_test_mobile_page_content()

Use do_frameset_mobile_page_content instead

do_test_test.php

Line Element Reason
123 get_test_sql()

Use do_test_get_sql instead

140 get_test_type()

Use do_test_get_test_type instead.

153 do_test_test_css()

Do not use this function since it was causing wrong display. Will be removed in 3.0.0.

1036 do_test_test_content()

Since 2.10.0-fork, use do_test_test_content_ajax instead

do_text_text.php

Line Element Reason
59 getTextData()

Use get_text_data instead.

107 getLanguagesSettings()

Use get_language_settings instead.

258 echoTerm()

Use echo_term instead.

283 wordProcessor()

Use sentenceParser and wordParser instead.

355 sentenceParser()

Use sentence_parser instead.

417 word_parser()

Use item_parser instead (since 2.5.0-fork).

469 wordParser()

Use word_parser instead.

566 mainWordLoop()

Use main_word_loop instead.

652 prepareStyle()

Use do_text_text_style instead.

742 do_text_javascript()

Use do_text_text_javascript instead.

ajax_add_term_transl.php

Line Element Reason
153 do_ajax_add_term_transl()

Deprecated in 2.9.0 in favor to the REST API.

ajax_edit_impr_text.php

Line Element Reason
248 edit_term_interaction()

Use AJAX instead

434 make_form()

Use AJAX instead

ajax_show_imported_terms.php

Line Element Reason
113 get_imported_terms()

Use imported_terms_header instead

240 do_ajax_show_imported_terms()

Use the AJAX API instead.

ajax_show_sentences.php

Line Element Reason
36 do_ajax_show_sentences()

Use the REST API instead.

ajax_word_counts.php

Line Element Reason
27 do_ajax_word_counts()

Use the REST API instead

database_connect.php

Line Element Reason
736 set_word_count()

Use init_word_count: same effect, but more logical name. Will be removed in version 3.0.0.

1235 update_default_values()

Since 2.10.0, use registerSentencesTextItems instead

1340 check_text()

Use displayTextStatistics instead. Will be removed in 3.0.0.

1520 check_text_with_expressions()

Since 2.10.0-fork use checkExpressions. It does not modify SQL globals.

2146 get_database_prefixes()

Since 2.10.0-fork, use getDatabasePrefix instead

mobile_interactions.php

Line Element Reason
57 do_frameset_mobile_page_content()

Since 2.2.1-fork, Do not use frames

95 do_frameset_mobile_css()

Since 2.6.0-fork, the display for mobile changed, making this code useless

126 do_frameset_mobile_js()

Since 2.2.1-fork, we do no longer use frameset

session_utility.php

Line Element Reason
2194 textwordcount()

Use return_textwordcount instead.

2305 texttodocount2()

Since 2.10.0, use todo_words_content instead

2871 insert_expression_from_mecab()

Since 2.10.0 Use insertMecabExpression

2926 insertExpressionFromMeCab()

Use insertMecabExpression instead.

3051 insert_standard_expression()

Since 2.10.0-fork, use insertStandardExpression

3095 new_expression_interactable()

Use newMultiWordInteractable instead. The new function does not use global JS variables.

3775 refreshText()

No longer used, incompatible with new database system.

index.php

Line Element Reason
230 get_server_data()

Use get_server_data_table, will be removed in 3.0.0.

upload_words.php

Line Element Reason
28 my_str_getcsv()

This function is no longer used and will be removed

Search results