Home
last modified time | relevance | path

Searched refs:modify_comment (Results 1 – 17 of 17) sorted by relevance

/dports/databases/py-alembic14/alembic-1.4.3/alembic/operations/
H A Dops.py1502 modify_comment=False, argument
1515 self.modify_comment = modify_comment
1580 if self.modify_comment is not False:
1595 self.modify_comment,
1606 or self.modify_comment is not False
1629 if self.modify_comment is not False:
1630 kw["modify_comment"] = self.modify_comment
1775 modify_comment=comment,
1837 modify_comment=comment,
H A Dtoimpl.py25 comment = operation.modify_comment
/dports/databases/py-alembic/alembic-1.7.5/alembic/operations/
H A Dops.py1606 modify_comment: Optional[Union[str, bool]] = False,
1619 self.modify_comment = modify_comment
1684 if self.modify_comment is not False:
1699 self.modify_comment,
1710 or self.modify_comment is not False
1733 if self.modify_comment is not False:
1734 kw["modify_comment"] = self.modify_comment
1876 modify_comment=comment,
1940 modify_comment=comment,
H A Dtoimpl.py32 comment = operation.modify_comment
/dports/www/trac-devel/Trac-1.5.3/trac/ticket/tests/
H A Dmodel.py640 ticket.modify_comment(self._find_change(ticket, 1),
652 ticket.modify_comment(self._find_change(ticket, 2),
666 ticket.modify_comment(self._find_change(ticket, 3),
681 ticket.modify_comment(self._find_change(ticket, 2),
702 ticket.modify_comment(self._find_change(ticket, 3),
712 ticket.modify_comment(self._find_change(ticket, 2),
724 ticket.modify_comment(self._find_change(ticket, 1),
727 ticket.modify_comment(self._find_change(ticket, 1),
741 ticket.modify_comment(self._find_change(ticket, 1),
757 ticket.modify_comment(self._find_change(ticket, 1),
[all …]
/dports/databases/py-alembic/alembic-1.7.5/alembic/testing/suite/
H A Dtest_autogen_diffs.py29 eq_(alter_col.modify_comment, "x")
/dports/databases/py-alembic14/alembic-1.4.3/tests/
H A Dtest_autogen_render.py1871 "sometable", "somecolumn", modify_comment="This is a comment"
1896 modify_comment=None,
/dports/databases/py-alembic14/alembic-1.4.3/alembic/autogenerate/
H A Drender.py410 comment = op.modify_comment
H A Dcompare.py1061 alter_column_op.modify_comment = metadata_comment
/dports/databases/py-alembic/alembic-1.7.5/tests/
H A Dtest_autogen_render.py1925 "sometable", "somecolumn", modify_comment="This is a comment"
1948 modify_comment=None,
/dports/databases/py-alembic/alembic-1.7.5/alembic/autogenerate/
H A Drender.py499 comment = op.modify_comment
H A Dcompare.py1220 alter_column_op.modify_comment = metadata_comment
/dports/www/trac-devel/Trac-1.5.3/trac/ticket/
H A Dmodel.py587 def modify_comment(self, cdate, author, comment, when=None): member in Ticket
H A Dweb_ui.py608 ticket.modify_comment(change['date'], req.authname, comment)
/dports/astro/p5-Astro-FITS-CFITSIO/Astro-FITS-CFITSIO-1.15/testprog/
H A Dtestprog_OO.pl593 $fptr->modify_comment('KY_IKYJ','This is a modified comment', $status);
H A Dtestprog_pdl.pl612 $fptr->modify_comment('KY_IKYJ','This is a modified comment', $status);
/dports/astro/p5-Astro-FITS-CFITSIO/Astro-FITS-CFITSIO-1.15/
H A DCFITSIO.xs3379 fitsfilePtr::modify_comment = 2