Home
last modified time | relevance | path

Searched refs:part (Results 101 – 125 of 948) sorted by relevance

12345678910>>...38

/plugin/refnotes/
H A Drendering.php1077 $part = array();
1080 $part[] = '[' . $format . ']';
1087 $part[] = $address . ': ' . $publisher;
1091 $part[] = $address . $publisher;
1096 $part[] = $published;
1100 $part[] = $pages;
1104 $part[] = 'ISBN ' . $isbn;
1107 $part[] = 'ISSN ' . $issn;
1110 $text = implode(', ', $part);
/plugin/ckgdoku/ckeditor/skins/moono/
H A Dskin.js232 return function( editor, part ) { argument
266 return templates[ part ]
/plugin/ckgedit/ckeditor/skins/moono/
H A Dskin.js232 return function( editor, part ) { argument
266 return templates[ part ]
/plugin/aclplusregex/
H A Daction.php14 * this also resolves backreferences in the ID part of the line
15 * 3) for all matched lines where the resolved ID part is exactly the same, keep only the
110 [, $perm] = explode('x', $key); // the part after the x is our permission
184 * @param string $id The pageID part of the config rule
185 * @param string $pattern The user pattern part of the config rule
302 * Applies cleanID to each separate part of the ID
330 * @param $part
333 protected function containsRegex($part)
335 return strpos($part, '(') !== false &&
336 strpos($part, ')') !
331 containsRegex($part) global() argument
[all...]
/plugin/sphinxsearch-was/
H A Dfunctions.php309 $part = '';
313 $part .= $parts[$i] . ':';
314 $page = $part;
317 if (preg_match("#:start$#", $page) && !preg_match("#:start:$#", $part)) {
/plugin/sphinxsearch/
H A Dfunctions.php315 $part = '';
319 $part .= $parts[$i].':';
320 $page = $part;
323 if (preg_match("#:start$#", $page) && !preg_match("#:start:$#", $part)) {
/plugin/webdav/vendor/sabre/dav/lib/DAV/Locks/Backend/
H A DPDO.php73 foreach ($uriParts as $part) {
76 $currentPath .= $part;
/plugin/davcal/vendor/sabre/dav/lib/DAV/Locks/Backend/
H A DPDO.php73 foreach ($uriParts as $part) {
76 $currentPath .= $part;
/plugin/jdraw/lib/
H A Dhttpmime-4.0.1.jarMETA-INF/MANIFEST.MF META-INF/HAMMURAP.SF META-INF/HAMMURAP ...
/plugin/jcapture/lib/
H A Dhttpmime-4.0.1.jarMETA-INF/MANIFEST.MF META-INF/HAMMURAP.SF META-INF/HAMMURAP ...
/plugin/farmer/lang/en/
H A Dtab_info.txt1 This wiki is part of a farm setup. Check the details below.
/plugin/elasticsearch/vendor/react/promise/
H A DCHANGELOG.md178 * Add new `done()` method (part of the `ExtendedPromiseInterface`).
179 * Add new `otherwise()` method (part of the `ExtendedPromiseInterface`).
180 * Add new `always()` method (part of the `ExtendedPromiseInterface`).
181 * Add new `progress()` method (part of the `ExtendedPromiseInterface`).
190 * Add new `cancel()` method (part of the `CancellablePromiseInterface`).
/plugin/findologicxmlexport/vendor/twig/twig/src/Loader/
H A DFilesystemLoader.php278 foreach ($parts as $part) {
279 if ('..' === $part) {
281 } elseif ('.' !== $part) {
/plugin/aichat/vendor/mehrab-wj/tiktoken-php/src/
H A DEncoder.php180 foreach ($word as $i => $part) {
182 $pairs[] = [$previousPart, $part];
185 $previousPart = $part;
/plugin/authgooglesheets/vendor/phpseclib/phpseclib/phpseclib/File/
H A DASN1.php1105 foreach ($loc as $part) {
1106 if (!isset($filters[$part])) {
1110 $filters = $filters[$part];
1246 foreach ($parts as $part) {
1247 if (!$part) {
1251 $part = new BigInteger($part);
1252 while (!$part->equals($zero)) {
1253 $submask = $part->bitwise_and($mask);
1256 $part = $part->bitwise_rightShift(7);
/plugin/tagging/script/
H A Dsearch.js128 let filters = parts.filter(function (part) { argument
129 return part.charAt(0) === '#';
/plugin/findologicxmlexport/vendor/hoa/zformat/
H A DParameter.php621 foreach (explode('\\', $out) as $part) {
623 $handle = ucfirst($part);
625 $handle .= '\\' . ucfirst($part);
/plugin/accscounter/syntax/
H A Dcounter.php239 foreach ($newcontents as $part) {
240 $writing .= $part . "\n";
299 foreach ($newcontents as $part) {
300 $writing .= $part . "\n";
/plugin/database2/icons/
H A DLICENSE1 All images in this folder are part of DokuWiki plugin database2 and thus are
/plugin/rrdgraph/
H A Dsyntax.php185 foreach ($parts as $part) {
186 $key = strtolower(trim($part[1]));
187 $value = trim($part[2]);
/plugin/webdav/vendor/sabre/vobject/lib/Property/ICalendar/
H A DDateTime.php168 foreach ($this->getParts() as $part) {
169 $dts[] = DateTimeParser::parse($part, $timeZone);
/plugin/icalevents/vendor/sabre/vobject/lib/Property/ICalendar/
H A DDateTime.php179 foreach ($this->getParts() as $part) {
180 $dts[] = DateTimeParser::parse($part, $timeZone);
/plugin/davcard/vendor/sabre/vobject/lib/Property/ICalendar/
H A DDateTime.php171 foreach($this->getParts() as $part) {
172 $dts[] = DateTimeParser::parse($part, $timeZone);
/plugin/authclientcert/
H A Dauth.php141 foreach (explode(",", $altName) as $part) {
142 $nameval = explode(":", $part, 2);
/plugin/webdavclient/vendor/sabre/vobject/lib/Property/ICalendar/
H A DDateTime.php171 foreach($this->getParts() as $part) {
172 $dts[] = DateTimeParser::parse($part, $timeZone);

12345678910>>...38