Home
last modified time | relevance | path

Searched refs:many_examples (Results 1 – 4 of 4) sorted by relevance

/dports/textproc/kf5-syntax-highlighting/syntax-highlighting-5.89.0/autotests/input/
H A Dhighlight.f9076 many_examples variable
132 if ( .not. allocated(many_examples) ) then
133 allocate( many_examples(10) )
135 print *, "Lower bound = ", lbound(many_examples, 1)
136 print *, "Upper bound = ", ubound(many_examples, 1)
138 p => many_examples(5) ! <-- p is a pointer
151 deallocate( many_examples )
/dports/textproc/p5-Syntax-Highlight-Engine-Kate/Syntax-Highlight-Engine-Kate-0.14/samples/
H A Dhighlight.f9076 many_examples variable
136 if ( .not. allocated(many_examples) ) then
137 allocate( many_examples(10) )
139 print *, "Lower bound = ", lbound(many_examples, 1)
140 print *, "Upper bound = ", ubound(many_examples, 1)
142 p => many_examples(5) ! <-- p is a pointer
155 deallocate( many_examples )
/dports/textproc/kf5-syntax-highlighting/syntax-highlighting-5.89.0/autotests/folding/
H A Dhighlight.f90.fold76 many_examples
132 if ( .not. allocated(many_examples) ) <beginfold id='2'>then</beginfold id='2'>
133 allocate( many_examples(10) )
135 print *, "Lower bound = ", lbound(many_examples, 1)
136 print *, "Upper bound = ", ubound(many_examples, 1)
138 p => many_examples(5) ! <-- p is a pointer
151 deallocate( many_examples )
/dports/textproc/kf5-syntax-highlighting/syntax-highlighting-5.89.0/autotests/reference/
H A Dhighlight.f90.ref76 <Normal Text> many_examples</Normal Text><br/>
132 …y Function>allocated</Inquiry Function><Symbol>(</Symbol><Normal Text>many_examples</Normal Text><…
133 …ormal Text><Keyword>allocate</Keyword><Symbol>(</Symbol><Normal Text> many_examples</Normal Text><…
135 …uiry Function>lbound</Inquiry Function><Symbol>(</Symbol><Normal Text>many_examples</Normal Text><…
136 …uiry Function>ubound</Inquiry Function><Symbol>(</Symbol><Normal Text>many_examples</Normal Text><…
138 …</Normal Text><Keyword>=</Keyword><Operator>></Operator><Normal Text> many_examples</Normal Text><…
151 …mal Text><Keyword>deallocate</Keyword><Symbol>(</Symbol><Normal Text> many_examples </Normal Text>…