Home
last modified time | relevance | path

Searched refs:attr (Results 651 – 675 of 722) sorted by last modified time

1...<<212223242526272829

/plugin/txt2tags/
H A Dlinkwiz.js39 .attr('id','link__wiz')
H A Dtxt2tags.class.php334 $attr = ($line{0}==' ')? ' align="center"' : "";
336 $attr .= ' border="1"';
339 $table = sprintf($snippets['tableopen'], $attr);
355 $attr = '';
357 $attr = (substr($c, -1)==' ') ? ' align="center"' : ' align="right"';
360 if($span>1) $attr .= " colspan=\"$span\"";
361 $cells .= sprintf($fmt, $attr, $c);
/plugin/asana/syntax/
H A DAsanaSyntax.php70 foreach($attributs as $attr){
71 if(strstr($attr,"workspace=")){
74 if(strstr($attr,"projects=")){
77 if(strstr($attr,"tags=")){
80 if(strstr($attr,"assignees=")){
83 if(strstr($attr,"strings=")){
86 $filter = substr( $attr , strpos( $attr , "=" )+1 );
/plugin/exttab2/
H A Dsyntax.php194 function _cleanAttrString($attr='') { argument
195 if (is_null($attr)) return NULL;
197 $attr = trim(preg_replace('/\s+/', ' ', $attr));
199 $attr = preg_replace('/[<>[:^print:]]+/', '', $attr);
208 $nattr = preg_match_all("/(\w+)\s*=\s*($val)/", $attr, $matches, PREG_SET_ORDER);
229 function _attrString($attr='', $before=' ') { argument
230 if ( is_null($attr) || trim($attr) == '') $attr = '';
231 else $attr = $before.trim($attr);
232 return $attr;
/plugin/metaheaders/
H A Daction.php127 foreach ($header as $attr => $value) {
132 $header[$attr] = $value;
/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/owncloud/
H A Dscript.js13 fileid = parseInt($current.attr("class").replace('filelistOC fileid',''));
47 var dir = folder.attr('title');
99 data: {fileid: li.attr('fileid')},
/plugin/workflow/
H A Dscript.js51 var data = jQuery(this).attr('data-criteria');
/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/geonav/js/
H A DgetLocation.js192 for (var attr in placeMark)
194 if ((typeof(placeMark[attr]) != 'object') || (placeMark[attr] instanceof Array))
196 this[attr] = placeMark[attr] ;
198 GoogleAddress.call(this, placeMark[attr], curDepth) ;
/plugin/geonav/tpl/startermap/css/
H A Dprint.css70 content: " [" attr(href) "]";
/plugin/aceeditor/
H A Dbuild.js1attr=="function"?n.attr("id"):void 0)||n;if(u&&i===a.id)return t.size_ctl(r)}),s=a.form.onsubmit,j…
/plugin/eventline/timeline_ajax/
H A Dsimile-ajax-bundle.js32 },attr:function(name,value,type){var options=name;
36 }}return this.each(function(i){for(name in options){jQuery.attr(type?this.style:this,name,jQuery.pr…
39 }return this.attr(key,value,"curCSS");
225 }if(name=="opacity"&&jQuery.browser.msie){ret=jQuery.attr(style,"opacity");
281 },attr:function(elem,name,value){if(!elem||elem.nodeType==3||elem.nodeType==8){return undefined;
290 }if(msie&&notxml&&name=="style"){return jQuery.attr(elem.style,"cssText",value);
292 }var attr=msie&&notxml&&special?elem.getAttribute(name,2):elem.getAttribute(name);
293 return attr===null?undefined:attr;
360 jQuery.each({removeAttr:function(name){jQuery.attr(this,name,"");
401 },selected:function(a){return a.selected||jQuery.attr(a,"selected");
/plugin/socialshareprivacy2/SSP/scripts/
H A Djquery.socialshareprivacy.flattr.js67 $code.filter('a').attr(attrs);
H A Djquery.socialshareprivacy.hackernews.js45 $code.find("a").attr("href", prot+"//news.ycombinator.com/submitlink?"+$.param({
57 $code.find("a").attr("href", prot+"//news.ycombinator.com/item?id="+item.id);
58 $code.find(".points a").text(points).attr('title',
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.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.gplus.js37 $code.filter('.g-plusone').attr({
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.autoload.js3 socialSharePrivacy().attr('data-init','true');
H A Djquery.socialshareprivacy.buffer.js42 return $('<iframe allowtransparency="true" frameborder="0" scrolling="no"></iframe>').attr(
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 …]

1...<<212223242526272829