Home
last modified time | relevance | path

Searched refs:prefix (Results 76 – 100 of 458) sorted by relevance

12345678910>>...19

/plugin/stopforumspam2/
H A Dhelper.php229 $prefix = '/^' . $checking . '$/';
230 if (preg_match($prefix, $ip)) return TRUE;
244 $prefix = '/^' . $checking . '$/';
245 if (preg_match($prefix, $username)) return TRUE;
266 $prefix = '/^' . $checking . '$/';
267 if (preg_match($prefix, $ascii)) return TRUE;
268 if (preg_match($prefix, $utf8)) return TRUE;
/plugin/authgoogle/google/external/
H A DURITemplateParser.php91 $exp->prefix = '';
98 $exp->prefix = ';';
102 $exp->prefix = '?';
106 $exp->prefix = '/';
110 $exp->prefix = '.';
121 $part = $exp->prefix;
/plugin/prosemirror/parser/
H A DListNode.php16 protected $prefix; variable in dokuwiki\\plugin\\prosemirror\\parser\\ListNode
29 $this->prefix = $data['type'] == 'bullet_list' ? ' *' : ' -';
42 $liText .= $this->prefix;
H A DTableCellNode.php40 $prefix = '|';
42 $prefix = '^';
49 return $prefix . $paddingLeft . trim($doc) . $paddingRight;
/plugin/findologicxmlexport/vendor/hoa/file/Temporary/
H A DTemporary.php117 * @param string $prefix Prefix of the generated temporary
121 public static function create($directory = null, $prefix = '__hoa_') argument
128 return tempnam($directory, $prefix);
/plugin/refnotes/
H A Dlocale.php72 public function getByPrefix($prefix, $strip = true) { argument
76 $pattern = '/^' . $prefix . '_(.+)$/';
79 $pattern = '/^(' . $prefix . '_.+)$/';
/plugin/combo/vendor/carica/phpcss/src/PhpCss/Ast/Visitor/
H A DOverload.php25 * @param string $prefix
28 protected function getMethodByClass(Ast\Node $object, string $prefix = 'visit'): ?callable { argument
29 $method = $prefix.substr(str_replace('\\', '', get_class($object)), 9);
/plugin/pubmed2020/classes/
H A Dcache.php17 var $prefix =''; variable in pubmed2020_cache
37 $this->prefix = strtolower($_prefix);
40 $this->prefix = $_prefix;
42 $this->prefix = $_prefix.'_';
46 $this->mediaFormat = $this->mediaDir.'/'.$this->prefix.'%s.'.$this->extension;
47 $this->linkFormat = $this->namespace.$delimiter.$this->prefix.'%s.'.$this->extension;
48 $this->abstractTrFormat = $this->mediaDir.'/'.$this->prefix.'%s_fr.txt';
102 $file = str_replace($this->prefix, $base.'_' , $file);
115 $patten = array($this->prefix,'.'.$this->extension);
/plugin/statistics/
H A Dhelper.php12 public $prefix; variable in helper_plugin_statistics
21 $this->prefix = $this->getConf('db_prefix');
43 $this->prefix = $this->getConf('db_prefix');
57 $this->prefix = $this->getConf('db_prefix');
/plugin/davcard/action/
H A Dajax.php196 $prefix = 'WORK';
198 $prefix = 'PRIVATE';
199 … $cardpattern = str_replace('<DC'.$prefix.'STREET>', $data['address'][2], $cardpattern);
200 … $cardpattern = str_replace('<DC'.$prefix.'CITY>', $data['address'][3], $cardpattern);
201 … $cardpattern = str_replace('<DC'.$prefix.'ZIP>', $data['address'][5], $cardpattern);
202 … $cardpattern = str_replace('<DC'.$prefix.'COUNTRY>', $data['address'][6], $cardpattern);
/plugin/findologicxmlexport/vendor/phpunit/phpunit/src/Util/
H A DGlobalState.php54 $prefix = false;
58 $prefix = 'phar://' . __PHPUNIT_PHAR__ . '/';
64 if ($prefix !== false && strpos($file, $prefix) === 0) {
/plugin/scrape/HTMLPurifier/
H A DPrinter.php
/plugin/toolbox/
H A DToolboxCounter.js57 if (textarea.form.elements.prefix && textarea.form.elements.prefix.value) {
58 counts.call += charcounter(textarea.form.elements.prefix.value);
59 counts.wall += wordcounter(textarea.form.elements.prefix.value);
/plugin/dwcommits/db/
H A Dupdate0001.sql1 …its(author TEXT,timestamp INTEGER,gitid TEXT,msg TEXT, prefix TEXT, gitbranch, PRIMARY KEY(prefix,… field
/plugin/flowplay2/
H A Dsyntax.php164 $r = '<script language="javascript" src="' . $prefix . 'html/flashembed.min.js"></script>';
165 $r .= '<script language="javascript" src="' . $prefix . '../playlist.js"></script>';
188 " src:'" . $prefix . $this->getConf('player_swf') . "', " . DOKU_LF .
/plugin/combo/vendor/carica/phpcss/src/PhpCss/Ast/Selector/Simple/
H A DUniversal.php11 public function __construct(string $prefix) { argument
12 $this->namespacePrefix = $prefix;
H A DType.php12 public function __construct(string $name, string $prefix = '') { argument
13 $this->namespacePrefix = $prefix;
/plugin/bibtex/OSBib/create/
H A DPREVIEWSTYLE.php249 'prefix' => '',
255 'prefix' => '',
261 'prefix' => '',
267 'prefix' => '',
275 'prefix' => '',
281 'prefix' => 'de',
289 'prefix' => '',
297 'prefix' => '',
305 'prefix' => '',
313 'prefix' => '',
[all …]
/plugin/favoris/
H A Dfavoris.js31 var prefix = name + "=";
32 var begin = dc.indexOf("; " + prefix);
34 begin = dc.indexOf(prefix);
40 return unescape(dc.substring(begin + prefix.length, end));
/plugin/randomtables/action/
H A Dajax.php84 // project-specific namespace prefix
85 $prefix = 'TableRoller\\';
87 // base directory for the namespace prefix
90 // does the class use the namespace prefix?
91 $len = strlen($prefix);
92 if (strncmp($prefix, $class, $len) !== 0) {
100 // replace the namespace prefix with the base directory, replace namespace
/plugin/struct/meta/
H A DValueValidator.php83 $prefix = sprintf($this->hlp->getLang('validation_prefix'), $label);
92 $this->errors[] = $prefix . $e->getMessage();
104 $this->errors[] = $prefix . $e->getMessage();
/plugin/quickstats/GEOIP/vendor/maxmind-db/reader/
H A Dautoload.php28 foreach ($namespace_map as $prefix => $dir) {
30 $path = str_replace($prefix, $dir, $class);
/plugin/mantis/lib/
H A Dclass.soap_parser.php175 $prefix = substr($name,0,strpos($name,':'));
285 if(isset($prefix)){
286 $this->message[$pos]['namespace'] = $this->namespaces[$prefix];
287 $this->default_namespace = $this->namespaces[$prefix];
293 $this->responseHeaders .= "<" . (isset($prefix) ? $prefix . ':' : '') . "$name$attstr>";
296 $this->document .= "<" . (isset($prefix) ? $prefix . ':' : '') . "$name$attstr>";
314 $prefix = substr($name,0,strpos($name,':'));
384 $this->responseHeaders .= "</" . (isset($prefix) ? $prefix . ':' : '') . "$name>";
387 $this->document .= "</" . (isset($prefix) ? $prefix . ':' : '') . "$name>";
/plugin/ipban/ip-lib/src/Range/
H A DSubnet.php322 $prefix = $this->getNetworkPrefix();
323 while ($prefix >= 8) {
325 $prefix -= 8;
327 if ($prefix !== 0) {
328 $bytes[] = bindec(str_pad(str_repeat('1', $prefix), 8, '0'));
/plugin/findologicxmlexport/vendor/phpunit/phpunit/tests/Framework/Constraint/JsonMatches/
H A DErrorMessageProviderTest.php27 public function testDetermineJsonError($expected, $error, $prefix) argument
33 $prefix

12345678910>>...19