Home
last modified time | relevance | path

Searched refs:attr (Results 601 – 625 of 722) sorted by path

1...<<212223242526272829

/plugin/socialshareprivacy2/SSP/scripts/
H A Djquery.socialshareprivacy.js278 …var canonical = $("link[rel=canonical]").attr("href") || $('head meta[property="og:url"]').attr("c…
315 attr({
351 options.set_perma_option($input.attr('data-service'), options);
354 options.del_perma_option($input.attr('data-service'), options);
490 var attr = attrs[i];
491 if (/^data-./.test(attr.name)) {
492 var path = attr.name.slice(5).replace(/-/g,"_").split(".");
511 ctx[name] = attr.value;
662 attr({
682 $info_link.attr("target",this_options.info_link_target);
[all …]
H A Djquery.socialshareprivacy.linkedin.js42 var $code = $('<script type="IN/Share"></script>').attr(attrs);
H A Djquery.socialshareprivacy.mail.js38 return $('<a>' + options.txt_button + '</a>').attr(
H A Djquery.socialshareprivacy.pinterest.js31 $('.social_share_privacy_area .pinterest .pinit a[data-pin-log]').attr('data-pin-do','ignore');
70 $code.filter('a').attr({
73 }).find('img').attr('src', prot+'//assets.pinterest.com/images/pidgets/pin_it_button.png');
H A Djquery.socialshareprivacy.reddit.js72 return $('<iframe allowtransparency="true" frameborder="0" scrolling="no"></iframe>').attr(
H A Djquery.socialshareprivacy.stumbleupon.js47 return $('<iframe allowtransparency="true" frameborder="0" scrolling="no"></iframe>').attr({
H A Djquery.socialshareprivacy.tumblr.js80 return $code.attr('href', 'http://www.tumblr.com/share/link?'+$.param({
87 return $code.attr('href', 'http://www.tumblr.com/share/quote?'+$.param({
93 return $code.attr('href', 'http://www.tumblr.com/share/photo?'+$.param({
100 return $code.attr('href', 'http://www.tumblr.com/share/video?'+$.param({
H A Djquery.socialshareprivacy.twitter.js57 return $('<iframe allowtransparency="true" frameborder="0" scrolling="no"></iframe>').attr(
H A Djquery.socialshareprivacy.xing.js31 var $code = $('<script type="XING/Share"></script>').attr({
/plugin/sphinxsearch-was/
H A Dsphinxapi.php1139 $attr = substr($response, $p, $len);
1143 $attrs[$attr] = $type;
1183 foreach ($attrs as $attr => $type) {
1196 $attrvals[$attr] = $fval;
1204 $attrvals[$attr] = array();
1209 $attrvals[$attr][] = sphFixUint($val);
1212 $attrvals[$attr] = sphFixUint($val);
1453 foreach ($attrs as $attr)
1454 assert(is_string($attr));
1475 foreach ($attrs as $attr) {
[all …]
/plugin/sphinxsearch/
H A Dsphinxapi.php1175 $attr = substr ( $response, $p, $len ); $p += $len;
1177 $attrs[$attr] = $type;
1215 foreach ( $attrs as $attr=>$type )
1229 $attrvals[$attr] = $fval;
1237 $attrvals[$attr] = array ();
1242 $attrvals[$attr][] = sphFixUint($val);
1246 $attrvals[$attr] = sphFixUint($val);
1488 foreach ( $attrs as $attr )
1489 assert ( is_string($attr) );
1513 foreach ( $attrs as $attr )
[all …]
/plugin/sqlite/
H A Dadmin.php123 $form->addButton('submit', $this->getLang('btn_execute'))->attr('type', 'submit');
125 $form->addButton('cmd[save_query]', $this->getLang('save_query'))->attr('type', 'submit');
279 ->attr('required', 'required')
280 ->attr('accept', '.sql')
/plugin/sqljson/
H A Dsyntax.php53 list($attr, $content) = preg_split('/>/u',$match,2);
54 return array('sqljson' => $content, 'variable' => trim($attr));
/plugin/sqlraw/
H A Dsimple_html_dom.php118 public $attr = array(); variable in simple_html_dom_node
182 if (count($this->attr)>0)
721 if (isset($this->attr[$name]))
745 $this->attr[$name] = $value;
755 return (array_key_exists($name, $this->attr)) ? true : isset($this->attr[$name]);
759 if (isset($this->attr[$name]))
760 unset($this->attr[$name]);
1425 $node->attr = array();
1511 $node->attr[$name] = str_replace("\r", "", $node->attr[$name]);
1512 $node->attr[$name] = str_replace("\n", "", $node->attr[$name]);
[all …]
/plugin/strata/
H A Dscript.js153 return parseInt(jQuery(item1).attr('data-strata-order')) - parseInt(jQuery(item2).attr('data-strata-order'));
223 if($option.attr('data-filter') == 'none') {
311 for (var i = 0; i < items.length && jQuery(items[i]).attr('data-field') != undefined; i++) {
312 fields.push(jQuery(items[i]).attr('data-field'));
313 isAscending.push(jQuery('.strata-ui-sort-direction', items[i]).attr('data-strata-sort-direction') == 'asc');
342 var sort = jQuery(element).attr('data-strata-ui-sort');
347 jQuery('.col' + col, element).attr('data-strata-sort', i);
348 jQuery('.col' + col, element).attr('data-strata-sort-direction', isAscending[i] ? 'asc' : 'desc');
366 var filterColumns = jQuery(div).attr('dat
[all...]
/plugin/struct/admin/
H A Dschemas.php204 $form->addElement(new InputElement('file', 'schemafile'))->attr('accept', '.json');
216 ->attr('checked', 'checked')->addClass('edit block');
233 ->attr('checked', 'checked')
242 $form->addElement(new InputElement('file', 'csvfile'))->attr('accept', '.csv');
/plugin/struct/meta/
H A DSchemaEditor.php82 $form->addButton('save', 'Save')->attr('type', 'submit');
/plugin/struct/script/
H A DAggregationEditor.js12 const searchconf = JSON.parse($table.parents('.structaggregation').attr('data-searchconf'));
48 .attr('title', LANG.plugins.struct.lookup_delete)
84 const searchconf = JSON.parse($agg.attr('data-searchconf'));
92 jQuery('<input>').attr({
95 value: $agg.attr('data-searchconf')
100 jQuery('<input>').attr({
H A DEntryEditor.js55 var input_id = jQuery(this).siblings('input').attr('id');
H A DSchemaEditor.js15 jQuery($me.attr('href')).show();
/plugin/structcombolookup/
H A Dscript.js11 $targetSelect.find("option").first().attr("selected", "selected");
12 if (disableChild) $targetSelect.attr('disabled', 'disabled');
39 .attr( "title", "" )
69 .attr( "tabIndex", -1 )
70 .attr( "title", "Show All Items" )
136 .attr( "title", value + " didn't match any item" )
140 this.input.tooltip( "close" ).attr( "title", "" );
/plugin/structgeohash/
H A Dscript.js16 var id = jQuery(this).attr('id');
18 var urlTMP = jQuery(this).attr('data-urlTMP');
19 var attribution = jQuery(this).attr('data-attribution');
20 var maxZoom = jQuery(this).attr('data-maxZoom');
21 var mapId = jQuery(this).attr('data-mapId');
27 var gh_default = jQuery("#"+inputId).attr('value');
60 jQuery("#"+id).attr('value',mygh);
/plugin/structnotification/
H A Dadmin.php179 $form->addTextInput('predicate[schema]')->attr('style', 'width: 8em');
183 $form->addTextInput('predicate[field]')->attr('style', 'width: 8em');
191 $form->addTextInput('predicate[value]')->attr('style', 'width: 12em');
195 $form->addTextInput('predicate[users_and_groups]')->attr('style', 'width: 12em');
203 ->attr('style', 'width: 100%; height: 10em;');
/plugin/structpublish/action/
H A Dbanner.php165 )->attr('type', 'submit');
173 )->attr('type', 'submit');
H A Drevisions.php45 if ($el->attr('name') === $checkName) {
46 $rev = $el->attr('value');

1...<<212223242526272829