Home
last modified time | relevance | path

Searched refs:check_labels (Results 1 – 25 of 146) sorted by relevance

123456

/dports/deskutils/zim/zim-0.74.3/zim/plugins/tasklist/
H A Dindexer.py330 check_labels = not self.all_checkboxes
335 check_labels = check_labels and not self.task_label_re.match(''.join(text))
337 listtasks = self._parse_list(token_iter, tags=tags, parent=defaults, check_labels=check_labels)
399 def _parse_list(self, token_iter, parent=None, tags=[], check_labels=False): argument
414 if (not check_labels and bullet in (CHECKED_BOX, UNCHECKED_BOX, XCHECKED_BOX))\
431 …list(token_iter, parent=parent_item[0], tags=parent_item[0][4], check_labels=check_labels) # recurs
436 mytasks = self._parse_list(token_iter, parent=parent, check_labels=check_labels) # recurs
/dports/editors/cooledit/cooledit-3.17.28/editor/
H A Dfind.c71 char *input_tool_hint[], int *check_values[], char *check_labels[], \ in CInputsWithOptions() argument
137 for (k = 0; check_values[k] && check_labels[k]; k++); in CInputsWithOptions()
145 for (k = 0; check_values[k] && check_labels[k]; k++) { in CInputsWithOptions()
151 …id, win, xh + ((k >= labels_in_column) ? x / 2 : 0), yh, *check_values[k], _ (check_labels[k]), 0); in CInputsWithOptions()
194 for (k = 0; check_values[k] && check_labels[k]; k++) { in CInputsWithOptions()
257 char *check_labels[10] = in find_file() local
307 …lt, input_labels, input_names, input_tool_hint, checks_values_result, check_labels, check_tool_hin… in find_file()
370 char *check_labels[20] = in ctags() local
450 …lt, input_labels, input_names, input_tool_hint, checks_values_result, check_labels, check_tool_hin… in ctags()
H A Dprint.c127 char *check_labels[20] = in cooledit_print_dialog() local
220 …lt, input_labels, input_names, input_tool_hint, checks_values_result, check_labels, check_tool_hin… in cooledit_print_dialog()
H A Dfind.h52 char *input_tool_hint[], int *check_values[], char *check_labels[],
/dports/editors/cooledit/cooledit-3.17.28/editor/swig/
H A Dcooledit.i757 char **check_labels; in edit__generic_dialog() local
789 check_labels = malloc ((n_checks + 1) * sizeof (char *)); in edit__generic_dialog()
817 check_labels[i] = PyString_Check (item) ? PyString_AsString (item) : ""; in edit__generic_dialog()
828 …lt, input_labels, input_names, input_tool_hints, check_values_result, check_labels, check_tool_hin… in edit__generic_dialog()
847 free (check_labels); in edit__generic_dialog()
/dports/science/dakota/dakota-6.13.0-release-public.src-UI/test/
H A Ddakota_test.perl132 next if (!check_labels()) ;
851 sub check_labels() { subroutine
/dports/databases/postgresql96-server/postgresql-9.6.24/src/pl/plpgsql/src/
H A Dpl_gram.y103 static void check_labels(const char *start_label,
413 check_labels($1.label, $6, @6);
1233 check_labels($1, $3.end_label, $3.end_label_location);
1251 check_labels($1, $4.end_label, $4.end_label_location);
1286 check_labels($1, $4.end_label, $4.end_label_location);
1643 check_labels($1, $8.end_label, $8.end_label_location);
3628 check_labels(const char *start_label, const char *end_label, int end_location) in check_labels() function
/dports/databases/postgresql96-pltcl/postgresql-9.6.24/src/pl/plpgsql/src/
H A Dpl_gram.y103 static void check_labels(const char *start_label,
413 check_labels($1.label, $6, @6);
1233 check_labels($1, $3.end_label, $3.end_label_location);
1251 check_labels($1, $4.end_label, $4.end_label_location);
1286 check_labels($1, $4.end_label, $4.end_label_location);
1643 check_labels($1, $8.end_label, $8.end_label_location);
3628 check_labels(const char *start_label, const char *end_label, int end_location) in check_labels() function
/dports/databases/postgresql96-plpython/postgresql-9.6.24/src/pl/plpgsql/src/
H A Dpl_gram.y103 static void check_labels(const char *start_label,
413 check_labels($1.label, $6, @6);
1233 check_labels($1, $3.end_label, $3.end_label_location);
1251 check_labels($1, $4.end_label, $4.end_label_location);
1286 check_labels($1, $4.end_label, $4.end_label_location);
1643 check_labels($1, $8.end_label, $8.end_label_location);
3628 check_labels(const char *start_label, const char *end_label, int end_location) in check_labels() function
/dports/databases/postgresql96-plperl/postgresql-9.6.24/src/pl/plpgsql/src/
H A Dpl_gram.y103 static void check_labels(const char *start_label,
413 check_labels($1.label, $6, @6);
1233 check_labels($1, $3.end_label, $3.end_label_location);
1251 check_labels($1, $4.end_label, $4.end_label_location);
1286 check_labels($1, $4.end_label, $4.end_label_location);
1643 check_labels($1, $8.end_label, $8.end_label_location);
3628 check_labels(const char *start_label, const char *end_label, int end_location) in check_labels() function
/dports/databases/postgresql11-client/postgresql-11.14/src/pl/plpgsql/src/
H A Dpl_gram.y106 static void check_labels(const char *start_label,
424 check_labels($1.label, $6, @6);
1265 check_labels($1, $3.end_label, $3.end_label_location);
1283 check_labels($1, $4.end_label, $4.end_label_location);
1318 check_labels($1, $4.end_label, $4.end_label_location);
1659 check_labels($1, $8.end_label, $8.end_label_location);
3705 check_labels(const char *start_label, const char *end_label, int end_location) in check_labels() function
/dports/databases/postgresql10-pltcl/postgresql-10.19/src/pl/plpgsql/src/
H A Dpl_gram.y105 static void check_labels(const char *start_label,
417 check_labels($1.label, $6, @6);
1236 check_labels($1, $3.end_label, $3.end_label_location);
1254 check_labels($1, $4.end_label, $4.end_label_location);
1289 check_labels($1, $4.end_label, $4.end_label_location);
1646 check_labels($1, $8.end_label, $8.end_label_location);
3637 check_labels(const char *start_label, const char *end_label, int end_location) in check_labels() function
/dports/databases/postgresql10-client/postgresql-10.19/src/pl/plpgsql/src/
H A Dpl_gram.y105 static void check_labels(const char *start_label,
417 check_labels($1.label, $6, @6);
1236 check_labels($1, $3.end_label, $3.end_label_location);
1254 check_labels($1, $4.end_label, $4.end_label_location);
1289 check_labels($1, $4.end_label, $4.end_label_location);
1646 check_labels($1, $8.end_label, $8.end_label_location);
3637 check_labels(const char *start_label, const char *end_label, int end_location) in check_labels() function
/dports/databases/postgresql10-contrib/postgresql-10.19/src/pl/plpgsql/src/
H A Dpl_gram.y105 static void check_labels(const char *start_label,
417 check_labels($1.label, $6, @6);
1236 check_labels($1, $3.end_label, $3.end_label_location);
1254 check_labels($1, $4.end_label, $4.end_label_location);
1289 check_labels($1, $4.end_label, $4.end_label_location);
1646 check_labels($1, $8.end_label, $8.end_label_location);
3637 check_labels(const char *start_label, const char *end_label, int end_location) in check_labels() function
/dports/databases/postgresql10-plpython/postgresql-10.19/src/pl/plpgsql/src/
H A Dpl_gram.y105 static void check_labels(const char *start_label,
417 check_labels($1.label, $6, @6);
1236 check_labels($1, $3.end_label, $3.end_label_location);
1254 check_labels($1, $4.end_label, $4.end_label_location);
1289 check_labels($1, $4.end_label, $4.end_label_location);
1646 check_labels($1, $8.end_label, $8.end_label_location);
3637 check_labels(const char *start_label, const char *end_label, int end_location) in check_labels() function
/dports/databases/postgresql10-docs/postgresql-10.19/src/pl/plpgsql/src/
H A Dpl_gram.y105 static void check_labels(const char *start_label,
417 check_labels($1.label, $6, @6);
1236 check_labels($1, $3.end_label, $3.end_label_location);
1254 check_labels($1, $4.end_label, $4.end_label_location);
1289 check_labels($1, $4.end_label, $4.end_label_location);
1646 check_labels($1, $8.end_label, $8.end_label_location);
3637 check_labels(const char *start_label, const char *end_label, int end_location) in check_labels() function
/dports/databases/postgresql10-plperl/postgresql-10.19/src/pl/plpgsql/src/
H A Dpl_gram.y105 static void check_labels(const char *start_label,
417 check_labels($1.label, $6, @6);
1236 check_labels($1, $3.end_label, $3.end_label_location);
1254 check_labels($1, $4.end_label, $4.end_label_location);
1289 check_labels($1, $4.end_label, $4.end_label_location);
1646 check_labels($1, $8.end_label, $8.end_label_location);
3637 check_labels(const char *start_label, const char *end_label, int end_location) in check_labels() function
/dports/databases/postgresql11-plperl/postgresql-11.14/src/pl/plpgsql/src/
H A Dpl_gram.y106 static void check_labels(const char *start_label,
424 check_labels($1.label, $6, @6);
1265 check_labels($1, $3.end_label, $3.end_label_location);
1283 check_labels($1, $4.end_label, $4.end_label_location);
1318 check_labels($1, $4.end_label, $4.end_label_location);
1659 check_labels($1, $8.end_label, $8.end_label_location);
3705 check_labels(const char *start_label, const char *end_label, int end_location)
/dports/databases/postgresql11-docs/postgresql-11.14/src/pl/plpgsql/src/
H A Dpl_gram.y106 static void check_labels(const char *start_label,
424 check_labels($1.label, $6, @6);
1265 check_labels($1, $3.end_label, $3.end_label_location);
1283 check_labels($1, $4.end_label, $4.end_label_location);
1318 check_labels($1, $4.end_label, $4.end_label_location);
1659 check_labels($1, $8.end_label, $8.end_label_location);
3705 check_labels(const char *start_label, const char *end_label, int end_location) in check_labels() function
/dports/databases/postgresql11-contrib/postgresql-11.14/src/pl/plpgsql/src/
H A Dpl_gram.y106 static void check_labels(const char *start_label,
424 check_labels($1.label, $6, @6);
1265 check_labels($1, $3.end_label, $3.end_label_location);
1283 check_labels($1, $4.end_label, $4.end_label_location);
1318 check_labels($1, $4.end_label, $4.end_label_location);
1659 check_labels($1, $8.end_label, $8.end_label_location);
3705 check_labels(const char *start_label, const char *end_label, int end_location) in check_labels() function
/dports/databases/postgresql11-server/postgresql-11.14/src/pl/plpgsql/src/
H A Dpl_gram.y106 static void check_labels(const char *start_label,
424 check_labels($1.label, $6, @6);
1265 check_labels($1, $3.end_label, $3.end_label_location);
1283 check_labels($1, $4.end_label, $4.end_label_location);
1318 check_labels($1, $4.end_label, $4.end_label_location);
1659 check_labels($1, $8.end_label, $8.end_label_location);
3705 check_labels(const char *start_label, const char *end_label, int end_location)
/dports/databases/postgresql11-pltcl/postgresql-11.14/src/pl/plpgsql/src/
H A Dpl_gram.y106 static void check_labels(const char *start_label,
424 check_labels($1.label, $6, @6);
1265 check_labels($1, $3.end_label, $3.end_label_location);
1283 check_labels($1, $4.end_label, $4.end_label_location);
1318 check_labels($1, $4.end_label, $4.end_label_location);
1659 check_labels($1, $8.end_label, $8.end_label_location);
3705 check_labels(const char *start_label, const char *end_label, int end_location) in check_labels() function
/dports/databases/postgresql10-server/postgresql-10.19/src/pl/plpgsql/src/
H A Dpl_gram.y105 static void check_labels(const char *start_label,
417 check_labels($1.label, $6, @6);
1236 check_labels($1, $3.end_label, $3.end_label_location);
1254 check_labels($1, $4.end_label, $4.end_label_location);
1289 check_labels($1, $4.end_label, $4.end_label_location);
1646 check_labels($1, $8.end_label, $8.end_label_location);
3637 check_labels(const char *start_label, const char *end_label, int end_location) in check_labels() function
/dports/databases/postgresql11-plpython/postgresql-11.14/src/pl/plpgsql/src/
H A Dpl_gram.y106 static void check_labels(const char *start_label,
424 check_labels($1.label, $6, @6);
1265 check_labels($1, $3.end_label, $3.end_label_location);
1283 check_labels($1, $4.end_label, $4.end_label_location);
1318 check_labels($1, $4.end_label, $4.end_label_location);
1659 check_labels($1, $8.end_label, $8.end_label_location);
3705 check_labels(const char *start_label, const char *end_label, int end_location) in check_labels() function
/dports/databases/postgresql12-client/postgresql-12.9/src/pl/plpgsql/src/
H A Dpl_gram.y106 static void check_labels(const char *start_label,
428 check_labels($1.label, $6, @6);
1272 check_labels($1, $3.end_label, $3.end_label_location);
1291 check_labels($1, $4.end_label, $4.end_label_location);
1326 check_labels($1, $4.end_label, $4.end_label_location);
1672 check_labels($1, $8.end_label, $8.end_label_location);
3743 check_labels(const char *start_label, const char *end_label, int end_location) in check_labels() function

123456