Home
last modified time | relevance | path

Searched refs:this (Results 22201 – 22225 of 27090) sorted by relevance

1...<<881882883884885886887888889890>>...1084

/plugin/structat/syntax/
H A Dtable.php56 …$this->Lexer->addSpecialPattern('----+ *structat table *-+\n.*?\n----+', $mode, 'plugin_structat_t…
80 $config = $this->addTypeFilter($config);
113 $table = new $this->tableclass($INFO['id'], $mode, $renderer, $search);
/plugin/aclinfo/
H A Dsyntax.php44 $this->Lexer->addSpecialPattern('~~ACLINFO!?[^~]*?~~',$mode,'plugin_aclinfo');
69 $perms = $this->_aclcheck($page);
74 $R->cdata(sprintf($this->getLang('perm'.$p), urldecode($who)));
/plugin/fckg/action/
H A Dsave.php23 $controller->register_hook('DOKUWIKI_STARTED', 'BEFORE', $this, 'fckg_save_preprocess');
114 if($this->getConf('complex_tables')) {
143 $this->replace_entities();
/plugin/amazon_heavy/
H A Dsyntax.php86 $renderer->doc .= $this->plugin_render($feed);
90 if (!$this->getUrl($filename, $data[0])) {
94 $renderer->doc .= $this->plugin_render($feed);
/plugin/rowmove/
H A Daction.php16 $controller->register_hook('TOOLBAR_DEFINE', 'AFTER', $this, 'insert_button', array ());
17 $controller->register_hook('AJAX_CALL_UNKNOWN', 'BEFORE', $this, '_ajax_call');
52 $Hajax = $this->loadHelper('ajaxedit');
/plugin/bible/
H A Dsyntax.php53 $this->Lexer->addSpecialPattern($bibleBook . ' \d+:\d+-\d+',$mode,'plugin_bible');
54 $this->Lexer->addSpecialPattern($bibleBook . ' \d+:\d+',$mode,'plugin_bible');
65 $bibleLink = $this->_fetchBibleVerse($match);
/plugin/randomtables/syntax/
H A Dsource.php31 $this->Lexer->addEntryPattern('\<RANDOMTABLE\s+[A-Za-z0-9_]+>', $mode, 'plugin_randomtables_source');
37 $this->Lexer->addExitPattern('</RANDOMTABLE>', 'plugin_randomtables_source');
55 $match = $this->parseLines($match);
/plugin/combo/syntax/
H A Dmetadata.php134 $this->Lexer->addSpecialPattern($pattern, $mode, PluginUtility::getModeFromTag($this->getPluginComponent()));
179 $renderer->doc .= self::getHtmlMetadataBox($this, $data);
/plugin/combo/ComboStrap/
H A DPathTreeNode.php15 $this->path = $path;
108 return $this->path;
113 return $this->path->toAbsoluteId();
/plugin/struct/syntax/
H A Dlist.php30 $this->Lexer->addSpecialPattern('----+ *struct list *-+\n.*?\n----+', $mode, 'plugin_struct_list');
H A Dtable.php22 /** @var string Config options that are not allowed for this syntax mode */
56 $this->Lexer->addSpecialPattern('----+ *struct table *-+\n.*?\n----+', $mode, 'plugin_struct_table');
79 $this->checkForInvalidOptions($config);
102 $config = $this->addTypeFilter($config); // add type specific filters
112 $search = $this->getSearchConfig($config);
119 $table = new $this->tableclass($mainId, $format, $renderer, $search);
121 // this may happen with plugins that extend struct
122 throw new StructException('Aggregation class does not inherit Aggregation: ' . $this->tableclass);
165 * Checks for options that do not work in this aggregation
171 foreach ($this
[all...]
/plugin/ckgdoku/ckeditor/plugins/geshi/dialogs/
H A Dgeshi.js.unc105 …// geshi_dialog.getContentElement( 'tab-basic', 'language' ).setValue(this.getValue()); …
112 ….tooltip+"' style = 'color:blue;text-decoration:underline;' onmouseover='this.style.cursor=\"poin…
115 var srch = this.getValue().toLowerCase();
141 radio = this.getValue();
154 var dialog = this;
168 // The context of this function is the dialog object itself.
171 var dialog = this, retval;
/plugin/webdav/vendor/sabre/dav/lib/DAV/Xml/Property/
H A DInvite.php39 $this->sharees = $sharees;
64 foreach ($this->sharees as $sharee) {
/plugin/findologicxmlexport/vendor/twig/twig/src/Node/
H A DSandboxNode.php31 ->addDebugInfo($this)
37 ->subcompile($this->getNode('body'))
/plugin/findologicxmlexport/vendor/myclabs/deep-copy/src/DeepCopy/Filter/
H A DReplaceFilter.php22 $this->callback = $callable;
35 $value = call_user_func($this->callback, $reflectionProperty->getValue($object));
/plugin/findologicxmlexport/vendor/jms/serializer/tests/Fixtures/
H A DGetSetObject.php45 $this->name = $name;
50 return $this->readOnlyProperty;
/plugin/authfacebook/lib/PseudoRandomString/
H A DOpenSslPseudoRandomStringGenerator.php52 $this->validateLength($length);
65 return $this->binToHex($binaryString, $length);
/plugin/watchcycle/_test/
H A Dmaintainer.test.php44 $this->assertEquals($output, $helper->getMaintainers($input));
54 $this->assertEquals($output, $helper->getMaintainerMails($input));
/plugin/oauthdoorkeeper/
H A Daction.php21 $oauth = $this->getOAuthService();
24 $url = $this->getConf('baseurl') . '/api/v1/me.json';
/plugin/oauth/
H A DRedirectSetting.php25 $key = htmlspecialchars($this->key);
28 $label = '<label for="config___' . $key . '">' . $this->prompt($plugin) . '</label>';
/plugin/dw2pdf/vendor/myclabs/deep-copy/src/DeepCopy/Filter/
H A DReplaceFilter.php22 $this->callback = $callable;
35 $value = call_user_func($this->callback, $reflectionProperty->getValue($object));
/plugin/codemirror/dist/
H A Dscripts.min.js.map1this","userAgent","navigator","platform","gecko","test","ie_upto10","ie_11up","exec","edge","ie","…
/plugin/findologicxmlexport/vendor/jms/serializer/tests/Metadata/
H A DPropertyMetadataTest.php15 $this->setNonDefaultMetadataValues($meta);
21 $this->assertEquals($meta, $restoredMeta);
/plugin/findologicxmlexport/vendor/phpunit/phpunit/tests/Framework/Constraint/
H A DJsonMatchesTest.php19 $this->assertEquals($expected, $constraint->evaluate($jsonOther, '', true));
27 $this->assertEquals('matches JSON string "' . $jsonValue . '"', $constraint->toString());
/plugin/medialist/
H A Daction.php19 'RENDERER_CONTENT_POSTPROCESS', 'AFTER', $this, 'handle_postprocess', array()
40 $medialist = $this->loadHelper('medialist');

1...<<881882883884885886887888889890>>...1084