| /plugin/authgooglesheets/vendor/google/apiclient-services/src/Firestore/ |
| D | Precondition.php | 25 public $exists; variable in Google\\Service\\Firestore\\Precondition 34 public function setExists($exists) argument 36 $this->exists = $exists; 43 return $this->exists;
|
| /plugin/popupviewer/syntax/ |
| D | viewer.php | 65 $exists = false; 68 resolve_mediaid(getNS($ID),$id,$exists); 69 if ( !$exists ) { 75 return array($id, $name, $title, $w, $h, $orig, $close, null, $keepOpen, $exists, $p1); 83 … list($id, $name, $title, $w, $h, $orig, $close, $isImageMap, $keepOpen, $exists, $p1) = $data; 94 if ( $exists ) { 126 resolve_pageid(getNS($ID),$id,$exists); 154 …$renderer->doc .= $this->_renderFinalPopupImage($id, $exists, $more, $name, $isImageMap, $script, … 159 function _renderFinalPopupImage($id, $exists, $more, $name, $isImageMap, $script, $class='') { argument 161 $more .= ' class="wikilink' . ($exists?1:2) . (!empty($class) ? ' ' . $class : '' ). '"';
|
| /plugin/button/ |
| D | syntax.php | 355 $exists = null; 363 $exists = page_exists($resolveid); 364 if ($exists) { 369 $exists = media_exists($resolveid); 370 if ($exists) { 412 $exists = page_exists($id); 416 if ($exists) { 489 $exists = media_exists($src); 506 if ($exists) 514 if (!$exists) { [all …]
|
| /plugin/findologicxmlexport/vendor/twig/twig/src/Loader/ |
| D | ChainLoader.php | 59 if ($loader instanceof ExistsLoaderInterface && !$loader->exists($name)) { 77 if ($loader instanceof ExistsLoaderInterface && !$loader->exists($name)) { 95 public function exists($name) function in Twig\\Loader\\ChainLoader 105 if ($loader->exists($name)) { 131 if ($loader instanceof ExistsLoaderInterface && !$loader->exists($name)) { 149 if ($loader instanceof ExistsLoaderInterface && !$loader->exists($name)) {
|
| /plugin/findologicxmlexport/vendor/twig/twig/test/Twig/Tests/Loader/ |
| D | FilesystemTest.php | 234 $this->assertFalse($loader->exists("foo\0.twig")); 235 $this->assertFalse($loader->exists('../foo.twig')); 236 $this->assertFalse($loader->exists('@foo')); 237 $this->assertFalse($loader->exists('foo')); 238 $this->assertFalse($loader->exists('@foo/bar.twig')); 241 $this->assertTrue($loader->exists('index.html')); 243 $this->assertTrue($loader->exists('@foo/index.html'));
|
| /plugin/html2pdf/multilingual/ |
| D | helper.php | 66 $exists = true; 76 resolve_pageid(getNS($ID),$link,$exists); 78 return array($link,$flag,$exists); 85 return array($link,$name,$exists);
|
| /plugin/multilingual/ |
| D | helper.php | 66 $exists = true; 76 resolve_pageid(getNS($ID),$link,$exists); 78 return array($link,$flag,$exists); 85 return array($link,$name,$exists);
|
| /plugin/magnifier/ |
| D | syntax.php | 48 if ( empty($id) ) { $exists = false; } else 53 $exists = @file_exists($file) && @is_file($file); 60 if ( $exists ) { 84 function _renderFinalPopupImage($id, $exists, $more, $name, $isImageMap, $script, $class='') { argument 86 $more .= ' class="wikilink' . ($exists?1:2) . (!empty($class) ? ' ' . $class : '' ). '"';
|
| /plugin/networkgraph/action/ |
| D | grapher.php | 130 $exists = true; 131 resolve_pageid($item['ns'], $id, $exists); 134 if($exists && isset($pages[$id])) { 151 $exists = true; 152 resolve_mediaid($item['ns'], $mid, $exists); 156 if($exists) {
|
| /plugin/pagetitle/ |
| D | helper.php | 72 * @param bool $exists 76 public function tpl_pagelink($id = null, $name = null, $exists = null, $print = true) argument 80 $out = $this->html_pagelink($id, $name, $exists); 87 private function html_pagelink($id = null, $name = null, $exists = null) argument 96 if (isset($exists)) { 97 $class = ($exists) ? 'wikilink1' : 'wikilink2';
|
| /plugin/include/syntax/ |
| H A D | footer.php | 51 $exists = page_exists($page); 55 $class = ($exists ? 'wikilink1' : 'wikilink2'); 72 if ($flags['date'] && $exists) { 82 if ($flags['mdate'] && $exists) { 92 if ($flags['user'] && $exists) {
|
| /plugin/pureldap/vendor/freedsx/ldap/src/FreeDSx/Ldap/Entry/ |
| H A D | Entry.php | 65 if (($exists = $this->get($attribute, true)) !== null) { 66 $exists->add(...$attribute->getValues()); 87 if (($exists = $this->get($attribute, true)) !== null) { 88 $exists->remove(...$attribute->getValues()); 129 $exists = false; 132 $exists = true; 137 if (!$exists) {
|
| /plugin/workflow/syntax/ |
| D | decision.php | 17 $exists = false; 18 resolve_pageid('wf', $page, $exists); 19 $exists = $exists ? '1' : '2'; 20 …return "<a class=\"wikilink$exists\" title=\"$page\" href=\"doku.php?id=$page\" onclick=\"$onclick…
|
| /plugin/combo/ComboStrap/ |
| H A D | Router.php | 55 if (FileSystems::exists($requestedMarkupPath)) { 73 if ($databasePageRow->exists()) { 81 if (FileSystems::exists($targetPath)) { 117 if ($page !== null && $page->exists()) { 141 if ($page !== null && $page->exists()) { 178 if ($canonicalPage !== null && $canonicalPage->exists()) { 200 && $aliasRequestedPage->exists() 309 if (FileSystems::exists($startPath)) { 316 if (FileSystems::exists($startPath)) { 479 if (FileSystems::exists($markupPath)) { [all …]
|
| H A D | LocalFileSystem.php | 28 function exists(Path $path): bool function in ComboStrap\\LocalFileSystem 67 if (!self::exists($path)) { 79 if (!$this->exists($path)) { 190 if (FileSystems::exists($closest)) { 202 if (FileSystems::exists($closest)) {
|
| H A D | File.php | 60 public function exists() function in ComboStrap\\File 76 if(!$this->exists()){ 150 if($this->exists()){
|
| /plugin/qc/ |
| D | helper.php | 43 $exists = $INFO['exists']; 45 $exists = page_exists($id); 47 if (!$exists) return false;
|
| /plugin/oauthauthsch/ |
| D | DotAccess.php | 29 if (static::exists($array, $key)) { 36 if (static::accessible($array) && static::exists($array, $segment)) { 63 protected static function exists($array, $key) function in dokuwiki\\plugin\\oauthauthsch\\DotAccess
|
| /plugin/oauthosm/ |
| D | DotAccess.php | 29 if (static::exists($array, $key)) { 36 if (static::accessible($array) && static::exists($array, $segment)) { 63 protected static function exists($array, $key) function in dokuwiki\\plugin\\oauthosm\\DotAccess
|
| /plugin/oauthgeneric/ |
| H A D | DotAccess.php | 31 if (static::exists($array, $key)) { 38 if (static::accessible($array) && static::exists($array, $segment)) { 65 protected static function exists($array, $key) function in dokuwiki\\plugin\\oauthgeneric\\DotAccess
|
| /plugin/findologicxmlexport/vendor/hoa/protocol/ |
| D | Protocol.php | 163 * @param bool $exists If `true`, try to find the first that exists, 168 public function resolve($path, $exists = true, $unfold = false) argument 208 if (true !== $exists) { 223 if (true !== $exists) {
|
| D | Wrapper.php | 78 * @param bool $exists If true, try to find the first that exists, 81 public static function realPath($path, $exists = true) argument 83 return Node::getRoot()->resolve($path, $exists); 593 * @param bool $exists If `true`, try to find the first that exists, 599 function resolve($path, $exists = true, $unfold = false) argument 601 return Hoa\Protocol::getInstance()->resolve($path, $exists, $unfold);
|
| /plugin/farm/ |
| D | animal.class.php | 33 if(self::exists($name)) { 115 if(!self::exists($this->name)) return null; 135 if(!self::exists($this->name)) return null; 185 if(!self::exists($this->name)) return null; 255 if(!self::exists($this->name)) return false; 278 if(!self::exists($this->name)) return null; 299 if(!self::exists($this->name)) return false; 511 if(!self::exists($this->name)) return false; 520 if(!self::exists($this->name)) return ''; 533 if(!self::exists($this->name)) return false; [all …]
|
| /plugin/listusergroup/ |
| D | helper.php | 101 $exists = true; 104 $exists = null; 106 resolve_pageid($confNS,$usertmp,$exists); 107 if (!$exists) continue;
|
| /plugin/duoshuo-dokuwiki/ |
| D | action.php | 67 $exists = $info['exists']; 69 if($auto && $exists && $no_admin){ 74 if($count >= 1 && $exists && $no_admin){
|