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
121 get_test_sql()

Use do_test_get_sql instead

136 get_test_type()

Use do_test_get_test_type instead.

149 do_test_test_css()

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

do_text_text.php

Line Element Reason
59 getTextData()

Use get_text_data instead.

106 getLanguagesSettings()

Use get_language_settings instead.

249 echoTerm()

Use echo_term instead.

268 wordProcessor()

Use sentenceParser and wordParser instead.

335 sentenceParser()

Use sentence_parser instead.

388 word_parser()

Use item_parser instead (since 2.5.0-fork).

435 wordParser()

Use word_parser instead.

531 mainWordLoop()

Use main_word_loop instead.

617 prepareStyle()

Use do_text_text_style instead.

694 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.

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
3568 textwordcount()

Use return_textwordcount instead.

4229 insertExpressionFromMeCab()

Use insert_expression_from_mecab instead.

4350 new_expression_interactable()

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

4847 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