Home
last modified time | relevance | path

Searched refs:prefixPath (Results 1 – 25 of 196) sorted by relevance

12345678

/dports/textproc/uml2svg/uml2svg-0.18/src/php/
H A Dtransform.php12 var $prefixPath; variable in TransformToSVG
15 $this->prefixPath = "";
45 if(!$StyleSheet->load($this->prefixPath."xsl/uml2svg.xsl")){
50 if(!$File->load($this->prefixPath.$this->inputFileName)){
60 … $TransformResult = $XslProcessor->transformToURI($File, $this->prefixPath.$this->outputFileName);
70 $StyleSheet = domxml_xslt_stylesheet_file($this->prefixPath."xsl/uml2svg.xsl");
75 $File = domxml_open_file($this->prefixPath.$this->inputFileName);
92 $StyleSheet->result_dump_file($TransformResult, $this->prefixPath.$this->outputFileName);
99 …t_process($XSLTProcessor, $this->prefixPath.$this->inputFileName, $this->prefixPath."xsl/uml2svg.x…
102 …t_process($XSLTProcessor, $this->prefixPath.$this->inputFileName, $this->prefixPath."xsl/uml2svg.x…
H A DextractDiagrams.php7 var $prefixPath; variable in DiagramChooser
10 $this->prefixPath = "";
70 if(!$StyleSheet->load($this->prefixPath."xsl/DiagramCount.xsl")){
75 if(!$File->load($this->prefixPath.$this->resultFileName)){
91 $StyleSheet = domxml_xslt_stylesheet_file($this->prefixPath."xsl/DiagramCount.xsl");
96 $File = @domxml_open_file($this->prefixPath.$this->resultFileName);
112 …sformResult = @xslt_process($XSLTProcessor, $this->prefixPath.$this->resultFileName, $this->prefix…
123 if(!$StyleSheet->load($this->prefixPath."xsl/DiagramList.xsl")){
128 if(!$File->load($this->prefixPath.$this->resultFileName)){
149 $File = domxml_open_file($this->prefixPath.$this->resultFileName);
[all …]
/dports/mail/nextcloud-mail/mail/vendor/league/flysystem/src/Local/
H A DLocalFilesystemAdapter.php139 $location = $this->prefixer->prefixPath($path);
154 $location = $this->prefixer->prefixPath($prefix);
200 $location = $this->prefixer->prefixPath($path);
262 $location = $this->prefixer->prefixPath($path);
275 $location = $this->prefixer->prefixPath($path);
316 $location = $this->prefixer->prefixPath($path);
335 $path = $this->prefixer->prefixPath($path);
345 $location = $this->prefixer->prefixPath($path);
369 $location = $this->prefixer->prefixPath($path);
382 $location = $this->prefixer->prefixPath($path);
[all …]
/dports/www/webtrees20/webtrees-2.0.19/webtrees/vendor/league/flysystem/src/Local/
H A DLocalFilesystemAdapter.php139 $location = $this->prefixer->prefixPath($path);
154 $location = $this->prefixer->prefixPath($prefix);
200 $location = $this->prefixer->prefixPath($path);
262 $location = $this->prefixer->prefixPath($path);
275 $location = $this->prefixer->prefixPath($path);
316 $location = $this->prefixer->prefixPath($path);
335 $path = $this->prefixer->prefixPath($path);
345 $location = $this->prefixer->prefixPath($path);
369 $location = $this->prefixer->prefixPath($path);
382 $location = $this->prefixer->prefixPath($path);
[all …]
/dports/misc/sword/sword-1.8.1/src/mgr/
H A Dlocalemgr.cpp74 char *prefixPath = 0; in LocaleMgr() local
86 SWMgr::findConfig(&configType, &prefixPath, &configPath, &augPaths, &sysConf); in LocaleMgr()
90 stdstr(&prefixPath, (char *)entry->second.c_str()); in LocaleMgr()
100 if (prefixPath) { in LocaleMgr()
110 path = prefixPath; in LocaleMgr()
111 if ((prefixPath[strlen(prefixPath)-1] != '\\') && (prefixPath[strlen(prefixPath)-1] != '/')) in LocaleMgr()
139 if (prefixPath) in LocaleMgr()
140 delete [] prefixPath; in LocaleMgr()
/dports/www/minio-client/mc-RELEASE.2021-12-10T00-14-28Z/cmd/
H A Dlegalhold-set.go93 prefixPath := clnt.GetURL().Path
94 prefixPath = filepath.ToSlash(prefixPath)
95 if !strings.HasSuffix(prefixPath, "/") {
96 prefixPath = prefixPath[:strings.LastIndex(prefixPath, "/")+1]
98 prefixPath = strings.TrimPrefix(prefixPath, "./")
106 key := strings.TrimPrefix(contentURL, prefixPath)
152 key := strings.TrimPrefix(contentURL, prefixPath)
H A Dlegalhold-info.go139 prefixPath := clnt.GetURL().Path
140 prefixPath = filepath.ToSlash(prefixPath)
141 if !strings.HasSuffix(prefixPath, "/") {
142 prefixPath = prefixPath[:strings.LastIndex(prefixPath, "/")+1]
144 prefixPath = strings.TrimPrefix(prefixPath, "./")
152 key := strings.TrimPrefix(contentURL, prefixPath)
199 key := strings.TrimPrefix(contentURL, prefixPath)
H A Dls.go107 prefixPath := clntURL.Path
108 prefixPath = filepath.ToSlash(prefixPath)
109 if !strings.HasSuffix(prefixPath, "/") {
110 prefixPath = prefixPath[:strings.LastIndex(prefixPath, "/")+1]
112 prefixPath = strings.TrimPrefix(prefixPath, "./")
120 c.URL.Path = strings.TrimPrefix(contentURL, prefixPath)
H A Dundo-main.go150 prefixPath := clnt.GetURL().Path
151 prefixPath = filepath.ToSlash(prefixPath)
152 if !strings.HasSuffix(prefixPath, "/") {
153 prefixPath = prefixPath[:strings.LastIndex(prefixPath, "/")+1]
155 prefixPath = strings.TrimPrefix(prefixPath, "./")
166 keyName := strings.TrimPrefix(contentURL, prefixPath)
/dports/www/pear-Horde_Dav/Horde_Dav-1.1.4/lib/Horde/Dav/
H A DPrincipals.php59 * @param string $prefixPath
62 public function getPrincipalsByPrefix($prefixPath) argument
64 if ($prefixPath != 'principals') {
65 throw new DAV\Exception\NotFound('Invalid principal prefix path ' . $prefixPath);
137 * @param string $prefixPath
141 public function searchPrincipals($prefixPath, array $searchProperties) argument
/dports/misc/bibletime/bibletime-2.11.2/src/backend/
H A Dbtinstallthread.cpp121 QString prefixPath = m->config(CSwordModuleInfo::AbsoluteDataPath) + "/"; in removeModule() local
126 if (prefixPath.contains(dataPath)) { in removeModule()
127 prefixPath.remove(prefixPath.indexOf(dataPath), dataPath.length()); in removeModule()
129 prefixPath = QString::fromLatin1(CSwordBackend::instance()->prefixPath); in removeModule()
132 sword::SWMgr mgr(prefixPath.toLatin1()); in removeModule()
/dports/www/owncloud/owncloud/apps/dav/lib/DAV/
H A DSystemPrincipalBackend.php42 * @param string $prefixPath
45 public function getPrincipalsByPrefix($prefixPath) { argument
48 if ($prefixPath === 'principals/system') {
132 * @param string $prefixPath
137 public function searchPrincipals($prefixPath, array $searchProperties, $test = 'allof') { argument
/dports/www/nextcloud/nextcloud/apps-pkg/dav/lib/DAV/
H A DSystemPrincipalBackend.php42 * @param string $prefixPath
45 public function getPrincipalsByPrefix($prefixPath) { argument
48 if ($prefixPath === 'principals/system') {
132 * @param string $prefixPath
137 public function searchPrincipals($prefixPath, array $searchProperties, $test = 'allof') { argument
/dports/math/dune-functions/dune-functions-1882b3ec0a14b211dd077f0d5e6455495e28c35d/dune/functions/functionspacebases/
H A Dsubspacebasis.hh47 SubspaceBasis(const RootBasis& rootBasis, const PrefixPath& prefixPath) : in SubspaceBasis() argument
49 prefixPath_(prefixPath) in SubspaceBasis()
94 const PrefixPath& prefixPath() const in prefixPath() function in Dune::Functions::SubspaceBasis
106 …Basis(const RootBasis& rootBasis, const TypeTree::HybridTreePath<PrefixTreeIndices...>& prefixPath) in subspaceBasis() argument
109 return SubspaceBasis<RootBasis, PrefixPath>{rootBasis, prefixPath}; in subspaceBasis()
/dports/mail/rainloop-community/rainloop-community-php74-1.16.0_1/rainloop/v/1.16.0/app/libraries/SabreForRainLoop/DAVACL/PrincipalBackend/
H A DBackendInterface.php31 * @param string $prefixPath
34 function getPrincipalsByPrefix($prefixPath); argument
120 * @param string $prefixPath
124 function searchPrincipals($prefixPath, array $searchProperties); argument
/dports/mail/rainloop/rainloop-php74-1.16.0_1/rainloop/v/1.16.0/app/libraries/SabreForRainLoop/DAVACL/PrincipalBackend/
H A DBackendInterface.php31 * @param string $prefixPath
34 function getPrincipalsByPrefix($prefixPath); argument
120 * @param string $prefixPath
124 function searchPrincipals($prefixPath, array $searchProperties); argument
/dports/www/pear-Horde_Dav/Horde_Dav-1.1.4/bundle/vendor/sabre/dav/lib/Sabre/DAVACL/PrincipalBackend/
H A DBackendInterface.php31 * @param string $prefixPath
34 function getPrincipalsByPrefix($prefixPath); argument
120 * @param string $prefixPath
124 function searchPrincipals($prefixPath, array $searchProperties); argument
/dports/www/baikal/baikal/vendor/sabre/dav/lib/DAVACL/PrincipalBackend/
H A DBackendInterface.php33 * @param string $prefixPath
37 public function getPrincipalsByPrefix($prefixPath); argument
90 * @param string $prefixPath
95 public function searchPrincipals($prefixPath, array $searchProperties, $test = 'allof'); argument
/dports/www/tikiwiki/tiki-21.2/vendor_bundled/vendor/sabre/dav/lib/DAVACL/PrincipalBackend/
H A DBackendInterface.php33 * @param string $prefixPath
37 public function getPrincipalsByPrefix($prefixPath); argument
90 * @param string $prefixPath
95 public function searchPrincipals($prefixPath, array $searchProperties, $test = 'allof'); argument
/dports/www/owncloud/owncloud/lib/composer/sabre/dav/lib/DAVACL/PrincipalBackend/
H A DBackendInterface.php33 * @param string $prefixPath
37 public function getPrincipalsByPrefix($prefixPath); argument
90 * @param string $prefixPath
95 public function searchPrincipals($prefixPath, array $searchProperties, $test = 'allof'); argument
/dports/www/nextcloud/nextcloud/3rdparty/sabre/dav/lib/DAVACL/PrincipalBackend/
H A DBackendInterface.php33 * @param string $prefixPath
37 public function getPrincipalsByPrefix($prefixPath); argument
90 * @param string $prefixPath
95 public function searchPrincipals($prefixPath, array $searchProperties, $test = 'allof'); argument
/dports/www/sabredav/sabre-dav-3.2.2/lib/DAVACL/PrincipalBackend/
H A DBackendInterface.php31 * @param string $prefixPath
34 function getPrincipalsByPrefix($prefixPath); argument
88 * @param string $prefixPath
93 function searchPrincipals($prefixPath, array $searchProperties, $test = 'allof'); argument
/dports/audio/ampache/ampache-php74-5.0.0/vendor/sabre/dav/lib/DAVACL/PrincipalBackend/
H A DBackendInterface.php31 * @param string $prefixPath
34 function getPrincipalsByPrefix($prefixPath); argument
88 * @param string $prefixPath
93 function searchPrincipals($prefixPath, array $searchProperties, $test = 'allof'); argument
/dports/www/groupoffice/groupoffice-6.4.231-php-71/vendor/sabre/dav/lib/DAVACL/PrincipalBackend/
H A DBackendInterface.php31 * @param string $prefixPath
34 function getPrincipalsByPrefix($prefixPath); argument
88 * @param string $prefixPath
93 function searchPrincipals($prefixPath, array $searchProperties, $test = 'allof'); argument
/dports/www/dolibarr13/dolibarr-13.0.5/htdocs/includes/sabre/sabre/dav/lib/DAVACL/PrincipalBackend/
H A DBackendInterface.php31 * @param string $prefixPath
34 function getPrincipalsByPrefix($prefixPath); argument
88 * @param string $prefixPath
93 function searchPrincipals($prefixPath, array $searchProperties, $test = 'allof'); argument

12345678