Home
last modified time | relevance | path

Searched refs:this (Results 22426 – 22450 of 27090) sorted by relevance

1...<<891892893894895896897898899900>>...1084

/plugin/multiselect/
H A Daction.php15 $controller->register_hook('TOOLBAR_DEFINE', 'AFTER', $this, 'insert_button', array ());
16 $controller->register_hook('AJAX_CALL_UNKNOWN', 'BEFORE', $this, '_ajax_call');
53 $Hajax = $this->loadHelper('ajaxedit');
/plugin/popupviewer/
H A Daction.php27 $controller->register_hook('AJAX_CALL_UNKNOWN', 'BEFORE', $this, 'ajax_viewer_provider');
28 …$controller->register_hook('MULTIORPHAN_INSTRUCTION_LINKED', 'BEFORE', $this, 'multiorphan_link_ch…
79 if ( $this->getConf('allowpopupscript') ) {
/plugin/davcal/vendor/sabre/dav/tests/Sabre/CalDAV/Schedule/
H A DIMipPluginTest.php14 $this->assertEquals(
43 $result = $this->schedule($message);
59 $this->assertEquals($expected, $result);
/plugin/docnavigation/syntax/
H A Dpagenav.php48 * Defines how this syntax is handled regarding paragraphs. This is important
65 * Sort for applying this mode
79 $this->Lexer->addSpecialPattern('<-[^\n]*\^[^\n]*\^[^\n]*->', $mode, 'plugin_docnavigation_pagenav');
80 $this->Lexer->addSpecialPattern('<<[^\n]*\^[^\n]*\^[^\n]*>>', $mode, 'plugin_docnavigation_pagenav');
160 $this->data[$ID] = $data;
203 return $this->data[$pageId] ?? null;
/plugin/feedmod/
H A Daction.php94 $headers = array_filter($ins, array($this, '_filterHeaders'));
105 …>data['item']->link . '#discussion__section" title="'. $this->getLang('comments') . '">' . $this->…
/plugin/combo/syntax/
H A Ddisqus.php64 * Create a pattern that will called this plugin
72 $this->Lexer->addSpecialPattern($pattern, $mode, PluginUtility::getModeFromTag($this->getPluginComponent()));
123 $default = PluginUtility::getTagAttributes($this->getConf(self::CONF_DEFAULT_ATTRIBUTES));
150 $disqusConfig = "this.page.identifier = \"$disqusIdentifier\";";
156 $disqusConfig .= "this.page.url = $url;";
163 $disqusConfig .= "this.page.title = $title;";
169 $disqusConfig .= "this.page.category_id = $category;";
/plugin/combo/action/
H A Dpagesystemmutation.php46 $controller->register_hook('IO_WIKIPAGE_WRITE', 'BEFORE', $this, 'createFileSystemMutation', array());
51 $controller->register_hook('COMMON_WIKIPAGE_SAVE', 'AFTER', $this, 'comboFsSynchronization', array());
56 $controller->register_hook(self::PAGE_SYSTEM_MUTATION_EVENT_NAME, 'AFTER', $this, 'handleFileSystemMutation');
65 * On update to an existing page this event is called twice, once for the transfer of the old version to the attic
112 * On update to an existing page this event is called twice, once for the transfer
180 * Is this a creation from a move ?
193 * Is this a delete from a move ?
/plugin/confmanager/lang/de/
H A Dinterwiki.txt9 Es gibt eine spezielle interwiki-Verknüpfung, die **"this"** genannt wird. Diese verklinkt immer zu…
11 Zum Beispiel verlinkt das Folgende immer zum lokalen [[doku>syndication|XML feed]]: [[this>feed.php…
13 <code> [[this>feed.php]] </code>
/plugin/bureaucracy-au/_test/
H A Dfield_user.test.php206 $this->assertEquals($expectedValidationErrors, $actualValidationErrors, $msg);
207 $this->assertEquals($expectedWikiText, $actualWikiText, $msg);
H A Dfield_users.test.php165 $this->assertEquals($expectedWikiText, $actualWikiText, $msg);
166 $this->assertEquals($expectedValidationErrors, $actualValidationErrors, $msg);
/plugin/heat/
H A Dsyntax.php116 $this->Lexer->addSpecialPattern('Heat #',$mode,'plugin_heat');
117 $this->Lexer->addSpecialPattern('heat #',$mode,'plugin_heat');
/plugin/jiralinks/
H A Dsyntax.php47 $this->Lexer->addSpecialPattern('[A-Z]+?-[0-9]+', $mode, 'plugin_jiralinks');
77 $url = $this->getConf('jiraserver') . $data[0];
/plugin/icalevents/vendor/sabre/xml/tests/Sabre/Xml/Element/
H A DUriTest.php28 $this->assertEquals(
71 $this->assertEquals($expected, $output);
/plugin/findologicxmlexport/vendor/twig/twig/src/NodeVisitor/
H A DAbstractNodeVisitor.php30 return $this->doEnterNode($node, $env);
39 return $this->doLeaveNode($node, $env);
/plugin/bureaucracyau/_test/
H A Dfield_user.test.php206 $this->assertEquals($expectedValidationErrors, $actualValidationErrors, $msg);
207 $this->assertEquals($expectedWikiText, $actualWikiText, $msg);
H A Dfield_users.test.php165 $this->assertEquals($expectedWikiText, $actualWikiText, $msg);
166 $this->assertEquals($expectedValidationErrors, $actualValidationErrors, $msg);
/plugin/table2csv/
H A Daction.php33 $controller->register_hook('ACTION_ACT_PREPROCESS', 'BEFORE', $this, 'convert2csv',array());
63 $fileext = $this->getConf('filepath');
/plugin/workflow/syntax/
H A Dbox.php20 $this->Lexer->addEntryPattern('<box.*?>(?=.*?</box>)', $mode, 'plugin_workflow_box');
24 $this->Lexer->addExitPattern('</box>', 'plugin_workflow_box');
/plugin/hiddenswitch/
H A Dsyntax.php21 $this->Lexer->addSpecialPattern('<hiddenSwitch[^>]*>', $mode,'plugin_hiddenSwitch');
25 $return = array('text' => $this->getLang('default'));
/plugin/findologicxmlexport/vendor/twig/twig/test/Twig/Tests/Node/
H A DImportTest.php25 $this->assertEquals($macro, $node->getNode('expr'));
26 $this->assertEquals($var, $node->getNode('var'));
/plugin/markdowku/
H A Ditalicasterisk.php23 $this->Lexer->addEntryPattern(
30 $this->Lexer->addExitPattern(
/plugin/move/_test/
H A Dlog.test.php25 $this->assertSame($expected_log, $actual_log);
43 $this->assertSame($expected_log, $actual_log);
/plugin/authgooglesheets/vendor/monolog/monolog/src/Monolog/Processor/
H A DGitProcessor.php40 $this->level = Logger::toMonologLevel($level);
49 if ($record['level'] < $this->level) {
/plugin/authgooglesheets/vendor/google/apiclient-services/src/CloudSearch/Resource/
H A DSettings.php44 return $this->call('getCustomer', [$params], CustomerSettings::class);
64 return $this->call('updateCustomer', [$params], Operation::class);
/plugin/authgooglesheets/vendor/google/apiclient-services/src/YouTube/Resource/
H A DLiveChatBans.php42 return $this->call('delete', [$params]);
59 return $this->call('insert', [$params], LiveChatBan::class);

1...<<891892893894895896897898899900>>...1084