Home
last modified time | relevance | path

Searched refs:at_type (Results 1 – 25 of 133) sorted by relevance

123456

/dports/devel/py-plan/plan-0.5/plan/
H A Djob.py300 at_type = WEEK
304 if moment not in at_map[at_type]:
305 at_map[at_type].append(moment)
310 pairs[at_type] = ','.join(moments)
344 for at_type in ats:
345 if at_type not in (MINUTE):
349 for at_type in ats:
350 if at_type not in (MINUTE, HOUR):
354 for at_type in ats:
359 for at_type in ats:
[all …]
/dports/math/gnuplot/gnuplot-5.4.1/src/
H A Dparse.h82 char* string_or_express(struct at_type **atptr);
83 struct at_type * temp_at(void);
84 struct at_type * perm_at(void);
85 struct at_type * create_call_column_at(char *);
86 struct at_type * create_call_columnhead(void);
104 struct at_type *start_at; /* expression that evaluates to iteration_start */
105 struct at_type *end_at; /* expression that evaluates to iteration_end */
H A Deval.h80 struct at_type *at; /* pointer to action table to execute */
121 struct at_type { struct
171 void execute_at(struct at_type *at_ptr);
172 void evaluate_at(struct at_type *at_ptr, struct value *val_ptr);
173 void real_free_at(struct at_type *at_ptr);
H A Dparse.c109 static struct at_type *at = NULL;
193 string_or_express(struct at_type **atptr) in string_or_express()
271 struct at_type *
277 at = (struct at_type *) gp_alloc(sizeof(struct at_type), "action table"); in temp_at()
290 struct at_type *
293 struct at_type *at_ptr; in perm_at()
297 len = sizeof(struct at_type) in perm_at()
306 struct at_type *
324 struct at_type *
1132 struct at_type * save_at; in parse_sum_expression()
[all …]
H A Dexternal.c117 struct at_type *
126 struct at_type *at = NULL; in external_at()
212 if (!(at = gp_alloc(sizeof(struct at_type), "external_at"))) in external_at()
247 external_free(struct at_type *at) in external_free()
H A Dexternal.h74 struct at_type *external_at(const char *);
75 void external_free(struct at_type *);
/dports/math/gnuplot-lite/gnuplot-5.4.1/src/
H A Dparse.h82 char* string_or_express(struct at_type **atptr);
83 struct at_type * temp_at(void);
84 struct at_type * perm_at(void);
85 struct at_type * create_call_column_at(char *);
86 struct at_type * create_call_columnhead(void);
104 struct at_type *start_at; /* expression that evaluates to iteration_start */
105 struct at_type *end_at; /* expression that evaluates to iteration_end */
H A Deval.h80 struct at_type *at; /* pointer to action table to execute */
121 struct at_type { struct
171 void execute_at(struct at_type *at_ptr);
172 void evaluate_at(struct at_type *at_ptr, struct value *val_ptr);
173 void real_free_at(struct at_type *at_ptr);
H A Dparse.c109 static struct at_type *at = NULL;
193 string_or_express(struct at_type **atptr) in string_or_express()
271 struct at_type *
277 at = (struct at_type *) gp_alloc(sizeof(struct at_type), "action table"); in temp_at()
290 struct at_type *
293 struct at_type *at_ptr; in perm_at()
297 len = sizeof(struct at_type) in perm_at()
306 struct at_type *
324 struct at_type *
1132 struct at_type * save_at; in parse_sum_expression()
[all …]
H A Dexternal.c117 struct at_type *
126 struct at_type *at = NULL; in external_at()
212 if (!(at = gp_alloc(sizeof(struct at_type), "external_at"))) in external_at()
247 external_free(struct at_type *at) in external_free()
H A Dexternal.h74 struct at_type *external_at(const char *);
75 void external_free(struct at_type *);
/dports/math/gnuplot-tex-extras/gnuplot-5.2.8/src/
H A Dparse.h83 char* string_or_express __PROTO((struct at_type **atptr));
84 struct at_type * temp_at __PROTO((void));
85 struct at_type * perm_at __PROTO((void));
86 struct at_type * create_call_column_at __PROTO((char *));
104 struct at_type *start_at; /* expression that evaluates to iteration_start */
105 struct at_type *end_at; /* expression that evaluates to iteration_end */
H A Deval.h79 struct at_type *at; /* pointer to action table to execute */
120 struct at_type { struct
168 void execute_at __PROTO((struct at_type *at_ptr));
169 void evaluate_at __PROTO((struct at_type *at_ptr, struct value *val_ptr));
170 void real_free_at __PROTO((struct at_type *at_ptr));
H A Dexternal.c120 struct at_type *
129 struct at_type *at = NULL; in external_at()
215 if (!(at = gp_alloc(sizeof(struct at_type), "external_at"))) in external_at()
250 external_free(struct at_type *at) in external_free()
H A Dparse.c110 static struct at_type *at = NULL;
194 string_or_express(struct at_type **atptr) in string_or_express()
272 struct at_type *
278 at = (struct at_type *) gp_alloc(sizeof(struct at_type), "action table"); in temp_at()
291 struct at_type *
294 struct at_type *at_ptr; in perm_at()
298 len = sizeof(struct at_type) in perm_at()
307 struct at_type *
1137 struct at_type * save_at; in parse_sum_expression()
1311 struct at_type *iteration_start_at = NULL; in check_for_iteration()
[all …]
/dports/devel/boost-docs/boost_1_72_0/boost/hana/detail/variadic/
H A Dat.hpp21 struct at_type;
24 struct at_type<n, std::index_sequence<ignore...>> { struct
37 constexpr at_type<n> at{};
/dports/math/stanmath/math-4.2.0/lib/boost_1.75.0/boost/hana/detail/variadic/
H A Dat.hpp21 struct at_type;
24 struct at_type<n, std::index_sequence<ignore...>> { struct
37 constexpr at_type<n> at{};
/dports/science/py-scipy/scipy-1.7.1/scipy/_lib/boost/boost/hana/detail/variadic/
H A Dat.hpp21 struct at_type;
24 struct at_type<n, std::index_sequence<ignore...>> { struct
37 constexpr at_type<n> at{};
/dports/security/keybase/client-v5.7.1/shared/ios/Pods/boost-for-react-native/boost/hana/detail/variadic/
H A Dat.hpp21 struct at_type;
24 struct at_type<n, std::index_sequence<ignore...>> { struct
37 constexpr at_type<n> at{};
/dports/devel/boost-libs/boost_1_72_0/boost/hana/detail/variadic/
H A Dat.hpp21 struct at_type;
24 struct at_type<n, std::index_sequence<ignore...>> { struct
37 constexpr at_type<n> at{};
/dports/devel/boost-python-libs/boost_1_72_0/boost/hana/detail/variadic/
H A Dat.hpp21 struct at_type;
24 struct at_type<n, std::index_sequence<ignore...>> { struct
37 constexpr at_type<n> at{};
/dports/math/py-pystan/pystan-2.19.0.0/pystan/stan/lib/stan_math/lib/boost_1.69.0/boost/hana/detail/variadic/
H A Dat.hpp21 struct at_type;
24 struct at_type<n, std::index_sequence<ignore...>> { struct
37 constexpr at_type<n> at{};
/dports/devel/hyperscan/boost_1_75_0/boost/hana/detail/variadic/
H A Dat.hpp21 struct at_type;
24 struct at_type<n, std::index_sequence<ignore...>> { struct
37 constexpr at_type<n> at{};
/dports/www/fswiki/wiki3_6_2/lib/HTTP/
H A DNegotiate.pm244 my($at_type, $at_subtype) = split("/", $at, 2);
246 next if $at_type ne '*' && $at_type ne $type;
249 $specificness++ if $at_type ne '*';
/dports/www/p5-HTTP-Negotiate/HTTP-Negotiate-6.01/lib/HTTP/
H A DNegotiate.pm245 my($at_type, $at_subtype) = split("/", $at, 2);
247 next if $at_type ne '*' && $at_type ne $type;
250 $specificness++ if $at_type ne '*';

123456