Home
last modified time | relevance | path

Searched refs:self (Results 276 – 300 of 2449) sorted by relevance

1...<<11121314151617181920>>...98

/plugin/findologicxmlexport/vendor/jms/serializer/tests/Metadata/Driver/
H A DDoctrineDriverTest.php29 self::assertNotNull($meta);
36 self::assertEquals(
45 self::assertEquals(
55 self::assertEquals(
71 self::assertEquals(
80 self::assertNull($metadata->propertyMetadata['slug']->type);
97 self::assertEquals($plainMetadata, $doctrineMetadata);
105 self::assertArrayHasKey('id', $first->propertyMetadata);
106 self::assertArrayNotHasKey('iShallNotBeAccessed', $first->propertyMetadata);
112 self::assertNull($doctrineMetadata->propertyMetadata['ref']->type);
[all …]
/plugin/commonmark/vendor/league/commonmark/src/Util/
H A DArrayCollection.php
/plugin/combo/action/
H A Dresend.php24 const FORM_RESEND_PWD_CLASS = "form-" . self::CANONICAL;
54 print IdentityFormsHelper::getHtmlStyleTag(self::CANONICAL);
57 $form->addClass(Identity::FORM_IDENTITY_CLASS . " " . self::FORM_RESEND_PWD_CLASS);
61 $headerHTML = IdentityFormsHelper::getHeaderHTML($form, self::FORM_RESEND_PWD_CLASS);
67 IdentityFormsHelper::toBoostrapInputElements($form, self::FORM_RESEND_PWD_CLASS);
80 print IdentityFormsHelper::getHtmlStyleTag(self::CANONICAL);
87 IdentityFormsHelper::addIdentityClass($class, self::FORM_RESEND_PWD_CLASS);
94 $newFormContent[] = IdentityFormsHelper::getHeaderHTML($form, self::FORM_RESEND_PWD_CLASS);
193 self::updateDokuFormResend($form);
200 self
[all...]
/plugin/pureldap/vendor/freedsx/sasl/src/FreeDSx/Sasl/Security/
H A DDigestMD5SecurityLayer.php121 if (self::MESSAGE_TYPE !== $receivedMsgType) {
143 $mcKc = $isServerMode ? self::KCC_MC : self::KCS_MC;
146 $data = openssl_decrypt($encrypted, self::CIPHERS[$cipher]['cipher'], $key, OPENSSL_NO_PADDING | OPENSSL_RAW_DATA, $iv);
151 if (self::CIPHERS[$cipher]['block_size'] > 1) {
152 $message = $this->removePadding($message, self::CIPHERS[$cipher]['block_size']);
156 $mcKi = $isServerMode ? self::KIC_MC : self::KIS_MC;
180 $mcKc = $isServerMode ? self::KCS_MC : self
[all...]
/plugin/jirainfo/
H A Dscript.js25 var self = {};
27 self.init = function () {
35 self.open = function () {
36 if (self.isOpened(this)) return;
38 self.hide();
50 self.setDisplayNone = function(popup) {
58 self.hide = function () {
64 self.setDisplayNone(popupItems[i]);
73 return self;
189 let self = this;
[all …]
/plugin/findologicxmlexport/vendor/doctrine/instantiator/src/Doctrine/Instantiator/Exception/
H A DInvalidArgumentException.php17 public static function fromNonExistingClass(string $className) : self
20 …return new self(sprintf('The provided type "%s" is an interface, and can not be instantiated', $cl…
24 …return new self(sprintf('The provided type "%s" is a trait, and can not be instantiated', $classNa…
27 return new self(sprintf('The provided class "%s" does not exist', $className));
30 public static function fromAbstractClass(ReflectionClass $reflectionClass) : self
32 return new self(sprintf(
/plugin/structtemplate/syntax/
H A Dinline.php57 $re = '<' . self::TAG . ' +inline\b.*?>\n'
62 . '<\/' . self::TAG . '>'
67 'plugin_' . self::PLUGIN . '_inline' // lexer mode to enter
70 $re = '<' . self::TAG . '\b.*?>\n'
75 . '<\/' . self::TAG . '>'
80 'plugin_' . self::PLUGIN . '_inline' // lexer mode to enter
H A Dblock.php47 $re = '<' . self::TAG . ' +block\b.*?>\n'
52 . '<\/' . self::TAG . '>'
57 'plugin_' . self::PLUGIN . '_block' // lexer mode to enter
60 $re = '<' . strtoupper(self::TAG) . '\b.*?>\n'
65 . '<\/' . strtoupper(self::TAG) . '>'
70 'plugin_' . self::PLUGIN . '_block' // lexer mode to enter
/plugin/findologicxmlexport/vendor/jms/serializer/tests/Serializer/EventDispatcher/Subscriber/
H A DDoctrineProxySubscriberTest.php37 self::assertTrue($obj->__isInitialized());
45 self::assertEquals(['name' => 'FakedName', 'params' => []], $event->getType());
46 self::assertFalse($obj->__isInitialized());
64 self::assertFalse($obj->__isInitialized());
74 self::assertEquals(['name' => 'FakedName', 'params' => []], $event->getType());
75 self::assertFalse($obj->__isInitialized());
90 self::assertFalse($obj->__isInitialized());
95 self::assertTrue($obj->__isInitialized());
110 self::assertTrue($realClassEventTriggered1);
125 self::assertSame(['name' => 'foo', 'params' => ['bar']], $event->getType());
[all …]
/plugin/elasticsearch/vendor/ruflin/elastica/src/Query/
H A DFunctionScore.php58 public function setQuery(AbstractQuery $query): self
78 ): self {
168 ): self {
194 public function addWeightFunction(float $weight, ?AbstractQuery $filter = null): self
214 ): self {
231 public function setBoost(float $boost): self
241 public function setMaxBoost(float $maxBoost): self
253 public function setBoostMode(string $mode = self::BOOST_MODE_MULTIPLY): self
265 public function setRandomScore(?int $seed = null): self
[all...]
H A DBoolQuery.php23 public function addShould($args): self
35 public function addMust($args): self
47 public function addMustNot($args): self
57 public function addFilter(AbstractQuery $filter): self
69 public function setBoost(float $boost): self
81 public function setMinimumShouldMatch($minimum): self
108 protected function _addQuery(string $type, $args): self
/plugin/combo/ComboStrap/
H A DPermalinkTag.php27 $type = self::GENERATED_TYPE;
49 return self::handleError(
55 $fragment = $attributes->getValueAndRemoveIfPresent(self::FRAGMENT_ATTRIBUTE);
57 case self::GENERATED_TYPE:
61 $permanentValue = self::getPermalinkId($requestedPage);
63 return self::handleError(
83 self::addLinkContentInCallStack($callStack, $url);
84 self::closeLinkInCallStack($callStack);
87 case self::NAMED_TYPE:
94 return self
[all...]
H A DHover.php30 if ($attributes->hasComponentAttribute(self::ON_HOVER_ATTRIBUTE)) {
31 $hover = strtolower($attributes->getValueAndRemove(self::ON_HOVER_ATTRIBUTE));
38 if (in_array($hover, self::HOVER_ANIMATIONS)) {
42 self::ON_HOVER_SNIPPET_ID,
90 ->attachCssInternalStyleSheet(self::ON_HOVER_SNIPPET_ID)
94 $attributes->addClassName(self::COMBO_HOVER_EASING_CLASS);
99 $snippetManager->attachJavascriptFromComponentId(self::ON_HOVER_SNIPPET_ID);
/plugin/elwikiupgrade/
H A DVerboseTarLib.class.php20 protected $comptype = self::COMPRESS_AUTO;
33 public function open($file, $comptype = self::COMPRESS_AUTO) {
41 if($this->comptype === self::COMPRESS_GZIP) {
43 } elseif($this->comptype === self::COMPRESS_BZIP) {
223 if($this->comptype === self::COMPRESS_GZIP) {
329 if($this->comptype === self::COMPRESS_GZIP) {
386 if($this->comptype === self::COMPRESS_GZIP) {
425 if($this->comptype === self::COMPRESS_GZIP) {
585 $comptype = self::COMPRESS_GZIP;
587 $comptype = self::COMPRESS_BZIP;
[all …]
/plugin/webdav/vendor/sabre/dav/lib/DAV/Xml/Request/
H A DSyncCollectionReport.php74 $self = new self();
95 $self->properties = $elems['{DAV:}prop'];
96 $self->syncToken = $elems['{DAV:}sync-token'];
105 $self->limit = $nresults;
114 $self->syncLevel = $value;
118 return $self;
/plugin/davcal/vendor/sabre/dav/lib/DAV/Xml/Request/
H A DSyncCollectionReport.php74 $self = new self();
95 $self->properties = $elems['{DAV:}prop'];
96 $self->syncToken = $elems['{DAV:}sync-token'];
105 $self->limit = $nresults;
114 $self->syncLevel = $value;
118 return $self;
/plugin/findologicxmlexport/vendor/jms/serializer/src/
H A DSerializerBuilder.php173 public static function create(...$args): self
215 public function setTypeParser(ParserInterface $parser): self
222 public function setAnnotationReader(Reader $reader): self
229 public function setDebug(bool $bool): self
236 public function setCacheDir(string $dir): self
250 public function addDefaultHandlers(): self
261 public function configureHandlers(\Closure $closure): self
269 public function addDefaultListeners(): self
277 public function configureListeners(\Closure $closure): self
315 public function addDefaultSerializationVisitors(): self
[all …]
/plugin/authgooglesheets/vendor/firebase/php-jwt/src/
H A DJWT.php138 $sig = self::signatureToDER($sig);
343 self::handleJsonError($errno);
368 self::handleJsonError($errno);
456 $len = \min(self::safeStrlen($left), self::safeStrlen($right));
462 $status |= (self::safeStrlen($left) ^ self::safeStrlen($right));
532 return self::encodeDER(
533 self::ASN1_SEQUENCE,
534 self::encodeDER(self::ASN1_INTEGER, $r) .
535 self::encodeDER(self::ASN1_INTEGER, $s)
550 if ($type === self::ASN1_SEQUENCE) {
[all …]
/plugin/combo/ComboStrap/Web/
H A DUrlRewrite.php64 self::pathRewrite($url);
65 self::baseRewrite($url);
96 if ($rewrite !== self::WEB_SERVER_REWRITE) {
106 $url->setPath(self::MEDIA_PREFIX . "/$webUrlPath");
109 if ($rewrite !== self::WEB_SERVER_REWRITE) {
140 case self::WEB_SERVER_REWRITE:
143 if (strpos($do, self::EXPORT_DO_PREFIX) === 0) {
144 $exportFormat = substr($do, strlen(self::EXPORT_DO_PREFIX));
146 $url->setPath(self::EXPORT_PATH_PREFIX . "/$exportFormat/$webUrlPath");
159 case self
[all...]
/plugin/authgooglesheets/vendor/google/apiclient/src/Task/
H A DRunner.php76 '500' => self::TASK_RETRY_ALWAYS,
77 '503' => self::TASK_RETRY_ALWAYS,
78 'rateLimitExceeded' => self::TASK_RETRY_ALWAYS,
79 'userRateLimitExceeded' => self::TASK_RETRY_ALWAYS,
80 6 => self::TASK_RETRY_ALWAYS, // CURLE_COULDNT_RESOLVE_HOST
81 7 => self::TASK_RETRY_ALWAYS, // CURLE_COULDNT_CONNECT
82 28 => self::TASK_RETRY_ALWAYS, // CURLE_OPERATION_TIMEOUTED
83 35 => self::TASK_RETRY_ALWAYS, // CURLE_SSL_CONNECT_ERROR
84 52 => self::TASK_RETRY_ALWAYS, // CURLE_GOT_NOTHING
85 'lighthouseError' => self::TASK_RETRY_NEVER
/plugin/odt/ODT/styles/
H A DODTStyleStyle.php52 if (!isset(self::$get_family_callbacks))
53 self::$get_family_callbacks = array();
54 if (!isset(self::$import_odt_callbacks))
55 self::$import_odt_callbacks = array();
59 self::$get_family_callbacks [] = array($classname, 'getFamily');
60 self::$import_odt_callbacks [] = array($classname, 'importODTStyle');
193 for ($index = 0 ; $index < count(self::$get_family_callbacks) ; $index++ ) {
194 $curr_family = call_user_func(self::$get_family_callbacks [$index]);
196 return call_user_func(self::$import_odt_callbacks [$index], $xmlCode);
240 return self::$style_fields;
/plugin/webdav/vendor/sabre/dav/lib/CalDAV/Xml/Property/
H A DScheduleCalendarTransp.php46 if ($value !== self::TRANSPARENT && $value !== self::OPAQUE) {
86 case self::TRANSPARENT :
89 case self::OPAQUE :
122 $value = self::TRANSPARENT;
124 $value = self::OPAQUE;
126 return new self($value);
/plugin/dwtimeline/syntax/
H A Ddwtimeline.php53 if (!self::$direction) {self::$direction = 'tl-'.$this->getConf('direction');}
54 return self::$direction;
92 $data['align'] = self::$align; // Set Standard Alignment
101 $data['link'] = self::getLink(trim($opttitle[1],' "'));
112 …$data[$opttitle[0]] = self::checkValues(hsc(trim($opttitle[1],' "')),array('horz', 'vert') , self:…
115 if(!self::isValidColor(hsc(trim($opttitle[1],' "')))) { break;}
116 … $data['style'] .= 'background-color:' . self::isValidColor(hsc(trim($opttitle[1],' "'))) . '; ';
/plugin/aichat/Model/OpenAI/
H A DGPT35Turbo.php
/plugin/authgooglesheets/vendor/phpseclib/phpseclib/phpseclib/Net/
H A DSSH2.php2857 self::CHANNEL_EXEC,
2969 self::CHANNEL_SHELL,
3191 self::CHANNEL_SUBSYSTEM,
3335 self::CHANNEL_KEEP_ALIVE,
4320 case self::LOG_SIMPLE:
4324 case self::LOG_COMPLEX:
4336 case self::LOG_REALTIME:
4524 case self::LOG_SIMPLE:
4526 case self::LOG_COMPLEX:
4788 if (self::$crypto_engine) {
[all …]

1...<<11121314151617181920>>...98