Home
last modified time | relevance | path

Searched refs:suffix (Results 1 – 25 of 137) sorted by path

123456

/plugin/aceeditor/
H A Dbuild.js1 …,a={packaged:!1,workerPath:null,modePath:null,themePath:null,basePath:"",suffix:".js",$moduleUrls:…
/plugin/advrack/
H A Djquery.qtip.js1365 PROTOTYPE._bind = function(targets, events, method, suffix, context) { argument
1366 var ns = '.' + this._id + (suffix ? '-'+suffix : '');
1372 PROTOTYPE._unbind = function(targets, suffix) { argument
1373 $(targets).unbind('.' + this._id + (suffix ? '-'+suffix : ''));
/plugin/amcharts/assets/amcharts/
H A Damcharts.js134 …ons,a["an_"+b]);c={obj:a,frame:0,attribute:b,from:c,to:e,time:h,effect:f,suffix:g};a["an_"+b]=c;th… property in AnonymousFunction30194f819400.c
135 …e(a,1),h.node.style[f]=Number(b.to)+b.suffix):h.node.style[f]=c+b.suffix}else h.node.style[f]=Numb…
/plugin/authgooglesheets/vendor/google/apiclient-services/src/FirebaseDynamicLinks/
H A DCreateManagedShortLinkRequest.php98 public function setSuffix(Suffix $suffix) argument
100 $this->suffix = $suffix;
107 return $this->suffix;
H A DCreateShortDynamicLinkRequest.php80 public function setSuffix(Suffix $suffix) argument
82 $this->suffix = $suffix;
89 return $this->suffix;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/GamesConfiguration/
H A DGamesNumberFormatConfiguration.php82 public function setSuffix(GamesNumberAffixConfiguration $suffix) argument
84 $this->suffix = $suffix;
91 return $this->suffix;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Sheets/
H A DChartCustomNumberFormatOptions.php29 public $suffix; variable in Google\\Service\\Sheets\\ChartCustomNumberFormatOptions
48 public function setSuffix($suffix) argument
50 $this->suffix = $suffix;
57 return $this->suffix;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/TrafficDirectorService/
H A DStringMatcher.php43 public $suffix; variable in Google\\Service\\TrafficDirectorService\\StringMatcher
118 public function setSuffix($suffix) argument
120 $this->suffix = $suffix;
127 return $this->suffix;
/plugin/bpmnioeditor/vendor/bpmnio-js/
H A Dbpmn-modeler.development.js1212 var suffix = wrap[2];
1214 el.innerHTML = prefix + html + suffix;
/plugin/ckgdoku/action/
H A Dedit.php476 $suffix = isset($cdata['suffix']) ? urldecode($cdata['suffix']) : "" ;
478 if($suffix) $suffix = $this-> _preprocess($suffix);
484 $this->draft_text = $prefix . $text . $suffix;
/plugin/ckgdoku/scripts/
H A Dparse_wiki-cmpr.js1 …{this.form.styling.value="no_styles";this.form.prefix.value="";this.form.suffix.value="";this.form…
H A Dparse_wiki.js.unc1964 this.form.suffix.value="";
/plugin/ckgedit/action/
H A Dedit.php502 $suffix = isset($cdata['suffix']) ? urldecode($cdata['suffix']) : "" ;
504 if($suffix) $suffix = $this-> _preprocess($suffix);
510 $this->draft_text = $prefix . $text . $suffix;
/plugin/ckgedit/fckeditor/editor/filemanager/connectors/php/
H A Dutf8.php119 * @param string $suffix If the name component ends in suffix this will also be cut off
122 function utf8_basename($path, $suffix=''){ argument
127 $suflen = strlen($suffix);
128 if($suflen && (substr($path, -$suflen) == $suffix)){
/plugin/ckgedit/
H A Dlocktimer.js75 params += '&suffix='+encodeURIComponent(dwform.elements.suffix.value);
/plugin/ckgedit/scripts/
H A Dparse_wiki-cmpr.js1 …{this.form.styling.value="no_styles";this.form.prefix.value="";this.form.suffix.value="";this.form…
H A Dparse_wiki.js.unc1984 this.form.suffix.value = "";
/plugin/code3/src/
H A Dtz.js244 function PR_endsWith(s, suffix) { argument
245 return s.length >= suffix.length &&
246 suffix == s.substring(s.length - suffix.length, s.length);
/plugin/codemirror/dist/modes/
H A Dcss.min.js.map1 …ck\", \"negative\", \"pad\", \"prefix\", \"range\",\n \"speak-as\", \"suffix\", \"symbols\", \"…
H A Dperl.min.js.map1suffix","l","startState","token","lineComment","registerHelper","defineMIME","charAt"],"mappings":…
H A Dpowershell.min.js1suffix!==undefined?b.suffix:"\\b";for(var e=0;e<a.length;e++){if(a[e]instanceof RegExp){a[e]=a[e].…
H A Dpowershell.min.js.map1suffix","i","length","RegExp","source","replace","join","notCharacterOrDash","varNames","keywords"…
H A Dsql.min.js.map1 …ontinue sqlnumber sqlpluscompatibility sqlprefix sqlprompt sqlterminator suffix tab term termout t…
/plugin/codeprettify/syntax/
H A Dcode.php128 $suffix = ($option > 0) ? ':'.$option : '';
130 return ($prefix or $suffix) ? $prefix.'linenums'.$suffix : '';
/plugin/combo/ComboStrap/
H A DOutline.php532 $suffix = SiteConfig::getConfValue(self::CONF_OUTLINE_NUMBERING_SUFFIX, " - ");
570 $mainContainerSelector h2.$outlineClass::before { content: "$prefix" counter(h2, $level2CounterStyle) "$suffix\A"; }
571 $mainContainerSelector h3.$outlineClass::before { content: "$prefix" counter(h2, $level2CounterStyle) "$counterSeparator" counter(h3,$level3CounterStyle) "$suffix\A"; }
572 $mainContainerSelector h4.$outlineClass::before { content: "$prefix" counter(h2, $level2CounterStyle) "$counterSeparator" counter(h3,$level3CounterStyle) "$counterSeparator" counter(h4,$level4CounterStyle) "$suffix\A"; }
573 $mainContainerSelector h5.$outlineClass::before { content: "$prefix" counter(h2, $level2CounterStyle) "$counterSeparator" counter(h3,$level3CounterStyle) "$counterSeparator" counter(h4,$level4CounterStyle) "$counterSeparator" counter(h5,$level5CounterStyle) "$suffix\A"; }
574 $mainContainerSelector h6.$outlineClass::before { content: "$prefix" counter(h2, $level2CounterStyle) "$counterSeparator" counter(h3,$level3CounterStyle) "$counterSeparator" counter(h4,$level4CounterStyle) "$counterSeparator" counter(h5,$level5CounterStyle) "$counterSeparator" counter(h6,$level6CounterStyle) "$suffix\A"; }
596 $tocSelector li a::before { content: "$prefix" counter(toc2, $level2CounterStyle) "$suffix\A"; }
597 $tocSelector li li a::before { content: "$prefix" counter(toc2, $level2CounterStyle) "$counterSeparator" counter(toc3,$level3CounterStyle) "$suffix\A"; }
598 $tocSelector li li li a::before { content: "$prefix" counter(toc2, $level2CounterStyle) "$counterSeparator" counter(toc3,$level3CounterStyle) "$counterSeparator" counter(toc4,$level4CounterStyle) "$suffix\A"; }
599 $tocSelector li li li li a::before { content: "$prefix" counter(toc2, $level2CounterStyle) "$counterSeparator" counter(toc3,$level3CounterStyle) "$counterSeparator" counter(toc4,$level4CounterStyle) "$counterSeparator" counter(toc5,$level5CounterStyle) "$suffix\
[all...]

123456