Home
last modified time | relevance | path

Searched refs:prefix (Results 201 – 225 of 458) sorted by relevance

12345678910>>...19

/plugin/yearbox/
H A Dreadme.txt6 3. name=<name> : prefix for new page name, e.g diary, journal, day [default]
/plugin/textinsert/
H A Dsyntax.php68 list($prefix,$trans) = explode('_',$match,2);
184 list($prefix,$trans) = explode('_',$keys[$i],2);
/plugin/icalevents/
H A Dsyntax-impl.php522 $prefix = $this->getConf('customLocationUrlPrefix') ?: $this->getConf('locationUrlPrefix');
523 return ($prefix != '') ? ($prefix . $location) : false;
/plugin/diagramsnet/lib/math/jax/element/mml/optable/
H A DBasicLatin.js19 (function(a){var c=a.mo.OPTYPES;var b=a.TEXCLASS;MathJax.Hub.Insert(a.mo.prototype,{OPTABLE:{prefix
/plugin/dwcommits/
H A Dhelper.php445 $prefix = substr( $gitid , 0, 15 );
448 $author,$timestamp,$gitid,$msg,$prefix,$this->selected_branch)){
762 list($prefix,$index) = explode('_',$db);
828 function dwc_element($prefix, $suffix, $ar) { argument
829 $inx = $prefix . $suffix;
/plugin/dokutexit/
H A Dtexitrender.php316 function buildfilelink($ext, $prefix = '') { argument
317 $ret['id'] = $prefix . $this->_pageid . '.' . $ext;
/plugin/confmanager/
H A Dscript.js116 let prefix = $newItems.length === 1 ? '!' : '';
117 jQuery(this).val(prefix + defaultKey);
/plugin/txt2tags/
H A Dtxt2tags.class.php316 $prefix = implode(".", array_slice($tocnbs, 1, $level));
317 $prefix = preg_replace('/^(0\\.)+/', '', $prefix);
318 $txt = "$prefix. $txt";
/plugin/mikioplugin/syntax/
H A Dcore.php433 * return a class list with mikiop- prefix
459 $prefix = $this->classPrefix;
461 if (array_key_exists($class, $optionsTemplate) && array_key_exists('prefix', $optionsTemplate[$class])) {
462 $prefix .= $optionsTemplate[$class]['prefix'];
466 $s[] = $prefix . $class;
468 $s[] = $prefix . $class . ($options[$class] !== true ? '-' . $options[$class] : '');
/plugin/authgooglesheets/vendor/guzzlehttp/psr7/
H A D.php_cs.dist33 'php_unit_test_annotation' => ['style' => 'prefix'],
/plugin/html2pdf/html2pdf/html2ps/
H A Dxhtml.utils.inc.php237 $prefix = $matches[1];
241 $prefix = $matches[1];
310 return $prefix.$tagname.$str.$suffix;
/plugin/txtconf/
H A Dconfig0.class.php193 function _flatten($conf,$prefix='') { argument
199 $out[$prefix.$key] = $value;
203 $tmp = $this->_flatten($value,$prefix.$key.CM_KEYMARKER);
/plugin/authgooglesheets/vendor/guzzlehttp/psr7/src/
H A DUri.php98 $prefix = '';
100 $prefix = $matches[1];
112 $result = parse_url($prefix . $encodedUrl);
/plugin/anewssystem/
H A Dsyntax.php81 $prefix = 'anss';
97 $post_prefix = $_POST["xs-".$prefix];
130 $_POST["xs-".$prefix] = '';
160 … <form class="news_input_form" id="'.$prefix.'" name="'.$prefix.'" method="POST" '.$myFunc.'>'.NL;
162 $output .= '<input type="hidden" name="xs-'.$prefix.'" value="check" />'.NL;
455 … if (document.'.$prefix.'.switchMode.checked !== true) { return true ; }
/plugin/jquery-syntax/jquery-syntax/
H A Djquery.syntax.js12 …e('head')[0].appendChild(script);},getResource:function(prefix,name,callback){var basename=prefix+… argument
/plugin/findologicxmlexport/vendor/jms/serializer/src/
H A DXmlSerializationVisitor.php453 foreach ($metadata->xmlNamespaces as $prefix => $uri) {
455 if ('' !== $prefix) {
456 $attribute .= ':' . $prefix;
/plugin/zotero/
H A Dconfig.ini.dist20 ; this prefix is added to the referenced page number if only a number is given (and no alphanumeric…
/plugin/codeprettify/code-prettify/src/
H A Dlang-swift.js51 …perator|optional|OSX|OSXApplicationExtension|override|postfix|precedence|prefix|private|protocol|P…
/plugin/codemirror/dist/modes/
H A Dpowershell.min.js.map1prefix","undefined","suffix","i","length","RegExp","source","replace","join","notCharacterOrDash",…
/plugin/googlesearch/
H A Dnusoap.php752 * @param string $prefix The prefix
758 return $this->namespaces[$prefix];
1163 if($prefix = $this->getPrefix($name)){
1167 $prefix = '';
1455 $prefix = '';
4387 $namespace = isset($this->namespaces[$prefix]) ? $this->namespaces[$prefix] : '';
6065 if(isset($prefix)){
6073 $this->responseHeaders .= "<" . (isset($prefix) ? $prefix . ':' : '') . "$name$attstr>";
6076 $this->document .= "<" . (isset($prefix) ? $prefix . ':' : '') . "$name$attstr>";
6164 $this->responseHeaders .= "</" . (isset($prefix) ? $prefix . ':' : '') . "$name>";
[all …]
/plugin/solr/
H A Daction.php205 protected function search_words($str, $prefix='', $suffix='') { argument
209 $search_words .= ' ' . $prefix . $w . $suffix;
/plugin/elwikiupgrade/
H A DVerboseTarLib.class.php448 $prefix = '';
462 $prefix = $dir;
475 …st = pack("a1a100a6a2a32a32a8a8a155a12", $typeflag, '', 'ustar', '', '', '', '', '', $prefix, "");
/plugin/ckgedit/action/
H A Dedit.php499 $prefix = isset($cdata['prefix']) ? urldecode($cdata['prefix']) : "" ;
500 if($prefix) $prefix = $this-> _preprocess($prefix);
510 $this->draft_text = $prefix . $text . $suffix;
/plugin/mantis/lib/
H A Dnusoap.php819 * @param string $prefix The prefix
825 return $this->namespaces[$prefix];
1263 $prefix = '';
1553 $prefix = '';
2722 if ($prefix == $hd) return true;
4865 $namespace = isset($this->namespaces[$prefix]) ? $this->namespaces[$prefix] : '';
6717 if(isset($prefix)){
6725 $this->responseHeaders .= "<" . (isset($prefix) ? $prefix . ':' : '') . "$name$attstr>";
6728 $this->document .= "<" . (isset($prefix) ? $prefix . ':' : '') . "$name$attstr>";
6816 $this->responseHeaders .= "</" . (isset($prefix) ? $prefix . ':' : '') . "$name>";
[all …]
/plugin/odt/ODT/
H A DODTImport.php254 $prefix = NULL;
263 $prefix = '0';
285 if ( isset($prefix) ) {
286 $style->setPropertyForLevel($level, 'num-prefix', $prefix);

12345678910>>...19