Home
last modified time | relevance | path

Searched refs:sp (Results 1 – 25 of 97) sorted by relevance

1234

/plugin/adfs/phpsaml/lib/Saml2/
H A DMetadata.php16 * @param array $sp The SP data
41 if (isset($sp['singleLogoutService'])) {
42 $slsUrl = htmlspecialchars($sp['singleLogoutService']['url'], ENT_QUOTES);
44 <md:SingleLogoutService Binding="{$sp['singleLogoutService']['binding']}"
103 if (isset($sp['attributeConsumingService'])) {
105 if (isset($sp['attributeConsumingService']['serviceDescription'])) {
108 $sp['attributeConsumingService']['serviceDescription']
111 if (!isset($sp['attributeConsumingService']['serviceName'])) {
112 $sp['attributeConsumingService']['serviceName'] = 'Service';
154 $spEntityId = htmlspecialchars($sp['entityId'], ENT_QUOTES);
[all …]
H A DSettings.php610 $sp = $settings['sp'];
616 if (!isset($sp['entityId']) || empty($sp['entityId'])) {
620 if (!isset($sp['assertionConsumerService'])
621 || !isset($sp['assertionConsumerService']['url'])
622 || empty($sp['assertionConsumerService']['url'])
625 } else if (!filter_var($sp['assertionConsumerService']['url'], FILTER_VALIDATE_URL)) {
629 if (isset($sp['singleLogoutService'])
630 && isset($sp['singleLogoutService']['url'])
631 && !filter_var($sp['singleLogoutService']['url'], FILTER_VALIDATE_URL)
/plugin/findologicxmlexport/vendor/twig/twig/test/Twig/Tests/Fixtures/filters/
H A Durlencode.test6 {{ {foo: "bar", number: 3, "spéßi%l": "e%c0d@d", "spa ce": ""}|url_encode }}
7 {{ {foo: "bar", number: 3, "spéßi%l": "e%c0d@d", "spa ce": ""}|url_encode|raw }}
9 {{ 'spéßi%le%c0d@dspa ce'|url_encode }}
13 foo=bar&amp;number=3&amp;sp%C3%A9%C3%9Fi%25l=e%25c0d%40d&amp;spa%20ce=
14 foo=bar&number=3&sp%C3%A9%C3%9Fi%25l=e%25c0d%40d&spa%20ce=
16 sp%C3%A9%C3%9Fi%25le%25c0d%40dspa%20ce
H A Durlencode_deprecated.test6 {{ {foo: "bar", number: 3, "spéßi%l": "e%c0d@d", "spa ce": ""}|url_encode }}
7 {{ {foo: "bar", number: 3, "spéßi%l": "e%c0d@d", "spa ce": ""}|url_encode|raw }}
9 {{ 'spéßi%le%c0d@dspa ce'|url_encode }}
13 foo=bar&amp;number=3&amp;sp%C3%A9%C3%9Fi%25l=e%25c0d%40d&amp;spa%20ce=
14 foo=bar&number=3&sp%C3%A9%C3%9Fi%25l=e%25c0d%40d&spa%20ce=
16 sp%C3%A9%C3%9Fi%25le%25c0d%40dspa%20ce
/plugin/dw2pdf/vendor/mpdf/mpdf/src/Gif/
H A DLzw.php33 var $sp; variable in Mpdf\\Gif\\Lzw
101 $this->sp = 0;
117 if ($this->sp > 0) {
118 $this->sp--;
119 return $this->Stack[$this->sp];
137 $this->sp = 0;
150 $this->Stack[$this->sp++] = $this->FirstCode;
155 $this->Stack[$this->sp++] = $this->Vals[$Code];
165 $this->Stack[$this->sp++] = $this->FirstCode;
179 if ($this->sp >
[all...]
/plugin/dw2pdf/vendor/mpdf/mpdf/src/Color/
H A DColorSpaceRestrictor.php97 $sp = $this->mpdf->spotColors[$this->mpdf->spotColorIDs[$c[1]]];
98 $c = $this->colorModeConverter->cmyk2rgb([4, $sp['c'], $sp['m'], $sp['y'], $sp['k']]);
101 $sp = $this->mpdf->spotColors[$this->mpdf->spotColorIDs[$c[1]]];
102 $c = $this->colorModeConverter->cmyk2gray([4, $sp['c'], $sp['m'], $sp['y'], $sp['
[all...]
/plugin/txt2tags/
H A Dtxt2tags.class.php327 $toc[] = $this->sp($level) . "- [$txt #$anchor]";
469 …$listcontent .= "\n".$this->sp($plevel).$snippets["{$ptype}itemclose"] . $this->sp($plevel).$snipp…
479 $listcontent .= "\n" . $this->sp($level). $snippets["{$type}listopen"];
483 $listcontent .= "\n".$this->sp($plevel).$snippets["{$ptype}itemclose"];
486 $listcontent .= "\n".$this->sp($level).$snippets["{$ptype}listclose"]
487 ."\n".$this->sp($level).$snippets["{$type}listopen"];
492 $listcontent .= $this->sp($level).$snippets["{$type}itemopen"];
523 $listcontent .= "\n".$this->sp($plevel).$snippets["{$ptype}itemclose"]
537 $listcontent .= $this->sp($plevel+1).$this->run_inline($line)."\n";
578 $listcontent .= "\n".$this->sp($plevel).$snippets["{$ptype}itemclose"]
[all …]
/plugin/formatplus2/syntax/
H A Dblockinsertplus.php119 $sp = '';
123 $sp = ' ';
126 $line .= $sp.$output[1];
127 $sp = ' ';
130 $line .= $sp.$output[2];
H A Dblockdeleteplus.php124 $sp = '';
128 $sp = ' ';
131 $line .= $sp.$output[1];
132 $sp = ' ';
135 $line .= $sp.$output[2];
/plugin/formatplus/syntax/
H A Dblockinsertplus.php119 $sp = '';
123 $sp = ' ';
126 $line .= $sp.$output[1];
127 $sp = ' ';
130 $line .= $sp.$output[2];
H A Dblockdeleteplus.php124 $sp = '';
128 $sp = ' ';
131 $line .= $sp.$output[1];
132 $sp = ' ';
135 $line .= $sp.$output[2];
/plugin/condition/
H A Dsyntax.php157 $sp = 0;
162 $sp = $psp;
164 $sp = $esp;
166 $sp = $wsp;
168 $sp = min($esp, $psp);
170 $sp = min($wsp, $psp);
172 $sp = min($esp, $wsp);
173 }else $sp = min($wsp, $esp, $psp);
175 $value = substr($match, 0, $sp);
/plugin/struct/lang/de/
H A Deditor_edit.txt
H A Deditor_intro.txt
/plugin/autolink2/
H A Dhelper.php74 $sp="-anchorlink-";
90 $pattern[$l]="/(={1,6}.*?)".$sp."(".$anchor.")".$ep."(.*?={1,6})/i";
94 $pattern[$l]="/(\{\{.*?)".$sp."(".$anchor.")".$ep."(.*?\}\})/i";
97 $pattern[$l]="/(\[\[.*)".$sp."(".$anchor.")".$ep."(.*\]\])/Ui";
100 $pattern[$l]="/(\<.*)".$sp."(".$anchor.")".$ep."(.*\>)/Ui";
104 $pattern[$l]=$customStart.$sp."(".$anchor.")".$ep.$customEnd;
109 $pattern[$l]="/".$sp."(".$anchor.")".$ep."/i";
/plugin/photogallery/phpThumb/
H A Dphpthumb.gif.php238 $this->sp = 0;
253 if ($this->sp > 0) {
254 $this->sp--;
255 return $this->Stack[$this->sp];
273 $this->sp = 0;
287 $this->sp++;
293 $this->sp++;
303 $this->sp++;
317 if ($this->sp > 0) {
318 $this->sp--;
[all …]
/plugin/codemirror/dist/modes/
H A Dgas.min.js1sp="variable";f.esp="variable-2";f.rsp="variable-3";f.bp="variable";f.ebp="variable-2";f.rbp="vari…
/plugin/docsearch/lang/fr/
H A Dconfmanager_description.txt5 DocSearch a besoin d'outils externes pour convertir certains types spécifiques de fichiers en texte…
7 Lorsqu'un fichier avec l'extension spécifiée est trouvé, l'outil correspondant sera utilisé.
/plugin/tools/
H A Daction.php90 $sp = join("|",explode(",",preg_quote($this->getConf('skip_ids'))));
92 if (!$exists || preg_match("/$sp/i",$ID))
/plugin/bookmarkme/
H A Daction.php162 $sp = join("|",explode(",",preg_quote($this->getConf('skip_ids'))));
164 if (!$exists || preg_match("/$sp/i",$ID))
/plugin/p2ilinkaction/
H A Dp2i.thumbnails.js121 var sp = document.body.scrollTop ||document.documentElement.scrollTop;
122 var ptop = evt.clientY + sp + 15;
/plugin/simplenavi/
H A Dsyntax.php262 $sp = (new PageResolver(''))->resolveId($id . ':');
263 if (auth_quickaclcheck($sp) < AUTH_READ) {
/plugin/redirect/lang/fr/
H A Dintro.txt6 eventuels espaces de noms) et exempts de tous caractères spéciaux ou majuscules.
/plugin/publish/lang/sk/
H A Dmailchangetext.txt15 Prosím preskúmajte zmeny a schváľte revíziu na adrese @NEWPAGE@ alebo zašlite spätnú väzbu používat…
/plugin/move/lang/sk/
H A Dtree.txt

1234