Home
last modified time | relevance | path

Searched refs:getWeb (Results 1 – 7 of 7) sorted by relevance

/dports/graphics/mapserver/mapserver-7.6.4/mapscript/java/examples/
H A DMetadata.java23 System.out.println("Web->key1 ? "+map.getWeb().getMetadata().get("key1",null)); in main()
24 System.out.println("Web->key2 ? "+map.getWeb().getMetadata().get("key2",null)); in main()
25 System.out.println("Web->key3 ? "+map.getWeb().getMetadata().get("key3",null)); in main()
26 System.out.println("Web->key4 ? "+map.getWeb().getMetadata().get("key4",null)); in main()
27 System.out.println("Web->key5 ? "+map.getWeb().getMetadata().get("key5",null)); in main()
33 System.out.println("Web->key1 ? "+map.getWeb().getMetadata().get("key1",null)); in main()
H A DRunTimeBuiltWMSClient.java39 web=map.getWeb(); in main()
/dports/www/foswiki/Foswiki-2.1.6/lib/Foswiki/Plugins/EditRowPlugin/
H A DTableRow.pm214 $this->{table}->getWeb() . '.' . $this->{table}->getTopic();
238 $this->{table}->getWeb(),
241 erp_topic => $this->{table}->getWeb() . '.'
H A DTable.pm117 sub getWeb { subroutine
338 my $active_topic = $this->getWeb . '.' . $this->getTopic;
344 $this->getWeb(), $this->getTopic(), 'view',
465 "${prefix}topic" => $this->getWeb . '.' . $this->getTopic,
759 Foswiki::Func::normalizeWebTopicName( $this->getWeb,
/dports/www/orangehrm/orangehrm-4.9/symfony/lib/vendor/google/apiclient-services/src/Google/Service/Digitalassetlinks/
H A DAsset.php49 public function getWeb() function in Google_Service_Digitalassetlinks_Asset
/dports/www/owncloud/owncloud/apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/Digitalassetlinks/
H A DAsset.php49 public function getWeb() function in Google_Service_Digitalassetlinks_Asset
/dports/games/aquaria/Aquaria-OSE-v1.002-22-g84366ad/Aquaria/
H A DScriptInterface.cpp479 Web *getWeb(lua_State *L, int slot = 1) in getWeb() function
1923 MAKE_ROBJ_FUNCS(getWeb, web ) \
2155 Web *w = getWeb(L); in luaFunc()
2168 Web *w = getWeb(L); in luaFunc()
2181 Web *web = getWeb(L); in luaFunc()