Home
last modified time | relevance | path

Searched refs:driver (Results 26 – 50 of 91) sorted by last modified time

1234

/plugin/strata/helper/
H A Dtriples.php54 // construct driver
55 list($driver,$connection) = explode(':',$dsn,2);
56 $driverFile = DOKU_PLUGIN."strata/driver/$driver.php";
58 msg(sprintf($this->getLang('error_triples_nodriver'), $driver), -1);
62 $driverClass = "plugin_strata_driver_$driver";
65 // connect driver
/plugin/dirtylittlehelper/mermaid/editor/docs/
H A Dbundle.js.map1 … then emit all event. an inner/nested event might be\n // the driver of this\n …
H A Deditor.worker.js.map1 … then emit all event. an inner/nested event might be\n // the driver of this\n …
H A Djson.worker.js.map1 … then emit all event. an inner/nested event might be\n // the driver of this\n …
/plugin/adfs/phpsaml/
H A DREADME.md98 * `mcrypt`. Install that library and its php driver if you're going to handle
100 * `gettext`. Install that library and its php driver. It handles translations.
101 * `curl`. Install that library and its php driver if you plan to use the IdP Metadata parser.
/plugin/pdfjs/pdfjs/build/
H A Dpdf.js.map1 …ince it\n // prevents the AnnotationLayer rasterizer in `test/driver.js`\n // …
/plugin/yuriigantt/src/
H A DJsonRequest.php40 protected $driver; variable in dokuwiki\\plugin\\yuriigantt\\src\\JsonRequest
46 * @param DriverInterface $driver
50 public function __construct(DriverInterface $driver, $csrf, $payload) argument
53 $this->driver = $driver;
79 $this->driver->open($this->payload->pageId);
84 $task = $this->driver->addTask(new Task($this->payload->data));
87 $link = $this->driver->addLink(new Link($this->payload->data));
94 $this->driver->deleteTask($this->payload->id);
97 $this->driver->deleteLink($this->payload->id);
104 $this->driver->updateTask(new Task($this->payload->data));
[all …]
/plugin/yuriigantt/
H A DREADME.md62 NOTE! Currently only embedded database driver is supported
75 "dsn": ":embedded:", <-- says parser what database driver was used
/plugin/icons/assets/rpg-awesome/css/
H A Drpg-awesome.min.css5 …""}.ra-maggot:before{content:""}.ra-magnet:before{content:""}.ra-mass-driver:before{content:""…
/plugin/sequencediagram/bower_components/lodash/
H A Dyarn.lock1037 log-driver "1.2.5"
2079 log-driver@1.2.5:
2081 …resolved "https://registry.yarnpkg.com/log-driver/-/log-driver-1.2.5.tgz#7ae4ec257302fd790d557cb10…
/plugin/findologicxmlexport/vendor/jms/metadata/
H A DREADME.md39 $driver = new DriverChain(array(
42 $factory = new MetadataFactory($driver);
H A DCHANGELOG.md67 - Allow to add drivers to a driver chain [\#35](https://github.com/schmittjoh/metadata/pull/35) ([b…
/plugin/findologicxmlexport/vendor/jms/metadata/src/Driver/
H A DDriverChain.php24 public function addDriver(DriverInterface $driver): void argument
26 $this->drivers[] = $driver;
31 foreach ($this->drivers as $driver) {
32 if (null !== $metadata = $driver->loadMetadataForClass($class)) {
46 foreach ($this->drivers as $driver) {
47 if (!$driver instanceof AdvancedDriverInterface) {
52 get_class($driver)
56 $driverClasses = $driver->getAllClassNames();
/plugin/findologicxmlexport/vendor/jms/metadata/src/
H A DMetadataFactory.php16 private $driver; variable in Metadata\\MetadataFactory
48 …public function __construct(DriverInterface $driver, ?string $hierarchyMetadataClass = 'Metadata\C… argument
50 $this->driver = $driver;
107 if (null !== $classMetadata = $this->driver->loadMetadataForClass($class)) {
135 if (!$this->driver instanceof AdvancedDriverInterface) {
137 … sprintf('Driver "%s" must be an instance of "AdvancedDriverInterface".', get_class($this->driver))
141 return $this->driver->getAllClassNames();
/plugin/findologicxmlexport/vendor/jms/metadata/tests/
H A DMetadataFactoryTest.php19 $driver
27 $driver
47 $driver
55 $driver
75 $driver
116 $driver
146 $driver
161 $driver
166 $driver
171 $driver
[all …]
/plugin/findologicxmlexport/vendor/jms/metadata/tests/Driver/
H A DAbstractFileDriverTest.php21 private $driver; variable in Metadata\\Tests\\Driver\\AbstractFileDriverTest
26 $this->driver = $this->getMockBuilder('Metadata\Driver\AbstractFileDriver')
30 …$this->driver->expects($this->any())->method('getExtension')->will($this->returnValue(self::$exten…
42 $this->driver
48 $this->assertSame($metadata, $this->driver->loadMetadataForClass($class));
60 $this->assertSame(null, $this->driver->loadMetadataForClass($class));
72 $this->assertSame(['\stdClass'], $this->driver->getAllClassNames($class));
80 $driver = $this->getMockBuilder('Metadata\Driver\AbstractFileDriver')
85 $driver->getAllClassNames($class);
H A DDriverChainTest.php15 $driver = $this->createMock('Metadata\\Driver\\DriverInterface');
16 $driver
21 $chain = new DriverChain([$driver]);
47 $driver = new DriverChain([]);
48 $this->assertNull($driver->loadMetadataForClass(new \ReflectionClass('\stdClass')));
50 $driver = $this->createMock('Metadata\\Driver\\DriverInterface');
51 $driver
56 $driverChain = new DriverChain([$driver]);
57 $this->assertNull($driver->loadMetadataForClass(new \ReflectionClass('\stdClass')));
63 $driver = $this->createMock('Metadata\\Driver\\DriverInterface');
[all …]
/plugin/findologicxmlexport/vendor/jms/serializer/
H A DCHANGELOG.md59 - Doctrine driver normalizeFieldType method does not handle nulls [\#1020](https://github.com/schmi…
161 - Remove PHP metadata driver [\#686](https://github.com/schmittjoh/serializer/issues/686)
343 - Add support for overriding default annotation driver configuration [\#804](https://github.com/sch…
349 - Added null metadata driver [\#822](https://github.com/schmittjoh/serializer/pull/822) ([goetas](h…
782 - Fix xml-attribute-map for the xml driver [\#595](https://github.com/schmittjoh/serializer/pull/59…
934 - Yaml driver for the parameter xml\_attribute\_map is broken [\#141](https://github.com/schmittjoh…
956 - xml\_attribute\_map fix for the yaml driver [\#142](https://github.com/schmittjoh/serializer/pull…
/plugin/findologicxmlexport/vendor/jms/serializer/src/Builder/
H A DCallbackDriverFactory.php25 $driver = \call_user_func($this->callback, $metadataDirs, $reader);
26 if (!$driver instanceof DriverInterface) {
30 return $driver;
/plugin/findologicxmlexport/vendor/jms/serializer/tests/Metadata/Driver/
H A DNullDriverTest.php15 $driver = new NullDriver();
17 $metadata = $driver->loadMetadataForClass(new \ReflectionClass('stdClass'));
H A DXmlDriverTest.php20 $driver = $this->getDriver();
22 $ref = new \ReflectionMethod($driver, 'loadMetadataFromFile');
24 $ref->invoke($driver, new \ReflectionClass('stdClass'), __DIR__ . '/xml/invalid.xml');
/plugin/findologicxmlexport/vendor/phpunit/php-code-coverage/src/
H A DCodeCoverage.php30 private $driver; variable in SebastianBergmann\\CodeCoverage\\CodeCoverage
133 * @param Driver $driver
138 public function __construct(Driver $driver = null, Filter $filter = null) argument
140 if ($driver === null) {
141 $driver = $this->selectDriver();
148 $this->driver = $driver;
261 $this->driver->start($this->shouldCheckForDeadAndUnused);
291 $data = $this->driver->stop();
1079 $this->driver->start(true);
1088 $coverage = $this->driver->stop();
/plugin/findologicxmlexport/vendor/phpunit/php-code-coverage/
H A DChangeLog-2.2.md24 * Reintroduced the `PHP_CodeCoverage_Driver_HHVM` driver as an extension of `PHP_CodeCoverage_Drive…
40 * Added a driver for PHPDBG (requires PHP 7)
49 * The dedicated driver for HHVM, `PHP_CodeCoverage_Driver_HHVM` has been removed
/plugin/database2/
H A Ddatabase2.php72 private $driver; variable in Database2
469 $this->driver = strtolower( trim( $this->db->getAttribute(
473 if ( strpos( $this->driver, 'mysql' ) !== false )
494 $this->db = $this->driver = null;
3850 else if ( $this->driver == 'mssql' )
3862 $sqldef = ( $this->driver == 'sqlite' ) ? 'real'
4300 if ( $this->driver == 'sqlite' )
/plugin/tuxquote/
H A Dquotes.txt376 In New York, tip the taxicab driver $40 if he does not mention his hemorrhoids. <BR> -- Dave Barry,…
1304 The problem with the designated driver program, is that it's not a desirable job. But if you ever g…
3409 The first bug to hit a clean windshield always lands directly in front of the driver's eyes. <BR> -…

1234