Home
last modified time | relevance | path

Searched refs:self (Results 1751 – 1775 of 2449) sorted by relevance

1...<<71727374757677787980>>...98

/plugin/combo/vendor/php-webdriver/webdriver/lib/Interactions/Internal/
H A DWebDriverSingleKeyAction.php43 if (!in_array($key, self::MODIFIER_KEYS, true)) {
/plugin/combo/ComboStrap/
H A DReferences.php34 return self::PROPERTY_NAME;
H A DIdManager.php70 $lastId = self::generateAndGetNewSequenceValueForScope($idScope);
H A DConditionalLength.php231 return self::FIT_CONTENT;
281 if ($this->unitInLength === self::PERCENTAGE) {
350 if ($this->getLengthUnit() === self::PERCENTAGE) {
/plugin/jplayer/vendor/james-heinrich/getid3/getid3/
H A Dmodule.audio-video.riff.php149 $info['divxtag']['comments'] = self::ParseDIVXTAG($this->fread($chunkdata['size']));
158 $info['divxtag']['comments'] = self::ParseDIVXTAG($DIVXTAG);
407 if ($parsedkey = self::waveSNDMtagLookup($SNDM_thisTagKey)) {
496 $thisfile_audio['codec'] = self::wFormatTagLookup($thisfile_audio['wformattag']);
504 $thisfile_audio['codec'] = self::wFormatTagLookup($thisfile_audio['wformattag']);
755 $thisfile_riff_audio[$streamindex] = self::parseWAVEFORMATex($strfData);
885 if (self::fourccLookup($thisfile_video['fourcc'])) {
886 $thisfile_riff_video_current['codec'] = self::fourccLookup($thisfile_video['fourcc']);
1276 self::parseComments($thisfile_riff_WAVE['INFO'], $thisfile_riff['comments']);
1279 self::parseComments($thisfile_riff['AVI ']['INFO'], $thisfile_riff['comments']);
[all …]
/plugin/swiftmail/Swift/Connection/
H A DSendmail.php110 if ($path == self::AUTO_DETECT) $path = $this->findSendmail();
168 if ($command == self::AUTO_DETECT) $command = $this->findSendmail() . " -bs";
/plugin/aclplusregex/
H A Daction.php224 '**' => self::STARS,
225 '*' => self::STAR,
/plugin/icalevents/vendor/sabre/vobject/lib/Property/
H A DText.php399 'level' => $options & self::REPAIR ? 1 : 3,
403 if ($options & self::REPAIR) {
/plugin/adfs/phpsaml/lib/Saml2/
H A DIdPMetadataParser.php38 …$metadataInfo = self::parseXML($xml, $entityId, $desiredNameIdFormat, $desiredSSOBinding, $desired…
69 …$metadataInfo = self::parseXML($data, $entityId, $desiredNameIdFormat, $desiredSSOBinding, $desire…
/plugin/pureldap/vendor/freedsx/ldap/src/FreeDSx/Ldap/Entry/
H A DEntry.php276 return self::fromArray($dn, $attributes);
295 return new self($dn, ...$entryAttr);
/plugin/authgooglesheets/vendor/google/apiclient/src/Http/
H A DBatch.php67 $this->batchPath = $batchPath ?: self::BATCH_PATH;
229 foreach (self::$CONNECTION_ESTABLISHED_HEADERS as $established_header) {
/plugin/davcal/fullcalendar-3.10.5/locale/
H A Dru.js1 …equire("fullcalendar")):t(e.moment,e.FullCalendar)}("undefined"!=typeof self?self:this,function(e,…
H A Duk.js1 …equire("fullcalendar")):t(e.moment,e.FullCalendar)}("undefined"!=typeof self?self:this,function(e,…
H A Dcs.js1 …equire("fullcalendar")):n(e.moment,e.FullCalendar)}("undefined"!=typeof self?self:this,function(e,…
/plugin/sql2wiki/action/
H A Dsqlite.php195 saveWikiText($page, $updated_content, self::PLUGIN_SQL2WIKI_EDIT_SUMMARY);
202 saveWikiText($page, $wrapped_content, self::PLUGIN_SQL2WIKI_EDIT_SUMMARY_INFINITE_LOOP);
/plugin/pagequery/
H A Dsyntax.php147 $opt['cols'] = ($value > self::MAX_COLS) ? self::MAX_COLS : $value;
/plugin/struct/meta/
H A DSearch.php165 * @param string $comp @see self::COMPARATORS
179 * @param string $comp @see self::COMPARATORS
193 * @param string $comp @see self::COMPARATORS
208 if (!in_array($comp, self::$COMPARATORS))
209 throw new StructException("Bad comperator. Use " . implode(',', self::$COMPARATORS));
/plugin/webdav/vendor/sabre/dav/lib/DAV/Xml/Response/
H A DMultiStatus.php138 return new self($responses, $syncToken);
/plugin/preservefilenames/
H A Dcommon.php26 array(self, '_correctBasename_callback'),
/plugin/findologicxmlexport/vendor/findologic/libflexport/src/FINDOLOGIC/Export/Data/
H A DImage.php45 public function __construct($url, $type = self::TYPE_DEFAULT, $usergroup = '')
/plugin/webdav/vendor/sabre/dav/lib/DAVACL/FS/
H A DCollection.php70 return new self($path, $this->acl, $this->owner);
/plugin/webdav/vendor/sabre/dav/lib/CalDAV/Xml/Request/
H A DCalendarQueryReport.php131 $obj = new self();
/plugin/findologicxmlexport/vendor/phpdocumentor/reflection-docblock/src/DocBlock/Tags/
H A DSince.php65 if (! preg_match('/^(' . self::REGEX_VECTOR . ')\s*(.+)?$/sux', $body, $matches)) {
H A DVersion.php65 if (!preg_match('/^(' . self::REGEX_VECTOR . ')\s*(.+)?$/sux', $body, $matches)) {
/plugin/davcal/vendor/sabre/dav/lib/CalDAV/Xml/Request/
H A DShare.php112 return new self($set, $remove);

1...<<71727374757677787980>>...98