Home
last modified time | relevance | path

Searched refs:ghosted (Results 1 – 25 of 236) sorted by relevance

12345678910

/dports/x11/bbdock/bbdock-0.2.9/src/
H A DRender.hh72 virtual void ghosted( unsigned char *, unsigned char *, in ghosted() function in bbdock::Render
129 virtual void ghosted( unsigned char *, unsigned char *,
147 virtual void ghosted( unsigned char *, unsigned char *,
165 virtual void ghosted( unsigned char *, unsigned char *,
H A DRender.cc246 void Render16::ghosted( unsigned char *dest, unsigned char *src, in ghosted() function in Render16
393 void Render24::ghosted( unsigned char *dest, unsigned char *src, in ghosted() function in Render24
530 void Render32::ghosted( unsigned char *dest, unsigned char *src, in ghosted() function in Render32
/dports/games/stendhal/stendhal-1.35/tests/games/stendhal/server/actions/query/
H A DWhereActionTest.java107 final Player ghosted = PlayerTestHelper.createPlayer("ghosted"); in testOnAction() local
108 zone.add(ghosted); in testOnAction()
109 MockStendhalRPRuleProcessor.get().addPlayer(ghosted); in testOnAction()
110 action.put(Actions.TARGET, ghosted.getName()); in testOnAction()
116 ghosted.setGhost(true); in testOnAction()
/dports/science/PETSc/petsc-3.14.1/src/dm/tests/output/
H A Dex32_1.out1 norm of difference of ghosted coordinates 0.00e+00
2 norm of difference of ghosted coordinates 0.00e+00
/dports/math/libmesh/libmesh-1.6.2/include/geom/
H A Dface_tri3_subdivision.h121 void set_ghost(bool ghosted) { _is_ghost = ghosted; } in set_ghost() argument
/dports/math/deal.ii/dealii-803d21ff957e349b3799cd3ef2c840bc78734305/source/lac/
H A Dpetsc_vector_base.cc46 if (vector.ghosted) in operator PetscScalar()
118 , ghosted(false) in VectorBase()
131 , ghosted(v.ghosted) in VectorBase()
152 , ghosted(false) in VectorBase()
184 ghosted = false; in clear()
912 MemoryConsumption::memory_consumption(ghosted) + in memory_consumption()
921 if (ghosted) in memory_consumption()
H A Dpetsc_parallel_vector.cc258 ghosted = false; in create_vector()
276 ghosted = true; in create_vector()
/dports/math/deal.ii/dealii-803d21ff957e349b3799cd3ef2c840bc78734305/include/deal.II/lac/
H A Dtrilinos_parallel_block_vector.h393 bool ghosted = block(0).has_ghost_elements(); in has_ghost_elements() local
396 Assert(block(i).has_ghost_elements() == ghosted, ExcInternalError()); in has_ghost_elements()
398 return ghosted; in has_ghost_elements()
H A Dpetsc_block_vector.h454 bool ghosted = block(0).has_ghost_elements(); in has_ghost_elements() local
457 Assert(block(i).has_ghost_elements() == ghosted, ExcInternalError()); in has_ghost_elements()
459 return ghosted; in has_ghost_elements()
H A Dpetsc_vector_base.h784 bool ghosted; variable
1085 return ghosted; in has_ghost_elements()
1153 if (ghosted) in extract_subvector_to()
/dports/graphics/gscan2pdf/gscan2pdf-2.12.4/t/
H A D06022_Dialog_Scan.t66 # option never had a value. The numer of pages frame was therefore not ghosted
123 is $dialog->{framen}->is_sensitive, FALSE, 'num-page gui ghosted';
131 ok $dialog->{framen}->is_sensitive, 'num-page gui not ghosted';
H A D0601_Dialog_Scan.t52 ok $dialog->{framen}->is_sensitive, 'num-page gui not ghosted';
56 ok $dialog->{framen}->is_sensitive, 'with no source, num-page gui not ghosted';
/dports/games/scummvm/scummvm-2.5.1/engines/saga2/
H A Dpanel.h136 ghosted, // button is dimmed variable
180 virtual void ghost(bool ghosted);
205 return ghosted != 0; in isGhosted()
427 void ghost(bool ghosted);
H A Dpanel.cpp61 ghosted = 0; in gPanel()
76 ghosted = 0; in gPanel()
91 ghosted = 0; in gPanel()
106 ghosted = 0; in gPanel()
149 ghosted = b ? 1 : 0; in ghost()
251 return enabled && !ghosted && _extent.ptInside(p) ? this : NULL; in hitTest()
353 if (enabled && !ghosted) { in hitTest()
367 if (enabled && !ghosted) { in keyTest()
/dports/net-im/purple-plugin-pack/purple-plugin-pack-2.8.0/irchelper/
H A DREADME.md70 Typically, this is used to kill ghosted usernames. A username is
71 referred to as "ghosted" when your connection to the IRC server is
84 disconnect ghosted usernames.
/dports/www/sogo2/SOGo-2.4.1/ActiveSync/
H A DNGVCard+ActiveSync.m57 // This function is called for each elements which can be ghosted according to specs.
68 // a folder, then all of the elements that can be ghosted are considered not ghosted.
73 // a folder, then all elements that can be ghosted are considered ghosted.
79 // considered not ghosted. All elements that can be ghosted that are not included as child
80 // elements of the Supported element are considered ghosted.
/dports/math/libmesh/libmesh-1.6.2/include/mesh/
H A Dmesh_subdivision_support.h82 void prepare_subdivision_mesh(MeshBase & mesh, bool ghosted = false);
/dports/www/sogo-activesync/SOGo-5.4.0/ActiveSync/
H A DNGVCard+ActiveSync.m53 // This function is called for each elements which can be ghosted according to specs.
64 // a folder, then all of the elements that can be ghosted are considered not ghosted.
69 // a folder, then all elements that can be ghosted are considered ghosted.
75 // considered not ghosted. All elements that can be ghosted that are not included as child
76 // elements of the Supported element are considered ghosted.
/dports/www/sogo/SOGo-5.4.0/ActiveSync/
H A DNGVCard+ActiveSync.m53 // This function is called for each elements which can be ghosted according to specs.
64 // a folder, then all of the elements that can be ghosted are considered not ghosted.
69 // a folder, then all elements that can be ghosted are considered ghosted.
75 // considered not ghosted. All elements that can be ghosted that are not included as child
76 // elements of the Supported element are considered ghosted.
/dports/science/PETSc/petsc-3.14.1/src/dm/impls/da/
H A Ddalocal.c440 PetscErrorCode DMDAGetArray(DM da,PetscBool ghosted,void *vptr) in DMDAGetArray() argument
450 if (ghosted) { in DMDAGetArray()
528 if (ghosted) { in DMDAGetArray()
561 PetscErrorCode DMDARestoreArray(DM da,PetscBool ghosted,void *vptr) in DMDARestoreArray() argument
569 if (ghosted) { in DMDARestoreArray()
/dports/mail/horde-turba/turba-4.2.25/docs/
H A DRELEASE_NOTES24 categories property is ghosted.
/dports/math/libmesh/libmesh-1.6.2/m4/
H A Dlibmesh_core_features.m4471 AC_ARG_ENABLE(ghosted,
472 AS_HELP_STRING([--disable-ghosted],
473 [Use dense instead of sparse/ghosted local vectors]),
479 … AC_DEFINE(ENABLE_GHOSTED, 1, [Flag indicating if the library should use ghosted local vectors])
480 AC_MSG_RESULT(<<< Configuring library to use ghosted local vectors >>>)
/dports/math/deal.ii/dealii-803d21ff957e349b3799cd3ef2c840bc78734305/include/deal.II/matrix_free/
H A Dface_setup_internal.h124 ghosted, enumerator
653 FaceCategory::ghosted; in initialize()
836 FaceCategory::ghosted) in generate_faces()
853 FaceCategory::ghosted, in generate_faces()
894 FaceCategory::ghosted) in generate_faces()
/dports/multimedia/gstreamer1-plugins-v4l2/gst-plugins-good-1.16.2/gst/avi/
H A DREADME34 avitype pad is ghosted to the avidecoder bin, this is the case where no
/dports/multimedia/gstreamer1-plugins-vpx/gst-plugins-good-1.16.2/gst/avi/
H A DREADME34 avitype pad is ghosted to the avidecoder bin, this is the case where no

12345678910