PageRenderTime 669ms queryTime 27ms sortTime 4ms getByIdsTime 560ms findMatchingLines 31ms

100+ results results for 'fossil' (669 ms)

Not the results you expected?
chrome.py https://github.com/davidmorrison/indico.git | Python | 267 lines
                    
163                                            avtypes.iteritems())
                    
164        tplVars['agentTableData'] = dict((agentId, agent.fossilize()) for \
                    
165                                         (agentId, agent) in \
                    
                
BasicHTMLComponentRenderer.java https://github.com/rsf/RSFUtil.git | Java | 321 lines
                    
28import uk.org.ponder.rsf.request.EarlyRequestParser;
                    
29import uk.org.ponder.rsf.request.FossilizedConverter;
                    
30import uk.org.ponder.rsf.template.XMLLump;
                    
51    if (torender != null) {
                    
52      if (torender.fossilizedbinding != null) {
                    
53        RenderUtil.dumpHiddenField(torender.fossilizedbinding, xmlw);
                    
54      }
                    
55      if (torender.fossilizedshaper != null) {
                    
56        RenderUtil.dumpHiddenField(torender.fossilizedshaper, xmlw);
                    
147      }
                    
148      // dump any fossilized binding for this component.
                    
149      dumpBoundFields(torender, xmlw);
                    
260      // secretly bundled as this special attribute.
                    
261      attrcopy.put("name", FossilizedConverter.COMMAND_LINK_PARAMETERS + value);
                    
262      String text = torender.commandtext == null ? null
                    
                
IClient.cs https://netmf.svn.codeplex.com/svn | C# | 302 lines
                    
39        Microsoft_P3D       = 0xfd,
                    
40        Fossil_C3D          = 1,
                    
41        Suunto_N3D          = 2,
                    
45        Swatch_HeidiD       = 6,
                    
46        Fossil_C3D_1_25     = 7,
                    
47        Fossil_C3D_1_30     = 8,
                    
53    {
                    
54        Fossil_Square       = 1,
                    
55        Fossil_Round        = 2,
                    
56        Abacus_Sport        = 3,
                    
57        Fossil_DickTracy    = 4,
                    
58        Fossil_Stark        = 5,
                    
60        Abacus_1_25_Brown   = 7,
                    
61        Fossil_ClockNet     = 8,
                    
62        Abacus_ClockNet     = 9,
                    
                
Species.cs https://github.com/andrewanderson/Web-Critters.git | C# | 259 lines
                    
229                            this.Simulation.Environment.FindResourceNodeById(kvp.Key)
                    
230                            : this.Simulation.GetSpeciesOrFossil(kvp.Key);
                    
231                    });
                    
244                    .OrderByDescending(kvp => kvp.Value)
                    
245                    .Select(kvp => this.Simulation.GetSpeciesOrFossil(kvp.Key));
                    
246            }
                    
                
diag04_mod.f https://gitlab.com/ywang/ywang_gcadj_diag.git | FORTRAN Legacy | 287 lines
                    
101!  --------------------------------------------------------------------------
                    
102!  (1 ) CO2-SRCE  : CO2 fossil fuel emissions    : molec/cm2/s : SCALE
                    
103!  (2 ) CO2-SRCE  : CO2 ocean emissions          : molec/cm2/s : SCALE
                    
                
error.c https://github.com/kvaneesh/linux.git | C | 232 lines
                    
119	{"Disk quota exceeded", EDQUOT},
                    
120/* errors from fossil, vacfs, and u9fs */
                    
121	{"fid unknown or out of range", EBADF},
                    
                
pokemon_constants.asm https://gitlab.com/eientei95/pokered-fr | Assembly | 192 lines
                    
183	const MISSINGNO_B5 ; $B5
                    
184	const FOSSIL_KABUTOPS   ; $B6
                    
185	const FOSSIL_AERODACTYL ; $B7
                    
                
modules.py https://github.com/davidmorrison/indico.git | Python | 63 lines
                    
20
                    
21from MaKaC.common.fossilize import IFossil
                    
22from MaKaC.common.Conversion import Conversion
                    
22from MaKaC.common.Conversion import Conversion
                    
23from MaKaC.fossils.conference import ICategoryFossil, IConferenceMinimalFossil
                    
24
                    
25
                    
26class INewsItemFossil(IFossil):
                    
27
                    
49
                    
50class IObservedObjectFossil(IFossil):
                    
51
                    
53        """ Encapsulated Object - either Category or Conference """
                    
54    getObject.result = {"MaKaC.conference.Category": ICategoryFossil,
                    
55                        "MaKaC.conference.Conference": IConferenceMinimalFossil}
                    
                
INDEX.html https://github.com/cao-xx/plan-9.git | HTML | 185 lines
                    
56</DT>
                    
57<DT><A HREF="/magic/man2html/4/fossil">fossil</A>
                    
58-  archival file server
                    
58-  archival file server
                    
59<DD><TT> fossil</TT>
                    
60</DT>
                    
                
popen.c https://github.com/paulfitz/coopy.git | C | 187 lines
                    
29static void win32_fatal_error(const char *zMsg){
                    
30  fossil_fatal("%s");
                    
31}
                    
                
dependency_collector.rb https://github.com/kmowery/homebrew.git | Ruby | 188 lines
                    
165      MercurialDependency.new(tags)
                    
166    when strategy <= FossilDownloadStrategy
                    
167      Dependency.new("fossil", tags)
                    
                
ShowExistingMaterial.tpl https://github.com/davidmorrison/indico.git | Smarty Template | 88 lines
                    
20<% import MaKaC.conference as conference %>
                    
21<% from MaKaC.common.fossilize import fossilize %>
                    
22<% from MaKaC.conference import IMaterialFossil %>
                    
79
                    
80var matList = ${ fossilize(materialList, IMaterialFossil) };
                    
81
                    
                
README.markdown https://github.com/roddi/sundown.git | Markdown | 131 lines
                    
4`Sundown` is a Markdown parser based on the original code of the
                    
5[Upskirt library](http://fossil.instinctive.eu/libupskirt/index) by Natacha Porté.
                    
6
                    
                
math.py https://gitlab.com/llndhlov/journly | Python | 183 lines
                    
42        # arguments are mixed between integer and float or decimal.
                    
43        # https://www.gaia-gis.it/fossil/libspatialite/tktview?name=0f72cca3a2
                    
44        clone = self.copy()
                    
                
allrepo.c https://github.com/paulfitz/coopy.git | C | 162 lines
                    
53**
                    
54** Usage: %fossil all (list|ls|pull|push|rebuild|sync)
                    
55**
                    
55**
                    
56** The ~/.fossil file records the location of all repositories for a
                    
57** user.  This command performs certain operations on all repositories
                    
59**
                    
60** On Win32 systems, the file is named "_fossil" and is located in
                    
61** %LOCALAPPDATA%, %APPDATA% or %HOMEPATH%.
                    
83  char *zSyscmd;
                    
84  char *zFossil;
                    
85  char *zQFilename;
                    
104  }else{
                    
105    fossil_fatal("\"all\" subcommand should be one of: "
                    
106                 "list ls push pull rebuild sync");
                    
                
encode.c https://github.com/paulfitz/coopy.git | C | 510 lines
                    
210/*
                    
211** The "fossilize" encoding is used in the headers of records
                    
212** (aka "content files") to escape special characters.  The
                    
212** (aka "content files") to escape special characters.  The
                    
213** fossilize encoding passes most characters through unchanged.
                    
214** The changes are these:
                    
224**
                    
225** The fossilize() routine does an encoding of its input and
                    
226** returns a pointer to the encoding in space obtained from
                    
228*/
                    
229char *fossilize(const char *zIn, int nIn){
                    
230  int n, i, j, c;
                    
269/*
                    
270** Decode a fossilized string in-place.
                    
271*/
                    
                
installing.tex https://github.com/derdewey/mongrel2.git | LaTeX | 153 lines
                    
56\begin{enumerate}
                    
57\item Установить \href{http://fossil-scm.org}{Fossil SCM} (это такая система управления версиями) и сделать check-out.
                    
58\item Взять исходники с сайта, распаковать и установить.
                    
68Если вы всегда хотите иметь самую свежую
                    
69версию, то установите fossil и периодически обновляйтесь. В этом конечно нет
                    
70необходимости, но если хотите оставаться впереди планеты всей, то вот что нужно сделать:
                    
72\begin{enumerate}
                    
73\item Зайдите на \href{http://www.fossil-scm.org/download.html}{страничку скачивания fossil},
                    
74    возьмите инсталяционный файл для вашей системы, либо исходные коды в tar.gz. 
                    
85> mkdir ~/fossils
                    
86> fossil clone http://mongrel2.org:44445 ~/fossils/mongrel2.fossil
                    
87> mkdir mongrel2
                    
88> cd mongrel2
                    
89> fossil open ~/fossils/mongrel2.fossil
                    
90\end{lstlisting}
                    
                
UBERON_2002133.md git://github.com/cmungall/uberon.git | Markdown | 47 lines
                    
8
                    
9Albert, JS and WL Fink. 2007. Phylogenetic relationships of fossil neotropical electric fish (Osteichthyes: Gymnotiformes) from the Upper Miocene of Bolivia. Journal of Vertebrate Paleontology 27:17-25.
                    
10
                    
36
                    
37Albert, JS and WL Fink. 2007. Phylogenetic relationships of fossil neotropical electric fish (Osteichthyes: Gymnotiformes) from the Upper Miocene of Bolivia. Journal of Vertebrate Paleontology 27:17-25.
                    
38 * *[rdf-schema#label](../../el/rdf-schema#label.md)* = dorsal organ
                    
                
detail.html https://github.com/Vizzuality/Data.GBIF.git | HTML | 88 lines
                    
22    <h3>Detailed description</h3>
                    
23    <p>Due to the data requirements of ecological niche modelling applications, only a limited set of species from the GBIF data index carries sufficient data volumes. The selection, therefore, is limited to those species. Additional preset filters concern the type of record (no fossils or records from living ex-situ collections included) and the geoprecision (point location data only). You may change some of these pre-set filters, but need to be aware that the significance of the modelling result varies greatly with the selection of meaningful parameters.</p>
                    
24    <h3>Target groups</h3>
                    
                
testFossilize.py https://github.com/flannery/indico-flannery.git | Python | 255 lines
                    
1from MaKaC.common.fossilize import IFossil, Fossilizable, fossilizes, fossilize, \
                    
2    NonFossilizableException, WrongFossilTypeException, addFossil,\
                    
43
                    
44class IFossilWithProduceFossil(ISimpleFossil1Fossil):
                    
45
                    
73
                    
74    fossilizes(ISimpleFossil1Fossil, ISimpleFossil2Fossil, IFossilWithProduceFossil)
                    
75
                    
97
                    
98    fossilizes(IComplexFossil1Fossil, IComplexFossil2Fossil)
                    
99
                    
143class ClassWithDifferentMethodNames(Fossilizable):
                    
144    fossilizes(IClassWithDifferentMethodNamesFossil, IClassWithDifferentMethodNamesBadFossil, IClassWithDifferentMethodNamesBad2Fossil)
                    
145    def __init__(self):
                    
249        d1 = DerivedClass(10, 50, 'bar')
                    
250        self.assertEquals(fossilize([s1, d1], {"MaKaC_tests.common_tests.testFossilize.SimpleClass": ISimpleFossil2Fossil, "MaKaC_tests.common_tests.testFossilize.DerivedClass": ISimpleFossil1Fossil}),
                    
251                          [s1.fossilize(ISimpleFossil2Fossil), d1.fossilize(ISimpleFossil1Fossil)])
                    
                
dependency_collector.rb https://gitlab.com/0072016/0072016-Googlebot2 | Ruby | 175 lines
                    
151      MercurialRequirement.new(tags)
                    
152    when strategy <= FossilDownloadStrategy
                    
153      Dependency.new("fossil", tags)
                    
                
Fossil.java https://github.com/defunct/fossil.git | Java | 62 lines
                    
1/* Copyright Alan Gutierrez 2006 */
                    
2package com.goodworkalan.fossil;
                    
3
                    
8 * Static methods to initiate the type-safe container of out of band data with
                    
9 * fossil specific data.
                    
10 * 
                    
13 */
                    
14public class Fossil
                    
15{
                    
32     * Add the given mutator to the given type-safe container of out of band
                    
33     * data so that it can be retrieved by the classes in the fossil package.
                    
34     * 
                    
48     * Create type-safe container of out of band data and add the given mutator
                    
49     * so that it can be retrieved by the classes in the fossil package.
                    
50     * 
                    
                
Fossil.html https://repo.or.cz/Homebrew/rubydoc.brew.sh.git | HTML | 294 lines
                    
6<title>
                    
7  Class: UnpackStrategy::Fossil
                    
8  
                    
17<script type="text/javascript">
                    
18  pathId = "UnpackStrategy::Fossil";
                    
19  relpath = '../';
                    
41     &raquo; 
                    
42    <span class="title">Fossil</span>
                    
43  
                    
61
                    
62      <div id="content"><h1>Class: UnpackStrategy::Fossil
                    
63  
                    
76          
                    
77            <li class="next">UnpackStrategy::Fossil</li>
                    
78          
                    
                
item_constants.asm https://gitlab.com/eientei95/pokered-fr | Assembly | 159 lines
                    
44	const RARE_CANDY    ; $28
                    
45	const DOME_FOSSIL   ; $29
                    
46	const HELIX_FOSSIL  ; $2A
                    
                
pywm_testserial.py https://github.com/ka010/PyMetaWatch.git | Python | 124 lines
                    
34   def flip(self,c):
                    
35      """Flips the bit order, because that's what Fossil wants."""
                    
36      l=[0, 8, 4, 12, 2, 10, 6, 14, 1, 9, 5, 13, 3, 11, 7, 15];
                    
                
spatialite-gui.rb https://github.com/asymmetric/homebrew.git | Ruby | 96 lines
                    
3class SpatialiteGui < Formula
                    
4  homepage 'https://www.gaia-gis.it/fossil/spatialite_gui/index'
                    
5  url 'http://www.gaia-gis.it/gaia-sins/spatialite-gui-sources/spatialite_gui-1.5.0-stable.tar.gz'
                    
22    # Compatibility fix for wxWidgets 2.9.x. Remove on next release.
                    
23    patch_set[:p0] = 'https://www.gaia-gis.it/fossil/spatialite_gui/vpatch?from=d8416d26358a24dc&to=b5b920d8d654dd0e' unless build.devel?
                    
24
                    
31    # 1.6.0 doesn't pick up GEOS libraries. See:
                    
32    #   https://www.gaia-gis.it/fossil/spatialite_gui/tktview?name=d27778d7e4
                    
33    ENV.append 'LDFLAGS', '-lgeos_c' if build.devel?
                    
                
MEDUSA.R https://github.com/josephwb/turboMEDUSA.git | R | 239 lines
                    
61    # Pre-fit pendant edges so these values need not be re(re(re))calculated; amounts to ~25% of all calculations
                    
62    # Will show particular performance gain for edges with many fossil observations
                    
63        cat("Optimizing parameters for pendant edges... ");
                    
                
IntMap.hx https://github.com/MarcWeber/haxe-compiler-experiments.git | Haxe | 455 lines
                    
33 * Thanks also to Jonas Malaco Filho for his Haxe-written IntMap code inspired by Python tables.
                    
34 * (https://jonasmalaco.com/fossil/test/jonas-haxe/artifact/887b53126e237d6c68951111d594033403889304)
                    
35 */
                    
                
languageevolution.md https://bitbucket.org/sploinga/traductions.git | Markdown | 10 lines
                    
7
                    
8Il est raisonnable de dire que le développement biologique des facultés linguistiques a progressé pas à pas et a requis que de nombreuses améliorations graduelles se stabilisent dans des populations pré-humaines. Nous n'en avons aucune preuve directe, car les traces d'écriture les plus anciennes que nous avons (5000 ans)  sont très récentes par rapport au temps depuis lequel le langage est complètement fonctionnel. Les «fossiles» de langues anciennes dont nous disposons ne couvrent pas plus de 2,5% de l'histoire de l'homo sapiens moderne. Des méthodes sophistiquées peuvent nous permettre de remonter un peu plus loin mais le reste n'est largement que conjecture. 
                    
9
                    
                
worker_process.py https://bitbucket.org/oebeling/tracectory.git | Python | 190 lines
                    
112	log("Loading memory dump %s " % dumpFile)
                    
113	memorySpace = FossileStream(dumpFile)
                    
114	in_str = bin_stream_file(memorySpace)
                    
                
test_coopy.sh https://github.com/paulfitz/coopy.git | Shell | 135 lines
                    
18echo " "
                    
19# fossil new repository.coopy || exit 1
                    
20
                    
20
                    
21# fossil gets upset if ancestor isn't clearly older
                    
22sleep 1
                    
30coopy --clone=../store
                    
31#fossil clone ../store/repository.coopy repository.coopy || exit 1
                    
32#fossil open repository.coopy || exit 1
                    
41coopy --clone=../store
                    
42#fossil clone ../store/repository.coopy repository.coopy || exit 1
                    
43#fossil open repository.coopy || exit 1
                    
                
FossilDownloaderTest.php git://github.com/composer/composer.git | PHP | 180 lines
                    
72
                    
73        $expectedFossilCommand = $this->getCmd('fossil clone \'http://fossil.kd2.org/kd2fw/\' \'repo.fossil\'');
                    
74        $processExecutor->expects($this->at(0))
                    
78
                    
79        $expectedFossilCommand = $this->getCmd('fossil open \'repo.fossil\' --nested');
                    
80        $processExecutor->expects($this->at(1))
                    
84
                    
85        $expectedFossilCommand = $this->getCmd('fossil update \'trunk\'');
                    
86        $processExecutor->expects($this->at(2))
                    
132
                    
133        $expectedFossilCommand = $this->getCmd("fossil changes");
                    
134        $processExecutor->expects($this->at(0))
                    
137            ->will($this->returnValue(0));
                    
138        $expectedFossilCommand = $this->getCmd("fossil pull && fossil up 'trunk'");
                    
139        $processExecutor->expects($this->at(1))
                    
                
common.py https://github.com/flannery/indico-flannery.git | Python | 127 lines
                    
24from MaKaC.plugins.Collaboration.collaborationTools import CollaborationTools
                    
25from MaKaC.plugins.Collaboration.WebcastRequest.fossils import IWebcastRequestErrorFossil
                    
26from MaKaC.common.fossilize import fossilizes
                    
105class WebcastRequestError(CSErrorBase): #already fossilizable
                    
106    fossilizes(IWebcastRequestErrorFossil)
                    
107
                    
                
mksqlite3h.tcl https://gitlab.com/zchee/ccgo | TCL | 151 lines
                    
7#   2) The VERSION file containing the current SQLite version number.
                    
8#   3) The manifest file from the fossil SCM.  This gives use the date.
                    
9#   4) The manifest.uuid file from the fossil SCM.  This gives the SHA1 hash.
                    
22#   5) Replaces the string --SOURCE-ID-- with the date and time and sha1
                    
23#      hash of the fossil-scm manifest for the source tree.
                    
24#   6) Adds the SQLITE_CALLBACK calling convention macro in front of all
                    
                
IdentifiedObject.py https://github.com/rwl/PyCIM.git | Python | 55 lines
                    
30        @param description: The description is a free human readable text describing or naming the object. It may be non unique and may not correlate to a naming hierarchy. 
                    
31        @param name: The name is a free text human readable name of the object. It may be non unique and may not correlate to a naming hierarchy.The name attribute is required except for the following classes:   FossilFuel, HydorPump, LoadResponseCharacteristic, MutualCoupling, ReactiveCapabilityCurve, RegulatingControl, SynchronousMachine, TopologicalIsland, ConductingEquipment, Conductor, ConnectivityNodeContainer, Curve, Equipment, EquipmentContainer, EquivalentEquipment, REgulatingCondEq, TapChanger, BaseVoltage, Terminal, TransformerWinding, RatioTapChanger, PhaseTapChanger, OperationalLimitSet, CurrentLimit, and VoltageLimit. 
                    
32        @param aliasName: The aliasName is free text human readable name of the object alternative to IdentifiedObject.name. It may be non unique and may not correlate to a naming hierarchy. 
                    
37
                    
38        #: The name is a free text human readable name of the object. It may be non unique and may not correlate to a naming hierarchy.The name attribute is required except for the following classes:   FossilFuel, HydorPump, LoadResponseCharacteristic, MutualCoupling, ReactiveCapabilityCurve, RegulatingControl, SynchronousMachine, TopologicalIsland, ConductingEquipment, Conductor, ConnectivityNodeContainer, Curve, Equipment, EquipmentContainer, EquivalentEquipment, REgulatingCondEq, TapChanger, BaseVoltage, Terminal, TransformerWinding, RatioTapChanger, PhaseTapChanger, OperationalLimitSet, CurrentLimit, and VoltageLimit.
                    
39        self.name = name
                    
                
2013-04-18-coloring-book.html https://bitbucket.org/byronsanchez/hackbytes.com.git | HTML | 361 lines
                    
213              <a
                    
214                href="https://fossil.tehpotatoking.com/byronsanchez/coloring-book-ios"
                    
215                rel="alternate">
                    
254              <a
                    
255                href="https://fossil.tehpotatoking.com/byronsanchez/coloring-book-android"
                    
256                rel="alternate">
                    
                
dir_plan9.go https://gitlab.com/suo/badger | Go | 150 lines
                    
126//  - "open/create -- file is locked" (cwfs, kfs)
                    
127//  - "exclusive lock" (fossil)
                    
128//  - "exclusive use file already open" (ramfs)
                    
                
material.py https://github.com/flannery/indico-flannery.git | Python | 397 lines
                    
16from MaKaC.errors import ModificationError, MaKaCError
                    
17from MaKaC.common.fossilize import fossilize
                    
18
                    
225    def _getAnswer(self):
                    
226        #will use IAvatarFossil or IGroupFossil
                    
227        allowedAccesList = fossilize(self._material.getAllowedToAccessList())
                    
228        if self._includeFavList and self._user:
                    
229            favList = fossilize(self._user.getPersonalInfo().getBasket().getUsers().values())
                    
230            return [allowedAccesList, favList]
                    
348    def _getAnswer(self):
                    
349        #will use IAvatarFossil or IGroupFossil
                    
350        allowedAccesList = fossilize(self._resource.getAllowedToAccessList())
                    
351        if self._includeFavList and self._user:
                    
352            favList = fossilize(self._user.getPersonalInfo().getBasket().getUsers().values())
                    
353            return [allowedAccesList, favList]
                    
                
user.py https://github.com/flannery/indico-flannery.git | Python | 68 lines
                    
19
                    
20from MaKaC.common.fossilize import IFossil
                    
21
                    
21
                    
22class IGroupFossil(IFossil):
                    
23
                    
32
                    
33class IAvatarFossil(IFossil):
                    
34
                    
58
                    
59class IAvatarAllDetailsFossil(IAvatarFossil):
                    
60
                    
                
reviewing.py https://github.com/davidmorrison/indico.git | Python | 98 lines
                    
22from MaKaC.common.Conversion import Conversion
                    
23from MaKaC.fossils.user import IAvatarMinimalFossil
                    
24
                    
24
                    
25class IJudgementFossil(IFossil):
                    
26    """
                    
35
                    
36class IReviewFossil(IFossil):
                    
37    """
                    
52
                    
53class IReviewManagerFossil(IFossil):
                    
54    """
                    
84
                    
85class IReviewingStatusFossil(IFossil):
                    
86    """
                    
                
CsvSheet.h https://github.com/paulfitz/coopy.git | C Header | 256 lines
                    
1#ifndef SSFOSSIL_CSVSHEET
                    
2#define SSFOSSIL_CSVSHEET
                    
                
fossil-scm.mk https://bitbucket.org/rainlake/optware.git | Makefile | 226 lines
                    
70FOSSIL-SCM_IPK_DIR=$(BUILD_DIR)/fossil-scm-$(FOSSIL-SCM_VERSION)-ipk
                    
71FOSSIL-SCM_IPK=$(BUILD_DIR)/fossil-scm_$(FOSSIL-SCM_VERSION)-$(FOSSIL-SCM_IPK_VERSION)_$(TARGET_ARCH).ipk
                    
72
                    
72
                    
73.PHONY: fossil-scm-source fossil-scm-unpack fossil-scm fossil-scm-stage fossil-scm-ipk fossil-scm-clean fossil-scm-dirclean fossil-scm-check
                    
74
                    
87#
                    
88fossil-scm-source: $(DL_DIR)/$(FOSSIL-SCM_SOURCE) $(FOSSIL-SCM_PATCHES)
                    
89
                    
107#
                    
108$(FOSSIL-SCM_BUILD_DIR)/.configured: $(DL_DIR)/$(FOSSIL-SCM_SOURCE) $(FOSSIL-SCM_PATCHES) make/fossil-scm.mk
                    
109	$(MAKE) zlib-stage
                    
219fossil-scm-dirclean:
                    
220	rm -rf $(BUILD_DIR)/$(FOSSIL-SCM_DIR) $(FOSSIL-SCM_BUILD_DIR) $(FOSSIL-SCM_IPK_DIR) $(FOSSIL-SCM_IPK)
                    
221#
                    
                
ConfModifCollaborationProtection.tpl https://github.com/davidmorrison/indico.git | Smarty Template | 92 lines
                    
1<% from MaKaC.fossils.user import IAvatarFossil %>
                    
2<% from MaKaC.plugins.Collaboration.collaborationTools import CollaborationTools %>
                    
85    var uf = new UserListField('PeopleListDiv', 'PeopleList',
                    
86                               ${ jsonEncode(fossilize(CSBM.getPluginManagers(name), IAvatarFossil)) }, true, allManagers,
                    
87                               true, false, null, null,
                    
                
fossils.py https://repo.or.cz/cds-indico.git | Python | 470 lines
                    
151
                    
152class IConferenceMetadataFossil(_IncludeMaterialFossil, _IncludeACLFossil, IFossil):
                    
153
                    
239
                    
240class IContributionMetadataFossil(_IncludeMaterialFossil, _IncludeACLFossil, IFossil):
                    
241
                    
317
                    
318class ISubContributionMetadataFossil(IFossil, _IncludeACLFossil, _IncludeMaterialFossil):
                    
319
                    
369
                    
370class ISessionMetadataBaseFossil(ISessionSlotFossil,  _IncludeACLFossil):
                    
371
                    
423
                    
424class IConferenceMetadataWithSessionsFossil(_IncludeMaterialFossil, IConferenceMetadataFossil):
                    
425
                    
                
Torrent.php https://github.com/predakanga/impression.git | PHP | 132 lines
                    
31
                    
32use Fossil\Requests\BaseRequest,
                    
33    Impression\Models\Torrent as TorrentModel,
                    
35    Impression\BDecode,
                    
36    Fossil\Plugins\Users\Models\User,
                    
37    Impression\Forms\Upload as UploadForm,
                    
81        } else {
                    
82            return $this->templateResponse("fossil:torrent/upload");
                    
83        }
                    
                
th_main.c https://github.com/paulfitz/coopy.git | C | 530 lines
                    
18** This file contains an interface between the TH scripting language
                    
19** (an independent project) and fossil.
                    
20*/
                    
338*/
                    
339void Th_FossilInit(void){
                    
340  static struct _Command {
                    
370void Th_Store(const char *zName, const char *zValue){
                    
371  Th_FossilInit();
                    
372  if( zValue ){
                    
394  int rc;
                    
395  Th_FossilInit();
                    
396  rc = Th_GetVar(g.interp, (char*)zName, -1);
                    
474  char *zResult;
                    
475  Th_FossilInit();
                    
476  while( z[i] ){
                    
                
FossilProxy.tcl http://wub.googlecode.com/svn/trunk/ | TCL | 296 lines
                    
11    }
                    
12    fossil_dir {Directory where fossil repositories are located. The proxy will work for all repositories in this directory which are named *.fossil, where the basename of the repository is part of the URL. Mandatory.}
                    
13    fossil_command {Path to fossil command. Default is 'fossil'}
                    
52 	variable fossil_command
                    
53 	if {[catch {exec $fossil_command user new $U $C $P -R [file join $fossil_dir $R]} Res]} {
                    
54 	    error $Res
                    
189	    fconfigure $f -encoding binary -translation binary
                    
190	    if {[catch {exec $fossil_command http $fossil_dir >@ $f < $qfnm} R]} {
                    
191		error $R
                    
267
                    
268	} r $r fr $fr fossil_dir $fossil_dir fossil_command $fossil_command prefix $prefix fnmid [incr fnmid]]
                    
269    }
                    
284	variable prefix ""
                    
285	variable fossil_command "fossil"
                    
286
                    
                
spatialite-gui.rb https://github.com/barisbalic/homebrew.git | Ruby | 95 lines
                    
3class SpatialiteGui < Formula
                    
4  homepage 'https://www.gaia-gis.it/fossil/spatialite_gui/index'
                    
5  url 'http://www.gaia-gis.it/gaia-sins/spatialite-gui-sources/spatialite_gui-1.5.0-stable.tar.gz'
                    
28    # Compatibility fix for wxWidgets 2.9.x. Remove on next release.
                    
29    patch_set[:p0] = 'https://www.gaia-gis.it/fossil/spatialite_gui/vpatch?from=d8416d26358a24dc&to=b5b920d8d654dd0e' unless build.devel?
                    
30
                    
                
hide_show_constants.asm https://gitlab.com/eientei95/pokered-fr | Assembly | 236 lines
                    
117	const HS_MT_MOON_1_ITEM_6             ; 6C X
                    
118	const HS_MT_MOON_3_FOSSIL_1           ; 6D
                    
119	const HS_MT_MOON_3_FOSSIL_2           ; 6E
                    
                
Init.php https://github.com/predakanga/fossil.git | PHP | 82 lines
                    
29
                    
30namespace Fossil\Plugins\Firebug;
                    
31
                    
31
                    
32use Fossil\BaseInit,
                    
33    Fossil\Plugins\Users\Models\User;
                    
41    /**
                    
42     * @var FireFossil
                    
43     */
                    
52        if($user && $user->isDev()) {
                    
53            $this->firephp = FireFossil::getInstance();
                    
54            // Only continue if we've detected the client extension
                    
66                // Set the log level
                    
67                if(isset($_GET['FOSSIL_LOG']) && is_numeric($_GET['FOSSIL_LOG'])) {
                    
68                    $this->container->get("DebugLogger")->setLevel((int)$_GET['FOSSIL_LOG']);
                    
                
services.py https://github.com/davidmorrison/indico.git | Python | 61 lines
                    
24from MaKaC.i18n import _
                    
25from MaKaC.common.fossilize import fossilize
                    
26from MaKaC.plugins.Collaboration.fossils import ICSBookingBaseConfModifFossil
                    
47        if isinstance(result, CERNMCUError):
                    
48            return fossilize(result)
                    
49        else:
                    
49        else:
                    
50            return fossilize(self._booking, ICSBookingBaseConfModifFossil, tz = self._conf.getTimezone())
                    
51
                    
58        if isinstance(result, CERNMCUError):
                    
59            return fossilize(result)
                    
60        else:
                    
60        else:
                    
61            return fossilize(self._booking, ICSBookingBaseConfModifFossil, tz = self._conf.getTimezone())
                    
62
                    
                
GenerateImageAnchor.cs https://bitbucket.org/paleogma/paleogma-studentapp.git | C# | 83 lines
                    
34            GlobalTarget.setStep3();
                    
35            GlobalARSceneState.userIsInFossilChunk = true;
                    
36
                    
                
category.py https://github.com/davidmorrison/indico.git | Python | 240 lines
                    
34from MaKaC.webinterface.wcomponents import WConferenceList, WConferenceListEvents
                    
35from MaKaC.common.fossilize import fossilize
                    
36from MaKaC.user import PrincipalHolder, Avatar, Group
                    
181    def _getAnswer(self):
                    
182        #will use IAvatarFossil or IGroupFossil
                    
183        return fossilize(self._categ.getAllowedToAccessList())
                    
                
git_test.go https://gitlab.com/4144/gcc | Go | 635 lines
                    
41
                    
42// TODO: Convert gitrepo1 to svn, bzr, fossil and add tests.
                    
43// For now, at least the hgrepo1 tests check the general vcs.go logic.
                    
                
librasterlite.rb https://gitlab.com/jcsilkey/homebrew-core | Ruby | 31 lines
                    
2  desc "Library to store and retrieve huge raster coverages"
                    
3  homepage "https://www.gaia-gis.it/fossil/librasterlite/index"
                    
4  url "https://www.gaia-gis.it/gaia-sins/librasterlite-sources/librasterlite-1.1g.tar.gz"
                    
                
test-simple https://bitbucket.org/gward/vcprompt/ | Shell | 357 lines
                    
68
                    
69test_simple_fossil()
                    
70{
                    
71    cd $tmpdir
                    
72    mkdir fossil && cd fossil
                    
73
                    
74    touch _FOSSIL_
                    
75    assert_vcprompt "fossil broken" "fossil:(unknown)" "%n:%b"
                    
76
                    
76
                    
77    rm _FOSSIL_
                    
78    assert_vcprompt "fossil norepo" "" "%n:%b"
                    
81    touch .fslckout
                    
82    assert_vcprompt "fossil broken" "fossil:(unknown)" "%n:%b"
                    
83}
                    
                
INDEX.html https://bitbucket.org/floren/nxm-base.git | HTML | 193 lines
                    
64</DT>
                    
65<DT><A HREF="/magic/man2html/4/fossil">fossil</A>
                    
66-  archival file server
                    
66-  archival file server
                    
67<DD><TT> fossil, flchk, flfmt</TT>
                    
68</DT>
                    
                
categories.js https://github.com/cleanweb/green-tomatoe.git | JavaScript | 15 lines
                    
11{id:"Health", title:"Health", fields: ["ObesityRates","LivingWithHIV","LivingWithAIDS","AIDSDiagnoses"]},
                    
12{id:"Energy sources", title:"Energy sources", fields: ["TotalEnergy","Coal","NaturalGas","Petroleum","TotalFossilFuel","NuclearElectricPower","RenewableEnergy"]},
                    
13{id:"Energy exchanges", title:"Energy exchanges", fields: ["NetInterstateFlow","NetElectricityImports"]},
                    
                
VersionGuesser.php https://github.com/modxcms/evolution.git | PHP | 302 lines
                    
76
                    
77            $versionData = $this->guessFossilVersion($packageConfig, $path);
                    
78            if (null !== $versionData && null !== $versionData['version']) {
                    
249
                    
250    private function guessFossilVersion(array $packageConfig, $path)
                    
251    {
                    
254
                    
255        // try to fetch current version from fossil
                    
256        if (0 === $this->process->execute('fossil branch list', $output, $path)) {
                    
261
                    
262        // try to fetch current version from fossil tags
                    
263        if (0 === $this->process->execute('fossil tag list', $output, $path)) {
                    
                
sync.c https://github.com/paulfitz/coopy.git | C | 251 lines
                    
103  if( zUrl==0 ){
                    
104    if( urlOptional ) fossil_exit(0);
                    
105    usage("URL");
                    
129**
                    
130** Usage: %fossil pull ?URL? ?options?
                    
131**
                    
153**
                    
154** Usage: %fossil push ?URL? ?options?
                    
155**
                    
178**
                    
179** Usage: %fossil sync ?URL? ?options?
                    
180**
                    
207**
                    
208** Usage: %fossil remote-url ?URL|off?
                    
209**
                    
                
run-speed-test.sh https://gitlab.com/zchee/ccgo | Shell | 90 lines
                    
7#     sh run-speed-test.sh x1     # Measure some experimental change
                    
8#     fossil test-diff --tk cout-trunk.txt cout-x1.txt   # View chanages
                    
9#
                    
                
upcoming.py https://github.com/davidmorrison/indico.git | Python | 104 lines
                    
7
                    
8from MaKaC.common.fossilize import fossilize
                    
9from MaKaC.fossils.modules import IObservedObjectFossil
                    
50    def _getResult(self, module):
                    
51        return fossilize(module.getObjectList(), IObservedObjectFossil);
                    
52
                    
90
                    
91        return fossilize(module.getObjectList()[-1], IObservedObjectFossil);
                    
92
                    
                
kelzyme.html https://bitbucket.org/nico-kika/kika-v3-static.git | HTML | 211 lines
                    
47            <img class="project-logo mx-auto d-block" src="../images/portfolio-page/kelzyme/project-logo.png">
                    
48            <h3>A line of feed and soil supplements made up of 100% natural fossilized sea kelp, a <br> good source of calcium and other essential minerals. </h3>
                    
49            
                    
                
release-cross.nix https://github.com/dagss/nixpkgs.git | Nix | 305 lines
                    
299    nix.hostDrv = nativePlatforms;
                    
300    fossil.hostDrv = nativePlatforms;
                    
301    binutils.hostDrv = nativePlatforms;
                    
                
buildsys.m4 https://github.com/angband/angband.git | m4 | 372 lines
                    
5dnl
                    
6dnl https://fossil.nil.im/buildsys
                    
7dnl
                    
                
FossilSteamSupply.py https://github.com/rwl/PyCIM.git | Python | 143 lines
                    
22
                    
23class FossilSteamSupply(SteamSupply):
                    
24    """Fossil fueled boiler (e.g., coal, oil, gas)
                    
27    def __init__(self, boilerControlMode="following", superHeater2Capacity=0.0, auxPowerVersusFrequency=0.0, feedWaterIG=0.0, controlPED=0.0, throttlePressureSP=0.0, pressureCtrlIG=0.0, fuelSupplyDelay=0.0, controlPEB=0.0, controlTC=0.0, pressureFeedback=0, feedWaterPG=0.0, controlIC=0.0, controlPC=0.0, minErrorRateP=0.0, fuelSupplyTC=0.0, fuelDemandLimit=0.0, mechPowerSensorLag=0.0, pressureCtrlDG=0.0, maxErrorRateP=0.0, superHeaterPipePD=0.0, controlErrorBiasP=0.0, feedWaterTC=0.0, superHeater1Capacity=0.0, auxPowerVersusVoltage=0.0, pressureCtrlPG=0.0, *args, **kw_args):
                    
28        """Initialises a new 'FossilSteamSupply' instance.
                    
29
                    
134
                    
135        super(FossilSteamSupply, self).__init__(*args, **kw_args)
                    
136
                    
                
urls.py https://github.com/joncasdam/opentrials.git | Python | 41 lines
                    
29
                    
30    url(r'^(?P<trial_fossil_id>[0-9A-Za-z-]+)/xml/ictrp/$', trial_ictrp, name='repository.trial_ictrp'),
                    
31    url(r'^(?P<trial_fossil_id>[0-9A-Za-z-]+)/xml/ot/$', trial_otxml, name='repository.trial_otxml'),
                    
31    url(r'^(?P<trial_fossil_id>[0-9A-Za-z-]+)/xml/ot/$', trial_otxml, name='repository.trial_otxml'),
                    
32    url(r'^(?P<trial_fossil_id>[0-9A-Za-z-]+)/v(?P<trial_version>\d+)/$', trial_registered, name='repository.trial_registered_version'),
                    
33    url(r'^(?P<trial_fossil_id>[0-9A-Za-z-]+)/v(?P<trial_version>\d+)/xml/ictrp/$', trial_ictrp, name='repository.trial_ictrp_version'),
                    
38    url(r'^all/xls$', all_trials_xls),
                    
39    url(r'^(?P<trial_fossil_id>[0-9A-Za-z-]+)/([\w|\W]+)?$', trial_registered, name='repository.trial_registered'),
                    
40    url(r'^$', index, name='repository.index'),
                    
                
Viz.py git://pkgs.fedoraproject.org/bcfg2 | Python | 120 lines
                    
36                            'Rules', 'Account', 'Decisions', 'Deps', 'Git',
                    
37                            'Svn', 'Fossil', 'Bzr', 'Bundler', 'TGenshi',
                    
38                            'SGenshi', 'Base']
                    
                
conference.py https://github.com/flannery/indico-flannery.git | Python | 205 lines
                    
57
                    
58class IConferenceParticipationMinimalFossil(IFossil):
                    
59
                    
66
                    
67class IConferenceParticipationFossil(IConferenceParticipationMinimalFossil):
                    
68
                    
98
                    
99class IResourceFossil(IFossil):
                    
100
                    
110
                    
111class ILocalFileFossil(IResourceFossil):
                    
112
                    
125        """ Material Resource List """
                    
126    getResourceList.result = {"MaKaC.conference.Link": ILinkFossil, "MaKaC.conference.LocalFile": ILocalFileFossil}
                    
127    getResourceList.name = "resources"
                    
                
Dispatcher.php https://github.com/predakanga/fossil.git | PHP | 52 lines
                    
29
                    
30namespace Fossil\Plugins\Users;
                    
31
                    
31
                    
32use Fossil\OM,
                    
33    Fossil\Requests\BaseRequest,
                    
33    Fossil\Requests\BaseRequest,
                    
34    Fossil\Plugins\Users\Exceptions\AccessDeniedException;
                    
35
                    
40 */
                    
41class Dispatcher extends \Fossil\Dispatcher {
                    
42    protected function handleRequestException(\Exception $e, BaseRequest $req, $react) {
                    
                
FilePutRequest.java https://codeberg.org/vanous/Gadgetbridge.git | Java | 246 lines
                    
16    along with this program.  If not, see <http://www.gnu.org/licenses/>. */
                    
17package nodomain.freeyourgadget.gadgetbridge.service.devices.qhybrid.requests.fossil.file;
                    
18
                    
27import nodomain.freeyourgadget.gadgetbridge.service.btle.TransactionBuilder;
                    
28import nodomain.freeyourgadget.gadgetbridge.service.devices.qhybrid.adapter.fossil.FossilWatchAdapter;
                    
29import nodomain.freeyourgadget.gadgetbridge.service.devices.qhybrid.requests.fossil.FossilRequest;
                    
29import nodomain.freeyourgadget.gadgetbridge.service.devices.qhybrid.requests.fossil.FossilRequest;
                    
30import nodomain.freeyourgadget.gadgetbridge.service.devices.qhybrid.requests.fossil_hr.file.ResultCode;
                    
31import nodomain.freeyourgadget.gadgetbridge.util.CRC32C;
                    
32
                    
33public class FilePutRequest extends FossilRequest {
                    
34    public enum UploadState {INITIALIZED, UPLOADING, CLOSING, UPLOADED}
                    
41
                    
42    private FossilWatchAdapter adapter;
                    
43
                    
                
paragraph_users.sql https://gitlab.com/rahulranjan96/team2cs243 | SQL | 68 lines
                    
40INSERT INTO `paragraph_users` (`id`, `username`, `paragraph`, `title`) VALUES
                    
41(1, 'kamal', 'Animals are multicellular, eukaryotic organisms of the kingdom Animalia (also called Metazoa). All animals are motile, meaning they can move spontaneously and independently, at some point in their lives. Their body plan eventually becomes fixed as they develop, although some undergo a process of metamorphosis later on in their lives. All animals are heterotrophs: they must ingest other organisms or their products for sustenance.\r\n\r\nMost known animal phyla appeared in the fossil record as marine species during the Cambrian explosion, about 542 million years ago. Animals are divided into various sub-groups, some of which are: vertebrates (birds, mammals, amphibians, reptiles, fish); molluscs (clams, oysters, octopuses, squid, snails); arthropods (millipedes, centipedes, insects, spiders, scorpions, crabs, lobsters, shrimp); annelids (earthworms, leeches); cnidarians (jellyfish, anemones, corals); and sponges.\r\n', 'animals'),
                    
42(2, 'kamal', 'With a few exceptions, most notably the sponges (Phylum Porifera) and Placozoa, animals have bodies differentiated into separate tissues. These include muscles, which are able to contract and control locomotion, and nerve tissues, which send and process signals. Typically, there is also an internal digestive chamber, with one or two openings.[13] Animals with this sort of organization are called metazoans, or eumetazoans when the former is used for animals in general.[14]\r\n\r\nAll animals have eukaryotic cells, surrounded by a characteristic extracellular matrix composed of collagen and elastic glycoproteins.[15] This may be calcified to form structures like shells, bones, and spicules.[16] During development, it forms a relatively flexible framework[17] upon which cells can move about and be reorganized, making complex structures possible. In contrast, other multicellular organisms, like plants and fungi, have cells held in place by cell walls, and so develop by progressive growth.[13] Also, unique to animal cells are the following intercellular junctions: tight junctions, gap junctions, and desmosomes.[18]\r\n', 'structure'),
                    
44(4, 'kamal', 'All animals have eukaryotic cells, surrounded by a characteristic extracellular matrix composed of collagen and elastic glycoproteins.[15] This may be calcified to form structures like shells, bones, and spicules.[16] During development, it forms a relatively flexible framework[17] upon which cells can move about and be reorganized, making complex structures possible. In contrast, other multicellular organisms, like plants and fungi, have cells held in place by cell walls, and so develop by progressive growth.[13] Also, unique to animal cells are the following intercellular junctions: tight junctions, gap junctions, and desmosomes.[18]\r\n', 'kamal'),
                    
45(5, 'kamal', 'Animals are multicellular, eukaryotic organisms of the kingdom Animalia (also called Metazoa). All animals are motile, meaning they can move spontaneously and independently, at some point in their lives. Their body plan eventually becomes fixed as they develop, although some undergo a process of metamorphosis later on in their lives. All animals are heterotrophs: they must ingest other organisms or their products for sustenance.\r\n\r\nMost known animal phyla appeared in the fossil record as marine species during the Cambrian explosion, about 542 million years ago. Animals are divided into various sub-groups, some of which are: vertebrates (birds, mammals, amphibians, reptiles, fish); molluscs (clams, oysters, octopuses, squid, snails); arthropods (millipedes, centipedes, insects, spiders, scorpions, crabs, lobsters, shrimp); annelids (earthworms, leeches); cnidarians (jellyfish, anemones, corals); and sponges.\r\n\r\n', 'text animals');
                    
46
                    
                
25_27_Wetlands.lua https://github.com/TekNoLogic/TourGuide.git | Lua | 101 lines
                    
37A Ormer's Revenge (Part 1) |QID|294|
                    
38N Get the fossil |L|5234| |N|For "The Absent Minded Prospector (Part 5)"| |QID|943|
                    
39
                    
                
ConfModifChat.tpl https://github.com/davidmorrison/indico.git | Smarty Template | 106 lines
                    
61var eventDate = '${ EventDate[0:10].replace('/','_') }';
                    
62var user = ${ jsonEncode(User.fossilize()) };
                    
63var materialUrl = ${ jsonEncode(MaterialUrl) };
                    
                
TextIDs.lua https://gitlab.com/kidaa/darkstar.git | Lua | 31 lines
                    
8NOTHING_OUT_OF_ORDINARY = 6397; -- There is nothing out of the ordinary here.
                    
9       FOSSIL_EXTRACTED = 7038; -- A large fossil has been excavated from here.
                    
10         NOTHING_FOSSIL = 7039; -- It looks like a rock with fossils embedded in it. Nothing out of the ordinary.
                    
                
subcontribution.py https://repo.or.cz/cds-indico.git | Python | 79 lines
                    
17
                    
18from MaKaC.common.fossilize import IFossil
                    
19from MaKaC.common.Conversion import Conversion
                    
20
                    
21class ISubContributionFossil(IFossil):
                    
22
                    
38
                    
39class ISubContribParticipationFossil(IFossil):
                    
40
                    
47
                    
48class ISubContribParticipationFullFossil(ISubContribParticipationFossil):
                    
49
                    
74
                    
75class ISubContributionWithSpeakersFossil(ISubContributionFossil):
                    
76
                    
                
download.r git://github.com/Oldes/rs.git | R | 82 lines
                    
11		REBOL 2 or 3
                    
12		Fossil
                    
13	}
                    
19
                    
20fossil: either any [exists? %fossil  exists? %fossil.exe] [
                    
21	to-local-file append what-dir %fossil
                    
22][
                    
23	"fossil"
                    
24]
                    
48
                    
49		unless zero? call/wait join fossil " update" [
                    
50			print ["Updating" target "failed"]
                    
54		either any [
                    
55			exists? archive: join name: join %Red- target  %.fossil
                    
56			(
                    
                
README.md https://gitlab.com/zchee/ccgo | Markdown | 284 lines
                    
13SQLite sources are managed using the
                    
14[Fossil](https://www.fossil-scm.org/), a distributed version control system
                    
15that was specifically designed to support SQLite development.
                    
15that was specifically designed to support SQLite development.
                    
16If you do not want to use Fossil, you can download tarballs or ZIP
                    
17archives as follows:
                    
33
                    
34If you do want to use Fossil to check out the source tree, 
                    
35first install Fossil version 2.0 or later.
                    
36(Source tarballs and precompiled binaries available
                    
37[here](https://www.fossil-scm.org/fossil/uv/download.html).  Fossil is
                    
38a stand-alone program.  To install, simply download or build the single 
                    
43        cd ~/sqlite
                    
44        fossil clone https://www.sqlite.org/src sqlite.fossil
                    
45        fossil open sqlite.fossil
                    
                
511-SpaTapho.tex https://gitlab.com/nehemie/Vb2b | LaTeX | 40 lines
                    
13operation of the behavioral system, what remains (assuming no modification by
                    
14other processes) is the closest conceivable approximation of a ‘fossil’ of a
                    
15cultural system -- its material elements in a system-relevant spatial
                    
                
PitScoreRewardPopup.cs https://bitbucket.org/MyongJu/decompile.git | C# | 72 lines
                    
56  {
                    
57    this._labelCurrentScore.text = string.Format("{0}{1}", (object) ScriptLocalization.Get("event_fireland_dragon_fossil_collection_amount", true), (object) PitExplorePayload.Instance.ActivityData.CurrentScore);
                    
58    this.DestroyAllPitRewardItem();
                    
                
FuelAllocationSchedule.py https://github.com/rwl/PyCIM.git | Python | 101 lines
                    
34        @param fuelType: The type of fuel, which also indicates the corresponding measurement unit Values are: "oil", "coal", "lignite", "gas"
                    
35        @param FossilFuel: A fuel allocation schedule must have a fossil fuel
                    
36        @param ThermalGeneratingUnit: A thermal generating unit may have one or more fuel allocation schedules
                    
53        self._FossilFuel = None
                    
54        self.FossilFuel = FossilFuel
                    
55
                    
72
                    
73    def setFossilFuel(self, value):
                    
74        if self._FossilFuel is not None:
                    
74        if self._FossilFuel is not None:
                    
75            filtered = [x for x in self.FossilFuel.FuelAllocationSchedules if x != self]
                    
76            self._FossilFuel._FuelAllocationSchedules = filtered
                    
82
                    
83    FossilFuel = property(getFossilFuel, setFossilFuel)
                    
84
                    
                
create-occurrence.html https://github.com/shawnbaden/Biofinity.git | HTML | 156 lines
                    
86					<td>
                    
87						<occurrence:Preparations /><span>&nbsp;A list (semicolon-separated) of preparations and preservation methods. Examples include: "skin; skull; skeleton", "whole animal (ETOH); tissue (EDTA)", "fossil", "cast", "photograph", "DNA extract".</span>
                    
88					</td>
                    
                
2018_10_09_06_world_from_335a_was_2018_10_08_06_world_335.sql https://gitlab.com/trinitycore/TrinityCore_434.git | SQL | 44 lines
                    
4INSERT INTO `creature_text` (`CreatureID`, `GroupID`, `ID`, `Text`, `Type`, `Language`, `Probability`, `Emote`, `Duration`, `Sound`, `BroadcastTextId`, `TextRange`, `comment`) VALUES
                    
5(2917,0,0,"Ok, $n, let's go find where I left that mysterious fossil. Follow me!",12,7,100,0,0,0,925,0,"remtravel SAY_REM_START"),
                    
6(2917,1,0,"Something tells me this $n wants the mysterious fossil too. Help!",12,7,100,0,0,0,941,0,"remtravel SAY_REM_AGGRO"),
                    
11(2917,1,5,"Can you get this $n off me?",12,7,100,0,0,0,943,0,"remtravel SAY_REM_AGGRO"),
                    
12(2917,2,0,"Now where did I put that mysterious fossil? Ah, maybe up there...",12,7,100,0,0,0,926,0,"remtravel SAY_REM_RAMP1_1"),
                    
13(2917,3,0,"Hrm, nothing up here.",12,7,100,0,0,0,927,0,"remtravel SAY_REM_RAMP1_2"),
                    
13(2917,3,0,"Hrm, nothing up here.",12,7,100,0,0,0,927,0,"remtravel SAY_REM_RAMP1_2"),
                    
14(2917,4,0,"No mysterious fossil here... Ah, but my copy of Green Hills of Stranglethorn.  What a good book!",12,7,100,0,0,0,928,0,"remtravel SAY_REM_BOOK"),
                    
15(2917,5,0,"I bet you I left it in the tent!",12,7,100,0,0,0,929,0,"remtravel SAY_REM_TENT1_1"),
                    
18(2917,8,0,"%s inspects the ancient, mossy stone.",16,0,100,0,0,0,932,0,"remtravel EMOTE_REM_MOSS"),
                    
19(2917,9,0,"Oh wait! I'm supposed to be looking for that mysterious fossil!",12,7,100,0,0,0,933,0,"remtravel SAY_REM_MOSS_PROGRESS"),
                    
20(2917,10,0,"Nope, didn't leave the fossil back here!",12,7,100,0,0,0,935,0,"remtravel SAY_REM_PROGRESS"),
                    
20(2917,10,0,"Nope, didn't leave the fossil back here!",12,7,100,0,0,0,935,0,"remtravel SAY_REM_PROGRESS"),
                    
21(2917,11,0,"Ah, I remember now! I gave the mysterious fossil to Hollee! Check with her.",12,7,100,0,0,0,936,0,"remtravel SAY_REM_REMEMBER"),
                    
22(2917,12,0,"%s goes back to work, oblivious to everything around him.",16,0,100,0,0,0,937,0,"remtravel EMOTE_REM_END");
                    
                
20100318142033-gentoo.patch https://github.com/mikehale/portage.git | Patch | 29 lines
                    
4+++ b/Makefile
                    
5@@ -40,7 +40,8 @@ TCC += -DFOSSIL_ENABLE_SSL
                    
6 #    so that we can build a static executable that will run in a
                    
                
projects.html https://gitlab.com/math4youbyusgroupillinois/wpicims.git | HTML | 105 lines
                    
35
                    
36<p>Residential geothermal heating technology has been developed over the past few decades as an alternative to fossil-fuel based heating. However, the high initialization cost of these systems has proven to be a significant barrier to their acceptance.  In order to reduce these initial costs, a better understanding of how the different pipe geometries and their orientations within a grout-filled borehole needs to be better understood.  We are interested in formulating novel mathematical descriptions, utilizing the disparate length scales in the radial and axial directions, which can inform how different cross-section geometries, and geometrical variations in the axial direction affect the harnessing of energy from the soil.  This problem is coupled to the thermal response in the soil, and hence both fields need to be found simultaneously.</p>
                    
37
                    
                
Fossil.html https://github.com/jmjeong/blogofile.com.git | HTML | 124 lines
                    
1---
                    
2title: Fossil
                    
3date : 2009/09/08 16:05:00
                    
11Another Open source Version control system - 
                    
12<a href="http://www.fossil-scm.org/index.html/doc/tip/www/index.wiki">http://www.fossil-scm.org/index.html/doc/tip/www/index.wiki</a>
                    
13</p>
                    
30<div id="outline-container-1.1" class="outline-3">
                    
31<h3 id="sec-1.1">Fossile에 대한 궁금한 점과 비판 </h3>
                    
32<div class="outline-text-3" id="text-1.1">
                    
33<p>
                    
34FAQ에 이어 <a href="http://www.fossil-scm.org/index.html/doc/tip/www/qandc.wiki">이 문서</a>에 궁금한 점과 비판들을 정리해 놓았다. 
                    
35</p>
                    
115<li>
                    
116<a href="http://traustithor.blogspot.com/2009/03/fossil-version-control-system.html">http://traustithor.blogspot.com/2009/03/fossil-version-control-system.html</a>
                    
117</li>
                    
                
xpuu.pas https://openxp.svn.sourceforge.net/svnroot/openxp | Pascal | 148 lines
                    
79    writeln(t,'UUlogfile=',uulogfile);
                    
80    writeln(t,'FOSSIL=',iifc(Fossil,'Y','N'));
                    
81    writeln(t,'PortNr=',bport);
                    
81    writeln(t,'PortNr=',bport);
                    
82    if not fossil then begin
                    
83      writeln(t,'PortAdr=',hex(CPort,3));
                    
                
README.md https://github.com/varemenos/Doc-Finder.git | Markdown | 68 lines
                    
21	<li>"emacs" for Emacs</li>
                    
22	<li>"fossil_scm" for Fossil SCM</li>
                    
23	<li>"ftp" for FTP Code</li>
                    
                
mtmoon3.asm https://gitlab.com/eientei95/pokered-fr | Assembly | 407 lines
                    
70MtMoon3Script_49d91:
                    
71	CheckEitherEventSet EVENT_GOT_DOME_FOSSIL, EVENT_GOT_HELIX_FOSSIL
                    
72	jp z, CheckFightingMapTrainers
                    
140	call DisplayTextID
                    
141	CheckEvent EVENT_GOT_DOME_FOSSIL
                    
142	jr z, .asm_49e1d
                    
142	jr z, .asm_49e1d
                    
143	ld a, HS_MT_MOON_3_FOSSIL_2
                    
144	jr .asm_49e1f
                    
145.asm_49e1d
                    
146	ld a, HS_MT_MOON_3_FOSSIL_1
                    
147.asm_49e1f
                    
273	jr nz, .asm_49f21
                    
274	lb bc, DOME_FOSSIL, 1
                    
275	call GiveItem
                    
                
fossils.py https://github.com/flannery/indico-flannery.git | Python | 207 lines
                    
23        -base fossils for the plugin's CSError classes,
                    
24        -fossils used by the core for the Video Services Overview page (they are not base fossils for plugins)
                    
25
                    
34##################### Booking fossils #####################
                    
35class ICSBookingBaseFossil(IFossil):
                    
36
                    
139
                    
140class ICSBookingBaseIndexingFossil(ICSBookingBaseFossil):
                    
141
                    
154
                    
155class ICSErrorBaseFossil(IFossil):
                    
156
                    
170
                    
171class IIndexInformationFossil(IFossil):
                    
172
                    
                
MuseumBuildingLot.java https://github.com/echurchill/CityWorld.git | Java | 124 lines
                    
116					chunk.setWallSign(7, sidewalkLevel + 2, 3, BlockFace.NORTH,
                    
117							generator.odonymProvider.generateFossilOdonym(generator, chunkOdds));
                    
118					chunk.setBlock(7, sidewalkLevel + 1, 5, Material.TORCH, BlockFace.SOUTH);
                    
                
__init__.py https://github.com/rwl/PyCIM.git | Python | 145 lines
                    
24from CIM14.IEC61970.Generation.Production.LevelVsVolumeCurve import LevelVsVolumeCurve
                    
25from CIM14.IEC61970.Generation.Production.FossilFuel import FossilFuel
                    
26from CIM14.IEC61970.Generation.Production.SteamSendoutSchedule import SteamSendoutSchedule
                    
                
common.py https://github.com/davidmorrison/indico.git | Python | 288 lines
                    
30from MaKaC.plugins.Collaboration.collaborationTools import CollaborationTools
                    
31from MaKaC.common.fossilize import Fossilizable, fossilizes
                    
32from MaKaC.plugins.Collaboration.EVO.fossils import IEVOWarningFossil,\
                    
32from MaKaC.plugins.Collaboration.EVO.fossils import IEVOWarningFossil,\
                    
33    IEVOErrorFossil, IOverlappedErrorFossil, IChangesFromEVOErrorFossil
                    
34
                    
214class EVOError(CSErrorBase): #already Fossilizable
                    
215    fossilizes(IEVOErrorFossil)
                    
216
                    
245class OverlappedError(EVOError): #already Fossilizable
                    
246    fossilizes(IOverlappedErrorFossil)
                    
247
                    
255class ChangesFromEVOError(EVOError): #already Fossilizable
                    
256    fossilizes(IChangesFromEVOErrorFossil)
                    
257
                    
                
FilePutRequest.java https://codeberg.org/cs8898/Gadgetbridge.git | Java | 243 lines
                    
16    along with this program.  If not, see <http://www.gnu.org/licenses/>. */
                    
17package nodomain.freeyourgadget.gadgetbridge.service.devices.qhybrid.requests.fossil.file;
                    
18
                    
27import nodomain.freeyourgadget.gadgetbridge.service.btle.TransactionBuilder;
                    
28import nodomain.freeyourgadget.gadgetbridge.service.devices.qhybrid.adapter.fossil.FossilWatchAdapter;
                    
29import nodomain.freeyourgadget.gadgetbridge.service.devices.qhybrid.requests.fossil.FossilRequest;
                    
31
                    
32public class FilePutRequest extends FossilRequest {
                    
33    public enum UploadState {INITIALIZED, UPLOADING, CLOSING, UPLOADED}
                    
40
                    
41    private FossilWatchAdapter adapter;
                    
42
                    
46
                    
47    public FilePutRequest(short handle, byte[] file, FossilWatchAdapter adapter) {
                    
48        this.handle = handle;
                    
                
UBERON_0008891.md git://github.com/cmungall/uberon.git | Markdown | 50 lines
                    
34 * *[definition](../../IAO/15/IAO_0000115.md)* = External gills are the gills of an animal, most typically an amphibian, that are exposed to the environment, rather than set inside the pharynx and covered by gill slits, as they are in most fishes[BTO].
                    
35 * *[external_definition](../../UBPROP/01/UBPROP_0000001.md)* = External gills are the gills of an animal, most typically an amphibian, that are exposed to the environment, rather than set inside the pharynx and covered by gill slits, as they are in most fishes. Instead, the respiratory organs are set on a frill of stalks protruding from the sides of an animals head. This type of gill is most commonly observed on the aquatic larva of most species of salamanders, lungfish, and bichirs (which have only one large pair), and are retained by neotenic adult salamanders and some species of adult lungfish. They are present on non-transforming salamander species such as the mudpuppy, as well as most members of the Proteidae and Sirenidae families, which naturally never metamorphose into an air-breathing form. The embryos of frogs and caecilians also develop external gills at some point in their development, though these are either resorbed before or disappear shortly after hatching. Fossils of the distant relatives of modern amphibians, such as Branchiosaurus and Apateon, also show evidence of external gills. The external gills commonly consist of a single stalk (rami) protruding from a gill arch behind the head of the animal, above an associated gill slit. The stalk usually contains muscle tissue, and may be moved by the animal as a free appendage, in order to stir up stagnant water. The stalk is lined by many thinly walled filaments (fimbriae), containing the majority of blood vessels used in gas exchange. Animals usually have one external gill originating on each gill arch (except the hyoid), which leads to there being three pairs of external gills in salamanders, and four in the gilled larvae of lungfish[Wikipedia:External_gills].
                    
36 * *[database_cross_reference](../../ef/oboInOwl#hasDbXref.md)* = AAO:0010174
                    
                
fr.html https://github.com/mrnbrkt/asciicasts.com-translations.git | HTML | 202 lines
                    
1<p>Github a <a href="https://github.com/blog/832-rolling-out-the-redcarpet">pr&eacute;sent&eacute;</a>, il y &agrave; quelques mois, une gem nomm&eacute;e <a href="https://github.com/tanoku/redcarpet">Redcarpet</a>. Cette gem permet d&#x27;interpr&eacute;ter du code <a href="http://en.wikipedia.org/wiki/Markdown">Markdown</a> et Github l&#x27;utilise en interne, conjointement &agrave; la librairie <a href="http://fossil.instinctive.eu/libupskirt/index">Upskirt</a>, pour fournir un moyen simple de baliser les documents. Redcarpet est facile &agrave; utiliser et, dans cet &eacute;pisode, nous allons l&#x27;ajouter &agrave; une application Rails, montrer comment elle peut &ecirc;tre personnalis&eacute;e et mettre en place la coloration syntaxique des blocs de code.</p>
                    
2
                    
                
publish.sh https://github.com/rwatson/chromium-capsicum.git | Shell | 136 lines
                    
96mv sqlite sqlite-$VERS
                    
97EXCLUDE=`find sqlite-$VERS -print | egrep '(www/|art/|doc/|contrib/|_FOSSIL_)' | sed 's,^, --exclude ,'`
                    
98echo "tar czf $ORIGIN/doc/sqlite-$VERS.tar.gz $EXCLUDE sqlite-$VERS"
                    
                
Makefile https://gitlab.com/jiangming1399/packages | Makefile | 72 lines
                    
32  TITLE:=Simple distributed software configuration management
                    
33  URL:=http://www.fossil-scm.org
                    
34  DEPENDS:=+zlib
                    
36
                    
37define Package/fossil/description
                    
38  Fossil is a distributed version control system, bug tracking system
                    
43	TCC="$(TARGET_CC)" \
                    
44	CFLAGS="$(TARGET_CFLAGS) -I$(STAGING_DIR)/usr/include -DFOSSIL_ENABLE_JSON" \
                    
45	LDFLAGS="$(TARGET_LDFLAGS) -Wl,-rpath=$(TOOLCHAIN_DIR)/lib -L$(STAGING_DIR)/lib -L$(STAGING_DIR)/usr/lib -lm" \
                    
66	$(INSTALL_DIR) $(1)/etc/init.d
                    
67	$(INSTALL_BIN) ./files/fossil.init $(1)/etc/init.d/fossil
                    
68	$(INSTALL_DIR) $(1)/etc/config
                    
68	$(INSTALL_DIR) $(1)/etc/config
                    
69	$(INSTALL_CONF) ./files/fossil.config $(1)/etc/config/fossil
                    
70endef
                    
                
ThermalGeneratingUnit.py https://github.com/rwl/PyCIM.git | Python | 309 lines
                    
33        @param ShutdownCurve: A thermal generating unit may have a shutdown curve
                    
34        @param FossilFuels: A thermal generating unit may have one or more fossil fuels
                    
35        @param HeatRateCurve: A thermal generating unit may have a heat rate curve
                    
56        self._FossilFuels = []
                    
57        self.FossilFuels = [] if FossilFuels is None else FossilFuels
                    
58
                    
152
                    
153    FossilFuels = property(getFossilFuels, setFossilFuels)
                    
154
                    
154
                    
155    def addFossilFuels(self, *FossilFuels):
                    
156        for obj in FossilFuels:
                    
158
                    
159    def removeFossilFuels(self, *FossilFuels):
                    
160        for obj in FossilFuels:
                    
                
2014-06-22-SELF2014.md https://github.com/christianchristensen/christianchristensen.github.com.git | Markdown | 75 lines
                    
21*  [SQLite Archiver](http://sqlite.org/sqlar/doc/trunk/README.md)
                    
22*  [Fossil SCM](http://www.fossil-scm.org) - very similar to Git in concept (distributed VCS), but keeps everything in one SQLite file. Also, only a single binary that supports built-in wiki, issue tracking, and basic GUI functions. Ultimately it allows for some some nice semantics like: `SELECT DISTINCT name FROM users;` (rather than shell ginsu).
                    
23
                    
                
205_creature_loot_template.sql https://gitlab.com/Lbniese/TrinityCore_434 | SQL | 147 lines
                    
123
                    
124-- Quest #25849 When Archaeology Attacks - fix: Adding the Fossilized Bone, the drop % is from wowhead
                    
125DELETE FROM `creature_loot_template` WHERE `entry` = 41388 AND `item` = 56083;
                    
                
fossils.py https://github.com/flannery/indico-flannery.git | Python | 74 lines
                    
19
                    
20from MaKaC.plugins.Collaboration.fossils import ICSErrorBaseFossil, \
                    
21    ICSBookingBaseConfModifFossil, ICSBookingBaseIndexingFossil
                    
21    ICSBookingBaseConfModifFossil, ICSBookingBaseIndexingFossil
                    
22from MaKaC.common.fossilize import IFossil
                    
23
                    
24
                    
25class ICSBookingConfModifFossil(ICSBookingBaseConfModifFossil):
                    
26
                    
44
                    
45class ICSBookingIndexingFossil(ICSBookingBaseIndexingFossil):
                    
46
                    
59
                    
60class IVidyoErrorFossil(ICSErrorBaseFossil):
                    
61
                    
                
source.sh.in https://bitbucket.org/andrewgregory/pacman.git | Autoconf | 176 lines
                    
67	case $proto in
                    
68		bzr|fossil|git|hg|svn)
                    
69			filename=${netfile%%#*}
                    
75			fi
                    
76			if [[ $proto = fossil ]]; then
                    
77				filename=$filename.fossil
                    
                
Supercritical.py https://github.com/rwl/PyCIM.git | Python | 39 lines
                    
20
                    
21from CIM15.IEC61970.Generation.GenerationDynamics.FossilSteamSupply import FossilSteamSupply
                    
22
                    
22
                    
23class Supercritical(FossilSteamSupply):
                    
24    """Once-through supercritical boilerOnce-through supercritical boiler
                    
                
user.c https://github.com/paulfitz/coopy.git | C | 388 lines
                    
148**
                    
149** Usage: %fossil user SUBCOMMAND ...  ?-R|--repository FILE?
                    
150**
                    
153**
                    
154**    %fossil user capabilities USERNAME ?STRING?
                    
155**
                    
157**
                    
158**    %fossil user default ?USERNAME?
                    
159**
                    
162**
                    
163**    %fossil user list
                    
164**
                    
166**
                    
167**    %fossil user new ?USERNAME? ?CONTACT-INFO? ?PASSWORD?
                    
168**
                    
                
login.php https://github.com/predakanga/impression.git | PHP | 45 lines
                    
38 */
                    
39class Login extends \Fossil\Plugins\Users\Controllers\Login {
                    
40    protected function createUser() {
                    
                
 

Source

Language