Home
last modified time | relevance | path

Searched refs:self (Results 676 – 700 of 2449) sorted by last modified time

1...<<21222324252627282930>>...98

/plugin/upgrade/vendor/composer/
H A Dautoload_real.php21 if (null !== self::$loader) {
22 return self::$loader;
28 self::$loader = $loader = new \Composer\Autoload\ClassLoader(\dirname(__DIR__));
/plugin/upgrade/vendor/splitbrain/php-archive/src/
H A DZip.php379 ), $offset + self::LOCAL_FILE_HEADER_CRC_OFFSET);
/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/upgrade/vendor/splitbrain/php-cli/src/
H A DColors.php36 self::C_RESET => "\33[0m",
37 self::C_BLACK => "\33[0;30m",
38 self::C_DARKGRAY => "\33[1;30m",
39 self::C_BLUE => "\33[0;34m",
40 self::C_LIGHTBLUE => "\33[1;34m",
41 self::C_GREEN => "\33[0;32m",
42 self::C_LIGHTGREEN => "\33[1;32m",
43 self::C_CYAN => "\33[0;36m",
44 self::C_LIGHTCYAN => "\33[1;36m",
45 self
[all...]
H A DException.php31 $code = self::E_ANY;
/plugin/statistics/inc/
H A DBrowscap.php330 $match_string = self::COMPRESSION_PATTERN_START . implode(self::COMPRESSION_PATTERN_DELIMITER, $matches);
344 trim(strtolower($pattern), self::REGEX_DELIMITER),
491 if ($this->_getUpdateMethod() == self::UPDATE_LOCAL) {
505 $this->_source_version = $browsers[self::BROWSCAP_VERSION_KEY]['Version'];
506 unset($browsers[self::BROWSCAP_VERSION_KEY]);
648 $prepared_matches[self::COMPRESSION_PATTERN_START . implode(self::COMPRESSION_PATTERN_DELIMITER, array_diff_assoc($some_match, $identical))] = $i;
673 $pattern = preg_quote($user_agent, self::REGEX_DELIMITER);
677 return self
[all...]
/plugin/statistics/inc/pchart/
H A DCSVImporter.php55 self::importHeaderFromCSV($data, $buffer, $Delimiter, $DataColumns);
58 self::importChunkFromCSV($data, $buffer, $Delimiter, $DataColumns, $DataName);
H A DShadowProperties.php68 return self::FromDefaults();
H A DpChart.php680 self::computeAutomaticScaling(
752 self::computeAutomaticScaling(
3335 if(self::isRealInt(($maxVal - $minVal) / ($Divisions - 1))) {
3338 elseif(self::isRealInt(($maxVal - $minVal) / ($Divisions + 1))) {
/plugin/farmer/admin/
H A Dinfo.php88 $self = wl($ID, ['do' => 'admin', 'page' => 'farmer', 'sub' => 'info', 'list' => 1]);
89 $html .= ' [<a href="' . $self . '">' . $this->getLang('conf_notfound_list') . '</a>]';
H A Dplugins.php37 $self = wl($ID, ['do' => 'admin', 'page' => 'farmer', 'sub' => 'plugins'], true, '&');
46 send_redirect($self);
56 send_redirect($self);
H A Dconfig.php54 $self = wl($ID, ['do' => 'admin', 'page' => 'farmer', 'sub' => 'config'], true, '&');
55 send_redirect($self);
/plugin/farmer/_animal/data/pages/wiki/
H A Dsyntax.txt476 Some syntax influences how DokuWiki renders a page without creating any output it self. The following control macros are availble:
/plugin/farmer/_test/
H A DGeneralTest.php
/plugin/const/
H A Dclass.evalmath.php179 …if ( 1 === preg_match( '/^\s*(' . self::$name_pattern . ')\s*=\s*(.+)$/', $expression, $matches ) …
195 …lseif ( 1 === preg_match( '/^\s*(' . self::$name_pattern . ')\s*\(\s*(' . self::$name_pattern . '(…
336 …if ( 1 === preg_match( '/^(' . self::$name_pattern . ')\($/', (string) $stack->last( 2 ), $matches…
386 …if ( 0 === preg_match( '/^(' . self::$name_pattern . ')\($/', (string) $stack->last( 2 ), $matches…
405 if ( 1 === preg_match( '/^(' . self::$name_pattern . ')\($/', $value, $matches ) ) {
429 …if ( 1 === preg_match( '/^(' . self::$name_pattern . ')\($/', (string) $stack->last( 3 ), $matches…
1114 self::$random_seed = $random_seed;
1125 if ( is_null( self::$random_seed ) ) {
1128 return self::$random_seed;
1149 $md5string = md5( self::_get_random_seed() );
[all …]
H A Dplugin.info.txt6 desc work on wiki pages with constants, self defined variables and make calculations
/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/structacl/_test/
H A DGeneralTest.php51 self::markTestSkipped('No config files exist -> skipping test');
/plugin/structacl/
H A Dhelper.php21 if ($line === '' || strpos($line, self::STRUCTACL_SEPCHAR) === false) continue;
23 list($schema, $field) = explode(self::STRUCTACL_SEPCHAR, $line, 2);
/plugin/odt/ODT/
H A DODTHeading.php24 $hid = self::headerToLink($params->document, $text, true);
H A DODTImage.php132 $name = self::addStringAsSVGImageFile($params->document, $string);
H A DODTImport.php610 foreach (self::$link_styles as $style_type => $elementParams) {
822 self::set_page_properties($params, $first_page);
836 $toImport = array_merge (self::$internalRegs, $registrations);
839 self::importStyle($params, $htmlStack,
845 self::importStyle($params, $htmlStack,
854 self::importTableStyles($params, $htmlStack);
857 self::importLinkStyles($params, $htmlStack);
861 self::importOrderedListStyles($params, $htmlStack, $listAlign);
863 self::importParagraphDefaultStyle($params);
864 self::importFootnoteStyle($params);
[all …]
H A DODTIndex.php78 $indexContent = self::buildIndex($params->document, $toc, $data, $index_no+1);
298 … $content .= self::getTOCBody ($toc, $p_styles_auto, $stylesLNames, $max_outline_level, $links);
301 …$content .= self::getChapterIndexBody ($toc, $p_styles_auto, $stylesLNames, $max_outline_level, $l…
H A DODTList.php51 self::replaceLastListParagraph($params);
H A DODTParagraph.php168 self::paragraphOpenUseProperties($params, $properties);
226 self::paragraphOpen($params, $style_name);

1...<<21222324252627282930>>...98