Home
last modified time | relevance | path

Searched defs:urlscheme (Results 1 – 8 of 8) sorted by relevance

/dports/www/moodle310/moodle/admin/tool/mobile/
H A Dlaunch.php33 $urlscheme = optional_param('urlscheme', 'moodlemobile', PARAM_NOTAGS); // The URL scheme t… variable
103 $urlscheme = $forcedurlscheme; variable
/dports/www/moodle311/moodle/admin/tool/mobile/
H A Dlaunch.php33 $urlscheme = optional_param('urlscheme', 'moodlemobile', PARAM_NOTAGS); // The URL scheme t… variable
103 $urlscheme = $forcedurlscheme; variable
/dports/www/moodle39/moodle/admin/tool/mobile/
H A Dlaunch.php33 $urlscheme = optional_param('urlscheme', 'moodlemobile', PARAM_NOTAGS); // The URL scheme t… variable
103 $urlscheme = $forcedurlscheme; variable
/dports/sysutils/ansible2/ansible-2.9.27/test/units/plugins/lookup/
H A Dtest_laps_password.py59 def __init__(self, ldapUrl=None, urlscheme='ldap', hostport='', **kwargs): argument
/dports/sysutils/ansible/ansible-4.7.0/ansible_collections/community/windows/tests/unit/plugins/lookup/
H A Dtest_laps_password.py59 def __init__(self, ldapUrl=None, urlscheme='ldap', hostport='', **kwargs): argument
/dports/devel/mercurial/mercurial-6.0/mercurial/hgweb/
H A Drequest.py102 urlscheme = attr.ib() variable in parsedrequest
/dports/net/py-ldap/python-ldap-3.4.0/Lib/
H A Dldapurl.py228 urlscheme='ldap', argument
/dports/graphics/klatexformula/klatexformula-4.0.0/src/
H A Dklflib.cpp1181 KLFLibEngineFactory *KLFLibEngineFactory::findFactoryFor(const QString& urlscheme) in findFactoryFor()