Home
last modified time | relevance | path

Searched refs:self (Results 1176 – 1200 of 2449) sorted by relevance

1...<<41424344454647484950>>...98

/plugin/combo/ComboStrap/
H A DCacheExpirationFrequency.php79 return self::PROPERTY_NAME;
99 return self::CANONICAL;
H A DIdentityFormsHelper.php19 $i = self::toBootStrapInputElementAndGetNewLoopingPosition($form, $i, $formName);
114 $logoPath = self::getLogoPath();
118 $logoHtmlImgTag = self::getLogoHtml($logoPath);
263 LogUtility::error("Error while creating the logo html", self::CANONICAL, $e);
/plugin/combo/vendor/carica/phpcss/src/PhpCss/Parser/
H A DStandard.php58 if (($this->_options & self::ALLOW_RELATIVE_SELECTORS) === self::ALLOW_RELATIVE_SELECTORS) {
/plugin/combo/vendor/antlr/antlr4-php-runtime/src/Atn/Transitions/
H A DSetTransition.php43 return self::SET;
52 return $other instanceof self
H A DRuleTransition.php54 return self::RULE;
63 return $other instanceof self
/plugin/combo/ComboStrap/Meta/Field/
H A DFeaturedSvgImage.php56 $store->setFromPersistentName(self::ITEM_FEATURED_IMAGE_PARSED, $path);
67 $parsedValue = $this->getReadStore()->getFromName(self::ITEM_FEATURED_IMAGE_PARSED);
/plugin/combo/vendor/antlr/antlr4-php-runtime/src/Tree/
H A DParseTreeWalker.php11 public static function default() : self
15 return $instance ?? ($instance = new self());
/plugin/pgn4web/pgn4web/
H A Dengine.js47 … engineWin.self) && (engineWin.focus)) { engineWin.focus(); } } else { engineWin.StopBackgroundEng…
94 …if ((engineWinCheck(true)) && (engineWin.top === engineWin.self) && (window.focus)) { engineWin.fo…
/plugin/findologicxmlexport/vendor/phpunit/phpunit/src/Util/
H A DXML.php136 return self::load($contents, $isHtml, $filename, $xinclude, $strict);
201 $value = self::xmlToVariable($item);
220 $constructorArgs[] = self::xmlToVariable($argument);
/plugin/commonmark/vendor/league/commonmark/src/Extension/HeadingPermalink/
H A DHeadingPermalinkProcessor.php87 case self::INSERT_BEFORE:
91 case self::INSERT_AFTER:
95 case self::INSERT_NONE:
/plugin/adhoctags/
H A Dhelper.php185 $rtl = in_array($arr[0], self::$rtllangs);
188 $rtl = ($rtl xor (bool) array_intersect( $rtl ? self::$ltrscripts : self::$rtlscripts, $arr));
/plugin/batchedit/
H A Drequest.php41 if ($this->command == self::COMMAND_WELCOME) {
54 if ($this->command == self::COMMAND_APPLY || $config->getConf('keepmarks')) {
120 return self::COMMAND_WELCOME;
/plugin/dlcount/
H A Daction.php72 $metafn = $conf['metadir'] . '/' . self::DATADIR . $fn . self::SUFFIX;
139 return $conf['metadir'] . '/' . self::DATADIR . $fn . self::SUFFIX;
/plugin/yuriigantt/src/Driver/
H A DEmbedded.php60 $this->lexer = new Lexer($this->handler, self::MODE);
61 Embedded::addLexerPattern($this->lexer, self::MODE);
120 $rawPage = str_replace(self::emptyDatabase(), self::embed($database), $rawPage);
/plugin/quickstats/GEOIP/vendor/maxmind-db/reader/src/MaxMind/Db/
H A DReader.php75 $this->metadata->searchTreeSize + self::$DATA_SECTION_SEPARATOR_SIZE
266 $marker = self::$METADATA_START_MARKER;
267 $markerLength = self::$METADATA_START_MARKER_LENGTH;
269 = min(self::$METADATA_MAX_SIZE, $fileSize) - $markerLength;
/plugin/webdav/vendor/sabre/vobject/lib/Parser/
H A DMimeDir.php109 if (!in_array($charset, self::$SUPPORTED_CHARSETS)) {
110 …entException('Unsupported encoding. (Supported encodings: '.implode(', ', self::$SUPPORTED_CHARSET…
323 if ($this->options & self::OPTION_FORGIVING) {
414 if ($this->options & self::OPTION_IGNORE_INVALID_LINES) {
660 if ($this->options & self::OPTION_FORGIVING) {
/plugin/lightbox/
H A Dscript.js52 if (self.pageYOffset) {
53 yScroll = self.pageYOffset;
88 if (self.innerHeight) { // all except Explorer
89 windowWidth = self.innerWidth;
90 windowHeight = self.innerHeight;
/plugin/solr/
H A Daction.php194 'rows' => self::PAGING_SIZE,
224 …$title_params = array_merge($this->common_params, array('q' => $q_title, 'rows' => self::PAGING_SI…
227 'rows' => self::PAGING_SIZE,
318 …if($content_result['response']['numFound'] > $content_result['response']['start'] + self::PAGING_S…
319 $params['start'] = $content_result['response']['start'] + self::PAGING_SIZE;
/plugin/icalevents/vendor/sabre/vobject/lib/Parser/
H A DMimeDir.php109 if (!in_array($charset, self::$SUPPORTED_CHARSETS)) {
110 …tException('Unsupported encoding. (Supported encodings: ' . implode(', ', self::$SUPPORTED_CHARSET…
338 if ($this->options & self::OPTION_FORGIVING) {
431 if ($this->options & self::OPTION_IGNORE_INVALID_LINES) {
683 if ($this->options & self::OPTION_FORGIVING) {
/plugin/jplayer/vendor/james-heinrich/getid3/getid3/
H A Dmodule.audio.flac.php37 if ($StreamMarker != self::syncword) {
38 …return $this->error('Expecting "'.getid3_lib::PrintHexBytes(self::syncword).'" at offset '.$info['…
61 $BlockTypeText = self::metaBlockTypeLookup($BlockType);
242 $info['flac']['STREAMINFO'] = self::parseSTREAMINFOdata($BlockData);
276 $info['flac']['APPLICATION'][$ApplicationID]['name'] = self::applicationIDLookup($ApplicationID);
406 $picture['picturetype'] = self::pictureTypeLookup($picture['typeid']);
H A Dmodule.audio-video.flv.php109 if ($info['flv']['header']['signature'] != self::magic) {
110 …$this->error('Expecting "'.getid3_lib::PrintHexBytes(self::magic).'" at offset '.$info['avdataoffs…
321 …$info['audio']['codec'] = self::audioFormatLookup($info['flv']['audio']['audioFormat']…
322 … $info['audio']['sample_rate'] = self::audioRateLookup($info['flv']['audio']['audioRate']);
323 …$info['audio']['bits_per_sample'] = self::audioBitDepthLookup($info['flv']['audio']['audioSampleSi…
330 $info['video']['codec'] = self::videoCodecLookup($info['flv']['video']['videoCodec']);
341 …$info['audio']['codec'] = self::audioFormatLookup($info['flv']['meta']['onMetaData']['audiocodecid…
344 …$info['video']['codec'] = self::videoCodecLookup($info['flv']['meta']['onMetaData']['videocodecid'…
/plugin/sequencediagram/bower_components/snap.svg/doc/js/
H A Dprism.js5self.Prism={util:{type:function(e){return Object.prototype.toString.call(e).match(/\[object (\w+)\…
/plugin/gitbacked/lib/
H A DGit.php42 self::$bin = $path;
49 return self::$bin;
56 self::set_bin('git');
159 …throw new Exception(self::handle_create_new_error($repo_path, $reference, '"'.$repo_path.'" is alr…
161 $repo = new self($repo_path, $plugin, true, false);
165 …throw new Exception(self::handle_create_new_error($repo_path, $reference, '"'.$reference.'" is not…
/plugin/imapmarkers/syntax/
H A Dmap.php165 …$args = array($state, self::MATCH_IS_AREA, $is_correct, $err_msg, $link, $loc_id, $text, $num_coor…
175 $args = array($state, self::MATCH_IS_CONFIG, $is_correct, $err_msg, $cfg);
188 $args = array($state, self::MATCH_IS_UNKNOWN, $is_correct, $err_msg);
233 $match_type = self::MATCH_IS_UNKNOWN;
239 case self::MATCH_IS_AREA:
245 case self::MATCH_IS_CONFIG:
/plugin/socialshareprivacy2/SSP/scripts/
H A Djquery.socialshareprivacy.reddit.js20 function get (self, options, uri, settings, name) {
23 return value.call(self, options, uri, settings);

1...<<41424344454647484950>>...98