Home
last modified time | relevance | path

Searched refs:ref (Results 1 – 25 of 225) sorted by relevance

123456789

/plugin/hidingip/
H A Daction.php59 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 Drevisions.php31 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 Dnamespaces.dat1 a:11:{s:1:":";a:0:{}s:8:":biblio:";a:11:{s:10:"refnote-id";s:4:"name";s:14:"reference-base";s:4:"text";s:16:"reference-format";s:2:"[]";s:12:"multi-ref-id";s:4:"note";s:12:"note-preview";s:7:"tooltip";s:12:"note-id-base";s:4:"text";s:19:"note-id-font-weight";s:6:"normal";s:18:"note-id-font-style";s:6:"normal";s:14:"note-id-format";s:4:"none";s:14:"back-ref-caret";s:6:"prefix";s:15:"back-ref-format";s:1:"a";}s:6:":cite:";a:5:{s:16:"reference-format";s:2:"[]";s:12:"multi-ref-id";s:4:"note";s:12:"note-id-base";s:4:"text";s:14:"note-id-format";s:1:".";s:15:"back-ref-format";s:1:"a";}s:4:":dw:";a:24:{s:10:"refnote-id";s:1:"1";s:14:"reference-base";s:3:"sup";s:21:"reference-font-weight";s:6:"normal";s:20:"reference-font-style";s:6:"normal";s:16:"reference-format";s:1:")";s:15:"reference-group";s:4:"none";s:16:"reference-render";s:5:"basic";s:12:"multi-ref-id";s:3:"ref";s:12:"note-preview";s:5:"popup";s:15:"notes-separator";s:4:"100%";s:15:"note-text-align";s:7:"justify";s:14:"note-font-size";s:6:"normal";s:11:"note-render";s:5:"basic";s:12:"note-id-base";s:3:"sup";s:19:"note-id-font-weight";s:6:"normal";s:18:"note-id-font-style";s:6:"normal";s:14:"note-id-format";s:1:")";s:14:"back-ref-caret";s:4:"none";s:13:"back-ref-base";s:3:"sup";s:20:"back-ref
[all...]
/plugin/findologicxmlexport/vendor/jms/metadata/tests/Driver/
H A DFileLocatorTest.php20 $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/combo/ComboStrap/
H A DMarkupRef.php49 public const REF_ATTRIBUTE = "ref";
53 * The type of markup ref (ie media or link)
63 private string $ref; variable in ComboStrap\\MarkupRef
75 public function __construct($ref, $type) argument
77 $this->ref = $ref;
82 $ref = trim($ref);
94 if (preg_match('<' . $emailPattern . '>', $ref)) {
96 $position = strpos($ref, "
[all...]
H A DMediaMarkup.php22 * * via a {@link MediaMarkup::createFromRef() Markup Ref} (The string ref in the document)
117 * Private method use {@link MediaMarkup::createFromRef()} to create a media markup via a ref
119 * Set and parse a media wiki ref that you can found in the first part of a media markup
151 $ref = $tagAttributes->getValueAndRemoveIfPresent(MarkupRef::REF_ATTRIBUTE);
152 if ($ref === null) {
153 $ref = $tagAttributes->getValueAndRemoveIfPresent(MediaMarkup::DOKUWIKI_SRC);
154 if ($ref === null) {
158 return self::createFromRef($ref)
254 * We use the markup ref url
327 * may not work if we send back the `ref`
[all...]
/plugin/findologicxmlexport/vendor/jms/serializer/src/Accessor/
H A DDefaultAccessorStrategy.php75 $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/bibtex4dw/lib/
H A Dbibtexrender.php216 foreach($this->_bibtex_references as $refno => $ref) {
217 if (is_array($ref) && array_key_exists('cite', $ref)) {
218 $this->_bibtex_keys[$ref['cite']] = $refno;
272 $ref = $this->_parser->data[0];
274 //$ref = $this->_bibtex_references[$this->_bibtex_keys[$bibtex_key]];
281 $ref = $this->_parser->data[0];
283 if (empty($ref)) {
286 // Variant of $ref with normalized (i.e., all uppercase) field names
288 foreach ($ref a
[all...]
/plugin/findologicxmlexport/vendor/jms/metadata/tests/
H A DClassMetadataTest.php28 $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 DGitRepoSource.php33 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 Dimgref.php61 $ref = substr($match, 7, -1);
63 $parts = explode('#', $ref, 2);
66 $ref = $parts[0];
69 $ref = $parts[1];
72 if($ref != '') {
75 'caprefname' => trim($ref),
122 $renderer->doc .= $this->getLang($data['type'].'full')." \\ref{".$data['caprefname']."}";
/plugin/combo/ComboStrap/Tag/
H A DBackgroundTag.php177 $ref = $backgroundImageAttribute[MarkupRef::REF_ATTRIBUTE];
178 if (!str_contains($ref, TagAttributes::TYPE_KEY) && str_contains($ref, "svg")) {
179 if (str_contains($ref, "?")) {
180 $ref = "$ref&type=$fill";
182 $ref = "$ref?type=$fill";
185 $backgroundImageAttribute[MarkupRef::REF_ATTRIBUTE] = $ref;
/plugin/projects/lib/
H A Dmaker.php14 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/strata/_test/
H A Dstrataquerytest.inc.php18 $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/targetlink/
H A Dsyntax.php49 $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/diagramsnet/lib/js/diagramly/
H A DGitLabClient.js339 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 DGitHubClient.js416 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 Drenderer.php84 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 DReflectionHelper.php21 * @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 DReflectionHelper.php21 * @param ReflectionClass $ref
25 public static function getProperties(ReflectionClass $ref) argument
27 $props = $ref->getProperties();
35 if ($parentClass = $ref->getParentClass()) {
/plugin/header3/
H A Drenderer.php103 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 Dcode.php20 $ref = strtolower($refhi);
24 …if (re_beginsWith($ref, $refignore) == false && re_beginsWith($ref, $a) == false && re_beginsWith(…
/plugin/swiftmail/Swift/
H A DMessage.php124 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/nsexport/packer/ziphtml/
H A Drenderer.php24 $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';
/plugin/icalevents/vendor/squizlabs/php_codesniffer/
H A DCodeSniffer.php1033 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 …]

123456789