Home
last modified time | relevance | path

Searched refs:found (Results 976 – 1000 of 1434) sorted by path

1...<<31323334353637383940>>...58

/plugin/numberof/
H A DREADME.md6 All documentation for this plugin can be found at
/plugin/oauth/
H A DREADME5 All documentation for this plugin can be found at
H A Dauth.php82 $found = $this->getUserByEmail($changes['mail']);
83 if ($found && $found != $user) {
/plugin/oauth/vendor/lusitanian/oauth/
H A DREADME.md15 This library can be found on [Packagist](https://packagist.org/packages/lusitanian/oauth).
45 The library supports both oAuth 1.x and oAuth 2.0 compliant services. A list of currently implemented services can be found below.
/plugin/oauthauthsch/
H A DREADME5 All documentation for this plugin can be found at
/plugin/oauthazure/
H A DREADME.md6 All documentation for this plugin can be found at
/plugin/oauthcognito/
H A DREADME5 All documentation for this plugin can be found at
/plugin/oauthdoorkeeper/
H A DREADME5 All documentation for this plugin can be found at
/plugin/oauthdrkserver/
H A DLICENSE291 the "copyright" line and a pointer to where the full notice is found.
H A DREADME5 All documentation for this plugin can be found at
/plugin/oauthfacebook/
H A DREADME5 All documentation for this plugin can be found at
/plugin/oauthgeneric/
H A DREADME5 All documentation for this plugin can be found at
/plugin/oauthgithub/
H A DREADME5 All documentation for this plugin can be found at
/plugin/oauthgoogle/
H A DREADME5 All documentation for this plugin can be found at
/plugin/oauthkeycloak/
H A DREADME.md6 All documentation for this plugin can be found at
/plugin/oauthwechange/
H A DREADME5 All documentation for this plugin can be found at
/plugin/ocr/
H A DLICENSE291 the "copyright" line and a pointer to where the full notice is found.
H A DREADME5 All documentation for this plugin can be found at
/plugin/odt/ODT/
H A DODTSpan.php151 if ($found !== false) {
159 $tagged = substr($HTMLCode, $found [0], $found [1]-$found [0]+1);
162 if ($HTMLCode [$found[1]-1] == '/') {
166 if ($HTMLCode [$found[0]+1] != '/') {
181 $pos = $found [1]+1;
196 $found = &$parsed [$out];
197 if (isset($found ['content'])) {
199 } else if (isset($found ['tag-open'])) {
207 … (array_key_exists($found ['tag-open'], $spans) || $found ['tag-open'] == 'span')) {
213 if ($found ['tag-open'] != 'span') {
[all …]
H A DODTUtility.php67 $found = false;
72 $found = true;
86 if ( $found == false ) {
90 $found = true;
105 if ( $found == false ) {
831 if ($found !== false) {
839 $tagged = substr($HTMLCode, $found [0], $found [1]-$found [0]+1);
861 $pos = $found [1]+1;
879 $found = &$parsed [$out];
880 if (isset($found ['content'])) {
[all …]
/plugin/odt/ODT/css/
H A Dcssimportnew.php33 $found = strpos ($attribute_string, '|');
34 if ($found !== false &&
35 $attribute_string [$found+1] == '=') {
36 $found = strpos ($attribute_string, '|', $found+1);
38 if ($found !== false) {
39 if ($found > 0) {
44 $found = strpos ($attribute_string, '=');
45 if ($found === false) {
48 if (ctype_alpha($attribute_string [$found-1])) {
54 $this->operator = $attribute_string [$found-1].$attribute_string [$found];
[all …]
/plugin/odt/helper/
H A Dcssimport.php298 $found = false;
302 $found = true;
306 if ( $found === false ) {
666 $found = false;
670 $found = true;
674 if ( $found === false ) {
744 $found = false;
748 $found = true;
752 if ( $found === false ) {
/plugin/odtsupport/
H A DLICENSE632 the "copyright" line and a pointer to where the full notice is found.
H A DREADME.md4 All documentation for this plugin can be found at
/plugin/oembed/
H A DLICENCE291 the "copyright" line and a pointer to where the full notice is found.

1...<<31323334353637383940>>...58