Home
last modified time | relevance | path

Searched refs:gettype (Results 26 – 50 of 212) sorted by relevance

123456789

/plugin/telleveryone/_test/
H A Dgeneral.test.php52 gettype($conf),
53 gettype($meta),
57 if (gettype($conf) != 'NULL' && gettype($meta) != 'NULL') {
/plugin/htmldetailstag/_test/
H A Dgeneral.test.php52 gettype($conf),
53 gettype($meta),
57 if (gettype($conf) != 'NULL' && gettype($meta) != 'NULL') {
/plugin/database2/_test/
H A Dgeneral.test.php48 …$this->assertEquals(gettype($conf), gettype($meta),'Both ' . DOKU_PLUGIN . 'database2/conf/default…
50 if (gettype($conf) != 'NULL' && gettype($meta) != 'NULL') {
/plugin/top/_test/
H A Dgeneral.test.php47 …$this->assertEquals(gettype($conf), gettype($meta),'Both ' . DOKU_PLUGIN . 'top/conf/default.php a…
48 if (gettype($conf) != 'NULL' && gettype($meta) != 'NULL') {
/plugin/cleanoldips/_test/
H A Dgeneral.test.php53 gettype($conf),
54 gettype($meta),
58 if (gettype($conf) != 'NULL' && gettype($meta) != 'NULL') {
/plugin/relativetimehelper/_test/
H A Dgeneral.test.php48 …$this->assertEquals(gettype($conf), gettype($meta),'Both ' . DOKU_PLUGIN . 'relativetimehelper/con…
50 if (gettype($conf) != 'NULL' && gettype($meta) != 'NULL') {
/plugin/dropfiles/_test/
H A Dgeneral.test.php48 …$this->assertEquals(gettype($conf), gettype($meta),'Both ' . DOKU_PLUGIN . 'dropfiles/conf/default…
50 if (gettype($conf) != 'NULL' && gettype($meta) != 'NULL') {
/plugin/adminperm/_test/
H A Dgeneral.test.php52 gettype($conf),
53 gettype($meta),
57 if (gettype($conf) != 'NULL' && gettype($meta) != 'NULL') {
/plugin/booking/_test/
H A Dgeneral.test.php52 gettype($conf),
53 gettype($meta),
57 if (gettype($conf) != 'NULL' && gettype($meta) != 'NULL') {
/plugin/watchcycle/_test/
H A Dgeneral.test.php52 $this->assertEquals(gettype($conf), gettype($meta),
55 if (gettype($conf) != 'NULL' && gettype($meta) != 'NULL') {
/plugin/pureldap/_test/
H A Dgeneral.test.php
/plugin/instantpage/_test/
H A Dgeneral.test.php52 gettype($conf),
53 gettype($meta),
57 if (gettype($conf) != 'NULL' && gettype($meta) != 'NULL') {
/plugin/archivegenerator/_test/
H A Dgeneral.test.php52 gettype($conf),
53 gettype($meta),
57 if (gettype($conf) != 'NULL' && gettype($meta) != 'NULL') {
/plugin/publish/_test/
H A Dgeneral.test.php48 …$this->assertEquals(gettype($conf), gettype($meta),'Both ' . DOKU_PLUGIN . 'publish/conf/default.p…
50 if (gettype($conf) != 'NULL' && gettype($meta) != 'NULL') {
/plugin/actionrenderer/_test/
H A Dgeneral.test.php52 gettype($conf),
53 gettype($meta),
57 if (gettype($conf) != 'NULL' && gettype($meta) != 'NULL') {
/plugin/structodt/_test/
H A Dgeneral.test.php48 $this->assertEquals(gettype($conf), gettype($meta),'Both ' . DOKU_PLUGIN . 'structodt/conf/default.php and ' . DOKU_PLUGIN . 'structodt/conf/metadata.php have to exist and contain the same keys.');
50 if (gettype($conf) != 'NULL' && gettype($meta) != 'NULL') {
/plugin/imagemapping/_test/
H A Dgeneral.test.php
/plugin/structstatus/_test/
H A Dgeneral.test.php48 …$this->assertEquals(gettype($conf), gettype($meta),'Both ' . DOKU_PLUGIN . 'structstatus/conf/defa…
50 if (gettype($conf) != 'NULL' && gettype($meta) != 'NULL') {
/plugin/structpublish/_test/
H A Dgeneral.test.php52 gettype($conf),
53 gettype($meta),
57 if (gettype($conf) != 'NULL' && gettype($meta) != 'NULL') {
/plugin/webcomponent/_test/
H A Dgeneral.test.php82 gettype($conf),
83 gettype($meta),
87 if (gettype($conf) != 'NULL' && gettype($meta) != 'NULL') {
/plugin/findologicxmlexport/vendor/sebastian/comparator/src/
H A DTypeComparator.php43 if (gettype($expected) != gettype($actual)) {
54 gettype($expected)
/plugin/skilltagicon/_test/
H A Dgeneral.test.php42 if (gettype($conf) != 'NULL' && gettype($meta) != 'NULL') {
/plugin/findologicxmlexport/vendor/phpspec/prophecy/src/Prophecy/Prophecy/
H A DMethodProphecy.php127 gettype($arguments)
154 gettype($promise)
233 gettype($prediction)
311 gettype($prediction)
/plugin/farmsync/_test/
H A Dgeneral.test.php43 if (gettype($conf) != 'NULL' && gettype($meta) != 'NULL') {
/plugin/today/_test/
H A DGeneralTest.php64 gettype($conf),
65 gettype($meta),

123456789