Home
last modified time | relevance | path

Searched refs:gettype (Results 126 – 150 of 212) sorted by path

123456789

/plugin/icalevents/vendor/sabre/xml/lib/Serializer/
H A Dfunctions.php234 …Exception('The writer does not know how to serialize arrays with keys of type: ' . gettype($name));
245 …throw new InvalidArgumentException('The writer cannot serialize values of type: ' . gettype($value…
/plugin/ifauthex/_test/
H A Dgeneral.test.php348 gettype($conf),
349 gettype($meta),
/plugin/imagemapping/_test/
H A Dgeneral.test.php
/plugin/imapmarkers/_test/
H A DGeneralTest.php62 gettype($conf),
63 gettype($meta),
/plugin/imapmarkers/syntax/
H A Dimapmarkers_simple_html_dom.php1254 $debug_object->debug_log(2, 'Invalid type: ', gettype($class));
1266 $debug_object->debug_log(2, 'Invalid type: ', gettype($class));
/plugin/indexmenu/inc/
H A Dpclzip.lib.php503 PclZip::privErrorLog(PCLZIP_ERR_INVALID_PARAMETER, "Invalid variable type '" . gettype($p_filelist) . "' for p_filelist");
1746 PclZip::privErrorLog(PCLZIP_ERR_INVALID_ATTRIBUTE_VALUE, "Invalid type " . gettype($v_value) . ". String expected for attribute '" . PclZipUtilOptionText($v_key) . "'");
1764 PclZip::privErrorLog(PCLZIP_ERR_INVALID_ATTRIBUTE_VALUE, "Invalid type " . gettype($v_value) . ". String expected for attribute '" . PclZipUtilOptionText($v_key) . "'");
1781 PclZip::privErrorLog(PCLZIP_ERR_INVALID_ATTRIBUTE_VALUE, "Invalid type " . gettype($v_value) . ". String expected for attribute '" . PclZipUtilOptionText($v_key) . "'");
/plugin/instantpage/_test/
H A Dgeneral.test.php52 gettype($conf),
53 gettype($meta),
57 if (gettype($conf) != 'NULL' && gettype($meta) != 'NULL') {
/plugin/ipban/_test/
H A Dgeneral.test.php52 gettype($conf),
53 gettype($meta),
57 if (gettype($conf) != 'NULL' && gettype($meta) != 'NULL') {
/plugin/issuelinks/_test/
H A Dgeneral.test.php52 $this->assertEquals(gettype($conf), gettype($meta),
55 if (gettype($conf) != 'NULL' && gettype($meta) != 'NULL') {
/plugin/jplayer/vendor/james-heinrich/getid3/demos/
H A Ddemo.browse.php468 switch (gettype($variable)) {
474 $returnstring .= '<td valign="top">'.gettype($value);
H A Ddemo.mp3header.php41 switch (gettype($variable)) {
46 $returnstring .= '<td valign="top">'.gettype($value);
/plugin/jplayer/vendor/james-heinrich/getid3/getid3/
H A Dmodule.tag.id3v1.php405 if (gettype($track) == 'string') {
415 switch (gettype($genreid)) {
/plugin/jplayer/vendor/mustache/mustache/src/Mustache/
H A DContext.php213 switch (gettype($frame)) {
H A DTemplate.php116 switch (gettype($value)) {
/plugin/jplayer/vendor/symfony/process/Pipes/
H A DAbstractPipes.php110 …ut only scalars and stream resources are supported.', \get_class($this->input), \gettype($input)));
/plugin/jukebox/id3/
H A Dmodule.tag.id3v1.php330 if (gettype($track) == 'string') {
340 switch (gettype($genreid)) {
/plugin/listusergroup/_test/
H A Dgeneral.test.php52 gettype($conf),
53 gettype($meta),
57 if (gettype($conf) != 'NULL' && gettype($meta) != 'NULL') {
/plugin/lms/_test/
H A DGeneralTest.php62 gettype($conf),
63 gettype($meta),
/plugin/mantis/lib/
H A Dclass.nusoap_base.php576 $tt = gettype($v);
H A Dclass.soap_server.php598 …$this->debug("in invoke_method, called method $this->methodname, received data of type ".gettype($…
623 $this->debug('got a(n) '.gettype($this->methodreturn).' from method');
H A Dclass.soapclient.php294 $this->debug('sent message successfully and got a(n) '.gettype($return));
H A Dclass.wsdl.php1357 if ($uqType == 'string' && gettype($value) == 'string') {
1360 if (($uqType == 'long' || $uqType == 'unsignedLong') && gettype($value) == 'double') {
H A Dnusoap.php576 $tt = gettype($v);
4029 …$this->debug("in invoke_method, called method $this->methodname, received data of type ".gettype($…
4054 $this->debug('got a(n) '.gettype($this->methodreturn).' from method');
5869 if ($uqType == 'string' && gettype($value) == 'string') {
5880 if (($uqType == 'long' || $uqType == 'unsignedLong') && gettype($value) == 'double') {
7362 $this->debug('sent message successfully and got a(n) '.gettype($return));
/plugin/mediacacheconfig/_test/
H A Dgeneral.test.php48 …$this->assertEquals(gettype($conf), gettype($meta),'Both ' . DOKU_PLUGIN . 'mediacacheconfig/conf/…
50 if (gettype($conf) != 'NULL' && gettype($meta) != 'NULL') {
/plugin/mediarename/_test/
H A Dgeneral.test.php48 …$this->assertEquals(gettype($conf), gettype($meta),'Both ' . DOKU_PLUGIN . 'mediarename/conf/defau…
50 if (gettype($conf) != 'NULL' && gettype($meta) != 'NULL') {

123456789