Home
last modified time | relevance | path

Searched refs:base (Results 51 – 75 of 1781) sorted by relevance

12345678910>>...72

/plugin/authgooglesheets/vendor/phpseclib/phpseclib/phpseclib/Crypt/DH/
H A DPrivateKey.php57 $this->publicKey = $this->base->powMod($this->privateKey, $this->prime);
60 $key = $type::savePublicKey($this->prime, $this->base, $this->publicKey);
77 $this->publicKey = $this->base->powMod($this->privateKey, $this->prime);
80 …return $type::savePrivateKey($this->prime, $this->base, $this->privateKey, $this->publicKey, $this…
/plugin/refnotes/conf/
H A Dnamespaces.dat1 a:11:{s:1:":";a:0:{}s:8:":biblio:";a:11:{s:10:"refnote-id";s:4:"name";s:14:"reference-base";s:4:"text";s:16:"reference-format";s:2:"[]";s:12:"multi-ref-id";s:4:"note";s:12:"note-preview";s:7:"tooltip";s:12:"note-id-base";s:4:"text";s:19:"note-id-font-weight";s:6:"normal";s:18:"note-id-font-style";s:6:"normal";s:14:"note-id-format";s:4:"none";s:14:"back-ref-caret";s:6:"prefix";s:15:"back-ref-format";s:1:"a";}s:6:":cite:";a:5:{s:16:"reference-format";s:2:"[]";s:12:"multi-ref-id";s:4:"note";s:12:"note-id-base";s:4:"text";s:14:"note-id-format";s:1:".";s:15:"back-ref-format";s:1:"a";}s:4:":dw:";a:24:{s:10:"refnote-id";s:1:"1";s:14:"reference-base";s:3:"sup";s:21:"reference-font-weight";s:6:"normal";s:20:"reference-font-style";s:6:"normal";s:16:"reference-format";s:1:")";s:15:"reference-group";s:4:"none";s:16:"reference-render";s:5:"basic";s:12:"multi-ref-id";s:3:"ref";s:12:"note-preview";s:5:"popup";s:15:"notes-separator";s:4:"100%";s:15:"note-text-align";s:7:"justify";s:14:"note-font-size";s:6:"normal";s:11:"note-render";s:5:"basic";s:12:"note-id-base";s:3:"sup";s:19:"note-id-font-weight";s:6:"normal";s:18:"note-id-font-style";s:6:"normal";s:14:"note-id-format";s:1:")";s:14:"back-ref-caret";s:4:"none";s:13:"back-ref-base";s:3:"sup";s:20:"back-ref-font-weight";s:4:"bold";s:19:"back-ref-font-style";s:6:"normal";s:15:"back-ref-format";s:4:"note";s:18:"back-ref-separator";s:1:",";s:7:"scoping";s:5:"reset";}s:4:":fn:";a:0:{}s:9:":harvard:";a:11:{s:14:"reference-base";s:4:"text";s:16:"reference-format";s:2:"()";s:16:"reference-render";s:7:"harvard";s:12:"multi-ref-id";s:4:"note";s:15:"notes-separator";s:4:"none";s:11:"note-render";s:7:"harvard";s:12:"note-id-base";s:4:"text";s:14:"note-id-format";s:1:".";s:14:"back-ref-caret";s:5:"merge";s:15:"back-ref-format";s:1:"a";s:18:"back-ref-separator";s:4:"none";}s:4:":mw:";a:24:{s:10:"refnote-id";s:1:"1";s:14:"reference-base";s:3:"sup";s:21:"reference-font-weight";s:6:"normal";s:20:"reference-font-style";s:6:"normal";s:16:"reference-format";s:2:"[]";s:15:"reference-group";s:4:"none";s:16:"reference-render";s:5:"basic";s:12:"multi-ref-id";s:4:"note";s:12:"note-preview";s:4:"none";s:15:"notes-separator";s:4:"none";s:15:"note-text-align";s:4:"left";s:14:"note-font-size";s:7:"reduced";s:11:"note-render";s:5:"basic";s:12:"note-id-base";
[all...]
/plugin/authucenter/lib/uc_client/model/
H A Dmisc.php18 var $base; variable in miscmodel
20 function __construct(&$base) { argument
21 $this->miscmodel($base);
24 function miscmodel(&$base) { argument
25 $this->base = $base;
26 $this->db = $base->db;
H A Dbase.php24 class base { class
37 $this->base();
40 function base() { function in base
82 function load($model, $base = NULL) { argument
83 $base = $base ? $base : $this;
/plugin/jquery-syntax/jquery-syntax/base/
H A Djquery.syntax.brush.html.css1 .syntax-theme-base .syntax .html .doctype {
4 .syntax-theme-base .syntax .html .javascript, .syntax-theme-base .syntax .html .css {
H A Djquery.syntax.brush.apache.css1 .syntax-theme-base .syntax .apache .tag {
3 .syntax-theme-base .syntax .apache .tag-name {
5 .syntax-theme-base .syntax .apache .tag-name {
H A Djquery.syntax.brush.bash-script.css1 .syntax-theme-base .syntax .bash-script .function {
3 .syntax-theme-base .syntax .bash-script .option {
5 .syntax-theme-base .syntax .bash-script .env {
H A Djquery.syntax.brush.assembly.css1 .syntax-theme-base .syntax .assembly .register {
4 .syntax-theme-base .syntax .assembly .label {
7 .syntax-theme-base .syntax .assembly .directive {
H A Djquery.syntax.layout.table.css1 .syntax-container.syntax-theme-base table.syntax {
8 .syntax-container.syntax-theme-base table.syntax tr.alt td.source {
10 .syntax-container.syntax-theme-base table.syntax td.source {
22 .syntax-container.syntax-theme-base table.syntax td.number {
/plugin/findologicxmlexport/vendor/twig/twig/test/Twig/Tests/Fixtures/functions/include/
H A Dmissing_nested.test4 {% extends "base.twig" %}
9 --TEMPLATE(base.twig)--
16 Twig\Error\LoaderError: Template "foo.twig" is not defined in "base.twig" at line 3.
/plugin/findologicxmlexport/vendor/twig/twig/test/Twig/Tests/Fixtures/tags/include/
H A Dmissing_nested.test4 {% extends "base.twig" %}
9 --TEMPLATE(base.twig)--
16 Twig\Error\LoaderError: Template "foo.twig" is not defined in "base.twig" at line 3.
/plugin/authgooglesheets/vendor/phpseclib/phpseclib/phpseclib/Crypt/Common/Traits/
H A DFingerprint.php54 $base = base64_encode($hash->hash($key));
55 return substr($base, 0, strlen($base) - 1);
/plugin/findologicxmlexport/vendor/twig/twig/test/Twig/Tests/Fixtures/functions/
H A Dblock_without_name.test4 {% extends 'base.twig' %}
6 --TEMPLATE(base.twig)--
12 Twig\Error\SyntaxError: The "block" function takes one argument (the block name) in "base.twig" at …
/plugin/findologicxmlexport/vendor/twig/twig/test/Twig/Tests/Fixtures/tags/inheritance/
H A Dparent_isolation.test4 {% extends "base.twig" %}
9 {% extends "base.twig" %}
11 --TEMPLATE(base.twig)--
/plugin/eventline/timeline_js/scripts/
H A Dsources.js24 var base = this._getBaseURL(url);
89 var base = this._getBaseURL(url);
128 image: this._resolveRelativeURL(evnt.image, base),
129 link: this._resolveRelativeURL(evnt.link , base),
130 icon: this._resolveRelativeURL(evnt.icon , base),
161 var base = this._getBaseURL(url);
222 image: this._resolveRelativeURL(bindings["image"], base),
223 link: this._resolveRelativeURL(bindings["link"] , base),
224 icon: this._resolveRelativeURL(bindings["icon"] , base),
334 return base.substr(0, base.indexOf("/", base.indexOf("://") + 3)) + url;
[all …]
/plugin/html2pdf/html2pdf/html2ps/
H A Dvalue.line-height.class.php20 function units2pt($base) { argument
21 $this->length = units2pt($this->length, $base);
45 function units2pt($base) { } argument
H A Dwidth.php39 function _units2pt($base) { argument
70 function _units2pt($base) { argument
71 $this->width = units2pt($this->width, $base);
110 function _units2pt($base) { argument
H A Dwidth.constraint.php34 function units2pt($base) { argument
35 $this->_units2pt($base);
36 $this->_min_width->units2pt($base);
/plugin/findologicxmlexport/vendor/hoa/ustring/Bin/
H A DTocode.php72 $base = 16;
77 $base = intval($v);
95 $code = base_convert((string) Ustring::toCode($char), 10, $base);
H A DFromcode.php72 $base = 16;
77 $base = intval($v);
95 $char = Ustring::fromCode(base_convert($code, $base, 10));
/plugin/zip/pear/File/Archive/Writer/
H A DFiles.php48 function File_Archive_Writer_Files($base = '') argument
50 if ($base === null || $base == '') {
53 if (substr($base, -1) == '/') {
54 $this->basePath = $base;
56 $this->basePath = $base.'/';
/plugin/html2pdf/html2pdf/html2ps/unittest/
H A Dtest.width.absolute.positioned.php12 $base = $font_size->getPoints();
16 …line->output_driver->stringwidth('No positioning data at all', 'Times-Roman', 'iso-8859-1', $base),
21 … $pipeline->output_driver->stringwidth('Left', 'Times-Roman', 'iso-8859-1', $base),
46 … $pipeline->output_driver->stringwidth('Right', 'Times-Roman', 'iso-8859-1', $base),
/plugin/authgooglesheets/vendor/guzzlehttp/psr7/src/
H A DUri.php285 * @param UriInterface|null $base An optional base URI to compare against
291 public static function isSameDocumentReference(UriInterface $uri, UriInterface $base = null) argument
293 if ($base !== null) {
294 $uri = UriResolver::resolve($base, $uri);
296 return ($uri->getScheme() === $base->getScheme())
297 && ($uri->getAuthority() === $base->getAuthority())
298 && ($uri->getPath() === $base->getPath())
299 && ($uri->getQuery() === $base->getQuery());
323 * @param UriInterface $base Base URI
331 public static function resolve(UriInterface $base, $rel) argument
[all …]
/plugin/projects/plugins/target/
H A Dpdflatex.php37 $base = substr($tex, 0, -4);
44 $bibtex = "bibtex $base\n";
47 return "rm -f $base.aux" . "\n" .
/plugin/authgooglesheets/vendor/google/auth/src/Credentials/
H A DGCECredentials.php223 $base = 'http://' . self::METADATA_IP . '/computeMetadata/';
246 $base .= self::CLIENT_ID_URI_PATH;
252 $base
256 return $base;
268 $base = 'http://' . self::METADATA_IP . '/computeMetadata/';
291 return $base . self::PROJECT_ID_URI_PATH;

12345678910>>...72