Home
last modified time | relevance | path

Searched refs:includePath (Results 1 – 25 of 641) sorted by relevance

12345678910>>...26

/dports/mail/phplist/phplist-3.6.6/public_html/lists/base/vendor/doctrine/common/lib/Doctrine/Common/
H A DClassLoader.php57 protected $includePath; variable in Doctrine\\Common\\ClassLoader
75 * @param string|null $includePath The base include path to use.
77 public function __construct($ns = null, $includePath = null) argument
80 $this->includePath = $includePath;
108 * @param string|null $includePath
112 public function setIncludePath($includePath) argument
114 $this->includePath = $includePath;
124 return $this->includePath;
186 require ($this->includePath !== null ? $this->includePath . DIRECTORY_SEPARATOR : '')
209 if ($this->includePath !== null) {
[all …]
/dports/www/bolt/bolt-2.2.24/vendor/doctrine/common/lib/Doctrine/Common/
H A DClassLoader.php57 protected $includePath; variable in Doctrine\\Common\\ClassLoader
75 * @param string|null $includePath The base include path to use.
77 public function __construct($ns = null, $includePath = null) argument
80 $this->includePath = $includePath;
108 * @param string|null $includePath
112 public function setIncludePath($includePath) argument
114 $this->includePath = $includePath;
124 return $this->includePath;
186 require ($this->includePath !== null ? $this->includePath . DIRECTORY_SEPARATOR : '')
209 if ($this->includePath !== null) {
[all …]
/dports/www/drupal8/drupal-8.9.20/vendor/doctrine/common/lib/Doctrine/Common/
H A DClassLoader.php57 protected $includePath; variable in Doctrine\\Common\\ClassLoader
75 * @param string|null $includePath The base include path to use.
77 public function __construct($ns = null, $includePath = null) argument
80 $this->includePath = $includePath;
108 * @param string|null $includePath
112 public function setIncludePath($includePath) argument
114 $this->includePath = $includePath;
124 return $this->includePath;
186 require ($this->includePath !== null ? $this->includePath . DIRECTORY_SEPARATOR : '')
209 if ($this->includePath !== null) {
[all …]
/dports/net-mgmt/nagvis/nagvis-1.9.29/share/frontend/nagvis-js/ext/dwoo-1.1.0/Dwoo/Template/
H A DFile.php31 protected $includePath = null; variable in Dwoo_Template_File
70 if (is_string($includePath)) {
71 $this->includePath = array($includePath);
72 } elseif (is_array($includePath)) {
73 $this->includePath = $includePath;
88 $this->includePath = $paths;
99 return $this->includePath;
142 } elseif ($this->includePath === null) {
145 foreach ($this->includePath as $path) {
193 $includePath = null;
[all …]
/dports/sysutils/ganglia-webfrontend/ganglia-web-3.7.2/dwoo/Dwoo/Template/
H A DFile.php31 protected $includePath = null;
70 if (is_string($includePath)) {
71 $this->includePath = array($includePath);
72 } elseif (is_array($includePath)) {
73 $this->includePath = $includePath;
88 $this->includePath = $paths;
99 return $this->includePath;
142 } elseif ($this->includePath === null) {
145 foreach ($this->includePath as $path) {
193 $includePath = null;
[all …]
/dports/finance/prestashop/prestashop/vendor/doctrine/common/lib/Doctrine/Common/
H A DClassLoader.php44 protected $includePath; variable in Doctrine\\Common\\ClassLoader
62 * @param string|null $includePath The base include path to use.
64 public function __construct($ns = null, $includePath = null) argument
67 $this->includePath = $includePath;
95 * @param string|null $includePath
99 public function setIncludePath($includePath) argument
101 $this->includePath = $includePath;
111 return $this->includePath;
173 require($this->includePath !== null ? $this->includePath . DIRECTORY_SEPARATOR : '')
196 if ($this->includePath !== null) {
[all …]
/dports/databases/pear-DoctrineCommon/DoctrineCommon-2.3.0/Doctrine/Common/
H A DClassLoader.php49 protected $includePath; variable in Doctrine\\Common\\ClassLoader
65 * @param string $includePath The base include path to use.
67 public function __construct($ns = null, $includePath = null) argument
70 $this->includePath = $includePath;
96 * @param string $includePath
98 public function setIncludePath($includePath) argument
100 $this->includePath = $includePath;
110 return $this->includePath;
162 require ($this->includePath !== null ? $this->includePath . DIRECTORY_SEPARATOR : '')
184 if ($this->includePath !== null) {
[all …]
/dports/devel/py-jep/jep-3.9.1/src/main/java/jep/
H A DJepConfig.java47 protected StringBuilder includePath = null; field in JepConfig
83 public JepConfig setIncludePath(String includePath) { in setIncludePath() argument
84 this.includePath = null; in setIncludePath()
85 if (includePath != null) { in setIncludePath()
86 this.includePath = new StringBuilder(includePath); in setIncludePath()
100 if (this.includePath == null) { in addIncludePaths()
101 this.includePath = new StringBuilder(); in addIncludePaths()
104 if (this.includePath.length() > 0) { in addIncludePaths()
105 this.includePath.append(File.pathSeparator); in addIncludePaths()
107 this.includePath.append(path); in addIncludePaths()
/dports/x11/xkbcomp/xkbcomp-1.4.5/
H A Dxkbpath.c161 includePath = (char **) calloc(szPath, sizeof(char *)); in XkbInitIncludePath()
162 if (includePath == NULL) in XkbInitIncludePath()
187 if (includePath[i] != NULL) in XkbClearIncludePath()
189 uFree(includePath[i]); in XkbClearIncludePath()
190 includePath[i] = NULL; in XkbClearIncludePath()
222 includePath = (char **) realloc(includePath, szPath * sizeof(char *)); in XkbAddDirectoryToPath()
223 if (includePath == NULL) in XkbAddDirectoryToPath()
229 includePath[nPathEntries] = in XkbAddDirectoryToPath()
231 if (includePath[nPathEntries] == NULL) in XkbAddDirectoryToPath()
236 strcpy(includePath[nPathEntries++], dir); in XkbAddDirectoryToPath()
[all …]
/dports/devel/kdevelop/kdevelop-21.12.3/plugins/custom-definesandincludes/kcm_widget/
H A Dincludesmodel.cpp66 for (const QString& includePath : includes) { in setIncludes() local
67 addIncludeInternal( includePath.trimmed() ); in setIncludes()
85 void IncludesModel::addInclude( const QString& includePath ) in addInclude() argument
87 if( !includePath.isEmpty() ) { in addInclude()
89 addIncludeInternal( includePath ); in addInclude()
94 void IncludesModel::addIncludeInternal( const QString& includePath ) in addIncludeInternal() argument
96 if ( includePath.isEmpty() ) { in addIncludeInternal()
101 if (m_includes.contains(includePath)) { in addIncludeInternal()
105 m_includes << includePath; in addIncludeInternal()
/dports/textproc/yodl/yodl-5fa97b175c85581d01329013cfdb4239f019b023/yodl/icmake/
H A Dbuildmacros5 // void buildMacros(string base, string includePath)
7 void _configReplacements(string source, string base, string includePath)
14 includePath);
17 void _stdMacros(string base, string includePath)
32 includePath);
38 void buildMacros(string base, string includePath)
53 _configReplacements(in[idx], base, includePath); // format-specific
56 _stdMacros(base, includePath); // create the std.<format>.yo files,
/dports/devel/simgear/simgear-2020.3.11/CMakeModules/
H A DSimGearComponent.cmake2 macro(simgear_component_common name includePath sourcesList sources headers)
25 install (FILES ${headers} DESTINATION include/simgear/${includePath})
28 function(simgear_component name includePath sources headers)
29 simgear_component_common(${name} ${includePath} CORE_SOURCES "${sources}" "${headers}")
32 function(simgear_scene_component name includePath sources headers)
33 simgear_component_common(${name} ${includePath} SCENE_SOURCES "${sources}" "${headers}")
/dports/textproc/yodl/yodl-5fa97b175c85581d01329013cfdb4239f019b023/yodl/src/file/
H A Dfilefullpath.c6 char const *includePath; in file_fullpath() local
11 includePath = file_includePath(symtab); in file_fullpath()
14 *filename == '/' || !includePath ? /* absolute path, or no */ in file_fullpath()
18 includePath); in file_fullpath()
/dports/java/icedtea-web/icedtea-web-1.6.2/netx/net/sourceforge/jnlp/util/
H A DClasspathMatcher.java27 private final boolean includePath; field in ClasspathMatcher.ClasspathMatchers
43 public static ClasspathMatchers compile(String s, boolean includePath) { in compile() argument
45 return new ClasspathMatchers(new ArrayList<ClasspathMatcher>(0), includePath); in compile()
53 return new ClasspathMatchers(matchers, includePath); in compile()
56 public ClasspathMatchers(ArrayList<ClasspathMatcher> matchers, boolean includePath) { in ClasspathMatchers() argument
58 this.includePath = includePath; in ClasspathMatchers()
67 if (classpathMatcher.match(s, includePath)) { in or()
76 if (!classpathMatcher.match(s, includePath)) { in and()
186 private boolean match(URL url, boolean includePath) { in match() argument
195 if (includePath) { in match()
/dports/graphics/cfdg/cfdg-3.3_1/src-scintilla/scripts/
H A DDependencies.py31 def FindPathToHeader(header, includePath): argument
32 for incDir in includePath:
53 def FindHeadersInFileRecursive(filePath, includePath, renames): argument
58 relPath = FindPathToHeader(header, includePath)
61 subHeaders = FindHeadersInFileRecursive(relPath, includePath, renames)
73 def FindDependencies(sourceGlobs, includePath, objExt, startDirectory, renames={}): argument
81 headerPaths = FindHeadersInFileRecursive(sourceName, includePath, renames)
/dports/x11-toolkits/scintilla/scintilla/scripts/
H A DDependencies.py31 def FindPathToHeader(header, includePath): argument
32 for incDir in includePath:
53 def FindHeadersInFileRecursive(filePath, includePath, renames): argument
58 relPath = FindPathToHeader(header, includePath)
61 subHeaders = FindHeadersInFileRecursive(relPath, includePath, renames)
73 def FindDependencies(sourceGlobs, includePath, objExt, startDirectory, renames={}): argument
81 headerPaths = FindHeadersInFileRecursive(sourceName, includePath, renames)
/dports/devel/codequery/codequery-0.24.0/scintilla/scripts/
H A DDependencies.py28 def FindPathToHeader(header, includePath): argument
29 for incDir in includePath:
50 def FindHeadersInFileRecursive(filePath, includePath, renames): argument
55 relPath = FindPathToHeader(header, includePath)
58 subHeaders = FindHeadersInFileRecursive(relPath, includePath, renames)
70 def FindDependencies(sourceGlobs, includePath, objExt, startDirectory, renames={}): argument
78 headerPaths = FindHeadersInFileRecursive(sourceName, includePath, renames)
/dports/editors/textadept/scintilla/scripts/
H A DDependencies.py31 def FindPathToHeader(header, includePath): argument
32 for incDir in includePath:
53 def FindHeadersInFileRecursive(filePath, includePath, renames): argument
58 relPath = FindPathToHeader(header, includePath)
61 subHeaders = FindHeadersInFileRecursive(relPath, includePath, renames)
73 def FindDependencies(sourceGlobs, includePath, objExt, startDirectory, renames={}): argument
81 headerPaths = FindHeadersInFileRecursive(sourceName, includePath, renames)
/dports/editors/scite/scintilla/scripts/
H A DDependencies.py31 def FindPathToHeader(header, includePath): argument
32 for incDir in includePath:
53 def FindHeadersInFileRecursive(filePath, includePath, renames): argument
58 relPath = FindPathToHeader(header, includePath)
61 subHeaders = FindHeadersInFileRecursive(relPath, includePath, renames)
73 def FindDependencies(sourceGlobs, includePath, objExt, startDirectory, renames={}): argument
81 headerPaths = FindHeadersInFileRecursive(sourceName, includePath, renames)
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/llvm/llvm/test/Assembler/
H A Ddimodule.ll12 ; CHECK: !2 = !DIModule(scope: !0, name: "Module", configMacros: "-DNDEBUG", includePath: "/usr/inc…
13 !2 = !DIModule(scope: !0, name: "Module", configMacros: "-DNDEBUG", includePath: "/usr/include")
17 ; CHECK: !3 = !DIModule(scope: !0, name: "Module", configMacros: "-DNDEBUG", includePath: "/usr/inc…
18 !4 = !DIModule(scope: !0, name: "Module", configMacros: "-DNDEBUG", includePath: "/usr/include", ap…
/dports/devel/llvm-cheri/llvm-project-37c49ff00e3eadce5d8703fdc4497f28458c64a8/llvm/test/Assembler/
H A Ddimodule.ll12 ; CHECK: !2 = !DIModule(scope: !0, name: "Module", configMacros: "-DNDEBUG", includePath: "/usr/inc…
13 !2 = !DIModule(scope: !0, name: "Module", configMacros: "-DNDEBUG", includePath: "/usr/include")
17 ; CHECK: !3 = !DIModule(scope: !0, name: "Module", configMacros: "-DNDEBUG", includePath: "/usr/inc…
18 !4 = !DIModule(scope: !0, name: "Module", configMacros: "-DNDEBUG", includePath: "/usr/include", ap…
/dports/devel/llvm11/llvm-11.0.1.src/test/Assembler/
H A Ddimodule.ll12 ; CHECK: !2 = !DIModule(scope: !0, name: "Module", configMacros: "-DNDEBUG", includePath: "/usr/inc…
13 !2 = !DIModule(scope: !0, name: "Module", configMacros: "-DNDEBUG", includePath: "/usr/include")
17 ; CHECK: !3 = !DIModule(scope: !0, name: "Module", configMacros: "-DNDEBUG", includePath: "/usr/inc…
18 !4 = !DIModule(scope: !0, name: "Module", configMacros: "-DNDEBUG", includePath: "/usr/include", ap…
/dports/devel/qbs/qbs-src-1.21.0/share/qbs/modules/protobuf/objc/
H A Dprotobufobjc.qbs8 property string includePath: includeProbe.path
14 cpp.includePaths: [outputDir].concat(!frameworkPath && includePath ? [includePath] : [])
54 if (!HelperFunctions.checkPath(includePath)) {
55 throw "Can't find objective-c protobuf include files. Please set the includePath "
/dports/devel/wasi-libcxx/llvm-project-13.0.1.src/llvm/test/Assembler/
H A Ddimodule.ll12 ; CHECK: !2 = !DIModule(scope: !0, name: "Module", configMacros: "-DNDEBUG", includePath: "/usr/inc…
13 !2 = !DIModule(scope: !0, name: "Module", configMacros: "-DNDEBUG", includePath: "/usr/include")
17 ; CHECK: !3 = !DIModule(scope: !0, name: "Module", configMacros: "-DNDEBUG", includePath: "/usr/inc…
18 !4 = !DIModule(scope: !0, name: "Module", configMacros: "-DNDEBUG", includePath: "/usr/include", ap…
/dports/devel/llvm12/llvm-project-12.0.1.src/llvm/test/Assembler/
H A Ddimodule.ll12 ; CHECK: !2 = !DIModule(scope: !0, name: "Module", configMacros: "-DNDEBUG", includePath: "/usr/inc…
13 !2 = !DIModule(scope: !0, name: "Module", configMacros: "-DNDEBUG", includePath: "/usr/include")
17 ; CHECK: !3 = !DIModule(scope: !0, name: "Module", configMacros: "-DNDEBUG", includePath: "/usr/inc…
18 !4 = !DIModule(scope: !0, name: "Module", configMacros: "-DNDEBUG", includePath: "/usr/include", ap…

12345678910>>...26