Home
last modified time | relevance | path

Searched refs:tags (Results 526 – 538 of 538) sorted by last modified time

1...<<2122

/plugin/codehighlight/cp/languages/
H A Dxsl.css6 b {color:#000080;} /* tags */
H A Dphp.css5 b {color:#000080;} /* tags */
H A Dhtml.css5 b {color:#000080;} /* tags */
H A Dcss.css5 b, b a, b u {color:#000080;} /* tags, ids, classes */
H A Dasp.css5 /* tags */
/plugin/prolog/
H A Dattribute_include.php58 $tags = $this->getEntryTags($file);
59 foreach($tags as $tag)
/plugin/syntaxhighlighter/Uncompressed/
H A DshCore.js615 var tags = document.getElementsByTagName(tagName);
617 for(var i = 0; i < tags.length; i++)
618 if(tags[i].getAttribute('name') == name)
619 list.push(tags[i]);
/plugin/syntaxhighlighter/Scripts/
H A DshCore.js144 {var tags=document.getElementsByTagName(tagName);for(var i=0;i<tags.length;i++)
145 if(tags[i].getAttribute('name')==name)
146 list.push(tags[i]);}
/plugin/wysiwyg/fckeditor/editor/filemanager/connectors/lasso/
H A Dconfig.lasso26 The connector uses the file tags, which require authentication. Enter a
27 valid username and password from Lasso admin for a group with file tags
/plugin/wysiwyg/fckeditor/editor/filemanager/connectors/cfm/
H A Dcf_util.cfm96 <cfset var tags = "<body,<head,<html,<img,<pre,<script,<table,<title">
107 <cfloop index = "tag" list = "#tags#">
/plugin/wysiwyg/fckeditor/editor/filemanager/connectors/php/
H A Dutil.php107 $tags = array( '<body', '<head', '<html', '<img', '<pre', '<script', '<table', '<title' ) ;
109 foreach( $tags as $tag )
/plugin/virtualkeyboard/vk/extensions/
H A Dhelpers.js367 DOM.hasTagName = function (prop /* :HTMLElement */, tags /* :String, Array */) { argument
368 if (isString(tags)) tags = [tags];
369 if (!isArray(tags) || isEmpty(tags) || isUndefined(prop) || isEmpty(prop.tagName)) return false;
371 for (var i=0, tL=tags.length; i<tL; i++) {
372 if (tags[i].toLowerCase() == t) return true;
/plugin/geourl/lang/en/
H A Dintro.txt5 …ve to insert the following code into your template, somewhere inside of the **<head></head>** tags.

1...<<2122