Home
last modified time | relevance | path

Searched refs:self (Results 1301 – 1325 of 2449) sorted by relevance

1...<<51525354555657585960>>...98

/plugin/langdelete/
H A Dadmin.php87 $lang_keep[] = self::DEFAULT_LANG; // add 'en', the fallback
256 echo '<input type="hidden" name="shortlist['.self::DEFAULT_LANG.']"'
260 $checked = in_array($l, $shortlang) || $l == self::DEFAULT_LANG;
268 .($l == self::DEFAULT_LANG ? ' disabled' : '')
/plugin/upgrade/HTTP/
H A DHTTPClient.php253 $this->debug('connection pool', self::$connections);
255 if (isset(self::$connections[$connectionId])) {
257 $socket = self::$connections[$connectionId];
286 self::$connections[$connectionId] = $socket;
288 unset(self::$connections[$connectionId]);
369 unset(self::$connections[$connectionId]);
478 unset(self::$connections[$connectionId]);
487 unset(self::$connections[$connectionId]);
/plugin/jplayer/vendor/mustache/mustache/src/Mustache/
H A DEngine.php35 self::PRAGMA_FILTERS => true,
36 self::PRAGMA_BLOCKS => true,
37 self::PRAGMA_ANCHORED_DOT => true,
213 if (!isset(self::$knownPragmas[$pragma])) {
634 'version' => self::VERSION,
/plugin/combo/ComboStrap/Api/
H A DMetaManagerHandler.php135 self::handleManagerPost($event, $page, $_POST);
137 self::handleViewerPost($event, $page, $_POST);
144 self::handleManagerGet($event, $page);
146 self::handleViewerGet($event, $page);
181 LogUtility::internalError("The boolean metadata name ($booleanMeta) was not found", self::CANONICAL, $e);
/plugin/xlsx2dw/packages/exceljs/
H A Dexceljs.js37456 self._cache = self._cache.slice(len);
37467 self._cache = self._cipher.encryptBlock(self._prev);
37832 self._prev = self._cipher.encryptBlock(self._prev);
37838 self._cache = Buffer.concat([self._cache, getBlock(self)]);
53636 …var Builder = self.BlobBuilder || self.WebKitBlobBuilder || self.MozBlobBuilder || self.MSBlobBuil…
54026 …var Builder = self.BlobBuilder || self.WebKitBlobBuilder || self.MozBlobBuilder || self.MSBlobBuil…
55578 var freeSelf = (typeof self === "undefined" ? "undefined" : _typeof(self)) == 'object' && self && s…
55815 var freeSelf = (typeof self === "undefined" ? "undefined" : _typeof(self)) == 'object' && self && s…
58371 var freeSelf = (typeof self === "undefined" ? "undefined" : _typeof(self)) == 'object' && self && s…
60247 var freeSelf = (typeof self === "undefined" ? "undefined" : _typeof(self)) == 'object' && self && s…
[all …]
/plugin/socialshareprivacy2/SSP/scripts/
H A Djquery.socialshareprivacy.flattr.js14 function get (self, options, uri, settings, name) {
17 return value.call(self, options, uri, settings);
/plugin/webcomponent/_test/
H A DREADME.md26 $conf['datadir'] = getcwd() . self::DOKU_DATA_DIR;
33 $conf['cachedir'] = getcwd() . self::DOKU_CACHE_DIR;
/plugin/fksnewsfeed/inc/ORM/
H A DModelStream.php78 …blic static function createFromArray(helper_plugin_sqlite $helperPluginSqlite, array $data): self {
79 $model = new self($helperPluginSqlite);
/plugin/authgooglesheets/vendor/phpseclib/phpseclib/phpseclib/Crypt/DSA/Formats/Keys/
H A DPKCS1.php132 return self::wrapPrivateKey($key, 'DSA', $password, $options);
149 return self::wrapPublicKey($key, 'DSA');
/plugin/structpublish/action/
H A Dmigration.php44 if ($dbVersionStruct < self::MIN_DB_STRUCT) {
46 'Plugin struct is outdated. Minimum required database version is ' . self::MIN_DB_STRUCT
/plugin/diagramsnet/lib/
H A Dworkbox-9fe249eb.js1self["workbox:core:6.1.2"]&&_()}catch(t){}const e=(t,...e)=>{let s=t;return e.length>0&&(s+=` :: $…
H A Dworkbox-f163abaa.js1self["workbox:core:6.1.5"]&&_()}catch(t){}const e=(t,...e)=>{let s=t;return e.length>0&&(s+=` :: $…
H A Dworkbox-bed83ea8.js1self["workbox:core:6.2.4"]&&_()}catch(t){}const e=(t,...e)=>{let s=t;return e.length>0&&(s+=` :: $…
/plugin/jplayer/vendor/james-heinrich/getid3/getid3/
H A Dmodule.audio-video.matroska.php282 $track_info['dataformat'] = self::CodecIDtoCommonName($trackarray['CodecID']);
490 $info['video'] = self::getDefaultStreamInfo($info['video']['streams']);
493 $info['audio'] = self::getDefaultStreamInfo($info['audio']['streams']);
589 …if ($element_data['id'] != EBML_ID_CLUSTER || !self::$hide_clusters) { // collect clusters only if…
605 $seek_entry['target_id'] = self::EBML2Int($sub_seek_entry['data']);
606 $seek_entry['target_name'] = self::EBMLidName($seek_entry['target_id']);
1249 if (!self::$hide_clusters) {
1254 if (!self::$parse_whole_file) {
1334 $int_value = self::EBML2Int(substr($this->EBMLbuffer, $actual_offset, $length));
1381 $element['id_name'] = self::EBMLidName($element['id']);
[all …]
/plugin/findologicxmlexport/vendor/phpunit/phpunit-mock-objects/src/Framework/MockObject/Invocation/
H A DStatic.php171 isset(self::$uncloneableExtensions[$object->getExtensionName()])) {
176 foreach (self::$uncloneableClasses as $class) {
/plugin/sidebar/
H A Daction.php40 if (!$this->getConf('enable') || self::$done) return;
41 self::$done = true; // prevent recursive calls when doing tpl_content() later on
/plugin/webdav/vendor/sabre/dav/lib/DAV/FSExt/
H A DDirectory.php92 return new self($path);
198 if (!$sourceNode instanceof self && !$sourceNode instanceof File) {
/plugin/elasticsearch/vendor/ruflin/elastica/src/
H A DRequest.php33 * @param string $method OPTIONAL Request method (use const's) (default = self::GET)
38 public function __construct(string $path, string $method = self::GET, $data = [], array $query = [], ?Connection $connection = null, string $contentType = self::DEFAULT_CONTENT_TYPE)
/plugin/elasticsearch/helper/
H A Dclient.php115 if (isset(self::ANALYZERS[$lang])) return self::ANALYZERS[$lang];
/plugin/combo/ComboStrap/
H A DImageLink.php57 ->setLogicalTag(self::IMG_LINK);
107 $snippetId = self::LIGHTBOX;
/plugin/combo/vendor/antlr/antlr4-php-runtime/src/
H A DInputStream.php43 return new self($input, $chars === false ? [] : $chars);
54 return self::fromString($content);
116 * {@see self::consume()} ahead until `$p === $this->index`; Can't just set
/plugin/findologicxmlexport/vendor/hoa/event/Test/Unit/
H A DListener.php194 $self = $this;
206 function (LUT\Bucket $receivedBucket) use ($self, $bucket, $source, &$called) {
209 $self
/plugin/webdav/vendor/sabre/vobject/lib/Component/
H A DVCalendar.php162 return self::ICALENDAR20;
356 return new self($newChildren);
479 if ($options & self::PROFILE_CALDAV) {
/plugin/icalevents/vendor/sabre/vobject/lib/Component/
H A DVCalendar.php163 return self::ICALENDAR20;
377 return new self($newChildren);
505 if ($options & self::PROFILE_CALDAV) {
/plugin/authgooglesheets/vendor/google/auth/src/
H A DAccessToken.php304 $request = new Request('POST', self::OAUTH2_REVOKE_URI, [
340 if ($location !== self::IAP_CERT_URL) {
478 $key = $certsLocation === self::FEDERATED_SIGNON_CERT_URL

1...<<51525354555657585960>>...98