Home
last modified time | relevance | path

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

12345678910>>...35

/plugin/ckgedit/fckeditor/editor/filemanager/connectors/php/
H A DInput.class.php21 protected $access; variable in Input
32 $this->access = &$_REQUEST;
122 $this->access[$name] = $value;
137 if(!isset($this->access[$name]) || ($nonempty && empty($this->access[$name]))) {
141 return $this->access[$name];
276 protected $access; variable in PostInput
282 $this->access = &$_POST;
301 protected $access; variable in GetInput
307 $this->access = &$_GET;
326 protected $access; variable in ServerInput
[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;
[all...]
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Script/
H A DGoogleAppsScriptTypeExecutionApiConfig.php25 public $access; variable in Google\\Service\\Script\\GoogleAppsScriptTypeExecutionApiConfig
30 public function setAccess($access) argument
32 $this->access = $access;
39 return $this->access;
H A 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/authgooglesheets/vendor/google/apiclient-services/src/PolicyTroubleshooter/
H A DGoogleCloudPolicytroubleshooterV1TroubleshootIamPolicyResponse.php26 public $access; variable in Google\\Service\\PolicyTroubleshooter\\GoogleCloudPolicytroubleshooterV1TroubleshootIamPolicyResponse
35 public function setAccess($access) argument
37 $this->access = $access;
44 return $this->access;
H A DGoogleCloudPolicytroubleshooterV1ExplainedPolicy.php26 public $access; variable in Google\\Service\\PolicyTroubleshooter\\GoogleCloudPolicytroubleshooterV1ExplainedPolicy
43 public function setAccess($access) argument
45 $this->access = $access;
52 return $this->access;
H A 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/
H A DGoogleCloudPolicysimulatorV1ExplainedPolicy.php26 public $access; variable in Google\\Service\\PolicySimulator\\GoogleCloudPolicysimulatorV1ExplainedPolicy
43 public function setAccess($access) argument
45 $this->access = $access;
52 return $this->access;
H A 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/
H A DVideoMonetizationDetails.php28 public function setAccess(AccessPolicy $access) argument
30 $this->access = $access;
37 return $this->access;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Books/
H A 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/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/jcapture/lib/
H A Djcapture.jarMETA-INF/MANIFEST.MF META-INF/HAMMURAP.SF META-INF/HAMMURAP ...
/plugin/webdav/vendor/sabre/dav/lib/DAV/Sharing/
H A 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/
H A 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/
H A 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…
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 …
162 <cffunction name="crop" access="public" output="true" returntype="void" hint="Crop an image.">
183 <cffunction name="setOption" access="public" output="true" returnType="void" hint="Sets values for …
226 <cffunction name="addText" access="public" output="true" returntype="void" hint="Add text to an ima…
238 <cffunction name="watermark" access="public" output="false" returnType="void">
258 <cffunction name="save" access="public" output="false" returnType="void">
[all …]
/plugin/structtasks/_test/
H A 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);
H A 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);
/plugin/adminperm/lang/en/
H A 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/
H A DDataset.php99 public function setAccess($access) argument
101 $this->access = $access;
108 return $this->access;
/plugin/struct/
H A Dhelper.php123 * @param AccessTable $access the table into which to save the data
126 public function saveLookupData(AccessTable $access, $data)
128 if (!$access->getSchema()->isEditable()) {
131 $validator = $access->getValidator($data);
125 saveLookupData(AccessTable $access, $data) global() argument
/plugin/webdav/vendor/sabre/dav/lib/DAV/Xml/Element/
H A DSharee.php63 public $access; variable in Sabre\\DAV\\Xml\\Element\\Sharee
127 '{DAV:}share-access' => new ShareAccess($this->access),
194 $sharee->access = $elems['share-access']->getValue();
/plugin/htmlokay/
H A Dplugin.info.txt6 desc Restricts HTML access to designated users and groups at one of four access levels.
/plugin/structstatus/
H A Dsyntax.php95 $access = \dokuwiki\plugin\struct\meta\AccessTable::getPageAccess($table, $id);
96 $schema = $access->getSchema();
112 $rids = (array) $access->getDataColumn($col)->getRawValue();

12345678910>>...35