Home
last modified time | relevance | path

Searched refs:this (Results 18676 – 18700 of 27090) sorted by relevance

1...<<741742743744745746747748749750>>...1084

/plugin/codify/
H A Daction.php17 $value = $this->getConf('theme');
27 $controller->register_hook('TPL_METAHEADER_OUTPUT', 'BEFORE', $this, '_hookjs');
33 $theme = $this->getTheme();
/plugin/combo/ComboStrap/
H A DMetadataFormDataStore.php27 $this->checkResource($metadata->getResource());
37 $childrenValue = $this->data[$childrenObject::getName()];
51 $value = $this->data[$metadata::getName()] ?? null;
/plugin/combo/ComboStrap/Meta/Api/
H A DMetadataJson.php29 if ($this->getWriteStore()->isHierarchicalTextBased()) {
47 parent::setFromStoreValueWithoutException($this->toInternalValue($value));
51 return $this;
/plugin/tagging/_test/
H A Dsearch.test.php173 $this->assertEquals($this->toSingleLine($expected), $this->toSingleLine($actual));
/plugin/acknowledge/syntax/
H A Dlisting.php34 $this->Lexer->addSpecialPattern('~~ACKNOWLEDGE.*?~~', $mode, 'plugin_acknowledge_listing');
55 $renderer->doc .= $this->getListing($data['includeDone']);
82 $html = $this->getLang('ackNotFound');
89 . sprintf($this->getLang('ackGranted'), dformat($item['ack']))
/plugin/struct/action/
H A Dconfig.php26 $controller->register_hook('AJAX_CALL_UNKNOWN', 'BEFORE', $this, 'handleAjax');
27 $controller->register_hook('DOKUWIKI_STARTED', 'AFTER', $this, 'addJsinfo');
34 * @param mixed $param [the parameters passed as fifth argument to register_hook() when this
62 $JSINFO['plugins']['struct']['disableDeleteSerial'] = $this->getConf('disableDeleteSerial');
/plugin/data-au/syntax/
H A Drelated.php20 …$this->Lexer->addSpecialPattern('----+ *datarelated(?: [ a-zA-Z0-9_]*)?-+\n.*?\n----+', $mode, 'pl…
34 if(!$this->dthlp->ready()) return false;
36 $sqlite = $this->dthlp->_getDB();
40 $this->dthlp->_replacePlaceholdersInSQL($dataau);
75 $sqlite = $this->dthlp->_getDB();
/plugin/dlcounter/
H A Dsyntax.php39 $this->Lexer->addSpecialPattern('\{\{dlcounter>[^\}]+\}\}', $mode, 'plugin_dlcounter');
121 $json = $this->dlcounter_switchKeys($json, true);
126 $json = $this->dlcounter_switchKeys($json, false);
156 if( $back2Front ) $keys[$i] = $this->switchKeyHelperA( $keys[$i] );
157 else $keys[$i] = $this->switchKeyHelperB( $keys[$i] );
/plugin/ireadit/syntax/
H A Dlist.php22 $this->Lexer->addSpecialPattern('----+ *ireadit list *-+\n.*?----+', $mode,'plugin_ireadit_list');
103 if (method_exists($this, $method)) {
104 call_user_func([$this, $method], $renderer, $data);
144 $helper = $this->loadHelper('ireadit');
166 } elseif ($this->getConf('approve_integration') &&
/plugin/data/syntax/
H A Drelated.php20 $this->Lexer->addSpecialPattern(
39 if (!$this->dthlp->ready()) return false;
41 $sqlite = $this->dthlp->getDB();
45 $this->dthlp->replacePlaceholdersInSQL($data);
80 $sqlite = $this->dthlp->getDB();
/plugin/flowplayer/player/
H A DLICENSE.txt14 If you convey this program (or any modifications of it) and assume
53 of this license document, but changing it is not allowed.
155 work under this License, and how to view a copy of this License. If
157 menu, a prominent item in the list meets this criterion.
247 keep intact all notices stating that this License and any
250 recipients a copy of this License along with the Program.
399 this License without regard to the additional permissions.
413 terms of sections 15 and 16 of this License; or
532 this License.
610 14. Revised Versions of this License.
[all …]
/plugin/tablefilterjs/
H A Dsyntax.php14 $this->Lexer->addEntryPattern('<filter[^>]*>(?=.*?</filter>)',$mode,'plugin_tablefilterjs');
17 $this->Lexer->addExitPattern('</filter>','plugin_tablefilterjs');
103 return array($state, $this->__filter_data($match));
121 …$renderer->doc .= '<div class="tablefilterjs" data-filters="'.$this->__encodeHTML($json->encode($m…
/plugin/pdfjs/
H A Dsyntax.php33 $this->Lexer->addSpecialPattern('{{pdfjs.*?>.*?}}', $mode, 'plugin_pdfjs');
70 if(in_array($display, $this->display_opts)) {
80 if(in_array($zoom, $this->zoom_opts)) {
117 $html = $this->_html_embed_pdfjs($opts);
/plugin/combo/action/
H A Dmetacanonical.php51 $controller->register_hook('TPL_METAHEADER_OUTPUT', 'BEFORE', $this, 'htmlHeadMetadataProcessing', array());
70 $this->canonicalHeadMetadata($event, $page);
74 $this->appNameMetadata($event, $page);
166 $metaKey = $this->getMetaArrayIndex($metaNameKeyProperty, $applicationNameValue, $event->data['meta']);
/plugin/combo/syntax/
H A Dtogglecollapse.php68 * Create a pattern that will called this plugin
81 $this->Lexer->addEntryPattern($pattern, $mode, 'plugin_' . PluginUtility::PLUGIN_BASE_NAME . '_' . $this->getPluginComponent());
90 $this->Lexer->addExitPattern('</' . self::getTag() . '>', 'plugin_' . PluginUtility::PLUGIN_BASE_NAME . '_' . $this->getPluginComponent());
H A Dtoggleexpand.php68 * Create a pattern that will called this plugin
81 $this->Lexer->addEntryPattern($pattern, $mode, 'plugin_' . PluginUtility::PLUGIN_BASE_NAME . '_' . $this->getPluginComponent());
90 $this->Lexer->addExitPattern('</' . self::getTag() . '>', 'plugin_' . PluginUtility::PLUGIN_BASE_NAME . '_' . $this->getPluginComponent());
H A Dcontentlistitem.php50 * No paragraph inside, this is a layout
96 $this->Lexer->addEntryPattern($pattern, $mode, PluginUtility::getModeFromTag($this->getPluginComponent()));
105 $this->Lexer->addExitPattern('</' . $tag . '>', PluginUtility::getModeFromTag($this->getPluginComponent()));
/plugin/combo/vendor/carica/phpcss/src/PhpCss/Scanner/Status/
H A DSelector.php55 if ($token = $this->matchCharacters($buffer, $offset, $this->_tokenChars)) {
58 if ($token = $this->matchPatterns($buffer, $offset, $this->_tokenPatterns)) {
/plugin/deeplautotranslate/
H A DLICENSE7 of this license document, but changing it is not allowed.
24 this service if you wish), that you receive source code or can get it
40 (2) offer you this license which gives you legal permission to copy,
44 that everyone understands that there is no warranty for this free
53 program proprietary. To prevent this, we have made it clear that any
64 under the terms of this General Public License. The "Program", below,
73 covered by this License; they are outside its scope. The act of
83 notices that refer to this License and to the absence of any warranty;
84 and give any other recipients of the Program a copy of this License
101 parties under the terms of this Licens
[all...]
/plugin/findologicxmlexport/vendor/hoa/iterator/Test/Unit/
H A DAppend.php54 $this
80 $this
99 $this
H A DMock.php54 $this
64 $this
75 $this
/plugin/scrape/HTMLPurifier/ConfigSchema/schema/
H A DHTML.Doctype.txt
/plugin/webdav/vendor/sabre/dav/lib/DAVACL/FS/
H A DHomeCollection.php50 $this->storagePath = $storagePath;
63 return $this->collectionName;
90 $path = $this->storagePath . '/' . $principalBaseName;
/plugin/webcomponent/_test/
H A Dbutton.test.php22 $this->assertEquals('button', $componentName);
38 $this->assertEquals($expected, $xhtml);
63 $this->assertEquals($expected, sizeof($backlinks));
/plugin/projects/plugins/target/
H A Dpdflatex.php16 $tex = $this->replace_extension($file->name(), ".pdf", ".tex");
24 $tex = $this->replace_extension($file->name(), ".pdf", ".tex");
36 $tex = $this->replace_extension($file->name(), ".pdf", ".tex");

1...<<741742743744745746747748749750>>...1084