Home
last modified time | relevance | path

Searched refs:this (Results 17926 – 17950 of 27090) sorted by relevance

1...<<711712713714715716717718719720>>...1084

/plugin/findologicxmlexport/vendor/twig/twig/src/Node/
H A DForLoopNode.php30 if ($this->getAttribute('else')) {
34 if ($this->getAttribute('with_loop')) {
41 if (!$this->getAttribute('ifexpr')) {
/plugin/sfauth/conf/
H A Dmetadata.php11 $key = htmlspecialchars($this->_key);
12 $value = helper_plugin_sfauth::getLoginURL($this->_instance);
14 $label = '<label for="config___'.$key.'">'.$this->prompt($plugin).'</label>';
/plugin/findologicxmlexport/vendor/jms/serializer/src/Twig/
H A DSerializerExtension.php34 $this->serializer = $serializer;
45 new \Twig_SimpleFilter('serialize', [$this, 'serialize']),
63 return $this->serializer->serialize($object, $type, $context);
/plugin/findologicxmlexport/vendor/hoa/exception/
H A DException.php75 $this->send();
89 $this,
90 new Event\Bucket($this)
/plugin/jplayer/vendor/kriswallsmith/assetic/src/Assetic/Filter/
H A DBaseProcessFilter.php30 $this->timeout = $timeout;
44 if (null !== $this->timeout) {
45 $pb->setTimeout($this->timeout);
/plugin/freechat/phpfreechat/src/
H A Dpfccontainerinterface.class.php50 { die(_pfc("%s must be implemented", get_class($this)."::".__FUNCTION__)); }
62 { die(_pfc("%s must be implemented", get_class($this)."::".__FUNCTION__)); }
73 { die(_pfc("%s must be implemented", get_class($this)."::".__FUNCTION__)); }
/plugin/markdowku/
H A Dhr.php22 $this->Lexer->addSpecialPattern(
27 $this->Lexer->addSpecialPattern(
32 $this->Lexer->addSpecialPattern(
/plugin/pureldap/_test/
H A Dauth.test.php
/plugin/davcal/vendor/sabre/dav/tests/Sabre/CalDAV/Backend/
H A DPDOSqliteTest.php13 if (!SABRE_HASSQLITE) $this->markTestSkipped('SQLite driver is not available');
26 $this->pdo = $pdo;
32 $this->pdo = null;
/plugin/odt/ODT/
H A DODTmeta.php20 $this->meta = array(
36 $this->meta ['dc:title'] = $title;
54 foreach($this->meta as $meta_key => $meta_value) {
/plugin/translation/syntax/
H A Dnotrans.php21 $this->hlp = plugin_load('helper', 'translation');
39 $this->Lexer->addSpecialPattern('~~NOTRANS~~', $mode, 'plugin_translation_notrans');
/plugin/mikioplugin/syntax/
H A Dplaceholder.php25 $styles = $this->buildStyle(array('width' => $data['width'], 'height' => $data['height']), TRUE);
27 $renderer->doc .= '<div class="' . $this->elemClass . ' ' . $this->classPrefix . 'placeholder"' . $styles . '>';
/plugin/panoview/
H A Dsyntax.php42 $this->Lexer->addSpecialPattern('\{\{panoview>[^}]*\}\}', $mode, 'plugin_panoview');
152 if(!$img) $this->gfx_error('generic');
154 …$crop = $this->image_crop($img, $d['width'], $d['height'], $d['tlx'], $d['tly'], $d['brx'], $d['br…
157 …$scale = $this->image_scale($crop, abs($d['brx'] - $d['tlx']), abs($d['bry'] - $d['tly']), $d['ts'…
172 $cmd = $this->getConf('nice');
187 $this->gfx_error('generic');
237 if(time() - @filemtime($lockDir) > 30) $this->tile_unlock($d);
/plugin/medialist/
H A Dhelper.php112 $stored_media = $this->_lookup_stored_media($params['ns'], $opt);
117 $linked_media = $this->_lookup_linked_media($params['page']);
151 $out .= $this->_mediamanager_button($uploadns, $tab);
157 $out .= html_buildlist($items, 'medialist', array($this, '_media_item'));
159 } elseif ($this->getConf('emptyInfo')) {
161 $out .= '<strong>'.$this->getPluginName().'</strong>'.': nothing to show here.';
207 if ($this->getConf('checkboxes')) {
/plugin/commonmark/vendor/league/commonmark/src/Extension/Table/
H A DTableParser.php13 * file that was distributed with this source code.
67 $this->block = new Table();
68 $this->bodyLines = new ArrayCollection();
69 $this->columns = $columns;
70 $this->headerCells = $headerCells;
80 return $this->block;
94 if ($this->nextIsSeparatorLine) {
95 $this->nextIsSeparatorLine = false;
97 $this->bodyLines[] = $line;
103 $headerColumns = \count($this
[all...]
/plugin/structnotification/action/
H A Dnotification.php29 $controller->register_hook('PLUGIN_NOTIFICATION_REGISTER_SOURCE', 'AFTER', $this, 'add_notifications_source');
30 $controller->register_hook('PLUGIN_NOTIFICATION_GATHER', 'AFTER', $this, 'add_notifications');
31 $controller->register_hook('PLUGIN_NOTIFICATION_CACHE_DEPENDENCIES', 'AFTER', $this, 'add_notification_cache_dependencies');
117 $users_set = $this->users_set($users_and_groups, $values);
120 $rawDate = $this->getValueByLabel($values, $field);
121 if ($this->predicateTrue($rawDate, $operator, $value)) {
122 $message_with_replacements = $this->replacePlaceholders($message, $values);
/plugin/combo/action/
H A Dlinkmove.php59 LogUtility::msg("The move lockfile ($lockFile) exists and is older than 5 minutes (exactly $lockFileAgeInMinute minutes). If you are no more in a move, you should delete this file otherwise it will disable the move of page and the cache.");
75 $controller->register_hook('PLUGIN_MOVE_PAGE_RENAME', 'BEFORE', $this, 'handle_rename_before', array());
76 $controller->register_hook('PLUGIN_MOVE_PAGE_RENAME', 'AFTER', $this, 'handle_rename_after', array());
81 $controller->register_hook('PLUGIN_MOVE_HANDLERS_REGISTER', 'BEFORE', $this, 'handle_link', array());
87 $controller->register_hook('PARSER_WIKITEXT_PREPROCESS', 'BEFORE', $this, 'check_lock_file_age', array());
161 $this->reportError($exception);
238 $this->reportError($exception);
255 $event->data['handlers'][syntax_plugin_combo_link::COMPONENT] = array($this, 'rewrite_combo');
271 * variable (this is a string, not an array of calls)
/plugin/dwcommits/lang/en/
H A Ddwc_admin.txt10 …at the top of the function windows are also toggles and link to the relevant sections of this page.
13 Whether you open this window from the navigation bar or from the function window, you can always cl…
46 … text box, then the URL has already been saved. You can, however, edit it this URL at any time and…
52 …wser, you may have to create a separate ssh key for the web server. To do this, you will very like…
60 …key files. On linux servers, this defaults to /var/www, which is the "home" directory for apache.…
68 With this in place you can use the "pull" function in the admin panel. Otherwise, you may have t…
77 …thub, then to merge this data into your git. These two steps are combined in the pull function of …
86 In this window you can change the current git and switch to another branch of the current git.
118this git from the dwcommits records, which are kept in db/dbnames.ser. Clicking Delete Entries wi…
121 …u decide to go back to the previous set of records, then you can click on this button; it cannot, …
/plugin/webdav/vendor/sabre/dav/lib/DAV/Exception/
H A DPreconditionFailed.php39 $this->header = $header;
63 if ($this->header) {
65 $prop->nodeValue = $this->header;
/plugin/webdav/vendor/sabre/vobject/lib/Splitter/
H A DVCard.php48 $this->input = $input;
49 $this->parser = new MimeDir($input, $options);
63 $object = $this->parser->parse();
/plugin/findologicxmlexport/vendor/hoa/iterator/
H A DMultiple.php76 $this->_infos[] = $default;
78 $this->_infos[$infos] = $default;
95 $value = $this->_infos[$key];
/plugin/icalevents/vendor/sabre/vobject/lib/Splitter/
H A DVCard.php48 $this->input = $input;
49 $this->parser = new MimeDir($input, $options);
64 $object = $this->parser->parse();
/plugin/indextitleonly/
H A Daction.php21 $controller->register_hook('INDEXER_PAGE_ADD', 'BEFORE', $this, 'handle_indexer_page_add');
22 … $controller->register_hook('INDEXER_VERSION_GET', 'BEFORE', $this, 'handle_indexer_version_get');
26 if (strpos(getNS($event->data['page']).':', $this->getConf('namespace')) === 0) {
/plugin/findologicxmlexport/vendor/phpunit/phpunit-mock-objects/src/Framework/MockObject/Generator/
H A Dproxied_method_void.tpl.dist15 $this->__phpunit_getInvocationMocker()->invoke(
17 … '{class_name}', '{method_name}', $arguments, '{return_type}', $this, {clone_arguments}
21 call_user_func_array(array($this->__phpunit_originalObject, "{method_name}"), $arguments);
/plugin/commentsyntax/_test/
H A Dsyntax.test.php38 return $this->normalizeLineEndings($xhtml);
48 $this->assertEquals($expectHtml, $this->getHtml($text));

1...<<711712713714715716717718719720>>...1084