Home
last modified time | relevance | path

Searched refs:tag (Results 451 – 475 of 1150) sorted by path

1...<<11121314151617181920>>...46

/plugin/exttab3/
H A Dsyntax.php92 $data = array($state, $tag, $attr);
134 if (isset($tag)) {
136 return array($tag, $attrs);
203 switch ($tag) {
219 switch ($tag) {
238 switch ($tag) {
311 list($state, $tag, $attr) = $data;
319 $renderer->cdata($tag);
337 $before = $this->tagsmap[$tag][0];
338 $after = $this->tagsmap[$tag][1];
[all …]
/plugin/farm/install/animaltemplate/data/pages/wiki/
H A Dsyntax.txt326 …ection, but this time the name of the used language is inserted inside the tag. Eg. ''<nowiki><cod…
/plugin/farm/
H A Dtestclient.php19 function tag($m) { function
/plugin/farmer/_animal/data/pages/wiki/
H A Dsyntax.txt371 [[wiki:DokuWiki]] can highlight sourcecode, which makes it easier to read. It uses the [[http://qbnz.com/highlighter/|GeSHi]] Generic Syntax Highlighter -- so any language supported by GeSHi is supported. The syntax uses the same code and file blocks described in the previous section, but this time the name of the language syntax to be highlighted is included inside the tag, e.g. ''<nowiki><code java></nowiki>'' or ''<nowiki><file java></nowiki>''.
/plugin/fckg/
H A DChanges132 rejected (function: DetectHtml) them because they contained a <title> tag.
145 convert html tag markup < and > to entities in indented code blocks
283 missing span tag in geshi plugin.
H A Dscript.js117 function parseStartTag( tag, tagName, rest, unary ) { argument
154 function parseEndTag( tag, tagName ) { argument
/plugin/fckg/fckeditor/editor/css/
H A Dfck_editorarea.css.default_template112 /* code blocks by code tag */
H A Dfck_editorarea_RTL.css72 /* code blocks by code tag */
/plugin/fckg/fckeditor/editor/dialog/fck_spellerpages/spellerpages/server-scripts/
H A Dspellchecker.cfm8 the use of that tag for security reasons. Clients would be able to access each
/plugin/fckg/fckeditor/editor/filemanager/connectors/php/
H A Dutil.php146 foreach( $tags as $tag )
148 if( false !== strpos( $chunk, $tag ) )
150 if($tag == '<title' && preg_match("/svg-edit/",$chunk)) continue;
/plugin/fckg/fckeditor/editor/js/
H A Dfckeditorcode_gecko.js120tag,tagName){menu.AddItem('Cut',FCKLang.Cut,7,FCKCommands.GetCommand('Cut').GetState()==-1);menu.A…
H A Dfckeditorcode_ie.js121tag,tagName){menu.AddItem('Cut',FCKLang.Cut,7,FCKCommands.GetCommand('Cut').GetState()==-1);menu.A…
/plugin/fckg/fckeditor/editor/lang/
H A Dlang-template.txt137 AbbrDlgRemove : "Remove plugin-tag (content remains)",
/plugin/fckg/fckeditor/editor/plugins/paradelete/
H A Dfckplugin.js19 AddItems : function( menu, tag, tagName ) { argument
/plugin/fckg/fckeditor/editor/plugins/plugintool/
H A Dfckplugin.js155 AddItems : function( menu, tag, tagName ) { argument
/plugin/fckg/fckeditor/editor/plugins/signature/
H A Dfckplugin.js15 AddItems : function( menu, tag, tagName ) { argument
/plugin/fedauth/Auth/Yadis/
H A DParseHTML.php245 foreach ($meta_tags as $tag) {
246 if (array_key_exists('http-equiv', $tag) &&
247 (in_array(strtolower($tag['http-equiv']),
249 array_key_exists('content', $tag)) {
250 return $tag['content'];
/plugin/ffindr/
H A Dffindr.php32 $tag = $this->get_item_tags("", $name);
33 return $this->sanitize($tag[0]['data'], SIMPLEPIE_CONSTRUCT_TEXT);
/plugin/findologicxmlexport/
H A DREADME.md20 …eywords`/`tags` you will also need to install the [Tag Plugin](https://www.dokuwiki.org/plugin:tag)
/plugin/findologicxmlexport/vendor/findologic/libflexport/
H A DREADME.md20 * Simple escaping of content using the `<![CDATA[...]]>`-tag
/plugin/findologicxmlexport/vendor/jms/metadata/
H A DCHANGELOG.md98 - create version/tag 1.1.1 [\#3](https://github.com/schmittjoh/metadata/issues/3)
/plugin/findologicxmlexport/vendor/jms/serializer/
H A DCHANGELOG.md735 - Add new tag \(upgrade packagist\) [\#461](https://github.com/schmittjoh/serializer/issues/461)
799 - Ignoring a tag when deserializing [\#352](https://github.com/schmittjoh/serializer/issues/352)
971 - Add json prefix to prevent script tag csrf attack [\#76](https://github.com/schmittjoh/serializer…
1008 - Could you tag a stable version? [\#34](https://github.com/schmittjoh/serializer/issues/34)
/plugin/findologicxmlexport/vendor/jms/serializer/doc/reference/
H A Dannotations.rst670 You can also specify the entry tag namespace using the ``namespace`` attribute (``@XmlList(inline =…
682 …When a key is an invalid xml tag name (e.g. 1_foo) the tag name *entry* will be used instead of th…
/plugin/findologicxmlexport/vendor/jms/serializer/tests/Fixtures/
H A DBlogPost.php106 private $tag; variable in JMS\\Serializer\\Tests\\Fixtures\\BlogPost
138 public function addTag(Tag $tag) argument
140 $this->tag[] = $tag;
/plugin/findologicxmlexport/vendor/jms/serializer/tests/Serializer/
H A DJsonSerializationTest.php388 $tag = new Tag('tag');
391 $c3->foo = $tag;
399 …[[$tag], '[{"name":"tag"}]', SerializationContext::create()->setInitialType('array<JMS\Serializer\…
407 …[[$tag], '{"0":{"name":"tag"}}', SerializationContext::create()->setInitialType('array<integer,JMS…

1...<<11121314151617181920>>...46