Home
last modified time | relevance | path

Searched refs:self (Results 201 – 225 of 2449) sorted by relevance

12345678910>>...98

/plugin/combo/ComboStrap/
H A DFontSize.php11 const CANONICAL = self::FONT_SIZE;
38 if ($tagAttributes->hasComponentAttribute(self::FONT_SIZE)) {
39 $value = $tagAttributes->getValueAndRemove(self::FONT_SIZE);
41 if (key_exists($value, self::SCALE_TO_HEADING_NUMBER)){
42 $headingValue = self::SCALE_TO_HEADING_NUMBER[$value];
45 LogUtility::msg("The font-size scale value ($value) is not between 1 and 6.",LogUtility::LVL_MSG_ERROR,self::CANONICAL);
49 if (key_exists($value, self::HEADING_NUMBER)){
50 $headingValue = self::HEADING_NUMBER[$value];
H A DBootstrap.php20 const TAG = self::CANONICAL;
22 public const VERSION_501 = self::DEFAULT_MAJOR . ".0.1";
24 public const DEFAULT_BOOTSTRAP_5_VERSION = self::VERSION_501;
25 public const DEFAULT_BOOTSTRAP_STYLESHEET_4_VERSION = self::DEFAULT_BOOTSTRAP_4_VERSION . " - " . self::DEFAULT_STYLESHEET_NAME;
26 public const DEFAULT_BOOTSTRAP_STYLESHEET_5_VERSION = self::DEFAULT_BOOTSTRAP_5_VERSION . " - " . self::DEFAULT_STYLESHEET_NAME;
45 $this->version = self::DEFAULT_BOOTSTRAP_4_VERSION;
48 $this->version = self::DEFAULT_BOOTSTRAP_5_VERSION;
58 $this->styleSheetName = self
[all...]
/plugin/findologicxmlexport/vendor/doctrine/annotations/lib/Doctrine/Common/Annotations/
H A DAnnotationException.php42 return new self('[Syntax Error] ' . $message);
54 return new self('[Semantical Error] ' . $message);
69 return new self('[Creation Error] ' . $message);
83 return new self('[Type Error] ' . $message);
98 return self::semanticalError(sprintf(
120 return self::typeError(sprintf(
144 return self::typeError(sprintf(
168 return new self(sprintf(
183 return new self(
193 return new self(
/plugin/elasticsearch/vendor/ruflin/elastica/src/Bulk/
H A DAction.php20 self::OP_TYPE_CREATE,
21 self::OP_TYPE_INDEX,
22 self::OP_TYPE_DELETE,
23 self::OP_TYPE_UPDATE,
41 public function __construct(string $opType = self::OP_TYPE_INDEX, array $metadata = [], array $source = [])
75 public function setOpType(string $type): self
90 public function setMetadata(array $metadata): self
112 public function setSource($source): self
137 public function setIndex($index): self
150 public function setId(string $id): self
[all...]
/plugin/authgooglesheets/vendor/phpseclib/phpseclib/phpseclib/Crypt/EC/Formats/Keys/
H A DOpenSSH.php75 $curve = self::loadCurveByParam(['namedCurve' => $curveName]);
80 'QA' => self::extractPoint("\0$publicKey", $curve),
91 $qa = self::extractPoint($parsed['publicKey'], $curve);
97 $qa = self::extractPoint("\0" . $publicKey, $curve);
114 self::initialize_static_variables();
119 $oid = self::$curveOIDs[$name];
120 $aliases = array_filter(self::$curveOIDs, function ($v) use ($oid) {
126 if (in_array('ecdsa-sha2-' . $aliases[$i], self::$types)) {
163 $alias = self::getAlias($curve);
168 if (isset($options['binary']) ? $options['binary'] : self::$binary) {
[all …]
/plugin/webdav/vendor/sabre/event/lib/
H A DPromise.php45 public $state = self::PENDING;
97 $subPromise = new self();
100 case self::PENDING :
105 case self::FULFILLED :
110 case self::REJECTED :
142 if ($this->state !== self::PENDING) {
145 $this->state = self::FULFILLED;
162 if ($this->state !== self::PENDING) {
165 $this->state = self::REJECTED;
190 while ($this->state === self::PENDING) {
[all …]
/plugin/combo/syntax/
H A Dnote.php90 $pattern = XmlTagProcessing::getContainerTagPattern(self::TAG);
98 $this->Lexer->addExitPattern('</' . self::TAG . '>', PluginUtility::getModeFromTag($this->getPluginComponent()));
108 $defaultAttributes = array(TagAttributes::TYPE_KEY => self::INFO_TYPE);
109 $knwonTypes = [self::INFO_TYPE, self::TIP_TYPE, self::IMPORTANT_TYPE, self::WARNING_TYPE];
117 return PluginUtility::handleAndReturnUnmatchedData(self::TAG, $match, $handler);
154 PluginUtility::getSnippetManager()->attachCssInternalStyleSheet(self::TAG);
155 $attributes = TagAttributes::createFromCallStackArray($data[PluginUtility::ATTRIBUTES], self
[all...]
H A Dlabel.php69 $this->Lexer->addEntryPattern(XmlTagProcessing::getContainerTagPattern(self::TAG), $mode, PluginUtility::getModeFromTag($this->getPluginComponent()));
74 $this->Lexer->addExitPattern('</' . self::TAG . '>', PluginUtility::getModeFromTag($this->getPluginComponent()));
95 $tagAttributes[self::HEADING_ID] = "heading" . ucfirst($id);
96 $tagAttributes[self::TARGET_ID] = "collapse" . ucfirst($id);
98 if (!key_exists(self::COLLAPSED, $parentAttribute)) {
100 $tagAttributes[self::COLLAPSED] = "true";
102 $tagAttributes[self::COLLAPSED] = $parentAttribute[self::COLLAPSED];
111 LogUtility::log2FrontEnd("The label is included in the $grandFatherName component and this is unexpected", LogUtility::LVL_MSG_WARNING, self::TAG);
130 return PluginUtility::handleAndReturnUnmatchedData(self
[all...]
/plugin/move/helper/
H A Dplan.php211 $this->addMove($src, $dst, self::CLASS_DOC, self::TYPE_PAGES);
221 $this->addMove($src, $dst, self::CLASS_DOC, self::TYPE_MEDIA);
231 $this->addMove($src, $dst, self::CLASS_NS, self::TYPE_PAGES);
241 $this->addMove($src, $dst, self::CLASS_NS, self::TYPE_MEDIA);
253 protected function addMove($src, $dst, $class = self::CLASS_NS, $type = self::TYPE_PAGES) {
572 if($type != self::TYPE_PAGES && $type != self::TYPE_MEDIA) {
731 if($class == self::CLASS_NS) {
882 if($a['class'] == self::CLASS_DOC && $b['class'] == self::CLASS_NS) {
885 if($a['class'] == self::CLASS_NS && $b['class'] == self::CLASS_DOC) {
890 if($a['type'] == self::TYPE_PAGES && $b['type'] == self::TYPE_MEDIA) {
[all …]
/plugin/dw2pdf/vendor/mpdf/mpdf/src/
H A DUcdn.php121 $index = self::$index0[$code >> (8)] << 5;
123 $index = self::$index1[$index + $offset] << 3;
125 $index = self::$index2[$index + $offset];
127 return self::$ucd_records[$index];
132 $ucd_record = self::get_ucd_record($code);
138 $ucd_record = self::get_ucd_record($code);
144 $ucd_record = self::get_ucd_record($code);
150 $ucd_record = self::get_ucd_record($code);
156 $ucd_record = self::get_ucd_record($code);
162 $ucd_record = self
[all...]
/plugin/404manager/
H A Daction.php177 case self::NOTHING:
181 case self::GO_TO_NS_START_PAGE:
197 case self::GO_TO_BEST_PAGE_NAME:
222 case self::GO_TO_BEST_NAMESPACE:
234 case self::GO_TO_SEARCH_ENGINE:
277 case self::REDIRECT_SOURCE_START_PAGE:
287 case self::REDIRECT_SOURCE_BEST_NAMESPACE:
292 case self::REDIRECT_SEARCH_ENGINE:
463 self::QUERY_STRING_ORIGIN_PAGE => $ID,
653 self::QUERY_STRING_ORIGIN_PAGE => $ID,
[all …]
/plugin/findologicxmlexport/vendor/phpunit/phpunit/tests/Framework/
H A DSuiteTest.php39 $suite->addTest(new self('testAddTestSuite'));
40 $suite->addTest(new self('testInheritedTests'));
41 $suite->addTest(new self('testNoTestCases'));
42 $suite->addTest(new self('testNoTestCaseClass'));
44 $suite->addTest(new self('testNotPublicTestCase'));
45 $suite->addTest(new self('testNotVoidTestCase'));
46 $suite->addTest(new self('testOneTestCase'));
47 $suite->addTest(new self('testShadowedTests'));
50 $suite->addTest(new self('testBeforeAnnotation'));
51 $suite->addTest(new self('testTestWithAnnotation'));
[all …]
/plugin/webdav/vendor/sabre/dav/lib/DAVACL/Xml/Request/
H A DPrincipalPropertySearchReport.php79 $self = new self();
82 $self->test = 'allof';
84 $self->test = 'anyof';
97 $self->properties = array_keys($elem['value']);
109 $self->searchProperties[$propName] = $elem['value']['{DAV:}match'];
113 $self->applyToPrincipalCollectionSet = true;
123 return $self;
/plugin/davcal/vendor/sabre/dav/lib/DAVACL/Xml/Request/
H A DPrincipalPropertySearchReport.php79 $self = new self();
82 $self->test = 'allof';
84 $self->test = 'anyof';
97 $self->properties = array_keys($elem['value']);
109 $self->searchProperties[$propName] = $elem['value']['{DAV:}match'];
113 $self->applyToPrincipalCollectionSet = true;
123 return $self;
/plugin/pureldap/vendor/freedsx/asn1/src/FreeDSx/Asn1/Type/
H A DUtcTimeType.php42 protected $tagNumber = self::TAG_TYPE_UTC_TIME;
48 self::FORMAT_SECONDS,
49 self::FORMAT_MINUTES,
56 self::TZ_UTC,
57 self::TZ_DIFF,
63 public function __construct(?DateTimeInterface $dateTime = null, string $dateFormat = self::FORMAT_SECONDS, string $tzFormat = self::TZ_UTC)
/plugin/findologicxmlexport/vendor/symfony/polyfill-ctype/
H A DCtype.php34 $text = self::convert_int_to_char_for_ctype($text);
50 $text = self::convert_int_to_char_for_ctype($text);
66 $text = self::convert_int_to_char_for_ctype($text);
82 $text = self::convert_int_to_char_for_ctype($text);
98 $text = self::convert_int_to_char_for_ctype($text);
114 $text = self::convert_int_to_char_for_ctype($text);
130 $text = self::convert_int_to_char_for_ctype($text);
146 $text = self::convert_int_to_char_for_ctype($text);
162 $text = self::convert_int_to_char_for_ctype($text);
178 $text = self::convert_int_to_char_for_ctype($text);
[all …]
/plugin/mdpage/vendor/symfony/polyfill-ctype/
H A DCtype.php34 $text = self::convert_int_to_char_for_ctype($text);
50 $text = self::convert_int_to_char_for_ctype($text);
66 $text = self::convert_int_to_char_for_ctype($text);
82 $text = self::convert_int_to_char_for_ctype($text);
98 $text = self::convert_int_to_char_for_ctype($text);
114 $text = self::convert_int_to_char_for_ctype($text);
130 $text = self::convert_int_to_char_for_ctype($text);
146 $text = self::convert_int_to_char_for_ctype($text);
162 $text = self::convert_int_to_char_for_ctype($text);
178 $text = self::convert_int_to_char_for_ctype($text);
[all …]
/plugin/fblogin/lib/
H A Dfacebook.php65 self::isAllowedDomain($this->getHttpHost(), $data['domain'])) {
83 $expire = time() + self::FBSS_COOKIE_EXPIRE;
87 self::errorLog(
103 if (!in_array($key, self::$kSupportedKeys)) {
104 self::errorLog('Unsupported key passed to setPersistentData.');
113 if (!in_array($key, self::$kSupportedKeys)) {
114 self::errorLog('Unsupported key passed to getPersistentData.');
124 if (!in_array($key, self::$kSupportedKeys)) {
125 self::errorLog('Unsupported key passed to clearPersistentData.');
134 foreach (self::$kSupportedKeys as $key) {
[all …]
/plugin/combo/vendor/symfony/polyfill-ctype/
H A DCtype.php34 $text = self::convert_int_to_char_for_ctype($text, __FUNCTION__);
50 $text = self::convert_int_to_char_for_ctype($text, __FUNCTION__);
66 $text = self::convert_int_to_char_for_ctype($text, __FUNCTION__);
82 $text = self::convert_int_to_char_for_ctype($text, __FUNCTION__);
98 $text = self::convert_int_to_char_for_ctype($text, __FUNCTION__);
114 $text = self::convert_int_to_char_for_ctype($text, __FUNCTION__);
130 $text = self::convert_int_to_char_for_ctype($text, __FUNCTION__);
146 $text = self::convert_int_to_char_for_ctype($text, __FUNCTION__);
162 $text = self::convert_int_to_char_for_ctype($text, __FUNCTION__);
178 $text = self
[all...]
/plugin/davcard/vendor/sabre/vobject/lib/
H A DTimeZoneUtil.php151 (in_array($tzid, self::getIdentifiersBC()))
160 self::loadTzMaps();
163 if (isset(self::$map[$tzid])) {
164 return new \DateTimeZone(self::$map[$tzid]);
200 return self::getTimeZone($lic, null, $failIfUncertain);
213 if (isset(self::$microsoftExchangeMap[$cdoId])) {
214 return new \DateTimeZone(self::$microsoftExchangeMap[$cdoId]);
239 if (!is_null(self::$map)) return;
241 self::$map = array_merge(
/plugin/webdavclient/vendor/sabre/vobject/lib/
H A DTimeZoneUtil.php151 (in_array($tzid, self::getIdentifiersBC()))
160 self::loadTzMaps();
163 if (isset(self::$map[$tzid])) {
164 return new \DateTimeZone(self::$map[$tzid]);
200 return self::getTimeZone($lic, null, $failIfUncertain);
213 if (isset(self::$microsoftExchangeMap[$cdoId])) {
214 return new \DateTimeZone(self::$microsoftExchangeMap[$cdoId]);
239 if (!is_null(self::$map)) return;
241 self::$map = array_merge(
/plugin/davcal/vendor/sabre/vobject/lib/
H A DTimeZoneUtil.php151 (in_array($tzid, self::getIdentifiersBC()))
160 self::loadTzMaps();
163 if (isset(self::$map[$tzid])) {
164 return new \DateTimeZone(self::$map[$tzid]);
200 return self::getTimeZone($lic, null, $failIfUncertain);
213 if (isset(self::$microsoftExchangeMap[$cdoId])) {
214 return new \DateTimeZone(self::$microsoftExchangeMap[$cdoId]);
239 if (!is_null(self::$map)) return;
241 self::$map = array_merge(
/plugin/qna/
H A Daction.php57 $this->blockState = self::STATE_CLOSED;
128 case self::STATE_CLOSED:
132 case self::STATE_QUESTION:
133 case self::STATE_ANSWER:
142 case self::STATE_CLOSED:
146 case self::STATE_QUESTION:
147 case self::STATE_ANSWER:
338 case self::DELETE:
342 case self::INSERT:
346 case self::SET_LEVEL:
[all …]
/plugin/redirect/
H A Dhelper.php29 if(!file_exists(self::CONFIG_FILE) &&
30 file_exists(self::LEGACY_FILE)) {
31 rename(self::LEGACY_FILE, self::CONFIG_FILE);
42 return io_saveFile(self::CONFIG_FILE, cleanText($config));
51 if(!file_exists(self::CONFIG_FILE)) return '';
52 return io_readFile(self::CONFIG_FILE);
64 $redirects = confToHash(self::CONFIG_FILE);
/plugin/ajaxedit/
H A Dhelper.php33 function error($msg,$type=self::ERROR_OTHER,$exit = true){
73 $this->_error(self::ERROR_ACL);
78 $this->_error(self::ERROR_MODIFIED);
82 $this->_error(self::ERROR_LOCK);
86 $this->_error(self::ERROR_READ);
137 case self::ERROR_LOCK:
143 case self::ERROR_SECTOC :
146 case self::ERROR_ACL:
150 case self::ERROR_READ:
154 case self::ERROR_MODIFIED:
[all …]

12345678910>>...98