Home
last modified time | relevance | path

Searched refs:tag (Results 1076 – 1100 of 1150) sorted by last modified time

1...<<414243444546

/plugin/htmlsafe/
H A Dsyntax.php38 list($tag,$content) = $data;
40 $wrapper = ($tag === "HTML") ? "pre" : "code";
/plugin/ffindr/
H A Dffindr.php32 $tag = $this->get_item_tags("", $name);
33 return $this->sanitize($tag[0]['data'], SIMPLEPIE_CONSTRUCT_TEXT);
/plugin/aceeditor/
H A Dbuild.js1tag=function(e,t,n,s){e[t]=[{token:"text",regex:"\\s+"},{token:s?function(e){return s[e]?"meta.tag… function
/plugin/eventline/timeline_ajax/
H A Dsimile-ajax-bundle.js264 …)\/>/g,function(all,front,tag){return tag.match(/^(abbr|br|col|img|input|link|meta|param|hr|area|e… argument
1662 if("tag" in F){var J=F.tag;
1680 }}else{if(B!="tag"&&B!="elmt"){A.setAttribute(B,H);
/plugin/projects/lib/
H A Dfile_definition.php40 public static function parse($name, $tag) { argument
41 $xml = DOMDocument::loadXML($tag);
H A Dlayout.php18 protected $tag = NULL; variable in ProjectFileLayout
H A Dtools.php89 function button_remove($range, $tag) { argument
95 'tag' => $tag,
100 function button_add($button_name, $tag, $name="") { argument
106 'tag' => $tag,
/plugin/projects/
H A Dchangelog31 …* Fixed a bug that caused fatal error when a page does not have a project-file tag but uses other …
51 * Fixed an off-by-one bug in adding and removing the use tag.
H A Dcodemirror.css156 .cm-s-default span.cm-tag {color: #170;}
/plugin/projects/action/
H A Daction.php50 $tag = "<project-file type=\"$type\"$crosslink/>\n";
51 return $tag . $content;
341 $tag = $_REQUEST['tag'];
350 if (substr(strtoupper($slices[1]), 0, strlen($tag)+1)
351 != '<' . strtoupper($tag)) {
352 msg("Missing the $tag tag?", -1);
368 $tag = $_REQUEST['tag'];
374 $text = rawWiki($ID) . "<$tag $name";
375 if (strtoupper($tag) == 'USE')
377 else $text = "></$tag>";
[all …]
/plugin/cumulus/
H A Dsyntax.php114 if (plugin_isdisabled('tag') || (!$tag = plugin_load('helper', 'tag'))) {
118 $cloud = $this->_getTagCloud($options['max'], $min, $max, $tag);
141 resolve_pageID($tag->namespace, $id, $exists);
255 function _getTagCloud($num, &$min, &$max, &$tag) { argument
256 $cloud = $tag->tagOccurrences(NULL, NULL, true);
/plugin/rack/
H A Dscript.js2 function rack_getElementsByClass(searchClass,node,tag) { argument
6 if ( tag == null )
7 tag = '*';
8 var els = node.getElementsByTagName(tag);
/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/bbs/
H A Dplugin.info.txt6 desc <bbs> tag that creates a block for BBS text.
/plugin/formatplus/
H A DREADME37 this to determine whether the tag is being used inline or as a block.
/plugin/jquery-syntax/jquery-syntax/base/
H A Djquery.syntax.brush.xml.css4 .syntax-theme-base .syntax .xml .xml-tag, .syntax-theme-base .syntax .xml .cdata {
6 .syntax-theme-base .syntax .xml .tag-name, .syntax-theme-base .syntax .xml .cdata-tag {
H A Djquery.syntax.brush.apache.css1 .syntax-theme-base .syntax .apache .tag {
3 .syntax-theme-base .syntax .apache .tag-name {
5 .syntax-theme-base .syntax .apache .tag-name {
/plugin/semanticdata/
H A Dhelper.php129 case 'tag':
H A Dstyle.css47 /* default styles for the tag cloud */
H A DREADME7 …y the basic functionality has been implemented. Aliases, related pages and tag cloud are not suppo…
/plugin/s5reloaded/ui/effects_support/
H A Ddragdrop.js628 tag: 'li', // assumes li children, override with tag: 'tagname'
744 element, options.only, options.tree ? true : false, options.tag);
788 … var children = Sortable.findElements(dropon, {tag: droponOptions.tag, only: droponOptions.only});
872 tag: sortableOptions.tag,
H A Dbuilder.js130 tags.each( function(tag){ argument
131 scope[tag] = function() {
132 return Builder.node.apply(Builder, [tag].concat($A(arguments)));
H A Dprototype.js3038 for (var tag in Element.Methods.ByTag) {
3039 var klass = findDOMClass(tag);
3041 copy(T[tag], klass.prototype);
/plugin/latex/
H A DTODO7 - using object tag instead means no tooltip text, no linking.
/plugin/tline/timeline_ajax/
H A Dsimile-ajax-bundle.js264 …)\/>/g,function(all,front,tag){return tag.match(/^(abbr|br|col|img|input|link|meta|param|hr|area|e… argument
1662 if("tag" in F){var J=F.tag;
1680 }}else{if(B!="tag"&&B!="elmt"){A.setAttribute(B,H);

1...<<414243444546