Home
last modified time | relevance | path

Searched refs:Instance (Results 51 – 75 of 90) sorted by relevance

1234

/plugin/freechat/phpfreechat/src/commands/
H A Dnick.class.php17 $c =& pfcGlobalConfig::Instance();
18 $u =& pfcUserConfig::Instance();
19 $ct =& pfcContainer::Instance();
H A Dinit.class.php15 $c =& pfcGlobalConfig::Instance();
16 $u =& pfcUserConfig::Instance();
H A Dredirect.class.php17 $c =& pfcGlobalConfig::Instance();
18 $u =& pfcUserConfig::Instance();
H A Dprivmsg.class.php17 $c =& pfcGlobalConfig::Instance();
18 $u =& pfcUserConfig::Instance();
19 $ct =& pfcContainer::Instance();
H A Dwho2.class.php36 $c =& pfcGlobalConfig::Instance();
37 $u =& pfcUserConfig::Instance();
H A Dasknick.class.php15 $c =& pfcGlobalConfig::Instance();
16 $u =& pfcUserConfig::Instance();
H A Dhelp.class.php17 $c =& pfcGlobalConfig::Instance();
18 $u =& pfcUserConfig::Instance();
H A Ddebug.class.php9 $c =& pfcGlobalConfig::Instance();
10 $u =& pfcUserConfig::Instance();
H A Dleave.class.php19 $c =& pfcGlobalConfig::Instance();
20 $u =& pfcUserConfig::Instance();
21 $ct =& pfcContainer::Instance();
H A Dupdate.class.php15 $c =& pfcGlobalConfig::Instance();
16 $u =& pfcUserConfig::Instance();
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Appengine/Resource/
H A DAppsServicesVersionsInstances.php21 use Google\Service\Appengine\Instance; alias
95 * @return Instance
101 return $this->call('get', [$params], Instance::class);
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Games/
H A DApplication.php51 protected $instancesType = Instance::class;
173 * @param Instance[]
180 * @return Instance[]
H A DInstance.php20 class Instance extends \Google\Model class
182 class_alias(Instance::class, 'Google_Service_Games_Instance');
/plugin/freechat/phpfreechat/src/proxies/
H A Dlock.class.php41 $c =& pfcGlobalConfig::Instance();
42 $u =& pfcUserConfig::Instance();
H A Dlog.class.php43 $c =& pfcGlobalConfig::Instance();
44 $u =& pfcUserConfig::Instance();
H A Dcensor.class.php41 $c =& pfcGlobalConfig::Instance();
42 $u =& pfcUserConfig::Instance();
/plugin/freechat/phpfreechat/src/containers/
H A Dmysql.class.php147 if ($c == null) $c =& pfcGlobalConfig::Instance();
158 $c =& pfcGlobalConfig::Instance();
189 $c =& pfcGlobalConfig::Instance();
253 $c =& pfcGlobalConfig::Instance();
287 $c =& pfcGlobalConfig::Instance();
H A Doracle.class.php143 if ($c == null) $c =& pfcGlobalConfig::Instance();
169 $c =& pfcGlobalConfig::Instance();
224 $c =& pfcGlobalConfig::Instance();
300 $c =& pfcGlobalConfig::Instance();
359 $c =& pfcGlobalConfig::Instance();
H A Dfile.class.php101 $c =& pfcGlobalConfig::Instance();
133 $c =& pfcGlobalConfig::Instance();
191 $c =& pfcGlobalConfig::Instance();
244 $c =& pfcGlobalConfig::Instance();
/plugin/authgooglesheets/vendor/google/apiclient-services/src/BigtableAdmin/
H A DInstance.php20 class Instance extends \Google\Model class
134 class_alias(Instance::class, 'Google_Service_BigtableAdmin_Instance');
/plugin/freechat/phpfreechat/src/
H A Dpfccontainer.class.php39 function &Instance($type = 'File', $usememorycache = true) function in pfcContainer
106 $c =& pfcGlobalConfig::Instance();
122 $c =& pfcGlobalConfig::Instance();
150 $c =& pfcGlobalConfig::Instance();
214 $c =& pfcGlobalConfig::Instance();
232 $c =& pfcGlobalConfig::Instance();
282 $c =& pfcGlobalConfig::Instance();
330 $c =& pfcGlobalConfig::Instance();
380 $c =& pfcGlobalConfig::Instance();
413 $c =& pfcGlobalConfig::Instance();
H A Dpfcurlprocessing.php20 $c =& pfcGlobalConfig::Instance();
74 $c =& pfcGlobalConfig::Instance();
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Spanner/Resource/
H A DProjectsInstances.php22 use Google\Service\Spanner\Instance; alias
101 * @return Instance
107 return $this->call('get', [$params], Instance::class);
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Spanner/
H A DInstance.php20 class Instance extends \Google\Collection class
207 class_alias(Instance::class, 'Google_Service_Spanner_Instance');
/plugin/authgooglesheets/vendor/google/apiclient-services/src/AIPlatformNotebooks/Resource/
H A DProjectsLocationsInstances.php21 use Google\Service\AIPlatformNotebooks\Instance; alias
60 * @param Instance $postBody
67 public function create($parent, Instance $postBody, $optParams = [])
93 * @return Instance
99 return $this->call('get', [$params], Instance::class);

1234