Home
last modified time | relevance | path

Searched refs:this (Results 4426 – 4450 of 27090) sorted by relevance

1...<<171172173174175176177178179180>>...1084

/plugin/folded/
H A Daction.php19 $controller->register_hook('DOKUWIKI_STARTED', 'AFTER', $this, 'addhidereveal');
20 $controller->register_hook('TEMPLATE_PAGETOOLS_DISPLAY', 'BEFORE', $this, 'add_button', array());
21 $controller->register_hook('MENU_ITEMS_ASSEMBLY', 'AFTER', $this, 'add_button_new', array());
33 $hide = $this->getConf('hide') ? $this->getConf('hide') : $this->getLang('hide');
34 $reveal = $this->getConf('reveal') ? $this->getConf('reveal') : $this->getLang('reveal');
51 if($this
[all...]
/plugin/elasticsearch/vendor/react/promise/src/
H A DLazyPromise.php15 $this->factory = $factory;
20 return $this->promise()->then($onFulfilled, $onRejected, $onProgress);
25 return $this->promise()->done($onFulfilled, $onRejected, $onProgress);
30 return $this->promise()->otherwise($onRejected);
35 return $this->promise()->always($onFulfilledOrRejected);
40 return $this->promise()->progress($onProgress);
45 return $this->promise()->cancel();
54 if (null === $this->promise) {
56 $this->promise = resolve(\call_user_func($this
[all...]
/plugin/tag/_test/
H A Dtopic_tag.test.php8 $this->pluginsEnabled[] = 'tag';
9 $this->pluginsEnabled[] = 'pagelist';
24 $this->assertContains('tag:topictag', p_wiki_xhtml('topic_page'), 'Page with tag syntax doesn\'t contain tag output');
25 $this->assertNotContains('tag:test2tag', p_wiki_xhtml('topic_page'), 'Page with tag and topic syntax tag which is listed in a page that is listed in the topic syntax but not on the page itself');
26 $this->assertContains('topic_page', p_wiki_xhtml('topic_page'), 'Page with topic and tag syntax doesn\'t list itself in the topic syntax');
27 $this->assertContains('tagged_page', p_wiki_xhtml('topic_page'), 'Page with topic syntax doesn\'t list matching page');
28 $this->assertContains('tag:mytag', p_wiki_xhtml('tagged_page'), 'Page with tag syntax doesn\'t contain tag output');
29 $this->assertContains('tag:test2tag', p_wiki_xhtml('tagged_page'), 'Page with tag syntax doesn\'t contain tag output');
30 $this->assertNotContains('tag:topictag', p_wiki_xhtml('tagged_page'), 'Page with tag syntax contains tag from a page in which it is listed in the topic syntax');
32 $this
[all...]
/plugin/strata/syntax/
H A Dselect.php16 $this->helper =& plugin_load('helper', 'strata_syntax');
17 $this->util =& plugin_load('helper', 'strata_util');
18 $this->triples =& plugin_load('helper', 'strata_triples');
51 'ui' => $this->getUISettingUI($hasUIBlock),
72 $match = $this->preprocess($match, $state, $pos, $handler, $result, $typemap);
80 $header = $this->handleHeader($header, $result, $typemap);
84 $result['fields'] = $this->helper->parseFieldsShort($header, $typemap);
89 $tree = $this->helper->constructTree($lines,'query');
92 $longFields = $this->helper->getFields($tree, $typemap);
96 $this
[all...]
/plugin/geophp/vendor/funiq/geophp/src/Adapter/
H A DWKT.php51 $this->hasZ = false;
52 $this->measured = false;
79 if ($geometry = $this->parseTypeAndGetData($wkt)) {
98 $geometryType = $this->isWktType($m['type']);
100 //$this->hasZ = $this->hasZ || $m['z'];
101 //$this->measured = $this->measured || $m['m'];
106 return call_user_func([$this, $method], $dataString);
123 if ($this
[all...]
/plugin/fedauth/Auth/OpenID/
H A DFileStore.php57 $this->directory = $directory;
58 $this->active = true;
71 if (!$this->_setup()) {
80 $this->active = false;
152 if (!$this->active) {
184 if (!$this->active) {
234 if (!$this->active) {
298 if (!$this->active) {
340 if (!$this->active) {
364 if (!$this->active) {
[all …]
/plugin/findologicxmlexport/vendor/jms/serializer/tests/Serializer/
H A DJsonSerializationTest.php137 self::assertEquals('{}', $this->serialize($object));
143 [[1, 2, 3], $this->getContent('inline_map')],
144 [[], $this->getContent('inline_empty_map')],
159 self::assertSame($expected, $this->serialize($collection));
162 $this->deserialize($expected, get_class($collection))
172 $this->dispatcher->addSubscriber(new LinkAddingSubscriber());
178 $this->handlerRegistry->registerHandler(
197 $this->handlerRegistry->registerHandler(
227 $content = $this->getContent('object_with_object_property');
279 self::assertEquals('{}', $this->serialize(new Author(null)));
[all …]
/plugin/creole/syntax/
H A Dsubscript.php20 $this->Lexer->addSpecialPattern(
31 $this->eventhandler = plugin_load('helper', 'creole_eventhandler');
32 $this->eventhandler->addOnNotify('insert', 'header', 'header',
34 array($this, 'onHeaderCallback'));
35 $this->eventhandler->addOnNotify('found', 'emptyline', NULL,
37 array($this, 'onHeaderCallback'));
38 $this->eventhandler->addOnNotify('open', 'list', NULL,
40 array($this, 'onHeaderCallback'));
41 $this->eventhandler->addOnNotify('open', 'table', NULL,
43 array($this, 'onHeaderCallback'));
[all …]
H A Dsuperscript.php20 $this->Lexer->addSpecialPattern(
31 $this->eventhandler = plugin_load('helper', 'creole_eventhandler');
32 $this->eventhandler->addOnNotify('insert', 'header', 'header',
34 array($this, 'onHeaderCallback'));
35 $this->eventhandler->addOnNotify('found', 'emptyline', NULL,
37 array($this, 'onHeaderCallback'));
38 $this->eventhandler->addOnNotify('open', 'list', NULL,
40 array($this, 'onHeaderCallback'));
41 $this->eventhandler->addOnNotify('open', 'table', NULL,
43 array($this, 'onHeaderCallback'));
[all …]
/plugin/linkprefix/
H A Drenderer.php30 …if (!$this->getConf('prefix') || $this->getConf('ignore_same_domain') == 1 && strtolower(parse_url…
36 $url = $this->getConf('encode_url') ? urlencode($url) : $url;
37 if ($this->getConf('prefix') == DOKU_BASE . 'lib/plugins/linkprefix/redirect.php?') {
38 $url = $protocol . "://" . $_SERVER["HTTP_HOST"] . $this->getConf('prefix') . $url;
41 $url = $this->getConf('prefix') . $url;
47 if (!$this->getConf('prefix')) {
51 $backup = $this->interwiki[$shortcut];
52 …$url = $this->getConf('encode_url') ? urlencode($this->interwiki[$shortcut]) : $this->interwiki[$s…
53 if ($backup) $this->interwiki[$shortcut] = $this->getConf('prefix') . $url;
55 $this->interwiki[$shortcut] = $backup;
/plugin/webdav/vendor/sabre/dav/lib/DAVACL/
H A DAbstractPrincipalCollection.php58 $this->principalPrefix = $principalPrefix;
59 $this->principalBackend = $principalBackend;
82 list(, $name) = URLUtil::splitPath($this->principalPrefix);
94 if ($this->disableListing)
98 …foreach ($this->principalBackend->getPrincipalsByPrefix($this->principalPrefix) as $principalInfo)…
100 $children[] = $this->getChildForPrincipal($principalInfo);
117 …$principalInfo = $this->principalBackend->getPrincipalByPath($this->principalPrefix . '/' . $name);
119 return $this->getChildForPrincipal($principalInfo);
148 …$result = $this->principalBackend->searchPrincipals($this->principalPrefix, $searchProperties, $te…
177 return $this->principalBackend->findByUri($uri, $this->principalPrefix);
/plugin/authgoogle/google/service/
H A DGoogle_Model.php30 $this->mapTypes($array);
42 $this->$key = $val;
46 if ($this->useObjects() && property_exists($this, $keyTypeName)) {
47 if ($this->isAssociativeArray($val)) {
48 if (isset($this->$keyDataType) && 'map' == $this->$keyDataType) {
50 $val[$arrayKey] = $this->createObjectFromName($keyTypeName, $arrayItem);
52 $this->$key = $val;
54 $this->$key = $this->createObjectFromName($keyTypeName, $val);
59 $arrayObject[$arrayIndex] = $this->createObjectFromName($keyTypeName, $arrayItem);
61 $this->$key = $arrayObject;
[all …]
/plugin/mailto/
H A Daction.php25 $controller->register_hook('TPL_ACT_UNKNOWN', 'BEFORE', $this, 'handle_act_unknown', array());
47 $this->_mailto();
62 if ($this->getConf('mailto_acl_admin_only') && $INFO['isadmin'])
66 foreach ((array)explode(',', $this->getConf('mailto_acl_grps')) as $grps) {
74 msg($this->getLang('mailto_msg_bad_acl'),-1);
80 msg($this->getLang('mailto_already_sent')
82 . strftime($this->getConf('mailto_dformat'), $metas['plugin']['mailto']['sent']), 2) ;
93 $this->getConf('mailto_from'),
95 $this->getConf('mailto_bcc'))) {
96 msg($this->getLang('mailto_msg_send_fail'),-1);
[all …]
/plugin/tablelayout/action/
H A Dlayoutform.php50 $form->addHTML($this->getLang('text:explain form'));
56 $this->getLang('label:rowsHeader'));
57 $form->addTextInput('rowsVisible', $this->getLang('label:rowsVisible'))
61 'default' => $this->getLang('option:default'),
62 'left' => $this->getLang('option:float left'),
63 'right' => $this->getLang('option:float right'),
64 'center' => $this->getLang('option:center'),
69 $form->addCheckbox('tableSort', $this->getLang('label:tableSort'));
70 $form->addCheckbox('tableSearch', $this->getLang('label:tableSearch'));
71 $form->addCheckbox('tablePrint', $this->getLang('label:tablePrint'));
[all …]
/plugin/authgooglesheets/vendor/google/apiclient-services/src/RealTimeBidding/
H A DPolicyTopicEvidence.php49 return $this->destinationNotCrawlable;
63 return $this->destinationNotWorking;
77 return $this->destinationUrl;
84 $this->domainCall = $domainCall;
91 return $this->domainCall;
98 $this->downloadSize = $downloadSize;
105 return $this->downloadSize;
112 $this->httpCall = $httpCall;
119 return $this->httpCall;
126 $this->httpCookie = $httpCookie;
[all …]
/plugin/authgooglesheets/vendor/google/apiclient-services/src/AuthorizedBuyersMarketplace/
H A DMarketplaceTargeting.php42 $this->daypartTargeting = $daypartTargeting;
49 return $this->daypartTargeting;
56 $this->geoTargeting = $geoTargeting;
63 return $this->geoTargeting;
77 return $this->inventorySizeTargeting;
91 return $this->placementTargeting;
105 return $this->technologyTargeting;
112 $this->userListTargeting = $userListTargeting;
119 return $this->userListTargeting;
126 $this->videoTargeting = $videoTargeting;
[all …]
/plugin/authgooglesheets/vendor/google/auth/src/Middleware/
H A DScopedAccessTokenMiddleware.php66 $this->tokenFunc = $tokenFunc;
72 $this->scopes = $scopes;
75 $this->cache = $cache;
76 $this->cacheConfig = array_merge([
136 if (is_string($this->scopes)) {
137 $key .= $this->scopes;
138 } elseif (is_array($this->scopes)) {
139 $key .= implode(':', $this->scopes);
153 $cacheKey = $this->getCacheKey();
160 $token = call_user_func($this->tokenFunc, $this->scopes);
[all …]
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Sheets/
H A DUpdateBordersRequest.php42 $this->bottom = $bottom;
49 return $this->bottom;
77 return $this->innerVertical;
84 $this->left = $left;
91 return $this->left;
98 $this->range = $range;
105 return $this->range;
112 $this->right = $right;
119 return $this->right;
126 $this->top = $top;
[all …]
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Bigquery/
H A DEvaluationMetrics.php42 $this->arimaForecastingMetrics = $arimaForecastingMetrics;
49 return $this->arimaForecastingMetrics;
63 return $this->binaryClassificationMetrics;
70 $this->clusteringMetrics = $clusteringMetrics;
77 return $this->clusteringMetrics;
91 return $this->dimensionalityReductionMetrics;
105 return $this->multiClassClassificationMetrics;
112 $this->rankingMetrics = $rankingMetrics;
119 return $this->rankingMetrics;
126 $this->regressionMetrics = $regressionMetrics;
[all …]
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Docs/
H A DResponse.php42 $this->createFooter = $createFooter;
49 return $this->createFooter;
56 $this->createFootnote = $createFootnote;
63 return $this->createFootnote;
70 $this->createHeader = $createHeader;
77 return $this->createHeader;
91 return $this->createNamedRange;
105 return $this->insertInlineImage;
119 return $this->insertInlineSheetsChart;
126 $this->replaceAllText = $replaceAllText;
[all …]
/plugin/davcal/vendor/sabre/dav/lib/DAVACL/
H A DAbstractPrincipalCollection.php58 $this->principalPrefix = $principalPrefix;
59 $this->principalBackend = $principalBackend;
82 list(, $name) = URLUtil::splitPath($this->principalPrefix);
94 if ($this->disableListing)
98 …foreach ($this->principalBackend->getPrincipalsByPrefix($this->principalPrefix) as $principalInfo)…
100 $children[] = $this->getChildForPrincipal($principalInfo);
117 …$principalInfo = $this->principalBackend->getPrincipalByPath($this->principalPrefix . '/' . $name);
119 return $this->getChildForPrincipal($principalInfo);
148 …$result = $this->principalBackend->searchPrincipals($this->principalPrefix, $searchProperties, $te…
177 return $this->principalBackend->findByUri($uri, $this->principalPrefix);
/plugin/dw2pdf/vendor/mpdf/mpdf/src/Gif/
H A DColorTable.php11 * condition to leave the original address (Yamasoft, http://www.yamasoft.com) and this header.
24 unset($this->m_nColors);
25 unset($this->m_arColors);
30 $this->m_nColors = 0;
31 $this->m_arColors = [];
39 $this->m_arColors[] = (ord($rgb[2]) << 16) + (ord($rgb[1]) << 8) + ord($rgb[0]);
40 $this->m_nColors++;
50 for ($i = 0; $i < $this->m_nColors; $i++) {
52 chr(($this->m_arColors[$i] & 0x000000FF)) . // R
53 chr(($this
[all...]
/plugin/pycode/
H A Dsyntax.php31 $this->mpp = new method_pycode_plugin;
221 $cache = $this->getConf("cache");
338 $this->_print_error($renderer);
341 $this->_print_wrong_flag($renderer);
388 $nums = $this->getConf("nums");
393 $title = $this->getConf("title");
507 $docstr = $this->getConf("docstr");
633 $note = $this->getLang("note");
707 $wrong_flag = $this->getLang("wrong-flag");
723 $wrong_lang = $this->getLang("wrong-lang");
[all …]
/plugin/numberedheadings/
H A Dsyntax.php46 $this->mode = substr(get_class($this), 7);
49 $this->pattern[0] = '~~HEADLINE NUMBERING FIRST LEVEL = \d~~';
50 $this->pattern[5] = '^[ \t]*={2,} ?-+(?:[#"][^\n]*)? [^\n]*={2,}[ \t]*(?=\n)';
55 $this->Lexer->addSpecialPattern($this->pattern[0], $mode, $this->mode);
56 $this->Lexer->addSpecialPattern($this->pattern[5], $mode, $this
[all...]
/plugin/authgooglesheets/vendor/phpseclib/phpseclib/phpseclib/Crypt/
H A DRC4.php119 if ($this->continuousBuffer) {
123 $this->cipher_name_openssl = 'rc4-40';
125 switch (strlen($this->key)) {
159 $this->key_length = $length >> 3;
249 $key = $this->key;
260 $this->stream = [];
261 $this->stream[self::DECRYPT] = $this->stream[self::ENCRYPT] = [
280 if ($this->changed) {
281 $this->setup();
284 $stream = &$this->stream[$mode];
[all …]

1...<<171172173174175176177178179180>>...1084