Home
last modified time | relevance | path

Searched refs:prefix (Results 51 – 75 of 458) sorted by relevance

12345678910>>...19

/plugin/math/
H A Dsyntax.php75 var $prefix = 'mathmulti_'; variable in syntax_plugin_mathmulti
104 $this->msg_disable = $this->getLang($this->prefix.'disable');
117 …'name' => 'MathMulti Plugin'.(!$this->enable ? ' ('.$this->getLang($this->prefix.'disable').')' …
118 'desc' => $this->getLang($this->prefix.'info').
119 (!$this->enable ? "\n(".$this->getLang($this->prefix.'disable').")" : ''),
/plugin/authgooglesheets/vendor/google/apiclient-services/src/TrafficDirectorService/
H A DStringMatcher.php33 public $prefix; variable in Google\\Service\\TrafficDirectorService\\StringMatcher
76 public function setPrefix($prefix) argument
78 $this->prefix = $prefix;
85 return $this->prefix;
/plugin/findologicxmlexport/vendor/phpunit/php-code-coverage/src/
H A DFilter.php30 * @param string $prefix
32 public function addDirectoryToWhitelist($directory, $suffix = '.php', $prefix = '') argument
35 $files = $facade->getFilesAsArray($directory, $suffix, $prefix);
69 * @param string $prefix
71 public function removeDirectoryFromWhitelist($directory, $suffix = '.php', $prefix = '') argument
74 $files = $facade->getFilesAsArray($directory, $suffix, $prefix);
/plugin/findologicxmlexport/vendor/twig/twig/src/Profiler/Dumper/
H A DTextDumper.php23 protected function formatTemplate(Profile $profile, $prefix) argument
25 return sprintf('%s└ %s', $prefix, $profile->getTemplate());
28 protected function formatNonTemplate(Profile $profile, $prefix) argument
30 …return sprintf('%s└ %s::%s(%s)', $prefix, $profile->getTemplate(), $profile->getType(), $profile->…
H A DHtmlDumper.php35 protected function formatTemplate(Profile $profile, $prefix) argument
37 …return sprintf('%s└ <span style="background-color: %s">%s</span>', $prefix, self::$colors['templat…
40 protected function formatNonTemplate(Profile $profile, $prefix) argument
42 …return sprintf('%s└ %s::%s(<span style="background-color: %s">%s</span>)', $prefix, $profile->getT…
/plugin/fedauth/Auth/Yadis/
H A DXML.php39 foreach ($namespace_map as $prefix => $uri) {
40 if (!$this->registerNamespace($prefix, $uri)) {
52 * @param string $prefix The namespace prefix to appear in XML tag
61 function registerNamespace($prefix, $uri) argument
160 function registerNamespace($prefix, $uri) argument
162 return xpath_register_ns($this->xpath, $prefix, $uri);
250 function registerNamespace($prefix, $uri) argument
252 return $this->xpath->registerNamespace($prefix, $uri);
/plugin/openid/Auth/Yadis/
H A DXML.php39 foreach ($namespace_map as $prefix => $uri) {
40 if (!$this->registerNamespace($prefix, $uri)) {
52 * @param string $prefix The namespace prefix to appear in XML tag
61 function registerNamespace($prefix, $uri) argument
165 function registerNamespace($prefix, $uri) argument
167 return xpath_register_ns($this->xpath, $prefix, $uri);
274 function registerNamespace($prefix, $uri) argument
276 return $this->xpath->registerNamespace($prefix, $uri);
/plugin/findologicxmlexport/vendor/symfony/yaml/
H A DDumper.php52 $prefix = $indent ? str_repeat(' ', $indent) : '';
60 $output .= $prefix.Inline::dump($input, $flags);
69 …$output .= sprintf("%s%s%s |%s\n", $prefix, $dumpAsMap ? Inline::dump($key, $flags).':' : '-', '',…
72 … $output .= sprintf("%s%s%s\n", $prefix, str_repeat(' ', $this->indentation), $row);
87 $prefix,
/plugin/diagramsnet/lib/js/diagramly/sidebar/
H A DSidebar.js125 {id: 'ibm', prefix: 'ibm', libs: Sidebar.prototype.ibm},
128 {id: 'eip', prefix: 'eip', libs: Sidebar.prototype.eip},
134 {id: 'gcp', prefix: 'gcp', libs: Sidebar.prototype.gcp},
154 {id: 'gmdl', prefix: 'gmdl', libs: Sidebar.prototype.gmdl},
235 Sidebar.prototype.togglePalettes = function(prefix, ids) argument
237 this.showPalettes(prefix, ids);
251 Sidebar.prototype.showPalettes = function(prefix, ids, visible) argument
255 this.showPalette(prefix + ids[i], visible);
322 var id = (config.libs != null) ? ((config.prefix || '') + config.libs[0]) : key;
420 this.showPalettes(this.configuration[i].prefix || '',
[all …]
/plugin/pdb/classes/
H A Dcache.php8 var $prefix =''; variable in plugin_cache
14 $this->prefix = strtolower($_prefix);
17 $this->prefix = $_prefix;
19 $this->prefix = $_prefix.'_';
23 $this->mediaFormat = $this->mediaDir.'/'.$this->prefix.'%s.'.$this->extension;
24 $this->linkFormat = $this->namespace.$delimiter.$this->prefix.'%s.'.$this->extension;
28 … $this->tmpFormat = $this->tmpDir.'/'.$this->namespace.'_'.$this->prefix.'%s.'.$this->extension;
54 $patten = array($this->prefix,'.'.$this->extension);
/plugin/cache/
H A Dplugin_cache.php15 var $prefix =''; variable in plugin_cache
21 $this->prefix = strtolower($_prefix);
24 $this->prefix = $_prefix;
26 $this->prefix = $_prefix.'_';
30 $this->mediaFormat = $this->mediaDir.'/'.$this->prefix.'%s.'.$this->extension;
31 $this->linkFormat = $this->namespace.$delimiter.$this->prefix.'%s.'.$this->extension;
35 … $this->tmpFormat = $this->tmpDir.'/'.$this->namespace.'_'.$this->prefix.'%s.'.$this->extension;
61 $patten = array($this->prefix,'.'.$this->extension);
/plugin/pubchem/classes/
H A Dcache.php8 var $prefix =''; variable in plugin_cache
14 $this->prefix = strtolower($_prefix);
17 $this->prefix = $_prefix;
19 $this->prefix = $_prefix.'_';
23 $this->mediaFormat = $this->mediaDir.'/'.$this->prefix.'%s.'.$this->extension;
24 $this->linkFormat = $this->namespace.$delimiter.$this->prefix.'%s.'.$this->extension;
28 $this->tmpFormat = $this->tmpDir.'/'.$this->namespace.'_'.$this->prefix.'%s.'.$this->extension;
54 $patten = array($this->prefix,'.'.$this->extension);
/plugin/pubmed/classes/
H A Dcache.php8 var $prefix =''; variable in plugin_cache
14 $this->prefix = strtolower($_prefix);
17 $this->prefix = $_prefix;
19 $this->prefix = $_prefix.'_';
23 $this->mediaFormat = $this->mediaDir.'/'.$this->prefix.'%s.'.$this->extension;
24 $this->linkFormat = $this->namespace.$delimiter.$this->prefix.'%s.'.$this->extension;
28 $this->tmpFormat = $this->tmpDir.'/'.$this->namespace.'_'.$this->prefix.'%s.'.$this->extension;
54 $patten = array($this->prefix,'.'.$this->extension);
/plugin/aichat/vendor/vanderlee/php-sentence/tests/
H A Dbootstrap.php4 static $prefix = 'Vanderlee\\Sentence\\'; variable
5 if (stripos($class, $prefix) === 0) {
7 dirname(__DIR__).'\\src\\'.str_ireplace($prefix, '', $class).'.php');
/plugin/smtp/
H A Dloader.php19 foreach($namespaces as $prefix => $base_dir) {
21 $len = strlen($prefix);
22 if (strncmp($prefix, $class, $len) !== 0) {
/plugin/freechat/phpfreechat/data/public/js/
H A Dcookie.js19 var prefix = name + "=";
20 var begin = dc.indexOf("; " + prefix);
22 begin = dc.indexOf(prefix);
32 return unescape(dc.substring(begin + prefix.length, end));
/plugin/icalevents/vendor/squizlabs/php_codesniffer/CodeSniffer/Standards/Generic/Sniffs/NamingConventions/
H A DUpperCaseConstantNameSniff.php153 $prefix = '';
156 $prefix = substr($constName, 0, ($splitPos + 2));
163 $prefix = substr($constName, 0, ($splitPos + 1));
176 $prefix.strtoupper($constName),
177 $prefix.$constName,
/plugin/authgooglesheets/vendor/google/apiclient/src/Utils/
H A DUriTemplate.php95 $prefix = "";
105 $prefix = "#";
111 $prefix = "/";
116 $prefix = ".";
122 $prefix = ";";
127 $prefix = "?";
132 $prefix = "&";
139 $data = $prefix . $data;
/plugin/dev/
H A DSVGIcon.php100 list($prefix, $name) = explode(':', $ident);
102 $prefix = 'mdi';
105 if (!isset(self::SOURCES[$prefix])) {
106 throw new \Exception("Unknown prefix $prefix");
109 $url = sprintf(self::SOURCES[$prefix], $name);
112 'prefix' => $prefix,
/plugin/authfacebook/lib/
H A Dautoload.php49 $prefix = 'Facebook\\'; variable
63 $len = strlen($prefix);
64 if (strncmp($prefix, $class, $len) !== 0) {
/plugin/findologicxmlexport/vendor/phpunit/phpunit/src/Util/
H A DFilter.php26 $prefix = false;
30 $prefix = __PHPUNIT_PHAR_ROOT__;
68 ($prefix === false || strpos($frame['file'], $prefix) !== 0) &&
/plugin/dokucrypt2/patches/
H A Dpatch1.diff21 - if (field.form.prefix) {
22 + if (field.form && field.form.prefix) { // DOKUCRYPT
23 // we need to look in prefix context
24 opts.push(field.form.prefix.value);
/plugin/combo/vendor/php-webdriver/webdriver/lib/Firefox/
H A DFirefoxProfile.php200 $prefix = '';
205 $prefix = $key . ':'; // Separate the namespace from the name.
213 preg_match('#<' . $prefix . 'id>([^<]+)</' . $prefix . 'id>#', $xml->asXML(), $matches);
230 * @param string $prefix Prefix of the temp directory.
235 private function createTempDirectory($prefix = '') argument
237 $temp_dir = tempnam(sys_get_temp_dir(), $prefix);
/plugin/statistics/inc/
H A DStatisticsLogger.class.php71 $sql = "REPLACE INTO " . $this->hlp->prefix . "lastseen
100 $sql = "INSERT DELAYED INTO " . $this->hlp->prefix . "groups
189 $sql = "INSERT INTO " . $this->hlp->prefix . "search
200 $sql = "INSERT DELAYED INTO " . $this->hlp->prefix . "searchwords
224 $sql = "INSERT DELAYED INTO " . $this->hlp->prefix . "session
243 FROM " . $this->hlp->prefix . "iplocation
260 $sql = "REPLACE INTO " . $this->hlp->prefix . "iplocation
283 $sql = "INSERT DELAYED INTO " . $this->hlp->prefix . "outlinks
342 $sql = "INSERT DELAYED INTO " . $this->hlp->prefix . "access
368 $sql = "INSERT DELAYED IGNORE INTO " . $this->hlp->prefix
[all...]
/plugin/searchform/
H A Dscript.js20 let prefix = ' @';
26 prefix = ' ^';
29 return query + (namespace ? prefix + namespace : '');

12345678910>>...19