Home
last modified time | relevance | path

Searched refs:self (Results 101 – 125 of 2449) sorted by relevance

12345678910>>...98

/plugin/combo/ComboStrap/
H A DPrism.php69 const SNIPPET_ID_AUTOLOADER = self::SNIPPET_NAME . "-autoloader";
80 $BASE_PRISM_CDN = self::BASE_PRISM_CDN;
82 if ($theme == self::PRISM_THEME) {
87 $themeIntegrity = self::THEMES_INTEGRITY[$theme];
94 $snippetManager->attachCssInternalStyleSheet(self::SNIPPET_NAME);
100 self::SNIPPET_NAME,
104 self::SNIPPET_NAME,
109 self::SNIPPET_NAME,
115 self::SNIPPET_NAME,
120 self
[all...]
H A DFetcherRailBar.php26 const CANONICAL = self::NAME;
42 const KNOWN_LAYOUT = [self::FIXED_LAYOUT, self::OFFCANVAS_LAYOUT, self::BOTH_LAYOUT];
56 return StyleAttribute::addComboStrapSuffix(self::CANONICAL);
74 $viewPortWidth = $tagAttributes->getValueAndRemoveIfPresent(self::VIEWPORT_WIDTH);
79 throw new ExceptionBadArgument("The viewport width is not a valid integer. Error:{$e->getMessage()}", self::CANONICAL);
85 $layout = $tagAttributes->getValueAndRemoveIfPresent(self::LAYOUT_ATTRIBUTE);
90 throw new ExceptionBadArgument("The layout is not a valid. Error:{$e->getMessage()}", self::CANONICAL);
144 case self
[all...]
H A DCacheLog.php19 self::TIMESTAMP_ATT,
20 self::EVENT_ATT,
21 self::PATH_ATT,
22 self::EXTENSION_ATT,
23 self::OPERATION_ATT,
24 self::MESSAGE_ATT
87 self::TIMESTAMP_ATT => date("c"),
88 self::EVENT_ATT => $event,
89 self::PATH_ATT => $path,
90 self
[all...]
H A DBrandButton.php38 const WIDGETS = [self::WIDGET_BUTTON_VALUE, self::WIDGET_LINK_VALUE];
43 const ICON_TYPES = [self::ICON_SOLID_VALUE, self::ICON_SOLID_CIRCLE_VALUE, self::ICON_OUTLINE_VALUE, self::ICON_OUTLINE_CIRCLE_VALUE, self::ICON_NONE_VALUE];
52 private $widget = self::WIDGET_BUTTON_VALUE;
56 private $iconType = self::ICON_SOLID_VALUE;
69 const TYPE_BUTTONS = [self
[all...]
H A DLazyLoad.php37 const ACTIVE = self::LOZAD_ID;
74 return StyleAttribute::addComboStrapSuffix(self::CANONICAL);
79 switch (self::ACTIVE) {
80 case self::LAZY_SIDE_ID:
83 case self::LOZAD_ID:
87 throw new \RuntimeException("The active lazy loaded is unknown (" . self::ACTIVE . ")");
101 self::LAZY_SIDE_ID,
110 $snippetManager->attachCssInternalStyleSheet(self::LAZY_SIDE_ID);
142 self::LOZAD_ID,
171 switch (self
[all...]
/plugin/authgooglesheets/vendor/phpseclib/phpseclib/phpseclib/Math/BigInteger/Engines/PHP/Reductions/
H A DMontgomery.php62 self::VARIABLE => [],
63 self::DATA => []
67 $key = count($cache[self::VARIABLE]);
68 $cache[self::VARIABLE][] = $x;
69 $cache[self::DATA][] = self::modInverse67108864($n, $class);
74 $result = [self::VALUE => $x];
77 $temp = $result[self::VALUE][$i] * $cache[self::DATA][$key];
80 $temp = array_merge(self::array_repeat(0, $i), $temp);
84 $result[self::VALUE] = array_slice($result[self::VALUE], $k);
86 if (self::compareHelper($result, false, $n, false) >= 0) {
[all …]
/plugin/a2s/
H A DASCIIToSVG.php688 if( $j>=0 && $j<count(self::$yy_action) && self::$yy_lookahead[$j]==self::YYWILDCARD ){
692 self::$yyTokenName[self::YYWILDCARD]);
960 }else if( $yyact == self::YYNSTATE + self::YYNRULE + 1 ){
1036 $this->YY_NO_ACTION = self::YYNSTATE + self::YYNRULE + 2;
1038 $this->YY_ERROR_ACTION = self::YYNSTATE + self::YYNRULE;
1057 }else if( $yyact < self::YYNSTATE + self::YYNRULE ){
1100 self::YYERRORSYMBOL)) >= self::YYNSTATE
1320 $yy_next_state = self::$yy_nxt[self::$yy_rmap[$yy_state]][self::$yy_cmap[$yy_lookahead]];
3563 if ($dir == self::DIR_RIGHT || $dir == self::DIR_LEFT) {
3569 } elseif ($dir == self::DIR_SE || $dir == self::DIR_NE) {
[all …]
/plugin/dirtylittlehelper/script/
H A Djquery-ui-touch-punch.js72 var self = this;
83 self._touchMoved = false;
149 var self = this;
152 self.element.bind({
154 touchmove: $.proxy(self, '_touchMove'),
155 touchend: $.proxy(self, '_touchEnd')
159 _mouseInit.call(self);
167 var self = this;
170 self.element.unbind({
173 touchend: $.proxy(self, '_touchEnd')
[all …]
/plugin/overlay/script/
H A Djquery-ui-touch-punch.js72 var self = this;
83 self._touchMoved = false;
149 var self = this;
152 self.element.bind({
154 touchmove: $.proxy(self, '_touchMove'),
155 touchend: $.proxy(self, '_touchEnd')
159 _mouseInit.call(self);
167 var self = this;
170 self.element.unbind({
173 touchend: $.proxy(self, '_touchEnd')
[all …]
/plugin/authgooglesheets/vendor/monolog/monolog/src/Monolog/Handler/
H A DChromePHPHandler.php61 'version' => self::VERSION,
99 self::$json['rows'] = array_merge(self::$json['rows'], $messages);
124 self::$json['rows'][] = $record['formatted'];
136 if (self::$overflowed || !self::$sendHeaders) {
140 if (!self::$initialized) {
141 self::$initialized = true;
143 self::$sendHeaders = $this->headersAccepted();
144 if (!self::$sendHeaders) {
154 self::$overflowed = true;
165self::$json['rows'][count(self::$json['rows']) - 1] = $this->getFormatter()->format($record);
[all …]
/plugin/authgooglesheets/vendor/phpseclib/phpseclib/phpseclib/Crypt/EC/Formats/Keys/
H A DXML.php68 self::initialize_static_variables();
101 $curve = self::loadCurveByParam($xpath);
185 $x = self::query($xpath, 'publickey/x');
186 $y = self::query($xpath, 'publickey/y');
353 self::$namespace = $namespace;
361 self::$rfc4050 = true;
369 self::$rfc4050 = false;
382 self::initialize_static_variables();
395 if (self::$rfc4050) {
427 return self::$rfc4050 ?
[all …]
/plugin/findologicxmlexport/vendor/doctrine/annotations/lib/Doctrine/Common/Annotations/
H A DAnnotationRegistry.php52 self::$autoloadNamespaces = [];
53 self::$loaders = [];
54 self::$failedToAutoload = [];
83 self::$autoloadNamespaces[$namespace] = $dirs;
99 self::$autoloadNamespaces = \array_merge(self::$autoloadNamespaces, $namespaces);
115 self::$failedToAutoload = [];
116 self::$loaders[] = $callable;
126 if ( ! in_array($callable, self::$loaders, true) ) {
127 self::registerLoader($callable);
164 foreach (self::$loaders AS $loader) {
[all …]
/plugin/markdownextra/lib/meltdown/js/lib/
H A Djs-markdown-extra.js455 var self = this;
506 var self = this;
580 var self = this;
801 var url = self.encodeAttribute(self.urls[link_id]);
1050 item = self.runBlockGamut(self.outdent(item) + "\n");
1054 item = self.doLists(self.outdent(item));
2567 term = self.runSpanGamut(self._php_trim(term));
2596 def = self.runBlockGamut(self.outdent(def + "\n\n"));
2601 def = self.runSpanGamut(self.outdent(def));
2733 self.footnotes[note_id] = self.outdent(m2);
[all …]
/plugin/elasticsearch/vendor/nyholm/dsn/src/
H A DDsnParser.php37 if (1 === preg_match(self::FUNCTION_REGEX, $dsn, $matches)) {
51 if (preg_match_all(self::ARGUMENTS_REGEX, $arguments, $matches)) {
55 return new DsnFunction($functionName, array_map(\Closure::fromCallable([self::class, 'parseArguments']), $arguments), $parameters);
66 if (1 === preg_match(self::FUNCTION_REGEX, $dsn, $matches)) {
68 return self::parse($matches[2]);
73 return self::getDsn($dsn);
78 $dsn = self::parse($dsn);
88 $dsn = self::parse($dsn);
102 if (1 === preg_match(self::FUNCTION_REGEX, $dsn)) {
103 return self
[all...]
/plugin/authgooglesheets/vendor/phpseclib/phpseclib/phpseclib/Crypt/
H A DDSA.php118 self::initialize_static_variables();
120 if (!isset(self::$engines['PHP'])) {
121 self::useBestEngine();
156 $p_1 = $p->subtract(self::$one);
166 if (!$g->equals(self::$one)) {
169 $h = $h->add(self::$one);
194 self::initialize_static_variables();
197 self::useBestEngine();
215 $private->x = BigInteger::randomRange(self::$one, $private->q->subtract(self::$one));
236 self::useBestEngine();
[all …]
/plugin/combo/ComboStrap/PageSqlParser/
H A DPageSqlParser.php232 self::initialize();
234 $this->interp = new ParserATNSimulator($this, self::$atn, self::$decisionToDFA, self::$sharedContextCache);
239 if (self::$atn !== null) {
245 $atn = (new ATNDeserializer())->deserialize(self::SERIALIZED_ATN);
252 self::$atn = $atn;
253 self::$decisionToDFA = $decisionToDFA;
254 self::$sharedContextCache = new PredictionContextCache();
264 return self
[all...]
/plugin/combo/vendor/symfony/polyfill-mbstring/
H A DMbstring.php84 $fromEncoding = self::mb_detect_encoding($s, $fromEncoding);
86 $fromEncoding = self::getEncoding($fromEncoding);
89 $toEncoding = self::getEncoding($toEncoding);
123 if (false === $v = self::mb_convert_encoding($v, $toEncoding, $fromEncoding)) {
133 return \iconv_mime_decode($s, 2, self::$internalEncoding);
164 $encoding = self::getEncoding($encoding);
187 return self::mb_chr($c - $convmap[$i + 2]);
230 $encoding = self::getEncoding($encoding);
252 $c = self::mb_ord($uchr);
278 $encoding = self
[all...]
/plugin/pureldap/vendor/freedsx/asn1/src/FreeDSx/Asn1/Type/
H A DGeneralizedTimeType.php57 protected $tagNumber = self::TAG_TYPE_GENERALIZED_TIME;
63 self::FORMAT_HOURS,
64 self::FORMAT_MINUTES,
65 self::FORMAT_SECONDS,
66 self::FORMAT_FRACTIONS,
73 self::TZ_UTC,
74 self::TZ_DIFF,
75 self::TZ_LOCAL,
81 public function __construct(?DateTimeInterface $dateTime = null, string $dateFormat = self::FORMAT_FRACTIONS, string $tzFormat = self
[all...]
/plugin/combo/ComboStrap/Web/
H A DUrlEndpoint.php21 self::DOKU_PHP,
22 self::LIB_EXE_FETCH_PHP,
23 self::LIB_EXE_DETAIL_PHP,
24 self::LIB_EXE_RUNNER_PHP,
25 self::LIB_EXE_AJAX_PHP,
26 self::LIB_EXE_CSS_PHP
32 return Url::createEmpty()->setPath(self::LIB_EXE_FETCH_PHP);
37 return Url::createEmpty()->setPath(self::LIB_EXE_DETAIL_PHP);
51 return self::createComboStrapUrl()
59 return Url::createEmpty()->setPath(self
[all...]
/plugin/sentry/
H A DEvent.php22 E_ERROR => [self::LVL_ERROR, 'E_ERROR'],
23 E_WARNING => [self::LVL_WARN, 'E_WARNING'],
24 E_PARSE => [self::LVL_ERROR, 'E_PARSE'],
25 E_NOTICE => [self::LVL_INFO, 'E_NOTICE'],
33 E_STRICT => [self::LVL_INFO, 'E_STRICT'],
52 $this->data['level'] = self::LVL_ERROR;
56 'name' => self::CLIENT,
57 'version' => self::VERSION,
347 if (!empty(self::CORE_ERRORS[$type])) return self::CORE_ERRORS[$type][0];
348 return self::LVL_ERROR;
[all …]
/plugin/findologicxmlexport/vendor/jms/serializer/tests/
H A DSerializerBuilderTest.php43 self::assertFileNotExists($this->tmpDir);
48 self::assertFileExists($this->tmpDir);
97 self::assertSame(
107 self::assertFalse(
112 self::assertTrue(
117 self::assertFalse(
122 self::assertSame(
145 self::assertEquals('{"value":null}', $result);
164 self::assertEquals(['value' => null], $result);
178 self::assertEquals('{"value":null}', $result);
[all …]
/plugin/combo/vendor/carica/phpcss/src/PhpCss/Ast/Visitor/
H A DXpath.php35 * Example: foo -> *[(self::foo or self::html:foo)]
47 * start expressions in descendant-or-self context
51 * limit expressions to self context
76 private $_status = self::STATUS_DEFAULT;
93 private $_defaultNamespacePrefix = self::DEFAULT_NAMESPACE_PREFIX;
115 public function __construct($options = 0, $defaultPrefix = self::DEFAULT_NAMESPACE_PREFIX) {
127 int $options = 0, string $defaultPrefix = self::DEFAULT_NAMESPACE_PREFIX
130 $this->hasOption(self::OPTION_EXPLICIT_NAMESPACES) &&
131 $this->hasOption(self
[all...]
/plugin/findologicxmlexport/vendor/phpunit/phpunit/src/Runner/
H A DVersion.php28 if (self::$pharVersion !== null) {
29 return self::$pharVersion;
32 if (self::$version === null) {
34 self::$version = $version->getVersion();
37 return self::$version;
45 if (strpos(self::id(), '-')) {
46 $version = explode('-', self::id())[0];
48 $version = self::id();
59 return 'PHPUnit ' . self::id() . ' by Sebastian Bergmann and contributors.';
67 if (strpos(self::$pharVersion, '-') !== false) {
/plugin/combo/ComboStrap/TagAttribute/
H A DTextAlign.php29 if ($attributes->hasComponentAttribute(self::ATTRIBUTE_NAME)) {
31 LogUtility::warning("The text-align attribute has been deprecated for the align attribute.", self::CANONICAL);
34 $textAlignValues = $attributes->getValuesAndRemove(self::ATTRIBUTE_NAME);
36 LogUtility::error("Unable to retrieve the tex-align attribute. Error: {$e->getMessage()}", self::CANONICAL);
43 LogUtility::error("The text-align value($textAlignValue) is not valid. Error: {$e->getMessage()}", self::CANONICAL);
51 LogUtility::msg("Bootstrap 4 does not support conditional value for the attribute (" . self::ATTRIBUTE_NAME . "). Therefore, the value ($textAlignValue) cannot be applied", LogUtility::LVL_MSG_WARNING, self::CANONICAL);
58 $attributes->addStyleDeclarationIfNotSet(self::ATTRIBUTE_NAME, "left");
62 $attributes->addStyleDeclarationIfNotSet(self::ATTRIBUTE_NAME, "right");
66 $attributes->addStyleDeclarationIfNotSet(self
[all...]
/plugin/combo/syntax/
H A Dcontentlist.php55 const COMBO_TAGS = [self::MARKI_TAG, self::COMBO_TAG_OLD];
61 const CANONICAL = self::MARKI_TAG;
141 * because we manage self the content and we call self the parser
167 foreach (self::COMBO_TAGS as $tag) {
176 foreach (self::COMBO_TAGS as $tag) {
203 $knownType = [self::FLUSH_TYPE];
206 self::NUMBERED => self
[all...]

12345678910>>...98