Home
last modified time | relevance | path

Searched refs:sourcebase (Results 1 – 25 of 92) sorted by relevance

1234

/dports/www/moodle311/moodle/lib/
H A Dcomponentlib.class.php159 var $sourcebase; /// Full http URL, base for downloadable items variable in component_installer
183 * @param string $sourcebase Full http URL, base for downloadeable items
193 … public function __construct($sourcebase, $zippath, $zipfilename, $md5filename='', $destpath='') { argument
195 $this->sourcebase = $sourcebase;
216 self::__construct($sourcebase, $zippath, $zipfilename, $md5filename, $destpath);
233 if (empty($this->sourcebase) || empty($this->zipfilename)) {
238 if (!PHPUNIT_TEST and $this->sourcebase != 'https://download.moodle.org') {
298 $source = $this->sourcebase.'/'.$this->zippath.'/'.$this->zipfilename;
300 $source = $this->sourcebase.'/'.$this->zipfilename;
499 $source = $this->sourcebase.'/'.$this->zippath.'/'.$this->md5filename;
[all …]
/dports/www/moodle310/moodle/lib/
H A Dcomponentlib.class.php159 var $sourcebase; /// Full http URL, base for downloadable items variable in component_installer
183 * @param string $sourcebase Full http URL, base for downloadeable items
193 … public function __construct($sourcebase, $zippath, $zipfilename, $md5filename='', $destpath='') { argument
195 $this->sourcebase = $sourcebase;
216 self::__construct($sourcebase, $zippath, $zipfilename, $md5filename, $destpath);
233 if (empty($this->sourcebase) || empty($this->zipfilename)) {
238 if (!PHPUNIT_TEST and $this->sourcebase != 'https://download.moodle.org') {
298 $source = $this->sourcebase.'/'.$this->zippath.'/'.$this->zipfilename;
300 $source = $this->sourcebase.'/'.$this->zipfilename;
499 $source = $this->sourcebase.'/'.$this->zippath.'/'.$this->md5filename;
[all …]
/dports/www/moodle39/moodle/lib/
H A Dcomponentlib.class.php159 var $sourcebase; /// Full http URL, base for downloadable items variable in component_installer
183 * @param string $sourcebase Full http URL, base for downloadeable items
193 … public function __construct($sourcebase, $zippath, $zipfilename, $md5filename='', $destpath='') { argument
195 $this->sourcebase = $sourcebase;
216 self::__construct($sourcebase, $zippath, $zipfilename, $md5filename, $destpath);
233 if (empty($this->sourcebase) || empty($this->zipfilename)) {
238 if (!PHPUNIT_TEST and $this->sourcebase != 'https://download.moodle.org') {
298 $source = $this->sourcebase.'/'.$this->zippath.'/'.$this->zipfilename;
300 $source = $this->sourcebase.'/'.$this->zipfilename;
499 $source = $this->sourcebase.'/'.$this->zippath.'/'.$this->md5filename;
[all …]
/dports/devel/gnulib/gnulib-20140202-stable/
H A Dgnulib-tool965 sourcebase=
1086 sourcebase=$1
1418 case "$sourcebase" in
1419 */ ) sourcebase=`echo "$sourcebase" | sed -e "$sed_trimtrailingslashes"` ;;
4628 { echo "$sourcebase"
5624 sourcebase=gllib
6115 cd "$sourcebase"
6324 test -n "$sourcebase" || sourcebase="lib"
6337 test -n "$sourcebase" || sourcebase="lib"
6390 test -n "$sourcebase" || sourcebase="lib"
[all …]
/dports/security/pkcs11-tools/pkcs11-tools-2.5.0/.gnulib/
H A Dgnulib-tool1137 sourcebase=
1259 sourcebase=$1
1613 case "$sourcebase" in
1614 */ ) sourcebase=`echo "$sourcebase" | sed -e "$sed_trimtrailingslashes"` ;;
5175 { echo "$sourcebase"
6239 sourcebase=gllib
6748 cd "$sourcebase"
6968 test -n "$sourcebase" || sourcebase="lib"
6981 test -n "$sourcebase" || sourcebase="lib"
7034 test -n "$sourcebase" || sourcebase="lib"
[all …]
H A Dgnulib-tool.py74 sourcebase = None
469 sourcebase = cmdargs.sourcebase
470 if sourcebase != None:
471 sourcebase = cmdargs.sourcebase[0]
521 sourcebase=sourcebase,
563 if not sourcebase:
564 sourcebase = 'lib'
587 if not sourcebase:
640 if not sourcebase:
871 if not sourcebase:
[all …]
/dports/net-mgmt/networkmgr/networkmgr-6.1/
H A Dsetup.py16 def datafilelist(installbase, sourcebase): argument
18 for root, subFolders, files in os.walk(sourcebase):
22 datafileList.append((root.replace(sourcebase, installbase), fileList))
/dports/security/pkcs11-tools/pkcs11-tools-2.5.0/.gnulib/pygnulib/
H A DGLEmiter.py437 sourcebase = self.config['sourcebase']
438 sourcebase = '%s%s' % (self.sourcebase, os.path.sep)
439 if type(sourcebase) is bytes:
440 sourcebase = sourcebase.decode(ENCS['default'])
655 sourcebase = self.config['sourcebase']
845 path = joinpath(sourcebase, 'Makefile.am')
947 sourcebase = self.config['sourcebase']
1139 (testsbase_inverse, sourcebase, testsbase_inverse, sourcebase)
1153 (testsbase_inverse, sourcebase, libname, libext,
1154 testsbase_inverse, sourcebase, libname, libext)
[all …]
H A DGLConfig.py58 sourcebase=None, m4base=None, pobase=None, docbase=None, testsbase=None, argument
84 if sourcebase != None:
85 self.setSourceBase(sourcebase)
454 def setSourceBase(self, sourcebase): argument
456 if type(sourcebase) is bytes or type(sourcebase) is string:
457 if type(sourcebase) is bytes:
458 sourcebase = string(sourcebase, ENCS['system'])
459 if sourcebase:
460 self.table['sourcebase'] = sourcebase
463 type(sourcebase).__name__))
H A DGLImport.py300 sourcebase = self.cache['sourcebase']
346 sourcebase = self.config['sourcebase']
379 sourcebase = self.config.getSourceBase()
402 actioncmd += ' --source-base=%s' % sourcebase
465 sourcebase = self.config['sourcebase']
553 sourcebase = self.config['sourcebase']
759 sourcebase = self.config['sourcebase']
982 sourcebase = self.config['sourcebase']
1008 dirs += [sourcebase, m4base, auxdir]
1396 (sourcebase, configure_ac))
[all …]
H A DGLTestDir.py119 sourcebase = self.config['sourcebase']
129 path = constants.substart('lib/', '%s/' % sourcebase, file)
152 sourcebase = self.config['sourcebase']
350 directory = joinpath(self.testdir, sourcebase)
382 subdirs = [sourcebase, m4base]
478 emit += "gl_source_base='../%s'\n" % sourcebase
498 emit += self.emiter.initmacro_done(macro_prefix, sourcebase)
598 emit += 'gl_source_base=\'%s\'\n' % sourcebase
635 emit += self.emiter.initmacro_done(macro_prefix, sourcebase)
727 path = joinpath(self.testdir, sourcebase, 'Makefile.am')
[all …]
H A DGLMakefileTable.py108 sourcebase = self.config['sourcebase']
121 joinpath(dir1, mfd) == joinpath(sourcebase, mfx) or
/dports/net/mpich/mpich-3.4.3/test/mpi/maint/
H A Df77tof90278 my $sourcebase = $2;
282 $excludePrograms{$sourcebase} = 1;
465 my $sourcebase = $1;
466 if (defined($excludePrograms{$sourcebase})) { next; }
/dports/net/mpich2/mpich2-1.5/test/mpi/maint/
H A Df77tof90.in249 my $sourcebase = $1;
253 $excludePrograms{$sourcebase} = 1;
358 my $sourcebase = $1;
359 if (defined($excludePrograms{$sourcebase})) { next; }
/dports/net/mpich2/mpich2-1.5/maint/
H A Df77tof90269 my $sourcebase = $2;
273 $excludePrograms{$sourcebase} = 1;
456 my $sourcebase = $1;
457 if (defined($excludePrograms{$sourcebase})) { next; }
H A Df77tof90.in269 my $sourcebase = $2;
273 $excludePrograms{$sourcebase} = 1;
456 my $sourcebase = $1;
457 if (defined($excludePrograms{$sourcebase})) { next; }
/dports/games/uhexen2/hexen2source-1.5.9/utils/qbsp/
H A Dqbsp.c897 static void ProcessFile (char *sourcebase, char *bspfilename1) in ProcessFile() argument
941 LoadMapFile (sourcebase); in ProcessFile()
984 static void MakeProjectPath (char *sourcebase) in MakeProjectPath() argument
1000 scan = FIND_LAST_DIRSEP(sourcebase); in MakeProjectPath()
1006 memcpy (projectpath, sourcebase, in MakeProjectPath()
1007 scan - sourcebase + 1); // including DIRSEP in MakeProjectPath()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/llvm/llvm/docs/
H A DGettingStartedTutorials.rst26 Introduction to the general layout of the LLVM sourcebase, important classes
/dports/devel/wasi-libcxx/llvm-project-13.0.1.src/llvm/docs/
H A DGettingStartedTutorials.rst26 Introduction to the general layout of the LLVM sourcebase, important classes
/dports/devel/llvm-cheri/llvm-project-37c49ff00e3eadce5d8703fdc4497f28458c64a8/llvm/docs/
H A DGettingStartedTutorials.rst26 Introduction to the general layout of the LLVM sourcebase, important classes
/dports/devel/llvm10/llvm-10.0.1.src/docs/
H A DGettingStartedTutorials.rst26 Introduction to the general layout of the LLVM sourcebase, important classes
/dports/graphics/llvm-mesa/llvm-13.0.1.src/docs/
H A DGettingStartedTutorials.rst26 Introduction to the general layout of the LLVM sourcebase, important classes
/dports/devel/llvm12/llvm-project-12.0.1.src/llvm/docs/
H A DGettingStartedTutorials.rst26 Introduction to the general layout of the LLVM sourcebase, important classes
/dports/devel/llvm11/llvm-11.0.1.src/docs/
H A DGettingStartedTutorials.rst26 Introduction to the general layout of the LLVM sourcebase, important classes
/dports/lang/rust/rustc-1.58.1-src/src/llvm-project/llvm/docs/
H A DGettingStartedTutorials.rst26 Introduction to the general layout of the LLVM sourcebase, important classes

1234