Home
last modified time | relevance | path

Searched refs:this (Results 1201 – 1225 of 27090) sorted by relevance

1...<<41424344454647484950>>...1084

/plugin/authgooglesheets/vendor/monolog/monolog/src/Monolog/Handler/
H A DRotatingFileHandler.php55 $this->maxFiles = $maxFiles;
71 $this->rotate();
83 $this->rotate();
104 $this->url = $this->getTimedFilename();
105 $this->close();
107 return $this;
117 $this->mustRotate = null === $this->url || !file_exists($this->url);
122 $this->close();
134 $this->url = $this->getTimedFilename();
138 if (0 === $this->maxFiles) {
[all …]
H A DStreamHandler.php74 stream_set_chunk_size($this->stream, $this->streamChunkSize);
90 if ($this->url && is_resource($this->stream)) {
93 $this->stream = null;
94 $this->dirCreated = null;
104 return $this->stream;
114 return $this->url;
131 $url = $this->url;
152 $stream = $this->stream;
157 if ($this->useLocking) {
164 if ($this->useLocking) {
[all …]
/plugin/authgooglesheets/vendor/google/apiclient-services/src/OnDemandScanning/
H A DOccurrence.php92 $this->build = $build;
99 return $this->build;
183 return $this->envelope;
190 $this->image = $image;
197 return $this->image;
204 $this->kind = $kind;
211 return $this->kind;
218 $this->name = $name;
225 return $this->name;
253 return $this->package;
[all …]
/plugin/authgooglesheets/vendor/google/apiclient-services/src/ChromeManagement/
H A DGoogleChromeManagementV1TelemetryDevice.php96 return $this->batteryInfo;
117 $this->cpuInfo = $cpuInfo;
124 return $this->cpuInfo;
152 return $this->customer;
166 return $this->deviceId;
180 return $this->graphicsInfo;
208 return $this->memoryInfo;
229 $this->name = $name;
236 return $this->name;
264 return $this->orgUnitId;
[all …]
/plugin/authgooglesheets/vendor/google/apiclient-services/src/ContainerAnalysis/
H A DOccurrence.php92 $this->build = $build;
99 return $this->build;
183 return $this->envelope;
190 $this->image = $image;
197 return $this->image;
204 $this->kind = $kind;
211 return $this->kind;
218 $this->name = $name;
225 return $this->name;
253 return $this->package;
[all …]
/plugin/fedauth/classes/adm/
H A Dfa_manage.adm.class.php42 if (is_null($this->listSource)) {
57 return $this->manager->providers->{'get'.ucfirst($this->listSource)}();
87 return $this->$method();
89 $this->success = true;
101 return $this->$method();
112 print $this->_html_details($this->provid);
147 … . $this->html_providers_list($this->manager->providers->{'get'.ucfirst($listtype)}(), $large)
202 …$details = ($this->cmd == 'details' && $this->provid == $id) ? $this->_html_details($id, true) : '…
210 . $this->_html_button($id, 'moveup', $this->manager->providers->isFirst($id), 6)
211 . $this->_html_button($id, 'movedn', $this->manager->providers->isLast($id), 6)
[all …]
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Dialogflow/
H A DGoogleCloudDialogflowV2beta1IntentMessage.php81 return $this->basicCard;
102 $this->card = $card;
109 return $this->card;
130 $this->image = $image;
137 return $this->image;
193 return $this->payload;
207 return $this->platform;
263 return $this->rbmText;
305 return $this->tableCard;
354 $this->text = $text;
[all …]
/plugin/davcal/vendor/sabre/dav/tests/Sabre/CalDAV/
H A DValidateICalTest.php46 $this->server = new DAV\Server($tree);
48 $this->server->debugExceptions = true;
51 $this->server->addPlugin($plugin);
60 $this->server->httpRequest = $request;
61 $this->server->exec();
63 return $this->server->httpResponse;
74 $response = $this->request($request);
88 $response = $this->request($request);
91 $this->assertEquals(array(
104 … $this->assertEquals($expected, $this->calBackend->getCalendarObject('calendar1','blabla.ics'));
[all …]
/plugin/mdpage/vendor/cebe/markdown/
H A DParser.php50 $this->prepare();
63 $this->cleanup();
75 $this->prepare();
88 $this->cleanup();
126 sort($this->_blockTypes);
157 if ($this->_depth >= $this->maximumNestingLevel) {
161 $this->_depth++;
177 $this->_depth--;
321 if ($this->_depth >= $this->maximumNestingLevel) {
325 $this->_depth++;
[all …]
/plugin/combo/vendor/carica/phpcss/src/PhpCss/Ast/Visitor/
H A DCss.php26 $this->_buffer = '';
33 return $this->_buffer;
45 if (!empty($this->_buffer)) {
62 if ($this->_inSelectorSequence) {
63 $this->_buffer .= ', ';
65 $this->_inSelectorSequence = TRUE;
77 $this->_buffer .= $universal->namespacePrefix.'|*';
79 $this->_buffer .= '*';
92 $this->_buffer .= $type->namespacePrefix.'|'.$type->elementName;
94 $this
[all...]
/plugin/remotescript/lib/JsHttpRequest/
H A DJsHttpRequest.php58 $this->ID = $m[2];
69 $this->ID = 0;
70 $this->LOADER = 'unknown';
80 $this->setEncoding($enc);
250 if (preg_match('{'.$this->_uniqHash.'(.*?)'.$this->_uniqHash.'}sx', $text)) {
260 'id' => $this->ID,
268 … array_walk_recursive($result, array(&$this, '_toUtf8_callback'), $this->SCRIPT_ENCODING);
281 …$ctype = !empty($this->_contentTypes[$this->LOADER])? $this->_contentTypes[$this->LOADER] : $this-…
308 if ($this->_toUtfFailed || strpbrk($k, $this->_nonAsciiChars) !== false) {
325 $d[$this->_ucs2EntitiesDecode($k)] = $this->_ucs2EntitiesDecode($v);
[all …]
/plugin/bureaucracy-au/helper/
H A Dactiontemplate.php29 $this->patterns = array();
30 $this->values = array();
31 $this->targetpages = array();
46 if(empty($this->targetpages)) {
50 $this->checkTargetPageNames();
52 $this->processUploads($fields);
78 $this->pagename = $this->replace($this->pagename);
83 if ($this->pagename === '') {
131 if (!isset($this->targetpages[$this->pagename])) {
132 $this->targetpages[$this->pagename] = pageTemplate(array($this->pagename));
[all …]
/plugin/bureaucracyau/helper/
H A Dactiontemplate.php29 $this->patterns = array();
30 $this->values = array();
31 $this->targetpages = array();
46 if(empty($this->targetpages)) {
50 $this->checkTargetPageNames();
52 $this->processUploads($fields);
78 $this->pagename = $this->replace($this->pagename);
83 if ($this->pagename === '') {
131 if (!isset($this->targetpages[$this->pagename])) {
132 $this->targetpages[$this->pagename] = pageTemplate(array($this->pagename));
[all …]
/plugin/batchedit/
H A Dconfig.php36 $this->config = array();
38 $this->loadCookie();
45 $this->load($options);
52 return array_merge(self::$defaults, $this->config);
59 if (array_key_exists($id, $this->config)) {
60 return $this->config[$id];
74 return json_encode($this->config);
91 $this->load($cookie);
99 $this->config['searchmode'] = $options['searchmode'] == 'regexp' ? 'regexp' : 'text';
102 $this
[all...]
/plugin/pubmed2020/classes/
H A Dcache.php45 $this->mediaDir = $conf['mediadir'].'/'.$this->namespace;
46 $this->mediaFormat = $this->mediaDir.'/'.$this->prefix.'%s.'.$this->extension;
47 $this->linkFormat = $this->namespace.$delimiter.$this->prefix.'%s.'.$this->extension;
48 $this->abstractTrFormat = $this->mediaDir.'/'.$this->prefix.'%s_fr.txt';
64 $this->checkDir();
111 $dir = $this->mediaDir;
115 $patten = array($this->prefix,'.'.$this->extension);
145 $this->_save_array($this->crossRefId, $cross);
273 $crossrefs = $this->_read_array($base, $this->crossRefId);
275 $this->_save_array($this->crossRefId, $crossrefs);
[all …]
/plugin/barcodes/vendor/jucksearm/php-barcode/lib/
H A DPDF417Factory.php16 $this->_attributes = [
70 return $this;
81 return $this;
92 return $this;
97 return $this->getAttribute('size') * $this->_scalePx;
103 return $this;
114 return $this;
129 $color = $this->color;
160 $scale['frameX'] = $this->size - ($this->_borderPx * 2);
161 $scale['margin'] = round($this->size * ($this->margin / 100));
[all …]
/plugin/bureaucracy/helper/
H A Dactiontemplate.php29 [$tpl, $this->pagename] = $argv;
32 $this->patterns = array();
33 $this->values = array();
34 $this->targetpages = array();
44 'values' => &$this->values,
46 'action' => $this
93 $this->pagename = $resolver->resolveId($this->replace($this->pagename));
95 if ($this->pagename === '') {
172 if (!isset($this->targetpages[$this->pagename])) {
173 $raw = $this->rawPageTemplate($this->pagename);
[all …]
/plugin/metadisplay/helper/
H A Dhtml.php54 list($this->timestamp,$this->t_when) = explode(':',$tm);
55 $this->dtype = $dtype;
61 $this->fuzzy = $this->get_regex($fuzzy);
68 $this->recurse('.');
69 if(!$this->match){
121 if($this->t_when) {
122 $tmstmp = $this->getcurrent('date', $this->dtype);
123 if($this->t_when == 'b' && $tmstmp > $this->timestamp) {
126 else if($this->t_when == 'a' && $tmstmp < $this->timestamp) {
133 if($this->fuzzy) {
[all …]
H A Dplaintext.php53 list($this->timestamp,$this->t_when) = explode(':',$tm);
54 $this->dtype = $dtype;
60 $this->fuzzy = $this->get_regex($fuzzy);
67 $this->recurse('.');
68 if(!$this->match){
121 if($this->t_when) {
122 $tmstmp = $this->getcurrent('date', $this->dtype);
123 if($this->t_when == 'b' && $tmstmp > $this->timestamp) {
126 else if($this->t_when == 'a' && $tmstmp < $this->timestamp) {
133 if($this->fuzzy) {
[all …]
/plugin/imapmarkers/syntax/
H A Dmap.php36 if ($this->is_debug) {
42 $this->a_cfg = array();
43 $this->component = sprintf("plugin_%s_%s", $this->getPluginName(), $this->getPluginComponent());
66 $this->Lexer->addPattern('\s*\[{2}.+?\]{2}\s*', $this->component);
74 $this->Lexer->addExitPattern('\{{2}<(?i)IMAPMARKERS\}{2}', $this->component);
241 $this->a_areas[$this->nr_imagemap_render] = array();
247 $this->a_cfg[$this->nr_imagemap_render] = array();
249 array_push($this->a_cfg[$this->nr_imagemap_render], $data);
270 $nr_areas = count($this->a_areas[$this->nr_imagemap_render]);
272 if (array_key_exists($this->nr_imagemap_render, $this->a_cfg)) {
[all …]
/plugin/pubmed2020/
H A Dsyntax.php75 $this->documentFormat = $this->getConf('default_command');
76 $this->useDocumentFormat = false;
165 "doi_url" => $this->_a($refs, "pmcid", $this->doiUrl.$refs["doi"],
167 "journal_url" => $this->_a($refs, "pmid", $this->doiUrl.$refs["doi"],
382 $this->outputTpl["user"] = $this->getConf('user_defined_output');
386 $this->documentFormat = $id;
389 } else if ($this->useDocumentFormat && (!in_array($cmd, $this->commands))) {
468 $this->runTests();
606 $refs = $this->pubmed2020->readMedlineContent($raw, $this);
630 $output .= $this->replaceTokens($this->outputTpl[$cmd], $refs);
[all …]
/plugin/combo/ComboStrap/
H A DSnippet.php6 * COPYING file in the root directory of this source tree.
69 * has, these is this object that creates pages
133 * @var array - the slots that needs this snippet (as key to get only one snippet by scope)
171 $this->path = $path;
426 $this->critical = $bool;
427 return $this;
434 * @return $this
438 $this->async = !$bool;
439 return $this;
448 $this
[all...]
/plugin/securelogin/
H A Dhelper.php52 $this->_keyInfo = parse_ini_file($this->_keyIFile);
57 if(!$this->_key && file_exists($this->_keyFile)) {
58 $this->_key = openssl_pkey_get_private(file_get_contents($this->_keyFile));
59 if($this->_key) {
61 $this->_keyInfo = parse_ini_file($this->_keyIFile);
63 … $this->savePublicInfo($this->getPublicKeyInfo(file_get_contents($this->_keyFile)));
88 $this->_key = openssl_pkey_get_private(file_get_contents($this->_keyFile));
89 $this->savePublicInfo($this->getPublicKeyInfo(file_get_contents($this->_keyFile)));
98 return ($this->haveKey(true))?$this->_keyInfo['modulus']:null;
102 return ($this->haveKey(true))?$this->_keyInfo['exponent']:null;
[all …]
/plugin/gtime/gtlib/asn1/x509/
H A DX509Certificate.php73 if ($this->pkey !== null && $this->pkey !== false) {
77 if ($this->cert !== null && $this->cert !== false) {
125 if ($this->cert === null || $this->cert === false) {
126 $this->cert = openssl_x509_read($this->encodePEM());
129 if ($this->pkey == null || $this->pkey === false) {
130 $this->pkey = openssl_pkey_get_public($this->cert);
145 if ($this->cert === null || $this->cert === false) {
150 $this->data = openssl_x509_parse($this->cert);
166 if ($this->cert === null || $this->cert === false) {
170 if ($this->pkey === null || $this->pkey === false) {
[all …]
/plugin/combo/vendor/antlr/antlr4-php-runtime/src/Utils/
H A DSet.php25 $this->equivalence = $equivalence ?? new DefaultEquivalence();
30 return $this->count() === 0;
35 return $this->size;
44 $hash = $this->equivalence->hash($value);
46 if (!isset($this->table[$hash])) {
50 foreach ($this->table[$hash] as $entry) {
51 if ($this->equivalence->equivalent($value, $entry)) {
61 $hash = $this->equivalence->hash($value);
63 if (!isset($this->table[$hash])) {
64 $this
[all...]

1...<<41424344454647484950>>...1084