| /plugin/ckgedit/fckeditor/editor/filemanager/connectors/php/ |
| D | Input.class.php | 21 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 D | AccessDataValidator.php | 13 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 D | LookupTest.php | 35 $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/ |
| D | GoogleAppsScriptTypeExecutionApiConfig.php | 25 public $access; variable in Google\\Service\\Script\\GoogleAppsScriptTypeExecutionApiConfig 30 public function setAccess($access) argument 32 $this->access = $access; 39 return $this->access;
|
| D | GoogleAppsScriptTypeWebAppConfig.php | 25 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 D | AggregationResultsTest.php | 229 $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 D | AccessTableDataDBMultiTest.php | 114 $access = mock\AccessTable::getPageAccess('testtable', 'testpage'); 115 $actual = $access->getDataFromDB(); 142 $access = mock\AccessTable::getGlobalAccess('testtable', 1); 143 $actual = $access->getDataFromDB();
|
| H A D | StructTest.php | 77 $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/ |
| D | GoogleCloudPolicytroubleshooterV1TroubleshootIamPolicyResponse.php | 26 public $access; variable in Google\\Service\\PolicyTroubleshooter\\GoogleCloudPolicytroubleshooterV1TroubleshootIamPolicyResponse 35 public function setAccess($access) argument 37 $this->access = $access; 44 return $this->access;
|
| D | GoogleCloudPolicytroubleshooterV1ExplainedPolicy.php | 26 public $access; variable in Google\\Service\\PolicyTroubleshooter\\GoogleCloudPolicytroubleshooterV1ExplainedPolicy 43 public function setAccess($access) argument 45 $this->access = $access; 52 return $this->access;
|
| D | GoogleCloudPolicytroubleshooterV1BindingExplanation.php | 25 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/ |
| D | GoogleCloudPolicysimulatorV1ExplainedPolicy.php | 26 public $access; variable in Google\\Service\\PolicySimulator\\GoogleCloudPolicysimulatorV1ExplainedPolicy 43 public function setAccess($access) argument 45 $this->access = $access; 52 return $this->access;
|
| D | GoogleCloudPolicysimulatorV1BindingExplanation.php | 25 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/ |
| D | VideoMonetizationDetails.php | 28 public function setAccess(AccessPolicy $access) argument 30 $this->access = $access; 37 return $this->access;
|
| /plugin/authgooglesheets/vendor/google/apiclient-services/src/Books/ |
| D | Bookshelf.php | 25 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/ |
| D | jcapture.jar | META-INF/MANIFEST.MF
META-INF/HAMMURAP.SF
META-INF/HAMMURAP ... |
| /plugin/struct/helper/ |
| H A D | lookup.php | 38 $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/ |
| D | Plugin.php | 291 <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/ |
| D | helper.php | 41 $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 D | aggregationeditor.php | 110 $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/ |
| D | ImageObject.cfc | 88 <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/ |
| D | CliTest.php | 101 $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);
|
| D | ActionTest.php | 96 $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/ |
| D | intro.txt | 3 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/ |
| D | Dataset.php | 99 public function setAccess($access) argument 101 $this->access = $access; 108 return $this->access;
|