Home
last modified time | relevance | path

Searched refs:namespace (Results 451 – 475 of 684) sorted by relevance

1...<<11121314151617181920>>...28

/plugin/jdraw/src/com/mxgraph/examples/swing/editor/
H A DEditorActions.java.bak515 // saveUrl.append("&ns="+new String(URLCodec.encodeUrl(null, namespace.getBytes())));
535 String namespace = editor.getConfig().getName();
536 int idx = namespace.lastIndexOf(":");
538 namespace=":";
540 namespace=":"+namespace.substring(0, idx);
543 if (namespace!=null) {
544 reqEntity.addPart("ns", new StringBody(namespace));
/plugin/gitlabapi/
H A DREADME.md27 - **NAMESPACE** is the namespace of your project.
/plugin/authgoogle/google/contrib/
H A DGoogle_DatastoreService.php598 public $namespace; variable in Google_PartitionId
605 public function setNamespace( $namespace) { argument
606 $this->namespace = $namespace;
/plugin/ckgedit/ckeditor/lang/
H A Den.js.ckgedit47 …creates default Dokuwiki Link: <code>[[namespace:page|]]</code><br />ID creates: <code>[[namespace
/plugin/dirtylittlehelper/mermaid/editor/docs/
H A D12.12.js.map1namespace := /^[^\\\\\\/\\[\\]\\d\\s\"#'(),;@^`{}~][^\\\\\\[\\]\\s\"(),;@^`{}~]*/\n // simple-s…
/plugin/googlesearch/
H A Dnusoap.php3909 * @param mixed $namespace the element namespace for the method or false
3932 if(false == $namespace) {
4020 if(false == $namespace) {
4021 $namespace = "http://$SERVER_NAME/soap/$serviceName";
4034 $schemaTargetNamespace = $namespace;
4040 $this->wsdl->namespaces['tns'] = $namespace;
4043 if ($schemaTargetNamespace != $namespace) {
5705 * @param string $namespace optional The namespace for the operation
6533 * @param string $namespace optional method namespace (WSDL can override)
6644 if ($namespace) {
[all …]
/plugin/codeprettify/code-prettify/src/
H A Dlang-xq.js60 …ng-instruction|preceding-sibling|preceding|precedes|parent|only|of|node|namespace|module|let|item|…
64namespace|sec:security-installed|sec:security-collection|sec:roles-collection|sec:role-set-roles|s…
/plugin/pdb/classes/
H A Dcache.php4 var $namespace =''; variable in plugin_cache
/plugin/cache/
H A Dplugin_cache.php11 var $namespace =''; variable in plugin_cache
/plugin/pubchem/classes/
H A Dcache.php4 var $namespace =''; variable in plugin_cache
13 $this->namespace = strtolower($_name);
22 $this->mediaDir = $conf['mediadir'].'/'.$this->namespace;
24 $this->linkFormat = $this->namespace.$delimiter.$this->prefix.'%s.'.$this->extension;
28 $this->tmpFormat = $this->tmpDir.'/'.$this->namespace.'_'.$this->prefix.'%s.'.$this->extension;
108 $dummyFN=mediaFN($this->namespace.':_dummy');
114 if (auth_aclcheck($this->namespace.":*","","@ALL")==0){
117 $p_acl = $this->namespace.":*\t@ALL\t1\n";
/plugin/pubmed/classes/
H A Dcache.php4 var $namespace =''; variable in plugin_cache
13 $this->namespace = strtolower($_name);
22 $this->mediaDir = $conf['mediadir'].'/'.$this->namespace;
24 $this->linkFormat = $this->namespace.$delimiter.$this->prefix.'%s.'.$this->extension;
28 $this->tmpFormat = $this->tmpDir.'/'.$this->namespace.'_'.$this->prefix.'%s.'.$this->extension;
108 $dummyFN=mediaFN($this->namespace.':_dummy');
114 if (auth_aclcheck($this->namespace.":*","","@ALL")==0){
117 $p_acl = $this->namespace.":*\t@ALL\t1\n";
/plugin/imageflow/syntax/
H A Dimageflow.php22 private $namespace = null; variable in syntax_plugin_imageflow_imageflow
/plugin/pycode/
H A Dsyntax.php504 $namespace = $INFO["namespace"];
587 $renderer->internallink($namespace . ":" . $val[1], $val[0]);
/plugin/dirtylittlehelper/
H A DREADME.md50 -- config "autocomplete" - "namespace" > put your namespace here
/plugin/findologicxmlexport/vendor/phpunit/phpunit-mock-objects/src/Framework/MockObject/
H A DGenerator.php653 $namespace = '';
658 $namespace = 'namespace ' . implode('\\', $parts) . ';' . "\n\n";
663 'namespace' => $namespace,
/plugin/codemirror/dist/modes/
H A Dmllike.min.js1 …rd",match:"keyword",member:"keyword",module:"keyword",mutable:"keyword",namespace:"keyword","new":…
H A Dclojure.min.js.map1namespace-maps*\",\n \"*print-readably*\", \"*read-eval*\", \"*reader-resolver*\", \"*source-…
/plugin/foldablelist/
H A DREADME.md22 uses the tag plugin (topic component) to generate the list from all pages in the namespace ns1/sub-…
/plugin/addnewpage/
H A DREADME.md7 The plugin lets users put *add new page* forms within pages, with optional namespace selection.
/plugin/mantis/lib/
H A Dnusoap.php4340 * @param mixed $namespace the element namespace for the method or false
4363 if(false == $namespace) {
4463 if(false == $namespace) {
4464 $namespace = "http://$SERVER_NAME/soap/$serviceName";
4477 $schemaTargetNamespace = $namespace;
4483 $this->wsdl->namespaces['tns'] = $namespace;
4486 if ($schemaTargetNamespace != $namespace) {
6351 * @param string $namespace optional The namespace for the operation
7214 * @param string $namespace optional method namespace (WSDL can override)
7330 if ($namespace) {
[all …]
/plugin/sequencediagram/bower_components/snap.svg/doc/css/
H A Dprism.css62 .namespace {
/plugin/wysiwyg/fckeditor/editor/filemanager/connectors/lasso/
H A Dupload.lasso66 -namespace='fck_',
/plugin/wysiwyg/fckeditor/
H A Dfckeditor.lasso30 -namespace='fck_',
/plugin/findologicxmlexport/vendor/phpunit/phpunit/tests/_files/phpunit-example-extension/tools/phpunit.d/
H A Dphpunit-example-extension-1.0.0.phar62 namespace PHPUnit\ExampleExtension;
/plugin/textinsert/
H A DREADME35 If a macro has this format, textinsert checks the file's namespace for a language specified

1...<<11121314151617181920>>...28