Home
last modified time | relevance | path

Searched refs:options (Results 1401 – 1425 of 1516) sorted by last modified time

1...<<5152535455565758596061

/plugin/socialshareprivacy2/SSP/scripts/
H A Djquery.socialshareprivacy.delicious.js27 'button' : function (options, uri, settings) { argument
29 var url = uri + options.referrer_track;
47 else txt_button = options.txt_button;
51 title: (typeof options.title === "function" ?
52 options.title.call(this, options, uri, settings) :
53 String(options.title)) || title
57 $button.find('i').text(options.txt_button);
H A Djquery.socialshareprivacy.disqus.js14 var options = requestQueue.shift();
17 …if ($widget.attr("data-shortname") === options.shortname && $widget.attr("data-uri") === options.u…
34 function enqueue (options) { argument
35 options.requestId = String(requestId ++);
36 requestQueue.push(options);
38 request(options);
42 function request (options) { argument
49 …script.src = 'http://'+options.shortname+'.disqus.com/count.js?q=1&0=2,'+encodeURIComponent(opti…
105 'data-count' : options.count,
110 if (options.onclick) {
[all …]
H A Djquery.socialshareprivacy.facebook.js36 'button' : function (options, uri, settings) { argument
39 var match = /^([a-z]{2})_([A-Z]{2})$/.exec(options.language);
46 locale = options.language;
53 else if (options.language in locales) {
54 locale = options.language+"_"+locales[options.language][0];
59 href : uri + options.referrer_track,
62 action : options.action,
63 colorscheme: options.colorscheme
65 if (options.font) params.font = options.font;
/plugin/socialshareprivacy2/
H A Daction.php21 $options = array(
55 foreach ($options as $opt) {
84 foreach ($options as $opt) {
/plugin/flowplayer/player/
H A DREADME.txt271 - Added new configuration options 'connectionCallbacks' and 'streamCallbacks'. Both accept an Array…
H A DLICENSE.txt156 the interface presents a list of user commands or options, such as a
/plugin/cumulus/
H A Dsyntax.php58 $options['show'] = $data['show'];
59 if ($options['show'] == 'tag') $options['show'] = 'tags';
60 if ($options['show'] == 'namespace') $options['show'] = 'namespaces';
63 $tagcloud = $this->_getTagXml($options);
85 … 'tcolor2' => '0x'.($options['tcolor2'] == "" ? $options['tcolor'] : $options['tcolor2']) ,
86 … 'hicolor' => '0x'.($options['hicolor'] == "" ? $options['tcolor'] : $options['hicolor']) ,
87 'tspeed' => (int)$options['speed'] ,
102 …$renderer->doc .= html_flashobject($movie, $options['width'], $options['height'], $params, $flashv…
110 function _getTagXml($options) { argument
120 } elseif ($options['show'] == 'namespaces') {
[all …]
/plugin/composer/
H A Dsyntax.php204 $options = $data['options'];
256 $options,
/plugin/contactmodern/
H A DLICENSE109 the interface presents a list of user commands or options, such as a
/plugin/fedauth/Auth/OpenID/
H A DParse.php145 $options = implode("|", array_merge(array($tag_name), $close_tags));
146 $closer = sprintf("(?:%s)", $options);
H A DMDB2Store.php250 $options = array(
260 $options);
/plugin/solr/
H A Dindex_all.php49 foreach ($OPTS->options as $key => $val) {
H A Dhelper.php296 function htmlNamespaceSelect($options) argument
299 $options = array_merge(array(
309 ), $options);
313 $options['name'],
314 $options['size'],
315 ($options['multiple'] ? ' multiple="multiple"' : ''),
316 ($options['id'] ? " id=\"{$options['id']}\"" : ''),
317 ($options['class'] ? " class=\"{$options['class']}\"" : '')
319 …$s .= '<option value=""'.(empty($options['selected']) || in_array('', $options['selected'])?' sele…
330 $options['depth_prefix'] ? ' class="'.$options['depth_prefix'].$depth.'"' : '',
[all …]
/plugin/facebooklike/
H A DLICENSE109 the interface presents a list of user commands or options, such as a
/plugin/jquery-syntax/jquery-syntax/
H A Djquery.syntax.core.js13 …reformatted=function(options,html,container){return html;};Syntax.modeLineOptions={'tab-width':fun… argument
24 return function(element,match,options){if(options.linkify===false) argument
104options,callback){var brushName=(options.brush||'plain').toLowerCase();brushName=Syntax.aliases[br… argument
106 var html=brush.process(text,options.matches,options);if(options.linkify!==false){jQuery('span.href'…
107 callback(html,brush,text,options);});}
108 Syntax.highlight=function(elements,options,callback){if(typeof(options)==='function'){callback=opti… argument
109 options.layout=options.layout||'preformatted';options.matches=[];if(typeof(options.tabWidth)==='und…
111options,function(html,brush){Syntax.layouts.get(options.layout,function(layout){html=layout(option…
112 html.addClass("syntax-theme-"+options.theme);}
113 if(brush.postprocess){html=brush.postprocess(options,html,container);}
[all …]
H A Djquery.syntax.js16options,callback){Syntax.detectRoot();var elements=this;Syntax.loader.get('core',function(){Syntax… argument
17 options=jQuery.extend(Syntax.defaultOptions,options)
18 options.blockSelector=options.blockSelector||'pre.syntax:not(.highlighted)';options.inlineSelector=
19 options.replace=true;jQuery(options.blockSelector,context).each(function(){jQuery(this).syntax(jQue…
H A Djquery.syntax.layout.editor.js26 …eAllRanges();selection.addRange(range);}};Syntax.layouts.editor=function(options,code){var contain… argument
27 …nged.end){editor.updateLines(changed,[]);}else{Syntax.highlightText(text,options,function(html){ed…
H A Djquery.syntax.layout.plain.js5 Syntax.layouts.plain=function(options,code,container){var toolbar=jQuery('<div class="toolbar">');v… argument
H A Djquery.syntax.layout.table.js5 Syntax.layouts.table=function(options,code,container){var table=jQuery('<table class="syntax highli… argument
H A Djquery.syntax.layout.inline.js5 Syntax.layouts.inline=function(options,code,container){var inline=jQuery('<code class="syntax highl… argument
H A Djquery.syntax.layout.fixed.js5 Syntax.layouts.fixed=function(options,code,container){var fixed=jQuery('<div class="fixed syntax hi… argument
H A Djquery.syntax.layout.list.js5 Syntax.layouts.list=function(options,code,container){var listTag=options.listTag||'ol';var list=jQu… argument
H A Djquery.syntax.min.js16options,callback){Syntax.detectRoot();var elements=this;Syntax.loader.get('core',function(){Syntax… argument
17 options=jQuery.extend(Syntax.defaultOptions,options)
18 options.blockSelector=options.blockSelector||'pre.syntax:not(.highlighted)';options.inlineSelector=
19 options.replace=true;jQuery(options.blockSelector,context).each(function(){jQuery(this).syntax(jQue…
H A Djquery.syntax.brush.sql.js5 …sh.push(Syntax.lib.sqlStyleComment);brush.push(keywords,{klass:'keyword',options:'gi'});brush.push…
H A Djquery.syntax.brush.pascal.js5 …s,{klass:'constant',options:'gi'});brush.push(keywords,{klass:'keyword',options:'gi'});brush.push(…

1...<<5152535455565758596061