Home
last modified time | relevance | path

Searched refs:access (Results 1 – 25 of 1035) sorted by relevance

12345678910>>...42

/plugin/ckgedit/fckeditor/editor/filemanager/connectors/php/
DInput.class.php21 protected $access; variable in Input
32 $this->access = &$_REQUEST;
75 return isset($this->access[$name]);
88 if(isset($this->access[$name])) {
89 unset($this->access[$name]);
109 if(!isset($this->access[$name])) return $default;
110 $value = $this->applyfilter($this->access[$name]);
122 $this->access[$name] = $value;
137 if(!isset($this->access[$name]) || ($nonempty && empty($this->access[$name]))) {
141 return $this->access[$name];
[all …]
/plugin/struct/meta/
H A DAccessDataValidator.php13 protected $access; variable in dokuwiki\\plugin\\struct\\meta\\AccessDataValidator
20 * @param AccessTable $access
23 public function __construct(AccessTable $access, $data) argument
26 $this->access = $access;
51 $access = AccessTable::getPageAccess($table, $pageid);
52 $validation = $access->getValidator($data[$table]);
72 foreach ($this->access->getSchema()->getColumns() as $col) {
86 $olddata = $this->access->getDataArray();
95 return $this->access;
118 $this->access->setTimestamp($ts);
[all …]
/plugin/struct/_test/types/
H A DLookupTest.php35 $access = AccessTable::getGlobalAccess('pageschema');
36 $access->saveData(
44 $access = AccessTable::getGlobalAccess('pageschema');
45 $access->saveData(
53 $access = AccessTable::getGlobalAccess('pageschema');
54 $access->saveData(
67 $access = AccessTable::getGlobalAccess('translation');
68 $access->saveData(
76 $access = AccessTable::getGlobalAccess('translation');
77 $access->saveData(
[all …]
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Script/
DGoogleAppsScriptTypeExecutionApiConfig.php25 public $access; variable in Google\\Service\\Script\\GoogleAppsScriptTypeExecutionApiConfig
30 public function setAccess($access) argument
32 $this->access = $access;
39 return $this->access;
DGoogleAppsScriptTypeWebAppConfig.php25 public $access; variable in Google\\Service\\Script\\GoogleAppsScriptTypeWebAppConfig
34 public function setAccess($access) argument
36 $this->access = $access;
43 return $this->access;
/plugin/struct/_test/
H A DAggregationResultsTest.php229 $access = MockAccessTableAlias::getGlobalAccess('pageschema');
230 $access->saveData(
238 $access = MockAccessTableAlias::getGlobalAccess('pageschema');
239 $access->saveData(
247 $access = MockAccessTableAlias::getGlobalAccess('pageschema');
248 $access->saveData(
261 $access = MockAccessTableAlias::getGlobalAccess('datetime');
262 $access->saveData(['field' => '2023-01-01 12:00']);
263 $access = MockAccessTableAlias::getGlobalAccess('datetime');
264 $access->saveData(['field' => '2023-01-02 00:00']);
[all …]
H A DAccessTableDataDBMultiTest.php114 $access = mock\AccessTable::getPageAccess('testtable', 'testpage');
115 $actual = $access->getDataFromDB();
142 $access = mock\AccessTable::getGlobalAccess('testtable', 1);
143 $actual = $access->getDataFromDB();
H A DStructTest.php77 $access = AccessTable::getPageAccess($table, $page, $rev);
79 $access = AccessTable::getSerialAccess($table, $page);
81 $access = AccessTable::getGlobalAccess($table, $rid);
83 $access->saveData($data);
/plugin/authgooglesheets/vendor/google/apiclient-services/src/PolicyTroubleshooter/
DGoogleCloudPolicytroubleshooterV1TroubleshootIamPolicyResponse.php26 public $access; variable in Google\\Service\\PolicyTroubleshooter\\GoogleCloudPolicytroubleshooterV1TroubleshootIamPolicyResponse
35 public function setAccess($access) argument
37 $this->access = $access;
44 return $this->access;
DGoogleCloudPolicytroubleshooterV1ExplainedPolicy.php26 public $access; variable in Google\\Service\\PolicyTroubleshooter\\GoogleCloudPolicytroubleshooterV1ExplainedPolicy
43 public function setAccess($access) argument
45 $this->access = $access;
52 return $this->access;
DGoogleCloudPolicytroubleshooterV1BindingExplanation.php25 public $access; variable in Google\\Service\\PolicyTroubleshooter\\GoogleCloudPolicytroubleshooterV1BindingExplanation
50 public function setAccess($access) argument
52 $this->access = $access;
59 return $this->access;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/PolicySimulator/
DGoogleCloudPolicysimulatorV1ExplainedPolicy.php26 public $access; variable in Google\\Service\\PolicySimulator\\GoogleCloudPolicysimulatorV1ExplainedPolicy
43 public function setAccess($access) argument
45 $this->access = $access;
52 return $this->access;
DGoogleCloudPolicysimulatorV1BindingExplanation.php25 public $access; variable in Google\\Service\\PolicySimulator\\GoogleCloudPolicysimulatorV1BindingExplanation
50 public function setAccess($access) argument
52 $this->access = $access;
59 return $this->access;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/YouTube/
DVideoMonetizationDetails.php28 public function setAccess(AccessPolicy $access) argument
30 $this->access = $access;
37 return $this->access;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Books/
DBookshelf.php25 public $access; variable in Google\\Service\\Books\\Bookshelf
66 public function setAccess($access) argument
68 $this->access = $access;
75 return $this->access;
/plugin/jcapture/lib/
Djcapture.jarMETA-INF/MANIFEST.MF META-INF/HAMMURAP.SF META-INF/HAMMURAP ...
/plugin/struct/helper/
H A Dlookup.php38 $access = AccessTable::getGlobalAccess($table);
39 if (!$access instanceof AccessTableGlobal) continue;
41 if (!$access->getSchema()->isEditable()) {
45 $validator = $access->getValidator($data);
/plugin/webdav/vendor/sabre/dav/lib/DAV/Sharing/
DPlugin.php291 <option value="no-access">Revoke access</option>
316 if (empty($postVars['access'])) {
323 'no-access' => self::ACCESS_NOACCESS,
326 if (!isset($accessMap[$postVars['access']])) {
327 throw new BadRequest('The "access" POST must be readwrite, read or no-access');
331 'access' => $accessMap[$postVars['access']],
/plugin/swarmwebhook/
Dhelper.php41 $access = AccessTable::byTableName('swarm', 0, 0);
43 $structHelper->saveLookupData($access, $data);
50 if (!$access->getSchema()->isEditable()) {
53 $validator = $access->getValidator($data);
/plugin/struct/action/
H A Daggregationeditor.php110 $access = $this->getAccess($tablename);
111 if (!$access->getSchema()->isEditable()) {
114 $access->clearData();
129 $access = $this->getAccess($tablename);
133 $helper->saveLookupData($access, $data);
137 $this->rid = $access->getRid();
/plugin/wysiwyg/fckeditor/editor/filemanager/connectors/cfm/
DImageObject.cfc88 <cffunction name="init" access="public" output="false" returnType="void">
112 <cffunction name="flipHorizontal" access="public" output="true" returnType="void" hint="Flip an ima…
119 <cffunction name="getImageInfo" access="public" output="true" returntype="struct" hint="Returns ima…
122 <cffunction name="getImageObject" access="public" output="true" returntype="struct" hint="Returns a…
126 <cffunction name="flipVertical" access="public" output="true" returntype="void" hint="Flop an image…
133 <cffunction name="scaleWidth" access="public" output="true" returntype="void" hint="Scale an image …
142 <cffunction name="scaleHeight" access="public" output="true" returntype="void" hint="Scale an image…
150 <cffunction name="resize" access="public" output="true" returntype="void" hint="Resize an image to …
162 <cffunction name="crop" access="public" output="true" returntype="void" hint="Crop an image.">
174 <cffunction name="rotate" access="public" output="true" returntype="void" hint="Rotate an image (+/…
[all …]
/plugin/structtasks/_test/
DCliTest.php101 $access = AccessTable::getPageAccess('valid', $page, time());
102 $access->saveData($data);
152 $access = AccessTable::getPageAccess('valid', $page[0], time());
153 $access->saveData($data);
167 $access = AccessTable::getPageAccess('valid', $page[1], time());
168 $access->saveData($data);
DActionTest.php96 $access = AccessTable::getPageAccess('valid', $page, time());
97 $access->saveData($old_data);
104 $access = AccessTable::getPageAccess('valid', $page, time());
105 $access->saveData($new_data);
/plugin/adminperm/lang/en/
Dintro.txt3 This interface allows you to give access to admin and manager plugins to users and groups without m…
5 …ted list for each of the available plugins. An empty list means the default access checks are used.
7 …* Plugins may not expect that they are run by unprivileged users. Giving access to them may lead t…
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Bigquery/
DDataset.php99 public function setAccess($access) argument
101 $this->access = $access;
108 return $this->access;

12345678910>>...42