Home
last modified time | relevance | path

Searched defs:context (Results 176 – 200 of 56807) sorted by relevance

12345678910>>...2273

/dports/emulators/qemu/qemu-6.2.0/roms/openbios/arch/amd64/
H A Dcontext.h4 struct context { struct
6 uint16_t ss;
8 uint16_t gdt_limit;
9 uint64_t gdt_base;
11 uint32_t edi;
35 /* Create a new context in the given stack */ argument
/dports/emulators/qemu60/qemu-6.0.0/roms/openbios/arch/x86/
H A Dcontext.h4 struct context { struct
6 uint16_t ss;
8 uint16_t gdt_limit;
9 uint32_t gdt_base;
11 uint32_t edi;
35 /* Create a new context in the given stack */ argument
/dports/games/angband/Angband-4.2.2/src/
H A Dproject-obj.c195 static void project_object_elemental(project_object_handler_context_t *context, in project_object_elemental()
209 static void project_object_handler_ACID(project_object_handler_context_t *context) in project_object_handler_ACID()
215 static void project_object_handler_ELEC(project_object_handler_context_t *context) in project_object_handler_ELEC()
221 static void project_object_handler_FIRE(project_object_handler_context_t *context) in project_object_handler_FIRE()
227 static void project_object_handler_COLD(project_object_handler_context_t *context) in project_object_handler_COLD()
232 static void project_object_handler_POIS(project_object_handler_context_t *context) in project_object_handler_POIS()
240 static void project_object_handler_DARK(project_object_handler_context_t *context) in project_object_handler_DARK()
277 static void project_object_handler_ICE(project_object_handler_context_t *context) in project_object_handler_ICE()
296 static void project_object_handler_TIME(project_object_handler_context_t *context) in project_object_handler_TIME()
319 static void project_object_handler_MANA(project_object_handler_context_t *context) in project_object_handler_MANA()
[all …]
H A Dproject-player.c144 static int project_player_handler_ACID(project_player_handler_context_t *context) in project_player_handler_ACID()
151 static int project_player_handler_ELEC(project_player_handler_context_t *context) in project_player_handler_ELEC()
158 static int project_player_handler_FIRE(project_player_handler_context_t *context) in project_player_handler_FIRE()
186 static int project_player_handler_COLD(project_player_handler_context_t *context) in project_player_handler_COLD()
211 static int project_player_handler_POIS(project_player_handler_context_t *context) in project_player_handler_POIS()
240 static int project_player_handler_LIGHT(project_player_handler_context_t *context) in project_player_handler_LIGHT()
258 static int project_player_handler_DARK(project_player_handler_context_t *context) in project_player_handler_DARK()
297 static int project_player_handler_SOUND(project_player_handler_context_t *context) in project_player_handler_SOUND()
322 static int project_player_handler_SHARD(project_player_handler_context_t *context) in project_player_handler_SHARD()
450 static int project_player_handler_ICE(project_player_handler_context_t *context) in project_player_handler_ICE()
[all …]
/dports/textproc/py-python-docx/python-docx-0.8.11/features/steps/
H A Dparagraph.py19 def given_a_document_containing_three_paragraphs(context): argument
41 def given_a_paragraph_having_style(context, style_state): argument
61 def when_add_new_run_to_paragraph(context): argument
77 def when_I_clear_the_paragraph_content(context): argument
88 def when_I_set_the_paragraph_text(context): argument
103 def then_paragraph_style_is_value(context, value_key): argument
115 def then_the_document_contains_four_paragraphs(context): argument
120 def then_document_contains_text_I_added(context): argument
146 def then_the_paragraph_has_no_content(context): argument
151 def then_the_paragraph_has_the_style_I_set(context): argument
[all …]
H A Dsection.py22 def given_a_Section_object_as_section(context): argument
33 def given_a_section_collection_containing_3_sections(context): argument
39 def given_a_section_having_known_page_dimension(context): argument
45 def given_a_section_having_known_page_margins(context): argument
51 def given_a_section_having_start_type(context, start_type): argument
131 def then_I_can_access_a_section_by_index(context): argument
139 def then_I_can_iterate_over_the_sections(context): argument
149 def then_len_sections_is_3(context): argument
194 def then_section_footer_is_a_Footer_object(context): argument
201 def then_section_header_is_a_Header_object(context): argument
[all …]
H A Dhdrftr.py31 def given_a_Run_object_from_a_footer_as_run(context): argument
37 def given_a_Run_object_from_a_header_as_run(context): argument
55 def when_I_assign_Body_Text_to_footer_style(context): argument
60 def when_I_assign_Body_Text_to_header_style(context): argument
75 def when_I_call_run_add_picture(context): argument
82 def then_footer_is_linked_to_previous_is_value(context, value): argument
89 def then_footer_paragraphs_0_style_name_eq_Normal(context): argument
103 def then_footer_2_text_eq_footer_text(context): argument
110 def then_header_is_linked_to_previous_is_value(context, value): argument
117 def then_header_paragraphs_0_style_name_eq_Normal(context): argument
[all …]
/dports/net-mgmt/crmsh/crmsh-4.3.1/test/features/steps/
H A Dstep_implenment.py12 def step_impl(context, f): argument
51 def step_impl(context): argument
56 def step_impl(context): argument
83 def step_impl(context): argument
119 def step_impl(context): argument
125 def step_impl(context): argument
172 def step_impl(context): argument
184 def step_impl(context): argument
191 def step_impl(context): argument
198 def step_impl(context): argument
[all …]
/dports/lang/gcc12-devel/gcc-12-20211205/libgo/go/runtime/
H A Ddefs_windows_arm64.go21 type context struct { struct
22 contextflags uint32
23 cpsr uint32
25 xsp uint64
26 pc uint64
28 fpcr uint32
29 fpsr uint32
30 bcr [8]uint32
31 bvr [8]uint64
32 wcr [2]uint32
[all …]
/dports/lang/go-devel/go-becaeea1199b875bc24800fa88f2f4fea119bf78/src/runtime/
H A Ddefs_windows_arm64.go21 type context struct { struct
22 contextflags uint32
23 cpsr uint32
25 xsp uint64
26 pc uint64
28 fpcr uint32
29 fpsr uint32
30 bcr [8]uint32
31 bvr [8]uint64
32 wcr [2]uint32
[all …]
/dports/science/py-scipy/scipy-1.7.1/scipy/_lib/boost/boost/geometry/algorithms/
H A Dnum_geometries.hpp59 >::type
65 template <typename Geometry>
72 struct num_geometries<MultiGeometry, multi_tag>
81 } // namespace dispatch
85 namespace resolve_variant
88 template <typename Geometry>
92 {
95 return dispatch::num_geometries<Geometry>::apply(geometry);
108 }
112 apply(boost::variant<BOOST_VARIANT_ENUM_PARAMS(T)> const& geometry)
[all …]
/dports/mail/thunderbird/thunderbird-91.8.0/comm/third_party/libotr/src/
H A Dcontext.h54 struct context *context; /* The context to which we belong */ member
58 struct context { struct
59 struct context * next; /* Linked list pointer */ argument
60 struct context ** tous; /* A pointer to the pointer to us */ argument
64 ConnContextPriv *context_priv; argument
68 char * username; /* The user this context is for */ argument
73 struct context *m_context; /* If this is a child context, this argument
100 only be populated in master contexts. argument
121 /* Application data to be associated with this context */ argument
123 /* A function to free the above data when we forget this context */ argument
[all …]
/dports/devel/google-cloud-cpp/google-cloud-cpp-1.21.0/google/cloud/spanner/internal/
H A Ddatabase_admin_logging.cc58 grpc::ClientContext& context, in UpdateDatabase()
70 grpc::ClientContext& context, in DropDatabase()
82 grpc::ClientContext& context, in ListDatabases()
102 grpc::ClientContext& context, in GetIamPolicy()
113 grpc::ClientContext& context, in SetIamPolicy()
125 grpc::ClientContext& context, in TestIamPermissions()
156 grpc::ClientContext& context, in DeleteBackup()
168 grpc::ClientContext& context, in ListBackups()
189 grpc::ClientContext& context, in ListBackupOperations()
203 grpc::ClientContext& context, in ListDatabaseOperations()
[all …]
/dports/devel/google-cloud-cpp117/google-cloud-cpp-1.17.0/google/cloud/spanner/internal/
H A Ddatabase_admin_logging.cc58 grpc::ClientContext& context, in UpdateDatabase()
70 grpc::ClientContext& context, in DropDatabase()
82 grpc::ClientContext& context, in ListDatabases()
102 grpc::ClientContext& context, in GetIamPolicy()
113 grpc::ClientContext& context, in SetIamPolicy()
125 grpc::ClientContext& context, in TestIamPermissions()
156 grpc::ClientContext& context, in DeleteBackup()
168 grpc::ClientContext& context, in ListBackups()
189 grpc::ClientContext& context, in ListBackupOperations()
203 grpc::ClientContext& context, in ListDatabaseOperations()
[all …]
/dports/devel/py-behave/behave-1.2.6/behave4cmd0/
H A Dcommand_steps.py85 def step_a_new_working_directory(context): argument
95 def step_use_curdir_as_working_directory(context): argument
144 def step_i_run_command(context, command): argument
180 def step_it_should_pass(context): argument
185 def step_it_should_fail(context): argument
190 def step_it_should_pass_with(context): argument
207 def step_it_should_fail_with(context): argument
315 def step_command_output_should_contain(context): argument
377 def step_remove_directory(context, directory): argument
390 def step_directory_named_dirname(context, path): argument
[all …]
/dports/java/eclipse-pydev/eclipse-pydev-8.2.0/plugins/org.python.pydev.jython_8.2.0.202102211157/jysrc/
H A Dpytemplate_defaults.py37 def _CreateSelection(context): argument
47 def _IsGrammar3(context): argument
59 def GetISODate(context): argument
64 def GetISODateString1(context): argument
69 def GetISODateString2(context): argument
78 def GetModuleName(context): argument
124 def _GetCurrentClassStmt(context): argument
137 def GetCurrentClass(context): argument
164 def GetPydevdDirLocation(context): argument
177 def GetCurrentMethod(context): argument
[all …]
/dports/security/vuls/vuls-0.13.7/vendor/github.com/goccy/go-yaml/parser/
H A Dcontext.go6 type context struct { struct
7 idx int
8 size int
9 tokens token.Tokens
10 mode Mode
13 func (c *context) next() bool {
17 func (c *context) previousToken() *token.Token {
47 func (c *context) currentToken() *token.Token {
54 func (c *context) nextToken() *token.Token {
94 func (c *context) enabledComment() bool {
[all …]
/dports/textproc/go-yq/yq-4.7.0/vendor/github.com/goccy/go-yaml/parser/
H A Dcontext.go6 type context struct { struct
7 idx int
8 size int
9 tokens token.Tokens
10 mode Mode
13 func (c *context) next() bool {
17 func (c *context) previousToken() *token.Token {
47 func (c *context) currentToken() *token.Token {
54 func (c *context) nextToken() *token.Token {
94 func (c *context) enabledComment() bool {
[all …]
/dports/net/google-cloud-sdk-app-engine-go/platform/google_appengine/goroot-1.9/src/runtime/
H A Ddefs_windows_amd64.go70 type context struct { struct
71 p1home uint64
72 p2home uint64
73 p3home uint64
74 p4home uint64
75 p5home uint64
76 p6home uint64
77 contextflags uint32
78 mxcsr uint32
79 segcs uint16
[all …]
/dports/multimedia/motion/motion-release-4.3.2/src/
H A Dmotion.h388 …struct rtsp_context *rtsp; /* this structure contains the context for normal RTSP con… argument
401 int noise;
431 int shots;
449 int pipe;
450 int mpipe;
486 int area_minx[9], area_miny[9], area_maxx[9], area_maxy[9];
489 unsigned long long int timenow, timebefore;
496 long int required_frame_time, frame_delay;
506 int previous_diffs, previous_location_x, previous_location_y;
507 unsigned long int time_last_frame, time_current_frame;
[all …]
/dports/devel/git-cola/git-cola-3.10.1/cola/
H A Dguicmds.py19 def delete_branch(context): argument
40 def browse_current(context): argument
46 def browse_other(context): argument
63 def cherry_pick(context): argument
74 def new_repo(context): argument
184 def open_repo(context): argument
268 def reset_soft(context): argument
276 def reset_mixed(context): argument
284 def reset_keep(context): argument
291 def reset_merge(context): argument
[all …]
/dports/graphics/eog/eog-41.1/tests/steps/
H A Dsteps.py12 def open_about_dialog(context): argument
20 def open_and_close_about_dialog(context): argument
70 def rotate_image_clockwise(context): argument
78 def click_fullscreen(context): argument
83 def open_context_menu(context): argument
112 def wait_a_second(context): argument
117 def hide_wallapper_popup(context): argument
129 def file_exists(context, filename): argument
134 def image_type_is(context, mimetype): argument
140 def select_menuitem(context, menu): argument
[all …]
/dports/www/mediawiki136/mediawiki-1.36.3/vendor/zordius/lightncandy/src/
H A DValidator.php33 public static function verify(&$context, $template)
77 protected static function pushLeft(&$context)
323 protected static function doElseChain(&$context)
362 protected static function builtin(&$context, $vars)
406 protected static function with(&$context, $vars)
420 protected static function unless(&$context, $vars)
434 protected static function doIf(&$context, $vars)
534 protected static function isDelimiter(&$context)
693 protected static function doElse(&$context, $vars)
718 public static function log(&$context, $vars)
[all …]
/dports/www/mediawiki135/mediawiki-1.35.5/vendor/zordius/lightncandy/src/
H A DValidator.php33 public static function verify(&$context, $template)
77 protected static function pushLeft(&$context)
323 protected static function doElseChain(&$context)
362 protected static function builtin(&$context, $vars)
406 protected static function with(&$context, $vars)
420 protected static function unless(&$context, $vars)
434 protected static function doIf(&$context, $vars)
534 protected static function isDelimiter(&$context)
693 protected static function doElse(&$context, $vars)
718 public static function log(&$context, $vars)
[all …]
/dports/devel/google-cloud-cpp/google-cloud-cpp-1.21.0/generator/integration_tests/golden/internal/
H A Ddatabase_admin_logging_decorator.gcpcxx.pb.cc51 grpc::ClientContext& context, in CreateDatabase()
63 grpc::ClientContext& context, in GetDatabase()
75 grpc::ClientContext& context, in UpdateDatabaseDdl()
87 grpc::ClientContext& context, in DropDatabase()
99 grpc::ClientContext& context, in GetDatabaseDdl()
111 grpc::ClientContext& context, in SetIamPolicy()
123 grpc::ClientContext& context, in GetIamPolicy()
135 grpc::ClientContext& context, in TestIamPermissions()
147 grpc::ClientContext& context, in CreateBackup()
159 grpc::ClientContext& context, in GetBackup()
[all …]

12345678910>>...2273