| author | wenzelm | 
| Tue, 24 Jul 2012 12:20:01 +0200 | |
| changeset 48468 | 7f2998b95249 | 
| parent 48466 | 3b2fb20df17d | 
| child 48486 | 691d0b44a793 | 
| permissions | -rw-r--r-- | 
| 48367 | 1  | 
(* :mode=isabelle-options: *)  | 
2  | 
||
| 48370 | 3  | 
declare browser_info : bool = false  | 
| 48463 | 4  | 
declare browser_info_remote : string = ""  | 
| 48367 | 5  | 
|
| 48458 | 6  | 
declare document : string = ""  | 
| 
48466
 
3b2fb20df17d
further imitation of ISABELLE_USEDIR_OPTIONS via options;
 
wenzelm 
parents: 
48463 
diff
changeset
 | 
7  | 
declare document_variants : string = "outline=/proof,/ML"  | 
| 48370 | 8  | 
declare document_graph : bool = false  | 
| 48457 | 9  | 
declare document_dump : string = ""  | 
| 
48468
 
7f2998b95249
added "document_dump_only" (cf. negated usedir -C);
 
wenzelm 
parents: 
48466 
diff
changeset
 | 
10  | 
declare document_dump_only : bool = false  | 
| 48458 | 11  | 
declare no_document : bool = false  | 
| 48367 | 12  | 
|
| 
48466
 
3b2fb20df17d
further imitation of ISABELLE_USEDIR_OPTIONS via options;
 
wenzelm 
parents: 
48463 
diff
changeset
 | 
13  | 
declare threads : int = 0  | 
| 48370 | 14  | 
declare threads_trace : int = 0  | 
| 
48466
 
3b2fb20df17d
further imitation of ISABELLE_USEDIR_OPTIONS via options;
 
wenzelm 
parents: 
48463 
diff
changeset
 | 
15  | 
declare parallel_proofs : int = 2  | 
| 48370 | 16  | 
declare parallel_proofs_threshold : int = 100  | 
| 48367 | 17  | 
|
| 48370 | 18  | 
declare print_mode : string = ""  | 
| 48367 | 19  | 
|
| 
48466
 
3b2fb20df17d
further imitation of ISABELLE_USEDIR_OPTIONS via options;
 
wenzelm 
parents: 
48463 
diff
changeset
 | 
20  | 
declare proofs : int = 1  | 
| 48370 | 21  | 
declare quick_and_dirty : bool = false  | 
| 48367 | 22  | 
|
| 48370 | 23  | 
declare condition : string = ""  | 
| 48367 | 24  |