Home
last modified time | relevance | path

Searched defs:namespace (Results 51 – 75 of 210) sorted by relevance

123456789

/plugin/geonav/server/
DgetWikiData.php2 function pullInWikiData ($dokuPageId, $namespace, $topic) {
Dget_continent.php14 $namespace = $topic; variable
Dget_country.php16 $namespace = $topic; variable
/plugin/findologicxmlexport/vendor/jms/serializer/src/Annotation/
DXmlDiscriminator.php26 public $namespace; variable in JMS\\Serializer\\Annotation\\XmlDiscriminator
DXmlRoot.php22 public $namespace; variable in JMS\\Serializer\\Annotation\\XmlRoot
DXmlCollection.php22 public $namespace; variable in JMS\\Serializer\\Annotation\\XmlCollection
/plugin/translation/
Dremote.php26 public function getOutdated($namespace = '')
/plugin/geophp/vendor/funiq/geophp/src/Adapter/
DGeoRSS.php32 private $namespace = false; variable in geoPHP\\Adapter\\GeoRSS
55 public function write(Geometry $geometry, $namespace = false)
DKML.php40 private $namespace = false; variable in geoPHP\\Adapter\\KML
244 public function write(Geometry $geometry, $namespace = false)
/plugin/heatmap/
Dhelper.php5 public function search_pages( $namespace, $year ) {
/plugin/xcom/
Dhelper.php34 public function basic($namespace) {
/plugin/authgooglesheets/vendor/google/apiclient-services/src/ContainerAnalysis/
DDocumentOccurrence.php30 public $namespace; variable in Google\\Service\\ContainerAnalysis\\DocumentOccurrence
89 public function setNamespace($namespace)
/plugin/refnotes/
Dscope.php59 private $namespace; variable in refnotes_scope
69 public function __construct($namespace, $id, $start = -1, $end = -1000) {
/plugin/filelisting/
Dscript.js140 this.$content.on('namespaceFilesChanged', $.proxy(function (event, namespace) { argument
263 this.$content.on('nsload', $.proxy(function(event, namespace) { argument
268 Filelisting.prototype.sortBy = function(namespace) { argument
/plugin/filelisting/action/
Dajax.php61 protected function getNumberOfSubnamespaces($namespace) {
/plugin/twistienav/
Dscript.js49 do_search = function (caller, namespace) { argument
110 do_search = function (caller, namespace) { argument
/plugin/twistienav4bootstrap3/
Dscript.js44 do_search = function (caller, namespace) { argument
98 do_search = function (caller, namespace) { argument
/plugin/sitemapnavi/
Dscript.js45 'namespace': $li.data('ns') property
/plugin/struct/_test/json/
H A Dpageschema.struct.json22 "namespace": "", string
55 "namespace": "", string
88 "namespace": "", string
121 "namespace": "", string
/plugin/authgooglesheets/vendor/phpseclib/phpseclib/phpseclib/Crypt/EC/Formats/Keys/
DXML.php49 private static $namespace; variable in phpseclib3\\Crypt\\EC\\Formats\\Keys\\XML
351 public static function setNamespace($namespace)
/plugin/labeled/db/
Dupdate0001.sql2 CREATE TABLE labels ( name, color, namespace, ordernr, PRIMARY KEY(name) ); field
/plugin/slacknotifier/helper/
DConfig.php36 public function isValidNamespace(string $namespace): bool
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Dns/
DManagedZoneServiceDirectoryConfig.php46 public function setNamespace(ManagedZoneServiceDirectoryConfigNamespace $namespace)
/plugin/scrape/vendor/ezyang/htmlpurifier/library/HTMLPurifier/ConfigSchema/Builder/
DXml.php18 private $namespace; variable in HTMLPurifier_ConfigSchema_Builder_Xml
/plugin/visualindex/script/
H A Dprosemirror.js59 const options = {namespace, filter: '', desc: false, medias: false}; property
238 namespace: '.', property
276 namespace: String($namespace.val() || '.').trim() || '.', property
387 let initialValues = {namespace: '.', filter: '', desc: false, medias: false}; property

123456789