Home
last modified time | relevance | path

Searched defs:webpath (Results 1 – 21 of 21) sorted by relevance

/dports/www/zenphoto/zenphoto-1.5.9/zp-core/zp-extensions/downloadList/
H A Ddownload_statistics.php21 $webpath = WEBPATH . '/' . ZENFOLDER . '/'; variable
/dports/www/zenphoto/zenphoto-1.5.9/zp-core/utilities/
H A Dreset_albumthumbs.php32 $webpath = WEBPATH . '/' . ZENFOLDER . '/'; variable
H A Duser-data-export.php51 $webpath = WEBPATH . '/' . ZENFOLDER . '/'; variable
H A Dgallery_statistics.php34 $webpath = WEBPATH . '/' . ZENFOLDER . '/'; variable
H A Ddatabase_reference.php31 $webpath = WEBPATH . '/' . ZENFOLDER . '/'; variable
/dports/net/ntpa/ntpa-0.8.2/Ntp.Analyzer/Render/Peer/
H A DBootstrapPeerPageRender.cs29 public BootstrapPeerPageRender(Uri webpath, string title, int refresh) in BootstrapPeerPageRender()
/dports/www/phpgroupware/phpgroupware-0.9.16.017/phpsysinfo/
H A Dconfig.php42 $webpath = "{$GLOBALS['phpgw_info']['server']['webserver_url']}/phpsysinfo"; variable
/dports/www/zenphoto/zenphoto-1.5.9/zp-core/zp-extensions/sitemap-extended/
H A Dsitemap-extended-admin.php24 $webpath = WEBPATH . '/' . ZENFOLDER . '/'; variable
/dports/www/zenphoto/zenphoto-1.5.9/zp-core/zp-extensions/tinymce4/plugins/tinyzenpage/
H A Dzoom.php19 $webpath = substr(FULLWEBPATH,0,$partialpath); variable
/dports/www/zenphoto/zenphoto-1.5.9/zp-core/zp-extensions/
H A DxmpMetadata.php60 */
61 class xmpMetadata {
/dports/www/foswiki/Foswiki-2.1.6/lib/Foswiki/
H A DAddress.pm1244 sub webpath { subroutine
/dports/devel/py-wsme/WSME-0.11.0/wsme/
H A Droot.py77 def __init__(self, protocols=[], webpath='', transaction=None, argument
/dports/sysutils/xorriso/libisoburn-1.5.0/
H A DMakefile.am188 webpath = / macro
/dports/devel/libburn/libburn-1.5.4/
H A DMakefile.am141 webpath = / macro
/dports/www/zenphoto/zenphoto-1.5.9/zp-core/
H A Dtemplate-functions.php560 function getStandardGalleryIndexURL($page = 1, $webpath = null) {
585 function getCustomGalleryIndexURL($page = 1, $webpath = null) {
3660 function getCustomPageURL($page, $q = '', $webpath = null) {
H A Dclass-image.php97 public $webpath; // The full URL path to the original image. variable in Image
H A Dfunctions.php615 function getPlugin($plugin, $inTheme = false, $webpath = false) {
/dports/textproc/pageedit/PageEdit-1.2.0/
H A DGumboInterface.cpp456 GumboNode* GumboInterface::get_node_from_qwebpath(QString webpath) in get_node_from_qwebpath()
/dports/textproc/sigil/Sigil-1.8.0/src/Parsers/
H A DGumboInterface.cpp519 GumboNode* GumboInterface::get_node_from_qwebpath(QString webpath) in get_node_from_qwebpath()
/dports/www/zenphoto/zenphoto-1.5.9/zp-core/setup/
H A Dindex.php1607 $webpath = $_SERVER['SCRIPT_NAME']; variable
/dports/textproc/sigil/Sigil-1.8.0/src/ViewEditors/
H A DCodeViewEditor.cpp2559 QString webpath = ConvertHierarchyToQWebPath(hierarchy); in ConvertHierarchyToCaretMove() local