/plugin/authgooglesheets/vendor/google/apiclient-services/src/Firestore/ |
H A 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/pagetitle/ |
H A D | helper.php | 52 resolve_pageid('', $id, $exists); 55 resolve_pageid('', $id, $exists); 56 if (!$exists) { 58 resolve_pageid('', $id, $exists); 65 $items[] = '<bdi>'.$this->html_pagelink($id, $name, $exists).'</bdi>'; 83 * @param bool $exists 87 public function tpl_pagelink($id = null, $name = null, $exists = null, $print = true) argument 91 $out = $this->html_pagelink($id, $name, $exists); 98 private function html_pagelink($id = null, $name = null, $exists = null) argument 107 if (is_null($exists)) { [all …]
|
/plugin/popupviewer/syntax/ |
H A D | viewer.php | 59 $exists = false; 62 resolve_mediaid(getNS($ID),$id,$exists); 63 if ( !$exists ) { 69 return array($id, $name, $title, $w, $h, $orig, $close, null, $keepOpen, $exists, $p1); 77 … list($id, $name, $title, $w, $h, $orig, $close, $isImageMap, $keepOpen, $exists, $p1) = $data; 88 if ( $exists ) { 120 resolve_pageid(getNS($ID),$id,$exists); 148 …$renderer->doc .= $this->_renderFinalPopupImage($id, $exists, $more, $name, $isImageMap, $script, … 153 function _renderFinalPopupImage($id, $exists, $more, $name, $isImageMap, $script, $class='') { argument 155 $more .= ' class="wikilink' . ($exists?1:2) . (!empty($class) ? ' ' . $class : '' ). '"';
|
/plugin/findologicxmlexport/vendor/twig/twig/src/Loader/ |
H A 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/multilingual/ |
H A 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/html2pdf/multilingual/ |
H A 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/imagebox/ |
H A D | syntax.php | 32 $exists = false; 33 resolve_mediaid(getNS($ID), $src, $exists); 40 if($exists) $image_size = @getImageSize(mediaFN($src)); 89 resolve_mediaid(getNS($ID), $src, $exists); 90 $renderer->meta['relation']['media'][$src] = $exists; 91 $renderer->persistent['relation']['media'][$src] = $exists;
|
/plugin/findologicxmlexport/vendor/twig/twig/test/Twig/Tests/Loader/ |
H A 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/magnifier/ |
H A D | syntax.php | 50 if ( empty($id) ) { $exists = false; } else 55 $exists = @file_exists($file) && @is_file($file); 62 if ( $exists ) { 86 function _renderFinalPopupImage($id, $exists, $more, $name, $isImageMap, $script, $class='') { argument 88 $more .= ' class="wikilink' . ($exists?1:2) . (!empty($class) ? ' ' . $class : '' ). '"';
|
/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 | 57 if (($exists = $this->get($attribute, true)) !== null) { 58 $exists->add(...$attribute->getValues()); 79 if (($exists = $this->get($attribute, true)) !== null) { 80 $exists->remove(...$attribute->getValues()); 121 $exists = false; 124 $exists = true; 129 if (!$exists) {
|
/plugin/qc/ |
H A D | helper.php | 42 $exists = $INFO['exists']; 44 $exists = page_exists($id); 46 if (!$exists) return false;
|
/plugin/oauthgeneric/ |
H A 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\\oauthgeneric\\DotAccess
|
/plugin/oauthauthsch/ |
H A 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/workflow/syntax/ |
H A 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/findologicxmlexport/vendor/hoa/protocol/ |
H A 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) {
|
H A 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/combo/ComboStrap/ |
H A D | FileSystems.php | 10 static function exists(Path $path): bool function in ComboStrap\\FileSystems 15 return LocalFs::getOrCreate()->exists($path); 17 return DokuFs::getOrCreate()->exists($path); 64 if (FileSystems::exists($path)) {
|
H A D | File.php | 60 public function exists() function in ComboStrap\\File 76 if(!$this->exists()){ 150 if($this->exists()){
|
H A D | LocalFs.php | 28 function exists(Path $path): bool function in ComboStrap\\LocalFs 55 if(!self::exists($path)){ 63 if(!$this->exists($path)){
|
/plugin/duoshuo-dokuwiki/ |
H A D | action.php | 67 $exists = $info['exists']; 69 if($auto && $exists && $no_admin){ 74 if($count >= 1 && $exists && $no_admin){
|
/plugin/listusergroup/ |
H A D | helper.php | 101 $exists = true; 104 $exists = null; 106 resolve_pageid($confNS,$usertmp,$exists); 107 if (!$exists) continue;
|
/plugin/button/ |
H A D | syntax.php | 313 resolve_pageid(getNS($ID),$resolveid,$exists); //page file? 314 if($exists) { 318 resolve_mediaid(getNS($ID),$resolveid,$exists); //media file? 319 if($exists) { 360 resolve_pageid(getNS($ID),$id,$exists); 364 if ( $exists ) { 424 resolve_mediaid(getNS($ID),$src, $exists); 441 if ($exists) $link['title'] .= ' (' . filesize_h(filesize(mediaFN($src))).')'; 447 if (!$exists) {
|
/plugin/prettyphoto/ |
H A D | renderer.php | 25 resolve_mediaid(getNS($ID),$src, $exists); 45 if ($exists) { 52 if (!$exists) {
|
/plugin/findologicxmlexport/vendor/hoa/protocol/Bin/ |
H A D | Resolve.php | 75 $exists = true; 83 $exists = false; 151 $resolved = resolve($path, $exists, $unfold);
|