Home
last modified time | relevance | path

Searched defs:fullurl (Results 1 – 25 of 115) sorted by relevance

12345

/dports/www/moodle310/moodle/lib/
H A Dresourcelib.php145 function resourcelib_guess_url_mimetype($fullurl) {
190 function resourcelib_get_extension($fullurl) {
216 function resourcelib_embed_image($fullurl, $title) {
232 function resourcelib_embed_pdf($fullurl, $title, $clicktoopen) {
258 function resourcelib_embed_general($fullurl, $title, $clicktoopen, $mimetype) {
/dports/www/moodle311/moodle/lib/
H A Dresourcelib.php145 function resourcelib_guess_url_mimetype($fullurl) {
190 function resourcelib_get_extension($fullurl) {
216 function resourcelib_embed_image($fullurl, $title) {
232 function resourcelib_embed_pdf($fullurl, $title, $clicktoopen) {
258 function resourcelib_embed_general($fullurl, $title, $clicktoopen, $mimetype) {
/dports/www/moodle39/moodle/lib/
H A Dresourcelib.php145 function resourcelib_guess_url_mimetype($fullurl) {
190 function resourcelib_get_extension($fullurl) {
216 function resourcelib_embed_image($fullurl, $title) {
232 function resourcelib_embed_pdf($fullurl, $title, $clicktoopen) {
258 function resourcelib_embed_general($fullurl, $title, $clicktoopen, $mimetype) {
/dports/devel/osc/osc-0.175.0/tests/
H A Dcommon.py112 def __mock_GET(self, fullurl, **kwargs): argument
156 def urldecorator(method, fullurl, **kwargs): argument
167 def GET(fullurl, **kwargs): argument
170 def PUT(fullurl, **kwargs): argument
173 def POST(fullurl, **kwargs): argument
176 def DELETE(fullurl, **kwargs): argument
/dports/www/dolibarr13/dolibarr-13.0.5/htdocs/admin/tools/
H A Dupdate.php117 $fullurl = '<a href="'.$urldolibarr.'" target="_blank">'.$urldolibarr.'</a>'; variable
124 $fullurl = '<a href="'.DOL_URL_ROOT.'/install/" target="_blank">'.DOL_URL_ROOT.'/install/</a>'; variable
/dports/www/py-mechanize/mechanize-0.4.7/mechanize/
H A D_opener.py170 def open(self, fullurl, data=None, argument
232 def retrieve(self, fullurl, filename=None, reporthook=None, data=None, argument
317 def wrapped_open(urlopen, process_response_object, fullurl, data=None, argument
338 def open(self, fullurl, data=None, argument
340 def bound_open(fullurl, data=None, argument
H A D_useragent.py430 fullurl, argument
435 def bound_open(fullurl, argument
/dports/www/dolibarr/dolibarr-14.0.3/htdocs/admin/tools/
H A Dupdate.php119 $fullurl = '<a href="'.$urldolibarr.'" target="_blank">'.$urldolibarr.'</a>'; variable
126 $fullurl = '<a href="'.DOL_URL_ROOT.'/install/" target="_blank">'.DOL_URL_ROOT.'/install/</a>'; variable
/dports/ftp/multiget/multiget-1.1.3/src/
H A Dmgurlparser.cpp302 bool CUrlParser::GetUserAndPass( const std::string& fullurl, std::string& user, std::string& pass ) in GetUserAndPass()
402 bool CUrlParser::GetServerAndPort( const std::string& fullurl, std::string& server, int& port ) in GetServerAndPort()
638 bool CUrlParser::GetRawUrl( std::string& fullurl, std::string& rawurl ) in GetRawUrl()
705 bool CUrlParser::GetPathFile( std::string& fullurl, std::string& pathfile ) in GetPathFile()
881 std::string& fullurl, std::string user, std::string pass, std::string& rebuild ) in RebuildUrl()
H A Dmgftpinfo.cpp36 std::string fullurl, in CMgFtpInfo()
H A Dproants.cpp59 std::string& fullurl, in GetTask()
/dports/net/aget/aget-0.4.1/
H A Dmain.h7 char *fullurl; variable
/dports/www/e2guardian/e2guardian-5.3.4/src/
H A DUrlRec.hpp11 String fullurl; member
/dports/www/mybb/mybb-mybb_1829/inc/
H A Dfunctions_archive.php18 function archive_header($title="", $fulltitle="", $fullurl="")
/dports/www/moodle310/moodle/mod/resource/
H A Dview.php94 …$fullurl = moodle_url::make_file_url('/pluginfile.php', $path, $displaytype == RESOURCELIB_DISPLAY… variable
/dports/www/moodle311/moodle/mod/resource/
H A Dview.php94 …$fullurl = moodle_url::make_file_url('/pluginfile.php', $path, $displaytype == RESOURCELIB_DISPLAY… variable
/dports/www/moodle39/moodle/mod/resource/
H A Dview.php94 …$fullurl = moodle_url::make_file_url('/pluginfile.php', $path, $displaytype == RESOURCELIB_DISPLAY… variable
/dports/devel/mercurial/mercurial-6.0/tests/
H A Dtest-hgweb-auth.py201 def testauthinfo(fullurl, authurl): argument
/dports/www/moodle310/moodle/mod/url/
H A Dview.php76 $fullurl = str_replace('&amp;', '&', url_get_full_url($url, $cm, $course)); variable
H A Dlocallib.php555 function url_guess_icon($fullurl, $size = null) {
/dports/www/moodle311/moodle/mod/url/
H A Dview.php76 $fullurl = str_replace('&amp;', '&', url_get_full_url($url, $cm, $course)); variable
/dports/www/moodle39/moodle/mod/url/
H A Dview.php76 $fullurl = str_replace('&amp;', '&', url_get_full_url($url, $cm, $course)); variable
/dports/deskutils/virt-manager/virt-manager-3.2.0/virtinst/install/
H A Durlfetcher.py55 def _grabURL(self, filename, fileobj, fullurl=None): argument
144 def acquireFile(self, filename, fullurl=None): argument
344 def acquireFile(self, filename, fullurl=None): argument
/dports/games/gracer/gracer-0.1.5/src/
H A Dcache.tcl259 proc cache::fullurl {link base} { procedure
/dports/audio/ardour6/Ardour-6.8.0/libs/appleutility/CoreAudio/PublicUtility/
H A DCAFilePathUtils.cpp68 …CFURLRef fullurl = CFURLCreateWithFileSystemPath(NULL, cfFullPath, TARGET_OS_WIN32 ? kCFURLWindows… in PosixPathToParentFSRefAndName() local

12345