Home
last modified time | relevance | path

Searched refs:this (Results 13901 – 13925 of 27090) sorted by relevance

1...<<551552553554555556557558559560>>...1084

/plugin/metaeditor/
H A Daction.php24 … $controller->register_hook('AJAX_CALL_UNKNOWN', 'BEFORE', $this, 'handle_ajax_call_unknown');
52 $data = $this->getMetaForPage($pageid);
56 $data = $this->getMetaValueForPage($pageid, $opts['key']);
59 … $data = $this->setMetaValueForPage($pageid, $opts['key'], $opts['oldval'], $opts['newval']);
62 $data = $this->deleteMetaValueForPage($pageid, $opts['key']);
65 $data = $this->createMetaArrayForPage($pageid, $opts['key'], $opts['newval']);
68 … $data = $this->createMetaValueForPage($pageid, $opts['key'], $opts['newkey'], $opts['newval']);
178 $a['children'] = $this->parseMetaTree($v);
195 $out = $this->parseMetaTree($meta);
/plugin/onlineordering/
H A Dsend_form.php84 $bank_account = $this->getConf('bank_account');
88 $porto = $this->_get_porto( $data, $form['country'] );
104 $template = str_replace('{signature}', $this->getConf('signature'), $template);
116 $sender_email = $this->getConf('sender_email');
124 $sender_name = $this->getConf('sender_name');
143 $email_cc = $this->getConf("email_cc");
155 $output .= '<b>'.$this->getLang('thank_you_for_ordering').'</b><br /><br />';
157 $sent_notice = str_replace('{email}', $form['email'], $this->getLang('sent_notice'));
170 …$output = '<div id="onlineordering_error">'.str_replace('{email}', $form['email'], $this->getLang(…
/plugin/meta/
H A Dsyntax.php30 $this->Lexer->addSpecialPattern('~~META:.*?~~',$mode,'plugin_meta');
72 $date = $this->convertDate(trim($date));
131 $time = $this->autocompleteTime($time);
138 $startdate = $this->autocompleteDate($startdate);
142 $starttime = $this->autocompleteTime($starttime);
148 $end_date = $this->autocompleteDate($enddate, true);
150 $endtime = $this->autocompleteTime($enddate, true);
158 $enddate = $this->autocompleteDate($enddate, true);
162 $endtime = $this->autocompleteTime($endtime, true);
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Datastore/Resource/
H A DProjects.php62 return $this->call('allocateIds', [$params], AllocateIdsResponse::class);
77 return $this->call('beginTransaction', [$params], BeginTransactionResponse::class);
93 return $this->call('commit', [$params], CommitResponse::class);
115 return $this->call('export', [$params], GoogleLongrunningOperation::class);
134 return $this->call('import', [$params], GoogleLongrunningOperation::class);
149 return $this->call('lookup', [$params], LookupResponse::class);
165 return $this->call('reserveIds', [$params], ReserveIdsResponse::class);
180 return $this->call('rollback', [$params], RollbackResponse::class);
195 return $this->call('runQuery', [$params], RunQueryResponse::class);
/plugin/indexmenu/_test/
H A Dindexmenu_syntax_indexmenu.test.php
/plugin/davcal/vendor/sabre/dav/lib/CalDAV/
H A DCalendarQueryValidator.php41 $this->validateCompFilters($vObject, $filters['comp-filters']) &&
42 $this->validatePropFilters($vObject, $filters['prop-filters']);
81 …if ($this->validateTimeRange($subComponent, $filter['time-range']['start'], $filter['time-range'][…
97 $this->validateCompFilters($subComponent, $filter['comp-filters']) &&
98 $this->validatePropFilters($subComponent, $filter['prop-filters'])) {
152 …if ($this->validateTimeRange($subComponent, $filter['time-range']['start'], $filter['time-range'][…
168 $this->validateParamFilters($subComponent, $filter['param-filters']) &&
169 … (!$filter['text-match'] || $this->validateTextMatch($subComponent, $filter['text-match']))
228 if ($this->validateTextMatch($paramPart, $filter['text-match'])) {
/plugin/findologicxmlexport/vendor/hoa/math/Test/Unit/Visitor/
H A DArithmetic.php59 $this
91 $this->boolean(true);
96 $this
105 $this
122 $this
139 $this
156 $this
171 $this
188 $this
205 $this
/plugin/zul/syntax/
H A Dzirkelundlineal.php85 $this->Lexer->addSpecialPattern("<ZirkelUndLineal.*?/>",$mode,'plugin_zul_zirkelundlineal');
94 $match = html_entity_decode(substr($match,$this->matchLength(),-2));
95 $gmap = $this->_extract_params($match);
112 $gmap = $this->dflt;
126 $renderer->doc .= $this->_contact($data);
193 $archive = $this->getConf('jarbase').'/'.$this->getArchive();
195 ' code="'.$this->getCode().'"'.
327 if ($this->getConf('showHelpUrl')) {
330 if ($this->getConf('showDownloadUrl') && $hasfile) {
/plugin/structcondstyle/
H A Daction.php43 … $this->ops = [ "=" => new Operator("=", function($lhs, $rhs){return $lhs == $rhs;}),
54 …$controller->register_hook('PLUGIN_STRUCT_CONFIGPARSER_UNKNOWNKEY', 'BEFORE', $this, 'handle_plugi…
55 …egister_hook('PLUGIN_STRUCT_AGGREGATIONTABLE_RENDERRESULTROW', 'BEFORE', $this, 'handle_plugin_str…
56 …$controller->register_hook('PLUGIN_STRUCT_AGGREGATIONTABLE_RENDERRESULTROW', 'AFTER', $this, 'hand…
99 foreach ($this->ops as $k => $op) {
174 if (!isset($this->search_configs[$searchConfig_hash])) {
176 $this->search_configs[$searchConfig_hash] = [];
201 $cond_applies = $this->ops[$operator]->evaluate($row_val,$argument);
204 $this->search_configs[$searchConfig_hash][$rownum] = $cond_applies;
269 $cond_applies = $this->search_configs[$searchConfig_hash][$rownum];
/plugin/combo/ComboStrap/
H A DMetaManagerForm.php87 $this->page = $page;
88 $this->targetFormDataStore = MetadataFormDataStore::getOrCreateFromResource($page);
107 $fetcherMarkup = $this->page->getInstructionsDocument();
114 $name = $this->page->getPathObject()->toAbsoluteId();
122 $dokuwikiFsStore = MetadataDokuWikiStore::getOrCreateFromResource($this->page);
124 $dbStore = MetadataDbStore::getOrCreateFromResource($this->page);
153 ->setResource($this->page)
156 ->setWriteStore($this->targetFormDataStore);
169 ->setResource($this->page)
172 ->setWriteStore($this
[all...]
H A DRasterImageLink.php6 * COPYING file in the root directory of this source tree.
59 $this->fetchRaster = $fetcher;
75 $fetchRaster = $this->fetchRaster;
77 $attributes = $this->mediaMarkup->getExtraMediaTagAttributes()
99 // The unit is not mandatory in HTML, this is expected to be CSS pixel
223 !$fetchRaster->hasHeightRequested() // breakpoint url needs only the h attribute in this case
228 if ($fetchRaster->hasHeightRequested() // if this is a height request
239 $sizes .= $this->getSizes($breakpointPixels, $breakpointWidthMinusMargin);
259 $lazyLoad = $this->getLazyLoad();
265 $lazyLoadMethod = $this
[all...]
/plugin/referrers/
H A Daction.php22 $controller->register_hook('TPL_METAHEADER_OUTPUT', 'BEFORE', $this, '_addHeaders');
29 if (!($this->getConf('re_dont_count_admin') && $INFO['isadmin']) &&
30 !($this->getConf('re_dont_count_users') && $_SERVER['REMOTE_USER'])) {
31 re_log_referrers_new($this->getConf('re_URL_ignore'));
/plugin/fckg/
H A Dadmin.php21 $this->results = "<h2>Plugins</h3><ol><li>$list</ol>";
23 else $this->results="<h3>No applicable plugins found</h3>";
28 if($this->results) {
29 ptln('<p><br />' .$this->results . '</p>');
/plugin/webdav/vendor/sabre/http/lib/Auth/
H A DBearer.php29 $auth = $this->request->getHeader('Authorization');
51 $this->response->addHeader('WWW-Authenticate', 'Bearer realm="' . $this->realm . '"');
52 $this->response->setStatus(401);
/plugin/findologicxmlexport/vendor/sebastian/diff/src/
H A DLine.php35 $this->type = $type;
36 $this->content = $content;
44 return $this->content;
52 return $this->type;
/plugin/letsencrypt/classes/
H A DCliLogger.php13 $this->cli = $cli;
17 if(is_callable(array($this->cli, $name))){
18 $this->cli->$name($arguments[0]);
20 $this->cli->info($arguments[0]);
/plugin/findologicxmlexport/vendor/jms/serializer/tests/Fixtures/
H A DGroupsObject.php38 $this->foo = 'foo';
39 $this->bar = 'bar';
40 $this->foobar = 'foobar';
41 $this->none = 'none';
H A DDateTimeArraysObject.php25 $this->arrayWithDefaultDateTime = $arrayWithDefaultDateTime;
26 $this->arrayWithFormattedDateTime = $arrayWithFormattedDateTime;
34 return $this->arrayWithDefaultDateTime;
42 return $this->arrayWithFormattedDateTime;
/plugin/webdav/
H A Dhelper.php26 if (!$this->getConf('remote')) {
29 if (trim($this->getConf('remoteuser')) == '!!not set!!') {
35 if (trim($this->getConf('remoteuser')) == '') {
39 …return auth_isMember($this->getConf('remoteuser'), $INPUT->server->str('REMOTE_USER'), (array) $US…
/plugin/authgooglesheets/vendor/google/apiclient-services/src/SecurityCommandCenter/
H A DAuditLogConfig.php37 $this->exemptedMembers = $exemptedMembers;
44 return $this->exemptedMembers;
51 $this->logType = $logType;
58 return $this->logType;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/CloudSearch/
H A DContextAttribute.php37 $this->name = $name;
44 return $this->name;
51 $this->values = $values;
58 return $this->values;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/SemanticTile/
H A DVertex2DList.php28 $this->xOffsets = $xOffsets;
32 return $this->xOffsets;
36 $this->yOffsets = $yOffsets;
40 return $this->yOffsets;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/DataFusion/
H A DAuditLogConfig.php37 $this->exemptedMembers = $exemptedMembers;
44 return $this->exemptedMembers;
51 $this->logType = $logType;
58 return $this->logType;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Dialogflow/
H A DGoogleCloudDialogflowCxV3BatchRunTestCasesRequest.php37 $this->environment = $environment;
44 return $this->environment;
51 $this->testCases = $testCases;
58 return $this->testCases;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/ServiceManagement/
H A DAuditLogConfig.php37 $this->exemptedMembers = $exemptedMembers;
44 return $this->exemptedMembers;
51 $this->logType = $logType;
58 return $this->logType;

1...<<551552553554555556557558559560>>...1084