Home
last modified time | relevance | path

Searched refs:this (Results 16751 – 16775 of 27090) sorted by relevance

1...<<671672673674675676677678679680>>...1084

/plugin/bureaucracyau/helper/
H A Dfieldstatic.php20 $this->opt['optional'] = true;
54 if (!isset($this->opt['display'])) {
55 $this->opt['display'] = $this->opt['label'];
/plugin/findologicxmlexport/vendor/phpspec/prophecy/src/Prophecy/Argument/Token/
H A DTypeToken.php37 $this->type = $type;
49 $checker = "is_{$this->type}";
54 return $argument instanceof $this->type ? 5 : false;
74 return sprintf('type(%s)', $this->type);
/plugin/mathjax/action/
H A Denable.php21 …$controller->register_hook('TPL_METAHEADER_OUTPUT', 'BEFORE', $this, 'handle_tpl_metaheader_output…
37 '_data' => $this->getConf('config'),
41 $configfiles = $this->getConf('configfile');
61 'src' => $this->getConf('url'),
/plugin/move/_test/
H A Dcache_handling.test.php16 $this->pluginsEnabled[] = 'move';
36 $this->assertTrue($cache->useCache());
40 $this->assertTrue($move->movePage('wiki:foo:start', 'wiki:foo2:start'));
43 $this->assertFalse($cache->useCache());
/plugin/authgooglesheets/vendor/firebase/php-jwt/src/
H A DKey.php43 $this->keyMaterial = $keyMaterial;
44 $this->algorithm = $algorithm;
54 return $this->algorithm;
62 return $this->keyMaterial;
/plugin/authgooglesheets/vendor/guzzlehttp/guzzle/src/Handler/
H A DCurlHandler.php28 $this->factory = isset($options['handle_factory'])
39 $easy = $this->factory->create($request, $options);
43 return CurlFactory::finish($this, $easy, $this->factory);
/plugin/davcal/vendor/sabre/dav/lib/CalDAV/Xml/Property/
H A DAllowedSharingModes.php50 $this->canBeShared = $canBeShared;
51 $this->canBePublished = $canBePublished;
76 if ($this->canBeShared) {
79 if ($this->canBePublished) {
/plugin/davcal/vendor/sabre/dav/tests/Sabre/DAV/Auth/Backend/
H A DMock.php20 $this->principal = $principal;
54 if ($this->invalidCheckResponse) {
57 if ($this->fail) {
60 return [true, $this->principal];
/plugin/tablewidth/
H A Dsyntax.php15 $this->mode = substr(get_class($this), 7);
31 $this->Lexer->addSpecialPattern('[\t ]*\n\|<[^\n]+?>\|(?=\s*?\n[|^])', $mode, $this->mode);
/plugin/elasticsearch/vendor/ruflin/elastica/src/Aggregation/
H A DGeotileGridAggregation.php18 * @param string $name the name of this aggregation
19 * @param string $field the field on which to perform this aggregation
24 $this->setField($field);
28 * Set the field for this aggregation.
30 * @param string $field the name of the document field on which to perform this aggregation
32 * @return $this
36 return $this->setParam('field', $field);
40 * Set the precision for this aggregation.
44 * @return $this
48 return $this
[all...]
/plugin/notification/helper/
H A Dcron.php20 $this->sqlite = $db_helper->getDB();
28 $res = $this->sqlite->query('SELECT user from cron_check');
29 $ourUsers = $this->sqlite->res2arr($res);
42 $this->sqlite->storeEntry(
131 $html = '<p>' . $this->getLang('mail content') . '</p>';
133 $text = $this->getLang('mail content') . "\n\n";
172 $mail->subject($this->getLang('mail subject'));
/plugin/bureaucracy/helper/
H A Dfieldstatic.php20 $this->opt['optional'] = true;
54 if (!isset($this->opt['display'])) {
55 $this->opt['display'] = $this->opt['label'];
/plugin/dokuprism/
H A Daction.php13 $controller->register_hook('TPL_METAHEADER_OUTPUT', 'BEFORE', $this, 'metaheaders'); // https://www.dokuwiki.org/devel:event:tpl_metaheader_output
14 $controller->register_hook('TOOLBAR_DEFINE' , 'AFTER' , $this, 'codeLanguageToolbar', array());
35 $languages = explode('|',$this->getConf('lanuages_list'));
48 'title' => $this->getLang('button_title'),
/plugin/struct/types/
H A DMail.php24 $mail = $this->config['prefix'] . $value . $this->config['postfix'];
39 $mail = $this->config['prefix'] . $rawvalue . $this->config['postfix'];
/plugin/issuelinks/
H A Dsyntax.php41 $this->syntaxPatterns = $serviceProvider->getSyntaxKeys();
43 foreach ($this->syntaxPatterns as $pattern => $class) {
44 $this->Lexer->addSpecialPattern("\[\[$pattern>.*?\]\]", $mode, 'plugin_issuelinks');
64 $serviceClassName = $this->syntaxPatterns[$pmServiceKey];
77 $this->saveLinkToDatabase(
105 $db_helper = $this->loadHelper('issuelinks_db');
/plugin/fckg/
H A Dhelper.php29 $str = $this->getConf($val);
39 $fckg_conf_direction = $this->getConf('direction');
59 $open_upload = $this->getConf('open_upload');
60 $editor_backup = $this->getConf('editor_bak');
61 $create_folder = $this->getConf('create_folder');
109 $default_fb = $this->getConf('default_fb');
/plugin/javadoc/
H A Dsyntax.php45 if ($mode == substr(get_class($this), 7)) {
57 $this->Lexer->addEntryPattern('<javadoc\b.*?>(?=.*?</javadoc>)',$mode,'plugin_javadoc');
64 $this->Lexer->addExitPattern('</javadoc>','plugin_javadoc');
103 $jdkurl = $this->getConf('jdk');
111 $config = explode(' ', $this->getConf($key));
126 if ($this->getConf('show_icon')) {
/plugin/linkbonus/syntax/
H A Dexternal.php27 return DW_common_linkbonus::getInfo($this);
36 return ($this->getConf('priority') == 0) ? 290 : 240;
55 $this->Lexer->addSpecialPattern(
108 if ($this->getConf('link_favicons') == true) $keys[]= 'favicon';
142 $link['title'].= ' '. $this->getLang(($pagestatus===false) ? 'doa_no' : 'doa_ok');
147 $link['format'] = $this->getConf('in_formatting');
/plugin/jplayer/vendor/james-heinrich/getid3/getid3/
H A Dmodule.audio.tta.php27 $info = &$this->getid3->info;
34 $this->fseek($info['avdataoffset']);
35 $ttaheader = $this->fread(26);
40 …$this->error('Expecting "'.getid3_lib::PrintHexBytes($magic).'" at offset '.$info['avdataoffset'].…
98 …$this->error('This version of getID3() ['.$this->getid3->version().'] only knows how to handle TTA…
/plugin/footer/
H A Daction.php32 …$controller->register_hook('PARSER_WIKITEXT_PREPROCESS', 'AFTER', $this, 'handle_parser_wikitext_p…
36 $controller->register_hook('PARSER_CACHE_USE', 'BEFORE', $this, '_purgecache');
69 $pre_nsp = $this->getConf('prefix_namespace');
81 $pre_sub = $this->getConf('prefix_subnamespace');
143 if ($this->getConf('separation') == 'paragraph') {
219 $aclcache = $this->getConf('aclcache');
/plugin/authgooglesheets/vendor/google/apiclient-services/src/SecurityCommandCenter/Resource/
H A DFoldersSourcesFindings.php60 return $this->call('group', [$params], GroupFindingsResponse::class);
151 return $this->call('list', [$params], ListFindingsResponse::class);
175 return $this->call('patch', [$params], Finding::class);
194 return $this->call('setMute', [$params], Finding::class);
211 return $this->call('setState', [$params], Finding::class);
238 return $this->call('updateSecurityMarks', [$params], SecurityMarks::class);
H A DProjectsSourcesFindings.php60 return $this->call('group', [$params], GroupFindingsResponse::class);
151 return $this->call('list', [$params], ListFindingsResponse::class);
175 return $this->call('patch', [$params], Finding::class);
194 return $this->call('setMute', [$params], Finding::class);
211 return $this->call('setState', [$params], Finding::class);
238 return $this->call('updateSecurityMarks', [$params], SecurityMarks::class);
/plugin/authgooglesheets/vendor/google/apiclient-services/src/SQLAdmin/Resource/
H A DDatabases.php48 return $this->call('delete', [$params], Operation::class);
65 return $this->call('get', [$params], Database::class);
82 return $this->call('insert', [$params], Operation::class);
98 return $this->call('list', [$params], DatabasesListResponse::class);
116 return $this->call('patch', [$params], Operation::class);
134 return $this->call('update', [$params], Operation::class);
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Dns/Resource/
H A DManagedZones.php52 return $this->call('create', [$params], ManagedZone::class);
72 return $this->call('delete', [$params]);
93 return $this->call('get', [$params], ManagedZone::class);
117 return $this->call('list', [$params], ManagedZonesListResponse::class);
139 return $this->call('patch', [$params], Operation::class);
161 return $this->call('update', [$params], Operation::class);
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Directory/Resource/
H A DChromeosdevices.php63 return $this->call('action', [$params]);
86 return $this->call('get', [$params], ChromeOsDevice::class);
121 return $this->call('list', [$params], ChromeOsDevicesModel::class);
137 return $this->call('moveDevicesToOu', [$params]);
164 return $this->call('patch', [$params], ChromeOsDevice::class);
190 return $this->call('update', [$params], ChromeOsDevice::class);

1...<<671672673674675676677678679680>>...1084