Home
last modified time | relevance | path

Searched refs:caption (Results 26 – 50 of 265) sorted by relevance

1234567891011

/plugin/strata/
H A Dscript.js158 var createFilterFieldAndSort = function(filterElement, filterType, filterId, field, sortType, fieldSelector, containerElement, caption, minWidth) { argument
161 var input = createFilterTextField(containerElement, filterId, caption);
168 var select = createFilterSelect(containerElement, filterId, fieldSelector, caption, cmp);
174 var createFilterTextField = function(element, filterId, caption) { argument
178 input.title = 'Filter on ' + caption;
193 var createFilterSelect = function(element, filterId, fieldSelector, caption, cmp) { argument
375 var field = jQuery('.strata-caption', td).attr('data-field');
438 jQuery('.strata-caption', div).each(function(i, captionElement) {
447 f.caption.push(captionElement.textContent);
455 'caption' property in AnonymousFunctionb1c4c91b1700.f
[all...]
/plugin/box2/
H A Dplugin.info.txt8 …<box width class colors style=value|title> ... </box|caption> width, class, colours title & captio…
/plugin/wysiwyg/fckeditor/editor/_source/internals/
H A Dfcklistslib.js49 PathBlockLimitElements : { body:1,div:1,td:1,th:1,caption:1,form:1 }, property in FCKListsLib.PathBlockLimitElements
58 …,ol:1,ul:1,li:1,dt:1,de:1,table:1,thead:1,tbody:1,tfoot:1,tr:1,th:1,td:1,caption:1,col:1,colgroup:… property in FCKListsLib.BlockBoundaries
59 …,ol:1,ul:1,li:1,dt:1,de:1,table:1,thead:1,tbody:1,tfoot:1,tr:1,th:1,td:1,caption:1,col:1,colgroup:… property in FCKListsLib.ListBoundaries
/plugin/facebookalbum/
H A Dsyntax.php255 $caption = "";
258 $caption = $values['caption'];
262 $picture_content = str_replace( FB_ALBUM_TAG_CAPTION, $caption, $picture_content);
/plugin/gallery/swipebox/js/
H A Djquery.swipebox.js
/plugin/imagereference/syntax/
H A Dimgcaption.php6 * <imgcaption linkname <orientation> | Image caption> Image/Table</imgcaption>
175 if($renderer->capture && $data['caption']) $renderer->doc .= '<';
180 if($renderer->capture && $data['caption']) $renderer->doc .= hsc($data['caption']).'>';
211 $renderer->doc .= "\\caption{".$data['caption']."}\\label{".$data['caprefname']."}\\end{".$floattype."}";
220 * When a array of caption data is given, this is stored. Otherwise the array is returned
223 * @param array $captiondata array with data of the caption
252 * @param string $type caption type 'img' or 'tab'
263 * @return array(string imgrefname, string classes, string caption)
[all...]
/plugin/log/
H A Dcommon.php38 $caption = useHeading('content') ? p_get_first_heading($id,true) : $id;
42 array($caption, $id),
/plugin/progrecss/
H A DChangeLog10 * syntax.php: empty caption no longer generates a caption <span>, thanks to
41 * syntax.php: Add limited support for parsing wikitext in caption.
H A Dprint.css30 .progrecss_default .caption {
90 .progrecss_inline .caption {
/plugin/barcode/api/google/
H A Dbarcode.inc19 //$caption = $p['caption'];
/plugin/mediatooltip/
H A Daction.php223 $caption = $this->getFieldValue('Caption',$meta);
224 if(!empty($caption) && $caption != $_title) {
225 … $matches[0] .= '" data-caption ="' . "$captionpos::" . $this->format_attribute($caption);
/plugin/ahrefmenu/
H A Dgenerate_map.py75 self.caption = ""
120 lnk.caption = i_caption
265 … + lnk.place_from.full_url + "' to='" + lnk.place_to.full_url + "' caption='" + lnk.caption + "'>"
310 self.export_item(lnk.place_to, lnk.caption, i_indent + 1, i_place.full_url, i_root_url)
327 self.export_item(self.network.links[0].place_from, self.network.links[0].caption, 1)
/plugin/doctree2filelist/
H A Dstart.txt3 <menu col=1,align="left",caption="">
11 <menu col=1,align="left",caption="">
/plugin/aclauditor/
H A Dstyle.css27 #aclauditor_list .permset caption {
74 #aclauditor_scenario_details caption {
H A Dadmin.php213 ptln(' <caption>'.$this->getLang('permwhat').' "'.$id.'" :</caption>');
227 ptln(' <caption>'.$this->getLang('permwho').' "'.$who.'" :</caption>');
/plugin/dirtylittlehelper/
H A DREADME.md122 <caption>your caption</caption>
138 <dlh.caption.wiki> **wiki caption content** </dlh.caption.wiki>
/plugin/ipa/
H A Dipa.css25 caption-side: top;
31 caption { selector
/plugin/socialshareprivacy2/SSP/scripts/
H A Djquery.socialshareprivacy.tumblr.js95 caption : get(this, options, uri, settings, 'caption'),
102 caption : get(this, options, uri, settings, 'caption')
/plugin/photogallery/phpThumb/demo/
H A DphpThumb.demo.gallery.php44 @list($photo, $caption) = explode("\t", $value);
45 $CAPTIONS[$photo] = $caption;
/plugin/imagereference/
H A Dstyle.css8 /* table caption */
32 /* ggb caption */
46 /* ggb caption */
51 /* image caption */
/plugin/tableplot/example/
H A DexampleEarthquakePlot.txt5 <caption>2011 Number of Earthquakes Worldwide
7 </caption>
/plugin/phpipam/
H A Dstyle.css28 .phpipam table.phpipam_devices caption,
41 .phpipam table.phpipam_devices caption {
/plugin/imagelink/
H A Dplugin.info.txt6 desc create image links with caption
/plugin/wysiwyg/fckeditor/editor/_source/classes/
H A Dfckspecialcombo.js24 var FCKSpecialCombo = function( caption, fieldWidth, panelWidth, panelMaxHeight, parentWindow ) argument
31 this.Caption = caption ;
32 this.Tooltip = caption ;
/plugin/syntaxhighlighter3/
H A Dall.css10 .syntaxhighlighter table caption,

1234567891011