Home
last modified time | relevance | path

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

123456789

/plugin/authgooglesheets/vendor/phpseclib/phpseclib/phpseclib/Crypt/RSA/Formats/Keys/
H A DPKCS1.php53 throw new \UnexpectedValueException('Key should be a string - not a ' . gettype($key));
H A DPKCS8.php79 throw new \UnexpectedValueException('Key should be a string - not a ' . gettype($key));
H A DPSS.php112 throw new \UnexpectedValueException('Key should be a string - not a ' . gettype($key));
H A DRaw.php50 throw new \UnexpectedValueException('Key should be a array - not a ' . gettype($key));
H A DXML.php51 throw new \UnexpectedValueException('Key should be a string - not a ' . gettype($key));
/plugin/authgooglesheets/vendor/symfony/polyfill-php72/
H A DPhp72.php105 …ror('sapi_windows_vt100_support() expects parameter 1 to be resource, '.\gettype($stream).' given'…
137 …trigger_error('stream_isatty() expects parameter 1 to be resource, '.\gettype($stream).' given', \…
/plugin/bookcreator/_test/
H A DGeneralTest.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/botbouncer/lib/
H A Dmollom.php139 $type = gettype($value);
/plugin/bureaucracy-au/_test/
H A Dgeneral.test.php48 …$this->assertEquals(gettype($conf), gettype($meta),'Both ' . DOKU_PLUGIN . 'bureaucracy/conf/defau…
50 if (gettype($conf) != 'NULL' && gettype($meta) != 'NULL') {
/plugin/bureaucracyau/_test/
H A Dgeneral.test.php48 …$this->assertEquals(gettype($conf), gettype($meta),'Both ' . DOKU_PLUGIN . 'bureaucracyau/conf/def…
50 if (gettype($conf) != 'NULL' && gettype($meta) != 'NULL') {
/plugin/captcha/_test/
H A DGeneralTest.php
/plugin/cleanoldips/_test/
H A Dgeneral.test.php53 gettype($conf),
54 gettype($meta),
58 if (gettype($conf) != 'NULL' && gettype($meta) != 'NULL') {
/plugin/clippy/
H A Dsyntax.php21 public function gettype() { function in syntax_plugin_clippy
/plugin/cnmap/_test/
H A Dgeneral.test.php52 gettype($conf),
53 gettype($meta),
57 if (gettype($conf) != 'NULL' && gettype($meta) != 'NULL') {
/plugin/codemirror/dist/modes/
H A Dphp.min.js.map1 …ile is_uploaded_file move_uploaded_file intval floatval doubleval strval gettype settype is_null i…
H A Dvb.min.js.map1 …\", \"event\", \"exit\", \"explicit\", \"false\", \"for\", \"friend\", \"gettype\", \"goto\", \"ha…
/plugin/combo/ComboStrap/
H A DDataType.php206 return gettype($value);
/plugin/combo/vendor/carica/phpcss/src/PhpCss/Ast/Selector/
H A DGroup.php84 is_object($value) ? get_class($value) : gettype($value)
/plugin/combo/vendor/symfony/polyfill-mbstring/
H A DMbstring.php144 trigger_error('mb_decode_numericentity() expects parameter 1 to be string, '.\gettype($s).' given', \E_USER_WARNING);
154 trigger_error('mb_decode_numericentity() expects parameter 3 to be string, '.\gettype($s).' given', \E_USER_WARNING);
204 trigger_error('mb_encode_numericentity() expects parameter 1 to be string, '.\gettype($s).' given', \E_USER_WARNING);
214 trigger_error('mb_encode_numericentity() expects parameter 3 to be string, '.\gettype($s).' given', \E_USER_WARNING);
220 trigger_error('mb_encode_numericentity() expects parameter 4 to be boolean, '.\gettype($s).' given', \E_USER_WARNING);
545 trigger_error('mb_str_split() expects parameter 1 to be string, '.\gettype($string).' given', \E_USER_WARNING);
/plugin/csv/_test/
H A DGeneralTest.php62 gettype($conf),
63 gettype($meta),
/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/davcal/vendor/sabre/dav/lib/DAV/Xml/Element/
H A DProp.php97 $type = gettype($deserializer);
/plugin/davcal/vendor/sabre/dav/tests/Sabre/DAV/Mount/
H A DPluginTest.php50 …rue) . '. xml body: ' . $this->response->body . '. What type we got: ' . gettype($xml) . ' class, …
/plugin/davcal/vendor/sabre/xml/lib/
H A DReader.php238 $type = gettype($deserializer);

123456789