Home
last modified time | relevance | path

Searched +full:page_exists +full:explode (Results 76 – 88 of 88) sorted by relevance

1234

/plugin/include/
H A Daction.php279 'writable' => (page_exists($data['name']) ? (is_writable($fn) && $perm >= AUTH_EDIT) : $perm >= AUTH_CREATE),
344 $replacers = explode('|', $syntax);
346 list($syntax, $flags) = array_pad(explode('&', $syntax, 2), 2, "");
/plugin/nodetailsxhtml/
H A Drenderer.php248 $parts = explode('?', $id, 2);
268 $exists = page_exists($id);
286 list($id,$hash) = explode('#',$id,2);
/plugin/pagequery/
H A DPageQuery.php73 $tokens = explode(' ', trim($query));
258 $keys = explode(':', $key);
468 if (!page_exists($page) || isHiddenPage($page)) {
578 $filters = explode('->', $filter);
758 $cur_ns = explode(':', $cur);
759 $prev_ns = explode(':', $prev);
765 if (page_exists($id)) {
1054 $lines = explode("\n", $text);
/dokuwiki/inc/Search/
H A DIndexer.php73 $oldwords = explode(':', $pageword_idx);
78 [$wlen, $wid] = explode('*', $word);
209 $val_idx = explode(':', $val_idx);
338 $parts = explode(':', $indexline);
340 [$id, $count] = explode('*', $part);
343 $keyline = explode(':', $pagekeys[$id]);
413 $delwords = explode(':', $pageword_idx);
417 [$wlen, $wid] = explode('*', $word);
438 $val_idx = explode(':', $this->getIndexKey($metaname . '_p', '', $pid));
527 $wordlist = explode(' ',
[all...]
/plugin/tag/
H A Dhelper.php190 $exists = page_exists($tag);
441 $tags = explode(' ', $tags);
656 return !page_exists($id, '', false);
/plugin/fastwiki/
H A Daction.php225 $pages = explode(',', $INPUT->str('fastwiki_preload_pages'));
234 if (page_exists($newid) && (auth_quickaclcheck($ID) == auth_quickaclcheck($newid)))
/plugin/move/helper/
H A Dplan.php425 list($old, $new) = explode("\t", trim($line));
437 list($old, $new) = explode("\t", trim($line));
489 list($src, $dst) = explode("\t", trim($line));
588 list($src, $dst) = explode("\t", $line);
623 $lines = explode("\n", $lines);
629 list($src, $dst) = explode("\t", trim($line));
782 if(!page_exists($page)) {
/plugin/phpipam/
H A Dsyntax.php848 $html .= 'wikilink' . (page_exists($_arg['id']) ? '1' : '2') ;
874 $html .= 'wikilink' . (page_exists($_page) ? '1' : '2') ;
913 foreach (explode(',', $_conf) as $_key) {
1008 foreach (explode(',', $_conf) as $_key) {
1061 foreach (explode(',', $_conf) as $_key) {
1351 foreach (explode(',', $_conf) as $_key) {
1455 foreach (explode(',', $_conf) as $_key) {
1592 foreach (explode(',', $_conf) as $_key) {
1900 foreach (explode(',', $_conf) as $_key) {
1986 foreach (explode(',', $_conf) as $_key) {
[all …]
/plugin/changes/
H A Dsyntax.php78 $match = explode('&', $match);
317 if ($change['extra'] != 'media' && $change['type'] != 'D' && !page_exists($change['id'])) return false;
/plugin/photogallery/
H A Dsyntax.php67 $lines = explode("\n", $match);
104 $params = explode(' ',$params);
191 if (page_exists($page)){
282 }elseif (($cmd == 'link') and (!page_exists($data['pg']))){
1023 $opts = explode(',', $optstr);
/template/strap/class/
H A DTplUtility.php325 $bootstrapStyleSheetArray = explode(self::BOOTSTRAP_VERSION_STYLESHEET_SEPARATOR, $bootstrapStyleSheetVersion);
332 $bootstrapStyleSheetArray = explode(self::BOOTSTRAP_VERSION_STYLESHEET_SEPARATOR, $bootstrapStyleSheetVersion);
536 if (page_exists($dokuFilePath)) {
775 $idParts = explode(':', $ID);
/plugin/blogtng/helper/
H A Dentry.php145 if(!$this->entry['page'] or !page_exists($this->entry['page']) OR !$this->entry['blog']){
986 if (!page_exists($id)) return false;
1068 list($item,$action) = explode('_', $current, 2);
1206 if (page_exists($id)) {
/dokuwiki/inc/parser/
H A Dxhtml.php886 $parts = explode('?', $id, 2);
905 $exists = page_exists($id, $this->date_at, false, true);
975 [$scheme] = explode('://', $url);
1848 [$img['src']] = explode('#', $img['src'], 2);

1234