PageRenderTime 190ms queryTime 11ms sortTime 10ms getByIdsTime 75ms findMatchingLines 20ms

100+ results results for '/root' (190 ms)

Not the results you expected?
ResXDataNodeTypeConverterGetValueTypeNameTests.cs git://github.com/mono/mono.git | C# | 323 lines
                    
197  </data>
                    
198</root>";
                    
199
                    
218  </data>
                    
219</root>";
                    
220
                    
244  </data>
                    
245</root>";
                    
246
                    
270  </data>
                    
271</root>";
                    
272
                    
292  </data>
                    
293</root>";
                    
294
                    
                
native_object_base.cpp git://github.com/Flusspferd/flusspferd.git | C++ | 384 lines
                    
31#include "flusspferd/call_context.hpp"
                    
32#include "flusspferd/root.hpp"
                    
33#include "flusspferd/exception.hpp"
                    
                
Makefile.am git://pkgs.fedoraproject.org/inkscape | Makefile | 268 lines
                    
69	cxxtest/cxxtest/RealDescriptions.h \
                    
70	cxxtest/cxxtest/Root.cpp \
                    
71	cxxtest/cxxtest/SelfTest.h \
                    
                
Orchard.jQuery.csproj https://git01.codeplex.com/vietnamicare | MSBuild scripts | 221 lines
                    
12    <AppDesignerFolder>Properties</AppDesignerFolder>
                    
13    <RootNamespace>Orchard.jQuery</RootNamespace>
                    
14    <AssemblyName>Orchard.jQuery</AssemblyName>
                    
                
FolderNode.cs https://guidanceExplorer.svn.codeplex.com/svn | C# | 224 lines
                    
104                 */
                    
105                //Root views cant be dragged
                    
106                if (viewNode.ModelInstance.RootView)
                    
141            {
                    
142                //Root views cant be dragged
                    
143                if (searchViewNode.ModelInstance.RootView)
                    
                
QuartzWindow.h git://pkgs.fedoraproject.org/root | C Header | 270 lines
                    
93
                    
94//X11/ROOT GUI's attributes.
                    
95- (void) getAttributes : (WindowAttributes_t *) attr;
                    
194
                    
195//X11/ROOT GUI's attributes.
                    
196- (void) getAttributes : (WindowAttributes_t *) attr;
                    
266}//MacOSX
                    
267}//ROOT
                    
268
                    
                
TXMLSetup.cxx git://pkgs.fedoraproject.org/root | C++ | 292 lines
                    
97
                    
98TString TXMLSetup::fgNameSpaceBase = "http://root.cern.ch/root/htmldoc/";
                    
99
                    
236   fStrBuf += clname;
                    
237   if (fgNameSpaceBase == "http://root.cern.ch/root/htmldoc/")
                    
238     fStrBuf += ".html";
                    
                
print-sunrpc.c http://opensource.apple.com/release/ios-511/ | C | 179 lines
                    
45<span class="enscript-type">static</span> <span class="enscript-type">const</span> <span class="enscript-type">char</span> rcsid[] =
                    
46    <span class="enscript-string">&quot;@(#) $Header: /cvs/root/tcpdump/tcpdump/print-sunrpc.c,v 1.1.1.2 2003/03/17 18:42:20 rbraun Exp $ (LBL)&quot;</span>;
                    
47#<span class="enscript-reference">endif</span>
                    
                
Orchard.Widgets.csproj https://git01.codeplex.com/vietnamicare | MSBuild scripts | 214 lines
                    
13    <AppDesignerFolder>Properties</AppDesignerFolder>
                    
14    <RootNamespace>Orchard.Widgets</RootNamespace>
                    
15    <AssemblyName>Orchard.Widgets</AssemblyName>
                    
                
test_node_reparenting.rb git://github.com/shouldly/shouldly.git | Ruby | 322 lines
                    
52        {
                    
53          :add_child            => {:target => "/root/a1",        :returns_self => false, :children_tags => %w[text b1 b2]},
                    
54          :<<                   => {:target => "/root/a1",        :returns_self => false, :children_tags => %w[text b1 b2]},
                    
58
                    
59          :children=            => {:target => "/root/a1",        :returns_self => false, :children_tags => %w[b1 b2]},
                    
60          :inner_html=          => {:target => "/root/a1",        :returns_self => true,  :children_tags => %w[b1 b2]},
                    
75            @fragment        = Nokogiri::XML::DocumentFragment.parse @fragment_string
                    
76            @node_set        = Nokogiri::XML("<root><b1>foo</b1><b2>bar</b2></root>").xpath("/root/node()")
                    
77          end
                    
112                @doc.at_xpath(params[:target]).send(method, @fragment_string)
                    
113                @doc.xpath("/root/a1/node()").collect {|n| n.name}.must_equal params[:children_tags]
                    
114              end
                    
129                @doc.at_xpath(params[:target]).send(method, @fragment)
                    
130                @doc.xpath("/root/a1/node()").collect {|n| n.name}.must_equal params[:children_tags]
                    
131              end
                    
                
setup.c https://bitbucket.org/mirror/linux.git | C | 431 lines
                    
20#include <linux/kexec.h>
                    
21#include <linux/root_dev.h>
                    
22#include <linux/cpu.h>
                    
                
setup_64.c git://github.com/CyanogenMod/cm-kernel.git | C | 434 lines
                    
28#include <linux/console.h>
                    
29#include <linux/root_dev.h>
                    
30#include <linux/interrupt.h>
                    
                
rootlessScreen.c https://bitbucket.org/hiyuh/xorg-server | C | 404 lines
                    
15 */
                    
16/* $XFree86: xc/programs/Xserver/hw/directfb/bundle/rootlessScreen.c,v 1.5 2001/12/22 05:28:35 torrey Exp $ */
                    
17
                    
                
MacRISC2CPU.h http://opensource.apple.com/release/ios-511/ | C Header | 197 lines
                    
66#<span class="enscript-reference">include</span> <span class="enscript-string">&lt;IOKit/platform/AppleMacIODevice.h&gt;</span>
                    
67#<span class="enscript-reference">include</span> <span class="enscript-string">&lt;IOKit/pwr_mgt/RootDomain.h&gt;</span>
                    
68
                    
                
main.go https://bitbucket.org/kardianos/staticserv | Go | 500 lines
                    
171	urlPath := path.Clean(r.URL.Path)
                    
172	//remove any prefix to the url path like /root/files.txt
                    
173	if !strings.HasPrefix(urlPath, f.prefix) {
                    
                
DynamicBreadcrumb.aspx.cs https://cfx.svn.codeplex.com/svn | C# | 99 lines
                    
53            childNode.ParentNode = new SiteMapNode(SiteMap.Provider, "1");
                    
54            childNode.ParentNode.Url = "/root.aspx";
                    
55            childNode.ParentNode.Title = "root";
                    
                
System.Dynamic.csproj https://bitbucket.org/stefanrusek/xronos | MSBuild scripts | 125 lines
                    
12    <AllowUnsafeBlocks>true</AllowUnsafeBlocks>
                    
13    <RootNamespace>System.Dynamic</RootNamespace>
                    
14    <AssemblyName>System.Dynamic</AssemblyName>
                    
                
Orchard.Tags.csproj https://hg.codeplex.com/associativy | MSBuild scripts | 172 lines
                    
12    <AppDesignerFolder>Properties</AppDesignerFolder>
                    
13    <RootNamespace>Orchard.Tags</RootNamespace>
                    
14    <AssemblyName>Orchard.Tags</AssemblyName>
                    
                
test-inspect-fstab.sh git://pkgs.fedoraproject.org/libguestfs | Shell | 140 lines
                    
34cat <<'EOF' > test.fstab
                    
35/dev/VG/Root / ext2 default 0 0
                    
36
                    
53  run
                    
54  mount-options "" /dev/VG/Root /
                    
55  upload test.fstab /etc/fstab
                    
59$guestfish -a test1.qcow2 -i <<'EOF' | sort | $canonical > test.output
                    
60  inspect-get-mountpoints /dev/VG/Root
                    
61EOF
                    
62
                    
63if [ "$(cat test.output)" != "/: /dev/VG/Root
                    
64/boot: /dev/sda1
                    
77cat <<'EOF' > test.fstab
                    
78/dev/VG/Root / ext2 default 0 0
                    
79
                    
                
pdfwriter.py git://pkgs.fedoraproject.org/PyX | Python | 396 lines
                    
92                   "/Size %i\n" % refno)
                    
93        file.write("/Root %i 0 R\n" % self.getrefno(catalog))
                    
94        file.write("/Info %i 0 R\n" % self.getrefno(catalog.PDFinfo))
                    
                
ClassDecl.cpp git://pkgs.fedoraproject.org/tog-pegasus | C++ | 407 lines
                    
71        //
                    
72        CIMClass class0(CIMName ("//localhost/root/cimv2:MyClass"),
                    
73            CIMName ("YourClass"));
                    
75        PEGASUS_TEST_ASSERT(class0.getPath() ==
                    
76            CIMObjectPath("//localhost/root/cimv2:MyClass"));
                    
77    }
                    
                
OFX.Aggregator.WebScraping.Implementation.BESnet.csproj https://activestatement.svn.codeplex.com/svn | MSBuild scripts | 77 lines
                    
10    <AppDesignerFolder>Properties</AppDesignerFolder>
                    
11    <RootNamespace>OFX.Aggregator.WebScraping.Implementation.BESnet</RootNamespace>
                    
12    <AssemblyName>OFX.Aggregator.WebScraping.Implementation.BESnet</AssemblyName>
                    
                
AionCxxLibrary.csproj https://aioncxx.svn.codeplex.com/svn | MSBuild scripts | 84 lines
                    
10    <AppDesignerFolder>Properties</AppDesignerFolder>
                    
11    <RootNamespace>AionCxxLibrary</RootNamespace>
                    
12    <AssemblyName>AionCxxLibrary</AssemblyName>
                    
                
Farseer Physics XNA WP7.csproj https://hg.codeplex.com/happyfrog | MSBuild scripts | 276 lines
                    
9    <AppDesignerFolder>Properties</AppDesignerFolder>
                    
10    <RootNamespace>FarseerPhysics</RootNamespace>
                    
11    <AssemblyName>FarseerPhysicsXNA</AssemblyName>
                    
                
XmlStreamFormatterTests.cs https://hg.codeplex.com/configgen | C# | 407 lines
                    
35        {
                    
36            const string xml = @"<root><child /></root>";
                    
37
                    
45        {
                    
46            const string xml = @"<root>SomeText</root>";
                    
47
                    
65        {
                    
66            const string xml = @"<root attribute1=""value1"" attribute2=""value2""><child /></root>";
                    
67
                    
75        {
                    
76            string xml = @"<?xml version=""1.0"" encoding=""utf-8""?><root><child /></root>";
                    
77
                    
85        {
                    
86            string xml = @"<?xml version=""1.0"" encoding=""Windows-1252""?><root><child /></root>";
                    
87
                    
                
serialepe_link.php http://eboda-hd-for-all-500.googlecode.com/svn/trunk/ | PHP | 0 lines
                    
36   $dir = "/tmp/hdd/volumes/HDD1/download/";
                    
37   $dir_log = "/tmp/hdd/root/log/";
                    
38} else {
                    
                
Makefile git://pkgs.fedoraproject.org/bogl | Makefile | 124 lines
                    
68# ../rn.utf:
                    
69#	$(MAKE) RN_TARGET_DIR=. -C ../../scripts/rootdisk/messages install-utf
                    
70#	cat ../../scripts/rootdisk/messages/release_notes.* > $@
                    
                
eq.c git://git.savannah.gnu.org/guile.git | C | 398 lines
                    
30#include "libguile/async.h"
                    
31#include "libguile/root.h"
                    
32#include "libguile/smob.h"
                    
                
NShader.cs https://git01.codeplex.com/nshader | C# | 176 lines
                    
45    // attribute specifies the registry root to use if no one is provided to regpkg.exe with
                    
46    // the /root switch.
                    
47#if VISUAL_STUDIO_2010
                    
                
GemstoneHunter.csproj https://github.com/pabloescribano/MonoGame-Samples.git | MSBuild scripts | 192 lines
                    
9    <OutputType>Exe</OutputType>
                    
10    <RootNamespace>AsteroidBeltAssault</RootNamespace>
                    
11    <AssemblyName>FloodControl</AssemblyName>
                    
                
Demo.WindowsForms.csproj https://hg.codeplex.com/greatmaps | MSBuild scripts | 297 lines
                    
10    <AppDesignerFolder>Properties</AppDesignerFolder>
                    
11    <RootNamespace>Demo.WindowsForms</RootNamespace>
                    
12    <AssemblyName>Demo.WindowsForms</AssemblyName>
                    
                
atlasloader.cpp git://pkgs.fedoraproject.org/fife | C++ | 389 lines
                    
199				//int atlasWidth, atlasHeight;
                    
200				//root->QueryValueAttribute("width", &atlasWidth);
                    
201				//root->QueryValueAttribute("height", &atlasHeight);
                    
                
HTMLHeadHandler.java git://pkgs.fedoraproject.org/eclipse-wtp-webservices | Java | 297 lines
                    
31  private final String ROOT_START_TAG = "<root>";
                    
32  private final String ROOT_END_TAG = "</root>";
                    
33  private final String UTF8 = "UTF-8";
                    
                
configure http://azurespider.googlecode.com/svn/trunk/ | Shell | 388 lines
                    
31# when make runs rather than when this script runs.
                    
32OSTREE='$(HOME)/cs161/root'
                    
33
                    
74    --ostree=PATH        Install the compiled system in a directory tree
                    
75                         rooted at PATH. Default is \$HOME/cs161/root.
                    
76
                    
                
LessEngineTest.java git://github.com/asual/lesscss-engine.git | Java | 269 lines
                    
130	public void testSubdirImports() throws LessException, IOException {
                    
131		engine.compile(getResource("less/root.less"));
                    
132		engine.compile(getResource("less/subdir/import-from-root.less"));
                    
                
Controls.Testing.DataVisualization.Toolkit.csproj https://EpiInfo.svn.codeplex.com/svn | MSBuild scripts | 186 lines
                    
11    <AppDesignerFolder>Properties</AppDesignerFolder>
                    
12    <RootNamespace>System.Windows.Controls.Testing</RootNamespace>
                    
13    <AssemblyName>System.Windows.Controls.Testing.DataVisualization.Toolkit</AssemblyName>
                    
                
WebAppTest.groovy http://cloudtools.googlecode.com/svn/trunk/ | Groovy | 269 lines
                    
61            assertEquals "ROOT-tmp-war", bucket
                    
62            assertEquals "/tmp/ROOT-tmp-war", dir
                    
63        }
                    
65        mockEc2Server.demand.ssh {cmd ->
                    
66            assertEquals "mkdir -p /usr/catalina.home/deployments/ROOT /usr/catalina.home.other/conf/Catalina/localhost", cmd
                    
67        }
                    
69        mockEc2Server.demand.ssh {cmd ->
                    
70            assertEquals "rsync --del -u -v -r  /tmp/ROOT-tmp-war/myWebApp/ /usr/catalina.home/deployments/ROOT", cmd
                    
71        }
                    
72        mockEc2Server.demand.ssh {cmd, input ->
                    
73            assertEquals "cat > /usr/catalina.home.other/conf/Catalina/localhost/ROOT.xml", cmd
                    
74            assertEquals """
                    
112        mockEc2Server.demand.ssh {cmd ->
                    
113            assertEquals "rsync --del -u -v -r  /tmp/ROOT-tmp-war/myWebApp/ /usr/catalina.home/webapps/ROOT", cmd
                    
114        }
                    
                
Makefile git://github.com/aryx/fork-ocsigen.git | Makefile | 226 lines
                    
199	  /tmp/dbuild/$(PACKAGE)_$(VERSION).orig.tar.gz
                    
200	export CVSROOT=`cat CVS/Root`; \
                    
201	  cd /tmp/dbuild && \
                    
                
Web.config http://asms-md.googlecode.com/svn/trunk/ | ASP.NET | 119 lines
                    
34      <appender-ref ref="RollingFile" />
                    
35    </root>
                    
36  </log4net>
                    
                
jinglecallsgui.cpp git://pkgs.fedoraproject.org/kdenetwork | C++ | 569 lines
                    
190	//Looking for the QModelIndex with the session sess.
                    
191	//root QModelIndex
                    
192	QAbstractItemModel *model = ui.treeView->model();
                    
240	//Looking for the QModelIndex with the session sess.
                    
241	//root QModelIndex
                    
242	QAbstractItemModel *model = ui.treeView->model();
                    
                
AjaxRequestAuthorizationHandle.csproj https://AjaxRequestAuthentic.svn.codeplex.com/svn | MSBuild scripts | 217 lines
                    
12    <AppDesignerFolder>Properties</AppDesignerFolder>
                    
13    <RootNamespace>AjaxRequestAuthorizationHandle</RootNamespace>
                    
14    <AssemblyName>AjaxRequestAuthorizationHandle</AssemblyName>
                    
                
ListDirectoryTest.cs https://sshnet.svn.codeplex.com/svn | C# | 269 lines
                    
50
                    
51                var files = sftp.ListDirectory("/root");
                    
52                foreach (var file in files)
                    
                
drivers.c https://code.google.com/p/andromeda-kernel/ | C | 268 lines
                    
21#include <andromeda/system.h>
                    
22#include <drivers/root.h>
                    
23#include <fs/vfs.h>
                    
                
print-ipx.c http://opensource.apple.com/release/ios-511/ | C | 239 lines
                    
48<span class="enscript-type">static</span> <span class="enscript-type">const</span> <span class="enscript-type">char</span> rcsid[] _U_ =
                    
49    <span class="enscript-string">&quot;@(#) $Header: /cvs/root/tcpdump/tcpdump/print-ipx.c,v 1.1.1.4 2004/02/05 19:30:54 rbraun Exp $&quot;</span>;
                    
50#<span class="enscript-reference">endif</span>
                    
                
DemoApp.BusinessModel.ImplCSLA.csproj https://hg.codeplex.com/entmodapp | MSBuild scripts | 235 lines
                    
10    <AppDesignerFolder>Properties</AppDesignerFolder>
                    
11    <RootNamespace>DemoApp.BusinessLayer</RootNamespace>
                    
12    <AssemblyName>DemoApp.BusinessModel.ImplCSLA</AssemblyName>
                    
                
Element.m http://tweetphoto-api-objective-c.googlecode.com/svn/trunk/ | Objective C | 270 lines
                    
242	NSMutableString* result = [NSMutableString string];
                    
243	if (!source) return result;//root element has no source
                    
244	[result appendString: @"<"];
                    
                
DeleteCascadeResultSet.java git://pkgs.fedoraproject.org/derby | Java | 489 lines
                    
91		if(constantActionItem == -1)
                    
92			passedInConstantAction = activation.getConstantAction(); //root table
                    
93		else
                    
                
sradmin.py https://bitbucket.org/arigo/arigo/ | Python | 439 lines
                    
7
                    
8REPO_URL = 'svn:///home/arigo/svn/arigo/hack/svnutil/repo-sradmin/root'
                    
9TRACKPATHS = ['/etc', '/usr/share/X11/xkb']
                    
                
TopLevelState.html git://github.com/orbeon/msv.git | HTML | 275 lines
                    
51<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
                    
52&nbsp;<A HREF="../../../../../com/sun/msv/relaxns/reader/RootGrammarState.html" title="class in com.sun.msv.relaxns.reader"><B>PREV CLASS</B></A>&nbsp;
                    
53&nbsp;NEXT CLASS</FONT></TD>
                    
243<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
                    
244&nbsp;<A HREF="../../../../../com/sun/msv/relaxns/reader/RootGrammarState.html" title="class in com.sun.msv.relaxns.reader"><B>PREV CLASS</B></A>&nbsp;
                    
245&nbsp;NEXT CLASS</FONT></TD>
                    
                
ManifestBuilder.cs https://stsdev.svn.codeplex.com/svn | C# | 269 lines
                    
64                    WriteRootFiles(writer);
                    
65                    writer.WriteEndElement(); // </RootFiles>
                    
66                }
                    
                
WebSocket4Net.SL40.csproj https://git01.codeplex.com/websocket4net | MSBuild scripts | 231 lines
                    
11    <AppDesignerFolder>Properties</AppDesignerFolder>
                    
12    <RootNamespace>WebSocket4Net</RootNamespace>
                    
13    <AssemblyName>WebSocket4Net</AssemblyName>
                    
                
MiniTri11.csproj http://slimdx.googlecode.com/svn/trunk/ | MSBuild scripts | 247 lines
                    
37    <AppDesignerFolder>Properties</AppDesignerFolder>
                    
38    <RootNamespace>MiniTri</RootNamespace>
                    
39    <AssemblyName>MiniTri11</AssemblyName>
                    
                
Makefile http://snake-os.googlecode.com/svn/trunk/ | Makefile | 224 lines
                    
12TOOLS_DIR=$(APP_DIR)/../tools
                    
13ROOTFS_DIR=$(APP_DIR)/../rootfs
                    
14DEF_DIR=${ROOTFS_DIR}/default
                    
                
MusicMash.csproj http://ru-kalli-stefan.googlecode.com/svn/trunk/ | MSBuild scripts | 243 lines
                    
12    <AppDesignerFolder>Properties</AppDesignerFolder>
                    
13    <RootNamespace>MusicMash</RootNamespace>
                    
14    <AssemblyName>MusicMash</AssemblyName>
                    
                
build-umlrootfs git://pkgs.fedoraproject.org/strongswan | Bash | 447 lines
                    
60
                    
61ROOTFSDIR=$BUILDDIR/root-fs
                    
62
                    
105cecho " * Extracting strongSwan into the root filesystem"
                    
106tar xjf $STRONGSWAN -C $LOOPDIR/root >> $LOGFILE 2>&1
                    
107
                    
112    cecho " * setting up shared strongswan tree at '$SHAREDTREE'"
                    
113    mkdir $LOOPDIR/root/strongswan-shared
                    
114    echo "" >> $LOOPDIR/etc/fstab
                    
114    echo "" >> $LOOPDIR/etc/fstab
                    
115    echo "none /root/strongswan-shared hostfs $SHAREDTREE" >> $LOOPDIR/etc/fstab
                    
116fi
                    
126
                    
127echo "cd /root/${STRONGSWANVERSION}" >> $INSTALLSHELL
                    
128echo -n "./configure --sysconfdir=/etc" >> $INSTALLSHELL
                    
                
PdfTrailer.cs https://pdfsharp.svn.codeplex.com/svn | C# | 287 lines
                    
233      [KeyInfo(KeyType.Dictionary | KeyType.Required, typeof(PdfCatalog))]
                    
234      public const string Root = "/Root";
                    
235
                    
                
ExamineXmlExtensions.cs https://hg01.codeplex.com/examine | C# | 228 lines
                    
31        ///     </node>
                    
32        /// </root>
                    
33        /// ]]>
                    
                
srcprop.c git://git.savannah.gnu.org/guile.git | C | 365 lines
                    
35#include "libguile/ports.h"
                    
36#include "libguile/root.h"
                    
37#include "libguile/gc.h"
                    
                
Mono.Cecil-SL.csproj git://github.com/mono/mono.git | MSBuild scripts | 200 lines
                    
13    <AppDesignerFolder>Properties</AppDesignerFolder>
                    
14    <RootNamespace>Mono.Cecil</RootNamespace>
                    
15    <AssemblyName>Mono.Cecil</AssemblyName>
                    
                
NamespacePrefixMapper.java git://pkgs.fedoraproject.org/java-1.7.0-openjdk | Java | 257 lines
                    
134     *   ...
                    
135     * </root>
                    
136     * </xmp></pre>
                    
161     *   ...
                    
162     * </root>
                    
163     * </xmp></pre>
                    
                
print-vjc.c http://opensource.apple.com/release/ios-511/ | C | 144 lines
                    
49<span class="enscript-type">static</span> <span class="enscript-type">const</span> <span class="enscript-type">char</span> rcsid[] _U_ =
                    
50    <span class="enscript-string">&quot;@(#) $Header: /cvs/root/tcpdump/tcpdump/print-vjc.c,v 1.1.1.3 2004/02/05 19:30:57 rbraun Exp $ (LBL)&quot;</span>;
                    
51#<span class="enscript-reference">endif</span>
                    
                
Packager.php https://bitbucket.org/chamilo/chamilo/ | PHP | 200 lines
                    
153            $this->log(1, "Package $dest_package done");
                    
154            if (file_exists("$pkgdir/CVS/Root")) {
                    
155                $cvsversion = preg_replace('/[^a-z0-9]/i', '_', $pf->getVersion());
                    
172            $this->log(1, "Package $dest_package done");
                    
173            if (file_exists("$pkgdir/CVS/Root")) {
                    
174                $cvsversion = preg_replace('/[^a-z0-9]/i', '_', $pf->getVersion());
                    
                
Web.config http://3rgbcom.googlecode.com/svn/trunk/ | ASP.NET | 129 lines
                    
56			<appender-ref ref="SystemLog"/>
                    
57		</root>
                    
58		<logger name="NHibernate" additivity="true">
                    
                
print-ipx.c http://opensource.apple.com/release/ios-511/ | C | 239 lines
                    
48<span class="enscript-type">static</span> <span class="enscript-type">const</span> <span class="enscript-type">char</span> rcsid[] =
                    
49    <span class="enscript-string">&quot;@(#) $Header: /cvs/root/tcpdump/tcpdump/print-ipx.c,v 1.1.1.3 2003/03/17 18:42:17 rbraun Exp $&quot;</span>;
                    
50#<span class="enscript-reference">endif</span>
                    
                
Plupload.csproj git://github.com/moxiecode/plupload.git | MSBuild scripts | 223 lines
                    
10    <AssemblyName>plupload.silverlight</AssemblyName>
                    
11    <RootNamespace>Moxiecode.Plupload</RootNamespace>
                    
12    <AlwaysCompileMarkupFilesInSeparateDomain>false</AlwaysCompileMarkupFilesInSeparateDomain>
                    
                
E133HealthCheckedConnection.cpp https://code.google.com/p/linux-lighting/ | C++ | 69 lines
                    
21
                    
22#include "plugins/e131/e131/RootSender.h"
                    
23#include "tools/e133/E133HealthCheckedConnection.h"
                    
                
Runtime.csproj https://code.google.com/p/prjtest00/ | MSBuild scripts | 55 lines
                    
10    <AppDesignerFolder>Properties</AppDesignerFolder>
                    
11    <RootNamespace>Runtime</RootNamespace>
                    
12    <AssemblyName>Runtime</AssemblyName>
                    
                
cayenne_pepper_1_simple_01.svg git://pkgs.fedoraproject.org/openclipart | SVG | 85 lines
                    
3"http://www.w3.org/TR/2001/REC-SVG-20010904/DTD/svg10.dtd">
                    
4<!-- Created with Inkscape (http://www.inkscape.org/) --><svg height="200.00000pt" id="svg1" inkscape:version="0.40" sodipodi:docbase="/root/img/svg" sodipodi:docname="cayenne-01.svg" sodipodi:version="0.32" width="595.28000pt" xmlns="http://www.w3.org/2000/svg" xmlns:cc="http://web.resource.org/cc/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd" xmlns:xlink="http://www.w3.org/1999/xlink">
                    
5  <metadata>
                    
                
quadtree.h https://crystal.svn.sourceforge.net/svnroot/crystal | C++ Header | 303 lines
                    
74   *  /// Old style:
                    
75   *  ///root has children in byte 0.
                    
76   *  ///nodes in byte 0 have children in byte 0+node_nr+1(1,2,3,4).
                    
                
print-vjc.c http://opensource.apple.com/release/ios-511/ | C | 102 lines
                    
49<span class="enscript-type">static</span> <span class="enscript-type">const</span> <span class="enscript-type">char</span> rcsid[] =
                    
50    <span class="enscript-string">&quot;@(#) $Header: /cvs/root/tcpdump/tcpdump/print-vjc.c,v 1.1.1.2 2003/03/17 18:42:20 rbraun Exp $ (LBL)&quot;</span>;
                    
51#<span class="enscript-reference">endif</span>
                    
                
IOI2CInterface.cpp http://opensource.apple.com/release/ios-511/ | C++ | 240 lines
                    
29#<span class="enscript-reference">include</span> <span class="enscript-string">&lt;IOKit/IOLocks.h&gt;</span>
                    
30#<span class="enscript-reference">include</span> <span class="enscript-string">&lt;IOKit/pwr_mgt/RootDomain.h&gt;</span>
                    
31#<span class="enscript-reference">include</span> <span class="enscript-string">&lt;IOKit/ndrvsupport/IONDRVFramebuffer.h&gt;</span>
                    
                
App.cpp http://boxvivid.googlecode.com/svn/trunk/ | C++ | 574 lines
                    
124		if(s.IsEmpty()) {
                    
125			s = Nvl(GetEnv("HOME"), "/root");
                    
126		}
                    
                
tw.spell.c http://opensource.apple.com/release/ios-511/ | C | 189 lines
                    
22<pre>
                    
23<span class="enscript-comment">/* $Header: /cvs/root/tcsh/tcsh/tw.spell.c,v 1.1.1.3 2003/01/17 03:41:30 nicolai Exp $ */</span>
                    
24<span class="enscript-comment">/*
                    
                
Samba.Modules.BasicReports.csproj https://code.google.com/p/sambapos/ | MSBuild scripts | 155 lines
                    
10    <AppDesignerFolder>Properties</AppDesignerFolder>
                    
11    <RootNamespace>Samba.Modules.BasicReports</RootNamespace>
                    
12    <AssemblyName>Samba.Modules.BasicReports</AssemblyName>
                    
                
MakeMethodGeneric.csproj https://hg.codeplex.com/resharperpowertoys | MSBuild scripts | 174 lines
                    
22    <OutputType>Library</OutputType>
                    
23    <RootNamespace>JetBrains.ReSharper.PowerToys.MakeMethodGeneric</RootNamespace>
                    
24    <RunPostBuildEvent>OnBuildSuccess</RunPostBuildEvent>
                    
                
index.htm http://ccds.googlecode.com/svn/trunk/ | HTML | 334 lines
                    
45	margin-left:-16px;
                    
46	background: url(/ccds_library/jquery/plugins/simpletree/images/root.gif) no-repeat 16px 0 #ffffff;
                    
47}
                    
                
SysCache.csproj https://git01.codeplex.com/vietnamicare | MSBuild scripts | 138 lines
                    
12    <AppDesignerFolder>Properties</AppDesignerFolder>
                    
13    <RootNamespace>SysCache</RootNamespace>
                    
14    <AssemblyName>SysCache</AssemblyName>
                    
                
Infrastructure.Data.MainModule.csproj https://MicrosoftNLayerApp.svn.codeplex.com/svn | MSBuild scripts | 160 lines
                    
10    <AppDesignerFolder>Properties</AppDesignerFolder>
                    
11    <RootNamespace>Microsoft.Samples.NLayerApp.Infrastructure.Data.MainModule</RootNamespace>
                    
12    <AssemblyName>NLayerApp.Infrastructure.Data.MainModule</AssemblyName>
                    
                
sblim-cmpi-samba.spec.in git://pkgs.fedoraproject.org/sblim-cmpi-samba | Autoconf | 263 lines
                    
119# Check if pegasus repository has the CIM_RegisteredProfile classes else register the interop mof file   
                    
120#if [ ! -e "/var/lib/Pegasus/repository/root#PG_InterOp/classes/CIM_RegisteredProfile.CIM_ManagedElement" ]
                    
121#then
                    
                
cmd_list_test.sh https://code.google.com/p/kyua/ | Shell | 536 lines
                    
255    atf_check -s exit:0 -o file:expout -e empty kyua list \
                    
256        -v -k "$(pwd)/root/Kyuafile" first subdir/fourth:fail
                    
257}
                    
                
overview-tree.html https://bitbucket.org/alexdelarge/project-ultramk | HTML | 162 lines
                    
95<LI TYPE="circle">java.applet.<A HREF="http://java.sun.com/javase/6/docs/api/java/applet/Applet.html?is-external=true" title="class or interface in java.applet"><B>Applet</B></A><UL>
                    
96<LI TYPE="circle">javax.swing.<A HREF="http://java.sun.com/javase/6/docs/api/javax/swing/JApplet.html?is-external=true" title="class or interface in javax.swing"><B>JApplet</B></A> (implements javax.accessibility.<A HREF="http://java.sun.com/javase/6/docs/api/javax/accessibility/Accessible.html?is-external=true" title="class or interface in javax.accessibility">Accessible</A>, javax.swing.<A HREF="http://java.sun.com/javase/6/docs/api/javax/swing/RootPaneContainer.html?is-external=true" title="class or interface in javax.swing">RootPaneContainer</A>)
                    
97<UL>
                    
                
AndroidSdk.java http://vogar.googlecode.com/svn/trunk/ | Java | 351 lines
                    
40
                    
41    // $BOOTCLASSPATH defined by system/core/rootdir/init.rc
                    
42    public static final String[] BOOTCLASSPATH = new String[] { "core",
                    
                
repository.cpp git://pkgs.fedoraproject.org/kdesdk | C++ | 272 lines
                    
149        !QFile::exists( cvsDirInfo.filePath() + "/Repository" ) ||
                    
150        !QFile::exists( cvsDirInfo.filePath() + "/Root" ) )
                    
151        return false;
                    
156    // determine path to the repository
                    
157    QFile rootFile(path + "/CVS/Root");
                    
158    if( rootFile.open(QIODevice::ReadOnly) )
                    
220
                    
221    // Sometimes the location can be unequal to the entry in the CVS/Root.
                    
222    //
                    
                
allclasses-frame.html http://eidlib.googlecode.com/svn/ | HTML | 122 lines
                    
91<BR>
                    
92<A HREF="be/belgium/eid/security/RootCertificate.html" title="class in be.belgium.eid.security" target="classFrame">RootCertificate</A>
                    
93<BR>
                    
93<BR>
                    
94<A HREF="be/belgium/eid/exceptions/RootVerificationException.html" title="class in be.belgium.eid.exceptions" target="classFrame">RootVerificationException</A>
                    
95<BR>
                    
                
FlxPreloader.as git://github.com/AdamAtomic/flixel.git | ActionScript | 293 lines
                    
163			{
                    
164				var percent:Number = root.loaderInfo.bytesLoaded/root.loaderInfo.bytesTotal;
                    
165				if((_min > 0) && (percent > time/_min))
                    
                
Application.Bindings.cs git://github.com/nikhilk/scriptsharp.git | C# | 206 lines
                    
52
                    
53                // TODO: If bound to parent/root, generated this instead:
                    
54                // function _(e) {
                    
                
HelloWorld XNA.csproj git://github.com/d-snp/Farseer-Physics.git | MSBuild scripts | 174 lines
                    
9    <AppDesignerFolder>Properties</AppDesignerFolder>
                    
10    <RootNamespace>FarseerPhysics.HelloWorld</RootNamespace>
                    
11    <AssemblyName>HelloWorld XNA</AssemblyName>
                    
                
CooliteTest.aspx https://BestSurvey.svn.codeplex.com/svn | ASP.NET | 145 lines
                    
135            </ext:TreeNode>          
                    
136        </Root>
                    
137        <Listeners>
                    
                
PathCreatorSpecs.scala git://github.com/djspiewak/anti-xml.git | Scala | 193 lines
                    
42
                    
43  val x0 = fromString("<root0><a0>foo</a0><b0>baz</b0><c0/></root0>")
                    
44  val a0 = fromString("<a0>foo</a0>"); val b0 = fromString("<b0>baz</b0>"); val c0 = fromString("<c0/>")
                    
46
                    
47  val x1 = fromString("<root1><a1>foo</a1><b1>baz</b1><c1/></root1>")
                    
48  val a1 = fromString("<a1>foo</a1>"); val b1 = fromString("<b1>baz</b1>"); val c1 = fromString("<c1/>")
                    
50
                    
51  val x2 = fromString("<root2><a2>foo</a2><b2>baz</b2><c2/></root2>")
                    
52  val a2 = fromString("<a2>foo</a2>"); val b2 = fromString("<b2>baz</b2>"); val c2 = fromString("<c2/>")
                    
                
TestLargeDirectoryDelete.java git://github.com/apache/hadoop-common.git | Java | 225 lines
                    
66    for (int i = 0; i < TOTAL_BLOCKS; i+=100) {
                    
67      String filename = "/root/";
                    
68      int dirs = rand.nextInt(10);  // Depth of the directory
                    
140    FSNamesystem.BLOCK_DELETION_INCREMENT = 1;
                    
141    mc.getFileSystem().delete(new Path("/root"), true); // recursive delete
                    
142    final long end = Time.now();
                    
                
RootClassInfo.html http://j2ee-showcases.googlecode.com/svn/trunk/ | HTML | 183 lines
                    
42  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../package-summary.html"><FONT CLASS="NavBarFont1"><B>Package</B></FONT></A>&nbsp;</TD>
                    
43  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../../../../../org/mybatis/generator/codegen/RootClassInfo.html" title="class in org.mybatis.generator.codegen"><FONT CLASS="NavBarFont1"><B>Class</B></FONT></A>&nbsp;</TD>
                    
44  <TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> &nbsp;<FONT CLASS="NavBarFont1Rev"><B>Use</B></FONT>&nbsp;</TD>
                    
90<TH ALIGN="left" COLSPAN="2"><FONT SIZE="+2">
                    
91Packages that use <A HREF="../../../../../org/mybatis/generator/codegen/RootClassInfo.html" title="class in org.mybatis.generator.codegen">RootClassInfo</A></FONT></TH>
                    
92</TR>
                    
103<TH ALIGN="left" COLSPAN="2"><FONT SIZE="+2">
                    
104Uses of <A HREF="../../../../../org/mybatis/generator/codegen/RootClassInfo.html" title="class in org.mybatis.generator.codegen">RootClassInfo</A> in <A HREF="../../../../../org/mybatis/generator/codegen/package-summary.html">org.mybatis.generator.codegen</A></FONT></TH>
                    
105</TR>
                    
111<TR BGCOLOR="#CCCCFF" CLASS="TableSubHeadingColor">
                    
112<TH ALIGN="left" COLSPAN="2">Methods in <A HREF="../../../../../org/mybatis/generator/codegen/package-summary.html">org.mybatis.generator.codegen</A> that return <A HREF="../../../../../org/mybatis/generator/codegen/RootClassInfo.html" title="class in org.mybatis.generator.codegen">RootClassInfo</A></FONT></TH>
                    
113</TR>
                    
115<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
                    
116<CODE>static&nbsp;<A HREF="../../../../../org/mybatis/generator/codegen/RootClassInfo.html" title="class in org.mybatis.generator.codegen">RootClassInfo</A></CODE></FONT></TD>
                    
117<TD><CODE><B>RootClassInfo.</B><B><A HREF="../../../../../org/mybatis/generator/codegen/RootClassInfo.html#getInstance(java.lang.String, java.util.List)">getInstance</A></B>(<A HREF="http://java.sun.com/j2se/1.5.0/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</A>&nbsp;className,
                    
                
app.config https://hg01.codeplex.com/nbooks | ASP.NET | 49 lines
                    
32			<appender-ref ref="LogFileAppender" />
                    
33		</root>
                    
34		<logger name="NHibernate">
                    
                
TeamCreator - Dev Tools.csproj https://22yards.svn.codeplex.com/svn | MSBuild scripts | 119 lines
                    
10    <AppDesignerFolder>Properties</AppDesignerFolder>
                    
11    <RootNamespace>TeamCreator___Dev_Tools</RootNamespace>
                    
12    <AssemblyName>TeamCreator - Dev Tools</AssemblyName>
                    
                
jmx.jsp git://github.com/springside/springside4.git | JavaServer Pages | 56 lines
                    
47	<ul>
                    
48		<li>??Root Logger Level???: <br/><a href="${baseUrl}/jolokia/write/log4j:name=Log4j/RootLoggerLevel/INFO">${baseUrl}/jolokia/write/log4j:name=Log4j/RootLoggerLevel/INFO</a></li>
                    
49	</ul>
                    
                
root_finder.h git://github.com/jcnossen/hmmgenefinder.git | C Header | 68 lines
                    
5*
                    
6*       Filename: ghmm/ghmm/root_finder.h
                    
7*       Authors:  Achim Gaedke
                    
                
app.config https://hg01.codeplex.com/mangacrawler | ASP.NET | 97 lines
                    
53      <appender-ref ref="console" />
                    
54    </root>
                    
55
                    
                
macros.c git://pkgs.fedoraproject.org/guile | C | 253 lines
                    
28#include "libguile/print.h"
                    
29#include "libguile/root.h"
                    
30#include "libguile/smob.h"
                    
                
System.Data-tests-net_4_5.csproj git://github.com/mono/mono.git | MSBuild scripts | 237 lines
                    
14    <AppDesignerFolder>Properties</AppDesignerFolder>
                    
15    <RootNamespace></RootNamespace>
                    
16    <AssemblyName>System.Data_test_net_4_5</AssemblyName>
                    
                
download.html git://pkgs.fedoraproject.org/root | HTML | 187 lines
                    
78        <p>This page is shows how to download and build the project cling as a standalone C++ interpreter in few steps</p>
                    
79        <div class="info"> If you want to download and build cling within ROOT please follow the tutorial <a href="http://root.cern.ch/drupal/content/cling-build-instructions" target="_blank">here</a></div>
                    
80        <h2>Build</h2>
                    
101            Checkout Cling (next to clang):
                    
102            <pre>svn co http://root.cern.ch/svn/root/branches/dev/cling cling</pre>
                    
103          </li>
                    
144            <pre>
                    
145svn co http://root.cern.ch/svn/root/branches/dev/cling cling</pre>
                    
146          </li>
                    
176      <div id="links">
                    
177        <a href="http://root.cern.ch/" target="_blank">The ROOT Framework</a> | 
                    
178        <a href="http://llvm.org" target="_blank">LLVM</a> | 
                    
                
FaceProcessingWrapper.Test.csproj https://hg.codeplex.com/facecomparerdis | MSBuild scripts | 182 lines
                    
11    <AppDesignerFolder>Properties</AppDesignerFolder>
                    
12    <RootNamespace>FaceProcessingWrapper.Test</RootNamespace>
                    
13    <AssemblyName>FaceProcessingWrapper.Test</AssemblyName>
                    
                
Orchard.Warmup.csproj https://hg.codeplex.com/associativy | MSBuild scripts | 159 lines
                    
12    <AppDesignerFolder>Properties</AppDesignerFolder>
                    
13    <RootNamespace>Orchard.Warmup</RootNamespace>
                    
14    <AssemblyName>Orchard.Warmup</AssemblyName>
                    
                
Orchard.Users.csproj https://hg.codeplex.com/eking | MSBuild scripts | 184 lines
                    
11    <AppDesignerFolder>Properties</AppDesignerFolder>
                    
12    <RootNamespace>Orchard.Users</RootNamespace>
                    
13    <AssemblyName>Orchard.Users</AssemblyName>
                    
                
indexer.pl http://pgdt.googlecode.com/svn/trunk/ | Perl | 254 lines
                    
5% E-mail: degenerl@cs.uni-bonn.de
                    
6% WWW: http://roots.iai.uni-bonn.de/research/pdt 
                    
7% Copyright (C): 2004-2006, CS Dept. III, University of Bonn
                    
                
WpfClock.csproj https://snoopwpf.svn.codeplex.com/svn | MSBuild scripts | 169 lines
                    
9    <AppDesignerFolder>Properties</AppDesignerFolder>
                    
10    <RootNamespace>WpfClockNS</RootNamespace>
                    
11    <AssemblyName>WpfClock</AssemblyName>
                    
                
Makefile git://github.com/daly/axiom.git | Makefile | 373 lines
                    
145	@ ${EXTRACT} Makefile.pamphlet
                    
146	@ cp Makefile.pdf ${MNT}/${SYS}/doc/src/root.Makefile.pdf
                    
147	@ if [ "${RUNTYPE}" = "parallel" ] ; then \
                    
                
index.html git://github.com/TooTallNate/Simple-Game-Framework.git | HTML | 152 lines
                    
61<li><div class="menu-item"><a class="instance-property" href="../../../../core api/Game/prototype/renderCount/index.html" title="Game#renderCount (instance property)">renderCount</a></div></li>
                    
62<li><div class="menu-item"><a class="instance-property" href="../../../../core api/Game/prototype/root/index.html" title="Game#root (instance property)">root</a></div></li>
                    
63<li><div class="menu-item"><a class="instance-property" href="../../../../core api/Game/prototype/updateCount/index.html" title="Game#updateCount (instance property)">updateCount</a></div></li></ul></li>
                    
                
TRootCanvas.h git://pkgs.fedoraproject.org/root | C Header | 162 lines
                    
157
                    
158   ClassDef(TRootCanvas,0)  //ROOT native GUI version of main window with menubar and drawing area
                    
159};
                    
                
TSlave.h git://pkgs.fedoraproject.org/root | C Header | 172 lines
                    
101
                    
102   TString       fROOTVers;  //ROOT version run by worker
                    
103   TString       fArchComp;  //Build architecture, compiler on worker (e.g. linux-gcc345)
                    
                
gmime-2.2.3-libdir.patch git://pkgs.fedoraproject.org/gmime22 | Patch | 43 lines
                    
15 	  if test -n '$(DESTDIR)'; then								\
                    
16-	    echo "$(GACUTIL) /i $(ASSEMBLY) /f /package $(PACKAGE_SHARP) /root $(DESTDIR)$(prefix)/lib";		\
                    
17-	    $(GACUTIL) /i $(ASSEMBLY) /f /package $(PACKAGE_SHARP) /root $(DESTDIR)$(prefix)/lib || exit 1;	\
                    
17-	    $(GACUTIL) /i $(ASSEMBLY) /f /package $(PACKAGE_SHARP) /root $(DESTDIR)$(prefix)/lib || exit 1;	\
                    
18+	    echo "$(GACUTIL) /i $(ASSEMBLY) /f /package $(PACKAGE_SHARP) /root $(DESTDIR)$(libdir)";		\
                    
19+	    $(GACUTIL) /i $(ASSEMBLY) /f /package $(PACKAGE_SHARP) /root $(DESTDIR)$(libdir) || exit 1;	\
                    
30 	  if test -n '$(DESTDIR)'; then								\
                    
31-	    echo "$(GACUTIL) /u $(ASSEMBLY_NAME) /package $(PACKAGE_SHARP) /root $(DESTDIR)$(prefix)/lib";	\
                    
32-	    $(GACUTIL) /u $(ASSEMBLY_NAME) /package $(PACKAGE_SHARP) /root $(DESTDIR)$(prefix)/lib || exit 1;  \
                    
32-	    $(GACUTIL) /u $(ASSEMBLY_NAME) /package $(PACKAGE_SHARP) /root $(DESTDIR)$(prefix)/lib || exit 1;  \
                    
33+	    echo "$(GACUTIL) /u $(ASSEMBLY_NAME) /package $(PACKAGE_SHARP) /root $(DESTDIR)$(libdir)";	\
                    
34+	    $(GACUTIL) /u $(ASSEMBLY_NAME) /package $(PACKAGE_SHARP) /root $(DESTDIR)$(libdir) || exit 1;  \
                    
                
App.config https://hg.codeplex.com/hgremote | ASP.NET | 76 lines
                    
72			<appender-ref ref="RollingFile" />
                    
73		</root>
                    
74	</log4net>
                    
                
japanese-ie-generator.sh https://hg.codeplex.com/fanboyadblock | Shell | 84 lines
                    
33#
                    
34# cp -f /root/maketpl.pl $IEDIR
                    
35
                    
                
BootPerf.API.OperationsManager.csproj https://hg.codeplex.com/bootperf | MSBuild scripts | 54 lines
                    
10    <AppDesignerFolder>Properties</AppDesignerFolder>
                    
11    <RootNamespace>BootPerf.API</RootNamespace>
                    
12    <AssemblyName>BootPerf.API.OperationsManager</AssemblyName>
                    
                
File.pm git://pkgs.fedoraproject.org/perl-CHI | Perl | 368 lines
                    
260        driver         => 'File',
                    
261        root_dir       => '/path/to/cache/root',
                    
262        depth          => 3,
                    
                
 

Source

Language