Home
last modified time | relevance | path

Searched refs:gettype (Results 151 – 175 of 212) sorted by path

123456789

/plugin/mediasyntax/syntax/
H A Dteletyper.php45 dbglog("entering function ".__FUNCTION__.", mode is $mode, data is $data, data's type is ".gettype($data));
/plugin/navi/_test/
H A DGeneralTest.php62 gettype($conf),
63 gettype($meta),
/plugin/newnamespacepermissions/_test/
H A Dgeneral.test.php48 …$this->assertEquals(gettype($conf), gettype($meta),'Both ' . DOKU_PLUGIN . 'newnamespacepermission…
50 if (gettype($conf) != 'NULL' && gettype($meta) != 'NULL') {
/plugin/offline/inc/
H A Dlog.inc.php17 if (gettype($data) == 'array') {
/plugin/openid/Auth/
H A DOpenID.php269 gettype($arr), E_USER_WARNING);
/plugin/openid/Auth/OpenID/
H A DAssociation.php173 return ((gettype($this) == gettype($other))
/plugin/passpolicy/_test/
H A DGeneralTest.php62 gettype($conf),
63 gettype($meta),
/plugin/photogallery/lib/
H A Darray_column.php45 'array_column() expects parameter 1 to be array, ' . gettype($params[0]) . ' given',
/plugin/photogallery/phpThumb/
H A Dphpthumb.class.php4183 return gettype($var);
/plugin/preventzerowidthchars/_test/
H A Dgeneral.test.php48 …$this->assertEquals(gettype($conf), gettype($meta),'Both ' . DOKU_PLUGIN . 'preventzerowidthchars/…
50 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/pureldap/_test/
H A Dgeneral.test.php
/plugin/pureldap/vendor/freedsx/ldap/src/FreeDSx/Ldap/
H A DLdapServer.php
/plugin/pwaoffline/_test/
H A Dgeneral.test.php52 gettype($conf),
53 gettype($meta),
57 if (gettype($conf) != 'NULL' && gettype($meta) != 'NULL') {
/plugin/quickstats/GEOIP/vendor/geoip2/geoip2/src/Database/
H A DReader.php258 . gettype($record)
/plugin/rating/_test/
H A Dgeneral.test.php47 …$this->assertEquals(gettype($conf), gettype($meta),'Both ' . DOKU_PLUGIN . 'rating/conf/default.ph…
48 if (gettype($conf) != 'NULL' && gettype($meta) != 'NULL') {
/plugin/register/
H A Dregister.php55 if (gettype($data[4]) == "string") {
H A Dsyntax.php231 if (gettype($data) != "array") {
/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/reqlang/_test/
H A DGeneralTest.php62 gettype($conf),
63 gettype($meta),
/plugin/scrape/
H A DHTMLPurifier.standalone.php
H A DphpQuery-onefile.php
/plugin/searchdefaults/_test/
H A Dgeneral.test.php48 …$this->assertEquals(gettype($conf), gettype($meta),'Both ' . DOKU_PLUGIN . 'searchdefaults/conf/de…
50 if (gettype($conf) != 'NULL' && gettype($meta) != 'NULL') {
/plugin/sentry/_test/
H A Dgeneral.test.php52 gettype($conf),
53 gettype($meta),
57 if (gettype($conf) != 'NULL' && gettype($meta) != 'NULL') {
/plugin/shibbolethauth/files/
H A Dshibboleth.class.php188 if (isset($res) && gettype($res) == 'array') {
314 if (isset($res) && gettype($res) == 'array') {

123456789