Home
last modified time | relevance | path

Searched refs:attachment_image (Results 1 – 18 of 18) sorted by relevance

/dports/www/moinmoin/moin-1.9.11/MoinMoin/formatter/
H A Dpagelinks.py29 table_row = table_cell = attachment_link = attachment_image = attachment_drawing = null
H A Dgroups.py68 table_row = table_cell = attachment_link = attachment_image = attachment_drawing = null
H A Dtext_xml.py76 def attachment_image(self, url, **kw): member in Formatter
H A Dtext_gedit.py84 def attachment_image(self, url, **kw): member in Formatter
H A Dtext_python.py148 def attachment_image(self, url, **kw): member in Formatter
H A D__init__.py118 def attachment_image(self, url, **kw): member in FormatterBase
H A Ddom_xml.py235 def attachment_image(self, url, **kw): member in Formatter
H A Dtext_plain.py110 def attachment_image(self, url, **kw): member in Formatter
H A Dtext_docbook.py392 def attachment_image(self, url, **kw): member in Formatter
H A Dtext_html.py639 def attachment_image(self, url, **kw): member in Formatter
/dports/www/moinmoin/moin-1.9.11/MoinMoin/parser/
H A Dtext_creole.py334 return self.formatter.attachment_image(
349 return self.formatter.attachment_image(
H A Dtext_moin_wiki.py739 return self.formatter.attachment_image(url, **tag_attrs)
/dports/net-im/nheko/nheko-0.9.0/src/notifications/
H A DManagerMac.mm75 …nt = [UNNotificationAttachment createFromImageData:img identifier:@"attachment_image.jpeg" options…
/dports/www/moinmoin/moin-1.9.11/MoinMoin/macro/
H A DTableOfContents.py89 attachment_image = _anything_return_empty variable in TOCFormatter
/dports/chinese/wordpress-zh_TW/wordpress/wp-includes/
H A Dtheme.php3248 $attachment_image = wp_get_attachment_url( $id );
3258 if ( $header_image && $header_image == $attachment_image ) {
3263 if ( $background_image && $background_image == $attachment_image ) {
/dports/chinese/wordpress-zh_CN/wordpress/wp-includes/
H A Dtheme.php3248 $attachment_image = wp_get_attachment_url( $id );
3258 if ( $header_image && $header_image == $attachment_image ) {
3263 if ( $background_image && $background_image == $attachment_image ) {
/dports/www/moinmoin/moin-1.9.11/MoinMoin/script/migration/
H A Dtext_moin158_wiki.py231 return self.formatter.attachment_image(url)
H A Dtext_moin160a_wiki.py223 return self.formatter.attachment_image(fname)