/plugin/hidingip/ |
H A D | action.php | 59 foreach ($event->data->_content as $key => $ref) { 60 if ($flag == TRUE and strpos($ref,'<bdo dir="ltr">') !== FALSE) { 70 if (is_array($ref)) { 71 if (array_key_exists('class', $ref)) { 72 if ($ref['class'] == 'user') $flag = TRUE; 98 foreach ($event->data->_content as $key => $ref) { 111 if (is_array($ref)) { 112 if (array_key_exists('class', $ref)) { 113 if ($ref['class'] == 'user') $flag = TRUE; 142 $ref = $event->data; [all …]
|
/plugin/publish/action/ |
H A D | revisions.php | 31 foreach ($event->data->_content as $key => $ref) { 32 …if(isset($ref['_elem']) && $ref['_elem'] == 'opentag' && $ref['_tag'] == 'div' && $ref['class'] ==… 36 if ($member && isset($ref['_elem']) && $ref['_elem'] == 'tag' && 37 $ref['_tag'] == 'input' && $ref['name'] == 'rev2[]'){ 39 $revision = $ref['value'];
|
/plugin/refnotes/conf/ |
H A D | namespaces.dat | 1 …ref-id";s:4:"note";s:12:"note-preview";s:7:"tooltip";s:12:"note-id-base";s:4:"text";s:19:"note-id-…
|
/plugin/findologicxmlexport/vendor/jms/metadata/tests/Driver/ |
H A D | FileLocatorTest.php | 20 $ref = new \ReflectionClass('Metadata\Tests\Driver\Fixture\A\A'); 21 …tEquals(realpath(__DIR__ . '/Fixture/A/A.xml'), realpath($locator->findFileForClass($ref, 'xml'))); 23 $ref = new \ReflectionClass('Metadata\Tests\Driver\Fixture\B\B'); 24 $this->assertNull($locator->findFileForClass($ref, 'xml')); 26 $ref = new \ReflectionClass('Metadata\Tests\Driver\Fixture\C\SubDir\C'); 27 …(realpath(__DIR__ . '/Fixture/C/SubDir.C.yml'), realpath($locator->findFileForClass($ref, 'yml'))); 40 $ref = new \ReflectionClass('Metadata\Tests\Driver\Fixture\T\T'); 41 …tEquals(realpath(__DIR__ . '/Fixture/T/T.xml'), realpath($locator->findFileForClass($ref, 'xml'))); 51 $ref = new \ReflectionClass('D'); 52 …tEquals(realpath(__DIR__ . '/Fixture/D/D.yml'), realpath($locator->findFileForClass($ref, 'yml')));
|
/plugin/approve/action/ |
H A D | revisions.php | 34 foreach ($event->data->_content as $key => $ref) { 35 …if(isset($ref['_elem']) && $ref['_elem'] == 'opentag' && $ref['_tag'] == 'div' && $ref['class'] ==… 39 if ($member && $ref['_elem'] == 'tag' && 40 $ref['_tag'] == 'input' && $ref['name'] == 'rev2[]'){ 41 $revision = $ref['value'];
|
/plugin/findologicxmlexport/vendor/jms/serializer/src/Accessor/ |
H A D | DefaultAccessorStrategy.php | 75 $ref = $this->propertyReflectionCache[$metadata->class][$name] ?? null; 76 if (null === $ref) { 77 $ref = new \ReflectionProperty($metadata->class, $name); 78 $ref->setAccessible(true); 79 $this->propertyReflectionCache[$metadata->class][$name] = $ref; 82 return $ref->getValue($o); 111 if (null === $ref) { 112 $ref = new \ReflectionProperty($metadata->class, $name); 113 $ref->setAccessible(true); 114 $this->propertyReflectionCache[$metadata->class][$name] = $ref; [all …]
|
/plugin/combo/ComboStrap/ |
H A D | MarkupRef.php | 92 private $ref; variable in ComboStrap\\MarkupRef 152 $this->ref = $ref; 167 $this->ref = $ref; 184 $this->ref = $ref; 203 $this->schemeUri = strtolower(substr($ref, 0, strpos($ref, ":"))); 204 $this->ref = $ref; 211 $refProcessing = $ref; 217 $this->ref = $ref; 234 $this->ref = $ref; 585 return $this->ref; [all …]
|
/plugin/findologicxmlexport/vendor/jms/metadata/tests/ |
H A D | ClassMetadataTest.php | 28 $ref = new \ReflectionClass('Metadata\Tests\Fixtures\TestObject'); 29 touch($ref->getFilename()); 32 $metadata = new ClassMetadata($ref->name); 33 $metadata->fileResources[] = $ref->getFilename(); 37 clearstatcache(!!$ref->getFilename()); 38 touch($ref->getFilename());
|
/plugin/authgooglesheets/vendor/google/apiclient-services/src/CloudBuild/ |
H A D | GitRepoSource.php | 33 public $ref; variable in Google\\Service\\CloudBuild\\GitRepoSource 74 public function setRef($ref) argument 76 $this->ref = $ref; 83 return $this->ref;
|
/plugin/imagereference/syntax/ |
H A D | imgref.php | 59 $ref = substr($match, 7, -1); 61 $parts = explode('#', $ref, 2); 64 $ref = $parts[0]; 67 $ref = $parts[1]; 70 if($ref != '') { 73 'caprefname' => trim($ref),
|
/plugin/strata/_test/ |
H A D | strataquerytest.inc.php | 18 $ref = $types->loadType('ref'); 22 $bob = $ref->normalize('Bob', 'person'); 23 $alice = $ref->normalize('Alice', 'person'); 24 $carol = $ref->normalize('Carol', 'person'); 26 $img_bob = $ref->normalize('Bob.png', 50); 27 $img_alice = $ref->normalize('Alice.svg', 50); 28 $img_carol = $ref->normalize('Carol.jpg', 50);
|
/plugin/projects/lib/ |
H A D | maker.php | 14 public $ref = 0; variable in MakeNode 77 public function ref() { function in MakeNode 78 if ($this->ref == 0) 80 $this->ref++; 85 $link->ref--; 203 $root->ref(); 206 if ($node->ref > 0) 208 else $node->ref = -1; 236 if ($ref === 0) { 250 $node->ref = -1; [all …]
|
/plugin/targetlink/ |
H A D | syntax.php | 49 $ref = $data[1]; 50 if ( preg_match('/^[a-zA-Z0-9\.]+>{1}.*$/u',$ref) ) { 52 $interwiki = explode('>',$ref,2); 55 } elseif ( preg_match('/^\\\\\\\\[\w.:?\-;,]+?\\\\/u',$ref) ) { 59 } elseif ( preg_match('#^([a-z0-9\-\.+]+?)://#i',$ref) ) { 78 $ref = $data[1]; 79 if ( preg_match('/^[a-zA-Z0-9\.]+>{1}.*$/u',$ref) ) { 81 $interwiki = explode('>',$ref,2); 84 } elseif ( preg_match('/^\\\\\\\\[\w.:?\-;,]+?\\\\/u',$ref) ) { 88 } elseif ( preg_match('#^([a-z0-9\-\.+]+?)://#i',$ref) ) {
|
/plugin/combo/action/ |
H A D | reference.php | 93 $ref = $actualCall->getAttribute(syntax_plugin_combo_link::ATTRIBUTE_HREF); 94 if ($ref === null) { 101 $link = MarkupRef::createFromRef($ref); 103 $ref = Reference::createFromResource($page) 105 $references->addRow([$ref]);
|
/plugin/diagramsnet/lib/js/diagramly/ |
H A D | GitLabClient.js | 339 var ref = tokens[refPos]; 343 'branches?per_page=1&page=1&ref=' + ref : 'tree?path=' + path + '&ref=' + ref)); 388 var ref = tokens[refPos]; 538 var ref = tokens[refPos]; 654 branch: decodeURIComponent(ref), 687 var ref = file.meta.ref; 774 var ref = null; 892 ref = null; 951 updatePathInfo(!ref); 1106 ref = branches[0].name; [all …]
|
H A D | GitHubClient.js | 416 var ref = tokens[2]; 532 var ref = tokens[2]; 620 branch: decodeURIComponent(ref), 660 var ref = tokens[2]; 704 var ref = file.meta.ref; 788 var ref = null; 907 ref = null; 1123 ref = branches[0].name; 1139 ref = branch.name; 1231 ref = null; [all …]
|
/plugin/header2/ |
H A D | renderer.php | 84 foreach ($alt as $ref) { 86 …$this->doc .= ', <sup><a href="#fnt__'.($ref+1).'" id="fn__'.($ref+1).'" name="fn__'.($ref+1).'" c… 87 $this->doc .= ($ref+1).')</a></sup> '.DOKU_LF;
|
/plugin/findologicxmlexport/vendor/myclabs/deep-copy/src/DeepCopy/Reflection/ |
H A D | ReflectionHelper.php | 21 * @param ReflectionClass $ref 25 public static function getProperties(ReflectionClass $ref) argument 27 $props = $ref->getProperties(); 35 if ($parentClass = $ref->getParentClass()) {
|
/plugin/dw2pdf/vendor/myclabs/deep-copy/src/DeepCopy/Reflection/ |
H A D | ReflectionHelper.php | 21 * @param ReflectionClass $ref 25 public static function getProperties(ReflectionClass $ref) argument 27 $props = $ref->getProperties(); 35 if ($parentClass = $ref->getParentClass()) {
|
/plugin/header3/ |
H A D | renderer.php | 103 foreach ($alt as $ref) { 105 …$this->doc .= ', <sup><a href="#fnt__'.($ref+1).'" id="fn__'.($ref+1).'" name="fn__'.($ref+1).'" c… 106 $this->doc .= ($ref+1).')</a></sup> '.DOKU_LF;
|
/plugin/referrers/ |
H A D | code.php | 20 $ref = strtolower($refhi); 24 …if (re_beginsWith($ref, $refignore) == false && re_beginsWith($ref, $a) == false && re_beginsWith(…
|
/plugin/nsexport/packer/ziphtml/ |
H A D | renderer.php | 24 $ref = ''; 25 for($i=0; $i<$deep; $i++) $ref .= '../'; 26 return $ref; 34 $ref = $this->_relTop(); 35 $src = $ref.'_media/'.str_replace(':','/',$src); 61 $ref = $this->_relTop(); 96 $link['url'] = $ref.str_replace(':','/',$id).'.html';
|
H A D | packer.php | 51 $ref = ''; 52 for($i=0; $i<$deep; $i++) $ref .= '../'; 77 …$output .= ' <link rel="stylesheet" media="all" type="text/css" href="'.$ref.'all.css" />'.DOKU_L… 78 …$output .= ' <link rel="stylesheet" media="screen" type="text/css" href="'.$ref.'screen.css" />'.… 79 …$output .= ' <link rel="stylesheet" media="print" type="text/css" href="'.$ref.'print.css" />'.DO… 80 …$output .= ' <link rel="stylesheet" media="all" type="text/css" href="'.$ref.'export.css" />'.DOK…
|
/plugin/swiftmail/Swift/ |
H A D | Message.php | 124 protected function setReference($where, $key, $ref) argument 126 if ($ref === $this) $this->references[$where][$key] = false; 127 else $this->references[$where][$key] = $ref; 611 foreach ($from as $id => $ref) 613 if (!$ref) $ref = $this; 614 $sign = (strtolower($ref->getContentType()) == "text/plain" 615 || strtolower($ref->getContentType()) == $nested_type) ? -1 : 1; 680 foreach ($from as $id => $ref) 682 if (!$ref) $ref = $this; 683 $sign = (strtolower($ref->getContentType()) == "text/html" [all …]
|
/plugin/icalevents/vendor/squizlabs/php_codesniffer/ |
H A D | CodeSniffer.php | 1033 if (substr($ref, 0, 1) === '.') { 1036 $ref = $realpath; 1046 if (substr($ref, 0, 2) === '~/') { 1049 $ref = $realpath; 1057 if (is_file($ref) === true) { 1061 return array($ref); 1076 $ref = $path; 1134 $ref = $newRef; 1144 if (is_dir($ref) === true) { 1165 if (is_file($ref) === false) { [all …]
|