From 176974ab40e251936321e325eb94eee0009431d7 Mon Sep 17 00:00:00 2001 From: ShinobuAmasaki Date: Wed, 17 Jul 2024 14:32:30 +0000 Subject: [PATCH] =?UTF-8?q?Deploying=20to=20gh-pages=20from=20@=20ShinobuA?= =?UTF-8?q?masaki/forgex@558466321ff78f6b42ca3b7bd1e054749c6ac7b2=20?= =?UTF-8?q?=F0=9F=9A=80?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- css/user.css | 8 ++-- index.html | 2 +- interface/disjoin.html | 4 +- interface/free_dlist.html | 2 +- interface/operator(.in.).html | 6 +-- interface/operator(.in.)~2.html | 4 +- interface/operator(.match.).html | 4 +- interface/operator(==).html | 2 +- interface/operator(SLASH=).html | 2 +- interface/regex.html | 8 ++-- lists/files.html | 2 +- lists/modules.html | 2 +- lists/procedures.html | 2 +- lists/types.html | 2 +- module/forgex.html | 32 +++++++-------- module/forgex_enums_m.html | 2 +- module/forgex_lazy_dfa_m.html | 40 +++++++++---------- module/forgex_nfa_m.html | 16 ++++---- module/forgex_priority_queue_m.html | 4 +- module/forgex_segment_disjoin_m.html | 16 ++++---- module/forgex_segment_m.html | 12 +++--- module/forgex_sort_m.html | 4 +- module/forgex_syntax_tree_m.html | 20 +++++----- module/forgex_test_m.html | 16 ++++---- module/forgex_utf8_m.html | 2 +- page/English/index.html | 2 +- page/English/terms_related_to_Forgex.html | 2 +- page/Japanese/index.html | 2 +- page/index.html | 2 +- proc/add_dfa_transition.html | 2 +- proc/add_nfa_state.html | 2 +- proc/arg_in_segment.html | 6 +-- proc/arg_in_segment_list.html | 6 +-- proc/bubble_sort.html | 4 +- proc/build_automaton.html | 4 +- proc/build_syntax_tree.html | 4 +- proc/char_class.html | 2 +- proc/char_utf8.html | 2 +- proc/check_nfa_state.html | 2 +- proc/clear.html | 2 +- proc/collect_empty_transition.html | 2 +- proc/count_token.html | 2 +- proc/deallocate_tree.html | 2 +- proc/dequeue.html | 4 +- proc/disjoin_kernel.html | 4 +- proc/disjoin_nfa_state.html | 2 +- proc/dlist_reduction.html | 4 +- proc/enqueue.html | 4 +- proc/equivalent_nfa_state_set.html | 4 +- proc/get_token.html | 4 +- proc/ichar_utf8.html | 4 +- proc/idxutf8.html | 2 +- proc/in__matching.html | 6 +-- proc/index_list_from_segment_list.html | 4 +- proc/initialize_parser.html | 4 +- proc/initialize_pattern_cache.html | 2 +- proc/invert_segment_list.html | 2 +- proc/is_first_byte_of_character.html | 4 +- proc/is_first_byte_of_character_array.html | 2 +- proc/is_overlap_to_seg_list.html | 8 ++-- proc/is_prime_semgment.html | 6 +-- proc/is_there_caret_at_the_top.html | 6 +-- proc/is_there_dollar_at_the_end.html | 6 +-- proc/is_valid__in.html | 6 +-- proc/is_valid__match.html | 6 +-- proc/is_valid__regex.html | 6 +-- proc/lazy_dfa__compute_reachable_n_state.html | 6 +-- proc/lazy_dfa__construct.html | 4 +- proc/lazy_dfa__deallocate.html | 4 +- proc/lazy_dfa__deallocate_dlist.html | 2 +- proc/lazy_dfa__epsilon_closure.html | 4 +- proc/lazy_dfa__init.html | 4 +- proc/lazy_dfa__is_registered.html | 8 ++-- proc/lazy_dfa__matching.html | 4 +- proc/lazy_dfa__matching_exactly.html | 8 ++-- proc/lazy_dfa__move.html | 6 +-- proc/lazy_dfa__register.html | 6 +-- proc/len_trim_utf8.html | 2 +- proc/len_utf8.html | 2 +- proc/make_atom.html | 4 +- proc/make_tree_crlf.html | 2 +- proc/make_tree_node.html | 4 +- proc/mark_empty_transition.html | 2 +- proc/match__matching.html | 6 +-- proc/nfa__add_transition.html | 6 +-- proc/nfa__build.html | 2 +- proc/nfa__deallocate.html | 2 +- proc/nfa__disjoin.html | 4 +- proc/nfa__generate_nfa.html | 2 +- proc/nfa__generate_node.html | 2 +- proc/nfa__init.html | 2 +- proc/nfa__print.html | 2 +- proc/nfa__print_state_set.html | 2 +- proc/postfix_op.html | 2 +- proc/primary.html | 2 +- proc/print_class_simplify.html | 6 +-- proc/print_tree.html | 2 +- proc/print_tree_internal.html | 2 +- proc/range_min_max.html | 2 +- proc/regex.html | 2 +- proc/regex__matching.html | 10 ++--- proc/register_seg_list.html | 4 +- proc/runner_in.html | 4 +- proc/runner_match.html | 4 +- proc/runner_regex.html | 4 +- proc/seg_in_segment.html | 4 +- proc/segment_equivalent.html | 4 +- proc/segment_for_print.html | 6 +-- proc/segment_is_valid.html | 4 +- proc/segment_not_equiv.html | 4 +- proc/set_continuation_byte.html | 4 +- proc/shorthand.html | 2 +- proc/symbol_to_segment.html | 4 +- proc/term.html | 2 +- proc/which_segment_symbol_belong.html | 4 +- search.html | 2 +- sourcefile/enums_m.f90.html | 2 +- sourcefile/forgex.f90.html | 2 +- sourcefile/lazy_dfa_m.f90.html | 2 +- sourcefile/nfa_m.f90.html | 2 +- sourcefile/priority_queue_m.f90.html | 2 +- sourcefile/segment_disjoin_m.f90.html | 2 +- sourcefile/segment_m.f90.html | 2 +- sourcefile/sort_m.f90.html | 2 +- sourcefile/syntax_tree_m.f90.html | 2 +- sourcefile/test_m.f90.html | 2 +- sourcefile/utf8_m.f90.html | 2 +- tipuesearch/tipuesearch_content.js | 2 +- type/allocated_list_t.html | 6 +-- type/d_list_t.html | 6 +-- type/d_state_t.html | 2 +- type/d_transition_t.html | 6 +-- type/dfa_t.html | 2 +- type/dlist_pointer_list_t.html | 6 +-- type/dstate_pointer_list_t.html | 6 +-- type/dtransition_pointer_list_t.html | 6 +-- type/nfa_state_set_t.html | 2 +- type/nfa_t.html | 6 +-- type/nlist_pointer_list_t.html | 2 +- type/nlist_t.html | 6 +-- type/priority_queue_t.html | 2 +- type/segment_t.html | 2 +- type/tape_t.html | 10 ++--- type/tree_t.html | 6 +-- 144 files changed, 325 insertions(+), 325 deletions(-) diff --git a/css/user.css b/css/user.css index cc6a83c9..c2cfcb29 100644 --- a/css/user.css +++ b/css/user.css @@ -86,17 +86,17 @@ body { sans-serif; } /* 1668px is the width of iPad Pro 10.5" 2nd */ -@media (max-width: 1200px) { +@media (max-width: 1200px) and (min-width: { #text.row { justify-content: center; - }; + } .col-md-4 { display: flex; flex: 0 0 auto; width: 100%; max-width: 480px; - }; + } .col-md-8 { width: 100%; - }; + } } diff --git a/index.html b/index.html index 973ce22b..64053907 100644 --- a/index.html +++ b/index.html @@ -347,7 +347,7 @@

Derived Types

Documentation generated by FORD - on 2024-07-17 14:16

+ on 2024-07-17 14:32


diff --git a/interface/disjoin.html b/interface/disjoin.html index 7fc0d720..ea7ca210 100644 --- a/interface/disjoin.html +++ b/interface/disjoin.html @@ -172,7 +172,7 @@

Arguments

- + type(segment_t), intent(inout), @@ -209,7 +209,7 @@

Arguments

Documentation generated by FORD - on 2024-07-17 14:16

+ on 2024-07-17 14:32


diff --git a/interface/free_dlist.html b/interface/free_dlist.html index 842bec89..dfada41a 100644 --- a/interface/free_dlist.html +++ b/interface/free_dlist.html @@ -182,7 +182,7 @@

Arguments

Documentation generated by FORD - on 2024-07-17 14:16

+ on 2024-07-17 14:32


diff --git a/interface/operator(.in.).html b/interface/operator(.in.).html index ac395e0e..cb6f96f8 100644 --- a/interface/operator(.in.).html +++ b/interface/operator(.in.).html @@ -191,7 +191,7 @@

Arguments

- + type(segment_t), intent(in) @@ -251,7 +251,7 @@

Arguments

- + type(segment_t), intent(in) @@ -353,7 +353,7 @@

Documentation generated by FORD - on 2024-07-17 14:16

+ on 2024-07-17 14:32


diff --git a/interface/operator(.in.)~2.html b/interface/operator(.in.)~2.html index 289af26d..6cccaf50 100644 --- a/interface/operator(.in.)~2.html +++ b/interface/operator(.in.)~2.html @@ -172,7 +172,7 @@

Arguments

- + character(len=*), intent(in) @@ -229,7 +229,7 @@

Documentation generated by FORD - on 2024-07-17 14:16

+ on 2024-07-17 14:32


diff --git a/interface/operator(.match.).html b/interface/operator(.match.).html index 4ad1f9dd..a7d9d0e7 100644 --- a/interface/operator(.match.).html +++ b/interface/operator(.match.).html @@ -172,7 +172,7 @@

Arguments

- + character(len=*), intent(in) @@ -229,7 +229,7 @@

Documentation generated by FORD - on 2024-07-17 14:16

+ on 2024-07-17 14:32


diff --git a/interface/operator(==).html b/interface/operator(==).html index 595bf6af..7c5bbcd5 100644 --- a/interface/operator(==).html +++ b/interface/operator(==).html @@ -229,7 +229,7 @@

Documentation generated by FORD - on 2024-07-17 14:16

+ on 2024-07-17 14:32


diff --git a/interface/operator(SLASH=).html b/interface/operator(SLASH=).html index 852719da..c958aab6 100644 --- a/interface/operator(SLASH=).html +++ b/interface/operator(SLASH=).html @@ -229,7 +229,7 @@

Documentation generated by FORD - on 2024-07-17 14:16

+ on 2024-07-17 14:32


diff --git a/interface/regex.html b/interface/regex.html index 7bd67835..f802afe4 100644 --- a/interface/regex.html +++ b/interface/regex.html @@ -172,7 +172,7 @@

Arguments

- + character(len=*), intent(in) @@ -217,7 +217,7 @@

Arguments

- + integer(kind=int32), intent(inout), @@ -232,7 +232,7 @@

Arguments

- + integer(kind=int32), intent(inout), @@ -274,7 +274,7 @@

Documentation generated by FORD - on 2024-07-17 14:16

+ on 2024-07-17 14:32


diff --git a/lists/files.html b/lists/files.html index a9380628..e99fc07e 100644 --- a/lists/files.html +++ b/lists/files.html @@ -134,7 +134,7 @@

Source Files

Documentation generated by FORD - on 2024-07-17 14:16

+ on 2024-07-17 14:32


diff --git a/lists/modules.html b/lists/modules.html index 06ad402b..0d643a4c 100644 --- a/lists/modules.html +++ b/lists/modules.html @@ -153,7 +153,7 @@

Modules

Documentation generated by FORD - on 2024-07-17 14:16

+ on 2024-07-17 14:32


diff --git a/lists/procedures.html b/lists/procedures.html index 646ba3b5..ae4ed5e0 100644 --- a/lists/procedures.html +++ b/lists/procedures.html @@ -675,7 +675,7 @@

Procedures

Documentation generated by FORD - on 2024-07-17 14:16

+ on 2024-07-17 14:32


diff --git a/lists/types.html b/lists/types.html index de395697..aa41f8b9 100644 --- a/lists/types.html +++ b/lists/types.html @@ -207,7 +207,7 @@

Derived Types

Documentation generated by FORD - on 2024-07-17 14:16

+ on 2024-07-17 14:32


diff --git a/module/forgex.html b/module/forgex.html index 7c433c75..d3e22a34 100644 --- a/module/forgex.html +++ b/module/forgex.html @@ -194,10 +194,10 @@

Uses

@@ -316,7 +316,7 @@

Arguments

- + character(len=*), intent(in) @@ -393,7 +393,7 @@

Arguments

- + character(len=*), intent(in) @@ -470,7 +470,7 @@

Arguments

- + character(len=*), intent(in) @@ -515,7 +515,7 @@

Arguments

- + integer(kind=int32), intent(inout), @@ -530,7 +530,7 @@

Arguments

- + integer(kind=int32), intent(inout), @@ -583,7 +583,7 @@

Arguments

- + character(len=*), intent(in) @@ -644,7 +644,7 @@

Arguments

- + character(len=*), intent(in) @@ -690,7 +690,7 @@

Arguments

- + character(len=*), intent(in) @@ -735,7 +735,7 @@

Arguments

- + character(len=*), intent(in) @@ -795,7 +795,7 @@

Arguments

- + character(len=*), intent(in) @@ -840,7 +840,7 @@

Arguments

- + integer(kind=int32), intent(inout), @@ -855,7 +855,7 @@

Arguments

- + integer(kind=int32), intent(inout), @@ -922,7 +922,7 @@

Arguments

- + character(len=*), intent(in) @@ -981,7 +981,7 @@

Arguments

Documentation generated by FORD - on 2024-07-17 14:16

+ on 2024-07-17 14:32


diff --git a/module/forgex_enums_m.html b/module/forgex_enums_m.html index a9cd54ae..3b2e1e50 100644 --- a/module/forgex_enums_m.html +++ b/module/forgex_enums_m.html @@ -297,7 +297,7 @@

Enumerators

Documentation generated by FORD - on 2024-07-17 14:16

+ on 2024-07-17 14:32


diff --git a/module/forgex_lazy_dfa_m.html b/module/forgex_lazy_dfa_m.html index 7f870375..241c4a60 100644 --- a/module/forgex_lazy_dfa_m.html +++ b/module/forgex_lazy_dfa_m.html @@ -224,10 +224,10 @@

Uses