Home
last modified time | relevance | path

Searched refs:Url (Results 76 – 88 of 88) sorted by path

1234

/plugin/findologicxmlexport/vendor/findologic/libflexport/tests/FINDOLOGIC/Export/Tests/
H A DCSVSerializationTest.php14 use FINDOLOGIC\Export\Data\Url; alias
60 $url = new Url();
H A DDataElementsTest.php17 use FINDOLOGIC\Export\Data\Url; alias
95 'Url with empty value' => ['', Url::class, EmptyValueNotAllowedException::class],
96 'Url with value' => ['value', Url::class, null]
H A DXmlSerializationTest.php304 'url' => ['Url', [
/plugin/findologicxmlexport/vendor/phpdocumentor/reflection-docblock/src/DocBlock/Tags/Reference/
H A DUrl.php20 final class Url implements Reference class
/plugin/findologicxmlexport/vendor/phpdocumentor/reflection-docblock/src/DocBlock/Tags/
H A DSee.php19 use phpDocumentor\Reflection\DocBlock\Tags\Reference\Url; alias
63 return new static(new Url($parts[0]), $description);
/plugin/issuelinks/services/
H A DJira.service.php169 $configForm->addTextInput('jira_url', 'Jira Url')->val($this->jiraUrl);
/plugin/openlayersmap/ol7/
H A Dol.js.map
/plugin/socialmark/
H A Dlist.txt13 http://www.blinklist.com/index.php?Action=Blink/addblink.php&Url=|Blinklist it !
/plugin/struct/types/
H A DUrl.php7 class Url extends Text class
32 throw new ValidationException('Url invalid', $url);
/plugin/vbsso/
H A DREADME.md72 4. Copy Platform Url link and Shared Key field from WordPress installation to vBulletin.
/plugin/wysiwyg/fckeditor/editor/_source/commandclasses/
H A Dfck_othercommands.js30 this.Url = url ;
42 …FCKDialog.OpenDialog( 'FCKDialog_' + this.Name , this.Title, this.Url, this.Width, this.Height, nu…
/plugin/wysiwyg/fckeditor/editor/js/
H A Dfckeditorcode_gecko.js70Url=C;this.Width=D;this.Height=E;this.GetStateFunction=F;this.GetStateParam=G;this.Resizable=false…
H A Dfckeditorcode_ie.js71Url=C;this.Width=D;this.Height=E;this.GetStateFunction=F;this.GetStateParam=G;this.Resizable=false…

1234