Home
last modified time | relevance | path

Searched refs:path (Results 351 – 375 of 2830) sorted by relevance

1...<<11121314151617181920>>...114

/plugin/diagramsnet/lib/img/lib/mscae/
H A DSupport_Requests.svg1path d="M8.2 2.8c-2.4 0-4.3 1.9-4.3 4.3s1.9 4.3 4.3 4.3a4.26 4.26 0 0 0 3.256-1.5H11V8c0-1.25.2-2.…
H A DBatch_TaskVM.svg1path d="M32.4 37.7H18.8c1.6 5.8-.6 6.6-10.2 6.6v3h32.6v-3c-9.5 0-10.4-.8-8.8-6.6" fill="#7a7a7a"/>…
H A DTaskVM.svg1path d="M32.4 37.7H18.8c1.6 5.8-.6 6.6-10.2 6.6v3h32.6v-3c-9.5 0-10.4-.8-8.8-6.6" fill="#7a7a7a"/>…
H A DVM_Images.svg1path d="M31 36H19c1.634 5.768-.386 7-10 7v3h32v-3c-9.614 0-11.636-1.23-10-7z" fill="#7a7a7a"/><pat…
H A DGeneral_Storage.svg1path d="M44 0H6a6 6 0 0 0-6 6v38a6 6 0 0 0 6 6h38a6 6 0 0 0 6-6V6a6 6 0 0 0-6-6z" fill="#3e3e3e"/>…
H A DImage_Definitions.svg1path d="M38 48H0V0h38zM2 45.97L36 46V2L2 2.03z" fill="#3999c6"/><path d="M2 2.03h34v43.94H2z" fill…
H A DVMScale.svg1path d="M-429.3 298.7h-10.4c1.2 4.4-.4 5-7.7 5v2.3h24.9v-2.3c-7.4 0-8.1-.6-6.8-5" fill="#7a7a7a"/>…
H A DToolbox.svg1path d="M0 40.6V12.8c0-1.6 1.3-2.9 2.9-2.9H42c1.6 0 2.9 1.3 2.9 2.9v27.8z" fill="#ba141a"/><path d…
H A DVirtual_Machine.svg1path d="M32.426 36.534H18.83c1.634 5.768-.56 6.595-10.175 6.595v3.02h32.692v-3.02c-9.614 0-10.557-…
/plugin/pdb/classes/
H A Dcache.php58 $path = $dir.'/'.$name;
60 $files[$id] = $path;
96 $path = $this->GetMediaPath($id);
97 if(io_saveFile($path,$text)){
128 if(@file_exists($path)!==false){
129 @touch($path);
145 if(is_file($path))
146 @unlink($path);
179 if(io_saveFile($path,$file)){
180 @chmod($path,$conf['fmode']);
[all …]
/plugin/cache/
H A Dplugin_cache.php65 $path = $dir.'/'.$name;
67 $files[$id] = $path;
103 $path = $this->GetMediaPath($id);
104 if(io_saveFile($path,$text)){
135 if(@file_exists($path)!==false){
136 @touch($path);
152 if(is_file($path))
153 @unlink($path);
186 if(io_saveFile($path,$file)){
187 @chmod($path,$conf['fmode']);
[all …]
/plugin/pubchem/classes/
H A Dcache.php34 * Get media file path
58 $path = $dir.'/'.$name;
60 $files[$id] = $path;
96 $path = $this->GetMediaPath($id);
97 if(io_saveFile($path,$text)){
98 @chmod($path,$conf['fmode']);
127 $path = $this->GetMediaPath($id);
128 if(@file_exists($path)!==false){
129 @touch($path);
144 $path
[all...]
/plugin/pubmed/classes/
H A Dcache.php34 * Get media file path
58 $path = $dir.'/'.$name;
60 $files[$id] = $path;
96 $path = $this->GetMediaPath($id);
97 if(io_saveFile($path,$text)){
98 @chmod($path,$conf['fmode']);
127 $path = $this->GetMediaPath($id);
128 if(@file_exists($path)!==false){
129 @touch($path);
144 $path
[all...]
/plugin/diagramsnet/lib/img/lib/allied_telesis/buildings/
H A DLong_Building.svg1path d="M1.84 26.193c1.46-.63 2.88-.194 3.977.486L54.657.755C53.422-.028 52.612-.1 51.075.097L1.84…
/plugin/webdav/vendor/sabre/dav/lib/DAV/PropertyStorage/
H A DPlugin.php88 $path = $propFind->getPath();
90 if ($pathFilter && !$pathFilter($path)) return;
101 * @param string $path
105 function propPatch($path, PropPatch $propPatch) { argument
108 if ($pathFilter && !$pathFilter($path)) return;
109 $this->backend->propPatch($path, $propPatch);
119 * @param string $path
122 function afterUnbind($path) { argument
125 if ($pathFilter && !$pathFilter($path)) return;
126 $this->backend->delete($path);
/plugin/davcal/vendor/sabre/dav/lib/DAV/PropertyStorage/
H A DPlugin.php83 $path = $propFind->getPath();
85 if ($pathFilter && !$pathFilter($path)) return;
96 * @param string $path
100 function propPatch($path, PropPatch $propPatch) { argument
103 if ($pathFilter && !$pathFilter($path)) return;
104 $this->backend->propPatch($path, $propPatch);
114 * @param string $path
117 function afterUnbind($path) { argument
120 if ($pathFilter && !$pathFilter($path)) return;
121 $this->backend->delete($path);
/plugin/html2pdf/html2pdf/html2ps/
H A Dautofix.url.php13 $path = isset($parts['path']) ? $parts['path'] : '/';
23 $no_graphic_found = preg_match('/[\x00-\x1F\x7F\x80-\xFF]/', $path);
24 $unsafe_found = preg_match('/[ <>\"#{}\|\^~\[\]`]/', $path);
25 $unsafe_percent_found = preg_match('/%[^\dA-F]|%\d[^\dA-F]/i', $path);
26 $reserved_found = preg_match('/;\?:@=&/', $path);
32 $path = join('/', array_map('rawurlencode', explode('/',$path)));
61 $url_fixed .= $path;
/plugin/icalevents/vendor/sabre/uri/lib/
H A Dfunctions.php51 $path = '';
55 $path = $delta['path'];
58 $path = $base['path'];
60 $path = substr($path, 0, strrpos($path, '/'));
62 $path .= '/' . $delta['path'];
65 $path = $base['path'] ?: '/';
68 $pathParts = explode('/', $path);
85 $path = implode('/', $newPathParts);
88 $newParts['path'] = $path;
276 * @param string $path
[all …]
/plugin/webdav/vendor/sabre/uri/lib/
H A Dfunctions.php51 $path = '';
55 $path = $delta['path'];
58 $path = $base['path'];
60 $path = substr($path, 0, strrpos($path, '/'));
62 $path .= '/' . $delta['path'];
65 $path = $base['path'] ?: '/';
68 $pathParts = explode('/', $path);
85 $path = implode('/', $newPathParts);
88 $newParts['path'] = $path;
276 * @param string $path
[all …]
/plugin/icalevents/vendor/squizlabs/php_codesniffer/CodeSniffer/Standards/Generic/Sniffs/VersionControl/
H A DSubversionPropertiesSniff.php78 $path = $phpcsFile->getFileName();
79 $properties = $this->getProperties($path);
132 * @param string $path The path to return Subversion properties on.
138 protected function getProperties($path) argument
143 $paths[] = dirname($path).'/.svn/props/'.basename($path).'.svn-work';
144 $paths[] = dirname($path).'/.svn/prop-base/'.basename($path).'.svn-base';
147 foreach ($paths as $path) {
148 if (file_exists($path) === true) {
151 $handle = fopen($path, 'r');
/plugin/diagramsnet/lib/img/lib/allied_telesis/media_converters/
H A DMedia_Converter_Standalone_POE.svg1path d="M40.02 42.945l34.188-18.147.005 16.915-34.19 18.146z"/><path d="M40.02 42.945l.004 16.914L…
/plugin/elasticsearch/vendor/nyholm/dsn/src/Configuration/
H A DPath.php10 * A "path like" DSN string.
24 private $path; variable in Nyholm\\Dsn\\Configuration\\Path
29 public function __construct(string $scheme, string $path, array $parameters = [], array $authentication = []) argument
31 $this->path = $path;
55 return $this->path;
61 public function withPath(string $path) argument
64 $new->path = $path;
/plugin/davcal/vendor/sabre/dav/lib/DAV/PropertyStorage/Backend/
H A DPDO.php69 * @param string $path
73 function propFind($path, PropFind $propFind) { argument
81 $stmt->execute([$path]);
109 * @param string $path
113 function propPatch($path, PropPatch $propPatch) { argument
115 $propPatch->handleRemaining(function($properties) use ($path) {
134 $deleteStmt->execute([$path, $name]);
153 * @param string $path
156 function delete($path) { argument
160 $path,
[all …]
/plugin/diagramsnet/lib/img/lib/allied_telesis/security/
H A DRouter_VPN.svg1path d="M90.92 44.414L53.744 64.148c.32-.17.522-.565.52-1.136L91.44 43.278c0 .572-.2.966-.52 1.136…
/plugin/authgooglesheets/vendor/google/apiclient-services/src/
H A DDoubleClickBidManager.php69 'path' => 'query',
78 'path' => 'query/{queryId}',
82 'location' => 'path',
88 'path' => 'query/{queryId}',
92 'location' => 'path',
98 'path' => 'queries',
111 'path' => 'query/{queryId}',
115 'location' => 'path',
135 'path' => 'queries/{queryId}/reports',
139 'location' => 'path',

1...<<11121314151617181920>>...114