Home
last modified time | relevance | path

Searched refs:private (Results 51 – 75 of 241) sorted by relevance

12345678910

/plugin/findologicxmlexport/vendor/phpunit/phpunit-mock-objects/tests/MockObject/Generator/
H A Dreturn_type_declarations_object_method.phpt34 private $__phpunit_invocationMocker;
35 private $__phpunit_originalObject;
36 private $__phpunit_configurable = ['bar'];
H A Dreturn_type_declarations_void.phpt31 private $__phpunit_invocationMocker;
32 private $__phpunit_originalObject;
33 private $__phpunit_configurable = ['bar'];
H A Dreturn_type_declarations_self.phpt31 private $__phpunit_invocationMocker;
32 private $__phpunit_originalObject;
33 private $__phpunit_configurable = ['bar'];
H A Dproxy.phpt29 private $__phpunit_invocationMocker;
30 private $__phpunit_originalObject;
31 private $__phpunit_configurable = ['bar', 'baz'];
H A Dclass.phpt33 private $__phpunit_invocationMocker;
34 private $__phpunit_originalObject;
35 private $__phpunit_configurable = ['bar', 'baz'];
H A Dinvocation_object_clone_object.phpt34 private $__phpunit_invocationMocker;
35 private $__phpunit_originalObject;
36 private $__phpunit_configurable = ['bar', 'baz'];
H A Dnamespaced_class.phpt35 private $__phpunit_invocationMocker;
36 private $__phpunit_originalObject;
37 private $__phpunit_configurable = ['bar', 'baz'];
H A Dabstract_class.phpt33 private $__phpunit_invocationMocker;
34 private $__phpunit_originalObject;
35 private $__phpunit_configurable = ['one', 'two', 'three'];
/plugin/findologicxmlexport/vendor/phpunit/phpunit-mock-objects/tests/MockObject/
H A Dclass_with_deprecated_method.phpt33 private $__phpunit_invocationMocker;
34 private $__phpunit_originalObject;
35 private $__phpunit_configurable = ['deprecatedmethod'];
/plugin/bez/mdl/
H A DThread.php15 protected $private, $lock;
30 'private', 'lock',
92 $this->acl->grant('private', BEZ_PERMISSION_CHANGE);
96 //private threads
97 if ($this->model->level < BEZ_AUTH_ADMIN && $this->private == '1') {
115 $this->acl->grant('private', BEZ_PERMISSION_CHANGE);
173 $private = '0';
175 $private = '1';
178 if ($private == $this->private) {
[all...]
/plugin/bez/db/
H A Dupdate0001.sql9 private BOOLEAN NOT NULL DEFAULT 0, -- 0 - public, 1 - private field
143 private BOOLEAN NOT NULL DEFAULT 0, -- 0 - public, 1 - private field
375 thread.private, thread.lock, thread.type,
H A Dupdate0013.sql8 thread.private, thread.lock, thread.type,
H A Dupdate0014.sql6 thread.private, thread.lock, thread.type,
H A Dupdate0011.sql6 thread.private, thread.lock, thread.type,
H A Dupdate0002.sql23 thread.private, thread.lock, thread.type,
/plugin/userhomepage/lang/en/
H A Duserhomepage_private.default3 …* To create a page inside this private space, simply use the standard link syntax __without any na…
/plugin/authgooglesheets/vendor/firebase/php-jwt/
H A DREADME.md132 // Your private key file with passphrase
136 // Create a private key of type "resource"
152 // Get public key from the private key, or pull from from a file.
165 // Public and private keys are expected to be Base64 encoded. The last
310 New Lines in private keys
313 If your private key contains `\n` characters, be sure to wrap it in double quotes `""`
/plugin/jdraw/src/com/mxgraph/examples/swing/
H A DCustomCanvas.java.bak23 private static final long serialVersionUID = -844106998814982739L;
82 private static final long serialVersionUID = 4683716829748931448L;
/plugin/ckgedit/lang/en/
H A Dscayt.txt1 …vertheless this change is being made out of consideration for users with private wikis who may fee…
/plugin/linkbonus/syntax/
H A Dinterwiki.txt29 private $_url_regex = '[a-zA-Z0-9\.]+>[^\|\]]+';
30 private $_features = array ('fetchname','doa','title');
203 private function _resolveInterWiki(&$shortcut,$reference){
/plugin/wysiwyg/fckeditor/
H A Dfckeditor.cfc86 access="private"
150 access="private"
175 access="private"
208 access="private"
/plugin/backlinks2/_test/data/pages/
H A Dbob_ross_says.txt5 …Now we'll take the almighty fan brush. Each highlight must have it's own private shadow. The only …
/plugin/smtp/subtree/php-fig/log/
H A DREADME.md22 private $logger;
/plugin/redproject/
H A DREADME.md41 … e.g. : LDAP authentication. Redproject then will manage rights based on private or public project…
42 * Userview : doesn't manage access rights and display project even if it's in private project.
/plugin/webdav/vendor/psr/log/
H A DREADME.md29 private $logger;

12345678910