Home
last modified time | relevance | path

Searched refs:this (Results 3976 – 4000 of 27090) sorted by relevance

1...<<151152153154155156157158159160>>...1084

/plugin/jplayer/vendor/kriswallsmith/assetic/src/Assetic/Filter/
H A DJSqueezeFilter.php34 $this->className = '\\Patchwork\\JSqueeze';
37 $this->className = '\\JSqueeze';
38 $this->defaultRx = \JSqueeze::SPECIAL_VAR_RX;
44 $this->singleLine = (bool) $bool;
52 $this->specialVarRx = $this->defaultRx;
54 $this->specialVarRx = $specialVarRx;
60 $this->keepImportantComments = (bool) $bool;
69 $parser = new $this->className();
72 $this->singleLine,
73 $this->keepImportantComments,
[all …]
/plugin/include/_test/
H A Dpagemove_support.test.php12 $this->pluginsEnabled[] = 'move';
13 $this->pluginsEnabled[] = 'include';
21 $this->markTestSkipped('the move plugin is not installed');
26 $this->assertTrue($move->movePage('editx', 'test:editx'));
27 $this->assertEquals('{{page>:start#start}} %%{{page>start}}%% {{section>wiki:syntax#tables&nofooter}} {{page>:}} {{section>test:start#test}}',rawWiki('test:editx'));
34 $this->markTestSkipped('the move plugin is not installed');
42 $this->assertTrue($move->movePage('editx', 'test:edit'));
43 $this->assertEquals('{{section>links#foo}} {{page>test:edit}} {{page>test:edit&nofooter}} {{section>test:edit#test}} {{page>test:edit&nofooter}}', rawWiki('links'));
50 $this->markTestSkipped('the move plugin is not installed');
71 $this
[all...]
/plugin/mikioplugin/syntax/
H A Dalert.php26 $this->addCommonOptions('type shadow width align text-align');
27 $this->options['type']['default'] = 'primary';
41 $classes = $this->buildClass($data, array('dismissible'));
42 $styles = $this->buildStyle(array('width' => $data['width']), true);
44 $renderer->doc .= '<div class="' . $this->elemClass . ' ' . $this->classPrefix . 'alert ' . $classes . '" role="alert"' . $styles . '>';
47 $renderer->doc .= '<div class="' . $this->elemClass . ' ' . $this->classPrefix . 'alert-icon">';
48 $this->syntaxRender($renderer, 'icon', '', array_flip(explode(' ', $data['icon'])), MIKIO_LEXER_SPECIAL);
52 $renderer->doc .= '<div class="' . $this
[all...]
/plugin/bureaucracy-au/helper/
H A Dfieldmultiselect.php19 $this->init($args);
20 $this->opt['args'] = array_map('trim', explode('|',array_shift($args)));
21 $this->standardArgs($args);
22 if (isset($this->opt['value'])) {
23 $this->opt['value'] = array_map('trim', explode(',', $this->opt['value']));
25 $this->opt['value'] = array();
40 $this->_handlePreload();
44 if ($this->error) {
47 $params = array_merge($this->opt, $params);
49 $this->_parse_tpl(
[all …]
/plugin/bureaucracyau/helper/
H A Dfieldmultiselect.php19 $this->init($args);
20 $this->opt['args'] = array_map('trim', explode('|',array_shift($args)));
21 $this->standardArgs($args);
22 if (isset($this->opt['value'])) {
23 $this->opt['value'] = array_map('trim', explode(',', $this->opt['value']));
25 $this->opt['value'] = array();
40 $this->_handlePreload();
44 if ($this->error) {
47 $params = array_merge($this->opt, $params);
49 $this->_parse_tpl(
[all …]
/plugin/statdisplay/pchart/
H A DPoint.php8 $this->x = $x;
9 $this->y = $y;
13 return $this->x;
17 return $this->y;
21 return sqrt((($other->x - $this->x) * ($other->x - $this->x))
22 + (($other->y - $this->y) * ($other->y - $this->y)));
30 return new Point($this->x + $x, $this->Y + $y);
34 return sprintf("Point<%d, %d>", $this->x, $this->y);
/plugin/statistics/inc/pchart/
H A DPoint.php8 $this->x = $x;
9 $this->y = $y;
13 return $this->x;
17 return $this->y;
22 (($other->x - $this->x) * ($other->x - $this->x))
23 + (($other->y - $this->y) * ($other->y - $this->y))
32 return new Point($this->x + $x, $this
[all...]
/plugin/bureaucracy/helper/
H A Dfieldmultiselect.php19 $this->init($args);
20 $this->opt['args'] = array_map('trim', explode('|',array_shift($args)));
21 $this->standardArgs($args);
22 if (isset($this->opt['value'])) {
23 $this->opt['value'] = array_map('trim', explode(',', $this->opt['value']));
25 $this->opt['value'] = array();
40 $this->_handlePreload();
44 if ($this->error) {
47 $params = array_merge($this->opt, $params);
49 $this->_parse_tpl(
[all …]
/plugin/oauth/
H A DAdapter.php26 * @see getOAuthService() use this to ensure it's intialized
33 * Auto register this plugin with the oAuth authentication plugin
39 $controller->register_hook('PLUGIN_OAUTH_BACKEND_REGISTER', 'AFTER', $this, 'handleRegister');
43 * Auto register this plugin with the oAuth authentication plugin
47 $event->data[$this->getServiceID()] = $this;
62 $this->getKey(),
63 $this->getSecret(),
70 $servicename = $this->getServiceID();
71 $serviceclass = $this
[all...]
/plugin/dw2pdf/vendor/setasign/fpdi/src/PdfParser/Type/
H A DPdfStream.php140 if (\is_int($this->stream)) {
141 $length = PdfDictionary::get($this->value, 'Length');
142 if ($this->parser !== null) {
143 $length = PdfType::resolve($length, $this->parser);
147 $this->reader->reset($this->stream, 100000);
148 $buffer = $this->extractStream();
150 $this->reader->reset($this->stream, $length->value);
151 $buffer = $this
[all...]
/plugin/jplayer/vendor/james-heinrich/getid3/getid3/
H A Dmodule.audio.ogg.php30 $info = &$this->getid3->info;
53 if ($this->ftell() >= $this->getid3->fread_buffer_size()) {
258 $this->error('unexpected');
313 $this->ParseVorbisComments();
350 $this->fseek(max($info['avdataend'] - $this->getid3->fread_buffer_size(), 0));
351 $LastChunkOfOgg = strrev($this->fread($this->getid3->fread_buffer_size()));
421 $info = &$this->getid3->info;
478 $info = &$this->getid3->info;
534 $filedata = $this->fread($this->getid3->fread_buffer_size());
542 if ($this->feof() || (($filedata .= $this->fread($this->getid3->fread_buffer_size())) === '')) {
[all …]
/plugin/odt/helper/
H A Dcssimport.php45 $this->property = $property;
55 return $this->property;
64 return $this->value;
75 switch ($this->property) {
125 switch ($this->property) {
846 $this->value =
856 $this->value =
867 $this->value =
911 $this->value = call_user_func($callback, $this->property, $this->value, $url);
1007 if ( !empty($this->media) && $media != $this->media ) {
[all …]
/plugin/feedback/
H A Daction.php45 if(!$this->getFeedbackContact($ID)) return false;
78 $contact = $this->getFeedbackContact($id);
97 $mailer->subject($this->getLang('subject'));
104 io_readFile($this->localFN('mail')),
113 $mailer->subject($this->getLang('subject'));
119 echo $this->getLang('error');
123 echo $this->getLang('thanks');
148 $this->detail_page = true;
178 if ($this->getConf('span_translations')) {
179 $ns = $this->adjustForTanslations($id);
[all …]
/plugin/zotero/
H A DFeedZoteroRepository.php26 $this->config = $config;
27 $this->parseEntries($feedReader->getFeed());
32 $this->dom = new DomDocument();
33 $this->dom->loadXml($feed);
34 $this->createXPath();
39 $itemType = $this->parseItemType($node);
44 $e = $this->createEntry($node);
47 $this->entries[$e->getZoteroId()] = $e;
54 $this->xpath = new DomXPath($this->dom);
64 $zoteroId = $this->parseId($node);
[all …]
/plugin/advanced/admin/
H A Dimport.php33 return $this->getLang('menu_import');
52 $this->$cmd();
65 $lang['toc'] = $this->getLang('menu_import');
68 echo $this->locale_xhtml('import');
73 $this->steps_dispatcher();
103 msg($this->getLang('imp_zip_not_found'), -1);
116 msg($this->getLang('imp_no_page_selected'), -1);
125 $sum = $this->getLang('imp_page_summary');
168 return $this->step_upload_form();
171 return call_user_func(array($this, "step_$step"));
[all …]
/plugin/oauth/action/
H A Dlogin.php31 $this->hlp = plugin_load('helper', 'oauth');
47 $controller->register_hook('DOKUWIKI_STARTED', 'BEFORE', $this, 'handleStart');
48 $controller->register_hook('HTML_LOGINFORM_OUTPUT', 'BEFORE', $this, 'handleOldLoginForm'); // @deprecated
49 $controller->register_hook('FORM_LOGIN_OUTPUT', 'BEFORE', $this, 'handleLoginForm');
50 $controller->register_hook('ACTION_ACT_PREPROCESS', 'BEFORE', $this, 'handleDoLogin');
51 $controller->register_hook('ACTION_DENIED_TPLCONTENT', 'BEFORE', $this, 'handleDeniedForm');
72 $this->hlp->showException($e, 'login failed');
87 $html = $this->prepareLoginButtons();
91 $singleService = $this->getConf('singleService');
98 '_legend' => $this
[all...]
/plugin/findologicxmlexport/vendor/hoa/iterator/
H A DBuffer.php94 $this->_iterator = $iterator;
95 $this->_bufferSize = max($bufferSize, 1);
108 return $this->_iterator;
118 return $this->_buffer;
128 return $this->_bufferSize;
158 $innerIterator = $this->getInnerIterator();
159 $buffer = $this->getBuffer();
197 $this->getBuffer()->prev();
210 $buffer = $this->getBuffer();
234 $this->getBuffer()->valid() &&
[all …]
/plugin/findologicxmlexport/vendor/sebastian/recursion-context/src/
H A DContext.php34 $this->arrays = array();
35 $this->objects = new \SplObjectStorage;
50 return $this->addArray($value);
52 return $this->addObject($value);
89 $key = $this->containsArray($array);
95 $key = count($this->arrays);
96 $this->arrays[] = &$array;
100 $array[] = $this->objects;
112 $array[$key] = $this->objects;
126 $this->objects->attach($object);
[all …]
/plugin/authgooglesheets/vendor/google/auth/src/Cache/
H A DMemoryCacheItemPool.php62 $items[$key] = $this->hasItem($key) ? clone $this->items[$key] : new $itemClass($key);
76 $this->isValidKey($key);
78 return isset($this->items[$key]) && $this->items[$key]->isHit();
89 $this->items = [];
90 $this->deferredItems = [];
103 return $this->deleteItems([$key]);
114 array_walk($keys, [$this, 'isValidKey']);
117 unset($this->items[$key]);
131 $this->items[$item->getKey()] = $item;
158 $this->save($item);
[all …]
/plugin/elasticsearch/vendor/patrickschur/language-detection/src/LanguageDetection/
H A DLanguageResult.php30 $this->result = $result;
39 return isset($this->result[$offset]);
48 return $this->result[$offset] ?? null;
59 $this->result[] = $value;
61 $this->result[$offset] = $value;
70 unset($this->result[$offset]);
78 return $this->result;
86 return (string) \key($this->result);
95 return new LanguageResult(\array_intersect_key($this->result, \array_flip($whitelist)));
104 return new LanguageResult(\array_diff_key($this
[all...]
/plugin/dw2pdf/vendor/mpdf/mpdf/src/
H A DCache.php20 if (!$this->createBasePath($basePath)) {
24 $this->basePath = $basePath;
25 $this->cleanupInterval = $cleanupInterval;
31 if (!$this->createBasePath(dirname($basePath))) {
35 if (!$this->createDirectory($basePath)) {
62 return $this->getFilePath($filename);
67 return file_exists($this->getFilePath($filename));
72 return file_get_contents($this->getFilePath($filename));
77 $tempFile = tempnam($this->basePath, 'cache_tmp_');
81 $path = $this
[all...]
/plugin/confmanager/action/
H A Dregisterconfig.php40 $scheme->setName($this->getLang('URL Schemes'));
41 $scheme->setDescription($this->getDescription('scheme'));
45 $wordBlock->setName($this->getLang('Blacklisting'));
50 $acronyms->setName($this->getLang('Acronyms'));
55 $entities->setName($this->getLang('Entity replacements'));
60 $mime->setName($this->getLang('MIME configuration'));
61 $mime->setDescription($this->getDescription('mime'));
65 $interWiki->setName($this->getLang('InterWiki Links'));
70 $smileys->setName($this->getLang('Smileys'));
71 $smileys->setDescription($this->getDescription('smileys'));
[all …]
/plugin/findologicxmlexport/vendor/twig/twig/lib/Twig/
H A DFilter.php32 $this->options = array_merge([
43 $this->arguments = $arguments;
48 return $this->arguments;
53 return $this->options['needs_environment'];
58 return $this->options['needs_context'];
63 if (isset($this->options['is_safe'])) {
64 return $this->options['is_safe'];
67 if (isset($this->options['is_safe_callback'])) {
74 return $this->options['preserves_safety'];
79 return $this->options['pre_escape'];
[all …]
/plugin/combo/vendor/php-webdriver/webdriver/lib/
H A DWebDriverPoint.php15 $this->x = $x;
16 $this->y = $y;
26 return (int) $this->x;
36 return (int) $this->y;
48 $this->x = $new_x;
49 $this->y = $new_y;
51 return $this;
63 $this->x += $x_offset;
64 $this->y += $y_offset;
66 return $this;
[all...]
/plugin/lightweightcss/
H A Daction.php89 $controller->register_hook('CSS_CACHE_USE', 'BEFORE', $this, 'handle_use_cache');
144 $this->setupStyles();
188 return !$this->includeFilter( $str, $list );
200 return $this->includeFilter( $script, $this->templateStyles['admin'] );
202 …return $this->includeFilter( $script, $this->templateStyles['include']) && $this->excludeFilter( $…
210 if ( !is_null( $this->templateStyles) ) {
214 $this->templateStyles = array(
241 if ( !array_key_exists($mode, $this->templateStyles) ) {
242 $this->templateStyles[$mode] = array();
245 array_push( $this->templateStyles[$mode], $file);
[all …]

1...<<151152153154155156157158159160>>...1084