Home
last modified time | relevance | path

Searched refs:this (Results 4826 – 4850 of 27090) sorted by relevance

1...<<191192193194195196197198199200>>...1084

/plugin/davcal/vendor/sabre/vobject/tests/VObject/Component/
H A DVCalendarTest.php28 $this->assertEquals($output, $vcal->serialize());
360 $this->assertEquals(1, count($vcal->validate()));
379 $this->assertEquals(1, count($vcal->validate()));
397 $this->assertEquals(1, count($vcal->validate()));
417 $this->assertEquals(1, count($vcal->validate()));
543 $this->assertNull($result);
556 $this->assertValidate(
577 $this->assertValidate(
605 $this->assertValidate(
634 $this->assertValidate(
[all …]
/plugin/sqlite/
H A Dhelper.php52 if (!$this->existsPDOSqlite()) {
53 msg('PDO SQLite support missing in this PHP install - The sqlite plugin will not work', -1);
55 $this->adapter = new helper_plugin_sqlite_adapter_dummy();
64 return $this->adapter;
89 * Needs to be called right after loading this helper plugin
102 $this->adapter = new SQLiteDB($dbname, $updatedir, $this);
118 $this->adapter = $adapter;
126 $this->adapter->getPdo()->sqliteCreateFunction($function_name, $callback, $num_args);
144 $this
[all...]
/plugin/struct/action/
H A Dmove.php34 $controller->register_hook('PLUGIN_MOVE_PAGE_RENAME', 'AFTER', $this, 'handleMove', true);
35 $controller->register_hook('PLUGIN_MOVE_MEDIA_RENAME', 'AFTER', $this, 'handleMove', false);
42 * @param bool $ispage is this a page move operation?
49 $this->db = $hlp->getDB(false);
50 if (!$this->db instanceof SQLiteDB) return false;
55 $this->db->query('BEGIN TRANSACTION');
59 $this->updateDataTablePIDs($old, $new);
60 $this->updateAssignments($old, $new);
61 $this->updateTitles($old, $new);
71 $this
[all...]
/plugin/findologicxmlexport/vendor/jms/serializer/src/
H A DJsonSerializationVisitor.php32 $this->dataStack = [];
33 $this->options = $options;
84 \array_push($this->dataStack, $data);
90 $elType = $this->getElementType($type);
105 \array_pop($this->dataStack);
111 \array_push($this->dataStack, $this->data);
120 $rs = $this->data;
121 $this->data = \array_pop($this->dataStack);
150 $this->data[$key] = $value;
165 return isset($this->data[$key]);
[all …]
/plugin/findologicxmlexport/vendor/twig/extensions/lib/Twig/Extensions/Node/
H A DTrans.php40 $compiler->addDebugInfo($this);
42 list($msg, $vars) = $this->compileString($this->getNode('body'));
44 if ($this->hasNode('plural')) {
45 list($msg1, $vars1) = $this->compileString($this->getNode('plural'));
50 $function = $this->getTransFunction($this->hasNode('plural'));
52 if ($this->hasNode('notes')) {
66 if ($this->hasNode('plural')) {
71 ->subcompile($this->hasNode('count') ? $this->getNode('count') : null)
83 ->subcompile($this->hasNode('count') ? $this->getNode('count') : null)
103 if ($this->hasNode('plural')) {
[all …]
/plugin/findologicxmlexport/vendor/phpunit/phpunit-mock-objects/tests/MockObject/Generator/
H A Dproxy.phpt35 $this->__phpunit_invocationMocker = clone $this->__phpunit_getInvocationMocker();
51 $this->__phpunit_getInvocationMocker()->invoke(
53 'Foo', 'bar', $arguments, '', $this, true
73 $this->__phpunit_getInvocationMocker()->invoke(
75 'Foo', 'baz', $arguments, '', $this, true
90 $expects = $this->expects($any);
101 if ($this->__phpunit_invocationMocker === null) {
102 …$this->__phpunit_invocationMocker = new PHPUnit_Framework_MockObject_InvocationMocker($this->__php…
105 return $this->__phpunit_invocationMocker;
115 $this->__phpunit_getInvocationMocker()->verify();
[all …]
/plugin/findologicxmlexport/vendor/jms/serializer/src/EventDispatcher/
H A DEventDispatcher.php43 $this->listeners = $listeners;
44 $this->classListeners = [];
53 unset($this->classListeners[$eventName]);
68 unset($this->classListeners[$eventData['event']]);
74 if (!isset($this->listeners[$eventName])) {
78 if (!isset($this->classListeners[$eventName][$class][$format])) {
79 …$this->classListeners[$eventName][$class][$format] = $this->initializeListeners($eventName, $class…
82 return !!$this->classListeners[$eventName][$class][$format];
87 if (!isset($this->listeners[$eventName])) {
96 …$this->classListeners[$eventName][$objectClass][$format] = $this->initializeListeners($eventName, …
[all …]
/plugin/photogallery/
H A Dsyntax.php99 $this->_setConfOptions($data,$this->getConf('options'));
228 $this->metaAliases = $this->getMetaTagAliases();
233 if($this->_auth_check($data)){
314 $this->_poster($files,$data,$R);
317 $this->_poster($files,$data,$R);
497 $da = $this->_meta($a,'cdate');
498 $db = $this->_meta($b,'cdate');
508 $ta = $this->_meta($a,'title');
509 $tb = $this->_meta($b,'title');
623 $this->_addString($info,$imgcnt,sprintf($this->getLang('imagescnt'),$imgcnt));
[all …]
/plugin/webdav/vendor/sabre/dav/lib/DAV/PropertyStorage/
H A DPlugin.php52 $this->backend = $backend;
71 $server->on('afterMove', [$this, 'afterMove']);
72 $server->on('afterUnbind', [$this, 'afterUnbind']);
89 $pathFilter = $this->pathFilter;
107 $pathFilter = $this->pathFilter;
109 $this->backend->propPatch($path, $propPatch);
124 $pathFilter = $this->pathFilter;
126 $this->backend->delete($path);
141 $pathFilter = $this->pathFilter;
147 $this->backend->move($source, $destination);
[all …]
/plugin/ipban/ip-lib/src/Range/
H A DSingle.php30 $this->address = $address;
70 return $this->address->toString($long);
80 return $this->address->__toString();
90 return $this->address->getAddressType();
100 return $this->address->getRangeType();
128 if ($range->getAddressType() === $this->getAddressType()) {
144 return $this->address;
154 return $this->address;
164 return $this->address->getComparableString();
174 return $this->address->getComparableString();
[all …]
/plugin/syntaxhighlighter3/action/
H A Daction.php30 $controller->register_hook('TPL_METAHEADER_OUTPUT', 'BEFORE', $this, '_hooksh');
31 $controller->register_hook('TPL_ACT_RENDER', 'AFTER', $this, '_hookjsprocessing');
43 … 'href' => DOKU_BASE.'lib/plugins/syntaxhighlighter3/sxh3/pkg/styles/'.$this->getConf('theme'),
78 $brushes = $this->getConf('brushes');
96 …ptln(" SyntaxHighlighter.defaults['collapse'] = " . ($this->getConf('collapse') == 1 ? 'true' : '…
97 $firstLine = $this->getConf('first-line');
99 … ptln(" SyntaxHighlighter.defaults['first-line'] = " . $this->getConf('first-line') . ";");
101 …ptln(" SyntaxHighlighter.defaults['gutter'] = " . ($this->getConf('gutter') == 1 ? 'true' : 'fals…
104 $tabSize = $this->getConf('tab-size');
106 ptln(" SyntaxHighlighter.defaults['tab-size'] = " . $this->getConf('tab-size') . ";");
[all …]
/plugin/jplayer/vendor/mustache/mustache/src/Mustache/Cache/
H A DFilesystemCache.php35 $this->baseDir = $baseDir;
36 $this->fileMode = $fileMode;
48 $fileName = $this->getCacheFilename($key);
66 $fileName = $this->getCacheFilename($key);
68 $this->log(
74 $this->writeFile($fileName, $value);
75 $this->load($key);
104 $this->log(
133 $this->log(
142 $mode = isset($this->fileMode) ? $this->fileMode : (0666 & ~umask());
[all …]
/plugin/authucenter/lib/uc_client/model/
H A Dtag.php18 $this->tagmodel($base);
22 $this->base = $base;
23 $this->db = $base->db;
27 $arr = $this->db->fetch_all("SELECT * FROM ".UC_DBTABLEPRE."tags WHERE tagname='$tagname'");
32 …$result = $this->db->result_first("SELECT tagtemplates FROM ".UC_DBTABLEPRE."applications WHERE ap…
40 $this->base->load('app');
51 …$return = $this->db->result_first("SELECT count(*) FROM ".UC_DBTABLEPRE."tags WHERE tagname='$data…
53 …$this->db->query("UPDATE ".UC_DBTABLEPRE."tags SET data='$datanew', expiration='".$this->base->tim…
55 …$this->db->query("INSERT INTO ".UC_DBTABLEPRE."tags (tagname, appid, data, expiration) VALUES ('$d…
63 …$this->db->query("UPDATE ".UC_DBTABLEPRE."tags SET expiration='0' WHERE tagname='$tagname' AND app…
[all …]
/plugin/adminperm/
H A Dadmin.php38 if ($this->save($INPUT->post->arr('d'))) {
39 msg($this->getLang('saved'), 1);
49 echo $this->locale_xhtml('intro');
51 $cnf = $this->load(true);
56 $form->addFieldsetOpen($this->getLang('legend'));
67 if (file_exists($this->config) && !is_writable($this->config)) {
68 msg(sprintf($this->getLang('nosave'), $this->config), -1);
70 $form->addButton('submit', $this->getLang('save'));
88 if (file_exists($this->config)) {
89 $config = json_decode(io_readFile($this->config, false), true);
[all …]
/plugin/symbols4odt/
H A Dsyntax.php51 foreach($this->getPatterns() as $pluginMode => $substitutionSet) {
53 $this->Lexer->addSpecialPattern($substitionString, $mode, substr(get_class($this), 7));
57 $this->Lexer->addSpecialPattern("{{utf8symbol>.+?}}", $mode, substr(get_class($this), 7));
72 foreach($this->getPatterns() as $pluginMode => $substitutionSet) {
103 "substitute4XHTML" => $this->getUTF8forHexadecimal($utf8_code),
104 "substitute4ODT" => $this->getUTF8forHexadecimal($utf8_code),
159 if (!isset($this->patterns)) {
160 $this->patterns = array(
165 "substitute4ODT" =>$this->getUTF8forHexadecimal('00AD'), // alternative: chr(194).chr(173),
175 "substitute4ODT" => $this->getUTF8forHexadecimal('2612'),
[all …]
/plugin/davcal/vendor/sabre/dav/lib/DAV/PropertyStorage/
H A DPlugin.php47 $this->backend = $backend;
66 $server->on('afterMove', [$this, 'afterMove']);
67 $server->on('afterUnbind', [$this, 'afterUnbind']);
84 $pathFilter = $this->pathFilter;
102 $pathFilter = $this->pathFilter;
104 $this->backend->propPatch($path, $propPatch);
119 $pathFilter = $this->pathFilter;
121 $this->backend->delete($path);
136 $pathFilter = $this->pathFilter;
142 $this->backend->move($source, $destination);
[all …]
/plugin/elasticsearch/vendor/ruflin/elastica/src/Script/
H A DAbstractScript.php42 $this->setParams($params);
46 $this->setLang($lang);
50 $this->setId($documentId);
84 $this->_lang = $lang;
86 return $this;
91 return $this->_lang;
99 $array = $this->getScriptTypeArray();
101 if ($this->_params) {
102 $array['params'] = $this->_convertArrayable($this
[all...]
/plugin/geophp/vendor/funiq/geophp/src/Geometry/
H A DLineString.php52 return count($this->components);
65 ? $this->geometryN($n)
66 : $this->geometryN(count($this->components) - abs($n + 1));
71 return $this->getCentroidAndLength();
76 if ($this->isEmpty()) {
80 if ($this->getGeos()) {
83 return geoPHP::geosToGeometry($this->getGeos()->centroid());
92 foreach ($this->getPoints() as $point) {
106 return $this
[all...]
/plugin/yuriigantt/src/Entities/
H A DTask.php57 $this->id = $data->id;
58 $this->text = $data->text;
60 $this->duration = $data->duration;
61 $this->progress = $data->progress;
62 $this->parent = (int)$data->parent;
63 $this->open = (bool)(isset($data->open) ? $data->open : true);
64 $this->order = (int)$data->order;
65 $this->target = isset($data->target) ? $data->target : null;
74 $arr = (array)$this;
75 $arr['start_date'] = $this->start_date->format(self::DATE_FORMAT);
[all …]
/plugin/html2pdf/html2pdf/html2ps/classes/org/active-link/xml/
H A DRSS.php50 $this->xml = new XML($parseString);
51 $this->rootTags = array("rss", "rdf:RDF");
52 $this->itemBranches = array();
53 $this->parseItemBranches();
62 return $this->itemBranches;
72 reset($this->itemBranches);
73 foreach($this->itemBranches as $newsItem) {
91 $rootTagName = $this->xml->getTagName();
92 if(in_array($rootTagName, $this->rootTags)) {
97 $tempBranches = $this->xml->getBranches($rootTagName, "item");
[all …]
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Dfareporting/
H A DReachReportCompatibleFields.php43 $this->dimensionFilters = $dimensionFilters;
50 return $this->dimensionFilters;
57 $this->dimensions = $dimensions;
64 return $this->dimensions;
71 $this->kind = $kind;
78 return $this->kind;
85 $this->metrics = $metrics;
92 return $this->metrics;
99 $this->pivotedActivityMetrics = $pivotedActivityMetrics;
106 return $this->pivotedActivityMetrics;
[all …]
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Datastore/
H A DMutation.php51 return $this->baseVersion;
58 $this->delete = $delete;
65 return $this->delete;
72 $this->insert = $insert;
79 return $this->insert;
86 $this->update = $update;
93 return $this->update;
100 $this->updateTime = $updateTime;
107 return $this->updateTime;
114 $this->upsert = $upsert;
[all …]
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Genomics/
H A DCheckInRequest.php52 return $this->deadlineExpired;
59 $this->event = $event;
66 return $this->event;
73 $this->events = $events;
80 return $this->events;
87 $this->result = $result;
94 return $this->result;
101 $this->sosReport = $sosReport;
108 return $this->sosReport;
115 $this->workerStatus = $workerStatus;
[all …]
/plugin/authgooglesheets/vendor/google/apiclient-services/src/FirebaseRules/
H A DTestResult.php45 $this->debugMessages = $debugMessages;
52 return $this->debugMessages;
59 $this->errorPosition = $errorPosition;
66 return $this->errorPosition;
73 $this->expressionReports = $expressionReports;
80 return $this->expressionReports;
87 $this->functionCalls = $functionCalls;
94 return $this->functionCalls;
101 $this->state = $state;
108 return $this->state;
[all …]
/plugin/authgooglesheets/vendor/google/apiclient-services/src/MyBusinessBusinessCalls/
H A DAggregateMetrics.php52 return $this->answeredCallsCount;
59 $this->endDate = $endDate;
66 return $this->endDate;
73 $this->hourlyMetrics = $hourlyMetrics;
80 return $this->hourlyMetrics;
87 $this->missedCallsCount = $missedCallsCount;
94 return $this->missedCallsCount;
101 $this->startDate = $startDate;
108 return $this->startDate;
115 $this->weekdayMetrics = $weekdayMetrics;
[all …]

1...<<191192193194195196197198199200>>...1084