Home
last modified time | relevance | path

Searched refs:path (Results 1851 – 1875 of 3342) sorted by path

1...<<71727374757677787980>>...134

/plugin/dw2pdf/vendor/mpdf/mpdf/src/Image/
H A DSvg.php351 if ($meetOrSlice == 'slice') { // need to add a clipping path to reference rectangle
358 $s .= ' W n '; // Ends path no-op & Sets the clipping path
365 if ($meetOrSlice == 'slice') { // need to end clipping path
411 } elseif ($element == 'path') {
1560 // fonction retracant les <path />
2158 $path = ' ';
2168 $path .= sprintf('%.3F %.3F %.3F %.3F %.3F %.3F c ', $cpx1 * $this->kp, -$cpy1 * $this->kp, $cpx2 * $this->kp, -$cpy2 * $this->kp, $x2 * $this->kp, -$y2 * $this->kp) . "\n";
2175 return [$path, $bounds]; // mPDF 5.0.040
3635 case 'path'
[all...]
/plugin/dw2pdf/vendor/mpdf/mpdf/src/
H A DMpdf.php693 * @var string The absolute path to the pem file
1842 * path: file path on FS
1851 * 'path' => 'tmp/1234.xml',
2307 $s .= ' W n '; // Ends path no-op & Sets the clipping path
2616 // Set clipping path
4951 $s .= ' h W n '; // Ends path no-op & Sets the clipping path
4990 $s .= ' h W n '; // Ends path n
11406 GetFullPath(& $path, $basepath = '') global() argument
[all...]
/plugin/dw2pdf/vendor/mpdf/mpdf/src/Writer/
H A DMetadataWriter.php289 if (isset($file['path'])) {
290 $fileContent = @file_get_contents($file['path']);
296 throw new \Mpdf\MpdfException(sprintf('Cannot access associated file - %s', $file['path']));
307 if (isset($file['path'])) {
308 $this->writer->write('/Params <</ModDate '.$this->writer->string('D:' . PdfDate::format(filemtime($file['path']))).' >>');
816 $path = explode('/', $ref[0], 3);
817 $branch = isset($path[2]) ? trim($path[2]) : '';
/plugin/dw2pdf/vendor/setasign/fpdi/
H A DREADME.md66 If you have a PSR-4 autoloader implemented, just register the src path as follows:
70 $loader->addNamespace('setasign\Fpdi', 'path/to/src/');
/plugin/dwcommits/
H A DREADME3 It also requires an intial git, the path to which is set in in the Dokuwiki
H A Dhelper.php15 private $path; variable in helper_plugin_dwcommits
30 $this->path = $_REQUEST['dwc__repro'];
33 $this->path = $this->get_conf_repro();
35 $this->default_repro = $this->path;
41 $fname_hash = md5($this->path);
74 $inf_array['git' . $count] = $this->path;
94 $fname_hash = md5($this->path);
173 if(!chdir($this->path)) {
174 if(file_exists($this->path)) {
258 if($this->path != $conf_repro) {
[all …]
/plugin/dwcommits/conf/
H A Ddefault.local.ini.dist22 ; the path to 'lib/plugins/dwcommits/db/' will be prepended to these names
29 ; gits outside dwcommits/db --these require the full path to the git:
30 ;other_gits[] = "/path/to/git"
/plugin/editonlink/
H A Dstyle.css21 …1.84 1.83 3.75 3.75M3 17.25V21h3.75L17.81 9.93l-3.75-3.75L3 17.25z'%3E%3C/path%3E%3C/svg%3E") no-r…
/plugin/edittable/lib/
H A Dhandsontable.full.js2052 len = event.path ? event.path.length : 0;
2055 if (event.path[len].nodeName === componentName) {
2057 } else if (isHotTableSpotted && event.path[len].shadowRoot) {
2058 target = event.path[len];
2063 target = event.path[len];
/plugin/elasticsearch/conf/
H A Delasticsearch.conf.example5 # Configure one file type per line: file extension followed by parser location (full file system path or URL).
/plugin/elasticsearch/vendor/elasticsearch/elasticsearch/.ci/
H A Drun-elasticsearch.sh40 --env path.repo=/tmp
/plugin/elasticsearch/vendor/elasticsearch/elasticsearch/docs/
H A Dconnecting.asciidoc125 host path. The client automatically verifies SSL certificates:
144 bundle. To do this, specify the path to verify:
174 $myCert = 'path/to/cacert.pem';
195 $myCert = 'path/to/cacert.pem';
H A Dconnection-pool.asciidoc51 Note that the implementation is specified via a namespace path to the class.
71 Note that the implementation is specified via a namespace path to the class.
93 Note that the implementation is specified via a namespace path to the class.
113 Note that the implementation is specified via a namespace path to the class.
H A Dcrud.asciidoc145 by requesting a document by its full `index/type/id` path:
249 path:
H A Dhost-config.asciidoc86 'path' => '/elastic',
H A Dlogger.asciidoc40 $logger->pushHandler(new StreamHandler('path/to/your.log', Logger::WARNING));
H A Dper-request-configuration.asciidoc333 'verify' => 'path/to/cacert.pem' //Use a self-signed certificate
H A Dselectors.asciidoc31 Note that the implementation is specified via a namespace path to the class.
67 Note that the implementation is specified via a namespace path to the class.
85 Note that the implementation is specified via a namespace path to the class.
H A Dserializers.asciidoc58 Note that the serializer is configured by specifying a namespace path to the
101 Note that the serializer is configured by specifying a namespace path to the
142 Note that the serializer is configured by specifying a namespace path to the
187 To then use your custom serializer, you can specify the namespace path in the
/plugin/elasticsearch/vendor/elasticsearch/elasticsearch/docs/examples/
H A Dafc29b61c532cf683f749baf013e7bfe.asciidoc11 'path' => 'user_identifier',
/plugin/elasticsearch/vendor/elasticsearch/elasticsearch/src/Elasticsearch/Connections/
H A DConnection.php72 protected $path; variable in Elasticsearch\\Connections\\Connection
178 $path = null;
179 if (isset($hostDetails['path']) === true) {
180 $path = $hostDetails['path'];
185 $this->path = $path;
371 if ($this->path !== null) {
372 $uri = $this->path . $uri;
560 return $this->path;
[all...]
/plugin/elasticsearch/vendor/ezimuel/guzzlestreams/src/
H A DGuzzleStreamWrapper.php54 public function stream_open($path, $mode, $options, &$opened_path) argument
/plugin/elasticsearch/vendor/nyholm/dsn/
H A DREADME.md33 URL, other look like a file path.
222 { scheme:[//]authority[path][?query] | scheme:[//][userinfo]path[?query] | host:port[path][?query] }
233 path:
234 "Normal" URL path according to RFC3986 section 3.3.
/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;
H A DUrl.php34 private $path; variable in Nyholm\\Dsn\\Configuration\\Url
39 public function __construct(?string $scheme, string $host, ?int $port = null, ?string $path = null, array $parameters = [], array $authentication = []) argument
43 $this->path = $path;
82 return $this->path;
88 public function withPath(?string $path) argument
91 $new->path = $path;

1...<<71727374757677787980>>...134