Home
last modified time | relevance | path

Searched refs:gettype (Results 101 – 125 of 212) sorted by last modified time

123456789

/plugin/webdav/vendor/sabre/xml/lib/
H A DReader.php320 $type = gettype($deserializer);
/plugin/webdav/vendor/sabre/dav/lib/DAV/PropertyStorage/Backend/
H A DPDO.php91 if (gettype($row['value']) === 'resource') {
/plugin/webdav/vendor/sabre/event/lib/
H A DPromise.php214 $type = is_object($reason) ? get_class($reason) : gettype($reason);
H A Dcoroutine.php81 $type = is_object($reason) ? get_class($reason) : gettype($reason);
/plugin/structsection/_test/
H A Dgeneral.test.php48 …$this->assertEquals(gettype($conf), gettype($meta),'Both ' . DOKU_PLUGIN . 'structsection/conf/def…
50 if (gettype($conf) != 'NULL' && gettype($meta) != 'NULL') {
/plugin/listusergroup/_test/
H A Dgeneral.test.php52 gettype($conf),
53 gettype($meta),
57 if (gettype($conf) != 'NULL' && gettype($meta) != 'NULL') {
/plugin/elwikiupgrade/_test/
H A Dgeneral.test.php52 gettype($conf),
53 gettype($meta),
57 if (gettype($conf) != 'NULL' && gettype($meta) != 'NULL') {
/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/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/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/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/accscounter/syntax/
H A Dcounter.php362 if (gettype($counter) == "string") {
/plugin/vimeo/_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/filelisting/_test/
H A Dgeneral.test.php48 $this->assertEquals(gettype($conf), gettype($meta),'Both ' . DOKU_PLUGIN . 'filelisting/conf/default.php and ' . DOKU_PLUGIN . 'filelisting/conf/metadata.php have to exist and contain the same keys.');
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/sentry/_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/telleveryone/_test/
H A Dgeneral.test.php52 gettype($conf),
53 gettype($meta),
57 if (gettype($conf) != 'NULL' && gettype($meta) != 'NULL') {
/plugin/syntaxhighlighter4/dist/
H A Dsyntaxhighlighter.js.map1 …ndmax getrusage getservbyname getservbyport gettext ' +\n 'gettimeofday gettype glob gmdate gmmkt…
/plugin/yuriigantt/_test/
H A Dgeneral.test.php71 gettype($conf),
72 gettype($meta),
76 if (gettype($conf) != 'NULL' && gettype($meta) != 'NULL') {

123456789