Home
last modified time | relevance | path

Searched refs:append_p (Results 1 – 25 of 40) sorted by relevance

12

/dports/lang/guile/guile-3.0.7/libguile/
H A Dhooks.c123 (SCM hook, SCM proc, SCM append_p),
140 (!SCM_UNBNDP (append_p) && scm_is_true (append_p)
/dports/lang/guile1/guile-1.8.8/libguile/
H A Dhooks.c195 (SCM hook, SCM proc, SCM append_p),
215 (!SCM_UNBNDP (append_p) && scm_is_true (append_p)
/dports/lang/guile2/guile-2.2.7/libguile/
H A Dhooks.c198 (SCM hook, SCM proc, SCM append_p),
215 (!SCM_UNBNDP (append_p) && scm_is_true (append_p)
/dports/devel/pycharm-pro/pycharm-2020.2.3/plugins/python/helpers/py2only/docutils/writers/odf_odt/
H A D__init__.py1439 def append_p(self, style, text=None): member in ODFTranslator
1462 el = self.append_p('textbody')
1466 el = self.append_p('blockindent')
1471 el = self.append_p('textbody')
1548 el = self.append_p('textbody')
1691 el = self.append_p('textbody')
1897 el = self.append_p('textbody')
2020 el = self.append_p('textbody')
2672 el = self.append_p('header')
2674 el = self.append_p('footer')
[all …]
/dports/devel/pycharm-pro/pycharm-2020.2.3/plugins/python/helpers/py3only/docutils/writers/odf_odt/
H A D__init__.py1441 def append_p(self, style, text=None): member in ODFTranslator
1464 el = self.append_p('textbody')
1468 el = self.append_p('blockindent')
1473 el = self.append_p('textbody')
1550 el = self.append_p('textbody')
1693 el = self.append_p('textbody')
1899 el = self.append_p('textbody')
2022 el = self.append_p('textbody')
2674 el = self.append_p('header')
2676 el = self.append_p('footer')
[all …]
/dports/textproc/py-docutils/docutils-0.17.1/build/lib/docutils/writers/odf_odt/
H A D__init__.py1543 def append_p(self, style, text=None): member in ODFTranslator
1566 el = self.append_p('textbody')
1571 el = self.append_p('blockindent')
1576 el = self.append_p('textbody')
1654 el = self.append_p('textbody')
1798 el = self.append_p('textbody')
2006 el = self.append_p('textbody')
2130 el = self.append_p('textbody')
2872 el = self.append_p('header')
2874 el = self.append_p('footer')
[all …]
/dports/textproc/py-docutils/docutils-0.17.1/docutils/writers/odf_odt/
H A D__init__.py1543 def append_p(self, style, text=None): member in ODFTranslator
1566 el = self.append_p('textbody')
1571 el = self.append_p('blockindent')
1576 el = self.append_p('textbody')
1654 el = self.append_p('textbody')
1798 el = self.append_p('textbody')
2006 el = self.append_p('textbody')
2130 el = self.append_p('textbody')
2872 el = self.append_p('header')
2874 el = self.append_p('footer')
[all …]
/dports/textproc/py-docutils/stage/usr/local/lib/python3.8/site-packages/docutils/writers/odf_odt/
H A D__init__.py1543 def append_p(self, style, text=None): member in ODFTranslator
1566 el = self.append_p('textbody')
1571 el = self.append_p('blockindent')
1576 el = self.append_p('textbody')
1654 el = self.append_p('textbody')
1798 el = self.append_p('textbody')
2006 el = self.append_p('textbody')
2130 el = self.append_p('textbody')
2872 el = self.append_p('header')
2874 el = self.append_p('footer')
[all …]
/dports/mail/thunderbird/thunderbird-91.8.0/comm/mailnews/mime/src/
H A Dmimei.h275 bool append_p);
H A Dmimei.cpp1118 char* mime_set_url_part(const char* url, const char* part, bool append_p) { in mime_set_url_part() argument
1155 if (append_p) { in mime_set_url_part()
/dports/science/nest/nest-simulator-3.1/testsuite/regressiontests/
H A Dticket-787.sli90 /add_ii /add_iv_iv /and_M_M /and_bb /and_ii /append_a /append_p
/dports/math/gnuplot/gnuplot-5.4.1/src/
H A Dcommand.c1897 print_set_output(char *name, TBOOLEAN datablock, TBOOLEAN append_p) in print_set_output() argument
1938 print_out = fopen(name, append_p ? "a" : "w"); in print_set_output()
1951 if (!append_p) in print_set_output()
H A Dset.c3241 TBOOLEAN append_p = FALSE; in set_print() local
3246 print_set_output(NULL, FALSE, append_p); in set_print()
3252 append_p = TRUE; in set_print()
3258 print_set_output(datablock_name, TRUE, append_p); in set_print()
3263 append_p = TRUE; in set_print()
3269 print_set_output(testfile, FALSE, append_p); in set_print()
/dports/math/gnuplot-lite/gnuplot-5.4.1/src/
H A Dcommand.c1897 print_set_output(char *name, TBOOLEAN datablock, TBOOLEAN append_p) in print_set_output() argument
1938 print_out = fopen(name, append_p ? "a" : "w"); in print_set_output()
1951 if (!append_p) in print_set_output()
H A Dset.c3241 TBOOLEAN append_p = FALSE; in set_print() local
3246 print_set_output(NULL, FALSE, append_p); in set_print()
3252 append_p = TRUE; in set_print()
3258 print_set_output(datablock_name, TRUE, append_p); in set_print()
3263 append_p = TRUE; in set_print()
3269 print_set_output(testfile, FALSE, append_p); in set_print()
/dports/math/gnuplot-tex-extras/gnuplot-5.2.8/src/
H A Dcommand.c1859 print_set_output(char *name, TBOOLEAN datablock, TBOOLEAN append_p) in print_set_output() argument
1899 print_out = fopen(name, append_p ? "a" : "w"); in print_set_output()
1912 if (!append_p) in print_set_output()
H A Dset.c3239 TBOOLEAN append_p = FALSE; in set_print() local
3244 print_set_output(NULL, FALSE, append_p); in set_print()
3250 append_p = TRUE; in set_print()
3256 print_set_output(datablock_name, TRUE, append_p); in set_print()
3261 append_p = TRUE; in set_print()
3267 print_set_output(testfile, FALSE, append_p); in set_print()
/dports/lang/guile2/guile-2.2.7/doc/ref/
H A Dapi-utility.texi564 @deffn {Scheme Procedure} add-hook! hook proc [append_p]
565 @deffnx {C Function} scm_add_hook_x (hook, proc, append_p)
567 procedure is added to the end if @var{append_p} is true,
/dports/science/nest/nest-simulator-3.1/lib/sli/
H A Dtypeinit.sli170 /known [/integertype /literaltype] {exch GetStatus exch } /known_ load append_p def
492 [/proceduretype /anytype] /append_p load addtotrie
493 [/proceduretype /integertype] /append_p load addtotrie
/dports/lang/guile1/guile-1.8.8/doc/ref/
H A Dapi-utility.texi609 @deffn {Scheme Procedure} add-hook! hook proc [append_p]
610 @deffnx {C Function} scm_add_hook_x (hook, proc, append_p)
612 procedure is added to the end if @var{append_p} is true,
/dports/lang/guile/guile-3.0.7/doc/ref/
H A Dapi-utility.texi567 @deffn {Scheme Procedure} add-hook! hook proc [append_p]
568 @deffnx {C Function} scm_add_hook_x (hook, proc, append_p)
570 procedure is added to the end if @var{append_p} is true,
/dports/lang/gcc12-devel/gcc-12-20211205/gcc/
H A Dtree-ssa-strlen.c259 void handle_builtin_stxncpy_strncat (bool append_p);
3162 strlen_pass::handle_builtin_stxncpy_strncat (bool append_p) in handle_builtin_stxncpy_strncat() argument
3269 if (!append_p in handle_builtin_stxncpy_strncat()
3277 else if ((append_p || !dstsize || len == dstlenp1) in handle_builtin_stxncpy_strncat()
3283 opt_code opt = (append_p || dstsize in handle_builtin_stxncpy_strncat()
/dports/shells/ksh93/ast-93u/src/cmd/nmake/
H A Dmake.h625 Rule_t* append_p; /* .APPEND. rule pointer */ member
/dports/shells/ksh93-devel/ast-cc1bca27/src/cmd/nmake/
H A Dmake.h625 Rule_t* append_p; /* .APPEND. rule pointer */ member
/dports/shells/ast-ksh/ast-ksh93v/src/cmd/nmake/
H A Dmake.h626 Rule_t* append_p; /* .APPEND. rule pointer */ member

12