Home
last modified time | relevance | path

Searched refs:prefix (Results 101 – 125 of 458) sorted by relevance

12345678910>>...19

/plugin/findologicxmlexport/vendor/phpunit/phpunit/src/Util/Log/
H A DTAP.php221 * @param string $prefix
224 protected function writeNotOk(PHPUnit_Framework_Test $test, $prefix = '', $directive = '') argument
230 $prefix != '' ? $prefix . ': ' : '',
/plugin/icalevents/vendor/squizlabs/php_codesniffer/scripts/
H A Dbuild-phar.php98 * @param string $prefix The prefix of the structure.
102 function buildFromNode(&$phar, $node, $prefix='') argument
110 $path = $prefix.$node->getAttribute('name');
/plugin/combo/vendor/carica/phpcss/src/PhpCss/Parser/
H A DSequence.php100 [$prefix, $name] = explode('|', $token->content);
102 $prefix = '';
106 return new Ast\Selector\Simple\Universal($prefix);
108 return new Ast\Selector\Simple\Type($name, $prefix);
/plugin/dokutexit/
H A Dconfig.php178 $this->prefix = '';
182 $this->prefix = $this->conf['pre_prefix'].":";
184 $this->prefix .= $this->ns;
186 $this->prefix = str_replace(':', $this->conf['prefix_separator'], $this->prefix);
187 $this->prefix .= $this->conf['prefix_separator'];
251 return $this->mediadir.'/'.$this->prefix.$this->get_common_basename().".pdf";
255 return $this->ns.':'.$this->prefix.$this->get_common_basename().".pdf";
/plugin/snmplive/
H A DMakefile5 prefix := /usr/share/dokuwiki macro
6 plugindir := $(prefix)/lib/plugins
/plugin/webdav/vendor/sabre/xml/lib/
H A DWriter.php155 foreach ($this->namespaceMap as $namespace => $prefix) {
156 $this->writeAttribute(($prefix ? 'xmlns:' . $prefix : 'xmlns'), $namespace);
/plugin/icalevents/vendor/sabre/xml/lib/
H A DWriter.php155 foreach ($this->namespaceMap as $namespace => $prefix) {
156 $this->writeAttribute(($prefix ? 'xmlns:' . $prefix : 'xmlns'), $namespace);
/plugin/jplayer/vendor/robloach/component-installer/src/ComponentInstaller/Resources/
H A Drequire.js386 var prefix,
392 return [prefix, name];
412 prefix = null,
426 prefix = nameParts[0];
429 if (prefix) {
430 prefix = normalize(prefix, parentName, applyMap);
436 if (prefix) {
453 prefix = nameParts[0];
469 prefix: prefix,
476 id: (prefix ?
[all …]
/plugin/jplayer/components/
H A Drequire.js386 var prefix,
392 return [prefix, name];
412 prefix = null,
426 prefix = nameParts[0];
429 if (prefix) {
430 prefix = normalize(prefix, parentName, applyMap);
436 if (prefix) {
453 prefix = nameParts[0];
469 prefix: prefix,
476 id: (prefix ?
[all …]
/plugin/authgooglesheets/vendor/monolog/monolog/src/Monolog/
H A DUtils.php49 $prefix = '';
52 $prefix = 'file://';
62 return $prefix.$streamUrl;
67 return $prefix.$streamUrl;
/plugin/command/syntax/
H A Dblock.php58 $prefix.COMMANDPLUGIN_LEX_CMD.$suffix,
61 $prefix.COMMANDPLUGIN_LEX_CMD_PARAMS.$suffix,
/plugin/combo/ComboStrap/
H A DOutline.php531 $prefix = SiteConfig::getConfValue(self::CONF_OUTLINE_NUMBERING_PREFIX, "");
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" counte
[all...]
/plugin/findologicxmlexport/vendor/jms/serializer/src/Metadata/
H A DClassMetadata.php247 public function registerNamespace(string $uri, ?string $prefix = null): void argument
253 if (null !== $prefix) {
254 if (!\is_string($prefix)) {
255 …Exception(sprintf('$prefix is expected to be a strings, but got value %s.', json_encode($prefix)));
258 $prefix = '';
261 $this->xmlNamespaces[$prefix] = $uri;
/plugin/prosemirror/parser/
H A DRSSNode.php24 $prefix = '{{rss>';
55 return $prefix . $url . $paramString . $postfix;
/plugin/fetchmedia/action/
H A Dajax.php207 $prefix = substr($text, 0, $start);
209 if (substr($prefix, -2) === '[[') {
210 $prefix = substr($prefix, 0, -2) . '{{';
214 $text = $prefix . $newMediaId . $postfix;
/plugin/purplenumbers/
H A Drenderer.php180 * $noprefix: lets you get the current ID without its prefix
198 // build prefix
200 $prefix = '';
204 $prefix = $ID.'.';
207 $prefix = 'ID';
214 $out = $prefix.$nodeID.$itemNo;
217 $out = $prefix.$this->PNitemCount;
/plugin/semanticdata/phpSesame/
H A DphpSesame.php321 throw new Exception('Please supply a prefix.');
348 throw new Exception('Please supply both a prefix and a namesapce.');
373 throw new Exception('Please supply a prefix.');
/plugin/flowplay/
H A Dsyntax.php87 …$renderer->doc .= '<object type="application/x-shockwave-flash" data="'.$prefix.'FlowPlayer.swf" w…
89 $renderer->doc .= ' <param name="movie" value="'.$prefix.'FlowPlayer.swf" /> '."\n";
/plugin/mantis/lib/
H A Dclass.nusoap_base.php772 $prefix = substr($qname,0,strpos($qname,':'));
773 if(isset($this->namespaces[$prefix])){
774 return $this->namespaces[$prefix].':'.$name;
819 * @param string $prefix The prefix
823 function getNamespaceFromPrefix($prefix){ argument
824 if (isset($this->namespaces[$prefix])) {
825 return $this->namespaces[$prefix];
/plugin/passpolicy/
H A Dhelper.php352 $prefix = '';
354 $prefix .= $this->rand(0, 999);
359 $prefix .= $this->pools['special'][rand(0, $spec_len - 1)];
376 if ($prefix) $output = $prefix . ' ' . $output;
514 $prefix = substr($sha1, 0, 5);
524 $result = $prefix . strtolower($result);
/plugin/davcal/vendor/sabre/xml/lib/
H A DWriter.php187 foreach ($this->namespaceMap as $namespace => $prefix) {
188 $this->writeAttribute(($prefix ? 'xmlns:' . $prefix : 'xmlns'), $namespace);
/plugin/scrape/HTMLPurifier/ConfigSchema/schema/
H A DAttr.IDPrefix.txt
/plugin/elasticsearch/vendor/ruflin/elastica/src/Suggest/
H A DAbstractSuggest.php36 * Suggest prefix must be set either globally or per suggestion.
40 public function setPrefix(string $prefix): self argument
42 return $this->_setRawParam('prefix', $prefix);
/plugin/authgooglesheets/vendor/guzzlehttp/guzzle/src/
H A DUriTemplate.php105 $prefix = self::$operatorHash[$parsed['operator']]['prefix'];
201 if ($ret && $prefix) {
202 return $prefix . $ret;
/plugin/findologicxmlexport/vendor/jms/serializer/src/
H A DXmlDeserializationVisitor.php187 $prefix = uniqid('ns-');
188 $data->registerXPathNamespace($prefix, $namespace);
189 $nodes = $data->xpath(sprintf('%s:%s', $prefix, $entryName));
317 $prefix = uniqid('ns-');
318 $data->registerXPathNamespace($prefix, $namespaces['']);
319 $nodes = $data->xpath('./' . $prefix . ':' . $name);

12345678910>>...19