Home
last modified time | relevance | path

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

1...<<414243444546

/plugin/hyphenation/phpHyphenation/
H A Dhyphenation.php113 global $exclude_tags; $word = ""; $tag = ""; $tag_jump = 0; $output = array();
119 if(mb_strpos($word_boundaries, $char) === false && $tag == "") {
123 if($tag != "" || $char == "<") $tag .= $char;
124 if($tag != "" && $char == ">") {
125 …$tag_name = (mb_strpos($tag, " ")) ? mb_substr($tag, 1, mb_strpos($tag, " ") - 1) : mb_substr($tag
127 …n_array(strtolower($tag_name), $exclude_tags)) $tag_jump = 1; else { $output[] = $tag; $tag = ""; }
128 } else { $output[] = $tag; $tag = ""; }
130 if($tag == "" && $char != "<" && $char != ">") $output[] = $char;
/plugin/givemeyouremail/
H A DREADME.txt21 To insert the form in your page, just write the following tag : <givemeyouremail> , and save your p…
/plugin/prolog/
H A Dattribute_include.php59 foreach($tags as $tag)
60 $this->getFilesList($this->getAttributeValue($tag), $this->abs2ID($file), $filesList);
/plugin/flowplay2/flowplayer/
H A DREADME.txt81 * added emailDefaultMessage config option (all occurrences of [video_link] tag in the message
227 became visible when using only the obect-tag to embed the player into a page.
228 By using only the object tag it's possible to author valid XHTML. The sample
235 overridden using flashvars in the HTML object tag.
/plugin/wysiwyg/
H A Dscript.js1 function getElementsByClassName(className, tag, elm){ argument
3 tag = tag || "*";
5 var elements = (tag == "*" && elm.all)? elm.all : elm.getElementsByTagName(tag);
/plugin/wysiwyg/fckeditor/editor/js/
H A Dfckeditorcode_ie.js107tag,tagName){menu.AddItem('Cut',FCKLang.Cut,7,FCKCommands.GetCommand('Cut').GetState()==-1);menu.A…
H A Dfckeditorcode_gecko.js106tag,tagName){menu.AddItem('Cut',FCKLang.Cut,7,FCKCommands.GetCommand('Cut').GetState()==-1);menu.A…
/plugin/wysiwyg/fckeditor/editor/_source/internals/
H A Dfck.js265 RegisterDoubleClickHandler : function( handlerFunction, tag ) argument
267 FCK.RegisteredDoubleClickHandlers[ tag.toUpperCase() ] = handlerFunction ;
H A Dfck_gecko.js85 var tag = node.tagName.toLowerCase() ;
86 return ( FCKListsLib.BlockElements[tag] || FCKListsLib.EmptyElements[tag] ) ;
H A Dfcklanguagemanager.js122 TranslateElements : function( targetDocument, tag, propertyToSet, encode )
124 var e = targetDocument.getElementsByTagName(tag) ;
H A Dfck_contextmenu.js55 AddItems : function( menu, tag, tagName )
64 AddItems : function( menu, tag, tagName )
117 AddItems : function( menu, tag, tagName )
139 AddItems : function( menu, tag, tagName )
150 AddItems : function( menu, tag, tagName )
166 AddItems : function( menu, tag, tagName )
177 AddItems : function( menu, tag, tagName )
188 AddItems : function( menu, tag, tagName )
199 AddItems : function( menu, tag, tagName )
212 if ( tagName == 'INPUT' && ( tag.type == 'text' || tag.type == 'password' ) )
[all …]
/plugin/wysiwyg/fckeditor/editor/filemanager/connectors/cfm/
H A Dcf_util.cfm107 <cfloop index = "tag" list = "#tags#">
108 <cfif find( tag, chunk )>
/plugin/wysiwyg/fckeditor/editor/filemanager/connectors/php/
H A Dutil.php109 foreach( $tags as $tag )
111 if( false !== strpos( $chunk, $tag ) )
/plugin/wysiwyg/fckeditor/editor/filemanager/connectors/lasso/
H A Dconnector.lasso72 entire process in an inline for file tag permissions.
H A Dupload.lasso61 Custom tag sets the HTML response.
/plugin/wysiwyg/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/code3/styles/schemes/
H A Didea_alloy.css12 /** sgml tag. */
13 div.PSyHi_Container span.tag,
H A Ddefault.css43 /** sgml tag. */
44 div.PSyHi_Container span.tag,
/plugin/wysiwyg/fckeditor/_samples/_plugins/samples/
H A Dfckplugin.js62 oMyContextMenuListener.AddItems = function( contextMenu, tag, tagName ) argument
/plugin/flowplay/flowplayer/
H A DREADME.txt59 became visible when using only the obect-tag to embed the player into a page.
60 By using only the object tag it's possible to author valid XHTML. The sample
67 overridden using flashvars in the HTML object tag.
/plugin/textile2/
H A DclassTextile.php527 $tag = 'p';
573 $tag = 'p';
595 $tag = 'p';
603 if ($tag == "bq") {
611 elseif ($tag == 'bc') {
618 elseif ($tag == 'notextile') {
623 elseif ($tag == 'pre') {
630 $o2 = "\t<$tag$atts>";
631 $c2 = "</$tag>";
701 $tag = $qtags[$tag];
[all …]
/plugin/virtualkeyboard/vk/extensions/
H A Dhelpers.js488 document.createElementExt = function (tag /* :String */, p /* :Object */ ) /* :HTMLElement */{ argument
489 var L, i, k, el = document.createElement(tag);
/plugin/livepreview/
H A Dscript.js48 document.createElementExt = function (tag,p) { argument
49 var L, i, k, el = document.createElement(tag);
/plugin/bibtex/OSBib/create/
H A DMISC.php110 $tag = 'h' . $level;
112 <$tag class="$class">$data</$tag>
/plugin/bibtex/OSBib/format/
H A DREADME.txt65 …isher] => [miscField1] => [miscField2] => [miscField3] => [miscField4] => [tag] => [addUserIdResou…

1...<<414243444546