Home
last modified time | relevance | path

Searched refs:gettype (Results 176 – 200 of 212) sorted by last modified time

123456789

/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/fetchmedia/_test/
H A Dgeneral.test.php48 …$this->assertEquals(gettype($conf), gettype($meta),'Both ' . DOKU_PLUGIN . 'fetchmedia/conf/defaul…
50 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/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/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/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') {
/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/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/icalevents/vendor/sabre/xml/lib/
H A DReader.php320 $type = gettype($deserializer);
/plugin/eventum/XML/
H A DRPC.php1980 $type = gettype($php_val);
/plugin/skilltagicon/_test/
H A Dgeneral.test.php42 if (gettype($conf) != 'NULL' && gettype($meta) != 'NULL') {
/plugin/scrape/
H A DHTMLPurifier.standalone.php
H A DphpQuery-onefile.php
/plugin/jukebox/id3/
H A Dmodule.tag.id3v1.php330 if (gettype($track) == 'string') {
340 switch (gettype($genreid)) {
/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/freechat/phpfreechat/src/
H A Dpfctools.php495 gettype($quote_style) . ' given', E_USER_WARNING);
/plugin/freechat/phpfreechat/lib/pear/PHPUnit/
H A DAssert.php376 gettype($actual),
/plugin/freechat/phpfreechat/lib/json/
H A DJSON.php239 switch (gettype($var)) {
421 : new Services_JSON_Error(gettype($var)." can not be encoded as JSON string");
/plugin/mediasyntax/syntax/
H A Dteletyper.php45 dbglog("entering function ".__FUNCTION__.", mode is $mode, data is $data, data's type is ".gettype($data));
/plugin/clippy/
H A Dsyntax.php21 public function gettype() { function in syntax_plugin_clippy
/plugin/botbouncer/lib/
H A Dmollom.php139 $type = gettype($value);
/plugin/html2pdf/html2pdf/html2ps/classes/org/active-link/xml/
H A DXML.php145 …if(gettype($this->nodes[$arrKeys[$index]]) == "object" && strtolower(get_class($this->nodes[$arrKe…
157 …if(gettype($this->nodes[$arrKeys[$index]]) == "object" && strtolower(get_class($this->nodes[$arrKe…
188 …if(gettype($this->nodes[$arrKeys[$index]]) == "object" && strtolower(get_class($this->nodes[$arrKe…
196 …if(gettype($this->nodes[$arrKeys[$index]]) == "object" && strtolower(get_class($this->nodes[$arrKe…
286 if(gettype($node) == "object") {
314 if(gettype($node) == "object") {
450 …if(gettype($referencedBranches[$i]->nodes[$arrKeys[$index]]) == "object" && strtolower(get_class($…
H A DXMLDocument.php167 if(gettype($xml) == "object" && strtolower(get_class($xml)) == "xml") {
/plugin/mantis/lib/
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.wsdl.php1357 if ($uqType == 'string' && gettype($value) == 'string') {
1360 if (($uqType == 'long' || $uqType == 'unsignedLong') && gettype($value) == 'double') {

123456789