Home
last modified time | relevance | path

Searched refs:getGoogleQuery (Results 1 – 3 of 3) sorted by relevance

/dokuwiki/_test/tests/inc/
H A Dcommon_getGoogleQuery.test.php21 $this->assertEquals('', getGoogleQuery());
35 $this->assertEquals(array('what', 's', 'my', 'referer'), getGoogleQuery());
/dokuwiki/
H A Ddoku.php51 if (empty($HIGH)) $HIGH = getGoogleQuery();
/dokuwiki/inc/
H A Dcommon.php1356 function getGoogleQuery() function