Home
last modified time | relevance | path

Searched refs:comment_string (Results 1 – 25 of 192) sorted by relevance

12345678

/dports/www/serendipity/Serendipity-2.3.5/templates/default/
H A Dcommentpopup.tpl23comment_string.0}<a href="{$comment_url}">{$comment_string.1}</a>{$comment_string.2}<a href="#" on…
27comment_string.0}<a href="{$comment_url}">{$comment_string.1}</a>{$comment_string.2}<a href="#" on…
31 …pup_comments_message_empty">{$comment_string.0}<a href="#" onclick="history.go(-1)">{$comment_stri…
/dports/www/serendipity/Serendipity-2.3.5/templates/bulletproof/
H A Dcommentpopup.tpl32comment_string.0}<a href="{$comment_url}">{$comment_string.1}</a>{$comment_string.2}<a href="#" on…
34comment_string.0}<a href="{$comment_url}">{$comment_string.1}</a>{$comment_string.2}<a href="#" on…
36 …pup_comments_message_empty">{$comment_string.0}<a href="#" onclick="history.go(-1)">{$comment_stri…
/dports/textproc/miller/miller-5.10.2/c/input/
H A Dlrec_readers.c13 popts->comment_handling, popts->comment_string); in lrec_reader_alloc()
16 popts->allow_ragged_csv_input, popts->comment_handling, popts->comment_string); in lrec_reader_alloc()
20 popts->comment_string); in lrec_reader_alloc()
23 popts->comment_handling, popts->comment_string); in lrec_reader_alloc()
26 popts->comment_handling, popts->comment_string); in lrec_reader_alloc()
29 popts->json_array_ingest, popts->irs, popts->comment_handling, popts->comment_string); in lrec_reader_alloc()
H A Dline_readers.c137 char* comment_string, in mlr_alloc_read_line_single_delimiter_stripping_comments() argument
146 comment_string, in mlr_alloc_read_line_single_delimiter_stripping_comments()
157 char* comment_string, in mlr_alloc_read_line_single_delimiter_stripping_comments_aux() argument
168 } else if (string_starts_with(line, comment_string)) { in mlr_alloc_read_line_single_delimiter_stripping_comments_aux()
194 char* comment_string) in mlr_alloc_read_line_multiple_delimiter_stripping_comments() argument
202 comment_string, in mlr_alloc_read_line_multiple_delimiter_stripping_comments()
213 char* comment_string, in mlr_alloc_read_line_multiple_delimiter_stripping_comments_aux() argument
223 } else if (string_starts_with(line, comment_string)) { in mlr_alloc_read_line_multiple_delimiter_stripping_comments_aux()
H A Dlrec_readers.h15 int allow_ragged_csv_input, comment_handling_t comment_handling, char* comment_string);
17 int allow_ragged_csv_input, comment_handling_t comment_handling, char* comment_string);
19 comment_handling_t comment_handling, char* comment_string);
21 comment_handling_t comment_handling, char* comment_string);
23 comment_handling_t comment_handling, char* comment_string);
25 comment_handling_t comment_handling, char* comment_string);
H A Dline_readers.h39 char* comment_string,
48 char* comment_string,
59 char* comment_string);
67 char* comment_string,
H A Dlrec_reader_stdio_nidx.c24 char* comment_string; member
41 comment_handling_t comment_handling, char* comment_string) in lrec_reader_stdio_nidx_alloc() argument
52 pstate->comment_string = comment_string; in lrec_reader_stdio_nidx_alloc()
102 &pstate->line_length, TRUE, pstate->comment_handling, pstate->comment_string, pctx); in lrec_reader_stdio_nidx_process_single_irs_single_ifs_auto_line_term()
119 &pstate->line_length, TRUE, pstate->comment_handling, pstate->comment_string, pctx); in lrec_reader_stdio_nidx_process_single_irs_multi_ifs_auto_line_term()
136 &pstate->line_length, FALSE, pstate->comment_handling, pstate->comment_string, pctx); in lrec_reader_stdio_nidx_process_single_irs_single_ifs()
152 &pstate->line_length, FALSE, pstate->comment_handling, pstate->comment_string, pctx); in lrec_reader_stdio_nidx_process_single_irs_multi_ifs()
167 &pstate->line_length, pstate->comment_handling, pstate->comment_string); in lrec_reader_stdio_nidx_process_multi_irs_single_ifs()
181 &pstate->line_length, pstate->comment_handling, pstate->comment_string); in lrec_reader_stdio_nidx_process_multi_irs_multi_ifs()
H A Dlrec_reader_stdio_dkvp.c28 char* comment_string; member
49 comment_handling_t comment_handling, char* comment_string) in lrec_reader_stdio_dkvp_alloc() argument
62 pstate->comment_string = comment_string; in lrec_reader_stdio_dkvp_alloc()
114 &pstate->line_length, TRUE, pstate->comment_handling, pstate->comment_string, pctx); in lrec_reader_stdio_dkvp_process_single_irs_single_others_auto_line_term()
132 TRUE, pstate->comment_handling, pstate->comment_string, pctx); in lrec_reader_stdio_dkvp_process_single_irs_multi_others_auto_line_term()
147 FALSE, pstate->comment_handling, pstate->comment_string, pctx); in lrec_reader_stdio_dkvp_process_single_irs_single_others()
161 &pstate->line_length, FALSE, pstate->comment_handling, pstate->comment_string, pctx); in lrec_reader_stdio_dkvp_process_single_irs_multi_others()
176 &pstate->line_length, pstate->comment_handling, pstate->comment_string); in lrec_reader_stdio_dkvp_process_multi_irs_single_others()
190 &pstate->line_length, pstate->comment_handling, pstate->comment_string); in lrec_reader_stdio_dkvp_process_multi_irs_multi_others()
H A Dlrec_reader_stdio_xtab.c27 char* comment_string; member
37 comment_handling_t comment_handling, char* comment_string) in lrec_reader_stdio_xtab_alloc() argument
50 pstate->comment_string = comment_string; in lrec_reader_stdio_xtab_alloc()
104 pstate->comment_handling, pstate->comment_string, pctx); in lrec_reader_stdio_xtab_process()
108 pstate->comment_handling, pstate->comment_string); in lrec_reader_stdio_xtab_process()
H A Dlrec_reader_stdio_json.c45 char* comment_string; member
55 comment_handling_t comment_handling, char* comment_string) in lrec_reader_stdio_json_alloc() argument
68 pstate->comment_string = comment_string; in lrec_reader_stdio_json_alloc()
163 pstate->comment_handling, pstate->comment_string, line_term); in lrec_reader_stdio_json_sof()
/dports/java/java-subversion/subversion-1.14.1/subversion/svn/
H A Dlock-cmd.c48 svn_string_t *comment_string; in get_comment() local
60 comment_string = svn_string_create(opt_state->filedata->data, pool); in get_comment()
66 comment_string = svn_string_create(opt_state->message, pool); in get_comment()
75 SVN_ERR(svn_subst_translate_string2(&comment_string, NULL, NULL, in get_comment()
76 comment_string, opt_state->encoding, in get_comment()
78 *comment = comment_string->data; in get_comment()
/dports/devel/py-subversion/subversion-1.14.1/subversion/svn/
H A Dlock-cmd.c48 svn_string_t *comment_string; in get_comment() local
60 comment_string = svn_string_create(opt_state->filedata->data, pool); in get_comment()
66 comment_string = svn_string_create(opt_state->message, pool); in get_comment()
75 SVN_ERR(svn_subst_translate_string2(&comment_string, NULL, NULL, in get_comment()
76 comment_string, opt_state->encoding, in get_comment()
78 *comment = comment_string->data; in get_comment()
/dports/security/subversion-gnome-keyring/subversion-1.14.1/subversion/svn/
H A Dlock-cmd.c48 svn_string_t *comment_string; in get_comment() local
60 comment_string = svn_string_create(opt_state->filedata->data, pool); in get_comment()
66 comment_string = svn_string_create(opt_state->message, pool); in get_comment()
75 SVN_ERR(svn_subst_translate_string2(&comment_string, NULL, NULL, in get_comment()
76 comment_string, opt_state->encoding, in get_comment()
78 *comment = comment_string->data; in get_comment()
/dports/devel/p5-subversion/subversion-1.14.1/subversion/svn/
H A Dlock-cmd.c48 svn_string_t *comment_string; in get_comment() local
60 comment_string = svn_string_create(opt_state->filedata->data, pool); in get_comment()
66 comment_string = svn_string_create(opt_state->message, pool); in get_comment()
75 SVN_ERR(svn_subst_translate_string2(&comment_string, NULL, NULL, in get_comment()
76 comment_string, opt_state->encoding, in get_comment()
78 *comment = comment_string->data; in get_comment()
/dports/deskutils/myitcrm/MyITCRM-0.2.9.3/modules/workorder/
H A Dedit_comment.php27 $comment_string = $VAR['comment']; variable
28 $comment_string = stripslashes($comment_string); variable
31 WORK_ORDER_COMMENT =".$db->qstr( $comment_string ).",
/dports/misc/vxl/vxl-3.3.2/contrib/mul/mbl/
H A Dmbl_parse_keyword_list.cxx52 std::string comment_string; in mbl_parse_keyword_list() local
53 std::getline(ss, comment_string); in mbl_parse_keyword_list()
105 std::string comment_string; in mbl_parse_keyword_list2() local
106 std::getline(ss, comment_string); in mbl_parse_keyword_list2()
/dports/science/py-MDAnalysis/MDAnalysis-0.19.2/MDAnalysis/migration/fixes/
H A Dfix_framenumberingzerobased2.py26comment_string = '\n#ten2eleven.py detected a possible incompatibility between this code and MDAna…
34 node.set_prefix(comment_string + node.prefix)
37 node.set_prefix(comment_string + node.prefix)
/dports/devel/libfirm/libfirm-1.21.0/ir/be/scripts/
H A Dgenerate_emitter.pl36 our $comment_string = "/*";
63 my $comment_string_quoted = quotemeta($comment_string);
116 $res .= $comment_string;
161 …push(@obst_func, $indent.'lc_efprintf(arg_env, F, "\t%-35s %-60s '.$comment_string.' %+F (%+G) '.$…
/dports/science/elk/elk-7.2.42/src/
H A Dprotex197 $comment_string = '!'; # -------
211 $comment_string = '--'; # ---
225 $comment_string = '//'; # C
239 $comment_string = '#'; # ------
689 if ( $verb && $#Fld == 0 && ( $Fld[0] eq $comment_string ) ) {
693 $_ = $comment_string . " \\end{verbatim}";
695 s/^$comment_string/ /; # replace comment string with blank
/dports/java/java-subversion/subversion-1.14.1/subversion/mod_dav_svn/reports/
H A Dget-locks.c133 svn_string_t comment_string; in send_get_lock_response() local
136 comment_string.data = lock->comment; in send_get_lock_response()
137 comment_string.len = strlen(lock->comment); in send_get_lock_response()
138 encoded_comment = svn_base64_encode_string2(&comment_string, in send_get_lock_response()
/dports/devel/py-subversion/subversion-1.14.1/subversion/mod_dav_svn/reports/
H A Dget-locks.c133 svn_string_t comment_string; in send_get_lock_response() local
136 comment_string.data = lock->comment; in send_get_lock_response()
137 comment_string.len = strlen(lock->comment); in send_get_lock_response()
138 encoded_comment = svn_base64_encode_string2(&comment_string, in send_get_lock_response()
/dports/security/subversion-gnome-keyring/subversion-1.14.1/subversion/mod_dav_svn/reports/
H A Dget-locks.c133 svn_string_t comment_string; in send_get_lock_response() local
136 comment_string.data = lock->comment; in send_get_lock_response()
137 comment_string.len = strlen(lock->comment); in send_get_lock_response()
138 encoded_comment = svn_base64_encode_string2(&comment_string, in send_get_lock_response()
/dports/devel/p5-subversion/subversion-1.14.1/subversion/mod_dav_svn/reports/
H A Dget-locks.c133 svn_string_t comment_string; in send_get_lock_response() local
136 comment_string.data = lock->comment; in send_get_lock_response()
137 comment_string.len = strlen(lock->comment); in send_get_lock_response()
138 encoded_comment = svn_base64_encode_string2(&comment_string, in send_get_lock_response()
/dports/lang/v8/v8-9.6.180.12/src/codegen/
H A Dcode-comments.cc44 const char* comment_string = in GetComment() local
46 CHECK_EQ(GetCommentSize(), strlen(comment_string) + 1); in GetComment()
47 return comment_string; in GetComment()
/dports/audio/py-fmoo-audiotools/audiotools-3.0/audiotools/
H A Dopus.py306 for comment_string in metadata.comment_strings:
307 comment_string = comment_string.encode('utf-8')
308 comment_writer.build("32u %db" % (len(comment_string)),
309 (len(comment_string), comment_string))

12345678