Home
last modified time | relevance | path

Searched refs:get_paragraph (Results 1 – 25 of 33) sorted by relevance

12

/dports/databases/xapian-core12/xapian-core-1.2.25/tests/harness/
H A Dindex_utils.cc36 get_paragraph(istream &input) in get_paragraph() function
56 string para = get_paragraph(input); in next()
/dports/databases/xapian-core/xapian-core-1.4.18/tests/harness/
H A Dindex_utils.cc39 get_paragraph(istream &input) in get_paragraph() function
60 string para = get_paragraph(input); in index_to()
/dports/lang/swi-pl/swipl-8.2.3/packages/xpce/src/fmt/
H A Dparagraph.c229 #define get_paragraph NULL macro
256 get_paragraph,
/dports/textproc/p5-Text-Lorem/Text-Lorem-0.34/lib/Text/
H A DLorem.pm59 sub get_paragraph { subroutine
69 push @paragraphs, $self->get_paragraph for (1..$num);
/dports/devel/kBuild/kBuild-0.1.9998/src/sed/sed/
H A Dfmt.c137 static bool get_paragraph P_ ((void));
219 while (get_paragraph ()) in fmt()
234 get_paragraph () in get_paragraph() function
/dports/editors/ssed/sed-3.62/sed/
H A Dfmt.c137 static bool get_paragraph P_ ((void));
219 while (get_paragraph ()) in fmt()
234 get_paragraph () in get_paragraph() function
/dports/textproc/p5-Text-Lorem/Text-Lorem-0.34/t/
H A D01_new.t12 …rate_wordlist wordlist wordcount get_word words get_sentence sentences get_paragraph paragraphs });
/dports/textproc/p5-Pod-Tree/Pod-Tree-1.31/lib/Pod/Tree/
H A DStream.pm19 sub get_paragraph { subroutine
/dports/editors/cooledit/cooledit-3.17.28/widget/
H A Dwordproc.c110 static unsigned char *get_paragraph (WEdit * edit, long p, long q, int indent, int *size) in get_paragraph() function
353 t = get_paragraph (edit, p, q, indent, &size); in format_paragraph()
/dports/deskutils/gnote/gnote-41.1/src/plugins/printnotes/
H A Dprintnotesnoteaddin.hpp62 int get_paragraph() const in get_paragraph() function in printnotes::PageBreak
H A Dprintnotesnoteaddin.cpp390 while (position.get_line() < start.get_paragraph()) { in on_draw_page()
414 if ((paragraph_number == start.get_paragraph()) && in on_draw_page()
419 if ((paragraph_number == end.get_paragraph()) && in on_draw_page()
/dports/misc/gnuls/coreutils-8.30/src/
H A Dfmt.c155 static bool get_paragraph (FILE *f);
482 while (get_paragraph (f)) in fmt()
538 get_paragraph (FILE *f) in get_paragraph() function
/dports/sysutils/coreutils/coreutils-8.32/src/
H A Dfmt.c155 static bool get_paragraph (FILE *f);
482 while (get_paragraph (f)) in fmt()
538 get_paragraph (FILE *f) in get_paragraph() function
/dports/print/lyx/lyx-2.3.4.2/lib/lyx2lyx/
H A Dlyx_1_2.py41 def get_paragraph(lines, i, format): function
191 k = get_paragraph(lines, i, document.format + 1)
419 l = get_paragraph(lines, i, document.format + 1)
452 j = get_paragraph(lines, i, document.format + 1)
H A Dlyx_1_4.py45 def get_paragraph(lines, i, format): function
1209 this_par = get_paragraph(document.body, i, document.format - 1)
1338 prev_par = get_paragraph(document.body, this_par - 1, document.format - 1) + 1
/dports/misc/mc-nox11/mc-4.8.27/src/editor/
H A Dformat.c172 get_paragraph (const edit_buffer_t * buf, off_t p, off_t q, gboolean indent) in get_paragraph() function
496 t = get_paragraph (&edit->buffer, p, q, indent != 0); in format_paragraph()
/dports/misc/mc/mc-4.8.27/src/editor/
H A Dformat.c172 get_paragraph (const edit_buffer_t * buf, off_t p, off_t q, gboolean indent) in get_paragraph() function
496 t = get_paragraph (&edit->buffer, p, q, indent != 0); in format_paragraph()
/dports/textproc/p5-Pod-Tree/Pod-Tree-1.31/lib/Pod/
H A DTree.pm48 while ( $paragraph = $stream->get_paragraph ) {
/dports/devel/etl/synfig-1.2.2/synfig-studio/src/gui/cellrenderer/
H A Dcellrenderer_value.cpp248 bool get_paragraph(synfig::String& text) in get_paragraph() function
643 if(get_paragraph(string)) in start_editing_vfunc()
/dports/graphics/synfig/synfig-1.2.2/synfig-studio/src/gui/cellrenderer/
H A Dcellrenderer_value.cpp248 bool get_paragraph(synfig::String& text) in get_paragraph() function
643 if(get_paragraph(string)) in start_editing_vfunc()
/dports/graphics/synfigstudio/synfig-1.2.2/synfig-studio/src/gui/cellrenderer/
H A Dcellrenderer_value.cpp248 bool get_paragraph(synfig::String& text) in get_paragraph() function
643 if(get_paragraph(string)) in start_editing_vfunc()
/dports/textproc/p5-ODF-lpOD/ODF-lpOD-1.126/
H A DlpOD.pod16 my $paragraph = $context->get_paragraph(
43 is supposed to exist; otherwise get_paragraph would return undef);
235 select something I<below> the current element. Thanks to the C<get_paragraph>
241 my $p = $context->get_paragraph(-1);
/dports/textproc/p5-ODF-lpOD/ODF-lpOD-1.126/lpOD/
H A DTutorial.pod474 a new paragraph before it. We can call C<get_paragraph()> from our primary
477 my $p = $context->get_paragraph(position => -1);
501 my $p = $context->get_paragraph(position => -1);
536 $p = $doc1->body->get_paragraph->clone;
539 This example introduced C<get_paragraph()>. We'll see more details about the
656 $p = $doc->get_body->get_paragraph(position => 2);
663 $p = $doc->get_body->get_paragraph(position => -1);
675 $p = $context->get_paragraph(
1098 $p = $doc->get_body->get_paragraph(content => "ODF");
1204 $p = $doc->get_body->get_paragraph(content => "ODF");
[all …]
H A DElement.pod155 that C<get_paragraph()>, introduced in L<ODF::lpOD::TextElement>, does the job
330 my $last_p = $context->get_paragraph(position => -1);
340 $paragraph = $context->get_paragraph(position => -1);
H A DStructuredContainer.pm356 my $p = $frame->get_paragraph or return undef;

12