About 1,295,443 results (5,116 milliseconds)

arangodump does not dump graph definition ?

https://groups.google.com/g/arangodb/c/Djncyi1tNtc
Sep 4, 2015 ... Hi, arangodump by default only dumps non-system collections. The graph definitions are stored in a system collection named `_graphs`, which is ...

'Dumping' Doesn't Mean What You Think It Means | Cato Institute

https://news.google.com/__i/rss/rd/articles/CBMiS2h0dHBzOi8vd3d3LmNhdG8ub3JnL2NvbW1lbnRhcnkvZHVtcGluZy1kb2VzbnQtbWVhbi13aGF0LXlvdS10aGluay1pdC1tZWFuc9IBAA?oc=5
Feb 16, 2022 ... But if you look at the actual, legal definition of “dumping”—and the history of U.S. anti-dumping law and policy—you'll quickly realize that ...

Redefinition error when compiling the parallel cases

https://groups.google.com/g/basilisk-fr/c/Rfk_WIY7O7Y
char def[] = "dump", * file = p.file ? p.file : p.fp ? NULL : def;. ^. /home/joezhang/basilisk/src/output.h:1118:6: note: previous definition of 'dump' was here.

dump.gsd error : "Too many files open"

https://groups.google.com/g/hoomd-users/c/wWtZm5k8C_s/m/DHleWW0GAgAJ
If your rigid body definitions change between dumps and restorations, don't dump all of the particles (e.g. group.union, group.non_rigid() and group ...

issues with mysqldump file import with views

https://groups.google.com/g/google-cloud-sql-discuss/c/tWDbUy9jjLQ
Do the mysqldump to create the dump file. 2. Upload to Cloud Storage and import ... Use the mysqldbexport to export the schema definition. You can't use ...

Protected application strategies | Google Distributed Cloud air-gapped

https://cloud.google.com/distributed-cloud/hosted/docs/latest/gdch/platform-application/pa-ao-operations/protected-application-strategies
For a dump and load strategy, include the following information in the resource definition: ... There are specific hooks you must define for dump and load ...

Why are interface methods not allowed?

https://groups.google.com/g/golang-nuts/c/4OLvOUF92Iw
May 31, 2011 ... > But even then, you can't define methods on an interface type so a.dump() > ... definition of I. 3) What happens if your interface is ...

cucumber jvm varargs support in step definition

https://groups.google.com/g/cukes/c/powiA0ouujA
Mar 7, 2015 ... I know workaround can be to except the complete string after colon and then in the code break the string using split(",") and dump it into array ...

Encoding | Protocol Buffers Documentation

https://developers.google.com/protocol-buffers/docs/encoding
The Protoscope tool can also dump encoded protocol buffers as text. See ... definition (i.e. the .proto file). Protoscope does not have access to this ...

mysqldump not including auto_increment statements

https://groups.google.com/g/comp.databases.mysql/c/Acy6jwfcZfw
Feb 12, 2008 ... See `comment_ID` definition. $ mysqldump -uroot -p --opt --databases pinball -- MySQL dump 10.11 -- -- Host: localhost Database: pinball

Save current namespace like a Smalltalk image

https://groups.google.com/g/clojure/c/YZjbfYJhApM/m/_RS7jhJX0c4J
I lose all the definitions I had worked out over time. Is there any way to dump namespace(s) to an image? It would be great to be able to load up some ...

Define custom backup and restore logic | Backup for GKE | Google ...

https://cloud.google.com/kubernetes-engine/docs/add-on/backup-for-gke/how-to/protected-application
DumpAndLoad - export data from the application to a single volume at backup time and import that data into the application at restore time. Defining execution ...

REST Resource: projects.locations.migrationJobs | Database ...

https://cloud.google.com/database-migration/docs/reference/rest/v1/projects.locations.migrationJobs
Dec 14, 2023 ... The migration job is a continuous migration. DumpFlags. Dump flags definition. JSON representation ...

PSR for DI container service definitions

https://groups.google.com/g/php-fig/c/wQuVK2SXYkk/m/vKcBpbS6CAAJ
... dump a definition as a PHP code string. So rather than trying to describe a service definition (which is really difficult since there are plenty of types of ...

Class DumpFlags (1.9.5) | Python client library | Google Cloud

https://cloud.google.com/python/docs/reference/datamigration/latest/google.cloud.clouddms_v1.types.MigrationJob.DumpFlags
Dump flags definition. Attribute. Name, Description. dump_flags, MutableSequence[google.cloud.clouddms_v1.types.MigrationJob.DumpFlag] The flags for the initial ...

C structure analyzer ("Reflection" in C?)

https://groups.google.com/g/comp.compilers/c/AZoXvZt-6ao
What about the compiler itself ? #define OFFSET( struct, member) unsigned( ((struct*)NULL)->member) - NULL). // print member name, size and offset: #define DUMP ...

Google Cloud Dms V1 Client - Class DumpFlag (2.0.1)

https://cloud.google.com/php/docs/reference/cloud-dms/latest/V1.MigrationJob.DumpFlag
Dump flag definition. Generated from protobuf message google.cloud.clouddms.v1.MigrationJob.DumpFlag. Namespace. Google \ Cloud \ CloudDms \ V1 \ MigrationJob ...

saving model objects

https://groups.google.com/g/hddm-users/c/bj48DitbLKE
pickle.dump(model, open(filename, 'wb')) ... hence, we need to keep track of model definition and save traces. It is not a big issue to slighlty re-organize our ...

JSON.NET does not serialize public properties if object inherits from ...

https://groups.google.com/g/ravendb/c/MPLysqS8IZw
> That's not correct. > JsonConvert.SerializeObject(new Dictionary<string, string> { { "foo", "bar" }} , Newtonsoft.Json.Formatting.Indented).Dump(); > Gives > ...

Pass SQL null values to Parquet

https://groups.google.com/g/golang-nuts/c/goxw_4dHp38
Jan 22, 2023 ... I'm writing a PostgreSQL dump file to parquet converter as a hobby project. PostgreSQL dump files are simply plain-text files containing, ...