Home
last modified time | relevance | path

Searched refs:quote_text (Results 1 – 16 of 16) sorted by relevance

/dports/databases/mdbtools/mdbtools-1.0.0/src/util/
H A Dmdb-export.c27 static void format_value(FILE *outfile, char *value, size_t length, int quote_text, int col_type, c…
44 int quote_text = 1; in main() local
67 …{"no-quote", 'Q', G_OPTION_FLAG_REVERSE, G_OPTION_ARG_NONE, &quote_text, "Don't wrap text-like fie… in main()
263 quote_text, col->col_type, in main()
321 quote_text, col->col_type, in main()
358 static void format_value(FILE *outfile, char *value, size_t length, int quote_text, int col_type, c… in format_value() argument
366 …mdb_print_col(outfile, value, quote_text, col_type, length, quote_char_binary_sqlite, escape_char,… in format_value()
374 …mdb_print_col(outfile, value, quote_text, col_type, length, quote_char_binary_sqlite, escape_char,… in format_value()
382 …mdb_print_col(outfile, value, quote_text, col_type, length, quote_char_binary_postgres, escape_cha… in format_value()
387 …mdb_print_col(outfile, value, quote_text, col_type, length, quote_char, escape_char, bin_mode | ex… in format_value()
H A Dmdb-array.c34 char quote_text = 1; in main() local
90 if (quote_text && in main()
/dports/textproc/po4a/po4a-0.65/lib/Locale/Po4a/
H A DPo.pm514 print $fh "msgstr " . quote_text( $self->{header}, $self->{options}{'wrap-po'} ) . "\n\n";
553 … Encode::encode_utf8( "msgid " . quote_text( $msgid, $self->{options}{'wrap-po'} ) . "\n" );
557 $output = "msgid " . quote_text( $msgid, $self->{options}{'wrap-po'} ) . "\n";
559 … "msgstr[0] " . quote_text( $self->{po}{$msgid}{'msgstr'}, $self->{options}{'wrap-po'} ) . "\n";
574 … $output = "msgid_plural " . quote_text( $msgid, $self->{options}{'wrap-po'} ) . "\n";
577 … "msgstr[1] " . quote_text( $self->{po}{$msgid}{'msgstr'}, $self->{options}{'wrap-po'} ) . "\n";
589 $output .= "msgid " . quote_text( $msgid, $self->{options}{'wrap-po'} ) . "\n";
1394 my $txt = quote_text( $msgid, $self->{options}{'wrap-po'} );
1397 . quote_text( $self->{po}{$msgid}{'msgstr'}, $self->{options}{'wrap-po'} ),
1399 … format_comment( ". ", $reference ) . quote_text($msgstr), $self->{options}{'wrap-po'}
[all …]
/dports/net/rssguard/rssguard-4.0.4/resources/scripts/scrapers/
H A Dwiki-qotd.py29 quote_text = "<span>" + lst.find("li").decode_contents() + "</span>" variable
36 html = json.dumps(quote_text),
/dports/graphics/variety/variety-0.8.5/variety/plugins/builtin/quotes/
H A DGoodreadsSource.py193 quote_text = (
205 {"quote": quote_text, "author": author, "sourceName": "Goodreads", "link": link}
/dports/net/boinc-client/boinc-client_release-7.8-7.8.6/html/user/
H A Dforum_reply.php161 $x2 .= quote_text(htmlspecialchars($parent_post->content))."\n";
181 function quote_text($text) { function
/dports/finance/electrum/Electrum-4.1.5/electrum/gui/kivy/uix/ui_screens/
H A Dhistory.kv27 quote_text: ''
28 amount_str: self.quote_text if app.is_fiat else self.amount
/dports/games/renpy/renpy-7.4.11-sdk/renpy/
H A Dlint.py422 def quote_text(s): function
436 report("%s (in %s)", msg, quote_text(s))
463 report("Unknown string format code '%s' (in %s)", fmt, quote_text(s))
473 report("Unterminated string format code '%s' (in %s)", fmt, quote_text(s))
/dports/sysutils/py-azure-cli-core/azure-cli-core-2.29.2/azure/cli/core/commands/
H A Dparameters.py278 quote_text = 'Use {} to clear existing tags.'.format(quotes) variable
282 help="space-separated tags: key[=value] [key[=value] ...]. {}".format(quote_text),
288 help="a single tag in 'key[=value]' format. {}".format(quote_text),
/dports/irc/bitlbee/bitlbee-3.6/protocols/twitter/
H A Dtwitter_lib.c707 char *quote_url = NULL, *quote_text = NULL, *quote_kort = NULL; in expand_entities() local
717 quote_text = g_strdup_printf("@%s: %s", txs->user->screen_name, txs->text); in expand_entities()
764 disp = quote_text; in expand_entities()
777 if (quote_text && !quote_used) { in expand_entities()
779 char *new = g_strdup_printf("%s <%s>[%s]", *text, url, quote_text); in expand_entities()
784 g_free(quote_text); in expand_entities()
/dports/www/phpbb3/phpBB3/includes/
H A Dfunctions_content.php1796 $quote_text = $text_formatter_utils->generate_quote(
1801 $message_parser->message = $quote_text . "\n\n";
/dports/www/phpbb3/phpBB3/includes/ucp/
H A Ducp_pm_compose.php1144 $quote_text = $phpbb_container->get('text_formatter.utils')->generate_quote(
1148 $message_parser->message = implode("\n", $forward_text) . "\n\n" . $quote_text;
/dports/net/boinc-client/boinc-client_release-7.8-7.8.6/drupal/sites/default/boinc/modules/contrib/bbcode/
H A Dbbcode-filter.inc6 $quote_text = t('Quote:');
196 …?\]#i' => '<div class="bb-quote">'.$quote_text.'<blockquote cla…
/dports/databases/mdbtools/mdbtools-1.0.0/src/libmdb/
H A Dbackend.c1098 mdb_print_col(FILE *outfile, gchar *col_val, int quote_text, int col_type, int bin_len, in mdb_print_col() argument
1106 int quoting = quote_text && is_quote_type(col_type); in mdb_print_col()
/dports/databases/mdbtools/mdbtools-1.0.0/include/
H A Dmdbtools.h.in588 void mdb_print_col(FILE *outfile, gchar *col_val, int quote_text, int col_type, int bin_len, char *…
/dports/net-im/scli/scli-0.6.5/
H A Dscli2786 quote_text = quote['text']
2793 if quote_text:
2795 ret.extend(self._get_text_markup(quote_text))